Trace number 3729981

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.23 1802.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_6.opb.PB06.opb
MD5SUMab4957c8b8761f975030868126e78f02
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.72358
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 480
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

15.48/15.59	c SCIP version 1.1.0.7
15.48/15.59	c LP-Solver SoPlex 1.4.1
15.48/15.59	c user parameter file <scip.set> not found - using default parameters
15.48/15.59	c read problem <HOME/instance-3729981-1338680822.opb>
15.48/15.59	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
18.19/18.26	c No objective function, only one solution is needed.
18.19/18.26	c start presolving problem
18.19/18.26	c presolving:
28.39/28.49	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.69/30.75	c presolving (2 rounds):
30.69/30.75	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5031 changed coefficients
30.69/30.75	c  4000 implications, 100 cliques
30.69/30.75	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
30.69/30.75	c    4950 constraints of type <knapsack>
30.69/30.75	c     100 constraints of type <setppc>
30.69/30.75	c       1 constraints of type <linear>
30.69/30.75	c 2554450 constraints of type <logicor>
30.69/30.75	c transformed objective value is always integral (scale: 1)
30.69/30.75	c Presolving Time: 11.00
30.69/30.75	c SATUNSAT-LIN
30.69/30.75	c -----------------------------------------------------------------------------------------------
30.69/30.75	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 0]
30.69/30.75	c separating/flowcover/freq = c -1
30.69/30.75	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 0]
30.69/30.75	c separating/cmir/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/veclendiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/veclendiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/veclendiving/freq = c -1
30.69/30.75	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 1]
30.69/30.75	c heuristics/simplerounding/freq = c -1
30.69/30.75	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/shifting/freq = c -1
30.69/30.75	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 1]
30.69/30.75	c heuristics/rounding/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/rootsoldiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
30.69/30.75	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
30.69/30.75	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 20]
30.69/30.75	c heuristics/rootsoldiving/freq = c -1
30.69/30.75	c # number of nodes added to the contingent of the total nodes
30.69/30.75	c # [type: longint, range: [0,9223372036854775807], default: 500]
30.69/30.75	c heuristics/rens/nodesofs = c 2000
30.69/30.75	c # minimum percentage of integer variables that have to be fixable 
30.69/30.75	c # [type: real, range: [0,1], default: 0.5]
30.69/30.75	c heuristics/rens/minfixingrate = c 0.3
30.69/30.75	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 0]
30.69/30.75	c heuristics/rens/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/pscostdiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/pscostdiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/pscostdiving/freq = c -1
30.69/30.75	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 1]
30.69/30.75	c heuristics/oneopt/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/objpscostdiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to total iteration number
30.69/30.75	c # [type: real, range: [0,1], default: 0.01]
30.69/30.75	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
30.69/30.75	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 20]
30.69/30.75	c heuristics/objpscostdiving/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/linesearchdiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/linesearchdiving/freq = c -1
30.69/30.75	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/intshifting/freq = c -1
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/intdiving/maxlpiterquot = c 0.075
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/guideddiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/guideddiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/guideddiving/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/fracdiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/fracdiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/fracdiving/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/feaspump/maxlpiterofs = c 2000
30.69/30.75	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 20]
30.69/30.75	c heuristics/feaspump/freq = c -1
30.69/30.75	c # minimum percentage of integer variables that have to be fixed 
30.69/30.75	c # [type: real, range: [0,1], default: 0.666]
30.69/30.75	c heuristics/crossover/minfixingrate = c 0.5
30.69/30.75	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
30.69/30.75	c # [type: real, range: [0,1], default: 0.1]
30.69/30.75	c heuristics/crossover/nodesquot = c 0.15
30.69/30.75	c # number of nodes without incumbent change that heuristic should wait
30.69/30.75	c # [type: longint, range: [0,9223372036854775807], default: 200]
30.69/30.75	c heuristics/crossover/nwaitingnodes = c 100
30.69/30.75	c # number of nodes added to the contingent of the total nodes
30.69/30.75	c # [type: longint, range: [0,9223372036854775807], default: 500]
30.69/30.75	c heuristics/crossover/nodesofs = c 750
30.69/30.75	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 30]
30.69/30.75	c heuristics/crossover/freq = c -1
30.69/30.75	c # additional number of allowed LP iterations
30.69/30.75	c # [type: int, range: [0,2147483647], default: 1000]
30.69/30.75	c heuristics/coefdiving/maxlpiterofs = c 1500
30.69/30.75	c # maximal fraction of diving LP iterations compared to node LP iterations
30.69/30.75	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
30.69/30.75	c heuristics/coefdiving/maxlpiterquot = c 0.075
30.69/30.75	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: 10]
30.69/30.75	c heuristics/coefdiving/freq = c -1
30.69/30.75	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: -1]
30.69/30.75	c presolving/probing/maxrounds = c 0
30.69/30.75	c # should presolving try to simplify knapsacks
30.69/30.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.69/30.75	c constraints/knapsack/simplifyinequalities = c TRUE
30.69/30.75	c # should disaggregation of knapsack constraints be allowed in preprocessing?
30.69/30.75	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
30.69/30.75	c constraints/knapsack/disaggregation = c FALSE
30.69/30.75	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
30.69/30.75	c # [type: int, range: [-1,2147483647], default: -1]
30.69/30.75	c constraints/knapsack/maxnumcardlift = c 0
30.69/30.75	c # should presolving try to simplify inequalities
30.88/30.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.88/30.94	c constraints/linear/simplifyinequalities = c TRUE
30.88/30.94	c # maximal number of separation rounds in the root node (-1: unlimited)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: -1]
30.88/30.94	c separating/maxroundsroot = c 5
30.88/30.94	c # maximal number of separation rounds per node (-1: unlimited)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: 5]
30.88/30.94	c separating/maxrounds = c 1
30.88/30.94	c # solving stops, if the given number of solutions were found (-1: no limit)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: -1]
30.88/30.94	c limits/solutions = c 1
30.88/30.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.88/30.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.88/30.94	c limits/memory = c 13950
30.88/30.94	c # maximal time in seconds to run
30.88/30.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.88/30.94	c limits/time = c 1791
30.88/30.94	c # frequency for displaying node information lines
30.88/30.94	c # [type: int, range: [-1,2147483647], default: 100]
30.88/30.94	c display/freq = c 10000
30.88/30.94	c -----------------------------------------------------------------------------------------------
30.88/30.94	c start solving problem
30.88/30.94	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

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-3729981-1338680822/watcher-3729981-1338680822 -o /tmp/evaluation-result-3729981-1338680822/solver-3729981-1338680822 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3729981-1338680822.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.68 3/174 23331
/proc/meminfo: memFree=21716024/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=8708 CPUtime=0 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 1532 0 0 0 0 0 0 0 20 0 1 0 334211017 8916992 1484 33554432000 4194304 7823515 140734199590640 140733685025624 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 2177 1497 351 887 0 1287 0

[startup+0.0109331 s]
/proc/loadavg: 2.00 2.01 1.68 3/174 23331
/proc/meminfo: memFree=21716024/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=10152 CPUtime=0 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 1806 0 0 0 0 0 0 0 20 0 1 0 334211017 10395648 1759 33554432000 4194304 7823515 140734199590640 140733685025624 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 2538 1781 351 887 0 1648 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10152

[startup+0.100262 s]
/proc/loadavg: 2.00 2.01 1.68 3/174 23331
/proc/meminfo: memFree=21716024/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=18308 CPUtime=0.09 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 3907 0 0 0 9 0 0 0 20 0 1 0 334211017 18747392 3859 33554432000 4194304 7823515 140734199590640 140733685025624 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 4577 3859 351 887 0 3687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18308

[startup+0.300276 s]
/proc/loadavg: 2.00 2.01 1.68 3/174 23331
/proc/meminfo: memFree=21716024/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=29788 CPUtime=0.28 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 6803 0 0 0 28 0 0 0 20 0 1 0 334211017 30502912 6755 33554432000 4194304 7823515 140734199590640 140733685025624 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 7447 6755 351 887 0 6557 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29788

[startup+0.700269 s]
/proc/loadavg: 2.00 2.01 1.68 3/174 23331
/proc/meminfo: memFree=21716024/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=53988 CPUtime=0.69 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 12811 0 0 0 68 1 0 0 20 0 1 0 334211017 55283712 12763 33554432000 4194304 7823515 140734199590640 140734199456744 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 13497 12764 351 887 0 12607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53988

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 1.68 3/175 23332
/proc/meminfo: memFree=21648808/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=101760 CPUtime=1.49 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 24735 0 0 0 146 3 0 0 20 0 1 0 334211017 104202240 24687 33554432000 4194304 7823515 140734199590640 140734199456744 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 25440 24687 351 887 0 24550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101760

[startup+3.10033 s]
/proc/loadavg: 2.00 2.01 1.68 3/175 23332
/proc/meminfo: memFree=21581584/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=197116 CPUtime=3.09 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 48514 0 0 0 303 6 0 0 20 0 1 0 334211017 201846784 48466 33554432000 4194304 7823515 140734199590640 140734199456744 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 49279 48466 351 887 0 48389 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197116

[startup+6.30621 s]
/proc/loadavg: 2.16 2.04 1.69 3/175 23332
/proc/meminfo: memFree=21342068/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=388768 CPUtime=6.29 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 96254 0 0 0 617 12 0 0 20 0 1 0 334211017 398098432 96206 33554432000 4194304 7823515 140734199590640 140734199456744 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 97192 96206 351 887 0 96302 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388768

[startup+12.7003 s]
/proc/loadavg: 2.15 2.04 1.69 3/175 23332
/proc/meminfo: memFree=21015344/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=769416 CPUtime=12.69 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 190988 0 0 0 1241 28 0 0 20 0 1 0 334211017 787881984 190940 33554432000 4194304 7823515 140734199590640 140734199456744 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 192354 190940 351 887 0 191464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 769416

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 1.70 3/175 23332
/proc/meminfo: memFree=18557204/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=3262404 CPUtime=25.49 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 791132 0 0 0 2364 185 0 0 20 0 1 0 334211017 3340701696 802969 33554432000 4194304 7823515 140734199590640 140734199587576 5021647 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 815601 802969 428 887 0 814711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3262404

[startup+51.1003 s]
/proc/loadavg: 2.15 2.05 1.71 3/175 23332
/proc/meminfo: memFree=16728044/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5296608 CPUtime=51.08 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 908044 0 0 0 4819 289 0 0 20 0 1 0 334211017 5423726592 1242239 33554432000 4194304 7823515 140734199590640 140734199586056 6263490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1324152 1242239 512 887 0 1323262 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5296608

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 1.72 3/175 23332
/proc/meminfo: memFree=16566880/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5458640 CPUtime=102.27 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 912958 0 0 0 9929 298 0 0 20 0 1 0 334211017 5589647360 1282608 33554432000 4194304 7823515 140734199590640 140734199585976 5924519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1364660 1282608 516 887 0 1363770 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5458640

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.74 3/175 23332
/proc/meminfo: memFree=16514256/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5523996 CPUtime=162.27 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 914524 0 0 0 15915 312 0 0 20 0 1 0 334211017 5656571904 1292588 33554432000 4194304 7823515 140734199590640 140734199585080 6212348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1380999 1292588 516 887 0 1380109 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 5523996

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.75 3/176 23336
/proc/meminfo: memFree=16507500/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5567068 CPUtime=222.25 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 915194 0 0 0 21906 319 0 0 20 0 1 0 334211017 5700677632 1297384 33554432000 4194304 7823515 140734199590640 140734199585976 6211594 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1391767 1297384 516 887 0 1390877 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5567068

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.76 3/175 23336
/proc/meminfo: memFree=16505812/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5575292 CPUtime=282.25 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 915961 0 0 0 27898 327 0 0 20 0 1 0 334211017 5709099008 1297880 33554432000 4194304 7823515 140734199590640 140734199585080 6211728 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1393823 1297880 516 887 0 1392933 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5575292

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/175 23336
/proc/meminfo: memFree=16501380/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5576676 CPUtime=342.24 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 916427 0 0 0 33893 331 0 0 20 0 1 0 334211017 5710516224 1299000 33554432000 4194304 7823515 140734199590640 140734199585976 6908153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1394169 1299000 516 887 0 1393279 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5576676

[startup+402.306 s]
/proc/loadavg: 2.00 2.01 1.78 3/175 23336
/proc/meminfo: memFree=16499248/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5583828 CPUtime=402.24 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 917238 0 0 0 39886 338 0 0 20 0 1 0 334211017 5717839872 1299464 33554432000 4194304 7823515 140734199590640 140734199585976 5924484 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1395957 1299464 516 887 0 1395067 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 5583828

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/175 23336
/proc/meminfo: memFree=16491528/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5593428 CPUtime=462.22 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 918101 0 0 0 45877 345 0 0 20 0 1 0 334211017 5727670272 1301168 33554432000 4194304 7823515 140734199590640 140734199585976 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1398357 1301168 516 887 0 1397467 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5593428

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/174 23336
/proc/meminfo: memFree=16488964/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5633564 CPUtime=522.21 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 918882 0 0 0 51868 353 0 0 20 0 1 0 334211017 5768769536 1301701 33554432000 4194304 7823515 140734199590640 140734199586440 6212306 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1408391 1301701 516 887 0 1407501 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5633564

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/175 23337
/proc/meminfo: memFree=16421356/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5681540 CPUtime=582.21 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 922924 0 0 0 57855 366 0 0 20 0 1 0 334211017 5817896960 1318490 33554432000 4194304 7823515 140734199590640 140734199585976 6150539 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1420385 1318490 516 887 0 1419495 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 5681540

[startup+642.3 s]

################
# More data... #
################

/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 930069 0 0 0 111781 430 0 0 20 0 1 0 334211017 5931880448 1332734 33554432000 4194304 7823515 140734199590640 140734199585976 6150539 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1448213 1332734 516 887 0 1447323 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 5792852

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 23365
/proc/meminfo: memFree=16344732/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5792880 CPUtime=1182.1 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 930766 0 0 0 117772 438 0 0 20 0 1 0 334211017 5931909120 1332227 33554432000 4194304 7823515 140734199590640 140734199586440 5924519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1448220 1332227 516 887 0 1447330 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 5792880

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 23365
/proc/meminfo: memFree=16343744/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5792880 CPUtime=1242.1 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 931142 0 0 0 123768 442 0 0 20 0 1 0 334211017 5931909120 1332268 33554432000 4194304 7823515 140734199590640 140734199585976 6212552 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1448220 1332268 516 887 0 1447330 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5792880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 23365
/proc/meminfo: memFree=16342752/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5798848 CPUtime=1302.09 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 931836 0 0 0 129762 447 0 0 20 0 1 0 334211017 5938020352 1332620 33554432000 4194304 7823515 140734199590640 140734199585080 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1449712 1332620 516 887 0 1448822 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 5798848

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 23365
/proc/meminfo: memFree=16340704/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5800952 CPUtime=1362.09 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 933713 0 0 0 135746 463 0 0 20 0 1 0 334211017 5940174848 1333149 33554432000 4194304 7823515 140734199590640 140734199585976 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1450238 1333149 516 887 0 1449348 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 5800952

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 23368
/proc/meminfo: memFree=16340380/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5803860 CPUtime=1422.07 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 934594 0 0 0 141736 471 0 0 20 0 1 0 334211017 5943152640 1333169 33554432000 4194304 7823515 140734199590640 140734199585976 6211574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1450965 1333169 516 887 0 1450075 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 5803860

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 23369
/proc/meminfo: memFree=16340680/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=6126764 CPUtime=1482.06 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 935263 0 0 0 147730 476 0 0 20 0 1 0 334211017 6273806336 1347255 33554432000 4194304 7823515 140734199590640 140734199585080 6242890 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1531691 1347255 516 887 0 1530801 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6126764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 23369
/proc/meminfo: memFree=16335620/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5810980 CPUtime=1542.05 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 936076 0 0 0 153722 483 0 0 20 0 1 0 334211017 5950443520 1334506 33554432000 4194304 7823515 140734199590640 140734199585976 6212422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1452745 1334506 516 887 0 1451855 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5810980

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/175 23369
/proc/meminfo: memFree=16336580/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5814360 CPUtime=1602.05 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 936695 0 0 0 159718 487 0 0 20 0 1 0 334211017 5953904640 1334127 33554432000 4194304 7823515 140734199590640 140734199585976 6212624 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1453590 1334127 516 887 0 1452700 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 5814360

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 23407
/proc/meminfo: memFree=16405360/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5816252 CPUtime=1662.04 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 938194 0 0 0 165706 498 0 0 20 0 1 0 334211017 5955842048 1334252 33554432000 4194304 7823515 140734199590640 140734199585976 6150539 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1454063 1334252 516 887 0 1453173 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 5816252

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 23407
/proc/meminfo: memFree=16282524/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5816312 CPUtime=1722.03 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 938716 0 0 0 171701 502 0 0 20 0 1 0 334211017 5955903488 1334771 33554432000 4194304 7823515 140734199590640 140734199585976 6212430 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1454078 1334771 516 887 0 1453188 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5816312

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/175 23408
/proc/meminfo: memFree=16229944/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5820452 CPUtime=1782.01 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 940298 0 0 0 177683 518 0 0 20 0 1 0 334211017 5960142848 1334719 33554432000 4194304 7823515 140734199590640 140734199585976 6211578 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1455113 1334719 516 887 0 1454223 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5820452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/175 23408
/proc/meminfo: memFree=16232544/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5820452 CPUtime=1800.02 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 940298 0 0 0 179484 518 0 0 20 0 1 0 334211017 5960142848 1334719 33554432000 4194304 7823515 140734199590640 140734199585976 6151351 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1455113 1334719 516 887 0 1454223 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5820452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23331

Solver just ended. Dumping a history of the last processes samples

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 1.92 3/175 23408
/proc/meminfo: memFree=16232544/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5820452 CPUtime=1800.31 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 940298 0 0 0 179513 518 0 0 20 0 1 0 334211017 5960142848 1334719 33554432000 4194304 7823515 140734199590640 140734199586328 6211630 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1455113 1334719 516 887 0 1454223 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 5820452

[startup+1801.4 s]
/proc/loadavg: 2.04 2.01 1.92 3/176 23409
/proc/meminfo: memFree=16232412/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5820452 CPUtime=1801.12 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 940298 0 0 0 179594 518 0 0 20 0 1 0 334211017 5960142848 1334719 33554432000 4194304 7823515 140734199590640 140734199586328 6211603 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1455113 1334719 516 887 0 1454223 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 5820452

[startup+1802.2 s]
/proc/loadavg: 2.04 2.01 1.92 3/176 23409
/proc/meminfo: memFree=16232412/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=5820452 CPUtime=1801.91 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4202496 940298 0 0 0 179673 518 0 0 20 0 1 0 334211017 5960142848 1334719 33554432000 4194304 7823515 140734199590640 140734199585976 6211574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 1455113 1334719 516 887 0 1454223 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 5820452

[startup+1802.4 s]
/proc/loadavg: 2.04 2.01 1.92 3/176 23409
/proc/meminfo: memFree=16232412/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=0 CPUtime=1802.11 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4203524 940298 0 0 0 179684 527 0 0 20 0 1 0 334211017 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23331/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/175 23409
/proc/meminfo: memFree=21463164/32873844 swapFree=7112/7112
[pid=23331] ppid=23329 vsize=0 CPUtime=1802.22 cores=0,2,4,6
/proc/23331/stat : 23331 (pbscip.linux.x8) R 23329 23331 13043 0 -1 4203524 940298 0 0 0 179684 538 0 0 20 0 1 0 334211017 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.51
CPU time (s): 1802.23
CPU user time (s): 1796.85
CPU system time (s): 5.38418
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 6140404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.85
system time used= 5.38418
maximum resident set size= 5496944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 940298
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= 1917

runsolver used 6.65899 second user time and 13.008 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 01:47:05
IDJOB=3729981
IDBENCH=1375
IDSOLVER=2321
FILE ID=node104/3729981-1338680822
RUNJOBID= node104-1338679216-21695
PBS_JOBID= 14636709
Free space on /tmp= 66300 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_6.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729981-1338680822/watcher-3729981-1338680822 -o /tmp/evaluation-result-3729981-1338680822/solver-3729981-1338680822 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3729981-1338680822.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ab4957c8b8761f975030868126e78f02
RANDOM SEED=701861110

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21716396 kB
Buffers:          550560 kB
Cached:          7554544 kB
SwapCached:          780 kB
Active:          6916560 kB
Inactive:        3227784 kB
Active(anon):    2018564 kB
Inactive(anon):    20336 kB
Active(file):    4897996 kB
Inactive(file):  3207448 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             98252 kB
Writeback:             0 kB
AnonPages:       2045316 kB
Mapped:            16284 kB
Shmem:                 8 kB
Slab:             867464 kB
SReclaimable:     309492 kB
SUnreclaim:       557972 kB
KernelStack:        1432 kB
PageTables:         8100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2429676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66296 MiB
End job on node104 at 2012-06-03 02:17:07