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: 947bdb7-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-3691572-1338022559.opb>
2.49/2.54 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
2.49/2.54 c problem read in 2.54
2.99/3.09 c No objective function, only one solution is needed.
2.99/3.09 c presolving settings loaded
3.98/4.04 c presolving:
10.09/10.20 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
15.89/15.91 c presolving (2 rounds):
15.89/15.91 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
15.89/15.91 c 0 implications, 1500 cliques
15.89/15.91 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
15.89/15.91 c 1500 constraints of type <setppc>
15.89/15.91 c 672750 constraints of type <logicor>
15.89/15.91 c transformed objective value is always integral (scale: 1)
15.89/15.91 c Presolving Time: 11.87
15.89/15.91 c - non default parameters ----------------------------------------------------------------------
15.89/15.91 c # SCIP version 2.1.1.4
15.89/15.91 c
15.89/15.91 c # maximal time in seconds to run
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.89/15.91 c limits/time = 1797
15.89/15.91 c
15.89/15.91 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.89/15.91 c limits/memory = 13950
15.89/15.91 c
15.89/15.91 c # solving stops, if the given number of solutions were found (-1: no limit)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.91 c limits/solutions = 1
15.89/15.91 c
15.89/15.91 c # maximal number of separation rounds per node (-1: unlimited)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 5]
15.89/15.91 c separating/maxrounds = 1
15.89/15.91 c
15.89/15.91 c # maximal number of separation rounds in the root node (-1: unlimited)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.91 c separating/maxroundsroot = 5
15.89/15.91 c
15.89/15.91 c # default clock type (1: CPU user seconds, 2: wall clock time)
15.89/15.91 c # [type: int, range: [1,2], default: 1]
15.89/15.91 c timing/clocktype = 2
15.89/15.91 c
15.89/15.91 c # belongs reading time to solving time?
15.89/15.91 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.89/15.91 c timing/reading = TRUE
15.89/15.91 c
15.89/15.91 c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.89/15.91 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.89/15.91 c constraints/knapsack/disaggregation = FALSE
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/coefdiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/coefdiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/coefdiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 30]
15.89/15.91 c heuristics/crossover/freq = -1
15.89/15.91 c
15.89/15.91 c # number of nodes added to the contingent of the total nodes
15.89/15.91 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.89/15.91 c heuristics/crossover/nodesofs = 750
15.89/15.91 c
15.89/15.91 c # number of nodes without incumbent change that heuristic should wait
15.89/15.91 c # [type: longint, range: [0,9223372036854775807], default: 200]
15.89/15.91 c heuristics/crossover/nwaitingnodes = 100
15.89/15.91 c
15.89/15.91 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.89/15.91 c # [type: real, range: [0,1], default: 0.1]
15.89/15.91 c heuristics/crossover/nodesquot = 0.15
15.89/15.91 c
15.89/15.91 c # minimum percentage of integer variables that have to be fixed
15.89/15.91 c # [type: real, range: [0,1], default: 0.666]
15.89/15.91 c heuristics/crossover/minfixingrate = 0.5
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.91 c heuristics/feaspump/freq = -1
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/feaspump/maxlpiterofs = 2000
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/fracdiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/fracdiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/fracdiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/guideddiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/guideddiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/guideddiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/intdiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/intshifting/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/linesearchdiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/linesearchdiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/linesearchdiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.91 c heuristics/objpscostdiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to total iteration number
15.89/15.91 c # [type: real, range: [0,1], default: 0.01]
15.89/15.91 c heuristics/objpscostdiving/maxlpiterquot = 0.015
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/objpscostdiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/oneopt/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/pscostdiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/pscostdiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/pscostdiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c heuristics/rens/freq = -1
15.89/15.91 c
15.89/15.91 c # minimum percentage of integer variables that have to be fixable
15.89/15.91 c # [type: real, range: [0,1], default: 0.5]
15.89/15.91 c heuristics/rens/minfixingrate = 0.3
15.89/15.91 c
15.89/15.91 c # number of nodes added to the contingent of the total nodes
15.89/15.91 c # [type: longint, range: [0,9223372036854775807], default: 500]
15.89/15.91 c heuristics/rens/nodesofs = 2000
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.91 c heuristics/rootsoldiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.89/15.91 c heuristics/rootsoldiving/maxlpiterquot = 0.015
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/rootsoldiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/rounding/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c heuristics/shiftandpropagate/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/shifting/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/simplerounding/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/subnlp/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c heuristics/trivial/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/trysol/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c heuristics/undercover/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.91 c heuristics/veclendiving/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.91 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.91 c heuristics/veclendiving/maxlpiterquot = 0.075
15.89/15.91 c
15.89/15.91 c # additional number of allowed LP iterations
15.89/15.91 c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.91 c heuristics/veclendiving/maxlpiterofs = 1500
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/zirounding/freq = -1
15.89/15.91 c
15.89/15.91 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.91 c propagating/probing/maxprerounds = 0
15.89/15.91 c
15.89/15.91 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c separating/cmir/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.91 c separating/flowcover/freq = -1
15.89/15.91 c
15.89/15.91 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.91 c separating/rapidlearning/freq = 0
15.89/15.91 c
15.89/15.91 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
15.89/15.91 c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.91 c heuristics/indoneopt/freq = -1
15.89/15.91 c
15.89/15.91 c -----------------------------------------------------------------------------------------------
15.89/15.91 c start solving
15.89/15.92 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-3691572-1338022559/watcher-3691572-1338022559 -o /tmp/evaluation-result-3691572-1338022559/solver-3691572-1338022559 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691572-1338022559.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.07 2.05 1.99 3/174 15194
/proc/meminfo: memFree=28115628/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=12560 CPUtime=0 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 1873 0 0 0 0 0 0 0 20 0 1 0 268381933 12861440 1828 33554432000 4194304 10219143 140734388065552 140735436704248 8844210 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 3140 1842 414 1471 0 1660 0
[startup+0.0774039 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15194
/proc/meminfo: memFree=28115628/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=27876 CPUtime=0.07 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 5727 0 0 0 7 0 0 0 20 0 1 0 268381933 28545024 5677 33554432000 4194304 10219143 140734388065552 140735436704248 5345903 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 6969 5678 419 1471 0 5489 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27876
[startup+0.10028 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15194
/proc/meminfo: memFree=28115628/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=29848 CPUtime=0.09 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 6224 0 0 0 9 0 0 0 20 0 1 0 268381933 30564352 6174 33554432000 4194304 10219143 140734388065552 140735436704248 8772016 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 7462 6174 419 1471 0 5982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29848
[startup+0.300218 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15194
/proc/meminfo: memFree=28115628/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=56352 CPUtime=0.29 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 12825 0 0 0 28 1 0 0 20 0 1 0 268381933 57704448 12775 33554432000 4194304 10219143 140734388065552 140734387930728 7123465 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 14088 12775 419 1471 0 12608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56352
[startup+0.700221 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15194
/proc/meminfo: memFree=28115628/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=108776 CPUtime=0.69 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 25945 0 0 0 65 4 0 0 20 0 1 0 268381933 111386624 25895 33554432000 4194304 10219143 140734388065552 140734387930728 9101850 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 27194 25895 419 1471 0 25714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108776
[startup+1.50022 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15195
/proc/meminfo: memFree=27974616/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=210196 CPUtime=1.49 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 51306 0 0 0 140 9 0 0 20 0 1 0 268381933 215240704 51256 33554432000 4194304 10219143 140734388065552 140734387930728 7155706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 52549 51256 419 1471 0 51069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210196
[startup+3.10022 s]
/proc/loadavg: 2.07 2.05 1.99 3/174 15195
/proc/meminfo: memFree=27833868/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=615736 CPUtime=3.09 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 151503 0 0 0 283 26 0 0 20 0 1 0 268381933 630513664 151453 33554432000 4194304 10219143 140734388065552 140734388061400 5931088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 153934 151453 472 1471 0 152454 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 615736
[startup+6.30023 s]
/proc/loadavg: 2.07 2.04 1.99 3/175 15196
/proc/meminfo: memFree=27014344/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=1207832 CPUtime=6.29 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 303966 0 0 0 550 79 0 0 20 0 1 0 268381933 1236819968 299461 33554432000 4194304 10219143 140734388065552 140734388062552 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 301958 299461 555 1471 0 300478 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1207832
[startup+12.7002 s]
/proc/loadavg: 2.06 2.04 1.99 3/175 15196
/proc/meminfo: memFree=26879856/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=1250340 CPUtime=12.69 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 385998 0 0 0 1133 136 0 0 20 0 1 0 268381933 1280348160 308338 33554432000 4194304 10219143 140734388065552 140734388063160 5015168 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 312585 308338 574 1471 0 311105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1250340
[startup+25.5003 s]
/proc/loadavg: 2.05 2.04 1.99 3/175 15196
/proc/meminfo: memFree=25711468/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2597332 CPUtime=25.48 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 569483 0 0 0 2368 180 0 0 20 0 1 0 268381933 2659667968 601082 33554432000 4194304 10219143 140734388065552 140734388059192 8091501 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 649333 601082 711 1471 0 647853 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2597332
[startup+51.1003 s]
/proc/loadavg: 2.03 2.04 1.99 3/175 15196
/proc/meminfo: memFree=25662580/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2770700 CPUtime=51.08 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 576119 0 0 0 4918 190 0 0 20 0 1 0 268381933 2837196800 612420 33554432000 4194304 10219143 140734388065552 140734388058808 8056877 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 692675 612420 715 1471 0 691195 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2770700
[startup+102.307 s]
/proc/loadavg: 2.01 2.03 1.99 3/175 15196
/proc/meminfo: memFree=25656852/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2770964 CPUtime=102.27 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 577532 0 0 0 10027 200 0 0 20 0 1 0 268381933 2837467136 613525 33554432000 4194304 10219143 140734388065552 140734388058808 7750264 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 692741 613525 715 1471 0 691261 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2770964
[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/175 15196
/proc/meminfo: memFree=25654956/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2770964 CPUtime=162.25 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 579342 0 0 0 16011 214 0 0 20 0 1 0 268381933 2837467136 614046 33554432000 4194304 10219143 140734388065552 140734388058808 7639964 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 692741 614046 715 1471 0 691261 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2770964
[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 15196
/proc/meminfo: memFree=25650272/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2772228 CPUtime=222.23 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 581131 0 0 0 21998 225 0 0 20 0 1 0 268381933 2838761472 614152 33554432000 4194304 10219143 140734388065552 140734388058808 8077296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 693057 614152 715 1471 0 691577 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2772228
[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 15199
/proc/meminfo: memFree=25645456/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2772876 CPUtime=282.21 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 584120 0 0 0 27984 237 0 0 20 0 1 0 268381933 2839425024 614465 33554432000 4194304 10219143 140734388065552 140734388058808 8056877 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 693219 614465 715 1471 0 691739 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 2772876
[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/176 15223
/proc/meminfo: memFree=25619788/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2814556 CPUtime=342.2 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 588321 0 0 0 33973 247 0 0 20 0 1 0 268381933 2882105344 620910 33554432000 4194304 10219143 140734388065552 140734388058728 8057488 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 703639 620910 718 1471 0 702159 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2814556
[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 15223
/proc/meminfo: memFree=25614800/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2832388 CPUtime=402.18 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 590727 0 0 0 39965 253 0 0 20 0 1 0 268381933 2900365312 621722 33554432000 4194304 10219143 140734388065552 140734388058728 8057500 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 708097 621722 718 1471 0 706617 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 2832388
[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/174 15223
/proc/meminfo: memFree=25586424/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2871448 CPUtime=462.15 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 594072 0 0 0 45956 259 0 0 20 0 1 0 268381933 2940362752 628661 33554432000 4194304 10219143 140734388065552 140734388058728 8077296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 717862 628661 718 1471 0 716382 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 2871448
[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 15224
/proc/meminfo: memFree=25577388/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2880396 CPUtime=522.14 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 597646 0 0 0 51947 267 0 0 20 0 1 0 268381933 2949525504 630830 33554432000 4194304 10219143 140734388065552 140734388057880 8056877 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 720099 630830 718 1471 0 718619 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 2880396
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 15224
/proc/meminfo: memFree=25572400/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2886132 CPUtime=582.13 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 599576 0 0 0 57941 272 0 0 20 0 1 0 268381933 2955399168 630781 33554432000 4194304 10219143 140734388065552 140734388057880 8077237 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 721533 630781 718 1471 0 720053 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 2886132
[startup+642.3 s]
################
# More data... #
################
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 623021 0 0 0 105868 330 0 0 20 0 1 0 268381933 2981785600 638066 33554432000 4194304 10219143 140734388065552 140734388058728 8056746 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 727975 638066 718 1471 0 726495 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 2911900
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15229
/proc/meminfo: memFree=25524792/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2913972 CPUtime=1121.96 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 626276 0 0 0 111858 338 0 0 20 0 1 0 268381933 2983907328 639721 33554432000 4194304 10219143 140734388065552 140734388058728 8057476 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 728493 639721 718 1471 0 727013 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 2913972
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15229
/proc/meminfo: memFree=25522188/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2915436 CPUtime=1181.94 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 629136 0 0 0 117848 346 0 0 20 0 1 0 268381933 2985406464 639818 33554432000 4194304 10219143 140734388065552 140734388057880 8057481 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 728859 639818 718 1471 0 727379 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 2915436
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15230
/proc/meminfo: memFree=25523252/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2915844 CPUtime=1241.93 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 631426 0 0 0 123841 352 0 0 20 0 1 0 268381933 2985824256 639846 33554432000 4194304 10219143 140734388065552 140734388058728 8056864 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 728961 639846 718 1471 0 727481 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 2915844
[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 15230
/proc/meminfo: memFree=25519180/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2917948 CPUtime=1301.93 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 634889 0 0 0 129832 361 0 0 20 0 1 0 268381933 2987978752 640545 33554432000 4194304 10219143 140734388065552 140734388058728 8057500 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 729487 640545 718 1471 0 728007 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 2917948
[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 15230
/proc/meminfo: memFree=25518932/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2918796 CPUtime=1361.91 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 637674 0 0 0 135824 367 0 0 20 0 1 0 268381933 2988847104 640586 33554432000 4194304 10219143 140734388065552 140734388058728 8056877 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/15194/statm: 729699 640586 718 1471 0 728219 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 2918796
[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/175 15230
/proc/meminfo: memFree=25514836/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2919900 CPUtime=1421.9 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 640216 0 0 0 141815 375 0 0 20 0 1 0 268381933 2989977600 641387 33554432000 4194304 10219143 140734388065552 140734388058728 8107856 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 729975 641387 718 1471 0 728495 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 2919900
[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 15233
/proc/meminfo: memFree=25514764/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=3005988 CPUtime=1481.88 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 642929 0 0 0 147807 381 0 0 20 0 1 0 268381933 3078131712 650963 33554432000 4194304 10219143 140734388065552 140734388057880 8098722 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 751497 650963 718 1471 0 750017 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 3005988
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 15234
/proc/meminfo: memFree=25511032/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2922972 CPUtime=1541.87 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 645645 0 0 0 153799 388 0 0 20 0 1 0 268381933 2993123328 641982 33554432000 4194304 10219143 140734388065552 140734388058728 8056857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 730743 641982 718 1471 0 729263 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 2922972
[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 15234
/proc/meminfo: memFree=25508704/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2923948 CPUtime=1601.86 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 649239 0 0 0 159791 395 0 0 20 0 1 0 268381933 2994122752 642148 33554432000 4194304 10219143 140734388065552 140734388058728 8057386 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 730987 642148 718 1471 0 729507 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 2923948
[startup+1662.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/175 15234
/proc/meminfo: memFree=25504700/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2926104 CPUtime=1661.85 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 651528 0 0 0 165784 401 0 0 20 0 1 0 268381933 2996330496 642565 33554432000 4194304 10219143 140734388065552 140734388058728 8091508 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 731526 642565 718 1471 0 730046 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 2926104
[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/175 15234
/proc/meminfo: memFree=25503892/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2927188 CPUtime=1721.84 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 654425 0 0 0 171775 409 0 0 20 0 1 0 268381933 2997440512 642782 33554432000 4194304 10219143 140734388065552 140734388058728 7638806 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 731797 642782 718 1471 0 730317 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 2927188
[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/175 15272
/proc/meminfo: memFree=24250540/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2928004 CPUtime=1781.84 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 656787 0 0 0 177769 415 0 0 20 0 1 0 268381933 2998276096 642885 33554432000 4194304 10219143 140734388065552 140734388059176 8056857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 732001 642885 718 1471 0 730521 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 2928004
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.5 s]
/proc/loadavg: 2.08 2.07 2.02 3/175 15272
/proc/meminfo: memFree=24250044/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2928396 CPUtime=1800.04 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 657744 0 0 0 179587 417 0 0 20 0 1 0 268381933 2998677504 643054 33554432000 4194304 10219143 140734388065552 140734388058728 8056857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 732099 643054 718 1471 0 730619 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2928396
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -15194
Solver just ended. Dumping a history of the last processes samples
[startup+1801.4 s]
/proc/loadavg: 2.08 2.07 2.02 3/176 15273
/proc/meminfo: memFree=24250044/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=2928716 CPUtime=1800.93 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 657744 0 0 0 179676 417 0 0 20 0 1 0 268381933 2999005184 643054 33554432000 4194304 10219143 140734388065552 140734388057880 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 732179 643054 718 1471 0 730699 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 2928716
[startup+1802.2 s]
/proc/loadavg: 2.08 2.07 2.02 3/176 15273
/proc/meminfo: memFree=24247616/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=3012996 CPUtime=1801.73 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 658279 0 0 0 179756 417 0 0 20 0 1 0 268381933 3085307904 652787 33554432000 4194304 10219143 140734388065552 140734388057880 8098912 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 753249 652787 718 1471 0 751769 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 3012996
[startup+1802.4 s]
/proc/loadavg: 2.08 2.07 2.02 3/176 15273
/proc/meminfo: memFree=24247616/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=3012996 CPUtime=1801.93 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 658279 0 0 0 179776 417 0 0 20 0 1 0 268381933 3085307904 652787 33554432000 4194304 10219143 140734388065552 140734388057768 8098763 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 753249 652787 718 1471 0 751769 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 3012996
[startup+1802.5 s]
/proc/loadavg: 2.08 2.07 2.02 3/176 15273
/proc/meminfo: memFree=24247616/32873852 swapFree=6848/6848
[pid=15194] ppid=15192 vsize=3012996 CPUtime=1802.03 cores=0,2,4,6
/proc/15194/stat : 15194 (scip-2.1.1.4exp) R 15192 15194 14323 0 -1 4202496 658279 0 0 0 179786 417 0 0 20 0 1 0 268381933 3085307904 652787 33554432000 4194304 10219143 140734388065552 140734388057768 8098779 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/15194/statm: 753249 652787 718 1471 0 751769 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3012996
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.06
CPU user time (s): 1797.87
CPU system time (s): 4.19536
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 3012996
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 4.19536
maximum resident set size= 2612316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658279
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= 31
involuntary context switches= 3048
runsolver used 3.52246 second user time and 9.95849 second system time
The end