Trace number 2667324

Some explanations

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

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

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

Solver answer on this benchmark

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

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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667324-1276317254.opb>
2.29/2.31	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
2.29/2.31	c problem read
2.29/2.31	c No objective function, only one solution is needed.
2.29/2.31	c presolving settings loaded
2.79/2.85	c presolving:
4.19/4.30	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
4.49/4.50	c presolving (2 rounds):
4.49/4.50	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.49/4.50	c  0 implications, 550 cliques
4.49/4.50	c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
4.49/4.50	c     550 constraints of type <setppc>
4.49/4.50	c  112614 constraints of type <logicor>
4.49/4.50	c transformed objective value is always integral (scale: 1)
4.49/4.50	c Presolving Time: 1.33
4.49/4.50	c - non default parameters ----------------------------------------------------------------------
4.49/4.50	c # SCIP version 1.2.1.2
4.49/4.50	c 
4.49/4.50	c # frequency for displaying node information lines
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 100]
4.49/4.50	c display/freq = 10000
4.49/4.50	c 
4.49/4.50	c # maximal time in seconds to run
4.49/4.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.50	c limits/time = 1797.7
4.49/4.50	c 
4.49/4.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.49/4.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.50	c limits/memory = 1620
4.49/4.50	c 
4.49/4.50	c # solving stops, if the given number of solutions were found (-1: no limit)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.50	c limits/solutions = 1
4.49/4.50	c 
4.49/4.50	c # maximal number of separation rounds per node (-1: unlimited)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 5]
4.49/4.50	c separating/maxrounds = 1
4.49/4.50	c 
4.49/4.50	c # maximal number of separation rounds in the root node (-1: unlimited)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.50	c separating/maxroundsroot = 5
4.49/4.50	c 
4.49/4.50	c # should presolving try to simplify inequalities
4.49/4.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.50	c constraints/linear/simplifyinequalities = TRUE
4.49/4.50	c 
4.49/4.50	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.49/4.50	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.49/4.50	c constraints/knapsack/disaggregation = FALSE
4.49/4.50	c 
4.49/4.50	c # should presolving try to simplify knapsacks
4.49/4.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.50	c constraints/knapsack/simplifyinequalities = TRUE
4.49/4.50	c 
4.49/4.50	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.50	c presolving/probing/maxrounds = 0
4.49/4.50	c 
4.49/4.50	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.50	c heuristics/coefdiving/freq = -1
4.49/4.50	c 
4.49/4.50	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.50	c heuristics/coefdiving/maxlpiterquot = 0.075
4.49/4.50	c 
4.49/4.50	c # additional number of allowed LP iterations
4.49/4.50	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.50	c heuristics/coefdiving/maxlpiterofs = 1500
4.49/4.50	c 
4.49/4.50	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 30]
4.49/4.50	c heuristics/crossover/freq = -1
4.49/4.50	c 
4.49/4.50	c # number of nodes added to the contingent of the total nodes
4.49/4.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.50	c heuristics/crossover/nodesofs = 750
4.49/4.50	c 
4.49/4.50	c # number of nodes without incumbent change that heuristic should wait
4.49/4.50	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.49/4.50	c heuristics/crossover/nwaitingnodes = 100
4.49/4.50	c 
4.49/4.50	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.49/4.50	c # [type: real, range: [0,1], default: 0.1]
4.49/4.50	c heuristics/crossover/nodesquot = 0.15
4.49/4.50	c 
4.49/4.50	c # minimum percentage of integer variables that have to be fixed 
4.49/4.50	c # [type: real, range: [0,1], default: 0.666]
4.49/4.50	c heuristics/crossover/minfixingrate = 0.5
4.49/4.50	c 
4.49/4.50	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.50	c heuristics/feaspump/freq = -1
4.49/4.50	c 
4.49/4.50	c # additional number of allowed LP iterations
4.49/4.50	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.50	c heuristics/feaspump/maxlpiterofs = 2000
4.49/4.50	c 
4.49/4.50	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.49/4.50	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.50	c heuristics/fracdiving/freq = -1
4.49/4.50	c 
4.49/4.50	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.50	c heuristics/fracdiving/maxlpiterquot = 0.075
4.49/4.50	c 
4.49/4.50	c # additional number of allowed LP iterations
4.49/4.50	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.50	c heuristics/fracdiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/guideddiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.51	c heuristics/guideddiving/maxlpiterquot = 0.075
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/guideddiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.51	c heuristics/intdiving/maxlpiterquot = 0.075
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/intshifting/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/linesearchdiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.51	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/nlp/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.51	c heuristics/objpscostdiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to total iteration number
4.49/4.51	c # [type: real, range: [0,1], default: 0.01]
4.49/4.51	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/oneopt/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/pscostdiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.51	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/pscostdiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.51	c heuristics/rens/freq = -1
4.49/4.51	c 
4.49/4.51	c # minimum percentage of integer variables that have to be fixable 
4.49/4.51	c # [type: real, range: [0,1], default: 0.5]
4.49/4.51	c heuristics/rens/minfixingrate = 0.3
4.49/4.51	c 
4.49/4.51	c # number of nodes added to the contingent of the total nodes
4.49/4.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.51	c heuristics/rens/nodesofs = 2000
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.51	c heuristics/rootsoldiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.49/4.51	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/rounding/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/shifting/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/simplerounding/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.51	c heuristics/trivial/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/trysol/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.51	c heuristics/veclendiving/freq = -1
4.49/4.51	c 
4.49/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.51	c heuristics/veclendiving/maxlpiterquot = 0.075
4.49/4.51	c 
4.49/4.51	c # additional number of allowed LP iterations
4.49/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.51	c heuristics/veclendiving/maxlpiterofs = 1500
4.49/4.51	c 
4.49/4.51	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.51	c heuristics/zirounding/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.51	c separating/cmir/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.51	c separating/flowcover/freq = -1
4.49/4.51	c 
4.49/4.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.49/4.51	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.51	c separating/rapidlearning/freq = 0
4.49/4.51	c 
4.49/4.51	c -----------------------------------------------------------------------------------------------
4.49/4.51	c start solving
4.49/4.51	c 
45.07/45.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.07/45.15	c  42.0s|     1 |     0 |  2342 |     - | 155M|   0 |1090 |1650 | 113k|1650 | 113k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
153.33/153.46	c   132s|     1 |     0 |  2516 |     - | 161M|   0 |1090 |1650 | 113k|1650 | 113k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
272.77/272.92	c   234s|     1 |     0 |  2827 |     - | 165M|   0 |1090 |1650 | 113k|1650 | 113k|   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
393.64/393.83	c   337s|     1 |     0 |  3077 |     - | 169M|   0 |1090 |1650 | 113k|1650 | 113k|   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
541.07/541.38	c   467s|     1 |     0 |  4138 |     - | 174M|   0 |1090 |1650 | 113k|1650 | 113k|   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
702.52/702.89	c   610s|     1 |     0 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1329.77/1330.34	c  1234s|     1 |     2 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |  21 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667324-1276317254/watcher-2667324-1276317254 -o /tmp/evaluation-result-2667324-1276317254/solver-2667324-1276317254 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667324-1276317254.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.03 1.06 1.21 3/106 8615
/proc/meminfo: memFree=1519116/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=7724 CPUtime=0
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 1020 0 0 0 0 0 0 0 18 0 1 0 7328954 7909376 939 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 1931 949 348 984 0 944 0

[startup+0.053644 s]
/proc/loadavg: 1.03 1.06 1.21 3/106 8615
/proc/meminfo: memFree=1519116/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=11184 CPUtime=0.04
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 2105 0 0 0 4 0 0 0 20 0 1 0 7328954 11452416 2024 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 2796 2024 363 984 0 1809 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11184

[startup+0.101652 s]
/proc/loadavg: 1.03 1.06 1.21 3/106 8615
/proc/meminfo: memFree=1519116/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=12376 CPUtime=0.09
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 2396 0 0 0 9 0 0 0 20 0 1 0 7328954 12673024 2315 1992294400 4194304 8223781 140733618391408 18446744073709551615 4384453 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 3094 2315 363 984 0 2107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12376

[startup+0.301689 s]
/proc/loadavg: 1.03 1.06 1.21 3/106 8615
/proc/meminfo: memFree=1519116/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=16476 CPUtime=0.3
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 3432 0 0 0 29 1 0 0 20 0 1 0 7328954 16871424 3351 1992294400 4194304 8223781 140733618391408 18446744073709551615 4907159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 4119 3351 363 984 0 3132 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16476

[startup+0.700764 s]
/proc/loadavg: 1.03 1.06 1.21 3/106 8615
/proc/meminfo: memFree=1519116/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=25196 CPUtime=0.69
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 5592 0 0 0 67 2 0 0 20 0 1 0 7328954 25800704 5511 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 6299 5511 363 984 0 5312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25196

[startup+1.50091 s]
/proc/loadavg: 1.03 1.06 1.21 2/107 8616
/proc/meminfo: memFree=1492944/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=39676 CPUtime=1.49
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 9194 0 0 0 146 3 0 0 23 0 1 0 7328954 40628224 9113 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8615/statm: 9919 9113 363 984 0 8932 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39676

[startup+3.10121 s]
/proc/loadavg: 1.03 1.06 1.21 2/107 8616
/proc/meminfo: memFree=1472608/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=183756 CPUtime=3.09
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 48639 0 0 0 286 23 0 0 25 0 1 0 7328954 188166144 44556 1992294400 4194304 8223781 140733618391408 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 45939 44556 433 984 0 44952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183756

[startup+6.3008 s]
/proc/loadavg: 1.03 1.06 1.21 2/107 8618
/proc/meminfo: memFree=1200552/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=354632 CPUtime=6.28
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 111560 0 0 0 561 67 0 0 25 0 1 0 7328954 363143168 80956 1992294400 4194304 8223781 140733618391408 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 88658 80956 525 984 0 87671 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 354632

[startup+12.701 s]
/proc/loadavg: 1.03 1.06 1.21 2/107 8618
/proc/meminfo: memFree=1182076/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=397196 CPUtime=12.68
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 119065 0 0 0 1196 72 0 0 25 0 1 0 7328954 406728704 84504 1992294400 4194304 8223781 140733618391408 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 99299 84504 530 984 0 98312 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 397196

[startup+25.5014 s]
/proc/loadavg: 1.02 1.05 1.21 2/107 8618
/proc/meminfo: memFree=1176868/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=401460 CPUtime=25.48
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 129649 0 0 0 2470 78 0 0 25 0 1 0 7328954 411095040 85755 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 100365 85755 530 984 0 99378 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 401460

[startup+51.1011 s]
/proc/loadavg: 1.01 1.05 1.20 2/107 8618
/proc/meminfo: memFree=1175504/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=404236 CPUtime=51.06
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 402159 0 0 0 4926 180 0 0 25 0 1 0 7328954 413937664 86136 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 101059 86136 539 984 0 100072 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 404236

[startup+102.309 s]
/proc/loadavg: 1.00 1.04 1.18 2/107 8620
/proc/meminfo: memFree=1175504/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=404236 CPUtime=102.25
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 2680323 0 0 0 9125 1100 0 0 25 0 1 0 7328954 413937664 86136 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 101059 86136 539 984 0 100072 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 404236

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.17 2/107 8622
/proc/meminfo: memFree=1165708/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=412088 CPUtime=162.22
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 5080203 0 0 0 14144 2078 0 0 25 0 1 0 7328954 421978112 88313 1992294400 4194304 8223781 140733618391408 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 103022 88313 554 984 0 102035 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 412088

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.16 2/107 8622
/proc/meminfo: memFree=1165708/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=412976 CPUtime=222.2
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 7659843 0 0 0 19226 2994 0 0 25 0 1 0 7328954 422887424 88535 1992294400 4194304 8223781 140733618391408 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 103244 88535 554 984 0 102257 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 412976

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/107 8624
/proc/meminfo: memFree=1154300/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=420776 CPUtime=282.17
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 9835593 0 0 0 24444 3773 0 0 25 0 1 0 7328954 430874624 91128 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 105194 91128 554 984 0 104207 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 420776

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 8626
/proc/meminfo: memFree=1154300/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=421664 CPUtime=342.15
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 12426334 0 0 0 29504 4711 0 0 25 0 1 0 7328954 431783936 91351 1992294400 4194304 8223781 140733618391408 18446744073709551615 6300092 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 105416 91351 554 984 0 104429 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 421664

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 8628
/proc/meminfo: memFree=1146984/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=427788 CPUtime=402.12
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 14678979 0 0 0 34688 5524 0 0 25 0 1 0 7328954 438054912 93038 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 106947 93050 554 984 0 105960 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 427788

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 8630
/proc/meminfo: memFree=1146984/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=427788 CPUtime=462.1
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 17267412 0 0 0 39755 6455 0 0 25 0 1 0 7328954 438054912 93173 1992294400 4194304 8223781 140733618391408 18446744073709551615 6299585 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 106947 93173 554 984 0 105960 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 427788

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 8630
/proc/meminfo: memFree=1140288/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=436192 CPUtime=522.08
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 19310368 0 0 0 45012 7196 0 0 25 0 1 0 7328954 446660608 94760 1992294400 4194304 8223781 140733618391408 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 109048 94760 554 984 0 108061 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 436192

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 8632
/proc/meminfo: memFree=1140536/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=436548 CPUtime=582.05
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 21086180 0 0 0 50362 7843 0 0 25 0 1 0 7328954 447025152 94703 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 109137 94715 554 984 0 108150 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 436548

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 8634
/proc/meminfo: memFree=1140164/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=435660 CPUtime=642.04
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 23664615 0 0 0 55414 8790 0 0 25 0 1 0 7328954 446115840 94608 1992294400 4194304 8223781 140733618391408 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 108915 94608 554 984 0 107928 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 435660

[startup+702.3 s]

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

/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24680324 0 0 0 96981 9206 0 0 25 0 1 0 7328954 456826880 94944 1992294400 4194304 8223781 140733618391408 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111530 94944 556 984 0 110543 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 446120

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 8646
/proc/meminfo: memFree=1139668/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=446120 CPUtime=1121.85
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24734160 0 0 0 102952 9233 0 0 25 0 1 0 7328954 456826880 94951 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111530 94951 556 984 0 110543 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 446120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 8648
/proc/meminfo: memFree=1139668/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=446120 CPUtime=1181.82
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24788232 0 0 0 108922 9260 0 0 25 0 1 0 7328954 456826880 94962 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111530 94962 556 984 0 110543 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 446120

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 8650
/proc/meminfo: memFree=1139296/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=446120 CPUtime=1241.8
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24838368 0 0 0 114894 9286 0 0 25 0 1 0 7328954 456826880 95009 1992294400 4194304 8223781 140733618391408 18446744073709551615 6567658 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111530 95009 556 984 0 110543 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 446120

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 8652
/proc/meminfo: memFree=1138800/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=446120 CPUtime=1301.78
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24890395 0 0 0 120864 9314 0 0 25 0 1 0 7328954 456826880 95056 1992294400 4194304 8223781 140733618391408 18446744073709551615 6570073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111530 95056 556 984 0 110543 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 446120

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 8654
/proc/meminfo: memFree=1129748/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447008 CPUtime=1361.76
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24932092 0 0 0 126841 9335 0 0 25 0 1 0 7328954 457736192 97338 1992294400 4194304 8223781 140733618391408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111752 97338 559 984 0 110765 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 447008

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 8654
/proc/meminfo: memFree=1129624/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447008 CPUtime=1421.74
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24960632 0 0 0 132823 9351 0 0 25 0 1 0 7328954 457736192 97350 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111752 97350 559 984 0 110765 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 447008

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8656
/proc/meminfo: memFree=1129748/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447008 CPUtime=1481.71
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 24994279 0 0 0 138802 9369 0 0 25 0 1 0 7328954 457736192 97300 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111752 97300 559 984 0 110765 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 447008

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8658
/proc/meminfo: memFree=1129748/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447008 CPUtime=1541.68
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25019538 0 0 0 144783 9385 0 0 25 0 1 0 7328954 457736192 97314 1992294400 4194304 8223781 140733618391408 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111752 97314 559 984 0 110765 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 447008

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8660
/proc/meminfo: memFree=1129872/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447008 CPUtime=1601.66
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25052157 0 0 0 150765 9401 0 0 25 0 1 0 7328954 457736192 97275 1992294400 4194304 8223781 140733618391408 18446744073709551615 6250718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111752 97275 559 984 0 110765 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 447008

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8671
/proc/meminfo: memFree=1134584/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1661.62
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25095874 0 0 0 156737 9425 0 0 25 0 1 0 7328954 458141696 96268 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96268 559 984 0 110864 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 447404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8671
/proc/meminfo: memFree=1132104/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1721.6
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25143406 0 0 0 162710 9450 0 0 25 0 1 0 7328954 458141696 96720 1992294400 4194304 8223781 140733618391408 18446744073709551615 6559884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96720 559 984 0 110864 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 447404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8673
/proc/meminfo: memFree=1132848/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1781.58
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25192725 0 0 0 168681 9477 0 0 25 0 1 0 7328954 458141696 96498 1992294400 4194304 8223781 140733618391408 18446744073709551615 6502686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96498 559 984 0 110864 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 447404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8673
/proc/meminfo: memFree=1136320/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1800.08
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25206776 0 0 0 170522 9486 0 0 25 0 1 0 7328954 458141696 95603 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 95603 559 984 0 110864 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 447404

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8615

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8673
/proc/meminfo: memFree=1136320/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1800.68
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25206989 0 0 0 170582 9486 0 0 25 0 1 0 7328954 458141696 95816 1992294400 4194304 8223781 140733618391408 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 95816 559 984 0 110864 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 447404

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8674
/proc/meminfo: memFree=1135072/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1801.47
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25207270 0 0 0 170661 9486 0 0 25 0 1 0 7328954 458141696 96097 1992294400 4194304 8223781 140733618391408 18446744073709551615 6562335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96097 559 984 0 110864 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 447404

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8674
/proc/meminfo: memFree=1135072/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1801.87
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25207416 0 0 0 170701 9486 0 0 25 0 1 0 7328954 458141696 96243 1992294400 4194304 8223781 140733618391408 18446744073709551615 6250680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96243 559 984 0 110864 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 447404

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8676
/proc/meminfo: memFree=1133460/2059040 swapFree=4192956/4192956
[pid=8615] ppid=8613 vsize=447404 CPUtime=1802.08
/proc/8615/stat : 8615 (pbscip.linux.x8) R 8613 8615 7009 0 -1 4202496 25207491 0 0 0 170722 9486 0 0 25 0 1 0 7328954 458141696 96318 1992294400 4194304 8223781 140733618391408 18446744073709551615 6569892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8615/statm: 111851 96318 559 984 0 110864 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 447404

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.85
CPU time (s): 1802.13
CPU user time (s): 1707.22
CPU system time (s): 94.9066
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 461564

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

runsolver used 2.90356 second user time and 8.59669 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 06:34:15
IDJOB=2667324
IDBENCH=1370
IDSOLVER=1169
FILE ID=node007/2667324-1276317254
PBS_JOBID= 11173135
Free space on /tmp= 62452 MiB

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

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1258940118

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1519644 kB
Buffers:         92088 kB
Cached:         318864 kB
SwapCached:          0 kB
Active:         184148 kB
Inactive:       286136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1519644 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10056 kB
Writeback:           0 kB
AnonPages:       59240 kB
Mapped:          15436 kB
Slab:            47440 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181952 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= 62448 MiB
End job on node007 at 2010-06-12 07:04:18