Trace number 3478801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.17 1802.12

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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.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-3478801-1307441411.opb>
7.09/7.18	c original problem has 41972 variables (41972 bin, 0 int, 0 impl, 0 cont) and 972388 constraints
7.09/7.18	c problem read
7.09/7.18	c No objective function, only one solution is needed.
7.09/7.18	c presolving settings loaded
8.29/8.32	c presolving:
9.69/9.74	c (round 1) 636 del vars, 12984 del conss, 0 add conss, 636 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 437232 impls, 1537 clqs
9.79/9.85	c (round 2) 636 del vars, 20328 del conss, 0 add conss, 636 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 437232 impls, 1537 clqs
13.39/13.42	c (round 3) 636 del vars, 20377 del conss, 0 add conss, 636 chg bounds, 7 chg sides, 0 chg coeffs, 952052 upgd conss, 437232 impls, 1537 clqs
14.20/14.31	c presolving (4 rounds):
14.20/14.31	c  636 deleted vars, 20377 deleted constraints, 0 added constraints, 636 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
14.20/14.31	c  437232 implications, 1537 cliques
14.20/14.31	c presolved problem has 41336 variables (41336 bin, 0 int, 0 impl, 0 cont) and 952011 constraints
14.20/14.31	c   97173 constraints of type <knapsack>
14.20/14.31	c  199333 constraints of type <setppc>
14.20/14.31	c       1 constraints of type <linear>
14.20/14.31	c  655504 constraints of type <logicor>
14.20/14.31	c transformed objective value is always integral (scale: 1)
14.20/14.31	c Presolving Time: 6.05
14.20/14.31	c - non default parameters ----------------------------------------------------------------------
14.20/14.31	c # SCIP version 2.0.1.5
14.20/14.31	c 
14.20/14.31	c # frequency for displaying node information lines
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 100]
14.20/14.31	c display/freq = 10000
14.20/14.31	c 
14.20/14.31	c # maximal time in seconds to run
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.20/14.31	c limits/time = 1800
14.20/14.31	c 
14.20/14.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.20/14.31	c limits/memory = 13950
14.20/14.31	c 
14.20/14.31	c # solving stops, if the given number of solutions were found (-1: no limit)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: -1]
14.20/14.31	c limits/solutions = 1
14.20/14.31	c 
14.20/14.31	c # maximal number of separation rounds per node (-1: unlimited)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 5]
14.20/14.31	c separating/maxrounds = 1
14.20/14.31	c 
14.20/14.31	c # maximal number of separation rounds in the root node (-1: unlimited)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: -1]
14.20/14.31	c separating/maxroundsroot = 5
14.20/14.31	c 
14.20/14.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
14.20/14.31	c # [type: int, range: [1,2], default: 1]
14.20/14.31	c timing/clocktype = 2
14.20/14.31	c 
14.20/14.31	c # belongs reading time to solving time?
14.20/14.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.20/14.31	c timing/reading = TRUE
14.20/14.31	c 
14.20/14.31	c # should presolving try to simplify inequalities
14.20/14.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.20/14.31	c constraints/linear/simplifyinequalities = TRUE
14.20/14.31	c 
14.20/14.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
14.20/14.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.20/14.31	c constraints/indicator/addCouplingCons = TRUE
14.20/14.31	c 
14.20/14.31	c # should disaggregation of knapsack constraints be allowed in preprocessing?
14.20/14.31	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
14.20/14.31	c constraints/knapsack/disaggregation = FALSE
14.20/14.31	c 
14.20/14.31	c # should presolving try to simplify knapsacks
14.20/14.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.20/14.31	c constraints/knapsack/simplifyinequalities = TRUE
14.20/14.31	c 
14.20/14.31	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: -1]
14.20/14.31	c presolving/probing/maxrounds = 0
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/coefdiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/coefdiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/coefdiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 30]
14.20/14.31	c heuristics/crossover/freq = -1
14.20/14.31	c 
14.20/14.31	c # number of nodes added to the contingent of the total nodes
14.20/14.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
14.20/14.31	c heuristics/crossover/nodesofs = 750
14.20/14.31	c 
14.20/14.31	c # number of nodes without incumbent change that heuristic should wait
14.20/14.31	c # [type: longint, range: [0,9223372036854775807], default: 200]
14.20/14.31	c heuristics/crossover/nwaitingnodes = 100
14.20/14.31	c 
14.20/14.31	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
14.20/14.31	c # [type: real, range: [0,1], default: 0.1]
14.20/14.31	c heuristics/crossover/nodesquot = 0.15
14.20/14.31	c 
14.20/14.31	c # minimum percentage of integer variables that have to be fixed 
14.20/14.31	c # [type: real, range: [0,1], default: 0.666]
14.20/14.31	c heuristics/crossover/minfixingrate = 0.5
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 20]
14.20/14.31	c heuristics/feaspump/freq = -1
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/feaspump/maxlpiterofs = 2000
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/fracdiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/fracdiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/fracdiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/guideddiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/guideddiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/guideddiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/intdiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/intshifting/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/linesearchdiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/linesearchdiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/linesearchdiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 20]
14.20/14.31	c heuristics/objpscostdiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to total iteration number
14.20/14.31	c # [type: real, range: [0,1], default: 0.01]
14.20/14.31	c heuristics/objpscostdiving/maxlpiterquot = 0.015
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/objpscostdiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/oneopt/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/pscostdiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/pscostdiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/pscostdiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c heuristics/rens/freq = -1
14.20/14.31	c 
14.20/14.31	c # minimum percentage of integer variables that have to be fixable 
14.20/14.31	c # [type: real, range: [0,1], default: 0.5]
14.20/14.31	c heuristics/rens/minfixingrate = 0.3
14.20/14.31	c 
14.20/14.31	c # number of nodes added to the contingent of the total nodes
14.20/14.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
14.20/14.31	c heuristics/rens/nodesofs = 2000
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 20]
14.20/14.31	c heuristics/rootsoldiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
14.20/14.31	c heuristics/rootsoldiving/maxlpiterquot = 0.015
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/rootsoldiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/rounding/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c heuristics/shiftandpropagate/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/shifting/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/simplerounding/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/subnlp/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c heuristics/trivial/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/trysol/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c heuristics/undercover/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 10]
14.20/14.31	c heuristics/veclendiving/freq = -1
14.20/14.31	c 
14.20/14.31	c # maximal fraction of diving LP iterations compared to node LP iterations
14.20/14.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.20/14.31	c heuristics/veclendiving/maxlpiterquot = 0.075
14.20/14.31	c 
14.20/14.31	c # additional number of allowed LP iterations
14.20/14.31	c # [type: int, range: [0,2147483647], default: 1000]
14.20/14.31	c heuristics/veclendiving/maxlpiterofs = 1500
14.20/14.31	c 
14.20/14.31	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 1]
14.20/14.31	c heuristics/zirounding/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c separating/cmir/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: 0]
14.20/14.31	c separating/flowcover/freq = -1
14.20/14.31	c 
14.20/14.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.20/14.31	c # [type: int, range: [-1,2147483647], default: -1]
14.20/14.31	c separating/rapidlearning/freq = 0
14.20/14.31	c 
14.20/14.31	c -----------------------------------------------------------------------------------------------
14.20/14.31	c start solving
14.31/14.33	c 
58.39/58.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.39/58.41	c  58.4s|     1 |     0 |  7735 |     - |1412M|   0 | 645 |  41k| 952k|  41k| 952k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
85.70/85.74	c  85.7s|     1 |     0 | 10033 |     - |1412M|   0 |2015 |  41k| 952k|  41k| 952k|   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
114.59/114.60	c   115s|     1 |     0 | 12742 |     - |1413M|   0 |3984 |  41k| 952k|  41k| 952k|  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
166.19/166.21	c   166s|     1 |     0 | 18442 |     - |1414M|   0 |6803 |  41k| 952k|  41k| 952k|  44 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
225.40/225.51	c   226s|     1 |     0 | 20935 |     - |1416M|   0 |6881 |  41k| 952k|  41k| 952k|  64 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
283.20/283.20	c   283s|     1 |     0 | 24729 |     - |1416M|   0 |8939 |  41k| 952k|  41k| 952k|  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
672.91/672.99	c   673s|     1 |     2 | 24729 |     - |1416M|   0 |8939 |  41k| 952k|  41k| 952k|  82 |   0 |  32 | 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-3478801-1307441411/watcher-3478801-1307441411 -o /tmp/evaluation-result-3478801-1307441411/solver-3478801-1307441411 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478801-1307441411.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.79 3.67 3.83 3/524 19481
/proc/meminfo: memFree=23308404/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=13128 CPUtime=0 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 2250 0 0 0 0 0 0 0 22 0 1 0 855738927 13443072 2203 33554432000 4194304 9163163 140734331516352 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 3282 2203 392 1214 0 2064 0

[startup+0.0858709 s]
/proc/loadavg: 2.79 3.67 3.83 3/524 19481
/proc/meminfo: memFree=23308404/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=19812 CPUtime=0.08 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3942 0 0 0 8 0 0 0 22 0 1 0 855738927 20287488 3895 33554432000 4194304 9163163 140734331516352 18446744073709551615 8041869 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 4953 3895 392 1214 0 3735 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19812

[startup+0.100862 s]
/proc/loadavg: 2.79 3.67 3.83 3/524 19481
/proc/meminfo: memFree=23308404/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=20268 CPUtime=0.09 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 4060 0 0 0 9 0 0 0 22 0 1 0 855738927 20754432 4013 33554432000 4194304 9163163 140734331516352 18446744073709551615 6495604 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 5067 4013 392 1214 0 3849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20268

[startup+0.300831 s]
/proc/loadavg: 2.79 3.67 3.83 3/524 19481
/proc/meminfo: memFree=23308404/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=31712 CPUtime=0.29 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 6917 0 0 0 29 0 0 0 23 0 1 0 855738927 32473088 6870 33554432000 4194304 9163163 140734331516352 18446744073709551615 8041864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 7928 6870 392 1214 0 6710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31712

[startup+0.700757 s]
/proc/loadavg: 2.79 3.67 3.83 3/524 19481
/proc/meminfo: memFree=23308404/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=56276 CPUtime=0.69 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 13036 0 0 0 68 1 0 0 25 0 1 0 855738927 57626624 12989 33554432000 4194304 9163163 140734331516352 18446744073709551615 7962053 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 14069 12989 392 1214 0 12851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56276

[startup+1.50061 s]
/proc/loadavg: 2.79 3.67 3.83 3/525 19482
/proc/meminfo: memFree=23170048/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=102416 CPUtime=1.49 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 24547 0 0 0 147 2 0 0 25 0 1 0 855738927 104873984 24500 33554432000 4194304 9163163 140734331516352 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 25604 24500 392 1214 0 24386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102416

[startup+3.10033 s]
/proc/loadavg: 2.73 3.64 3.82 3/525 19482
/proc/meminfo: memFree=22865876/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=194964 CPUtime=3.09 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 47612 0 0 0 303 6 0 0 25 0 1 0 855738927 199643136 47565 33554432000 4194304 9163163 140734331516352 18446744073709551615 6165461 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 48741 47565 392 1214 0 47523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 194964

[startup+6.30076 s]
/proc/loadavg: 2.73 3.64 3.82 3/525 19482
/proc/meminfo: memFree=22386812/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=375940 CPUtime=6.29 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 92687 0 0 0 618 11 0 0 25 0 1 0 855738927 384962560 92640 33554432000 4194304 9163163 140734331516352 18446744073709551615 6163749 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19481/statm: 93985 92640 392 1214 0 92767 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 375940

[startup+12.7006 s]
/proc/loadavg: 2.62 3.59 3.80 3/525 19482
/proc/meminfo: memFree=21235396/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=1226000 CPUtime=12.69 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 386181 0 0 0 1226 43 0 0 25 0 1 0 855738927 1255424000 300166 33554432000 4194304 9163163 140734331516352 18446744073709551615 6918311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 306500 300166 521 1214 0 305282 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1226000

[startup+25.5003 s]
/proc/loadavg: 2.52 3.53 3.78 3/525 19483
/proc/meminfo: memFree=20241584/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2573804 CPUtime=25.49 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 823458 0 0 0 2458 91 0 0 25 0 1 0 855738927 2635575296 599864 33554432000 4194304 9163163 140734331516352 18446744073709551615 7414184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 643451 599864 739 1214 0 642233 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2573804

[startup+51.1007 s]
/proc/loadavg: 2.34 3.41 3.73 3/525 19483
/proc/meminfo: memFree=20060468/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2713676 CPUtime=51.09 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 897951 0 0 0 5008 101 0 0 25 0 1 0 855738927 2778804224 633923 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 678419 633923 849 1214 0 677201 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2713676

[startup+102.32 s]
/proc/loadavg: 2.20 3.19 3.63 3/525 19485
/proc/meminfo: memFree=20171104/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2665248 CPUtime=102.31 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1096565 0 0 0 10101 130 0 0 25 0 1 0 855738927 2729213952 618425 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 666312 618425 1350 1214 0 665094 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2665248

[startup+162.301 s]
/proc/loadavg: 2.13 2.98 3.53 3/525 19486
/proc/meminfo: memFree=20091260/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2816288 CPUtime=162.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1311503 0 0 0 16068 162 0 0 25 0 1 0 855738927 2883878912 638015 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704072 638015 1253 1214 0 702854 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2816288

[startup+222.301 s]
/proc/loadavg: 2.05 2.80 3.43 3/525 19488
/proc/meminfo: memFree=20141456/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2725836 CPUtime=222.29 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1359046 0 0 0 22057 172 0 0 25 0 1 0 855738927 2791256064 629078 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 681459 629078 1090 1214 0 680241 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2725836

[startup+282.301 s]
/proc/loadavg: 2.02 2.65 3.34 3/525 19490
/proc/meminfo: memFree=20210984/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2742616 CPUtime=282.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1471034 0 0 0 28038 192 0 0 25 0 1 0 855738927 2808438784 611882 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 685654 611882 1090 1214 0 684436 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2742616

[startup+342.301 s]
/proc/loadavg: 2.00 2.53 3.25 3/525 19491
/proc/meminfo: memFree=20197444/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2742924 CPUtime=342.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1685815 0 0 0 34006 224 0 0 25 0 1 0 855738927 2808754176 602151 33554432000 4194304 9163163 140734331516352 18446744073709551615 7394745 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 685731 602173 1092 1214 0 684513 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2742924

[startup+402.3 s]
/proc/loadavg: 2.10 2.46 3.18 3/525 19493
/proc/meminfo: memFree=20239836/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2743676 CPUtime=402.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 1915534 0 0 0 39969 261 0 0 25 0 1 0 855738927 2809524224 604943 33554432000 4194304 9163163 140734331516352 18446744073709551615 6974848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 685919 604943 1092 1214 0 684701 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2743676

[startup+462.3 s]
/proc/loadavg: 2.08 2.39 3.11 3/525 19494
/proc/meminfo: memFree=20201488/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2744748 CPUtime=462.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 2115057 0 0 0 45933 297 0 0 25 0 1 0 855738927 2810621952 605070 33554432000 4194304 9163163 140734331516352 18446744073709551615 7110296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 686187 605070 1092 1214 0 684969 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2744748

[startup+522.3 s]
/proc/loadavg: 2.03 2.32 3.04 3/525 19496
/proc/meminfo: memFree=20221300/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2743488 CPUtime=522.3 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 2296354 0 0 0 51904 326 0 0 25 0 1 0 855738927 2809331712 604769 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 685872 604769 1092 1214 0 684654 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2743488

[startup+582.301 s]
/proc/loadavg: 2.01 2.26 2.97 3/525 19498
/proc/meminfo: memFree=20192004/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2742924 CPUtime=582.31 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 2536238 0 0 0 57867 364 0 0 25 0 1 0 855738927 2808754176 604702 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 685731 604702 1092 1214 0 684513 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2742924

[startup+642.301 s]

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

/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3364548 0 0 0 105728 504 0 0 25 0 1 0 855738927 2865762304 613975 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 699649 613975 1098 1214 0 698431 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2798596

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.53 3/525 19512
/proc/meminfo: memFree=20116572/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2798596 CPUtime=1122.33 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3417677 0 0 0 111719 514 0 0 25 0 1 0 855738927 2865762304 613919 33554432000 4194304 9163163 140734331516352 18446744073709551615 8041924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 699649 613919 1098 1214 0 698431 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2798596

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.50 3/525 19514
/proc/meminfo: memFree=20115668/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2798596 CPUtime=1182.32 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3470849 0 0 0 117710 522 0 0 25 0 1 0 855738927 2865762304 613833 33554432000 4194304 9163163 140734331516352 18446744073709551615 7349023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 699649 613833 1098 1214 0 698431 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2798596

[startup+1242.3 s]
/proc/loadavg: 2.04 2.04 2.47 3/525 19515
/proc/meminfo: memFree=20154312/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2816652 CPUtime=1242.32 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3581602 0 0 0 123693 539 0 0 25 0 1 0 855738927 2884251648 619062 33554432000 4194304 9163163 140734331516352 18446744073709551615 6974005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704163 619062 1290 1214 0 702945 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2816652

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 2.44 3/525 19517
/proc/meminfo: memFree=20146344/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2793496 CPUtime=1302.33 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 3834547 0 0 0 129657 576 0 0 25 0 1 0 855738927 2860539904 614329 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348583 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 698374 614329 1290 1214 0 697156 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2793496

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.41 3/525 19518
/proc/meminfo: memFree=20188592/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2793496 CPUtime=1362.33 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 4085780 0 0 0 135619 614 0 0 25 0 1 0 855738927 2860539904 614797 33554432000 4194304 9163163 140734331516352 18446744073709551615 7110302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 698374 614797 1290 1214 0 697156 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2793496

[startup+1422.32 s]
/proc/loadavg: 2.00 2.03 2.38 3/525 19520
/proc/meminfo: memFree=20180132/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2813932 CPUtime=1422.35 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 4324883 0 0 0 141584 651 0 0 25 0 1 0 855738927 2881466368 617638 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 703483 617638 1290 1214 0 702265 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 2813932

[startup+1482.3 s]
/proc/loadavg: 2.08 2.05 2.36 3/525 19522
/proc/meminfo: memFree=20153188/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2793496 CPUtime=1482.34 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 4587642 0 0 0 147541 693 0 0 25 0 1 0 855738927 2860539904 614458 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348408 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 698374 614458 1290 1214 0 697156 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 2793496

[startup+1542.3 s]
/proc/loadavg: 2.07 2.05 2.35 3/525 19523
/proc/meminfo: memFree=20123640/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2818812 CPUtime=1542.33 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 4862003 0 0 0 153500 733 0 0 25 0 1 0 855738927 2886463488 619066 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704703 619066 1290 1214 0 703485 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2818812

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.32 3/525 19525
/proc/meminfo: memFree=20136012/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2817496 CPUtime=1602.34 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5085092 0 0 0 159465 769 0 0 25 0 1 0 855738927 2885115904 619197 33554432000 4194304 9163163 140734331516352 18446744073709551615 7058318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704374 619197 1290 1214 0 703156 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2817496

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.30 3/525 19526
/proc/meminfo: memFree=20166116/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2816276 CPUtime=1662.33 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5327952 0 0 0 165425 808 0 0 25 0 1 0 855738927 2883866624 618714 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704069 618714 1290 1214 0 702851 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2816276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.28 3/525 19528
/proc/meminfo: memFree=20146000/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2817788 CPUtime=1722.34 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5594765 0 0 0 171386 848 0 0 25 0 1 0 855738927 2885414912 618970 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704447 618970 1290 1214 0 703229 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2817788

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.27 3/525 19530
/proc/meminfo: memFree=20151056/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2793496 CPUtime=1782.35 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5847688 0 0 0 177348 887 0 0 25 0 1 0 855738927 2860539904 614950 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 698374 614950 1290 1214 0 697156 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2793496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.05 2.26 3/526 19531
/proc/meminfo: memFree=20151284/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2793496 CPUtime=1800.05 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5909141 0 0 0 179109 896 0 0 25 0 1 0 855738927 2860539904 614718 33554432000 4194304 9163163 140734331516352 18446744073709551615 7348654 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 698374 614718 1290 1214 0 697156 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2793496

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19481

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

[startup+1801.4 s]
/proc/loadavg: 2.10 2.05 2.26 3/527 19532
/proc/meminfo: memFree=20134780/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2816464 CPUtime=1801.44 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5913239 0 0 0 179248 896 0 0 25 0 1 0 855738927 2884059136 618816 33554432000 4194304 9163163 140734331516352 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704116 618816 1290 1214 0 702898 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2816464

[startup+1801.82 s]
/proc/loadavg: 2.09 2.04 2.26 3/523 19553
/proc/meminfo: memFree=20888576/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2818256 CPUtime=1801.86 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5918963 0 0 0 179289 897 0 0 25 0 1 0 855738927 2885894144 618933 33554432000 4194304 9163163 140734331516352 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704564 618933 1290 1214 0 703346 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 2818256

[startup+1802 s]
/proc/loadavg: 2.09 2.04 2.26 3/523 19553
/proc/meminfo: memFree=20888576/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=2818256 CPUtime=1802.04 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4202496 5918981 0 0 0 179307 897 0 0 25 0 1 0 855738927 2885894144 618951 33554432000 4194304 9163163 140734331516352 18446744073709551615 7110322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19481/statm: 704564 618951 1290 1214 0 703346 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2818256

[startup+1802.1 s]
/proc/loadavg: 2.09 2.04 2.26 3/523 19553
/proc/meminfo: memFree=20888576/32951124 swapFree=56930356/67111528
[pid=19481] ppid=19479 vsize=0 CPUtime=1802.14 cores=1,3,5,7
/proc/19481/stat : 19481 (scip-2.0.1.4b.l) R 19479 19481 18907 0 -1 4203524 5918990 0 0 0 179309 905 0 0 25 0 1 0 855738927 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/19481/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.12
CPU time (s): 1802.17
CPU user time (s): 1793.1
CPU system time (s): 9.06862
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2938428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 9.06862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5918990
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= 5
involuntary context switches= 3926

runsolver used 8.47071 second user time and 23.7554 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-07 12:10:12
IDJOB=3478801
IDBENCH=89692
IDSOLVER=1948
FILE ID=node137/3478801-1307441411
RUNJOBID= node137-1307441411-19462
PBS_JOBID= 13519951
Free space on /tmp= 73820 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-130.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478801-1307441411/watcher-3478801-1307441411 -o /tmp/evaluation-result-3478801-1307441411/solver-3478801-1307441411 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478801-1307441411.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=512121835

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23308684 kB
Buffers:        332640 kB
Cached:         978144 kB
SwapCached:      12464 kB
Active:        8598528 kB
Inactive:       767820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23308684 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:           76092 kB
Writeback:           0 kB
AnonPages:     8052736 kB
Mapped:          23140 kB
Slab:           131992 kB
PageTables:      75080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162587380 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= 73800 MiB
End job on node137 at 2011-06-07 12:40:14