Trace number 3485802

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.27 1800.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_3.opb.PB06.opb
MD5SUM16e382d24044cea3204cbf333685cccd
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.77897
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 450
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-3485802-1307751976.opb>
13.10/13.17	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
13.10/13.17	c problem read
13.10/13.17	c No objective function, only one solution is needed.
13.10/13.17	c presolving settings loaded
22.39/22.43	c presolving:
36.60/36.69	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.07	c presolving (2 rounds):
38.99/39.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5044 changed coefficients
38.99/39.07	c  4000 implications, 100 cliques
38.99/39.07	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
38.99/39.07	c    4950 constraints of type <knapsack>
38.99/39.07	c    2100 constraints of type <setppc>
38.99/39.07	c       1 constraints of type <linear>
38.99/39.07	c 2552450 constraints of type <logicor>
38.99/39.07	c transformed objective value is always integral (scale: 1)
38.99/39.07	c Presolving Time: 24.44
38.99/39.07	c - non default parameters ----------------------------------------------------------------------
38.99/39.07	c # SCIP version 2.0.1.4
38.99/39.07	c 
38.99/39.07	c # frequency for displaying node information lines
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 100]
38.99/39.07	c display/freq = 10000
38.99/39.07	c 
38.99/39.07	c # maximal time in seconds to run
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.99/39.07	c limits/time = 1797
38.99/39.07	c 
38.99/39.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.99/39.07	c limits/memory = 13950
38.99/39.07	c 
38.99/39.07	c # solving stops, if the given number of solutions were found (-1: no limit)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.07	c limits/solutions = 1
38.99/39.07	c 
38.99/39.07	c # maximal number of separation rounds per node (-1: unlimited)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 5]
38.99/39.07	c separating/maxrounds = 1
38.99/39.07	c 
38.99/39.07	c # maximal number of separation rounds in the root node (-1: unlimited)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.07	c separating/maxroundsroot = 5
38.99/39.07	c 
38.99/39.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
38.99/39.07	c # [type: int, range: [1,2], default: 1]
38.99/39.07	c timing/clocktype = 2
38.99/39.07	c 
38.99/39.07	c # belongs reading time to solving time?
38.99/39.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.07	c timing/reading = TRUE
38.99/39.07	c 
38.99/39.07	c # should presolving try to simplify inequalities
38.99/39.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.07	c constraints/linear/simplifyinequalities = TRUE
38.99/39.07	c 
38.99/39.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
38.99/39.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.07	c constraints/indicator/addCouplingCons = TRUE
38.99/39.07	c 
38.99/39.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
38.99/39.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
38.99/39.07	c constraints/knapsack/disaggregation = FALSE
38.99/39.07	c 
38.99/39.07	c # should presolving try to simplify knapsacks
38.99/39.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.99/39.07	c constraints/knapsack/simplifyinequalities = TRUE
38.99/39.07	c 
38.99/39.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.07	c presolving/probing/maxrounds = 0
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/coefdiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/coefdiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/coefdiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 30]
38.99/39.07	c heuristics/crossover/freq = -1
38.99/39.07	c 
38.99/39.07	c # number of nodes added to the contingent of the total nodes
38.99/39.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
38.99/39.07	c heuristics/crossover/nodesofs = 750
38.99/39.07	c 
38.99/39.07	c # number of nodes without incumbent change that heuristic should wait
38.99/39.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
38.99/39.07	c heuristics/crossover/nwaitingnodes = 100
38.99/39.07	c 
38.99/39.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
38.99/39.07	c # [type: real, range: [0,1], default: 0.1]
38.99/39.07	c heuristics/crossover/nodesquot = 0.15
38.99/39.07	c 
38.99/39.07	c # minimum percentage of integer variables that have to be fixed 
38.99/39.07	c # [type: real, range: [0,1], default: 0.666]
38.99/39.07	c heuristics/crossover/minfixingrate = 0.5
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.07	c heuristics/feaspump/freq = -1
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/feaspump/maxlpiterofs = 2000
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/fracdiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/fracdiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/fracdiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/guideddiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/guideddiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/guideddiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/intdiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/intshifting/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/linesearchdiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/linesearchdiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/linesearchdiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.07	c heuristics/objpscostdiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to total iteration number
38.99/39.07	c # [type: real, range: [0,1], default: 0.01]
38.99/39.07	c heuristics/objpscostdiving/maxlpiterquot = 0.015
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/objpscostdiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/oneopt/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/pscostdiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/pscostdiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/pscostdiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c heuristics/rens/freq = -1
38.99/39.07	c 
38.99/39.07	c # minimum percentage of integer variables that have to be fixable 
38.99/39.07	c # [type: real, range: [0,1], default: 0.5]
38.99/39.07	c heuristics/rens/minfixingrate = 0.3
38.99/39.07	c 
38.99/39.07	c # number of nodes added to the contingent of the total nodes
38.99/39.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
38.99/39.07	c heuristics/rens/nodesofs = 2000
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 20]
38.99/39.07	c heuristics/rootsoldiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
38.99/39.07	c heuristics/rootsoldiving/maxlpiterquot = 0.015
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/rootsoldiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/rounding/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c heuristics/shiftandpropagate/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/shifting/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/simplerounding/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/subnlp/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c heuristics/trivial/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/trysol/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c heuristics/undercover/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 10]
38.99/39.07	c heuristics/veclendiving/freq = -1
38.99/39.07	c 
38.99/39.07	c # maximal fraction of diving LP iterations compared to node LP iterations
38.99/39.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
38.99/39.07	c heuristics/veclendiving/maxlpiterquot = 0.075
38.99/39.07	c 
38.99/39.07	c # additional number of allowed LP iterations
38.99/39.07	c # [type: int, range: [0,2147483647], default: 1000]
38.99/39.07	c heuristics/veclendiving/maxlpiterofs = 1500
38.99/39.07	c 
38.99/39.07	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 1]
38.99/39.07	c heuristics/zirounding/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c separating/cmir/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: 0]
38.99/39.07	c separating/flowcover/freq = -1
38.99/39.07	c 
38.99/39.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
38.99/39.07	c # [type: int, range: [-1,2147483647], default: -1]
38.99/39.07	c separating/rapidlearning/freq = 0
38.99/39.07	c 
38.99/39.07	c -----------------------------------------------------------------------------------------------
38.99/39.07	c start solving
39.20/39.26	c 
101.49/101.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.49/101.57	c   102s|     1 |     0 |  2239 |     - |3013M|   0 | 174 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
347.80/347.84	c   348s|     1 |     0 |  6147 |     - |3014M|   0 | 215 |4500 |2559k|4500 |2559k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
548.91/548.93	c   549s|     1 |     0 |  8447 |     - |3014M|   0 | 234 |4500 |2559k|4500 |2559k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
893.92/893.92	c   894s|     1 |     0 |  8686 |     - |3014M|   0 | 232 |4500 |2559k|4500 |2559k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1027.52/1027.54	c  1028s|     1 |     0 |  9836 |     - |3014M|   0 | 257 |4500 |2559k|4500 |2559k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1303.03/1303.07	c  1303s|     1 |     0 | 12239 |     - |3014M|   0 | 238 |4500 |2559k|4500 |2559k|  82 |   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-3485802-1307751976/watcher-3485802-1307751976 -o /tmp/evaluation-result-3485802-1307751976/solver-3485802-1307751976 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485802-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 7435
/proc/meminfo: memFree=28774132/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=9984 CPUtime=0 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 1508 0 0 0 0 0 0 0 23 0 1 0 965428544 10223616 1463 33554432000 4194304 8979876 140734738020256 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 2496 1463 363 1169 0 1323 0

[startup+0.0645741 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 7435
/proc/meminfo: memFree=28774132/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=17312 CPUtime=0.06 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 3323 0 0 0 6 0 0 0 23 0 1 0 965428544 17727488 3278 33554432000 4194304 8979876 140734738020256 18446744073709551615 4446992 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 4328 3278 363 1169 0 3155 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17312

[startup+0.100556 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 7435
/proc/meminfo: memFree=28774132/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=19648 CPUtime=0.09 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 3921 0 0 0 9 0 0 0 23 0 1 0 965428544 20119552 3873 33554432000 4194304 8979876 140734738020256 18446744073709551615 7262370 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 4912 3873 363 1169 0 3739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19648

[startup+0.300534 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 7435
/proc/meminfo: memFree=28774132/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=30528 CPUtime=0.29 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 6634 0 0 0 29 0 0 0 25 0 1 0 965428544 31260672 6586 33554432000 4194304 8979876 140734738020256 18446744073709551615 7771593 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 7632 6586 363 1169 0 6459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30528

[startup+0.700448 s]
/proc/loadavg: 2.00 1.99 1.68 2/177 7435
/proc/meminfo: memFree=28774132/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=53532 CPUtime=0.69 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 12351 0 0 0 68 1 0 0 25 0 1 0 965428544 54816768 12303 33554432000 4194304 8979876 140734738020256 18446744073709551615 7820599 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 13383 12303 363 1169 0 12210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53532

[startup+1.50031 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=28709676/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=100288 CPUtime=1.49 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 24009 0 0 0 146 3 0 0 25 0 1 0 965428544 102694912 23961 33554432000 4194304 8979876 140734738020256 18446744073709551615 6782507 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 25072 23961 363 1169 0 23899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100288

[startup+3.101 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=28644948/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=192736 CPUtime=3.09 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 47035 0 0 0 303 6 0 0 25 0 1 0 965428544 197361664 46987 33554432000 4194304 8979876 140734738020256 18446744073709551615 4536326 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 48184 46987 363 1169 0 47011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192736

[startup+6.30043 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=28296384/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=378852 CPUtime=6.29 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 93332 0 0 0 617 12 0 0 25 0 1 0 965428544 387944448 93284 33554432000 4194304 8979876 140734738020256 18446744073709551615 7718845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 94713 93284 363 1169 0 93540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 378852

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=27527732/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=749416 CPUtime=12.69 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 185277 0 0 0 1247 22 0 0 25 0 1 0 965428544 767401984 185229 33554432000 4194304 8979876 140734738020256 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7435/statm: 187354 185262 363 1169 0 186181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 749416

[startup+25.5008 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=22770300/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=2996096 CPUtime=25.49 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 913094 0 0 0 2444 105 0 0 25 0 1 0 965428544 3068002304 734471 33554432000 4194304 8979876 140734738020256 18446744073709551615 5267064 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7435/statm: 749024 734471 489 1169 0 747851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2996096

[startup+51.1011 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 7437
/proc/meminfo: memFree=19821948/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6229000 CPUtime=51.09 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2028010 0 0 0 4884 225 0 0 25 0 1 0 965428544 6378496000 1447129 33554432000 4194304 8979876 140734738020256 18446744073709551615 6937192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7435/statm: 1557250 1447129 4974 1169 0 1556077 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6229000

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 7439
/proc/meminfo: memFree=20163880/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5666844 CPUtime=102.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2150132 0 0 0 9988 242 0 0 25 0 1 0 965428544 5802848256 1356799 33554432000 4194304 8979876 140734738020256 18446744073709551615 6890423 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1416711 1356799 1876 1169 0 1415538 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5666844

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/178 7440
/proc/meminfo: memFree=20403876/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5952408 CPUtime=162.29 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2224449 0 0 0 15978 251 0 0 25 0 1 0 965428544 6095265792 1393852 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143754 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1488102 1393852 5049 1169 0 1486929 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5952408

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.74 3/178 7442
/proc/meminfo: memFree=20165916/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5998560 CPUtime=222.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2237214 0 0 0 21976 254 0 0 25 0 1 0 965428544 6142525440 1403132 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1499640 1403132 3780 1169 0 1498467 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 5998560

[startup+282.301 s]
/proc/loadavg: 2.04 2.00 1.75 3/178 7443
/proc/meminfo: memFree=20166008/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5998560 CPUtime=282.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2238223 0 0 0 27974 256 0 0 25 0 1 0 965428544 6142525440 1403132 33554432000 4194304 8979876 140734738020256 18446744073709551615 7145982 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1499640 1403132 3780 1169 0 1498467 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 5998560

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.77 3/178 7445
/proc/meminfo: memFree=20117856/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5998560 CPUtime=342.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2239064 0 0 0 33972 258 0 0 25 0 1 0 965428544 6142525440 1403132 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143818 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1499640 1403132 3780 1169 0 1498467 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 5998560

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.78 3/178 7447
/proc/meminfo: memFree=20103928/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=5998560 CPUtime=402.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2241604 0 0 0 39970 260 0 0 25 0 1 0 965428544 6142525440 1405366 33554432000 4194304 8979876 140734738020256 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1499640 1405366 3780 1169 0 1498467 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 5998560

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 7448
/proc/meminfo: memFree=20146424/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6001856 CPUtime=462.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2280934 0 0 0 45964 266 0 0 25 0 1 0 965428544 6145900544 1402232 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143688 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1500464 1402232 2174 1169 0 1499291 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6001856

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 7450
/proc/meminfo: memFree=20115248/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6046956 CPUtime=522.31 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2288825 0 0 0 51962 269 0 0 25 0 1 0 965428544 6192082944 1409312 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143767 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1511739 1409312 3695 1169 0 1510566 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6046956

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 7451
/proc/meminfo: memFree=20119540/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6046956 CPUtime=582.3 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2290419 0 0 0 57960 270 0 0 25 0 1 0 965428544 6192082944 1409312 33554432000 4194304 8979876 140734738020256 18446744073709551615 6601176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1511739 1409312 2653 1169 0 1510566 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6046956

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.07 2.02 1.86 3/178 7462
/proc/meminfo: memFree=20066320/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6047520 CPUtime=882.31 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2332642 0 0 0 87949 282 0 0 25 0 1 0 965428544 6192660480 1406246 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1511880 1406246 2173 1169 0 1510707 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 6047520

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 1.86 3/178 7464
/proc/meminfo: memFree=20044444/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6067516 CPUtime=942.32 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2338448 0 0 0 93948 284 0 0 25 0 1 0 965428544 6213136384 1411866 33554432000 4194304 8979876 140734738020256 18446744073709551615 7836169 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1516879 1411866 2173 1169 0 1515706 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 6067516

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.87 3/178 7466
/proc/meminfo: memFree=20088048/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6092668 CPUtime=1002.32 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2395318 0 0 0 99940 292 0 0 25 0 1 0 965428544 6238892032 1418119 33554432000 4194304 8979876 140734738020256 18446744073709551615 7193346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1523167 1418119 2554 1169 0 1521994 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 6092668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 7467
/proc/meminfo: memFree=20004164/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6092668 CPUtime=1062.32 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2397504 0 0 0 105938 294 0 0 25 0 1 0 965428544 6238892032 1419543 33554432000 4194304 8979876 140734738020256 18446744073709551615 7841731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1523167 1419543 2185 1169 0 1521994 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6092668

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 7469
/proc/meminfo: memFree=20004108/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6092668 CPUtime=1122.33 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2397504 0 0 0 111937 296 0 0 25 0 1 0 965428544 6238892032 1419543 33554432000 4194304 8979876 140734738020256 18446744073709551615 6888353 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1523167 1419543 2185 1169 0 1521994 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 6092668

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 7470
/proc/meminfo: memFree=20034332/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6098624 CPUtime=1182.33 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2440833 0 0 0 117931 302 0 0 25 0 1 0 965428544 6244990976 1420246 33554432000 4194304 8979876 140734738020256 18446744073709551615 6820822 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1524656 1420246 2184 1169 0 1523483 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 6098624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 7472
/proc/meminfo: memFree=19993240/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6071996 CPUtime=1242.33 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2441771 0 0 0 123930 303 0 0 25 0 1 0 965428544 6217723904 1418787 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1517999 1418787 2184 1169 0 1516826 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 6071996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 7474
/proc/meminfo: memFree=20021476/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6071996 CPUtime=1302.34 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2442766 0 0 0 129929 305 0 0 25 0 1 0 965428544 6217723904 1418787 33554432000 4194304 8979876 140734738020256 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1517999 1418787 2184 1169 0 1516826 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 6071996

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 7475
/proc/meminfo: memFree=19934500/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6077340 CPUtime=1362.33 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2577763 0 0 0 135911 322 0 0 25 0 1 0 965428544 6223196160 1422655 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1519335 1422655 2173 1169 0 1518162 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 6077340

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 7477
/proc/meminfo: memFree=20013448/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6129152 CPUtime=1422.34 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2617443 0 0 0 141906 328 0 0 25 0 1 0 965428544 6276251648 1422044 33554432000 4194304 8979876 140734738020256 18446744073709551615 6820783 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1532288 1422044 2173 1169 0 1531115 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 6129152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7478
/proc/meminfo: memFree=19968884/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6156972 CPUtime=1482.33 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2653982 0 0 0 147901 332 0 0 25 0 1 0 965428544 6304739328 1434557 33554432000 4194304 8979876 140734738020256 18446744073709551615 7143729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1539243 1434557 4033 1169 0 1538070 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 6156972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7480
/proc/meminfo: memFree=20001088/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6126172 CPUtime=1542.34 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2699426 0 0 0 153894 340 0 0 25 0 1 0 965428544 6273200128 1424263 33554432000 4194304 8979876 140734738020256 18446744073709551615 6937417 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1531543 1424263 2173 1169 0 1530370 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 6126172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7482
/proc/meminfo: memFree=20027452/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6066140 CPUtime=1602.34 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2747147 0 0 0 159888 346 0 0 25 0 1 0 965428544 6211727360 1416779 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146511 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1516535 1416779 2173 1169 0 1515362 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 6066140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7483
/proc/meminfo: memFree=20052336/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6066140 CPUtime=1662.34 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2803092 0 0 0 165880 354 0 0 25 0 1 0 965428544 6211727360 1416582 33554432000 4194304 8979876 140734738020256 18446744073709551615 6937417 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1516535 1416582 2173 1169 0 1515362 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 6066140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7485
/proc/meminfo: memFree=19950240/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6062420 CPUtime=1722.35 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2854687 0 0 0 171873 362 0 0 25 0 1 0 965428544 6207918080 1412815 33554432000 4194304 8979876 140734738020256 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1515605 1412815 2173 1169 0 1514432 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 6062420

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.90 3/178 7525
/proc/meminfo: memFree=25676428/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6159332 CPUtime=1782.35 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2905075 0 0 0 177867 368 0 0 25 0 1 0 965428544 6307155968 1434897 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1539833 1434897 4138 1169 0 1538660 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 6159332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 7526
/proc/meminfo: memFree=24160876/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=6066140 CPUtime=1800.06 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4202496 2914664 0 0 0 179636 370 0 0 25 0 1 0 965428544 6211727360 1416830 33554432000 4194304 8979876 140734738020256 18446744073709551615 7146353 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7435/statm: 1516535 1416830 2173 1169 0 1515362 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 6066140

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

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

[startup+1800.2 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 7526
/proc/meminfo: memFree=24160876/32950928 swapFree=67051096/67111528
[pid=7435] ppid=7433 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/7435/stat : 7435 (scip-2.0.1.4_2.) R 7433 7435 6496 0 -1 4203524 2914664 0 0 0 179636 389 0 0 25 0 1 0 965428544 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.21
CPU time (s): 1800.27
CPU user time (s): 1796.36
CPU system time (s): 3.90541
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6476924

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

runsolver used 2.53361 second user time and 7.2069 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-11 02:26:19
IDJOB=3485802
IDBENCH=1381
IDSOLVER=1977
FILE ID=node113/3485802-1307751976
RUNJOBID= node113-1307750177-6515
PBS_JOBID= 13550849
Free space on /tmp= 73920 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_3.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-3485802-1307751976/watcher-3485802-1307751976 -o /tmp/evaluation-result-3485802-1307751976/solver-3485802-1307751976 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485802-1307751976.opb -t 1800 -m 15500

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

MD5SUM BENCH= 16e382d24044cea3204cbf333685cccd
RANDOM SEED=1842065431

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28774816 kB
Buffers:        236316 kB
Cached:        1052696 kB
SwapCached:      14384 kB
Active:        3315212 kB
Inactive:       649048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28774816 kB
SwapTotal:    67111528 kB
SwapFree:     67051096 kB
Dirty:          211020 kB
Writeback:           0 kB
AnonPages:     2672320 kB
Mapped:          11076 kB
Slab:           140416 kB
PageTables:      11360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2920580 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= 73972 MiB
End job on node113 at 2011-06-11 02:56:21