Trace number 3478845

Some explanations

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

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

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

Solver answer on this benchmark

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

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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3478845-1307443214.opb>
7.19/7.20	c original problem has 42127 variables (42127 bin, 0 int, 0 impl, 0 cont) and 974306 constraints
7.19/7.20	c problem read
7.19/7.20	c No objective function, only one solution is needed.
7.19/7.20	c presolving settings loaded
8.29/8.36	c presolving:
12.79/12.82	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.79/13.86	c presolving (2 rounds):
13.79/13.86	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
13.79/13.86	c  431052 implications, 1541 cliques
13.79/13.86	c presolved problem has 42126 variables (42126 bin, 0 int, 0 impl, 0 cont) and 974276 constraints
13.79/13.86	c   97301 constraints of type <knapsack>
13.79/13.86	c  206525 constraints of type <setppc>
13.79/13.86	c       1 constraints of type <linear>
13.79/13.86	c  670449 constraints of type <logicor>
13.79/13.86	c transformed objective value is always integral (scale: 1)
13.79/13.86	c Presolving Time: 5.57
13.79/13.86	c - non default parameters ----------------------------------------------------------------------
13.79/13.86	c # SCIP version 2.0.1.5
13.79/13.86	c 
13.79/13.86	c # frequency for displaying node information lines
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 100]
13.79/13.86	c display/freq = 10000
13.79/13.86	c 
13.79/13.86	c # maximal time in seconds to run
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.79/13.86	c limits/time = 1800
13.79/13.86	c 
13.79/13.86	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.79/13.86	c limits/memory = 13950
13.79/13.86	c 
13.79/13.86	c # solving stops, if the given number of solutions were found (-1: no limit)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: -1]
13.79/13.86	c limits/solutions = 1
13.79/13.86	c 
13.79/13.86	c # maximal number of separation rounds per node (-1: unlimited)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 5]
13.79/13.86	c separating/maxrounds = 1
13.79/13.86	c 
13.79/13.86	c # maximal number of separation rounds in the root node (-1: unlimited)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: -1]
13.79/13.86	c separating/maxroundsroot = 5
13.79/13.86	c 
13.79/13.86	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.79/13.86	c # [type: int, range: [1,2], default: 1]
13.79/13.86	c timing/clocktype = 2
13.79/13.86	c 
13.79/13.86	c # belongs reading time to solving time?
13.79/13.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.79/13.86	c timing/reading = TRUE
13.79/13.86	c 
13.79/13.86	c # should presolving try to simplify inequalities
13.79/13.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.79/13.86	c constraints/linear/simplifyinequalities = TRUE
13.79/13.86	c 
13.79/13.86	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.79/13.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.79/13.86	c constraints/indicator/addCouplingCons = TRUE
13.79/13.86	c 
13.79/13.86	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.79/13.86	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.79/13.86	c constraints/knapsack/disaggregation = FALSE
13.79/13.86	c 
13.79/13.86	c # should presolving try to simplify knapsacks
13.79/13.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.79/13.86	c constraints/knapsack/simplifyinequalities = TRUE
13.79/13.86	c 
13.79/13.86	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: -1]
13.79/13.86	c presolving/probing/maxrounds = 0
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/coefdiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/coefdiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/coefdiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 30]
13.79/13.86	c heuristics/crossover/freq = -1
13.79/13.86	c 
13.79/13.86	c # number of nodes added to the contingent of the total nodes
13.79/13.86	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.79/13.86	c heuristics/crossover/nodesofs = 750
13.79/13.86	c 
13.79/13.86	c # number of nodes without incumbent change that heuristic should wait
13.79/13.86	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.79/13.86	c heuristics/crossover/nwaitingnodes = 100
13.79/13.86	c 
13.79/13.86	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.79/13.86	c # [type: real, range: [0,1], default: 0.1]
13.79/13.86	c heuristics/crossover/nodesquot = 0.15
13.79/13.86	c 
13.79/13.86	c # minimum percentage of integer variables that have to be fixed 
13.79/13.86	c # [type: real, range: [0,1], default: 0.666]
13.79/13.86	c heuristics/crossover/minfixingrate = 0.5
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 20]
13.79/13.86	c heuristics/feaspump/freq = -1
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/feaspump/maxlpiterofs = 2000
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/fracdiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/fracdiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/fracdiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/guideddiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/guideddiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/guideddiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/intdiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/intshifting/freq = -1
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/linesearchdiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 20]
13.79/13.86	c heuristics/objpscostdiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to total iteration number
13.79/13.86	c # [type: real, range: [0,1], default: 0.01]
13.79/13.86	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.86	c heuristics/oneopt/freq = -1
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.86	c heuristics/pscostdiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.86	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/pscostdiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.86	c heuristics/rens/freq = -1
13.79/13.86	c 
13.79/13.86	c # minimum percentage of integer variables that have to be fixable 
13.79/13.86	c # [type: real, range: [0,1], default: 0.5]
13.79/13.86	c heuristics/rens/minfixingrate = 0.3
13.79/13.86	c 
13.79/13.86	c # number of nodes added to the contingent of the total nodes
13.79/13.86	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.79/13.86	c heuristics/rens/nodesofs = 2000
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 20]
13.79/13.86	c heuristics/rootsoldiving/freq = -1
13.79/13.86	c 
13.79/13.86	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.79/13.86	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.79/13.86	c 
13.79/13.86	c # additional number of allowed LP iterations
13.79/13.86	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.86	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.79/13.86	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.86	c heuristics/rounding/freq = -1
13.79/13.86	c 
13.79/13.86	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.87	c heuristics/shiftandpropagate/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.87	c heuristics/shifting/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.87	c heuristics/simplerounding/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.87	c heuristics/subnlp/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.87	c heuristics/trivial/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.87	c heuristics/trysol/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.87	c heuristics/undercover/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 10]
13.79/13.87	c heuristics/veclendiving/freq = -1
13.79/13.87	c 
13.79/13.87	c # maximal fraction of diving LP iterations compared to node LP iterations
13.79/13.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.79/13.87	c heuristics/veclendiving/maxlpiterquot = 0.075
13.79/13.87	c 
13.79/13.87	c # additional number of allowed LP iterations
13.79/13.87	c # [type: int, range: [0,2147483647], default: 1000]
13.79/13.87	c heuristics/veclendiving/maxlpiterofs = 1500
13.79/13.87	c 
13.79/13.87	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 1]
13.79/13.87	c heuristics/zirounding/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.87	c separating/cmir/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: 0]
13.79/13.87	c separating/flowcover/freq = -1
13.79/13.87	c 
13.79/13.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.79/13.87	c # [type: int, range: [-1,2147483647], default: -1]
13.79/13.87	c separating/rapidlearning/freq = 0
13.79/13.87	c 
13.79/13.87	c -----------------------------------------------------------------------------------------------
13.79/13.87	c start solving
13.79/13.89	c 
108.31/108.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.31/108.40	c   108s|     1 |     0 | 11612 |     - |1432M|   0 |1245 |  42k| 974k|  42k| 974k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
227.22/227.36	c   227s|     1 |     0 | 22587 |     - |1432M|   0 |4690 |  42k| 974k|  42k| 974k|  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
289.13/289.28	c   289s|     1 |     0 | 27577 |     - |1433M|   0 |6527 |  42k| 974k|  42k| 974k|  89 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
372.12/372.20	c   372s|     1 |     0 | 31338 |     - |1435M|   0 |8093 |  42k| 974k|  42k| 974k| 134 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
479.92/480.04	c   480s|     1 |     0 | 35952 |     - |1437M|   0 |8495 |  42k| 974k|  42k| 974k| 157 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
559.62/559.74	c   560s|     1 |     0 | 39823 |     - |1440M|   0 |9227 |  42k| 974k|  42k| 974k| 198 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
982.53/982.65	c   983s|     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.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3478845-1307443214/watcher-3478845-1307443214 -o /tmp/evaluation-result-3478845-1307443214/solver-3478845-1307443214 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478845-1307443214.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.09 2.04 2.26 2/521 19579
/proc/meminfo: memFree=23360256/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=12988 CPUtime=0 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 2225 0 0 0 0 0 0 0 22 0 1 0 855919186 13299712 2178 33554432000 4194304 9163163 140736240891152 18446744073709551615 8152680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 3247 2178 392 1214 0 2029 0

[startup+0.073558 s]
/proc/loadavg: 2.09 2.04 2.26 2/521 19579
/proc/meminfo: memFree=23360256/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=18460 CPUtime=0.06 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 3583 0 0 0 6 0 0 0 22 0 1 0 855919186 18903040 3536 33554432000 4194304 9163163 140736240891152 18446744073709551615 4338904 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 4615 3536 392 1214 0 3397 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18460

[startup+0.100522 s]
/proc/loadavg: 2.09 2.04 2.26 2/521 19579
/proc/meminfo: memFree=23360256/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=20216 CPUtime=0.09 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4046 0 0 0 9 0 0 0 22 0 1 0 855919186 20701184 3999 33554432000 4194304 9163163 140736240891152 18446744073709551615 8031055 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 5054 3999 392 1214 0 3836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20216

[startup+0.300493 s]
/proc/loadavg: 2.09 2.04 2.26 2/521 19579
/proc/meminfo: memFree=23360256/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=31660 CPUtime=0.29 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 6903 0 0 0 29 0 0 0 23 0 1 0 855919186 32419840 6856 33554432000 4194304 9163163 140736240891152 18446744073709551615 8044913 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 7915 6856 392 1214 0 6697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31660

[startup+0.70045 s]
/proc/loadavg: 2.09 2.04 2.26 2/521 19579
/proc/meminfo: memFree=23360256/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=56280 CPUtime=0.69 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 13035 0 0 0 68 1 0 0 25 0 1 0 855919186 57630720 12988 33554432000 4194304 9163163 140736240891152 18446744073709551615 7985242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 14070 12988 392 1214 0 12852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56280

[startup+1.5003 s]
/proc/loadavg: 2.09 2.04 2.26 3/525 19586
/proc/meminfo: memFree=23222872/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=101996 CPUtime=1.49 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 24442 0 0 0 147 2 0 0 25 0 1 0 855919186 104443904 24395 33554432000 4194304 9163163 140736240891152 18446744073709551615 4337779 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 25499 24395 392 1214 0 24281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101996

[startup+3.101 s]
/proc/loadavg: 2.09 2.04 2.26 3/525 19586
/proc/meminfo: memFree=23090076/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=194872 CPUtime=3.09 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 47587 0 0 0 304 5 0 0 25 0 1 0 855919186 199548928 47540 33554432000 4194304 9163163 140736240891152 18446744073709551615 8041869 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 48718 47540 392 1214 0 47500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 194872

[startup+6.30043 s]
/proc/loadavg: 2.16 2.06 2.27 3/525 19586
/proc/meminfo: memFree=22360072/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=375524 CPUtime=6.3 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 92580 0 0 0 619 11 0 0 25 0 1 0 855919186 384536576 92533 33554432000 4194304 9163163 140736240891152 18446744073709551615 7900752 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19579/statm: 93881 92533 392 1214 0 92663 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 375524

[startup+12.7003 s]
/proc/loadavg: 2.15 2.06 2.26 3/525 19586
/proc/meminfo: memFree=20662924/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=1159900 CPUtime=12.69 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 389253 0 0 0 1222 47 0 0 25 0 1 0 855919186 1187737600 283802 33554432000 4194304 9163163 140736240891152 18446744073709551615 6918303 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19579/statm: 289975 283721 522 1214 0 288757 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1159900

[startup+25.5009 s]
/proc/loadavg: 2.11 2.06 2.26 3/525 19587
/proc/meminfo: memFree=19672564/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2586584 CPUtime=25.49 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 822295 0 0 0 2459 90 0 0 25 0 1 0 855919186 2648662016 601829 33554432000 4194304 9163163 140736240891152 18446744073709551615 7224064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19579/statm: 646646 601829 796 1214 0 645428 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2586584

[startup+51.1003 s]
/proc/loadavg: 2.20 2.08 2.26 3/525 19588
/proc/meminfo: memFree=19512708/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2741632 CPUtime=51.01 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 922042 0 0 0 4998 103 0 0 25 0 1 0 855919186 2807431168 632129 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 685408 632129 905 1214 0 684190 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 2741632

[startup+102.32 s]
/proc/loadavg: 2.08 2.07 2.25 3/525 19589
/proc/meminfo: memFree=19436404/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2810916 CPUtime=102.23 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1016993 0 0 0 10107 116 0 0 25 0 1 0 855919186 2878377984 643743 33554432000 4194304 9163163 140736240891152 18446744073709551615 7349313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 702729 643743 1425 1214 0 701511 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 2810916

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.23 3/525 19590
/proc/meminfo: memFree=19449440/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2716196 CPUtime=162.21 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1187641 0 0 0 16080 141 0 0 25 0 1 0 855919186 2781384704 628391 33554432000 4194304 9163163 140736240891152 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 679049 628391 909 1214 0 677831 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 2716196

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.21 3/525 19592
/proc/meminfo: memFree=19419300/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2750060 CPUtime=222.21 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1310651 0 0 0 22061 160 0 0 25 0 1 0 855919186 2816061440 634486 33554432000 4194304 9163163 140736240891152 18446744073709551615 7349456 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 687515 634486 909 1214 0 686297 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 2750060

[startup+282.301 s]
/proc/loadavg: 2.16 2.06 2.21 3/525 19594
/proc/meminfo: memFree=19392588/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2803484 CPUtime=282.22 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1434838 0 0 0 28043 179 0 0 25 0 1 0 855919186 2870767616 634845 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 700871 634845 907 1214 0 699653 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2803484

[startup+342.301 s]
/proc/loadavg: 2.13 2.07 2.19 3/525 19595
/proc/meminfo: memFree=19457288/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2806236 CPUtime=342.21 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1493043 0 0 0 34035 186 0 0 25 0 1 0 855919186 2873585664 624523 33554432000 4194304 9163163 140736240891152 18446744073709551615 7348380 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 701559 624523 898 1214 0 700341 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 2806236

[startup+402.301 s]
/proc/loadavg: 2.05 2.05 2.18 3/525 19597
/proc/meminfo: memFree=19460236/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2810852 CPUtime=402.22 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1562922 0 0 0 40022 200 0 0 25 0 1 0 855919186 2878312448 624842 33554432000 4194304 9163163 140736240891152 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 702713 624842 898 1214 0 701495 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2810852

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.17 3/525 19598
/proc/meminfo: memFree=19454744/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2833940 CPUtime=462.22 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1663128 0 0 0 46006 216 0 0 25 0 1 0 855919186 2901954560 626068 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 708485 626068 896 1214 0 707267 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2833940

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.15 3/525 19600
/proc/meminfo: memFree=19442924/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2836008 CPUtime=522.23 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1746236 0 0 0 51993 230 0 0 25 0 1 0 855919186 2904072192 627364 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 709002 627364 896 1214 0 707784 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 2836008

[startup+582.3 s]
/proc/loadavg: 2.08 2.05 2.15 3/525 19602
/proc/meminfo: memFree=19418584/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2844432 CPUtime=582.23 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 1910775 0 0 0 57969 254 0 0 25 0 1 0 855919186 2912698368 627545 33554432000 4194304 9163163 140736240891152 18446744073709551615 7375696 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711108 627545 898 1214 0 709890 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 2844432

[startup+642.3 s]

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

/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 3249804 0 0 0 99766 458 0 0 25 0 1 0 855919186 2914779136 627964 33554432000 4194304 9163163 140736240891152 18446744073709551615 7345698 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711616 627964 904 1214 0 710398 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 2846464

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.09 3/525 19614
/proc/meminfo: memFree=19468140/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846832 CPUtime=1062.24 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 3442006 0 0 0 105739 485 0 0 25 0 1 0 855919186 2915155968 627050 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711708 627050 904 1214 0 710490 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 2846832

[startup+1122.3 s]
/proc/loadavg: 2.12 2.05 2.09 3/525 19616
/proc/meminfo: memFree=19463264/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846640 CPUtime=1122.24 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 3625748 0 0 0 111707 517 0 0 25 0 1 0 855919186 2914959360 627871 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711660 627871 904 1214 0 710442 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 2846640

[startup+1182.3 s]
/proc/loadavg: 2.15 2.07 2.09 3/525 19618
/proc/meminfo: memFree=19475136/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846640 CPUtime=1182.24 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 3846282 0 0 0 117673 551 0 0 25 0 1 0 855919186 2914959360 627729 33554432000 4194304 9163163 140736240891152 18446744073709551615 7413840 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711660 627729 904 1214 0 710442 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 2846640

[startup+1242.3 s]
/proc/loadavg: 2.05 2.06 2.09 3/525 19619
/proc/meminfo: memFree=19472864/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846640 CPUtime=1242.24 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4052489 0 0 0 123643 581 0 0 25 0 1 0 855919186 2914959360 627722 33554432000 4194304 9163163 140736240891152 18446744073709551615 7348663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711660 627722 904 1214 0 710442 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 2846640

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/525 19630
/proc/meminfo: memFree=19473340/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846684 CPUtime=1302.25 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4285338 0 0 0 129610 615 0 0 25 0 1 0 855919186 2915004416 627702 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711671 627702 904 1214 0 710453 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 2846684

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/525 19631
/proc/meminfo: memFree=19463636/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2848408 CPUtime=1362.24 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4520097 0 0 0 135575 649 0 0 25 0 1 0 855919186 2916769792 628034 33554432000 4194304 9163163 140736240891152 18446744073709551615 7375368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 712102 628034 904 1214 0 710884 0
Current children cumulated CPU time (s) 1362.24
Current children cumulated vsize (KiB) 2848408

[startup+1422.32 s]
/proc/loadavg: 2.11 2.06 2.08 3/525 19633
/proc/meminfo: memFree=19444012/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2847448 CPUtime=1422.27 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4707831 0 0 0 141549 678 0 0 25 0 1 0 855919186 2915786752 627951 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711862 627951 904 1214 0 710644 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 2847448

[startup+1482.3 s]
/proc/loadavg: 2.09 2.06 2.08 3/525 19638
/proc/meminfo: memFree=19474696/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2845672 CPUtime=1482.25 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 4910050 0 0 0 147516 709 0 0 25 0 1 0 855919186 2913968128 627580 33554432000 4194304 9163163 140736240891152 18446744073709551615 7376218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711418 627580 904 1214 0 710200 0
Current children cumulated CPU time (s) 1482.25
Current children cumulated vsize (KiB) 2845672

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/525 19639
/proc/meminfo: memFree=19440640/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2845672 CPUtime=1542.26 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 5106718 0 0 0 153485 741 0 0 25 0 1 0 855919186 2913968128 627777 33554432000 4194304 9163163 140736240891152 18446744073709551615 7110302 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711418 627777 904 1214 0 710200 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 2845672

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.07 3/525 19641
/proc/meminfo: memFree=19431180/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2846024 CPUtime=1602.25 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 5335841 0 0 0 159449 776 0 0 25 0 1 0 855919186 2914328576 627615 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 711506 627615 904 1214 0 710288 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 2846024

[startup+1662.3 s]
/proc/loadavg: 2.16 2.06 2.07 3/525 19642
/proc/meminfo: memFree=19429532/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2852260 CPUtime=1662.26 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 5558145 0 0 0 165416 810 0 0 25 0 1 0 855919186 2920714240 627939 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 713065 627939 904 1214 0 711847 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 2852260

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.07 3/525 19644
/proc/meminfo: memFree=19445116/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2852092 CPUtime=1722.26 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 5759917 0 0 0 171385 841 0 0 25 0 1 0 855919186 2920542208 627462 33554432000 4194304 9163163 140736240891152 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 713023 627462 904 1214 0 711805 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 2852092

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.06 3/525 19646
/proc/meminfo: memFree=19468780/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2853680 CPUtime=1782.26 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 5955001 0 0 0 177354 872 0 0 25 0 1 0 855919186 2922168320 628443 33554432000 4194304 9163163 140736240891152 18446744073709551615 7376040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 713420 628443 904 1214 0 712202 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 2853680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.03 2.05 2.06 3/525 19646
/proc/meminfo: memFree=19432552/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2851888 CPUtime=1800.07 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 6024936 0 0 0 179122 885 0 0 25 0 1 0 855919186 2920333312 627833 33554432000 4194304 9163163 140736240891152 18446744073709551615 7348556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 712972 627833 904 1214 0 711754 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2851888

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19579

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.05 2.06 3/527 19648
/proc/meminfo: memFree=19431668/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2851888 CPUtime=1801.36 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 6025040 0 0 0 179251 885 0 0 25 0 1 0 855919186 2920333312 627937 33554432000 4194304 9163163 140736240891152 18446744073709551615 7225314 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 712972 627937 904 1214 0 711754 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 2851888

[startup+1801.82 s]
/proc/loadavg: 2.03 2.05 2.06 2/524 19648
/proc/meminfo: memFree=20820732/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=2851888 CPUtime=1801.78 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4202496 6025064 0 0 0 179293 885 0 0 25 0 1 0 855919186 2920333312 627961 33554432000 4194304 9163163 140736240891152 18446744073709551615 6974878 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19579/statm: 712972 627961 904 1214 0 711754 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 2851888

[startup+1802.2 s]
/proc/loadavg: 2.03 2.05 2.06 2/524 19648
/proc/meminfo: memFree=20820732/32951124 swapFree=56930356/67111528
[pid=19579] ppid=19577 vsize=0 CPUtime=1802.16 cores=0,2,4,6
/proc/19579/stat : 19579 (scip-2.0.1.4b.l) R 19577 19579 18907 0 -1 4203524 6025128 0 0 0 179323 893 0 0 25 0 1 0 855919186 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0
/proc/19579/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.24
CPU time (s): 1802.2
CPU user time (s): 1793.24
CPU system time (s): 8.96964
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 2975316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.24
system time used= 8.96964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6025128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 21883

runsolver used 10.0435 second user time and 21.3688 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-07 12:40:15
IDJOB=3478845
IDBENCH=89747
IDSOLVER=1948
FILE ID=node137/3478845-1307443214
RUNJOBID= node137-1307441411-19461
PBS_JOBID= 13519951
Free space on /tmp= 73832 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478845-1307443214/watcher-3478845-1307443214 -o /tmp/evaluation-result-3478845-1307443214/solver-3478845-1307443214 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478845-1307443214.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1335844270

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23360784 kB
Buffers:        332984 kB
Cached:         972384 kB
SwapCached:      12464 kB
Active:        8536780 kB
Inactive:       778596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23360784 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:           70264 kB
Writeback:          44 kB
AnonPages:     8007436 kB
Mapped:          20892 kB
Slab:           131092 kB
PageTables:      74484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162518388 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= 73792 MiB
End job on node137 at 2011-06-07 13:10:17