Trace number 3486374

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 2 2011-06-10 (fixed)? (TO) 1800.14 1800.1

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.4 [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-3486374-1307795292.opb>
5.39/5.46	c original problem has 42127 variables (42127 bin, 0 int, 0 impl, 0 cont) and 974306 constraints
5.39/5.46	c problem read
5.39/5.46	c No objective function, only one solution is needed.
5.39/5.46	c presolving settings loaded
8.29/8.30	c presolving:
12.89/12.99	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.99/14.09	c presolving (2 rounds):
13.99/14.09	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
13.99/14.09	c  431052 implications, 1541 cliques
13.99/14.09	c presolved problem has 42126 variables (42126 bin, 0 int, 0 impl, 0 cont) and 974276 constraints
13.99/14.09	c   97301 constraints of type <knapsack>
13.99/14.09	c  206525 constraints of type <setppc>
13.99/14.09	c       1 constraints of type <linear>
13.99/14.09	c  670449 constraints of type <logicor>
13.99/14.09	c transformed objective value is always integral (scale: 1)
13.99/14.09	c Presolving Time: 8.00
13.99/14.09	c - non default parameters ----------------------------------------------------------------------
13.99/14.09	c # SCIP version 2.0.1.4
13.99/14.09	c 
13.99/14.09	c # frequency for displaying node information lines
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 100]
13.99/14.09	c display/freq = 10000
13.99/14.09	c 
13.99/14.09	c # maximal time in seconds to run
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.09	c limits/time = 1797
13.99/14.09	c 
13.99/14.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.09	c limits/memory = 13950
13.99/14.09	c 
13.99/14.09	c # solving stops, if the given number of solutions were found (-1: no limit)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.09	c limits/solutions = 1
13.99/14.09	c 
13.99/14.09	c # maximal number of separation rounds per node (-1: unlimited)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 5]
13.99/14.09	c separating/maxrounds = 1
13.99/14.09	c 
13.99/14.09	c # maximal number of separation rounds in the root node (-1: unlimited)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.09	c separating/maxroundsroot = 5
13.99/14.09	c 
13.99/14.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.99/14.09	c # [type: int, range: [1,2], default: 1]
13.99/14.09	c timing/clocktype = 2
13.99/14.09	c 
13.99/14.09	c # belongs reading time to solving time?
13.99/14.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.09	c timing/reading = TRUE
13.99/14.09	c 
13.99/14.09	c # should presolving try to simplify inequalities
13.99/14.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.09	c constraints/linear/simplifyinequalities = TRUE
13.99/14.09	c 
13.99/14.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.99/14.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.09	c constraints/indicator/addCouplingCons = TRUE
13.99/14.09	c 
13.99/14.09	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.99/14.09	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.99/14.09	c constraints/knapsack/disaggregation = FALSE
13.99/14.09	c 
13.99/14.09	c # should presolving try to simplify knapsacks
13.99/14.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.09	c constraints/knapsack/simplifyinequalities = TRUE
13.99/14.09	c 
13.99/14.09	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.09	c presolving/probing/maxrounds = 0
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/coefdiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/coefdiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/coefdiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 30]
13.99/14.09	c heuristics/crossover/freq = -1
13.99/14.09	c 
13.99/14.09	c # number of nodes added to the contingent of the total nodes
13.99/14.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.09	c heuristics/crossover/nodesofs = 750
13.99/14.09	c 
13.99/14.09	c # number of nodes without incumbent change that heuristic should wait
13.99/14.09	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.99/14.09	c heuristics/crossover/nwaitingnodes = 100
13.99/14.09	c 
13.99/14.09	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.99/14.09	c # [type: real, range: [0,1], default: 0.1]
13.99/14.09	c heuristics/crossover/nodesquot = 0.15
13.99/14.09	c 
13.99/14.09	c # minimum percentage of integer variables that have to be fixed 
13.99/14.09	c # [type: real, range: [0,1], default: 0.666]
13.99/14.09	c heuristics/crossover/minfixingrate = 0.5
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.09	c heuristics/feaspump/freq = -1
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/feaspump/maxlpiterofs = 2000
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/fracdiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/fracdiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/fracdiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/guideddiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/guideddiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/guideddiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/intdiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/intshifting/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/linesearchdiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.09	c heuristics/objpscostdiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to total iteration number
13.99/14.09	c # [type: real, range: [0,1], default: 0.01]
13.99/14.09	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/oneopt/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/pscostdiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/pscostdiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c heuristics/rens/freq = -1
13.99/14.09	c 
13.99/14.09	c # minimum percentage of integer variables that have to be fixable 
13.99/14.09	c # [type: real, range: [0,1], default: 0.5]
13.99/14.09	c heuristics/rens/minfixingrate = 0.3
13.99/14.09	c 
13.99/14.09	c # number of nodes added to the contingent of the total nodes
13.99/14.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.09	c heuristics/rens/nodesofs = 2000
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.09	c heuristics/rootsoldiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.99/14.09	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/rounding/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c heuristics/shiftandpropagate/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/shifting/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/simplerounding/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/subnlp/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c heuristics/trivial/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/trysol/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c heuristics/undercover/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.09	c heuristics/veclendiving/freq = -1
13.99/14.09	c 
13.99/14.09	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.09	c heuristics/veclendiving/maxlpiterquot = 0.075
13.99/14.09	c 
13.99/14.09	c # additional number of allowed LP iterations
13.99/14.09	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.09	c heuristics/veclendiving/maxlpiterofs = 1500
13.99/14.09	c 
13.99/14.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.09	c heuristics/zirounding/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c separating/cmir/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.09	c separating/flowcover/freq = -1
13.99/14.09	c 
13.99/14.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.99/14.09	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.09	c separating/rapidlearning/freq = 0
13.99/14.09	c 
13.99/14.09	c -----------------------------------------------------------------------------------------------
13.99/14.09	c start solving
14.09/14.12	c 
103.19/103.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.19/103.25	c   103s|     1 |     0 | 11612 |     - |1361M|   0 |1245 |  42k| 974k|  42k| 974k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
212.48/212.53	c   213s|     1 |     0 | 22587 |     - |1362M|   0 |4690 |  42k| 974k|  42k| 974k|  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
269.69/269.72	c   270s|     1 |     0 | 27577 |     - |1363M|   0 |6527 |  42k| 974k|  42k| 974k|  89 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
349.08/349.11	c   349s|     1 |     0 | 31338 |     - |1365M|   0 |8093 |  42k| 974k|  42k| 974k| 134 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
452.60/452.60	c   453s|     1 |     0 | 35952 |     - |1367M|   0 |8495 |  42k| 974k|  42k| 974k| 157 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
528.40/528.43	c   528s|     1 |     0 | 39823 |     - |1369M|   0 |9227 |  42k| 974k|  42k| 974k| 198 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
923.51/923.53	c   924s|     1 |     2 | 39823 |     - |1369M|   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-3486374-1307795292/watcher-3486374-1307795292 -o /tmp/evaluation-result-3486374-1307795292/solver-3486374-1307795292 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486374-1307795292.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.02 2.01 2.00 2/174 14553
/proc/meminfo: memFree=30763996/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=9840 CPUtime=0 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1474 0 0 0 0 0 0 0 24 0 1 0 891129745 10076160 1429 33554432000 4194304 8979876 140737485174272 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 2460 1429 363 1169 0 1287 0

[startup+0.0442381 s]
/proc/loadavg: 2.02 2.01 2.00 2/174 14553
/proc/meminfo: memFree=30763996/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=13580 CPUtime=0.04 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 2377 0 0 0 4 0 0 0 24 0 1 0 891129745 13905920 2332 33554432000 4194304 8979876 140737485174272 18446744073709551615 4446983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 3395 2332 363 1169 0 2222 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13580

[startup+0.100219 s]
/proc/loadavg: 2.02 2.01 2.00 2/174 14553
/proc/meminfo: memFree=30763996/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=17272 CPUtime=0.09 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3329 0 0 0 9 0 0 0 24 0 1 0 891129745 17686528 3284 33554432000 4194304 8979876 140737485174272 18446744073709551615 7836093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 4318 3284 363 1169 0 3145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17272

[startup+0.300183 s]
/proc/loadavg: 2.02 2.01 2.00 2/174 14553
/proc/meminfo: memFree=30763996/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=30272 CPUtime=0.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6579 0 0 0 29 0 0 0 24 0 1 0 891129745 30998528 6534 33554432000 4194304 8979876 140737485174272 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 7568 6534 363 1169 0 6395 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30272

[startup+0.701108 s]
/proc/loadavg: 2.02 2.01 2.00 2/174 14553
/proc/meminfo: memFree=30763996/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=54748 CPUtime=0.69 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 12684 0 0 0 68 1 0 0 25 0 1 0 891129745 56061952 12639 33554432000 4194304 8979876 140737485174272 18446744073709551615 7807849 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 13687 12639 363 1169 0 12514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54748

[startup+1.50096 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 14554
/proc/meminfo: memFree=30687164/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=102432 CPUtime=1.49 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 24603 0 0 0 147 2 0 0 25 0 1 0 891129745 104890368 24558 33554432000 4194304 8979876 140737485174272 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 25608 24558 363 1169 0 24435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102432

[startup+3.10068 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 14554
/proc/meminfo: memFree=30614004/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=198484 CPUtime=3.09 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 48581 0 0 0 304 5 0 0 25 0 1 0 891129745 203247616 48536 33554432000 4194304 8979876 140737485174272 18446744073709551615 7953041 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14553/statm: 49621 48536 363 1169 0 48448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198484

[startup+6.3011 s]
/proc/loadavg: 2.18 2.04 2.01 3/175 14554
/proc/meminfo: memFree=30415108/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=788692 CPUtime=6.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 195308 0 0 0 606 23 0 0 25 0 1 0 891129745 807620608 195220 33554432000 4194304 8979876 140737485174272 18446744073709551615 4327989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 197173 195220 448 1169 0 196000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 788692

[startup+12.7009 s]
/proc/loadavg: 2.16 2.04 2.01 3/175 14554
/proc/meminfo: memFree=29309492/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=1304872 CPUtime=12.7 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 449999 0 0 0 1217 53 0 0 25 0 1 0 891129745 1336188928 319654 33554432000 4194304 8979876 140737485174272 18446744073709551615 6778433 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 326218 319654 507 1169 0 325045 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1304872

[startup+25.5006 s]
/proc/loadavg: 2.13 2.04 2.01 3/175 14555
/proc/meminfo: memFree=28203432/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2717632 CPUtime=25.49 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 886672 0 0 0 2451 98 0 0 25 0 1 0 891129745 2782855168 635037 33554432000 4194304 8979876 140737485174272 18446744073709551615 7047812 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 679408 635037 836 1169 0 678235 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2717632

[startup+51.101 s]
/proc/loadavg: 2.08 2.03 2.01 3/175 14555
/proc/meminfo: memFree=28078280/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2838564 CPUtime=51.09 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 994460 0 0 0 4996 113 0 0 25 0 1 0 891129745 2906689536 656368 33554432000 4194304 8979876 140737485174272 18446744073709551615 7170369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 709641 656374 762 1169 0 708468 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2838564

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 14557
/proc/meminfo: memFree=28037400/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2808948 CPUtime=102.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1163802 0 0 0 10094 135 0 0 25 0 1 0 891129745 2876362752 652732 33554432000 4194304 8979876 140737485174272 18446744073709551615 7841813 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 702237 652754 842 1169 0 701064 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2808948

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 14558
/proc/meminfo: memFree=28045948/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2912888 CPUtime=162.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1413913 0 0 0 16063 166 0 0 25 0 1 0 891129745 2982797312 667050 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 728222 667050 1113 1169 0 727049 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2912888

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 14560
/proc/meminfo: memFree=27954892/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2986236 CPUtime=222.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1565751 0 0 0 22040 189 0 0 25 0 1 0 891129745 3057905664 668684 33554432000 4194304 8979876 140737485174272 18446744073709551615 7841813 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14553/statm: 746559 668684 1063 1169 0 745386 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2986236

[startup+282.301 s]
/proc/loadavg: 2.40 2.12 2.03 3/175 14599
/proc/meminfo: memFree=27213020/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=3014924 CPUtime=282.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1701933 0 0 0 28021 208 0 0 25 0 1 0 891129745 3087282176 685042 33554432000 4194304 8979876 140737485174272 18446744073709551615 7841798 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 753731 685042 1062 1169 0 752558 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3014924

[startup+342.301 s]
/proc/loadavg: 2.15 2.09 2.03 3/175 14601
/proc/meminfo: memFree=23667016/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=3059084 CPUtime=342.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1795073 0 0 0 34007 222 0 0 25 0 1 0 891129745 3132502016 685714 33554432000 4194304 8979876 140737485174272 18446744073709551615 7146511 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 764771 685714 1062 1169 0 763598 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3059084

[startup+402.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/175 14603
/proc/meminfo: memFree=20229652/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=3060356 CPUtime=402.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1810238 0 0 0 40002 227 0 0 25 0 1 0 891129745 3133804544 685782 33554432000 4194304 8979876 140737485174272 18446744073709551615 6258293 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 765089 685782 1062 1169 0 763916 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3060356

[startup+462.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/175 14643
/proc/meminfo: memFree=27534376/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2984576 CPUtime=462.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 1947382 0 0 0 45980 249 0 0 25 0 1 0 891129745 3056205824 670054 33554432000 4194304 8979876 140737485174272 18446744073709551615 7836169 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 746144 670054 1062 1169 0 744971 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2984576

[startup+522.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/175 14645
/proc/meminfo: memFree=27525628/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2991792 CPUtime=522.29 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 2057337 0 0 0 51962 267 0 0 25 0 1 0 891129745 3063595008 671761 33554432000 4194304 8979876 140737485174272 18446744073709551615 7193346 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 747948 671761 1062 1169 0 746775 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2991792

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/175 14646
/proc/meminfo: memFree=27546032/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2974192 CPUtime=582.3 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 2266516 0 0 0 57932 298 0 0 25 0 1 0 891129745 3045572608 665711 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 743548 665711 1064 1169 0 742375 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2974192

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 14653
/proc/meminfo: memFree=27432248/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2955244 CPUtime=822.3 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3091067 0 0 0 81810 420 0 0 25 0 1 0 891129745 3026169856 662521 33554432000 4194304 8979876 140737485174272 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 738811 662521 1064 1169 0 737638 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 2955244

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14654
/proc/meminfo: memFree=27376268/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2974144 CPUtime=882.3 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3296174 0 0 0 87777 453 0 0 25 0 1 0 891129745 3045523456 666602 33554432000 4194304 8979876 140737485174272 18446744073709551615 7179716 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 743536 666602 1064 1169 0 742363 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2974144

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14656
/proc/meminfo: memFree=27376068/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2975796 CPUtime=942.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3506303 0 0 0 93745 486 0 0 25 0 1 0 891129745 3047215104 666685 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 743949 666685 1069 1169 0 742776 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2975796

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14658
/proc/meminfo: memFree=27391524/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2957244 CPUtime=1002.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3719408 0 0 0 99712 519 0 0 25 0 1 0 891129745 3028217856 662786 33554432000 4194304 8979876 140737485174272 18446744073709551615 6937234 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739311 662786 1069 1169 0 738138 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2957244

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14659
/proc/meminfo: memFree=27398784/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2957396 CPUtime=1062.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 3932185 0 0 0 105680 551 0 0 25 0 1 0 891129745 3028373504 662528 33554432000 4194304 8979876 140737485174272 18446744073709551615 7172785 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739349 662528 1069 1169 0 738176 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2957396

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14661
/proc/meminfo: memFree=27367376/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2957244 CPUtime=1122.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 4165621 0 0 0 111648 583 0 0 25 0 1 0 891129745 3028217856 661907 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739311 661907 1069 1169 0 738138 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2957244

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14662
/proc/meminfo: memFree=27364604/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2957244 CPUtime=1182.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 4396365 0 0 0 117613 618 0 0 25 0 1 0 891129745 3028217856 661925 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164623 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739311 661925 1069 1169 0 738138 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2957244

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 14664
/proc/meminfo: memFree=27321148/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2976588 CPUtime=1242.32 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 4668199 0 0 0 123575 657 0 0 25 0 1 0 891129745 3048026112 666730 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 744147 666730 1069 1169 0 742974 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2976588

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 14666
/proc/meminfo: memFree=27337700/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2956436 CPUtime=1302.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 4888143 0 0 0 129544 689 0 0 25 0 1 0 891129745 3027390464 662618 33554432000 4194304 8979876 140737485174272 18446744073709551615 6937197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739109 662618 1069 1169 0 737936 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2956436

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 14667
/proc/meminfo: memFree=27338160/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2956436 CPUtime=1362.31 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 5117502 0 0 0 135511 720 0 0 25 0 1 0 891129745 3027390464 662444 33554432000 4194304 8979876 140737485174272 18446744073709551615 7046373 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739109 662444 1069 1169 0 737936 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2956436

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14669
/proc/meminfo: memFree=27324720/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2975844 CPUtime=1422.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 5345351 0 0 0 141477 756 0 0 25 0 1 0 891129745 3047264256 665803 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 743961 665803 1069 1169 0 742788 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2975844

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14670
/proc/meminfo: memFree=27338080/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2956436 CPUtime=1482.32 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 5568899 0 0 0 147444 788 0 0 25 0 1 0 891129745 3027390464 662523 33554432000 4194304 8979876 140737485174272 18446744073709551615 7146347 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 739109 662523 1069 1169 0 737936 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 2956436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14672
/proc/meminfo: memFree=27320308/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2980700 CPUtime=1542.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 5844025 0 0 0 153407 826 0 0 25 0 1 0 891129745 3052236800 666815 33554432000 4194304 8979876 140737485174272 18446744073709551615 7146506 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 745175 666815 1069 1169 0 744002 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2980700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14674
/proc/meminfo: memFree=27320892/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2981052 CPUtime=1602.32 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6059640 0 0 0 159375 857 0 0 25 0 1 0 891129745 3052597248 666930 33554432000 4194304 8979876 140737485174272 18446744073709551615 7118578 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 745263 666930 1069 1169 0 744090 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 2981052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14675
/proc/meminfo: memFree=27367340/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2961616 CPUtime=1662.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6279307 0 0 0 165342 891 0 0 25 0 1 0 891129745 3032694784 662780 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 740404 662780 1069 1169 0 739231 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2961616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14677
/proc/meminfo: memFree=27354020/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2961616 CPUtime=1722.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6520539 0 0 0 171307 926 0 0 25 0 1 0 891129745 3032694784 662668 33554432000 4194304 8979876 140737485174272 18446744073709551615 7107524 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 740404 662668 1069 1169 0 739231 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2961616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14678
/proc/meminfo: memFree=27367744/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2961616 CPUtime=1782.33 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6735369 0 0 0 177276 957 0 0 25 0 1 0 891129745 3032694784 662751 33554432000 4194304 8979876 140737485174272 18446744073709551615 7146491 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 740404 662751 1069 1169 0 739231 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2961616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 14679
/proc/meminfo: memFree=27350364/32951124 swapFree=67060628/67111528
[pid=14553] ppid=14551 vsize=2982692 CPUtime=1800.04 cores=1,3,5,7
/proc/14553/stat : 14553 (scip-2.0.1.4_2.) R 14551 14553 13525 0 -1 4202496 6799777 0 0 0 179039 965 0 0 25 0 1 0 891129745 3054276608 667077 33554432000 4194304 8979876 140737485174272 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/14553/statm: 745673 667077 1069 1169 0 744500 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2982692

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.1
CPU time (s): 1800.14
CPU user time (s): 1790.39
CPU system time (s): 9.74752
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3103160

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

runsolver used 2.6406 second user time and 6.41902 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 14:28:13
IDJOB=3486374
IDBENCH=89747
IDSOLVER=1977
FILE ID=node106/3486374-1307795292
RUNJOBID= node106-1307784141-13544
PBS_JOBID= 13550898
Free space on /tmp= 73960 MiB

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

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1445600760

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30764804 kB
Buffers:        147360 kB
Cached:         876424 kB
SwapCached:      12488 kB
Active:        1297952 kB
Inactive:       726808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30764804 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           59812 kB
Writeback:           0 kB
AnonPages:      999328 kB
Mapped:          12732 kB
Slab:            95996 kB
PageTables:       5804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1184168 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= 73928 MiB
End job on node106 at 2011-06-11 14:58:16