Trace number 3485796

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.28 1800.22

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_6.opb.PB06.opb
MD5SUMab4957c8b8761f975030868126e78f02
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark7.32588
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 480
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-3485796-1307751954.opb>
13.09/13.15	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
13.09/13.15	c problem read
13.09/13.15	c No objective function, only one solution is needed.
13.09/13.15	c presolving settings loaded
22.39/22.42	c presolving:
36.59/36.66	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
39.00/39.06	c presolving (2 rounds):
39.00/39.06	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5031 changed coefficients
39.00/39.06	c  4000 implications, 100 cliques
39.00/39.06	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
39.00/39.06	c    4950 constraints of type <knapsack>
39.00/39.06	c    2100 constraints of type <setppc>
39.00/39.06	c       1 constraints of type <linear>
39.00/39.06	c 2552450 constraints of type <logicor>
39.00/39.06	c transformed objective value is always integral (scale: 1)
39.00/39.06	c Presolving Time: 24.44
39.00/39.06	c - non default parameters ----------------------------------------------------------------------
39.00/39.06	c # SCIP version 2.0.1.4
39.00/39.06	c 
39.00/39.06	c # frequency for displaying node information lines
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 100]
39.00/39.06	c display/freq = 10000
39.00/39.06	c 
39.00/39.06	c # maximal time in seconds to run
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
39.00/39.06	c limits/time = 1797
39.00/39.06	c 
39.00/39.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
39.00/39.06	c limits/memory = 13950
39.00/39.06	c 
39.00/39.06	c # solving stops, if the given number of solutions were found (-1: no limit)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: -1]
39.00/39.06	c limits/solutions = 1
39.00/39.06	c 
39.00/39.06	c # maximal number of separation rounds per node (-1: unlimited)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 5]
39.00/39.06	c separating/maxrounds = 1
39.00/39.06	c 
39.00/39.06	c # maximal number of separation rounds in the root node (-1: unlimited)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: -1]
39.00/39.06	c separating/maxroundsroot = 5
39.00/39.06	c 
39.00/39.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
39.00/39.06	c # [type: int, range: [1,2], default: 1]
39.00/39.06	c timing/clocktype = 2
39.00/39.06	c 
39.00/39.06	c # belongs reading time to solving time?
39.00/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.00/39.06	c timing/reading = TRUE
39.00/39.06	c 
39.00/39.06	c # should presolving try to simplify inequalities
39.00/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.00/39.06	c constraints/linear/simplifyinequalities = TRUE
39.00/39.06	c 
39.00/39.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
39.00/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.00/39.06	c constraints/indicator/addCouplingCons = TRUE
39.00/39.06	c 
39.00/39.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
39.00/39.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
39.00/39.06	c constraints/knapsack/disaggregation = FALSE
39.00/39.06	c 
39.00/39.06	c # should presolving try to simplify knapsacks
39.00/39.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.00/39.06	c constraints/knapsack/simplifyinequalities = TRUE
39.00/39.06	c 
39.00/39.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: -1]
39.00/39.06	c presolving/probing/maxrounds = 0
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/coefdiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/coefdiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/coefdiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 30]
39.00/39.06	c heuristics/crossover/freq = -1
39.00/39.06	c 
39.00/39.06	c # number of nodes added to the contingent of the total nodes
39.00/39.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
39.00/39.06	c heuristics/crossover/nodesofs = 750
39.00/39.06	c 
39.00/39.06	c # number of nodes without incumbent change that heuristic should wait
39.00/39.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
39.00/39.06	c heuristics/crossover/nwaitingnodes = 100
39.00/39.06	c 
39.00/39.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
39.00/39.06	c # [type: real, range: [0,1], default: 0.1]
39.00/39.06	c heuristics/crossover/nodesquot = 0.15
39.00/39.06	c 
39.00/39.06	c # minimum percentage of integer variables that have to be fixed 
39.00/39.06	c # [type: real, range: [0,1], default: 0.666]
39.00/39.06	c heuristics/crossover/minfixingrate = 0.5
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 20]
39.00/39.06	c heuristics/feaspump/freq = -1
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/feaspump/maxlpiterofs = 2000
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/fracdiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/fracdiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/fracdiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/guideddiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/guideddiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/guideddiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/intdiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/intshifting/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/linesearchdiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 20]
39.00/39.06	c heuristics/objpscostdiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to total iteration number
39.00/39.06	c # [type: real, range: [0,1], default: 0.01]
39.00/39.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/oneopt/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/pscostdiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/pscostdiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c heuristics/rens/freq = -1
39.00/39.06	c 
39.00/39.06	c # minimum percentage of integer variables that have to be fixable 
39.00/39.06	c # [type: real, range: [0,1], default: 0.5]
39.00/39.06	c heuristics/rens/minfixingrate = 0.3
39.00/39.06	c 
39.00/39.06	c # number of nodes added to the contingent of the total nodes
39.00/39.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
39.00/39.06	c heuristics/rens/nodesofs = 2000
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 20]
39.00/39.06	c heuristics/rootsoldiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
39.00/39.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/rounding/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c heuristics/shiftandpropagate/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/shifting/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/simplerounding/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/subnlp/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c heuristics/trivial/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/trysol/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c heuristics/undercover/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 10]
39.00/39.06	c heuristics/veclendiving/freq = -1
39.00/39.06	c 
39.00/39.06	c # maximal fraction of diving LP iterations compared to node LP iterations
39.00/39.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
39.00/39.06	c heuristics/veclendiving/maxlpiterquot = 0.075
39.00/39.06	c 
39.00/39.06	c # additional number of allowed LP iterations
39.00/39.06	c # [type: int, range: [0,2147483647], default: 1000]
39.00/39.06	c heuristics/veclendiving/maxlpiterofs = 1500
39.00/39.06	c 
39.00/39.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 1]
39.00/39.06	c heuristics/zirounding/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c separating/cmir/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: 0]
39.00/39.06	c separating/flowcover/freq = -1
39.00/39.06	c 
39.00/39.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
39.00/39.06	c # [type: int, range: [-1,2147483647], default: -1]
39.00/39.06	c separating/rapidlearning/freq = 0
39.00/39.06	c 
39.00/39.06	c -----------------------------------------------------------------------------------------------
39.00/39.06	c start solving
39.20/39.25	c 
139.60/139.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.60/139.68	c   140s|     1 |     0 |  2636 |     - |3014M|   0 | 182 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
237.80/237.88	c   238s|     1 |     0 |  3260 |     - |3015M|   0 | 208 |4500 |2559k|4500 |2559k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
502.10/502.17	c   502s|     1 |     0 |  6470 |     - |3015M|   0 | 339 |4500 |2559k|4500 |2559k|  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
728.71/728.78	c   729s|     1 |     0 |  9076 |     - |3015M|   0 | 406 |4500 |2559k|4500 |2559k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
916.63/916.68	c   917s|     1 |     0 | 10392 |     - |3015M|   0 | 418 |4500 |2559k|4500 |2559k|  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1181.34/1181.38	c  1181s|     1 |     0 | 13985 |     - |3015M|   0 | 346 |4500 |2559k|4500 |2559k|  95 |   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-3485796-1307751954/watcher-3485796-1307751954 -o /tmp/evaluation-result-3485796-1307751954/solver-3485796-1307751954 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485796-1307751954.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.67 2/177 7396
/proc/meminfo: memFree=31497256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=9852 CPUtime=0 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 1467 0 0 0 0 0 0 0 23 0 1 0 965426346 10088448 1421 33554432000 4194304 8979876 140734459810896 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 2463 1422 363 1169 0 1290 0

[startup+0.0810931 s]
/proc/loadavg: 1.92 1.97 1.67 2/177 7396
/proc/meminfo: memFree=31497256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=17508 CPUtime=0.07 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3379 0 0 0 7 0 0 0 23 0 1 0 965426346 17928192 3333 33554432000 4194304 8979876 140734459810896 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 4377 3333 363 1169 0 3204 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17508

[startup+0.101091 s]
/proc/loadavg: 1.92 1.97 1.67 2/177 7396
/proc/meminfo: memFree=31497256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=19648 CPUtime=0.09 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3922 0 0 0 9 0 0 0 23 0 1 0 965426346 20119552 3873 33554432000 4194304 8979876 140734459810896 18446744073709551615 7807808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 4912 3873 363 1169 0 3739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19648

[startup+0.301053 s]
/proc/loadavg: 1.92 1.97 1.67 2/177 7396
/proc/meminfo: memFree=31497256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=30528 CPUtime=0.29 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 6635 0 0 0 29 0 0 0 25 0 1 0 965426346 31260672 6586 33554432000 4194304 8979876 140734459810896 18446744073709551615 7226166 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 7632 6586 363 1169 0 6459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30528

[startup+0.700989 s]
/proc/loadavg: 1.92 1.97 1.67 2/177 7396
/proc/meminfo: memFree=31497256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=53532 CPUtime=0.69 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 12353 0 0 0 68 1 0 0 25 0 1 0 965426346 54816768 12304 33554432000 4194304 8979876 140734459810896 18446744073709551615 7836083 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 13383 12304 363 1169 0 12210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53532

[startup+1.50083 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 7397
/proc/meminfo: memFree=31431428/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=101060 CPUtime=1.49 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 24205 0 0 0 146 3 0 0 25 0 1 0 965426346 103485440 24156 33554432000 4194304 8979876 140734459810896 18446744073709551615 6440732 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 25265 24156 363 1169 0 24092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101060

[startup+3.10053 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 7397
/proc/meminfo: memFree=31367568/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=192736 CPUtime=3.09 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 47036 0 0 0 304 5 0 0 25 0 1 0 965426346 197361664 46987 33554432000 4194304 8979876 140734459810896 18446744073709551615 6203436 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 48184 46987 363 1169 0 47011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192736

[startup+6.30094 s]
/proc/loadavg: 2.01 1.99 1.67 3/178 7397
/proc/meminfo: memFree=31176608/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=378852 CPUtime=6.29 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 93336 0 0 0 618 11 0 0 25 0 1 0 965426346 387944448 93287 33554432000 4194304 8979876 140734459810896 18446744073709551615 7836093 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 94762 93308 363 1169 0 93589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 378852

[startup+12.7007 s]
/proc/loadavg: 2.01 1.99 1.67 3/178 7398
/proc/meminfo: memFree=30796820/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=750580 CPUtime=12.69 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 185695 0 0 0 1246 23 0 0 25 0 1 0 965426346 768593920 185646 33554432000 4194304 8979876 140734459810896 18446744073709551615 6783102 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7396/statm: 187645 185646 363 1169 0 186472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 750580

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.68 3/178 7436
/proc/meminfo: memFree=28310520/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=3000336 CPUtime=25.49 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 912411 0 0 0 2442 107 0 0 25 0 1 0 965426346 3072344064 735667 33554432000 4194304 8979876 140734459810896 18446744073709551615 5267102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 750084 735667 489 1169 0 748911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3000336

[startup+51.1006 s]
/proc/loadavg: 2.00 1.99 1.69 3/178 7437
/proc/meminfo: memFree=22730992/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6215824 CPUtime=51.09 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2006845 0 0 0 4886 223 0 0 25 0 1 0 965426346 6365003776 1446415 33554432000 4194304 8979876 140734459810896 18446744073709551615 7193339 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1553956 1446415 3645 1169 0 1552783 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6215824

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.70 3/178 7438
/proc/meminfo: memFree=19779368/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6273240 CPUtime=102.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2025105 0 0 0 10004 226 0 0 25 0 1 0 965426346 6423797760 1458624 33554432000 4194304 8979876 140734459810896 18446744073709551615 7145982 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1568310 1458624 1182 1169 0 1567137 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6273240

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.72 3/178 7440
/proc/meminfo: memFree=20538860/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=5698312 CPUtime=162.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2128781 0 0 0 15991 239 0 0 25 0 1 0 965426346 5835071488 1365042 33554432000 4194304 8979876 140734459810896 18446744073709551615 6890408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1424578 1365042 847 1169 0 1423405 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 5698312

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.73 3/178 7441
/proc/meminfo: memFree=20203140/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6012256 CPUtime=222.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2206130 0 0 0 21982 248 0 0 25 0 1 0 965426346 6156550144 1406702 33554432000 4194304 8979876 140734459810896 18446744073709551615 7193346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1503064 1406702 3169 1169 0 1501891 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 6012256

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.75 3/178 7443
/proc/meminfo: memFree=20166012/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6032932 CPUtime=282.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2216808 0 0 0 27981 249 0 0 25 0 1 0 965426346 6177722368 1416197 33554432000 4194304 8979876 140734459810896 18446744073709551615 7841708 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1508233 1416197 3169 1169 0 1507060 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 6032932

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 1.76 3/178 7444
/proc/meminfo: memFree=20157664/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6065276 CPUtime=342.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2259034 0 0 0 33976 254 0 0 25 0 1 0 965426346 6210842624 1416750 33554432000 4194304 8979876 140734459810896 18446744073709551615 7193011 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1516319 1416750 1671 1169 0 1515146 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6065276

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.77 3/178 7446
/proc/meminfo: memFree=20104428/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6089196 CPUtime=402.3 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2273157 0 0 0 39974 256 0 0 25 0 1 0 965426346 6235336704 1428613 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1522299 1428613 2356 1169 0 1521126 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6089196

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 7448
/proc/meminfo: memFree=20137504/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6089196 CPUtime=462.31 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2273892 0 0 0 45974 257 0 0 25 0 1 0 965426346 6235336704 1428613 33554432000 4194304 8979876 140734459810896 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1522299 1428613 2354 1169 0 1521126 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 6089196

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 7449
/proc/meminfo: memFree=20114892/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6086384 CPUtime=522.31 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2290427 0 0 0 51971 260 0 0 25 0 1 0 965426346 6232457216 1421166 33554432000 4194304 8979876 140734459810896 18446744073709551615 7836148 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1521596 1421166 1671 1169 0 1520423 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6086384

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 7451
/proc/meminfo: memFree=20111608/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6086384 CPUtime=582.31 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2290427 0 0 0 57970 261 0 0 25 0 1 0 965426346 6232457216 1421166 33554432000 4194304 8979876 140734459810896 18446744073709551615 7841678 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1521596 1421166 1671 1169 0 1520423 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6086384

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.09 2.02 1.85 3/178 7462
/proc/meminfo: memFree=20055664/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6192504 CPUtime=882.32 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2468430 0 0 0 87946 286 0 0 25 0 1 0 965426346 6341124096 1434789 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146517 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1548126 1434789 1669 1169 0 1546953 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 6192504

[startup+942.301 s]
/proc/loadavg: 2.04 2.02 1.86 3/178 7463
/proc/meminfo: memFree=20044216/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6192504 CPUtime=942.32 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2480081 0 0 0 93943 289 0 0 25 0 1 0 965426346 6341124096 1434579 33554432000 4194304 8979876 140734459810896 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1548126 1434579 1669 1169 0 1546953 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 6192504

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.87 3/178 7465
/proc/meminfo: memFree=20021348/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6192504 CPUtime=1002.33 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2480081 0 0 0 99943 290 0 0 25 0 1 0 965426346 6341124096 1434579 33554432000 4194304 8979876 140734459810896 18446744073709551615 7841671 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1548126 1434579 1669 1169 0 1546953 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 6192504

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/178 7467
/proc/meminfo: memFree=20003432/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6243216 CPUtime=1062.33 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2547552 0 0 0 105935 298 0 0 25 0 1 0 965426346 6393053184 1437056 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1560804 1437056 1669 1169 0 1559631 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 6243216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 7468
/proc/meminfo: memFree=20002524/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6243216 CPUtime=1122.33 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2567555 0 0 0 111930 303 0 0 25 0 1 0 965426346 6393053184 1437178 33554432000 4194304 8979876 140734459810896 18446744073709551615 7145972 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1560804 1437178 1669 1169 0 1559631 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 6243216

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 7470
/proc/meminfo: memFree=20005948/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6243216 CPUtime=1182.33 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2588455 0 0 0 117926 307 0 0 25 0 1 0 965426346 6393053184 1436419 33554432000 4194304 8979876 140734459810896 18446744073709551615 7046392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1560804 1436419 1671 1169 0 1559631 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 6243216

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 7471
/proc/meminfo: memFree=20013836/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6186336 CPUtime=1242.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2784405 0 0 0 123907 327 0 0 25 0 1 0 965426346 6334808064 1435196 33554432000 4194304 8979876 140734459810896 18446744073709551615 7118564 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1546584 1435196 1670 1169 0 1545411 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 6186336

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 7473
/proc/meminfo: memFree=19964700/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6242516 CPUtime=1302.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 2937848 0 0 0 129892 342 0 0 25 0 1 0 965426346 6392336384 1447250 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1560629 1447250 1672 1169 0 1559456 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 6242516

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 7475
/proc/meminfo: memFree=20056412/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6183844 CPUtime=1362.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3101163 0 0 0 135873 361 0 0 25 0 1 0 965426346 6332256256 1432982 33554432000 4194304 8979876 140734459810896 18446744073709551615 7143731 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1545961 1432982 1673 1169 0 1544788 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 6183844

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 7476
/proc/meminfo: memFree=20032556/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6153128 CPUtime=1422.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3243785 0 0 0 141859 375 0 0 25 0 1 0 965426346 6300803072 1431288 33554432000 4194304 8979876 140734459810896 18446744073709551615 7143828 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1538282 1431288 1680 1169 0 1537109 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 6153128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7478
/proc/meminfo: memFree=20032140/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6183608 CPUtime=1482.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3428904 0 0 0 147841 393 0 0 25 0 1 0 965426346 6332014592 1433162 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1545902 1433162 1669 1169 0 1544729 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 6183608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7479
/proc/meminfo: memFree=19960432/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6187868 CPUtime=1542.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3589465 0 0 0 153824 410 0 0 25 0 1 0 965426346 6336376832 1434379 33554432000 4194304 8979876 140734459810896 18446744073709551615 7047634 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1546967 1434379 1681 1169 0 1545794 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 6187868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7481
/proc/meminfo: memFree=20022256/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6185052 CPUtime=1602.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3742310 0 0 0 159807 427 0 0 25 0 1 0 965426346 6333493248 1427717 33554432000 4194304 8979876 140734459810896 18446744073709551615 7046355 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1546263 1427717 1669 1169 0 1545090 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 6185052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7483
/proc/meminfo: memFree=19950920/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6237716 CPUtime=1662.34 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3855102 0 0 0 165795 439 0 0 25 0 1 0 965426346 6387421184 1446110 33554432000 4194304 8979876 140734459810896 18446744073709551615 7146097 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1559429 1446110 2199 1169 0 1558256 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 6237716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7484
/proc/meminfo: memFree=20053172/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6235496 CPUtime=1722.35 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 3928839 0 0 0 171786 449 0 0 25 0 1 0 965426346 6385147904 1445905 33554432000 4194304 8979876 140734459810896 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1558874 1445905 5680 1169 0 1557701 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 6235496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7486
/proc/meminfo: memFree=20023116/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6192380 CPUtime=1782.35 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 4028035 0 0 0 177775 460 0 0 25 0 1 0 965426346 6340997120 1435447 33554432000 4194304 8979876 140734459810896 18446744073709551615 6829036 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1548095 1435447 1669 1169 0 1546922 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 6192380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7486
/proc/meminfo: memFree=19941760/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=6247952 CPUtime=1800.05 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4202496 4043125 0 0 0 179544 461 0 0 25 0 1 0 965426346 6397902848 1447535 33554432000 4194304 8979876 140734459810896 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7396/statm: 1561988 1447535 1669 1169 0 1560815 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 6247952

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: 2.00 2.00 1.91 3/178 7486
/proc/meminfo: memFree=19941760/32950928 swapFree=67051096/67111528
[pid=7396] ppid=7394 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/7396/stat : 7396 (scip-2.0.1.4_2.) R 7394 7396 6496 0 -1 4203524 4043125 0 0 0 179544 481 0 0 25 0 1 0 965426346 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7396/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.22
CPU time (s): 1800.28
CPU user time (s): 1795.45
CPU system time (s): 4.83427
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6599472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.45
system time used= 4.83427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4043125
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= 8
involuntary context switches= 1811

runsolver used 3.04154 second user time and 6.06408 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-11 02:25:57
IDJOB=3485796
IDBENCH=1375
IDSOLVER=1977
FILE ID=node113/3485796-1307751954
RUNJOBID= node113-1307750177-6514
PBS_JOBID= 13550849
Free space on /tmp= 74008 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_6.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-3485796-1307751954/watcher-3485796-1307751954 -o /tmp/evaluation-result-3485796-1307751954/solver-3485796-1307751954 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485796-1307751954.opb -t 1800 -m 15500

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

MD5SUM BENCH= ab4957c8b8761f975030868126e78f02
RANDOM SEED=1720477462

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:      31497808 kB
Buffers:        236116 kB
Cached:         958516 kB
SwapCached:      14384 kB
Active:         605968 kB
Inactive:       643396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31497808 kB
SwapTotal:    67111528 kB
SwapFree:     67051096 kB
Dirty:          105576 kB
Writeback:           0 kB
AnonPages:       51912 kB
Mapped:          12076 kB
Slab:           140060 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   247960 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= 73904 MiB
End job on node113 at 2011-06-11 02:55:59