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-3729937-1338682740.opb>
4.68/4.75 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
4.68/4.75 c problem read
4.68/4.75 c No objective function, only one solution is needed.
4.68/4.75 c presolving settings loaded
5.99/6.06 c presolving:
9.79/9.87 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 674250 upgd conss, 0 impls, 1500 clqs
10.19/10.23 c presolving (2 rounds):
10.19/10.23 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.19/10.23 c 0 implications, 1500 cliques
10.19/10.23 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
10.19/10.23 c 1500 constraints of type <setppc>
10.19/10.23 c 672750 constraints of type <logicor>
10.19/10.23 c transformed objective value is always integral (scale: 1)
10.19/10.23 c Presolving Time: 4.18
10.19/10.23 c - non default parameters ----------------------------------------------------------------------
10.19/10.23 c # SCIP version 2.0.1.5
10.19/10.23 c
10.19/10.23 c # frequency for displaying node information lines
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 100]
10.19/10.23 c display/freq = 10000
10.19/10.23 c
10.19/10.23 c # maximal time in seconds to run
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.23 c limits/time = 1797
10.19/10.23 c
10.19/10.23 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.23 c limits/memory = 13950
10.19/10.23 c
10.19/10.23 c # solving stops, if the given number of solutions were found (-1: no limit)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23 c limits/solutions = 1
10.19/10.23 c
10.19/10.23 c # maximal number of separation rounds per node (-1: unlimited)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 5]
10.19/10.23 c separating/maxrounds = 1
10.19/10.23 c
10.19/10.23 c # maximal number of separation rounds in the root node (-1: unlimited)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23 c separating/maxroundsroot = 5
10.19/10.23 c
10.19/10.23 c # default clock type (1: CPU user seconds, 2: wall clock time)
10.19/10.23 c # [type: int, range: [1,2], default: 1]
10.19/10.23 c timing/clocktype = 2
10.19/10.23 c
10.19/10.23 c # belongs reading time to solving time?
10.19/10.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23 c timing/reading = TRUE
10.19/10.23 c
10.19/10.23 c # should presolving try to simplify inequalities
10.19/10.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23 c constraints/linear/simplifyinequalities = TRUE
10.19/10.23 c
10.19/10.23 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.19/10.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23 c constraints/indicator/addCouplingCons = TRUE
10.19/10.23 c
10.19/10.23 c # should disaggregation of knapsack constraints be allowed in preprocessing?
10.19/10.23 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
10.19/10.23 c constraints/knapsack/disaggregation = FALSE
10.19/10.23 c
10.19/10.23 c # should presolving try to simplify knapsacks
10.19/10.23 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23 c constraints/knapsack/simplifyinequalities = TRUE
10.19/10.23 c
10.19/10.23 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23 c presolving/probing/maxrounds = 0
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/coefdiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/coefdiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/coefdiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 30]
10.19/10.23 c heuristics/crossover/freq = -1
10.19/10.23 c
10.19/10.23 c # number of nodes added to the contingent of the total nodes
10.19/10.23 c # [type: longint, range: [0,9223372036854775807], default: 500]
10.19/10.23 c heuristics/crossover/nodesofs = 750
10.19/10.23 c
10.19/10.23 c # number of nodes without incumbent change that heuristic should wait
10.19/10.23 c # [type: longint, range: [0,9223372036854775807], default: 200]
10.19/10.23 c heuristics/crossover/nwaitingnodes = 100
10.19/10.23 c
10.19/10.23 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
10.19/10.23 c # [type: real, range: [0,1], default: 0.1]
10.19/10.23 c heuristics/crossover/nodesquot = 0.15
10.19/10.23 c
10.19/10.23 c # minimum percentage of integer variables that have to be fixed
10.19/10.23 c # [type: real, range: [0,1], default: 0.666]
10.19/10.23 c heuristics/crossover/minfixingrate = 0.5
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23 c heuristics/feaspump/freq = -1
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/feaspump/maxlpiterofs = 2000
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/fracdiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/fracdiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/fracdiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/guideddiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/guideddiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/guideddiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/intdiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/intshifting/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/linesearchdiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/linesearchdiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/linesearchdiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23 c heuristics/objpscostdiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to total iteration number
10.19/10.23 c # [type: real, range: [0,1], default: 0.01]
10.19/10.23 c heuristics/objpscostdiving/maxlpiterquot = 0.015
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/objpscostdiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/oneopt/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/pscostdiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/pscostdiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/pscostdiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c heuristics/rens/freq = -1
10.19/10.23 c
10.19/10.23 c # minimum percentage of integer variables that have to be fixable
10.19/10.23 c # [type: real, range: [0,1], default: 0.5]
10.19/10.23 c heuristics/rens/minfixingrate = 0.3
10.19/10.23 c
10.19/10.23 c # number of nodes added to the contingent of the total nodes
10.19/10.23 c # [type: longint, range: [0,9223372036854775807], default: 500]
10.19/10.23 c heuristics/rens/nodesofs = 2000
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23 c heuristics/rootsoldiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
10.19/10.23 c heuristics/rootsoldiving/maxlpiterquot = 0.015
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/rootsoldiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/rounding/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c heuristics/shiftandpropagate/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/shifting/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/simplerounding/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/subnlp/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c heuristics/trivial/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/trysol/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c heuristics/undercover/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23 c heuristics/veclendiving/freq = -1
10.19/10.23 c
10.19/10.23 c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23 c heuristics/veclendiving/maxlpiterquot = 0.075
10.19/10.23 c
10.19/10.23 c # additional number of allowed LP iterations
10.19/10.23 c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23 c heuristics/veclendiving/maxlpiterofs = 1500
10.19/10.23 c
10.19/10.23 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23 c heuristics/zirounding/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c separating/cmir/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23 c separating/flowcover/freq = -1
10.19/10.23 c
10.19/10.23 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.19/10.23 c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23 c separating/rapidlearning/freq = 0
10.19/10.23 c
10.19/10.23 c -----------------------------------------------------------------------------------------------
10.19/10.23 c start solving
10.19/10.24 c
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-3729937-1338682740/watcher-3729937-1338682740 -o /tmp/evaluation-result-3729937-1338682740/solver-3729937-1338682740 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729937-1338682740.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.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=9040 CPUtime=0 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 334400063 9256960 1015 33554432000 4194304 9016284 140734439410096 140737365834504 4447263 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 2260 1015 190 1178 0 1078 0
[startup+0.076561 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=21740 CPUtime=0.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 4411 0 0 0 6 0 0 0 20 0 1 0 334400063 22261760 4365 33554432000 4194304 9016284 140734439410096 140734439273992 7870473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 5435 4365 357 1178 0 4253 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21740
[startup+0.100256 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=24124 CPUtime=0.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 5013 0 0 0 9 0 0 0 20 0 1 0 334400063 24702976 4967 33554432000 4194304 9016284 140734439410096 140734439273992 6180568 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 6031 4967 357 1178 0 4849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24124
[startup+0.300208 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=35604 CPUtime=0.28 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 7894 0 0 0 28 0 0 0 20 0 1 0 334400063 36458496 7844 33554432000 4194304 9016284 140734439410096 140734439273992 6816873 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 8901 7844 357 1178 0 7719 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35604
[startup+0.700212 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=60568 CPUtime=0.69 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 14117 0 0 0 67 2 0 0 20 0 1 0 334400063 62021632 14067 33554432000 4194304 9016284 140734439410096 140734439273992 4447091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 15142 14067 357 1178 0 13960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60568
[startup+1.50021 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=27549264/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=109368 CPUtime=1.49 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 26303 0 0 0 145 4 0 0 20 0 1 0 334400063 111992832 26253 33554432000 4194304 9016284 140734439410096 140734439273992 7870468 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 27342 26253 357 1178 0 26160 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109368
[startup+3.1002 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=27482800/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=205612 CPUtime=3.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 50318 0 0 0 301 8 0 0 20 0 1 0 334400063 210546688 50268 33554432000 4194304 9016284 140734439410096 140734439273544 5208170 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 51403 50268 357 1178 0 50221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205612
[startup+6.30024 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=26628440/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=1035876 CPUtime=6.29 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 261761 0 0 0 589 40 0 0 20 0 1 0 334400063 1060737024 256970 33554432000 4194304 9016284 140734439410096 140734439405768 5256490 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 258969 256970 468 1178 0 257787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1035876
[startup+12.7064 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=25800068/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2108960 CPUtime=12.7 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 451621 0 0 0 1189 81 0 0 20 0 1 0 334400063 2159575040 480789 33554432000 4194304 9016284 140734439410096 140734439406104 7876213 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 527240 480789 558 1178 0 526058 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2108960
[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=25398940/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2430420 CPUtime=25.48 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 478125 0 0 0 2458 90 0 0 20 0 1 0 334400063 2488750080 555312 33554432000 4194304 9016284 140734439410096 140734439404264 7227408 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 607605 555312 598 1178 0 606423 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2430420
[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25060184/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2629236 CPUtime=51.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 482260 0 0 0 5012 97 0 0 20 0 1 0 334400063 2692337664 577801 33554432000 4194304 9016284 140734439410096 140734439404264 6971634 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657309 577801 600 1178 0 656127 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2629236
[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 29341
/proc/meminfo: memFree=25050176/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=102.27 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 484389 0 0 0 10122 105 0 0 20 0 1 0 334400063 2693304320 578912 33554432000 4194304 9016284 140734439410096 140734439403960 6863408 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578912 600 1178 0 656363 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2630180
[startup+162.306 s]
/proc/loadavg: 2.08 2.04 1.98 3/175 29342
/proc/meminfo: memFree=25048724/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=162.27 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 486850 0 0 0 16112 115 0 0 20 0 1 0 334400063 2693304320 578919 33554432000 4194304 9016284 140734439410096 140734439403960 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578919 600 1178 0 656363 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2630180
[startup+222.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/175 29342
/proc/meminfo: memFree=25037956/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=222.25 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 489127 0 0 0 22102 123 0 0 20 0 1 0 334400063 2693304320 578923 33554432000 4194304 9016284 140734439410096 140734439403016 7198988 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578923 600 1178 0 656363 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2630180
[startup+282.3 s]
/proc/loadavg: 2.10 2.06 1.99 3/174 29342
/proc/meminfo: memFree=25031292/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630340 CPUtime=282.24 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 491643 0 0 0 28091 133 0 0 20 0 1 0 334400063 2693468160 579190 33554432000 4194304 9016284 140734439410096 140734439403960 6971601 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657585 579190 600 1178 0 656403 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2630340
[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/175 29343
/proc/meminfo: memFree=25040312/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2621348 CPUtime=342.24 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 494817 0 0 0 34082 142 0 0 20 0 1 0 334400063 2684260352 576783 33554432000 4194304 9016284 140734439410096 140734439403880 7181505 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 655337 576783 603 1178 0 654155 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2621348
[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/175 29343
/proc/meminfo: memFree=25032956/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2643804 CPUtime=402.23 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 497062 0 0 0 40076 147 0 0 20 0 1 0 334400063 2707255296 578627 33554432000 4194304 9016284 140734439410096 140734439404264 7180679 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 660951 578627 603 1178 0 659769 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2643804
[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 29344
/proc/meminfo: memFree=25045212/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2641004 CPUtime=462.22 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 499873 0 0 0 46068 154 0 0 20 0 1 0 334400063 2704388096 575533 33554432000 4194304 9016284 140734439410096 140734439404264 7227746 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 660251 575533 603 1178 0 659069 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2641004
[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29344
/proc/meminfo: memFree=25044696/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2650148 CPUtime=522.21 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 502556 0 0 0 52060 161 0 0 20 0 1 0 334400063 2713751552 576425 33554432000 4194304 9016284 140734439410096 140734439402776 7204769 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 662537 576425 603 1178 0 661355 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2650148
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29344
/proc/meminfo: memFree=25031148/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2656580 CPUtime=582.2 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 505088 0 0 0 58054 166 0 0 20 0 1 0 334400063 2720337920 577366 33554432000 4194304 9016284 140734439410096 140734439403880 7124303 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 664145 577366 603 1178 0 662963 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2656580
[startup+642.3 s]
################
# More data... #
################
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 529761 0 0 0 111983 228 0 0 20 0 1 0 334400063 2751139840 587008 33554432000 4194304 9016284 140734439410096 140734439403880 7181481 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 671665 587008 603 1178 0 670483 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2686660
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29349
/proc/meminfo: memFree=24972784/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2688628 CPUtime=1182.1 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 532071 0 0 0 117976 234 0 0 20 0 1 0 334400063 2753155072 587844 33554432000 4194304 9016284 140734439410096 140734439403880 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672157 587844 603 1178 0 670975 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2688628
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29350
/proc/meminfo: memFree=24972008/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2690180 CPUtime=1242.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 534523 0 0 0 123969 240 0 0 20 0 1 0 334400063 2754744320 587990 33554432000 4194304 9016284 140734439410096 140734439403880 7181026 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672545 587990 603 1178 0 671363 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2690180
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29352
/proc/meminfo: memFree=24971356/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2691932 CPUtime=1302.08 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 536519 0 0 0 129962 246 0 0 20 0 1 0 334400063 2756538368 587914 33554432000 4194304 9016284 140734439410096 140734439403880 7181387 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672983 587914 603 1178 0 671801 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2691932
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24967512/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2693308 CPUtime=1362.07 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 538518 0 0 0 135955 252 0 0 20 0 1 0 334400063 2757947392 588979 33554432000 4194304 9016284 140734439410096 140734439404264 7181476 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 673327 588979 603 1178 0 672145 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2693308
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24962104/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2694908 CPUtime=1422.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 541578 0 0 0 141946 260 0 0 20 0 1 0 334400063 2759585792 590439 33554432000 4194304 9016284 140734439410096 140734439403880 7181387 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 673727 590439 603 1178 0 672545 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2694908
[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24960704/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2704328 CPUtime=1482.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 544158 0 0 0 147939 267 0 0 20 0 1 0 334400063 2769231872 590803 33554432000 4194304 9016284 140734439410096 140734439403880 7870548 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676082 590803 603 1178 0 674900 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2704328
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24959304/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2705696 CPUtime=1542.04 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 546040 0 0 0 153931 273 0 0 20 0 1 0 334400063 2770632704 590999 33554432000 4194304 9016284 140734439410096 140734439402776 7198972 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676424 590999 603 1178 0 675242 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2705696
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24959288/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2706568 CPUtime=1602.03 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 547754 0 0 0 159923 280 0 0 20 0 1 0 334400063 2771525632 591060 33554432000 4194304 9016284 140734439410096 140734439403016 7199020 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676642 591060 603 1178 0 675460 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2706568
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29354
/proc/meminfo: memFree=24956632/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2707136 CPUtime=1662.02 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 549630 0 0 0 165914 288 0 0 20 0 1 0 334400063 2772107264 591592 33554432000 4194304 9016284 140734439410096 140734439402664 7204773 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676784 591592 603 1178 0 675602 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2707136
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29354
/proc/meminfo: memFree=24953296/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2708248 CPUtime=1722.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 551274 0 0 0 171907 294 0 0 20 0 1 0 334400063 2773245952 592194 33554432000 4194304 9016284 140734439410096 140734439403880 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677062 592194 603 1178 0 675880 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2708248
[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946852/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2709784 CPUtime=1782.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553171 0 0 0 177900 301 0 0 20 0 1 0 334400063 2774818816 593811 33554432000 4194304 9016284 140734439410096 140734439403880 7180996 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677446 593811 603 1178 0 676264 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2709784
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946728/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710056 CPUtime=1800.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553171 0 0 0 179700 301 0 0 20 0 1 0 334400063 2775097344 593811 33554432000 4194304 9016284 140734439410096 140734439402776 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677514 593811 603 1178 0 676332 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2710056
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -29299
Solver just ended. Dumping a history of the last processes samples
[startup+1800.41 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946728/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2794336 CPUtime=1800.11 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553524 0 0 0 179709 302 0 0 20 0 1 0 334400063 2861400064 603873 33554432000 4194304 9016284 140734439410096 140734439402776 7219378 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 698584 603873 603 1178 0 697402 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2794336
[startup+1801.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1800.91 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179788 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7181418 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 2710192
[startup+1802 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1801.7 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179867 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7181501 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 2710192
[startup+1802.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1801.9 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179887 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 6855218 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 2710192
[startup+1802.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1802.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179898 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7870589 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2710192
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.04
CPU user time (s): 1798.98
CPU system time (s): 3.05253
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2794336
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 3.05253
maximum resident set size= 2415492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553847
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= 20
involuntary context switches= 2035
runsolver used 2.74058 second user time and 7.10692 second system time
The end