Trace number 3489812

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_2 2011-06-10 (fixed)? (TO) 1802.18 1802.1

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.5]
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-3489812-1307794985.opb>
5.60/5.68	c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
5.60/5.68	c problem read
5.60/5.68	c No objective function, only one solution is needed.
5.60/5.68	c presolving settings loaded
6.79/6.82	c presolving:
11.19/11.29	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 415364 impls, 1772 clqs
12.29/12.34	c presolving (2 rounds):
12.29/12.34	c  1 deleted vars, 22 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
12.29/12.34	c  415364 implications, 1772 cliques
12.29/12.34	c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 988082 constraints
12.29/12.34	c  101519 constraints of type <knapsack>
12.29/12.34	c  198683 constraints of type <setppc>
12.29/12.34	c       1 constraints of type <linear>
12.29/12.34	c  687879 constraints of type <logicor>
12.29/12.34	c transformed objective value is always integral (scale: 1)
12.29/12.34	c Presolving Time: 5.59
12.29/12.34	c - non default parameters ----------------------------------------------------------------------
12.29/12.34	c # SCIP version 2.0.1.5
12.29/12.34	c 
12.29/12.34	c # frequency for displaying node information lines
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 100]
12.29/12.34	c display/freq = 10000
12.29/12.34	c 
12.29/12.34	c # maximal time in seconds to run
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.29/12.34	c limits/time = 1797
12.29/12.34	c 
12.29/12.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.29/12.34	c limits/memory = 13950
12.29/12.34	c 
12.29/12.34	c # solving stops, if the given number of solutions were found (-1: no limit)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.34	c limits/solutions = 1
12.29/12.34	c 
12.29/12.34	c # maximal number of separation rounds per node (-1: unlimited)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 5]
12.29/12.34	c separating/maxrounds = 1
12.29/12.34	c 
12.29/12.34	c # maximal number of separation rounds in the root node (-1: unlimited)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.34	c separating/maxroundsroot = 5
12.29/12.34	c 
12.29/12.34	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.29/12.34	c # [type: int, range: [1,2], default: 1]
12.29/12.34	c timing/clocktype = 2
12.29/12.34	c 
12.29/12.34	c # belongs reading time to solving time?
12.29/12.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.34	c timing/reading = TRUE
12.29/12.34	c 
12.29/12.34	c # should presolving try to simplify inequalities
12.29/12.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.34	c constraints/linear/simplifyinequalities = TRUE
12.29/12.34	c 
12.29/12.34	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.29/12.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.34	c constraints/indicator/addCouplingCons = TRUE
12.29/12.34	c 
12.29/12.34	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.29/12.34	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.29/12.34	c constraints/knapsack/disaggregation = FALSE
12.29/12.34	c 
12.29/12.34	c # should presolving try to simplify knapsacks
12.29/12.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.29/12.34	c constraints/knapsack/simplifyinequalities = TRUE
12.29/12.34	c 
12.29/12.34	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.34	c presolving/probing/maxrounds = 0
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/coefdiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/coefdiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/coefdiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 30]
12.29/12.34	c heuristics/crossover/freq = -1
12.29/12.34	c 
12.29/12.34	c # number of nodes added to the contingent of the total nodes
12.29/12.34	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.29/12.34	c heuristics/crossover/nodesofs = 750
12.29/12.34	c 
12.29/12.34	c # number of nodes without incumbent change that heuristic should wait
12.29/12.34	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.29/12.34	c heuristics/crossover/nwaitingnodes = 100
12.29/12.34	c 
12.29/12.34	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.29/12.34	c # [type: real, range: [0,1], default: 0.1]
12.29/12.34	c heuristics/crossover/nodesquot = 0.15
12.29/12.34	c 
12.29/12.34	c # minimum percentage of integer variables that have to be fixed 
12.29/12.34	c # [type: real, range: [0,1], default: 0.666]
12.29/12.34	c heuristics/crossover/minfixingrate = 0.5
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.34	c heuristics/feaspump/freq = -1
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/feaspump/maxlpiterofs = 2000
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/fracdiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/fracdiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/fracdiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/guideddiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/guideddiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/guideddiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/intdiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/intshifting/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/linesearchdiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.34	c heuristics/objpscostdiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to total iteration number
12.29/12.34	c # [type: real, range: [0,1], default: 0.01]
12.29/12.34	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/oneopt/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/pscostdiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/pscostdiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c heuristics/rens/freq = -1
12.29/12.34	c 
12.29/12.34	c # minimum percentage of integer variables that have to be fixable 
12.29/12.34	c # [type: real, range: [0,1], default: 0.5]
12.29/12.34	c heuristics/rens/minfixingrate = 0.3
12.29/12.34	c 
12.29/12.34	c # number of nodes added to the contingent of the total nodes
12.29/12.34	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.29/12.34	c heuristics/rens/nodesofs = 2000
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 20]
12.29/12.34	c heuristics/rootsoldiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.29/12.34	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/rounding/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c heuristics/shiftandpropagate/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/shifting/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/simplerounding/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/subnlp/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c heuristics/trivial/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/trysol/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c heuristics/undercover/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 10]
12.29/12.34	c heuristics/veclendiving/freq = -1
12.29/12.34	c 
12.29/12.34	c # maximal fraction of diving LP iterations compared to node LP iterations
12.29/12.34	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.29/12.34	c heuristics/veclendiving/maxlpiterquot = 0.075
12.29/12.34	c 
12.29/12.34	c # additional number of allowed LP iterations
12.29/12.34	c # [type: int, range: [0,2147483647], default: 1000]
12.29/12.34	c heuristics/veclendiving/maxlpiterofs = 1500
12.29/12.34	c 
12.29/12.34	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 1]
12.29/12.34	c heuristics/zirounding/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c separating/cmir/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: 0]
12.29/12.34	c separating/flowcover/freq = -1
12.29/12.34	c 
12.29/12.34	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.29/12.34	c # [type: int, range: [-1,2147483647], default: -1]
12.29/12.34	c separating/rapidlearning/freq = 0
12.29/12.34	c 
12.29/12.34	c -----------------------------------------------------------------------------------------------
12.29/12.34	c start solving
12.29/12.37	c 
49.19/49.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.19/49.20	c  49.2s|     1 |     0 |  6802 |     - |1465M|   0 |1248 |  44k| 988k|  44k| 988k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
119.19/119.21	c   119s|     1 |     0 | 16823 |     - |1465M|   0 |6006 |  44k| 988k|  44k| 988k|   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
200.80/200.80	c   201s|     1 |     0 | 25225 |     - |1467M|   0 |7949 |  44k| 988k|  44k| 988k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
264.51/264.54	c   265s|     1 |     0 | 29807 |     - |1468M|   0 |8843 |  44k| 988k|  44k| 988k| 100 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
370.51/370.54	c   371s|     1 |     0 | 34544 |     - |1471M|   0 |  10k|  44k| 988k|  44k| 988k| 168 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
468.71/468.79	c   469s|     1 |     0 | 36561 |     - |1475M|   0 |  11k|  44k| 988k|  44k| 988k| 226 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
954.13/954.18	c   954s|     1 |     2 | 36561 |     - |1475M|   0 |  11k|  44k| 988k|  44k| 988k| 226 |   0 |  34 | 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.1 (svn: 988)

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-3489812-1307794985/watcher-3489812-1307794985 -o /tmp/evaluation-result-3489812-1307794985/solver-3489812-1307794985 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489812-1307794985.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.00 2.00 2.00 2/177 25026
/proc/meminfo: memFree=28960792/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 2147 0 0 0 0 0 0 0 23 0 1 0 891095278 13000704 2101 33554432000 4194304 9016284 140736163034224 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 3174 2101 357 1178 0 1992 0

[startup+0.0615141 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25026
/proc/meminfo: memFree=28960792/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=18308 CPUtime=0.05 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 3547 0 0 0 5 0 0 0 23 0 1 0 891095278 18747392 3501 33554432000 4194304 9016284 140736163034224 18446744073709551615 7870468 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 4577 3501 357 1178 0 3395 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18308

[startup+0.100505 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25026
/proc/meminfo: memFree=28960792/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=21508 CPUtime=0.09 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 4370 0 0 0 9 0 0 0 23 0 1 0 891095278 22024192 4324 33554432000 4194304 9016284 140736163034224 18446744073709551615 6151419 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 5377 4324 357 1178 0 4195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21508

[startup+0.300465 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25026
/proc/meminfo: memFree=28960792/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=37140 CPUtime=0.29 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8278 0 0 0 28 1 0 0 25 0 1 0 891095278 38031360 8232 33554432000 4194304 9016284 140736163034224 18446744073709551615 4445906 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 9285 8232 357 1178 0 8103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37140

[startup+0.700387 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25026
/proc/meminfo: memFree=28960792/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=66972 CPUtime=0.69 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 15717 0 0 0 68 1 0 0 25 0 1 0 891095278 68579328 15671 33554432000 4194304 9016284 140736163034224 18446744073709551615 4447091 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 16743 15671 357 1178 0 15561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66972

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25027
/proc/meminfo: memFree=28876240/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=126204 CPUtime=1.49 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 30509 0 0 0 145 4 0 0 25 0 1 0 891095278 129232896 30463 33554432000 4194304 9016284 140736163034224 18446744073709551615 5208090 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 31551 30463 357 1178 0 30369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126204

[startup+3.10091 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25027
/proc/meminfo: memFree=28792696/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=243296 CPUtime=3.09 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 59742 0 0 0 302 7 0 0 25 0 1 0 891095278 249135104 59696 33554432000 4194304 9016284 140736163034224 18446744073709551615 7870483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25026/statm: 60824 59696 357 1178 0 59642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 243296

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25027
/proc/meminfo: memFree=28552764/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=868980 CPUtime=6.29 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 214491 0 0 0 601 28 0 0 25 0 1 0 891095278 889835520 214416 33554432000 4194304 9016284 140736163034224 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 217245 214450 404 1178 0 216063 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 868980

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25027
/proc/meminfo: memFree=27852808/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=1216500 CPUtime=12.7 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 452927 0 0 0 1216 54 0 0 18 0 1 0 891095278 1245696000 298308 33554432000 4194304 9016284 140736163034224 18446744073709551615 4733177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 304125 298308 593 1178 0 302943 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1216500

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25027
/proc/meminfo: memFree=26498212/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2639024 CPUtime=25.49 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 842600 0 0 0 2459 90 0 0 25 0 1 0 891095278 2702360576 615159 33554432000 4194304 9016284 140736163034224 18446744073709551615 7080792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 659756 615159 962 1178 0 658574 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2639024

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25028
/proc/meminfo: memFree=26589932/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2516728 CPUtime=51.09 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 974557 0 0 0 5004 105 0 0 25 0 1 0 891095278 2577129472 592125 33554432000 4194304 9016284 140736163034224 18446744073709551615 6578040 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 629182 592125 926 1178 0 628000 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2516728

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 25029
/proc/meminfo: memFree=26471528/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2710616 CPUtime=102.3 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1127213 0 0 0 10101 129 0 0 25 0 1 0 891095278 2775670784 622621 33554432000 4194304 9016284 140736163034224 18446744073709551615 6855222 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 677654 622621 1856 1178 0 676472 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2710616

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 25031
/proc/meminfo: memFree=26227420/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2952984 CPUtime=162.3 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1331649 0 0 0 16080 150 0 0 25 0 1 0 891095278 3023855616 682715 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 738246 682715 1066 1178 0 737064 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2952984

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 25071
/proc/meminfo: memFree=26309276/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2980584 CPUtime=222.3 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1375165 0 0 0 22071 159 0 0 25 0 1 0 891095278 3052118016 648058 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 745146 648058 1000 1178 0 743964 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2980584

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25073
/proc/meminfo: memFree=26416524/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2986552 CPUtime=282.31 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1456866 0 0 0 28060 171 0 0 25 0 1 0 891095278 3058229248 648620 33554432000 4194304 9016284 140736163034224 18446744073709551615 7876223 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 746638 648620 1000 1178 0 745456 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 2986552

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25075
/proc/meminfo: memFree=26350952/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2896072 CPUtime=342.3 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1544958 0 0 0 34046 184 0 0 25 0 1 0 891095278 2965577728 644378 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 724018 644378 4802 1178 0 722836 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2896072

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25076
/proc/meminfo: memFree=26326352/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2901680 CPUtime=402.31 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1607654 0 0 0 40035 196 0 0 25 0 1 0 891095278 2971320320 644501 33554432000 4194304 9016284 140736163034224 18446744073709551615 6922911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 725420 644501 4802 1178 0 724238 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2901680

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25078
/proc/meminfo: memFree=26233808/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=3014064 CPUtime=462.31 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1688574 0 0 0 46024 207 0 0 25 0 1 0 891095278 3086401536 667280 33554432000 4194304 9016284 140736163034224 18446744073709551615 7227419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 753516 667280 4682 1178 0 752334 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3014064

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25079
/proc/meminfo: memFree=26379828/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2866108 CPUtime=522.32 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 1991872 0 0 0 51985 247 0 0 25 0 1 0 891095278 2934894592 637590 33554432000 4194304 9016284 140736163034224 18446744073709551615 7080778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 716527 637590 928 1178 0 715345 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 2866108

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25081
/proc/meminfo: memFree=26377060/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2866108 CPUtime=582.31 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 2277442 0 0 0 57947 284 0 0 25 0 1 0 891095278 2934894592 637699 33554432000 4194304 9016284 140736163034224 18446744073709551615 7178129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 716527 637699 928 1178 0 715345 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2866108

[startup+642.3 s]

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

/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 4233110 0 0 0 99688 546 0 0 25 0 1 0 891095278 2958340096 638624 33554432000 4194304 9016284 140736163034224 18446744073709551615 6855218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 722251 638624 892 1178 0 721069 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2889004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25094
/proc/meminfo: memFree=26317044/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2889404 CPUtime=1062.34 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 4508674 0 0 0 105651 583 0 0 25 0 1 0 891095278 2958749696 638238 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199020 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 722351 638238 888 1178 0 721169 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2889404

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25095
/proc/meminfo: memFree=26318004/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2914932 CPUtime=1122.34 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 4830526 0 0 0 111610 624 0 0 25 0 1 0 891095278 2984890368 649481 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 728733 649481 888 1178 0 727551 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2914932

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25097
/proc/meminfo: memFree=26321940/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2917332 CPUtime=1182.34 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 5112144 0 0 0 117575 659 0 0 25 0 1 0 891095278 2987347968 649673 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 729333 649673 888 1178 0 728151 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2917332

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25099
/proc/meminfo: memFree=26359824/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2889004 CPUtime=1242.35 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 5371719 0 0 0 123542 693 0 0 25 0 1 0 891095278 2958340096 638960 33554432000 4194304 9016284 140736163034224 18446744073709551615 6971617 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 722251 638960 888 1178 0 721069 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2889004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25100
/proc/meminfo: memFree=26316516/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2916360 CPUtime=1302.36 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 5705459 0 0 0 129502 734 0 0 25 0 1 0 891095278 2986352640 649728 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 729090 649728 888 1178 0 727908 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 2916360

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25102
/proc/meminfo: memFree=26359620/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2931816 CPUtime=1362.35 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 6005652 0 0 0 135463 772 0 0 25 0 1 0 891095278 3002179584 653988 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 732954 653988 5129 1178 0 731772 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 2931816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25103
/proc/meminfo: memFree=26317284/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2917588 CPUtime=1422.37 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 6314567 0 0 0 141427 810 0 0 25 0 1 0 891095278 2987610112 649666 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 729397 649666 888 1178 0 728215 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 2917588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25105
/proc/meminfo: memFree=26316868/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2918740 CPUtime=1482.36 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 6594441 0 0 0 147390 846 0 0 25 0 1 0 891095278 2988789760 649830 33554432000 4194304 9016284 140736163034224 18446744073709551615 7181022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 729685 649830 888 1178 0 728503 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 2918740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25107
/proc/meminfo: memFree=26358620/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1542.36 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 6835428 0 0 0 153357 879 0 0 25 0 1 0 891095278 2961436672 639052 33554432000 4194304 9016284 140736163034224 18446744073709551615 7082000 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 639052 888 1178 0 721825 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 2892028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25108
/proc/meminfo: memFree=26358696/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1602.37 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 7147994 0 0 0 159319 918 0 0 25 0 1 0 891095278 2961436672 639287 33554432000 4194304 9016284 140736163034224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 639287 888 1178 0 721825 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 2892028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25110
/proc/meminfo: memFree=26360524/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1662.37 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 7465165 0 0 0 165280 957 0 0 25 0 1 0 891095278 2961436672 638865 33554432000 4194304 9016284 140736163034224 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638865 888 1178 0 721825 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 2892028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25111
/proc/meminfo: memFree=26359608/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1722.37 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 7777447 0 0 0 171239 998 0 0 25 0 1 0 891095278 2961436672 638817 33554432000 4194304 9016284 140736163034224 18446744073709551615 7082034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638817 888 1178 0 721825 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 2892028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25113
/proc/meminfo: memFree=26316416/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2935672 CPUtime=1782.37 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8120814 0 0 0 177197 1040 0 0 25 0 1 0 891095278 3006128128 654002 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 733918 654002 5185 1178 0 732736 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 2935672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25114
/proc/meminfo: memFree=26362144/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1800.08 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8206157 0 0 0 178954 1054 0 0 25 0 1 0 891095278 2961436672 638252 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638252 888 1178 0 721825 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2892028

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25026

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25115
/proc/meminfo: memFree=26360276/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1801.48 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8212019 0 0 0 179093 1055 0 0 25 0 1 0 891095278 2961436672 638721 33554432000 4194304 9016284 140736163034224 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638721 888 1178 0 721825 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 2892028

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25115
/proc/meminfo: memFree=26363500/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1801.88 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8217408 0 0 0 179133 1055 0 0 25 0 1 0 891095278 2961436672 638723 33554432000 4194304 9016284 140736163034224 18446744073709551615 7080755 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638723 888 1178 0 721825 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2892028

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25115
/proc/meminfo: memFree=26363500/32950928 swapFree=67053888/67111528
[pid=25026] ppid=25024 vsize=2892028 CPUtime=1802.07 cores=1,3,5,7
/proc/25026/stat : 25026 (scip-2.0.1.4b_2) R 25024 25026 23551 0 -1 4202496 8217430 0 0 0 179152 1055 0 0 25 0 1 0 891095278 2961436672 638745 33554432000 4194304 9016284 140736163034224 18446744073709551615 7080755 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25026/statm: 723007 638745 888 1178 0 721825 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2892028

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.18
CPU user time (s): 1791.54
CPU system time (s): 10.6444
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 3040084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.54
system time used= 10.6444
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8217432
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= 3
involuntary context switches= 2028

runsolver used 2.78858 second user time and 6.85696 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 14:23:06
IDJOB=3489812
IDBENCH=89654
IDSOLVER=1979
FILE ID=node149/3489812-1307794985
RUNJOBID= node149-1307784152-23570
PBS_JOBID= 13550899
Free space on /tmp= 73904 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489812-1307794985/watcher-3489812-1307794985 -o /tmp/evaluation-result-3489812-1307794985/solver-3489812-1307794985 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489812-1307794985.opb -t 1800 -m 15500

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=1939366943

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      28960848 kB
Buffers:        151876 kB
Cached:        1134536 kB
SwapCached:      23704 kB
Active:        2907188 kB
Inactive:       920244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28960848 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           60980 kB
Writeback:          40 kB
AnonPages:     2536484 kB
Mapped:          12404 kB
Slab:            92984 kB
PageTables:       9648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2758064 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= 73848 MiB
End job on node149 at 2011-06-11 14:53:08