Trace number 2704163

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.09 1802.77

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
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 benchmark192.501
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2704163-1278549893.opb>
2.09/2.17	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
2.09/2.17	c problem read
2.09/2.17	c No objective function, only one solution is needed.
2.09/2.17	c presolving settings loaded
2.59/2.70	c presolving:
3.79/3.83	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
3.89/3.95	c presolving (2 rounds):
3.89/3.95	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.89/3.95	c  0 implications, 550 cliques
3.89/3.95	c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
3.89/3.95	c     550 constraints of type <setppc>
3.89/3.95	c  112614 constraints of type <logicor>
3.89/3.95	c transformed objective value is always integral (scale: 1)
3.89/3.95	c Presolving Time: 1.25
3.89/3.95	c - non default parameters ----------------------------------------------------------------------
3.89/3.95	c # SCIP version 1.2.1.3
3.89/3.95	c 
3.89/3.95	c # frequency for displaying node information lines
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 100]
3.89/3.95	c display/freq = 10000
3.89/3.95	c 
3.89/3.95	c # maximal time in seconds to run
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.95	c limits/time = 1787.84
3.89/3.95	c 
3.89/3.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.95	c limits/memory = 1620
3.89/3.95	c 
3.89/3.95	c # solving stops, if the given number of solutions were found (-1: no limit)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.95	c limits/solutions = 1
3.89/3.95	c 
3.89/3.95	c # maximal number of separation rounds per node (-1: unlimited)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 5]
3.89/3.95	c separating/maxrounds = 1
3.89/3.95	c 
3.89/3.95	c # maximal number of separation rounds in the root node (-1: unlimited)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.95	c separating/maxroundsroot = 5
3.89/3.95	c 
3.89/3.95	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.89/3.95	c # [type: int, range: [1,2], default: 1]
3.89/3.95	c timing/clocktype = 2
3.89/3.95	c 
3.89/3.95	c # should presolving try to simplify inequalities
3.89/3.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.89/3.95	c constraints/linear/simplifyinequalities = TRUE
3.89/3.95	c 
3.89/3.95	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.89/3.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.89/3.95	c constraints/indicator/addCouplingCons = TRUE
3.89/3.95	c 
3.89/3.95	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.89/3.95	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.89/3.95	c constraints/knapsack/disaggregation = FALSE
3.89/3.95	c 
3.89/3.95	c # should presolving try to simplify knapsacks
3.89/3.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.89/3.95	c constraints/knapsack/simplifyinequalities = TRUE
3.89/3.95	c 
3.89/3.95	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.95	c presolving/probing/maxrounds = 0
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/coefdiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/coefdiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/coefdiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 30]
3.89/3.95	c heuristics/crossover/freq = -1
3.89/3.95	c 
3.89/3.95	c # number of nodes added to the contingent of the total nodes
3.89/3.95	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.89/3.95	c heuristics/crossover/nodesofs = 750
3.89/3.95	c 
3.89/3.95	c # number of nodes without incumbent change that heuristic should wait
3.89/3.95	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.89/3.95	c heuristics/crossover/nwaitingnodes = 100
3.89/3.95	c 
3.89/3.95	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.89/3.95	c # [type: real, range: [0,1], default: 0.1]
3.89/3.95	c heuristics/crossover/nodesquot = 0.15
3.89/3.95	c 
3.89/3.95	c # minimum percentage of integer variables that have to be fixed 
3.89/3.95	c # [type: real, range: [0,1], default: 0.666]
3.89/3.95	c heuristics/crossover/minfixingrate = 0.5
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.95	c heuristics/feaspump/freq = -1
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/feaspump/maxlpiterofs = 2000
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/fracdiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/fracdiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/fracdiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/guideddiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/guideddiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/guideddiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/intdiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/intshifting/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/linesearchdiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/nlp/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.95	c heuristics/objpscostdiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to total iteration number
3.89/3.95	c # [type: real, range: [0,1], default: 0.01]
3.89/3.95	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/oneopt/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/pscostdiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/pscostdiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.95	c heuristics/rens/freq = -1
3.89/3.95	c 
3.89/3.95	c # minimum percentage of integer variables that have to be fixable 
3.89/3.95	c # [type: real, range: [0,1], default: 0.5]
3.89/3.95	c heuristics/rens/minfixingrate = 0.3
3.89/3.95	c 
3.89/3.95	c # number of nodes added to the contingent of the total nodes
3.89/3.95	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.89/3.95	c heuristics/rens/nodesofs = 2000
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 20]
3.89/3.95	c heuristics/rootsoldiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.89/3.95	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/rounding/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/shifting/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/simplerounding/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.95	c heuristics/trivial/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/trysol/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 10]
3.89/3.95	c heuristics/veclendiving/freq = -1
3.89/3.95	c 
3.89/3.95	c # maximal fraction of diving LP iterations compared to node LP iterations
3.89/3.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.89/3.95	c heuristics/veclendiving/maxlpiterquot = 0.075
3.89/3.95	c 
3.89/3.95	c # additional number of allowed LP iterations
3.89/3.95	c # [type: int, range: [0,2147483647], default: 1000]
3.89/3.95	c heuristics/veclendiving/maxlpiterofs = 1500
3.89/3.95	c 
3.89/3.95	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 1]
3.89/3.95	c heuristics/zirounding/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.95	c separating/cmir/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: 0]
3.89/3.95	c separating/flowcover/freq = -1
3.89/3.95	c 
3.89/3.95	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.89/3.95	c # [type: int, range: [-1,2147483647], default: -1]
3.89/3.95	c separating/rapidlearning/freq = 0
3.89/3.95	c 
3.89/3.95	c -----------------------------------------------------------------------------------------------
3.89/3.95	c start solving
3.89/3.96	c 
42.18/42.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.18/42.26	c  40.1s|     1 |     0 |  2342 |     - | 155M|   0 |1090 |1650 | 113k|1650 | 113k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
137.54/137.69	c   136s|     1 |     0 |  2516 |     - | 161M|   0 |1090 |1650 | 113k|1650 | 113k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
242.10/242.29	c   240s|     1 |     0 |  2827 |     - | 165M|   0 |1090 |1650 | 113k|1650 | 113k|   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
348.26/348.41	c   346s|     1 |     0 |  3077 |     - | 169M|   0 |1090 |1650 | 113k|1650 | 113k|   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
479.33/479.57	c   477s|     1 |     0 |  4138 |     - | 174M|   0 |1090 |1650 | 113k|1650 | 113k|   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
621.56/621.81	c   620s|     1 |     0 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1201.14/1201.61	c  1199s|     1 |     2 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |  21 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.71	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-2704163-1278549893/watcher-2704163-1278549893 -o /tmp/evaluation-result-2704163-1278549893/solver-2704163-1278549893 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704163-1278549893.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 0.99 0.91 3/106 27462
/proc/meminfo: memFree=1707776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=7904 CPUtime=0
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 1035 0 0 0 0 0 0 0 20 0 1 0 23201175 8093696 947 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 1976 956 365 1026 0 946 0

[startup+0.0907909 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 27462
/proc/meminfo: memFree=1707776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=13584 CPUtime=0.08
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 2686 0 0 0 8 0 0 0 20 0 1 0 23201175 13910016 2597 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 3396 2597 390 1026 0 2366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13584

[startup+0.101792 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 27462
/proc/meminfo: memFree=1707776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=14056 CPUtime=0.09
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 2805 0 0 0 9 0 0 0 20 0 1 0 23201175 14393344 2716 1992294400 4194304 8395647 140736504962336 18446744073709551615 7324695 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 3514 2716 390 1026 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14056

[startup+0.301826 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 27462
/proc/meminfo: memFree=1707776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=18332 CPUtime=0.29
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 3852 0 0 0 28 1 0 0 20 0 1 0 23201175 18771968 3763 1992294400 4194304 8395647 140736504962336 18446744073709551615 7324688 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 4583 3763 390 1026 0 3553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18332

[startup+0.700894 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 27462
/proc/meminfo: memFree=1707776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=27036 CPUtime=0.69
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 6029 0 0 0 67 2 0 0 20 0 1 0 23201175 27684864 5940 1992294400 4194304 8395647 140736504962336 18446744073709551615 7276386 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 6759 5940 390 1026 0 5729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27036

[startup+1.50103 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1679620/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=42996 CPUtime=1.49
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 10054 0 0 0 145 4 0 0 22 0 1 0 23201175 44027904 9965 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27462/statm: 10749 9965 390 1026 0 9719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42996

[startup+3.1013 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1656928/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=199220 CPUtime=3.09
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 49215 0 0 0 292 17 0 0 25 0 1 0 23201175 204001280 48772 1992294400 4194304 8395647 140736504962336 18446744073709551615 4327586 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 49805 48772 458 1026 0 48775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199220

[startup+6.30086 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1373960/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=365132 CPUtime=6.29
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 91609 0 0 0 597 32 0 0 25 0 1 0 23201175 373895168 84938 1992294400 4194304 8395647 140736504962336 18446744073709551615 6585820 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27462/statm: 91283 84938 635 1026 0 90253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 365132

[startup+12.7009 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1326468/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=419576 CPUtime=12.68
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 105066 0 0 0 1231 37 0 0 25 0 1 0 23201175 429645824 96818 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 104894 96818 1722 1026 0 103864 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 419576

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1287904/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=456876 CPUtime=25.48
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 116545 0 0 0 2506 42 0 0 25 0 1 0 23201175 467841024 106838 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 114219 106838 2118 1026 0 113189 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 456876

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27463
/proc/meminfo: memFree=1287160/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=456876 CPUtime=51.06
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 116703 0 0 0 5062 44 0 0 25 0 1 0 23201175 467841024 106894 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 114219 106894 2027 1026 0 113189 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 456876

[startup+102.308 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27465
/proc/meminfo: memFree=1287160/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=456876 CPUtime=102.26
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 116703 0 0 0 10171 55 0 0 25 0 1 0 23201175 467841024 106894 1992294400 4194304 8395647 140736504962336 18446744073709551615 6197334 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 114219 106894 2027 1026 0 113189 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 456876

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27467
/proc/meminfo: memFree=1272404/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=456876 CPUtime=162.23
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 120398 0 0 0 16156 67 0 0 25 0 1 0 23201175 467841024 109952 1992294400 4194304 8395647 140736504962336 18446744073709551615 6440486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 114219 109952 1405 1026 0 113189 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 456876

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27468
/proc/meminfo: memFree=1272404/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=456876 CPUtime=222.2
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 120398 0 0 0 22143 77 0 0 25 0 1 0 23201175 467841024 109952 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 114219 109952 1405 1026 0 113189 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 456876

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27469
/proc/meminfo: memFree=1264096/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=475516 CPUtime=282.19
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 122464 0 0 0 28133 86 0 0 25 0 1 0 23201175 486928384 111866 1992294400 4194304 8395647 140736504962336 18446744073709551615 6440906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 118879 111866 1263 1026 0 117849 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 475516

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27471
/proc/meminfo: memFree=1246488/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=493404 CPUtime=342.17
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 126856 0 0 0 34119 98 0 0 25 0 1 0 23201175 505245696 116134 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 123351 116134 1156 1026 0 122321 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 493404

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27473
/proc/meminfo: memFree=1246116/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=493404 CPUtime=402.14
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 126962 0 0 0 40108 106 0 0 25 0 1 0 23201175 505245696 116134 1992294400 4194304 8395647 140736504962336 18446744073709551615 6440906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 123351 116134 1050 1026 0 122321 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 493404

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27475
/proc/meminfo: memFree=1235080/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=493404 CPUtime=462.12
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 129709 0 0 0 46096 116 0 0 25 0 1 0 23201175 505245696 118771 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 123351 118771 940 1026 0 122321 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 493404

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27476
/proc/meminfo: memFree=1234956/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=493404 CPUtime=522.1
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 129745 0 0 0 52084 126 0 0 25 0 1 0 23201175 505245696 118788 1992294400 4194304 8395647 140736504962336 18446744073709551615 6440892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 123351 118788 921 1026 0 122321 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 493404

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27477
/proc/meminfo: memFree=1210776/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=582.08
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135746 0 0 0 58071 137 0 0 25 0 1 0 23201175 531619840 124789 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124789 921 1026 0 128760 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 519160

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27479
/proc/meminfo: memFree=1210652/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=642.06
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135766 0 0 0 64065 141 0 0 25 0 1 0 23201175 531619840 124791 1992294400 4194304 8395647 140736504962336 18446744073709551615 6636342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124791 905 1026 0 128760 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 519160

[startup+702.301 s]

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

/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135882 0 0 0 106024 165 0 0 25 0 1 0 23201175 531619840 124791 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124791 789 1026 0 128760 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 519160

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27501
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1121.87
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135882 0 0 0 112018 169 0 0 25 0 1 0 23201175 531619840 124791 1992294400 4194304 8395647 140736504962336 18446744073709551615 6390518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124791 789 1026 0 128760 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 519160

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27502
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1181.85
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135882 0 0 0 118012 173 0 0 25 0 1 0 23201175 531619840 124791 1992294400 4194304 8395647 140736504962336 18446744073709551615 6391396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124791 789 1026 0 128760 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 519160

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27504
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1241.83
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 124006 177 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 519160

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27506
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1301.81
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 130000 181 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6391396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 519160

[startup+1362.3 s]
/proc/loadavg: 1.07 1.00 0.91 2/107 27508
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1361.78
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 135994 184 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 519160

[startup+1422.31 s]
/proc/loadavg: 1.07 1.01 0.92 2/107 27509
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1421.77
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 141989 188 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 519160

[startup+1482.3 s]
/proc/loadavg: 1.08 1.03 0.93 2/107 27510
/proc/meminfo: memFree=1209164/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1481.74
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 147983 191 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6390464 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 519160

[startup+1542.3 s]
/proc/loadavg: 1.07 1.03 0.93 2/107 27512
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1541.71
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 153977 194 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 519160

[startup+1602.3 s]
/proc/loadavg: 1.07 1.04 0.94 2/107 27514
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1601.69
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 159973 196 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698334 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 519160

[startup+1662.3 s]
/proc/loadavg: 1.06 1.04 0.94 2/107 27516
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1661.67
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 165966 201 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 519160

[startup+1722.3 s]
/proc/loadavg: 1.02 1.03 0.94 2/107 27517
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1721.65
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 171960 205 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6635663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 519160

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 0.94 2/107 27518
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1781.63
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 177954 209 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 519160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.02 0.94 2/107 27520
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1800.03
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 179793 210 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 519160

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27462

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.02 0.94 2/107 27520
/proc/meminfo: memFree=1209288/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1800.72
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 179862 210 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6390506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 519160

[startup+1802.2 s]
/proc/loadavg: 1.00 1.02 0.94 2/108 27521
/proc/meminfo: memFree=1209280/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1801.52
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 179942 210 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 519160

[startup+1802.6 s]
/proc/loadavg: 1.00 1.02 0.94 2/108 27521
/proc/meminfo: memFree=1209280/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1801.92
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 179982 210 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 519160

[startup+1802.7 s]
/proc/loadavg: 1.00 1.02 0.94 2/108 27521
/proc/meminfo: memFree=1209280/2059040 swapFree=4151252/4192956
[pid=27462] ppid=27460 vsize=519160 CPUtime=1802.02
/proc/27462/stat : 27462 (pbscip.linux.x8) R 27460 27462 26898 0 -1 4202496 135884 0 0 0 179992 210 0 0 25 0 1 0 23201175 531619840 124793 1992294400 4194304 8395647 140736504962336 18446744073709551615 6670318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27462/statm: 129790 124793 791 1026 0 128760 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 519160

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.77
CPU time (s): 1802.09
CPU user time (s): 1799.94
CPU system time (s): 2.15667
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 519160

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

runsolver used 2.99654 second user time and 8.50271 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-08 02:44:53
IDJOB=2704163
IDBENCH=1370
IDSOLVER=1213
FILE ID=node025/2704163-1278549893
PBS_JOBID= 11239512
Free space on /tmp= 62504 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.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-2704163-1278549893/watcher-2704163-1278549893 -o /tmp/evaluation-result-2704163-1278549893/solver-2704163-1278549893 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704163-1278549893.opb -t 1800 -m 1800

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1344095921

node025.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.264
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.52
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.264
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:       1708304 kB
Buffers:         55676 kB
Cached:         197588 kB
SwapCached:       4972 kB
Active:         152424 kB
Inactive:       124288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708304 kB
SwapTotal:     4192956 kB
SwapFree:      4151252 kB
Dirty:           15960 kB
Writeback:           0 kB
AnonPages:       18540 kB
Mapped:          12416 kB
Slab:            52124 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179804 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= 62496 MiB
End job on node025 at 2010-07-08 03:14:56