Trace number 3451324

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.28 1802.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_3.opb.PB06.opb
MD5SUM16e382d24044cea3204cbf333685cccd
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.77897
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 450
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.5 [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-3451324-1307070192.opb>
16.99/17.00	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.99/17.00	c problem read
16.99/17.00	c No objective function, only one solution is needed.
16.99/17.00	c presolving settings loaded
20.29/20.37	c presolving:
34.49/34.54	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
36.79/36.85	c presolving (2 rounds):
36.79/36.85	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5044 changed coefficients
36.79/36.85	c  4000 implications, 100 cliques
36.79/36.85	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
36.79/36.85	c    4950 constraints of type <knapsack>
36.79/36.85	c    2100 constraints of type <setppc>
36.79/36.85	c       1 constraints of type <linear>
36.79/36.85	c 2552450 constraints of type <logicor>
36.79/36.85	c transformed objective value is always integral (scale: 1)
36.79/36.85	c Presolving Time: 17.01
36.79/36.85	c - non default parameters ----------------------------------------------------------------------
36.79/36.85	c # SCIP version 2.0.1.5
36.79/36.85	c 
36.79/36.85	c # frequency for displaying node information lines
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 100]
36.79/36.85	c display/freq = 10000
36.79/36.85	c 
36.79/36.85	c # maximal time in seconds to run
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
36.79/36.85	c limits/time = 1800
36.79/36.85	c 
36.79/36.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
36.79/36.85	c limits/memory = 13950
36.79/36.85	c 
36.79/36.85	c # solving stops, if the given number of solutions were found (-1: no limit)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: -1]
36.79/36.85	c limits/solutions = 1
36.79/36.85	c 
36.79/36.85	c # maximal number of separation rounds per node (-1: unlimited)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 5]
36.79/36.85	c separating/maxrounds = 1
36.79/36.85	c 
36.79/36.85	c # maximal number of separation rounds in the root node (-1: unlimited)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: -1]
36.79/36.85	c separating/maxroundsroot = 5
36.79/36.85	c 
36.79/36.85	c # default clock type (1: CPU user seconds, 2: wall clock time)
36.79/36.85	c # [type: int, range: [1,2], default: 1]
36.79/36.85	c timing/clocktype = 2
36.79/36.85	c 
36.79/36.85	c # belongs reading time to solving time?
36.79/36.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.79/36.85	c timing/reading = TRUE
36.79/36.85	c 
36.79/36.85	c # should presolving try to simplify inequalities
36.79/36.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.79/36.85	c constraints/linear/simplifyinequalities = TRUE
36.79/36.85	c 
36.79/36.85	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
36.79/36.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.79/36.85	c constraints/indicator/addCouplingCons = TRUE
36.79/36.85	c 
36.79/36.85	c # should disaggregation of knapsack constraints be allowed in preprocessing?
36.79/36.85	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
36.79/36.85	c constraints/knapsack/disaggregation = FALSE
36.79/36.85	c 
36.79/36.85	c # should presolving try to simplify knapsacks
36.79/36.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.79/36.85	c constraints/knapsack/simplifyinequalities = TRUE
36.79/36.85	c 
36.79/36.85	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: -1]
36.79/36.85	c presolving/probing/maxrounds = 0
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/coefdiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/coefdiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/coefdiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 30]
36.79/36.85	c heuristics/crossover/freq = -1
36.79/36.85	c 
36.79/36.85	c # number of nodes added to the contingent of the total nodes
36.79/36.85	c # [type: longint, range: [0,9223372036854775807], default: 500]
36.79/36.85	c heuristics/crossover/nodesofs = 750
36.79/36.85	c 
36.79/36.85	c # number of nodes without incumbent change that heuristic should wait
36.79/36.85	c # [type: longint, range: [0,9223372036854775807], default: 200]
36.79/36.85	c heuristics/crossover/nwaitingnodes = 100
36.79/36.85	c 
36.79/36.85	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
36.79/36.85	c # [type: real, range: [0,1], default: 0.1]
36.79/36.85	c heuristics/crossover/nodesquot = 0.15
36.79/36.85	c 
36.79/36.85	c # minimum percentage of integer variables that have to be fixed 
36.79/36.85	c # [type: real, range: [0,1], default: 0.666]
36.79/36.85	c heuristics/crossover/minfixingrate = 0.5
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 20]
36.79/36.85	c heuristics/feaspump/freq = -1
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/feaspump/maxlpiterofs = 2000
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/fracdiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/fracdiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/fracdiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/guideddiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/guideddiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/guideddiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/intdiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/intshifting/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/linesearchdiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/linesearchdiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/linesearchdiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 20]
36.79/36.85	c heuristics/objpscostdiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to total iteration number
36.79/36.85	c # [type: real, range: [0,1], default: 0.01]
36.79/36.85	c heuristics/objpscostdiving/maxlpiterquot = 0.015
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/objpscostdiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/oneopt/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/pscostdiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/pscostdiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/pscostdiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c heuristics/rens/freq = -1
36.79/36.85	c 
36.79/36.85	c # minimum percentage of integer variables that have to be fixable 
36.79/36.85	c # [type: real, range: [0,1], default: 0.5]
36.79/36.85	c heuristics/rens/minfixingrate = 0.3
36.79/36.85	c 
36.79/36.85	c # number of nodes added to the contingent of the total nodes
36.79/36.85	c # [type: longint, range: [0,9223372036854775807], default: 500]
36.79/36.85	c heuristics/rens/nodesofs = 2000
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 20]
36.79/36.85	c heuristics/rootsoldiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
36.79/36.85	c heuristics/rootsoldiving/maxlpiterquot = 0.015
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/rootsoldiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/rounding/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c heuristics/shiftandpropagate/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/shifting/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/simplerounding/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/subnlp/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c heuristics/trivial/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/trysol/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c heuristics/undercover/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 10]
36.79/36.85	c heuristics/veclendiving/freq = -1
36.79/36.85	c 
36.79/36.85	c # maximal fraction of diving LP iterations compared to node LP iterations
36.79/36.85	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
36.79/36.85	c heuristics/veclendiving/maxlpiterquot = 0.075
36.79/36.85	c 
36.79/36.85	c # additional number of allowed LP iterations
36.79/36.85	c # [type: int, range: [0,2147483647], default: 1000]
36.79/36.85	c heuristics/veclendiving/maxlpiterofs = 1500
36.79/36.85	c 
36.79/36.85	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 1]
36.79/36.85	c heuristics/zirounding/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c separating/cmir/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: 0]
36.79/36.85	c separating/flowcover/freq = -1
36.79/36.85	c 
36.79/36.85	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
36.79/36.85	c # [type: int, range: [-1,2147483647], default: -1]
36.79/36.85	c separating/rapidlearning/freq = 0
36.79/36.85	c 
36.79/36.85	c -----------------------------------------------------------------------------------------------
36.79/36.85	c start solving
36.99/37.04	c 
100.49/100.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.49/100.54	c   101s|     1 |     0 |  2239 |     - |3198M|   0 | 174 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
346.90/346.91	c   347s|     1 |     0 |  6147 |     - |3198M|   0 | 215 |4500 |2559k|4500 |2559k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
550.71/550.79	c   551s|     1 |     0 |  8447 |     - |3199M|   0 | 234 |4500 |2559k|4500 |2559k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
906.51/906.50	c   906s|     1 |     0 |  8686 |     - |3199M|   0 | 232 |4500 |2559k|4500 |2559k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1041.74/1041.74	c  1042s|     1 |     0 |  9836 |     - |3199M|   0 | 257 |4500 |2559k|4500 |2559k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1322.03/1322.01	c  1322s|     1 |     0 | 12239 |     - |3199M|   0 | 238 |4500 |2559k|4500 |2559k|  82 |   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-3451324-1307070192/watcher-3451324-1307070192 -o /tmp/evaluation-result-3451324-1307070192/solver-3451324-1307070192 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451324-1307070192.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: 1.92 2.01 1.97 2/453 14329
/proc/meminfo: memFree=31400392/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=13884 CPUtime=0 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2457 0 0 0 0 0 0 0 20 0 1 0 818617349 14217216 2410 33554432000 4194304 9163163 140736990279568 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14329/statm: 3471 2410 392 1214 0 2253 0

[startup+0.03073 s]
/proc/loadavg: 1.92 2.01 1.97 2/453 14329
/proc/meminfo: memFree=31400392/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=17304 CPUtime=0.02 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3300 0 0 0 2 0 0 0 20 0 1 0 818617349 17719296 3253 33554432000 4194304 9163163 140736990279568 18446744073709551615 8041839 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14329/statm: 4326 3253 392 1214 0 3108 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17304

[startup+0.100744 s]
/proc/loadavg: 1.92 2.01 1.97 2/453 14329
/proc/meminfo: memFree=31400392/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=21556 CPUtime=0.09 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 4384 0 0 0 9 0 0 0 20 0 1 0 818617349 22073344 4337 33554432000 4194304 9163163 140736990279568 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14329/statm: 5389 4337 392 1214 0 4171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21556

[startup+0.30071 s]
/proc/loadavg: 1.92 2.01 1.97 2/453 14329
/proc/meminfo: memFree=31400392/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=33856 CPUtime=0.29 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 7444 0 0 0 28 1 0 0 21 0 1 0 818617349 34668544 7397 33554432000 4194304 9163163 140736990279568 18446744073709551615 7985232 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14329/statm: 8464 7397 392 1214 0 7246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33856

[startup+0.700573 s]
/proc/loadavg: 1.92 2.01 1.97 2/453 14329
/proc/meminfo: memFree=31400392/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=57356 CPUtime=0.69 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 13327 0 0 0 67 2 0 0 22 0 1 0 818617349 58732544 13280 33554432000 4194304 9163163 140736990279568 18446744073709551615 4337865 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14329/statm: 14339 13280 392 1214 0 13121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57356

[startup+1.50047 s]
/proc/loadavg: 1.92 2.01 1.97 3/454 14330
/proc/meminfo: memFree=31330696/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=104328 CPUtime=1.49 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 25075 0 0 0 146 3 0 0 25 0 1 0 818617349 106831872 25028 33554432000 4194304 9163163 140736990279568 18446744073709551615 7481008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14329/statm: 26082 25028 392 1214 0 24864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104328

[startup+3.10017 s]
/proc/loadavg: 2.01 2.02 1.98 3/454 14330
/proc/meminfo: memFree=31262168/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=197304 CPUtime=3.09 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 48308 0 0 0 302 7 0 0 25 0 1 0 818617349 202039296 48261 33554432000 4194304 9163163 140736990279568 18446744073709551615 8041849 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14329/statm: 49326 48261 392 1214 0 48108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197304

[startup+6.30062 s]
/proc/loadavg: 2.01 2.02 1.98 3/454 14330
/proc/meminfo: memFree=31074340/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=383408 CPUtime=6.29 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 94778 0 0 0 616 13 0 0 25 0 1 0 818617349 392609792 94731 33554432000 4194304 9163163 140736990279568 18446744073709551615 8041839 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14329/statm: 95852 94731 392 1214 0 94634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 383408

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 1.98 3/454 14330
/proc/meminfo: memFree=30690076/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=755780 CPUtime=12.69 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 187677 0 0 0 1243 26 0 0 25 0 1 0 818617349 773918720 187630 33554432000 4194304 9163163 140736990279568 18446744073709551615 6163656 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14329/statm: 188945 187630 392 1214 0 187727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 755780

[startup+25.5011 s]
/proc/loadavg: 2.00 2.02 1.98 3/454 14330
/proc/meminfo: memFree=28533600/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=2932592 CPUtime=25.5 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 798359 0 0 0 2454 96 0 0 25 0 1 0 818617349 3002974208 723817 33554432000 4194304 9163163 140736990279568 18446744073709551615 8031855 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 733148 723823 509 1214 0 731930 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2932592

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 1.98 3/454 14331
/proc/meminfo: memFree=25662356/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6162420 CPUtime=51.09 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2035478 0 0 0 4879 230 0 0 25 0 1 0 818617349 6310318080 1436068 33554432000 4194304 9163163 140736990279568 18446744073709551615 6974863 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1540605 1436068 4759 1214 0 1539387 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6162420

[startup+102.317 s]
/proc/loadavg: 2.10 2.05 1.99 3/454 14335
/proc/meminfo: memFree=26007868/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5600264 CPUtime=102.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2157155 0 0 0 9985 245 0 0 25 0 1 0 818617349 5734670336 1345498 33554432000 4194304 9163163 140736990279568 18446744073709551615 6668673 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1400066 1345498 1746 1214 0 1398848 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5600264

[startup+162.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/454 14337
/proc/meminfo: memFree=25873400/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5885828 CPUtime=162.29 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2231381 0 0 0 15973 256 0 0 25 0 1 0 818617349 6027087872 1382551 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345682 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1471457 1382551 5011 1214 0 1470239 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5885828

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/454 14338
/proc/meminfo: memFree=25846084/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5923672 CPUtime=222.29 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2250340 0 0 0 21970 259 0 0 25 0 1 0 818617349 6065840128 1387943 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348010 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1480918 1387943 3558 1214 0 1479700 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 5923672

[startup+282.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/454 14340
/proc/meminfo: memFree=25839484/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5923672 CPUtime=282.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2251349 0 0 0 27970 260 0 0 25 0 1 0 818617349 6065840128 1387943 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345690 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1480918 1387943 3558 1214 0 1479700 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 5923672

[startup+342.301 s]
/proc/loadavg: 2.12 2.08 2.01 3/454 14342
/proc/meminfo: memFree=25839832/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5923672 CPUtime=342.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2252334 0 0 0 33969 261 0 0 25 0 1 0 818617349 6065840128 1387943 33554432000 4194304 9163163 140736990279568 18446744073709551615 6974863 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1480918 1387943 3558 1214 0 1479700 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 5923672

[startup+402.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/454 14343
/proc/meminfo: memFree=25825044/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5923672 CPUtime=402.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2256050 0 0 0 39968 262 0 0 25 0 1 0 818617349 6065840128 1391497 33554432000 4194304 9163163 140736990279568 18446744073709551615 7054424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1480918 1391497 3558 1214 0 1479700 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 5923672

[startup+462.301 s]
/proc/loadavg: 2.04 2.06 2.00 3/454 14345
/proc/meminfo: memFree=25810860/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5945272 CPUtime=462.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2302342 0 0 0 45963 267 0 0 25 0 1 0 818617349 6087958528 1393431 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348205 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1486318 1393431 2013 1214 0 1485100 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 5945272

[startup+522.301 s]
/proc/loadavg: 2.10 2.08 2.01 3/454 14346
/proc/meminfo: memFree=25797076/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5968748 CPUtime=522.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2320906 0 0 0 51960 270 0 0 25 0 1 0 818617349 6111997952 1396850 33554432000 4194304 9163163 140736990279568 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1492187 1396850 2013 1214 0 1490969 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 5968748

[startup+582.301 s]
/proc/loadavg: 2.03 2.06 2.00 3/454 14348
/proc/meminfo: memFree=25796672/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=5968748 CPUtime=582.3 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2321532 0 0 0 57959 271 0 0 25 0 1 0 818617349 6111997952 1396924 33554432000 4194304 9163163 140736990279568 18446744073709551615 7054416 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1492187 1396924 2013 1214 0 1490969 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 5968748

[startup+642.301 s]

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

/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2403557 0 0 0 99945 287 0 0 25 0 1 0 818617349 6156636160 1406683 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348149 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1503085 1406683 2071 1214 0 1501867 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 6012340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/454 14361
/proc/meminfo: memFree=25745448/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6024196 CPUtime=1062.32 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2407017 0 0 0 105944 288 0 0 25 0 1 0 818617349 6168776704 1409623 33554432000 4194304 9163163 140736990279568 18446744073709551615 7051385 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506049 1409623 2071 1214 0 1504831 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6024196

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 14362
/proc/meminfo: memFree=25745416/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6024196 CPUtime=1122.32 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2407017 0 0 0 111943 289 0 0 25 0 1 0 818617349 6168776704 1409623 33554432000 4194304 9163163 140736990279568 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506049 1409623 2071 1214 0 1504831 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 6024196

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 14364
/proc/meminfo: memFree=25745020/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6024196 CPUtime=1182.32 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2407017 0 0 0 117942 290 0 0 25 0 1 0 818617349 6168776704 1409623 33554432000 4194304 9163163 140736990279568 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506049 1409623 2071 1214 0 1504831 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 6024196

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/454 14366
/proc/meminfo: memFree=25720680/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6040104 CPUtime=1242.33 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2459033 0 0 0 123937 296 0 0 25 0 1 0 818617349 6185066496 1415688 33554432000 4194304 9163163 140736990279568 18446744073709551615 6974883 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1510026 1415688 2082 1214 0 1508808 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 6040104

[startup+1302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/454 14367
/proc/meminfo: memFree=25718900/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6040104 CPUtime=1302.34 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2459803 0 0 0 129938 296 0 0 25 0 1 0 818617349 6185066496 1415688 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345648 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1510026 1415688 2082 1214 0 1508808 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 6040104

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/454 14397
/proc/meminfo: memFree=23609424/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6016552 CPUtime=1362.33 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2565068 0 0 0 135923 310 0 0 25 0 1 0 818617349 6160949248 1408505 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348055 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1504138 1408505 2071 1214 0 1502920 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 6016552

[startup+1422.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/454 14398
/proc/meminfo: memFree=20375748/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6021052 CPUtime=1422.35 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2679737 0 0 0 141913 322 0 0 25 0 1 0 818617349 6165557248 1407642 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345682 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1505263 1407642 2070 1214 0 1504045 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 6021052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 14400
/proc/meminfo: memFree=20347048/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6027316 CPUtime=1482.33 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2738698 0 0 0 147904 329 0 0 25 0 1 0 818617349 6171971584 1409656 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345673 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506829 1409656 2058 1214 0 1505611 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 6027316

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/454 14402
/proc/meminfo: memFree=20259328/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6096816 CPUtime=1542.33 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2804119 0 0 0 153898 335 0 0 25 0 1 0 818617349 6243139584 1432376 33554432000 4194304 9163163 140736990279568 18446744073709551615 6974030 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1524204 1432376 4183 1214 0 1522986 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 6096816

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/454 14403
/proc/meminfo: memFree=20713476/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6064004 CPUtime=1602.34 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2870590 0 0 0 159891 343 0 0 25 0 1 0 818617349 6209540096 1421755 33554432000 4194304 9163163 140736990279568 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1516001 1421755 2058 1214 0 1514783 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 6064004

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/454 14405
/proc/meminfo: memFree=20573440/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6065824 CPUtime=1662.34 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 2947773 0 0 0 165883 351 0 0 25 0 1 0 818617349 6211403776 1421754 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348178 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1516456 1421754 2058 1214 0 1515238 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 6065824

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/454 14406
/proc/meminfo: memFree=20598956/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6024744 CPUtime=1722.33 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3016857 0 0 0 171874 359 0 0 25 0 1 0 818617349 6169337856 1413290 33554432000 4194304 9163163 140736990279568 18446744073709551615 7110518 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506186 1413290 2058 1214 0 1504968 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 6024744

[startup+1782.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/454 14408
/proc/meminfo: memFree=20597560/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6024744 CPUtime=1782.34 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3094023 0 0 0 177866 368 0 0 25 0 1 0 818617349 6169337856 1413290 33554432000 4194304 9163163 140736990279568 18446744073709551615 7345723 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1506186 1413290 2058 1214 0 1504968 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 6024744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.15 2.08 2.02 3/454 14409
/proc/meminfo: memFree=20563928/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6064632 CPUtime=1800.05 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3102721 0 0 0 179637 368 0 0 25 0 1 0 818617349 6210183168 1421754 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1516158 1421754 2058 1214 0 1514940 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 6064632

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14329

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

[startup+1801.4 s]
/proc/loadavg: 2.15 2.08 2.02 3/455 14410
/proc/meminfo: memFree=20562928/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6064632 CPUtime=1801.44 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3102721 0 0 0 179776 368 0 0 25 0 1 0 818617349 6210183168 1421754 33554432000 4194304 9163163 140736990279568 18446744073709551615 7348380 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1516158 1421754 2058 1214 0 1514940 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 6064632

[startup+1801.82 s]
/proc/loadavg: 2.14 2.08 2.02 3/455 14410
/proc/meminfo: memFree=20563176/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=6064632 CPUtime=1801.85 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4202496 3102721 0 0 0 179817 368 0 0 25 0 1 0 818617349 6210183168 1421754 33554432000 4194304 9163163 140736990279568 18446744073709551615 6973999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14329/statm: 1516158 1421754 2058 1214 0 1514940 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 6064632

[startup+1802.2 s]
/proc/loadavg: 2.14 2.08 2.02 3/455 14410
/proc/meminfo: memFree=20563176/32951124 swapFree=55639044/67111528
[pid=14329] ppid=14327 vsize=0 CPUtime=1802.24 cores=0,2,4,6
/proc/14329/stat : 14329 (scip-2.0.1.4b.l) R 14327 14329 12722 0 -1 4203524 3102721 0 0 0 179837 387 0 0 25 0 1 0 818617349 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/14329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.23
CPU time (s): 1802.28
CPU user time (s): 1798.38
CPU system time (s): 3.89741
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6414756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 3.89741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3102721
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= 2
involuntary context switches= 2702

runsolver used 8.68068 second user time and 18.7421 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-03 05:03:15
IDJOB=3451324
IDBENCH=1381
IDSOLVER=1948
FILE ID=node133/3451324-1307070192
RUNJOBID= node133-1307066901-13751
PBS_JOBID= 13497853
Free space on /tmp= 73876 MiB

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

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

MD5SUM BENCH= 16e382d24044cea3204cbf333685cccd
RANDOM SEED=1804553115

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31400548 kB
Buffers:        257852 kB
Cached:         517800 kB
SwapCached:      10584 kB
Active:         887244 kB
Inactive:       387404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31400548 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:          100908 kB
Writeback:           0 kB
AnonPages:      496192 kB
Mapped:          15592 kB
Slab:           154008 kB
PageTables:      54504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115421268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node133 at 2011-06-03 05:33:17