Trace number 3730080

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.15 1802.43

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
MD5SUM79ed7fb7a57e7e2ac59cfc8508d281c9
Bench CategoryDEC-SMALLINT (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 benchmark2.6336
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 420
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730080-1338686241/watcher-3730080-1338686241 -o /tmp/evaluation-result-3730080-1338686241/solver-3730080-1338686241 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730080-1338686241.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 2.01 1.98 3/176 2494
/proc/meminfo: memFree=26852944/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1520 0 0 0 0 0 0 0 20 0 1 0 334691315 9818112 1474 33554432000 4194304 9016284 140735345346656 140735345345592 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 2397 1476 311 1178 0 1215 0

[startup+0.0368711 s]
/proc/loadavg: 2.00 2.01 1.98 3/176 2494
/proc/meminfo: memFree=26852944/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=17808 CPUtime=0.03 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 3426 0 0 0 3 0 0 0 20 0 1 0 334691315 18235392 3380 33554432000 4194304 9016284 140735345346656 140735345345592 7875929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 4452 3380 357 1178 0 3270 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17808

[startup+0.100339 s]
/proc/loadavg: 2.00 2.01 1.98 3/176 2494
/proc/meminfo: memFree=26852944/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=22792 CPUtime=0.09 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 4688 0 0 0 9 0 0 0 20 0 1 0 334691315 23339008 4642 33554432000 4194304 9016284 140735345346656 140735345345592 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 5698 4643 357 1178 0 4516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22792

[startup+0.300294 s]
/proc/loadavg: 2.00 2.01 1.98 3/176 2494
/proc/meminfo: memFree=26852944/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=37404 CPUtime=0.29 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 8345 0 0 0 28 1 0 0 20 0 1 0 334691315 38301696 8299 33554432000 4194304 9016284 140735345346656 140735345345592 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 9351 8299 357 1178 0 8169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37404

[startup+0.700316 s]
/proc/loadavg: 2.00 2.01 1.98 3/176 2494
/proc/meminfo: memFree=26852944/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=64824 CPUtime=0.69 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 15189 0 0 0 67 2 0 0 20 0 1 0 334691315 66379776 15143 33554432000 4194304 9016284 140735345346656 140735345210552 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 16206 15143 357 1178 0 15024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64824

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 2495
/proc/meminfo: memFree=26772972/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=121796 CPUtime=1.48 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 29440 0 0 0 144 4 0 0 20 0 1 0 334691315 124719104 29394 33554432000 4194304 9016284 140735345346656 140735345210552 7870468 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 30449 29394 357 1178 0 29267 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121796

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 2495
/proc/meminfo: memFree=26694372/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=234336 CPUtime=3.09 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 57570 0 0 0 300 9 0 0 20 0 1 0 334691315 239960064 57524 33554432000 4194304 9016284 140735345346656 140735345210552 7747957 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 58584 57524 357 1178 0 57402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 234336

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2495
/proc/meminfo: memFree=26400004/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=460356 CPUtime=6.29 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 114019 0 0 0 611 18 0 0 20 0 1 0 334691315 471404544 113973 33554432000 4194304 9016284 140735345346656 140735345210552 7867892 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 115089 113973 357 1178 0 113907 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 460356

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2495
/proc/meminfo: memFree=26014248/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=910308 CPUtime=12.69 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 226049 0 0 0 1231 38 0 0 20 0 1 0 334691315 932155392 226514 33554432000 4194304 9016284 140735345346656 140735345210552 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 227577 226514 357 1178 0 226395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 910308

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2495
/proc/meminfo: memFree=23871196/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=2789184 CPUtime=25.48 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 682258 0 0 0 2436 112 0 0 20 0 1 0 334691315 2856124416 690319 33554432000 4194304 9016284 140735345346656 140735345343224 4322183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 697296 690319 485 1178 0 696114 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2789184

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2495
/proc/meminfo: memFree=23018080/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=4100928 CPUtime=51.08 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1113237 0 0 0 4905 203 0 0 20 0 1 0 334691315 4199350272 1009163 33554432000 4194304 9016284 140735345346656 140735345342664 6531115 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1025232 1009163 566 1178 0 1024050 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4100928

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2495
/proc/meminfo: memFree=21032720/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6198956 CPUtime=102.27 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1161264 0 0 0 9968 259 0 0 20 0 1 0 334691315 6347730944 1452985 33554432000 4194304 9016284 140735345346656 140735345340520 7178125 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1549739 1452985 619 1178 0 1548557 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6198956

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 2498
/proc/meminfo: memFree=21441888/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5591388 CPUtime=162.26 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1165246 0 0 0 15952 274 0 0 20 0 1 0 334691315 5725581312 1351347 33554432000 4194304 9016284 140735345346656 140735345341768 7870589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1397847 1351347 644 1178 0 1396665 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5591388

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2536
/proc/meminfo: memFree=16454960/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5846672 CPUtime=222.26 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1170796 0 0 0 21944 282 0 0 20 0 1 0 334691315 5986992128 1379914 33554432000 4194304 9016284 140735345346656 140735345340520 7180488 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1461668 1379914 649 1178 0 1460486 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5846672

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2536
/proc/meminfo: memFree=16337248/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5896120 CPUtime=282.24 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1173964 0 0 0 27936 288 0 0 20 0 1 0 334691315 6037626880 1393128 33554432000 4194304 9016284 140735345346656 140735345340520 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1474030 1393128 649 1178 0 1472848 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5896120

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2537
/proc/meminfo: memFree=16270316/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5965536 CPUtime=342.24 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1175226 0 0 0 33932 292 0 0 20 0 1 0 334691315 6108708864 1407402 33554432000 4194304 9016284 140735345346656 140735345340520 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1491384 1407402 649 1178 0 1490202 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5965536

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2537
/proc/meminfo: memFree=16246144/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5967044 CPUtime=402.23 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1175731 0 0 0 39925 298 0 0 20 0 1 0 334691315 6110253056 1407914 33554432000 4194304 9016284 140735345346656 140735345340520 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1491761 1407914 649 1178 0 1490579 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5967044

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2537
/proc/meminfo: memFree=16709876/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=5973124 CPUtime=462.22 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1178175 0 0 0 45918 304 0 0 20 0 1 0 334691315 6116478976 1397214 33554432000 4194304 9016284 140735345346656 140735345340520 7178129 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1493281 1397214 649 1178 0 1492099 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5973124

[startup+522.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2537
/proc/meminfo: memFree=16668688/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6000624 CPUtime=522.22 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1178894 0 0 0 51910 312 0 0 20 0 1 0 334691315 6144638976 1407574 33554432000 4194304 9016284 140735345346656 140735345340520 7227419 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1500156 1407574 649 1178 0 1498974 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 6000624

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 2537
/proc/meminfo: memFree=16537904/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6000632 CPUtime=582.2 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1179309 0 0 0 57902 318 0 0 20 0 1 0 334691315 6144647168 1407574 33554432000 4194304 9016284 140735345346656 140735345340520 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1500158 1407574 649 1178 0 1498976 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 6000632

[startup+642.3 s]

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

/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1189949 0 0 0 111840 371 0 0 20 0 1 0 334691315 6187020288 1421488 33554432000 4194304 9016284 140735345346656 140735345340520 6971817 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1510503 1421488 650 1178 0 1509321 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 6042012

[startup+1182.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 2542
/proc/meminfo: memFree=16390596/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6042876 CPUtime=1182.11 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1200851 0 0 0 117826 385 0 0 20 0 1 0 334691315 6187905024 1424618 33554432000 4194304 9016284 140735345346656 140735345340408 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1510719 1424618 651 1178 0 1509537 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 6042876

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2543
/proc/meminfo: memFree=16378060/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6046736 CPUtime=1242.1 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1208703 0 0 0 123814 396 0 0 20 0 1 0 334691315 6191857664 1427690 33554432000 4194304 9016284 140735345346656 140735345340712 7180917 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1511684 1427690 651 1178 0 1510502 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6046736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2543
/proc/meminfo: memFree=16400228/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6031772 CPUtime=1302.09 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1222744 0 0 0 129800 409 0 0 20 0 1 0 334691315 6176534528 1424883 33554432000 4194304 9016284 140735345346656 140735345340408 7178167 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1507943 1424883 651 1178 0 1506761 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6031772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2546
/proc/meminfo: memFree=16300076/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6031828 CPUtime=1362.08 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1233318 0 0 0 135786 422 0 0 20 0 1 0 334691315 6176591872 1424572 33554432000 4194304 9016284 140735345346656 140735345340408 7180720 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1507957 1424572 651 1178 0 1506775 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 6031828

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2546
/proc/meminfo: memFree=16316100/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6040864 CPUtime=1422.07 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1243630 0 0 0 141771 436 0 0 20 0 1 0 334691315 6185844736 1420498 33554432000 4194304 9016284 140735345346656 140735345340712 7178120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1510216 1420498 651 1178 0 1509034 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 6040864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2546
/proc/meminfo: memFree=16299076/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6031772 CPUtime=1482.06 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1252824 0 0 0 147759 447 0 0 20 0 1 0 334691315 6176534528 1424572 33554432000 4194304 9016284 140735345346656 140735345340408 7178120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1507943 1424572 651 1178 0 1506761 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6031772

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2547
/proc/meminfo: memFree=16280348/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6044700 CPUtime=1542.06 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1269868 0 0 0 153743 463 0 0 20 0 1 0 334691315 6189772800 1426609 33554432000 4194304 9016284 140735345346656 140735345340408 7152978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1511175 1426609 651 1178 0 1509993 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 6044700

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2547
/proc/meminfo: memFree=16287344/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6036816 CPUtime=1602.04 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1278322 0 0 0 159727 477 0 0 20 0 1 0 334691315 6181699584 1424217 33554432000 4194304 9016284 140735345346656 140735345340408 7080773 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1509204 1424217 651 1178 0 1508022 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6036816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2547
/proc/meminfo: memFree=16304188/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6031864 CPUtime=1662.03 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1284020 0 0 0 165717 486 0 0 20 0 1 0 334691315 6176628736 1420873 33554432000 4194304 9016284 140735345346656 140735345340712 7180372 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1507966 1420873 651 1178 0 1506784 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 6031864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2547
/proc/meminfo: memFree=16319296/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6000116 CPUtime=1722.03 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1288437 0 0 0 171708 495 0 0 20 0 1 0 334691315 6144118784 1417242 33554432000 4194304 9016284 140735345346656 140735345339912 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1500029 1417242 651 1178 0 1498847 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 6000116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2547
/proc/meminfo: memFree=16282904/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6031768 CPUtime=1782.01 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1296207 0 0 0 177694 507 0 0 20 0 1 0 334691315 6176530432 1426105 33554432000 4194304 9016284 140735345346656 140735345340408 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1507942 1426105 651 1178 0 1506760 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 6031768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2547
/proc/meminfo: memFree=16257028/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6080308 CPUtime=1800.02 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1297193 0 0 0 179493 509 0 0 20 0 1 0 334691315 6226235392 1432626 33554432000 4194304 9016284 140735345346656 140735345340408 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1520077 1432626 651 1178 0 1518895 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6080308

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2494

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2548
/proc/meminfo: memFree=16256840/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6080308 CPUtime=1800.42 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1297193 0 0 0 179533 509 0 0 20 0 1 0 334691315 6226235392 1432626 33554432000 4194304 9016284 140735345346656 140735345340408 6855193 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1520077 1432626 651 1178 0 1518895 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 6080308

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2548
/proc/meminfo: memFree=16398504/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6080308 CPUtime=1801.22 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1297193 0 0 0 179613 509 0 0 20 0 1 0 334691315 6226235392 1432626 33554432000 4194304 9016284 140735345346656 140735345340408 7178120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1520077 1432626 651 1178 0 1518895 0
Current children cumulated CPU time (s) 1801.22
Current children cumulated vsize (KiB) 6080308

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2548
/proc/meminfo: memFree=16398504/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6080308 CPUtime=1801.62 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1297193 0 0 0 179653 509 0 0 20 0 1 0 334691315 6226235392 1432626 33554432000 4194304 9016284 140735345346656 140735345340408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1520077 1432626 651 1178 0 1518895 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 6080308

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2548
/proc/meminfo: memFree=16398504/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=6080308 CPUtime=1802.02 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4202496 1297193 0 0 0 179693 509 0 0 20 0 1 0 334691315 6226235392 1432626 33554432000 4194304 9016284 140735345346656 140735345340408 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 1520077 1432626 651 1178 0 1518895 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 6080308

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2548
/proc/meminfo: memFree=16398504/32873844 swapFree=7128/7128
[pid=2494] ppid=2492 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/2494/stat : 2494 (scip-2.0.1.4b_2) R 2492 2494 25330 0 -1 4203524 1297193 0 0 0 179693 518 0 0 20 0 1 0 334691315 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.43
CPU time (s): 1802.15
CPU user time (s): 1796.94
CPU system time (s): 5.21521
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 6486580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 5.21521
maximum resident set size= 5933888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1297193
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= 1855

runsolver used 3.01854 second user time and 8.65568 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 03:17:23
IDJOB=3730080
IDBENCH=1382
IDSOLVER=2329
FILE ID=node105/3730080-1338686241
RUNJOBID= node105-1338679210-1718
PBS_JOBID= 14636708
Free space on /tmp= 71164 MiB

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

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

MD5SUM BENCH= 79ed7fb7a57e7e2ac59cfc8508d281c9
RANDOM SEED=1747301934

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26853480 kB
Buffers:          542072 kB
Cached:          3632456 kB
SwapCached:         1700 kB
Active:          2092660 kB
Inactive:        3039216 kB
Active(anon):     953836 kB
Inactive(anon):     4800 kB
Active(file):    1138824 kB
Inactive(file):  3034416 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:            105460 kB
Writeback:             0 kB
AnonPages:        962252 kB
Mapped:            11648 kB
Shmem:                 0 kB
Slab:             743316 kB
SReclaimable:     184808 kB
SUnreclaim:       558508 kB
KernelStack:        1448 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1085864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71072 MiB
End job on node105 at 2012-06-03 03:47:26