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-3690622-1338024263.opb>
6.59/6.67 c original problem has 106196 variables (106196 bin, 0 int, 0 impl, 0 cont) and 2493137 constraints
6.59/6.67 c problem read in 6.67
6.69/6.80 c No objective function, only one solution is needed.
6.69/6.80 c presolving settings loaded
19.39/19.41 c presolving:
31.49/31.56 c (round 1) 22691 del vars, 364560 del conss, 0 add conss, 22691 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1247428 impls, 2696 clqs
36.98/37.03 c (round 2) 38058 del vars, 731007 del conss, 0 add conss, 22691 chg bounds, 33360 chg sides, 41400 chg coeffs, 0 upgd conss, 1435204 impls, 2696 clqs
39.98/40.03 c (round 3) 38564 del vars, 760890 del conss, 0 add conss, 22691 chg bounds, 37532 chg sides, 46596 chg coeffs, 0 upgd conss, 1435660 impls, 2696 clqs
59.98/60.05 c (round 4) 38564 del vars, 760936 del conss, 0 add conss, 22691 chg bounds, 37539 chg sides, 46596 chg coeffs, 1734549 upgd conss, 1435660 impls, 2696 clqs
65.88/65.94 c (round 5) 38564 del vars, 763246 del conss, 0 add conss, 22691 chg bounds, 37792 chg sides, 49148 chg coeffs, 1734549 upgd conss, 1435660 impls, 2696 clqs
70.78/70.81 c (round 6) 38564 del vars, 763246 del conss, 0 add conss, 22691 chg bounds, 38256 chg sides, 50663 chg coeffs, 1735418 upgd conss, 1437332 impls, 2696 clqs
75.67/75.73 c (round 7) 38564 del vars, 763862 del conss, 0 add conss, 22691 chg bounds, 38328 chg sides, 51512 chg coeffs, 1735468 upgd conss, 1437348 impls, 2746 clqs
80.57/80.65 c (round 8) 38564 del vars, 763898 del conss, 0 add conss, 22691 chg bounds, 38390 chg sides, 51663 chg coeffs, 1735592 upgd conss, 1437400 impls, 2757 clqs
109.47/109.53 c presolving (9 rounds):
109.47/109.53 c 38564 deleted vars, 763999 deleted constraints, 0 added constraints, 22691 tightened bounds, 0 added holes, 38390 changed sides, 51663 changed coefficients
109.47/109.53 c 1437422 implications, 2757 cliques
109.47/109.53 c presolved problem has 67632 variables (67632 bin, 0 int, 0 impl, 0 cont) and 1729138 constraints
109.47/109.53 c 224993 constraints of type <knapsack>
109.47/109.53 c 252255 constraints of type <setppc>
109.47/109.53 c 1 constraints of type <linear>
109.47/109.53 c 1251889 constraints of type <logicor>
109.47/109.53 c transformed objective value is always integral (scale: 1)
109.47/109.53 c Presolving Time: 100.85
109.47/109.53 c - non default parameters ----------------------------------------------------------------------
109.47/109.53 c # SCIP version 2.1.1.4
109.47/109.53 c
109.47/109.53 c # maximal time in seconds to run
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
109.47/109.53 c limits/time = 1797
109.47/109.53 c
109.47/109.53 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
109.47/109.53 c limits/memory = 13950
109.47/109.53 c
109.47/109.53 c # solving stops, if the given number of solutions were found (-1: no limit)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: -1]
109.47/109.53 c limits/solutions = 1
109.47/109.53 c
109.47/109.53 c # maximal number of separation rounds per node (-1: unlimited)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 5]
109.47/109.53 c separating/maxrounds = 1
109.47/109.53 c
109.47/109.53 c # maximal number of separation rounds in the root node (-1: unlimited)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: -1]
109.47/109.53 c separating/maxroundsroot = 5
109.47/109.53 c
109.47/109.53 c # default clock type (1: CPU user seconds, 2: wall clock time)
109.47/109.53 c # [type: int, range: [1,2], default: 1]
109.47/109.53 c timing/clocktype = 2
109.47/109.53 c
109.47/109.53 c # belongs reading time to solving time?
109.47/109.53 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
109.47/109.53 c timing/reading = TRUE
109.47/109.53 c
109.47/109.53 c # should disaggregation of knapsack constraints be allowed in preprocessing?
109.47/109.53 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
109.47/109.53 c constraints/knapsack/disaggregation = FALSE
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/coefdiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/coefdiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/coefdiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 30]
109.47/109.53 c heuristics/crossover/freq = -1
109.47/109.53 c
109.47/109.53 c # number of nodes added to the contingent of the total nodes
109.47/109.53 c # [type: longint, range: [0,9223372036854775807], default: 500]
109.47/109.53 c heuristics/crossover/nodesofs = 750
109.47/109.53 c
109.47/109.53 c # number of nodes without incumbent change that heuristic should wait
109.47/109.53 c # [type: longint, range: [0,9223372036854775807], default: 200]
109.47/109.53 c heuristics/crossover/nwaitingnodes = 100
109.47/109.53 c
109.47/109.53 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
109.47/109.53 c # [type: real, range: [0,1], default: 0.1]
109.47/109.53 c heuristics/crossover/nodesquot = 0.15
109.47/109.53 c
109.47/109.53 c # minimum percentage of integer variables that have to be fixed
109.47/109.53 c # [type: real, range: [0,1], default: 0.666]
109.47/109.53 c heuristics/crossover/minfixingrate = 0.5
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 20]
109.47/109.53 c heuristics/feaspump/freq = -1
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/feaspump/maxlpiterofs = 2000
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/fracdiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/fracdiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/fracdiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/guideddiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/guideddiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/guideddiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/intdiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/intshifting/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/linesearchdiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/linesearchdiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/linesearchdiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 20]
109.47/109.53 c heuristics/objpscostdiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to total iteration number
109.47/109.53 c # [type: real, range: [0,1], default: 0.01]
109.47/109.53 c heuristics/objpscostdiving/maxlpiterquot = 0.015
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/objpscostdiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/oneopt/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/pscostdiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/pscostdiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/pscostdiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c heuristics/rens/freq = -1
109.47/109.53 c
109.47/109.53 c # minimum percentage of integer variables that have to be fixable
109.47/109.53 c # [type: real, range: [0,1], default: 0.5]
109.47/109.53 c heuristics/rens/minfixingrate = 0.3
109.47/109.53 c
109.47/109.53 c # number of nodes added to the contingent of the total nodes
109.47/109.53 c # [type: longint, range: [0,9223372036854775807], default: 500]
109.47/109.53 c heuristics/rens/nodesofs = 2000
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 20]
109.47/109.53 c heuristics/rootsoldiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
109.47/109.53 c heuristics/rootsoldiving/maxlpiterquot = 0.015
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/rootsoldiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/rounding/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c heuristics/shiftandpropagate/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/shifting/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/simplerounding/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/subnlp/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c heuristics/trivial/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/trysol/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c heuristics/undercover/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 10]
109.47/109.53 c heuristics/veclendiving/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal fraction of diving LP iterations compared to node LP iterations
109.47/109.53 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
109.47/109.53 c heuristics/veclendiving/maxlpiterquot = 0.075
109.47/109.53 c
109.47/109.53 c # additional number of allowed LP iterations
109.47/109.53 c # [type: int, range: [0,2147483647], default: 1000]
109.47/109.53 c heuristics/veclendiving/maxlpiterofs = 1500
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/zirounding/freq = -1
109.47/109.53 c
109.47/109.53 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: -1]
109.47/109.53 c propagating/probing/maxprerounds = 0
109.47/109.53 c
109.47/109.53 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c separating/cmir/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 0]
109.47/109.53 c separating/flowcover/freq = -1
109.47/109.53 c
109.47/109.53 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: -1]
109.47/109.53 c separating/rapidlearning/freq = 0
109.47/109.53 c
109.47/109.53 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
109.47/109.53 c # [type: int, range: [-1,2147483647], default: 1]
109.47/109.53 c heuristics/indoneopt/freq = -1
109.47/109.53 c
109.47/109.53 c -----------------------------------------------------------------------------------------------
109.47/109.53 c start solving
109.57/109.60 c
320.55/320.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
320.55/320.64 c 321s| 1 | 0 | 13802 | - |2989M| 0 |1737 | 67k|1729k| 67k|1729k| 0 | 0 | 0 | 0.000000e+00 | -- | Inf
385.23/385.36 c 385s| 1 | 0 | 14834 | - |2989M| 0 |1760 | 67k|1729k| 67k|1729k| 15 | 0 | 0 | 0.000000e+00 | -- | Inf
510.11/510.22 c 510s| 1 | 0 | 18927 | - |2989M| 0 |2598 | 67k|1729k| 67k|1729k| 28 | 0 | 0 | 0.000000e+00 | -- | Inf
609.99/610.10 c 610s| 1 | 0 | 21350 | - |2990M| 0 |5644 | 67k|1729k| 67k|1729k| 48 | 0 | 0 | 0.000000e+00 | -- | Inf
708.39/708.58 c 708s| 1 | 0 | 23678 | - |2990M| 0 |5877 | 67k|1729k| 67k|1729k| 70 | 0 | 0 | 0.000000e+00 | -- | Inf
825.26/825.43 c 825s| 1 | 0 | 26113 | - |2990M| 0 |5225 | 67k|1729k| 67k|1729k| 99 | 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-3690622-1338024263/watcher-3690622-1338024263 -o /tmp/evaluation-result-3690622-1338024263/solver-3690622-1338024263 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690622-1338024263.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.01 2.00 3/176 1274
/proc/meminfo: memFree=26254312/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1127 0 0 0 0 0 0 0 20 0 1 0 268551620 9379840 1081 33554432000 4194304 10173063 140734409171680 140735416447272 8846909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 2290 1090 392 1460 0 821 0
[startup+0.056406 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 1274
/proc/meminfo: memFree=26254312/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=18760 CPUtime=0.04 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 3454 0 0 0 4 0 0 0 20 0 1 0 268551620 19210240 3404 33554432000 4194304 10173063 140734409171680 140735416447272 4635910 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 4690 3404 413 1460 0 3221 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18760
[startup+0.100305 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 1274
/proc/meminfo: memFree=26254312/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=24300 CPUtime=0.08 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 4809 0 0 0 8 0 0 0 20 0 1 0 268551620 24883200 4759 33554432000 4194304 10173063 140734409171680 140735416447272 5479875 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 6075 4759 413 1460 0 4606 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24300
[startup+0.300256 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 1274
/proc/meminfo: memFree=26254312/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=50148 CPUtime=0.29 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 11283 0 0 0 27 2 0 0 20 0 1 0 268551620 51351552 11233 33554432000 4194304 10173063 140734409171680 140735416447272 7549444 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 12537 11233 413 1460 0 11068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50148
[startup+0.700265 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 1274
/proc/meminfo: memFree=26254312/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=101748 CPUtime=0.69 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 24130 0 0 0 65 4 0 0 20 0 1 0 268551620 104189952 24081 33554432000 4194304 10173063 140734409171680 140734409036856 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 25437 24119 413 1460 0 23968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101748
[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1275
/proc/meminfo: memFree=26120880/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=202200 CPUtime=1.49 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 49288 0 0 0 142 7 0 0 20 0 1 0 268551620 207052800 49238 33554432000 4194304 10173063 140734409171680 140734409036856 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 50550 49238 413 1460 0 49081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202200
[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1275
/proc/meminfo: memFree=25979008/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=404652 CPUtime=3.09 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 99851 0 0 0 293 16 0 0 20 0 1 0 268551620 414363648 99801 33554432000 4194304 10173063 140734409171680 140734409036856 8860675 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 101163 99801 413 1460 0 99694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 404652
[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1275
/proc/meminfo: memFree=25533288/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=805628 CPUtime=6.29 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 199361 0 0 0 597 32 0 0 20 0 1 0 268551620 824963072 199822 33554432000 4194304 10173063 140734409171680 140734409036184 5285017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 201407 199822 413 1460 0 199938 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 805628
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1275
/proc/meminfo: memFree=23645956/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=2613052 CPUtime=12.68 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 644471 0 0 0 1169 99 0 0 20 0 1 0 268551620 2675765248 648433 33554432000 4194304 10173063 140734409171680 140734409167416 7545861 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 653263 648433 509 1460 0 651794 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2613052
[startup+25.5067 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1275
/proc/meminfo: memFree=23211808/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=2958268 CPUtime=25.49 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 892479 0 0 0 2148 401 0 0 20 0 1 0 268551620 3029266432 733740 33554432000 4194304 10173063 140734409171680 140734409168680 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 739567 733740 560 1460 0 738098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2958268
[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 1276
/proc/meminfo: memFree=22510712/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=3630400 CPUtime=51.09 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1072177 0 0 0 3825 1284 0 0 20 0 1 0 268551620 3717529600 898476 33554432000 4194304 10173063 140734409171680 140734409168680 7544992 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 907600 898476 579 1460 0 906131 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3630400
[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 1276
/proc/meminfo: memFree=23067152/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=3032044 CPUtime=102.28 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1082088 0 0 0 7766 2462 0 0 20 0 1 0 268551620 3104813056 748316 33554432000 4194304 10173063 140734409171680 140734409169288 4953292 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 758011 748316 611 1460 0 756542 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3032044
[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1314
/proc/meminfo: memFree=21633608/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5777984 CPUtime=162.27 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1460675 0 0 0 13665 2562 0 0 20 0 1 0 268551620 5916655616 1373057 33554432000 4194304 10173063 140734409171680 140734409164936 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1444496 1373057 753 1460 0 1443027 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 5777984
[startup+222.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 1314
/proc/meminfo: memFree=21494648/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5899872 CPUtime=222.27 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1464866 0 0 0 19656 2571 0 0 20 0 1 0 268551620 6041468928 1402846 33554432000 4194304 10173063 140734409171680 140734409164856 7956308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1474968 1402846 759 1460 0 1473499 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 5899872
[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1314
/proc/meminfo: memFree=21395520/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6075852 CPUtime=282.24 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1468965 0 0 0 25643 2581 0 0 20 0 1 0 268551620 6221672448 1425612 33554432000 4194304 10173063 140734409171680 140734409164856 8063658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1518963 1425612 759 1460 0 1517494 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 6075852
[startup+342.307 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 1317
/proc/meminfo: memFree=21694076/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5646496 CPUtime=342.25 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1475325 0 0 0 31582 2643 0 0 20 0 1 0 268551620 5782011904 1348088 33554432000 4194304 10173063 140734409171680 140734409168040 7314019 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1411624 1348088 797 1460 0 1410155 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 5646496
[startup+402.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 1318
/proc/meminfo: memFree=21673020/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5837632 CPUtime=402.23 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1480407 0 0 0 37548 2675 0 0 20 0 1 0 268551620 5977735168 1351296 33554432000 4194304 10173063 140734409171680 140734409164232 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1459408 1351296 800 1460 0 1457939 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5837632
[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 1318
/proc/meminfo: memFree=21610624/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5906600 CPUtime=462.21 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1483678 0 0 0 43528 2693 0 0 20 0 1 0 268551620 6048358400 1365323 33554432000 4194304 10173063 140734409171680 140734409164008 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1476650 1365323 800 1460 0 1475181 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 5906600
[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1318
/proc/meminfo: memFree=21598748/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5920712 CPUtime=522.21 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1487197 0 0 0 49497 2724 0 0 20 0 1 0 268551620 6062809088 1366308 33554432000 4194304 10173063 140734409171680 140734409166520 8846889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1480178 1366308 800 1460 0 1478709 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5920712
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 1318
/proc/meminfo: memFree=21562996/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=5937740 CPUtime=582.2 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1492467 0 0 0 55475 2745 0 0 20 0 1 0 268551620 6080245760 1373458 33554432000 4194304 10173063 140734409171680 140734409164008 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1484435 1373458 800 1460 0 1482966 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5937740
[startup+642.3 s]
################
# More data... #
################
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1518689 0 0 0 97331 2882 0 0 20 0 1 0 268551620 6160625664 1371303 33554432000 4194304 10173063 140734409171680 140734409164200 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1504059 1371303 804 1460 0 1502590 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 6016236
[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1324
/proc/meminfo: memFree=21543648/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1062.12 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1523237 0 0 0 103312 2900 0 0 20 0 1 0 268551620 6159958016 1371321 33554432000 4194304 10173063 140734409171680 140734409165128 7911877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1371321 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 6015584
[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1324
/proc/meminfo: memFree=21534272/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1122.11 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1526833 0 0 0 109296 2915 0 0 20 0 1 0 268551620 6159958016 1372197 33554432000 4194304 10173063 140734409171680 140734409164392 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372197 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 6015584
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1324
/proc/meminfo: memFree=21527916/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6016016 CPUtime=1182.1 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1531799 0 0 0 115276 2934 0 0 20 0 1 0 268551620 6160400384 1372751 33554432000 4194304 10173063 140734409171680 140734409164200 7706073 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1504004 1372751 804 1460 0 1502535 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 6016016
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1324
/proc/meminfo: memFree=21516360/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1242.1 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1535993 0 0 0 121258 2952 0 0 20 0 1 0 268551620 6159958016 1374318 33554432000 4194304 10173063 140734409171680 140734409164392 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1374318 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6015584
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1325
/proc/meminfo: memFree=21509904/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1302.09 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1540357 0 0 0 127240 2969 0 0 20 0 1 0 268551620 6159958016 1374946 33554432000 4194304 10173063 140734409171680 140734409164392 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1374946 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6015584
[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 1325
/proc/meminfo: memFree=21510748/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015964 CPUtime=1362.08 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1544733 0 0 0 133221 2987 0 0 20 0 1 0 268551620 6160347136 1373410 33554432000 4194304 10173063 140734409171680 140734409164200 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503991 1373410 804 1460 0 1502522 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 6015964
[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1325
/proc/meminfo: memFree=21511764/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1422.07 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1548890 0 0 0 139203 3004 0 0 20 0 1 0 268551620 6159958016 1372361 33554432000 4194304 10173063 140734409171680 140734409164424 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372361 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 6015584
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1325
/proc/meminfo: memFree=21505144/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1482.06 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1553530 0 0 0 145184 3022 0 0 20 0 1 0 268551620 6159958016 1372898 33554432000 4194304 10173063 140734409171680 140734409165512 8012579 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372898 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6015584
[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 1328
/proc/meminfo: memFree=21499536/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1542.05 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1558118 0 0 0 151167 3038 0 0 20 0 1 0 268551620 6159958016 1373226 33554432000 4194304 10173063 140734409171680 140734409165128 7706448 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1373226 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 6015584
[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1329
/proc/meminfo: memFree=21498224/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6016224 CPUtime=1602.04 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1562544 0 0 0 157147 3057 0 0 20 0 1 0 268551620 6160613376 1373733 33554432000 4194304 10173063 140734409171680 140734409165512 8012679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1504056 1373733 804 1460 0 1502587 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6016224
[startup+1662.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1329
/proc/meminfo: memFree=21490996/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015804 CPUtime=1662.03 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1567106 0 0 0 163130 3073 0 0 20 0 1 0 268551620 6160183296 1374762 33554432000 4194304 10173063 140734409171680 140734409164200 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503951 1374762 804 1460 0 1502482 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 6015804
[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1329
/proc/meminfo: memFree=21485488/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6018108 CPUtime=1722.02 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1571683 0 0 0 169111 3091 0 0 20 0 1 0 268551620 6162542592 1375537 33554432000 4194304 10173063 140734409171680 140734409164200 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1504527 1375537 804 1460 0 1503058 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 6018108
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1329
/proc/meminfo: memFree=21493628/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015656 CPUtime=1782.01 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1578811 0 0 0 175086 3115 0 0 20 0 1 0 268551620 6160031744 1372477 33554432000 4194304 10173063 140734409171680 140734409164424 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503914 1372477 804 1460 0 1502445 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 6015656
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1329
/proc/meminfo: memFree=21491832/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1800.01 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1581235 0 0 0 176878 3123 0 0 20 0 1 0 268551620 6159958016 1372915 33554432000 4194304 10173063 140734409171680 140734409164424 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372915 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6015584
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -1274
Solver just ended. Dumping a history of the last processes samples
[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1330
/proc/meminfo: memFree=21491700/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1801.3 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1581235 0 0 0 177007 3123 0 0 20 0 1 0 268551620 6159958016 1372915 33554432000 4194304 10173063 140734409171680 140734409163712 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372915 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 6015584
[startup+1802.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1330
/proc/meminfo: memFree=21491824/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=6015584 CPUtime=1801.71 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4202496 1581235 0 0 0 177048 3123 0 0 20 0 1 0 268551620 6159958016 1372915 33554432000 4194304 10173063 140734409171680 140734409163712 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 1503896 1372915 804 1460 0 1502427 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 6015584
[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1330
/proc/meminfo: memFree=21491824/32873844 swapFree=7108/7108
[pid=1274] ppid=1272 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/1274/stat : 1274 (scip-2.1.1.4fix) R 1272 1274 659 0 -1 4203524 1581235 0 0 0 177078 3133 0 0 20 0 1 0 268551620 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1274/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.46
CPU time (s): 1802.18
CPU user time (s): 1770.79
CPU system time (s): 31.3902
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 6314028
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.79
system time used= 31.3902
maximum resident set size= 5777956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1581235
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= 18
involuntary context switches= 1871
runsolver used 2.98655 second user time and 7.49686 second system time
The end