Trace number 3741014

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.13 1802.42

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
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 variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.08/17.18	c SCIP version 1.1.0.7
17.08/17.18	c LP-Solver SoPlex 1.4.1
17.08/17.18	c user parameter file <scip.set> not found - using default parameters
17.08/17.18	c read problem <HOME/instance-3741014-1338767526.opb>
17.08/17.18	c original problem has 106196 variables (106196 bin, 0 int, 0 impl, 0 cont) and 2493137 constraints
19.88/19.99	c No objective function, only one solution is needed.
19.88/19.99	c start presolving problem
19.88/19.99	c presolving:
25.59/25.66	c (round 1) 22691 del vars, 364560 del conss, 22691 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1247428 impls, 2696 clqs
27.68/27.72	c (round 2) 38058 del vars, 731007 del conss, 22691 chg bounds, 33360 chg sides, 41400 chg coeffs, 0 upgd conss, 1435204 impls, 2696 clqs
28.99/29.06	c (round 3) 38564 del vars, 760890 del conss, 22691 chg bounds, 37532 chg sides, 46596 chg coeffs, 0 upgd conss, 1435660 impls, 2696 clqs
37.08/37.10	c (round 4) 38564 del vars, 760926 del conss, 22691 chg bounds, 37539 chg sides, 46596 chg coeffs, 1732239 upgd conss, 1435660 impls, 2696 clqs
91.87/91.97	c (round 5) 38564 del vars, 760926 del conss, 22691 chg bounds, 37792 chg sides, 49005 chg coeffs, 1732239 upgd conss, 1435660 impls, 2696 clqs
93.67/93.72	c presolving (6 rounds):
93.67/93.72	c  38564 deleted vars, 760926 deleted constraints, 22691 tightened bounds, 0 added holes, 37792 changed sides, 49434 changed coefficients
93.67/93.72	c  1435660 implications, 2696 cliques
93.67/93.72	c presolved problem has 67632 variables (67632 bin, 0 int, 0 impl, 0 cont) and 1732211 constraints
93.67/93.72	c  224993 constraints of type <knapsack>
93.67/93.72	c    2696 constraints of type <setppc>
93.67/93.72	c       1 constraints of type <linear>
93.67/93.72	c 1504521 constraints of type <logicor>
93.67/93.72	c transformed objective value is always integral (scale: 1)
93.67/93.72	c Presolving Time: 70.50
93.67/93.72	c SATUNSAT-LIN
93.67/93.72	c -----------------------------------------------------------------------------------------------
93.67/93.72	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 0]
93.67/93.72	c separating/flowcover/freq = c -1
93.67/93.72	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 0]
93.67/93.72	c separating/cmir/freq = c -1
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/veclendiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.72	c heuristics/veclendiving/maxlpiterquot = c 0.075
93.67/93.72	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.72	c heuristics/veclendiving/freq = c -1
93.67/93.72	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 1]
93.67/93.72	c heuristics/simplerounding/freq = c -1
93.67/93.72	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.72	c heuristics/shifting/freq = c -1
93.67/93.72	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 1]
93.67/93.72	c heuristics/rounding/freq = c -1
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/rootsoldiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
93.67/93.72	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
93.67/93.72	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 20]
93.67/93.72	c heuristics/rootsoldiving/freq = c -1
93.67/93.72	c # number of nodes added to the contingent of the total nodes
93.67/93.72	c # [type: longint, range: [0,9223372036854775807], default: 500]
93.67/93.72	c heuristics/rens/nodesofs = c 2000
93.67/93.72	c # minimum percentage of integer variables that have to be fixable 
93.67/93.72	c # [type: real, range: [0,1], default: 0.5]
93.67/93.72	c heuristics/rens/minfixingrate = c 0.3
93.67/93.72	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 0]
93.67/93.72	c heuristics/rens/freq = c -1
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/pscostdiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.72	c heuristics/pscostdiving/maxlpiterquot = c 0.075
93.67/93.72	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.72	c heuristics/pscostdiving/freq = c -1
93.67/93.72	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 1]
93.67/93.72	c heuristics/oneopt/freq = c -1
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/objpscostdiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to total iteration number
93.67/93.72	c # [type: real, range: [0,1], default: 0.01]
93.67/93.72	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
93.67/93.72	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 20]
93.67/93.72	c heuristics/objpscostdiving/freq = c -1
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/linesearchdiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.72	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
93.67/93.72	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.72	c heuristics/linesearchdiving/freq = c -1
93.67/93.72	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.72	c heuristics/intshifting/freq = c -1
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.72	c heuristics/intdiving/maxlpiterquot = c 0.075
93.67/93.72	c # additional number of allowed LP iterations
93.67/93.72	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.72	c heuristics/guideddiving/maxlpiterofs = c 1500
93.67/93.72	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.72	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.72	c heuristics/guideddiving/maxlpiterquot = c 0.075
93.67/93.72	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
93.67/93.72	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.73	c heuristics/guideddiving/freq = c -1
93.67/93.73	c # additional number of allowed LP iterations
93.67/93.73	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.73	c heuristics/fracdiving/maxlpiterofs = c 1500
93.67/93.73	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.73	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.73	c heuristics/fracdiving/maxlpiterquot = c 0.075
93.67/93.73	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.73	c heuristics/fracdiving/freq = c -1
93.67/93.73	c # additional number of allowed LP iterations
93.67/93.73	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.73	c heuristics/feaspump/maxlpiterofs = c 2000
93.67/93.73	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: 20]
93.67/93.73	c heuristics/feaspump/freq = c -1
93.67/93.73	c # minimum percentage of integer variables that have to be fixed 
93.67/93.73	c # [type: real, range: [0,1], default: 0.666]
93.67/93.73	c heuristics/crossover/minfixingrate = c 0.5
93.67/93.73	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
93.67/93.73	c # [type: real, range: [0,1], default: 0.1]
93.67/93.73	c heuristics/crossover/nodesquot = c 0.15
93.67/93.73	c # number of nodes without incumbent change that heuristic should wait
93.67/93.73	c # [type: longint, range: [0,9223372036854775807], default: 200]
93.67/93.73	c heuristics/crossover/nwaitingnodes = c 100
93.67/93.73	c # number of nodes added to the contingent of the total nodes
93.67/93.73	c # [type: longint, range: [0,9223372036854775807], default: 500]
93.67/93.73	c heuristics/crossover/nodesofs = c 750
93.67/93.73	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: 30]
93.67/93.73	c heuristics/crossover/freq = c -1
93.67/93.73	c # additional number of allowed LP iterations
93.67/93.73	c # [type: int, range: [0,2147483647], default: 1000]
93.67/93.73	c heuristics/coefdiving/maxlpiterofs = c 1500
93.67/93.73	c # maximal fraction of diving LP iterations compared to node LP iterations
93.67/93.73	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
93.67/93.73	c heuristics/coefdiving/maxlpiterquot = c 0.075
93.67/93.73	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: 10]
93.67/93.73	c heuristics/coefdiving/freq = c -1
93.67/93.73	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: -1]
93.67/93.73	c presolving/probing/maxrounds = c 0
93.67/93.73	c # should presolving try to simplify knapsacks
93.67/93.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
93.67/93.73	c constraints/knapsack/simplifyinequalities = c TRUE
93.67/93.73	c # should disaggregation of knapsack constraints be allowed in preprocessing?
93.67/93.73	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
93.67/93.73	c constraints/knapsack/disaggregation = c FALSE
93.67/93.73	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
93.67/93.73	c # [type: int, range: [-1,2147483647], default: -1]
93.67/93.73	c constraints/knapsack/maxnumcardlift = c 0
93.67/93.73	c # should presolving try to simplify inequalities
93.67/93.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
93.67/93.79	c constraints/linear/simplifyinequalities = c TRUE
93.67/93.79	c # maximal number of separation rounds in the root node (-1: unlimited)
93.67/93.79	c # [type: int, range: [-1,2147483647], default: -1]
93.67/93.79	c separating/maxroundsroot = c 5
93.67/93.79	c # maximal number of separation rounds per node (-1: unlimited)
93.67/93.79	c # [type: int, range: [-1,2147483647], default: 5]
93.67/93.79	c separating/maxrounds = c 1
93.67/93.79	c # solving stops, if the given number of solutions were found (-1: no limit)
93.67/93.79	c # [type: int, range: [-1,2147483647], default: -1]
93.67/93.79	c limits/solutions = c 1
93.67/93.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
93.67/93.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
93.67/93.79	c limits/memory = c 13950
93.67/93.79	c # maximal time in seconds to run
93.67/93.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
93.67/93.79	c limits/time = c 1791
93.67/93.79	c # frequency for displaying node information lines
93.67/93.79	c # [type: int, range: [-1,2147483647], default: 100]
93.67/93.79	c display/freq = c 10000
93.67/93.79	c -----------------------------------------------------------------------------------------------
93.67/93.79	c start solving problem
93.67/93.79	c 
593.89/594.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.89/594.08	c   570s|     1 |     0 | 29817 |2744M|   0 |  21k|  67k|1732k|1732k|  67k|1732k|   0 |   0 |   0 | 1.714694e+04 |      --      |    Inf 
632.28/632.42	c   609s|     1 |     0 | 29890 |2744M|   0 |  21k|  67k|1732k|1732k|  67k|1732k|  37 |   0 |   0 | 1.714853e+04 |      --      |    Inf 
680.88/681.09	c   657s|     1 |     0 | 30235 |2745M|   0 |  21k|  67k|1732k|1732k|  67k|1732k|  52 |   0 |   0 | 1.715400e+04 |      --      |    Inf 
739.07/739.25	c   715s|     1 |     0 | 30731 |2745M|   0 |  21k|  67k|1732k|1732k|  67k|1732k|  83 |   0 |   0 | 1.715920e+04 |      --      |    Inf 
796.46/796.69	c   772s|     1 |     0 | 31238 |2746M|   0 |  21k|  67k|1732k|1732k|  67k|1732k|  96 |   0 |   0 | 1.716221e+04 |      --      |    Inf 
850.85/851.01	c   827s|     1 |     0 | 31685 |2746M|   0 |  21k|  67k|1732k|1732k|  67k|1732k| 111 |   0 |   0 | 1.716457e+04 |      --      |    Inf 
1318.18/1318.42	c  1292s|     1 |     2 | 31685 |2746M|   0 |  21k|  67k|1732k|1732k|  67k|1732k| 111 |   0 |  29 | 1.716457e+04 |      --      |    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-3741014-1338767526/watcher-3741014-1338767526 -o /tmp/evaluation-result-3741014-1338767526/solver-3741014-1338767526 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741014-1338767526.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 3/176 11350
/proc/meminfo: memFree=29722932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=8552 CPUtime=0 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1493 0 0 0 0 0 0 0 20 0 1 0 342877348 8757248 1445 33554432000 4194304 7823515 140733481047040 140733284469064 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 2138 1445 351 887 0 1248 0

[startup+0.049526 s]
/proc/loadavg: 1.93 2.00 1.99 3/176 11350
/proc/meminfo: memFree=29722932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=12924 CPUtime=0.04 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 2579 0 0 0 4 0 0 0 20 0 1 0 342877348 13234176 2531 33554432000 4194304 7823515 140733481047040 140733284469064 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 3231 2531 351 887 0 2341 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12924

[startup+0.100274 s]
/proc/loadavg: 1.93 2.00 1.99 3/176 11350
/proc/meminfo: memFree=29722932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=15848 CPUtime=0.09 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 3324 0 0 0 9 0 0 0 20 0 1 0 342877348 16228352 3276 33554432000 4194304 7823515 140733481047040 140733284469064 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 3962 3276 351 887 0 3072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15848

[startup+0.300267 s]
/proc/loadavg: 1.93 2.00 1.99 3/176 11350
/proc/meminfo: memFree=29722932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=29048 CPUtime=0.29 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 6610 0 0 0 28 1 0 0 20 0 1 0 342877348 29745152 6562 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 7262 6562 351 887 0 6372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29048

[startup+0.896725 s]
/proc/loadavg: 1.93 2.00 1.99 3/176 11350
/proc/meminfo: memFree=29722932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=64096 CPUtime=0.88 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 15358 0 0 0 86 2 0 0 20 0 1 0 342877348 65634304 15310 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 16024 15310 351 887 0 15134 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 64096

[startup+1.5066 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 11351
/proc/meminfo: memFree=29629908/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=99884 CPUtime=1.5 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 24294 0 0 0 146 4 0 0 20 0 1 0 342877348 102281216 24246 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 24971 24246 351 887 0 24081 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 99884

[startup+3.10028 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11351
/proc/meminfo: memFree=29569520/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=193328 CPUtime=3.09 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 47633 0 0 0 302 7 0 0 20 0 1 0 342877348 197967872 47585 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 48332 47585 351 887 0 47442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193328

[startup+6.30024 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11351
/proc/meminfo: memFree=29380228/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=376288 CPUtime=6.29 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 93258 0 0 0 615 14 0 0 20 0 1 0 342877348 385318912 93210 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 94072 93210 351 887 0 93182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 376288

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11351
/proc/meminfo: memFree=29003400/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=743588 CPUtime=12.68 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 184763 0 0 0 1242 26 0 0 20 0 1 0 342877348 761434112 184715 33554432000 4194304 7823515 140733481047040 140733480913144 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 185897 184715 351 887 0 185007 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 743588

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11351
/proc/meminfo: memFree=27049732/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=2693864 CPUtime=25.48 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 665690 0 0 0 2361 187 0 0 20 0 1 0 342877348 2758516736 668865 33554432000 4194304 7823515 140733481047040 140733481043976 6899811 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 673466 668865 429 887 0 672576 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2693864

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11351
/proc/meminfo: memFree=26567452/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=3184120 CPUtime=51.08 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 783061 0 0 0 4736 372 0 0 20 0 1 0 342877348 3260538880 787760 33554432000 4194304 7823515 140733481047040 140733481044328 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 796030 787760 447 887 0 795140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3184120

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11352
/proc/meminfo: memFree=25132772/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=4845076 CPUtime=102.28 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 906050 0 0 0 9762 466 0 0 20 0 1 0 342877348 4961357824 1144496 33554432000 4194304 7823515 140733481047040 140733481042728 6018735 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1211269 1144496 522 887 0 1210379 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4845076

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11352
/proc/meminfo: memFree=25020440/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=4940988 CPUtime=162.27 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 909982 0 0 0 15757 470 0 0 20 0 1 0 342877348 5059571712 1168567 33554432000 4194304 7823515 140733481047040 140733481041992 6908173 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1235247 1168567 526 887 0 1234357 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 4940988

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11352
/proc/meminfo: memFree=24967048/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=4977072 CPUtime=222.26 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 914726 0 0 0 21738 488 0 0 20 0 1 0 342877348 5096521728 1179182 33554432000 4194304 7823515 140733481047040 140733481042376 6263160 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1244268 1179182 526 887 0 1243378 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4977072

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11352
/proc/meminfo: memFree=24939136/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5026400 CPUtime=282.25 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 928125 0 0 0 27693 532 0 0 20 0 1 0 342877348 5147033600 1185469 33554432000 4194304 7823515 140733481047040 140733481042840 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1256600 1185469 526 887 0 1255710 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5026400

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11352
/proc/meminfo: memFree=24865136/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5365152 CPUtime=342.23 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 940495 0 0 0 33651 572 0 0 20 0 1 0 342877348 5493915648 1214494 33554432000 4194304 7823515 140733481047040 140733481041224 6243003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1341288 1214494 526 887 0 1340398 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5365152

[startup+402.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 11352
/proc/meminfo: memFree=24817296/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5212452 CPUtime=402.23 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 949940 0 0 0 39626 597 0 0 20 0 1 0 342877348 5337550848 1214187 33554432000 4194304 7823515 140733481047040 140733481041736 6908153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1303113 1214187 526 887 0 1302223 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5212452

[startup+462.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/176 11353
/proc/meminfo: memFree=24817760/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5228572 CPUtime=462.23 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 956855 0 0 0 45597 626 0 0 20 0 1 0 342877348 5354057728 1214671 33554432000 4194304 7823515 140733481047040 140733481041480 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1307143 1214671 526 887 0 1306253 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 5228572

[startup+522.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/178 11357
/proc/meminfo: memFree=24767008/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5326256 CPUtime=522.21 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 963436 0 0 0 51570 651 0 0 20 0 1 0 342877348 5454086144 1227245 33554432000 4194304 7823515 140733481047040 140733481041480 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1331564 1227245 526 887 0 1330674 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5326256

[startup+582.306 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 11379
/proc/meminfo: memFree=24764236/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5349004 CPUtime=582.21 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 969180 0 0 0 57554 667 0 0 20 0 1 0 342877348 5477380096 1227835 33554432000 4194304 7823515 140733481047040 140733481041480 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1337251 1227835 526 887 0 1336361 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 5349004

[startup+642.3 s]

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

/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1017594 0 0 0 99430 783 0 0 20 0 1 0 342877348 5572100096 1255221 33554432000 4194304 7823515 140733481047040 140733481041736 6212552 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1255221 560 887 0 1359486 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 5441504

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11381
/proc/meminfo: memFree=24653040/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5441504 CPUtime=1062.12 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1027129 0 0 0 105412 800 0 0 20 0 1 0 342877348 5572100096 1255204 33554432000 4194304 7823515 140733481047040 140733481041736 6151321 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1255204 560 887 0 1359486 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 5441504

[startup+1122.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 11384
/proc/meminfo: memFree=24654428/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5441504 CPUtime=1122.12 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1036409 0 0 0 111394 818 0 0 20 0 1 0 342877348 5572100096 1252782 33554432000 4194304 7823515 140733481047040 140733481042088 6237308 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1252782 560 887 0 1359486 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5441504

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 11384
/proc/meminfo: memFree=24658560/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5441504 CPUtime=1182.1 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1053251 0 0 0 117364 846 0 0 20 0 1 0 342877348 5572100096 1251782 33554432000 4194304 7823515 140733481047040 140733481040936 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1251782 560 887 0 1359486 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 5441504

[startup+1242.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11384
/proc/meminfo: memFree=24698428/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5441504 CPUtime=1242.09 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1075501 0 0 0 123327 882 0 0 20 0 1 0 342877348 5572100096 1251806 33554432000 4194304 7823515 140733481047040 140733481040936 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1251806 560 887 0 1359486 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 5441504

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 11384
/proc/meminfo: memFree=24697712/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5441504 CPUtime=1302.08 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1093464 0 0 0 129297 911 0 0 20 0 1 0 342877348 5572100096 1252457 33554432000 4194304 7823515 140733481047040 140733481041112 6911966 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1360376 1252457 560 887 0 1359486 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 5441504

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 11385
/proc/meminfo: memFree=24645132/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1362.07 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1109259 0 0 0 135270 937 0 0 20 0 1 0 342877348 5585924096 1256664 33554432000 4194304 7823515 140733481047040 140733481041416 6257628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1256664 561 887 0 1362861 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 5455004

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11385
/proc/meminfo: memFree=24639888/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1422.06 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1119584 0 0 0 141252 954 0 0 20 0 1 0 342877348 5585924096 1258017 33554432000 4194304 7823515 140733481047040 140733481042200 6212422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1258017 561 887 0 1362861 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 5455004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11385
/proc/meminfo: memFree=24649036/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1482.05 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1131224 0 0 0 147231 974 0 0 20 0 1 0 342877348 5585924096 1256899 33554432000 4194304 7823515 140733481047040 140733481041736 6211560 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1256899 561 887 0 1362861 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 5455004

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 11423
/proc/meminfo: memFree=24096328/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1542.04 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1140976 0 0 0 153213 991 0 0 20 0 1 0 342877348 5585924096 1256770 33554432000 4194304 7823515 140733481047040 140733481040936 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1256770 561 887 0 1362861 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 5455004

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11423
/proc/meminfo: memFree=23978968/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1602.03 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1150632 0 0 0 159197 1006 0 0 20 0 1 0 342877348 5585924096 1258817 33554432000 4194304 7823515 140733481047040 140733481041064 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1258817 561 887 0 1362861 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5455004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11424
/proc/meminfo: memFree=23974932/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5455004 CPUtime=1662.02 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1162274 0 0 0 165177 1025 0 0 20 0 1 0 342877348 5585924096 1258322 33554432000 4194304 7823515 140733481047040 140733481041736 6908143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363751 1258322 561 887 0 1362861 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 5455004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 11427
/proc/meminfo: memFree=23979708/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5454984 CPUtime=1722.02 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1172096 0 0 0 171159 1043 0 0 20 0 1 0 342877348 5585903616 1257288 33554432000 4194304 7823515 140733481047040 140733481041736 6908132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363746 1257288 561 887 0 1362856 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 5454984

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11427
/proc/meminfo: memFree=23981440/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5454984 CPUtime=1782.01 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1185092 0 0 0 177136 1065 0 0 20 0 1 0 342877348 5585903616 1256776 33554432000 4194304 7823515 140733481047040 140733481040936 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363746 1256776 561 887 0 1362856 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5454984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 11427
/proc/meminfo: memFree=23977272/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5454984 CPUtime=1800.01 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1187119 0 0 0 178932 1069 0 0 20 0 1 0 342877348 5585903616 1257807 33554432000 4194304 7823515 140733481047040 140733481041752 6164470 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363746 1257807 561 887 0 1362856 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 5454984

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11350

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

[startup+1801.8 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 11428
/proc/meminfo: memFree=23981368/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5454984 CPUtime=1801.5 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1187713 0 0 0 179081 1069 0 0 20 0 1 0 342877348 5585903616 1256783 33554432000 4194304 7823515 140733481047040 140733481041576 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363746 1256783 561 887 0 1362856 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 5454984

[startup+1802.21 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 11428
/proc/meminfo: memFree=23981236/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=5454984 CPUtime=1801.91 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4202496 1187713 0 0 0 179122 1069 0 0 20 0 1 0 342877348 5585903616 1256783 33554432000 4194304 7823515 140733481047040 140733481041576 6234776 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 1363746 1256783 561 887 0 1362856 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 5454984

[startup+1802.4 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 11428
/proc/meminfo: memFree=23981236/32873844 swapFree=7900/7900
[pid=11350] ppid=11348 vsize=0 CPUtime=1802.11 cores=0,2,4,6
/proc/11350/stat : 11350 (pbscip.linux.x8) R 11348 11350 8610 0 -1 4203524 1187713 0 0 0 179132 1079 0 0 20 0 1 0 342877348 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.13
CPU user time (s): 1791.32
CPU system time (s): 10.8094
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 5690648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.32
system time used= 10.8094
maximum resident set size= 5140228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1187713
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= 20
involuntary context switches= 1898

runsolver used 3.02554 second user time and 7.64484 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-04 01:52:08
IDJOB=3741014
IDBENCH=89731
IDSOLVER=2321
FILE ID=node137/3741014-1338767526
RUNJOBID= node137-1338748474-8626
PBS_JOBID= 14636788
Free space on /tmp= 70196 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-167.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-3741014-1338767526/watcher-3741014-1338767526 -o /tmp/evaluation-result-3741014-1338767526/solver-3741014-1338767526 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741014-1338767526.opb

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=501767751

node137.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.600
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	: 5333.20
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.600
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.600
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.600
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.600
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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.600
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.600
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:        29722932 kB
Buffers:          281204 kB
Cached:          1389388 kB
SwapCached:         5796 kB
Active:          1591972 kB
Inactive:         730080 kB
Active(anon):     646744 kB
Inactive(anon):     7168 kB
Active(file):     945228 kB
Inactive(file):   722912 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:            120864 kB
Writeback:             0 kB
AnonPages:        657216 kB
Mapped:            11388 kB
Shmem:                 0 kB
Slab:             688444 kB
SReclaimable:     129280 kB
SUnreclaim:       559164 kB
KernelStack:        1448 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     798848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 70172 MiB
End job on node137 at 2012-06-04 02:22:11