Trace number 3489245

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 E_2 2011-06-10 (fixed)? (TO) 1802.27 1802.21

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3489245-1307755469.opb>
13.80/13.88	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
13.80/13.88	c problem read
13.80/13.88	c No objective function, only one solution is needed.
13.80/13.88	c presolving settings loaded
17.20/17.22	c presolving:
30.79/30.89	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
33.09/33.16	c presolving (2 rounds):
33.09/33.16	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5050 changed coefficients
33.09/33.16	c  4000 implications, 100 cliques
33.09/33.16	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
33.09/33.16	c    4950 constraints of type <knapsack>
33.09/33.16	c    2100 constraints of type <setppc>
33.09/33.16	c       1 constraints of type <linear>
33.09/33.16	c 2552450 constraints of type <logicor>
33.09/33.16	c transformed objective value is always integral (scale: 1)
33.09/33.16	c Presolving Time: 16.53
33.09/33.16	c - non default parameters ----------------------------------------------------------------------
33.09/33.16	c # SCIP version 2.0.1.5
33.09/33.16	c 
33.09/33.16	c # frequency for displaying node information lines
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 100]
33.09/33.16	c display/freq = 10000
33.09/33.16	c 
33.09/33.16	c # maximal time in seconds to run
33.09/33.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.09/33.16	c limits/time = 1797
33.09/33.16	c 
33.09/33.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
33.09/33.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.09/33.16	c limits/memory = 13950
33.09/33.16	c 
33.09/33.16	c # solving stops, if the given number of solutions were found (-1: no limit)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: -1]
33.09/33.16	c limits/solutions = 1
33.09/33.16	c 
33.09/33.16	c # maximal number of separation rounds per node (-1: unlimited)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 5]
33.09/33.16	c separating/maxrounds = 1
33.09/33.16	c 
33.09/33.16	c # maximal number of separation rounds in the root node (-1: unlimited)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: -1]
33.09/33.16	c separating/maxroundsroot = 5
33.09/33.16	c 
33.09/33.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
33.09/33.16	c # [type: int, range: [1,2], default: 1]
33.09/33.16	c timing/clocktype = 2
33.09/33.16	c 
33.09/33.16	c # belongs reading time to solving time?
33.09/33.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.09/33.16	c timing/reading = TRUE
33.09/33.16	c 
33.09/33.16	c # should presolving try to simplify inequalities
33.09/33.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.09/33.16	c constraints/linear/simplifyinequalities = TRUE
33.09/33.16	c 
33.09/33.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
33.09/33.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.09/33.16	c constraints/indicator/addCouplingCons = TRUE
33.09/33.16	c 
33.09/33.16	c # should disaggregation of knapsack constraints be allowed in preprocessing?
33.09/33.16	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
33.09/33.16	c constraints/knapsack/disaggregation = FALSE
33.09/33.16	c 
33.09/33.16	c # should presolving try to simplify knapsacks
33.09/33.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.09/33.16	c constraints/knapsack/simplifyinequalities = TRUE
33.09/33.16	c 
33.09/33.16	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: -1]
33.09/33.16	c presolving/probing/maxrounds = 0
33.09/33.16	c 
33.09/33.16	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.16	c heuristics/coefdiving/freq = -1
33.09/33.16	c 
33.09/33.16	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.16	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.16	c heuristics/coefdiving/maxlpiterquot = 0.075
33.09/33.16	c 
33.09/33.16	c # additional number of allowed LP iterations
33.09/33.16	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.16	c heuristics/coefdiving/maxlpiterofs = 1500
33.09/33.16	c 
33.09/33.16	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 30]
33.09/33.16	c heuristics/crossover/freq = -1
33.09/33.16	c 
33.09/33.16	c # number of nodes added to the contingent of the total nodes
33.09/33.16	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.09/33.16	c heuristics/crossover/nodesofs = 750
33.09/33.16	c 
33.09/33.16	c # number of nodes without incumbent change that heuristic should wait
33.09/33.16	c # [type: longint, range: [0,9223372036854775807], default: 200]
33.09/33.16	c heuristics/crossover/nwaitingnodes = 100
33.09/33.16	c 
33.09/33.16	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
33.09/33.16	c # [type: real, range: [0,1], default: 0.1]
33.09/33.16	c heuristics/crossover/nodesquot = 0.15
33.09/33.16	c 
33.09/33.16	c # minimum percentage of integer variables that have to be fixed 
33.09/33.16	c # [type: real, range: [0,1], default: 0.666]
33.09/33.16	c heuristics/crossover/minfixingrate = 0.5
33.09/33.16	c 
33.09/33.16	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 20]
33.09/33.16	c heuristics/feaspump/freq = -1
33.09/33.16	c 
33.09/33.16	c # additional number of allowed LP iterations
33.09/33.16	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.16	c heuristics/feaspump/maxlpiterofs = 2000
33.09/33.16	c 
33.09/33.16	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.16	c heuristics/fracdiving/freq = -1
33.09/33.16	c 
33.09/33.16	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.16	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.16	c heuristics/fracdiving/maxlpiterquot = 0.075
33.09/33.16	c 
33.09/33.16	c # additional number of allowed LP iterations
33.09/33.16	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.16	c heuristics/fracdiving/maxlpiterofs = 1500
33.09/33.16	c 
33.09/33.16	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
33.09/33.16	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/guideddiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.17	c heuristics/guideddiving/maxlpiterquot = 0.075
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/guideddiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.17	c heuristics/intdiving/maxlpiterquot = 0.075
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/intshifting/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/linesearchdiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.17	c heuristics/linesearchdiving/maxlpiterquot = 0.075
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/linesearchdiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 20]
33.09/33.17	c heuristics/objpscostdiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to total iteration number
33.09/33.17	c # [type: real, range: [0,1], default: 0.01]
33.09/33.17	c heuristics/objpscostdiving/maxlpiterquot = 0.015
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/objpscostdiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/oneopt/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/pscostdiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.17	c heuristics/pscostdiving/maxlpiterquot = 0.075
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/pscostdiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c heuristics/rens/freq = -1
33.09/33.17	c 
33.09/33.17	c # minimum percentage of integer variables that have to be fixable 
33.09/33.17	c # [type: real, range: [0,1], default: 0.5]
33.09/33.17	c heuristics/rens/minfixingrate = 0.3
33.09/33.17	c 
33.09/33.17	c # number of nodes added to the contingent of the total nodes
33.09/33.17	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.09/33.17	c heuristics/rens/nodesofs = 2000
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 20]
33.09/33.17	c heuristics/rootsoldiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
33.09/33.17	c heuristics/rootsoldiving/maxlpiterquot = 0.015
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/rootsoldiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/rounding/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c heuristics/shiftandpropagate/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/shifting/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/simplerounding/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/subnlp/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c heuristics/trivial/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/trysol/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c heuristics/undercover/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 10]
33.09/33.17	c heuristics/veclendiving/freq = -1
33.09/33.17	c 
33.09/33.17	c # maximal fraction of diving LP iterations compared to node LP iterations
33.09/33.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.09/33.17	c heuristics/veclendiving/maxlpiterquot = 0.075
33.09/33.17	c 
33.09/33.17	c # additional number of allowed LP iterations
33.09/33.17	c # [type: int, range: [0,2147483647], default: 1000]
33.09/33.17	c heuristics/veclendiving/maxlpiterofs = 1500
33.09/33.17	c 
33.09/33.17	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 1]
33.09/33.17	c heuristics/zirounding/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c separating/cmir/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: 0]
33.09/33.17	c separating/flowcover/freq = -1
33.09/33.17	c 
33.09/33.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
33.09/33.17	c # [type: int, range: [-1,2147483647], default: -1]
33.09/33.17	c separating/rapidlearning/freq = 0
33.09/33.17	c 
33.09/33.17	c -----------------------------------------------------------------------------------------------
33.09/33.17	c start solving
33.29/33.35	c 
117.99/118.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.99/118.04	c   118s|     1 |     0 |  2273 |     - |3200M|   0 | 189 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
195.09/195.18	c   195s|     1 |     0 |  2522 |     - |3200M|   0 | 185 |4500 |2559k|4500 |2559k|  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
352.40/352.45	c   352s|     1 |     0 |  4309 |     - |3201M|   0 | 255 |4500 |2559k|4500 |2559k|  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
646.32/646.39	c   646s|     1 |     0 |  7970 |     - |3201M|   0 | 266 |4500 |2559k|4500 |2559k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
782.22/782.21	c   782s|     1 |     0 |  9258 |     - |3201M|   0 | 307 |4500 |2559k|4500 |2559k|  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1017.72/1017.77	c  1018s|     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: 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-3489245-1307755469/watcher-3489245-1307755469 -o /tmp/evaluation-result-3489245-1307755469/solver-3489245-1307755469 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489245-1307755469.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.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=12568 CPUtime=0 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2129 0 0 0 0 0 0 0 23 0 1 0 887147559 12869632 2083 33554432000 4194304 9016284 140733382055248 18446744073709551615 4651744 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 3142 2086 357 1178 0 1960 0

[startup+0.020334 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=16488 CPUtime=0.01 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3105 0 0 0 1 0 0 0 23 0 1 0 887147559 16883712 3059 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870478 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 4122 3059 357 1178 0 2940 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16488

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=23620 CPUtime=0.09 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 4901 0 0 0 9 0 0 0 23 0 1 0 887147559 24186880 4855 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870448 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 5905 4855 357 1178 0 4723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23620

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=37480 CPUtime=0.29 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 8347 0 0 0 29 0 0 0 25 0 1 0 887147559 38379520 8301 33554432000 4194304 9016284 140733382055248 18446744073709551615 4195040 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 9370 8301 357 1178 0 8188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37480

[startup+1.19712 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=101668 CPUtime=1.19 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 24393 0 0 0 116 3 0 0 25 0 1 0 887147559 104108032 24347 33554432000 4194304 9016284 140733382055248 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 25417 24347 357 1178 0 24235 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 101668

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 30684
/proc/meminfo: memFree=30651408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=123192 CPUtime=1.49 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 29686 0 0 0 146 3 0 0 25 0 1 0 887147559 126148608 29640 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 30798 29640 357 1178 0 29616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123192

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30685
/proc/meminfo: memFree=30443348/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=235684 CPUtime=3.09 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 57916 0 0 0 302 7 0 0 25 0 1 0 887147559 241340416 57870 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870483 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 58921 57870 357 1178 0 57739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 235684

[startup+6.30117 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30686
/proc/meminfo: memFree=30209112/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=462540 CPUtime=6.29 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 114578 0 0 0 615 14 0 0 25 0 1 0 887147559 473640960 114532 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870463 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 115635 114532 357 1178 0 114453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 462540

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30686
/proc/meminfo: memFree=29741316/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=916696 CPUtime=12.7 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 227925 0 0 0 1242 28 0 0 25 0 1 0 887147559 938696704 227879 33554432000 4194304 9016284 140733382055248 18446744073709551615 7989642 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30684/statm: 229174 227880 357 1178 0 227992 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 916696

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30686
/proc/meminfo: memFree=27509504/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=3270104 CPUtime=25.49 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 870048 0 0 0 2449 100 0 0 25 0 1 0 887147559 3348586496 803503 33554432000 4194304 9016284 140733382055248 18446744073709551615 4446681 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 817526 803503 485 1178 0 816344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3270104

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30687
/proc/meminfo: memFree=24910960/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6181396 CPUtime=51.09 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2029748 0 0 0 4878 231 0 0 25 0 1 0 887147559 6329749504 1435329 33554432000 4194304 9016284 140733382055248 18446744073709551615 7227739 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1545349 1435329 3166 1178 0 1544167 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6181396

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30688
/proc/meminfo: memFree=24874464/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6198948 CPUtime=102.29 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2042209 0 0 0 9996 233 0 0 25 0 1 0 887147559 6347722752 1443421 33554432000 4194304 9016284 140733382055248 18446744073709551615 6971601 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1549737 1443421 2433 1178 0 1548555 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6198948

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30690
/proc/meminfo: memFree=25280688/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=5591380 CPUtime=162.3 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2148928 0 0 0 15982 248 0 0 25 0 1 0 887147559 5725573120 1340317 33554432000 4194304 9016284 140733382055248 18446744073709551615 6924934 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1397845 1340317 711 1178 0 1396663 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 5591380

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30691
/proc/meminfo: memFree=25123940/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=5856932 CPUtime=222.3 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2228488 0 0 0 21972 258 0 0 25 0 1 0 887147559 5997498368 1380075 33554432000 4194304 9016284 140733382055248 18446744073709551615 7870548 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1464233 1380075 1535 1178 0 1463051 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 5856932

[startup+282.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30693
/proc/meminfo: memFree=25066408/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=5941524 CPUtime=282.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2267963 0 0 0 27967 264 0 0 25 0 1 0 887147559 6084120576 1394232 33554432000 4194304 9016284 140733382055248 18446744073709551615 7178125 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1485381 1394232 1535 1178 0 1484199 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 5941524

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30695
/proc/meminfo: memFree=25040872/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=5967036 CPUtime=342.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2276267 0 0 0 33965 266 0 0 25 0 1 0 887147559 6110244864 1401356 33554432000 4194304 9016284 140733382055248 18446744073709551615 6971825 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1491759 1401356 2418 1178 0 1490577 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 5967036

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30696
/proc/meminfo: memFree=25039708/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=5967036 CPUtime=402.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2276416 0 0 0 39964 267 0 0 25 0 1 0 887147559 6110244864 1401356 33554432000 4194304 9016284 140733382055248 18446744073709551615 6586592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1491759 1401356 2418 1178 0 1490577 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 5967036

[startup+462.301 s]
/proc/loadavg: 2.06 2.01 1.94 3/175 30698
/proc/meminfo: memFree=25055212/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6000616 CPUtime=462.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2326576 0 0 0 45958 273 0 0 25 0 1 0 887147559 6144630784 1400027 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1500154 1400027 5025 1178 0 1498972 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 6000616

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/175 30737
/proc/meminfo: memFree=23624492/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6000816 CPUtime=522.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2327252 0 0 0 51958 273 0 0 25 0 1 0 887147559 6144835584 1400027 33554432000 4194304 9016284 140733382055248 18446744073709551615 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1500204 1400027 5025 1178 0 1499022 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6000816

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 30739
/proc/meminfo: memFree=23690888/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6000876 CPUtime=582.31 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2328035 0 0 0 57957 274 0 0 25 0 1 0 887147559 6144897024 1400027 33554432000 4194304 9016284 140733382055248 18446744073709551615 7178160 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1500219 1400027 5025 1178 0 1499037 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6000876

[startup+642.301 s]

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

/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2566586 0 0 0 111924 309 0 0 25 0 1 0 887147559 6219042816 1427978 33554432000 4194304 9016284 140733382055248 18446744073709551615 6855183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1518321 1427978 2793 1178 0 1517139 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 6073284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30755
/proc/meminfo: memFree=23548424/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6031896 CPUtime=1182.33 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2651164 0 0 0 117913 320 0 0 25 0 1 0 887147559 6176661504 1411798 33554432000 4194304 9016284 140733382055248 18446744073709551615 7178142 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1507974 1411798 1533 1178 0 1506792 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 6031896

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30757
/proc/meminfo: memFree=23498900/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6041720 CPUtime=1242.33 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2760184 0 0 0 123899 334 0 0 25 0 1 0 887147559 6186721280 1419199 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1510430 1419199 1533 1178 0 1509248 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 6041720

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30758
/proc/meminfo: memFree=23503932/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6036808 CPUtime=1302.34 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2823121 0 0 0 129892 342 0 0 25 0 1 0 887147559 6181691392 1417686 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180372 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1509202 1417686 1533 1178 0 1508020 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 6036808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30760
/proc/meminfo: memFree=23489628/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6044692 CPUtime=1362.33 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 2949664 0 0 0 135877 356 0 0 25 0 1 0 887147559 6189764608 1418089 33554432000 4194304 9016284 140733382055248 18446744073709551615 7080792 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1511173 1418089 1533 1178 0 1509991 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 6044692

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30761
/proc/meminfo: memFree=23544628/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6036808 CPUtime=1422.34 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3011031 0 0 0 141869 365 0 0 25 0 1 0 887147559 6181691392 1416127 33554432000 4194304 9016284 140733382055248 18446744073709551615 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1509202 1416127 1533 1178 0 1508020 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 6036808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 30763
/proc/meminfo: memFree=23506260/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6036176 CPUtime=1482.34 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3054836 0 0 0 147863 371 0 0 25 0 1 0 887147559 6181044224 1413205 33554432000 4194304 9016284 140733382055248 18446744073709551615 7181032 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1509044 1413205 1533 1178 0 1507862 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 6036176

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/175 30765
/proc/meminfo: memFree=23455868/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6092440 CPUtime=1542.35 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3105149 0 0 0 153856 379 0 0 25 0 1 0 887147559 6238658560 1430135 33554432000 4194304 9016284 140733382055248 18446744073709551615 6971592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1523110 1430135 2544 1178 0 1521928 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 6092440

[startup+1602.31 s]
/proc/loadavg: 2.06 2.02 1.96 3/175 30766
/proc/meminfo: memFree=23483220/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6080300 CPUtime=1602.35 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3145201 0 0 0 159850 385 0 0 25 0 1 0 887147559 6226227200 1423766 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180391 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1520075 1423766 1533 1178 0 1518893 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 6080300

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/175 30768
/proc/meminfo: memFree=23468912/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6091436 CPUtime=1662.35 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3209401 0 0 0 165841 394 0 0 25 0 1 0 887147559 6237630464 1426048 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1522859 1426048 1533 1178 0 1521677 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 6091436

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/175 30769
/proc/meminfo: memFree=23452984/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6138572 CPUtime=1722.35 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3253033 0 0 0 171835 400 0 0 25 0 1 0 887147559 6285897728 1437228 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180382 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1534643 1437228 2679 1178 0 1533461 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 6138572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/175 30771
/proc/meminfo: memFree=23510344/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6036084 CPUtime=1782.35 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3307646 0 0 0 177829 406 0 0 25 0 1 0 887147559 6180950016 1419431 33554432000 4194304 9016284 140733382055248 18446744073709551615 7080755 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1509021 1419431 1533 1178 0 1507839 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 6036084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 30771
/proc/meminfo: memFree=23491988/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6111820 CPUtime=1800.06 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3317767 0 0 0 179599 407 0 0 25 0 1 0 887147559 6258503680 1429327 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180732 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1527955 1429327 1533 1178 0 1526773 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 6111820

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30684

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

[startup+1800.5 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 30772
/proc/meminfo: memFree=23491980/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6116676 CPUtime=1800.55 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3317780 0 0 0 179648 407 0 0 25 0 1 0 887147559 6263476224 1429340 33554432000 4194304 9016284 140733382055248 18446744073709551615 7214063 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1529169 1429340 1533 1178 0 1527987 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 6116676

[startup+1801.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 30772
/proc/meminfo: memFree=23492352/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6121532 CPUtime=1801.36 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3320384 0 0 0 179728 408 0 0 25 0 1 0 887147559 6268448768 1429256 33554432000 4194304 9016284 140733382055248 18446744073709551615 6855183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1530383 1429256 1533 1178 0 1529201 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 6121532

[startup+1801.7 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 30772
/proc/meminfo: memFree=23492352/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=6121532 CPUtime=1801.76 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4202496 3320397 0 0 0 179768 408 0 0 25 0 1 0 887147559 6268448768 1429269 33554432000 4194304 9016284 140733382055248 18446744073709551615 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30684/statm: 1530383 1429269 1533 1178 0 1529201 0
Current children cumulated CPU time (s) 1801.76
Current children cumulated vsize (KiB) 6121532

[startup+1802.1 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 30772
/proc/meminfo: memFree=23492352/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=0 CPUtime=1802.15 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4203524 3320405 0 0 0 179798 417 0 0 25 0 1 0 887147559 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0
/proc/30684/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

[startup+1802.2 s]
/proc/loadavg: 2.07 2.02 1.96 3/176 30772
/proc/meminfo: memFree=23492352/32951124 swapFree=67064368/67111528
[pid=30684] ppid=30682 vsize=0 CPUtime=1802.25 cores=1,3,5,7
/proc/30684/stat : 30684 (scip-2.0.1.4b_2) R 30682 30684 29294 0 -1 4203524 3320405 0 0 0 179798 427 0 0 25 0 1 0 887147559 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0
/proc/30684/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.21
CPU time (s): 1802.27
CPU user time (s): 1797.99
CPU system time (s): 4.28435
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6518900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 4.28435
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3320405
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= 3
involuntary context switches= 2427

runsolver used 2.54361 second user time and 6.60999 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 03:24:31
IDJOB=3489245
IDBENCH=1382
IDSOLVER=1979
FILE ID=node105/3489245-1307755469
RUNJOBID= node105-1307750180-29313
PBS_JOBID= 13550855
Free space on /tmp= 73964 MiB

SOLVER NAME= 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-3489245-1307755469/watcher-3489245-1307755469 -o /tmp/evaluation-result-3489245-1307755469/solver-3489245-1307755469 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489245-1307755469.opb -t 1800 -m 15500

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

MD5SUM BENCH= 79ed7fb7a57e7e2ac59cfc8508d281c9
RANDOM SEED=759239988

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30651976 kB
Buffers:        256892 kB
Cached:         878044 kB
SwapCached:      20132 kB
Active:        1441540 kB
Inactive:       629276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30651976 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:          105452 kB
Writeback:           0 kB
AnonPages:      933144 kB
Mapped:          13148 kB
Slab:           162224 kB
PageTables:       6312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1132232 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= 73924 MiB
End job on node105 at 2011-06-11 03:54:34