Trace number 3489816

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
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 variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 628
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-3489816-1307795157.opb>
6.19/6.29	c original problem has 42127 variables (42127 bin, 0 int, 0 impl, 0 cont) and 974306 constraints
6.19/6.29	c problem read
6.19/6.29	c No objective function, only one solution is needed.
6.19/6.29	c presolving settings loaded
7.49/7.54	c presolving:
12.39/12.48	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 974297 upgd conss, 431052 impls, 1541 clqs
13.59/13.65	c presolving (2 rounds):
13.59/13.65	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
13.59/13.65	c  431052 implications, 1541 cliques
13.59/13.65	c presolved problem has 42126 variables (42126 bin, 0 int, 0 impl, 0 cont) and 974276 constraints
13.59/13.65	c   97301 constraints of type <knapsack>
13.59/13.65	c  206525 constraints of type <setppc>
13.59/13.65	c       1 constraints of type <linear>
13.59/13.65	c  670449 constraints of type <logicor>
13.59/13.65	c transformed objective value is always integral (scale: 1)
13.59/13.65	c Presolving Time: 6.18
13.59/13.65	c - non default parameters ----------------------------------------------------------------------
13.59/13.65	c # SCIP version 2.0.1.5
13.59/13.65	c 
13.59/13.65	c # frequency for displaying node information lines
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 100]
13.59/13.65	c display/freq = 10000
13.59/13.65	c 
13.59/13.65	c # maximal time in seconds to run
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.59/13.65	c limits/time = 1797
13.59/13.65	c 
13.59/13.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.59/13.65	c limits/memory = 13950
13.59/13.65	c 
13.59/13.65	c # solving stops, if the given number of solutions were found (-1: no limit)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: -1]
13.59/13.65	c limits/solutions = 1
13.59/13.65	c 
13.59/13.65	c # maximal number of separation rounds per node (-1: unlimited)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 5]
13.59/13.65	c separating/maxrounds = 1
13.59/13.65	c 
13.59/13.65	c # maximal number of separation rounds in the root node (-1: unlimited)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: -1]
13.59/13.65	c separating/maxroundsroot = 5
13.59/13.65	c 
13.59/13.65	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.59/13.65	c # [type: int, range: [1,2], default: 1]
13.59/13.65	c timing/clocktype = 2
13.59/13.65	c 
13.59/13.65	c # belongs reading time to solving time?
13.59/13.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.59/13.65	c timing/reading = TRUE
13.59/13.65	c 
13.59/13.65	c # should presolving try to simplify inequalities
13.59/13.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.59/13.65	c constraints/linear/simplifyinequalities = TRUE
13.59/13.65	c 
13.59/13.65	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.59/13.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.59/13.65	c constraints/indicator/addCouplingCons = TRUE
13.59/13.65	c 
13.59/13.65	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.59/13.65	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.59/13.65	c constraints/knapsack/disaggregation = FALSE
13.59/13.65	c 
13.59/13.65	c # should presolving try to simplify knapsacks
13.59/13.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.59/13.65	c constraints/knapsack/simplifyinequalities = TRUE
13.59/13.65	c 
13.59/13.65	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: -1]
13.59/13.65	c presolving/probing/maxrounds = 0
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/coefdiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/coefdiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/coefdiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 30]
13.59/13.65	c heuristics/crossover/freq = -1
13.59/13.65	c 
13.59/13.65	c # number of nodes added to the contingent of the total nodes
13.59/13.65	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.59/13.65	c heuristics/crossover/nodesofs = 750
13.59/13.65	c 
13.59/13.65	c # number of nodes without incumbent change that heuristic should wait
13.59/13.65	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.59/13.65	c heuristics/crossover/nwaitingnodes = 100
13.59/13.65	c 
13.59/13.65	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.59/13.65	c # [type: real, range: [0,1], default: 0.1]
13.59/13.65	c heuristics/crossover/nodesquot = 0.15
13.59/13.65	c 
13.59/13.65	c # minimum percentage of integer variables that have to be fixed 
13.59/13.65	c # [type: real, range: [0,1], default: 0.666]
13.59/13.65	c heuristics/crossover/minfixingrate = 0.5
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 20]
13.59/13.65	c heuristics/feaspump/freq = -1
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/feaspump/maxlpiterofs = 2000
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/fracdiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/fracdiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/fracdiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/guideddiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/guideddiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/guideddiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/intdiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/intshifting/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/linesearchdiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 20]
13.59/13.65	c heuristics/objpscostdiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to total iteration number
13.59/13.65	c # [type: real, range: [0,1], default: 0.01]
13.59/13.65	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/oneopt/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/pscostdiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/pscostdiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c heuristics/rens/freq = -1
13.59/13.65	c 
13.59/13.65	c # minimum percentage of integer variables that have to be fixable 
13.59/13.65	c # [type: real, range: [0,1], default: 0.5]
13.59/13.65	c heuristics/rens/minfixingrate = 0.3
13.59/13.65	c 
13.59/13.65	c # number of nodes added to the contingent of the total nodes
13.59/13.65	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.59/13.65	c heuristics/rens/nodesofs = 2000
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 20]
13.59/13.65	c heuristics/rootsoldiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.59/13.65	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/rounding/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c heuristics/shiftandpropagate/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/shifting/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/simplerounding/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/subnlp/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c heuristics/trivial/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/trysol/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c heuristics/undercover/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 10]
13.59/13.65	c heuristics/veclendiving/freq = -1
13.59/13.65	c 
13.59/13.65	c # maximal fraction of diving LP iterations compared to node LP iterations
13.59/13.65	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.59/13.65	c heuristics/veclendiving/maxlpiterquot = 0.075
13.59/13.65	c 
13.59/13.65	c # additional number of allowed LP iterations
13.59/13.65	c # [type: int, range: [0,2147483647], default: 1000]
13.59/13.65	c heuristics/veclendiving/maxlpiterofs = 1500
13.59/13.65	c 
13.59/13.65	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 1]
13.59/13.65	c heuristics/zirounding/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c separating/cmir/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: 0]
13.59/13.65	c separating/flowcover/freq = -1
13.59/13.65	c 
13.59/13.65	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.59/13.65	c # [type: int, range: [-1,2147483647], default: -1]
13.59/13.65	c separating/rapidlearning/freq = 0
13.59/13.65	c 
13.59/13.65	c -----------------------------------------------------------------------------------------------
13.59/13.65	c start solving
13.59/13.68	c 
108.59/108.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.59/108.60	c   109s|     1 |     0 | 11612 |     - |1432M|   0 |1245 |  42k| 974k|  42k| 974k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
226.60/226.68	c   227s|     1 |     0 | 22587 |     - |1432M|   0 |4690 |  42k| 974k|  42k| 974k|  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
288.10/288.15	c   288s|     1 |     0 | 27577 |     - |1433M|   0 |6527 |  42k| 974k|  42k| 974k|  89 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
371.00/371.00	c   371s|     1 |     0 | 31338 |     - |1435M|   0 |8093 |  42k| 974k|  42k| 974k| 134 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
478.91/478.97	c   479s|     1 |     0 | 35952 |     - |1437M|   0 |8495 |  42k| 974k|  42k| 974k| 157 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
558.71/558.77	c   559s|     1 |     0 | 39823 |     - |1440M|   0 |9227 |  42k| 974k|  42k| 974k| 198 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
984.03/984.01	c   984s|     1 |     2 | 39823 |     - |1440M|   0 |9227 |  42k| 974k|  42k| 974k| 198 |   0 |  29 | 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-3489816-1307795157/watcher-3489816-1307795157 -o /tmp/evaluation-result-3489816-1307795157/solver-3489816-1307795157 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489816-1307795157.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25069
/proc/meminfo: memFree=28679444/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=12692 CPUtime=0 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 2144 0 0 0 0 0 0 0 24 0 1 0 891112537 12996608 2099 33554432000 4194304 9016284 140735844494336 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25069/statm: 3173 2103 357 1178 0 1991 0

[startup+0.0432459 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25069
/proc/meminfo: memFree=28679444/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=16564 CPUtime=0.03 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 3127 0 0 0 3 0 0 0 24 0 1 0 891112537 16961536 3082 33554432000 4194304 9016284 140735844494336 18446744073709551615 7842304 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 4141 3082 357 1178 0 2959 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16564

[startup+0.101234 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25069
/proc/meminfo: memFree=28679444/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=20064 CPUtime=0.09 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4011 0 0 0 9 0 0 0 25 0 1 0 891112537 20545536 3966 33554432000 4194304 9016284 140735844494336 18446744073709551615 6417599 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 5016 3966 357 1178 0 3834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20064

[startup+0.301199 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25069
/proc/meminfo: memFree=28679444/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=34672 CPUtime=0.29 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 7648 0 0 0 29 0 0 0 25 0 1 0 891112537 35504128 7603 33554432000 4194304 9016284 140735844494336 18446744073709551615 7870448 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 8668 7603 357 1178 0 7486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34672

[startup+0.70112 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25069
/proc/meminfo: memFree=28679444/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=61932 CPUtime=0.69 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 14473 0 0 0 68 1 0 0 25 0 1 0 891112537 63418368 14428 33554432000 4194304 9016284 140735844494336 18446744073709551615 4447091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 15483 14428 357 1178 0 14301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61932

[startup+1.50096 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 25070
/proc/meminfo: memFree=28604316/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=113760 CPUtime=1.49 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 27347 0 0 0 147 2 0 0 25 0 1 0 891112537 116490240 27302 33554432000 4194304 9016284 140735844494336 18446744073709551615 6151876 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 28440 27302 357 1178 0 27258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113760

[startup+3.10064 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 25070
/proc/meminfo: memFree=28545156/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=218656 CPUtime=3.09 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 53656 0 0 0 304 5 0 0 25 0 1 0 891112537 223903744 53611 33554432000 4194304 9016284 140735844494336 18446744073709551615 6152584 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25069/statm: 54664 53611 357 1178 0 53482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 218656

[startup+6.30101 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 25070
/proc/meminfo: memFree=28330364/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=433472 CPUtime=6.29 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 107191 0 0 0 616 13 0 0 25 0 1 0 891112537 443875328 107146 33554432000 4194304 9016284 140735844494336 18446744073709551615 6816926 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 108416 107156 399 1178 0 107234 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 433472

[startup+12.7007 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 25070
/proc/meminfo: memFree=27364924/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=1098436 CPUtime=12.69 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 389556 0 0 0 1220 49 0 0 25 0 1 0 891112537 1124798464 267938 33554432000 4194304 9016284 140735844494336 18446744073709551615 4460361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 274609 267938 632 1178 0 273427 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1098436

[startup+25.5012 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 25071
/proc/meminfo: memFree=26281584/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2586492 CPUtime=25.49 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 822353 0 0 0 2451 98 0 0 25 0 1 0 891112537 2648567808 601814 33554432000 4194304 9016284 140735844494336 18446744073709551615 7081881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 646623 601814 777 1178 0 645441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2586492

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25071
/proc/meminfo: memFree=26308780/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2741540 CPUtime=51.09 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 919437 0 0 0 4997 112 0 0 25 0 1 0 891112537 2807336960 629432 33554432000 4194304 9016284 140735844494336 18446744073709551615 7876193 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 685385 629459 887 1178 0 684203 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2741540

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25073
/proc/meminfo: memFree=26259252/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2810824 CPUtime=102.3 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1017069 0 0 0 10102 128 0 0 25 0 1 0 891112537 2878283776 643728 33554432000 4194304 9016284 140735844494336 18446744073709551615 7181501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 702706 643728 1406 1178 0 701524 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2810824

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25074
/proc/meminfo: memFree=26351944/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2716104 CPUtime=162.29 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1187685 0 0 0 16076 153 0 0 25 0 1 0 891112537 2781290496 628412 33554432000 4194304 9016284 140735844494336 18446744073709551615 7180872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 679026 628412 894 1178 0 677844 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2716104

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25076
/proc/meminfo: memFree=26326352/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2749968 CPUtime=222.3 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1310583 0 0 0 22059 171 0 0 25 0 1 0 891112537 2815967232 634509 33554432000 4194304 9016284 140735844494336 18446744073709551615 7181435 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 687492 634509 894 1178 0 686310 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2749968

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25078
/proc/meminfo: memFree=26233684/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2803392 CPUtime=282.3 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1439023 0 0 0 28038 192 0 0 25 0 1 0 891112537 2870673408 634871 33554432000 4194304 9016284 140735844494336 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 700848 634871 891 1178 0 699666 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2803392

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25079
/proc/meminfo: memFree=26378216/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2808672 CPUtime=342.3 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1496817 0 0 0 34029 201 0 0 25 0 1 0 891112537 2876080128 623938 33554432000 4194304 9016284 140735844494336 18446744073709551615 7204769 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 702168 623941 882 1178 0 700986 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2808672

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25081
/proc/meminfo: memFree=26334160/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2810760 CPUtime=402.31 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1562709 0 0 0 40018 213 0 0 25 0 1 0 891112537 2878218240 624850 33554432000 4194304 9016284 140735844494336 18446744073709551615 6578107 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 702690 624850 882 1178 0 701508 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2810760

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25082
/proc/meminfo: memFree=26374520/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2833848 CPUtime=462.3 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1667858 0 0 0 46001 229 0 0 25 0 1 0 891112537 2901860352 626104 33554432000 4194304 9016284 140735844494336 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 708462 626104 881 1178 0 707280 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2833848

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25084
/proc/meminfo: memFree=26366548/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2835916 CPUtime=522.31 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1751132 0 0 0 51988 243 0 0 25 0 1 0 891112537 2903977984 627247 33554432000 4194304 9016284 140735844494336 18446744073709551615 7214222 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 708979 627247 880 1178 0 707797 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2835916

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25086
/proc/meminfo: memFree=26368856/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2844340 CPUtime=582.31 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 1910334 0 0 0 57965 266 0 0 25 0 1 0 891112537 2912604160 627552 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711085 627552 881 1178 0 709903 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2844340

[startup+642.3 s]

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

/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 3426506 0 0 0 105726 507 0 0 25 0 1 0 891112537 2915454976 627855 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711781 627855 889 1178 0 710599 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2847124

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25100
/proc/meminfo: memFree=26322096/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2846548 CPUtime=1122.33 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 3618225 0 0 0 111696 537 0 0 25 0 1 0 891112537 2914865152 627893 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711637 627893 889 1178 0 710455 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2846548

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25102
/proc/meminfo: memFree=26360984/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2847088 CPUtime=1182.34 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 3838435 0 0 0 117665 569 0 0 25 0 1 0 891112537 2915418112 627086 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711772 627086 889 1178 0 710590 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2847088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25103
/proc/meminfo: memFree=26320136/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2846548 CPUtime=1242.34 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4045321 0 0 0 123632 602 0 0 25 0 1 0 891112537 2914865152 627590 33554432000 4194304 9016284 140735844494336 18446744073709551615 7080750 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711637 627590 889 1178 0 710455 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2846548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25105
/proc/meminfo: memFree=26316992/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2846560 CPUtime=1302.35 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4264782 0 0 0 129599 636 0 0 25 0 1 0 891112537 2914877440 627586 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711640 627586 889 1178 0 710458 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 2846560

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25106
/proc/meminfo: memFree=26359488/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2848316 CPUtime=1362.34 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4508209 0 0 0 135560 674 0 0 25 0 1 0 891112537 2916675584 628059 33554432000 4194304 9016284 140735844494336 18446744073709551615 7198985 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712079 628059 889 1178 0 710897 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 2848316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25108
/proc/meminfo: memFree=26358448/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2845988 CPUtime=1422.35 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4698314 0 0 0 141528 707 0 0 25 0 1 0 891112537 2914291712 624455 33554432000 4194304 9016284 140735844494336 18446744073709551615 7214148 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711497 624457 889 1178 0 710315 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 2845988

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25110
/proc/meminfo: memFree=26360152/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2846188 CPUtime=1482.35 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 4890810 0 0 0 147497 738 0 0 25 0 1 0 891112537 2914496512 627955 33554432000 4194304 9016284 140735844494336 18446744073709551615 7178120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711547 627955 889 1178 0 710365 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 2846188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25111
/proc/meminfo: memFree=26360228/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2846860 CPUtime=1542.35 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 5087472 0 0 0 153465 770 0 0 25 0 1 0 891112537 2915184640 627877 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711715 627877 889 1178 0 710533 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 2846860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25113
/proc/meminfo: memFree=26363288/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2845580 CPUtime=1602.35 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 5317457 0 0 0 159431 804 0 0 25 0 1 0 891112537 2913873920 627540 33554432000 4194304 9016284 140735844494336 18446744073709551615 6918429 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 711395 627540 889 1178 0 710213 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 2845580

[startup+1662.3 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 25139
/proc/meminfo: memFree=28979252/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2853316 CPUtime=1662.36 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 5539423 0 0 0 165398 838 0 0 25 0 1 0 891112537 2921795584 628320 33554432000 4194304 9016284 140735844494336 18446744073709551615 7214511 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 713329 628320 889 1178 0 712147 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 2853316

[startup+1722.3 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 25141
/proc/meminfo: memFree=28980328/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1722.36 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 5741772 0 0 0 171363 873 0 0 25 0 1 0 891112537 2920239104 627873 33554432000 4194304 9016284 140735844494336 18446744073709551615 6971817 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 627873 889 1178 0 711767 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 2851796

[startup+1782.3 s]
/proc/loadavg: 1.07 1.59 1.84 3/172 25143
/proc/meminfo: memFree=28979680/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1782.36 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 5930880 0 0 0 177334 902 0 0 25 0 1 0 891112537 2920239104 627991 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 627991 889 1178 0 711767 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 2851796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.05 1.55 1.82 2/172 25143
/proc/meminfo: memFree=28980164/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1800.07 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 6001215 0 0 0 179094 913 0 0 25 0 1 0 891112537 2920239104 627851 33554432000 4194304 9016284 140735844494336 18446744073709551615 7082206 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 627851 889 1178 0 711767 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2851796

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25069

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

[startup+1801.4 s]
/proc/loadavg: 1.05 1.55 1.82 2/173 25144
/proc/meminfo: memFree=28979412/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1801.47 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 6001400 0 0 0 179234 913 0 0 25 0 1 0 891112537 2920239104 628036 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 628036 889 1178 0 711767 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 2851796

[startup+1801.81 s]
/proc/loadavg: 1.05 1.55 1.82 2/173 25144
/proc/meminfo: memFree=28979528/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1801.87 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 6001400 0 0 0 179274 913 0 0 25 0 1 0 891112537 2920239104 628036 33554432000 4194304 9016284 140735844494336 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 628036 889 1178 0 711767 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 2851796

[startup+1802 s]
/proc/loadavg: 1.05 1.55 1.82 2/173 25144
/proc/meminfo: memFree=28979528/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=2851796 CPUtime=1802.06 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4202496 6006875 0 0 0 179293 913 0 0 25 0 1 0 891112537 2920239104 627954 33554432000 4194304 9016284 140735844494336 18446744073709551615 6971817 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25069/statm: 712949 627954 889 1178 0 711767 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 2851796

[startup+1802.1 s]
/proc/loadavg: 1.05 1.55 1.82 2/173 25144
/proc/meminfo: memFree=28979528/32950928 swapFree=67053888/67111528
[pid=25069] ppid=25067 vsize=0 CPUtime=1802.17 cores=0,2,4,6
/proc/25069/stat : 25069 (scip-2.0.1.4b_2) R 25067 25069 23551 0 -1 4203524 6006875 0 0 0 179294 923 0 0 25 0 1 0 891112537 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0
/proc/25069/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.18
CPU user time (s): 1792.94
CPU system time (s): 9.23659
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2974640

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

runsolver used 3.03154 second user time and 6.12807 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 14:25:58
IDJOB=3489816
IDBENCH=89747
IDSOLVER=1979
FILE ID=node149/3489816-1307795157
RUNJOBID= node149-1307784152-23569
PBS_JOBID= 13550899
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.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-3489816-1307795157/watcher-3489816-1307795157 -o /tmp/evaluation-result-3489816-1307795157/solver-3489816-1307795157 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489816-1307795157.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1694356346

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:      28680120 kB
Buffers:        152132 kB
Cached:        1174852 kB
SwapCached:      23704 kB
Active:        3181780 kB
Inactive:       923380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28680120 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           66664 kB
Writeback:           0 kB
AnonPages:     2773840 kB
Mapped:          12296 kB
Slab:            93908 kB
PageTables:      10728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3233400 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= 73908 MiB
End job on node149 at 2011-06-11 14:56:01