Trace number 3690406

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? (TO) 1802.05 1802.34

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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690406-1338016938.opb>
2.29/2.33	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
2.29/2.33	c problem read in 2.34
2.68/2.75	c No objective function, only one solution is needed.
2.68/2.75	c presolving settings loaded
5.08/5.17	c presolving:
11.59/11.69	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
17.38/17.44	c presolving (2 rounds):
17.38/17.44	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
17.38/17.45	c  0 implications, 1500 cliques
17.38/17.45	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
17.38/17.45	c    1500 constraints of type <setppc>
17.38/17.45	c  672750 constraints of type <logicor>
17.38/17.45	c transformed objective value is always integral (scale: 1)
17.38/17.45	c Presolving Time: 14.49
17.38/17.45	c - non default parameters ----------------------------------------------------------------------
17.38/17.45	c # SCIP version 2.1.1.4
17.38/17.45	c 
17.38/17.45	c # maximal time in seconds to run
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.38/17.45	c limits/time = 1797
17.38/17.45	c 
17.38/17.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.38/17.45	c limits/memory = 13950
17.38/17.45	c 
17.38/17.45	c # solving stops, if the given number of solutions were found (-1: no limit)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: -1]
17.38/17.45	c limits/solutions = 1
17.38/17.45	c 
17.38/17.45	c # maximal number of separation rounds per node (-1: unlimited)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 5]
17.38/17.45	c separating/maxrounds = 1
17.38/17.45	c 
17.38/17.45	c # maximal number of separation rounds in the root node (-1: unlimited)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: -1]
17.38/17.45	c separating/maxroundsroot = 5
17.38/17.45	c 
17.38/17.45	c # default clock type (1: CPU user seconds, 2: wall clock time)
17.38/17.45	c # [type: int, range: [1,2], default: 1]
17.38/17.45	c timing/clocktype = 2
17.38/17.45	c 
17.38/17.45	c # belongs reading time to solving time?
17.38/17.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.38/17.45	c timing/reading = TRUE
17.38/17.45	c 
17.38/17.45	c # should disaggregation of knapsack constraints be allowed in preprocessing?
17.38/17.45	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
17.38/17.45	c constraints/knapsack/disaggregation = FALSE
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/coefdiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/coefdiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/coefdiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 30]
17.38/17.45	c heuristics/crossover/freq = -1
17.38/17.45	c 
17.38/17.45	c # number of nodes added to the contingent of the total nodes
17.38/17.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.38/17.45	c heuristics/crossover/nodesofs = 750
17.38/17.45	c 
17.38/17.45	c # number of nodes without incumbent change that heuristic should wait
17.38/17.45	c # [type: longint, range: [0,9223372036854775807], default: 200]
17.38/17.45	c heuristics/crossover/nwaitingnodes = 100
17.38/17.45	c 
17.38/17.45	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
17.38/17.45	c # [type: real, range: [0,1], default: 0.1]
17.38/17.45	c heuristics/crossover/nodesquot = 0.15
17.38/17.45	c 
17.38/17.45	c # minimum percentage of integer variables that have to be fixed 
17.38/17.45	c # [type: real, range: [0,1], default: 0.666]
17.38/17.45	c heuristics/crossover/minfixingrate = 0.5
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 20]
17.38/17.45	c heuristics/feaspump/freq = -1
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/feaspump/maxlpiterofs = 2000
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/fracdiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/fracdiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/fracdiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/guideddiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/guideddiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/guideddiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/intdiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/intshifting/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/linesearchdiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/linesearchdiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/linesearchdiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 20]
17.38/17.45	c heuristics/objpscostdiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to total iteration number
17.38/17.45	c # [type: real, range: [0,1], default: 0.01]
17.38/17.45	c heuristics/objpscostdiving/maxlpiterquot = 0.015
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/objpscostdiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/oneopt/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/pscostdiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/pscostdiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/pscostdiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c heuristics/rens/freq = -1
17.38/17.45	c 
17.38/17.45	c # minimum percentage of integer variables that have to be fixable 
17.38/17.45	c # [type: real, range: [0,1], default: 0.5]
17.38/17.45	c heuristics/rens/minfixingrate = 0.3
17.38/17.45	c 
17.38/17.45	c # number of nodes added to the contingent of the total nodes
17.38/17.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.38/17.45	c heuristics/rens/nodesofs = 2000
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 20]
17.38/17.45	c heuristics/rootsoldiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
17.38/17.45	c heuristics/rootsoldiving/maxlpiterquot = 0.015
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/rootsoldiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/rounding/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c heuristics/shiftandpropagate/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/shifting/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/simplerounding/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/subnlp/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c heuristics/trivial/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/trysol/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c heuristics/undercover/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 10]
17.38/17.45	c heuristics/veclendiving/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal fraction of diving LP iterations compared to node LP iterations
17.38/17.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.38/17.45	c heuristics/veclendiving/maxlpiterquot = 0.075
17.38/17.45	c 
17.38/17.45	c # additional number of allowed LP iterations
17.38/17.45	c # [type: int, range: [0,2147483647], default: 1000]
17.38/17.45	c heuristics/veclendiving/maxlpiterofs = 1500
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/zirounding/freq = -1
17.38/17.45	c 
17.38/17.45	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: -1]
17.38/17.45	c propagating/probing/maxprerounds = 0
17.38/17.45	c 
17.38/17.45	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c separating/cmir/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 0]
17.38/17.45	c separating/flowcover/freq = -1
17.38/17.45	c 
17.38/17.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: -1]
17.38/17.45	c separating/rapidlearning/freq = 0
17.38/17.45	c 
17.38/17.45	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
17.38/17.45	c # [type: int, range: [-1,2147483647], default: 1]
17.38/17.45	c heuristics/indoneopt/freq = -1
17.38/17.45	c 
17.38/17.45	c -----------------------------------------------------------------------------------------------
17.38/17.45	c start solving
17.38/17.46	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-3690406-1338016938/watcher-3690406-1338016938 -o /tmp/evaluation-result-3690406-1338016938/solver-3690406-1338016938 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690406-1338016938.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: 0.01 0.02 0.00 2/176 21055
/proc/meminfo: memFree=27479200/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=10792 CPUtime=0 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 1455 0 0 0 0 0 0 0 20 0 1 0 267820013 11051008 1409 33554432000 4194304 10173063 140734226078368 140733638724056 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 2698 1411 413 1460 0 1229 0

[startup+0.0153841 s]
/proc/loadavg: 0.01 0.02 0.00 2/176 21055
/proc/meminfo: memFree=27479200/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=15400 CPUtime=0 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 2602 0 0 0 0 0 0 0 20 0 1 0 267820013 15769600 2556 33554432000 4194304 10173063 140734226078368 140733638724056 8818694 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 3850 2556 413 1460 0 2381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15400

[startup+0.100228 s]
/proc/loadavg: 0.01 0.02 0.00 2/176 21055
/proc/meminfo: memFree=27479200/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=24572 CPUtime=0.08 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 4897 0 0 0 8 0 0 0 20 0 1 0 267820013 25161728 4851 33554432000 4194304 10173063 140734226078368 140734225943544 7141808 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 6143 4851 413 1460 0 4674 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24572

[startup+0.300226 s]
/proc/loadavg: 0.01 0.02 0.00 2/176 21055
/proc/meminfo: memFree=27479200/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=45204 CPUtime=0.29 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 10048 0 0 0 27 2 0 0 20 0 1 0 267820013 46288896 10002 33554432000 4194304 10173063 140734226078368 140734225943544 5285019 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 11301 10002 413 1460 0 9832 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45204

[startup+0.700221 s]
/proc/loadavg: 0.01 0.02 0.00 2/176 21055
/proc/meminfo: memFree=27479200/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=84396 CPUtime=0.69 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 19798 0 0 0 66 3 0 0 20 0 1 0 267820013 86421504 19752 33554432000 4194304 10173063 140734226078368 140734225943544 7171761 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 21099 19752 413 1460 0 19630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84396

[startup+1.50022 s]
/proc/loadavg: 0.17 0.05 0.01 3/177 21056
/proc/meminfo: memFree=27017012/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=160996 CPUtime=1.48 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 38903 0 0 0 142 6 0 0 20 0 1 0 267820013 164859904 38857 33554432000 4194304 10173063 140734226078368 140734225943544 5987911 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 40249 38857 413 1460 0 38780 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 160996

[startup+3.10023 s]
/proc/loadavg: 0.17 0.05 0.01 3/177 21056
/proc/meminfo: memFree=26906504/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=572512 CPUtime=3.08 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 142307 0 0 0 287 21 0 0 20 0 1 0 267820013 586252288 141121 33554432000 4194304 10173063 140734226078368 140734226074200 7545739 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 143128 141159 509 1460 0 141659 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 572512

[startup+6.30026 s]
/proc/loadavg: 0.31 0.08 0.02 3/177 21056
/proc/meminfo: memFree=25997120/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=1062572 CPUtime=6.28 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 318977 0 0 0 561 67 0 0 20 0 1 0 267820013 1088073728 263113 33554432000 4194304 10173063 140734226078368 140734226075368 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21055/statm: 265643 263113 543 1460 0 264174 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1062572

[startup+12.7003 s]
/proc/loadavg: 0.45 0.11 0.03 3/177 21056
/proc/meminfo: memFree=25207500/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=1443968 CPUtime=12.68 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 425718 0 0 0 1137 131 0 0 20 0 1 0 267820013 1478623232 358133 33554432000 4194304 10173063 140734226078368 140734226074424 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 360992 358133 562 1460 0 359523 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1443968

[startup+25.5005 s]
/proc/loadavg: 0.69 0.17 0.05 3/177 21056
/proc/meminfo: memFree=24280808/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2571836 CPUtime=25.48 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 559754 0 0 0 2380 168 0 0 20 0 1 0 267820013 2633560064 600365 33554432000 4194304 10173063 140734226078368 140734226071624 8063502 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 642959 600365 720 1460 0 641490 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2571836

[startup+51.1003 s]
/proc/loadavg: 1.20 0.35 0.11 3/177 21056
/proc/meminfo: memFree=24169008/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2810948 CPUtime=51.08 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 569551 0 0 0 4930 178 0 0 20 0 1 0 267820013 2878410752 622203 33554432000 4194304 10173063 140734226078368 140734226070696 8047326 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 702737 622203 721 1460 0 701268 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2810948

[startup+102.3 s]
/proc/loadavg: 1.69 0.62 0.21 3/177 21057
/proc/meminfo: memFree=24188224/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2811212 CPUtime=102.27 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 576191 0 0 0 10036 191 0 0 20 0 1 0 267820013 2878681088 623296 33554432000 4194304 10173063 140734226078368 140734226070888 7595772 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 702803 623296 721 1460 0 701334 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2811212

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.32 3/177 21057
/proc/meminfo: memFree=24186020/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2811212 CPUtime=162.26 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 582850 0 0 0 16024 202 0 0 20 0 1 0 267820013 2878681088 623816 33554432000 4194304 10173063 140734226078368 140734226071624 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 702803 623816 721 1460 0 701334 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2811212

[startup+222.307 s]
/proc/loadavg: 1.95 1.07 0.42 3/177 21057
/proc/meminfo: memFree=24173544/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2812344 CPUtime=222.25 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 588951 0 0 0 22012 213 0 0 20 0 1 0 267820013 2879840256 623901 33554432000 4194304 10173063 140734226078368 140734226071624 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 703086 623901 721 1460 0 701617 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2812344

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.52 3/177 21057
/proc/meminfo: memFree=24170372/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2813124 CPUtime=282.24 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 594955 0 0 0 27999 225 0 0 20 0 1 0 267820013 2880638976 624074 33554432000 4194304 10173063 140734226078368 140734226071624 7706056 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 703281 624074 721 1460 0 701812 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2813124

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 21057
/proc/meminfo: memFree=24134320/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2849352 CPUtime=342.23 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 599124 0 0 0 33987 236 0 0 20 0 1 0 267820013 2917736448 629764 33554432000 4194304 10173063 140734226078368 140734226071544 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 712338 629764 726 1460 0 710869 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2849352

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/176 21057
/proc/meminfo: memFree=24130000/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2867896 CPUtime=402.22 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 601726 0 0 0 39979 243 0 0 20 0 1 0 267820013 2936725504 630809 33554432000 4194304 10173063 140734226078368 140734226071544 8013264 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 716974 630809 726 1460 0 715505 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2867896

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 21059
/proc/meminfo: memFree=24119908/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2880624 CPUtime=462.21 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 604471 0 0 0 45971 250 0 0 20 0 1 0 267820013 2949758976 633067 33554432000 4194304 10173063 140734226078368 140734226071544 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 720156 633067 726 1460 0 718687 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2880624

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/178 21061
/proc/meminfo: memFree=24092624/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2917064 CPUtime=522.2 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 607034 0 0 0 51963 257 0 0 20 0 1 0 267820013 2987073536 639266 33554432000 4194304 10173063 140734226078368 140734226071544 8013009 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 729266 639266 726 1460 0 727797 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2917064

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/177 21061
/proc/meminfo: memFree=24089124/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2924112 CPUtime=582.2 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 609338 0 0 0 57956 264 0 0 20 0 1 0 267820013 2994290688 640115 33554432000 4194304 10173063 140734226078368 140734226071544 8012649 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 731028 640115 726 1460 0 729559 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2924112

[startup+642.3 s]

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

/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 624985 0 0 0 99904 309 0 0 20 0 1 0 267820013 3019259904 643595 33554432000 4194304 10173063 140734226078368 140734226072008 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 737124 643595 726 1460 0 735655 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2948496

[startup+1062.3 s]
/proc/loadavg: 2.02 1.95 1.35 3/177 21063
/proc/meminfo: memFree=24064216/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2950416 CPUtime=1062.13 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 627613 0 0 0 105896 317 0 0 20 0 1 0 267820013 3021225984 644350 33554432000 4194304 10173063 140734226078368 140734226071544 8013061 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 737604 644350 726 1460 0 736135 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2950416

[startup+1122.3 s]
/proc/loadavg: 2.01 1.96 1.38 3/178 21066
/proc/meminfo: memFree=24067836/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2952480 CPUtime=1122.12 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 629188 0 0 0 111889 323 0 0 20 0 1 0 267820013 3023339520 643471 33554432000 4194304 10173063 140734226078368 140734226072008 8012673 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 738120 643471 726 1460 0 736651 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2952480

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 21066
/proc/meminfo: memFree=24064352/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2954544 CPUtime=1182.1 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 631952 0 0 0 117880 330 0 0 20 0 1 0 267820013 3025453056 644301 33554432000 4194304 10173063 140734226078368 140734226071544 7956335 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 738636 644301 726 1460 0 737167 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2954544

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 21066
/proc/meminfo: memFree=24063028/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2955680 CPUtime=1242.1 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 634135 0 0 0 123874 336 0 0 20 0 1 0 267820013 3026616320 644491 33554432000 4194304 10173063 140734226078368 140734226071544 7594574 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 738920 644491 726 1460 0 737451 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2955680

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/177 21066
/proc/meminfo: memFree=24058280/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2956088 CPUtime=1302.09 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 636030 0 0 0 129867 342 0 0 20 0 1 0 267820013 3027034112 645469 33554432000 4194304 10173063 140734226078368 140734226071544 7955690 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 739022 645469 726 1460 0 737553 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2956088

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/177 21067
/proc/meminfo: memFree=24057328/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2958192 CPUtime=1362.08 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 638128 0 0 0 135858 350 0 0 20 0 1 0 267820013 3029188608 645909 33554432000 4194304 10173063 140734226078368 140734226071544 8012573 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 739548 645909 726 1460 0 738079 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2958192

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/177 21067
/proc/meminfo: memFree=24048984/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2959040 CPUtime=1422.07 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 639874 0 0 0 141852 355 0 0 20 0 1 0 267820013 3030056960 647978 33554432000 4194304 10173063 140734226078368 140734226071544 7595764 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 739760 647978 726 1460 0 738291 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2959040

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.57 3/177 21067
/proc/meminfo: memFree=24000168/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2960144 CPUtime=1482.05 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 642594 0 0 0 147842 363 0 0 20 0 1 0 267820013 3031187456 649533 33554432000 4194304 10173063 140734226078368 140734226070584 8012644 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 740036 649533 726 1460 0 738567 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2960144

[startup+1542.31 s]
/proc/loadavg: 2.02 1.99 1.60 3/177 21105
/proc/meminfo: memFree=24904316/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2961792 CPUtime=1542.05 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 644762 0 0 0 153836 369 0 0 20 0 1 0 267820013 3032875008 649647 33554432000 4194304 10173063 140734226078368 140734226071544 7980770 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 740448 649647 726 1460 0 738979 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2961792

[startup+1602.3 s]
/proc/loadavg: 2.01 1.99 1.62 3/177 21105
/proc/meminfo: memFree=24897396/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2963216 CPUtime=1602.03 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 646925 0 0 0 159827 376 0 0 20 0 1 0 267820013 3034333184 650963 33554432000 4194304 10173063 140734226078368 140734226071544 8013296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 740804 650963 726 1460 0 739335 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2963216

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/177 21106
/proc/meminfo: memFree=24894760/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2964192 CPUtime=1662.02 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 649094 0 0 0 165817 385 0 0 20 0 1 0 267820013 3035332608 651671 33554432000 4194304 10173063 140734226078368 140734226071544 8013296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 741048 651671 726 1460 0 739579 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2964192

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/178 21109
/proc/meminfo: memFree=24893760/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2966280 CPUtime=1722.01 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 650909 0 0 0 171810 391 0 0 20 0 1 0 267820013 3037470720 651800 33554432000 4194304 10173063 140734226078368 140734226071544 7956339 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 741570 651800 726 1460 0 740101 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2966280

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 21109
/proc/meminfo: memFree=24892092/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2967432 CPUtime=1782.01 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 653702 0 0 0 177802 399 0 0 20 0 1 0 267820013 3038650368 651871 33554432000 4194304 10173063 140734226078368 140734226071544 8012567 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 741858 651871 726 1460 0 740389 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2967432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 21109
/proc/meminfo: memFree=24893888/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2967816 CPUtime=1800.01 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 654447 0 0 0 179600 401 0 0 20 0 1 0 267820013 3039043584 651379 33554432000 4194304 10173063 140734226078368 140734226071544 8013268 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 741954 651379 726 1460 0 740485 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2967816

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21055

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

[startup+1801.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 21110
/proc/meminfo: memFree=24893880/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2914484 CPUtime=1801.2 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 655369 0 0 0 179716 404 0 0 20 0 1 0 267820013 2984431616 635276 33554432000 4194304 10173063 140734226078368 140734226071544 8047317 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 728621 635276 728 1460 0 727152 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 2914484

[startup+1801.91 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 21110
/proc/meminfo: memFree=24947664/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2914484 CPUtime=1801.61 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 655571 0 0 0 179756 405 0 0 20 0 1 0 267820013 2984431616 637522 33554432000 4194304 10173063 140734226078368 140734226070872 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 728621 637522 728 1460 0 727152 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 2914484

[startup+1802.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 21110
/proc/meminfo: memFree=24947664/32873844 swapFree=7364/7364
[pid=21055] ppid=21053 vsize=2914484 CPUtime=1802 cores=0,2,4,6
/proc/21055/stat : 21055 (scip-2.1.1.4fix) R 21053 21055 21011 0 -1 4202496 655571 0 0 0 179795 405 0 0 20 0 1 0 267820013 2984431616 637522 33554432000 4194304 10173063 140734226078368 140734226070872 8033103 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21055/statm: 728621 637522 728 1460 0 727152 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2914484

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.34
CPU time (s): 1802.05
CPU user time (s): 1797.97
CPU system time (s): 4.08038
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 3051972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 4.08038
maximum resident set size= 2649724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655571
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= 15
involuntary context switches= 2074

runsolver used 3.15152 second user time and 8.49571 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-26 09:22:19
IDJOB=3690406
IDBENCH=1371
IDSOLVER=2270
FILE ID=node118/3690406-1338016938
RUNJOBID= node118-1338016936-21027
PBS_JOBID= 14624353
Free space on /tmp= 71536 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l6_n1500.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690406-1338016938/watcher-3690406-1338016938 -o /tmp/evaluation-result-3690406-1338016938/solver-3690406-1338016938 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690406-1338016938.opb -t 1800 -m 15500

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

MD5SUM BENCH= 03ac75ce62b4fa0384fbdccf34acdc82
RANDOM SEED=1225452900

node118.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.212
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.42
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.212
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	: 5438.55
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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27481804 kB
Buffers:          233848 kB
Cached:          4294336 kB
SwapCached:            0 kB
Active:           672180 kB
Inactive:        3944316 kB
Active(anon):      90156 kB
Inactive(anon):        0 kB
Active(file):     582024 kB
Inactive(file):  3944316 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             78836 kB
Writeback:             0 kB
AnonPages:         97196 kB
Mapped:            15652 kB
Shmem:               200 kB
Slab:             637924 kB
SReclaimable:      80072 kB
SUnreclaim:       557852 kB
KernelStack:        1424 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71532 MiB
End job on node118 at 2012-05-26 09:52:22