Trace number 3729937

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.04 1802.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l6_n1500.opb
MD5SUM03ac75ce62b4fa0384fbdccf34acdc82
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.83472
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints674250
Number of constraints which are clauses672750
Number of constraints which are cardinality constraints (but not clauses)1500
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3729937-1338682740.opb>
4.68/4.75	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
4.68/4.75	c problem read
4.68/4.75	c No objective function, only one solution is needed.
4.68/4.75	c presolving settings loaded
5.99/6.06	c presolving:
9.79/9.87	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 674250 upgd conss, 0 impls, 1500 clqs
10.19/10.23	c presolving (2 rounds):
10.19/10.23	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.19/10.23	c  0 implications, 1500 cliques
10.19/10.23	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
10.19/10.23	c    1500 constraints of type <setppc>
10.19/10.23	c  672750 constraints of type <logicor>
10.19/10.23	c transformed objective value is always integral (scale: 1)
10.19/10.23	c Presolving Time: 4.18
10.19/10.23	c - non default parameters ----------------------------------------------------------------------
10.19/10.23	c # SCIP version 2.0.1.5
10.19/10.23	c 
10.19/10.23	c # frequency for displaying node information lines
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 100]
10.19/10.23	c display/freq = 10000
10.19/10.23	c 
10.19/10.23	c # maximal time in seconds to run
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.23	c limits/time = 1797
10.19/10.23	c 
10.19/10.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.23	c limits/memory = 13950
10.19/10.23	c 
10.19/10.23	c # solving stops, if the given number of solutions were found (-1: no limit)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23	c limits/solutions = 1
10.19/10.23	c 
10.19/10.23	c # maximal number of separation rounds per node (-1: unlimited)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 5]
10.19/10.23	c separating/maxrounds = 1
10.19/10.23	c 
10.19/10.23	c # maximal number of separation rounds in the root node (-1: unlimited)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23	c separating/maxroundsroot = 5
10.19/10.23	c 
10.19/10.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.19/10.23	c # [type: int, range: [1,2], default: 1]
10.19/10.23	c timing/clocktype = 2
10.19/10.23	c 
10.19/10.23	c # belongs reading time to solving time?
10.19/10.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23	c timing/reading = TRUE
10.19/10.23	c 
10.19/10.23	c # should presolving try to simplify inequalities
10.19/10.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23	c constraints/linear/simplifyinequalities = TRUE
10.19/10.23	c 
10.19/10.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.19/10.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23	c constraints/indicator/addCouplingCons = TRUE
10.19/10.23	c 
10.19/10.23	c # should disaggregation of knapsack constraints be allowed in preprocessing?
10.19/10.23	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
10.19/10.23	c constraints/knapsack/disaggregation = FALSE
10.19/10.23	c 
10.19/10.23	c # should presolving try to simplify knapsacks
10.19/10.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.19/10.23	c constraints/knapsack/simplifyinequalities = TRUE
10.19/10.23	c 
10.19/10.23	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23	c presolving/probing/maxrounds = 0
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/coefdiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/coefdiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/coefdiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 30]
10.19/10.23	c heuristics/crossover/freq = -1
10.19/10.23	c 
10.19/10.23	c # number of nodes added to the contingent of the total nodes
10.19/10.23	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.19/10.23	c heuristics/crossover/nodesofs = 750
10.19/10.23	c 
10.19/10.23	c # number of nodes without incumbent change that heuristic should wait
10.19/10.23	c # [type: longint, range: [0,9223372036854775807], default: 200]
10.19/10.23	c heuristics/crossover/nwaitingnodes = 100
10.19/10.23	c 
10.19/10.23	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
10.19/10.23	c # [type: real, range: [0,1], default: 0.1]
10.19/10.23	c heuristics/crossover/nodesquot = 0.15
10.19/10.23	c 
10.19/10.23	c # minimum percentage of integer variables that have to be fixed 
10.19/10.23	c # [type: real, range: [0,1], default: 0.666]
10.19/10.23	c heuristics/crossover/minfixingrate = 0.5
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23	c heuristics/feaspump/freq = -1
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/feaspump/maxlpiterofs = 2000
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/fracdiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/fracdiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/fracdiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/guideddiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/guideddiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/guideddiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/intdiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/intshifting/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/linesearchdiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/linesearchdiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/linesearchdiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23	c heuristics/objpscostdiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to total iteration number
10.19/10.23	c # [type: real, range: [0,1], default: 0.01]
10.19/10.23	c heuristics/objpscostdiving/maxlpiterquot = 0.015
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/objpscostdiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/oneopt/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/pscostdiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/pscostdiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/pscostdiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c heuristics/rens/freq = -1
10.19/10.23	c 
10.19/10.23	c # minimum percentage of integer variables that have to be fixable 
10.19/10.23	c # [type: real, range: [0,1], default: 0.5]
10.19/10.23	c heuristics/rens/minfixingrate = 0.3
10.19/10.23	c 
10.19/10.23	c # number of nodes added to the contingent of the total nodes
10.19/10.23	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.19/10.23	c heuristics/rens/nodesofs = 2000
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 20]
10.19/10.23	c heuristics/rootsoldiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
10.19/10.23	c heuristics/rootsoldiving/maxlpiterquot = 0.015
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/rootsoldiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/rounding/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c heuristics/shiftandpropagate/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/shifting/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/simplerounding/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/subnlp/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c heuristics/trivial/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/trysol/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c heuristics/undercover/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 10]
10.19/10.23	c heuristics/veclendiving/freq = -1
10.19/10.23	c 
10.19/10.23	c # maximal fraction of diving LP iterations compared to node LP iterations
10.19/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.19/10.23	c heuristics/veclendiving/maxlpiterquot = 0.075
10.19/10.23	c 
10.19/10.23	c # additional number of allowed LP iterations
10.19/10.23	c # [type: int, range: [0,2147483647], default: 1000]
10.19/10.23	c heuristics/veclendiving/maxlpiterofs = 1500
10.19/10.23	c 
10.19/10.23	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 1]
10.19/10.23	c heuristics/zirounding/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c separating/cmir/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: 0]
10.19/10.23	c separating/flowcover/freq = -1
10.19/10.23	c 
10.19/10.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.19/10.23	c # [type: int, range: [-1,2147483647], default: -1]
10.19/10.23	c separating/rapidlearning/freq = 0
10.19/10.23	c 
10.19/10.23	c -----------------------------------------------------------------------------------------------
10.19/10.23	c start solving
10.19/10.24	c 

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-3729937-1338682740/watcher-3729937-1338682740 -o /tmp/evaluation-result-3729937-1338682740/solver-3729937-1338682740 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729937-1338682740.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=9040 CPUtime=0 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 334400063 9256960 1015 33554432000 4194304 9016284 140734439410096 140737365834504 4447263 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 2260 1015 190 1178 0 1078 0

[startup+0.076561 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=21740 CPUtime=0.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 4411 0 0 0 6 0 0 0 20 0 1 0 334400063 22261760 4365 33554432000 4194304 9016284 140734439410096 140734439273992 7870473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 5435 4365 357 1178 0 4253 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21740

[startup+0.100256 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=24124 CPUtime=0.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 5013 0 0 0 9 0 0 0 20 0 1 0 334400063 24702976 4967 33554432000 4194304 9016284 140734439410096 140734439273992 6180568 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 6031 4967 357 1178 0 4849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24124

[startup+0.300208 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=35604 CPUtime=0.28 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 7894 0 0 0 28 0 0 0 20 0 1 0 334400063 36458496 7844 33554432000 4194304 9016284 140734439410096 140734439273992 6816873 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 8901 7844 357 1178 0 7719 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35604

[startup+0.700212 s]
/proc/loadavg: 2.01 2.02 1.97 2/174 29299
/proc/meminfo: memFree=27622944/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=60568 CPUtime=0.69 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 14117 0 0 0 67 2 0 0 20 0 1 0 334400063 62021632 14067 33554432000 4194304 9016284 140734439410096 140734439273992 4447091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 15142 14067 357 1178 0 13960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60568

[startup+1.50021 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=27549264/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=109368 CPUtime=1.49 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 26303 0 0 0 145 4 0 0 20 0 1 0 334400063 111992832 26253 33554432000 4194304 9016284 140734439410096 140734439273992 7870468 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 27342 26253 357 1178 0 26160 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109368

[startup+3.1002 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=27482800/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=205612 CPUtime=3.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 50318 0 0 0 301 8 0 0 20 0 1 0 334400063 210546688 50268 33554432000 4194304 9016284 140734439410096 140734439273544 5208170 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 51403 50268 357 1178 0 50221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205612

[startup+6.30024 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=26628440/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=1035876 CPUtime=6.29 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 261761 0 0 0 589 40 0 0 20 0 1 0 334400063 1060737024 256970 33554432000 4194304 9016284 140734439410096 140734439405768 5256490 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 258969 256970 468 1178 0 257787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1035876

[startup+12.7064 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=25800068/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2108960 CPUtime=12.7 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 451621 0 0 0 1189 81 0 0 20 0 1 0 334400063 2159575040 480789 33554432000 4194304 9016284 140734439410096 140734439406104 7876213 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 527240 480789 558 1178 0 526058 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2108960

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 1.97 3/175 29300
/proc/meminfo: memFree=25398940/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2430420 CPUtime=25.48 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 478125 0 0 0 2458 90 0 0 20 0 1 0 334400063 2488750080 555312 33554432000 4194304 9016284 140734439410096 140734439404264 7227408 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 607605 555312 598 1178 0 606423 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2430420

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 29338
/proc/meminfo: memFree=25060184/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2629236 CPUtime=51.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 482260 0 0 0 5012 97 0 0 20 0 1 0 334400063 2692337664 577801 33554432000 4194304 9016284 140734439410096 140734439404264 6971634 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657309 577801 600 1178 0 656127 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2629236

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 29341
/proc/meminfo: memFree=25050176/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=102.27 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 484389 0 0 0 10122 105 0 0 20 0 1 0 334400063 2693304320 578912 33554432000 4194304 9016284 140734439410096 140734439403960 6863408 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578912 600 1178 0 656363 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2630180

[startup+162.306 s]
/proc/loadavg: 2.08 2.04 1.98 3/175 29342
/proc/meminfo: memFree=25048724/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=162.27 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 486850 0 0 0 16112 115 0 0 20 0 1 0 334400063 2693304320 578919 33554432000 4194304 9016284 140734439410096 140734439403960 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578919 600 1178 0 656363 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2630180

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/175 29342
/proc/meminfo: memFree=25037956/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630180 CPUtime=222.25 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 489127 0 0 0 22102 123 0 0 20 0 1 0 334400063 2693304320 578923 33554432000 4194304 9016284 140734439410096 140734439403016 7198988 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657545 578923 600 1178 0 656363 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2630180

[startup+282.3 s]
/proc/loadavg: 2.10 2.06 1.99 3/174 29342
/proc/meminfo: memFree=25031292/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2630340 CPUtime=282.24 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 491643 0 0 0 28091 133 0 0 20 0 1 0 334400063 2693468160 579190 33554432000 4194304 9016284 140734439410096 140734439403960 6971601 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 657585 579190 600 1178 0 656403 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2630340

[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/175 29343
/proc/meminfo: memFree=25040312/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2621348 CPUtime=342.24 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 494817 0 0 0 34082 142 0 0 20 0 1 0 334400063 2684260352 576783 33554432000 4194304 9016284 140734439410096 140734439403880 7181505 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 655337 576783 603 1178 0 654155 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2621348

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/175 29343
/proc/meminfo: memFree=25032956/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2643804 CPUtime=402.23 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 497062 0 0 0 40076 147 0 0 20 0 1 0 334400063 2707255296 578627 33554432000 4194304 9016284 140734439410096 140734439404264 7180679 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 660951 578627 603 1178 0 659769 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2643804

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 29344
/proc/meminfo: memFree=25045212/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2641004 CPUtime=462.22 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 499873 0 0 0 46068 154 0 0 20 0 1 0 334400063 2704388096 575533 33554432000 4194304 9016284 140734439410096 140734439404264 7227746 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 660251 575533 603 1178 0 659069 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2641004

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29344
/proc/meminfo: memFree=25044696/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2650148 CPUtime=522.21 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 502556 0 0 0 52060 161 0 0 20 0 1 0 334400063 2713751552 576425 33554432000 4194304 9016284 140734439410096 140734439402776 7204769 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 662537 576425 603 1178 0 661355 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2650148

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29344
/proc/meminfo: memFree=25031148/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2656580 CPUtime=582.2 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 505088 0 0 0 58054 166 0 0 20 0 1 0 334400063 2720337920 577366 33554432000 4194304 9016284 140734439410096 140734439403880 7124303 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 664145 577366 603 1178 0 662963 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2656580

[startup+642.3 s]

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

/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 529761 0 0 0 111983 228 0 0 20 0 1 0 334400063 2751139840 587008 33554432000 4194304 9016284 140734439410096 140734439403880 7181481 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 671665 587008 603 1178 0 670483 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2686660

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29349
/proc/meminfo: memFree=24972784/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2688628 CPUtime=1182.1 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 532071 0 0 0 117976 234 0 0 20 0 1 0 334400063 2753155072 587844 33554432000 4194304 9016284 140734439410096 140734439403880 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672157 587844 603 1178 0 670975 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2688628

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29350
/proc/meminfo: memFree=24972008/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2690180 CPUtime=1242.09 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 534523 0 0 0 123969 240 0 0 20 0 1 0 334400063 2754744320 587990 33554432000 4194304 9016284 140734439410096 140734439403880 7181026 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672545 587990 603 1178 0 671363 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2690180

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29352
/proc/meminfo: memFree=24971356/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2691932 CPUtime=1302.08 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 536519 0 0 0 129962 246 0 0 20 0 1 0 334400063 2756538368 587914 33554432000 4194304 9016284 140734439410096 140734439403880 7181387 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 672983 587914 603 1178 0 671801 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2691932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24967512/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2693308 CPUtime=1362.07 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 538518 0 0 0 135955 252 0 0 20 0 1 0 334400063 2757947392 588979 33554432000 4194304 9016284 140734439410096 140734439404264 7181476 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 673327 588979 603 1178 0 672145 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2693308

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24962104/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2694908 CPUtime=1422.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 541578 0 0 0 141946 260 0 0 20 0 1 0 334400063 2759585792 590439 33554432000 4194304 9016284 140734439410096 140734439403880 7181387 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 673727 590439 603 1178 0 672545 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2694908

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24960704/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2704328 CPUtime=1482.06 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 544158 0 0 0 147939 267 0 0 20 0 1 0 334400063 2769231872 590803 33554432000 4194304 9016284 140734439410096 140734439403880 7870548 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676082 590803 603 1178 0 674900 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2704328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24959304/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2705696 CPUtime=1542.04 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 546040 0 0 0 153931 273 0 0 20 0 1 0 334400063 2770632704 590999 33554432000 4194304 9016284 140734439410096 140734439402776 7198972 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676424 590999 603 1178 0 675242 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2705696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29353
/proc/meminfo: memFree=24959288/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2706568 CPUtime=1602.03 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 547754 0 0 0 159923 280 0 0 20 0 1 0 334400063 2771525632 591060 33554432000 4194304 9016284 140734439410096 140734439403016 7199020 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676642 591060 603 1178 0 675460 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2706568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29354
/proc/meminfo: memFree=24956632/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2707136 CPUtime=1662.02 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 549630 0 0 0 165914 288 0 0 20 0 1 0 334400063 2772107264 591592 33554432000 4194304 9016284 140734439410096 140734439402664 7204773 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 676784 591592 603 1178 0 675602 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2707136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29354
/proc/meminfo: memFree=24953296/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2708248 CPUtime=1722.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 551274 0 0 0 171907 294 0 0 20 0 1 0 334400063 2773245952 592194 33554432000 4194304 9016284 140734439410096 140734439403880 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677062 592194 603 1178 0 675880 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2708248

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946852/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2709784 CPUtime=1782.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553171 0 0 0 177900 301 0 0 20 0 1 0 334400063 2774818816 593811 33554432000 4194304 9016284 140734439410096 140734439403880 7180996 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677446 593811 603 1178 0 676264 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2709784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946728/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710056 CPUtime=1800.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553171 0 0 0 179700 301 0 0 20 0 1 0 334400063 2775097344 593811 33554432000 4194304 9016284 140734439410096 140734439402776 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677514 593811 603 1178 0 676332 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2710056

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29299

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

[startup+1800.41 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 29354
/proc/meminfo: memFree=24946728/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2794336 CPUtime=1800.11 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553524 0 0 0 179709 302 0 0 20 0 1 0 334400063 2861400064 603873 33554432000 4194304 9016284 140734439410096 140734439402776 7219378 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 698584 603873 603 1178 0 697402 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2794336

[startup+1801.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1800.91 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179788 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7181418 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 2710192

[startup+1802 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1801.7 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179867 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7181501 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 2710192

[startup+1802.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1801.9 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179887 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 6855218 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 2710192

[startup+1802.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29355
/proc/meminfo: memFree=24948644/32873852 swapFree=6856/6856
[pid=29299] ppid=29297 vsize=2710192 CPUtime=1802.01 cores=0,2,4,6
/proc/29299/stat : 29299 (scip-2.0.1.4b_2) R 29297 29299 20074 0 -1 4202496 553847 0 0 0 179898 303 0 0 20 0 1 0 334400063 2775236608 593316 33554432000 4194304 9016284 140734439410096 140734439403880 7870589 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29299/statm: 677548 593316 603 1178 0 676366 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2710192

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.04
CPU user time (s): 1798.98
CPU system time (s): 3.05253
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2794336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 3.05253
maximum resident set size= 2415492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553847
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= 20
involuntary context switches= 2035

runsolver used 2.74058 second user time and 7.10692 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 02:19:01
IDJOB=3729937
IDBENCH=1371
IDSOLVER=2329
FILE ID=node128/3729937-1338682740
RUNJOBID= node128-1338679209-28499
PBS_JOBID= 14636685
Free space on /tmp= 70384 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l6_n1500.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729937-1338682740/watcher-3729937-1338682740 -o /tmp/evaluation-result-3729937-1338682740/solver-3729937-1338682740 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729937-1338682740.opb -t 1800 -m 15500

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

MD5SUM BENCH= 03ac75ce62b4fa0384fbdccf34acdc82
RANDOM SEED=1111180599

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.91
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.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        27623324 kB
Buffers:          535748 kB
Cached:          3763892 kB
SwapCached:          784 kB
Active:          2053892 kB
Inactive:        2302108 kB
Active(anon):      47248 kB
Inactive(anon):    11368 kB
Active(file):    2006644 kB
Inactive(file):  2290740 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             56640 kB
Writeback:             0 kB
AnonPages:         62388 kB
Mapped:            16800 kB
Shmem:               200 kB
Slab:             756532 kB
SReclaimable:     198716 kB
SUnreclaim:       557816 kB
KernelStack:        1448 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     170780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70364 MiB
End job on node128 at 2012-06-03 02:49:04