Trace number 3452988

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.32 1802.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_5.opb.PB06.opb
MD5SUM8bb4ff591e2fd696de21761de4abecdf
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.78697
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 466
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3452988-1307071371.opb>
16.79/16.83	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
16.79/16.83	c problem read
16.79/16.83	c No objective function, only one solution is needed.
16.79/16.83	c presolving settings loaded
26.10/26.18	c presolving:
40.90/40.92	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
43.19/43.28	c presolving (2 rounds):
43.19/43.28	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5035 changed coefficients
43.19/43.28	c  4000 implications, 100 cliques
43.19/43.28	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
43.19/43.28	c    4950 constraints of type <knapsack>
43.19/43.28	c    2100 constraints of type <setppc>
43.19/43.28	c       1 constraints of type <linear>
43.19/43.28	c 2552450 constraints of type <logicor>
43.19/43.28	c transformed objective value is always integral (scale: 1)
43.19/43.28	c Presolving Time: 24.99
43.19/43.28	c - non default parameters ----------------------------------------------------------------------
43.19/43.28	c # SCIP version 2.0.1.4
43.19/43.28	c 
43.19/43.28	c # frequency for displaying node information lines
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 100]
43.19/43.28	c display/freq = 10000
43.19/43.28	c 
43.19/43.28	c # maximal time in seconds to run
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.19/43.28	c limits/time = 1800
43.19/43.28	c 
43.19/43.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
43.19/43.28	c limits/memory = 13950
43.19/43.28	c 
43.19/43.28	c # solving stops, if the given number of solutions were found (-1: no limit)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: -1]
43.19/43.28	c limits/solutions = 1
43.19/43.28	c 
43.19/43.28	c # maximal number of separation rounds per node (-1: unlimited)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 5]
43.19/43.28	c separating/maxrounds = 1
43.19/43.28	c 
43.19/43.28	c # maximal number of separation rounds in the root node (-1: unlimited)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: -1]
43.19/43.28	c separating/maxroundsroot = 5
43.19/43.28	c 
43.19/43.28	c # default clock type (1: CPU user seconds, 2: wall clock time)
43.19/43.28	c # [type: int, range: [1,2], default: 1]
43.19/43.28	c timing/clocktype = 2
43.19/43.28	c 
43.19/43.28	c # belongs reading time to solving time?
43.19/43.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.19/43.28	c timing/reading = TRUE
43.19/43.28	c 
43.19/43.28	c # should presolving try to simplify inequalities
43.19/43.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.19/43.28	c constraints/linear/simplifyinequalities = TRUE
43.19/43.28	c 
43.19/43.28	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
43.19/43.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.19/43.28	c constraints/indicator/addCouplingCons = TRUE
43.19/43.28	c 
43.19/43.28	c # should disaggregation of knapsack constraints be allowed in preprocessing?
43.19/43.28	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
43.19/43.28	c constraints/knapsack/disaggregation = FALSE
43.19/43.28	c 
43.19/43.28	c # should presolving try to simplify knapsacks
43.19/43.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
43.19/43.28	c constraints/knapsack/simplifyinequalities = TRUE
43.19/43.28	c 
43.19/43.28	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: -1]
43.19/43.28	c presolving/probing/maxrounds = 0
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/coefdiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/coefdiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/coefdiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 30]
43.19/43.28	c heuristics/crossover/freq = -1
43.19/43.28	c 
43.19/43.28	c # number of nodes added to the contingent of the total nodes
43.19/43.28	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.19/43.28	c heuristics/crossover/nodesofs = 750
43.19/43.28	c 
43.19/43.28	c # number of nodes without incumbent change that heuristic should wait
43.19/43.28	c # [type: longint, range: [0,9223372036854775807], default: 200]
43.19/43.28	c heuristics/crossover/nwaitingnodes = 100
43.19/43.28	c 
43.19/43.28	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
43.19/43.28	c # [type: real, range: [0,1], default: 0.1]
43.19/43.28	c heuristics/crossover/nodesquot = 0.15
43.19/43.28	c 
43.19/43.28	c # minimum percentage of integer variables that have to be fixed 
43.19/43.28	c # [type: real, range: [0,1], default: 0.666]
43.19/43.28	c heuristics/crossover/minfixingrate = 0.5
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 20]
43.19/43.28	c heuristics/feaspump/freq = -1
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/feaspump/maxlpiterofs = 2000
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/fracdiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/fracdiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/fracdiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/guideddiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/guideddiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/guideddiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/intdiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/intshifting/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/linesearchdiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/linesearchdiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/linesearchdiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 20]
43.19/43.28	c heuristics/objpscostdiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to total iteration number
43.19/43.28	c # [type: real, range: [0,1], default: 0.01]
43.19/43.28	c heuristics/objpscostdiving/maxlpiterquot = 0.015
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/objpscostdiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/oneopt/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/pscostdiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/pscostdiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/pscostdiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c heuristics/rens/freq = -1
43.19/43.28	c 
43.19/43.28	c # minimum percentage of integer variables that have to be fixable 
43.19/43.28	c # [type: real, range: [0,1], default: 0.5]
43.19/43.28	c heuristics/rens/minfixingrate = 0.3
43.19/43.28	c 
43.19/43.28	c # number of nodes added to the contingent of the total nodes
43.19/43.28	c # [type: longint, range: [0,9223372036854775807], default: 500]
43.19/43.28	c heuristics/rens/nodesofs = 2000
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 20]
43.19/43.28	c heuristics/rootsoldiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
43.19/43.28	c heuristics/rootsoldiving/maxlpiterquot = 0.015
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/rootsoldiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/rounding/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c heuristics/shiftandpropagate/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/shifting/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/simplerounding/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/subnlp/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c heuristics/trivial/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/trysol/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c heuristics/undercover/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 10]
43.19/43.28	c heuristics/veclendiving/freq = -1
43.19/43.28	c 
43.19/43.28	c # maximal fraction of diving LP iterations compared to node LP iterations
43.19/43.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
43.19/43.28	c heuristics/veclendiving/maxlpiterquot = 0.075
43.19/43.28	c 
43.19/43.28	c # additional number of allowed LP iterations
43.19/43.28	c # [type: int, range: [0,2147483647], default: 1000]
43.19/43.28	c heuristics/veclendiving/maxlpiterofs = 1500
43.19/43.28	c 
43.19/43.28	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 1]
43.19/43.28	c heuristics/zirounding/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c separating/cmir/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: 0]
43.19/43.28	c separating/flowcover/freq = -1
43.19/43.28	c 
43.19/43.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
43.19/43.28	c # [type: int, range: [-1,2147483647], default: -1]
43.19/43.28	c separating/rapidlearning/freq = 0
43.19/43.28	c 
43.19/43.28	c -----------------------------------------------------------------------------------------------
43.19/43.28	c start solving
43.39/43.46	c 
232.70/232.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.70/232.75	c   233s|     1 |     0 |  3631 |     - |3015M|   0 | 243 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
369.71/369.77	c   370s|     1 |     0 |  4624 |     - |3015M|   0 | 331 |4500 |2559k|4500 |2559k|  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
801.73/801.78	c   802s|     1 |     0 | 10899 |     - |3015M|   0 | 424 |4500 |2559k|4500 |2559k|  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1164.85/1164.87	c  1165s|     1 |     0 | 17092 |     - |3015M|   0 | 613 |4500 |2559k|4500 |2559k|  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1395.76/1395.73	c  1396s|     1 |     0 | 19096 |     - |3015M|   0 | 513 |4500 |2559k|4500 |2559k|  93 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1569.75/1569.75	c  1570s|     1 |     0 | 21161 |     - |3015M|   0 | 357 |4500 |2559k|4500 |2559k| 107 |   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.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=11568 CPUtime=0 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 1875 0 0 0 0 0 0 0 23 0 1 0 818736977 11845632 1830 33554432000 4194304 9128323 140733600117936 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 2892 1845 397 1205 0 1683 0

[startup+0.0577631 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=15520 CPUtime=0.05 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2866 0 0 0 5 0 0 0 23 0 1 0 818736977 15892480 2819 33554432000 4194304 9128323 140733600117936 18446744073709551615 7929244 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 3880 2819 397 1205 0 2671 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15520

[startup+0.100776 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=17652 CPUtime=0.09 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3413 0 0 0 9 0 0 0 23 0 1 0 818736977 18075648 3365 33554432000 4194304 9128323 140733600117936 18446744073709551615 4338650 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 4413 3365 397 1205 0 3204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17652

[startup+0.300777 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=27224 CPUtime=0.29 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 5809 0 0 0 29 0 0 0 25 0 1 0 818736977 27877376 5753 33554432000 4194304 9128323 140733600117936 18446744073709551615 8008930 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 6806 5753 397 1205 0 5597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27224

[startup+0.700592 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=46104 CPUtime=0.69 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 10546 0 0 0 68 1 0 0 25 0 1 0 818736977 47210496 10482 33554432000 4194304 9128323 140733600117936 18446744073709551615 7929233 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 11526 10482 397 1205 0 10317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46104

[startup+1.80838 s]
/proc/loadavg: 2.10 2.03 1.92 2/481 5363
/proc/meminfo: memFree=21534632/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=96740 CPUtime=1.8 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 23126 0 0 0 178 2 0 0 25 0 1 0 818736977 99061760 23041 33554432000 4194304 9128323 140733600117936 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 24185 23041 397 1205 0 22976 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 96740

[startup+3.10024 s]
/proc/loadavg: 2.10 2.03 1.92 3/482 5364
/proc/meminfo: memFree=21382736/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=155884 CPUtime=3.1 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 37855 0 0 0 306 4 0 0 25 0 1 0 818736977 159625216 37746 33554432000 4194304 9128323 140733600117936 18446744073709551615 4443126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 38971 37746 397 1205 0 37762 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 155884

[startup+6.30057 s]
/proc/loadavg: 2.09 2.03 1.92 3/482 5364
/proc/meminfo: memFree=21281068/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=299840 CPUtime=6.29 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 74042 0 0 0 620 9 0 0 25 0 1 0 818736977 307036160 73872 33554432000 4194304 9128323 140733600117936 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 74960 73872 397 1205 0 73751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 299840

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 1.92 3/482 5364
/proc/meminfo: memFree=20909340/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=590208 CPUtime=12.69 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 146580 0 0 0 1250 19 0 0 25 0 1 0 818736977 604372992 146290 33554432000 4194304 9128323 140733600117936 18446744073709551615 8008910 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5363/statm: 147552 146290 397 1205 0 146343 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 590208

[startup+25.5009 s]
/proc/loadavg: 2.07 2.03 1.92 3/482 5364
/proc/meminfo: memFree=18359228/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=2868232 CPUtime=25.49 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 840120 0 0 0 2446 103 0 0 25 0 1 0 818736977 2937069568 702361 33554432000 4194304 9128323 140733600117936 18446744073709551615 6885335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 717058 702361 465 1205 0 715849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2868232

[startup+51.1011 s]
/proc/loadavg: 2.04 2.03 1.92 3/482 5365
/proc/meminfo: memFree=15821672/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6178596 CPUtime=51.09 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2004765 0 0 0 4877 232 0 0 25 0 1 0 818736977 6326882304 1425366 33554432000 4194304 9128323 140733600117936 18446744073709551615 7192336 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1544649 1425366 698 1205 0 1543440 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6178596

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/482 5366
/proc/meminfo: memFree=15674596/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6259192 CPUtime=102.29 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2041107 0 0 0 9993 236 0 0 25 0 1 0 818736977 6409412608 1451899 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1564798 1451899 2864 1205 0 1563589 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6259192

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.92 3/482 5368
/proc/meminfo: memFree=15673212/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6277292 CPUtime=162.3 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2048148 0 0 0 15992 238 0 0 25 0 1 0 818736977 6427947008 1457509 33554432000 4194304 9128323 140733600117936 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1569323 1457509 2844 1205 0 1568114 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 6277292

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 1.93 3/482 5425
/proc/meminfo: memFree=21472588/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6277292 CPUtime=222.3 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2050459 0 0 0 21991 239 0 0 25 0 1 0 818736977 6427947008 1457557 33554432000 4194304 9128323 140733600117936 18446744073709551615 7312738 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1569323 1457557 1569 1205 0 1568114 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 6277292

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 1.94 3/482 5426
/proc/meminfo: memFree=21890424/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5672020 CPUtime=282.3 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2156274 0 0 0 27977 253 0 0 25 0 1 0 818736977 5808148480 1352208 33554432000 4194304 9128323 140733600117936 18446744073709551615 6702420 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1418005 1352208 1167 1205 0 1416796 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 5672020

[startup+342.301 s]
/proc/loadavg: 2.08 2.05 1.94 3/482 5428
/proc/meminfo: memFree=21754612/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5934944 CPUtime=342.31 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2230408 0 0 0 33969 262 0 0 25 0 1 0 818736977 6077382656 1387342 33554432000 4194304 9128323 140733600117936 18446744073709551615 7278888 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1483736 1387342 3912 1205 0 1482527 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 5934944

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 1.94 3/482 5429
/proc/meminfo: memFree=21722704/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5955040 CPUtime=402.31 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2235952 0 0 0 39968 263 0 0 25 0 1 0 818736977 6097960960 1392341 33554432000 4194304 9128323 140733600117936 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1488760 1392341 3912 1205 0 1487551 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 5955040

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 1.94 3/482 5431
/proc/meminfo: memFree=21722628/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5955040 CPUtime=462.31 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2235952 0 0 0 45967 264 0 0 25 0 1 0 818736977 6097960960 1392341 33554432000 4194304 9128323 140733600117936 18446744073709551615 6702400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1488760 1392341 3912 1205 0 1487551 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 5955040

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/482 5433
/proc/meminfo: memFree=21682168/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5988588 CPUtime=522.32 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2285472 0 0 0 51963 269 0 0 25 0 1 0 818736977 6132314112 1401567 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315639 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1497147 1401567 3414 1205 0 1495938 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 5988588

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/482 5434
/proc/meminfo: memFree=21682232/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=5988588 CPUtime=582.31 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2286390 0 0 0 57960 271 0 0 25 0 1 0 818736977 6132314112 1401567 33554432000 4194304 9128323 140733600117936 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1497147 1401567 3414 1205 0 1495938 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 5988588

[startup+642.318 s]

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

/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2354252 0 0 0 105944 289 0 0 25 0 1 0 818736977 6301224960 1419940 33554432000 4194304 9128323 140733600117936 18446744073709551615 7013757 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1538385 1419940 3414 1205 0 1537176 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 6153540

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/482 5449
/proc/meminfo: memFree=21602360/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6109452 CPUtime=1122.34 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2356971 0 0 0 111943 291 0 0 25 0 1 0 818736977 6256078848 1417513 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1527363 1417513 3414 1205 0 1526154 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 6109452

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/482 5450
/proc/meminfo: memFree=21599844/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6112720 CPUtime=1182.35 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2357886 0 0 0 117943 292 0 0 25 0 1 0 818736977 6259425280 1417515 33554432000 4194304 9128323 140733600117936 18446744073709551615 8012868 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1528180 1417515 3414 1205 0 1526971 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 6112720

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/482 5452
/proc/meminfo: memFree=21598564/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6112720 CPUtime=1242.34 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2357886 0 0 0 123941 293 0 0 25 0 1 0 818736977 6259425280 1417515 33554432000 4194304 9128323 140733600117936 18446744073709551615 7021486 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1528180 1417515 3414 1205 0 1526971 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 6112720

[startup+1302.32 s]
/proc/loadavg: 2.07 2.03 1.97 3/482 5453
/proc/meminfo: memFree=21638204/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6089340 CPUtime=1302.36 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2400549 0 0 0 129936 300 0 0 25 0 1 0 818736977 6235484160 1407867 33554432000 4194304 9128323 140733600117936 18446744073709551615 7191106 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1522335 1407867 3414 1205 0 1521126 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 6089340

[startup+1362.3 s]
/proc/loadavg: 2.15 2.06 1.99 3/482 5455
/proc/meminfo: memFree=21554736/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6152000 CPUtime=1362.34 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2432856 0 0 0 135931 303 0 0 25 0 1 0 818736977 6299648000 1432157 33554432000 4194304 9128323 140733600117936 18446744073709551615 7021480 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1538000 1432157 7824 1205 0 1536791 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 6152000

[startup+1422.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/482 5457
/proc/meminfo: memFree=21542940/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6152000 CPUtime=1422.34 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2435226 0 0 0 141930 304 0 0 25 0 1 0 818736977 6299648000 1432157 33554432000 4194304 9128323 140733600117936 18446744073709551615 7018448 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1538000 1432157 6153 1205 0 1536791 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 6152000

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/482 5458
/proc/meminfo: memFree=21582068/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6117424 CPUtime=1482.35 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2474785 0 0 0 147925 310 0 0 25 0 1 0 818736977 6264242176 1420355 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315436 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1529356 1420355 4055 1205 0 1528147 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 6117424

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 5460
/proc/meminfo: memFree=21520916/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6155340 CPUtime=1542.35 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2502981 0 0 0 153922 313 0 0 25 0 1 0 818736977 6303068160 1436128 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1538835 1436128 4643 1205 0 1537626 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 6155340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 5461
/proc/meminfo: memFree=21616000/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6074536 CPUtime=1602.35 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2528060 0 0 0 159918 317 0 0 25 0 1 0 818736977 6220324864 1413664 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315080 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1518634 1413664 3417 1205 0 1517425 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 6074536

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 5463
/proc/meminfo: memFree=21585320/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6112340 CPUtime=1662.35 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2774533 0 0 0 165892 343 0 0 25 0 1 0 818736977 6259036160 1421557 33554432000 4194304 9128323 140733600117936 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1528085 1421557 3948 1205 0 1526876 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 6112340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 5464
/proc/meminfo: memFree=21595704/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6057436 CPUtime=1722.36 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 2859776 0 0 0 171883 353 0 0 25 0 1 0 818736977 6202814464 1412969 33554432000 4194304 9128323 140733600117936 18446744073709551615 7013765 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1514359 1412969 3417 1205 0 1513150 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 6057436

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/482 5466
/proc/meminfo: memFree=21582892/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6104760 CPUtime=1782.36 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3099235 0 0 0 177857 379 0 0 25 0 1 0 818736977 6251274240 1418942 33554432000 4194304 9128323 140733600117936 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1526190 1418942 3417 1205 0 1524981 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 6104760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.04 2.00 3/482 5467
/proc/meminfo: memFree=21545796/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6130984 CPUtime=1800.07 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3111253 0 0 0 179627 380 0 0 25 0 1 0 818736977 6278127616 1429316 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1532746 1429316 4691 1205 0 1531537 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 6130984

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5363

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

[startup+1800.8 s]
/proc/loadavg: 2.07 2.04 2.00 3/483 5468
/proc/meminfo: memFree=21545788/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6130984 CPUtime=1800.86 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3111253 0 0 0 179706 380 0 0 25 0 1 0 818736977 6278127616 1429316 33554432000 4194304 9128323 140733600117936 18446744073709551615 7312729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1532746 1429316 4691 1205 0 1531537 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 6130984

[startup+1801.6 s]
/proc/loadavg: 2.07 2.04 2.00 3/483 5468
/proc/meminfo: memFree=21545788/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6130984 CPUtime=1801.67 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3111253 0 0 0 179787 380 0 0 25 0 1 0 818736977 6278127616 1429316 33554432000 4194304 9128323 140733600117936 18446744073709551615 7315409 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1532746 1429316 4691 1205 0 1531537 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 6130984

[startup+1802 s]
/proc/loadavg: 2.07 2.04 2.00 3/483 5468
/proc/meminfo: memFree=21545788/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=6130984 CPUtime=1802.06 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4202496 3111253 0 0 0 179826 380 0 0 25 0 1 0 818736977 6278127616 1429316 33554432000 4194304 9128323 140733600117936 18446744073709551615 6941061 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5363/statm: 1532746 1429316 4691 1205 0 1531537 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 6130984

[startup+1802.2 s]
/proc/loadavg: 2.07 2.04 2.00 3/483 5468
/proc/meminfo: memFree=21545788/32950928 swapFree=39617324/67111528
[pid=5363] ppid=5361 vsize=0 CPUtime=1802.25 cores=0,2,4,6
/proc/5363/stat : 5363 (scip-2.0.1.4.li) R 5361 5363 4028 0 -1 4203524 3111253 0 0 0 179827 398 0 0 25 0 1 0 818736977 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/5363/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.26
CPU time (s): 1802.32
CPU user time (s): 1798.28
CPU system time (s): 4.04439
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6553832

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

runsolver used 8.68668 second user time and 20.3999 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-03 05:22:53
IDJOB=3452988
IDBENCH=1385
IDSOLVER=1949
FILE ID=node127/3452988-1307071371
RUNJOBID= node127-1307068821-5046
PBS_JOBID= 13497859
Free space on /tmp= 73756 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_5.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452988-1307071371/watcher-3452988-1307071371 -o /tmp/evaluation-result-3452988-1307071371/solver-3452988-1307071371 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452988-1307071371.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8bb4ff591e2fd696de21761de4abecdf
RANDOM SEED=132050284

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21534912 kB
Buffers:        310912 kB
Cached:        1067712 kB
SwapCached:      59160 kB
Active:        9113072 kB
Inactive:      2001952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21534912 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:          101064 kB
Writeback:           0 kB
AnonPages:     9684356 kB
Mapped:          24828 kB
Slab:           124560 kB
PageTables:     106740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 125928092 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= 73832 MiB
End job on node127 at 2011-06-03 05:52:55