Trace number 2666007

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.04 1802.53

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUM631c705feb60dcd8a1b144825a73a754
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.6336
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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-2666007-1276341571.opb>
0.89/0.90	c original problem has 18069 variables (18069 bin, 0 int, 0 impl, 0 cont) and 52475 constraints
0.89/0.90	c problem read
0.89/0.90	c No objective function, only one solution is needed.
0.89/0.91	c presolving settings loaded
1.10/1.18	c presolving:
2.20/2.29	c (round 1) 1245 del vars, 976 del conss, 347 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1024988 impls, 0 clqs
2.39/2.40	c (round 2) 1290 del vars, 3093 del conss, 372 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025120 impls, 0 clqs
2.39/2.46	c (round 3) 1313 del vars, 3138 del conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025384 impls, 0 clqs
2.49/2.52	c (round 4) 1314 del vars, 3172 del conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025486 impls, 0 clqs
2.89/2.97	c (round 5) 1314 del vars, 3191 del conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 49284 upgd conss, 1025486 impls, 0 clqs
3.09/3.14	c presolving (6 rounds):
3.09/3.14	c  1314 deleted vars, 3191 deleted constraints, 381 tightened bounds, 0 added holes, 460 changed sides, 1030 changed coefficients
3.09/3.14	c  1025486 implications, 0 cliques
3.09/3.14	c presolved problem has 16755 variables (16755 bin, 0 int, 0 impl, 0 cont) and 49284 constraints
3.09/3.14	c     920 constraints of type <knapsack>
3.09/3.14	c   48364 constraints of type <logicor>
3.09/3.14	c transformed objective value is always integral (scale: 1)
3.09/3.14	c Presolving Time: 1.76
3.09/3.14	c - non default parameters ----------------------------------------------------------------------
3.09/3.14	c # SCIP version 1.2.1.2
3.09/3.14	c 
3.09/3.14	c # frequency for displaying node information lines
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.14	c display/freq = 10000
3.09/3.14	c 
3.09/3.14	c # maximal time in seconds to run
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.14	c limits/time = 1799.1
3.09/3.14	c 
3.09/3.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.14	c limits/memory = 1620
3.09/3.14	c 
3.09/3.14	c # solving stops, if the given number of solutions were found (-1: no limit)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.14	c limits/solutions = 1
3.09/3.14	c 
3.09/3.14	c # maximal number of separation rounds per node (-1: unlimited)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 5]
3.09/3.14	c separating/maxrounds = 1
3.09/3.14	c 
3.09/3.14	c # maximal number of separation rounds in the root node (-1: unlimited)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.14	c separating/maxroundsroot = 5
3.09/3.14	c 
3.09/3.14	c # should presolving try to simplify inequalities
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.14	c constraints/linear/simplifyinequalities = TRUE
3.09/3.14	c 
3.09/3.14	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.09/3.14	c constraints/knapsack/disaggregation = FALSE
3.09/3.14	c 
3.09/3.14	c # should presolving try to simplify knapsacks
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.14	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.14	c 
3.09/3.14	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.14	c presolving/probing/maxrounds = 0
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/coefdiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/coefdiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/coefdiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 30]
3.09/3.14	c heuristics/crossover/freq = -1
3.09/3.14	c 
3.09/3.14	c # number of nodes added to the contingent of the total nodes
3.09/3.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.09/3.14	c heuristics/crossover/nodesofs = 750
3.09/3.14	c 
3.09/3.14	c # number of nodes without incumbent change that heuristic should wait
3.09/3.14	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.09/3.14	c heuristics/crossover/nwaitingnodes = 100
3.09/3.14	c 
3.09/3.14	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.09/3.14	c # [type: real, range: [0,1], default: 0.1]
3.09/3.14	c heuristics/crossover/nodesquot = 0.15
3.09/3.14	c 
3.09/3.14	c # minimum percentage of integer variables that have to be fixed 
3.09/3.14	c # [type: real, range: [0,1], default: 0.666]
3.09/3.14	c heuristics/crossover/minfixingrate = 0.5
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 20]
3.09/3.14	c heuristics/feaspump/freq = -1
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/feaspump/maxlpiterofs = 2000
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/fracdiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/fracdiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/fracdiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/guideddiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/guideddiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/guideddiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/intdiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/intshifting/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/linesearchdiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/nlp/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 20]
3.09/3.14	c heuristics/objpscostdiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to total iteration number
3.09/3.14	c # [type: real, range: [0,1], default: 0.01]
3.09/3.14	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/oneopt/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/pscostdiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/pscostdiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 0]
3.09/3.14	c heuristics/rens/freq = -1
3.09/3.14	c 
3.09/3.14	c # minimum percentage of integer variables that have to be fixable 
3.09/3.14	c # [type: real, range: [0,1], default: 0.5]
3.09/3.14	c heuristics/rens/minfixingrate = 0.3
3.09/3.14	c 
3.09/3.14	c # number of nodes added to the contingent of the total nodes
3.09/3.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.09/3.14	c heuristics/rens/nodesofs = 2000
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 20]
3.09/3.14	c heuristics/rootsoldiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.09/3.14	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/rounding/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/shifting/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/simplerounding/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 0]
3.09/3.14	c heuristics/trivial/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/trysol/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 10]
3.09/3.14	c heuristics/veclendiving/freq = -1
3.09/3.14	c 
3.09/3.14	c # maximal fraction of diving LP iterations compared to node LP iterations
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.09/3.14	c heuristics/veclendiving/maxlpiterquot = 0.075
3.09/3.14	c 
3.09/3.14	c # additional number of allowed LP iterations
3.09/3.14	c # [type: int, range: [0,2147483647], default: 1000]
3.09/3.14	c heuristics/veclendiving/maxlpiterofs = 1500
3.09/3.14	c 
3.09/3.14	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.14	c heuristics/zirounding/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 0]
3.09/3.14	c separating/cmir/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 0]
3.09/3.14	c separating/flowcover/freq = -1
3.09/3.14	c 
3.09/3.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.14	c separating/rapidlearning/freq = 0
3.09/3.14	c 
3.09/3.14	c -----------------------------------------------------------------------------------------------
3.09/3.14	c start solving
3.09/3.16	c 
4.69/4.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.69/4.78	c   3.4s|     1 |     0 |  3348 |     - | 124M|   0 |2789 |  16k|  49k|  16k|  49k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.39/11.45	c   9.7s|     1 |     0 |  4953 |     - | 125M|   0 |3230 |  16k|  49k|  16k|  49k|  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
35.48/35.56	c  33.6s|     1 |     0 |  9922 |     - | 125M|   0 |5263 |  16k|  49k|  16k|  49k| 158 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
117.15/117.25	c   115s|     1 |     0 | 21791 |     - | 126M|   0 |7667 |  16k|  49k|  16k|  49k| 267 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
271.41/271.58	c   268s|     1 |     0 | 37781 |     - | 126M|   0 |9146 |  16k|  49k|  16k|  49k| 533 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
393.08/393.28	c   389s|     1 |     0 | 51030 |     - | 126M|   0 |9991 |  16k|  49k|  16k|  49k| 631 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
746.78/747.01	c   741s|     1 |     2 | 51030 |     - | 126M|   0 |9991 |  16k|  49k|  16k|  49k| 631 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.00/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666007-1276341571/watcher-2666007-1276341571 -o /tmp/evaluation-result-2666007-1276341571/solver-2666007-1276341571 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666007-1276341571.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11393
/proc/meminfo: memFree=1864260/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=9288 CPUtime=0
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1066 0 0 0 0 0 0 0 18 0 1 0 9760765 9510912 986 1992294400 4194304 9819077 140733234065408 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11393/statm: 2322 996 371 1374 0 943 0

[startup+0.0329139 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11393
/proc/meminfo: memFree=1864260/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=12052 CPUtime=0.02
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1931 0 0 0 2 0 0 0 20 0 1 0 9760765 12341248 1851 1992294400 4194304 9819077 140733234065408 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11393/statm: 3013 1851 386 1374 0 1634 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12052

[startup+0.101921 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11393
/proc/meminfo: memFree=1864260/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=15776 CPUtime=0.09
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2869 0 0 0 8 1 0 0 20 0 1 0 9760765 16154624 2789 1992294400 4194304 9819077 140733234065408 18446744073709551615 8668208 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11393/statm: 3944 2789 386 1374 0 2565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15776

[startup+0.301943 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11393
/proc/meminfo: memFree=1864260/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=22368 CPUtime=0.29
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 4535 0 0 0 28 1 0 0 20 0 1 0 9760765 22904832 4455 1992294400 4194304 9819077 140733234065408 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11393/statm: 5592 4455 386 1374 0 4213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22368

[startup+0.700991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11393
/proc/meminfo: memFree=1864260/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=35476 CPUtime=0.69
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 7809 0 0 0 67 2 0 0 20 0 1 0 9760765 36327424 7729 1992294400 4194304 9819077 140733234065408 18446744073709551615 8585527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11393/statm: 8869 7729 386 1374 0 7490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35476

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1797044/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=110988 CPUtime=1.49
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 26490 0 0 0 138 11 0 0 23 0 1 0 9760765 113651712 26036 1992294400 4194304 9819077 140733234065408 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 27747 26036 490 1374 0 26368 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110988

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1732688/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=166276 CPUtime=3.09
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 43917 0 0 0 272 37 0 0 25 0 1 0 9760765 170266624 39599 1992294400 4194304 9819077 140733234065408 18446744073709551615 4361616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 41569 39599 561 1374 0 40190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166276

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1662628/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=238132 CPUtime=6.29
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 72089 0 0 0 571 58 0 0 25 0 1 0 9760765 243847168 51107 1992294400 4194304 9819077 140733234065408 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 59533 51107 670 1374 0 58154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 238132

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1657420/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=243060 CPUtime=12.69
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 86876 0 0 0 1182 87 0 0 25 0 1 0 9760765 248893440 52053 1992294400 4194304 9819077 140733234065408 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 60765 52053 685 1374 0 59386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243060

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1656428/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=246476 CPUtime=25.48
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 104413 0 0 0 2449 99 0 0 25 0 1 0 9760765 252391424 52450 1992294400 4194304 9819077 140733234065408 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 61619 52450 685 1374 0 60240 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 246476

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=1655932/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=248144 CPUtime=51.07
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 119730 0 0 0 4995 112 0 0 25 0 1 0 9760765 254099456 52463 1992294400 4194304 9819077 140733234065408 18446744073709551615 6054167 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 62036 52463 685 1374 0 60657 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 248144

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11396
/proc/meminfo: memFree=1649360/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=243324 CPUtime=102.26
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 182872 0 0 0 10077 149 0 0 25 0 1 0 9760765 249163776 52794 1992294400 4194304 9819077 140733234065408 18446744073709551615 7220848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 60831 52794 685 1374 0 59452 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 243324

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 11398
/proc/meminfo: memFree=1651592/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=256140 CPUtime=162.24
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 224701 0 0 0 16046 178 0 0 25 0 1 0 9760765 262287360 53767 1992294400 4194304 9819077 140733234065408 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 64035 53767 687 1374 0 62656 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 256140

[startup+222.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 11400
/proc/meminfo: memFree=1651716/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=257104 CPUtime=222.22
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 275020 0 0 0 22012 210 0 0 25 0 1 0 9760765 263274496 53549 1992294400 4194304 9819077 140733234065408 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 64276 53549 687 1374 0 62897 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 257104

[startup+282.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 11402
/proc/meminfo: memFree=1651716/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=257680 CPUtime=282.21
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 321944 0 0 0 27983 238 0 0 25 0 1 0 9760765 263864320 53443 1992294400 4194304 9819077 140733234065408 18446744073709551615 6055141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 64420 53443 687 1374 0 63041 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 257680

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11402
/proc/meminfo: memFree=1647376/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=258784 CPUtime=342.19
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 376763 0 0 0 33948 271 0 0 25 0 1 0 9760765 264994816 54661 1992294400 4194304 9819077 140733234065408 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 64696 54661 687 1374 0 63317 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 258784

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11404
/proc/meminfo: memFree=1644028/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303848 CPUtime=402.17
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 435570 0 0 0 39913 304 0 0 25 0 1 0 9760765 311140352 55519 1992294400 4194304 9819077 140733234065408 18446744073709551615 7309043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75962 55519 696 1374 0 74583 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 303848

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11406
/proc/meminfo: memFree=1643532/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303648 CPUtime=462.15
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 504903 0 0 0 45878 337 0 0 25 0 1 0 9760765 310935552 55573 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291732 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75912 55573 696 1374 0 74533 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 303648

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11408
/proc/meminfo: memFree=1643656/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303648 CPUtime=522.14
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 570325 0 0 0 51843 371 0 0 25 0 1 0 9760765 310935552 55595 1992294400 4194304 9819077 140733234065408 18446744073709551615 6699278 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75912 55595 696 1374 0 74533 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 303648

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11410
/proc/meminfo: memFree=1644772/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303648 CPUtime=582.13
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 643302 0 0 0 57804 409 0 0 25 0 1 0 9760765 310935552 55271 1992294400 4194304 9819077 140733234065408 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75912 55271 696 1374 0 74533 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 303648

[startup+642.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 11410
/proc/meminfo: memFree=1644152/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303648 CPUtime=642.12
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 712585 0 0 0 63771 441 0 0 25 0 1 0 9760765 310935552 55339 1992294400 4194304 9819077 140733234065408 18446744073709551615 7318519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75912 55339 696 1374 0 74533 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 303648

[startup+702.3 s]

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

/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1172052 0 0 0 105522 678 0 0 25 0 1 0 9760765 310833152 55788 1992294400 4194304 9819077 140733234065408 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75887 55788 703 1374 0 74508 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 303548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11424
/proc/meminfo: memFree=1643284/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303548 CPUtime=1121.97
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1241159 0 0 0 111488 709 0 0 25 0 1 0 9760765 310833152 55555 1992294400 4194304 9819077 140733234065408 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75887 55555 703 1374 0 74508 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 303548

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11426
/proc/meminfo: memFree=1643656/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=303548 CPUtime=1181.96
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1311604 0 0 0 117450 746 0 0 25 0 1 0 9760765 310833152 55497 1992294400 4194304 9819077 140733234065408 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 75887 55497 703 1374 0 74508 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 303548

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11426
/proc/meminfo: memFree=1641548/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1241.94
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1369714 0 0 0 123416 778 0 0 25 0 1 0 9760765 313487360 55953 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 55953 717 1374 0 75156 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 306140

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11428
/proc/meminfo: memFree=1639068/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1301.94
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1434199 0 0 0 129383 811 0 0 25 0 1 0 9760765 313487360 56495 1992294400 4194304 9819077 140733234065408 18446744073709551615 7296867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 56495 717 1374 0 75156 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 306140

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11430
/proc/meminfo: memFree=1641052/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1361.91
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1504290 0 0 0 135343 848 0 0 25 0 1 0 9760765 313487360 56031 1992294400 4194304 9819077 140733234065408 18446744073709551615 6697188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 56031 717 1374 0 75156 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 306140

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11432
/proc/meminfo: memFree=1640184/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1421.91
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1570639 0 0 0 141309 882 0 0 25 0 1 0 9760765 313487360 56252 1992294400 4194304 9819077 140733234065408 18446744073709551615 6192325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 56252 717 1374 0 75156 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 306140

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11434
/proc/meminfo: memFree=1641052/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1481.88
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1640937 0 0 0 147271 917 0 0 25 0 1 0 9760765 313487360 56125 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 56125 717 1374 0 75156 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 306140

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11434
/proc/meminfo: memFree=1641424/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306140 CPUtime=1541.86
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1712797 0 0 0 153233 953 0 0 25 0 1 0 9760765 313487360 55930 1992294400 4194304 9819077 140733234065408 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76535 55930 717 1374 0 75156 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 306140

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11436
/proc/meminfo: memFree=1639936/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1601.85
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1779727 0 0 0 159199 986 0 0 25 0 1 0 9760765 313724928 56386 1992294400 4194304 9819077 140733234065408 18446744073709551615 6190584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56386 717 1374 0 75214 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 306372

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11438
/proc/meminfo: memFree=1640556/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1661.83
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1849431 0 0 0 165163 1020 0 0 25 0 1 0 9760765 313724928 56161 1992294400 4194304 9819077 140733234065408 18446744073709551615 7312693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56161 717 1374 0 75214 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 306372

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11440
/proc/meminfo: memFree=1640680/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1721.81
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1915136 0 0 0 171128 1053 0 0 25 0 1 0 9760765 313724928 56182 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56182 717 1374 0 75214 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 306372

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11442
/proc/meminfo: memFree=1640804/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1781.8
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 1984854 0 0 0 177092 1088 0 0 25 0 1 0 9760765 313724928 56030 1992294400 4194304 9819077 140733234065408 18446744073709551615 6674427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56030 717 1374 0 75214 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 306372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11442
/proc/meminfo: memFree=1639688/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1800
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2001856 0 0 0 178903 1097 0 0 25 0 1 0 9760765 313724928 56278 1992294400 4194304 9819077 140733234065408 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56278 717 1374 0 75214 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 306372

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11393

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11443
/proc/meminfo: memFree=1639680/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1800.89
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2001995 0 0 0 178992 1097 0 0 25 0 1 0 9760765 313724928 56417 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56417 717 1374 0 75214 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 306372

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11443
/proc/meminfo: memFree=1638936/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306372 CPUtime=1801.69
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2002107 0 0 0 179072 1097 0 0 25 0 1 0 9760765 313724928 56529 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76593 56529 717 1374 0 75214 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 306372

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11443
/proc/meminfo: memFree=1638936/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306796 CPUtime=1801.89
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2004156 0 0 0 179091 1098 0 0 25 0 1 0 9760765 314159104 56302 1992294400 4194304 9819077 140733234065408 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76699 56302 717 1374 0 75320 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 306796

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11443
/proc/meminfo: memFree=1638936/2059040 swapFree=4158992/4192956
[pid=11393] ppid=11391 vsize=306796 CPUtime=1801.99
/proc/11393/stat : 11393 (pbscip.linux.x8) R 11391 11393 10334 0 -1 4202496 2004212 0 0 0 179101 1098 0 0 25 0 1 0 9760765 314159104 56358 1992294400 4194304 9819077 140733234065408 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11393/statm: 76699 56358 717 1374 0 75320 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 306796

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.04
CPU user time (s): 1791.03
CPU system time (s): 11.0073
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 307060

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

runsolver used 2.92755 second user time and 8.5607 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-12 13:19:31
IDJOB=2666007
IDBENCH=1493
IDSOLVER=1168
FILE ID=node006/2666007-1276341571
PBS_JOBID= 11173174
Free space on /tmp= 62472 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/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.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-2666007-1276341571/watcher-2666007-1276341571 -o /tmp/evaluation-result-2666007-1276341571/solver-2666007-1276341571 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666007-1276341571.opb -t 1800 -m 1800

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

MD5SUM BENCH= 631c705feb60dcd8a1b144825a73a754
RANDOM SEED=2031386837

node006.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1864788 kB
Buffers:          5560 kB
Cached:          96256 kB
SwapCached:       1976 kB
Active:          77660 kB
Inactive:        52068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1864788 kB
SwapTotal:     4192956 kB
SwapFree:      4158992 kB
Dirty:            7700 kB
Writeback:           0 kB
AnonPages:       25976 kB
Mapped:          14028 kB
Slab:            42652 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180864 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= 62464 MiB
End job on node006 at 2010-06-12 13:49:34