0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3729963-1338682805.opb>
2.78/2.88 c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
2.78/2.88 c problem read
2.78/2.88 c No objective function, only one solution is needed.
2.78/2.88 c presolving settings loaded
3.69/3.70 c presolving:
6.78/6.84 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
7.28/7.33 c presolving (2 rounds):
7.28/7.33 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.28/7.33 c 0 implications, 750 cliques
7.28/7.33 c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
7.28/7.33 c 750 constraints of type <setppc>
7.28/7.33 c 466875 constraints of type <logicor>
7.28/7.33 c transformed objective value is always integral (scale: 1)
7.28/7.33 c Presolving Time: 3.76
7.28/7.33 c - non default parameters ----------------------------------------------------------------------
7.28/7.33 c # SCIP version 2.0.1.5
7.28/7.33 c
7.28/7.33 c # frequency for displaying node information lines
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 100]
7.28/7.33 c display/freq = 10000
7.28/7.33 c
7.28/7.33 c # maximal time in seconds to run
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.28/7.33 c limits/time = 1797
7.28/7.33 c
7.28/7.33 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.28/7.33 c limits/memory = 13950
7.28/7.33 c
7.28/7.33 c # solving stops, if the given number of solutions were found (-1: no limit)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: -1]
7.28/7.33 c limits/solutions = 1
7.28/7.33 c
7.28/7.33 c # maximal number of separation rounds per node (-1: unlimited)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 5]
7.28/7.33 c separating/maxrounds = 1
7.28/7.33 c
7.28/7.33 c # maximal number of separation rounds in the root node (-1: unlimited)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: -1]
7.28/7.33 c separating/maxroundsroot = 5
7.28/7.33 c
7.28/7.33 c # default clock type (1: CPU user seconds, 2: wall clock time)
7.28/7.33 c # [type: int, range: [1,2], default: 1]
7.28/7.33 c timing/clocktype = 2
7.28/7.33 c
7.28/7.33 c # belongs reading time to solving time?
7.28/7.33 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.28/7.33 c timing/reading = TRUE
7.28/7.33 c
7.28/7.33 c # should presolving try to simplify inequalities
7.28/7.33 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.28/7.33 c constraints/linear/simplifyinequalities = TRUE
7.28/7.33 c
7.28/7.33 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
7.28/7.33 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.28/7.33 c constraints/indicator/addCouplingCons = TRUE
7.28/7.33 c
7.28/7.33 c # should disaggregation of knapsack constraints be allowed in preprocessing?
7.28/7.33 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
7.28/7.33 c constraints/knapsack/disaggregation = FALSE
7.28/7.33 c
7.28/7.33 c # should presolving try to simplify knapsacks
7.28/7.33 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.28/7.33 c constraints/knapsack/simplifyinequalities = TRUE
7.28/7.33 c
7.28/7.33 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: -1]
7.28/7.33 c presolving/probing/maxrounds = 0
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/coefdiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/coefdiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/coefdiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 30]
7.28/7.33 c heuristics/crossover/freq = -1
7.28/7.33 c
7.28/7.33 c # number of nodes added to the contingent of the total nodes
7.28/7.33 c # [type: longint, range: [0,9223372036854775807], default: 500]
7.28/7.33 c heuristics/crossover/nodesofs = 750
7.28/7.33 c
7.28/7.33 c # number of nodes without incumbent change that heuristic should wait
7.28/7.33 c # [type: longint, range: [0,9223372036854775807], default: 200]
7.28/7.33 c heuristics/crossover/nwaitingnodes = 100
7.28/7.33 c
7.28/7.33 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
7.28/7.33 c # [type: real, range: [0,1], default: 0.1]
7.28/7.33 c heuristics/crossover/nodesquot = 0.15
7.28/7.33 c
7.28/7.33 c # minimum percentage of integer variables that have to be fixed
7.28/7.33 c # [type: real, range: [0,1], default: 0.666]
7.28/7.33 c heuristics/crossover/minfixingrate = 0.5
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 20]
7.28/7.33 c heuristics/feaspump/freq = -1
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/feaspump/maxlpiterofs = 2000
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/fracdiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/fracdiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/fracdiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/guideddiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/guideddiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/guideddiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/intdiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/intshifting/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/linesearchdiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/linesearchdiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/linesearchdiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 20]
7.28/7.33 c heuristics/objpscostdiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to total iteration number
7.28/7.33 c # [type: real, range: [0,1], default: 0.01]
7.28/7.33 c heuristics/objpscostdiving/maxlpiterquot = 0.015
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/objpscostdiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/oneopt/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/pscostdiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/pscostdiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/pscostdiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c heuristics/rens/freq = -1
7.28/7.33 c
7.28/7.33 c # minimum percentage of integer variables that have to be fixable
7.28/7.33 c # [type: real, range: [0,1], default: 0.5]
7.28/7.33 c heuristics/rens/minfixingrate = 0.3
7.28/7.33 c
7.28/7.33 c # number of nodes added to the contingent of the total nodes
7.28/7.33 c # [type: longint, range: [0,9223372036854775807], default: 500]
7.28/7.33 c heuristics/rens/nodesofs = 2000
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 20]
7.28/7.33 c heuristics/rootsoldiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
7.28/7.33 c heuristics/rootsoldiving/maxlpiterquot = 0.015
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/rootsoldiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/rounding/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c heuristics/shiftandpropagate/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/shifting/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/simplerounding/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/subnlp/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c heuristics/trivial/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/trysol/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c heuristics/undercover/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 10]
7.28/7.33 c heuristics/veclendiving/freq = -1
7.28/7.33 c
7.28/7.33 c # maximal fraction of diving LP iterations compared to node LP iterations
7.28/7.33 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
7.28/7.33 c heuristics/veclendiving/maxlpiterquot = 0.075
7.28/7.33 c
7.28/7.33 c # additional number of allowed LP iterations
7.28/7.33 c # [type: int, range: [0,2147483647], default: 1000]
7.28/7.33 c heuristics/veclendiving/maxlpiterofs = 1500
7.28/7.33 c
7.28/7.33 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 1]
7.28/7.33 c heuristics/zirounding/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c separating/cmir/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: 0]
7.28/7.33 c separating/flowcover/freq = -1
7.28/7.33 c
7.28/7.33 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.28/7.33 c # [type: int, range: [-1,2147483647], default: -1]
7.28/7.33 c separating/rapidlearning/freq = 0
7.28/7.33 c
7.28/7.33 c -----------------------------------------------------------------------------------------------
7.28/7.33 c start solving
7.28/7.34 c
175.97/176.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
175.97/176.08 c 176s| 1 | 0 | 10944 | - | 614M| 0 |1412 |3750 | 467k|3750 | 467k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729963-1338682805/watcher-3729963-1338682805 -o /tmp/evaluation-result-3729963-1338682805/solver-3729963-1338682805 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729963-1338682805.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2118
/proc/meminfo: memFree=27419884/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 1518 0 0 0 0 0 0 0 20 0 1 0 334347623 9818112 1472 33554432000 4194304 9016284 140736389775632 140733624240504 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 2397 1473 311 1178 0 1215 0
[startup+0.0189261 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2118
/proc/meminfo: memFree=27419884/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=14996 CPUtime=0.01 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 2713 0 0 0 1 0 0 0 20 0 1 0 334347623 15355904 2667 33554432000 4194304 9016284 140736389775632 140733624240504 7870463 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 3749 2667 357 1178 0 2567 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14996
[startup+0.100219 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2118
/proc/meminfo: memFree=27419884/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=22748 CPUtime=0.09 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 4669 0 0 0 9 0 0 0 20 0 1 0 334347623 23293952 4623 33554432000 4194304 9016284 140736389775632 140733624240504 6151852 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 5687 4623 357 1178 0 4505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22748
[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2118
/proc/meminfo: memFree=27419884/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=35624 CPUtime=0.29 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 7904 0 0 0 28 1 0 0 20 0 1 0 334347623 36478976 7841 33554432000 4194304 9016284 140736389775632 140736389639528 4992855 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 8906 7841 357 1178 0 7724 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35624
[startup+0.700217 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2118
/proc/meminfo: memFree=27419884/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=61548 CPUtime=0.68 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 14355 0 0 0 67 1 0 0 20 0 1 0 334347623 63025152 14292 33554432000 4194304 9016284 140736389775632 140736389638968 7937002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 15387 14292 357 1178 0 14205 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61548
[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=27344988/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=113276 CPUtime=1.49 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 27258 0 0 0 145 4 0 0 20 0 1 0 334347623 115994624 27195 33554432000 4194304 9016284 140736389775632 140736389639528 4447109 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 28319 27195 357 1178 0 27137 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113276
[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=27273316/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=335304 CPUtime=3.08 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 82122 0 0 0 294 14 0 0 20 0 1 0 334347623 343351296 81972 33554432000 4194304 9016284 140736389775632 140736389639528 6816856 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2118/statm: 83826 81979 404 1178 0 82644 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 335304
[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=26750952/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=579308 CPUtime=6.29 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 188392 0 0 0 598 31 0 0 20 0 1 0 334347623 593211392 142865 33554432000 4194304 9016284 140736389775632 140736389771320 4599840 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 144827 142865 481 1178 0 143645 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 579308
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=26189836/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1346840 CPUtime=12.68 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 298948 0 0 0 1214 54 0 0 20 0 1 0 334347623 1379164160 311727 33554432000 4194304 9016284 140736389775632 140736389769496 7080778 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 336710 311727 598 1178 0 335528 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1346840
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=26116104/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1413572 CPUtime=25.48 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 306344 0 0 0 2489 59 0 0 20 0 1 0 334347623 1447497728 325833 33554432000 4194304 9016284 140736389775632 140736389769496 6971634 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 353393 325833 600 1178 0 352211 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1413572
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2119
/proc/meminfo: memFree=26114364/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1413568 CPUtime=51.08 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 317189 0 0 0 5040 68 0 0 20 0 1 0 334347623 1447493632 326051 33554432000 4194304 9016284 140736389775632 140736389769496 7180592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 353392 326051 600 1178 0 352210 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1413568
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26112464/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1413568 CPUtime=102.28 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 332522 0 0 0 10145 83 0 0 20 0 1 0 334347623 1447493632 326091 33554432000 4194304 9016284 140736389775632 140736389769496 7181026 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 353392 326091 600 1178 0 352210 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1413568
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26082408/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1428676 CPUtime=162.26 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 343059 0 0 0 16133 93 0 0 20 0 1 0 334347623 1462964224 329688 33554432000 4194304 9016284 140736389775632 140736389769416 7180872 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 357169 329688 603 1178 0 355987 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1428676
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26129968/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=222.24 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346772 0 0 0 22124 100 0 0 20 0 1 0 334347623 1398616064 317673 33554432000 4194304 9016284 140736389775632 140736389770696 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 317673 617 1178 0 340277 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1365836
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26122116/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=282.24 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346772 0 0 0 28119 105 0 0 20 0 1 0 334347623 1398616064 317833 33554432000 4194304 9016284 140736389775632 140736389770744 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 317833 617 1178 0 340277 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1365836
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2120
/proc/meminfo: memFree=26120468/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=342.21 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346795 0 0 0 34113 108 0 0 20 0 1 0 334347623 1398616064 317833 33554432000 4194304 9016284 140736389775632 140736389770744 7876078 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 317833 617 1178 0 340277 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1365836
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2121
/proc/meminfo: memFree=26120132/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=402.18 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346812 0 0 0 40107 111 0 0 20 0 1 0 334347623 1398616064 317896 33554432000 4194304 9016284 140736389775632 140736389770696 6578058 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 317896 617 1178 0 340277 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1365836
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2121
/proc/meminfo: memFree=26120044/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=462.17 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346816 0 0 0 46102 115 0 0 20 0 1 0 334347623 1398616064 317909 33554432000 4194304 9016284 140736389775632 140736389770744 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 317909 617 1178 0 340277 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1365836
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2121
/proc/meminfo: memFree=26109212/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=522.16 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346817 0 0 0 52097 119 0 0 20 0 1 0 334347623 1398616064 319850 33554432000 4194304 9016284 140736389775632 140736389770696 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 319850 617 1178 0 340277 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1365836
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2121
/proc/meminfo: memFree=26106612/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1365836 CPUtime=582.15 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 346819 0 0 0 58091 124 0 0 20 0 1 0 334347623 1398616064 320442 33554432000 4194304 9016284 140736389775632 140736389770696 7875833 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 341459 320442 617 1178 0 340277 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1365836
[startup+642.3 s]
################
# More data... #
################
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347291 0 0 0 100061 148 0 0 20 0 1 0 334347623 1418575872 321350 33554432000 4194304 9016284 140736389775632 140736389769496 6855183 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 346332 321350 623 1178 0 345150 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1385328
[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 2126
/proc/meminfo: memFree=26103428/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1385328 CPUtime=1062.07 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347310 0 0 0 106057 150 0 0 20 0 1 0 334347623 1418575872 321369 33554432000 4194304 9016284 140736389775632 140736389769496 7214187 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 346332 321369 623 1178 0 345150 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 1385328
[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 2126
/proc/meminfo: memFree=26103360/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1385328 CPUtime=1122.06 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347321 0 0 0 112054 152 0 0 20 0 1 0 334347623 1418575872 321380 33554432000 4194304 9016284 140736389775632 140736389769496 7180592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 346332 321380 623 1178 0 345150 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 1385328
[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/177 2126
/proc/meminfo: memFree=26091632/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1182.06 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347718 0 0 0 118051 155 0 0 20 0 1 0 334347623 1423065088 324332 33554432000 4194304 9016284 140736389775632 140736389769416 6855173 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324332 623 1178 0 346246 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 1389712
[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 2129
/proc/meminfo: memFree=26091004/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1242.05 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347794 0 0 0 124049 156 0 0 20 0 1 0 334347623 1423065088 324408 33554432000 4194304 9016284 140736389775632 140736389769864 7181678 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324408 623 1178 0 346246 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1389712
[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 2130
/proc/meminfo: memFree=26091012/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1302.05 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347841 0 0 0 130048 157 0 0 20 0 1 0 334347623 1423065088 324455 33554432000 4194304 9016284 140736389775632 140736389769416 6855197 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324455 623 1178 0 346246 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1389712
[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 2130
/proc/meminfo: memFree=26091260/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1362.03 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347889 0 0 0 136044 159 0 0 20 0 1 0 334347623 1423065088 324503 33554432000 4194304 9016284 140736389775632 140736389769416 7152960 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324503 623 1178 0 346246 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1389712
[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 2130
/proc/meminfo: memFree=26091012/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1422.03 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347912 0 0 0 142043 160 0 0 20 0 1 0 334347623 1423065088 324526 33554432000 4194304 9016284 140736389775632 140736389769416 7180679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324526 623 1178 0 346246 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1389712
[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 2131
/proc/meminfo: memFree=26091004/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1482.02 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347932 0 0 0 148041 161 0 0 20 0 1 0 334347623 1423065088 324546 33554432000 4194304 9016284 140736389775632 140736389769416 7181678 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324546 623 1178 0 346246 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1389712
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2131
/proc/meminfo: memFree=26091196/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1542.01 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347959 0 0 0 154039 162 0 0 20 0 1 0 334347623 1423065088 324573 33554432000 4194304 9016284 140736389775632 140736389769416 7181765 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324573 623 1178 0 346246 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1389712
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2132
/proc/meminfo: memFree=26090824/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1602 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347977 0 0 0 160037 163 0 0 20 0 1 0 334347623 1423065088 324591 33554432000 4194304 9016284 140736389775632 140736389769416 7181505 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324591 623 1178 0 346246 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1389712
[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 2171
/proc/meminfo: memFree=25729484/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1661.98 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 347990 0 0 0 166034 164 0 0 20 0 1 0 334347623 1423065088 324604 33554432000 4194304 9016284 140736389775632 140736389769416 7180913 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 324604 623 1178 0 346246 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1389712
[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 2171
/proc/meminfo: memFree=25680716/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1721.98 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348002 0 0 0 172033 165 0 0 20 0 1 0 334347623 1423065088 325705 33554432000 4194304 9016284 140736389775632 140736389769416 7181661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325705 623 1178 0 346246 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1389712
[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 2171
/proc/meminfo: memFree=25673456/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1781.97 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348014 0 0 0 178031 166 0 0 20 0 1 0 334347623 1423065088 325717 33554432000 4194304 9016284 140736389775632 140736389768552 7180882 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325717 623 1178 0 346246 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1389712
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 2174
/proc/meminfo: memFree=25673548/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1800.07 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348015 0 0 0 179841 166 0 0 20 0 1 0 334347623 1423065088 325718 33554432000 4194304 9016284 140736389775632 140736389769416 7180932 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325718 623 1178 0 346246 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1389712
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -2118
Solver just ended. Dumping a history of the last processes samples
[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 2175
/proc/meminfo: memFree=25673416/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1801.06 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348015 0 0 0 179940 166 0 0 20 0 1 0 334347623 1423065088 325718 33554432000 4194304 9016284 140736389775632 140736389769416 7227411 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325718 623 1178 0 346246 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 1389712
[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 2175
/proc/meminfo: memFree=25673416/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1801.86 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348015 0 0 0 180020 166 0 0 20 0 1 0 334347623 1423065088 325718 33554432000 4194304 9016284 140736389775632 140736389769416 7181009 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325718 623 1178 0 346246 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 1389712
[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 2175
/proc/meminfo: memFree=25673416/32873844 swapFree=7128/7128
[pid=2118] ppid=2116 vsize=1389712 CPUtime=1802.06 cores=0,2,4,6
/proc/2118/stat : 2118 (scip-2.0.1.4b_2) R 2116 2118 25330 0 -1 4202496 348015 0 0 0 180040 166 0 0 20 0 1 0 334347623 1423065088 325718 33554432000 4194304 9016284 140736389775632 140736389769416 7180932 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2118/statm: 347428 325718 623 1178 0 346246 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1389712
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.09
CPU user time (s): 1800.42
CPU system time (s): 1.67574
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 1500652
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.42
system time used= 1.67575
maximum resident set size= 1371704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 1998
runsolver used 2.68059 second user time and 8.96664 second system time
The end