Trace number 3741191

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.06 1802.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3741191-1338772657.opb>
4.48/4.55	c original problem has 33692 variables (33692 bin, 0 int, 0 impl, 0 cont) and 740354 constraints
4.48/4.55	c problem read
4.48/4.55	c No objective function, only one solution is needed.
4.48/4.55	c presolving settings loaded
5.39/5.47	c presolving:
7.38/7.41	c (round 1) 263 del vars, 4367 del conss, 0 add conss, 263 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 323206 impls, 1330 clqs
7.78/7.89	c (round 2) 263 del vars, 7139 del conss, 0 add conss, 263 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 323206 impls, 1330 clqs
11.59/11.68	c (round 3) 263 del vars, 7181 del conss, 0 add conss, 263 chg bounds, 12 chg sides, 0 chg coeffs, 733202 upgd conss, 323206 impls, 1330 clqs
12.79/12.81	c presolving (4 rounds):
12.79/12.81	c  263 deleted vars, 7181 deleted constraints, 0 added constraints, 263 tightened bounds, 0 added holes, 12 changed sides, 0 changed coefficients
12.79/12.81	c  323206 implications, 1330 cliques
12.79/12.81	c presolved problem has 33429 variables (33429 bin, 0 int, 0 impl, 0 cont) and 733173 constraints
12.79/12.81	c   76057 constraints of type <knapsack>
12.79/12.81	c  146541 constraints of type <setppc>
12.79/12.81	c       1 constraints of type <linear>
12.79/12.81	c  510574 constraints of type <logicor>
12.79/12.81	c transformed objective value is always integral (scale: 1)
12.79/12.81	c Presolving Time: 7.40
12.79/12.81	c - non default parameters ----------------------------------------------------------------------
12.79/12.81	c # SCIP version 2.0.1.5
12.79/12.81	c 
12.79/12.81	c # frequency for displaying node information lines
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 100]
12.79/12.81	c display/freq = 10000
12.79/12.81	c 
12.79/12.81	c # maximal time in seconds to run
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.79/12.81	c limits/time = 1797
12.79/12.81	c 
12.79/12.81	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.79/12.81	c limits/memory = 13950
12.79/12.81	c 
12.79/12.81	c # solving stops, if the given number of solutions were found (-1: no limit)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: -1]
12.79/12.81	c limits/solutions = 1
12.79/12.81	c 
12.79/12.81	c # maximal number of separation rounds per node (-1: unlimited)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 5]
12.79/12.81	c separating/maxrounds = 1
12.79/12.81	c 
12.79/12.81	c # maximal number of separation rounds in the root node (-1: unlimited)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: -1]
12.79/12.81	c separating/maxroundsroot = 5
12.79/12.81	c 
12.79/12.81	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.79/12.81	c # [type: int, range: [1,2], default: 1]
12.79/12.81	c timing/clocktype = 2
12.79/12.81	c 
12.79/12.81	c # belongs reading time to solving time?
12.79/12.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.79/12.81	c timing/reading = TRUE
12.79/12.81	c 
12.79/12.81	c # should presolving try to simplify inequalities
12.79/12.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.79/12.81	c constraints/linear/simplifyinequalities = TRUE
12.79/12.81	c 
12.79/12.81	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.79/12.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.79/12.81	c constraints/indicator/addCouplingCons = TRUE
12.79/12.81	c 
12.79/12.81	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.79/12.81	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.79/12.81	c constraints/knapsack/disaggregation = FALSE
12.79/12.81	c 
12.79/12.81	c # should presolving try to simplify knapsacks
12.79/12.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.79/12.81	c constraints/knapsack/simplifyinequalities = TRUE
12.79/12.81	c 
12.79/12.81	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: -1]
12.79/12.81	c presolving/probing/maxrounds = 0
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/coefdiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/coefdiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/coefdiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 30]
12.79/12.81	c heuristics/crossover/freq = -1
12.79/12.81	c 
12.79/12.81	c # number of nodes added to the contingent of the total nodes
12.79/12.81	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.79/12.81	c heuristics/crossover/nodesofs = 750
12.79/12.81	c 
12.79/12.81	c # number of nodes without incumbent change that heuristic should wait
12.79/12.81	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.79/12.81	c heuristics/crossover/nwaitingnodes = 100
12.79/12.81	c 
12.79/12.81	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.79/12.81	c # [type: real, range: [0,1], default: 0.1]
12.79/12.81	c heuristics/crossover/nodesquot = 0.15
12.79/12.81	c 
12.79/12.81	c # minimum percentage of integer variables that have to be fixed 
12.79/12.81	c # [type: real, range: [0,1], default: 0.666]
12.79/12.81	c heuristics/crossover/minfixingrate = 0.5
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 20]
12.79/12.81	c heuristics/feaspump/freq = -1
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/feaspump/maxlpiterofs = 2000
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/fracdiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/fracdiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/fracdiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/guideddiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/guideddiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/guideddiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/intdiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/intshifting/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/linesearchdiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 20]
12.79/12.81	c heuristics/objpscostdiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to total iteration number
12.79/12.81	c # [type: real, range: [0,1], default: 0.01]
12.79/12.81	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/oneopt/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/pscostdiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/pscostdiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c heuristics/rens/freq = -1
12.79/12.81	c 
12.79/12.81	c # minimum percentage of integer variables that have to be fixable 
12.79/12.81	c # [type: real, range: [0,1], default: 0.5]
12.79/12.81	c heuristics/rens/minfixingrate = 0.3
12.79/12.81	c 
12.79/12.81	c # number of nodes added to the contingent of the total nodes
12.79/12.81	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.79/12.81	c heuristics/rens/nodesofs = 2000
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 20]
12.79/12.81	c heuristics/rootsoldiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.79/12.81	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/rounding/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c heuristics/shiftandpropagate/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/shifting/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/simplerounding/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/subnlp/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c heuristics/trivial/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/trysol/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c heuristics/undercover/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 10]
12.79/12.81	c heuristics/veclendiving/freq = -1
12.79/12.81	c 
12.79/12.81	c # maximal fraction of diving LP iterations compared to node LP iterations
12.79/12.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.79/12.81	c heuristics/veclendiving/maxlpiterquot = 0.075
12.79/12.81	c 
12.79/12.81	c # additional number of allowed LP iterations
12.79/12.81	c # [type: int, range: [0,2147483647], default: 1000]
12.79/12.81	c heuristics/veclendiving/maxlpiterofs = 1500
12.79/12.81	c 
12.79/12.81	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 1]
12.79/12.81	c heuristics/zirounding/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c separating/cmir/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: 0]
12.79/12.81	c separating/flowcover/freq = -1
12.79/12.81	c 
12.79/12.81	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.79/12.81	c # [type: int, range: [-1,2147483647], default: -1]
12.79/12.81	c separating/rapidlearning/freq = 0
12.79/12.81	c 
12.79/12.81	c -----------------------------------------------------------------------------------------------
12.79/12.81	c start solving
12.79/12.83	c 
46.09/46.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.09/46.15	c  46.1s|     1 |     0 |  8271 |     - |1092M|   0 |1302 |  33k| 733k|  33k| 733k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
210.95/211.00	c   211s|     1 |     0 | 22543 |     - |1092M|   0 |7904 |  33k| 733k|  33k| 733k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
370.92/371.05	c   371s|     1 |     0 | 34988 |     - |1094M|   0 |9377 |  33k| 733k|  33k| 733k| 112 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
447.82/447.92	c   448s|     1 |     0 | 40222 |     - |1096M|   0 |  10k|  33k| 733k|  33k| 733k| 227 |   0 |   0 | 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: 989)

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-3741191-1338772657/watcher-3741191-1338772657 -o /tmp/evaluation-result-3741191-1338772657/solver-3741191-1338772657 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741191-1338772657.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: 0.93 0.98 1.17 3/176 14816
/proc/meminfo: memFree=31188504/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 1508 0 0 0 0 0 0 0 20 0 1 0 343392763 9818112 1463 33554432000 4194304 9016284 140736518919616 140737387550408 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 2397 1464 311 1178 0 1215 0

[startup+0.059447 s]
/proc/loadavg: 0.93 0.98 1.17 3/176 14816
/proc/meminfo: memFree=31188504/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=17256 CPUtime=0.05 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 3296 0 0 0 5 0 0 0 20 0 1 0 343392763 17670144 3251 33554432000 4194304 9016284 140736518919616 140737387550408 6816907 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 4314 3251 357 1178 0 3132 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17256

[startup+0.100238 s]
/proc/loadavg: 0.93 0.98 1.17 3/176 14816
/proc/meminfo: memFree=31188504/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=20128 CPUtime=0.09 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 4026 0 0 0 9 0 0 0 20 0 1 0 343392763 20611072 3981 33554432000 4194304 9016284 140736518919616 140736518783512 4447088 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 5032 3981 357 1178 0 3850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20128

[startup+0.300217 s]
/proc/loadavg: 0.93 0.98 1.17 3/176 14816
/proc/meminfo: memFree=31188504/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=34868 CPUtime=0.29 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 7699 0 0 0 28 1 0 0 20 0 1 0 343392763 35704832 7654 33554432000 4194304 9016284 140736518919616 140736518783512 7870473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 8717 7654 357 1178 0 7535 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34868

[startup+0.700216 s]
/proc/loadavg: 0.93 0.98 1.17 3/176 14816
/proc/meminfo: memFree=31188504/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=62600 CPUtime=0.69 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 14604 0 0 0 67 2 0 0 20 0 1 0 343392763 64102400 14559 33554432000 4194304 9016284 140736518919616 140736518783512 4445973 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 15650 14559 357 1178 0 14468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62600

[startup+1.50022 s]
/proc/loadavg: 0.93 0.98 1.17 3/177 14817
/proc/meminfo: memFree=31109600/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=118992 CPUtime=1.49 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 28666 0 0 0 146 3 0 0 20 0 1 0 343392763 121847808 28621 33554432000 4194304 9016284 140736518919616 140736518783064 6180800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 29748 28621 357 1178 0 28566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118992

[startup+3.10021 s]
/proc/loadavg: 0.93 0.98 1.17 3/177 14817
/proc/meminfo: memFree=31032844/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=229112 CPUtime=3.09 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 56118 0 0 0 302 7 0 0 20 0 1 0 343392763 234610688 56073 33554432000 4194304 9016284 140736518919616 140736518783512 4760898 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14816/statm: 57278 56073 357 1178 0 56096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 229112

[startup+6.3003 s]
/proc/loadavg: 1.01 1.00 1.18 3/177 14817
/proc/meminfo: memFree=30344264/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=878976 CPUtime=6.28 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 215124 0 0 0 599 29 0 0 20 0 1 0 343392763 900071424 215008 33554432000 4194304 9016284 140736518919616 140736518915928 7875499 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 219744 215008 485 1178 0 218562 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 878976

[startup+12.7003 s]
/proc/loadavg: 1.09 1.02 1.18 3/177 14817
/proc/meminfo: memFree=30322000/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=928116 CPUtime=12.69 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 288111 0 0 0 1226 43 0 0 20 0 1 0 343392763 950390784 225425 33554432000 4194304 9016284 140736518919616 140736518916472 6816929 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 232029 225425 517 1178 0 230847 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 928116

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.19 3/177 14817
/proc/meminfo: memFree=29256984/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2077540 CPUtime=25.48 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 430454 0 0 0 2474 74 0 0 20 0 1 0 343392763 2127400960 483694 33554432000 4194304 9016284 140736518919616 140736518912536 7876112 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 519385 483694 625 1178 0 518203 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2077540

[startup+51.1003 s]
/proc/loadavg: 1.53 1.14 1.21 3/177 14817
/proc/meminfo: memFree=29322128/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=1963756 CPUtime=51.08 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 451190 0 0 0 5006 102 0 0 20 0 1 0 343392763 2010886144 464959 33554432000 4194304 9016284 140736518919616 140736518914776 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 490939 464959 650 1178 0 489757 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1963756

[startup+102.306 s]
/proc/loadavg: 1.80 1.27 1.25 3/177 14817
/proc/meminfo: memFree=29198316/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2167720 CPUtime=102.28 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 464529 0 0 0 10104 124 0 0 20 0 1 0 343392763 2219745280 494764 33554432000 4194304 9016284 140736518919616 140736518912296 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 541930 494764 661 1178 0 540748 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2167720

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.30 3/178 14820
/proc/meminfo: memFree=29101360/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2247716 CPUtime=162.26 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 473026 0 0 0 16092 134 0 0 20 0 1 0 343392763 2301661184 517624 33554432000 4194304 9016284 140736518919616 140736518913784 7181396 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 561929 517624 663 1178 0 560747 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2247716

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.34 3/177 14821
/proc/meminfo: memFree=29094520/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2251776 CPUtime=222.25 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 477265 0 0 0 22085 140 0 0 20 0 1 0 343392763 2305818624 518991 33554432000 4194304 9016284 140736518919616 140736518914776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 562944 518991 663 1178 0 561762 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2251776

[startup+282.3 s]
/proc/loadavg: 2.08 1.62 1.39 3/177 14821
/proc/meminfo: memFree=29129940/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2278084 CPUtime=282.24 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 487096 0 0 0 28069 155 0 0 20 0 1 0 343392763 2332758016 509811 33554432000 4194304 9016284 140736518919616 140736518912536 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 569521 509811 663 1178 0 568339 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2278084

[startup+342.3 s]
/proc/loadavg: 2.03 1.69 1.42 3/177 14821
/proc/meminfo: memFree=29120368/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2282812 CPUtime=342.23 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 495896 0 0 0 34057 166 0 0 20 0 1 0 343392763 2337599488 511388 33554432000 4194304 9016284 140736518919616 140736518913400 7181488 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570703 511388 663 1178 0 569521 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2282812

[startup+402.3 s]
/proc/loadavg: 2.05 1.76 1.46 3/177 14821
/proc/meminfo: memFree=29136844/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2236904 CPUtime=402.22 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 499350 0 0 0 40044 178 0 0 20 0 1 0 343392763 2290589696 507425 33554432000 4194304 9016284 140736518919616 140736518912936 6863423 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 559226 507425 663 1178 0 558044 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2236904

[startup+462.3 s]
/proc/loadavg: 2.08 1.81 1.50 3/177 14821
/proc/meminfo: memFree=29127796/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2238812 CPUtime=462.21 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 505054 0 0 0 46025 196 0 0 20 0 1 0 343392763 2292543488 508695 33554432000 4194304 9016284 140736518919616 140736518914728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 559703 508695 663 1178 0 558521 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2238812

[startup+522.3 s]
/proc/loadavg: 2.03 1.85 1.53 3/176 14821
/proc/meminfo: memFree=29138708/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2257896 CPUtime=522.2 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 514427 0 0 0 51998 222 0 0 20 0 1 0 343392763 2312085504 505652 33554432000 4194304 9016284 140736518919616 140736518913784 7180936 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 564474 505652 663 1178 0 563292 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2257896

[startup+582.3 s]
/proc/loadavg: 2.01 1.87 1.55 3/177 14822
/proc/meminfo: memFree=29130852/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2257896 CPUtime=582.2 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 520428 0 0 0 57976 244 0 0 20 0 1 0 343392763 2312085504 506675 33554432000 4194304 9016284 140736518919616 140736518912536 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 564474 506675 663 1178 0 563292 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2257896

[startup+642.3 s]

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

/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 552587 0 0 0 105890 322 0 0 20 0 1 0 343392763 2322849792 509980 33554432000 4194304 9016284 140736518919616 140736518913400 7180536 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 567102 509980 663 1178 0 565920 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2268408

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/177 14827
/proc/meminfo: memFree=29105996/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2271152 CPUtime=1122.1 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 555486 0 0 0 111880 330 0 0 20 0 1 0 343392763 2325659648 510764 33554432000 4194304 9016284 140736518919616 140736518913400 7127444 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 567788 510764 663 1178 0 566606 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 2271152

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 14828
/proc/meminfo: memFree=29098456/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2274288 CPUtime=1182.1 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 559471 0 0 0 117869 341 0 0 20 0 1 0 343392763 2328870912 511984 33554432000 4194304 9016284 140736518919616 140736518913400 7181022 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 568572 511984 663 1178 0 567390 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2274288

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/177 14828
/proc/meminfo: memFree=29099632/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2276640 CPUtime=1242.08 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 563609 0 0 0 123859 349 0 0 20 0 1 0 343392763 2331279360 511250 33554432000 4194304 9016284 140736518919616 140736518913400 7181396 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 569160 511250 663 1178 0 567978 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 2276640

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/177 14828
/proc/meminfo: memFree=29093700/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2278640 CPUtime=1302.09 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 566555 0 0 0 129851 358 0 0 20 0 1 0 343392763 2333327360 512398 33554432000 4194304 9016284 140736518919616 140736518913400 7181396 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 569660 512398 663 1178 0 568478 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2278640

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/178 14831
/proc/meminfo: memFree=29090900/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2280320 CPUtime=1362.07 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 570616 0 0 0 135839 368 0 0 20 0 1 0 343392763 2335047680 512996 33554432000 4194304 9016284 140736518919616 140736518913400 7180732 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570080 512996 663 1178 0 568898 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2280320

[startup+1422.31 s]
/proc/loadavg: 2.08 1.99 1.80 3/177 14831
/proc/meminfo: memFree=29088428/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2281208 CPUtime=1422.07 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 575006 0 0 0 141831 376 0 0 20 0 1 0 343392763 2335956992 513059 33554432000 4194304 9016284 140736518919616 140736518913400 7870589 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570302 513059 663 1178 0 569120 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2281208

[startup+1482.3 s]
/proc/loadavg: 2.03 1.99 1.81 3/177 14832
/proc/meminfo: memFree=29088984/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2282096 CPUtime=1482.05 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 578646 0 0 0 147820 385 0 0 20 0 1 0 343392763 2336866304 512756 33554432000 4194304 9016284 140736518919616 140736518913400 7180882 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570524 512756 663 1178 0 569342 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2282096

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.82 3/177 14832
/proc/meminfo: memFree=29086192/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2282888 CPUtime=1542.04 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 581647 0 0 0 153810 394 0 0 20 0 1 0 343392763 2337677312 513325 33554432000 4194304 9016284 140736518919616 140736518913400 7181690 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570722 513325 663 1178 0 569540 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2282888

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/177 14832
/proc/meminfo: memFree=29078872/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2283552 CPUtime=1602.04 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 584567 0 0 0 159802 402 0 0 20 0 1 0 343392763 2338357248 514379 33554432000 4194304 9016284 140736518919616 140736518913400 7181026 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 570888 514379 663 1178 0 569706 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2283552

[startup+1662.3 s]
/proc/loadavg: 2.07 2.00 1.84 3/177 14832
/proc/meminfo: memFree=29079432/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2284640 CPUtime=1662.03 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 588721 0 0 0 165791 412 0 0 20 0 1 0 343392763 2339471360 513906 33554432000 4194304 9016284 140736518919616 140736518913896 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571160 513906 663 1178 0 569978 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2284640

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.84 3/177 14832
/proc/meminfo: memFree=29080612/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2285232 CPUtime=1722.01 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 593328 0 0 0 171779 422 0 0 20 0 1 0 343392763 2340077568 513429 33554432000 4194304 9016284 140736518919616 140736518913400 7870569 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571308 513429 663 1178 0 570126 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2285232

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2285400 CPUtime=1782 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 596976 0 0 0 177770 430 0 0 20 0 1 0 343392763 2340249600 514457 33554432000 4194304 9016284 140736518919616 140736518913400 6855183 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571350 514457 663 1178 0 570168 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2285400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14871
/proc/meminfo: memFree=29109036/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2286008 CPUtime=1800.01 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 598126 0 0 0 179568 433 0 0 20 0 1 0 343392763 2340872192 514506 33554432000 4194304 9016284 140736518919616 140736518913400 7181002 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571502 514506 663 1178 0 570320 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2286008

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14816

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 14872
/proc/meminfo: memFree=29109036/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2286008 CPUtime=1801.1 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 598126 0 0 0 179677 433 0 0 20 0 1 0 343392763 2340872192 514506 33554432000 4194304 9016284 140736518919616 140736518913400 7181501 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571502 514506 663 1178 0 570320 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 2286008

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 14872
/proc/meminfo: memFree=29108904/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2286008 CPUtime=1801.51 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 598126 0 0 0 179718 433 0 0 20 0 1 0 343392763 2340872192 514506 33554432000 4194304 9016284 140736518919616 140736518913400 7181481 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571502 514506 663 1178 0 570320 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 2286008

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 14872
/proc/meminfo: memFree=29108904/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2286008 CPUtime=1801.9 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 598126 0 0 0 179757 433 0 0 20 0 1 0 343392763 2340872192 514506 33554432000 4194304 9016284 140736518919616 140736518913400 6855193 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571502 514506 663 1178 0 570320 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 2286008

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 14872
/proc/meminfo: memFree=29108904/32873844 swapFree=7116/7116
[pid=14816] ppid=14814 vsize=2286008 CPUtime=1802 cores=0,2,4,6
/proc/14816/stat : 14816 (scip-2.0.1.4b_2) R 14814 14816 14772 0 -1 4202496 598126 0 0 0 179767 433 0 0 20 0 1 0 343392763 2340872192 514506 33554432000 4194304 9016284 140736518919616 140736518913400 7181387 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14816/statm: 571502 514506 663 1178 0 570320 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2286008

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.35
CPU time (s): 1802.06
CPU user time (s): 1797.7
CPU system time (s): 4.35534
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2354068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.7
system time used= 4.35534
maximum resident set size= 2082028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598126
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= 19
involuntary context switches= 2096

runsolver used 3.01754 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 03:17:38
IDJOB=3741191
IDBENCH=89805
IDSOLVER=2329
FILE ID=node111/3741191-1338772657
RUNJOBID= node111-1338772657-14788
PBS_JOBID= 14636821
Free space on /tmp= 67348 MiB

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

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=303515328

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31188768 kB
Buffers:          222756 kB
Cached:           642740 kB
SwapCached:         1404 kB
Active:           310348 kB
Inactive:         584848 kB
Active(anon):      31164 kB
Inactive(anon):     1276 kB
Active(file):     279184 kB
Inactive(file):   583572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:             66088 kB
Writeback:             0 kB
AnonPages:         36536 kB
Mapped:            11108 kB
Shmem:                 0 kB
Slab:             649232 kB
SReclaimable:      91128 kB
SUnreclaim:       558104 kB
KernelStack:        1416 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67332 MiB
End job on node111 at 2012-06-04 03:47:40