Trace number 2667332

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.14 1802.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_3.opb.PB06.opb
MD5SUMe3c4907f9ed288ddc262ad274eebff0f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.56076
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 831
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667332-1276319967.opb>
5.69/5.72	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
5.69/5.72	c problem read
5.69/5.72	c No objective function, only one solution is needed.
5.69/5.72	c presolving settings loaded
6.78/6.87	c presolving:
10.59/10.67	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
11.38/11.45	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1819 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
12.19/12.25	c presolving (3 rounds):
12.19/12.25	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1933 changed coefficients
12.19/12.25	c  3140 implications, 60 cliques
12.19/12.25	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
12.19/12.25	c    1770 constraints of type <knapsack>
12.19/12.25	c      60 constraints of type <setppc>
12.19/12.25	c       1 constraints of type <linear>
12.19/12.25	c  325670 constraints of type <logicor>
12.19/12.25	c transformed objective value is always integral (scale: 1)
12.19/12.25	c Presolving Time: 4.41
12.19/12.25	c - non default parameters ----------------------------------------------------------------------
12.19/12.25	c # SCIP version 1.2.1.2
12.19/12.25	c 
12.19/12.25	c # frequency for displaying node information lines
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 100]
12.19/12.25	c display/freq = 10000
12.19/12.25	c 
12.19/12.25	c # maximal time in seconds to run
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.19/12.25	c limits/time = 1794.28
12.19/12.25	c 
12.19/12.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.19/12.25	c limits/memory = 1620
12.19/12.25	c 
12.19/12.25	c # solving stops, if the given number of solutions were found (-1: no limit)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: -1]
12.19/12.25	c limits/solutions = 1
12.19/12.25	c 
12.19/12.25	c # maximal number of separation rounds per node (-1: unlimited)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 5]
12.19/12.25	c separating/maxrounds = 1
12.19/12.25	c 
12.19/12.25	c # maximal number of separation rounds in the root node (-1: unlimited)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: -1]
12.19/12.25	c separating/maxroundsroot = 5
12.19/12.25	c 
12.19/12.25	c # should presolving try to simplify inequalities
12.19/12.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.19/12.25	c constraints/linear/simplifyinequalities = TRUE
12.19/12.25	c 
12.19/12.25	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.19/12.25	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.19/12.25	c constraints/knapsack/disaggregation = FALSE
12.19/12.25	c 
12.19/12.25	c # should presolving try to simplify knapsacks
12.19/12.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.19/12.25	c constraints/knapsack/simplifyinequalities = TRUE
12.19/12.25	c 
12.19/12.25	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: -1]
12.19/12.25	c presolving/probing/maxrounds = 0
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/coefdiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/coefdiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/coefdiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 30]
12.19/12.25	c heuristics/crossover/freq = -1
12.19/12.25	c 
12.19/12.25	c # number of nodes added to the contingent of the total nodes
12.19/12.25	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.19/12.25	c heuristics/crossover/nodesofs = 750
12.19/12.25	c 
12.19/12.25	c # number of nodes without incumbent change that heuristic should wait
12.19/12.25	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.19/12.25	c heuristics/crossover/nwaitingnodes = 100
12.19/12.25	c 
12.19/12.25	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.19/12.25	c # [type: real, range: [0,1], default: 0.1]
12.19/12.25	c heuristics/crossover/nodesquot = 0.15
12.19/12.25	c 
12.19/12.25	c # minimum percentage of integer variables that have to be fixed 
12.19/12.25	c # [type: real, range: [0,1], default: 0.666]
12.19/12.25	c heuristics/crossover/minfixingrate = 0.5
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 20]
12.19/12.25	c heuristics/feaspump/freq = -1
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/feaspump/maxlpiterofs = 2000
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/fracdiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/fracdiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/fracdiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/guideddiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/guideddiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/guideddiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/intdiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/intshifting/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/linesearchdiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/nlp/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 20]
12.19/12.25	c heuristics/objpscostdiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to total iteration number
12.19/12.25	c # [type: real, range: [0,1], default: 0.01]
12.19/12.25	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/oneopt/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/pscostdiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/pscostdiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 0]
12.19/12.25	c heuristics/rens/freq = -1
12.19/12.25	c 
12.19/12.25	c # minimum percentage of integer variables that have to be fixable 
12.19/12.25	c # [type: real, range: [0,1], default: 0.5]
12.19/12.25	c heuristics/rens/minfixingrate = 0.3
12.19/12.25	c 
12.19/12.25	c # number of nodes added to the contingent of the total nodes
12.19/12.25	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.19/12.25	c heuristics/rens/nodesofs = 2000
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 20]
12.19/12.25	c heuristics/rootsoldiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.19/12.25	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/rounding/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/shifting/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/simplerounding/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 0]
12.19/12.25	c heuristics/trivial/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/trysol/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 10]
12.19/12.25	c heuristics/veclendiving/freq = -1
12.19/12.25	c 
12.19/12.25	c # maximal fraction of diving LP iterations compared to node LP iterations
12.19/12.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.19/12.25	c heuristics/veclendiving/maxlpiterquot = 0.075
12.19/12.25	c 
12.19/12.25	c # additional number of allowed LP iterations
12.19/12.25	c # [type: int, range: [0,2147483647], default: 1000]
12.19/12.25	c heuristics/veclendiving/maxlpiterofs = 1500
12.19/12.25	c 
12.19/12.25	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 1]
12.19/12.25	c heuristics/zirounding/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 0]
12.19/12.25	c separating/cmir/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: 0]
12.19/12.25	c separating/flowcover/freq = -1
12.19/12.25	c 
12.19/12.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.19/12.25	c # [type: int, range: [-1,2147483647], default: -1]
12.19/12.25	c separating/rapidlearning/freq = 0
12.19/12.25	c 
12.19/12.25	c -----------------------------------------------------------------------------------------------
12.19/12.25	c start solving
12.19/12.27	c 
215.49/215.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.49/215.62	c   208s|     1 |     0 |  4944 |     - | 378M|   0 | 168 |1600 | 327k|1600 | 327k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
342.74/342.93	c   328s|     1 |     0 |  6898 |     - | 378M|   0 | 169 |1600 | 327k|1600 | 327k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
491.18/491.46	c   465s|     1 |     0 |  8724 |     - | 378M|   0 | 166 |1600 | 327k|1600 | 327k|  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
809.16/809.56	c   743s|     1 |     0 | 11014 |     - | 378M|   0 | 111 |1600 | 327k|1600 | 327k|  64 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
874.73/875.10	c   798s|     1 |     0 | 11252 |     - | 379M|   0 | 158 |1600 | 327k|1600 | 327k|  86 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9450
/proc/meminfo: memFree=1503268/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=7724 CPUtime=0
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 1035 0 0 0 0 0 0 0 18 0 1 0 7598440 7909376 955 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 1931 964 348 984 0 944 0

[startup+0.0593219 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9450
/proc/meminfo: memFree=1503268/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=11360 CPUtime=0.04
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 2130 0 0 0 4 0 0 0 20 0 1 0 7598440 11632640 2050 1992294400 4194304 8223781 140735362711152 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 2840 2050 363 984 0 1853 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11360

[startup+0.100329 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9450
/proc/meminfo: memFree=1503268/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=12980 CPUtime=0.09
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 2540 0 0 0 8 1 0 0 20 0 1 0 7598440 13291520 2460 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 3245 2460 363 984 0 2258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12980

[startup+0.300371 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9450
/proc/meminfo: memFree=1503268/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=17044 CPUtime=0.29
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 3543 0 0 0 28 1 0 0 20 0 1 0 7598440 17453056 3463 1992294400 4194304 8223781 140735362711152 18446744073709551615 5650709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 4261 3463 363 984 0 3274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17044

[startup+0.700456 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9450
/proc/meminfo: memFree=1503268/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=25576 CPUtime=0.69
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 5684 0 0 0 67 2 0 0 21 0 1 0 7598440 26189824 5604 1992294400 4194304 8223781 140735362711152 18446744073709551615 4240609 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 6394 5604 363 984 0 5407 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25576

[startup+1.50063 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9451
/proc/meminfo: memFree=1475484/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=42960 CPUtime=1.49
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 10011 0 0 0 146 3 0 0 23 0 1 0 7598440 43991040 9931 1992294400 4194304 8223781 140735362711152 18446744073709551615 4384358 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 10740 9931 363 984 0 9753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42960

[startup+3.10097 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 9451
/proc/meminfo: memFree=1452420/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=76532 CPUtime=3.09
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 18392 0 0 0 302 7 0 0 25 0 1 0 7598440 78368768 18312 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9450/statm: 19133 18312 363 984 0 18146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76532

[startup+6.30065 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 9451
/proc/meminfo: memFree=1382856/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=292836 CPUtime=6.29
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 73033 0 0 0 601 28 0 0 25 0 1 0 7598440 299864064 72258 1992294400 4194304 8223781 140735362711152 18446744073709551615 4409086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 73209 72258 389 984 0 72222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 292836

[startup+12.701 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 9451
/proc/meminfo: memFree=1134608/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=391940 CPUtime=12.69
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 163380 0 0 0 1114 155 0 0 25 0 1 0 7598440 401346560 96455 1992294400 4194304 8223781 140735362711152 18446744073709551615 6208280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 97985 96455 497 984 0 96998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 391940

[startup+25.5007 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 9451
/proc/meminfo: memFree=800304/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=761404 CPUtime=25.48
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 261239 0 0 0 2355 193 0 0 25 0 1 0 7598440 779677696 175739 1992294400 4194304 8223781 140735362711152 18446744073709551615 6250729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 190351 175739 531 984 0 189364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 761404

[startup+51.1002 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 9451
/proc/meminfo: memFree=785424/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=780444 CPUtime=51.05
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 271584 0 0 0 4907 198 0 0 25 0 1 0 7598440 799174656 179466 1992294400 4194304 8223781 140735362711152 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 195111 179466 535 984 0 194124 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 780444

[startup+102.308 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 9453
/proc/meminfo: memFree=779844/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=787276 CPUtime=102.24
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 283893 0 0 0 10019 205 0 0 25 0 1 0 7598440 806170624 180879 1992294400 4194304 8223781 140735362711152 18446744073709551615 6503916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 196819 180879 535 984 0 195832 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 787276

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9455
/proc/meminfo: memFree=778232/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=791412 CPUtime=162.21
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 296824 0 0 0 16008 213 0 0 25 0 1 0 7598440 810405888 181267 1992294400 4194304 8223781 140735362711152 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 197853 181267 535 984 0 196866 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 791412

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9457
/proc/meminfo: memFree=785796/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=787312 CPUtime=222.18
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 667202 0 0 0 21875 343 0 0 25 0 1 0 7598440 806207488 179367 1992294400 4194304 8223781 140735362711152 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 196828 179367 552 984 0 195841 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 787312

[startup+282.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 9459
/proc/meminfo: memFree=778976/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=806488 CPUtime=282.17
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 2166956 0 0 0 27350 867 0 0 25 0 1 0 7598440 825843712 181107 1992294400 4194304 8223781 140735362711152 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 201622 181107 558 984 0 200635 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 806488

[startup+342.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 9459
/proc/meminfo: memFree=778728/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=807784 CPUtime=342.14
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 2177735 0 0 0 33341 873 0 0 25 0 1 0 7598440 827170816 181112 1992294400 4194304 8223781 140735362711152 18446744073709551615 6503916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 201946 181112 558 984 0 200959 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 807784

[startup+402.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 9461
/proc/meminfo: memFree=779844/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=808808 CPUtime=402.11
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 5338304 0 0 0 38232 1979 0 0 25 0 1 0 7598440 828219392 180767 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202202 180779 558 984 0 201215 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 808808

[startup+462.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 9463
/proc/meminfo: memFree=776000/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=807232 CPUtime=462.09
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 5426399 0 0 0 44196 2013 0 0 25 0 1 0 7598440 826605568 181780 1992294400 4194304 8223781 140735362711152 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 201808 181780 558 984 0 200821 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 807232

[startup+522.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 9465
/proc/meminfo: memFree=775380/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=808256 CPUtime=522.07
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 7100917 0 0 0 49591 2616 0 0 25 0 1 0 7598440 827654144 181870 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202064 181877 559 984 0 201077 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 808256

[startup+582.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 9467
/proc/meminfo: memFree=777240/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=808256 CPUtime=582.05
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 10345436 0 0 0 54423 3782 0 0 25 0 1 0 7598440 827654144 181588 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202064 181597 559 984 0 201077 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 808256

[startup+642.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 9467
/proc/meminfo: memFree=775504/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=808256 CPUtime=642.02
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 13525283 0 0 0 59296 4906 0 0 25 0 1 0 7598440 827654144 181915 1992294400 4194304 8223781 140735362711152 18446744073709551615 7257570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202064 181915 559 984 0 201077 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 808256

[startup+702.301 s]

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

/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 29801428 0 0 0 95571 10614 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 813780

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9481
/proc/meminfo: memFree=763352/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=811220 CPUtime=1121.83
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 33024468 0 0 0 100439 11744 0 0 25 0 1 0 7598440 830689280 184157 1992294400 4194304 8223781 140735362711152 18446744073709551615 6043568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202805 184157 559 984 0 201818 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 811220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9483
/proc/meminfo: memFree=765212/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=811220 CPUtime=1181.8
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 36247508 0 0 0 105302 12878 0 0 25 0 1 0 7598440 830689280 184157 1992294400 4194304 8223781 140735362711152 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202805 184157 559 984 0 201818 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 811220

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9483
/proc/meminfo: memFree=763352/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1241.78
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 39471188 0 0 0 110181 13997 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 6299978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 813780

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9485
/proc/meminfo: memFree=763352/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1301.76
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 42695156 0 0 0 115052 15124 0 0 25 0 1 0 7598440 833310720 184445 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184454 559 984 0 202458 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 813780

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9487
/proc/meminfo: memFree=763352/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1361.72
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 45919188 0 0 0 119916 16256 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 6299978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 813780

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9489
/proc/meminfo: memFree=765336/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=811220 CPUtime=1421.71
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 49141588 0 0 0 124795 17376 0 0 25 0 1 0 7598440 830689280 184157 1992294400 4194304 8223781 140735362711152 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 202805 184157 559 984 0 201818 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 811220

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9491
/proc/meminfo: memFree=763352/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1481.68
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 52362708 0 0 0 129667 18501 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 7257642 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 813780

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9491
/proc/meminfo: memFree=763476/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1541.65
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 55583828 0 0 0 134539 19626 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 813780

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9493
/proc/meminfo: memFree=765088/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1601.63
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 58804304 0 0 0 139411 20752 0 0 25 0 1 0 7598440 833310720 184793 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 813780

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9495
/proc/meminfo: memFree=765336/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1661.6
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 62024613 0 0 0 144290 21870 0 0 25 0 1 0 7598440 833310720 184623 1992294400 4194304 8223781 140735362711152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184631 559 984 0 202458 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 813780

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9497
/proc/meminfo: memFree=763228/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1721.58
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 65245908 0 0 0 149148 23010 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 813780

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9499
/proc/meminfo: memFree=763972/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1781.55
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 68465748 0 0 0 154015 24140 0 0 25 0 1 0 7598440 833310720 184797 1992294400 4194304 8223781 140735362711152 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184797 559 984 0 202458 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 813780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9499
/proc/meminfo: memFree=763104/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=813780 CPUtime=1800.06
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 69459028 0 0 0 155517 24489 0 0 25 0 1 0 7598440 833310720 184688 1992294400 4194304 8223781 140735362711152 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203445 184688 559 984 0 202458 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 813780

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9450

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9499
/proc/meminfo: memFree=763104/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=812740 CPUtime=1800.65
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 69464642 0 0 0 155574 24491 0 0 25 0 1 0 7598440 832245760 183828 1992294400 4194304 8223781 140735362711152 18446744073709551615 6503924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203185 183828 559 984 0 202198 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 812740

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9500
/proc/meminfo: memFree=766940/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=812740 CPUtime=1801.45
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 69464689 0 0 0 155654 24491 0 0 25 0 1 0 7598440 832245760 183875 1992294400 4194304 8223781 140735362711152 18446744073709551615 6503916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203185 183875 559 984 0 202198 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 812740

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9500
/proc/meminfo: memFree=766940/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=812740 CPUtime=1801.85
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 69464717 0 0 0 155694 24491 0 0 25 0 1 0 7598440 832245760 183903 1992294400 4194304 8223781 140735362711152 18446744073709551615 6450702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203185 183903 559 984 0 202198 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 812740

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9500
/proc/meminfo: memFree=766692/2059040 swapFree=4192956/4192956
[pid=9450] ppid=9448 vsize=812740 CPUtime=1802.05
/proc/9450/stat : 9450 (pbscip.linux.x8) R 9448 9450 7653 0 -1 4202496 69464738 0 0 0 155714 24491 0 0 25 0 1 0 7598440 832245760 183924 1992294400 4194304 8223781 140735362711152 18446744073709551615 6569718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9450/statm: 203185 183924 559 984 0 202198 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 812740

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.88
CPU time (s): 1802.14
CPU user time (s): 1557.15
CPU system time (s): 244.99
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 832812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1557.15
system time used= 244.99
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69464738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 22608

runsolver used 2.93355 second user time and 8.5617 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-12 07:19:28
IDJOB=2667332
IDBENCH=1378
IDSOLVER=1169
FILE ID=node010/2667332-1276319967
PBS_JOBID= 11173137
Free space on /tmp= 62488 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v30_e350_d15_mw10_3.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667332-1276319967/watcher-2667332-1276319967 -o /tmp/evaluation-result-2667332-1276319967/solver-2667332-1276319967 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667332-1276319967.opb -t 1800 -m 1800

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

MD5SUM BENCH= e3c4907f9ed288ddc262ad274eebff0f
RANDOM SEED=1248668544

node010.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1503796 kB
Buffers:        100268 kB
Cached:         325700 kB
SwapCached:          0 kB
Active:         190828 kB
Inactive:       294428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1503796 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15648 kB
Writeback:          36 kB
AnonPages:       59172 kB
Mapped:          15408 kB
Slab:            48332 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node010 at 2010-06-12 07:49:31