Trace number 2665894

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.07 1802.76

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: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665894-1276317229.opb>
2.29/2.33	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
2.29/2.33	c problem read
2.29/2.33	c No objective function, only one solution is needed.
2.29/2.33	c presolving settings loaded
2.79/2.86	c presolving:
4.30/4.31	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.52	c presolving (2 rounds):
4.49/4.52	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.49/4.52	c  0 implications, 550 cliques
4.49/4.52	c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
4.49/4.52	c     550 constraints of type <setppc>
4.49/4.52	c  112614 constraints of type <logicor>
4.49/4.52	c transformed objective value is always integral (scale: 1)
4.49/4.52	c Presolving Time: 1.33
4.49/4.52	c - non default parameters ----------------------------------------------------------------------
4.49/4.52	c # SCIP version 1.2.1.2
4.49/4.52	c 
4.49/4.52	c # frequency for displaying node information lines
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 100]
4.49/4.52	c display/freq = 10000
4.49/4.52	c 
4.49/4.52	c # maximal time in seconds to run
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.52	c limits/time = 1797.67
4.49/4.52	c 
4.49/4.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.52	c limits/memory = 1620
4.49/4.52	c 
4.49/4.52	c # solving stops, if the given number of solutions were found (-1: no limit)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.52	c limits/solutions = 1
4.49/4.52	c 
4.49/4.52	c # maximal number of separation rounds per node (-1: unlimited)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 5]
4.49/4.52	c separating/maxrounds = 1
4.49/4.52	c 
4.49/4.52	c # maximal number of separation rounds in the root node (-1: unlimited)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.52	c separating/maxroundsroot = 5
4.49/4.52	c 
4.49/4.52	c # should presolving try to simplify inequalities
4.49/4.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.52	c constraints/linear/simplifyinequalities = TRUE
4.49/4.52	c 
4.49/4.52	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.49/4.52	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.49/4.52	c constraints/knapsack/disaggregation = FALSE
4.49/4.52	c 
4.49/4.52	c # should presolving try to simplify knapsacks
4.49/4.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.52	c constraints/knapsack/simplifyinequalities = TRUE
4.49/4.52	c 
4.49/4.52	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.52	c presolving/probing/maxrounds = 0
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/coefdiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/coefdiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/coefdiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 30]
4.49/4.52	c heuristics/crossover/freq = -1
4.49/4.52	c 
4.49/4.52	c # number of nodes added to the contingent of the total nodes
4.49/4.52	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.52	c heuristics/crossover/nodesofs = 750
4.49/4.52	c 
4.49/4.52	c # number of nodes without incumbent change that heuristic should wait
4.49/4.52	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.49/4.52	c heuristics/crossover/nwaitingnodes = 100
4.49/4.52	c 
4.49/4.52	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.49/4.52	c # [type: real, range: [0,1], default: 0.1]
4.49/4.52	c heuristics/crossover/nodesquot = 0.15
4.49/4.52	c 
4.49/4.52	c # minimum percentage of integer variables that have to be fixed 
4.49/4.52	c # [type: real, range: [0,1], default: 0.666]
4.49/4.52	c heuristics/crossover/minfixingrate = 0.5
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.52	c heuristics/feaspump/freq = -1
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/feaspump/maxlpiterofs = 2000
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/fracdiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/fracdiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/fracdiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/guideddiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/guideddiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/guideddiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/intdiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/intshifting/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/linesearchdiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/nlp/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.52	c heuristics/objpscostdiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to total iteration number
4.49/4.52	c # [type: real, range: [0,1], default: 0.01]
4.49/4.52	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/oneopt/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/pscostdiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/pscostdiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.52	c heuristics/rens/freq = -1
4.49/4.52	c 
4.49/4.52	c # minimum percentage of integer variables that have to be fixable 
4.49/4.52	c # [type: real, range: [0,1], default: 0.5]
4.49/4.52	c heuristics/rens/minfixingrate = 0.3
4.49/4.52	c 
4.49/4.52	c # number of nodes added to the contingent of the total nodes
4.49/4.52	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.52	c heuristics/rens/nodesofs = 2000
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.52	c heuristics/rootsoldiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.49/4.52	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/rounding/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/shifting/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/simplerounding/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.52	c heuristics/trivial/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/trysol/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.52	c heuristics/veclendiving/freq = -1
4.49/4.52	c 
4.49/4.52	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.52	c heuristics/veclendiving/maxlpiterquot = 0.075
4.49/4.52	c 
4.49/4.52	c # additional number of allowed LP iterations
4.49/4.52	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.52	c heuristics/veclendiving/maxlpiterofs = 1500
4.49/4.52	c 
4.49/4.52	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.52	c heuristics/zirounding/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.52	c separating/cmir/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.52	c separating/flowcover/freq = -1
4.49/4.52	c 
4.49/4.52	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.49/4.52	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.52	c separating/rapidlearning/freq = 0
4.49/4.52	c 
4.49/4.52	c -----------------------------------------------------------------------------------------------
4.49/4.52	c start solving
4.49/4.53	c 
14.79/14.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.79/14.89	c  11.9s|     1 |     0 |  1148 |     - | 155M|   0 |1100 |1650 | 113k|1650 | 113k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
114.83/114.97	c   112s|     1 |     0 |  3967 |     - | 161M|   0 |1100 |1650 | 113k|1650 | 113k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
218.41/218.51	c   215s|     1 |     0 |  6801 |     - | 168M|   0 |1100 |1650 | 113k|1650 | 113k|   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1469.84/1470.47	c  1462s|     1 |     0 | 43074 |     - | 174M|   0 |1094 |1650 | 113k|1650 | 113k|   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1558.02/1558.65	c  1550s|     1 |     0 | 45034 |     - | 181M|   0 |1094 |1650 | 113k|1650 | 113k|   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1653.16/1653.89	c  1645s|     1 |     0 | 47281 |     - | 188M|   0 |1094 |1650 | 113k|1650 | 113k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.02/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-2665894-1276317229/watcher-2665894-1276317229 -o /tmp/evaluation-result-2665894-1276317229/solver-2665894-1276317229 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665894-1276317229.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: 2.00 1.99 1.64 3/106 10236
/proc/meminfo: memFree=1407432/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=9288 CPUtime=0
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1076 0 0 0 0 0 0 0 17 0 1 0 7324335 9510912 997 1992294400 4194304 9819077 140736439045248 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 2322 1005 371 1374 0 943 0

[startup+0.080493 s]
/proc/loadavg: 2.00 1.99 1.64 3/106 10236
/proc/meminfo: memFree=1407432/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=13680 CPUtime=0.07
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 2348 0 0 0 7 0 0 0 17 0 1 0 7324335 14008320 2269 1992294400 4194304 9819077 140736439045248 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 3420 2269 386 1374 0 2041 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13680

[startup+0.100496 s]
/proc/loadavg: 2.00 1.99 1.64 3/106 10236
/proc/meminfo: memFree=1407432/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=13932 CPUtime=0.09
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 2414 0 0 0 9 0 0 0 17 0 1 0 7324335 14266368 2335 1992294400 4194304 9819077 140736439045248 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 3483 2335 386 1374 0 2104 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13932

[startup+0.30053 s]
/proc/loadavg: 2.00 1.99 1.64 3/106 10236
/proc/meminfo: memFree=1407432/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=18032 CPUtime=0.29
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 3449 0 0 0 28 1 0 0 17 0 1 0 7324335 18464768 3370 1992294400 4194304 9819077 140736439045248 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 4508 3370 386 1374 0 3129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18032

[startup+0.700599 s]
/proc/loadavg: 2.00 1.99 1.64 3/106 10236
/proc/meminfo: memFree=1407432/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=25916 CPUtime=0.69
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 5399 0 0 0 67 2 0 0 17 0 1 0 7324335 26537984 5320 1992294400 4194304 9819077 140736439045248 18446744073709551615 4361616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 6479 5320 386 1374 0 5100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25916

[startup+1.50073 s]
/proc/loadavg: 2.00 1.99 1.64 2/107 10237
/proc/meminfo: memFree=1381880/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=40908 CPUtime=1.49
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 9128 0 0 0 146 3 0 0 18 0 1 0 7324335 41889792 9049 1992294400 4194304 9819077 140736439045248 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 10227 9049 386 1374 0 8848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40908

[startup+3.10101 s]
/proc/loadavg: 2.00 1.99 1.64 2/107 10237
/proc/meminfo: memFree=1360676/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=185116 CPUtime=3.09
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 48582 0 0 0 286 23 0 0 21 0 1 0 7324335 189558784 44598 1992294400 4194304 9819077 140736439045248 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 46279 44598 479 1374 0 44900 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185116

[startup+6.30056 s]
/proc/loadavg: 1.92 1.98 1.63 2/107 10237
/proc/meminfo: memFree=1121852/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=363772 CPUtime=6.29
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 105794 0 0 0 565 64 0 0 25 0 1 0 7324335 372502528 78351 1992294400 4194304 9819077 140736439045248 18446744073709551615 7296163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 90943 78351 619 1374 0 89564 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 363772

[startup+12.7007 s]
/proc/loadavg: 1.85 1.96 1.63 2/107 10237
/proc/meminfo: memFree=1089364/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=410880 CPUtime=12.69
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 112306 0 0 0 1201 68 0 0 25 0 1 0 7324335 420741120 79990 1992294400 4194304 9819077 140736439045248 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 102720 79990 622 1374 0 101341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 410880

[startup+25.5009 s]
/proc/loadavg: 1.66 1.91 1.62 2/107 10239
/proc/meminfo: memFree=1078452/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=442424 CPUtime=25.49
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 138770 0 0 0 2464 85 0 0 25 0 1 0 7324335 453042176 82651 1992294400 4194304 9819077 140736439045248 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 110606 82651 651 1374 0 109227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 442424

[startup+51.1002 s]
/proc/loadavg: 1.43 1.84 1.60 2/107 10239
/proc/meminfo: memFree=1065928/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=442424 CPUtime=51.06
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 141834 0 0 0 5019 87 0 0 25 0 1 0 7324335 453042176 85715 1992294400 4194304 9819077 140736439045248 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 110606 85715 651 1374 0 109227 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 442424

[startup+102.308 s]
/proc/loadavg: 1.18 1.71 1.57 2/107 10241
/proc/meminfo: memFree=1081180/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=442424 CPUtime=102.25
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 169603 0 0 0 10123 102 0 0 25 0 1 0 7324335 453042176 81857 1992294400 4194304 9819077 140736439045248 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 110606 81857 651 1374 0 109227 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 442424

[startup+162.301 s]
/proc/loadavg: 1.07 1.57 1.53 2/107 10241
/proc/meminfo: memFree=1072500/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=448436 CPUtime=162.22
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 215147 0 0 0 16092 130 0 0 25 0 1 0 7324335 459198464 84401 1992294400 4194304 9819077 140736439045248 18446744073709551615 7308228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 112109 84401 651 1374 0 110730 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 448436

[startup+222.302 s]
/proc/loadavg: 1.02 1.47 1.49 2/107 10243
/proc/meminfo: memFree=1075600/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=448436 CPUtime=222.2
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 245520 0 0 0 22072 148 0 0 25 0 1 0 7324335 459198464 83113 1992294400 4194304 9819077 140736439045248 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 112109 83113 652 1374 0 110730 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 448436

[startup+282.301 s]
/proc/loadavg: 1.01 1.38 1.46 2/107 10245
/proc/meminfo: memFree=1050924/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=461468 CPUtime=282.18
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 277645 0 0 0 28052 166 0 0 25 0 1 0 7324335 472543232 89550 1992294400 4194304 9819077 140736439045248 18446744073709551615 6192325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 115367 89550 652 1374 0 113988 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 461468

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.43 2/107 10247
/proc/meminfo: memFree=1061464/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=472988 CPUtime=342.15
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 310360 0 0 0 34033 182 0 0 25 0 1 0 7324335 484339712 86972 1992294400 4194304 9819077 140736439045248 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118247 86972 652 1374 0 116868 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 472988

[startup+402.301 s]
/proc/loadavg: 1.00 1.25 1.40 2/107 10249
/proc/meminfo: memFree=1050304/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=474140 CPUtime=402.13
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 347403 0 0 0 40011 202 0 0 25 0 1 0 7324335 485519360 89629 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118535 89629 652 1374 0 117156 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 474140

[startup+462.301 s]
/proc/loadavg: 1.00 1.20 1.37 2/107 10249
/proc/meminfo: memFree=1049932/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=474840 CPUtime=462.11
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 382248 0 0 0 45992 219 0 0 25 0 1 0 7324335 486236160 89695 1992294400 4194304 9819077 140736439045248 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118710 89695 652 1374 0 117331 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 474840

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.34 2/107 10251
/proc/meminfo: memFree=1050552/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=475648 CPUtime=522.09
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 417370 0 0 0 51973 236 0 0 25 0 1 0 7324335 487063552 89541 1992294400 4194304 9819077 140736439045248 18446744073709551615 6192320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118912 89541 652 1374 0 117533 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 475648

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.32 2/107 10253
/proc/meminfo: memFree=1059976/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=475164 CPUtime=582.06
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 460678 0 0 0 57949 257 0 0 25 0 1 0 7324335 486567936 87416 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198362 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118791 87416 652 1374 0 117412 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 475164

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.30 2/107 10255
/proc/meminfo: memFree=1051916/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=475196 CPUtime=642.05
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 506336 0 0 0 63926 279 0 0 25 0 1 0 7324335 486600704 89184 1992294400 4194304 9819077 140736439045248 18446744073709551615 6192350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 118799 89184 652 1374 0 117420 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 475196

[startup+702.301 s]

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

/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 762886 0 0 0 105786 403 0 0 25 0 1 0 7324335 477949952 87433 1992294400 4194304 9819077 140736439045248 18446744073709551615 6192313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 116687 87433 652 1374 0 115308 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 466748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 10267
/proc/meminfo: memFree=1052288/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=464892 CPUtime=1121.87
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 806952 0 0 0 111763 424 0 0 25 0 1 0 7324335 476049408 89007 1992294400 4194304 9819077 140736439045248 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 116223 89007 652 1374 0 114844 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 464892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 10269
/proc/meminfo: memFree=1053032/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=463448 CPUtime=1181.85
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 839929 0 0 0 117745 440 0 0 25 0 1 0 7324335 474570752 88816 1992294400 4194304 9819077 140736439045248 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 115862 88816 652 1374 0 114483 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 463448

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 10271
/proc/meminfo: memFree=1049932/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=462524 CPUtime=1241.82
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 863218 0 0 0 123729 453 0 0 25 0 1 0 7324335 473624576 89544 1992294400 4194304 9819077 140736439045248 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 115631 89544 652 1374 0 114252 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 462524

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 10273
/proc/meminfo: memFree=1058612/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=460096 CPUtime=1301.81
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 903889 0 0 0 129710 471 0 0 25 0 1 0 7324335 471138304 87342 1992294400 4194304 9819077 140736439045248 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 115024 87342 652 1374 0 113645 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 460096

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 10273
/proc/meminfo: memFree=1067044/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=458148 CPUtime=1361.78
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 934375 0 0 0 135691 487 0 0 25 0 1 0 7324335 469143552 85283 1992294400 4194304 9819077 140736439045248 18446744073709551615 7291120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 114537 85283 652 1374 0 113158 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 458148

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 10275
/proc/meminfo: memFree=1054644/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=456348 CPUtime=1421.76
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 968507 0 0 0 141673 503 0 0 25 0 1 0 7324335 467300352 88307 1992294400 4194304 9819077 140736439045248 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 114087 88307 652 1374 0 112708 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 456348

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 10277
/proc/meminfo: memFree=1067540/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=454360 CPUtime=1481.74
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 997084 0 0 0 147650 524 0 0 25 0 1 0 7324335 465264640 84954 1992294400 4194304 9819077 140736439045248 18446744073709551615 6032221 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 113590 84954 652 1374 0 112211 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 454360

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 10279
/proc/meminfo: memFree=1045220/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=461656 CPUtime=1541.72
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1028516 0 0 0 153632 540 0 0 25 0 1 0 7324335 472735744 90650 1992294400 4194304 9819077 140736439045248 18446744073709551615 7480977 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 115414 90650 652 1374 0 114035 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 461656

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 10281
/proc/meminfo: memFree=1039764/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=468900 CPUtime=1601.69
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1065385 0 0 0 159605 564 0 0 25 0 1 0 7324335 480153600 92039 1992294400 4194304 9819077 140736439045248 18446744073709551615 7312693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 117225 92039 652 1374 0 115846 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 468900

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 10290
/proc/meminfo: memFree=1027984/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=597124 CPUtime=1661.66
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1113455 0 0 0 165580 586 0 0 25 0 1 0 7324335 611454976 95113 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198716 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 149281 95113 661 1374 0 147902 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 597124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 10292
/proc/meminfo: memFree=1036788/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1721.63
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1134820 0 0 0 171567 596 0 0 25 0 1 0 7324335 610070528 92818 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 92818 661 1374 0 147564 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 595772

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 10294
/proc/meminfo: memFree=1039268/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1781.61
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1189240 0 0 0 177540 621 0 0 25 0 1 0 7324335 610070528 92079 1992294400 4194304 9819077 140736439045248 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 92079 661 1374 0 147564 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 595772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 10294
/proc/meminfo: memFree=1035796/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1800.02
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1190119 0 0 0 179380 622 0 0 25 0 1 0 7324335 610070528 92958 1992294400 4194304 9819077 140736439045248 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 92958 661 1374 0 147564 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 595772

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10236

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 10294
/proc/meminfo: memFree=1035796/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1800.71
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1190153 0 0 0 179449 622 0 0 25 0 1 0 7324335 610070528 92992 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 92992 661 1374 0 147564 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 595772

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 10295
/proc/meminfo: memFree=1035540/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1801.51
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1190209 0 0 0 179529 622 0 0 25 0 1 0 7324335 610070528 93048 1992294400 4194304 9819077 140736439045248 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 93048 661 1374 0 147564 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 595772

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 10295
/proc/meminfo: memFree=1035540/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1801.91
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1190233 0 0 0 179569 622 0 0 25 0 1 0 7324335 610070528 93072 1992294400 4194304 9819077 140736439045248 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 93072 661 1374 0 147564 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 595772

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 10295
/proc/meminfo: memFree=1035540/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=595772 CPUtime=1802.01
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 8944 0 -1 4202496 1190240 0 0 0 179579 622 0 0 25 0 1 0 7324335 610070528 93079 1992294400 4194304 9819077 140736439045248 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 148943 93084 661 1374 0 147564 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 595772

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.76
CPU time (s): 1802.07
CPU user time (s): 1795.81
CPU system time (s): 6.25905
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 597124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.81
system time used= 6.25905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1190245
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= 1
involuntary context switches= 6893

runsolver used 2.87756 second user time and 8.62369 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 06:33:50
IDJOB=2665894
IDBENCH=1370
IDSOLVER=1168
FILE ID=node014/2665894-1276317229
PBS_JOBID= 11173139
Free space on /tmp= 62460 MiB

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

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=2002272462

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1407960 kB
Buffers:         97008 kB
Cached:         410660 kB
SwapCached:          0 kB
Active:         194012 kB
Inactive:       373488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1407960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11660 kB
Writeback:           0 kB
AnonPages:       59832 kB
Mapped:          15376 kB
Slab:            61860 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183812 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= 62452 MiB
End job on node014 at 2010-06-12 07:03:52