Trace number 3741027

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.07 1802.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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

7.70/7.72	c SCIP version 1.1.0.7
7.70/7.72	c LP-Solver SoPlex 1.4.1
7.70/7.72	c user parameter file <scip.set> not found - using default parameters
7.70/7.72	c read problem <HOME/instance-3741027-1338767769.opb>
7.70/7.72	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
9.09/9.18	c No objective function, only one solution is needed.
9.09/9.18	c start presolving problem
9.09/9.18	c presolving:
14.89/14.97	c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 495802 impls, 1772 clqs
33.79/33.80	c presolving (2 rounds):
33.79/33.80	c  1 deleted vars, 36 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
33.79/33.80	c  495802 implications, 1772 cliques
33.79/33.80	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121481 constraints
33.79/33.80	c  112021 constraints of type <knapsack>
33.79/33.80	c    1772 constraints of type <setppc>
33.79/33.80	c       1 constraints of type <linear>
33.79/33.80	c 1007687 constraints of type <logicor>
33.79/33.80	c transformed objective value is always integral (scale: 1)
33.79/33.80	c Presolving Time: 23.56
33.79/33.80	c SATUNSAT-LIN
33.79/33.80	c -----------------------------------------------------------------------------------------------
33.79/33.80	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 0]
33.79/33.80	c separating/flowcover/freq = c -1
33.79/33.80	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 0]
33.79/33.80	c separating/cmir/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/veclendiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/veclendiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/veclendiving/freq = c -1
33.79/33.80	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 1]
33.79/33.80	c heuristics/simplerounding/freq = c -1
33.79/33.80	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/shifting/freq = c -1
33.79/33.80	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 1]
33.79/33.80	c heuristics/rounding/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/rootsoldiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
33.79/33.80	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
33.79/33.80	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 20]
33.79/33.80	c heuristics/rootsoldiving/freq = c -1
33.79/33.80	c # number of nodes added to the contingent of the total nodes
33.79/33.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.79/33.80	c heuristics/rens/nodesofs = c 2000
33.79/33.80	c # minimum percentage of integer variables that have to be fixable 
33.79/33.80	c # [type: real, range: [0,1], default: 0.5]
33.79/33.80	c heuristics/rens/minfixingrate = c 0.3
33.79/33.80	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 0]
33.79/33.80	c heuristics/rens/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/pscostdiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/pscostdiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/pscostdiving/freq = c -1
33.79/33.80	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 1]
33.79/33.80	c heuristics/oneopt/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/objpscostdiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to total iteration number
33.79/33.80	c # [type: real, range: [0,1], default: 0.01]
33.79/33.80	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
33.79/33.80	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 20]
33.79/33.80	c heuristics/objpscostdiving/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/linesearchdiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/linesearchdiving/freq = c -1
33.79/33.80	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/intshifting/freq = c -1
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/intdiving/maxlpiterquot = c 0.075
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/guideddiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/guideddiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/guideddiving/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/fracdiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/fracdiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/fracdiving/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/feaspump/maxlpiterofs = c 2000
33.79/33.80	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 20]
33.79/33.80	c heuristics/feaspump/freq = c -1
33.79/33.80	c # minimum percentage of integer variables that have to be fixed 
33.79/33.80	c # [type: real, range: [0,1], default: 0.666]
33.79/33.80	c heuristics/crossover/minfixingrate = c 0.5
33.79/33.80	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
33.79/33.80	c # [type: real, range: [0,1], default: 0.1]
33.79/33.80	c heuristics/crossover/nodesquot = c 0.15
33.79/33.80	c # number of nodes without incumbent change that heuristic should wait
33.79/33.80	c # [type: longint, range: [0,9223372036854775807], default: 200]
33.79/33.80	c heuristics/crossover/nwaitingnodes = c 100
33.79/33.80	c # number of nodes added to the contingent of the total nodes
33.79/33.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.79/33.80	c heuristics/crossover/nodesofs = c 750
33.79/33.80	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 30]
33.79/33.80	c heuristics/crossover/freq = c -1
33.79/33.80	c # additional number of allowed LP iterations
33.79/33.80	c # [type: int, range: [0,2147483647], default: 1000]
33.79/33.80	c heuristics/coefdiving/maxlpiterofs = c 1500
33.79/33.80	c # maximal fraction of diving LP iterations compared to node LP iterations
33.79/33.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.79/33.80	c heuristics/coefdiving/maxlpiterquot = c 0.075
33.79/33.80	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: 10]
33.79/33.80	c heuristics/coefdiving/freq = c -1
33.79/33.80	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: -1]
33.79/33.80	c presolving/probing/maxrounds = c 0
33.79/33.80	c # should presolving try to simplify knapsacks
33.79/33.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.79/33.80	c constraints/knapsack/simplifyinequalities = c TRUE
33.79/33.80	c # should disaggregation of knapsack constraints be allowed in preprocessing?
33.79/33.80	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
33.79/33.80	c constraints/knapsack/disaggregation = c FALSE
33.79/33.80	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
33.79/33.80	c # [type: int, range: [-1,2147483647], default: -1]
33.79/33.80	c constraints/knapsack/maxnumcardlift = c 0
33.79/33.80	c # should presolving try to simplify inequalities
33.79/33.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.79/33.85	c constraints/linear/simplifyinequalities = c TRUE
33.79/33.85	c # maximal number of separation rounds in the root node (-1: unlimited)
33.79/33.85	c # [type: int, range: [-1,2147483647], default: -1]
33.79/33.85	c separating/maxroundsroot = c 5
33.79/33.85	c # maximal number of separation rounds per node (-1: unlimited)
33.79/33.85	c # [type: int, range: [-1,2147483647], default: 5]
33.79/33.85	c separating/maxrounds = c 1
33.79/33.85	c # solving stops, if the given number of solutions were found (-1: no limit)
33.79/33.85	c # [type: int, range: [-1,2147483647], default: -1]
33.79/33.85	c limits/solutions = c 1
33.79/33.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
33.79/33.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.79/33.85	c limits/memory = c 13950
33.79/33.85	c # maximal time in seconds to run
33.79/33.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.79/33.85	c limits/time = c 1791
33.79/33.85	c # frequency for displaying node information lines
33.79/33.85	c # [type: int, range: [-1,2147483647], default: 100]
33.79/33.85	c display/freq = c 10000
33.79/33.85	c -----------------------------------------------------------------------------------------------
33.79/33.85	c start solving problem
33.79/33.85	c 
96.68/96.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.68/96.73	c  87.2s|     1 |     0 |  3281 |1499M|   0 | 500 |  48k|1121k|1121k|  48k|1121k|   0 |   0 |   0 | 1.826000e+03 |      --      |    Inf 
117.77/117.87	c   108s|     1 |     0 |  3321 |1499M|   0 | 434 |  48k|1121k|1121k|  48k|1121k|  14 |   0 |   0 | 1.826000e+03 |      --      |    Inf 
167.56/167.65	c   158s|     1 |     0 |  4243 |1499M|   0 | 750 |  48k|1121k|1121k|  48k|1121k|  29 |   0 |   0 | 1.826000e+03 |      --      |    Inf 
236.55/236.62	c   227s|     1 |     0 |  5485 |1499M|   0 | 946 |  48k|1121k|1121k|  48k|1121k|  39 |   0 |   0 | 1.826000e+03 |      --      |    Inf 
297.54/297.60	c   287s|     1 |     0 |  6510 |1500M|   0 | 713 |  48k|1121k|1121k|  48k|1121k|  46 |   0 |   0 | 1.826000e+03 |      --      |    Inf 
379.03/379.14	c   369s|     1 |     0 |  8108 |1500M|   0 | 952 |  48k|1121k|1121k|  48k|1121k|  51 |   0 |   0 | 1.826000e+03 |      --      |    Inf 

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3826
/proc/meminfo: memFree=30835648/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=8552 CPUtime=0 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 342905602 8757248 1453 33554432000 4194304 7823515 140733791939328 140733791871432 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 2173 1456 351 887 0 1283 0

[startup+0.0264981 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3826
/proc/meminfo: memFree=30835648/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=10740 CPUtime=0.02 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 2020 0 0 0 2 0 0 0 20 0 1 0 342905602 10997760 1973 33554432000 4194304 7823515 140733791939328 140733791871432 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 2685 1973 351 887 0 1795 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10740

[startup+0.100271 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3826
/proc/meminfo: memFree=30835648/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=15692 CPUtime=0.09 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 3261 0 0 0 9 0 0 0 20 0 1 0 342905602 16068608 3214 33554432000 4194304 7823515 140733791939328 140733791871432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 3923 3214 351 887 0 3033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15692

[startup+0.30028 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3826
/proc/meminfo: memFree=30835648/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=29116 CPUtime=0.29 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 6609 0 0 0 28 1 0 0 20 0 1 0 342905602 29814784 6562 33554432000 4194304 7823515 140733791939328 140733791871432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 7279 6562 351 887 0 6389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29116

[startup+0.700305 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3826
/proc/meminfo: memFree=30835648/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=53108 CPUtime=0.69 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 12625 0 0 0 67 2 0 0 20 0 1 0 342905602 54382592 12578 33554432000 4194304 7823515 140733791939328 140733791805432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 13277 12578 351 887 0 12387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53108

[startup+1.50028 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3827
/proc/meminfo: memFree=30770020/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=99940 CPUtime=1.49 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 24299 0 0 0 145 4 0 0 20 0 1 0 342905602 102338560 24252 33554432000 4194304 7823515 140733791939328 140733791805432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 24985 24252 351 887 0 24095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99940

[startup+3.10028 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3827
/proc/meminfo: memFree=30702688/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=191840 CPUtime=3.09 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 47250 0 0 0 301 8 0 0 20 0 1 0 342905602 196444160 47203 33554432000 4194304 7823515 140733791939328 140733791805432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 47960 47203 351 887 0 47070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191840

[startup+6.30028 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3827
/proc/meminfo: memFree=30517060/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=372808 CPUtime=6.29 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 92353 0 0 0 612 17 0 0 20 0 1 0 342905602 381755392 92306 33554432000 4194304 7823515 140733791939328 140733791805432 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 93202 92306 351 887 0 92312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 372808

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3827
/proc/meminfo: memFree=29492544/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=1356900 CPUtime=12.69 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 332361 0 0 0 1152 117 0 0 20 0 1 0 342905602 1389465600 333610 33554432000 4194304 7823515 140733791939328 140733791936264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 339225 333611 435 887 0 338335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1356900

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3827
/proc/meminfo: memFree=29238968/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=1627728 CPUtime=25.49 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 397907 0 0 0 2405 144 0 0 20 0 1 0 342905602 1666793472 399066 33554432000 4194304 7823515 140733791939328 140733791936616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 406932 399066 439 887 0 406042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1627728

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 3827
/proc/meminfo: memFree=28402964/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2605804 CPUtime=51.08 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 472115 0 0 0 4919 189 0 0 20 0 1 0 342905602 2668343296 607691 33554432000 4194304 7823515 140733791939328 140733791935016 6151321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 651451 607691 522 887 0 650561 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2605804

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3827
/proc/meminfo: memFree=28343196/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2709520 CPUtime=102.28 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 478054 0 0 0 10023 205 0 0 20 0 1 0 342905602 2774548480 622120 33554432000 4194304 7823515 140733791939328 140733791934424 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 677380 622120 540 887 0 676490 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2709520

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3827
/proc/meminfo: memFree=28156424/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2824244 CPUtime=162.26 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 495341 0 0 0 15999 227 0 0 20 0 1 0 342905602 2892025856 667750 33554432000 4194304 7823515 140733791939328 140733791934664 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 706061 667750 554 887 0 705171 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2824244

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3828
/proc/meminfo: memFree=28116464/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2869920 CPUtime=222.25 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 498367 0 0 0 21987 238 0 0 20 0 1 0 342905602 2938798080 675392 33554432000 4194304 7823515 140733791939328 140733791934664 6212327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 717480 675392 554 887 0 716590 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2869920

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3831
/proc/meminfo: memFree=28104400/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2896040 CPUtime=282.25 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 502227 0 0 0 27973 252 0 0 20 0 1 0 342905602 2965544960 678018 33554432000 4194304 7823515 140733791939328 140733791935016 6211711 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 724010 678018 554 887 0 723120 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2896040

[startup+342.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 3854
/proc/meminfo: memFree=28084252/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2914948 CPUtime=342.23 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 504815 0 0 0 33962 261 0 0 20 0 1 0 342905602 2984906752 681671 33554432000 4194304 7823515 140733791939328 140733791934664 6237362 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 728737 681671 554 887 0 727847 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2914948

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3854
/proc/meminfo: memFree=28115072/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2915276 CPUtime=402.23 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 507402 0 0 0 39952 271 0 0 20 0 1 0 342905602 2985242624 674053 33554432000 4194304 7823515 140733791939328 140733791934488 6908168 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 728819 674053 557 887 0 727929 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2915276

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3854
/proc/meminfo: memFree=28124284/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2879576 CPUtime=462.22 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 512220 0 0 0 45940 282 0 0 20 0 1 0 342905602 2948685824 671758 33554432000 4194304 7823515 140733791939328 140733791934376 6263480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 719894 671758 557 887 0 719004 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2879576

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3855
/proc/meminfo: memFree=28121892/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2879576 CPUtime=522.21 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 517320 0 0 0 51928 293 0 0 20 0 1 0 342905602 2948685824 672291 33554432000 4194304 7823515 140733791939328 140733791934024 6212422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 719894 672291 557 887 0 719004 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2879576

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3855
/proc/meminfo: memFree=28122044/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2879576 CPUtime=582.19 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 523471 0 0 0 57915 304 0 0 20 0 1 0 342905602 2948685824 672229 33554432000 4194304 7823515 140733791939328 140733791934024 6212302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 719894 672229 557 887 0 719004 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2879576

[startup+642.3 s]

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

/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 563562 0 0 0 105818 395 0 0 20 0 1 0 342905602 2930962432 681129 33554432000 4194304 7823515 140733791939328 140733791934024 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715567 681129 557 887 0 714677 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2862268

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3860
/proc/meminfo: memFree=28108244/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2897964 CPUtime=1122.12 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 568139 0 0 0 111804 408 0 0 20 0 1 0 342905602 2967515136 686098 33554432000 4194304 7823515 140733791939328 140733791934024 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 724491 686098 557 887 0 723601 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2897964

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3860
/proc/meminfo: memFree=28012304/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862624 CPUtime=1182.11 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 572546 0 0 0 117790 421 0 0 20 0 1 0 342905602 2931326976 673227 33554432000 4194304 7823515 140733791939328 140733791934488 6237308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715656 673227 557 887 0 714766 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2862624

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 3860
/proc/meminfo: memFree=28076160/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862284 CPUtime=1242.1 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 577952 0 0 0 123777 433 0 0 20 0 1 0 342905602 2930978816 682965 33554432000 4194304 7823515 140733791939328 140733791934024 6908173 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715571 682965 557 887 0 714681 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2862284

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3860
/proc/meminfo: memFree=28040244/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2898312 CPUtime=1302.09 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 581102 0 0 0 129765 444 0 0 20 0 1 0 342905602 2967871488 691895 33554432000 4194304 7823515 140733791939328 140733791934024 6212302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 724578 691895 557 887 0 723688 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2898312

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3860
/proc/meminfo: memFree=28019084/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2916056 CPUtime=1362.08 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 584851 0 0 0 135752 456 0 0 20 0 1 0 342905602 2986041344 697356 33554432000 4194304 7823515 140733791939328 140733791934024 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 729014 697356 557 887 0 728124 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2916056

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 3898
/proc/meminfo: memFree=28572392/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2898284 CPUtime=1422.08 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 589804 0 0 0 141739 469 0 0 20 0 1 0 342905602 2967842816 685590 33554432000 4194304 7823515 140733791939328 140733791933128 6211574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 724571 685590 557 887 0 723681 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2898284

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 3902
/proc/meminfo: memFree=28567432/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862392 CPUtime=1482.06 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 594744 0 0 0 147724 482 0 0 20 0 1 0 342905602 2931089408 685225 33554432000 4194304 7823515 140733791939328 140733791934376 6908153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715598 685225 557 887 0 714708 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2862392

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3902
/proc/meminfo: memFree=28495044/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933676 CPUtime=1542.05 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 598303 0 0 0 153713 492 0 0 20 0 1 0 342905602 3004084224 703066 33554432000 4194304 7823515 140733791939328 140733791934024 6212422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733419 703066 557 887 0 732529 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2933676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3902
/proc/meminfo: memFree=28609700/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862264 CPUtime=1602.05 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 603884 0 0 0 159698 507 0 0 20 0 1 0 342905602 2930958336 676636 33554432000 4194304 7823515 140733791939328 140733791934024 6212325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715566 676636 557 887 0 714676 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2862264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3903
/proc/meminfo: memFree=28548172/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=3003120 CPUtime=1662.03 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 608885 0 0 0 165685 518 0 0 20 0 1 0 342905602 3075194880 689203 33554432000 4194304 7823515 140733791939328 140733791933656 6242890 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 750780 689203 557 887 0 749890 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3003120

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 3903
/proc/meminfo: memFree=28589316/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862268 CPUtime=1722.02 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 612611 0 0 0 171675 527 0 0 20 0 1 0 342905602 2930962432 676546 33554432000 4194304 7823515 140733791939328 140733791934024 6237394 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715567 676546 557 887 0 714677 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2862268

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3904
/proc/meminfo: memFree=28545152/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2862264 CPUtime=1782.01 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 617757 0 0 0 177662 539 0 0 20 0 1 0 342905602 2930958336 687073 33554432000 4194304 7823515 140733791939328 140733791934024 6237313 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 715566 687073 557 887 0 714676 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2862264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3904
/proc/meminfo: memFree=28495872/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933680 CPUtime=1800.02 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 618877 0 0 0 179459 543 0 0 20 0 1 0 342905602 3004088320 699622 33554432000 4194304 7823515 140733791939328 140733791934376 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733420 699622 557 887 0 732530 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2933680

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3826

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3905
/proc/meminfo: memFree=28495872/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933688 CPUtime=1801.11 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 619323 0 0 0 179568 543 0 0 20 0 1 0 342905602 3004096512 698834 33554432000 4194304 7823515 140733791939328 140733791932224 6908153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733422 698834 557 887 0 732532 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 2933688

[startup+1801.81 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3905
/proc/meminfo: memFree=28498836/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933688 CPUtime=1801.52 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 619323 0 0 0 179609 543 0 0 20 0 1 0 342905602 3004096512 698834 33554432000 4194304 7823515 140733791939328 140733791934024 6151341 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733422 698834 557 887 0 732532 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 2933688

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3905
/proc/meminfo: memFree=28498836/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933688 CPUtime=1801.91 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 619324 0 0 0 179648 543 0 0 20 0 1 0 342905602 3004096512 699346 33554432000 4194304 7823515 140733791939328 140733791934024 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733422 699346 557 887 0 732532 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 2933688

[startup+1802.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3905
/proc/meminfo: memFree=28498836/32873844 swapFree=7116/7116
[pid=3826] ppid=3824 vsize=2933688 CPUtime=1802.01 cores=1,3,5,7
/proc/3826/stat : 3826 (pbscip.linux.x8) R 3824 3826 2584 0 -1 4202496 619324 0 0 0 179658 543 0 0 20 0 1 0 342905602 3004096512 699346 33554432000 4194304 7823515 140733791939328 140733791934024 6237350 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3826/statm: 733422 699346 557 887 0 732532 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2933688

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.35
CPU time (s): 1802.07
CPU user time (s): 1796.59
CPU system time (s): 5.48317
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 3056248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.59
system time used= 5.48317
maximum resident set size= 2843048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 619324
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= 10
involuntary context switches= 1866

runsolver used 3.10753 second user time and 8.77367 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 01:56:10
IDJOB=3741027
IDBENCH=89735
IDSOLVER=2321
FILE ID=node103/3741027-1338767769
RUNJOBID= node103-1338749472-2601
PBS_JOBID= 14636802
Free space on /tmp= 71060 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.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-3741027-1338767769/watcher-3741027-1338767769 -o /tmp/evaluation-result-3741027-1338767769/solver-3741027-1338767769 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741027-1338767769.opb

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=1132936647

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.91
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.189
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.189
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	: 5411.36
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.189
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.189
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30836028 kB
Buffers:          196076 kB
Cached:           437176 kB
SwapCached:         5648 kB
Active:           862168 kB
Inactive:         396772 kB
Active(anon):     623236 kB
Inactive(anon):     4740 kB
Active(file):     238932 kB
Inactive(file):   392032 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             59208 kB
Writeback:             0 kB
AnonPages:        634696 kB
Mapped:            11104 kB
Shmem:                 0 kB
Slab:             635040 kB
SReclaimable:      75420 kB
SUnreclaim:       559620 kB
KernelStack:        1448 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     772612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71056 MiB
End job on node103 at 2012-06-04 02:26:13