Trace number 3740905

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.09 1802.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 757
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-3740905-1338766923.opb>
7.49/7.50	c original problem has 55296 variables (55296 bin, 0 int, 0 impl, 0 cont) and 1282690 constraints
7.49/7.50	c problem read
7.49/7.50	c No objective function, only one solution is needed.
7.49/7.50	c presolving settings loaded
8.99/9.09	c presolving:
14.98/15.08	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1282678 upgd conss, 555154 impls, 2026 clqs
16.28/16.38	c presolving (2 rounds):
16.28/16.38	c  1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
16.28/16.38	c  555154 implications, 2026 cliques
16.28/16.38	c presolved problem has 55295 variables (55295 bin, 0 int, 0 impl, 0 cont) and 1282672 constraints
16.28/16.38	c  128170 constraints of type <knapsack>
16.28/16.38	c  271354 constraints of type <setppc>
16.28/16.38	c       2 constraints of type <linear>
16.28/16.38	c  883146 constraints of type <logicor>
16.28/16.38	c transformed objective value is always integral (scale: 1)
16.28/16.38	c Presolving Time: 7.38
16.28/16.38	c - non default parameters ----------------------------------------------------------------------
16.28/16.38	c # SCIP version 2.0.1.5
16.28/16.38	c 
16.28/16.38	c # frequency for displaying node information lines
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 100]
16.28/16.38	c display/freq = 10000
16.28/16.38	c 
16.28/16.38	c # maximal time in seconds to run
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.28/16.38	c limits/time = 1797
16.28/16.38	c 
16.28/16.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.28/16.38	c limits/memory = 13950
16.28/16.38	c 
16.28/16.38	c # solving stops, if the given number of solutions were found (-1: no limit)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: -1]
16.28/16.38	c limits/solutions = 1
16.28/16.38	c 
16.28/16.38	c # maximal number of separation rounds per node (-1: unlimited)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 5]
16.28/16.38	c separating/maxrounds = 1
16.28/16.38	c 
16.28/16.38	c # maximal number of separation rounds in the root node (-1: unlimited)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: -1]
16.28/16.38	c separating/maxroundsroot = 5
16.28/16.38	c 
16.28/16.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
16.28/16.38	c # [type: int, range: [1,2], default: 1]
16.28/16.38	c timing/clocktype = 2
16.28/16.38	c 
16.28/16.38	c # belongs reading time to solving time?
16.28/16.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.28/16.38	c timing/reading = TRUE
16.28/16.38	c 
16.28/16.38	c # should presolving try to simplify inequalities
16.28/16.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.28/16.38	c constraints/linear/simplifyinequalities = TRUE
16.28/16.38	c 
16.28/16.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
16.28/16.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.28/16.38	c constraints/indicator/addCouplingCons = TRUE
16.28/16.38	c 
16.28/16.38	c # should disaggregation of knapsack constraints be allowed in preprocessing?
16.28/16.38	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
16.28/16.38	c constraints/knapsack/disaggregation = FALSE
16.28/16.38	c 
16.28/16.38	c # should presolving try to simplify knapsacks
16.28/16.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.28/16.38	c constraints/knapsack/simplifyinequalities = TRUE
16.28/16.38	c 
16.28/16.38	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: -1]
16.28/16.38	c presolving/probing/maxrounds = 0
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/coefdiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/coefdiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/coefdiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 30]
16.28/16.38	c heuristics/crossover/freq = -1
16.28/16.38	c 
16.28/16.38	c # number of nodes added to the contingent of the total nodes
16.28/16.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
16.28/16.38	c heuristics/crossover/nodesofs = 750
16.28/16.38	c 
16.28/16.38	c # number of nodes without incumbent change that heuristic should wait
16.28/16.38	c # [type: longint, range: [0,9223372036854775807], default: 200]
16.28/16.38	c heuristics/crossover/nwaitingnodes = 100
16.28/16.38	c 
16.28/16.38	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
16.28/16.38	c # [type: real, range: [0,1], default: 0.1]
16.28/16.38	c heuristics/crossover/nodesquot = 0.15
16.28/16.38	c 
16.28/16.38	c # minimum percentage of integer variables that have to be fixed 
16.28/16.38	c # [type: real, range: [0,1], default: 0.666]
16.28/16.38	c heuristics/crossover/minfixingrate = 0.5
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 20]
16.28/16.38	c heuristics/feaspump/freq = -1
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/feaspump/maxlpiterofs = 2000
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/fracdiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/fracdiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/fracdiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/guideddiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/guideddiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/guideddiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/intdiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/intshifting/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/linesearchdiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/linesearchdiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/linesearchdiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 20]
16.28/16.38	c heuristics/objpscostdiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to total iteration number
16.28/16.38	c # [type: real, range: [0,1], default: 0.01]
16.28/16.38	c heuristics/objpscostdiving/maxlpiterquot = 0.015
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/objpscostdiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/oneopt/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/pscostdiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/pscostdiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/pscostdiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c heuristics/rens/freq = -1
16.28/16.38	c 
16.28/16.38	c # minimum percentage of integer variables that have to be fixable 
16.28/16.38	c # [type: real, range: [0,1], default: 0.5]
16.28/16.38	c heuristics/rens/minfixingrate = 0.3
16.28/16.38	c 
16.28/16.38	c # number of nodes added to the contingent of the total nodes
16.28/16.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
16.28/16.38	c heuristics/rens/nodesofs = 2000
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 20]
16.28/16.38	c heuristics/rootsoldiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
16.28/16.38	c heuristics/rootsoldiving/maxlpiterquot = 0.015
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/rootsoldiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/rounding/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c heuristics/shiftandpropagate/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/shifting/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/simplerounding/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/subnlp/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c heuristics/trivial/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/trysol/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c heuristics/undercover/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 10]
16.28/16.38	c heuristics/veclendiving/freq = -1
16.28/16.38	c 
16.28/16.38	c # maximal fraction of diving LP iterations compared to node LP iterations
16.28/16.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
16.28/16.38	c heuristics/veclendiving/maxlpiterquot = 0.075
16.28/16.38	c 
16.28/16.38	c # additional number of allowed LP iterations
16.28/16.38	c # [type: int, range: [0,2147483647], default: 1000]
16.28/16.38	c heuristics/veclendiving/maxlpiterofs = 1500
16.28/16.38	c 
16.28/16.38	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 1]
16.28/16.38	c heuristics/zirounding/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c separating/cmir/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: 0]
16.28/16.38	c separating/flowcover/freq = -1
16.28/16.38	c 
16.28/16.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
16.28/16.38	c # [type: int, range: [-1,2147483647], default: -1]
16.28/16.38	c separating/rapidlearning/freq = 0
16.28/16.38	c 
16.28/16.38	c -----------------------------------------------------------------------------------------------
16.28/16.38	c start solving
16.39/16.41	c 
73.08/73.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.08/73.14	c  73.1s|     1 |     0 |  8141 |     - |1885M|   0 |1419 |  55k|1282k|  55k|1282k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
243.96/244.02	c   244s|     1 |     0 | 21041 |     - |1886M|   0 |6075 |  55k|1282k|  55k|1282k|   5 |   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-3740905-1338766923/watcher-3740905-1338766923 -o /tmp/evaluation-result-3740905-1338766923/solver-3740905-1338766923 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740905-1338766923.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.11 3/176 21412
/proc/meminfo: memFree=28584396/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 1769 0 0 0 0 0 0 0 20 0 1 0 342818448 11214848 1723 33554432000 4194304 9016284 140737137496976 140737137495944 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 2738 1734 340 1178 0 1556 0

[startup+0.0265511 s]
/proc/loadavg: 2.00 2.00 2.11 3/176 21412
/proc/meminfo: memFree=28584396/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=14960 CPUtime=0.01 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 2739 0 0 0 1 0 0 0 20 0 1 0 342818448 15319040 2693 33554432000 4194304 9016284 140737137496976 140737137495944 7870463 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 3740 2693 357 1178 0 2558 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14960

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 2.11 3/176 21412
/proc/meminfo: memFree=28584396/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=21484 CPUtime=0.09 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 4361 0 0 0 9 0 0 0 20 0 1 0 342818448 21999616 4315 33554432000 4194304 9016284 140737137496976 140737137495944 7870473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 5371 4315 357 1178 0 4189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21484

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.11 3/176 21412
/proc/meminfo: memFree=28584396/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=36792 CPUtime=0.29 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 8186 0 0 0 29 0 0 0 20 0 1 0 342818448 37675008 8140 33554432000 4194304 9016284 140737137496976 140737137360872 7870473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 9198 8140 357 1178 0 8016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36792

[startup+0.700211 s]
/proc/loadavg: 2.00 2.00 2.11 3/176 21412
/proc/meminfo: memFree=28584396/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=66232 CPUtime=0.69 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 15525 0 0 0 67 2 0 0 20 0 1 0 342818448 67821568 15479 33554432000 4194304 9016284 140737137496976 140737137360872 7842253 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 16558 15479 357 1178 0 15376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66232

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.11 3/177 21413
/proc/meminfo: memFree=28502032/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=124664 CPUtime=1.49 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 30117 0 0 0 145 4 0 0 20 0 1 0 342818448 127655936 30071 33554432000 4194304 9016284 140737137496976 140737137360872 7851336 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 31166 30071 357 1178 0 29984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124664

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.11 3/177 21413
/proc/meminfo: memFree=28422408/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=239296 CPUtime=3.09 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 58719 0 0 0 301 8 0 0 20 0 1 0 342818448 245039104 58673 33554432000 4194304 9016284 140737137496976 140737137360872 6151969 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 59824 58673 357 1178 0 58642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 239296

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.11 3/177 21413
/proc/meminfo: memFree=28185180/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=469868 CPUtime=6.29 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 116200 0 0 0 612 17 0 0 20 0 1 0 342818448 481144832 116154 33554432000 4194304 9016284 140737137496976 140737137360872 7870483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 117467 116154 357 1178 0 116285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 469868

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.11 3/177 21413
/proc/meminfo: memFree=26997524/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=1732600 CPUtime=12.69 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 423165 0 0 0 1209 60 0 0 20 0 1 0 342818448 1774182400 424386 33554432000 4194304 9016284 140737137496976 140737137492632 4446656 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 433150 424386 496 1178 0 431968 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1732600

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.10 3/177 21413
/proc/meminfo: memFree=25428088/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3388312 CPUtime=25.49 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 693612 0 0 0 2424 125 0 0 20 0 1 0 342818448 3469631488 787972 33554432000 4194304 9016284 140737137496976 140737137491144 7082051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 847078 787972 624 1178 0 845896 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3388312

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.10 3/177 21413
/proc/meminfo: memFree=25320484/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3489628 CPUtime=51.08 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 701748 0 0 0 4972 136 0 0 20 0 1 0 342818448 3573379072 814603 33554432000 4194304 9016284 140737137496976 140737137489432 6855218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 872407 814603 625 1178 0 871225 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3489628

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.09 3/177 21413
/proc/meminfo: memFree=25383572/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3441184 CPUtime=102.28 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 716845 0 0 0 10058 170 0 0 20 0 1 0 342818448 3523772416 801600 33554432000 4194304 9016284 140737137496976 140737137489656 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 860296 801600 661 1178 0 859114 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3441184

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 21414
/proc/meminfo: memFree=25345996/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3519580 CPUtime=162.26 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 725988 0 0 0 16021 205 0 0 20 0 1 0 342818448 3604049920 807648 33554432000 4194304 9016284 140737137496976 140737137489656 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 879895 807648 661 1178 0 878713 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3519580

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 21414
/proc/meminfo: memFree=25310216/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3563276 CPUtime=222.26 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 731615 0 0 0 21998 228 0 0 20 0 1 0 342818448 3648794624 816790 33554432000 4194304 9016284 140737137496976 140737137489656 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 890819 816790 663 1178 0 889637 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3563276

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.08 3/177 21414
/proc/meminfo: memFree=25343380/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3588256 CPUtime=282.24 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 737542 0 0 0 27973 251 0 0 20 0 1 0 342818448 3674374144 808316 33554432000 4194304 9016284 140737137496976 140737137490840 7152978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 897064 808316 663 1178 0 895882 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3588256

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25328688/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3617736 CPUtime=342.24 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 744654 0 0 0 33936 288 0 0 20 0 1 0 342818448 3704561664 811968 33554432000 4194304 9016284 140737137496976 140737137489656 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 904434 811968 663 1178 0 903252 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3617736

[startup+402.3 s]
/proc/loadavg: 2.16 2.05 2.08 3/177 21452
/proc/meminfo: memFree=27646956/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3673832 CPUtime=402.23 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 752544 0 0 0 39903 320 0 0 20 0 1 0 342818448 3762003968 824289 33554432000 4194304 9016284 140737137496976 140737137490760 7870574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 918458 824289 663 1178 0 917276 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3673832

[startup+462.3 s]
/proc/loadavg: 2.06 2.04 2.08 3/177 21453
/proc/meminfo: memFree=27619436/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3687632 CPUtime=462.22 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 754699 0 0 0 45893 329 0 0 20 0 1 0 342818448 3776135168 825422 33554432000 4194304 9016284 140737137496976 140737137491256 7870569 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 921908 825422 663 1178 0 920726 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3687632

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.07 3/178 21456
/proc/meminfo: memFree=27575896/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3701408 CPUtime=522.21 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 757060 0 0 0 51883 338 0 0 20 0 1 0 342818448 3790241792 827014 33554432000 4194304 9016284 140737137496976 140737137490760 7181447 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 925352 827014 663 1178 0 924170 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3701408

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/177 21456
/proc/meminfo: memFree=27566628/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3706632 CPUtime=582.21 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 758931 0 0 0 57875 346 0 0 20 0 1 0 342818448 3795591168 827697 33554432000 4194304 9016284 140737137496976 140737137490760 7181501 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 926658 827697 663 1178 0 925476 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 3706632

[startup+642.3 s]

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

/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 777091 0 0 0 105788 425 0 0 20 0 1 0 342818448 3821256704 834113 33554432000 4194304 9016284 140737137496976 140737137490760 7181396 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 932924 834113 663 1178 0 931742 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 3731696

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/178 21461
/proc/meminfo: memFree=27533120/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3733976 CPUtime=1122.11 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 779648 0 0 0 111778 433 0 0 20 0 1 0 342818448 3823591424 835793 33554432000 4194304 9016284 140737137496976 140737137491144 7181678 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 933494 835793 663 1178 0 932312 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3733976

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/178 21484
/proc/meminfo: memFree=27526188/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3736296 CPUtime=1182.11 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 780686 0 0 0 117769 442 0 0 20 0 1 0 342818448 3825967104 837160 33554432000 4194304 9016284 140737137496976 140737137490760 7181416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 934074 837160 663 1178 0 932892 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3736296

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/177 21484
/proc/meminfo: memFree=27520408/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3740648 CPUtime=1242.1 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 782831 0 0 0 123756 454 0 0 20 0 1 0 342818448 3830423552 838644 33554432000 4194304 9016284 140737137496976 140737137490760 6855193 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 935162 838644 663 1178 0 933980 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3740648

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/177 21484
/proc/meminfo: memFree=27518592/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3742640 CPUtime=1302.1 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 784206 0 0 0 129747 463 0 0 20 0 1 0 342818448 3832463360 839081 33554432000 4194304 9016284 140737137496976 140737137490760 7870589 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 935660 839081 663 1178 0 934478 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3742640

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21485
/proc/meminfo: memFree=27518620/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3743572 CPUtime=1362.08 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 786154 0 0 0 135736 472 0 0 20 0 1 0 342818448 3833417728 839084 33554432000 4194304 9016284 140737137496976 140737137489656 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 935893 839084 663 1178 0 934711 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3743572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21485
/proc/meminfo: memFree=27516360/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3744840 CPUtime=1422.07 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 789411 0 0 0 141724 483 0 0 20 0 1 0 342818448 3834716160 839689 33554432000 4194304 9016284 140737137496976 140737137490760 7181501 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 936210 839689 663 1178 0 935028 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3744840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21485
/proc/meminfo: memFree=27520196/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3745824 CPUtime=1482.07 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 791853 0 0 0 147714 493 0 0 20 0 1 0 342818448 3835723776 838670 33554432000 4194304 9016284 140737137496976 140737137491144 7191176 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 936456 838670 663 1178 0 935274 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 3745824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21485
/proc/meminfo: memFree=27512808/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3747368 CPUtime=1542.05 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 793106 0 0 0 153704 501 0 0 20 0 1 0 342818448 3837304832 840575 33554432000 4194304 9016284 140737137496976 140737137490760 7181022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 936842 840575 663 1178 0 935660 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3747368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21485
/proc/meminfo: memFree=27510228/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3747368 CPUtime=1602.05 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 794829 0 0 0 159690 515 0 0 20 0 1 0 342818448 3837304832 841104 33554432000 4194304 9016284 140737137496976 140737137490760 7181387 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 936842 841104 663 1178 0 935660 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3747368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21486
/proc/meminfo: memFree=27513992/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3747824 CPUtime=1662.04 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 796267 0 0 0 165680 524 0 0 20 0 1 0 342818448 3837771776 840171 33554432000 4194304 9016284 140737137496976 140737137490760 7180936 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 936956 840171 663 1178 0 935774 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3747824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21489
/proc/meminfo: memFree=27510312/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3749424 CPUtime=1722.02 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 798640 0 0 0 171667 535 0 0 20 0 1 0 342818448 3839410176 841202 33554432000 4194304 9016284 140737137496976 140737137490760 7124278 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937356 841202 663 1178 0 936174 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3749424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21489
/proc/meminfo: memFree=27511996/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750320 CPUtime=1782.01 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802035 0 0 0 177654 547 0 0 20 0 1 0 342818448 3840327680 840722 33554432000 4194304 9016284 140737137496976 140737137490760 7127434 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937580 840722 663 1178 0 936398 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3750320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21489
/proc/meminfo: memFree=27510120/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750408 CPUtime=1800.01 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802943 0 0 0 179451 550 0 0 20 0 1 0 342818448 3840417792 841249 33554432000 4194304 9016284 140737137496976 140737137490760 7181501 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937602 841249 663 1178 0 936420 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3750408

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21412

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21490
/proc/meminfo: memFree=27510120/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750408 CPUtime=1801.11 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802943 0 0 0 179561 550 0 0 20 0 1 0 342818448 3840417792 841249 33554432000 4194304 9016284 140737137496976 140737137490760 7181416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937602 841249 663 1178 0 936420 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 3750408

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21490
/proc/meminfo: memFree=27509864/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750408 CPUtime=1801.51 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802943 0 0 0 179601 550 0 0 20 0 1 0 342818448 3840417792 841249 33554432000 4194304 9016284 140737137496976 140737137490760 7181022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937602 841249 663 1178 0 936420 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 3750408

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21490
/proc/meminfo: memFree=27509864/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750408 CPUtime=1801.9 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802943 0 0 0 179640 550 0 0 20 0 1 0 342818448 3840417792 841249 33554432000 4194304 9016284 140737137496976 140737137490760 7124303 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937602 841249 663 1178 0 936420 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3750408

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21490
/proc/meminfo: memFree=27509864/32873648 swapFree=7628/7628
[pid=21412] ppid=21410 vsize=3750408 CPUtime=1802 cores=0,2,4,6
/proc/21412/stat : 21412 (scip-2.0.1.4b_2) R 21410 21412 20052 0 -1 4202496 802943 0 0 0 179650 550 0 0 20 0 1 0 342818448 3840417792 841249 33554432000 4194304 9016284 140737137496976 140737137490760 7180592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21412/statm: 937602 841249 663 1178 0 936420 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3750408

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.38
CPU time (s): 1802.09
CPU user time (s): 1796.52
CPU system time (s): 5.57415
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 3869120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.52
system time used= 5.57415
maximum resident set size= 3404388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 802943
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= 21
involuntary context switches= 1893

runsolver used 4.49932 second user time and 14.0129 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-04 01:42:05
IDJOB=3740905
IDBENCH=89671
IDSOLVER=2329
FILE ID=node122/3740905-1338766923
RUNJOBID= node122-1338749400-20068
PBS_JOBID= 14636801
Free space on /tmp= 71064 MiB

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

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=954368253

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28584396 kB
Buffers:          232912 kB
Cached:           308980 kB
SwapCached:         1832 kB
Active:          3433732 kB
Inactive:          17540 kB
Active(anon):    2903860 kB
Inactive(anon):     7720 kB
Active(file):     529872 kB
Inactive(file):     9820 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             73728 kB
Writeback:             8 kB
AnonPages:       2929464 kB
Mapped:            11416 kB
Shmem:                 0 kB
Slab:             694652 kB
SReclaimable:     138364 kB
SUnreclaim:       556288 kB
KernelStack:        1448 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3405588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71092 MiB
End job on node122 at 2012-06-04 02:12:07