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-3729986-1338680365.opb>
16.59/16.66 c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.59/16.66 c problem read
16.59/16.66 c No objective function, only one solution is needed.
16.59/16.66 c presolving settings loaded
19.89/19.98 c presolving:
29.27/29.30 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.97/31.09 c presolving (2 rounds):
30.97/31.09 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5031 changed coefficients
30.97/31.09 c 4000 implications, 100 cliques
30.97/31.09 c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
30.97/31.09 c 4950 constraints of type <knapsack>
30.97/31.09 c 2100 constraints of type <setppc>
30.97/31.09 c 1 constraints of type <linear>
30.97/31.09 c 2552450 constraints of type <logicor>
30.97/31.09 c transformed objective value is always integral (scale: 1)
30.97/31.09 c Presolving Time: 11.69
30.97/31.09 c - non default parameters ----------------------------------------------------------------------
30.97/31.09 c # SCIP version 1.2.1.3
30.97/31.09 c
30.97/31.09 c # frequency for displaying node information lines
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 100]
30.97/31.09 c display/freq = 10000
30.97/31.09 c
30.97/31.09 c # maximal time in seconds to run
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.97/31.09 c limits/time = 1773.35
30.97/31.09 c
30.97/31.09 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.97/31.09 c limits/memory = 13950
30.97/31.09 c
30.97/31.09 c # solving stops, if the given number of solutions were found (-1: no limit)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: -1]
30.97/31.09 c limits/solutions = 1
30.97/31.09 c
30.97/31.09 c # maximal number of separation rounds per node (-1: unlimited)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 5]
30.97/31.09 c separating/maxrounds = 1
30.97/31.09 c
30.97/31.09 c # maximal number of separation rounds in the root node (-1: unlimited)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: -1]
30.97/31.09 c separating/maxroundsroot = 5
30.97/31.09 c
30.97/31.09 c # default clock type (1: CPU user seconds, 2: wall clock time)
30.97/31.09 c # [type: int, range: [1,2], default: 1]
30.97/31.09 c timing/clocktype = 2
30.97/31.09 c
30.97/31.09 c # should presolving try to simplify inequalities
30.97/31.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.97/31.09 c constraints/linear/simplifyinequalities = TRUE
30.97/31.09 c
30.97/31.09 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
30.97/31.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.97/31.09 c constraints/indicator/addCouplingCons = TRUE
30.97/31.09 c
30.97/31.09 c # should disaggregation of knapsack constraints be allowed in preprocessing?
30.97/31.09 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
30.97/31.09 c constraints/knapsack/disaggregation = FALSE
30.97/31.09 c
30.97/31.09 c # should presolving try to simplify knapsacks
30.97/31.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.97/31.09 c constraints/knapsack/simplifyinequalities = TRUE
30.97/31.09 c
30.97/31.09 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: -1]
30.97/31.09 c presolving/probing/maxrounds = 0
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/coefdiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/coefdiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/coefdiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 30]
30.97/31.09 c heuristics/crossover/freq = -1
30.97/31.09 c
30.97/31.09 c # number of nodes added to the contingent of the total nodes
30.97/31.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
30.97/31.09 c heuristics/crossover/nodesofs = 750
30.97/31.09 c
30.97/31.09 c # number of nodes without incumbent change that heuristic should wait
30.97/31.09 c # [type: longint, range: [0,9223372036854775807], default: 200]
30.97/31.09 c heuristics/crossover/nwaitingnodes = 100
30.97/31.09 c
30.97/31.09 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
30.97/31.09 c # [type: real, range: [0,1], default: 0.1]
30.97/31.09 c heuristics/crossover/nodesquot = 0.15
30.97/31.09 c
30.97/31.09 c # minimum percentage of integer variables that have to be fixed
30.97/31.09 c # [type: real, range: [0,1], default: 0.666]
30.97/31.09 c heuristics/crossover/minfixingrate = 0.5
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 20]
30.97/31.09 c heuristics/feaspump/freq = -1
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/feaspump/maxlpiterofs = 2000
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/fracdiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/fracdiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/fracdiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/guideddiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/guideddiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/guideddiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/intdiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/intshifting/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/linesearchdiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/linesearchdiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/linesearchdiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/nlp/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 20]
30.97/31.09 c heuristics/objpscostdiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to total iteration number
30.97/31.09 c # [type: real, range: [0,1], default: 0.01]
30.97/31.09 c heuristics/objpscostdiving/maxlpiterquot = 0.015
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/objpscostdiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/oneopt/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/pscostdiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/pscostdiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/pscostdiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 0]
30.97/31.09 c heuristics/rens/freq = -1
30.97/31.09 c
30.97/31.09 c # minimum percentage of integer variables that have to be fixable
30.97/31.09 c # [type: real, range: [0,1], default: 0.5]
30.97/31.09 c heuristics/rens/minfixingrate = 0.3
30.97/31.09 c
30.97/31.09 c # number of nodes added to the contingent of the total nodes
30.97/31.09 c # [type: longint, range: [0,9223372036854775807], default: 500]
30.97/31.09 c heuristics/rens/nodesofs = 2000
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 20]
30.97/31.09 c heuristics/rootsoldiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
30.97/31.09 c heuristics/rootsoldiving/maxlpiterquot = 0.015
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/rootsoldiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/rounding/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/shifting/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/simplerounding/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 0]
30.97/31.09 c heuristics/trivial/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/trysol/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 10]
30.97/31.09 c heuristics/veclendiving/freq = -1
30.97/31.09 c
30.97/31.09 c # maximal fraction of diving LP iterations compared to node LP iterations
30.97/31.09 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.97/31.09 c heuristics/veclendiving/maxlpiterquot = 0.075
30.97/31.09 c
30.97/31.09 c # additional number of allowed LP iterations
30.97/31.09 c # [type: int, range: [0,2147483647], default: 1000]
30.97/31.09 c heuristics/veclendiving/maxlpiterofs = 1500
30.97/31.09 c
30.97/31.09 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 1]
30.97/31.09 c heuristics/zirounding/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 0]
30.97/31.09 c separating/cmir/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: 0]
30.97/31.09 c separating/flowcover/freq = -1
30.97/31.09 c
30.97/31.09 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
30.97/31.09 c # [type: int, range: [-1,2147483647], default: -1]
30.97/31.09 c separating/rapidlearning/freq = 0
30.97/31.09 c
30.97/31.09 c -----------------------------------------------------------------------------------------------
30.97/31.09 c start solving
31.17/31.27 c
1800.01/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-3729986-1338680365/watcher-3729986-1338680365 -o /tmp/evaluation-result-3729986-1338680365/solver-3729986-1338680365 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729986-1338680365.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 1.99 1.71 3/176 14465
/proc/meminfo: memFree=27100104/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=10220 CPUtime=0 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 1784 0 0 0 0 0 0 0 20 0 1 0 334162464 10465280 1732 33554432000 4194304 8395647 140734591210512 140735730951000 4477000 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 2555 1740 390 1026 0 1525 0
[startup+0.00865511 s]
/proc/loadavg: 2.00 1.99 1.71 3/176 14465
/proc/meminfo: memFree=27100104/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=10652 CPUtime=0 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 1914 0 0 0 0 0 0 0 20 0 1 0 334162464 10907648 1861 33554432000 4194304 8395647 140734591210512 140735730951000 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 2663 1861 390 1026 0 1633 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10652
[startup+0.100263 s]
/proc/loadavg: 2.00 1.99 1.71 3/176 14465
/proc/meminfo: memFree=27100104/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=18632 CPUtime=0.09 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 3924 0 0 0 9 0 0 0 20 0 1 0 334162464 19079168 3871 33554432000 4194304 8395647 140734591210512 140734591075720 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 4658 3871 390 1026 0 3628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18632
[startup+0.300258 s]
/proc/loadavg: 2.00 1.99 1.71 3/176 14465
/proc/meminfo: memFree=27100104/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=30380 CPUtime=0.28 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 6829 0 0 0 28 0 0 0 20 0 1 0 334162464 31109120 6776 33554432000 4194304 8395647 140734591210512 140734591075720 4246004 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 7595 6776 390 1026 0 6565 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30380
[startup+0.700253 s]
/proc/loadavg: 2.00 1.99 1.71 3/176 14465
/proc/meminfo: memFree=27100104/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=53568 CPUtime=0.69 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 12621 0 0 0 67 2 0 0 20 0 1 0 334162464 54853632 12568 33554432000 4194304 8395647 140734591210512 140734591075720 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 13392 12568 390 1026 0 12362 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53568
[startup+1.50021 s]
/proc/loadavg: 2.00 1.99 1.71 3/177 14466
/proc/meminfo: memFree=27035244/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=97904 CPUtime=1.48 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 23641 0 0 0 145 3 0 0 20 0 1 0 334162464 100253696 23588 33554432000 4194304 8395647 140734591210512 140734591075720 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 24476 23588 390 1026 0 23446 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 97904
[startup+3.10013 s]
/proc/loadavg: 2.00 1.99 1.71 3/177 14466
/proc/meminfo: memFree=26964440/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=187660 CPUtime=3.09 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 45970 0 0 0 302 7 0 0 20 0 1 0 334162464 192163840 45917 33554432000 4194304 8395647 140734591210512 140734591075720 7382036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 46915 45917 390 1026 0 45885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187660
[startup+6.30026 s]
/proc/loadavg: 2.00 1.99 1.71 3/177 14466
/proc/meminfo: memFree=26785996/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=364296 CPUtime=6.29 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 90296 0 0 0 616 13 0 0 20 0 1 0 334162464 373039104 90243 33554432000 4194304 8395647 140734591210512 140734591075384 7275713 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 91074 90243 390 1026 0 90044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 364296
[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.71 3/177 14466
/proc/meminfo: memFree=26416800/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=720704 CPUtime=12.69 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 178863 0 0 0 1245 24 0 0 20 0 1 0 334162464 738000896 179321 33554432000 4194304 8395647 140734591210512 140734591075720 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 180176 179321 390 1026 0 179146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 720704
[startup+25.5002 s]
/proc/loadavg: 2.00 1.99 1.72 3/177 14466
/proc/meminfo: memFree=24107228/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=3072608 CPUtime=25.48 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 755477 0 0 0 2436 112 0 0 20 0 1 0 334162464 3146350592 759059 33554432000 4194304 8395647 140734591210512 140734591206504 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 768152 759088 470 1026 0 767122 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3072608
[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.73 3/178 14469
/proc/meminfo: memFree=22071028/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5368696 CPUtime=51.07 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 911323 0 0 0 4943 164 0 0 20 0 1 0 334162464 5497544704 1256001 33554432000 4194304 8395647 140734591210512 140734591205720 6496256 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1342174 1256001 565 1026 0 1341144 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5368696
[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.74 3/177 14470
/proc/meminfo: memFree=21901796/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5524192 CPUtime=102.27 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 916772 0 0 0 10052 175 0 0 20 0 1 0 334162464 5656772608 1298062 33554432000 4194304 8395647 140734591210512 140734591205640 6636373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1381048 1298062 569 1026 0 1380018 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5524192
[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/177 14470
/proc/meminfo: memFree=21878428/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5597256 CPUtime=162.25 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 917982 0 0 0 16040 185 0 0 20 0 1 0 334162464 5731590144 1303884 33554432000 4194304 8395647 140734591210512 140734591205640 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1399314 1303884 569 1026 0 1398284 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5597256
[startup+222.307 s]
/proc/loadavg: 2.05 2.00 1.77 3/177 14470
/proc/meminfo: memFree=21867228/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5616040 CPUtime=222.25 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 918797 0 0 0 22034 191 0 0 20 0 1 0 334162464 5750824960 1306403 33554432000 4194304 8395647 140734591210512 140734591205640 6697980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1404010 1306403 569 1026 0 1402980 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5616040
[startup+282.3 s]
/proc/loadavg: 2.06 2.01 1.78 3/177 14470
/proc/meminfo: memFree=21864092/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5624592 CPUtime=282.24 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 920259 0 0 0 28019 205 0 0 20 0 1 0 334162464 5759582208 1307053 33554432000 4194304 8395647 140734591210512 140734591205640 6697974 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1406148 1307053 569 1026 0 1405118 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5624592
[startup+342.3 s]
/proc/loadavg: 2.09 2.02 1.80 3/177 14508
/proc/meminfo: memFree=19834664/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5669028 CPUtime=342.23 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 922585 0 0 0 34009 214 0 0 20 0 1 0 334162464 5805084672 1316786 33554432000 4194304 8395647 140734591210512 140734591205640 6697121 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1417257 1316786 569 1026 0 1416227 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5669028
[startup+402.3 s]
/proc/loadavg: 2.03 2.02 1.81 3/176 14509
/proc/meminfo: memFree=19695088/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5677368 CPUtime=402.22 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 923540 0 0 0 39999 223 0 0 20 0 1 0 334162464 5813624832 1317245 33554432000 4194304 8395647 140734591210512 140734591205640 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1419342 1317245 569 1026 0 1418312 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5677368
[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.82 3/177 14510
/proc/meminfo: memFree=19650560/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5689056 CPUtime=462.2 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 925098 0 0 0 45986 234 0 0 20 0 1 0 334162464 5825593344 1317361 33554432000 4194304 8395647 140734591210512 140734591205640 6697060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1422264 1317361 569 1026 0 1421234 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 5689056
[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/177 14510
/proc/meminfo: memFree=19656680/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5740576 CPUtime=522.2 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 926989 0 0 0 51976 244 0 0 20 0 1 0 334162464 5878349824 1327644 33554432000 4194304 8395647 140734591210512 140734591205640 6697983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1435144 1327644 569 1026 0 1434114 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5740576
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 14510
/proc/meminfo: memFree=19636792/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5758224 CPUtime=582.18 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 929227 0 0 0 57962 256 0 0 20 0 1 0 334162464 5896421376 1327908 33554432000 4194304 8395647 140734591210512 140734591205640 6697271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1439556 1327908 569 1026 0 1438526 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 5758224
[startup+642.3 s]
################
# More data... #
################
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 943061 0 0 0 105869 342 0 0 20 0 1 0 334162464 5978595328 1332305 33554432000 4194304 8395647 140734591210512 140734591205640 6698084 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1459618 1332305 569 1026 0 1458588 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 5838472
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 14515
/proc/meminfo: memFree=19591936/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5847840 CPUtime=1122.1 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 944518 0 0 0 111855 355 0 0 20 0 1 0 334162464 5988188160 1332680 33554432000 4194304 8395647 140734591210512 140734591205976 6697989 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1461960 1332680 569 1026 0 1460930 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 5847840
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 14515
/proc/meminfo: memFree=19599660/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5852800 CPUtime=1182.1 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 945743 0 0 0 117847 363 0 0 20 0 1 0 334162464 5993267200 1332472 33554432000 4194304 8395647 140734591210512 140734591205640 6697959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1463200 1332472 569 1026 0 1462170 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 5852800
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 14518
/proc/meminfo: memFree=19511128/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5857152 CPUtime=1242.09 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 946559 0 0 0 123839 370 0 0 20 0 1 0 334162464 5997723648 1332893 33554432000 4194304 8395647 140734591210512 140734591205640 6697974 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1464288 1332893 569 1026 0 1463258 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 5857152
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 14542
/proc/meminfo: memFree=19536172/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5868136 CPUtime=1302.08 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 948531 0 0 0 129825 383 0 0 20 0 1 0 334162464 6008971264 1333161 33554432000 4194304 8395647 140734591210512 140734591205640 6752542 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1467034 1333161 569 1026 0 1466004 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 5868136
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14542
/proc/meminfo: memFree=19500156/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5872872 CPUtime=1362.07 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 949171 0 0 0 135817 390 0 0 20 0 1 0 334162464 6013820928 1334368 33554432000 4194304 8395647 140734591210512 140734591205640 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1468218 1334368 569 1026 0 1467188 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 5872872
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14542
/proc/meminfo: memFree=19492120/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5883164 CPUtime=1422.07 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 950753 0 0 0 141807 400 0 0 20 0 1 0 334162464 6024359936 1335079 33554432000 4194304 8395647 140734591210512 140734591205640 6696983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1470791 1335079 569 1026 0 1469761 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 5883164
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14542
/proc/meminfo: memFree=19544700/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5884100 CPUtime=1482.05 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 951707 0 0 0 147798 407 0 0 20 0 1 0 334162464 6025318400 1335182 33554432000 4194304 8395647 140734591210512 140734591205640 6697978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1471025 1335182 569 1026 0 1469995 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 5884100
[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 14542
/proc/meminfo: memFree=19541068/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5884276 CPUtime=1542.05 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 953115 0 0 0 153788 417 0 0 20 0 1 0 334162464 6025498624 1335804 33554432000 4194304 8395647 140734591210512 140734591205640 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1471069 1335804 569 1026 0 1470039 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5884276
[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 14543
/proc/meminfo: memFree=19540864/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5891020 CPUtime=1602.03 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 954525 0 0 0 159776 427 0 0 20 0 1 0 334162464 6032404480 1336434 33554432000 4194304 8395647 140734591210512 140734591205640 6696934 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1472755 1336434 569 1026 0 1471725 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5891020
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14543
/proc/meminfo: memFree=19537196/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5902364 CPUtime=1662.03 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 956582 0 0 0 165762 441 0 0 20 0 1 0 334162464 6044020736 1337154 33554432000 4194304 8395647 140734591210512 140734591205640 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1475591 1337154 569 1026 0 1474561 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5902364
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 14543
/proc/meminfo: memFree=19541344/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5902556 CPUtime=1722.01 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 957491 0 0 0 171754 447 0 0 20 0 1 0 334162464 6044217344 1337214 33554432000 4194304 8395647 140734591210512 140734591205976 6698034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1475639 1337214 569 1026 0 1474609 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 5902556
[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/177 14543
/proc/meminfo: memFree=19532900/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5910068 CPUtime=1782 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 959708 0 0 0 177740 460 0 0 20 0 1 0 334162464 6051909632 1337869 33554432000 4194304 8395647 140734591210512 140734591205640 6391404 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1477517 1337869 569 1026 0 1476487 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 5910068
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 14543
/proc/meminfo: memFree=19553036/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5912152 CPUtime=1800.01 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 959776 0 0 0 179541 460 0 0 20 0 1 0 334162464 6054043648 1338895 33554432000 4194304 8395647 140734591210512 140734591204680 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1478038 1338895 569 1026 0 1477008 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 5912152
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
Sending SIGKILL to -14465
Solver just ended. Dumping a history of the last processes samples
[startup+1801.5 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 14544
/proc/meminfo: memFree=19553036/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5913196 CPUtime=1801.2 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 960245 0 0 0 179657 463 0 0 20 0 1 0 334162464 6055112704 1338736 33554432000 4194304 8395647 140734591210512 140734591203776 6723953 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1478299 1338736 569 1026 0 1477269 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 5913196
[startup+1801.91 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 14544
/proc/meminfo: memFree=19521192/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5913196 CPUtime=1801.6 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 960245 0 0 0 179697 463 0 0 20 0 1 0 334162464 6055112704 1338736 33554432000 4194304 8395647 140734591210512 140734591203776 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1478299 1338736 569 1026 0 1477269 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 5913196
[startup+1802.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 14544
/proc/meminfo: memFree=19521192/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=5913196 CPUtime=1802 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4202496 960245 0 0 0 179737 463 0 0 20 0 1 0 334162464 6055112704 1338736 33554432000 4194304 8395647 140734591210512 140734591204920 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 1478299 1338736 569 1026 0 1477269 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 5913196
[startup+1802.4 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 14544
/proc/meminfo: memFree=19521192/32873660 swapFree=7120/7120
[pid=14465] ppid=14463 vsize=0 CPUtime=1802.1 cores=1,3,5,7
/proc/14465/stat : 14465 (pbscip.linux.x8) R 14463 14465 13836 0 -1 4203524 960245 0 0 0 179737 473 0 0 20 0 1 0 334162464 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.12
CPU user time (s): 1797.38
CPU system time (s): 4.73828
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 6225232
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.38
system time used= 4.73828
maximum resident set size= 5512128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 960245
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= 26
involuntary context switches= 1855
runsolver used 3.2545 second user time and 8.5537 second system time
The end