Trace number 2665903

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.09 1802.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_2.opb.PB06.opb
MD5SUM2882e17c9be8b3b8a5ac8492f26b9dcd
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.55276
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 280
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 825
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: 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-2665903-1276320026.opb>
5.88/5.93	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
5.88/5.93	c problem read
5.88/5.93	c No objective function, only one solution is needed.
5.88/5.93	c presolving settings loaded
6.98/7.04	c presolving:
10.78/10.80	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.49/11.57	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1824 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
12.29/12.37	c presolving (3 rounds):
12.29/12.37	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1944 changed coefficients
12.29/12.37	c  3140 implications, 60 cliques
12.29/12.37	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
12.29/12.37	c    1770 constraints of type <knapsack>
12.29/12.37	c      60 constraints of type <setppc>
12.29/12.37	c       1 constraints of type <linear>
12.29/12.37	c  325670 constraints of type <logicor>
12.29/12.37	c transformed objective value is always integral (scale: 1)
12.29/12.37	c Presolving Time: 4.40
12.29/12.37	c - non default parameters ----------------------------------------------------------------------
12.29/12.37	c # SCIP version 1.2.1.2
12.29/12.37	c 
12.29/12.37	c # frequency for displaying node information lines
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 100]
12.29/12.37	c display/freq = 10000
12.29/12.37	c 
12.29/12.37	c # maximal time in seconds to run
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.29/12.37	c limits/time = 1794.07
12.29/12.37	c 
12.29/12.37	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.29/12.37	c limits/memory = 1620
12.29/12.37	c 
12.29/12.37	c # solving stops, if the given number of solutions were found (-1: no limit)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.37	c limits/solutions = 1
12.29/12.37	c 
12.29/12.37	c # maximal number of separation rounds per node (-1: unlimited)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 5]
12.29/12.37	c separating/maxrounds = 1
12.29/12.37	c 
12.29/12.37	c # maximal number of separation rounds in the root node (-1: unlimited)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.37	c separating/maxroundsroot = 5
12.29/12.37	c 
12.29/12.37	c # should presolving try to simplify inequalities
12.29/12.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.37	c constraints/linear/simplifyinequalities = TRUE
12.29/12.37	c 
12.29/12.37	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.29/12.37	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.29/12.37	c constraints/knapsack/disaggregation = FALSE
12.29/12.37	c 
12.29/12.37	c # should presolving try to simplify knapsacks
12.29/12.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.37	c constraints/knapsack/simplifyinequalities = TRUE
12.29/12.37	c 
12.29/12.37	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.37	c presolving/probing/maxrounds = 0
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/coefdiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/coefdiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/coefdiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 30]
12.29/12.37	c heuristics/crossover/freq = -1
12.29/12.37	c 
12.29/12.37	c # number of nodes added to the contingent of the total nodes
12.29/12.37	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.29/12.37	c heuristics/crossover/nodesofs = 750
12.29/12.37	c 
12.29/12.37	c # number of nodes without incumbent change that heuristic should wait
12.29/12.37	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.29/12.37	c heuristics/crossover/nwaitingnodes = 100
12.29/12.37	c 
12.29/12.37	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.29/12.37	c # [type: real, range: [0,1], default: 0.1]
12.29/12.37	c heuristics/crossover/nodesquot = 0.15
12.29/12.37	c 
12.29/12.37	c # minimum percentage of integer variables that have to be fixed 
12.29/12.37	c # [type: real, range: [0,1], default: 0.666]
12.29/12.37	c heuristics/crossover/minfixingrate = 0.5
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.37	c heuristics/feaspump/freq = -1
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/feaspump/maxlpiterofs = 2000
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/fracdiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/fracdiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/fracdiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/guideddiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/guideddiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/guideddiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/intdiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/intshifting/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/linesearchdiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/nlp/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.37	c heuristics/objpscostdiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to total iteration number
12.29/12.37	c # [type: real, range: [0,1], default: 0.01]
12.29/12.37	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/oneopt/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/pscostdiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/pscostdiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.37	c heuristics/rens/freq = -1
12.29/12.37	c 
12.29/12.37	c # minimum percentage of integer variables that have to be fixable 
12.29/12.37	c # [type: real, range: [0,1], default: 0.5]
12.29/12.37	c heuristics/rens/minfixingrate = 0.3
12.29/12.37	c 
12.29/12.37	c # number of nodes added to the contingent of the total nodes
12.29/12.37	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.29/12.37	c heuristics/rens/nodesofs = 2000
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.37	c heuristics/rootsoldiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.29/12.37	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/rounding/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/shifting/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/simplerounding/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.37	c heuristics/trivial/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/trysol/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.37	c heuristics/veclendiving/freq = -1
12.29/12.37	c 
12.29/12.37	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.37	c heuristics/veclendiving/maxlpiterquot = 0.075
12.29/12.37	c 
12.29/12.37	c # additional number of allowed LP iterations
12.29/12.37	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.37	c heuristics/veclendiving/maxlpiterofs = 1500
12.29/12.37	c 
12.29/12.37	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.37	c heuristics/zirounding/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.37	c separating/cmir/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.37	c separating/flowcover/freq = -1
12.29/12.37	c 
12.29/12.37	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.29/12.37	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.37	c separating/rapidlearning/freq = 0
12.29/12.37	c 
12.29/12.37	c -----------------------------------------------------------------------------------------------
12.29/12.37	c start solving
12.29/12.39	c 
33.59/33.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.59/33.63	c  26.0s|     1 |     0 |   514 |     - | 378M|   0 | 178 |1600 | 327k|1600 | 327k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
532.35/532.57	c   523s|     1 |     0 |  8871 |     - | 379M|   0 |  78 |1600 | 327k|1600 | 327k|  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
625.42/625.65	c   616s|     1 |     0 | 10645 |     - | 381M|   0 | 124 |1600 | 327k|1600 | 327k|  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1316.74/1317.12	c  1305s|     1 |     0 | 20444 |     - | 381M|   0 |  81 |1600 | 327k|1600 | 327k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1625.25/1625.78	c  1613s|     1 |     0 | 25482 |     - | 381M|   0 | 110 |1600 | 327k|1600 | 327k|  85 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.01/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-2665903-1276320026/watcher-2665903-1276320026 -o /tmp/evaluation-result-2665903-1276320026/solver-2665903-1276320026 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665903-1276320026.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.32 1.15 1.05 3/106 8775
/proc/meminfo: memFree=1866556/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=9288 CPUtime=0
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1064 0 0 0 0 0 0 0 21 0 1 0 7606322 9510912 986 1992294400 4194304 9819077 140736941143600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 2322 994 371 1374 0 943 0

[startup+0.104059 s]
/proc/loadavg: 1.32 1.15 1.05 3/106 8775
/proc/meminfo: memFree=1866556/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=14548 CPUtime=0.09
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 2562 0 0 0 9 0 0 0 21 0 1 0 7606322 14897152 2483 1992294400 4194304 9819077 140736941143600 18446744073709551615 8611002 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 3637 2483 386 1374 0 2258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14548

[startup+0.20207 s]
/proc/loadavg: 1.32 1.15 1.05 3/106 8775
/proc/meminfo: memFree=1866556/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=16996 CPUtime=0.19
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 3167 0 0 0 19 0 0 0 21 0 1 0 7606322 17403904 3088 1992294400 4194304 9819077 140736941143600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 4249 3088 386 1374 0 2870 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16996

[startup+0.302082 s]
/proc/loadavg: 1.32 1.15 1.05 3/106 8775
/proc/meminfo: memFree=1866556/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=18612 CPUtime=0.29
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 3564 0 0 0 29 0 0 0 21 0 1 0 7606322 19058688 3485 1992294400 4194304 9819077 140736941143600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 4653 3485 386 1374 0 3274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18612

[startup+0.701129 s]
/proc/loadavg: 1.32 1.15 1.05 3/106 8775
/proc/meminfo: memFree=1866556/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=27144 CPUtime=0.69
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 5704 0 0 0 68 1 0 0 22 0 1 0 7606322 27795456 5625 1992294400 4194304 9819077 140736941143600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 6786 5625 386 1374 0 5407 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27144

[startup+1.50022 s]
/proc/loadavg: 1.32 1.15 1.05 2/107 8776
/proc/meminfo: memFree=1837532/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=43304 CPUtime=1.49
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 9722 0 0 0 146 3 0 0 25 0 1 0 7606322 44343296 9643 1992294400 4194304 9819077 140736941143600 18446744073709551615 4525409 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 10826 9643 386 1374 0 9447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43304

[startup+3.10041 s]
/proc/loadavg: 1.30 1.15 1.05 2/107 8776
/proc/meminfo: memFree=1814096/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=75652 CPUtime=3.09
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 17820 0 0 0 302 7 0 0 25 0 1 0 7606322 77467648 17741 1992294400 4194304 9819077 140736941143600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8775/statm: 18913 17741 386 1374 0 17534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75652

[startup+6.30078 s]
/proc/loadavg: 1.30 1.15 1.05 2/107 8776
/proc/meminfo: memFree=1748624/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=239996 CPUtime=6.29
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 59087 0 0 0 607 22 0 0 25 0 1 0 7606322 245755904 58588 1992294400 4194304 9819077 140736941143600 18446744073709551615 4211295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 59999 58588 428 1374 0 58620 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 239996

[startup+12.7005 s]
/proc/loadavg: 1.25 1.14 1.05 2/107 8776
/proc/meminfo: memFree=1528320/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=380164 CPUtime=12.68
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 160345 0 0 0 1120 148 0 0 25 0 1 0 7606322 389287936 93089 1992294400 4194304 9819077 140736941143600 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 95041 93104 524 1374 0 93662 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 380164

[startup+25.502 s]
/proc/loadavg: 1.21 1.14 1.04 2/107 8776
/proc/meminfo: memFree=1187648/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=807728 CPUtime=25.48
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 245514 0 0 0 2368 180 0 0 25 0 1 0 7606322 827113472 169946 1992294400 4194304 9819077 140736941143600 18446744073709551615 7304830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 201932 169946 633 1374 0 200553 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 807728

[startup+51.102 s]
/proc/loadavg: 1.14 1.12 1.04 2/107 8776
/proc/meminfo: memFree=1200916/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=832540 CPUtime=51.07
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 259831 0 0 0 4921 186 0 0 25 0 1 0 7606322 852520960 166699 1992294400 4194304 9819077 140736941143600 18446744073709551615 6054226 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 208135 166699 657 1374 0 206756 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 832540

[startup+102.302 s]
/proc/loadavg: 1.05 1.10 1.04 2/107 8778
/proc/meminfo: memFree=1175124/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=835860 CPUtime=102.27
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 296754 0 0 0 10022 205 0 0 25 0 1 0 7606322 855920640 173105 1992294400 4194304 9819077 140736941143600 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 208965 173105 664 1374 0 207586 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 835860

[startup+162.302 s]
/proc/loadavg: 1.02 1.08 1.03 2/107 8780
/proc/meminfo: memFree=1179960/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=896760 CPUtime=162.24
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 330025 0 0 0 16005 219 0 0 25 0 1 0 7606322 918282240 172008 1992294400 4194304 9819077 140736941143600 18446744073709551615 6192325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 224190 172008 664 1374 0 222811 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 896760

[startup+222.309 s]
/proc/loadavg: 1.00 1.06 1.02 2/107 8782
/proc/meminfo: memFree=1181076/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=895512 CPUtime=222.24
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 369248 0 0 0 21986 238 0 0 25 0 1 0 7606322 917004288 171630 1992294400 4194304 9819077 140736941143600 18446744073709551615 7295860 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 223878 171630 664 1374 0 222499 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 895512

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/107 8782
/proc/meminfo: memFree=1186160/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=890968 CPUtime=282.22
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 405900 0 0 0 27967 255 0 0 25 0 1 0 7606322 912351232 170348 1992294400 4194304 9819077 140736941143600 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 222742 170348 664 1374 0 221363 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 890968

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/107 8784
/proc/meminfo: memFree=1175868/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=891192 CPUtime=342.2
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 428551 0 0 0 33953 267 0 0 25 0 1 0 7606322 912580608 172949 1992294400 4194304 9819077 140736941143600 18446744073709551615 7480863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 222798 172949 664 1374 0 221419 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 891192

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/107 8786
/proc/meminfo: memFree=1180332/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=875320 CPUtime=402.18
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 465599 0 0 0 39934 284 0 0 25 0 1 0 7606322 896327680 171963 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 218830 171963 664 1374 0 217451 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 875320

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8788
/proc/meminfo: memFree=1170412/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=863444 CPUtime=462.17
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 503702 0 0 0 45913 304 0 0 25 0 1 0 7606322 884166656 174283 1992294400 4194304 9819077 140736941143600 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 215861 174283 664 1374 0 214482 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 863444

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8790
/proc/meminfo: memFree=1191616/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=837592 CPUtime=522.15
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 567272 0 0 0 51884 331 0 0 25 0 1 0 7606322 857694208 169093 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 209398 169093 664 1374 0 208019 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 837592

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8790
/proc/meminfo: memFree=1187276/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=856144 CPUtime=582.14
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 639260 0 0 0 57852 362 0 0 25 0 1 0 7606322 876691456 170023 1992294400 4194304 9819077 140736941143600 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 214036 170023 664 1374 0 212657 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 856144

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8792
/proc/meminfo: memFree=1194096/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=839984 CPUtime=642.11
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 680613 0 0 0 63829 382 0 0 25 0 1 0 7606322 860143616 168136 1992294400 4194304 9819077 140736941143600 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 209996 168136 664 1374 0 208617 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 839984

[startup+702.301 s]

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

/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 864629 0 0 0 99729 473 0 0 25 0 1 0 7606322 934191104 173858 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 228074 173858 664 1374 0 226695 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 912296

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8804
/proc/meminfo: memFree=1163840/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=901772 CPUtime=1062
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 888412 0 0 0 105715 485 0 0 25 0 1 0 7606322 923414528 176113 1992294400 4194304 9819077 140736941143600 18446744073709551615 6191145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 225443 176113 664 1374 0 224064 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 901772

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8806
/proc/meminfo: memFree=1183184/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=892840 CPUtime=1121.99
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 923650 0 0 0 111699 500 0 0 25 0 1 0 7606322 914268160 170918 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 223210 170918 664 1374 0 221831 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 892840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8806
/proc/meminfo: memFree=1159872/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=889356 CPUtime=1181.97
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 948521 0 0 0 117685 512 0 0 25 0 1 0 7606322 910700544 176751 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 222339 176751 664 1374 0 220960 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 889356

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8808
/proc/meminfo: memFree=1186904/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=870024 CPUtime=1241.96
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 993534 0 0 0 123663 533 0 0 25 0 1 0 7606322 890904576 169968 1992294400 4194304 9819077 140736941143600 18446744073709551615 6192325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 217506 169968 664 1374 0 216127 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 870024

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8810
/proc/meminfo: memFree=1186780/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=849768 CPUtime=1301.93
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1027795 0 0 0 129643 550 0 0 25 0 1 0 7606322 870162432 170161 1992294400 4194304 9819077 140736941143600 18446744073709551615 7296194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 212442 170161 664 1374 0 211063 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 849768

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8812
/proc/meminfo: memFree=1175868/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=835464 CPUtime=1361.92
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1099284 0 0 0 135611 581 0 0 25 0 1 0 7606322 855515136 172703 1992294400 4194304 9819077 140736941143600 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 208866 172703 664 1374 0 207487 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 835464

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8814
/proc/meminfo: memFree=1162724/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=882920 CPUtime=1421.91
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1133686 0 0 0 141593 598 0 0 25 0 1 0 7606322 904110080 175945 1992294400 4194304 9819077 140736941143600 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 220730 175945 664 1374 0 219351 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 882920

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8814
/proc/meminfo: memFree=1151564/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=891848 CPUtime=1481.89
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1156351 0 0 0 147580 609 0 0 25 0 1 0 7606322 913252352 178775 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 222962 178775 664 1374 0 221583 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 891848

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8816
/proc/meminfo: memFree=1172148/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=881320 CPUtime=1541.88
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1189985 0 0 0 153563 625 0 0 25 0 1 0 7606322 902471680 173605 1992294400 4194304 9819077 140736941143600 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 220330 173605 664 1374 0 218951 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 881320

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8818
/proc/meminfo: memFree=1185540/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=856644 CPUtime=1601.85
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1234699 0 0 0 159539 646 0 0 25 0 1 0 7606322 877203456 170335 1992294400 4194304 9819077 140736941143600 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 214161 170335 664 1374 0 212782 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 856644

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8820
/proc/meminfo: memFree=1191368/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=836012 CPUtime=1661.84
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1261659 0 0 0 165521 663 0 0 25 0 1 0 7606322 856076288 168621 1992294400 4194304 9819077 140736941143600 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 209003 168621 664 1374 0 207624 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 836012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8822
/proc/meminfo: memFree=1194964/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=835720 CPUtime=1721.83
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1292160 0 0 0 171501 682 0 0 25 0 1 0 7606322 855777280 168096 1992294400 4194304 9819077 140736941143600 18446744073709551615 6198256 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 208930 168096 664 1374 0 207551 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 835720

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8822
/proc/meminfo: memFree=1181448/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=877136 CPUtime=1781.81
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1323735 0 0 0 177484 697 0 0 25 0 1 0 7606322 898187264 171227 1992294400 4194304 9819077 140736941143600 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 219284 171227 664 1374 0 217905 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 877136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8824
/proc/meminfo: memFree=1177976/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=885196 CPUtime=1800.01
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1338575 0 0 0 179296 705 0 0 25 0 1 0 7606322 906440704 172058 1992294400 4194304 9819077 140736941143600 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 221299 172058 664 1374 0 219920 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 885196

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8775

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8825
/proc/meminfo: memFree=1177844/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=885196 CPUtime=1801
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1338700 0 0 0 179395 705 0 0 25 0 1 0 7606322 906440704 172183 1992294400 4194304 9819077 140736941143600 18446744073709551615 6191145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 221299 172183 664 1374 0 219920 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 885196

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8825
/proc/meminfo: memFree=1176976/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=885196 CPUtime=1801.8
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1338930 0 0 0 179475 705 0 0 25 0 1 0 7606322 906440704 172413 1992294400 4194304 9819077 140736941143600 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 221299 172413 664 1374 0 219920 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 885196

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8825
/proc/meminfo: memFree=1176976/2059040 swapFree=4192956/4192956
[pid=8775] ppid=8773 vsize=885196 CPUtime=1802
/proc/8775/stat : 8775 (pbscip.linux.x8) R 8773 8775 8665 0 -1 4202496 1338986 0 0 0 179495 705 0 0 25 0 1 0 7606322 906440704 172469 1992294400 4194304 9819077 140736941143600 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8775/statm: 221299 172469 664 1374 0 219920 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 885196

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.58
CPU time (s): 1802.09
CPU user time (s): 1794.96
CPU system time (s): 7.12592
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 915432

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

runsolver used 2.92056 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-12 07:20:26
IDJOB=2665903
IDBENCH=1379
IDSOLVER=1168
FILE ID=node006/2665903-1276320026
PBS_JOBID= 11173157
Free space on /tmp= 62464 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/dbst/normalized-dbst_v30_e350_d15_mw10_2.opb.PB06.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-2665903-1276320026/watcher-2665903-1276320026 -o /tmp/evaluation-result-2665903-1276320026/solver-2665903-1276320026 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665903-1276320026.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2882e17c9be8b3b8a5ac8492f26b9dcd
RANDOM SEED=887396622

node006.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.204
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1867084 kB
Buffers:          1804 kB
Cached:          66332 kB
SwapCached:          0 kB
Active:          76776 kB
Inactive:        51136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1867084 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17624 kB
Writeback:           0 kB
AnonPages:       59832 kB
Mapped:          15392 kB
Slab:            42264 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181084 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= 62456 MiB
End job on node006 at 2010-06-12 07:50:29