Trace number 2667402

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.05 1802.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
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 benchmark30.4184
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
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: 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-2667402-1276331993.opb>
0.99/1.07	c original problem has 20605 variables (20605 bin, 0 int, 0 impl, 0 cont) and 59851 constraints
0.99/1.07	c problem read
0.99/1.07	c No objective function, only one solution is needed.
0.99/1.08	c presolving settings loaded
1.39/1.41	c presolving:
2.49/2.51	c (round 1) 899 del vars, 505 del conss, 166 chg bounds, 588 chg sides, 1190 chg coeffs, 0 upgd conss, 988596 impls, 0 clqs
2.59/2.61	c (round 2) 901 del vars, 1977 del conss, 168 chg bounds, 588 chg sides, 1190 chg coeffs, 0 upgd conss, 988596 impls, 0 clqs
2.59/2.68	c (round 3) 907 del vars, 1990 del conss, 173 chg bounds, 588 chg sides, 1190 chg coeffs, 0 upgd conss, 988883 impls, 0 clqs
2.69/2.75	c (round 4) 907 del vars, 1996 del conss, 174 chg bounds, 588 chg sides, 1190 chg coeffs, 0 upgd conss, 988930 impls, 0 clqs
2.79/2.81	c (round 5) 909 del vars, 1999 del conss, 174 chg bounds, 588 chg sides, 1190 chg coeffs, 0 upgd conss, 989028 impls, 0 clqs
3.39/3.40	c (round 6) 909 del vars, 2001 del conss, 174 chg bounds, 588 chg sides, 1190 chg coeffs, 57850 upgd conss, 989028 impls, 0 clqs
3.49/3.59	c presolving (7 rounds):
3.49/3.59	c  909 deleted vars, 2001 deleted constraints, 174 tightened bounds, 0 added holes, 588 changed sides, 1190 changed coefficients
3.49/3.59	c  989028 implications, 0 cliques
3.49/3.59	c presolved problem has 19696 variables (19696 bin, 0 int, 0 impl, 0 cont) and 57850 constraints
3.49/3.59	c    1176 constraints of type <knapsack>
3.49/3.59	c   56674 constraints of type <logicor>
3.49/3.59	c transformed objective value is always integral (scale: 1)
3.49/3.59	c Presolving Time: 1.96
3.49/3.59	c - non default parameters ----------------------------------------------------------------------
3.49/3.59	c # SCIP version 1.2.1.2
3.49/3.59	c 
3.49/3.59	c # frequency for displaying node information lines
3.49/3.59	c # [type: int, range: [-1,2147483647], default: 100]
3.49/3.59	c display/freq = 10000
3.49/3.59	c 
3.49/3.59	c # maximal time in seconds to run
3.49/3.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.59	c limits/time = 1798.93
3.49/3.59	c 
3.49/3.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.49/3.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.60	c limits/memory = 1620
3.49/3.60	c 
3.49/3.60	c # solving stops, if the given number of solutions were found (-1: no limit)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.60	c limits/solutions = 1
3.49/3.60	c 
3.49/3.60	c # maximal number of separation rounds per node (-1: unlimited)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: 5]
3.49/3.60	c separating/maxrounds = 1
3.49/3.60	c 
3.49/3.60	c # maximal number of separation rounds in the root node (-1: unlimited)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.60	c separating/maxroundsroot = 5
3.49/3.60	c 
3.49/3.60	c # should presolving try to simplify inequalities
3.49/3.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.60	c constraints/linear/simplifyinequalities = TRUE
3.49/3.60	c 
3.49/3.60	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.49/3.60	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.49/3.60	c constraints/knapsack/disaggregation = FALSE
3.49/3.60	c 
3.49/3.60	c # should presolving try to simplify knapsacks
3.49/3.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.60	c constraints/knapsack/simplifyinequalities = TRUE
3.49/3.60	c 
3.49/3.60	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.60	c presolving/probing/maxrounds = 0
3.49/3.60	c 
3.49/3.60	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.60	c heuristics/coefdiving/freq = -1
3.49/3.60	c 
3.49/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.60	c heuristics/coefdiving/maxlpiterquot = 0.075
3.49/3.60	c 
3.49/3.60	c # additional number of allowed LP iterations
3.49/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.60	c heuristics/coefdiving/maxlpiterofs = 1500
3.49/3.60	c 
3.49/3.60	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: 30]
3.49/3.60	c heuristics/crossover/freq = -1
3.49/3.60	c 
3.49/3.60	c # number of nodes added to the contingent of the total nodes
3.49/3.60	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.60	c heuristics/crossover/nodesofs = 750
3.49/3.60	c 
3.49/3.60	c # number of nodes without incumbent change that heuristic should wait
3.49/3.60	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.49/3.60	c heuristics/crossover/nwaitingnodes = 100
3.49/3.60	c 
3.49/3.60	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.49/3.60	c # [type: real, range: [0,1], default: 0.1]
3.49/3.60	c heuristics/crossover/nodesquot = 0.15
3.49/3.60	c 
3.49/3.60	c # minimum percentage of integer variables that have to be fixed 
3.49/3.60	c # [type: real, range: [0,1], default: 0.666]
3.49/3.60	c heuristics/crossover/minfixingrate = 0.5
3.49/3.60	c 
3.49/3.60	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.60	c heuristics/feaspump/freq = -1
3.49/3.60	c 
3.49/3.60	c # additional number of allowed LP iterations
3.49/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.60	c heuristics/feaspump/maxlpiterofs = 2000
3.49/3.60	c 
3.49/3.60	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.49/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.60	c heuristics/fracdiving/freq = -1
3.49/3.60	c 
3.49/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.60	c heuristics/fracdiving/maxlpiterquot = 0.075
3.49/3.60	c 
3.49/3.60	c # additional number of allowed LP iterations
3.49/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.60	c heuristics/fracdiving/maxlpiterofs = 1500
3.49/3.60	c 
3.49/3.60	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/guideddiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.59/3.60	c heuristics/guideddiving/maxlpiterquot = 0.075
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/guideddiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.59/3.60	c heuristics/intdiving/maxlpiterquot = 0.075
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/intshifting/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/linesearchdiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.59/3.60	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/nlp/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 20]
3.59/3.60	c heuristics/objpscostdiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to total iteration number
3.59/3.60	c # [type: real, range: [0,1], default: 0.01]
3.59/3.60	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/oneopt/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/pscostdiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.59/3.60	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/pscostdiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 0]
3.59/3.60	c heuristics/rens/freq = -1
3.59/3.60	c 
3.59/3.60	c # minimum percentage of integer variables that have to be fixable 
3.59/3.60	c # [type: real, range: [0,1], default: 0.5]
3.59/3.60	c heuristics/rens/minfixingrate = 0.3
3.59/3.60	c 
3.59/3.60	c # number of nodes added to the contingent of the total nodes
3.59/3.60	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.59/3.60	c heuristics/rens/nodesofs = 2000
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 20]
3.59/3.60	c heuristics/rootsoldiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.59/3.60	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/rounding/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/shifting/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/simplerounding/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 0]
3.59/3.60	c heuristics/trivial/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/trysol/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 10]
3.59/3.60	c heuristics/veclendiving/freq = -1
3.59/3.60	c 
3.59/3.60	c # maximal fraction of diving LP iterations compared to node LP iterations
3.59/3.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.59/3.60	c heuristics/veclendiving/maxlpiterquot = 0.075
3.59/3.60	c 
3.59/3.60	c # additional number of allowed LP iterations
3.59/3.60	c # [type: int, range: [0,2147483647], default: 1000]
3.59/3.60	c heuristics/veclendiving/maxlpiterofs = 1500
3.59/3.60	c 
3.59/3.60	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 1]
3.59/3.60	c heuristics/zirounding/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 0]
3.59/3.60	c separating/cmir/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: 0]
3.59/3.60	c separating/flowcover/freq = -1
3.59/3.60	c 
3.59/3.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.59/3.60	c # [type: int, range: [-1,2147483647], default: -1]
3.59/3.60	c separating/rapidlearning/freq = 0
3.59/3.60	c 
3.59/3.60	c -----------------------------------------------------------------------------------------------
3.59/3.60	c start solving
3.59/3.62	c 
18.49/18.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.49/18.51	c  16.9s|     1 |     0 |  5341 |     - | 140M|   0 |3520 |  19k|  57k|  19k|  57k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
51.46/51.52	c  48.7s|     1 |     0 | 10323 |     - | 141M|   0 |4619 |  19k|  57k|  19k|  58k| 153 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
117.65/117.74	c   109s|     1 |     0 | 14612 |     - | 141M|   0 |5089 |  19k|  57k|  19k|  58k| 324 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
229.01/229.13	c   216s|     1 |     0 | 25491 |     - | 142M|   0 |5758 |  19k|  57k|  19k|  58k| 484 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
302.89/303.07	c   289s|     1 |     0 | 34105 |     - | 143M|   0 |6638 |  19k|  57k|  19k|  58k| 632 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
545.42/545.61	c   523s|     1 |     0 | 56056 |     - | 143M|   0 |7317 |  19k|  57k|  19k|  58k| 765 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
722.25/722.50	c   699s|     1 |     2 | 56056 |     - | 143M|   0 |7317 |  19k|  57k|  19k|  58k| 765 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.61	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-2667402-1276331993/watcher-2667402-1276331993 -o /tmp/evaluation-result-2667402-1276331993/solver-2667402-1276331993 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667402-1276331993.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.01 1.01 1.00 3/106 11787
/proc/meminfo: memFree=1527064/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=7724 CPUtime=0
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 6855650 7909376 957 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11787/statm: 1931 966 348 984 0 944 0

[startup+0.0522629 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 11787
/proc/meminfo: memFree=1527064/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=11120 CPUtime=0.04
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 2066 0 0 0 4 0 0 0 20 0 1 0 6855650 11386880 1985 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11787/statm: 2780 1985 363 984 0 1793 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11120

[startup+0.101267 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 11787
/proc/meminfo: memFree=1527064/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=14260 CPUtime=0.09
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 2804 0 0 0 9 0 0 0 20 0 1 0 6855650 14602240 2723 1992294400 4194304 8223781 140736009151680 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11787/statm: 3565 2734 363 984 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14260

[startup+0.301286 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 11787
/proc/meminfo: memFree=1527064/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=20644 CPUtime=0.29
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 4456 0 0 0 28 1 0 0 20 0 1 0 6855650 21139456 4375 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11787/statm: 5161 4375 363 984 0 4174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20644

[startup+0.701324 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 11787
/proc/meminfo: memFree=1527064/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=33908 CPUtime=0.69
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 7782 0 0 0 67 2 0 0 21 0 1 0 6855650 34721792 7701 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11787/statm: 8477 7701 363 984 0 7490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33908

[startup+1.5014 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 11788
/proc/meminfo: memFree=1487500/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=109708 CPUtime=1.49
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 26488 0 0 0 139 10 0 0 23 0 1 0 6855650 112340992 25948 1992294400 4194304 8223781 140736009151680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 27427 25948 444 984 0 26440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109708

[startup+3.10056 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 11788
/proc/meminfo: memFree=1393632/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=162200 CPUtime=3.09
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 41783 0 0 0 273 36 0 0 25 0 1 0 6855650 166092800 38581 1992294400 4194304 8223781 140736009151680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 40550 38581 454 984 0 39563 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162200

[startup+6.30086 s]
/proc/loadavg: 1.09 1.02 1.01 2/107 11788
/proc/meminfo: memFree=1289844/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=255824 CPUtime=6.29
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 70721 0 0 0 576 53 0 0 25 0 1 0 6855650 261963776 59643 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 63956 59643 538 984 0 62969 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 255824

[startup+12.7005 s]
/proc/loadavg: 1.08 1.02 1.00 2/107 11788
/proc/meminfo: memFree=1288976/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=257848 CPUtime=12.69
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 74661 0 0 0 1211 58 0 0 25 0 1 0 6855650 264036352 59809 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 64462 59809 538 984 0 63475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 257848

[startup+25.5017 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 11790
/proc/meminfo: memFree=1285504/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=265616 CPUtime=25.48
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 281406 0 0 0 2389 159 0 0 25 0 1 0 6855650 271990784 60701 1992294400 4194304 8223781 140736009151680 18446744073709551615 6502714 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 66404 60701 565 984 0 65417 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 265616

[startup+51.1012 s]
/proc/loadavg: 1.09 1.03 1.01 2/107 11790
/proc/meminfo: memFree=1285132/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=267184 CPUtime=51.07
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 295724 0 0 0 4935 172 0 0 25 0 1 0 6855650 273596416 60801 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 66796 60801 565 984 0 65809 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 267184

[startup+102.309 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 11792
/proc/meminfo: memFree=1284016/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=267536 CPUtime=102.26
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 1832998 0 0 0 9470 756 0 0 25 0 1 0 6855650 273956864 61016 1992294400 4194304 8223781 140736009151680 18446744073709551615 6359718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 66884 61016 565 984 0 65897 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 267536

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 11792
/proc/meminfo: memFree=1282900/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=269180 CPUtime=162.23
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 2910151 0 0 0 15059 1164 0 0 25 0 1 0 6855650 275640320 61300 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 67295 61300 565 984 0 66308 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 269180

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11794
/proc/meminfo: memFree=1282776/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=270188 CPUtime=222.22
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 2942414 0 0 0 21036 1186 0 0 25 0 1 0 6855650 276672512 61306 1992294400 4194304 8223781 140736009151680 18446744073709551615 6564660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 67547 61306 565 984 0 66560 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 270188

[startup+282.301 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 11796
/proc/meminfo: memFree=1278436/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=276048 CPUtime=282.19
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 3283985 0 0 0 26905 1314 0 0 25 0 1 0 6855650 282673152 62378 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69012 62378 565 984 0 68025 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 276048

[startup+342.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/107 11798
/proc/meminfo: memFree=1278188/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=276516 CPUtime=342.17
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 4726742 0 0 0 32350 1867 0 0 25 0 1 0 6855650 283152384 62444 1992294400 4194304 8223781 140736009151680 18446744073709551615 6300092 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69129 62444 565 984 0 68142 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 276516

[startup+402.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 11800
/proc/meminfo: memFree=1277444/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=277544 CPUtime=402.15
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5221661 0 0 0 38148 2067 0 0 25 0 1 0 6855650 284205056 62610 1992294400 4194304 8223781 140736009151680 18446744073709551615 6567951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69386 62610 565 984 0 68399 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 277544

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 11800
/proc/meminfo: memFree=1277568/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=278176 CPUtime=462.13
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5254999 0 0 0 44121 2092 0 0 25 0 1 0 6855650 284852224 62618 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69544 62618 565 984 0 68557 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 278176

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11802
/proc/meminfo: memFree=1277320/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=278552 CPUtime=522.12
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5287863 0 0 0 50095 2117 0 0 25 0 1 0 6855650 285237248 62657 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69638 62657 565 984 0 68651 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 278552

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11804
/proc/meminfo: memFree=1277444/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=278908 CPUtime=582.1
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5327396 0 0 0 56068 2142 0 0 25 0 1 0 6855650 285601792 62628 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69727 62628 568 984 0 68740 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 278908

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11806
/proc/meminfo: memFree=1277320/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279000 CPUtime=642.09
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5371985 0 0 0 62035 2174 0 0 25 0 1 0 6855650 285696000 62610 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69750 62610 568 984 0 68763 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 279000

[startup+702.302 s]

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

/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5671140 0 0 0 97829 2367 0 0 25 0 1 0 6855650 285843456 62689 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69786 62689 570 984 0 68799 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 279144

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11816
/proc/meminfo: memFree=1276204/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279144 CPUtime=1061.94
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5714668 0 0 0 103796 2398 0 0 25 0 1 0 6855650 285843456 62907 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69786 62907 570 984 0 68799 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 279144

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11818
/proc/meminfo: memFree=1275708/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279144 CPUtime=1121.93
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5759567 0 0 0 109764 2429 0 0 25 0 1 0 6855650 285843456 62931 1992294400 4194304 8223781 140736009151680 18446744073709551615 6537908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69786 62931 570 984 0 68799 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 279144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11820
/proc/meminfo: memFree=1275708/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279144 CPUtime=1181.9
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5806879 0 0 0 115734 2456 0 0 25 0 1 0 6855650 285843456 62725 1992294400 4194304 8223781 140736009151680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69786 62725 570 984 0 68799 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 279144

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11822
/proc/meminfo: memFree=1277444/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279052 CPUtime=1241.89
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5854866 0 0 0 121704 2485 0 0 25 0 1 0 6855650 285749248 62686 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69763 62686 570 984 0 68776 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 279052

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11833
/proc/meminfo: memFree=1275708/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279052 CPUtime=1301.86
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5896589 0 0 0 127675 2511 0 0 25 0 1 0 6855650 285749248 62821 1992294400 4194304 8223781 140736009151680 18446744073709551615 6502738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69763 62821 570 984 0 68776 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 279052

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11833
/proc/meminfo: memFree=1275956/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279120 CPUtime=1361.84
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5944819 0 0 0 133641 2543 0 0 25 0 1 0 6855650 285818880 62768 1992294400 4194304 8223781 140736009151680 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69780 62768 570 984 0 68793 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 279120

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11835
/proc/meminfo: memFree=1275336/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279028 CPUtime=1421.83
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 5991349 0 0 0 139610 2573 0 0 25 0 1 0 6855650 285724672 62872 1992294400 4194304 8223781 140736009151680 18446744073709551615 6564623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69757 62872 570 984 0 68770 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 279028

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11837
/proc/meminfo: memFree=1274964/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=285292 CPUtime=1481.8
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6034877 0 0 0 145579 2601 0 0 25 0 1 0 6855650 292139008 62846 1992294400 4194304 8223781 140736009151680 18446744073709551615 6590035 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 71323 62847 570 984 0 70336 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 285292

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11839
/proc/meminfo: memFree=1275088/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279028 CPUtime=1541.78
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6081092 0 0 0 151547 2631 0 0 25 0 1 0 6855650 285724672 62996 1992294400 4194304 8223781 140736009151680 18446744073709551615 6567799 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69757 62996 570 984 0 68770 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 279028

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11841
/proc/meminfo: memFree=1275708/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279028 CPUtime=1601.77
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6127259 0 0 0 157515 2662 0 0 25 0 1 0 6855650 285724672 62823 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69757 62823 570 984 0 68770 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 279028

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11841
/proc/meminfo: memFree=1276328/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=279028 CPUtime=1661.74
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6171840 0 0 0 163482 2692 0 0 25 0 1 0 6855650 285724672 62777 1992294400 4194304 8223781 140736009151680 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 69757 62777 570 984 0 68770 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 279028

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11843
/proc/meminfo: memFree=1274592/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280324 CPUtime=1721.73
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6211277 0 0 0 169456 2717 0 0 25 0 1 0 6855650 287051776 63143 1992294400 4194304 8223781 140736009151680 18446744073709551615 6250724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70081 63143 570 984 0 69094 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 280324

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11845
/proc/meminfo: memFree=1274468/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280488 CPUtime=1781.7
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6253516 0 0 0 175426 2744 0 0 25 0 1 0 6855650 287219712 63155 1992294400 4194304 8223781 140736009151680 18446744073709551615 6538084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70122 63155 570 984 0 69135 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 280488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11845
/proc/meminfo: memFree=1274220/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280488 CPUtime=1800.01
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6266459 0 0 0 177248 2753 0 0 25 0 1 0 6855650 287219712 63177 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70122 63177 570 984 0 69135 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 280488

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11787

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11845
/proc/meminfo: memFree=1274220/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280488 CPUtime=1800.79
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6267393 0 0 0 177326 2753 0 0 25 0 1 0 6855650 287219712 63250 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70122 63250 570 984 0 69135 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 280488

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11846
/proc/meminfo: memFree=1273964/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280488 CPUtime=1801.59
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6267405 0 0 0 177406 2753 0 0 25 0 1 0 6855650 287219712 63262 1992294400 4194304 8223781 140736009151680 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70122 63262 570 984 0 69135 0
Current children cumulated CPU time (s) 1801.59
Current children cumulated vsize (KiB) 280488

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11846
/proc/meminfo: memFree=1273964/2059040 swapFree=4192956/4192956
[pid=11787] ppid=11785 vsize=280488 CPUtime=1801.99
/proc/11787/stat : 11787 (pbscip.linux.x8) R 11785 11787 10335 0 -1 4202496 6267411 0 0 0 177446 2753 0 0 25 0 1 0 6855650 287219712 63268 1992294400 4194304 8223781 140736009151680 18446744073709551615 6570019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11787/statm: 70122 63268 570 984 0 69135 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 280488

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.05
CPU user time (s): 1774.48
CPU system time (s): 27.5658
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 287784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.48
system time used= 27.5658
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6267411
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= 2
involuntary context switches= 7506

runsolver used 3.04654 second user time and 8.44572 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 10:39:53
IDJOB=2667402
IDBENCH=1450
IDSOLVER=1169
FILE ID=node018/2667402-1276331993
PBS_JOBID= 11173162
Free space on /tmp= 62292 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-ooo.tag12.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-2667402-1276331993/watcher-2667402-1276331993 -o /tmp/evaluation-result-2667402-1276331993/solver-2667402-1276331993 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667402-1276331993.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6d44efaff34237725f88a3d0685c8f91
RANDOM SEED=1630757172

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1527592 kB
Buffers:        107116 kB
Cached:         280952 kB
SwapCached:          0 kB
Active:         132552 kB
Inactive:       314900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1527592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6332 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15480 kB
Slab:            62196 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179712 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= 62288 MiB
End job on node018 at 2010-06-12 11:09:56