Trace number 3452983

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.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.31 1802.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_9.opb.PB06.opb
MD5SUM81a731c23b82a1147f726d3bcf60f6bf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark6.79097
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 constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 462
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452983-1307070024.opb>
16.79/16.88	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.79/16.88	c problem read
16.79/16.88	c No objective function, only one solution is needed.
16.79/16.88	c presolving settings loaded
26.19/26.25	c presolving:
40.98/41.09	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2559500 upgd conss, 4000 impls, 100 clqs
43.39/43.46	c presolving (2 rounds):
43.39/43.46	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5041 changed coefficients
43.39/43.46	c  4000 implications, 100 cliques
43.39/43.46	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
43.39/43.46	c    4950 constraints of type <knapsack>
43.39/43.46	c    2100 constraints of type <setppc>
43.39/43.46	c       1 constraints of type <linear>
43.39/43.46	c 2552450 constraints of type <logicor>
43.39/43.46	c transformed objective value is always integral (scale: 1)
43.39/43.46	c Presolving Time: 25.12
43.39/43.46	c - non default parameters ----------------------------------------------------------------------
43.39/43.46	c # SCIP version 2.0.1.4
43.39/43.46	c 
43.39/43.46	c # frequency for displaying node information lines
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 100]
43.39/43.46	c display/freq = 10000
43.39/43.46	c 
43.39/43.46	c # maximal time in seconds to run
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.39/43.46	c limits/time = 1800
43.39/43.46	c 
43.39/43.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.39/43.46	c limits/memory = 13950
43.39/43.46	c 
43.39/43.46	c # solving stops, if the given number of solutions were found (-1: no limit)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: -1]
43.39/43.46	c limits/solutions = 1
43.39/43.46	c 
43.39/43.46	c # maximal number of separation rounds per node (-1: unlimited)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 5]
43.39/43.46	c separating/maxrounds = 1
43.39/43.46	c 
43.39/43.46	c # maximal number of separation rounds in the root node (-1: unlimited)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: -1]
43.39/43.46	c separating/maxroundsroot = 5
43.39/43.46	c 
43.39/43.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
43.39/43.46	c # [type: int, range: [1,2], default: 1]
43.39/43.46	c timing/clocktype = 2
43.39/43.46	c 
43.39/43.46	c # belongs reading time to solving time?
43.39/43.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.39/43.46	c timing/reading = TRUE
43.39/43.46	c 
43.39/43.46	c # should presolving try to simplify inequalities
43.39/43.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.39/43.46	c constraints/linear/simplifyinequalities = TRUE
43.39/43.46	c 
43.39/43.46	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
43.39/43.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.39/43.46	c constraints/indicator/addCouplingCons = TRUE
43.39/43.46	c 
43.39/43.46	c # should disaggregation of knapsack constraints be allowed in preprocessing?
43.39/43.46	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
43.39/43.46	c constraints/knapsack/disaggregation = FALSE
43.39/43.46	c 
43.39/43.46	c # should presolving try to simplify knapsacks
43.39/43.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.39/43.46	c constraints/knapsack/simplifyinequalities = TRUE
43.39/43.46	c 
43.39/43.46	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: -1]
43.39/43.46	c presolving/probing/maxrounds = 0
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/coefdiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/coefdiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/coefdiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 30]
43.39/43.46	c heuristics/crossover/freq = -1
43.39/43.46	c 
43.39/43.46	c # number of nodes added to the contingent of the total nodes
43.39/43.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.39/43.46	c heuristics/crossover/nodesofs = 750
43.39/43.46	c 
43.39/43.46	c # number of nodes without incumbent change that heuristic should wait
43.39/43.46	c # [type: longint, range: [0,9223372036854775807], default: 200]
43.39/43.46	c heuristics/crossover/nwaitingnodes = 100
43.39/43.46	c 
43.39/43.46	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
43.39/43.46	c # [type: real, range: [0,1], default: 0.1]
43.39/43.46	c heuristics/crossover/nodesquot = 0.15
43.39/43.46	c 
43.39/43.46	c # minimum percentage of integer variables that have to be fixed 
43.39/43.46	c # [type: real, range: [0,1], default: 0.666]
43.39/43.46	c heuristics/crossover/minfixingrate = 0.5
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 20]
43.39/43.46	c heuristics/feaspump/freq = -1
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/feaspump/maxlpiterofs = 2000
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/fracdiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/fracdiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/fracdiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/guideddiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/guideddiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/guideddiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/intdiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/intshifting/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/linesearchdiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/linesearchdiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/linesearchdiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 20]
43.39/43.46	c heuristics/objpscostdiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to total iteration number
43.39/43.46	c # [type: real, range: [0,1], default: 0.01]
43.39/43.46	c heuristics/objpscostdiving/maxlpiterquot = 0.015
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/objpscostdiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/oneopt/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/pscostdiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/pscostdiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/pscostdiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c heuristics/rens/freq = -1
43.39/43.46	c 
43.39/43.46	c # minimum percentage of integer variables that have to be fixable 
43.39/43.46	c # [type: real, range: [0,1], default: 0.5]
43.39/43.46	c heuristics/rens/minfixingrate = 0.3
43.39/43.46	c 
43.39/43.46	c # number of nodes added to the contingent of the total nodes
43.39/43.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.39/43.46	c heuristics/rens/nodesofs = 2000
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 20]
43.39/43.46	c heuristics/rootsoldiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
43.39/43.46	c heuristics/rootsoldiving/maxlpiterquot = 0.015
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/rootsoldiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/rounding/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c heuristics/shiftandpropagate/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/shifting/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/simplerounding/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/subnlp/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c heuristics/trivial/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/trysol/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c heuristics/undercover/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 10]
43.39/43.46	c heuristics/veclendiving/freq = -1
43.39/43.46	c 
43.39/43.46	c # maximal fraction of diving LP iterations compared to node LP iterations
43.39/43.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.39/43.46	c heuristics/veclendiving/maxlpiterquot = 0.075
43.39/43.46	c 
43.39/43.46	c # additional number of allowed LP iterations
43.39/43.46	c # [type: int, range: [0,2147483647], default: 1000]
43.39/43.46	c heuristics/veclendiving/maxlpiterofs = 1500
43.39/43.46	c 
43.39/43.46	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 1]
43.39/43.46	c heuristics/zirounding/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c separating/cmir/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: 0]
43.39/43.46	c separating/flowcover/freq = -1
43.39/43.46	c 
43.39/43.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
43.39/43.46	c # [type: int, range: [-1,2147483647], default: -1]
43.39/43.46	c separating/rapidlearning/freq = 0
43.39/43.46	c 
43.39/43.46	c -----------------------------------------------------------------------------------------------
43.39/43.46	c start solving
43.60/43.64	c 
115.39/115.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.39/115.48	c   115s|     1 |     0 |  2206 |     - |3016M|   0 | 204 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
197.09/197.16	c   197s|     1 |     0 |  3144 |     - |3016M|   0 | 316 |4500 |2559k|4500 |2559k|  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
377.10/377.18	c   377s|     1 |     0 |  5337 |     - |3016M|   0 | 620 |4500 |2559k|4500 |2559k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
602.20/602.27	c   602s|     1 |     0 |  8266 |     - |3016M|   0 | 589 |4500 |2559k|4500 |2559k|  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
966.71/966.71	c   967s|     1 |     0 | 13175 |     - |3016M|   0 | 569 |4500 |2559k|4500 |2559k| 101 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1729.12/1729.12	c  1729s|     1 |     0 | 23754 |     - |3016M|   0 | 401 |4500 |2559k|4500 |2559k| 125 |   0 |   0 | 0.000000e+00 |      --      |    Inf 

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-3452983-1307070024/watcher-3452983-1307070024 -o /tmp/evaluation-result-3452983-1307070024/solver-3452983-1307070024 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452983-1307070024.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.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=9852 CPUtime=0 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 1475 0 0 0 0 0 0 0 23 0 1 0 897233341 10088448 1428 33554432000 4194304 9128323 140733889673456 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 2463 1428 397 1205 0 1254 0

[startup+0.07954 s]
/proc/loadavg: 2.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=17456 CPUtime=0.07 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 3359 0 0 0 7 0 0 0 23 0 1 0 897233341 17874944 3310 33554432000 4194304 9128323 140733889673456 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 4364 3310 397 1205 0 3155 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17456

[startup+0.100545 s]
/proc/loadavg: 2.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=17652 CPUtime=0.09 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 3414 0 0 0 9 0 0 0 23 0 1 0 897233341 18075648 3365 33554432000 4194304 9128323 140733889673456 18446744073709551615 6521168 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 4413 3365 397 1205 0 3204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17652

[startup+0.300511 s]
/proc/loadavg: 2.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=27224 CPUtime=0.29 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 5810 0 0 0 29 0 0 0 25 0 1 0 897233341 27877376 5753 33554432000 4194304 9128323 140733889673456 18446744073709551615 8008910 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 6806 5753 397 1205 0 5597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27224

[startup+0.700403 s]
/proc/loadavg: 2.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=45136 CPUtime=0.69 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 10303 0 0 0 68 1 0 0 25 0 1 0 897233341 46219264 10239 33554432000 4194304 9128323 140733889673456 18446744073709551615 7447199 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 11284 10239 397 1205 0 10075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45136

[startup+1.66123 s]
/proc/loadavg: 2.07 2.05 1.96 2/527 1808
/proc/meminfo: memFree=22602668/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=89320 CPUtime=1.65 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 21329 0 0 0 161 4 0 0 25 0 1 0 897233341 91463680 21246 33554432000 4194304 9128323 140733889673456 18446744073709551615 7929144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 22330 21246 397 1205 0 21121 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 89320

[startup+3.10102 s]
/proc/loadavg: 2.07 2.05 1.96 3/528 1809
/proc/meminfo: memFree=22463036/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=153964 CPUtime=3.09 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 37530 0 0 0 303 6 0 0 25 0 1 0 897233341 157659136 37421 33554432000 4194304 9128323 140733889673456 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 38491 37446 397 1205 0 37282 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153964

[startup+6.32045 s]
/proc/loadavg: 2.07 2.05 1.96 3/528 1809
/proc/meminfo: memFree=22314156/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=299644 CPUtime=6.31 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 73992 0 0 0 620 11 0 0 25 0 1 0 897233341 306835456 73821 33554432000 4194304 9128323 140733889673456 18446744073709551615 4443126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 74911 73821 397 1205 0 73702 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 299644

[startup+12.7003 s]
/proc/loadavg: 2.06 2.05 1.96 3/528 1809
/proc/meminfo: memFree=22063032/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=589684 CPUtime=12.69 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 146440 0 0 0 1248 21 0 0 25 0 1 0 897233341 603836416 146149 33554432000 4194304 9128323 140733889673456 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1808/statm: 147421 146149 397 1205 0 146212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 589684

[startup+25.5011 s]
/proc/loadavg: 2.05 2.05 1.96 3/528 1810
/proc/meminfo: memFree=19263296/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=2944092 CPUtime=25.49 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 847340 0 0 0 2440 109 0 0 25 0 1 0 897233341 3014750208 721393 33554432000 4194304 9128323 140733889673456 18446744073709551615 6885361 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 736023 721393 465 1205 0 734814 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2944092

[startup+51.1006 s]
/proc/loadavg: 2.03 2.04 1.96 3/528 1820
/proc/meminfo: memFree=16894636/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6193704 CPUtime=51.09 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2010872 0 0 0 4877 232 0 0 25 0 1 0 897233341 6342352896 1431832 33554432000 4194304 9128323 140733889673456 18446744073709551615 7336995 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1548426 1431832 698 1205 0 1547217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6193704

[startup+102.301 s]
/proc/loadavg: 2.09 2.06 1.97 3/528 1821
/proc/meminfo: memFree=16718948/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6277948 CPUtime=102.29 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2050039 0 0 0 9992 237 0 0 25 0 1 0 897233341 6428618752 1459588 33554432000 4194304 9128323 140733889673456 18446744073709551615 7380896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1569487 1459588 1369 1205 0 1568278 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6277948

[startup+162.301 s]
/proc/loadavg: 2.07 2.06 1.98 3/528 1822
/proc/meminfo: memFree=17019656/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=5957836 CPUtime=162.29 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2237299 0 0 0 15968 261 0 0 25 0 1 0 897233341 6100824064 1390407 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1489459 1390407 4628 1205 0 1488250 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5957836

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 1.98 3/528 1824
/proc/meminfo: memFree=17002228/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=5972428 CPUtime=222.29 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2245554 0 0 0 21967 262 0 0 25 0 1 0 897233341 6115766272 1396772 33554432000 4194304 9128323 140733889673456 18446744073709551615 7021577 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1493107 1396772 3355 1205 0 1491898 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 5972428

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 1.98 3/528 1826
/proc/meminfo: memFree=16922904/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6073356 CPUtime=282.3 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2293741 0 0 0 27961 269 0 0 25 0 1 0 897233341 6219116544 1417102 33554432000 4194304 9128323 140733889673456 18446744073709551615 7077378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1518339 1417102 858 1205 0 1517130 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 6073356

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.98 3/528 1827
/proc/meminfo: memFree=16907968/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6083480 CPUtime=342.3 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2297884 0 0 0 33960 270 0 0 25 0 1 0 897233341 6229483520 1417670 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315076 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1520870 1417670 1158 1205 0 1519661 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6083480

[startup+402.321 s]
/proc/loadavg: 2.00 2.02 1.98 3/528 1829
/proc/meminfo: memFree=16898992/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6143724 CPUtime=402.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2310515 0 0 0 39960 272 0 0 25 0 1 0 897233341 6291173376 1421097 33554432000 4194304 9128323 140733889673456 18446744073709551615 7018588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1535931 1421097 1096 1205 0 1534722 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 6143724

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/528 1830
/proc/meminfo: memFree=16855160/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6231536 CPUtime=462.3 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2383618 0 0 0 45948 282 0 0 25 0 1 0 897233341 6381092864 1431869 33554432000 4194304 9128323 140733889673456 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1557884 1431869 858 1205 0 1556675 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6231536

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 1.98 3/528 1832
/proc/meminfo: memFree=16853988/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6232152 CPUtime=522.3 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2405276 0 0 0 51945 285 0 0 25 0 1 0 897233341 6381723648 1432086 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1558038 1432086 858 1205 0 1556829 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6232152

[startup+582.301 s]
/proc/loadavg: 2.08 2.04 1.99 3/528 1834
/proc/meminfo: memFree=16818584/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6232152 CPUtime=582.3 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2424607 0 0 0 57942 288 0 0 25 0 1 0 897233341 6381723648 1431437 33554432000 4194304 9128323 140733889673456 18446744073709551615 7381250 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1558038 1431437 858 1205 0 1556829 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6232152

[startup+642.301 s]

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

/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2518265 0 0 0 105928 305 0 0 25 0 1 0 897233341 6350831616 1443496 33554432000 4194304 9128323 140733889673456 18446744073709551615 6702479 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1550496 1443496 2867 1205 0 1549287 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 6201984

[startup+1122.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/528 1848
/proc/meminfo: memFree=16794424/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6201984 CPUtime=1122.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2518265 0 0 0 111926 306 0 0 25 0 1 0 897233341 6350831616 1443496 33554432000 4194304 9128323 140733889673456 18446744073709551615 6702414 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1550496 1443496 2867 1205 0 1549287 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 6201984

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/528 1850
/proc/meminfo: memFree=16780000/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6201984 CPUtime=1182.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2518265 0 0 0 117925 307 0 0 25 0 1 0 897233341 6350831616 1443496 33554432000 4194304 9128323 140733889673456 18446744073709551615 7021486 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1550496 1443496 2867 1205 0 1549287 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 6201984

[startup+1242.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/528 1851
/proc/meminfo: memFree=16778204/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1242.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2604713 0 0 0 123916 316 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315232 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 6258004

[startup+1302.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/528 1853
/proc/meminfo: memFree=16777624/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1302.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2607498 0 0 0 129914 318 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315303 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 6258004

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/528 1854
/proc/meminfo: memFree=16776816/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1362.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2608863 0 0 0 135913 319 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 6258004

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/528 1856
/proc/meminfo: memFree=16774112/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1422.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2610426 0 0 0 141912 320 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 6258004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 1858
/proc/meminfo: memFree=16779884/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1482.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2611442 0 0 0 147911 321 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 6258004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/529 1860
/proc/meminfo: memFree=16778580/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1542.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2612554 0 0 0 153910 322 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315311 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 6529 1205 0 1563292 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 6258004

[startup+1602.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 1916
/proc/meminfo: memFree=19121660/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1602.33 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2614669 0 0 0 159909 324 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 5731 1205 0 1563292 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 6258004

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 2029
/proc/meminfo: memFree=19134140/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6258004 CPUtime=1662.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2615891 0 0 0 165906 326 0 0 25 0 1 0 897233341 6408196096 1456036 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315436 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1564501 1456036 5731 1205 0 1563292 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 6258004

[startup+1722.32 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 2031
/proc/meminfo: memFree=19084268/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6301996 CPUtime=1722.34 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2627443 0 0 0 171906 328 0 0 25 0 1 0 897233341 6453243904 1466039 33554432000 4194304 9128323 140733889673456 18446744073709551615 7312779 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1575499 1466039 4833 1205 0 1574290 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 6301996

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 2033
/proc/meminfo: memFree=19081092/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6251684 CPUtime=1782.32 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2658928 0 0 0 177900 332 0 0 25 0 1 0 897233341 6401724416 1465860 33554432000 4194304 9128323 140733889673456 18446744073709551615 7343038 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1562921 1465860 4320 1205 0 1561712 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 6251684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.14 2.03 2.00 4/528 2033
/proc/meminfo: memFree=19080576/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6251684 CPUtime=1800.04 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2676909 0 0 0 179669 335 0 0 25 0 1 0 897233341 6401724416 1465863 33554432000 4194304 9128323 140733889673456 18446744073709551615 7013868 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1562921 1465863 4320 1205 0 1561712 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6251684

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1808

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

[startup+1800.6 s]
/proc/loadavg: 2.14 2.03 2.00 3/529 2034
/proc/meminfo: memFree=19080444/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6251684 CPUtime=1800.63 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2676909 0 0 0 179728 335 0 0 25 0 1 0 897233341 6401724416 1465863 33554432000 4194304 9128323 140733889673456 18446744073709551615 7278876 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1562921 1465863 4320 1205 0 1561712 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 6251684

[startup+1801.4 s]
/proc/loadavg: 2.14 2.03 2.00 3/529 2034
/proc/meminfo: memFree=19080316/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6251684 CPUtime=1801.44 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2676910 0 0 0 179809 335 0 0 25 0 1 0 897233341 6401724416 1465864 33554432000 4194304 9128323 140733889673456 18446744073709551615 7315080 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1562921 1465864 4320 1205 0 1561712 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 6251684

[startup+1801.8 s]
/proc/loadavg: 2.14 2.03 2.00 3/529 2034
/proc/meminfo: memFree=19080316/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=6251684 CPUtime=1801.83 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4202496 2676910 0 0 0 179848 335 0 0 25 0 1 0 897233341 6401724416 1465864 33554432000 4194304 9128323 140733889673456 18446744073709551615 6941069 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1808/statm: 1562921 1465864 4320 1205 0 1561712 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 6251684

[startup+1802.2 s]
/proc/loadavg: 2.14 2.03 2.00 3/529 2034
/proc/meminfo: memFree=19080316/32951124 swapFree=56241860/67111528
[pid=1808] ppid=1806 vsize=0 CPUtime=1802.23 cores=0,2,4,6
/proc/1808/stat : 1808 (scip-2.0.1.4.li) R 1806 1808 32685 0 -1 4203524 2676910 0 0 0 179870 353 0 0 25 0 1 0 897233341 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/1808/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.27
CPU time (s): 1802.31
CPU user time (s): 1798.71
CPU system time (s): 3.59845
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6577972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 3.59845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2676910
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= 2383

runsolver used 10.2814 second user time and 21.8457 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 05:00:27
IDJOB=3452983
IDBENCH=1380
IDSOLVER=1949
FILE ID=node119/3452983-1307070024
RUNJOBID= node119-1307067097-1328
PBS_JOBID= 13497867
Free space on /tmp= 73500 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_9.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452983-1307070024/watcher-3452983-1307070024 -o /tmp/evaluation-result-3452983-1307070024/solver-3452983-1307070024 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452983-1307070024.opb -t 1800 -m 15500

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

MD5SUM BENCH= 81a731c23b82a1147f726d3bcf60f6bf
RANDOM SEED=1643745290

node119.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.815
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.63
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.815
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	: 5332.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22602824 kB
Buffers:        157084 kB
Cached:         631784 kB
SwapCached:      59076 kB
Active:        3134044 kB
Inactive:      6912244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22602824 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:          100744 kB
Writeback:           0 kB
AnonPages:     9201612 kB
Mapped:          36060 kB
Slab:           149004 kB
PageTables:      84116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 166378196 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= 73520 MiB
End job on node119 at 2011-06-03 05:30:29