Trace number 3730106

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_2.opb.PB06.opb
MD5SUM409a20f37901eec51bb3d0d7a35b01e1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.50577
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 368
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
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-3730106-1338686383.opb>
5.29/5.38	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
5.29/5.38	c problem read
5.29/5.38	c No objective function, only one solution is needed.
5.29/5.38	c presolving settings loaded
6.89/6.99	c presolving:
12.19/12.22	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
13.09/13.11	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
13.99/14.03	c presolving (3 rounds):
13.99/14.03	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3406 changed coefficients
13.99/14.03	c  5520 implications, 80 cliques
13.99/14.03	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
13.99/14.03	c    3160 constraints of type <knapsack>
13.99/14.03	c    1280 constraints of type <setppc>
13.99/14.03	c       1 constraints of type <linear>
13.99/14.03	c  985560 constraints of type <logicor>
13.99/14.03	c transformed objective value is always integral (scale: 1)
13.99/14.03	c Presolving Time: 7.28
13.99/14.03	c - non default parameters ----------------------------------------------------------------------
13.99/14.03	c # SCIP version 2.0.1.5
13.99/14.03	c 
13.99/14.03	c # frequency for displaying node information lines
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 100]
13.99/14.03	c display/freq = 10000
13.99/14.03	c 
13.99/14.03	c # maximal time in seconds to run
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.03	c limits/time = 1797
13.99/14.03	c 
13.99/14.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.03	c limits/memory = 13950
13.99/14.03	c 
13.99/14.03	c # solving stops, if the given number of solutions were found (-1: no limit)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.03	c limits/solutions = 1
13.99/14.03	c 
13.99/14.03	c # maximal number of separation rounds per node (-1: unlimited)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 5]
13.99/14.03	c separating/maxrounds = 1
13.99/14.03	c 
13.99/14.03	c # maximal number of separation rounds in the root node (-1: unlimited)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.03	c separating/maxroundsroot = 5
13.99/14.03	c 
13.99/14.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.99/14.03	c # [type: int, range: [1,2], default: 1]
13.99/14.03	c timing/clocktype = 2
13.99/14.03	c 
13.99/14.03	c # belongs reading time to solving time?
13.99/14.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.03	c timing/reading = TRUE
13.99/14.03	c 
13.99/14.03	c # should presolving try to simplify inequalities
13.99/14.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.03	c constraints/linear/simplifyinequalities = TRUE
13.99/14.03	c 
13.99/14.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.99/14.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.03	c constraints/indicator/addCouplingCons = TRUE
13.99/14.03	c 
13.99/14.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.99/14.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.99/14.03	c constraints/knapsack/disaggregation = FALSE
13.99/14.03	c 
13.99/14.03	c # should presolving try to simplify knapsacks
13.99/14.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.03	c constraints/knapsack/simplifyinequalities = TRUE
13.99/14.03	c 
13.99/14.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.03	c presolving/probing/maxrounds = 0
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/coefdiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/coefdiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/coefdiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 30]
13.99/14.03	c heuristics/crossover/freq = -1
13.99/14.03	c 
13.99/14.03	c # number of nodes added to the contingent of the total nodes
13.99/14.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.03	c heuristics/crossover/nodesofs = 750
13.99/14.03	c 
13.99/14.03	c # number of nodes without incumbent change that heuristic should wait
13.99/14.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.99/14.03	c heuristics/crossover/nwaitingnodes = 100
13.99/14.03	c 
13.99/14.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.99/14.03	c # [type: real, range: [0,1], default: 0.1]
13.99/14.03	c heuristics/crossover/nodesquot = 0.15
13.99/14.03	c 
13.99/14.03	c # minimum percentage of integer variables that have to be fixed 
13.99/14.03	c # [type: real, range: [0,1], default: 0.666]
13.99/14.03	c heuristics/crossover/minfixingrate = 0.5
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.03	c heuristics/feaspump/freq = -1
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/feaspump/maxlpiterofs = 2000
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/fracdiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/fracdiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/fracdiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/guideddiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/guideddiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/guideddiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/intdiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/intshifting/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/linesearchdiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.03	c heuristics/objpscostdiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to total iteration number
13.99/14.03	c # [type: real, range: [0,1], default: 0.01]
13.99/14.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/oneopt/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/pscostdiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/pscostdiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c heuristics/rens/freq = -1
13.99/14.03	c 
13.99/14.03	c # minimum percentage of integer variables that have to be fixable 
13.99/14.03	c # [type: real, range: [0,1], default: 0.5]
13.99/14.03	c heuristics/rens/minfixingrate = 0.3
13.99/14.03	c 
13.99/14.03	c # number of nodes added to the contingent of the total nodes
13.99/14.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.03	c heuristics/rens/nodesofs = 2000
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.03	c heuristics/rootsoldiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.99/14.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/rounding/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c heuristics/shiftandpropagate/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/shifting/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/simplerounding/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/subnlp/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c heuristics/trivial/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/trysol/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c heuristics/undercover/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.03	c heuristics/veclendiving/freq = -1
13.99/14.03	c 
13.99/14.03	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.03	c heuristics/veclendiving/maxlpiterquot = 0.075
13.99/14.03	c 
13.99/14.03	c # additional number of allowed LP iterations
13.99/14.03	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.03	c heuristics/veclendiving/maxlpiterofs = 1500
13.99/14.03	c 
13.99/14.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.03	c heuristics/zirounding/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c separating/cmir/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.03	c separating/flowcover/freq = -1
13.99/14.03	c 
13.99/14.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.99/14.03	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.03	c separating/rapidlearning/freq = 0
13.99/14.03	c 
13.99/14.03	c -----------------------------------------------------------------------------------------------
13.99/14.03	c start solving
13.99/14.06	c 
62.38/62.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.38/62.42	c  62.4s|     1 |     0 |  1658 |     - |1249M|   0 | 142 |2800 | 990k|2800 | 990k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
89.88/89.96	c  90.0s|     1 |     0 |  1953 |     - |1250M|   0 | 187 |2800 | 990k|2800 | 990k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
182.26/182.39	c   182s|     1 |     0 |  2970 |     - |1251M|   0 | 150 |2800 | 990k|2800 | 990k|  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
289.25/289.36	c   289s|     1 |     0 |  3064 |     - |1251M|   0 | 188 |2800 | 990k|2800 | 990k|  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
995.13/995.35	c   995s|     1 |     0 |  3176 |     - |1251M|   0 | 198 |2800 | 990k|2800 | 990k|  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1200.41/1200.63	c  1201s|     1 |     0 |  3259 |     - |1251M|   0 | 205 |2800 | 990k|2800 | 990k|  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1447.47/1447.77	c  1448s|     1 |     2 |  3259 |     - |1251M|   0 | 205 |2800 | 990k|2800 | 990k|  76 |   0 |  49 | 0.000000e+00 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730106-1338686383/watcher-3730106-1338686383 -o /tmp/evaluation-result-3730106-1338686383/solver-3730106-1338686383 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730106-1338686383.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 2.00 3/175 29544
/proc/meminfo: memFree=25310016/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=9456 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 1497 0 0 0 0 0 0 0 20 0 1 0 334764296 9682944 1452 33554432000 4194304 9016284 140736436737520 140734247159400 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 2364 1454 311 1178 0 1182 0

[startup+0.105287 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29544
/proc/meminfo: memFree=25310016/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=22320 CPUtime=0.09 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 4573 0 0 0 9 0 0 0 20 0 1 0 334764296 22855680 4528 33554432000 4194304 9016284 140736436737520 140736436732936 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 5580 4528 357 1178 0 4398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22320

[startup+0.200364 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29544
/proc/meminfo: memFree=25310016/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=28736 CPUtime=0.19 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 6175 0 0 0 18 1 0 0 20 0 1 0 334764296 29425664 6130 33554432000 4194304 9016284 140736436737520 140736436732936 7842287 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 7184 6130 357 1178 0 6002 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28736

[startup+0.300342 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29544
/proc/meminfo: memFree=25310016/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=36048 CPUtime=0.29 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 7986 0 0 0 28 1 0 0 20 0 1 0 334764296 36913152 7941 33554432000 4194304 9016284 140736436737520 140736436732936 7870483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 9012 7941 357 1178 0 7830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36048

[startup+0.700295 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29544
/proc/meminfo: memFree=25310016/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=64220 CPUtime=0.68 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 15040 0 0 0 66 2 0 0 20 0 1 0 334764296 65761280 14995 33554432000 4194304 9016284 140736436737520 140736436732936 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 16055 14995 357 1178 0 14873 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64220

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29545
/proc/meminfo: memFree=25222812/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=122604 CPUtime=1.48 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 29645 0 0 0 143 5 0 0 20 0 1 0 334764296 125546496 29600 33554432000 4194304 9016284 140736436737520 140736436601416 7870463 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 30651 29600 357 1178 0 29469 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122604

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29545
/proc/meminfo: memFree=25263152/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=235532 CPUtime=3.09 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 57875 0 0 0 298 11 0 0 20 0 1 0 334764296 241184768 57830 33554432000 4194304 9016284 140736436737520 140736436601416 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 58883 57830 357 1178 0 57701 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 235532

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29545
/proc/meminfo: memFree=24970760/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=922888 CPUtime=6.29 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 230879 0 0 0 589 40 0 0 20 0 1 0 334764296 945037312 229302 33554432000 4194304 9016284 140736436737520 140736436733640 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 230722 229305 411 1178 0 229540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 922888

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29545
/proc/meminfo: memFree=24303412/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=1136652 CPUtime=12.69 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 345890 0 0 0 1205 64 0 0 20 0 1 0 334764296 1163931648 281649 33554432000 4194304 9016284 140736436737520 140736436733272 4445973 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 284163 281649 508 1178 0 282981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1136652

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29548
/proc/meminfo: memFree=23106116/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2466076 CPUtime=25.49 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 514012 0 0 0 2435 114 0 0 20 0 1 0 334764296 2525261824 581032 33554432000 4194304 9016284 140736436737520 140736436731384 6863428 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 616519 581032 619 1178 0 615337 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2466076

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29548
/proc/meminfo: memFree=23092860/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2474456 CPUtime=51.08 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 514987 0 0 0 4989 119 0 0 20 0 1 0 334764296 2533842944 584264 33554432000 4194304 9016284 140736436737520 140736436731384 6855218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 618614 584264 619 1178 0 617432 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2474456

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29548
/proc/meminfo: memFree=23194304/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2350812 CPUtime=102.28 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 524373 0 0 0 10098 130 0 0 20 0 1 0 334764296 2407231488 558940 33554432000 4194304 9016284 140736436737520 140736436732584 7876078 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 587703 558940 649 1178 0 586521 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2350812

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29549
/proc/meminfo: memFree=23034796/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2410320 CPUtime=162.27 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 527147 0 0 0 16092 135 0 0 20 0 1 0 334764296 2468167680 572926 33554432000 4194304 9016284 140736436737520 140736436731384 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 602580 572926 649 1178 0 601398 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2410320

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29549
/proc/meminfo: memFree=22974380/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2411204 CPUtime=222.26 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 527443 0 0 0 22086 140 0 0 20 0 1 0 334764296 2469072896 572997 33554432000 4194304 9016284 140736436737520 140736436732584 6922740 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 602801 572997 649 1178 0 601619 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2411204

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29549
/proc/meminfo: memFree=22974532/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2411204 CPUtime=282.25 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 527443 0 0 0 28083 142 0 0 20 0 1 0 334764296 2469072896 572997 33554432000 4194304 9016284 140736436737520 140736436732632 6922753 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 602801 572997 649 1178 0 601619 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2411204

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 29549
/proc/meminfo: memFree=22963244/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2419072 CPUtime=342.24 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 528671 0 0 0 34077 147 0 0 20 0 1 0 334764296 2477129728 575880 33554432000 4194304 9016284 140736436737520 140736436732584 6578058 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 604768 575880 649 1178 0 603586 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2419072

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/176 29758
/proc/meminfo: memFree=22967972/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2419072 CPUtime=402.22 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 528671 0 0 0 40073 149 0 0 20 0 1 0 334764296 2477129728 575880 33554432000 4194304 9016284 140736436737520 140736436732584 6922911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 604768 575880 649 1178 0 603586 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2419072

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 29759
/proc/meminfo: memFree=22966160/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2419072 CPUtime=462.22 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 528671 0 0 0 46070 152 0 0 20 0 1 0 334764296 2477129728 575880 33554432000 4194304 9016284 140736436737520 140736436732584 7876146 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 604768 575880 649 1178 0 603586 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2419072

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 29759
/proc/meminfo: memFree=22956664/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2419072 CPUtime=522.21 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 528671 0 0 0 52067 154 0 0 20 0 1 0 334764296 2477129728 575880 33554432000 4194304 9016284 140736436737520 140736436732584 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 604768 575880 649 1178 0 603586 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2419072

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29759
/proc/meminfo: memFree=22953404/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2419072 CPUtime=582.2 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 528671 0 0 0 58064 156 0 0 20 0 1 0 334764296 2477129728 575880 33554432000 4194304 9016284 140736436737520 140736436732584 7870589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 604768 575880 649 1178 0 603586 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2419072

[startup+642.3 s]

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

/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 530840 0 0 0 100041 173 0 0 20 0 1 0 334764296 2492268544 579325 33554432000 4194304 9016284 140736436737520 140736436732584 7870579 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 608464 579325 649 1178 0 607282 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 2433856

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29763
/proc/meminfo: memFree=22937200/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2433856 CPUtime=1062.13 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 530840 0 0 0 106039 174 0 0 20 0 1 0 334764296 2492268544 579325 33554432000 4194304 9016284 140736436737520 140736436732632 7875840 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 608464 579325 649 1178 0 607282 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2433856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29764
/proc/meminfo: memFree=22918548/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2433856 CPUtime=1122.11 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 530840 0 0 0 112035 176 0 0 20 0 1 0 334764296 2492268544 579325 33554432000 4194304 9016284 140736436737520 140736436732632 7870548 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 608464 579325 649 1178 0 607282 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2433856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29764
/proc/meminfo: memFree=22912680/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2433856 CPUtime=1182.11 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 530840 0 0 0 118033 178 0 0 20 0 1 0 334764296 2492268544 579325 33554432000 4194304 9016284 140736436737520 140736436732632 7876078 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 608464 579325 649 1178 0 607282 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2433856

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 29767
/proc/meminfo: memFree=22934108/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2423784 CPUtime=1242.1 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 545141 0 0 0 123995 215 0 0 20 0 1 0 334764296 2481954816 578463 33554432000 4194304 9016284 140736436737520 140736436730776 6855218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 605946 578463 650 1178 0 604764 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2423784

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29767
/proc/meminfo: memFree=22920664/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2423784 CPUtime=1302.09 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 562619 0 0 0 129946 263 0 0 20 0 1 0 334764296 2481954816 578463 33554432000 4194304 9016284 140736436737520 140736436731272 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 605946 578463 650 1178 0 604764 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2423784

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 29767
/proc/meminfo: memFree=22894544/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2480036 CPUtime=1362.08 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 569322 0 0 0 135926 282 0 0 20 0 1 0 334764296 2539556864 589145 33554432000 4194304 9016284 140736436737520 140736436729864 6855218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 620009 589145 650 1178 0 618827 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2480036

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 29768
/proc/meminfo: memFree=22914356/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2444596 CPUtime=1422.08 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 577547 0 0 0 141890 318 0 0 20 0 1 0 334764296 2503266304 583442 33554432000 4194304 9016284 140736436737520 140736436731272 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611149 583442 650 1178 0 609967 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2444596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 29768
/proc/meminfo: memFree=22904704/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2445336 CPUtime=1482.06 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 589315 0 0 0 147863 343 0 0 20 0 1 0 334764296 2504024064 581724 33554432000 4194304 9016284 140736436737520 140736436731272 7180882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611334 581724 658 1178 0 610152 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2445336

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29768
/proc/meminfo: memFree=22903788/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2467984 CPUtime=1542.05 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 617510 0 0 0 153827 378 0 0 20 0 1 0 334764296 2527215616 585925 33554432000 4194304 9016284 140736436737520 140736436731576 6918429 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 616996 585925 658 1178 0 615814 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2467984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29768
/proc/meminfo: memFree=22924936/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2441564 CPUtime=1602.03 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 647972 0 0 0 159785 418 0 0 20 0 1 0 334764296 2500161536 581466 33554432000 4194304 9016284 140736436737520 140736436731576 7180891 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 610391 581466 658 1178 0 609209 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2441564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29768
/proc/meminfo: memFree=22932636/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2446360 CPUtime=1662.03 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 674773 0 0 0 165749 454 0 0 20 0 1 0 334764296 2505072640 583003 33554432000 4194304 9016284 140736436737520 140736436731176 7082197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611590 583003 658 1178 0 610408 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2446360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29769
/proc/meminfo: memFree=22913652/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2437624 CPUtime=1722.02 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 706186 0 0 0 171708 494 0 0 20 0 1 0 334764296 2496126976 581977 33554432000 4194304 9016284 140736436737520 140736436731736 7180497 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 609406 581977 658 1178 0 608224 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2437624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25290712/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2444580 CPUtime=1782 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 731671 0 0 0 177676 524 0 0 20 0 1 0 334764296 2503249920 581758 33554432000 4194304 9016284 140736436737520 140736436731272 6861908 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611145 581758 658 1178 0 609963 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2444580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25284724/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2568336 CPUtime=1800.01 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 740055 0 0 0 179466 535 0 0 20 0 1 0 334764296 2629976064 589459 33554432000 4194304 9016284 140736436737520 140736436731272 7205540 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 642084 589459 658 1178 0 640902 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2568336

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29544

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29885
/proc/meminfo: memFree=25295148/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2445756 CPUtime=1801.21 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 740879 0 0 0 179584 537 0 0 20 0 1 0 334764296 2504454144 583002 33554432000 4194304 9016284 140736436737520 140736436731272 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611439 583002 658 1178 0 610257 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 2445756

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29885
/proc/meminfo: memFree=25285708/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2445756 CPUtime=1801.61 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 740879 0 0 0 179624 537 0 0 20 0 1 0 334764296 2504454144 583002 33554432000 4194304 9016284 140736436737520 140736436731272 7080778 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611439 583002 658 1178 0 610257 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 2445756

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29885
/proc/meminfo: memFree=25285708/32873852 swapFree=6856/6856
[pid=29544] ppid=29542 vsize=2445756 CPUtime=1802.01 cores=1,3,5,7
/proc/29544/stat : 29544 (scip-2.0.1.4b_2) R 29542 29544 20074 0 -1 4202496 740879 0 0 0 179664 537 0 0 20 0 1 0 334764296 2504454144 583002 33554432000 4194304 9016284 140736436737520 140736436731272 7180882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29544/statm: 611439 583002 658 1178 0 610257 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2445756

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.38
CPU time (s): 1802.09
CPU user time (s): 1796.65
CPU system time (s): 5.44317
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2603796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.65
system time used= 5.44317
maximum resident set size= 2409460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 740879
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= 14
involuntary context switches= 1857

runsolver used 3.34349 second user time and 9.56754 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 03:19:44
IDJOB=3730106
IDBENCH=1384
IDSOLVER=2329
FILE ID=node128/3730106-1338686383
RUNJOBID= node128-1338679209-28500
PBS_JOBID= 14636685
Free space on /tmp= 70356 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_2.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-3730106-1338686383/watcher-3730106-1338686383 -o /tmp/evaluation-result-3730106-1338686383/solver-3730106-1338686383 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730106-1338686383.opb -t 1800 -m 15500

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

MD5SUM BENCH= 409a20f37901eec51bb3d0d7a35b01e1
RANDOM SEED=1641584153

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25309644 kB
Buffers:          536460 kB
Cached:          3793680 kB
SwapCached:          784 kB
Active:          4355900 kB
Inactive:        2305252 kB
Active(anon):    2315684 kB
Inactive(anon):    17500 kB
Active(file):    2040216 kB
Inactive(file):  2287752 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             50808 kB
Writeback:             0 kB
AnonPages:       2439204 kB
Mapped:            16564 kB
Shmem:               200 kB
Slab:             756528 kB
SReclaimable:     198584 kB
SUnreclaim:       557944 kB
KernelStack:        1440 kB
PageTables:         9272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2579936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70372 MiB
End job on node128 at 2012-06-03 03:49:46