0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00 c Copyright (c) 2002-2012 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-3690617-1338024267.opb>
2.89/2.97 c original problem has 48368 variables (48368 bin, 0 int, 0 impl, 0 cont) and 1121286 constraints
2.89/2.97 c problem read in 2.98
3.09/3.82 c No objective function, only one solution is needed.
3.09/3.82 c presolving settings loaded
7.29/7.39 c presolving:
12.28/12.36 c (round 1) 132 del vars, 5772 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
13.18/13.25 c (round 2) 132 del vars, 7212 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
22.79/22.88 c (round 3) 132 del vars, 7249 del conss, 0 add conss, 132 chg bounds, 7 chg sides, 0 chg coeffs, 1114088 upgd conss, 498002 impls, 1771 clqs
32.59/32.67 c presolving (4 rounds):
32.59/32.67 c 132 deleted vars, 7271 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
32.59/32.67 c 498002 implications, 1771 cliques
32.59/32.67 c presolved problem has 48236 variables (48236 bin, 0 int, 0 impl, 0 cont) and 1114015 constraints
32.59/32.67 c 112021 constraints of type <knapsack>
32.59/32.67 c 236383 constraints of type <setppc>
32.59/32.67 c 1 constraints of type <linear>
32.59/32.67 c 765610 constraints of type <logicor>
32.59/32.67 c transformed objective value is always integral (scale: 1)
32.59/32.67 c Presolving Time: 28.83
32.59/32.67 c - non default parameters ----------------------------------------------------------------------
32.59/32.67 c # SCIP version 2.1.1.4
32.59/32.67 c
32.59/32.67 c # maximal time in seconds to run
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
32.59/32.67 c limits/time = 1797
32.59/32.67 c
32.59/32.67 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
32.59/32.67 c limits/memory = 13950
32.59/32.67 c
32.59/32.67 c # solving stops, if the given number of solutions were found (-1: no limit)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: -1]
32.59/32.67 c limits/solutions = 1
32.59/32.67 c
32.59/32.67 c # maximal number of separation rounds per node (-1: unlimited)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 5]
32.59/32.67 c separating/maxrounds = 1
32.59/32.67 c
32.59/32.67 c # maximal number of separation rounds in the root node (-1: unlimited)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: -1]
32.59/32.67 c separating/maxroundsroot = 5
32.59/32.67 c
32.59/32.67 c # default clock type (1: CPU user seconds, 2: wall clock time)
32.59/32.67 c # [type: int, range: [1,2], default: 1]
32.59/32.67 c timing/clocktype = 2
32.59/32.67 c
32.59/32.67 c # belongs reading time to solving time?
32.59/32.67 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
32.59/32.67 c timing/reading = TRUE
32.59/32.67 c
32.59/32.67 c # should disaggregation of knapsack constraints be allowed in preprocessing?
32.59/32.67 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
32.59/32.67 c constraints/knapsack/disaggregation = FALSE
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/coefdiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/coefdiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/coefdiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 30]
32.59/32.67 c heuristics/crossover/freq = -1
32.59/32.67 c
32.59/32.67 c # number of nodes added to the contingent of the total nodes
32.59/32.67 c # [type: longint, range: [0,9223372036854775807], default: 500]
32.59/32.67 c heuristics/crossover/nodesofs = 750
32.59/32.67 c
32.59/32.67 c # number of nodes without incumbent change that heuristic should wait
32.59/32.67 c # [type: longint, range: [0,9223372036854775807], default: 200]
32.59/32.67 c heuristics/crossover/nwaitingnodes = 100
32.59/32.67 c
32.59/32.67 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
32.59/32.67 c # [type: real, range: [0,1], default: 0.1]
32.59/32.67 c heuristics/crossover/nodesquot = 0.15
32.59/32.67 c
32.59/32.67 c # minimum percentage of integer variables that have to be fixed
32.59/32.67 c # [type: real, range: [0,1], default: 0.666]
32.59/32.67 c heuristics/crossover/minfixingrate = 0.5
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 20]
32.59/32.67 c heuristics/feaspump/freq = -1
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/feaspump/maxlpiterofs = 2000
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/fracdiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/fracdiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/fracdiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/guideddiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/guideddiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/guideddiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/intdiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/intshifting/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/linesearchdiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/linesearchdiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/linesearchdiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 20]
32.59/32.67 c heuristics/objpscostdiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to total iteration number
32.59/32.67 c # [type: real, range: [0,1], default: 0.01]
32.59/32.67 c heuristics/objpscostdiving/maxlpiterquot = 0.015
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/objpscostdiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/oneopt/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/pscostdiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/pscostdiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/pscostdiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c heuristics/rens/freq = -1
32.59/32.67 c
32.59/32.67 c # minimum percentage of integer variables that have to be fixable
32.59/32.67 c # [type: real, range: [0,1], default: 0.5]
32.59/32.67 c heuristics/rens/minfixingrate = 0.3
32.59/32.67 c
32.59/32.67 c # number of nodes added to the contingent of the total nodes
32.59/32.67 c # [type: longint, range: [0,9223372036854775807], default: 500]
32.59/32.67 c heuristics/rens/nodesofs = 2000
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 20]
32.59/32.67 c heuristics/rootsoldiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
32.59/32.67 c heuristics/rootsoldiving/maxlpiterquot = 0.015
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/rootsoldiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/rounding/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c heuristics/shiftandpropagate/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/shifting/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/simplerounding/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/subnlp/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c heuristics/trivial/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/trysol/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c heuristics/undercover/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 10]
32.59/32.67 c heuristics/veclendiving/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal fraction of diving LP iterations compared to node LP iterations
32.59/32.67 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
32.59/32.67 c heuristics/veclendiving/maxlpiterquot = 0.075
32.59/32.67 c
32.59/32.67 c # additional number of allowed LP iterations
32.59/32.67 c # [type: int, range: [0,2147483647], default: 1000]
32.59/32.67 c heuristics/veclendiving/maxlpiterofs = 1500
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/zirounding/freq = -1
32.59/32.67 c
32.59/32.67 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: -1]
32.59/32.67 c propagating/probing/maxprerounds = 0
32.59/32.67 c
32.59/32.67 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c separating/cmir/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 0]
32.59/32.67 c separating/flowcover/freq = -1
32.59/32.67 c
32.59/32.67 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: -1]
32.59/32.67 c separating/rapidlearning/freq = 0
32.59/32.67 c
32.59/32.67 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
32.59/32.67 c # [type: int, range: [-1,2147483647], default: 1]
32.59/32.67 c heuristics/indoneopt/freq = -1
32.59/32.67 c
32.59/32.67 c -----------------------------------------------------------------------------------------------
32.59/32.67 c start solving
32.69/32.71 c
93.57/93.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
93.57/93.66 c 93.6s| 1 | 0 | 8118 | - |1685M| 0 |1793 | 48k|1114k| 48k|1114k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
260.94/261.04 c 261s| 1 | 0 | 19799 | - |1685M| 0 |5864 | 48k|1114k| 48k|1114k| 19 | 0 | 0 | 0.000000e+00 | -- | Inf
289.74/289.82 c 290s| 1 | 0 | 21071 | - |1686M| 0 |7407 | 48k|1114k| 48k|1114k| 54 | 0 | 0 | 0.000000e+00 | -- | Inf
315.24/315.34 c 315s| 1 | 0 | 22293 | - |1687M| 0 |8242 | 48k|1114k| 48k|1114k| 80 | 0 | 0 | 0.000000e+00 | -- | Inf
367.43/367.53 c 367s| 1 | 0 | 24876 | - |1687M| 0 |8147 | 48k|1114k| 48k|1114k| 102 | 0 | 0 | 0.000000e+00 | -- | Inf
413.62/413.79 c 414s| 1 | 0 | 27171 | - |1688M| 0 |6877 | 48k|1114k| 48k|1114k| 124 | 0 | 0 | 0.000000e+00 | -- | Inf
822.05/822.28 c 822s| 1 | 2 | 27171 | - |1688M| 0 |6877 | 48k|1114k| 48k|1114k| 124 | 0 | 32 | 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-3690617-1338024267/watcher-3690617-1338024267 -o /tmp/evaluation-result-3690617-1338024267/solver-3690617-1338024267 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690617-1338024267.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
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.98 3/176 6491
/proc/meminfo: memFree=28799696/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=10144 CPUtime=0 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1287 0 0 0 0 0 0 0 20 0 1 0 268552456 10387456 1241 33554432000 4194304 10173063 140734252588208 140734252587064 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 2536 1241 413 1460 0 1067 0
[startup+0.0818871 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6491
/proc/meminfo: memFree=28799696/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=21672 CPUtime=0.07 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 4178 0 0 0 7 0 0 0 20 0 1 0 268552456 22192128 4132 33554432000 4194304 10173063 140734252588208 140734252587064 8788594 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 5418 4132 413 1460 0 3949 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21672
[startup+0.100367 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6491
/proc/meminfo: memFree=28799696/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=24356 CPUtime=0.09 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 4709 0 0 0 9 0 0 0 20 0 1 0 268552456 24940544 4664 33554432000 4194304 10173063 140734252588208 140734252587064 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 6089 4688 413 1460 0 4620 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24356
[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6491
/proc/meminfo: memFree=28799696/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=50276 CPUtime=0.29 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 11302 0 0 0 28 1 0 0 20 0 1 0 268552456 51482624 11256 33554432000 4194304 10173063 140734252588208 140734252453384 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 12569 11256 413 1460 0 11100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50276
[startup+0.700309 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6491
/proc/meminfo: memFree=28799696/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=101748 CPUtime=0.69 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 24169 0 0 0 65 4 0 0 20 0 1 0 268552456 104189952 24123 33554432000 4194304 10173063 140734252588208 140734252453384 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 25437 24123 413 1460 0 23968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101748
[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6492
/proc/meminfo: memFree=28668348/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=202196 CPUtime=1.48 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 49281 0 0 0 141 7 0 0 20 0 1 0 268552456 207048704 49235 33554432000 4194304 10173063 140734252588208 140734252453384 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 50549 49235 413 1460 0 49080 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202196
[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6492
/proc/meminfo: memFree=28527856/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=443040 CPUtime=3.09 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 109335 0 0 0 292 17 0 0 20 0 1 0 268552456 453672960 109233 33554432000 4194304 10173063 140734252588208 140734252453384 4900959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 110760 109233 465 1460 0 109291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 443040
[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6530
/proc/meminfo: memFree=27433400/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=1486248 CPUtime=6.29 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 365159 0 0 0 571 58 0 0 20 0 1 0 268552456 1521917952 365057 33554432000 4194304 10173063 140734252588208 140734252583992 7549449 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 371562 365057 509 1460 0 370093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1486248
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 6530
/proc/meminfo: memFree=27252228/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=1382800 CPUtime=12.7 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 413928 0 0 0 922 348 0 0 20 0 1 0 268552456 1415987200 338332 33554432000 4194304 10173063 140734252588208 140734252585208 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 345700 338332 561 1460 0 344231 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1382800
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=27020248/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=1508432 CPUtime=25.49 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 542647 0 0 0 1751 798 0 0 20 0 1 0 268552456 1544634368 367617 33554432000 4194304 10173063 140734252588208 140734252584104 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 377108 367617 596 1460 0 375639 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1508432
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=25321832/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3353912 CPUtime=51.07 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 823171 0 0 0 4197 910 0 0 20 0 1 0 268552456 3434405888 791977 33554432000 4194304 10173063 140734252588208 140734252581016 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 838478 791977 750 1460 0 837009 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3353912
[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 6531
/proc/meminfo: memFree=25525100/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3139008 CPUtime=102.26 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 841799 0 0 0 9210 1016 0 0 20 0 1 0 268552456 3214344192 740758 33554432000 4194304 10173063 140734252588208 140734252584568 7314019 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 784752 740758 790 1460 0 783283 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3139008
[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 6531
/proc/meminfo: memFree=25422672/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3357124 CPUtime=162.27 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 863343 0 0 0 15168 1059 0 0 20 0 1 0 268552456 3437694976 766366 33554432000 4194304 10173063 140734252588208 140734252581464 8046708 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 839281 766366 793 1460 0 837812 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3357124
[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6531
/proc/meminfo: memFree=25414076/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3370108 CPUtime=222.24 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 872116 0 0 0 21132 1092 0 0 20 0 1 0 268552456 3450990592 768536 33554432000 4194304 10173063 140734252588208 140734252581384 8013222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 842527 768536 796 1460 0 841058 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3370108
[startup+282.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6531
/proc/meminfo: memFree=25387452/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3406548 CPUtime=282.25 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 880745 0 0 0 27106 1119 0 0 20 0 1 0 268552456 3488305152 775208 33554432000 4194304 10173063 140734252588208 140734252581464 8063978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 851637 775208 796 1460 0 850168 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3406548
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6535
/proc/meminfo: memFree=25398872/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3434236 CPUtime=342.23 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 887773 0 0 0 33058 1165 0 0 20 0 1 0 268552456 3516657664 772781 33554432000 4194304 10173063 140734252588208 140734252581848 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 858559 772781 796 1460 0 857090 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3434236
[startup+402.3 s]
/proc/loadavg: 2.05 2.01 1.99 3/177 6535
/proc/meminfo: memFree=25333624/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3466844 CPUtime=402.22 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 896954 0 0 0 39011 1211 0 0 20 0 1 0 268552456 3550048256 788610 33554432000 4194304 10173063 140734252588208 140734252580728 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 866711 788610 796 1460 0 865242 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3466844
[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 6535
/proc/meminfo: memFree=25368192/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3438776 CPUtime=462.21 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 913311 0 0 0 44961 1260 0 0 20 0 1 0 268552456 3521306624 779955 33554432000 4194304 10173063 140734252588208 140734252580952 7650029 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 859694 779955 800 1460 0 858225 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3438776
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6535
/proc/meminfo: memFree=25364128/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3438776 CPUtime=522.2 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 928527 0 0 0 50917 1303 0 0 20 0 1 0 268552456 3521306624 780982 33554432000 4194304 10173063 140734252588208 140734252582040 7706073 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 859694 780982 800 1460 0 858225 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3438776
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 6535
/proc/meminfo: memFree=25368012/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3438776 CPUtime=582.19 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 945194 0 0 0 56872 1347 0 0 20 0 1 0 268552456 3521306624 780467 33554432000 4194304 10173063 140734252588208 140734252582040 7911882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 859694 780467 800 1460 0 858225 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3438776
[startup+642.3 s]
################
# More data... #
################
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1095949 0 0 0 104472 1739 0 0 20 0 1 0 268552456 3527675904 783958 33554432000 4194304 10173063 140734252588208 140734252582040 7706037 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 861249 783958 806 1460 0 859780 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3444996
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6541
/proc/meminfo: memFree=25350156/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3444996 CPUtime=1122.1 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1116612 0 0 0 110419 1791 0 0 20 0 1 0 268552456 3527675904 783958 33554432000 4194304 10173063 140734252588208 140734252581656 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 861249 783958 806 1460 0 859780 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3444996
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6541
/proc/meminfo: memFree=25306592/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3486704 CPUtime=1182.09 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1135225 0 0 0 116372 1837 0 0 20 0 1 0 268552456 3570384896 794776 33554432000 4194304 10173063 140734252588208 140734252580728 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 871676 794776 806 1460 0 870207 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3486704
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6542
/proc/meminfo: memFree=25349032/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3444996 CPUtime=1242.08 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1155274 0 0 0 122323 1885 0 0 20 0 1 0 268552456 3527675904 784120 33554432000 4194304 10173063 140734252588208 140734252581384 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 861249 784120 806 1460 0 859780 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3444996
[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25306848/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3487076 CPUtime=1302.07 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1175855 0 0 0 128274 1933 0 0 20 0 1 0 268552456 3570765824 794550 33554432000 4194304 10173063 140734252588208 140734252580728 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 871769 794550 806 1460 0 870300 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3487076
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25305096/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3496064 CPUtime=1362.06 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1193504 0 0 0 134220 1986 0 0 20 0 1 0 268552456 3579969536 795099 33554432000 4194304 10173063 140734252588208 140734252580536 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 874016 795099 806 1460 0 872547 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3496064
[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6542
/proc/meminfo: memFree=25330900/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505732 CPUtime=1422.05 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1204584 0 0 0 140179 2026 0 0 20 0 1 0 268552456 3589869568 788607 33554432000 4194304 10173063 140734252588208 140734252582040 7911882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876433 788607 806 1460 0 874964 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3505732
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6542
/proc/meminfo: memFree=25329144/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505732 CPUtime=1482.05 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1214189 0 0 0 146141 2064 0 0 20 0 1 0 268552456 3589869568 788963 33554432000 4194304 10173063 140734252588208 140734252582040 8012584 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876433 788963 806 1460 0 874964 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3505732
[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 6545
/proc/meminfo: memFree=25328728/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505844 CPUtime=1542.03 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1223862 0 0 0 152100 2103 0 0 20 0 1 0 268552456 3589984256 789220 33554432000 4194304 10173063 140734252588208 140734252580952 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876461 789220 806 1460 0 874992 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 3505844
[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25301232/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505732 CPUtime=1602.03 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1233421 0 0 0 158058 2145 0 0 20 0 1 0 268552456 3589869568 789191 33554432000 4194304 10173063 140734252588208 140734252582040 7911877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876433 789191 806 1460 0 874964 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3505732
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25303200/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505732 CPUtime=1662.01 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1244903 0 0 0 164013 2188 0 0 20 0 1 0 268552456 3589869568 789193 33554432000 4194304 10173063 140734252588208 140734252581384 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876433 789193 806 1460 0 874964 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3505732
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25300800/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505976 CPUtime=1722 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1254948 0 0 0 169973 2227 0 0 20 0 1 0 268552456 3590119424 789198 33554432000 4194304 10173063 140734252588208 140734252582040 8012208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876494 789198 806 1460 0 875025 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 3505976
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25296456/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3505976 CPUtime=1782 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1264756 0 0 0 175934 2266 0 0 20 0 1 0 268552456 3590119424 789195 33554432000 4194304 10173063 140734252588208 140734252580920 8063658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876494 789195 806 1460 0 875025 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3505976
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25296796/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3506424 CPUtime=1800.01 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1267477 0 0 0 177724 2277 0 0 20 0 1 0 268552456 3590578176 789197 33554432000 4194304 10173063 140734252588208 140734252581656 8047326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876606 789197 806 1460 0 875137 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3506424
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -6491
Solver just ended. Dumping a history of the last processes samples
[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6546
/proc/meminfo: memFree=25296796/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3506424 CPUtime=1800.19 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1267477 0 0 0 177742 2277 0 0 20 0 1 0 268552456 3590578176 789197 33554432000 4194304 10173063 140734252588208 140734252581656 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876606 789197 806 1460 0 875137 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 3506424
[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25318944/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3506648 CPUtime=1801 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1267646 0 0 0 177822 2278 0 0 20 0 1 0 268552456 3590807552 788650 33554432000 4194304 10173063 140734252588208 140734252579712 8039684 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876662 788650 806 1460 0 875193 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 3506648
[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25318944/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3506648 CPUtime=1801.79 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1267721 0 0 0 177901 2278 0 0 20 0 1 0 268552456 3590807552 789236 33554432000 4194304 10173063 140734252588208 140734252579712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876662 789236 806 1460 0 875193 0
Current children cumulated CPU time (s) 1801.79
Current children cumulated vsize (KiB) 3506648
[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6547
/proc/meminfo: memFree=25318944/32873844 swapFree=7616/7616
[pid=6491] ppid=6489 vsize=3506648 CPUtime=1801.99 cores=1,3,5,7
/proc/6491/stat : 6491 (scip-2.1.1.4fix) R 6489 6491 5654 0 -1 4202496 1267721 0 0 0 177921 2278 0 0 20 0 1 0 268552456 3590807552 789236 33554432000 4194304 10173063 140734252588208 140734252581656 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 876662 789236 806 1460 0 875193 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 3506648
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.36
CPU time (s): 1802.06
CPU user time (s): 1779.23
CPU system time (s): 22.8325
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 3645816
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.23
system time used= 22.8325
maximum resident set size= 3302616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1267721
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= 37
involuntary context switches= 1951
runsolver used 3.04554 second user time and 8.14776 second system time
The end