Trace number 2665893

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.05 1802.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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: Clp 1.11.1] [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-2665893-1276316458.opb>
0.69/0.74	c original problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 43010 constraints
0.69/0.74	c problem read
0.69/0.74	c No objective function, only one solution is needed.
0.69/0.74	c presolving settings loaded
0.89/0.90	c presolving:
1.29/1.38	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43010 upgd conss, 0 impls, 170 clqs
1.39/1.46	c presolving (2 rounds):
1.39/1.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.46	c  0 implications, 170 cliques
1.39/1.46	c presolved problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 43010 constraints
1.39/1.46	c     170 constraints of type <setppc>
1.39/1.46	c   42840 constraints of type <logicor>
1.39/1.46	c transformed objective value is always integral (scale: 1)
1.39/1.46	c Presolving Time: 0.45
1.39/1.46	c - non default parameters ----------------------------------------------------------------------
1.39/1.46	c # SCIP version 1.2.1.2
1.39/1.46	c 
1.39/1.46	c # frequency for displaying node information lines
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.46	c display/freq = 10000
1.39/1.46	c 
1.39/1.46	c # maximal time in seconds to run
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.46	c limits/time = 1799.26
1.39/1.46	c 
1.39/1.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.46	c limits/memory = 1620
1.39/1.46	c 
1.39/1.46	c # solving stops, if the given number of solutions were found (-1: no limit)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.46	c limits/solutions = 1
1.39/1.46	c 
1.39/1.46	c # maximal number of separation rounds per node (-1: unlimited)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 5]
1.39/1.46	c separating/maxrounds = 1
1.39/1.46	c 
1.39/1.46	c # maximal number of separation rounds in the root node (-1: unlimited)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.46	c separating/maxroundsroot = 5
1.39/1.46	c 
1.39/1.46	c # should presolving try to simplify inequalities
1.39/1.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.46	c constraints/linear/simplifyinequalities = TRUE
1.39/1.46	c 
1.39/1.46	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.39/1.46	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.39/1.46	c constraints/knapsack/disaggregation = FALSE
1.39/1.46	c 
1.39/1.46	c # should presolving try to simplify knapsacks
1.39/1.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.46	c constraints/knapsack/simplifyinequalities = TRUE
1.39/1.46	c 
1.39/1.46	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.46	c presolving/probing/maxrounds = 0
1.39/1.46	c 
1.39/1.46	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.46	c heuristics/coefdiving/freq = -1
1.39/1.46	c 
1.39/1.46	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.46	c heuristics/coefdiving/maxlpiterquot = 0.075
1.39/1.46	c 
1.39/1.46	c # additional number of allowed LP iterations
1.39/1.46	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.46	c heuristics/coefdiving/maxlpiterofs = 1500
1.39/1.46	c 
1.39/1.46	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 30]
1.39/1.46	c heuristics/crossover/freq = -1
1.39/1.46	c 
1.39/1.46	c # number of nodes added to the contingent of the total nodes
1.39/1.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.46	c heuristics/crossover/nodesofs = 750
1.39/1.46	c 
1.39/1.46	c # number of nodes without incumbent change that heuristic should wait
1.39/1.46	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.39/1.46	c heuristics/crossover/nwaitingnodes = 100
1.39/1.46	c 
1.39/1.46	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.39/1.46	c # [type: real, range: [0,1], default: 0.1]
1.39/1.46	c heuristics/crossover/nodesquot = 0.15
1.39/1.46	c 
1.39/1.46	c # minimum percentage of integer variables that have to be fixed 
1.39/1.46	c # [type: real, range: [0,1], default: 0.666]
1.39/1.46	c heuristics/crossover/minfixingrate = 0.5
1.39/1.46	c 
1.39/1.46	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.46	c heuristics/feaspump/freq = -1
1.39/1.46	c 
1.39/1.46	c # additional number of allowed LP iterations
1.39/1.46	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.46	c heuristics/feaspump/maxlpiterofs = 2000
1.39/1.46	c 
1.39/1.46	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.46	c heuristics/fracdiving/freq = -1
1.39/1.46	c 
1.39/1.46	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.46	c heuristics/fracdiving/maxlpiterquot = 0.075
1.39/1.46	c 
1.39/1.46	c # additional number of allowed LP iterations
1.39/1.46	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/fracdiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/guideddiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.47	c heuristics/guideddiving/maxlpiterquot = 0.075
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/guideddiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.47	c heuristics/intdiving/maxlpiterquot = 0.075
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/intshifting/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/linesearchdiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/nlp/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.47	c heuristics/objpscostdiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to total iteration number
1.39/1.47	c # [type: real, range: [0,1], default: 0.01]
1.39/1.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/oneopt/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/pscostdiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/pscostdiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.47	c heuristics/rens/freq = -1
1.39/1.47	c 
1.39/1.47	c # minimum percentage of integer variables that have to be fixable 
1.39/1.47	c # [type: real, range: [0,1], default: 0.5]
1.39/1.47	c heuristics/rens/minfixingrate = 0.3
1.39/1.47	c 
1.39/1.47	c # number of nodes added to the contingent of the total nodes
1.39/1.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.47	c heuristics/rens/nodesofs = 2000
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.47	c heuristics/rootsoldiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.39/1.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/rounding/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/shifting/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/simplerounding/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.47	c heuristics/trivial/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/trysol/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.47	c heuristics/veclendiving/freq = -1
1.39/1.47	c 
1.39/1.47	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.47	c heuristics/veclendiving/maxlpiterquot = 0.075
1.39/1.47	c 
1.39/1.47	c # additional number of allowed LP iterations
1.39/1.47	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.47	c heuristics/veclendiving/maxlpiterofs = 1500
1.39/1.47	c 
1.39/1.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.47	c heuristics/zirounding/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.47	c separating/cmir/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.47	c separating/flowcover/freq = -1
1.39/1.47	c 
1.39/1.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.39/1.47	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.47	c separating/rapidlearning/freq = 0
1.39/1.47	c 
1.39/1.47	c -----------------------------------------------------------------------------------------------
1.39/1.47	c start solving
1.39/1.47	c 
2.20/2.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.20/2.27	c   1.3s|     1 |     0 |   375 |     - |  49M|   0 | 340 |1020 |  43k|1020 |  43k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
18.09/18.11	c  16.9s|     1 |     0 |  3059 |     - |  50M|   0 | 340 |1020 |  43k|1020 |  43k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.28/28.30	c  27.0s|     1 |     0 |  4075 |     - |  51M|   0 | 338 |1020 |  43k|1020 |  43k|   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.17/38.23	c  36.9s|     1 |     0 |  4734 |     - |  52M|   0 | 340 |1020 |  43k|1020 |  43k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
45.47/45.51	c  44.0s|     1 |     0 |  4906 |     - |  52M|   0 | 340 |1020 |  43k|1020 |  43k|   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
54.06/54.19	c  52.7s|     1 |     0 |  5017 |     - |  52M|   0 | 340 |1020 |  43k|1020 |  43k|   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
135.85/135.99	c   133s|     1 |     2 |  5017 |     - |  52M|   0 | 340 |1020 |  43k|1020 |  43k|   7 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.50	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-2665893-1276316458/watcher-2665893-1276316458 -o /tmp/evaluation-result-2665893-1276316458/solver-2665893-1276316458 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665893-1276316458.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 8939
/proc/meminfo: memFree=1522036/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=8260 CPUtime=0
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 1021 0 0 0 0 0 0 0 20 0 1 0 7232184 8458240 942 1992294400 4194304 9819077 140734636392832 18446744073709551615 4605476 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8939/statm: 2322 951 371 1374 0 943 0

[startup+0.099972 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8939
/proc/meminfo: memFree=1522036/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=14720 CPUtime=0.09
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2538 0 0 0 9 0 0 0 20 0 1 0 7232184 15073280 2460 1992294400 4194304 9819077 140734636392832 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8939/statm: 3680 2473 386 1374 0 2301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14720

[startup+0.101972 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8939
/proc/meminfo: memFree=1522036/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=14720 CPUtime=0.09
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2619 0 0 0 9 0 0 0 20 0 1 0 7232184 15073280 2540 1992294400 4194304 9819077 140734636392832 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8939/statm: 3680 2540 386 1374 0 2301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14720

[startup+0.300992 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8939
/proc/meminfo: memFree=1522036/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=18524 CPUtime=0.29
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3572 0 0 0 28 1 0 0 20 0 1 0 7232184 18968576 3493 1992294400 4194304 9819077 140734636392832 18446744073709551615 8550816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8939/statm: 4631 3493 386 1374 0 3252 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18524

[startup+0.701032 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8939
/proc/meminfo: memFree=1522036/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=26724 CPUtime=0.69
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 5601 0 0 0 67 2 0 0 21 0 1 0 7232184 27365376 5522 1992294400 4194304 9819077 140734636392832 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8939/statm: 6681 5522 386 1374 0 5302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26724

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8940
/proc/meminfo: memFree=1458664/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=73492 CPUtime=1.49
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 25837 0 0 0 129 20 0 0 23 0 1 0 7232184 75255808 17010 1992294400 4194304 9819077 140734636392832 18446744073709551615 4644701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 18373 17010 511 1374 0 16994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73492

[startup+3.10027 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 8940
/proc/meminfo: memFree=1415264/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=140200 CPUtime=3.09
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 43954 0 0 0 277 32 0 0 25 0 1 0 7232184 143564800 27453 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 35050 27453 650 1374 0 33671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140200

[startup+6.30059 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 8940
/proc/meminfo: memFree=1410552/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=140200 CPUtime=6.29
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 46773 0 0 0 595 34 0 0 25 0 1 0 7232184 143564800 27740 1992294400 4194304 9819077 140734636392832 18446744073709551615 7293552 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 35050 27740 650 1374 0 33671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140200

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 8940
/proc/meminfo: memFree=1410304/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=140200 CPUtime=12.69
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 54376 0 0 0 1230 39 0 0 25 0 1 0 7232184 143564800 27780 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 35050 27780 650 1374 0 33671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140200

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 8940
/proc/meminfo: memFree=1413776/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=140248 CPUtime=25.49
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 68962 0 0 0 2498 51 0 0 25 0 1 0 7232184 143613952 27856 1992294400 4194304 9819077 140734636392832 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 35062 27856 650 1374 0 33683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140248

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 8940
/proc/meminfo: memFree=1413404/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=141228 CPUtime=51.07
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 89744 0 0 0 5032 75 0 0 25 0 1 0 7232184 144617472 27534 1992294400 4194304 9819077 140734636392832 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 35307 27534 651 1374 0 33928 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 141228

[startup+102.308 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8942
/proc/meminfo: memFree=1408072/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=171672 CPUtime=102.26
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 238629 0 0 0 10086 140 0 0 25 0 1 0 7232184 175792128 28942 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 42918 28942 660 1374 0 41539 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 171672

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8944
/proc/meminfo: memFree=1407080/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=174480 CPUtime=162.24
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 390724 0 0 0 16015 209 0 0 25 0 1 0 7232184 178667520 29271 1992294400 4194304 9819077 140734636392832 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 43620 29271 670 1374 0 42241 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 174480

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8946
/proc/meminfo: memFree=1414024/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=174480 CPUtime=222.23
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 519736 0 0 0 21955 268 0 0 25 0 1 0 7232184 178667520 28974 1992294400 4194304 9819077 140734636392832 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 43620 28974 670 1374 0 42241 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 174480

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8948
/proc/meminfo: memFree=1406708/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=174480 CPUtime=282.21
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 633042 0 0 0 27899 322 0 0 25 0 1 0 7232184 178667520 29331 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 43620 29331 670 1374 0 42241 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 174480

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8948
/proc/meminfo: memFree=1405716/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176296 CPUtime=342.19
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 757985 0 0 0 33837 382 0 0 25 0 1 0 7232184 180527104 29566 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44074 29566 683 1374 0 42695 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 176296

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8950
/proc/meminfo: memFree=1404972/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176296 CPUtime=402.18
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 875945 0 0 0 39780 438 0 0 25 0 1 0 7232184 180527104 29429 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44074 29429 683 1374 0 42695 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 176296

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8952
/proc/meminfo: memFree=1405716/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176424 CPUtime=462.16
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 1005379 0 0 0 45716 500 0 0 25 0 1 0 7232184 180658176 29554 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44106 29554 683 1374 0 42727 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 176424

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8954
/proc/meminfo: memFree=1404848/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176424 CPUtime=522.15
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 1110278 0 0 0 51660 555 0 0 25 0 1 0 7232184 180658176 29843 1992294400 4194304 9819077 140734636392832 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44106 29843 683 1374 0 42727 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 176424

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1404848/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176376 CPUtime=582.13
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 1216907 0 0 0 57605 608 0 0 25 0 1 0 7232184 180609024 29472 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44094 29472 683 1374 0 42715 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 176376

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1403980/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=176376 CPUtime=642.12
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 1321596 0 0 0 63549 663 0 0 25 0 1 0 7232184 180609024 29881 1992294400 4194304 9819077 140734636392832 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 44094 29881 683 1374 0 42715 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 176376

[startup+702.301 s]

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

/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2145491 0 0 0 105136 1065 0 0 25 0 1 0 7232184 185712640 29999 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45340 29999 683 1374 0 43961 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 181360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8970
/proc/meminfo: memFree=1408568/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=146652 CPUtime=1122
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2217021 0 0 0 111095 1105 0 0 25 0 1 0 7232184 150171648 28728 1992294400 4194304 9819077 140734636392832 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 36663 28728 683 1374 0 35284 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 146652

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8972
/proc/meminfo: memFree=1408196/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=148388 CPUtime=1181.98
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2318056 0 0 0 117043 1155 0 0 25 0 1 0 7232184 151949312 28951 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198409 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37097 28951 686 1374 0 35718 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 148388

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8972
/proc/meminfo: memFree=1406336/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=148752 CPUtime=1241.96
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2440909 0 0 0 122979 1217 0 0 25 0 1 0 7232184 152322048 28887 1992294400 4194304 9819077 140734636392832 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37188 28887 686 1374 0 35809 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 148752

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8974
/proc/meminfo: memFree=1405716/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=151884 CPUtime=1301.96
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2557464 0 0 0 128921 1275 0 0 25 0 1 0 7232184 155529216 29302 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37971 29302 686 1374 0 36592 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 151884

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8976
/proc/meminfo: memFree=1399144/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=186104 CPUtime=1361.93
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2640257 0 0 0 134881 1312 0 0 25 0 1 0 7232184 190570496 30735 1992294400 4194304 9819077 140734636392832 18446744073709551615 7294708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 46526 30735 686 1374 0 45147 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 186104

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8978
/proc/meminfo: memFree=1405344/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=150604 CPUtime=1421.93
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2715190 0 0 0 140843 1350 0 0 25 0 1 0 7232184 154218496 29445 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37651 29445 686 1374 0 36272 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 150604

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8980
/proc/meminfo: memFree=1404352/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=150280 CPUtime=1481.91
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2801669 0 0 0 146792 1399 0 0 25 0 1 0 7232184 153886720 29336 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37570 29336 686 1374 0 36191 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 150280

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8980
/proc/meminfo: memFree=1404848/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=149992 CPUtime=1541.89
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2893265 0 0 0 152740 1449 0 0 25 0 1 0 7232184 153591808 29543 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37498 29543 686 1374 0 36119 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 149992

[startup+1602.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 8982
/proc/meminfo: memFree=1400384/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=181328 CPUtime=1601.87
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 2995400 0 0 0 158687 1500 0 0 25 0 1 0 7232184 185679872 30702 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45332 30702 686 1374 0 43953 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 181328

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8984
/proc/meminfo: memFree=1403484/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=152776 CPUtime=1661.86
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3120061 0 0 0 164628 1558 0 0 25 0 1 0 7232184 156442624 29872 1992294400 4194304 9819077 140734636392832 18446744073709551615 6449650 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 38194 29872 686 1374 0 36815 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 152776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8986
/proc/meminfo: memFree=1402740/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=152460 CPUtime=1721.85
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3210088 0 0 0 170577 1608 0 0 25 0 1 0 7232184 156119040 30495 1992294400 4194304 9819077 140734636392832 18446744073709551615 7306903 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 38115 30495 686 1374 0 36736 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 152460

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 8988
/proc/meminfo: memFree=1403112/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=151180 CPUtime=1781.83
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3277641 0 0 0 176536 1647 0 0 25 0 1 0 7232184 154808320 29898 1992294400 4194304 9819077 140734636392832 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 37795 29898 686 1374 0 36416 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 151180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8988
/proc/meminfo: memFree=1399764/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=182480 CPUtime=1800.03
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3316750 0 0 0 178339 1664 0 0 25 0 1 0 7232184 186859520 30698 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45620 30698 686 1374 0 44241 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 182480

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8939

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8989
/proc/meminfo: memFree=1399756/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=182480 CPUtime=1800.92
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3316842 0 0 0 178428 1664 0 0 25 0 1 0 7232184 186859520 30790 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45620 30790 686 1374 0 44241 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 182480

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8989
/proc/meminfo: memFree=1399260/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=182480 CPUtime=1801.72
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3316942 0 0 0 178508 1664 0 0 25 0 1 0 7232184 186859520 30890 1992294400 4194304 9819077 140734636392832 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45620 30890 686 1374 0 44241 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 182480

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8989
/proc/meminfo: memFree=1399260/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=182480 CPUtime=1801.92
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3316963 0 0 0 178528 1664 0 0 25 0 1 0 7232184 186859520 30911 1992294400 4194304 9819077 140734636392832 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45620 30911 686 1374 0 44241 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 182480

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8989
/proc/meminfo: memFree=1399260/2059040 swapFree=4192956/4192956
[pid=8939] ppid=8937 vsize=182480 CPUtime=1802.02
/proc/8939/stat : 8939 (pbscip.linux.x8) R 8937 8939 8507 0 -1 4202496 3316972 0 0 0 178538 1664 0 0 25 0 1 0 7232184 186859520 30920 1992294400 4194304 9819077 140734636392832 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8939/statm: 45620 30920 686 1374 0 44241 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 182480

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.52
CPU time (s): 1802.05
CPU user time (s): 1785.39
CPU system time (s): 16.6595
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 187168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.39
system time used= 16.6595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3316974
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= 2
involuntary context switches= 22208

runsolver used 3.07853 second user time and 8.40972 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 06:20:58
IDJOB=2665893
IDBENCH=1369
IDSOLVER=1168
FILE ID=node017/2665893-1276316458
PBS_JOBID= 11173148
Free space on /tmp= 62368 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665893-1276316458/watcher-2665893-1276316458 -o /tmp/evaluation-result-2665893-1276316458/solver-2665893-1276316458 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665893-1276316458.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=999272803

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1522564 kB
Buffers:         90200 kB
Cached:         316688 kB
SwapCached:          0 kB
Active:         183640 kB
Inactive:       283764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1522564 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7596 kB
Writeback:           0 kB
AnonPages:       60556 kB
Mapped:          15424 kB
Slab:            47348 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183116 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= 62360 MiB
End job on node017 at 2010-06-12 06:51:00