Trace number 3485803

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.32 1800.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
MD5SUM79ed7fb7a57e7e2ac59cfc8508d281c9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.79796
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 420
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485803-1307751976.opb>
13.09/13.14	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
13.09/13.14	c problem read
13.09/13.14	c No objective function, only one solution is needed.
13.09/13.14	c presolving settings loaded
22.39/22.45	c presolving:
36.59/36.67	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2559500 upgd conss, 4000 impls, 100 clqs
38.99/39.06	c presolving (2 rounds):
38.99/39.06	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5050 changed coefficients
38.99/39.06	c  4000 implications, 100 cliques
38.99/39.06	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
38.99/39.06	c    4950 constraints of type <knapsack>
38.99/39.06	c    2100 constraints of type <setppc>
38.99/39.06	c       1 constraints of type <linear>
38.99/39.06	c 2552450 constraints of type <logicor>
38.99/39.06	c transformed objective value is always integral (scale: 1)
38.99/39.06	c Presolving Time: 24.45
38.99/39.06	c - non default parameters ----------------------------------------------------------------------
38.99/39.06	c # SCIP version 2.0.1.4
38.99/39.06	c 
38.99/39.06	c # frequency for displaying node information lines
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 100]
38.99/39.06	c display/freq = 10000
38.99/39.06	c 
38.99/39.06	c # maximal time in seconds to run
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.99/39.06	c limits/time = 1797
38.99/39.06	c 
38.99/39.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.99/39.06	c limits/memory = 13950
38.99/39.06	c 
38.99/39.06	c # solving stops, if the given number of solutions were found (-1: no limit)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.06	c limits/solutions = 1
38.99/39.06	c 
38.99/39.06	c # maximal number of separation rounds per node (-1: unlimited)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 5]
38.99/39.06	c separating/maxrounds = 1
38.99/39.06	c 
38.99/39.06	c # maximal number of separation rounds in the root node (-1: unlimited)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.06	c separating/maxroundsroot = 5
38.99/39.06	c 
38.99/39.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
38.99/39.06	c # [type: int, range: [1,2], default: 1]
38.99/39.06	c timing/clocktype = 2
38.99/39.06	c 
38.99/39.06	c # belongs reading time to solving time?
38.99/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.06	c timing/reading = TRUE
38.99/39.06	c 
38.99/39.06	c # should presolving try to simplify inequalities
38.99/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.06	c constraints/linear/simplifyinequalities = TRUE
38.99/39.06	c 
38.99/39.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
38.99/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.06	c constraints/indicator/addCouplingCons = TRUE
38.99/39.06	c 
38.99/39.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
38.99/39.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
38.99/39.06	c constraints/knapsack/disaggregation = FALSE
38.99/39.06	c 
38.99/39.06	c # should presolving try to simplify knapsacks
38.99/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.06	c constraints/knapsack/simplifyinequalities = TRUE
38.99/39.06	c 
38.99/39.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.06	c presolving/probing/maxrounds = 0
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/coefdiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/coefdiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/coefdiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 30]
38.99/39.06	c heuristics/crossover/freq = -1
38.99/39.06	c 
38.99/39.06	c # number of nodes added to the contingent of the total nodes
38.99/39.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
38.99/39.06	c heuristics/crossover/nodesofs = 750
38.99/39.06	c 
38.99/39.06	c # number of nodes without incumbent change that heuristic should wait
38.99/39.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
38.99/39.06	c heuristics/crossover/nwaitingnodes = 100
38.99/39.06	c 
38.99/39.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
38.99/39.06	c # [type: real, range: [0,1], default: 0.1]
38.99/39.06	c heuristics/crossover/nodesquot = 0.15
38.99/39.06	c 
38.99/39.06	c # minimum percentage of integer variables that have to be fixed 
38.99/39.06	c # [type: real, range: [0,1], default: 0.666]
38.99/39.06	c heuristics/crossover/minfixingrate = 0.5
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.06	c heuristics/feaspump/freq = -1
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/feaspump/maxlpiterofs = 2000
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/fracdiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/fracdiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/fracdiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/guideddiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/guideddiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/guideddiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/intdiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/intshifting/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/linesearchdiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.06	c heuristics/objpscostdiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to total iteration number
38.99/39.06	c # [type: real, range: [0,1], default: 0.01]
38.99/39.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/oneopt/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/pscostdiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/pscostdiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c heuristics/rens/freq = -1
38.99/39.06	c 
38.99/39.06	c # minimum percentage of integer variables that have to be fixable 
38.99/39.06	c # [type: real, range: [0,1], default: 0.5]
38.99/39.06	c heuristics/rens/minfixingrate = 0.3
38.99/39.06	c 
38.99/39.06	c # number of nodes added to the contingent of the total nodes
38.99/39.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
38.99/39.06	c heuristics/rens/nodesofs = 2000
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.06	c heuristics/rootsoldiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
38.99/39.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/rounding/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c heuristics/shiftandpropagate/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/shifting/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/simplerounding/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/subnlp/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c heuristics/trivial/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/trysol/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c heuristics/undercover/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.06	c heuristics/veclendiving/freq = -1
38.99/39.06	c 
38.99/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.06	c heuristics/veclendiving/maxlpiterquot = 0.075
38.99/39.06	c 
38.99/39.06	c # additional number of allowed LP iterations
38.99/39.06	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.06	c heuristics/veclendiving/maxlpiterofs = 1500
38.99/39.06	c 
38.99/39.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.06	c heuristics/zirounding/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c separating/cmir/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.06	c separating/flowcover/freq = -1
38.99/39.06	c 
38.99/39.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
38.99/39.06	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.06	c separating/rapidlearning/freq = 0
38.99/39.06	c 
38.99/39.06	c -----------------------------------------------------------------------------------------------
38.99/39.06	c start solving
39.19/39.25	c 
123.27/123.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.27/123.36	c   123s|     1 |     0 |  2273 |     - |3016M|   0 | 189 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
191.76/191.80	c   192s|     1 |     0 |  2522 |     - |3016M|   0 | 185 |4500 |2559k|4500 |2559k|  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
343.66/343.76	c   344s|     1 |     0 |  4309 |     - |3016M|   0 | 255 |4500 |2559k|4500 |2559k|  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
632.97/633.00	c   633s|     1 |     0 |  7970 |     - |3016M|   0 | 266 |4500 |2559k|4500 |2559k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
761.18/761.24	c   761s|     1 |     0 |  9258 |     - |3016M|   0 | 307 |4500 |2559k|4500 |2559k|  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
985.87/985.98	c   986s|     1 |     0 | 12094 |     - |3017M|   0 | 318 |4500 |2559k|4500 |2559k|  97 |   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: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485803-1307751976/watcher-3485803-1307751976 -o /tmp/evaluation-result-3485803-1307751976/solver-3485803-1307751976 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485803-1307751976.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 17435
/proc/meminfo: memFree=31054220/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=10204 CPUtime=0 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 1537 0 0 0 0 0 0 0 21 0 1 0 342807299 10448896 1491 33554432000 4194304 8979876 140736950106144 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 2551 1491 363 1169 0 1378 0

[startup+0.033013 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 17435
/proc/meminfo: memFree=31054220/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=15176 CPUtime=0.03 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2779 0 0 0 3 0 0 0 21 0 1 0 342807299 15540224 2733 33554432000 4194304 8979876 140736950106144 18446744073709551615 7716213 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 3794 2733 363 1169 0 2621 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15176

[startup+0.100998 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 17435
/proc/meminfo: memFree=31054220/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=19644 CPUtime=0.09 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3922 0 0 0 9 0 0 0 21 0 1 0 342807299 20115456 3873 33554432000 4194304 8979876 140736950106144 18446744073709551615 7807857 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 4911 3873 363 1169 0 3738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19644

[startup+0.300973 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 17435
/proc/meminfo: memFree=31054220/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=30524 CPUtime=0.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 6635 0 0 0 29 0 0 0 22 0 1 0 342807299 31256576 6586 33554432000 4194304 8979876 140736950106144 18446744073709551615 7840817 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 7631 6586 363 1169 0 6458 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30524

[startup+0.700894 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 17435
/proc/meminfo: memFree=31054220/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=53528 CPUtime=0.69 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 12353 0 0 0 68 1 0 0 24 0 1 0 342807299 54812672 12304 33554432000 4194304 8979876 140736950106144 18446744073709551615 7836048 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 13382 12304 363 1169 0 12209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53528

[startup+1.50075 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 17436
/proc/meminfo: memFree=30986656/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=100284 CPUtime=1.49 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 24011 0 0 0 147 2 0 0 25 0 1 0 342807299 102690816 23962 33554432000 4194304 8979876 140736950106144 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 25071 23962 363 1169 0 23898 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100284

[startup+3.10047 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 17436
/proc/meminfo: memFree=30923300/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=192928 CPUtime=3.09 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 47087 0 0 0 304 5 0 0 25 0 1 0 342807299 197558272 47038 33554432000 4194304 8979876 140736950106144 18446744073709551615 7836068 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 48232 47038 363 1169 0 47059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192928

[startup+6.30089 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 17436
/proc/meminfo: memFree=30733464/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=379044 CPUtime=6.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 93386 0 0 0 618 11 0 0 25 0 1 0 342807299 388141056 93337 33554432000 4194304 8979876 140736950106144 18446744073709551615 5441587 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 94761 93338 363 1169 0 93588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 379044

[startup+12.7007 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 17436
/proc/meminfo: memFree=30353256/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=750576 CPUtime=12.69 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 185699 0 0 0 1246 23 0 0 25 0 1 0 342807299 768589824 185650 33554432000 4194304 8979876 140736950106144 18446744073709551615 4445996 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17435/statm: 187644 185650 363 1169 0 186471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 750576

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 17436
/proc/meminfo: memFree=28141732/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=2986268 CPUtime=25.49 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 902769 0 0 0 2446 103 0 0 25 0 1 0 342807299 3057938432 732166 33554432000 4194304 8979876 140736950106144 18446744073709551615 4445973 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17435/statm: 746567 732166 489 1169 0 745394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2986268

[startup+51.1008 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 17475
/proc/meminfo: memFree=23005424/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6206968 CPUtime=51.09 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2008805 0 0 0 4890 219 0 0 25 0 1 0 342807299 6355935232 1438058 33554432000 4194304 8979876 140736950106144 18446744073709551615 6937192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1551742 1438058 2954 1169 0 1550569 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6206968

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 17476
/proc/meminfo: memFree=23002344/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6261668 CPUtime=102.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2025262 0 0 0 10005 223 0 0 25 0 1 0 342807299 6411948032 1451348 33554432000 4194304 8979876 140736950106144 18446744073709551615 7192064 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1565417 1451348 4693 1169 0 1564244 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6261668

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.72 3/178 17478
/proc/meminfo: memFree=23326132/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=5680460 CPUtime=162.27 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2129197 0 0 0 15989 238 0 0 25 0 1 0 342807299 5816791040 1356684 33554432000 4194304 8979876 140736950106144 18446744073709551615 6609742 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1420115 1356684 2821 1169 0 1418942 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 5680460

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.74 3/178 17480
/proc/meminfo: memFree=23180548/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=5941344 CPUtime=222.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2207485 0 0 0 21980 246 0 0 25 0 1 0 342807299 6083936256 1393896 33554432000 4194304 8979876 140736950106144 18446744073709551615 7836148 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1485336 1393896 3719 1169 0 1484163 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5941344

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.75 3/178 17481
/proc/meminfo: memFree=23135552/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=5990708 CPUtime=282.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2252878 0 0 0 27974 252 0 0 25 0 1 0 342807299 6134484992 1401978 33554432000 4194304 8979876 140736950106144 18446744073709551615 6829023 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1497677 1401978 2221 1169 0 1496504 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 5990708

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.77 3/178 17483
/proc/meminfo: memFree=23115928/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6006220 CPUtime=342.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2259866 0 0 0 33973 253 0 0 25 0 1 0 342807299 6150369280 1406653 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143720 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1501555 1406653 2221 1169 0 1500382 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 6006220

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.78 3/178 17484
/proc/meminfo: memFree=23105656/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6043564 CPUtime=402.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2294426 0 0 0 39968 258 0 0 25 0 1 0 342807299 6188609536 1409990 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143771 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1510891 1409990 2819 1169 0 1509718 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 6043564

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 17486
/proc/meminfo: memFree=23081120/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6062844 CPUtime=462.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2303556 0 0 0 45967 259 0 0 25 0 1 0 342807299 6208352256 1416478 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146097 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1515711 1416478 3315 1169 0 1514538 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 6062844

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 17488
/proc/meminfo: memFree=23080148/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6062844 CPUtime=522.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2304487 0 0 0 51966 260 0 0 25 0 1 0 342807299 6208352256 1416478 33554432000 4194304 8979876 140736950106144 18446744073709551615 7145982 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1515711 1416478 3067 1169 0 1514538 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 6062844

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 17489
/proc/meminfo: memFree=23080256/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6062844 CPUtime=582.26 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2305250 0 0 0 57965 261 0 0 25 0 1 0 342807299 6208352256 1416478 33554432000 4194304 8979876 140736950106144 18446744073709551615 7145982 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1515711 1416478 3067 1169 0 1514538 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 6062844

[startup+642.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 1.86 3/178 17499
/proc/meminfo: memFree=23026020/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6089044 CPUtime=942.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2413265 0 0 0 93949 279 0 0 25 0 1 0 342807299 6235181056 1428094 33554432000 4194304 8979876 140736950106144 18446744073709551615 7193019 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1522261 1428094 3812 1169 0 1521088 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 6089044

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 17500
/proc/meminfo: memFree=23099512/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6043288 CPUtime=1002.27 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2420748 0 0 0 99947 280 0 0 25 0 1 0 342807299 6188326912 1411033 33554432000 4194304 8979876 140736950106144 18446744073709551615 7047651 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1510822 1411033 2973 1169 0 1509649 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 6043288

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17502
/proc/meminfo: memFree=23099976/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6053148 CPUtime=1062.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2536192 0 0 0 105932 296 0 0 25 0 1 0 342807299 6198423552 1412445 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143781 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1513287 1412445 2972 1169 0 1512114 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 6053148

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17504
/proc/meminfo: memFree=23099212/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6043232 CPUtime=1122.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2625426 0 0 0 111922 306 0 0 25 0 1 0 342807299 6188269568 1410986 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143771 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1510808 1410986 2972 1169 0 1509635 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 6043232

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 17505
/proc/meminfo: memFree=23065960/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6088688 CPUtime=1182.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2710047 0 0 0 117912 316 0 0 25 0 1 0 342807299 6234816512 1419575 33554432000 4194304 8979876 140736950106144 18446744073709551615 7841783 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1522172 1419601 2972 1169 0 1520999 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 6088688

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 17507
/proc/meminfo: memFree=23082064/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=5999488 CPUtime=1242.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2783314 0 0 0 123904 324 0 0 25 0 1 0 342807299 6143475712 1406132 33554432000 4194304 8979876 140736950106144 18446744073709551615 6820673 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1499872 1406132 2972 1169 0 1498699 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 5999488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 17508
/proc/meminfo: memFree=23083288/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6053056 CPUtime=1302.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2890605 0 0 0 129893 336 0 0 25 0 1 0 342807299 6198329344 1412560 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143767 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1513264 1412560 2972 1169 0 1512091 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 6053056

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 17510
/proc/meminfo: memFree=23019880/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6131132 CPUtime=1362.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 2985716 0 0 0 135882 347 0 0 25 0 1 0 342807299 6278279168 1425815 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146097 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1532783 1425815 2972 1169 0 1531610 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 6131132

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 17512
/proc/meminfo: memFree=23076640/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6043232 CPUtime=1422.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3055660 0 0 0 141874 355 0 0 25 0 1 0 342807299 6188269568 1411425 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146208 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1510808 1411425 2972 1169 0 1509635 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 6043232

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 17513
/proc/meminfo: memFree=23060996/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6047552 CPUtime=1482.28 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3101357 0 0 0 147868 360 0 0 25 0 1 0 342807299 6192693248 1412150 33554432000 4194304 8979876 140736950106144 18446744073709551615 7047802 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1511888 1412150 2972 1169 0 1510715 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 6047552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17515
/proc/meminfo: memFree=23028116/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6124124 CPUtime=1542.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3195349 0 0 0 153858 371 0 0 25 0 1 0 342807299 6271102976 1424381 33554432000 4194304 8979876 140736950106144 18446744073709551615 6937234 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1531031 1424381 2972 1169 0 1529858 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 6124124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17516
/proc/meminfo: memFree=23083768/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6047552 CPUtime=1602.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3250545 0 0 0 159850 379 0 0 25 0 1 0 342807299 6192693248 1412317 33554432000 4194304 8979876 140736950106144 18446744073709551615 7047797 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1511888 1412317 2972 1169 0 1510715 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 6047552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17518
/proc/meminfo: memFree=23001528/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6139712 CPUtime=1662.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3343814 0 0 0 165840 389 0 0 25 0 1 0 342807299 6287065088 1432207 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1534928 1432207 4231 1169 0 1533755 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 6139712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17520
/proc/meminfo: memFree=23041804/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6057232 CPUtime=1722.29 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3403246 0 0 0 171832 397 0 0 25 0 1 0 342807299 6202605568 1420984 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1514308 1420984 2972 1169 0 1513135 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 6057232

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17521
/proc/meminfo: memFree=23064852/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6053228 CPUtime=1782.3 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3487557 0 0 0 177824 406 0 0 25 0 1 0 342807299 6198505472 1416816 33554432000 4194304 8979876 140736950106144 18446744073709551615 7146130 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1513307 1416816 2972 1169 0 1512134 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 6053228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17522
/proc/meminfo: memFree=23049720/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=6053228 CPUtime=1800.1 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4202496 3487669 0 0 0 179604 406 0 0 25 0 1 0 342807299 6198505472 1416816 33554432000 4194304 8979876 140736950106144 18446744073709551615 7143774 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17435/statm: 1513307 1416816 2972 1169 0 1512134 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 6053228

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

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

[startup+1800.21 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17522
/proc/meminfo: memFree=23049720/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4203524 3487669 0 0 0 179604 416 0 0 25 0 1 0 342807299 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17522
/proc/meminfo: memFree=23049720/32950928 swapFree=67054696/67111528
[pid=17435] ppid=17433 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/17435/stat : 17435 (scip-2.0.1.4_2.) R 17433 17435 16493 0 -1 4203524 3487669 0 0 0 179604 426 0 0 25 0 1 0 342807299 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.32
CPU user time (s): 1796.05
CPU system time (s): 4.27335
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 6581620

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

runsolver used 2.83557 second user time and 6.89195 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 02:26:19
IDJOB=3485803
IDBENCH=1382
IDSOLVER=1977
FILE ID=node112/3485803-1307751976
RUNJOBID= node112-1307750177-16512
PBS_JOBID= 13550850
Free space on /tmp= 73936 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485803-1307751976/watcher-3485803-1307751976 -o /tmp/evaluation-result-3485803-1307751976/solver-3485803-1307751976 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485803-1307751976.opb -t 1800 -m 15500

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

MD5SUM BENCH= 79ed7fb7a57e7e2ac59cfc8508d281c9
RANDOM SEED=585286005

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31054400 kB
Buffers:        230780 kB
Cached:        1382364 kB
SwapCached:      10772 kB
Active:         590144 kB
Inactive:      1079888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31054400 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:          105272 kB
Writeback:           0 kB
AnonPages:       54344 kB
Mapped:          12244 kB
Slab:           161720 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   245932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node112 at 2011-06-11 02:56:21