Trace number 2667327

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.21 1802.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-2667327-1276318922.opb>
8.98/9.00	c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
8.98/9.00	c problem read
8.98/9.00	c No objective function, only one solution is needed.
8.98/9.00	c presolving settings loaded
11.59/11.70	c presolving:
17.89/17.99	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
18.88/18.91	c presolving (2 rounds):
18.88/18.91	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
18.88/18.91	c  0 implications, 750 cliques
18.88/18.91	c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
18.88/18.91	c     750 constraints of type <setppc>
18.88/18.91	c  466875 constraints of type <logicor>
18.88/18.91	c transformed objective value is always integral (scale: 1)
18.88/18.91	c Presolving Time: 6.29
18.88/18.91	c - non default parameters ----------------------------------------------------------------------
18.88/18.91	c # SCIP version 1.2.1.2
18.88/18.91	c 
18.88/18.91	c # frequency for displaying node information lines
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 100]
18.88/18.91	c display/freq = 10000
18.88/18.91	c 
18.88/18.91	c # maximal time in seconds to run
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.88/18.91	c limits/time = 1791.01
18.88/18.91	c 
18.88/18.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.88/18.91	c limits/memory = 1620
18.88/18.91	c 
18.88/18.91	c # solving stops, if the given number of solutions were found (-1: no limit)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: -1]
18.88/18.91	c limits/solutions = 1
18.88/18.91	c 
18.88/18.91	c # maximal number of separation rounds per node (-1: unlimited)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 5]
18.88/18.91	c separating/maxrounds = 1
18.88/18.91	c 
18.88/18.91	c # maximal number of separation rounds in the root node (-1: unlimited)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: -1]
18.88/18.91	c separating/maxroundsroot = 5
18.88/18.91	c 
18.88/18.91	c # should presolving try to simplify inequalities
18.88/18.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.88/18.91	c constraints/linear/simplifyinequalities = TRUE
18.88/18.91	c 
18.88/18.91	c # should disaggregation of knapsack constraints be allowed in preprocessing?
18.88/18.91	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
18.88/18.91	c constraints/knapsack/disaggregation = FALSE
18.88/18.91	c 
18.88/18.91	c # should presolving try to simplify knapsacks
18.88/18.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.88/18.91	c constraints/knapsack/simplifyinequalities = TRUE
18.88/18.91	c 
18.88/18.91	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: -1]
18.88/18.91	c presolving/probing/maxrounds = 0
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/coefdiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/coefdiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/coefdiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 30]
18.88/18.91	c heuristics/crossover/freq = -1
18.88/18.91	c 
18.88/18.91	c # number of nodes added to the contingent of the total nodes
18.88/18.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.88/18.91	c heuristics/crossover/nodesofs = 750
18.88/18.91	c 
18.88/18.91	c # number of nodes without incumbent change that heuristic should wait
18.88/18.91	c # [type: longint, range: [0,9223372036854775807], default: 200]
18.88/18.91	c heuristics/crossover/nwaitingnodes = 100
18.88/18.91	c 
18.88/18.91	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
18.88/18.91	c # [type: real, range: [0,1], default: 0.1]
18.88/18.91	c heuristics/crossover/nodesquot = 0.15
18.88/18.91	c 
18.88/18.91	c # minimum percentage of integer variables that have to be fixed 
18.88/18.91	c # [type: real, range: [0,1], default: 0.666]
18.88/18.91	c heuristics/crossover/minfixingrate = 0.5
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 20]
18.88/18.91	c heuristics/feaspump/freq = -1
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/feaspump/maxlpiterofs = 2000
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/fracdiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/fracdiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/fracdiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/guideddiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/guideddiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/guideddiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/intdiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/intshifting/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/linesearchdiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/linesearchdiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/linesearchdiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/nlp/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 20]
18.88/18.91	c heuristics/objpscostdiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to total iteration number
18.88/18.91	c # [type: real, range: [0,1], default: 0.01]
18.88/18.91	c heuristics/objpscostdiving/maxlpiterquot = 0.015
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/objpscostdiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/oneopt/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/pscostdiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/pscostdiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/pscostdiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 0]
18.88/18.91	c heuristics/rens/freq = -1
18.88/18.91	c 
18.88/18.91	c # minimum percentage of integer variables that have to be fixable 
18.88/18.91	c # [type: real, range: [0,1], default: 0.5]
18.88/18.91	c heuristics/rens/minfixingrate = 0.3
18.88/18.91	c 
18.88/18.91	c # number of nodes added to the contingent of the total nodes
18.88/18.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.88/18.91	c heuristics/rens/nodesofs = 2000
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 20]
18.88/18.91	c heuristics/rootsoldiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
18.88/18.91	c heuristics/rootsoldiving/maxlpiterquot = 0.015
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/rootsoldiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/rounding/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/shifting/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/simplerounding/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 0]
18.88/18.91	c heuristics/trivial/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/trysol/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 10]
18.88/18.91	c heuristics/veclendiving/freq = -1
18.88/18.91	c 
18.88/18.91	c # maximal fraction of diving LP iterations compared to node LP iterations
18.88/18.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.88/18.91	c heuristics/veclendiving/maxlpiterquot = 0.075
18.88/18.91	c 
18.88/18.91	c # additional number of allowed LP iterations
18.88/18.91	c # [type: int, range: [0,2147483647], default: 1000]
18.88/18.91	c heuristics/veclendiving/maxlpiterofs = 1500
18.88/18.91	c 
18.88/18.91	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 1]
18.88/18.91	c heuristics/zirounding/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 0]
18.88/18.91	c separating/cmir/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: 0]
18.88/18.91	c separating/flowcover/freq = -1
18.88/18.91	c 
18.88/18.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
18.88/18.91	c # [type: int, range: [-1,2147483647], default: -1]
18.88/18.91	c separating/rapidlearning/freq = 0
18.88/18.91	c 
18.88/18.91	c -----------------------------------------------------------------------------------------------
18.88/18.91	c start solving
18.88/18.94	c 
168.95/169.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.95/169.08	c   157s|     1 |     0 |  2496 |     - | 554M|   0 |1496 |3750 | 467k|3750 | 467k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1106.07/1106.47	c   943s|     1 |     0 |  3262 |     - | 561M|   0 |1496 |3750 | 467k|3750 | 467k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.10/1800.60	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-2667327-1276318922/watcher-2667327-1276318922 -o /tmp/evaluation-result-2667327-1276318922/solver-2667327-1276318922 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667327-1276318922.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 8955
/proc/meminfo: memFree=1735756/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=7724 CPUtime=0
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 7496282 7909376 959 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 1931 968 348 984 0 944 0

[startup+0.102238 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8955
/proc/meminfo: memFree=1735756/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=14752 CPUtime=0.09
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 2997 0 0 0 8 1 0 0 22 0 1 0 7496282 15106048 2917 1992294400 4194304 8223781 140736080969152 18446744073709551615 4361616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 3688 2917 363 984 0 2701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14752

[startup+0.201245 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8955
/proc/meminfo: memFree=1735756/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=17428 CPUtime=0.19
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 3648 0 0 0 18 1 0 0 22 0 1 0 7496282 17846272 3568 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 4357 3568 363 984 0 3370 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17428

[startup+0.301254 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8955
/proc/meminfo: memFree=1735756/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=18952 CPUtime=0.29
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 4021 0 0 0 28 1 0 0 22 0 1 0 7496282 19406848 3941 1992294400 4194304 8223781 140736080969152 18446744073709551615 5648443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 4738 3941 363 984 0 3751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18952

[startup+0.701286 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8955
/proc/meminfo: memFree=1735756/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=27360 CPUtime=0.7
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 6120 0 0 0 67 3 0 0 24 0 1 0 7496282 28016640 6040 1992294400 4194304 8223781 140736080969152 18446744073709551615 5653275 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 6840 6040 363 984 0 5853 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 27360

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1704872/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=42940 CPUtime=1.49
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 10050 0 0 0 145 4 0 0 25 0 1 0 7496282 43970560 9970 1992294400 4194304 8223781 140736080969152 18446744073709551615 7165319 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 10735 9970 363 984 0 9748 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42940

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1683544/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=73344 CPUtime=3.09
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 17634 0 0 0 302 7 0 0 25 0 1 0 7496282 75104256 17554 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 18336 17554 363 984 0 17349 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73344

[startup+6.30074 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1620304/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=135036 CPUtime=6.29
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 33025 0 0 0 615 14 0 0 25 0 1 0 7496282 138276864 32945 1992294400 4194304 8223781 140736080969152 18446744073709551615 7129831 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8955/statm: 33759 32945 363 984 0 32772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135036

[startup+12.7003 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=1155552/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=585852 CPUtime=12.69
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 161115 0 0 0 1191 78 0 0 25 0 1 0 7496282 599912448 145116 1992294400 4194304 8223781 140736080969152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 146463 145116 431 984 0 145476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 585852

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8956
/proc/meminfo: memFree=686708/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1126680 CPUtime=25.48
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 389427 0 0 0 2305 243 0 0 25 0 1 0 7496282 1153720320 262210 1992294400 4194304 8223781 140736080969152 18446744073709551615 6450707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 281670 262210 544 984 0 280683 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1126680

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8958
/proc/meminfo: memFree=651244/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1217412 CPUtime=51.07
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 411094 0 0 0 4854 253 0 0 25 0 1 0 7496282 1246629888 271081 1992294400 4194304 8223781 140736080969152 18446744073709551615 6612619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 304353 271081 549 984 0 303366 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1217412

[startup+102.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 8960
/proc/meminfo: memFree=644548/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1235764 CPUtime=102.28
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 425594 0 0 0 9966 262 0 0 25 0 1 0 7496282 1265422336 272674 1992294400 4194304 8223781 140736080969152 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 308941 272674 549 984 0 307954 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1235764

[startup+162.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 8960
/proc/meminfo: memFree=641820/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1236844 CPUtime=162.25
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 444221 0 0 0 15955 270 0 0 25 0 1 0 7496282 1266528256 273381 1992294400 4194304 8223781 140736080969152 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 309211 273381 549 984 0 308224 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1236844

[startup+222.309 s]
/proc/loadavg: 1.05 1.03 1.00 2/107 8962
/proc/meminfo: memFree=637852/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=222.25
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 3251765 0 0 0 20997 1228 0 0 25 0 1 0 7496282 1274429440 274373 1992294400 4194304 8223781 140736080969152 18446744073709551615 6299742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274373 554 984 0 310153 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1244560

[startup+282.301 s]
/proc/loadavg: 1.11 1.05 1.01 2/107 8964
/proc/meminfo: memFree=637852/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=282.21
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 6402106 0 0 0 25920 2301 0 0 25 0 1 0 7496282 1274429440 274157 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274165 554 984 0 310153 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1244560

[startup+342.301 s]
/proc/loadavg: 1.04 1.04 1.00 2/107 8966
/proc/meminfo: memFree=637728/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1240904 CPUtime=342.2
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 9560193 0 0 0 30825 3395 0 0 25 0 1 0 7496282 1270685696 273459 1992294400 4194304 8223781 140736080969152 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 310226 273459 554 984 0 309239 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1240904

[startup+402.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 8966
/proc/meminfo: memFree=637728/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=402.19
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 12713268 0 0 0 35758 4461 0 0 25 0 1 0 7496282 1274429440 274148 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274158 554 984 0 310153 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1244560

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8968
/proc/meminfo: memFree=637728/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=462.17
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 15869535 0 0 0 40674 5543 0 0 25 0 1 0 7496282 1274429440 274373 1992294400 4194304 8223781 140736080969152 18446744073709551615 6300096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274373 554 984 0 310153 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1244560

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8970
/proc/meminfo: memFree=637604/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=522.15
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 19028319 0 0 0 45579 6636 0 0 25 0 1 0 7496282 1274429440 274373 1992294400 4194304 8223781 140736080969152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274334 554 984 0 310153 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1244560

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8972
/proc/meminfo: memFree=637480/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1244560 CPUtime=582.13
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 22185275 0 0 0 50490 7723 0 0 25 0 1 0 7496282 1274429440 274373 1992294400 4194304 8223781 140736080969152 18446744073709551615 6300092 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 311140 274373 554 984 0 310153 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1244560

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8974
/proc/meminfo: memFree=637604/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1240904 CPUtime=642.11
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 25346801 0 0 0 55402 8809 0 0 25 0 1 0 7496282 1270685696 273459 1992294400 4194304 8223781 140736080969152 18446744073709551615 7073896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 310226 273459 554 984 0 309239 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1240904

[startup+702.301 s]

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

/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 44242273 0 0 0 84887 15313 0 0 25 0 1 0 7496282 1264189440 271985 1992294400 4194304 8223781 140736080969152 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 308640 271985 557 984 0 307653 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 1234560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8987
/proc/meminfo: memFree=633636/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1259876 CPUtime=1061.98
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 44552665 0 0 0 90775 15423 0 0 25 0 1 0 7496282 1290113024 275172 1992294400 4194304 8223781 140736080969152 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 314969 275172 553 984 0 313982 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1259876

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8989
/proc/meminfo: memFree=631528/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1121.97
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 45378926 0 0 0 96488 15709 0 0 25 0 1 0 7496282 1291608064 275073 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275082 553 984 0 314347 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 1261336

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8991
/proc/meminfo: memFree=632024/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1181.95
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 48474062 0 0 0 101426 16769 0 0 25 0 1 0 7496282 1291608064 275405 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275414 553 984 0 314347 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1261336

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8993
/proc/meminfo: memFree=631652/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1241.93
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 51569073 0 0 0 106382 17811 0 0 25 0 1 0 7496282 1291608064 275612 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275622 553 984 0 314347 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1261336

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8993
/proc/meminfo: memFree=634504/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1301.91
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 54663061 0 0 0 111317 18874 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1261336

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8995
/proc/meminfo: memFree=631528/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1257680 CPUtime=1361.9
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 57757865 0 0 0 116262 19928 0 0 25 0 1 0 7496282 1287864320 274796 1992294400 4194304 8223781 140736080969152 18446744073709551615 6044382 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 314420 274796 553 984 0 313433 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1257680

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8997
/proc/meminfo: memFree=631404/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1257680 CPUtime=1421.89
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 60852669 0 0 0 121218 20971 0 0 25 0 1 0 7496282 1287864320 274796 1992294400 4194304 8223781 140736080969152 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 314420 274796 553 984 0 313433 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1257680

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8999
/proc/meminfo: memFree=633512/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1481.87
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 63947737 0 0 0 126153 22034 0 0 25 0 1 0 7496282 1291608064 275061 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275070 553 984 0 314347 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1261336

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9001
/proc/meminfo: memFree=631404/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1541.87
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 67044105 0 0 0 131094 23093 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1261336

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9001
/proc/meminfo: memFree=632520/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1601.84
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 70138909 0 0 0 136042 24142 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 6299966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1261336

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9003
/proc/meminfo: memFree=634132/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1661.83
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 73234627 0 0 0 140979 25204 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1261336

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9005
/proc/meminfo: memFree=631156/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1721.82
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 76327603 0 0 0 145928 26254 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1261336

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9007
/proc/meminfo: memFree=632896/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1781.79
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 79422443 0 0 0 150867 27312 0 0 25 0 1 0 7496282 1291608064 274833 1992294400 4194304 8223781 140736080969152 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 274845 553 984 0 314347 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 1261336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9007
/proc/meminfo: memFree=634132/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1261336 CPUtime=1800.1
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 80365655 0 0 0 152375 27635 0 0 25 0 1 0 7496282 1291608064 275710 1992294400 4194304 8223781 140736080969152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 315334 275710 553 984 0 314347 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1261336

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8955

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9008
/proc/meminfo: memFree=655576/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1267376 CPUtime=1800.99
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 80379586 0 0 0 152457 27642 0 0 25 0 1 0 7496282 1297793024 274871 1992294400 4194304 8223781 140736080969152 18446744073709551615 6568395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 316844 274871 553 984 0 315857 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (KiB) 1267376

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9008
/proc/meminfo: memFree=634372/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=1267376 CPUtime=1801.79
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4202496 80379591 0 0 0 152537 27642 0 0 25 0 1 0 7496282 1297793024 274876 1992294400 4194304 8223781 140736080969152 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8955/statm: 316844 274876 553 984 0 315857 0
Current children cumulated CPU time (s) 1801.79
Current children cumulated vsize (KiB) 1267376

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9008
/proc/meminfo: memFree=634372/2059040 swapFree=4192072/4192956
[pid=8955] ppid=8953 vsize=0 CPUtime=1802.19
/proc/8955/stat : 8955 (pbscip.linux.x8) R 8953 8955 8270 0 -1 4203524 80379594 0 0 0 152568 27651 0 0 25 0 1 0 7496282 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/8955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.72
CPU time (s): 1802.21
CPU user time (s): 1525.68
CPU system time (s): 276.532
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 1318340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1525.68
system time used= 276.532
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80379594
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= 5
involuntary context switches= 2642

runsolver used 2.88456 second user time and 8.61669 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-12 07:02:03
IDJOB=2667327
IDBENCH=1373
IDSOLVER=1169
FILE ID=node003/2667327-1276318922
PBS_JOBID= 11173147
Free space on /tmp= 62536 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/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.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-2667327-1276318922/watcher-2667327-1276318922 -o /tmp/evaluation-result-2667327-1276318922/solver-2667327-1276318922 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667327-1276318922.opb -t 1800 -m 1800

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1088033140

node003.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.251
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.50
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.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1736284 kB
Buffers:         55080 kB
Cached:         142004 kB
SwapCached:          0 kB
Active:         123704 kB
Inactive:       131808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1736284 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:           24196 kB
Writeback:           0 kB
AnonPages:       58376 kB
Mapped:          15436 kB
Slab:            45588 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182956 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= 62532 MiB
End job on node003 at 2010-06-12 07:32:06