Trace number 2667403

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.14 1802.86

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
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 benchmark52.8
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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-2667403-1276332550.opb>
1.99/2.09	c original problem has 40605 variables (40605 bin, 0 int, 0 impl, 0 cont) and 118930 constraints
1.99/2.09	c problem read
2.10/2.10	c No objective function, only one solution is needed.
2.10/2.10	c presolving settings loaded
2.69/2.74	c presolving:
4.99/5.01	c (round 1) 1399 del vars, 790 del conss, 261 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
5.19/5.20	c (round 2) 1401 del vars, 3076 del conss, 263 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
5.29/5.33	c (round 3) 1407 del vars, 3089 del conss, 268 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1977053 impls, 0 clqs
6.49/6.58	c (round 4) 1408 del vars, 3099 del conss, 269 chg bounds, 870 chg sides, 1758 chg coeffs, 115830 upgd conss, 1977176 impls, 0 clqs
6.89/6.94	c presolving (5 rounds):
6.89/6.94	c  1409 deleted vars, 3100 deleted constraints, 269 tightened bounds, 0 added holes, 870 changed sides, 1758 changed coefficients
6.89/6.94	c  1977176 implications, 0 cliques
6.89/6.94	c presolved problem has 39196 variables (39196 bin, 0 int, 0 impl, 0 cont) and 115830 constraints
6.89/6.94	c    1740 constraints of type <knapsack>
6.89/6.94	c  114090 constraints of type <logicor>
6.89/6.94	c transformed objective value is always integral (scale: 1)
6.89/6.94	c Presolving Time: 3.83
6.89/6.94	c - non default parameters ----------------------------------------------------------------------
6.89/6.94	c # SCIP version 1.2.1.2
6.89/6.94	c 
6.89/6.94	c # frequency for displaying node information lines
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 100]
6.89/6.94	c display/freq = 10000
6.89/6.94	c 
6.89/6.94	c # maximal time in seconds to run
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.89/6.94	c limits/time = 1797.9
6.89/6.94	c 
6.89/6.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.89/6.94	c limits/memory = 1620
6.89/6.94	c 
6.89/6.94	c # solving stops, if the given number of solutions were found (-1: no limit)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: -1]
6.89/6.94	c limits/solutions = 1
6.89/6.94	c 
6.89/6.94	c # maximal number of separation rounds per node (-1: unlimited)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 5]
6.89/6.94	c separating/maxrounds = 1
6.89/6.94	c 
6.89/6.94	c # maximal number of separation rounds in the root node (-1: unlimited)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: -1]
6.89/6.94	c separating/maxroundsroot = 5
6.89/6.94	c 
6.89/6.94	c # should presolving try to simplify inequalities
6.89/6.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.89/6.94	c constraints/linear/simplifyinequalities = TRUE
6.89/6.94	c 
6.89/6.94	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.89/6.94	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.89/6.94	c constraints/knapsack/disaggregation = FALSE
6.89/6.94	c 
6.89/6.94	c # should presolving try to simplify knapsacks
6.89/6.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.89/6.94	c constraints/knapsack/simplifyinequalities = TRUE
6.89/6.94	c 
6.89/6.94	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: -1]
6.89/6.94	c presolving/probing/maxrounds = 0
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.94	c heuristics/coefdiving/freq = -1
6.89/6.94	c 
6.89/6.94	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.94	c heuristics/coefdiving/maxlpiterquot = 0.075
6.89/6.94	c 
6.89/6.94	c # additional number of allowed LP iterations
6.89/6.94	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.94	c heuristics/coefdiving/maxlpiterofs = 1500
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 30]
6.89/6.94	c heuristics/crossover/freq = -1
6.89/6.94	c 
6.89/6.94	c # number of nodes added to the contingent of the total nodes
6.89/6.94	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.89/6.94	c heuristics/crossover/nodesofs = 750
6.89/6.94	c 
6.89/6.94	c # number of nodes without incumbent change that heuristic should wait
6.89/6.94	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.89/6.94	c heuristics/crossover/nwaitingnodes = 100
6.89/6.94	c 
6.89/6.94	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.89/6.94	c # [type: real, range: [0,1], default: 0.1]
6.89/6.94	c heuristics/crossover/nodesquot = 0.15
6.89/6.94	c 
6.89/6.94	c # minimum percentage of integer variables that have to be fixed 
6.89/6.94	c # [type: real, range: [0,1], default: 0.666]
6.89/6.94	c heuristics/crossover/minfixingrate = 0.5
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 20]
6.89/6.94	c heuristics/feaspump/freq = -1
6.89/6.94	c 
6.89/6.94	c # additional number of allowed LP iterations
6.89/6.94	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.94	c heuristics/feaspump/maxlpiterofs = 2000
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.94	c heuristics/fracdiving/freq = -1
6.89/6.94	c 
6.89/6.94	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.94	c heuristics/fracdiving/maxlpiterquot = 0.075
6.89/6.94	c 
6.89/6.94	c # additional number of allowed LP iterations
6.89/6.94	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.94	c heuristics/fracdiving/maxlpiterofs = 1500
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.94	c heuristics/guideddiving/freq = -1
6.89/6.94	c 
6.89/6.94	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.94	c heuristics/guideddiving/maxlpiterquot = 0.075
6.89/6.94	c 
6.89/6.94	c # additional number of allowed LP iterations
6.89/6.94	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.94	c heuristics/guideddiving/maxlpiterofs = 1500
6.89/6.94	c 
6.89/6.94	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.94	c heuristics/intdiving/maxlpiterquot = 0.075
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.89/6.94	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.94	c heuristics/intshifting/freq = -1
6.89/6.94	c 
6.89/6.94	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.95	c heuristics/linesearchdiving/freq = -1
6.89/6.95	c 
6.89/6.95	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.95	c heuristics/linesearchdiving/maxlpiterquot = 0.075
6.89/6.95	c 
6.89/6.95	c # additional number of allowed LP iterations
6.89/6.95	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.95	c heuristics/linesearchdiving/maxlpiterofs = 1500
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/nlp/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 20]
6.89/6.95	c heuristics/objpscostdiving/freq = -1
6.89/6.95	c 
6.89/6.95	c # maximal fraction of diving LP iterations compared to total iteration number
6.89/6.95	c # [type: real, range: [0,1], default: 0.01]
6.89/6.95	c heuristics/objpscostdiving/maxlpiterquot = 0.015
6.89/6.95	c 
6.89/6.95	c # additional number of allowed LP iterations
6.89/6.95	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.95	c heuristics/objpscostdiving/maxlpiterofs = 1500
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/oneopt/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.95	c heuristics/pscostdiving/freq = -1
6.89/6.95	c 
6.89/6.95	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.95	c heuristics/pscostdiving/maxlpiterquot = 0.075
6.89/6.95	c 
6.89/6.95	c # additional number of allowed LP iterations
6.89/6.95	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.95	c heuristics/pscostdiving/maxlpiterofs = 1500
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 0]
6.89/6.95	c heuristics/rens/freq = -1
6.89/6.95	c 
6.89/6.95	c # minimum percentage of integer variables that have to be fixable 
6.89/6.95	c # [type: real, range: [0,1], default: 0.5]
6.89/6.95	c heuristics/rens/minfixingrate = 0.3
6.89/6.95	c 
6.89/6.95	c # number of nodes added to the contingent of the total nodes
6.89/6.95	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.89/6.95	c heuristics/rens/nodesofs = 2000
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 20]
6.89/6.95	c heuristics/rootsoldiving/freq = -1
6.89/6.95	c 
6.89/6.95	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.89/6.95	c heuristics/rootsoldiving/maxlpiterquot = 0.015
6.89/6.95	c 
6.89/6.95	c # additional number of allowed LP iterations
6.89/6.95	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.95	c heuristics/rootsoldiving/maxlpiterofs = 1500
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/rounding/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.95	c heuristics/shifting/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/simplerounding/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 0]
6.89/6.95	c heuristics/trivial/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/trysol/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 10]
6.89/6.95	c heuristics/veclendiving/freq = -1
6.89/6.95	c 
6.89/6.95	c # maximal fraction of diving LP iterations compared to node LP iterations
6.89/6.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.89/6.95	c heuristics/veclendiving/maxlpiterquot = 0.075
6.89/6.95	c 
6.89/6.95	c # additional number of allowed LP iterations
6.89/6.95	c # [type: int, range: [0,2147483647], default: 1000]
6.89/6.95	c heuristics/veclendiving/maxlpiterofs = 1500
6.89/6.95	c 
6.89/6.95	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 1]
6.89/6.95	c heuristics/zirounding/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 0]
6.89/6.95	c separating/cmir/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: 0]
6.89/6.95	c separating/flowcover/freq = -1
6.89/6.95	c 
6.89/6.95	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.89/6.95	c # [type: int, range: [-1,2147483647], default: -1]
6.89/6.95	c separating/rapidlearning/freq = 0
6.89/6.95	c 
6.89/6.95	c -----------------------------------------------------------------------------------------------
6.89/6.95	c start solving
6.89/6.99	c 
102.04/102.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.04/102.13	c  98.8s|     1 |     0 | 12140 |     - | 280M|   0 |7534 |  39k| 115k|  39k| 115k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
273.47/273.64	c   265s|     1 |     0 | 23628 |     - | 280M|   0 |8725 |  39k| 115k|  39k| 115k| 114 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
520.88/521.11	c   507s|     1 |     0 | 37695 |     - | 281M|   0 |  10k|  39k| 115k|  39k| 116k| 246 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
862.54/862.94	c   846s|     1 |     0 | 58849 |     - | 281M|   0 |  12k|  39k| 115k|  39k| 116k| 424 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1287.48/1288.00	c  1267s|     1 |     0 | 82038 |     - | 282M|   0 |  14k|  39k| 115k|  39k| 116k| 564 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667403-1276332550/watcher-2667403-1276332550 -o /tmp/evaluation-result-2667403-1276332550/solver-2667403-1276332550 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667403-1276332550.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 9916
/proc/meminfo: memFree=1497028/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=7724 CPUtime=0
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 1039 0 0 0 0 0 0 0 21 0 1 0 8858522 7909376 960 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 1931 969 348 984 0 944 0

[startup+0.0282849 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9916
/proc/meminfo: memFree=1497028/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=9756 CPUtime=0.02
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 1728 0 0 0 2 0 0 0 21 0 1 0 8858522 9990144 1648 1992294400 4194304 8223781 140736734611680 18446744073709551615 7210435 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 2439 1648 363 984 0 1452 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9756

[startup+0.100299 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9916
/proc/meminfo: memFree=1497028/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=14260 CPUtime=0.09
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 2649 0 0 0 8 1 0 0 21 0 1 0 8858522 14602240 2569 1992294400 4194304 8223781 140736734611680 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 3565 2581 363 984 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14260

[startup+0.300335 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9916
/proc/meminfo: memFree=1497028/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=20840 CPUtime=0.29
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4504 0 0 0 28 1 0 0 21 0 1 0 8858522 21340160 4424 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 5210 4424 363 984 0 4223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20840

[startup+0.700409 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9916
/proc/meminfo: memFree=1497028/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=33908 CPUtime=0.69
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 7783 0 0 0 66 3 0 0 22 0 1 0 8858522 34721792 7703 1992294400 4194304 8223781 140736734611680 18446744073709551615 4525452 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 8477 7703 363 984 0 7490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33908

[startup+1.50056 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9917
/proc/meminfo: memFree=1457340/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=61568 CPUtime=1.49
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 14658 0 0 0 143 6 0 0 25 0 1 0 8858522 63045632 14578 1992294400 4194304 8223781 140736734611680 18446744073709551615 6207514 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9916/statm: 15392 14578 363 984 0 14405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61568

[startup+3.10085 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9917
/proc/meminfo: memFree=1421504/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=213448 CPUtime=3.09
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 51640 0 0 0 288 21 0 0 25 0 1 0 8858522 218570752 51176 1992294400 4194304 8223781 140736734611680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 53362 51176 444 984 0 52375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213448

[startup+6.30044 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9917
/proc/meminfo: memFree=1234512/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=318620 CPUtime=6.29
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 81338 0 0 0 559 70 0 0 25 0 1 0 8858522 326266880 76421 1992294400 4194304 8223781 140736734611680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 79655 76421 454 984 0 78668 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 318620

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9919
/proc/meminfo: memFree=1061904/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=468496 CPUtime=12.69
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 132141 0 0 0 1174 95 0 0 25 0 1 0 8858522 479739904 108917 1992294400 4194304 8223781 140736734611680 18446744073709551615 6567729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 117124 108917 538 984 0 116137 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 468496

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9919
/proc/meminfo: memFree=1061036/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=471280 CPUtime=25.48
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 137189 0 0 0 2449 99 0 0 25 0 1 0 8858522 482590720 109145 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 117820 109145 538 984 0 116833 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 471280

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9919
/proc/meminfo: memFree=1060044/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=474064 CPUtime=51.06
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 148656 0 0 0 4997 109 0 0 25 0 1 0 8858522 485441536 109375 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 118516 109375 538 984 0 117529 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 474064

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9921
/proc/meminfo: memFree=1061904/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=476064 CPUtime=102.24
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 180579 0 0 0 10095 129 0 0 25 0 1 0 8858522 487489536 109018 1992294400 4194304 8223781 140736734611680 18446744073709551615 6299978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 119016 109018 549 984 0 118029 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 476064

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9923
/proc/meminfo: memFree=1053100/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=490132 CPUtime=162.22
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 1181473 0 0 0 15641 581 0 0 25 0 1 0 8858522 501895168 111097 1992294400 4194304 8223781 140736734611680 18446744073709551615 6564834 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 122533 111097 565 984 0 121546 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 490132

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9923
/proc/meminfo: memFree=1052728/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=491404 CPUtime=222.19
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 1208297 0 0 0 21619 600 0 0 25 0 1 0 8858522 503197696 111175 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 122851 111175 565 984 0 121864 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 491404

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9925
/proc/meminfo: memFree=1052108/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=492736 CPUtime=282.17
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 1656149 0 0 0 27443 774 0 0 25 0 1 0 8858522 504561664 111302 1992294400 4194304 8223781 140736734611680 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 123184 111302 565 984 0 122197 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 492736

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9927
/proc/meminfo: memFree=1050000/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=494020 CPUtime=342.15
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 2500125 0 0 0 33120 1095 0 0 25 0 1 0 8858522 505876480 111825 1992294400 4194304 8223781 140736734611680 18446744073709551615 6559356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 123505 111825 565 984 0 122518 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 494020

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9929
/proc/meminfo: memFree=1050000/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=494452 CPUtime=402.13
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 2531422 0 0 0 39099 1114 0 0 25 0 1 0 8858522 506318848 111809 1992294400 4194304 8223781 140736734611680 18446744073709551615 6502677 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 123613 111809 565 984 0 122626 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 494452

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9931
/proc/meminfo: memFree=1049876/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=494940 CPUtime=462.1
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 2560249 0 0 0 45077 1133 0 0 25 0 1 0 8858522 506818560 111833 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 123735 111833 565 984 0 122748 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 494940

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9931
/proc/meminfo: memFree=1049752/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=495672 CPUtime=522.07
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 2643677 0 0 0 51036 1171 0 0 25 0 1 0 8858522 507568128 111840 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 123918 111851 565 984 0 122931 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 495672

[startup+582.301 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 9933
/proc/meminfo: memFree=1048140/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=496444 CPUtime=582.05
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 3163320 0 0 0 56828 1377 0 0 25 0 1 0 8858522 508358656 112261 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 124111 112261 565 984 0 123124 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 496444

[startup+642.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/107 9935
/proc/meminfo: memFree=1048016/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=496900 CPUtime=642.04
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 3190052 0 0 0 62809 1395 0 0 25 0 1 0 8858522 508825600 112287 1992294400 4194304 8223781 140736734611680 18446744073709551615 6612569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 124225 112287 565 984 0 123238 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 496900

[startup+702.301 s]

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

/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4149539 0 0 0 104372 1814 0 0 25 0 1 0 8858522 512552960 112518 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125135 112518 565 984 0 124148 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 500540

[startup+1122.3 s]
/proc/loadavg: 1.13 1.07 1.01 2/107 9956
/proc/meminfo: memFree=1046156/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=500684 CPUtime=1121.84
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4175595 0 0 0 110353 1831 0 0 25 0 1 0 8858522 512700416 112533 1992294400 4194304 8223781 140736734611680 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125171 112533 565 984 0 124184 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 500684

[startup+1182.3 s]
/proc/loadavg: 1.12 1.07 1.01 2/107 9958
/proc/meminfo: memFree=1046032/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=500948 CPUtime=1181.81
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4202467 0 0 0 116333 1848 0 0 25 0 1 0 8858522 512970752 112541 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125237 112541 565 984 0 124250 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 500948

[startup+1242.3 s]
/proc/loadavg: 1.38 1.15 1.03 2/107 9960
/proc/meminfo: memFree=1045660/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=501260 CPUtime=1241.79
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4232252 0 0 0 122314 1865 0 0 25 0 1 0 8858522 513290240 112637 1992294400 4194304 8223781 140736734611680 18446744073709551615 6250747 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125315 112637 565 984 0 124328 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 501260

[startup+1302.3 s]
/proc/loadavg: 1.14 1.12 1.03 2/107 9962
/proc/meminfo: memFree=1045536/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=501684 CPUtime=1301.78
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 4839692 0 0 0 128079 2099 0 0 25 0 1 0 8858522 513724416 112524 1992294400 4194304 8223781 140736734611680 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125421 112536 565 984 0 124434 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 501684

[startup+1362.3 s]
/proc/loadavg: 1.05 1.10 1.02 2/107 9964
/proc/meminfo: memFree=1042808/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=502984 CPUtime=1361.74
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6497685 0 0 0 133457 2717 0 0 25 0 1 0 8858522 515055616 113332 1992294400 4194304 8223781 140736734611680 18446744073709551615 6562631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125746 113332 565 984 0 124759 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 502984

[startup+1422.31 s]
/proc/loadavg: 1.02 1.08 1.01 2/107 9964
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503104 CPUtime=1421.73
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6523177 0 0 0 139441 2732 0 0 25 0 1 0 8858522 515178496 113302 1992294400 4194304 8223781 140736734611680 18446744073709551615 6251373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125776 113302 565 984 0 124789 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 503104

[startup+1482.3 s]
/proc/loadavg: 1.00 1.06 1.01 2/107 9969
/proc/meminfo: memFree=1042560/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503200 CPUtime=1481.7
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6553319 0 0 0 145419 2751 0 0 25 0 1 0 8858522 515276800 113301 1992294400 4194304 8223781 140736734611680 18446744073709551615 6538084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125800 113301 565 984 0 124813 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 503200

[startup+1542.3 s]
/proc/loadavg: 1.00 1.05 1.00 2/107 9971
/proc/meminfo: memFree=1042684/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503400 CPUtime=1541.66
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6586753 0 0 0 151396 2770 0 0 25 0 1 0 8858522 515481600 113267 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125850 113267 565 984 0 124863 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 503400

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9973
/proc/meminfo: memFree=1042684/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503520 CPUtime=1601.64
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6621573 0 0 0 157373 2791 0 0 25 0 1 0 8858522 515604480 113266 1992294400 4194304 8223781 140736734611680 18446744073709551615 6533049 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125880 113266 565 984 0 124893 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 503520

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9975
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503680 CPUtime=1661.63
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6649337 0 0 0 163353 2810 0 0 25 0 1 0 8858522 515768320 113263 1992294400 4194304 8223781 140736734611680 18446744073709551615 6502686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125920 113263 565 984 0 124933 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 503680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 9975
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=503856 CPUtime=1721.61
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6679908 0 0 0 169333 2828 0 0 25 0 1 0 8858522 515948544 113256 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 125964 113256 565 984 0 124977 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 503856

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9977
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1781.59
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6708254 0 0 0 175315 2844 0 0 25 0 1 0 8858522 516120576 113252 1992294400 4194304 8223781 140736734611680 18446744073709551615 6569329 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113252 565 984 0 125019 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 504024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9977
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1800.08
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6714795 0 0 0 177160 2848 0 0 25 0 1 0 8858522 516120576 113247 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113247 565 984 0 125019 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 504024

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9916

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9977
/proc/meminfo: memFree=1042932/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1800.67
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6714796 0 0 0 177219 2848 0 0 25 0 1 0 8858522 516120576 113248 1992294400 4194304 8223781 140736734611680 18446744073709551615 6612712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113248 565 984 0 125019 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 504024

[startup+1802.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 9978
/proc/meminfo: memFree=1042924/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1801.47
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6716365 0 0 0 177298 2849 0 0 25 0 1 0 8858522 516120576 113236 1992294400 4194304 8223781 140736734611680 18446744073709551615 6569897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113236 565 984 0 125019 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 504024

[startup+1802.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 9978
/proc/meminfo: memFree=1042924/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1801.87
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6716365 0 0 0 177338 2849 0 0 25 0 1 0 8858522 516120576 113236 1992294400 4194304 8223781 140736734611680 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113236 565 984 0 125019 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 504024

[startup+1802.8 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 9978
/proc/meminfo: memFree=1042924/2059040 swapFree=4192956/4192956
[pid=9916] ppid=9914 vsize=504024 CPUtime=1802.08
/proc/9916/stat : 9916 (pbscip.linux.x8) R 9914 9916 8698 0 -1 4202496 6716365 0 0 0 177359 2849 0 0 25 0 1 0 8858522 516120576 113236 1992294400 4194304 8223781 140736734611680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9916/statm: 126006 113236 565 984 0 125019 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 504024

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.86
CPU time (s): 1802.14
CPU user time (s): 1773.59
CPU system time (s): 28.5417
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 518360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.59
system time used= 28.5417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6716365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 5811

runsolver used 2.95255 second user time and 8.5547 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 10:49:11
IDJOB=2667403
IDBENCH=1451
IDSOLVER=1169
FILE ID=node007/2667403-1276332550
PBS_JOBID= 11173154
Free space on /tmp= 62452 MiB

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

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=961992106

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1497432 kB
Buffers:        108464 kB
Cached:         323988 kB
SwapCached:          0 kB
Active:         184524 kB
Inactive:       307220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1497432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8072 kB
Writeback:           0 kB
AnonPages:       59312 kB
Mapped:          15472 kB
Slab:            48220 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node007 at 2010-06-12 11:19:14