Trace number 3486375

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.17 1800.12

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-154.opb
MD5SUMf522aac6d99c68f89e25c943b464d005
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3486375-1307795114.opb>
6.19/6.23	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
6.19/6.23	c problem read
6.19/6.23	c No objective function, only one solution is needed.
6.19/6.23	c presolving settings loaded
9.49/9.57	c presolving:
14.99/15.09	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 488092 impls, 1772 clqs
16.29/16.36	c presolving (2 rounds):
16.29/16.36	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
16.29/16.36	c  488092 implications, 1772 cliques
16.29/16.36	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
16.29/16.36	c  112021 constraints of type <knapsack>
16.29/16.36	c  237584 constraints of type <setppc>
16.29/16.36	c       1 constraints of type <linear>
16.29/16.36	c  771881 constraints of type <logicor>
16.29/16.36	c transformed objective value is always integral (scale: 1)
16.29/16.36	c Presolving Time: 9.41
16.29/16.36	c - non default parameters ----------------------------------------------------------------------
16.29/16.36	c # SCIP version 2.0.1.4
16.29/16.36	c 
16.29/16.36	c # frequency for displaying node information lines
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 100]
16.29/16.36	c display/freq = 10000
16.29/16.36	c 
16.29/16.36	c # maximal time in seconds to run
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.29/16.36	c limits/time = 1797
16.29/16.36	c 
16.29/16.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.29/16.36	c limits/memory = 13950
16.29/16.36	c 
16.29/16.36	c # solving stops, if the given number of solutions were found (-1: no limit)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: -1]
16.29/16.36	c limits/solutions = 1
16.29/16.36	c 
16.29/16.36	c # maximal number of separation rounds per node (-1: unlimited)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 5]
16.29/16.36	c separating/maxrounds = 1
16.29/16.36	c 
16.29/16.36	c # maximal number of separation rounds in the root node (-1: unlimited)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: -1]
16.29/16.36	c separating/maxroundsroot = 5
16.29/16.36	c 
16.29/16.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
16.29/16.36	c # [type: int, range: [1,2], default: 1]
16.29/16.36	c timing/clocktype = 2
16.29/16.36	c 
16.29/16.36	c # belongs reading time to solving time?
16.29/16.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.29/16.36	c timing/reading = TRUE
16.29/16.36	c 
16.29/16.36	c # should presolving try to simplify inequalities
16.29/16.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.29/16.36	c constraints/linear/simplifyinequalities = TRUE
16.29/16.36	c 
16.29/16.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
16.29/16.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.29/16.36	c constraints/indicator/addCouplingCons = TRUE
16.29/16.36	c 
16.29/16.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
16.29/16.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
16.29/16.36	c constraints/knapsack/disaggregation = FALSE
16.29/16.36	c 
16.29/16.36	c # should presolving try to simplify knapsacks
16.29/16.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.29/16.36	c constraints/knapsack/simplifyinequalities = TRUE
16.29/16.36	c 
16.29/16.36	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: -1]
16.29/16.36	c presolving/probing/maxrounds = 0
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/coefdiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/coefdiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/coefdiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 30]
16.29/16.36	c heuristics/crossover/freq = -1
16.29/16.36	c 
16.29/16.36	c # number of nodes added to the contingent of the total nodes
16.29/16.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
16.29/16.36	c heuristics/crossover/nodesofs = 750
16.29/16.36	c 
16.29/16.36	c # number of nodes without incumbent change that heuristic should wait
16.29/16.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
16.29/16.36	c heuristics/crossover/nwaitingnodes = 100
16.29/16.36	c 
16.29/16.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
16.29/16.36	c # [type: real, range: [0,1], default: 0.1]
16.29/16.36	c heuristics/crossover/nodesquot = 0.15
16.29/16.36	c 
16.29/16.36	c # minimum percentage of integer variables that have to be fixed 
16.29/16.36	c # [type: real, range: [0,1], default: 0.666]
16.29/16.36	c heuristics/crossover/minfixingrate = 0.5
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 20]
16.29/16.36	c heuristics/feaspump/freq = -1
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/feaspump/maxlpiterofs = 2000
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/fracdiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/fracdiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/fracdiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/guideddiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/guideddiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/guideddiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/intdiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/intshifting/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/linesearchdiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/linesearchdiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/linesearchdiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 20]
16.29/16.36	c heuristics/objpscostdiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to total iteration number
16.29/16.36	c # [type: real, range: [0,1], default: 0.01]
16.29/16.36	c heuristics/objpscostdiving/maxlpiterquot = 0.015
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/objpscostdiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/oneopt/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/pscostdiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/pscostdiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/pscostdiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c heuristics/rens/freq = -1
16.29/16.36	c 
16.29/16.36	c # minimum percentage of integer variables that have to be fixable 
16.29/16.36	c # [type: real, range: [0,1], default: 0.5]
16.29/16.36	c heuristics/rens/minfixingrate = 0.3
16.29/16.36	c 
16.29/16.36	c # number of nodes added to the contingent of the total nodes
16.29/16.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
16.29/16.36	c heuristics/rens/nodesofs = 2000
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 20]
16.29/16.36	c heuristics/rootsoldiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
16.29/16.36	c heuristics/rootsoldiving/maxlpiterquot = 0.015
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/rootsoldiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/rounding/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c heuristics/shiftandpropagate/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/shifting/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/simplerounding/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/subnlp/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c heuristics/trivial/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/trysol/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c heuristics/undercover/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 10]
16.29/16.36	c heuristics/veclendiving/freq = -1
16.29/16.36	c 
16.29/16.36	c # maximal fraction of diving LP iterations compared to node LP iterations
16.29/16.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.29/16.36	c heuristics/veclendiving/maxlpiterquot = 0.075
16.29/16.36	c 
16.29/16.36	c # additional number of allowed LP iterations
16.29/16.36	c # [type: int, range: [0,2147483647], default: 1000]
16.29/16.36	c heuristics/veclendiving/maxlpiterofs = 1500
16.29/16.36	c 
16.29/16.36	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 1]
16.29/16.36	c heuristics/zirounding/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c separating/cmir/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: 0]
16.29/16.36	c separating/flowcover/freq = -1
16.29/16.36	c 
16.29/16.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
16.29/16.36	c # [type: int, range: [-1,2147483647], default: -1]
16.29/16.36	c separating/rapidlearning/freq = 0
16.29/16.36	c 
16.29/16.36	c -----------------------------------------------------------------------------------------------
16.29/16.36	c start solving
16.29/16.39	c 
181.29/181.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.29/181.35	c   181s|     1 |     0 | 13888 |     - |1568M|   0 |3068 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
205.59/205.68	c   206s|     1 |     0 | 14472 |     - |1568M|   0 |2801 |  48k|1121k|  48k|1121k|   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
255.89/255.94	c   256s|     1 |     0 | 19436 |     - |1569M|   0 |3219 |  48k|1121k|  48k|1121k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
419.80/419.89	c   420s|     1 |     0 | 30813 |     - |1570M|   0 |6915 |  48k|1121k|  48k|1121k|  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
520.31/520.32	c   520s|     1 |     0 | 35644 |     - |1571M|   0 |7592 |  48k|1121k|  48k|1121k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
721.31/721.38	c   721s|     1 |     0 | 43833 |     - |1572M|   0 |  11k|  48k|1121k|  48k|1121k|  83 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1134.92/1134.97	c  1135s|     1 |     2 | 43833 |     - |1572M|   0 |  11k|  48k|1121k|  48k|1121k|  83 |   0 |  22 | 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-3486375-1307795114/watcher-3486375-1307795114 -o /tmp/evaluation-result-3486375-1307795114/solver-3486375-1307795114 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486375-1307795114.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 6314
/proc/meminfo: memFree=30425148/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=9968 CPUtime=0 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1477 0 0 0 0 0 0 0 24 0 1 0 969742117 10207232 1432 33554432000 4194304 8979876 140736685613776 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 2492 1432 363 1169 0 1319 0

[startup+0.105285 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 6314
/proc/meminfo: memFree=30425148/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=18260 CPUtime=0.09 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3572 0 0 0 9 0 0 0 24 0 1 0 969742117 18698240 3527 33554432000 4194304 8979876 140736685613776 18446744073709551615 7807883 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 4565 3527 363 1169 0 3392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18260

[startup+0.20028 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 6314
/proc/meminfo: memFree=30425148/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=24320 CPUtime=0.19 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 5058 0 0 0 19 0 0 0 24 0 1 0 969742117 24903680 5013 33554432000 4194304 8979876 140736685613776 18446744073709551615 6782507 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 6080 5013 363 1169 0 4907 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24320

[startup+0.300249 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 6314
/proc/meminfo: memFree=30425148/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=30348 CPUtime=0.29 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 6579 0 0 0 28 1 0 0 25 0 1 0 969742117 31076352 6534 33554432000 4194304 8979876 140736685613776 18446744073709551615 7836088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 7587 6534 363 1169 0 6414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30348

[startup+0.700176 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 6314
/proc/meminfo: memFree=30425148/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=54936 CPUtime=0.69 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 12734 0 0 0 68 1 0 0 25 0 1 0 969742117 56254464 12689 33554432000 4194304 8979876 140736685613776 18446744073709551615 7777416 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 13734 12689 363 1169 0 12561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54936

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6315
/proc/meminfo: memFree=30351816/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=104032 CPUtime=1.49 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 25008 0 0 0 146 3 0 0 25 0 1 0 969742117 106528768 24963 33554432000 4194304 8979876 140736685613776 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 26008 24963 363 1169 0 24835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104032

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6315
/proc/meminfo: memFree=30285972/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=200412 CPUtime=3.09 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 49075 0 0 0 304 5 0 0 25 0 1 0 969742117 205221888 49030 33554432000 4194304 8979876 140736685613776 18446744073709551615 4195040 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6314/statm: 50103 49030 363 1169 0 48930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 200412

[startup+6.30015 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6315
/proc/meminfo: memFree=30087580/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=445928 CPUtime=6.29 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 110242 0 0 0 617 12 0 0 25 0 1 0 969742117 456630272 110137 33554432000 4194304 8979876 140736685613776 18446744073709551615 4321587 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6314/statm: 111482 110137 414 1169 0 110309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 445928

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6315
/proc/meminfo: memFree=29071672/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=1478440 CPUtime=12.69 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 460260 0 0 0 1216 53 0 0 25 0 1 0 969742117 1513922560 361699 33554432000 4194304 8979876 140736685613776 18446744073709551615 4446656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6314/statm: 369610 361699 507 1169 0 368437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1478440

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6316
/proc/meminfo: memFree=27509000/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3129716 CPUtime=25.49 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1015401 0 0 0 2438 111 0 0 25 0 1 0 969742117 3204829184 728318 33554432000 4194304 8979876 140736685613776 18446744073709551615 6820673 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6314/statm: 782429 728318 648 1169 0 781256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3129716

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6316
/proc/meminfo: memFree=27324076/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3257828 CPUtime=51.09 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1053541 0 0 0 4991 118 0 0 25 0 1 0 969742117 3336015872 760548 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6314/statm: 814457 760548 657 1169 0 813284 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3257828

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6356
/proc/meminfo: memFree=27668132/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3391904 CPUtime=102.29 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1139827 0 0 0 10099 130 0 0 25 0 1 0 969742117 3473309696 780168 33554432000 4194304 8979876 140736685613776 18446744073709551615 7147278 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 847976 780168 1204 1169 0 846803 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3391904

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6357
/proc/meminfo: memFree=27596660/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3474600 CPUtime=162.29 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1182683 0 0 0 16093 136 0 0 25 0 1 0 969742117 3557990400 797219 33554432000 4194304 8979876 140736685613776 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 868650 797219 1346 1169 0 867477 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3474600

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6359
/proc/meminfo: memFree=27709220/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3337400 CPUtime=222.3 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1321418 0 0 0 22074 156 0 0 25 0 1 0 969742117 3417497600 768880 33554432000 4194304 8979876 140736685613776 18446744073709551615 6937404 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 834350 768880 1100 1169 0 833177 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3337400

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 6361
/proc/meminfo: memFree=27731872/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3338604 CPUtime=282.29 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1443113 0 0 0 28052 177 0 0 25 0 1 0 969742117 3418730496 763313 33554432000 4194304 8979876 140736685613776 18446744073709551615 7146632 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 834651 763313 1008 1169 0 833478 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3338604

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6362
/proc/meminfo: memFree=27726236/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3370172 CPUtime=342.3 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1582241 0 0 0 34030 200 0 0 25 0 1 0 969742117 3451056128 764507 33554432000 4194304 8979876 140736685613776 18446744073709551615 7193346 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 842543 764507 1008 1169 0 841370 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3370172

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6364
/proc/meminfo: memFree=27723716/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3384972 CPUtime=402.3 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1673768 0 0 0 40016 214 0 0 25 0 1 0 969742117 3466211328 765126 33554432000 4194304 8979876 140736685613776 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 846243 765126 1008 1169 0 845070 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3384972

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6365
/proc/meminfo: memFree=27683744/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3451356 CPUtime=462.3 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1755161 0 0 0 46004 226 0 0 25 0 1 0 969742117 3534188544 773515 33554432000 4194304 8979876 140736685613776 18446744073709551615 6937234 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 862839 773515 1008 1169 0 861666 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3451356

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6367
/proc/meminfo: memFree=27683324/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3455732 CPUtime=522.31 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1878170 0 0 0 51987 244 0 0 25 0 1 0 969742117 3538669568 773557 33554432000 4194304 8979876 140736685613776 18446744073709551615 6601176 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 863933 773557 1008 1169 0 862760 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 3455732

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6369
/proc/meminfo: memFree=27683160/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3455732 CPUtime=582.31 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 1878178 0 0 0 57985 246 0 0 25 0 1 0 969742117 3538669568 773565 33554432000 4194304 8979876 140736685613776 18446744073709551615 6888353 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 863933 773565 1008 1169 0 862760 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3455732

[startup+642.301 s]

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

[startup+882.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 6380
/proc/meminfo: memFree=27762240/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3440412 CPUtime=882.32 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 2650822 0 0 0 87874 358 0 0 25 0 1 0 969742117 3522981888 758984 33554432000 4194304 8979876 140736685613776 18446744073709551615 6937234 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860103 758984 1010 1169 0 858930 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3440412

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6381
/proc/meminfo: memFree=27748184/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441012 CPUtime=942.31 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 2827841 0 0 0 93844 387 0 0 25 0 1 0 969742117 3523596288 759088 33554432000 4194304 8979876 140736685613776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860253 759088 1010 1169 0 859080 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3441012

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6383
/proc/meminfo: memFree=27694568/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3440412 CPUtime=1002.32 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3003102 0 0 0 99818 414 0 0 25 0 1 0 969742117 3522981888 758274 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860103 758274 1010 1169 0 858930 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3440412

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6384
/proc/meminfo: memFree=27694760/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3440668 CPUtime=1062.32 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3176593 0 0 0 105793 439 0 0 25 0 1 0 969742117 3523244032 749067 33554432000 4194304 8979876 140736685613776 18446744073709551615 7179424 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860167 749067 1010 1169 0 858994 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3440668

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6386
/proc/meminfo: memFree=27749652/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441328 CPUtime=1122.32 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3362882 0 0 0 111767 465 0 0 25 0 1 0 969742117 3523919872 759072 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860332 759072 1010 1169 0 859159 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3441328

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6388
/proc/meminfo: memFree=27706700/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3443132 CPUtime=1182.33 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3509846 0 0 0 117745 488 0 0 25 0 1 0 969742117 3525767168 759450 33554432000 4194304 8979876 140736685613776 18446744073709551615 6937213 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860783 759450 1015 1169 0 859610 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3443132

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6389
/proc/meminfo: memFree=27710128/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441812 CPUtime=1242.32 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3690600 0 0 0 123715 517 0 0 25 0 1 0 969742117 3524415488 759043 33554432000 4194304 8979876 140736685613776 18446744073709551615 7046392 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860453 759043 1015 1169 0 859280 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3441812

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6391
/proc/meminfo: memFree=27705348/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3442288 CPUtime=1302.33 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 3877508 0 0 0 129685 548 0 0 25 0 1 0 969742117 3524902912 759496 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860572 759496 1015 1169 0 859399 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3442288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6392
/proc/meminfo: memFree=27709752/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441876 CPUtime=1362.33 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 4085306 0 0 0 135654 579 0 0 25 0 1 0 969742117 3524481024 758398 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860469 758398 1015 1169 0 859296 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3441876

[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 6394
/proc/meminfo: memFree=27727416/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441812 CPUtime=1422.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 4300048 0 0 0 141623 611 0 0 25 0 1 0 969742117 3524415488 759102 33554432000 4194304 8979876 140736685613776 18446744073709551615 7046344 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860453 759102 1015 1169 0 859280 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3441812

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 6396
/proc/meminfo: memFree=27733460/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3443172 CPUtime=1482.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 4498155 0 0 0 147591 643 0 0 25 0 1 0 969742117 3525808128 759338 33554432000 4194304 8979876 140736685613776 18446744073709551615 7146353 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860793 759338 1015 1169 0 859620 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3443172

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6397
/proc/meminfo: memFree=27744328/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441812 CPUtime=1542.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 4701574 0 0 0 153562 672 0 0 25 0 1 0 969742117 3524415488 759517 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860453 759517 1015 1169 0 859280 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 3441812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6399
/proc/meminfo: memFree=27781492/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3441812 CPUtime=1602.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 4957044 0 0 0 159526 708 0 0 25 0 1 0 969742117 3524415488 759244 33554432000 4194304 8979876 140736685613776 18446744073709551615 7047600 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860453 759244 1015 1169 0 859280 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3441812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6400
/proc/meminfo: memFree=27765304/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3442188 CPUtime=1662.33 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 5149357 0 0 0 165496 737 0 0 25 0 1 0 969742117 3524800512 759204 33554432000 4194304 8979876 140736685613776 18446744073709551615 6937197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860547 759204 1015 1169 0 859374 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3442188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6402
/proc/meminfo: memFree=27731396/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3443288 CPUtime=1722.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 5345125 0 0 0 171466 768 0 0 25 0 1 0 969742117 3525926912 758523 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860822 758523 1015 1169 0 859649 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3443288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6404
/proc/meminfo: memFree=27749212/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3442324 CPUtime=1782.34 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 5539272 0 0 0 177437 797 0 0 25 0 1 0 969742117 3524939776 759217 33554432000 4194304 8979876 140736685613776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860581 759217 1015 1169 0 859408 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3442324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6404
/proc/meminfo: memFree=27712620/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=3442324 CPUtime=1800.05 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4202496 5575171 0 0 0 179202 803 0 0 25 0 1 0 969742117 3524939776 759367 33554432000 4194304 8979876 140736685613776 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 860581 759367 1015 1169 0 859408 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3442324

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6404
/proc/meminfo: memFree=27712620/32951124 swapFree=67056304/67111528
[pid=6314] ppid=6312 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/6314/stat : 6314 (scip-2.0.1.4_2.) R 6312 6314 5057 0 -1 4203524 5575171 0 0 0 179202 813 0 0 25 0 1 0 969742117 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.12
CPU time (s): 1800.17
CPU user time (s): 1792.02
CPU system time (s): 8.14976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3585320

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

runsolver used 2.6076 second user time and 6.89595 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 14:25:15
IDJOB=3486375
IDBENCH=89677
IDSOLVER=1977
FILE ID=node110/3486375-1307795114
RUNJOBID= node110-1307783936-5076
PBS_JOBID= 13550895
Free space on /tmp= 74080 MiB

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

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

MD5SUM BENCH= f522aac6d99c68f89e25c943b464d005
RANDOM SEED=211878130

node110.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      30425832 kB
Buffers:        305600 kB
Cached:         837936 kB
SwapCached:       8464 kB
Active:        1713208 kB
Inactive:       574764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30425832 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           66488 kB
Writeback:           0 kB
AnonPages:     1142176 kB
Mapped:          16048 kB
Slab:           169672 kB
PageTables:       6944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1352348 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= 74052 MiB
End job on node110 at 2011-06-11 14:55:17