0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3730077-1338680437.opb>
16.58/16.64 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.58/16.64 c problem read
16.58/16.64 c No objective function, only one solution is needed.
16.58/16.64 c presolving settings loaded
19.88/19.94 c presolving:
29.18/29.26 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2559500 upgd conss, 4000 impls, 100 clqs
30.98/31.04 c presolving (2 rounds):
30.98/31.04 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5050 changed coefficients
30.98/31.04 c 4000 implications, 100 cliques
30.98/31.04 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
30.98/31.04 c 4950 constraints of type <knapsack>
30.98/31.04 c 2100 constraints of type <setppc>
30.98/31.04 c 1 constraints of type <linear>
30.98/31.04 c 2552450 constraints of type <logicor>
30.98/31.04 c transformed objective value is always integral (scale: 1)
30.98/31.04 c Presolving Time: 11.68
30.98/31.04 c - non default parameters ----------------------------------------------------------------------
30.98/31.04 c # SCIP version 1.2.1.3
30.98/31.04 c
30.98/31.04 c # frequency for displaying node information lines
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 100]
30.98/31.04 c display/freq = 10000
30.98/31.04 c
30.98/31.04 c # maximal time in seconds to run
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.04 c limits/time = 1773.38
30.98/31.04 c
30.98/31.04 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.04 c limits/memory = 13950
30.98/31.04 c
30.98/31.04 c # solving stops, if the given number of solutions were found (-1: no limit)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.04 c limits/solutions = 1
30.98/31.04 c
30.98/31.04 c # maximal number of separation rounds per node (-1: unlimited)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 5]
30.98/31.04 c separating/maxrounds = 1
30.98/31.04 c
30.98/31.04 c # maximal number of separation rounds in the root node (-1: unlimited)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.04 c separating/maxroundsroot = 5
30.98/31.04 c
30.98/31.04 c # default clock type (1: CPU user seconds, 2: wall clock time)
30.98/31.04 c # [type: int, range: [1,2], default: 1]
30.98/31.04 c timing/clocktype = 2
30.98/31.04 c
30.98/31.04 c # should presolving try to simplify inequalities
30.98/31.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.04 c constraints/linear/simplifyinequalities = TRUE
30.98/31.04 c
30.98/31.04 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
30.98/31.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.04 c constraints/indicator/addCouplingCons = TRUE
30.98/31.04 c
30.98/31.04 c # should disaggregation of knapsack constraints be allowed in preprocessing?
30.98/31.04 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
30.98/31.04 c constraints/knapsack/disaggregation = FALSE
30.98/31.04 c
30.98/31.04 c # should presolving try to simplify knapsacks
30.98/31.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.04 c constraints/knapsack/simplifyinequalities = TRUE
30.98/31.04 c
30.98/31.04 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.04 c presolving/probing/maxrounds = 0
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/coefdiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/coefdiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/coefdiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 30]
30.98/31.04 c heuristics/crossover/freq = -1
30.98/31.04 c
30.98/31.04 c # number of nodes added to the contingent of the total nodes
30.98/31.04 c # [type: longint, range: [0,9223372036854775807], default: 500]
30.98/31.04 c heuristics/crossover/nodesofs = 750
30.98/31.04 c
30.98/31.04 c # number of nodes without incumbent change that heuristic should wait
30.98/31.04 c # [type: longint, range: [0,9223372036854775807], default: 200]
30.98/31.04 c heuristics/crossover/nwaitingnodes = 100
30.98/31.04 c
30.98/31.04 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
30.98/31.04 c # [type: real, range: [0,1], default: 0.1]
30.98/31.04 c heuristics/crossover/nodesquot = 0.15
30.98/31.04 c
30.98/31.04 c # minimum percentage of integer variables that have to be fixed
30.98/31.04 c # [type: real, range: [0,1], default: 0.666]
30.98/31.04 c heuristics/crossover/minfixingrate = 0.5
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 20]
30.98/31.04 c heuristics/feaspump/freq = -1
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/feaspump/maxlpiterofs = 2000
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/fracdiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/fracdiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/fracdiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/guideddiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/guideddiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/guideddiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/intdiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/intshifting/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/linesearchdiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/linesearchdiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/linesearchdiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/nlp/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 20]
30.98/31.04 c heuristics/objpscostdiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to total iteration number
30.98/31.04 c # [type: real, range: [0,1], default: 0.01]
30.98/31.04 c heuristics/objpscostdiving/maxlpiterquot = 0.015
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/objpscostdiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/oneopt/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/pscostdiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/pscostdiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/pscostdiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.04 c heuristics/rens/freq = -1
30.98/31.04 c
30.98/31.04 c # minimum percentage of integer variables that have to be fixable
30.98/31.04 c # [type: real, range: [0,1], default: 0.5]
30.98/31.04 c heuristics/rens/minfixingrate = 0.3
30.98/31.04 c
30.98/31.04 c # number of nodes added to the contingent of the total nodes
30.98/31.04 c # [type: longint, range: [0,9223372036854775807], default: 500]
30.98/31.04 c heuristics/rens/nodesofs = 2000
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 20]
30.98/31.04 c heuristics/rootsoldiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
30.98/31.04 c heuristics/rootsoldiving/maxlpiterquot = 0.015
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/rootsoldiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/rounding/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/shifting/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/simplerounding/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.04 c heuristics/trivial/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/trysol/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 10]
30.98/31.04 c heuristics/veclendiving/freq = -1
30.98/31.04 c
30.98/31.04 c # maximal fraction of diving LP iterations compared to node LP iterations
30.98/31.04 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.98/31.04 c heuristics/veclendiving/maxlpiterquot = 0.075
30.98/31.04 c
30.98/31.04 c # additional number of allowed LP iterations
30.98/31.04 c # [type: int, range: [0,2147483647], default: 1000]
30.98/31.04 c heuristics/veclendiving/maxlpiterofs = 1500
30.98/31.04 c
30.98/31.04 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.04 c heuristics/zirounding/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.04 c separating/cmir/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.04 c separating/flowcover/freq = -1
30.98/31.04 c
30.98/31.04 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
30.98/31.04 c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.04 c separating/rapidlearning/freq = 0
30.98/31.04 c
30.98/31.04 c -----------------------------------------------------------------------------------------------
30.98/31.04 c start solving
31.18/31.22 c
1800.02/1800.30 c pressed CTRL-C 1 times (5 times for forcing termination)
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-3730077-1338680437/watcher-3730077-1338680437 -o /tmp/evaluation-result-3730077-1338680437/solver-3730077-1338680437 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730077-1338680437.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.15 2.04 1.74 3/177 11888
/proc/meminfo: memFree=25700112/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 1577 0 0 0 0 0 0 0 20 0 1 0 334170816 10211328 1524 33554432000 4194304 8395647 140734829705616 140734829637672 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 2493 1535 374 1026 0 1463 0
[startup+0.066502 s]
/proc/loadavg: 2.15 2.04 1.74 3/177 11888
/proc/meminfo: memFree=25700112/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=17400 CPUtime=0.06 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 3591 0 0 0 6 0 0 0 20 0 1 0 334170816 17817600 3537 33554432000 4194304 8395647 140734829705616 140734829637672 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 4350 3537 390 1026 0 3320 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17400
[startup+0.100306 s]
/proc/loadavg: 2.15 2.04 1.74 3/177 11888
/proc/meminfo: memFree=25700112/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=18624 CPUtime=0.09 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 3924 0 0 0 9 0 0 0 20 0 1 0 334170816 19070976 3870 33554432000 4194304 8395647 140734829705616 140734829637672 5758820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 4656 3870 390 1026 0 3626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18624
[startup+0.300264 s]
/proc/loadavg: 2.15 2.04 1.74 3/177 11888
/proc/meminfo: memFree=25700112/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=30372 CPUtime=0.28 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 6829 0 0 0 28 0 0 0 20 0 1 0 334170816 31100928 6775 33554432000 4194304 8395647 140734829705616 140734829637672 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 7593 6776 390 1026 0 6563 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30372
[startup+0.700266 s]
/proc/loadavg: 2.15 2.04 1.74 3/177 11888
/proc/meminfo: memFree=25700112/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=53560 CPUtime=0.69 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 12621 0 0 0 68 1 0 0 20 0 1 0 334170816 54845440 12567 33554432000 4194304 8395647 140734829705616 140734829570824 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 13390 12567 390 1026 0 12360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53560
[startup+1.50027 s]
/proc/loadavg: 2.21 2.05 1.75 3/178 11889
/proc/meminfo: memFree=25277932/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=98092 CPUtime=1.49 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 23690 0 0 0 146 3 0 0 20 0 1 0 334170816 100446208 23636 33554432000 4194304 8395647 140734829705616 140734829570824 4327576 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 24523 23636 390 1026 0 23493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98092
[startup+3.10026 s]
/proc/loadavg: 2.21 2.05 1.75 3/178 11889
/proc/meminfo: memFree=25215684/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=187652 CPUtime=3.08 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 45972 0 0 0 303 5 0 0 20 0 1 0 334170816 192155648 45918 33554432000 4194304 8395647 140734829705616 140734829570824 7382036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 46913 45918 390 1026 0 45883 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 187652
[startup+6.30023 s]
/proc/loadavg: 2.28 2.07 1.75 3/178 11889
/proc/meminfo: memFree=24906492/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=364484 CPUtime=6.29 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 90349 0 0 0 616 13 0 0 20 0 1 0 334170816 373231616 90295 33554432000 4194304 8395647 140734829705616 140734829570824 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 91121 90295 390 1026 0 90091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 364484
[startup+12.7003 s]
/proc/loadavg: 2.25 2.07 1.76 3/178 11889
/proc/meminfo: memFree=24025536/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=722756 CPUtime=12.69 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 179752 0 0 0 1243 26 0 0 20 0 1 0 334170816 740102144 179698 33554432000 4194304 8395647 140734829705616 140734829570824 7301491 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 180689 179698 390 1026 0 179659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 722756
[startup+25.5003 s]
/proc/loadavg: 2.20 2.06 1.76 3/177 11889
/proc/meminfo: memFree=19953296/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=3064816 CPUtime=25.49 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 749007 0 0 0 2441 108 0 0 20 0 1 0 334170816 3138371584 755632 33554432000 4194304 8395647 140734829705616 140734829701608 4215509 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 766204 755632 470 1026 0 765174 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3064816
[startup+51.1003 s]
/proc/loadavg: 2.13 2.06 1.76 3/177 11889
/proc/meminfo: memFree=17734896/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5380068 CPUtime=51.08 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 910089 0 0 0 4950 158 0 0 20 0 1 0 334170816 5509189632 1257916 33554432000 4194304 8395647 140734829705616 140734829700824 6496248 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1345017 1257916 565 1026 0 1343987 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5380068
[startup+102.307 s]
/proc/loadavg: 2.05 2.05 1.77 3/177 11889
/proc/meminfo: memFree=17546232/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5510800 CPUtime=102.28 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 915402 0 0 0 10058 170 0 0 20 0 1 0 334170816 5643059200 1294786 33554432000 4194304 8395647 140734829705616 140734829700024 6696700 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1377700 1294786 569 1026 0 1376670 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5510800
[startup+162.3 s]
/proc/loadavg: 2.02 2.04 1.78 3/177 11889
/proc/meminfo: memFree=17515356/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5546312 CPUtime=162.26 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 916950 0 0 0 16048 178 0 0 20 0 1 0 334170816 5679423488 1302467 33554432000 4194304 8395647 140734829705616 140734829700744 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1386578 1302467 569 1026 0 1385548 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5546312
[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.80 3/177 11889
/proc/meminfo: memFree=17463008/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5653264 CPUtime=222.25 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 919366 0 0 0 22035 190 0 0 20 0 1 0 334170816 5788942336 1315148 33554432000 4194304 8395647 140734829705616 140734829700744 6697390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1413316 1315148 569 1026 0 1412286 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5653264
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.81 3/177 11889
/proc/meminfo: memFree=17461796/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5668752 CPUtime=282.24 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 921331 0 0 0 28023 201 0 0 20 0 1 0 334170816 5804802048 1315958 33554432000 4194304 8395647 140734829705616 140734829700024 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1417188 1315958 569 1026 0 1416158 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5668752
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/177 11890
/proc/meminfo: memFree=17455932/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5677064 CPUtime=342.24 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 922429 0 0 0 34014 210 0 0 20 0 1 0 334170816 5813313536 1316681 33554432000 4194304 8395647 140734829705616 140734829700744 6698349 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1419266 1316681 569 1026 0 1418236 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5677064
[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/177 11890
/proc/meminfo: memFree=17453292/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5684736 CPUtime=402.22 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 923408 0 0 0 40006 216 0 0 20 0 1 0 334170816 5821169664 1318020 33554432000 4194304 8395647 140734829705616 140734829700744 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1421184 1318020 569 1026 0 1420154 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5684736
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 11890
/proc/meminfo: memFree=17446804/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5701520 CPUtime=462.22 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 925490 0 0 0 45994 228 0 0 20 0 1 0 334170816 5838356480 1319118 33554432000 4194304 8395647 140734829705616 140734829699784 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1425380 1319118 569 1026 0 1424350 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5701520
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 11890
/proc/meminfo: memFree=17395200/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5709312 CPUtime=522.2 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 927705 0 0 0 51980 240 0 0 20 0 1 0 334170816 5846335488 1320630 33554432000 4194304 8395647 140734829705616 140734829700744 6698030 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1427328 1320630 569 1026 0 1426298 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5709312
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 11893
/proc/meminfo: memFree=17391616/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5710856 CPUtime=582.2 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 928331 0 0 0 57973 247 0 0 20 0 1 0 334170816 5847916544 1321460 33554432000 4194304 8395647 140734829705616 140734829700744 6698391 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1427714 1321460 569 1026 0 1426684 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5710856
[startup+642.3 s]
################
# More data... #
################
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 940089 0 0 0 105895 318 0 0 20 0 1 0 334170816 5950697472 1335737 33554432000 4194304 8395647 140734829705616 140734829700744 6635675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1452807 1335737 569 1026 0 1451777 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 5811228
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 11895
/proc/meminfo: memFree=17128996/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5814300 CPUtime=1122.12 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 941045 0 0 0 111885 327 0 0 20 0 1 0 334170816 5953843200 1334116 33554432000 4194304 8395647 140734829705616 140734829700744 6697271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1453575 1334116 569 1026 0 1452545 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5814300
[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 11898
/proc/meminfo: memFree=17130824/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5814300 CPUtime=1182.11 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 941680 0 0 0 117878 333 0 0 20 0 1 0 334170816 5953843200 1333621 33554432000 4194304 8395647 140734829705616 140734829700744 6697060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1453575 1333621 569 1026 0 1452545 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5814300
[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 11922
/proc/meminfo: memFree=17130524/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5814300 CPUtime=1242.1 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 942619 0 0 0 123867 343 0 0 20 0 1 0 334170816 5953843200 1333622 33554432000 4194304 8395647 140734829705616 140734829700744 6623560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1453575 1333622 569 1026 0 1452545 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5814300
[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/177 11922
/proc/meminfo: memFree=17129764/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5814860 CPUtime=1302.09 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 943574 0 0 0 129858 351 0 0 20 0 1 0 334170816 5954416640 1333655 33554432000 4194304 8395647 140734829705616 140734829700744 6697250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1453715 1333655 569 1026 0 1452685 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 5814860
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 11922
/proc/meminfo: memFree=17126256/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5819620 CPUtime=1362.09 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 944939 0 0 0 135848 361 0 0 20 0 1 0 334170816 5959290880 1333658 33554432000 4194304 8395647 140734829705616 140734829701176 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1454905 1333658 569 1026 0 1453875 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 5819620
[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 11922
/proc/meminfo: memFree=17121688/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5821480 CPUtime=1422.08 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 946177 0 0 0 141838 370 0 0 20 0 1 0 334170816 5961195520 1334290 33554432000 4194304 8395647 140734829705616 140734829700744 6635620 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1455370 1334290 569 1026 0 1454340 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 5821480
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11922
/proc/meminfo: memFree=17123392/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5822600 CPUtime=1482.07 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 947213 0 0 0 147830 377 0 0 20 0 1 0 334170816 5962342400 1333865 33554432000 4194304 8395647 140734829705616 140734829700744 6390468 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1455650 1333865 569 1026 0 1454620 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 5822600
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17119400/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5828700 CPUtime=1542.06 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 949014 0 0 0 153819 387 0 0 20 0 1 0 334170816 5968588800 1334547 33554432000 4194304 8395647 140734829705616 140734829700744 6697980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1457175 1334547 569 1026 0 1456145 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 5828700
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17104248/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5833260 CPUtime=1602.05 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 950286 0 0 0 159808 397 0 0 20 0 1 0 334170816 5973258240 1334078 33554432000 4194304 8395647 140734829705616 140734829700744 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1458315 1334078 569 1026 0 1457285 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 5833260
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17092484/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5840040 CPUtime=1662.03 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 951641 0 0 0 165797 406 0 0 20 0 1 0 334170816 5980200960 1334907 33554432000 4194304 8395647 140734829705616 140734829699784 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1460010 1334907 569 1026 0 1458980 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5840040
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 11923
/proc/meminfo: memFree=17088572/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5842560 CPUtime=1722.02 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 952984 0 0 0 171786 416 0 0 20 0 1 0 334170816 5982781440 1334570 33554432000 4194304 8395647 140734829705616 140734829700744 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1460640 1334570 569 1026 0 1459610 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 5842560
[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 12040
/proc/meminfo: memFree=22500052/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5848640 CPUtime=1782.02 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 954659 0 0 0 177775 427 0 0 20 0 1 0 334170816 5989007360 1335525 33554432000 4194304 8395647 140734829705616 140734829700744 6636363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1462160 1335525 569 1026 0 1461130 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 5848640
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 12040
/proc/meminfo: memFree=21723140/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5851328 CPUtime=1800.02 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 955482 0 0 0 179569 433 0 0 20 0 1 0 334170816 5991759872 1336391 33554432000 4194304 8395647 140734829705616 140734829700744 6636342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1462832 1336391 569 1026 0 1461802 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5851328
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -11888
Solver just ended. Dumping a history of the last processes samples
[startup+1801.4 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 12041
/proc/meminfo: memFree=21714320/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5851328 CPUtime=1801.11 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 955482 0 0 0 179678 433 0 0 20 0 1 0 334170816 5991759872 1336391 33554432000 4194304 8395647 140734829705616 140734829700744 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1462832 1336391 569 1026 0 1461802 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 5851328
[startup+1802.2 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 12041
/proc/meminfo: memFree=21713948/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=5851328 CPUtime=1801.91 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4202496 955482 0 0 0 179758 433 0 0 20 0 1 0 334170816 5991759872 1336391 33554432000 4194304 8395647 140734829705616 140734829700744 6697983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 1462832 1336391 569 1026 0 1461802 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 5851328
[startup+1802.4 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 12041
/proc/meminfo: memFree=21713948/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4203524 955482 0 0 0 179769 442 0 0 20 0 1 0 334170816 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0
[startup+1802.5 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 12041
/proc/meminfo: memFree=21713948/32873648 swapFree=6864/6864
[pid=11888] ppid=11886 vsize=0 CPUtime=1802.21 cores=1,3,5,7
/proc/11888/stat : 11888 (pbscip.linux.x8) R 11886 11888 11712 0 -1 4203524 955482 0 0 0 179769 452 0 0 20 0 1 0 334170816 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.21
Current children cumulated vsize (KiB) 0
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.25
CPU user time (s): 1797.7
CPU system time (s): 4.55631
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 6167452
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.7
system time used= 4.55631
maximum resident set size= 5499412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955482
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= 3
involuntary context switches= 1860
runsolver used 3.12852 second user time and 8.88765 second system time
The end