Trace number 2667405

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
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 benchmark9.10362
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667405-1276332848.opb>
1.29/1.39	c original problem has 25800 variables (25800 bin, 0 int, 0 impl, 0 cont) and 76699 constraints
1.29/1.39	c problem read
1.39/1.40	c No objective function, only one solution is needed.
1.39/1.40	c presolving settings loaded
1.69/1.79	c presolving:
3.69/3.73	c (round 1) 764 del vars, 747 del conss, 324 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2198185 impls, 0 clqs
3.89/4.00	c (round 2) 980 del vars, 2282 del conss, 473 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2200719 impls, 0 clqs
3.99/4.09	c (round 3) 980 del vars, 2469 del conss, 473 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2201507 impls, 0 clqs
4.89/4.94	c (round 4) 980 del vars, 2480 del conss, 473 chg bounds, 190 chg sides, 598 chg coeffs, 74219 upgd conss, 2201507 impls, 0 clqs
5.09/5.12	c presolving (5 rounds):
5.09/5.12	c  980 deleted vars, 2480 deleted constraints, 473 tightened bounds, 0 added holes, 190 changed sides, 598 changed coefficients
5.09/5.12	c  2201507 implications, 0 cliques
5.09/5.12	c presolved problem has 24820 variables (24820 bin, 0 int, 0 impl, 0 cont) and 74219 constraints
5.09/5.12	c     380 constraints of type <knapsack>
5.09/5.12	c   73839 constraints of type <logicor>
5.09/5.12	c transformed objective value is always integral (scale: 1)
5.09/5.12	c Presolving Time: 3.05
5.09/5.12	c - non default parameters ----------------------------------------------------------------------
5.09/5.12	c # SCIP version 1.2.1.2
5.09/5.12	c 
5.09/5.12	c # frequency for displaying node information lines
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 100]
5.09/5.12	c display/freq = 10000
5.09/5.12	c 
5.09/5.12	c # maximal time in seconds to run
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.12	c limits/time = 1798.6
5.09/5.12	c 
5.09/5.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.12	c limits/memory = 1620
5.09/5.12	c 
5.09/5.12	c # solving stops, if the given number of solutions were found (-1: no limit)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.12	c limits/solutions = 1
5.09/5.12	c 
5.09/5.12	c # maximal number of separation rounds per node (-1: unlimited)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 5]
5.09/5.12	c separating/maxrounds = 1
5.09/5.12	c 
5.09/5.12	c # maximal number of separation rounds in the root node (-1: unlimited)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.12	c separating/maxroundsroot = 5
5.09/5.12	c 
5.09/5.12	c # should presolving try to simplify inequalities
5.09/5.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.12	c constraints/linear/simplifyinequalities = TRUE
5.09/5.12	c 
5.09/5.12	c # should disaggregation of knapsack constraints be allowed in preprocessing?
5.09/5.12	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
5.09/5.12	c constraints/knapsack/disaggregation = FALSE
5.09/5.12	c 
5.09/5.12	c # should presolving try to simplify knapsacks
5.09/5.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.12	c constraints/knapsack/simplifyinequalities = TRUE
5.09/5.12	c 
5.09/5.12	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.12	c presolving/probing/maxrounds = 0
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/coefdiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/coefdiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/coefdiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 30]
5.09/5.12	c heuristics/crossover/freq = -1
5.09/5.12	c 
5.09/5.12	c # number of nodes added to the contingent of the total nodes
5.09/5.12	c # [type: longint, range: [0,9223372036854775807], default: 500]
5.09/5.12	c heuristics/crossover/nodesofs = 750
5.09/5.12	c 
5.09/5.12	c # number of nodes without incumbent change that heuristic should wait
5.09/5.12	c # [type: longint, range: [0,9223372036854775807], default: 200]
5.09/5.12	c heuristics/crossover/nwaitingnodes = 100
5.09/5.12	c 
5.09/5.12	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
5.09/5.12	c # [type: real, range: [0,1], default: 0.1]
5.09/5.12	c heuristics/crossover/nodesquot = 0.15
5.09/5.12	c 
5.09/5.12	c # minimum percentage of integer variables that have to be fixed 
5.09/5.12	c # [type: real, range: [0,1], default: 0.666]
5.09/5.12	c heuristics/crossover/minfixingrate = 0.5
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.12	c heuristics/feaspump/freq = -1
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/feaspump/maxlpiterofs = 2000
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/fracdiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/fracdiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/fracdiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/guideddiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/guideddiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/guideddiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/intdiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/intshifting/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/linesearchdiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/linesearchdiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/linesearchdiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/nlp/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.12	c heuristics/objpscostdiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to total iteration number
5.09/5.12	c # [type: real, range: [0,1], default: 0.01]
5.09/5.12	c heuristics/objpscostdiving/maxlpiterquot = 0.015
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/objpscostdiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/oneopt/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/pscostdiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/pscostdiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/pscostdiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.12	c heuristics/rens/freq = -1
5.09/5.12	c 
5.09/5.12	c # minimum percentage of integer variables that have to be fixable 
5.09/5.12	c # [type: real, range: [0,1], default: 0.5]
5.09/5.12	c heuristics/rens/minfixingrate = 0.3
5.09/5.12	c 
5.09/5.12	c # number of nodes added to the contingent of the total nodes
5.09/5.12	c # [type: longint, range: [0,9223372036854775807], default: 500]
5.09/5.12	c heuristics/rens/nodesofs = 2000
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 20]
5.09/5.12	c heuristics/rootsoldiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
5.09/5.12	c heuristics/rootsoldiving/maxlpiterquot = 0.015
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/rootsoldiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/rounding/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/shifting/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/simplerounding/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.12	c heuristics/trivial/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/trysol/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 10]
5.09/5.12	c heuristics/veclendiving/freq = -1
5.09/5.12	c 
5.09/5.12	c # maximal fraction of diving LP iterations compared to node LP iterations
5.09/5.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.09/5.12	c heuristics/veclendiving/maxlpiterquot = 0.075
5.09/5.12	c 
5.09/5.12	c # additional number of allowed LP iterations
5.09/5.12	c # [type: int, range: [0,2147483647], default: 1000]
5.09/5.12	c heuristics/veclendiving/maxlpiterofs = 1500
5.09/5.12	c 
5.09/5.12	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.12	c heuristics/zirounding/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.12	c separating/cmir/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.12	c separating/flowcover/freq = -1
5.09/5.12	c 
5.09/5.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.09/5.12	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.12	c separating/rapidlearning/freq = 0
5.09/5.12	c 
5.09/5.12	c -----------------------------------------------------------------------------------------------
5.09/5.12	c start solving
5.09/5.15	c 
16.68/16.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.68/16.71	c  14.7s|     1 |     0 |  3016 |     - | 201M|   0 |1878 |  24k|  74k|  24k|  74k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
61.66/61.71	c  58.3s|     1 |     0 |  6414 |     - | 201M|   0 |2305 |  24k|  74k|  24k|  74k|  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
87.66/87.76	c  83.4s|     1 |     0 |  9551 |     - | 202M|   0 |2750 |  24k|  74k|  24k|  74k| 120 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
133.85/133.97	c   127s|     1 |     0 | 14511 |     - | 202M|   0 |2975 |  24k|  74k|  24k|  74k| 194 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
185.33/185.45	c   178s|     1 |     0 | 21160 |     - | 203M|   0 |3429 |  24k|  74k|  24k|  74k| 277 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
220.83/220.94	c   212s|     1 |     0 | 24731 |     - | 203M|   0 |3791 |  24k|  74k|  24k|  74k| 366 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
539.33/539.52	c   529s|     1 |     2 | 24731 |     - | 203M|   0 |3791 |  24k|  74k|  24k|  74k| 366 |   0 |  31 | 0.000000e+00 |      --      |    Inf 
1800.03/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-2667405-1276332848/watcher-2667405-1276332848 -o /tmp/evaluation-result-2667405-1276332848/solver-2667405-1276332848 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667405-1276332848.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 11509
/proc/meminfo: memFree=1870796/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=7724 CPUtime=0
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1036 0 0 0 0 0 0 0 20 0 1 0 8886127 7909376 956 1992294400 4194304 8223781 140736245439328 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11509/statm: 1931 965 348 984 0 944 0

[startup+0.06276 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11509
/proc/meminfo: memFree=1870796/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=12004 CPUtime=0.05
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2216 0 0 0 5 0 0 0 20 0 1 0 8886127 12292096 2136 1992294400 4194304 8223781 140736245439328 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11509/statm: 3001 2151 363 984 0 2014 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12004

[startup+0.101762 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11509
/proc/meminfo: memFree=1870796/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=12740 CPUtime=0.09
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2479 0 0 0 8 1 0 0 20 0 1 0 8886127 13045760 2399 1992294400 4194304 8223781 140736245439328 18446744073709551615 5655439 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11509/statm: 3185 2399 363 984 0 2198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12740

[startup+0.301781 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11509
/proc/meminfo: memFree=1870796/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=20612 CPUtime=0.29
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 4463 0 0 0 28 1 0 0 20 0 1 0 8886127 21106688 4383 1992294400 4194304 8223781 140736245439328 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11509/statm: 5153 4383 363 984 0 4166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20612

[startup+0.701818 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11509
/proc/meminfo: memFree=1870796/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=33896 CPUtime=0.69
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 7772 0 0 0 66 3 0 0 20 0 1 0 8886127 34709504 7692 1992294400 4194304 8223781 140736245439328 18446744073709551615 7189546 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11509/statm: 8474 7692 363 984 0 7487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33896

[startup+1.5009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11510
/proc/meminfo: memFree=1831356/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=90528 CPUtime=1.49
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 22264 0 0 0 140 9 0 0 23 0 1 0 8886127 92700672 21797 1992294400 4194304 8223781 140736245439328 18446744073709551615 4210296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 22632 21797 380 984 0 21645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90528

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11510
/proc/meminfo: memFree=1732156/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=196288 CPUtime=3.09
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 47616 0 0 0 286 23 0 0 25 0 1 0 8886127 200998912 47114 1992294400 4194304 8223781 140736245439328 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 49072 47114 440 984 0 48085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 196288

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11510
/proc/meminfo: memFree=1594392/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=339988 CPUtime=6.29
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 92873 0 0 0 565 64 0 0 25 0 1 0 8886127 348147712 79899 1992294400 4194304 8223781 140736245439328 18446744073709551615 6612619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 84997 79899 539 984 0 84010 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 339988

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11510
/proc/meminfo: memFree=1548512/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=345700 CPUtime=12.69
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 97261 0 0 0 1201 68 0 0 25 0 1 0 8886127 353996800 80839 1992294400 4194304 8223781 140736245439328 18446744073709551615 6532702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 86425 80839 538 984 0 85438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 345700

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11512
/proc/meminfo: memFree=1538840/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=357508 CPUtime=25.48
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 256969 0 0 0 2359 189 0 0 25 0 1 0 8886127 366088192 83285 1992294400 4194304 8223781 140736245439328 18446744073709551615 5786238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 89377 83285 562 984 0 88390 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 357508

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11512
/proc/meminfo: memFree=1539584/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=359268 CPUtime=51.07
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 263019 0 0 0 4913 194 0 0 25 0 1 0 8886127 367890432 83089 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 89817 83089 564 984 0 88830 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 359268

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11514
/proc/meminfo: memFree=1536980/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=362396 CPUtime=102.27
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1064362 0 0 0 9723 504 0 0 25 0 1 0 8886127 371093504 83682 1992294400 4194304 8223781 140736245439328 18446744073709551615 6612661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 90599 83682 565 984 0 89612 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 362396

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11514
/proc/meminfo: memFree=1536112/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=363304 CPUtime=162.24
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1279437 0 0 0 15625 599 0 0 25 0 1 0 8886127 372023296 83875 1992294400 4194304 8223781 140736245439328 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 90826 83875 565 984 0 89839 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 363304

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11516
/proc/meminfo: memFree=1534624/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365172 CPUtime=222.23
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1595895 0 0 0 21499 724 0 0 25 0 1 0 8886127 373936128 84244 1992294400 4194304 8223781 140736245439328 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91293 84244 568 984 0 90306 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 365172

[startup+282.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 11518
/proc/meminfo: memFree=1534128/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365072 CPUtime=282.21
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1640375 0 0 0 27469 752 0 0 25 0 1 0 8886127 373833728 84380 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91268 84380 568 984 0 90281 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 365072

[startup+342.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 11520
/proc/meminfo: memFree=1534252/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365072 CPUtime=342.2
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1682838 0 0 0 33438 782 0 0 25 0 1 0 8886127 373833728 84048 1992294400 4194304 8223781 140736245439328 18446744073709551615 6570019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91268 84048 568 984 0 90281 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 365072

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11522
/proc/meminfo: memFree=1533632/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365312 CPUtime=402.19
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1728299 0 0 0 39407 812 0 0 25 0 1 0 8886127 374079488 84477 1992294400 4194304 8223781 140736245439328 18446744073709551615 6612619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91328 84477 568 984 0 90341 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 365312

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11531
/proc/meminfo: memFree=1535120/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365072 CPUtime=462.15
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1772697 0 0 0 45375 840 0 0 25 0 1 0 8886127 373833728 84111 1992294400 4194304 8223781 140736245439328 18446744073709551615 6537908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91268 84111 568 984 0 90281 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 365072

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11533
/proc/meminfo: memFree=1533756/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=365416 CPUtime=522.14
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1817388 0 0 0 51348 866 0 0 25 0 1 0 8886127 374185984 84435 1992294400 4194304 8223781 140736245439328 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91354 84435 568 984 0 90367 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 365416

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11535
/proc/meminfo: memFree=1533012/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=366020 CPUtime=582.12
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1861346 0 0 0 57316 896 0 0 25 0 1 0 8886127 374804480 84332 1992294400 4194304 8223781 140736245439328 18446744073709551615 6569626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91505 84332 570 984 0 90518 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 366020

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11537
/proc/meminfo: memFree=1534004/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=366012 CPUtime=642.12
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 1904798 0 0 0 63285 927 0 0 25 0 1 0 8886127 374796288 84332 1992294400 4194304 8223781 140736245439328 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91503 84332 570 984 0 90516 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 366012

[startup+702.301 s]

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

/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2211215 0 0 0 105072 1128 0 0 25 0 1 0 8886127 376553472 84898 1992294400 4194304 8223781 140736245439328 18446744073709551615 6612661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91932 84898 570 984 0 90945 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 367728

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11549
/proc/meminfo: memFree=1531772/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367724 CPUtime=1121.99
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2254715 0 0 0 111041 1158 0 0 25 0 1 0 8886127 376549376 84789 1992294400 4194304 8223781 140736245439328 18446744073709551615 6502686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91931 84789 570 984 0 90944 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 367724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11551
/proc/meminfo: memFree=1531524/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367724 CPUtime=1181.97
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2297969 0 0 0 117012 1185 0 0 25 0 1 0 8886127 376549376 84866 1992294400 4194304 8223781 140736245439328 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91931 84866 570 984 0 90944 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 367724

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11556
/proc/meminfo: memFree=1530780/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367608 CPUtime=1241.95
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2340949 0 0 0 122983 1212 0 0 25 0 1 0 8886127 376430592 84836 1992294400 4194304 8223781 140736245439328 18446744073709551615 6559362 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91902 84836 570 984 0 90915 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 367608

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11558
/proc/meminfo: memFree=1530408/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367724 CPUtime=1301.95
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2383154 0 0 0 128953 1242 0 0 25 0 1 0 8886127 376549376 84955 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91931 84955 570 984 0 90944 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 367724

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11558
/proc/meminfo: memFree=1532020/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367724 CPUtime=1361.92
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2429620 0 0 0 134918 1274 0 0 25 0 1 0 8886127 376549376 84665 1992294400 4194304 8223781 140736245439328 18446744073709551615 7304922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91931 84665 570 984 0 90944 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 367724

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11560
/proc/meminfo: memFree=1531648/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367608 CPUtime=1421.92
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2472824 0 0 0 140889 1303 0 0 25 0 1 0 8886127 376430592 84661 1992294400 4194304 8223781 140736245439328 18446744073709551615 6503932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91902 84661 570 984 0 90915 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 367608

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11562
/proc/meminfo: memFree=1531152/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=366964 CPUtime=1481.89
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2513032 0 0 0 146858 1331 0 0 25 0 1 0 8886127 375771136 84553 1992294400 4194304 8223781 140736245439328 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91741 84553 570 984 0 90754 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 366964

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11564
/proc/meminfo: memFree=1530904/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=366188 CPUtime=1541.88
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2556518 0 0 0 152827 1361 0 0 25 0 1 0 8886127 374976512 84081 1992294400 4194304 8223781 140736245439328 18446744073709551615 6592935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91547 84081 570 984 0 90560 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 366188

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11566
/proc/meminfo: memFree=1531400/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367692 CPUtime=1601.87
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2599771 0 0 0 158796 1391 0 0 25 0 1 0 8886127 376516608 84825 1992294400 4194304 8223781 140736245439328 18446744073709551615 6250729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91923 84825 570 984 0 90936 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 367692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11566
/proc/meminfo: memFree=1530532/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367832 CPUtime=1661.85
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2640863 0 0 0 164765 1420 0 0 25 0 1 0 8886127 376659968 84712 1992294400 4194304 8223781 140736245439328 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91958 84712 570 984 0 90971 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 367832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11568
/proc/meminfo: memFree=1531152/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=367532 CPUtime=1721.84
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2680055 0 0 0 170737 1447 0 0 25 0 1 0 8886127 376352768 84806 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 91883 84806 570 984 0 90896 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 367532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11570
/proc/meminfo: memFree=1526564/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=371736 CPUtime=1781.82
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2717702 0 0 0 176710 1472 0 0 25 0 1 0 8886127 380657664 85953 1992294400 4194304 8223781 140736245439328 18446744073709551615 6503938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 92934 85953 572 984 0 91947 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 371736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11570
/proc/meminfo: memFree=1526440/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=372056 CPUtime=1800.03
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2729417 0 0 0 178523 1480 0 0 25 0 1 0 8886127 380985344 85965 1992294400 4194304 8223781 140736245439328 18446744073709551615 6559634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 93014 85965 572 984 0 92027 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 372056

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11509

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 11571
/proc/meminfo: memFree=1526432/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=372056 CPUtime=1800.92
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2729423 0 0 0 178612 1480 0 0 25 0 1 0 8886127 380985344 85971 1992294400 4194304 8223781 140736245439328 18446744073709551615 6502720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 93014 85971 572 984 0 92027 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 372056

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11571
/proc/meminfo: memFree=1526308/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=372056 CPUtime=1801.72
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2730201 0 0 0 178691 1481 0 0 25 0 1 0 8886127 380985344 85979 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 93014 85979 572 984 0 92027 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 372056

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11571
/proc/meminfo: memFree=1526308/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=372056 CPUtime=1801.92
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2730203 0 0 0 178711 1481 0 0 25 0 1 0 8886127 380985344 85981 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 93014 85981 572 984 0 92027 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 372056

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11571
/proc/meminfo: memFree=1526308/2059040 swapFree=4135044/4192956
[pid=11509] ppid=11507 vsize=372056 CPUtime=1802.02
/proc/11509/stat : 11509 (pbscip.linux.x8) R 11507 11509 9294 0 -1 4202496 2730203 0 0 0 178721 1481 0 0 25 0 1 0 8886127 380985344 85981 1992294400 4194304 8223781 140736245439328 18446744073709551615 6568218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11509/statm: 93014 85981 572 984 0 92027 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 372056

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.54
CPU time (s): 1802.07
CPU user time (s): 1787.23
CPU system time (s): 14.8457
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 381064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.23
system time used= 14.8457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2730203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3299

runsolver used 2.94655 second user time and 8.5517 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 10:54:08
IDJOB=2667405
IDBENCH=1453
IDSOLVER=1169
FILE ID=node015/2667405-1276332848
PBS_JOBID= 11173155
Free space on /tmp= 62544 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667405-1276332848/watcher-2667405-1276332848 -o /tmp/evaluation-result-2667405-1276332848/solver-2667405-1276332848 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667405-1276332848.opb -t 1800 -m 1800

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=321464737

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1871324 kB
Buffers:         13740 kB
Cached:         106524 kB
SwapCached:      13948 kB
Active:         107160 kB
Inactive:        28868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1871324 kB
SwapTotal:     4192956 kB
SwapFree:      4135044 kB
Dirty:            6732 kB
Writeback:           0 kB
AnonPages:       10716 kB
Mapped:           7528 kB
Slab:            29868 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182064 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= 62540 MiB
End job on node015 at 2010-06-12 11:24:11