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-3730116-1338681799.opb>
16.59/16.68 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.59/16.68 c problem read
16.59/16.68 c No objective function, only one solution is needed.
16.59/16.68 c presolving settings loaded
19.88/19.99 c presolving:
29.28/29.33 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
31.09/31.11 c presolving (2 rounds):
31.09/31.11 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5035 changed coefficients
31.09/31.11 c 4000 implications, 100 cliques
31.09/31.11 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
31.09/31.11 c 4950 constraints of type <knapsack>
31.09/31.11 c 2100 constraints of type <setppc>
31.09/31.11 c 1 constraints of type <linear>
31.09/31.11 c 2552450 constraints of type <logicor>
31.09/31.11 c transformed objective value is always integral (scale: 1)
31.09/31.11 c Presolving Time: 11.71
31.09/31.11 c - non default parameters ----------------------------------------------------------------------
31.09/31.11 c # SCIP version 1.2.1.3
31.09/31.11 c
31.09/31.11 c # frequency for displaying node information lines
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 100]
31.09/31.11 c display/freq = 10000
31.09/31.11 c
31.09/31.11 c # maximal time in seconds to run
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.09/31.11 c limits/time = 1773.33
31.09/31.11 c
31.09/31.11 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.09/31.11 c limits/memory = 13950
31.09/31.11 c
31.09/31.11 c # solving stops, if the given number of solutions were found (-1: no limit)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: -1]
31.09/31.11 c limits/solutions = 1
31.09/31.11 c
31.09/31.11 c # maximal number of separation rounds per node (-1: unlimited)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 5]
31.09/31.11 c separating/maxrounds = 1
31.09/31.11 c
31.09/31.11 c # maximal number of separation rounds in the root node (-1: unlimited)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: -1]
31.09/31.11 c separating/maxroundsroot = 5
31.09/31.11 c
31.09/31.11 c # default clock type (1: CPU user seconds, 2: wall clock time)
31.09/31.11 c # [type: int, range: [1,2], default: 1]
31.09/31.11 c timing/clocktype = 2
31.09/31.11 c
31.09/31.11 c # should presolving try to simplify inequalities
31.09/31.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.09/31.11 c constraints/linear/simplifyinequalities = TRUE
31.09/31.11 c
31.09/31.11 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
31.09/31.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.09/31.11 c constraints/indicator/addCouplingCons = TRUE
31.09/31.11 c
31.09/31.11 c # should disaggregation of knapsack constraints be allowed in preprocessing?
31.09/31.11 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
31.09/31.11 c constraints/knapsack/disaggregation = FALSE
31.09/31.11 c
31.09/31.11 c # should presolving try to simplify knapsacks
31.09/31.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.09/31.11 c constraints/knapsack/simplifyinequalities = TRUE
31.09/31.11 c
31.09/31.11 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: -1]
31.09/31.11 c presolving/probing/maxrounds = 0
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/coefdiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/coefdiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/coefdiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 30]
31.09/31.11 c heuristics/crossover/freq = -1
31.09/31.11 c
31.09/31.11 c # number of nodes added to the contingent of the total nodes
31.09/31.11 c # [type: longint, range: [0,9223372036854775807], default: 500]
31.09/31.11 c heuristics/crossover/nodesofs = 750
31.09/31.11 c
31.09/31.11 c # number of nodes without incumbent change that heuristic should wait
31.09/31.11 c # [type: longint, range: [0,9223372036854775807], default: 200]
31.09/31.11 c heuristics/crossover/nwaitingnodes = 100
31.09/31.11 c
31.09/31.11 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
31.09/31.11 c # [type: real, range: [0,1], default: 0.1]
31.09/31.11 c heuristics/crossover/nodesquot = 0.15
31.09/31.11 c
31.09/31.11 c # minimum percentage of integer variables that have to be fixed
31.09/31.11 c # [type: real, range: [0,1], default: 0.666]
31.09/31.11 c heuristics/crossover/minfixingrate = 0.5
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 20]
31.09/31.11 c heuristics/feaspump/freq = -1
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/feaspump/maxlpiterofs = 2000
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/fracdiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/fracdiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/fracdiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/guideddiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/guideddiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/guideddiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/intdiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/intshifting/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/linesearchdiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/linesearchdiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/linesearchdiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/nlp/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 20]
31.09/31.11 c heuristics/objpscostdiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to total iteration number
31.09/31.11 c # [type: real, range: [0,1], default: 0.01]
31.09/31.11 c heuristics/objpscostdiving/maxlpiterquot = 0.015
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/objpscostdiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/oneopt/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/pscostdiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/pscostdiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/pscostdiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 0]
31.09/31.11 c heuristics/rens/freq = -1
31.09/31.11 c
31.09/31.11 c # minimum percentage of integer variables that have to be fixable
31.09/31.11 c # [type: real, range: [0,1], default: 0.5]
31.09/31.11 c heuristics/rens/minfixingrate = 0.3
31.09/31.11 c
31.09/31.11 c # number of nodes added to the contingent of the total nodes
31.09/31.11 c # [type: longint, range: [0,9223372036854775807], default: 500]
31.09/31.11 c heuristics/rens/nodesofs = 2000
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 20]
31.09/31.11 c heuristics/rootsoldiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
31.09/31.11 c heuristics/rootsoldiving/maxlpiterquot = 0.015
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/rootsoldiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/rounding/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/shifting/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/simplerounding/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 0]
31.09/31.11 c heuristics/trivial/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/trysol/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 10]
31.09/31.11 c heuristics/veclendiving/freq = -1
31.09/31.11 c
31.09/31.11 c # maximal fraction of diving LP iterations compared to node LP iterations
31.09/31.11 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
31.09/31.11 c heuristics/veclendiving/maxlpiterquot = 0.075
31.09/31.11 c
31.09/31.11 c # additional number of allowed LP iterations
31.09/31.11 c # [type: int, range: [0,2147483647], default: 1000]
31.09/31.11 c heuristics/veclendiving/maxlpiterofs = 1500
31.09/31.11 c
31.09/31.11 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 1]
31.09/31.11 c heuristics/zirounding/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 0]
31.09/31.11 c separating/cmir/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: 0]
31.09/31.11 c separating/flowcover/freq = -1
31.09/31.11 c
31.09/31.11 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
31.09/31.11 c # [type: int, range: [-1,2147483647], default: -1]
31.09/31.11 c separating/rapidlearning/freq = 0
31.09/31.11 c
31.09/31.11 c -----------------------------------------------------------------------------------------------
31.09/31.11 c start solving
31.28/31.30 c
1800.03/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-3730116-1338681799/watcher-3730116-1338681799 -o /tmp/evaluation-result-3730116-1338681799/solver-3730116-1338681799 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730116-1338681799.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 21951
/proc/meminfo: memFree=22955388/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 1805 0 0 0 0 0 0 0 20 0 1 0 334304660 10461184 1752 33554432000 4194304 8395647 140733237374560 140733237369960 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 2554 1756 390 1026 0 1524 0
[startup+0.0875969 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 21951
/proc/meminfo: memFree=22955388/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=18628 CPUtime=0.08 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 3904 0 0 0 8 0 0 0 20 0 1 0 334304660 19075072 3851 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 4657 3851 390 1026 0 3627 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18628
[startup+0.100328 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 21951
/proc/meminfo: memFree=22955388/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=18628 CPUtime=0.09 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 3924 0 0 0 9 0 0 0 20 0 1 0 334304660 19075072 3871 33554432000 4194304 8395647 140733237374560 140733237239768 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 4657 3871 390 1026 0 3627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18628
[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 21951
/proc/meminfo: memFree=22955388/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=30376 CPUtime=0.29 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 6829 0 0 0 28 1 0 0 20 0 1 0 334304660 31105024 6776 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 7594 6776 390 1026 0 6564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30376
[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 21951
/proc/meminfo: memFree=22955388/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=53368 CPUtime=0.68 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 12572 0 0 0 67 1 0 0 20 0 1 0 334304660 54648832 12519 33554432000 4194304 8395647 140733237374560 140733237239768 7324707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 13342 12519 390 1026 0 12312 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53368
[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=22890528/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=97900 CPUtime=1.49 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 23640 0 0 0 145 4 0 0 20 0 1 0 334304660 100249600 23587 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 24475 23587 390 1026 0 23445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97900
[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=22828228/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=187656 CPUtime=3.08 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 45968 0 0 0 302 6 0 0 20 0 1 0 334304660 192159744 45915 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 46914 45915 390 1026 0 45884 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 187656
[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=22629392/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=364292 CPUtime=6.29 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 90294 0 0 0 616 13 0 0 20 0 1 0 334304660 373035008 90241 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 91073 90241 390 1026 0 90043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 364292
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=22262840/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=720700 CPUtime=12.69 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 178735 0 0 0 1243 26 0 0 20 0 1 0 334304660 737996800 179193 33554432000 4194304 8395647 140733237374560 140733237239768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 180175 179193 390 1026 0 179145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 720700
[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=19926720/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=3062040 CPUtime=25.49 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 750348 0 0 0 2444 105 0 0 20 0 1 0 334304660 3135528960 756052 33554432000 4194304 8395647 140733237374560 140733237370584 5082272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 765510 756052 470 1026 0 764480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3062040
[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=17910468/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5365960 CPUtime=51.08 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 910556 0 0 0 4949 159 0 0 20 0 1 0 334304660 5494743040 1258525 33554432000 4194304 8395647 140733237374560 140733237369768 6697007 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1341490 1258525 565 1026 0 1340460 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5365960
[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21952
/proc/meminfo: memFree=17765860/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5512396 CPUtime=102.27 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 914204 0 0 0 10058 169 0 0 20 0 1 0 334304660 5644693504 1294320 33554432000 4194304 8395647 140733237374560 140733237369688 6390512 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1378099 1294320 569 1026 0 1377069 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5512396
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21953
/proc/meminfo: memFree=17744788/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5558600 CPUtime=162.26 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 915358 0 0 0 16045 181 0 0 20 0 1 0 334304660 5692006400 1299037 33554432000 4194304 8395647 140733237374560 140733237370024 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1389650 1299037 569 1026 0 1388620 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5558600
[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21953
/proc/meminfo: memFree=17695796/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5632684 CPUtime=222.25 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 919305 0 0 0 22030 195 0 0 20 0 1 0 334304660 5767868416 1311399 33554432000 4194304 8395647 140733237374560 140733237369688 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1408171 1311399 569 1026 0 1407141 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5632684
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21953
/proc/meminfo: memFree=17686108/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5647956 CPUtime=282.25 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 920846 0 0 0 28023 202 0 0 20 0 1 0 334304660 5783506944 1312973 33554432000 4194304 8395647 140733237374560 140733237369688 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1411989 1312973 569 1026 0 1410959 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5647956
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21953
/proc/meminfo: memFree=17681824/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5663028 CPUtime=342.24 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 922530 0 0 0 34013 211 0 0 20 0 1 0 334304660 5798940672 1313593 33554432000 4194304 8395647 140733237374560 140733237369688 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1415757 1313593 569 1026 0 1414727 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5663028
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21956
/proc/meminfo: memFree=17678720/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5666964 CPUtime=402.23 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 923524 0 0 0 40005 218 0 0 20 0 1 0 334304660 5802971136 1313085 33554432000 4194304 8395647 140733237374560 140733237369688 6697060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1416741 1313085 569 1026 0 1415711 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5666964
[startup+462.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23045272/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5671220 CPUtime=462.23 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 925102 0 0 0 45996 227 0 0 20 0 1 0 334304660 5807329280 1314195 33554432000 4194304 8395647 140733237374560 140733237369688 6697037 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1417805 1314195 569 1026 0 1416775 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 5671220
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21996
/proc/meminfo: memFree=23042880/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5678916 CPUtime=522.21 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 926634 0 0 0 51985 236 0 0 20 0 1 0 334304660 5815209984 1314717 33554432000 4194304 8395647 140733237374560 140733237370024 6698068 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1419729 1314717 569 1026 0 1418699 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5678916
[startup+582.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 22072
/proc/meminfo: memFree=22141164/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5691396 CPUtime=582.2 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 928980 0 0 0 57969 251 0 0 20 0 1 0 334304660 5827989504 1314977 33554432000 4194304 8395647 140733237374560 140733237369688 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1422849 1314977 569 1026 0 1421819 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5691396
[startup+642.3 s]
################
# More data... #
################
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 941299 0 0 0 105880 333 0 0 20 0 1 0 334304660 5906624512 1328229 33554432000 4194304 8395647 140733237374560 140733237369688 6390518 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1442047 1328229 569 1026 0 1441017 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 5768188
[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 22077
/proc/meminfo: memFree=22017188/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5775008 CPUtime=1122.13 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 943141 0 0 0 111870 343 0 0 20 0 1 0 334304660 5913608192 1328740 33554432000 4194304 8395647 140733237374560 140733237369688 6697980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1443752 1328740 569 1026 0 1442722 0
Current children cumulated CPU time (s) 1122.13
Current children cumulated vsize (KiB) 5775008
[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/177 22077
/proc/meminfo: memFree=22012876/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5781348 CPUtime=1182.11 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 944957 0 0 0 117855 356 0 0 20 0 1 0 334304660 5920100352 1329332 33554432000 4194304 8395647 140733237374560 140733237369688 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1445337 1329332 569 1026 0 1444307 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5781348
[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/177 22077
/proc/meminfo: memFree=22007452/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5788348 CPUtime=1242.1 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 946602 0 0 0 123842 368 0 0 20 0 1 0 334304660 5927268352 1329918 33554432000 4194304 8395647 140733237374560 140733237369688 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1447087 1329918 569 1026 0 1446057 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5788348
[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 22077
/proc/meminfo: memFree=22000284/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5791176 CPUtime=1302.09 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 947491 0 0 0 129834 375 0 0 20 0 1 0 334304660 5930164224 1330056 33554432000 4194304 8395647 140733237374560 140733237369688 6391411 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1447794 1330056 569 1026 0 1446764 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 5791176
[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 22077
/proc/meminfo: memFree=21996340/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5795556 CPUtime=1362.08 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 948806 0 0 0 135824 384 0 0 20 0 1 0 334304660 5934649344 1331098 33554432000 4194304 8395647 140733237374560 140733237369688 6697376 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1448889 1331098 569 1026 0 1447859 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5795556
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22078
/proc/meminfo: memFree=21996136/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5796136 CPUtime=1422.07 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 950092 0 0 0 141814 393 0 0 20 0 1 0 334304660 5935243264 1331152 33554432000 4194304 8395647 140733237374560 140733237369688 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1449034 1331152 569 1026 0 1448004 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 5796136
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22078
/proc/meminfo: memFree=21990460/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5797388 CPUtime=1482.07 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 951684 0 0 0 147804 403 0 0 20 0 1 0 334304660 5936525312 1330756 33554432000 4194304 8395647 140733237374560 140733237369688 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1449347 1330756 569 1026 0 1448317 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 5797388
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22078
/proc/meminfo: memFree=21989992/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5797388 CPUtime=1542.06 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 953135 0 0 0 153794 412 0 0 20 0 1 0 334304660 5936525312 1330202 33554432000 4194304 8395647 140733237374560 140733237369688 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1449347 1330202 569 1026 0 1448317 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 5797388
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22081
/proc/meminfo: memFree=21987176/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5797388 CPUtime=1602.05 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 954071 0 0 0 159787 418 0 0 20 0 1 0 334304660 5936525312 1330707 33554432000 4194304 8395647 140733237374560 140733237369688 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1449347 1330707 569 1026 0 1448317 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 5797388
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22081
/proc/meminfo: memFree=21986100/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5799548 CPUtime=1662.05 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 954915 0 0 0 165780 425 0 0 20 0 1 0 334304660 5938737152 1331101 33554432000 4194304 8395647 140733237374560 140733237369688 6664884 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1449887 1331101 569 1026 0 1448857 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 5799548
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22083
/proc/meminfo: memFree=21985444/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5802956 CPUtime=1722.03 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 956161 0 0 0 171768 435 0 0 20 0 1 0 334304660 5942226944 1331243 33554432000 4194304 8395647 140733237374560 140733237369688 6697250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1450739 1331243 569 1026 0 1449709 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5802956
[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22083
/proc/meminfo: memFree=21985172/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5802956 CPUtime=1782.02 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 957058 0 0 0 177761 441 0 0 20 0 1 0 334304660 5942226944 1331322 33554432000 4194304 8395647 140733237374560 140733237369688 6664892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1450739 1331322 569 1026 0 1449709 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 5802956
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22083
/proc/meminfo: memFree=21981632/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5804848 CPUtime=1800.03 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 957403 0 0 0 179558 445 0 0 20 0 1 0 334304660 5944164352 1332065 33554432000 4194304 8395647 140733237374560 140733237369688 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1451212 1332065 569 1026 0 1450182 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 5804848
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -21951
Solver just ended. Dumping a history of the last processes samples
[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22084
/proc/meminfo: memFree=21981632/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5804848 CPUtime=1801.42 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 957403 0 0 0 179697 445 0 0 20 0 1 0 334304660 5944164352 1332065 33554432000 4194304 8395647 140733237374560 140733237369688 6697978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1451212 1332065 569 1026 0 1450182 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 5804848
[startup+1802.11 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22084
/proc/meminfo: memFree=21981748/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5804848 CPUtime=1801.82 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 957403 0 0 0 179737 445 0 0 20 0 1 0 334304660 5944164352 1332065 33554432000 4194304 8395647 140733237374560 140733237369688 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1451212 1332065 569 1026 0 1450182 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 5804848
[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22084
/proc/meminfo: memFree=21981748/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=5804848 CPUtime=1802.02 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4202496 957403 0 0 0 179757 445 0 0 20 0 1 0 334304660 5944164352 1332065 33554432000 4194304 8395647 140733237374560 140733237369688 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 1451212 1332065 569 1026 0 1450182 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 5804848
[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22084
/proc/meminfo: memFree=21981748/32873648 swapFree=7388/7388
[pid=21951] ppid=21949 vsize=0 CPUtime=1802.12 cores=1,3,5,7
/proc/21951/stat : 21951 (pbscip.linux.x8) R 21949 21951 21664 0 -1 4203524 957403 0 0 0 179758 454 0 0 20 0 1 0 334304660 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.15
CPU user time (s): 1797.58
CPU system time (s): 4.56731
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 6122908
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.58
system time used= 4.56731
maximum resident set size= 5483764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957403
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= 1859
runsolver used 2.89256 second user time and 8.60169 second system time
The end