Trace number 1868440

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.18 1802.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_9.opb.PB06.opb
MD5SUM513c9c3498927a8710f266699385db2b
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 benchmark1.53777
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
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 302
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 891
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.89/4.95	c SCIP version 1.1.0.7
4.89/4.95	c LP-Solver SoPlex 1.4.1
4.89/4.95	c user parameter file <scip.set> not found - using default parameters
4.89/4.95	c read problem <HOME/instance-1868440-1245126335.opb>
4.89/4.95	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
5.89/5.91	c No objective function, only one solution is needed.
5.89/5.91	c start presolving problem
5.89/5.91	c presolving:
9.19/9.23	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
9.89/9.91	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1816 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
10.59/10.62	c presolving (3 rounds):
10.59/10.62	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1924 changed coefficients
10.59/10.62	c  3140 implications, 60 cliques
10.59/10.62	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
10.59/10.62	c    1770 constraints of type <knapsack>
10.59/10.62	c      60 constraints of type <setppc>
10.59/10.62	c       1 constraints of type <linear>
10.59/10.62	c  325670 constraints of type <logicor>
10.59/10.62	c transformed objective value is always integral (scale: 1)
10.59/10.62	c Presolving Time: 3.82
10.59/10.62	c SATUNSAT-LIN
10.59/10.62	c -----------------------------------------------------------------------------------------------
10.59/10.62	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 0]
10.59/10.62	c separating/flowcover/freq = c -1
10.59/10.62	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 0]
10.59/10.62	c separating/cmir/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/veclendiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/veclendiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/veclendiving/freq = c -1
10.59/10.62	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 1]
10.59/10.62	c heuristics/simplerounding/freq = c -1
10.59/10.62	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/shifting/freq = c -1
10.59/10.62	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 1]
10.59/10.62	c heuristics/rounding/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/rootsoldiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
10.59/10.62	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
10.59/10.62	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 20]
10.59/10.62	c heuristics/rootsoldiving/freq = c -1
10.59/10.62	c # number of nodes added to the contingent of the total nodes
10.59/10.62	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.59/10.62	c heuristics/rens/nodesofs = c 2000
10.59/10.62	c # minimum percentage of integer variables that have to be fixable 
10.59/10.62	c # [type: real, range: [0,1], default: 0.5]
10.59/10.62	c heuristics/rens/minfixingrate = c 0.3
10.59/10.62	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 0]
10.59/10.62	c heuristics/rens/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/pscostdiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/pscostdiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/pscostdiving/freq = c -1
10.59/10.62	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 1]
10.59/10.62	c heuristics/oneopt/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/objpscostdiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to total iteration number
10.59/10.62	c # [type: real, range: [0,1], default: 0.01]
10.59/10.62	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
10.59/10.62	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 20]
10.59/10.62	c heuristics/objpscostdiving/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/linesearchdiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/linesearchdiving/freq = c -1
10.59/10.62	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/intshifting/freq = c -1
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/intdiving/maxlpiterquot = c 0.075
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/guideddiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/guideddiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/guideddiving/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/fracdiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/fracdiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/fracdiving/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/feaspump/maxlpiterofs = c 2000
10.59/10.62	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 20]
10.59/10.62	c heuristics/feaspump/freq = c -1
10.59/10.62	c # minimum percentage of integer variables that have to be fixed 
10.59/10.62	c # [type: real, range: [0,1], default: 0.666]
10.59/10.62	c heuristics/crossover/minfixingrate = c 0.5
10.59/10.62	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
10.59/10.62	c # [type: real, range: [0,1], default: 0.1]
10.59/10.62	c heuristics/crossover/nodesquot = c 0.15
10.59/10.62	c # number of nodes without incumbent change that heuristic should wait
10.59/10.62	c # [type: longint, range: [0,9223372036854775807], default: 200]
10.59/10.62	c heuristics/crossover/nwaitingnodes = c 100
10.59/10.62	c # number of nodes added to the contingent of the total nodes
10.59/10.62	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.59/10.62	c heuristics/crossover/nodesofs = c 750
10.59/10.62	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 30]
10.59/10.62	c heuristics/crossover/freq = c -1
10.59/10.62	c # additional number of allowed LP iterations
10.59/10.62	c # [type: int, range: [0,2147483647], default: 1000]
10.59/10.62	c heuristics/coefdiving/maxlpiterofs = c 1500
10.59/10.62	c # maximal fraction of diving LP iterations compared to node LP iterations
10.59/10.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.59/10.62	c heuristics/coefdiving/maxlpiterquot = c 0.075
10.59/10.62	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: 10]
10.59/10.62	c heuristics/coefdiving/freq = c -1
10.59/10.62	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: -1]
10.59/10.62	c presolving/probing/maxrounds = c 0
10.59/10.62	c # should presolving try to simplify knapsacks
10.59/10.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.59/10.62	c constraints/knapsack/simplifyinequalities = c TRUE
10.59/10.62	c # should disaggregation of knapsack constraints be allowed in preprocessing?
10.59/10.62	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
10.59/10.62	c constraints/knapsack/disaggregation = c FALSE
10.59/10.62	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
10.59/10.62	c # [type: int, range: [-1,2147483647], default: -1]
10.59/10.62	c constraints/knapsack/maxnumcardlift = c 0
10.59/10.62	c # should presolving try to simplify inequalities
10.59/10.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.59/10.64	c constraints/linear/simplifyinequalities = c TRUE
10.59/10.64	c # maximal number of separation rounds in the root node (-1: unlimited)
10.59/10.64	c # [type: int, range: [-1,2147483647], default: -1]
10.59/10.64	c separating/maxroundsroot = c 5
10.59/10.64	c # maximal number of separation rounds per node (-1: unlimited)
10.59/10.64	c # [type: int, range: [-1,2147483647], default: 5]
10.59/10.64	c separating/maxrounds = c 1
10.59/10.64	c # solving stops, if the given number of solutions were found (-1: no limit)
10.59/10.64	c # [type: int, range: [-1,2147483647], default: -1]
10.59/10.64	c limits/solutions = c 1
10.59/10.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.59/10.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.59/10.64	c limits/memory = c 1620
10.59/10.64	c # maximal time in seconds to run
10.59/10.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.59/10.64	c limits/time = c 1791
10.59/10.64	c # frequency for displaying node information lines
10.59/10.64	c # [type: int, range: [-1,2147483647], default: 100]
10.59/10.64	c display/freq = c 10000
10.59/10.64	c -----------------------------------------------------------------------------------------------
10.59/10.64	c start solving problem
10.59/10.64	c 
72.97/73.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.97/73.07	c  66.7s|     1 |     0 |  2241 | 377M|   0 | 202 |1600 | 327k| 327k|1600 | 327k|   0 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
138.96/139.05	c   133s|     1 |     0 |  2958 | 378M|   0 | 202 |1600 | 327k| 327k|1600 | 327k|  23 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
205.24/205.30	c   199s|     1 |     0 |  3508 | 378M|   0 | 160 |1600 | 327k| 327k|1600 | 327k|  43 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
319.41/319.59	c   313s|     1 |     0 |  5292 | 378M|   0 | 121 |1600 | 327k| 327k|1600 | 327k|  67 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
515.36/515.56	c   509s|     1 |     0 |  8994 | 378M|   0 | 110 |1600 | 327k| 327k|1600 | 327k|  86 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
638.13/638.36	c   632s|     1 |     0 | 10523 | 379M|   0 | 116 |1600 | 327k| 327k|1600 | 327k| 109 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
1184.90/1185.24	c  1178s|     1 |     2 | 10523 | 379M|   0 | 116 |1600 | 327k| 327k|1600 | 327k| 109 |   0 |  20 | 5.900000e+01 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868440-1245126335/watcher-1868440-1245126335 -o /tmp/evaluation-result-1868440-1245126335/solver-1868440-1245126335 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868440-1245126335.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 29580
/proc/meminfo: memFree=1958072/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=4324 CPUtime=0
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 180233322 4427776 457 1992294400 4194304 7823515 548682068736 18446744073709551615 6820784 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 1082 464 300 886 0 192 0

[startup+0.00759611 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 29580
/proc/meminfo: memFree=1958072/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=7132 CPUtime=0
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 1119 0 0 0 0 0 0 0 18 0 1 0 180233322 7303168 1101 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 1783 1109 335 886 0 893 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7132

[startup+0.101603 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 29580
/proc/meminfo: memFree=1958072/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=12640 CPUtime=0.09
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 2480 0 0 0 9 0 0 0 18 0 1 0 180233322 12943360 2462 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 3160 2462 351 886 0 2270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12640

[startup+0.30162 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 29580
/proc/meminfo: memFree=1958072/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=17712 CPUtime=0.29
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 3730 0 0 0 28 1 0 0 19 0 1 0 180233322 18137088 3712 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 4428 3712 351 886 0 3538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17712

[startup+0.701658 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 29580
/proc/meminfo: memFree=1958072/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=27344 CPUtime=0.69
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 6143 0 0 0 68 1 0 0 22 0 1 0 180233322 28000256 6125 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 6836 6125 351 886 0 5946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27344

[startup+1.50173 s]
/proc/loadavg: 0.94 1.01 0.99 2/65 29581
/proc/meminfo: memFree=1926960/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=46860 CPUtime=1.49
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 11032 0 0 0 145 4 0 0 25 0 1 0 180233322 47984640 11014 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 11715 11014 351 886 0 10825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46860

[startup+3.10187 s]
/proc/loadavg: 0.94 1.01 0.99 2/65 29581
/proc/meminfo: memFree=1899440/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=85428 CPUtime=3.09
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 20634 0 0 0 301 8 0 0 25 0 1 0 180233322 87478272 20616 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/29580/statm: 21357 20616 351 886 0 20467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85428

[startup+6.30117 s]
/proc/loadavg: 0.94 1.01 0.99 2/65 29581
/proc/meminfo: memFree=1710576/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=361460 CPUtime=6.29
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 89763 0 0 0 585 44 0 0 25 0 1 0 180233322 370135040 89391 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 90365 89391 417 886 0 89475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 361460

[startup+12.7017 s]
/proc/loadavg: 0.95 1.01 0.99 2/65 29581
/proc/meminfo: memFree=1402864/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=748400 CPUtime=12.68
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 190203 0 0 0 1121 147 0 0 25 0 1 0 180233322 766361600 175568 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 187100 175568 510 886 0 186210 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 748400

[startup+25.5019 s]
/proc/loadavg: 0.96 1.01 0.99 3/65 29581
/proc/meminfo: memFree=1229232/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=808008 CPUtime=25.49
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 198431 0 0 0 2397 152 0 0 25 0 1 0 180233322 827400192 182318 1992294400 4194304 7823515 548682068736 18446744073709551615 6212330 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 202002 182318 516 886 0 201112 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 808008

[startup+51.1012 s]
/proc/loadavg: 0.97 1.01 0.99 2/65 29581
/proc/meminfo: memFree=1214640/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=833788 CPUtime=51.08
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 202480 0 0 0 4955 153 0 0 25 0 1 0 180233322 853798912 185961 1992294400 4194304 7823515 548682068736 18446744073709551615 6212439 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 208447 185961 516 886 0 207557 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 833788

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1212016/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=833788 CPUtime=102.27
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 203152 0 0 0 10071 156 0 0 25 0 1 0 180233322 853798912 186601 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 208447 186601 536 886 0 207557 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 833788

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1169328/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=866512 CPUtime=162.25
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 216078 0 0 0 16063 162 0 0 25 0 1 0 180233322 887308288 197253 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 216628 197253 541 886 0 215738 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 866512

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1150192/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=873364 CPUtime=222.23
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 220857 0 0 0 22058 165 0 0 25 0 1 0 180233322 894324736 202032 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 218341 202032 541 886 0 217451 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 873364

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1149680/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=883416 CPUtime=282.23
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 230911 0 0 0 28053 170 0 0 25 0 1 0 180233322 904617984 202155 1992294400 4194304 7823515 548682068736 18446744073709551615 6210984 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 220854 202155 541 886 0 219964 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 883416

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1133688/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=889596 CPUtime=342.21
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 234931 0 0 0 34048 173 0 0 25 0 1 0 180233322 910946304 206140 1992294400 4194304 7823515 548682068736 18446744073709551615 6211331 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 222399 206140 541 886 0 221509 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 889596

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1125432/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=912104 CPUtime=402.19
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 236988 0 0 0 40044 175 0 0 25 0 1 0 180233322 933994496 208197 1992294400 4194304 7823515 548682068736 18446744073709551615 6212724 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 228026 208197 541 886 0 227136 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 912104

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1123960/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=912104 CPUtime=462.17
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 237350 0 0 0 46041 176 0 0 25 0 1 0 180233322 933994496 208559 1992294400 4194304 7823515 548682068736 18446744073709551615 6151312 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 228026 208559 541 886 0 227136 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 912104

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1123064/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=912104 CPUtime=522.16
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 237546 0 0 0 52038 178 0 0 25 0 1 0 180233322 933994496 208755 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 228026 208755 541 886 0 227136 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 912104

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1110392/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=919524 CPUtime=582.15
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 240718 0 0 0 58032 183 0 0 25 0 1 0 180233322 941592576 211927 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 211927 541 886 0 228991 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 919524

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1109624/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=919524 CPUtime=642.13
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 240913 0 0 0 64030 183 0 0 25 0 1 0 180233322 941592576 212122 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 212122 544 886 0 228991 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 919524

[startup+702.301 s]

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

/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 241476 0 0 0 100014 191 0 0 25 0 1 0 180233322 941592576 212685 1992294400 4194304 7823515 548682068736 18446744073709551615 6908178 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 212685 544 886 0 228991 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 919524

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1106872/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=919524 CPUtime=1062.03
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 241559 0 0 0 106012 191 0 0 25 0 1 0 180233322 941592576 212768 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 212768 544 886 0 228991 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 919524

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1106552/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=919524 CPUtime=1122.02
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 241631 0 0 0 112009 193 0 0 25 0 1 0 180233322 941592576 212840 1992294400 4194304 7823515 548682068736 18446744073709551615 6212330 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 212840 544 886 0 228991 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 919524

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1106232/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=919524 CPUtime=1182
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 241701 0 0 0 118006 194 0 0 25 0 1 0 180233322 941592576 212910 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 229881 212910 544 886 0 228991 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 919524

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1104184/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=922608 CPUtime=1241.99
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 242183 0 0 0 124004 195 0 0 25 0 1 0 180233322 944750592 213392 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230652 213392 547 886 0 229762 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 922608

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1097016/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1301.97
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 243951 0 0 0 130000 197 0 0 25 0 1 0 180233322 945684480 215160 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215160 547 886 0 229990 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 923520

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1096120/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1361.96
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244185 0 0 0 135997 199 0 0 25 0 1 0 180233322 945684480 215394 1992294400 4194304 7823515 548682068736 18446744073709551615 6211398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215394 547 886 0 229990 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 923520

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 29581
/proc/meminfo: memFree=1095480/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1421.95
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244330 0 0 0 141995 200 0 0 25 0 1 0 180233322 945684480 215539 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215539 547 886 0 229990 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 923520

[startup+1482.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 29581
/proc/meminfo: memFree=1095288/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1481.93
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244376 0 0 0 147992 201 0 0 25 0 1 0 180233322 945684480 215585 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215585 547 886 0 229990 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 923520

[startup+1542.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 29581
/proc/meminfo: memFree=1095160/2055920 swapFree=4180620/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1541.92
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244416 0 0 0 153990 202 0 0 25 0 1 0 180233322 945684480 215625 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215625 547 886 0 229990 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 923520

[startup+1602.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 29583
/proc/meminfo: memFree=1090936/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1601.89
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244477 0 0 0 159985 204 0 0 25 0 1 0 180233322 945684480 215686 1992294400 4194304 7823515 548682068736 18446744073709551615 6211254 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215686 547 886 0 229990 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 923520

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 29583
/proc/meminfo: memFree=1090936/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1661.87
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244501 0 0 0 165982 205 0 0 25 0 1 0 180233322 945684480 215710 1992294400 4194304 7823515 548682068736 18446744073709551615 6151365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215710 547 886 0 229990 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 923520

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 29583
/proc/meminfo: memFree=1090872/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1721.85
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244523 0 0 0 171979 206 0 0 25 0 1 0 180233322 945684480 215732 1992294400 4194304 7823515 548682068736 18446744073709551615 5924546 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215732 547 886 0 229990 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 923520

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29583
/proc/meminfo: memFree=1090616/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1781.83
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244548 0 0 0 177976 207 0 0 25 0 1 0 180233322 945684480 215757 1992294400 4194304 7823515 548682068736 18446744073709551615 6151321 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215757 547 886 0 229990 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 923520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29583
/proc/meminfo: memFree=1090616/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1800.04
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244548 0 0 0 179796 208 0 0 25 0 1 0 180233322 945684480 215757 1992294400 4194304 7823515 548682068736 18446744073709551615 6211318 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215757 547 886 0 229990 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 923520

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29580

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29584
/proc/meminfo: memFree=1090608/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1800.93
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244548 0 0 0 179885 208 0 0 25 0 1 0 180233322 945684480 215757 1992294400 4194304 7823515 548682068736 18446744073709551615 6211785 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215757 547 886 0 229990 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 923520

[startup+1802.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29584
/proc/meminfo: memFree=1090544/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=923520 CPUtime=1801.73
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4194304 244548 0 0 0 179965 208 0 0 25 0 1 0 180233322 945684480 215757 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 230880 215757 547 886 0 229990 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 923520

[startup+1802.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29584
/proc/meminfo: memFree=1090544/2055920 swapFree=4180672/4192956
[pid=29580] ppid=29578 vsize=0 CPUtime=1802.13
/proc/29580/stat : 29580 (pbscip.linux.x8) R 29578 29580 28357 0 -1 4195332 244548 0 0 0 179996 217 0 0 25 0 1 0 180233322 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29580/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.18
CPU user time (s): 1799.97
CPU system time (s): 2.21866
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 923520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 2.21866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244548
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= 5
involuntary context switches= 3028

runsolver used 1.93971 second user time and 4.06038 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-16 06:25:36
IDJOB=1868440
IDBENCH=1387
IDSOLVER=683
FILE ID=node25/1868440-1245126335
PBS_JOBID= 9363656
Free space on /tmp= 66300 MiB

SOLVER NAME= 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_v30_e350_d15_mw10_9.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-1868440-1245126335/watcher-1868440-1245126335 -o /tmp/evaluation-result-1868440-1245126335/solver-1868440-1245126335 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868440-1245126335.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 513c9c3498927a8710f266699385db2b
RANDOM SEED=2064780570

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1958552 kB
Buffers:           680 kB
Cached:          45228 kB
SwapCached:       4072 kB
Active:          46548 kB
Inactive:         5160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958552 kB
SwapTotal:     4192956 kB
SwapFree:      4180620 kB
Dirty:           21004 kB
Writeback:           0 kB
Mapped:          12180 kB
Slab:            31664 kB
Committed_AS:   187700 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node25 at 2009-06-16 06:55:38