Trace number 3451314

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.21 1802.33

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 benchmark3.01554
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.02	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.02	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3451314-1307069788.opb>
6.37/6.47	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
6.37/6.47	c problem read
6.37/6.47	c No objective function, only one solution is needed.
6.37/6.47	c presolving settings loaded
7.77/7.88	c presolving:
11.87/11.93	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
12.27/12.35	c presolving (2 rounds):
12.27/12.35	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
12.27/12.35	c  0 implications, 1500 cliques
12.27/12.35	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
12.27/12.35	c    1500 constraints of type <setppc>
12.27/12.35	c  672750 constraints of type <logicor>
12.27/12.35	c transformed objective value is always integral (scale: 1)
12.27/12.35	c Presolving Time: 4.47
12.27/12.35	c - non default parameters ----------------------------------------------------------------------
12.27/12.35	c # SCIP version 2.0.1.5
12.27/12.35	c 
12.27/12.35	c # frequency for displaying node information lines
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 100]
12.27/12.35	c display/freq = 10000
12.27/12.35	c 
12.27/12.35	c # maximal time in seconds to run
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.27/12.35	c limits/time = 1800
12.27/12.35	c 
12.27/12.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.27/12.35	c limits/memory = 13950
12.27/12.35	c 
12.27/12.35	c # solving stops, if the given number of solutions were found (-1: no limit)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: -1]
12.27/12.35	c limits/solutions = 1
12.27/12.35	c 
12.27/12.35	c # maximal number of separation rounds per node (-1: unlimited)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 5]
12.27/12.35	c separating/maxrounds = 1
12.27/12.35	c 
12.27/12.35	c # maximal number of separation rounds in the root node (-1: unlimited)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: -1]
12.27/12.35	c separating/maxroundsroot = 5
12.27/12.35	c 
12.27/12.35	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.27/12.35	c # [type: int, range: [1,2], default: 1]
12.27/12.35	c timing/clocktype = 2
12.27/12.35	c 
12.27/12.35	c # belongs reading time to solving time?
12.27/12.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.27/12.35	c timing/reading = TRUE
12.27/12.35	c 
12.27/12.35	c # should presolving try to simplify inequalities
12.27/12.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.27/12.35	c constraints/linear/simplifyinequalities = TRUE
12.27/12.35	c 
12.27/12.35	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.27/12.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.27/12.35	c constraints/indicator/addCouplingCons = TRUE
12.27/12.35	c 
12.27/12.35	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.27/12.35	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.27/12.35	c constraints/knapsack/disaggregation = FALSE
12.27/12.35	c 
12.27/12.35	c # should presolving try to simplify knapsacks
12.27/12.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.27/12.35	c constraints/knapsack/simplifyinequalities = TRUE
12.27/12.35	c 
12.27/12.35	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: -1]
12.27/12.35	c presolving/probing/maxrounds = 0
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/coefdiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/coefdiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/coefdiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 30]
12.27/12.35	c heuristics/crossover/freq = -1
12.27/12.35	c 
12.27/12.35	c # number of nodes added to the contingent of the total nodes
12.27/12.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.27/12.35	c heuristics/crossover/nodesofs = 750
12.27/12.35	c 
12.27/12.35	c # number of nodes without incumbent change that heuristic should wait
12.27/12.35	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.27/12.35	c heuristics/crossover/nwaitingnodes = 100
12.27/12.35	c 
12.27/12.35	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.27/12.35	c # [type: real, range: [0,1], default: 0.1]
12.27/12.35	c heuristics/crossover/nodesquot = 0.15
12.27/12.35	c 
12.27/12.35	c # minimum percentage of integer variables that have to be fixed 
12.27/12.35	c # [type: real, range: [0,1], default: 0.666]
12.27/12.35	c heuristics/crossover/minfixingrate = 0.5
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 20]
12.27/12.35	c heuristics/feaspump/freq = -1
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/feaspump/maxlpiterofs = 2000
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/fracdiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/fracdiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/fracdiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/guideddiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/guideddiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/guideddiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/intdiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/intshifting/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/linesearchdiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 20]
12.27/12.35	c heuristics/objpscostdiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to total iteration number
12.27/12.35	c # [type: real, range: [0,1], default: 0.01]
12.27/12.35	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/oneopt/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/pscostdiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/pscostdiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c heuristics/rens/freq = -1
12.27/12.35	c 
12.27/12.35	c # minimum percentage of integer variables that have to be fixable 
12.27/12.35	c # [type: real, range: [0,1], default: 0.5]
12.27/12.35	c heuristics/rens/minfixingrate = 0.3
12.27/12.35	c 
12.27/12.35	c # number of nodes added to the contingent of the total nodes
12.27/12.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.27/12.35	c heuristics/rens/nodesofs = 2000
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 20]
12.27/12.35	c heuristics/rootsoldiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.27/12.35	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/rounding/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c heuristics/shiftandpropagate/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/shifting/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/simplerounding/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/subnlp/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c heuristics/trivial/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/trysol/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c heuristics/undercover/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 10]
12.27/12.35	c heuristics/veclendiving/freq = -1
12.27/12.35	c 
12.27/12.35	c # maximal fraction of diving LP iterations compared to node LP iterations
12.27/12.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.27/12.35	c heuristics/veclendiving/maxlpiterquot = 0.075
12.27/12.35	c 
12.27/12.35	c # additional number of allowed LP iterations
12.27/12.35	c # [type: int, range: [0,2147483647], default: 1000]
12.27/12.35	c heuristics/veclendiving/maxlpiterofs = 1500
12.27/12.35	c 
12.27/12.35	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 1]
12.27/12.35	c heuristics/zirounding/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c separating/cmir/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: 0]
12.27/12.35	c separating/flowcover/freq = -1
12.27/12.35	c 
12.27/12.35	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.27/12.35	c # [type: int, range: [-1,2147483647], default: -1]
12.27/12.35	c separating/rapidlearning/freq = 0
12.27/12.35	c 
12.27/12.35	c -----------------------------------------------------------------------------------------------
12.27/12.35	c start solving
12.27/12.36	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3451314-1307069788/watcher-3451314-1307069788 -o /tmp/evaluation-result-3451314-1307069788/solver-3451314-1307069788 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451314-1307069788.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.00 2.01 1.79 2/521 19974
/proc/meminfo: memFree=21626468/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/19974/stat : 19974 (runsolver) R 19972 19974 18505 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 799394453 12079104 52 33554432000 4194304 5432328 140735300776816 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/19974/statm: 2949 52 31 303 0 2643 0

[startup+0.082028 s]
/proc/loadavg: 2.00 2.01 1.79 2/521 19974
/proc/meminfo: memFree=21626468/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=21492 CPUtime=0.05 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 4341 0 0 0 5 0 0 0 23 0 1 0 799394453 22007808 4295 33554432000 4194304 9163163 140737471281824 18446744073709551615 6165526 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 5373 4295 392 1214 0 4155 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21492

[startup+0.101012 s]
/proc/loadavg: 2.00 2.01 1.79 2/521 19974
/proc/meminfo: memFree=21626468/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=21880 CPUtime=0.07 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 4442 0 0 0 7 0 0 0 23 0 1 0 799394453 22405120 4396 33554432000 4194304 9163163 140737471281824 18446744073709551615 8041869 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 5470 4396 392 1214 0 4252 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21880

[startup+0.301005 s]
/proc/loadavg: 2.00 2.01 1.79 2/521 19974
/proc/meminfo: memFree=21626468/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=31184 CPUtime=0.27 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 6790 0 0 0 27 0 0 0 25 0 1 0 799394453 31932416 6741 33554432000 4194304 9163163 140737471281824 18446744073709551615 4216783 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 7796 6741 392 1214 0 6578 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 31184

[startup+0.700932 s]
/proc/loadavg: 2.00 2.01 1.79 2/521 19974
/proc/meminfo: memFree=21626468/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=49284 CPUtime=0.67 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 11290 0 0 0 66 1 0 0 25 0 1 0 799394453 50466816 11242 33554432000 4194304 9163163 140737471281824 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 12321 11257 392 1214 0 11103 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 49284

[startup+1.50076 s]
/proc/loadavg: 2.08 2.03 1.80 3/522 19975
/proc/meminfo: memFree=21566072/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=84508 CPUtime=1.47 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 20114 0 0 0 144 3 0 0 25 0 1 0 799394453 86536192 20065 33554432000 4194304 9163163 140737471281824 18446744073709551615 8041874 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 21127 20065 392 1214 0 19909 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84508

[startup+3.10049 s]
/proc/loadavg: 2.08 2.03 1.80 3/522 19975
/proc/meminfo: memFree=21518568/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=156612 CPUtime=3.07 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 38125 0 0 0 301 6 0 0 25 0 1 0 799394453 160370688 38076 33554432000 4194304 9163163 140737471281824 18446744073709551615 7962222 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 39153 38076 392 1214 0 37935 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 156612

[startup+6.30088 s]
/proc/loadavg: 2.08 2.03 1.80 3/522 19975
/proc/meminfo: memFree=21371872/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=297700 CPUtime=6.27 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 73342 0 0 0 616 11 0 0 25 0 1 0 799394453 304844800 73293 33554432000 4194304 9163163 140737471281824 18446744073709551615 8031147 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19974/statm: 74425 73293 392 1214 0 73207 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 297700

[startup+12.7007 s]
/proc/loadavg: 2.07 2.03 1.80 3/522 19975
/proc/meminfo: memFree=20663336/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=997188 CPUtime=12.67 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 362168 0 0 0 1220 47 0 0 25 0 1 0 799394453 1021120512 246829 33554432000 4194304 9163163 140737471281824 18446744073709551615 4898085 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 249297 246829 564 1214 0 248079 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 997188

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 1.80 3/522 19976
/proc/meminfo: memFree=19429148/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2414428 CPUtime=25.47 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 734523 0 0 0 2458 89 0 0 25 0 1 0 799394453 2472374272 550822 33554432000 4194304 9163163 140737471281824 18446744073709551615 7224045 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 603607 550822 3444 1214 0 602389 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2414428

[startup+51.1007 s]
/proc/loadavg: 2.16 2.06 1.82 3/522 19976
/proc/meminfo: memFree=19335496/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2624868 CPUtime=51.05 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 796878 0 0 0 5005 100 0 0 25 0 1 0 799394453 2687864832 572256 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348657 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 656217 572256 1932 1214 0 654999 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 2624868

[startup+102.32 s]
/proc/loadavg: 2.12 2.06 1.83 3/522 20005
/proc/meminfo: memFree=18656780/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2629908 CPUtime=102.27 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 869291 0 0 0 10114 113 0 0 25 0 1 0 799394453 2693025792 572858 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657477 572858 1932 1214 0 656259 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2629908

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 1.84 3/522 20006
/proc/meminfo: memFree=13507208/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2629908 CPUtime=162.24 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 942770 0 0 0 16100 124 0 0 25 0 1 0 799394453 2693025792 572935 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348226 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657477 572935 1932 1214 0 656259 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2629908

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 1.84 3/522 20008
/proc/meminfo: memFree=13506232/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2629908 CPUtime=222.24 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1010324 0 0 0 22088 136 0 0 25 0 1 0 799394453 2693025792 573025 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657477 573025 1932 1214 0 656259 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2629908

[startup+282.3 s]
/proc/loadavg: 2.15 2.07 1.86 3/522 20018
/proc/meminfo: memFree=13880860/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2629908 CPUtime=282.24 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1089588 0 0 0 28074 150 0 0 25 0 1 0 799394453 2693025792 573082 33554432000 4194304 9163163 140737471281824 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657477 573082 1932 1214 0 656259 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2629908

[startup+342.3 s]
/proc/loadavg: 2.05 2.05 1.87 3/522 20020
/proc/meminfo: memFree=13668680/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2630764 CPUtime=342.24 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1152327 0 0 0 34064 160 0 0 25 0 1 0 799394453 2693902336 573129 33554432000 4194304 9163163 140737471281824 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657691 573129 1932 1214 0 656473 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2630764

[startup+402.3 s]
/proc/loadavg: 2.16 2.08 1.89 3/522 20022
/proc/meminfo: memFree=13677288/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2628916 CPUtime=402.24 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1202312 0 0 0 40056 168 0 0 25 0 1 0 799394453 2692009984 570199 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349096 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657229 570199 815 1214 0 656011 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 2628916

[startup+462.3 s]
/proc/loadavg: 2.13 2.07 1.90 3/522 20023
/proc/meminfo: memFree=13652276/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2631764 CPUtime=462.23 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1232809 0 0 0 46049 174 0 0 25 0 1 0 799394453 2694926336 567301 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348516 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 657941 567301 653 1214 0 656723 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 2631764

[startup+522.3 s]
/proc/loadavg: 2.04 2.06 1.90 3/522 20025
/proc/meminfo: memFree=13662648/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2640732 CPUtime=522.22 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1257726 0 0 0 52043 179 0 0 25 0 1 0 799394453 2704109568 568008 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348559 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 660183 568008 653 1214 0 658965 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 2640732

[startup+582.3 s]
/proc/loadavg: 2.01 2.05 1.91 3/522 20026
/proc/meminfo: memFree=13660208/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2647796 CPUtime=582.23 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1283608 0 0 0 58039 184 0 0 25 0 1 0 799394453 2711343104 568511 33554432000 4194304 9163163 140737471281824 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 661949 568511 621 1214 0 660731 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 2647796

[startup+642.3 s]

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

/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1549644 0 0 0 105994 227 0 0 25 0 1 0 799394453 2744807424 571524 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349118 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 670119 571524 621 1214 0 668901 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 2680476

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 1.94 3/522 20041
/proc/meminfo: memFree=13549932/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2681828 CPUtime=1122.2 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1581228 0 0 0 111988 232 0 0 25 0 1 0 799394453 2746191872 571654 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 670457 571654 621 1214 0 669239 0
Current children cumulated CPU time (s) 1122.2
Current children cumulated vsize (KiB) 2681828

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/522 20042
/proc/meminfo: memFree=13547888/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2683812 CPUtime=1182.2 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1602673 0 0 0 117985 235 0 0 25 0 1 0 799394453 2748223488 571980 33554432000 4194304 9163163 140737471281824 18446744073709551615 7274247 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 670953 571980 621 1214 0 669735 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 2683812

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/522 20044
/proc/meminfo: memFree=13515360/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2685572 CPUtime=1242.2 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1634999 0 0 0 123980 240 0 0 25 0 1 0 799394453 2750025728 572378 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 671393 572378 621 1214 0 670175 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 2685572

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/522 20046
/proc/meminfo: memFree=13514828/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2687196 CPUtime=1302.21 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1667274 0 0 0 129975 246 0 0 25 0 1 0 799394453 2751688704 572407 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349256 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 671799 572407 621 1214 0 670581 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 2687196

[startup+1362.3 s]
/proc/loadavg: 2.12 2.05 1.95 3/522 20047
/proc/meminfo: memFree=13598344/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2688780 CPUtime=1362.19 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1700292 0 0 0 135968 251 0 0 25 0 1 0 799394453 2753310720 572781 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 672195 572781 621 1214 0 670977 0
Current children cumulated CPU time (s) 1362.19
Current children cumulated vsize (KiB) 2688780

[startup+1422.32 s]
/proc/loadavg: 2.10 2.05 1.96 3/522 20049
/proc/meminfo: memFree=13603736/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2689908 CPUtime=1422.21 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1722230 0 0 0 141965 256 0 0 25 0 1 0 799394453 2754465792 572930 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 672477 572930 621 1214 0 671259 0
Current children cumulated CPU time (s) 1422.21
Current children cumulated vsize (KiB) 2689908

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 1.96 3/522 20050
/proc/meminfo: memFree=13532524/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2691660 CPUtime=1482.19 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1755193 0 0 0 147958 261 0 0 25 0 1 0 799394453 2756259840 572942 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348579 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 672915 572942 621 1214 0 671697 0
Current children cumulated CPU time (s) 1482.19
Current children cumulated vsize (KiB) 2691660

[startup+1542.3 s]
/proc/loadavg: 2.12 2.06 1.97 3/522 20052
/proc/meminfo: memFree=13526408/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2693036 CPUtime=1542.19 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1788462 0 0 0 153953 266 0 0 25 0 1 0 799394453 2757668864 573018 33554432000 4194304 9163163 140737471281824 18446744073709551615 7274243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 673259 573018 621 1214 0 672041 0
Current children cumulated CPU time (s) 1542.19
Current children cumulated vsize (KiB) 2693036

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 1.97 3/522 20054
/proc/meminfo: memFree=13611420/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2694236 CPUtime=1602.19 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1822674 0 0 0 159947 272 0 0 25 0 1 0 799394453 2758897664 573834 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 673559 573834 621 1214 0 672341 0
Current children cumulated CPU time (s) 1602.19
Current children cumulated vsize (KiB) 2694236

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/522 20055
/proc/meminfo: memFree=13603948/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2695620 CPUtime=1662.18 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1856470 0 0 0 165941 277 0 0 25 0 1 0 799394453 2760314880 573829 33554432000 4194304 9163163 140737471281824 18446744073709551615 7274247 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 673905 573829 621 1214 0 672687 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 2695620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/522 20059
/proc/meminfo: memFree=13638616/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2704600 CPUtime=1722.18 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1884950 0 0 0 171935 283 0 0 25 0 1 0 799394453 2769510400 574636 33554432000 4194304 9163163 140737471281824 18446744073709551615 7376014 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676150 574636 621 1214 0 674932 0
Current children cumulated CPU time (s) 1722.18
Current children cumulated vsize (KiB) 2704600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/522 20061
/proc/meminfo: memFree=13590104/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2705448 CPUtime=1782.17 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1919181 0 0 0 177929 288 0 0 25 0 1 0 799394453 2770378752 574624 33554432000 4194304 9163163 140737471281824 18446744073709551615 7274200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676362 574624 621 1214 0 675144 0
Current children cumulated CPU time (s) 1782.17
Current children cumulated vsize (KiB) 2705448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.00 2.02 1.97 3/522 20062
/proc/meminfo: memFree=13565796/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2705496 CPUtime=1800.08 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1930620 0 0 0 179718 290 0 0 25 0 1 0 799394453 2770427904 574689 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349118 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676374 574689 621 1214 0 675156 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2705496

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19974

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 1.97 3/523 20063
/proc/meminfo: memFree=13565292/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2705496 CPUtime=1801.27 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1930625 0 0 0 179837 290 0 0 25 0 1 0 799394453 2770427904 574694 33554432000 4194304 9163163 140737471281824 18446744073709551615 7349313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676374 574694 621 1214 0 675156 0
Current children cumulated CPU time (s) 1801.27
Current children cumulated vsize (KiB) 2705496

[startup+1801.82 s]
/proc/loadavg: 2.00 2.02 1.97 3/523 20063
/proc/meminfo: memFree=13565292/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2705496 CPUtime=1801.69 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1930627 0 0 0 179879 290 0 0 25 0 1 0 799394453 2770427904 574696 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676374 574696 621 1214 0 675156 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 2705496

[startup+1802.2 s]
/proc/loadavg: 2.00 2.02 1.97 3/523 20063
/proc/meminfo: memFree=13565292/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=2705496 CPUtime=1802.07 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4202496 1930629 0 0 0 179917 290 0 0 25 0 1 0 799394453 2770427904 574698 33554432000 4194304 9163163 140737471281824 18446744073709551615 7348322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19974/statm: 676374 574698 621 1214 0 675156 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2705496

[startup+1802.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/523 20063
/proc/meminfo: memFree=13565292/32951124 swapFree=58800704/67111528
[pid=19974] ppid=19972 vsize=0 CPUtime=1802.17 cores=0,2,4,6
/proc/19974/stat : 19974 (scip-2.0.1.4b.l) R 19972 19974 18505 0 -1 4203524 1930629 0 0 0 179919 298 0 0 25 0 1 0 799394453 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0
/proc/19974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.33
CPU time (s): 1802.21
CPU user time (s): 1799.2
CPU system time (s): 3.01354
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 2789760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 3.01354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1930629
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= 4
involuntary context switches= 4083

runsolver used 9.79451 second user time and 21.3718 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 04:56:30
IDJOB=3451314
IDBENCH=1371
IDSOLVER=1948
FILE ID=node142/3451314-1307069788
RUNJOBID= node142-1307068304-19569
PBS_JOBID= 13497844
Free space on /tmp= 73872 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
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.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451314-1307069788/watcher-3451314-1307069788 -o /tmp/evaluation-result-3451314-1307069788/solver-3451314-1307069788 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451314-1307069788.opb -t 1800 -m 15500

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

MD5SUM BENCH= 03ac75ce62b4fa0384fbdccf34acdc82
RANDOM SEED=227083316

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21626764 kB
Buffers:        209808 kB
Cached:         402688 kB
SwapCached:      11452 kB
Active:        9336028 kB
Inactive:      1727832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21626764 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           52520 kB
Writeback:           0 kB
AnonPages:    10448780 kB
Mapped:          34608 kB
Slab:           116060 kB
PageTables:      75172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145443052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73772 MiB
End job on node142 at 2011-06-03 05:26:32