Trace number 3730090

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.02 1802.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_5.opb.PB06.opb
MD5SUM051b48fdf5558d73afe4ee3d3cae609a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.40679
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 336
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3730090-1338680438.opb>
6.39/6.49	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
6.39/6.49	c problem read
6.39/6.49	c No objective function, only one solution is needed.
6.39/6.49	c presolving settings loaded
7.70/7.78	c presolving:
11.18/11.28	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
11.88/11.93	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 3226 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
12.58/12.61	c presolving (3 rounds):
12.58/12.61	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3374 changed coefficients
12.58/12.61	c  5520 implications, 80 cliques
12.58/12.61	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
12.58/12.61	c    3160 constraints of type <knapsack>
12.58/12.61	c    1280 constraints of type <setppc>
12.58/12.61	c       1 constraints of type <linear>
12.58/12.61	c  985560 constraints of type <logicor>
12.58/12.61	c transformed objective value is always integral (scale: 1)
12.58/12.61	c Presolving Time: 5.06
12.58/12.61	c - non default parameters ----------------------------------------------------------------------
12.58/12.61	c # SCIP version 1.2.1.3
12.58/12.61	c 
12.58/12.61	c # frequency for displaying node information lines
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 100]
12.58/12.61	c display/freq = 10000
12.58/12.61	c 
12.58/12.62	c # maximal time in seconds to run
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.62	c limits/time = 1783.52
12.58/12.62	c 
12.58/12.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.62	c limits/memory = 13950
12.58/12.62	c 
12.58/12.62	c # solving stops, if the given number of solutions were found (-1: no limit)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.62	c limits/solutions = 1
12.58/12.62	c 
12.58/12.62	c # maximal number of separation rounds per node (-1: unlimited)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 5]
12.58/12.62	c separating/maxrounds = 1
12.58/12.62	c 
12.58/12.62	c # maximal number of separation rounds in the root node (-1: unlimited)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.62	c separating/maxroundsroot = 5
12.58/12.62	c 
12.58/12.62	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.58/12.62	c # [type: int, range: [1,2], default: 1]
12.58/12.62	c timing/clocktype = 2
12.58/12.62	c 
12.58/12.62	c # should presolving try to simplify inequalities
12.58/12.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.62	c constraints/linear/simplifyinequalities = TRUE
12.58/12.62	c 
12.58/12.62	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.58/12.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.62	c constraints/indicator/addCouplingCons = TRUE
12.58/12.62	c 
12.58/12.62	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.58/12.62	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.58/12.62	c constraints/knapsack/disaggregation = FALSE
12.58/12.62	c 
12.58/12.62	c # should presolving try to simplify knapsacks
12.58/12.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.62	c constraints/knapsack/simplifyinequalities = TRUE
12.58/12.62	c 
12.58/12.62	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.62	c presolving/probing/maxrounds = 0
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/coefdiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/coefdiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/coefdiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 30]
12.58/12.62	c heuristics/crossover/freq = -1
12.58/12.62	c 
12.58/12.62	c # number of nodes added to the contingent of the total nodes
12.58/12.62	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.62	c heuristics/crossover/nodesofs = 750
12.58/12.62	c 
12.58/12.62	c # number of nodes without incumbent change that heuristic should wait
12.58/12.62	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.58/12.62	c heuristics/crossover/nwaitingnodes = 100
12.58/12.62	c 
12.58/12.62	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.58/12.62	c # [type: real, range: [0,1], default: 0.1]
12.58/12.62	c heuristics/crossover/nodesquot = 0.15
12.58/12.62	c 
12.58/12.62	c # minimum percentage of integer variables that have to be fixed 
12.58/12.62	c # [type: real, range: [0,1], default: 0.666]
12.58/12.62	c heuristics/crossover/minfixingrate = 0.5
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.62	c heuristics/feaspump/freq = -1
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/feaspump/maxlpiterofs = 2000
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/fracdiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/fracdiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/fracdiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/guideddiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/guideddiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/guideddiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/intdiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/intshifting/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/linesearchdiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/nlp/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.62	c heuristics/objpscostdiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to total iteration number
12.58/12.62	c # [type: real, range: [0,1], default: 0.01]
12.58/12.62	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/oneopt/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/pscostdiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/pscostdiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.62	c heuristics/rens/freq = -1
12.58/12.62	c 
12.58/12.62	c # minimum percentage of integer variables that have to be fixable 
12.58/12.62	c # [type: real, range: [0,1], default: 0.5]
12.58/12.62	c heuristics/rens/minfixingrate = 0.3
12.58/12.62	c 
12.58/12.62	c # number of nodes added to the contingent of the total nodes
12.58/12.62	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.62	c heuristics/rens/nodesofs = 2000
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.62	c heuristics/rootsoldiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.58/12.62	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/rounding/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/shifting/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/simplerounding/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.62	c heuristics/trivial/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/trysol/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.62	c heuristics/veclendiving/freq = -1
12.58/12.62	c 
12.58/12.62	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.62	c heuristics/veclendiving/maxlpiterquot = 0.075
12.58/12.62	c 
12.58/12.62	c # additional number of allowed LP iterations
12.58/12.62	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.62	c heuristics/veclendiving/maxlpiterofs = 1500
12.58/12.62	c 
12.58/12.62	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.62	c heuristics/zirounding/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.62	c separating/cmir/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.62	c separating/flowcover/freq = -1
12.58/12.62	c 
12.58/12.62	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.58/12.62	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.62	c separating/rapidlearning/freq = 0
12.58/12.62	c 
12.58/12.62	c -----------------------------------------------------------------------------------------------
12.58/12.62	c start solving
12.58/12.63	c 
1800.00/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730090-1338680438/watcher-3730090-1338680438 -o /tmp/evaluation-result-3730090-1338680438/solver-3730090-1338680438 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730090-1338680438.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4832
/proc/meminfo: memFree=25009720/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 1800 0 0 0 0 0 0 0 20 0 1 0 334171125 10461184 1747 33554432000 4194304 8395647 140733938592160 140735060665976 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 2554 1747 390 1026 0 1524 0

[startup+0.0520821 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4832
/proc/meminfo: memFree=25009720/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=15040 CPUtime=0.04 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 3024 0 0 0 4 0 0 0 20 0 1 0 334171125 15400960 2971 33554432000 4194304 8395647 140733938592160 140735060665976 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 3760 2971 390 1026 0 2730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15040

[startup+0.100304 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4832
/proc/meminfo: memFree=25009720/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=17484 CPUtime=0.09 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 3618 0 0 0 9 0 0 0 20 0 1 0 334171125 17903616 3565 33554432000 4194304 8395647 140733938592160 140735060665976 7382061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 4371 3565 390 1026 0 3341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17484

[startup+0.300311 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4832
/proc/meminfo: memFree=25009720/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=29024 CPUtime=0.29 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 6490 0 0 0 29 0 0 0 20 0 1 0 334171125 29720576 6437 33554432000 4194304 8395647 140733938592160 140735060665976 7277255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 7256 6437 390 1026 0 6226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29024

[startup+0.700266 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4832
/proc/meminfo: memFree=25009720/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=52212 CPUtime=0.69 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 12297 0 0 0 67 2 0 0 20 0 1 0 334171125 53465088 12244 33554432000 4194304 8395647 140733938592160 140733938457368 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 13053 12244 390 1026 0 12023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52212

[startup+1.5003 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4833
/proc/meminfo: memFree=24946704/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=96996 CPUtime=1.49 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 23427 0 0 0 145 4 0 0 20 0 1 0 334171125 99323904 23374 33554432000 4194304 8395647 140733938592160 140733938457368 4245998 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 24249 23374 390 1026 0 23219 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96996

[startup+3.1003 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4833
/proc/meminfo: memFree=24883340/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=187568 CPUtime=3.09 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 45941 0 0 0 302 7 0 0 20 0 1 0 334171125 192069632 45888 33554432000 4194304 8395647 140733938592160 140733938457368 7301442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 46892 45888 390 1026 0 45862 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187568

[startup+6.30029 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4833
/proc/meminfo: memFree=24702184/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=362148 CPUtime=6.29 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 89746 0 0 0 616 13 0 0 20 0 1 0 334171125 370839552 89693 33554432000 4194304 8395647 140733938592160 140733938457368 4327578 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 90537 89693 390 1026 0 89507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 362148

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4833
/proc/meminfo: memFree=23727256/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=1290064 CPUtime=12.68 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 319878 0 0 0 1220 48 0 0 20 0 1 0 334171125 1321025536 320613 33554432000 4194304 8395647 140733938592160 140733938587960 6066386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 322516 320613 510 1026 0 321486 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1290064

[startup+25.5003 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 4833
/proc/meminfo: memFree=22961208/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2168556 CPUtime=25.49 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 392554 0 0 0 2478 71 0 0 20 0 1 0 334171125 2220601344 512001 33554432000 4194304 8395647 140733938592160 140733938587624 6496242 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 542139 512001 566 1026 0 541109 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2168556

[startup+51.1003 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 4833
/proc/meminfo: memFree=22904124/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2248124 CPUtime=51.08 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 396965 0 0 0 5032 76 0 0 20 0 1 0 334171125 2302078976 531453 33554432000 4194304 8395647 140733938592160 140733938587288 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 562031 531453 570 1026 0 561001 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2248124

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.76 3/177 4833
/proc/meminfo: memFree=22882768/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2254228 CPUtime=102.28 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 401732 0 0 0 10143 85 0 0 20 0 1 0 334171125 2308329472 531460 33554432000 4194304 8395647 140733938592160 140733938587288 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 563557 531460 570 1026 0 562527 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2254228

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/177 4833
/proc/meminfo: memFree=22864152/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2283128 CPUtime=162.27 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 408077 0 0 0 16129 98 0 0 20 0 1 0 334171125 2337923072 536235 33554432000 4194304 8395647 140733938592160 140733938586568 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 570782 536235 570 1026 0 569752 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2283128

[startup+222.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/177 4833
/proc/meminfo: memFree=22819364/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2336624 CPUtime=222.26 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 412608 0 0 0 22118 108 0 0 20 0 1 0 334171125 2392702976 547069 33554432000 4194304 8395647 140733938592160 140733938587288 6697118 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 584156 547069 570 1026 0 583126 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2336624

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/177 4833
/proc/meminfo: memFree=22857196/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2300536 CPUtime=282.25 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 415292 0 0 0 28109 116 0 0 20 0 1 0 334171125 2355748864 537788 33554432000 4194304 8395647 140733938592160 140733938587288 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 575134 537788 570 1026 0 574104 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2300536

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/177 4834
/proc/meminfo: memFree=22855176/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2303888 CPUtime=342.24 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 418289 0 0 0 34098 126 0 0 20 0 1 0 334171125 2359181312 538274 33554432000 4194304 8395647 140733938592160 140733938587288 6693439 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 575972 538274 570 1026 0 574942 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2303888

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/177 4834
/proc/meminfo: memFree=22854416/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2312516 CPUtime=402.22 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 420754 0 0 0 40088 134 0 0 20 0 1 0 334171125 2368016384 538323 33554432000 4194304 8395647 140733938592160 140733938587624 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 578129 538323 570 1026 0 577099 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2312516

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/177 4834
/proc/meminfo: memFree=22856252/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2312668 CPUtime=462.22 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 423157 0 0 0 46078 144 0 0 20 0 1 0 334171125 2368172032 537881 33554432000 4194304 8395647 140733938592160 140733938587288 6664884 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 578167 537881 570 1026 0 577137 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2312668

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/177 4834
/proc/meminfo: memFree=22803052/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2366288 CPUtime=522.21 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 428443 0 0 0 52065 156 0 0 20 0 1 0 334171125 2423078912 551268 33554432000 4194304 8395647 140733938592160 140733938587288 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 591572 551268 570 1026 0 590542 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2366288

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4837
/proc/meminfo: memFree=22775208/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2394924 CPUtime=582.2 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 432452 0 0 0 58055 165 0 0 20 0 1 0 334171125 2452402176 558360 33554432000 4194304 8395647 140733938592160 140733938587288 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 598731 558360 570 1026 0 597701 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2394924

[startup+642.3 s]

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

/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 458367 0 0 0 105982 229 0 0 20 0 1 0 334171125 2475937792 565814 33554432000 4194304 8395647 140733938592160 140733938587288 6635689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565814 570 1026 0 603447 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 2417908

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 4839
/proc/meminfo: memFree=22747792/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1122.11 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 461444 0 0 0 111975 236 0 0 20 0 1 0 334171125 2475937792 565300 33554432000 4194304 8395647 140733938592160 140733938587288 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565300 570 1026 0 603447 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2417908

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/178 4842
/proc/meminfo: memFree=22747336/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1182.08 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 464378 0 0 0 117965 243 0 0 20 0 1 0 334171125 2475937792 565273 33554432000 4194304 8395647 140733938592160 140733938587288 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565273 570 1026 0 603447 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 2417908

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 1.92 3/178 4866
/proc/meminfo: memFree=22744816/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1242.08 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 466608 0 0 0 123959 249 0 0 20 0 1 0 334171125 2475937792 565792 33554432000 4194304 8395647 140733938592160 140733938587720 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565792 570 1026 0 603447 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 2417908

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/177 4866
/proc/meminfo: memFree=22743932/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1302.08 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 468506 0 0 0 129954 254 0 0 20 0 1 0 334171125 2475937792 566261 33554432000 4194304 8395647 140733938592160 140733938587288 6636373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566261 570 1026 0 603447 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2417908

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1362.06 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 471153 0 0 0 135946 260 0 0 20 0 1 0 334171125 2475937792 566011 33554432000 4194304 8395647 140733938592160 140733938587288 6698072 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566011 570 1026 0 603447 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2417908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.92 3/177 4904
/proc/meminfo: memFree=21137580/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1422.06 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 473773 0 0 0 141939 267 0 0 20 0 1 0 334171125 2475937792 566014 33554432000 4194304 8395647 140733938592160 140733938587288 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566014 570 1026 0 603447 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2417908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 4904
/proc/meminfo: memFree=21111176/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1482.04 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 475923 0 0 0 147933 271 0 0 20 0 1 0 334171125 2475937792 566006 33554432000 4194304 8395647 140733938592160 140733938586568 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566006 570 1026 0 603447 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2417908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 4905
/proc/meminfo: memFree=21111588/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1542.03 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 478855 0 0 0 153926 277 0 0 20 0 1 0 334171125 2475937792 566012 33554432000 4194304 8395647 140733938592160 140733938587288 6697232 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566012 570 1026 0 603447 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2417908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 4905
/proc/meminfo: memFree=21019424/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1602.02 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 481047 0 0 0 159919 283 0 0 20 0 1 0 334171125 2475937792 566020 33554432000 4194304 8395647 140733938592160 140733938587288 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 566020 570 1026 0 603447 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2417908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 4905
/proc/meminfo: memFree=21021680/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1662.01 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 483846 0 0 0 165911 290 0 0 20 0 1 0 334171125 2475937792 565494 33554432000 4194304 8395647 140733938592160 140733938587288 6636387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565494 570 1026 0 603447 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2417908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 4905
/proc/meminfo: memFree=20930672/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1722.01 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 485531 0 0 0 171906 295 0 0 20 0 1 0 334171125 2475937792 565500 33554432000 4194304 8395647 140733938592160 140733938587288 6698222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565500 570 1026 0 603447 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2417908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 4908
/proc/meminfo: memFree=20964876/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1782 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487594 0 0 0 177899 301 0 0 20 0 1 0 334171125 2475937792 565521 33554432000 4194304 8395647 140733938592160 140733938587624 6635683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565521 570 1026 0 603447 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2417908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 4908
/proc/meminfo: memFree=20963420/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1800 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487950 0 0 0 179698 302 0 0 20 0 1 0 334171125 2475937792 565519 33554432000 4194304 8395647 140733938592160 140733938587288 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565519 570 1026 0 603447 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2417908

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4832

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 4909
/proc/meminfo: memFree=20963412/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1801.1 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487950 0 0 0 179808 302 0 0 20 0 1 0 334171125 2475937792 565519 33554432000 4194304 8395647 140733938592160 140733938587288 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565519 570 1026 0 603447 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 2417908

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 4909
/proc/meminfo: memFree=20963412/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1801.5 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487950 0 0 0 179848 302 0 0 20 0 1 0 334171125 2475937792 565519 33554432000 4194304 8395647 140733938592160 140733938587720 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565519 570 1026 0 603447 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 2417908

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 4909
/proc/meminfo: memFree=20963412/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1801.9 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487950 0 0 0 179888 302 0 0 20 0 1 0 334171125 2475937792 565519 33554432000 4194304 8395647 140733938592160 140733938587720 6698349 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565519 570 1026 0 603447 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 2417908

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 4909
/proc/meminfo: memFree=20963412/32873648 swapFree=6852/6852
[pid=4832] ppid=4830 vsize=2417908 CPUtime=1802 cores=1,3,5,7
/proc/4832/stat : 4832 (pbscip.linux.x8) R 4830 4832 4046 0 -1 4202496 487950 0 0 0 179898 302 0 0 20 0 1 0 334171125 2475937792 565519 33554432000 4194304 8395647 140733938592160 140733938587720 6698391 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4832/statm: 604477 565519 570 1026 0 603447 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2417908

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.02
CPU user time (s): 1798.99
CPU system time (s): 3.03454
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 2510720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 3.03454
maximum resident set size= 2295160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487950
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= 34
involuntary context switches= 1853

runsolver used 2.91056 second user time and 7.83481 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 01:40:39
IDJOB=3730090
IDBENCH=1383
IDSOLVER=2326
FILE ID=node112/3730090-1338680438
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71168 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_5.opb.PB06.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-3730090-1338680438/watcher-3730090-1338680438 -o /tmp/evaluation-result-3730090-1338680438/solver-3730090-1338680438 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730090-1338680438.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 051b48fdf5558d73afe4ee3d3cae609a
RANDOM SEED=1422570307

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25010100 kB
Buffers:          536620 kB
Cached:          5941312 kB
SwapCached:            0 kB
Active:          2275508 kB
Inactive:        4722732 kB
Active(anon):     509664 kB
Inactive(anon):    10936 kB
Active(file):    1765844 kB
Inactive(file):  4711796 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             44652 kB
Writeback:            44 kB
AnonPages:        529064 kB
Mapped:            16704 kB
Shmem:               200 kB
Slab:             724200 kB
SReclaimable:     168000 kB
SUnreclaim:       556200 kB
KernelStack:        1456 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     641252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71132 MiB
End job on node112 at 2012-06-03 02:10:41