Trace number 3452978

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.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_6.opb.PB06.opb
MD5SUMab4957c8b8761f975030868126e78f02
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 benchmark7.32588
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 480
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-3452978-1307069746.opb>
16.69/16.76	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.69/16.76	c problem read
16.69/16.76	c No objective function, only one solution is needed.
16.69/16.76	c presolving settings loaded
25.99/26.08	c presolving:
40.81/40.87	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.18/43.22	c presolving (2 rounds):
43.18/43.22	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5031 changed coefficients
43.18/43.22	c  4000 implications, 100 cliques
43.18/43.22	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
43.18/43.22	c    4950 constraints of type <knapsack>
43.18/43.22	c    2100 constraints of type <setppc>
43.18/43.22	c       1 constraints of type <linear>
43.18/43.22	c 2552450 constraints of type <logicor>
43.18/43.22	c transformed objective value is always integral (scale: 1)
43.18/43.22	c Presolving Time: 25.01
43.18/43.22	c - non default parameters ----------------------------------------------------------------------
43.18/43.22	c # SCIP version 2.0.1.4
43.18/43.22	c 
43.18/43.22	c # frequency for displaying node information lines
43.18/43.22	c # [type: int, range: [-1,2147483647], default: 100]
43.18/43.22	c display/freq = 10000
43.18/43.22	c 
43.18/43.22	c # maximal time in seconds to run
43.18/43.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.18/43.22	c limits/time = 1800
43.18/43.22	c 
43.18/43.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
43.18/43.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.18/43.22	c limits/memory = 13950
43.18/43.22	c 
43.18/43.22	c # solving stops, if the given number of solutions were found (-1: no limit)
43.18/43.22	c # [type: int, range: [-1,2147483647], default: -1]
43.18/43.22	c limits/solutions = 1
43.18/43.22	c 
43.18/43.22	c # maximal number of separation rounds per node (-1: unlimited)
43.18/43.22	c # [type: int, range: [-1,2147483647], default: 5]
43.18/43.22	c separating/maxrounds = 1
43.18/43.22	c 
43.18/43.22	c # maximal number of separation rounds in the root node (-1: unlimited)
43.18/43.22	c # [type: int, range: [-1,2147483647], default: -1]
43.18/43.22	c separating/maxroundsroot = 5
43.18/43.22	c 
43.18/43.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
43.18/43.22	c # [type: int, range: [1,2], default: 1]
43.18/43.22	c timing/clocktype = 2
43.18/43.22	c 
43.18/43.23	c # belongs reading time to solving time?
43.18/43.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.18/43.23	c timing/reading = TRUE
43.18/43.23	c 
43.18/43.23	c # should presolving try to simplify inequalities
43.18/43.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.18/43.23	c constraints/linear/simplifyinequalities = TRUE
43.18/43.23	c 
43.18/43.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
43.18/43.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.18/43.23	c constraints/indicator/addCouplingCons = TRUE
43.18/43.23	c 
43.18/43.23	c # should disaggregation of knapsack constraints be allowed in preprocessing?
43.18/43.23	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
43.18/43.23	c constraints/knapsack/disaggregation = FALSE
43.18/43.23	c 
43.18/43.23	c # should presolving try to simplify knapsacks
43.18/43.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.18/43.23	c constraints/knapsack/simplifyinequalities = TRUE
43.18/43.23	c 
43.18/43.23	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: -1]
43.18/43.23	c presolving/probing/maxrounds = 0
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/coefdiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/coefdiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/coefdiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 30]
43.18/43.23	c heuristics/crossover/freq = -1
43.18/43.23	c 
43.18/43.23	c # number of nodes added to the contingent of the total nodes
43.18/43.23	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.18/43.23	c heuristics/crossover/nodesofs = 750
43.18/43.23	c 
43.18/43.23	c # number of nodes without incumbent change that heuristic should wait
43.18/43.23	c # [type: longint, range: [0,9223372036854775807], default: 200]
43.18/43.23	c heuristics/crossover/nwaitingnodes = 100
43.18/43.23	c 
43.18/43.23	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
43.18/43.23	c # [type: real, range: [0,1], default: 0.1]
43.18/43.23	c heuristics/crossover/nodesquot = 0.15
43.18/43.23	c 
43.18/43.23	c # minimum percentage of integer variables that have to be fixed 
43.18/43.23	c # [type: real, range: [0,1], default: 0.666]
43.18/43.23	c heuristics/crossover/minfixingrate = 0.5
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 20]
43.18/43.23	c heuristics/feaspump/freq = -1
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/feaspump/maxlpiterofs = 2000
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/fracdiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/fracdiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/fracdiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/guideddiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/guideddiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/guideddiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/intdiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/intshifting/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/linesearchdiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/linesearchdiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/linesearchdiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 20]
43.18/43.23	c heuristics/objpscostdiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to total iteration number
43.18/43.23	c # [type: real, range: [0,1], default: 0.01]
43.18/43.23	c heuristics/objpscostdiving/maxlpiterquot = 0.015
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/objpscostdiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/oneopt/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/pscostdiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/pscostdiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/pscostdiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c heuristics/rens/freq = -1
43.18/43.23	c 
43.18/43.23	c # minimum percentage of integer variables that have to be fixable 
43.18/43.23	c # [type: real, range: [0,1], default: 0.5]
43.18/43.23	c heuristics/rens/minfixingrate = 0.3
43.18/43.23	c 
43.18/43.23	c # number of nodes added to the contingent of the total nodes
43.18/43.23	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.18/43.23	c heuristics/rens/nodesofs = 2000
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 20]
43.18/43.23	c heuristics/rootsoldiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
43.18/43.23	c heuristics/rootsoldiving/maxlpiterquot = 0.015
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/rootsoldiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/rounding/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c heuristics/shiftandpropagate/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/shifting/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/simplerounding/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/subnlp/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c heuristics/trivial/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/trysol/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c heuristics/undercover/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 10]
43.18/43.23	c heuristics/veclendiving/freq = -1
43.18/43.23	c 
43.18/43.23	c # maximal fraction of diving LP iterations compared to node LP iterations
43.18/43.23	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.18/43.23	c heuristics/veclendiving/maxlpiterquot = 0.075
43.18/43.23	c 
43.18/43.23	c # additional number of allowed LP iterations
43.18/43.23	c # [type: int, range: [0,2147483647], default: 1000]
43.18/43.23	c heuristics/veclendiving/maxlpiterofs = 1500
43.18/43.23	c 
43.18/43.23	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 1]
43.18/43.23	c heuristics/zirounding/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c separating/cmir/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: 0]
43.18/43.23	c separating/flowcover/freq = -1
43.18/43.23	c 
43.18/43.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
43.18/43.23	c # [type: int, range: [-1,2147483647], default: -1]
43.18/43.23	c separating/rapidlearning/freq = 0
43.18/43.23	c 
43.18/43.23	c -----------------------------------------------------------------------------------------------
43.18/43.23	c start solving
43.38/43.41	c 
143.69/143.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.69/143.76	c   144s|     1 |     0 |  2636 |     - |3014M|   0 | 182 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
248.30/248.33	c   248s|     1 |     0 |  3260 |     - |3015M|   0 | 208 |4500 |2559k|4500 |2559k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
518.11/518.21	c   518s|     1 |     0 |  6470 |     - |3015M|   0 | 339 |4500 |2559k|4500 |2559k|  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
756.11/756.17	c   756s|     1 |     0 |  9076 |     - |3015M|   0 | 406 |4500 |2559k|4500 |2559k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
956.93/956.99	c   957s|     1 |     0 | 10392 |     - |3015M|   0 | 418 |4500 |2559k|4500 |2559k|  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1234.93/1234.98	c  1235s|     1 |     0 | 13985 |     - |3015M|   0 | 346 |4500 |2559k|4500 |2559k|  95 |   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-3452978-1307069746/watcher-3452978-1307069746 -o /tmp/evaluation-result-3452978-1307069746/solver-3452978-1307069746 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452978-1307069746.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.00 1.64 3/481 5279
/proc/meminfo: memFree=26903472/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=10340 CPUtime=0 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 1585 0 0 0 0 0 0 0 22 0 1 0 818574492 10588160 1538 33554432000 4194304 9128323 140735693238272 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 2585 1538 397 1205 0 1376 0

[startup+0.104519 s]
/proc/loadavg: 2.07 2.00 1.64 3/481 5279
/proc/meminfo: memFree=26903472/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=17644 CPUtime=0.09 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3412 0 0 0 9 0 0 0 22 0 1 0 818574492 18067456 3363 33554432000 4194304 9128323 140735693238272 18446744073709551615 6886768 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 4411 3363 397 1205 0 3202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17644

[startup+0.200502 s]
/proc/loadavg: 2.07 2.00 1.64 3/481 5279
/proc/meminfo: memFree=26903472/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=22380 CPUtime=0.18 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 4610 0 0 0 18 0 0 0 23 0 1 0 818574492 22917120 4555 33554432000 4194304 9128323 140735693238272 18446744073709551615 6163963 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 5595 4555 397 1205 0 4386 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 22380

[startup+0.300483 s]
/proc/loadavg: 2.07 2.00 1.64 3/481 5279
/proc/meminfo: memFree=26903472/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=27020 CPUtime=0.28 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 5758 0 0 0 28 0 0 0 23 0 1 0 818574492 27668480 5701 33554432000 4194304 9128323 140735693238272 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 6755 5701 397 1205 0 5546 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27020

[startup+0.700407 s]
/proc/loadavg: 2.07 2.00 1.64 3/481 5279
/proc/meminfo: memFree=26903472/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=45900 CPUtime=0.68 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 10495 0 0 0 67 1 0 0 25 0 1 0 818574492 47001600 10430 33554432000 4194304 9128323 140735693238272 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 11475 10431 397 1205 0 10266 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45900

[startup+1.50025 s]
/proc/loadavg: 2.07 2.00 1.64 3/482 5280
/proc/meminfo: memFree=26849048/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=82328 CPUtime=1.48 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 19535 0 0 0 146 2 0 0 25 0 1 0 818574492 84303872 19455 33554432000 4194304 9128323 140735693238272 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 20582 19455 397 1205 0 19373 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 82328

[startup+3.10095 s]
/proc/loadavg: 2.07 2.00 1.64 3/482 5280
/proc/meminfo: memFree=26797340/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=155876 CPUtime=3.08 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 37854 0 0 0 304 4 0 0 25 0 1 0 818574492 159617024 37744 33554432000 4194304 9128323 140735693238272 18446744073709551615 8125698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 38969 37744 397 1205 0 37760 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 155876

[startup+6.3004 s]
/proc/loadavg: 2.06 2.00 1.64 3/482 5280
/proc/meminfo: memFree=26646544/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=300028 CPUtime=6.28 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 74098 0 0 0 619 9 0 0 25 0 1 0 818574492 307228672 73927 33554432000 4194304 9128323 140735693238272 18446744073709551615 7952298 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 75007 73927 397 1205 0 73798 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 300028

[startup+12.7002 s]
/proc/loadavg: 2.06 2.00 1.64 3/482 5281
/proc/meminfo: memFree=26344916/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=593364 CPUtime=12.68 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 147390 0 0 0 1251 17 0 0 25 0 1 0 818574492 607604736 147098 33554432000 4194304 9128323 140735693238272 18446744073709551615 7998305 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5279/statm: 148341 147098 397 1205 0 147132 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 593364

[startup+25.5007 s]
/proc/loadavg: 2.12 2.01 1.65 3/482 5281
/proc/meminfo: memFree=23995628/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=2784668 CPUtime=25.49 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 841515 0 0 0 2448 101 0 0 25 0 1 0 818574492 2851500032 681658 33554432000 4194304 9128323 140735693238272 18446744073709551615 6890214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 696167 681658 465 1205 0 694958 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2784668

[startup+51.1008 s]
/proc/loadavg: 2.20 2.04 1.67 3/482 5282
/proc/meminfo: memFree=21158192/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6191956 CPUtime=51.08 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 1992127 0 0 0 4881 227 0 0 25 0 1 0 818574492 6340562944 1433926 33554432000 4194304 9128323 140735693238272 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1547989 1433926 698 1205 0 1546780 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6191956

[startup+102.301 s]
/proc/loadavg: 2.08 2.03 1.68 3/482 5283
/proc/meminfo: memFree=21061080/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6261888 CPUtime=102.3 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2026841 0 0 0 9998 232 0 0 25 0 1 0 818574492 6412173312 1458322 33554432000 4194304 9128323 140735693238272 18446744073709551615 7312729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1565472 1458322 1348 1205 0 1564263 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6261888

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 1.70 3/482 5285
/proc/meminfo: memFree=21418692/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=5699028 CPUtime=162.29 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2131282 0 0 0 15983 246 0 0 25 0 1 0 818574492 5835804672 1365193 33554432000 4194304 9128323 140735693238272 18446744073709551615 8012955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1424757 1365193 855 1205 0 1423548 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5699028

[startup+222.318 s]
/proc/loadavg: 2.01 2.02 1.72 3/482 5286
/proc/meminfo: memFree=21286980/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=5972940 CPUtime=222.32 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2202458 0 0 0 21976 256 0 0 25 0 1 0 818574492 6116290560 1401343 33554432000 4194304 9128323 140735693238272 18446744073709551615 7077578 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1493235 1401343 3729 1205 0 1492026 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 5972940

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.73 3/482 5288
/proc/meminfo: memFree=21217984/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6033648 CPUtime=282.3 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2219293 0 0 0 27972 258 0 0 25 0 1 0 818574492 6178455552 1416349 33554432000 4194304 9128323 140735693238272 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1508412 1416349 3193 1205 0 1507203 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 6033648

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.75 3/482 5298
/proc/meminfo: memFree=21252336/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=5988196 CPUtime=342.3 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2250931 0 0 0 33967 263 0 0 25 0 1 0 818574492 6131912704 1406446 33554432000 4194304 9128323 140735693238272 18446744073709551615 7191072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1497049 1406446 1695 1205 0 1495840 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 5988196

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.76 3/482 5300
/proc/meminfo: memFree=21170464/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6089912 CPUtime=402.3 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2273550 0 0 0 39965 265 0 0 25 0 1 0 818574492 6236069888 1427338 33554432000 4194304 9128323 140735693238272 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1522478 1427338 2341 1205 0 1521269 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6089912

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/482 5302
/proc/meminfo: memFree=21161388/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6089912 CPUtime=462.31 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2276252 0 0 0 45964 267 0 0 25 0 1 0 818574492 6236069888 1428764 33554432000 4194304 9128323 140735693238272 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1522478 1428764 2376 1205 0 1521269 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 6089912

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.78 3/482 5306
/proc/meminfo: memFree=21188704/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6087100 CPUtime=522.31 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2292915 0 0 0 51961 270 0 0 25 0 1 0 818574492 6233190400 1421318 33554432000 4194304 9128323 140735693238272 18446744073709551615 6694338 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1521775 1421318 1695 1205 0 1520566 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6087100

[startup+582.3 s]
/proc/loadavg: 2.22 2.07 1.82 3/482 5308
/proc/meminfo: memFree=21189132/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6087100 CPUtime=582.31 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2292915 0 0 0 57960 271 0 0 25 0 1 0 818574492 6233190400 1421318 33554432000 4194304 9128323 140735693238272 18446744073709551615 8012823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1521775 1421318 1695 1205 0 1520566 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6087100

[startup+642.301 s]

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

/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2482566 0 0 0 105926 306 0 0 25 0 1 0 818574492 6341857280 1434728 33554432000 4194304 9128323 140735693238272 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1548305 1434728 1694 1205 0 1547096 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6193220

[startup+1122.3 s]
/proc/loadavg: 2.18 2.08 1.91 3/482 5322
/proc/meminfo: memFree=21124716/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6243932 CPUtime=1122.32 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2552558 0 0 0 111915 317 0 0 25 0 1 0 818574492 6393786368 1437191 33554432000 4194304 9128323 140735693238272 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1560983 1437191 1694 1205 0 1559774 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 6243932

[startup+1182.3 s]
/proc/loadavg: 2.06 2.07 1.91 3/482 5324
/proc/meminfo: memFree=21124680/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6243932 CPUtime=1182.33 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2572555 0 0 0 117912 321 0 0 25 0 1 0 818574492 6393786368 1437219 33554432000 4194304 9128323 140735693238272 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1560983 1437219 1694 1205 0 1559774 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 6243932

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 1.91 3/482 5325
/proc/meminfo: memFree=21131708/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6250000 CPUtime=1242.33 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2613909 0 0 0 123905 328 0 0 25 0 1 0 818574492 6400000000 1436482 33554432000 4194304 9128323 140735693238272 18446744073709551615 7361801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1562500 1436490 1695 1205 0 1561291 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 6250000

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 1.91 3/482 5327
/proc/meminfo: memFree=21058392/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6273384 CPUtime=1302.34 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2810996 0 0 0 129885 349 0 0 25 0 1 0 818574492 6423945216 1455198 33554432000 4194304 9128323 140735693238272 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1568346 1455198 3329 1205 0 1567137 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 6273384

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/482 5329
/proc/meminfo: memFree=21082664/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6243228 CPUtime=1362.34 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 2940323 0 0 0 135871 363 0 0 25 0 1 0 818574492 6393065472 1447394 33554432000 4194304 9128323 140735693238272 18446744073709551615 6941934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1560807 1447394 1696 1205 0 1559598 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 6243228

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/482 5330
/proc/meminfo: memFree=21139424/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6184560 CPUtime=1422.35 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3103884 0 0 0 141854 381 0 0 25 0 1 0 818574492 6332989440 1433377 33554432000 4194304 9128323 140735693238272 18446744073709551615 7191078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1546140 1433377 1697 1205 0 1544931 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 6184560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/482 5332
/proc/meminfo: memFree=21136904/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6185768 CPUtime=1482.34 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3248963 0 0 0 147837 397 0 0 25 0 1 0 818574492 6334226432 1433979 33554432000 4194304 9128323 140735693238272 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1546442 1433979 1707 1205 0 1545233 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 6185768

[startup+1542.32 s]
/proc/loadavg: 2.00 2.01 1.91 3/482 5333
/proc/meminfo: memFree=21159200/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6141928 CPUtime=1542.36 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3455223 0 0 0 153815 421 0 0 25 0 1 0 818574492 6289334272 1428740 33554432000 4194304 9128323 140735693238272 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1535482 1428740 1695 1205 0 1534273 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 6141928

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/482 5335
/proc/meminfo: memFree=21183964/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6153844 CPUtime=1602.35 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3619977 0 0 0 159794 441 0 0 25 0 1 0 818574492 6301536256 1424980 33554432000 4194304 9128323 140735693238272 18446744073709551615 7191078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1538461 1424980 1695 1205 0 1537252 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 6153844

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 1.92 3/482 5365
/proc/meminfo: memFree=18272168/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6168676 CPUtime=1662.35 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3770276 0 0 0 165777 458 0 0 25 0 1 0 818574492 6316724224 1432169 33554432000 4194304 9128323 140735693238272 18446744073709551615 7343361 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1542169 1432169 1939 1205 0 1540960 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 6168676

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/482 5366
/proc/meminfo: memFree=15674068/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6238432 CPUtime=1722.35 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3857554 0 0 0 171767 468 0 0 25 0 1 0 818574492 6388154368 1446257 33554432000 4194304 9128323 140735693238272 18446744073709551615 7312808 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1559608 1446257 2226 1205 0 1558399 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 6238432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.92 3/482 5368
/proc/meminfo: memFree=15668624/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6236212 CPUtime=1782.36 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3931287 0 0 0 177757 479 0 0 25 0 1 0 818574492 6385881088 1446050 33554432000 4194304 9128323 140735693238272 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1559053 1446050 5705 1205 0 1557844 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 6236212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.92 3/482 5368
/proc/meminfo: memFree=15697000/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6191476 CPUtime=1800.07 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3973195 0 0 0 179523 484 0 0 25 0 1 0 818574492 6340071424 1434736 33554432000 4194304 9128323 140735693238272 18446744073709551615 7315076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1547869 1434736 1695 1205 0 1546660 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 6191476

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5279

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.01 1.92 3/483 5369
/proc/meminfo: memFree=15696000/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6191476 CPUtime=1801.56 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3973312 0 0 0 179672 484 0 0 25 0 1 0 818574492 6340071424 1434853 33554432000 4194304 9128323 140735693238272 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1547869 1434853 1695 1205 0 1546660 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 6191476

[startup+1801.92 s]
/proc/loadavg: 2.00 2.01 1.92 3/483 5369
/proc/meminfo: memFree=15691164/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=6191476 CPUtime=1801.97 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4202496 3973358 0 0 0 179713 484 0 0 25 0 1 0 818574492 6340071424 1434899 33554432000 4194304 9128323 140735693238272 18446744073709551615 7077352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5279/statm: 1547869 1434899 1695 1205 0 1546660 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 6191476

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 1.92 3/483 5369
/proc/meminfo: memFree=15691164/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=0 CPUtime=1802.15 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4203524 3973362 0 0 0 179723 492 0 0 25 0 1 0 818574492 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/5279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 1.92 3/483 5369
/proc/meminfo: memFree=15691164/32950928 swapFree=39617324/67111528
[pid=5279] ppid=5277 vsize=0 CPUtime=1802.25 cores=1,3,5,7
/proc/5279/stat : 5279 (scip-2.0.1.4.li) R 5277 5279 4028 0 -1 4203524 3973362 0 0 0 179723 502 0 0 25 0 1 0 818574492 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/5279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.25
CPU time (s): 1802.31
CPU user time (s): 1797.24
CPU system time (s): 5.07223
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6606984

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

runsolver used 8.03678 second user time and 21.2718 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-03 04:55:48
IDJOB=3452978
IDBENCH=1375
IDSOLVER=1949
FILE ID=node127/3452978-1307069746
RUNJOBID= node127-1307068821-5047
PBS_JOBID= 13497859
Free space on /tmp= 73840 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_6.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-3452978-1307069746/watcher-3452978-1307069746 -o /tmp/evaluation-result-3452978-1307069746/solver-3452978-1307069746 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452978-1307069746.opb -t 1800 -m 15500

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

MD5SUM BENCH= ab4957c8b8761f975030868126e78f02
RANDOM SEED=1106522184

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      26903752 kB
Buffers:        310592 kB
Cached:         978432 kB
SwapCached:      59160 kB
Active:        3757700 kB
Inactive:      1996828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26903752 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:          100852 kB
Writeback:           0 kB
AnonPages:     4413008 kB
Mapped:          24748 kB
Slab:           127280 kB
PageTables:      96176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120222396 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= 73744 MiB
End job on node127 at 2011-06-03 05:25:51