Trace number 1868422

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.16 1802.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_3.opb.PB06.opb
MD5SUMe3c4907f9ed288ddc262ad274eebff0f
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.44578
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 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 831
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.92	c SCIP version 1.1.0.7
4.89/4.92	c LP-Solver SoPlex 1.4.1
4.89/4.92	c user parameter file <scip.set> not found - using default parameters
4.89/4.92	c read problem <HOME/instance-1868422-1245125633.opb>
4.89/4.92	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
5.78/5.86	c No objective function, only one solution is needed.
5.78/5.86	c start presolving problem
5.78/5.86	c presolving:
9.08/9.16	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.79/9.85	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1819 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
10.48/10.56	c presolving (3 rounds):
10.48/10.56	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1933 changed coefficients
10.48/10.56	c  3140 implications, 60 cliques
10.48/10.56	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
10.48/10.56	c    1770 constraints of type <knapsack>
10.48/10.56	c      60 constraints of type <setppc>
10.48/10.56	c       1 constraints of type <linear>
10.48/10.56	c  325670 constraints of type <logicor>
10.48/10.56	c transformed objective value is always integral (scale: 1)
10.48/10.56	c Presolving Time: 3.80
10.48/10.56	c SATUNSAT-LIN
10.48/10.56	c -----------------------------------------------------------------------------------------------
10.48/10.56	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 0]
10.48/10.56	c separating/flowcover/freq = c -1
10.48/10.56	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 0]
10.48/10.56	c separating/cmir/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/veclendiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/veclendiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/veclendiving/freq = c -1
10.48/10.56	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 1]
10.48/10.56	c heuristics/simplerounding/freq = c -1
10.48/10.56	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/shifting/freq = c -1
10.48/10.56	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 1]
10.48/10.56	c heuristics/rounding/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/rootsoldiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
10.48/10.56	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
10.48/10.56	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 20]
10.48/10.56	c heuristics/rootsoldiving/freq = c -1
10.48/10.56	c # number of nodes added to the contingent of the total nodes
10.48/10.56	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.48/10.56	c heuristics/rens/nodesofs = c 2000
10.48/10.56	c # minimum percentage of integer variables that have to be fixable 
10.48/10.56	c # [type: real, range: [0,1], default: 0.5]
10.48/10.56	c heuristics/rens/minfixingrate = c 0.3
10.48/10.56	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 0]
10.48/10.56	c heuristics/rens/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/pscostdiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/pscostdiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/pscostdiving/freq = c -1
10.48/10.56	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 1]
10.48/10.56	c heuristics/oneopt/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/objpscostdiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to total iteration number
10.48/10.56	c # [type: real, range: [0,1], default: 0.01]
10.48/10.56	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
10.48/10.56	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 20]
10.48/10.56	c heuristics/objpscostdiving/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/linesearchdiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/linesearchdiving/freq = c -1
10.48/10.56	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/intshifting/freq = c -1
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/intdiving/maxlpiterquot = c 0.075
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/guideddiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/guideddiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/guideddiving/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/fracdiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/fracdiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/fracdiving/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/feaspump/maxlpiterofs = c 2000
10.48/10.56	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 20]
10.48/10.56	c heuristics/feaspump/freq = c -1
10.48/10.56	c # minimum percentage of integer variables that have to be fixed 
10.48/10.56	c # [type: real, range: [0,1], default: 0.666]
10.48/10.56	c heuristics/crossover/minfixingrate = c 0.5
10.48/10.56	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
10.48/10.56	c # [type: real, range: [0,1], default: 0.1]
10.48/10.56	c heuristics/crossover/nodesquot = c 0.15
10.48/10.56	c # number of nodes without incumbent change that heuristic should wait
10.48/10.56	c # [type: longint, range: [0,9223372036854775807], default: 200]
10.48/10.56	c heuristics/crossover/nwaitingnodes = c 100
10.48/10.56	c # number of nodes added to the contingent of the total nodes
10.48/10.56	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.48/10.56	c heuristics/crossover/nodesofs = c 750
10.48/10.56	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 30]
10.48/10.56	c heuristics/crossover/freq = c -1
10.48/10.56	c # additional number of allowed LP iterations
10.48/10.56	c # [type: int, range: [0,2147483647], default: 1000]
10.48/10.56	c heuristics/coefdiving/maxlpiterofs = c 1500
10.48/10.56	c # maximal fraction of diving LP iterations compared to node LP iterations
10.48/10.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.48/10.56	c heuristics/coefdiving/maxlpiterquot = c 0.075
10.48/10.56	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: 10]
10.48/10.56	c heuristics/coefdiving/freq = c -1
10.48/10.56	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: -1]
10.48/10.56	c presolving/probing/maxrounds = c 0
10.48/10.56	c # should presolving try to simplify knapsacks
10.48/10.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.48/10.56	c constraints/knapsack/simplifyinequalities = c TRUE
10.48/10.56	c # should disaggregation of knapsack constraints be allowed in preprocessing?
10.48/10.56	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
10.48/10.56	c constraints/knapsack/disaggregation = c FALSE
10.48/10.56	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
10.48/10.56	c # [type: int, range: [-1,2147483647], default: -1]
10.48/10.56	c constraints/knapsack/maxnumcardlift = c 0
10.48/10.56	c # should presolving try to simplify inequalities
10.48/10.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.48/10.58	c constraints/linear/simplifyinequalities = c TRUE
10.48/10.58	c # maximal number of separation rounds in the root node (-1: unlimited)
10.48/10.58	c # [type: int, range: [-1,2147483647], default: -1]
10.48/10.58	c separating/maxroundsroot = c 5
10.48/10.58	c # maximal number of separation rounds per node (-1: unlimited)
10.48/10.58	c # [type: int, range: [-1,2147483647], default: 5]
10.48/10.58	c separating/maxrounds = c 1
10.48/10.58	c # solving stops, if the given number of solutions were found (-1: no limit)
10.48/10.58	c # [type: int, range: [-1,2147483647], default: -1]
10.48/10.58	c limits/solutions = c 1
10.48/10.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.48/10.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.48/10.58	c limits/memory = c 1620
10.48/10.58	c # maximal time in seconds to run
10.48/10.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.48/10.58	c limits/time = c 1791
10.48/10.58	c # frequency for displaying node information lines
10.48/10.58	c # [type: int, range: [-1,2147483647], default: 100]
10.48/10.58	c display/freq = c 10000
10.48/10.58	c -----------------------------------------------------------------------------------------------
10.48/10.58	c start solving problem
10.48/10.58	c 
470.81/471.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.81/471.01	c   464s|     1 |     0 |  9281 | 378M|   0 | 176 |1600 | 327k| 327k|1600 | 327k|   0 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
546.39/546.62	c   540s|     1 |     0 | 10248 | 378M|   0 | 152 |1600 | 327k| 327k|1600 | 327k|  21 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
715.63/715.96	c   709s|     1 |     0 | 12810 | 378M|   0 | 132 |1600 | 327k| 327k|1600 | 327k|  42 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
838.89/839.26	c   832s|     1 |     0 | 13970 | 378M|   0 | 118 |1600 | 327k| 327k|1600 | 327k|  60 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
1231.67/1232.18	c  1225s|     1 |     0 | 20728 | 378M|   0 |  98 |1600 | 327k| 327k|1600 | 327k|  84 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
1324.14/1324.65	c  1317s|     1 |     0 | 21941 | 380M|   0 | 125 |1600 | 327k| 327k|1600 | 327k| 104 |   0 |   0 | 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-1868422-1245125633/watcher-1868422-1245125633 -o /tmp/evaluation-result-1868422-1245125633/solver-1868422-1245125633 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868422-1245125633.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.98 0.97 0.99 3/64 2771
/proc/meminfo: memFree=781552/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=4328 CPUtime=0
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 180162686 4431872 465 1992294400 4194304 7823515 548682068736 18446744073709551615 6863653 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 1162 473 307 886 0 272 0

[startup+0.0931151 s]
/proc/loadavg: 0.98 0.97 0.99 3/64 2771
/proc/meminfo: memFree=781552/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=12444 CPUtime=0.08
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 2429 0 0 0 8 0 0 0 18 0 1 0 180162686 12742656 2411 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 3111 2411 351 886 0 2221 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12444

[startup+0.101115 s]
/proc/loadavg: 0.98 0.97 0.99 3/64 2771
/proc/meminfo: memFree=781552/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=12640 CPUtime=0.09
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 2479 0 0 0 9 0 0 0 18 0 1 0 180162686 12943360 2461 1992294400 4194304 7823515 548682068736 18446744073709551615 4518916 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 3160 2461 351 886 0 2270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12640

[startup+0.301137 s]
/proc/loadavg: 0.98 0.97 0.99 3/64 2771
/proc/meminfo: memFree=781552/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=17712 CPUtime=0.29
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 3729 0 0 0 28 1 0 0 19 0 1 0 180162686 18137088 3711 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 4428 3711 351 886 0 3538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17712

[startup+0.701182 s]
/proc/loadavg: 0.98 0.97 0.99 3/64 2771
/proc/meminfo: memFree=781552/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=27344 CPUtime=0.69
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 6143 0 0 0 67 2 0 0 22 0 1 0 180162686 28000256 6125 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 6836 6125 351 886 0 5946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27344

[startup+1.50127 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 2772
/proc/meminfo: memFree=750376/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=46860 CPUtime=1.49
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 11031 0 0 0 145 4 0 0 25 0 1 0 180162686 47984640 11013 1992294400 4194304 7823515 548682068736 18446744073709551615 4204004 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 11715 11013 351 886 0 10825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46860

[startup+3.10145 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 2772
/proc/meminfo: memFree=723624/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=85428 CPUtime=3.09
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 20634 0 0 0 300 9 0 0 25 0 1 0 180162686 87478272 20616 1992294400 4194304 7823515 548682068736 18446744073709551615 4363789 0 0 4096 0 0 0 0 17 1 0 0
/proc/2771/statm: 21357 20616 351 886 0 20467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85428

[startup+6.30181 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 2772
/proc/meminfo: memFree=518504/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=367420 CPUtime=6.28
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 91007 0 0 0 582 46 0 0 25 0 1 0 180162686 376238080 90635 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 91855 90635 417 886 0 90965 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 367420

[startup+12.7015 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 2772
/proc/meminfo: memFree=205488/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=746900 CPUtime=12.68
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 189536 0 0 0 1119 149 0 0 25 0 1 0 180162686 764825600 174953 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 186725 174953 510 886 0 185835 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 746900

[startup+25.5019 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 2772
/proc/meminfo: memFree=63984/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=804348 CPUtime=25.47
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 195683 0 0 0 2396 151 0 0 25 0 1 0 180162686 823652352 179523 1992294400 4194304 7823515 548682068736 18446744073709551615 6211162 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 201087 179523 513 886 0 200197 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 804348

[startup+51.1018 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 2772
/proc/meminfo: memFree=30640/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=840452 CPUtime=51.05
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 205242 0 0 0 4950 155 0 0 25 0 1 0 180162686 860622848 187839 1992294400 4194304 7823515 548682068736 18446744073709551615 6212558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 210113 187839 516 886 0 209223 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 840452

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15984/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=862232 CPUtime=102.23
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 213751 0 0 0 10063 160 0 0 25 0 1 0 180162686 882925568 195441 1992294400 4194304 7823515 548682068736 18446744073709551615 6212757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 215558 195441 516 886 0 214668 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 862232

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=16176/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=862560 CPUtime=162.21
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 214882 0 0 0 16060 161 0 0 25 0 1 0 180162686 883261440 196572 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 215640 196572 516 886 0 214750 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 862560

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15728/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=862560 CPUtime=222.19
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 215371 0 0 0 22057 162 0 0 25 0 1 0 180162686 883261440 197061 1992294400 4194304 7823515 548682068736 18446744073709551615 6212588 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 215640 197061 516 886 0 214750 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 862560

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=14960/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=862560 CPUtime=282.17
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 217964 0 0 0 28053 164 0 0 25 0 1 0 180162686 883261440 199630 1992294400 4194304 7823515 548682068736 18446744073709551615 5924495 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 215640 199630 516 886 0 214750 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 862560

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15088/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=866664 CPUtime=342.14
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 218728 0 0 0 34049 165 0 0 25 0 1 0 180162686 887463936 200394 1992294400 4194304 7823515 548682068736 18446744073709551615 6150574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 216666 200394 516 886 0 215776 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 866664

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15792/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=866664 CPUtime=402.13
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 218975 0 0 0 40046 167 0 0 25 0 1 0 180162686 887463936 200641 1992294400 4194304 7823515 548682068736 18446744073709551615 6150574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 216666 200641 516 886 0 215776 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 866664

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15216/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=866664 CPUtime=462.11
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 219088 0 0 0 46044 167 0 0 25 0 1 0 180162686 887463936 200754 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 216666 200754 516 886 0 215776 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 866664

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15472/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=866664 CPUtime=522.09
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 226209 0 0 0 52035 174 0 0 25 0 1 0 180162686 887463936 206595 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 216666 206595 541 886 0 215776 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 866664

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15408/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=871952 CPUtime=582.07
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 226232 0 0 0 58032 175 0 0 25 0 1 0 180162686 892878848 206618 1992294400 4194304 7823515 548682068736 18446744073709551615 6912051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 217988 206618 541 886 0 217098 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 871952

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=16432/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=909040 CPUtime=642.05
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 236244 0 0 0 64024 181 0 0 25 0 1 0 180162686 930856960 216614 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 227260 216614 541 886 0 226370 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 909040

[startup+702.301 s]

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

/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 239407 0 0 0 106001 191 0 0 25 0 1 0 180162686 940707840 219777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 229665 219777 541 886 0 228775 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 918660

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=14960/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=918660 CPUtime=1121.9
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 239408 0 0 0 111999 191 0 0 25 0 1 0 180162686 940707840 219778 1992294400 4194304 7823515 548682068736 18446744073709551615 6211578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 229665 219778 541 886 0 228775 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 918660

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=15024/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=918660 CPUtime=1181.88
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 239408 0 0 0 117996 192 0 0 25 0 1 0 180162686 940707840 219778 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 229665 219778 541 886 0 228775 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 918660

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2772
/proc/meminfo: memFree=14960/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=918660 CPUtime=1241.87
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 239408 0 0 0 123993 194 0 0 25 0 1 0 180162686 940707840 219778 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 229665 219778 541 886 0 228775 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 918660

[startup+1302.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15344/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=927560 CPUtime=1301.85
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241265 0 0 0 129987 198 0 0 25 0 1 0 180162686 949821440 221635 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 231890 221635 541 886 0 231000 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 927560

[startup+1362.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15472/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=930124 CPUtime=1361.83
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241269 0 0 0 135984 199 0 0 25 0 1 0 180162686 952446976 221639 1992294400 4194304 7823515 548682068736 18446744073709551615 6211337 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 232531 221639 544 886 0 231641 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 930124

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15536/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=930124 CPUtime=1421.81
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241269 0 0 0 141981 200 0 0 25 0 1 0 180162686 952446976 221639 1992294400 4194304 7823515 548682068736 18446744073709551615 6151351 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 232531 221639 544 886 0 231641 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 930124

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15600/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=930124 CPUtime=1481.8
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241269 0 0 0 147979 201 0 0 25 0 1 0 180162686 952446976 221639 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 232531 221639 544 886 0 231641 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 930124

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15536/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=930124 CPUtime=1541.77
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241269 0 0 0 153975 202 0 0 25 0 1 0 180162686 952446976 221639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 232531 221639 544 886 0 231641 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 930124

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=15600/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=930124 CPUtime=1601.76
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241269 0 0 0 159973 203 0 0 25 0 1 0 180162686 952446976 221639 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 232531 221639 544 886 0 231641 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 930124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=14896/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1661.73
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 165970 203 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6151341 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 940364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=14896/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1721.72
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 171967 205 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 5924519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 940364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=14896/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1781.7
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 177965 205 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 940364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=14896/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1800.01
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 179795 206 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 940364

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2771

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2772
/proc/meminfo: memFree=14896/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1800.8
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 179874 206 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 940364

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2773
/proc/meminfo: memFree=14888/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1801.6
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 179954 206 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6150578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 940364

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2773
/proc/meminfo: memFree=14888/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=940364 CPUtime=1802
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4194304 241433 0 0 0 179994 206 0 0 25 0 1 0 180162686 962932736 221803 1992294400 4194304 7823515 548682068736 18446744073709551615 6211478 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 235091 221803 544 886 0 234201 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 940364

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2773
/proc/meminfo: memFree=14888/2055920 swapFree=4192952/4192956
[pid=2771] ppid=2769 vsize=0 CPUtime=1802.1
/proc/2771/stat : 2771 (pbscip.linux.x8) R 2769 2771 920 0 -1 4195332 241433 0 0 0 179995 215 0 0 25 0 1 0 180162686 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2771/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.16
CPU user time (s): 1799.95
CPU system time (s): 2.20366
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 940364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 2.20366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241433
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= 3537

runsolver used 1.50977 second user time and 4.04838 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-16 06:13:54
IDJOB=1868422
IDBENCH=1378
IDSOLVER=683
FILE ID=node35/1868422-1245125633
PBS_JOBID= 9363648
Free space on /tmp= 66124 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_3.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-1868422-1245125633/watcher-1868422-1245125633 -o /tmp/evaluation-result-1868422-1245125633/solver-1868422-1245125633 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868422-1245125633.opb

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

MD5SUM BENCH= e3c4907f9ed288ddc262ad274eebff0f
RANDOM SEED=666717415

node35.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.232
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.232
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:        781968 kB
Buffers:         84972 kB
Cached:        1087276 kB
SwapCached:          4 kB
Active:         192564 kB
Inactive:       993580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        781968 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           21268 kB
Writeback:           0 kB
Mapped:          23728 kB
Slab:            73800 kB
Committed_AS:   160796 kB
PageTables:       1400 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= 66116 MiB
End job on node35 at 2009-06-16 06:43:57