Trace number 3489808

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.1 1797.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
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 variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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-3489808-1307795709.opb>
0.00/0.01	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 1015 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 890 upgd conss, 300 impls, 110 clqs
0.00/0.03	c (round 2) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.00/0.03	c (round 3) 630 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.00/0.03	c presolving (4 rounds):
0.00/0.03	c  630 deleted vars, 55 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  300 implications, 110 cliques
0.00/0.03	c presolved problem has 570 variables (570 bin, 0 int, 0 impl, 0 cont) and 960 constraints
0.00/0.03	c     260 constraints of type <setppc>
0.00/0.03	c      25 constraints of type <linear>
0.00/0.03	c     675 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.08	c   0.1s|     1 |     0 |   928 |     - |3617k|   0 | 199 | 570 | 960 | 570 | 960 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   992 |     - |5818k|   0 | 229 | 570 |1089 | 570 | 963 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |  1036 |     - |5845k|   0 | 236 | 570 |1089 | 570 | 966 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |  1058 |     - |5846k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.11	c   1.1s|     1 |     2 |  1058 |     - |5847k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
39.60/39.69	c  39.7s| 10000 |   427 |268558 |  26.8 |8982k|  35 |   - | 570 |4515 | 570 | 967 |   8 |  14k|2382 | 0.000000e+00 |      --      |    Inf 
64.99/65.07	c  65.1s| 20000 |   524 |509435 |  25.4 |  10M|  38 | 143 | 570 |6424 | 570 | 967 |   8 |  29k|3359 | 0.000000e+00 |      --      |    Inf 
94.09/94.12	c  94.1s| 30000 |   820 |783220 |  26.1 |  10M|  40 | 106 | 570 |5279 | 570 | 967 |   8 |  42k|4121 | 0.000000e+00 |      --      |    Inf 
119.00/119.06	c   119s| 40000 |   942 |  1047k|  26.2 |  11M|  41 |   - | 570 |7026 |   0 |   0 |   8 |  56k|4335 | 0.000000e+00 |      --      |    Inf 
146.49/146.51	c   147s| 50000 |  1031 |  1303k|  26.0 |  11M|  41 |  56 | 570 |7053 | 570 | 967 |   8 |  70k|5226 | 0.000000e+00 |      --      |    Inf 
174.69/174.80	c   175s| 60000 |  1212 |  1571k|  26.2 |  12M|  41 |  99 | 570 |6548 | 570 | 967 |   8 |  82k|5925 | 0.000000e+00 |      --      |    Inf 
206.90/206.94	c   207s| 70000 |  1922 |  1885k|  26.9 |  12M|  42 |  56 | 570 |4905 | 570 | 967 |   8 |  94k|6512 | 0.000000e+00 |      --      |    Inf 
243.11/243.12	c   243s| 80000 |  2590 |  2232k|  27.9 |  14M|  44 | 179 | 570 |6010 | 570 | 967 |   8 | 106k|7221 | 0.000000e+00 |      --      |    Inf 
280.09/280.14	c   280s| 90000 |  3263 |  2584k|  28.7 |  15M|  47 |  20 | 570 |7176 | 570 | 967 |   8 | 117k|7951 | 0.000000e+00 |      --      |    Inf 
320.00/320.05	c   320s|100000 |  3900 |  2964k|  29.6 |  17M|  49 |   - | 570 |7337 | 570 | 967 |   8 | 129k|8653 | 0.000000e+00 |      --      |    Inf 
355.31/355.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.31/355.39	c   355s|110000 |  4205 |  3308k|  30.1 |  18M|  49 |   - | 570 |8539 | 570 | 967 |   8 | 141k|9232 | 0.000000e+00 |      --      |    Inf 
387.00/387.01	c   387s|120000 |  4448 |  3620k|  30.2 |  19M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 155k|9691 | 0.000000e+00 |      --      |    Inf 
423.90/423.94	c   424s|130000 |  4839 |  3979k|  30.6 |  19M|  49 | 160 | 570 |8753 | 570 | 967 |   8 | 166k|  10k| 0.000000e+00 |      --      |    Inf 
455.00/455.06	c   455s|140000 |  4997 |  4286k|  30.6 |  21M|  49 |  16 | 570 |  11k| 570 | 967 |   8 | 179k|  10k| 0.000000e+00 |      --      |    Inf 
484.51/484.53	c   485s|150000 |  5086 |  4558k|  30.4 |  21M|  49 |   - | 570 |9702 | 570 | 967 |   8 | 192k|  11k| 0.000000e+00 |      --      |    Inf 
515.21/515.26	c   515s|160000 |  5246 |  4856k|  30.3 |  22M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 206k|  11k| 0.000000e+00 |      --      |    Inf 
550.81/550.87	c   551s|170000 |  5545 |  5208k|  30.6 |  22M|  49 | 148 | 570 |  10k| 570 | 967 |   8 | 218k|  12k| 0.000000e+00 |      --      |    Inf 
585.81/585.86	c   586s|180000 |  5864 |  5555k|  30.9 |  22M|  49 | 151 | 570 |9483 | 570 | 967 |   8 | 231k|  12k| 0.000000e+00 |      --      |    Inf 
620.00/620.03	c   620s|190000 |  6079 |  5885k|  31.0 |  23M|  49 | 223 | 570 |  10k| 570 | 967 |   8 | 243k|  12k| 0.000000e+00 |      --      |    Inf 
654.70/654.74	c   655s|200000 |  6330 |  6222k|  31.1 |  23M|  49 |   - | 570 |9960 |   0 |   0 |   8 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
690.91/690.92	c   691s|210000 |  6618 |  6580k|  31.3 |  23M|  49 | 132 | 570 |7829 | 570 | 967 |   8 | 268k|  13k| 0.000000e+00 |      --      |    Inf 
724.31/724.37	c   724s|220000 |  6761 |  6914k|  31.4 |  24M|  49 |   - | 570 |8957 | 570 | 967 |   8 | 280k|  14k| 0.000000e+00 |      --      |    Inf 
760.01/760.10	c   760s|230000 |  7051 |  7260k|  31.6 |  24M|  49 |   - | 570 |9108 |   0 |   0 |   8 | 292k|  14k| 0.000000e+00 |      --      |    Inf 
794.01/794.06	c   794s|240000 |  7399 |  7604k|  31.7 |  26M|  49 | 178 | 570 |  10k| 570 | 967 |   8 | 305k|  14k| 0.000000e+00 |      --      |    Inf 
826.91/826.93	c   827s|250000 |  7567 |  7924k|  31.7 |  25M|  49 | 102 | 570 |8767 | 570 | 967 |   8 | 317k|  15k| 0.000000e+00 |      --      |    Inf 
862.31/862.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.31/862.32	c   862s|260000 |  7784 |  8275k|  31.8 |  26M|  49 |   - | 570 |9537 | 570 | 967 |   8 | 329k|  15k| 0.000000e+00 |      --      |    Inf 
898.42/898.49	c   898s|270000 |  8304 |  8638k|  32.0 |  26M|  49 |   - | 570 |7945 | 570 | 967 |   8 | 341k|  16k| 0.000000e+00 |      --      |    Inf 
934.31/934.30	c   934s|280000 |  8654 |  8988k|  32.1 |  28M|  49 |  75 | 570 |  10k| 570 | 967 |   8 | 354k|  16k| 0.000000e+00 |      --      |    Inf 
968.91/968.98	c   969s|290000 |  9007 |  9351k|  32.2 |  29M|  49 |  66 | 570 |  11k| 570 | 967 |   8 | 364k|  16k| 0.000000e+00 |      --      |    Inf 
1006.02/1006.00	c  1006s|300000 |  9246 |  9722k|  32.4 |  29M|  49 | 107 | 570 |  10k| 570 | 967 |   8 | 375k|  17k| 0.000000e+00 |      --      |    Inf 
1042.12/1042.13	c  1042s|310000 |  9368 | 10081k|  32.5 |  30M|  49 |   - | 570 |9889 | 570 | 967 |   8 | 387k|  17k| 0.000000e+00 |      --      |    Inf 
1076.92/1076.94	c  1077s|320000 |  9673 | 10437k|  32.6 |  31M|  49 | 163 | 570 |  11k| 570 | 967 |   8 | 399k|  17k| 0.000000e+00 |      --      |    Inf 
1112.82/1112.87	c  1113s|330000 |  9696 | 10798k|  32.7 |  32M|  49 | 163 | 570 |  12k| 570 | 967 |   8 | 410k|  18k| 0.000000e+00 |      --      |    Inf 
1148.52/1148.51	c  1149s|340000 |  9830 | 11161k|  32.8 |  32M|  49 |  81 | 570 |  11k| 570 | 967 |   8 | 421k|  18k| 0.000000e+00 |      --      |    Inf 
1182.82/1182.81	c  1183s|350000 |  9897 | 11488k|  32.8 |  31M|  49 | 144 | 570 |  10k| 570 | 967 |   8 | 434k|  18k| 0.000000e+00 |      --      |    Inf 
1218.72/1218.74	c  1219s|360000 | 10181 | 11854k|  32.9 |  31M|  49 | 142 | 570 |9134 | 570 | 967 |   8 | 446k|  19k| 0.000000e+00 |      --      |    Inf 
1254.72/1254.72	c  1255s|370000 | 10415 | 12199k|  33.0 |  32M|  49 |  73 | 570 |8728 | 570 | 967 |   8 | 459k|  19k| 0.000000e+00 |      --      |    Inf 
1288.12/1288.16	c  1288s|380000 | 10573 | 12541k|  33.0 |  32M|  49 |   - | 570 |8935 | 570 | 967 |   8 | 471k|  19k| 0.000000e+00 |      --      |    Inf 
1321.82/1321.81	c  1322s|390000 | 10709 | 12872k|  33.0 |  33M|  49 | 106 | 570 |  11k| 570 | 967 |   8 | 483k|  20k| 0.000000e+00 |      --      |    Inf 
1353.42/1353.42	c  1353s|400000 | 10812 | 13194k|  33.0 |  33M|  49 | 125 | 570 |  10k| 570 | 967 |   8 | 495k|  20k| 0.000000e+00 |      --      |    Inf 
1390.72/1390.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1390.72/1390.70	c  1391s|410000 | 11056 | 13555k|  33.1 |  33M|  49 |   - | 570 |9268 | 570 | 967 |   8 | 508k|  20k| 0.000000e+00 |      --      |    Inf 
1424.73/1424.75	c  1425s|420000 | 11200 | 13907k|  33.1 |  34M|  49 |  87 | 570 |  10k| 570 | 967 |   8 | 519k|  20k| 0.000000e+00 |      --      |    Inf 
1460.53/1460.55	c  1461s|430000 | 11343 | 14258k|  33.2 |  34M|  49 |   - | 570 |9021 | 570 | 967 |   8 | 531k|  21k| 0.000000e+00 |      --      |    Inf 
1493.73/1493.76	c  1494s|440000 | 11496 | 14596k|  33.2 |  35M|  49 | 158 | 570 |  10k| 570 | 967 |   8 | 543k|  21k| 0.000000e+00 |      --      |    Inf 
1528.73/1528.70	c  1529s|450000 | 11654 | 14945k|  33.2 |  35M|  49 |  73 | 570 |  11k| 570 | 967 |   8 | 555k|  21k| 0.000000e+00 |      --      |    Inf 
1563.73/1563.75	c  1564s|460000 | 11840 | 15305k|  33.3 |  35M|  49 |  89 | 570 |  10k| 570 | 967 |   8 | 567k|  21k| 0.000000e+00 |      --      |    Inf 
1599.23/1599.29	c  1599s|470000 | 11998 | 15666k|  33.3 |  36M|  49 |   - | 570 |  10k| 570 | 967 |   8 | 579k|  22k| 0.000000e+00 |      --      |    Inf 
1633.93/1633.92	c  1634s|480000 | 12124 | 16015k|  33.4 |  35M|  49 | 117 | 570 |8431 | 570 | 967 |   8 | 591k|  22k| 0.000000e+00 |      --      |    Inf 
1667.83/1667.82	c  1668s|490000 | 12290 | 16362k|  33.4 |  36M|  49 | 182 | 570 |9413 | 570 | 967 |   8 | 603k|  22k| 0.000000e+00 |      --      |    Inf 
1705.94/1705.98	c  1706s|500000 | 12523 | 16744k|  33.5 |  37M|  50 |   - | 570 |  10k| 570 | 967 |   8 | 615k|  23k| 0.000000e+00 |      --      |    Inf 
1743.03/1743.03	c  1743s|510000 | 12699 | 17121k|  33.6 |  36M|  50 |  40 | 570 |8480 | 570 | 967 |   8 | 626k|  23k| 0.000000e+00 |      --      |    Inf 
1775.24/1775.22	c  1775s|520000 | 12826 | 17436k|  33.5 |  37M|  50 | 123 | 570 |  10k| 570 | 967 |   8 | 639k|  23k| 0.000000e+00 |      --      |    Inf 
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 526809
1797.04/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.04/1797.00	c Gap                : infinite
1797.04/1797.00	s UNKNOWN
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.02 (included in solving)
1797.04/1797.00	c   reading          :       0.01 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3489808-1307795709.opb
1797.04/1797.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 1015 initial, 1015 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3489808-1307795709.opb
1797.04/1797.00	c   Variables        : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 960 initial, 14460 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   setppc           :       0.00        630          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.01          0          0          0          0          0         55          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     288928          0          1          0        361       4807          0          0     573092
1797.04/1797.00	c   setppc           :        260          4    2808869          0          1          0   11813398       7040   10125436          0          0          0
1797.04/1797.00	c   linear           :         25+         5    2801829          0          1          0    1352976      20050     703357          2          0          0
1797.04/1797.00	c   logicor          :        675+         4    1627299          0          1          0    8732449      41051    3213644          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :     127.75       0.00       0.00     127.75       0.00       0.00       0.00
1797.04/1797.00	c   setppc           :      18.87       0.00      16.28       0.00       0.00       0.00       2.59
1797.04/1797.00	c   linear           :       9.24       0.00       7.93       0.00       0.00       0.00       1.31
1797.04/1797.00	c   logicor          :      57.63       0.00      53.20       0.00       0.00       0.00       4.43
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :          0          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.39       0.39       0.00
1797.04/1797.00	c   rootredcost      :       0.41       0.41       0.00
1797.04/1797.00	c   pseudoobj        :       0.30       0.30       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       7.02      68141      62483     981029       43.8       5690       22.9          -
1797.04/1797.00	c   infeasible LP    :      36.77     200322     198685    3636511       49.7       5169       19.8          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -     645428       34.7          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -       2071       68.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          3          -          -         95          -    (maximal pool size: 457)
1797.04/1797.00	c   redcost          :       2.69     287079          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          4          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.27          4          0          0        500          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.26          4          0          0        503          0
1797.04/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.04/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.04/1797.00	c   clique           :       0.00          4          0          0          0          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.04          1          0          0          0        129
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :     127.58     288928        361       4807          0          0     573092
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   trivial          :       0.00          1          0
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :       0.00          0          0
1797.04/1797.00	c   zirounding       :       0.00          0          0
1797.04/1797.00	c   rounding         :       0.00          0          0
1797.04/1797.00	c   shifting         :       0.00          0          0
1797.04/1797.00	c   intshifting      :       0.00          0          0
1797.04/1797.00	c   oneopt           :       0.00          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   feaspump         :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   coefdiving       :       0.00          0          0
1797.04/1797.00	c   pscostdiving     :       0.00          0          0
1797.04/1797.00	c   fracdiving       :       0.00          0          0
1797.04/1797.00	c   veclendiving     :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   objpscostdiving  :       0.00          0          0
1797.04/1797.00	c   rootsoldiving    :       0.00          0          0
1797.04/1797.00	c   linesearchdiving :       0.00          0          0
1797.04/1797.00	c   guideddiving     :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.00          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   crossover        :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.00          0          0
1797.04/1797.00	c   trysol           :       0.00          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :    1420.93     485675   17658502      36.36   12427.41
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.04/1797.00	c   strong branching :     118.56      23755    1330418      56.01   11221.39
1797.04/1797.00	c     (at root node) :          -         10       4595     459.50          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     526809
1797.04/1797.00	c   nodes (total)    :     526809
1797.04/1797.00	c   nodes left       :      12886
1797.04/1797.00	c   max depth        :         51
1797.04/1797.00	c   max depth (total):         51
1797.04/1797.00	c   backtracks       :     125755 (23.9%)
1797.04/1797.00	c   delayed cutoffs  :      33400
1797.04/1797.00	c   repropagations   :     489652 (5289650 domain reductions, 28562 cutoffs)
1797.04/1797.00	c   avg switch length:       4.81
1797.04/1797.00	c   switching time   :      54.81
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          0 (0 improvements)
1797.04/1797.00	c   Primal Bound     :          -
1797.04/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.04/1797.00	c   Gap              :   infinite
1797.04/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.04/1797.00	c   Root Iterations  :       1058
1797.04/1797.06	c Time complete: 1797.09.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489808-1307795709/watcher-3489808-1307795709 -o /tmp/evaluation-result-3489808-1307795709/solver-3489808-1307795709 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489808-1307795709.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 0.93 1.03 1.38 2/175 32743
/proc/meminfo: memFree=31616516/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=12568 CPUtime=0 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 2139 0 0 0 0 0 0 0 22 0 1 0 891171847 12869632 2093 33554432000 4194304 9016284 140734139399024 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32743/statm: 3175 2098 357 1178 0 1993 0

[startup+0.106975 s]
/proc/loadavg: 0.93 1.03 1.38 2/175 32743
/proc/meminfo: memFree=31616516/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=25508 CPUtime=0.09 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 5583 0 0 0 9 0 0 0 18 0 1 0 891171847 26120192 5280 33554432000 4194304 9016284 140734139399024 18446744073709551615 6579722 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 6377 5280 623 1178 0 5195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25508

[startup+0.200968 s]
/proc/loadavg: 0.93 1.03 1.38 2/175 32743
/proc/meminfo: memFree=31616516/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=44900 CPUtime=0.19 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10136 0 0 0 18 1 0 0 18 0 1 0 891171847 45977600 9833 33554432000 4194304 9016284 140734139399024 18446744073709551615 4851327 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 11225 9833 655 1178 0 10043 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44900

[startup+0.300952 s]
/proc/loadavg: 0.93 1.03 1.38 2/175 32743
/proc/meminfo: memFree=31616516/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42076 CPUtime=0.29 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10179 0 0 0 28 1 0 0 18 0 1 0 891171847 43085824 9170 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10519 9170 664 1178 0 9337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42076

[startup+0.700889 s]
/proc/loadavg: 0.93 1.03 1.38 2/175 32743
/proc/meminfo: memFree=31616516/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=0.69 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10202 0 0 0 68 1 0 0 18 0 1 0 891171847 43143168 9193 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9193 665 1178 0 9351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42132

[startup+1.50074 s]
/proc/loadavg: 0.93 1.03 1.38 3/178 32749
/proc/meminfo: memFree=31554276/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=1.49 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10204 0 0 0 147 2 0 0 20 0 1 0 891171847 43143168 9195 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9195 667 1178 0 9351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42132

[startup+3.10044 s]
/proc/loadavg: 0.93 1.03 1.38 3/178 32749
/proc/meminfo: memFree=31530492/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=3.09 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10204 0 0 0 306 3 0 0 25 0 1 0 891171847 43143168 9195 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9195 667 1178 0 9351 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42132

[startup+6.30089 s]
/proc/loadavg: 1.02 1.05 1.38 3/178 32749
/proc/meminfo: memFree=31530388/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=6.29 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10207 0 0 0 624 5 0 0 25 0 1 0 891171847 43143168 9198 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9198 669 1178 0 9351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42132

[startup+12.7008 s]
/proc/loadavg: 1.10 1.06 1.38 3/178 32750
/proc/meminfo: memFree=31530076/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=12.69 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10207 0 0 0 1256 13 0 0 25 0 1 0 891171847 43143168 9198 33554432000 4194304 9016284 140734139399024 18446744073709551615 5325489 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9198 669 1178 0 9351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42132

[startup+25.5005 s]
/proc/loadavg: 1.30 1.11 1.39 3/178 32750
/proc/meminfo: memFree=31530332/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=25.49 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10207 0 0 0 2520 29 0 0 25 0 1 0 891171847 43143168 9198 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9198 669 1178 0 9351 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42132

[startup+51.101 s]
/proc/loadavg: 1.54 1.18 1.41 3/178 32751
/proc/meminfo: memFree=31529428/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=51.09 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10285 0 0 0 5047 62 0 0 25 0 1 0 891171847 43143168 9276 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9276 669 1178 0 9351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42132

[startup+102.301 s]
/proc/loadavg: 1.80 1.30 1.44 3/178 32752
/proc/meminfo: memFree=31528628/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=42132 CPUtime=102.3 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10286 0 0 0 10110 120 0 0 25 0 1 0 891171847 43143168 9277 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10533 9277 669 1178 0 9351 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42132

[startup+162.3 s]
/proc/loadavg: 1.92 1.43 1.47 3/178 32754
/proc/meminfo: memFree=31526716/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=43604 CPUtime=162.29 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 10843 0 0 0 16036 193 0 0 25 0 1 0 891171847 44650496 9834 33554432000 4194304 9016284 140734139399024 18446744073709551615 4941624 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 10901 9834 669 1178 0 9719 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43604

[startup+222.307 s]
/proc/loadavg: 2.04 1.54 1.50 3/178 32755
/proc/meminfo: memFree=31523936/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=46200 CPUtime=222.31 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 11552 0 0 0 21961 270 0 0 25 0 1 0 891171847 47308800 10543 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 11550 10543 669 1178 0 10368 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 46200

[startup+282.301 s]
/proc/loadavg: 2.01 1.62 1.53 3/178 32757
/proc/meminfo: memFree=31522028/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=48180 CPUtime=282.3 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 12040 0 0 0 27887 343 0 0 25 0 1 0 891171847 49336320 11031 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 12045 11031 669 1178 0 10863 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48180

[startup+342.3 s]
/proc/loadavg: 2.00 1.69 1.56 3/178 32758
/proc/meminfo: memFree=31518972/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=50868 CPUtime=342.3 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 12717 0 0 0 33813 417 0 0 25 0 1 0 891171847 52088832 11706 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 12717 11706 669 1178 0 11535 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50868

[startup+402.301 s]
/proc/loadavg: 2.00 1.74 1.58 3/178 339
/proc/meminfo: memFree=31237412/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=53628 CPUtime=402.3 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 13369 0 0 0 39745 485 0 0 25 0 1 0 891171847 54915072 12358 33554432000 4194304 9016284 140734139399024 18446744073709551615 7213597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 13407 12358 669 1178 0 12225 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53628

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.61 3/178 341
/proc/meminfo: memFree=31202260/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=56752 CPUtime=462.3 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 14174 0 0 0 45670 560 0 0 25 0 1 0 891171847 58114048 13158 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 14188 13158 669 1178 0 13006 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56752

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.63 3/178 342
/proc/meminfo: memFree=31196548/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=57636 CPUtime=522.31 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 14401 0 0 0 51601 630 0 0 25 0 1 0 891171847 59019264 13385 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 14409 13385 669 1178 0 13227 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 57636

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.65 3/178 344
/proc/meminfo: memFree=31175884/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=58380 CPUtime=582.31 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 14619 0 0 0 57528 703 0 0 25 0 1 0 891171847 59781120 13603 33554432000 4194304 9016284 140734139399024 18446744073709551615 7213844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 14595 13603 669 1178 0 13413 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 58380

[startup+642.3 s]

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

/proc/meminfo: memFree=31122276/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=67768 CPUtime=1062.32 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 16892 0 0 0 104939 1293 0 0 25 0 1 0 891171847 69394432 15876 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 16942 15876 669 1178 0 15760 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 67768

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/178 358
/proc/meminfo: memFree=31138452/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=69224 CPUtime=1122.32 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 17314 0 0 0 110870 1362 0 0 25 0 1 0 891171847 70885376 16298 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 17306 16298 669 1178 0 16124 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 69224

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/178 360
/proc/meminfo: memFree=31136784/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=70044 CPUtime=1182.32 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 17491 0 0 0 116799 1433 0 0 25 0 1 0 891171847 71725056 16475 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 17511 16475 669 1178 0 16329 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 70044

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/178 361
/proc/meminfo: memFree=31128392/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=70844 CPUtime=1242.32 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 17723 0 0 0 122724 1508 0 0 25 0 1 0 891171847 72544256 16707 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 17711 16707 669 1178 0 16529 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 70844

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/178 363
/proc/meminfo: memFree=31117272/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=72540 CPUtime=1302.32 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 18097 0 0 0 128655 1577 0 0 25 0 1 0 891171847 74280960 17081 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 18135 17081 669 1178 0 16953 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 72540

[startup+1362.3 s]
/proc/loadavg: 2.05 1.99 1.83 3/178 365
/proc/meminfo: memFree=31131860/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=73996 CPUtime=1362.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 18465 0 0 0 134581 1652 0 0 25 0 1 0 891171847 75771904 17449 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 18499 17449 669 1178 0 17317 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 73996

[startup+1422.3 s]
/proc/loadavg: 2.02 1.99 1.84 3/178 366
/proc/meminfo: memFree=31121380/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=74328 CPUtime=1422.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 18551 0 0 0 140513 1720 0 0 25 0 1 0 891171847 76111872 17535 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 18582 17535 669 1178 0 17400 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 74328

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/178 368
/proc/meminfo: memFree=31115244/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=75376 CPUtime=1482.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 18837 0 0 0 146446 1787 0 0 25 0 1 0 891171847 77185024 17821 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 18844 17821 669 1178 0 17662 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 75376

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 369
/proc/meminfo: memFree=31108728/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=76376 CPUtime=1542.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19076 0 0 0 152376 1857 0 0 25 0 1 0 891171847 78209024 18060 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19094 18060 669 1178 0 17912 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 76376

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 380
/proc/meminfo: memFree=31114760/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=76376 CPUtime=1602.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19097 0 0 0 158307 1926 0 0 25 0 1 0 891171847 78209024 18081 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19094 18081 669 1178 0 17912 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 76376

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 382
/proc/meminfo: memFree=31112700/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=76600 CPUtime=1662.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19113 0 0 0 164236 1997 0 0 25 0 1 0 891171847 78438400 18097 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19150 18097 669 1178 0 17968 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 76600

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 385
/proc/meminfo: memFree=31104024/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77280 CPUtime=1722.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19301 0 0 0 170166 2067 0 0 25 0 1 0 891171847 79134720 18285 33554432000 4194304 9016284 140734139399024 18446744073709551615 4290351 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19320 18285 669 1178 0 18138 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 77280

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31112096/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1782.33 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19466 0 0 0 176094 2139 0 0 25 0 1 0 891171847 79814656 18450 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18450 669 1178 0 18304 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 77944

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

[startup+1785.6 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31110728/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1785.63 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19466 0 0 0 176419 2144 0 0 25 0 1 0 891171847 79814656 18450 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18450 669 1178 0 18304 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (KiB) 77944

[startup+1792.01 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31098944/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1792.04 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19472 0 0 0 177053 2151 0 0 25 0 1 0 891171847 79814656 18456 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18456 669 1178 0 18304 0
Current children cumulated CPU time (s) 1792.04
Current children cumulated vsize (KiB) 77944

[startup+1795.2 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31090756/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1795.24 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19472 0 0 0 177371 2153 0 0 25 0 1 0 891171847 79814656 18456 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18456 669 1178 0 18304 0
Current children cumulated CPU time (s) 1795.24
Current children cumulated vsize (KiB) 77944

[startup+1796 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31090756/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1796.04 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19472 0 0 0 177449 2155 0 0 25 0 1 0 891171847 79814656 18456 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18456 669 1178 0 18304 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 77944

[startup+1796.8 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31090876/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1796.83 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19472 0 0 0 177528 2155 0 0 25 0 1 0 891171847 79814656 18456 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18456 669 1178 0 18304 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (KiB) 77944

[startup+1797 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 388
/proc/meminfo: memFree=31090876/32951124 swapFree=67052292/67111528
[pid=32743] ppid=32741 vsize=77944 CPUtime=1797.04 cores=0,2,4,6
/proc/32743/stat : 32743 (scip-2.0.1.4b_2) R 32741 32743 31520 0 -1 4202496 19473 0 0 0 177548 2156 0 0 25 0 1 0 891171847 79814656 18457 33554432000 4194304 9016284 140734139399024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32743/statm: 19486 18457 670 1178 0 18304 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 77944

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.1
CPU user time (s): 1775.54
CPU system time (s): 21.5667
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 77944

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

runsolver used 2.76258 second user time and 5.48916 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-11 14:35:09
IDJOB=3489808
IDBENCH=89819
IDSOLVER=1979
FILE ID=node108/3489808-1307795709
RUNJOBID= node108-1307795709-32720
PBS_JOBID= 13550903
Free space on /tmp= 74100 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.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-3489808-1307795709/watcher-3489808-1307795709 -o /tmp/evaluation-result-3489808-1307795709/solver-3489808-1307795709 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489808-1307795709.opb -t 1800 -m 15500

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=967499269

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31616628 kB
Buffers:        287672 kB
Cached:         800652 kB
SwapCached:      25932 kB
Active:         552716 kB
Inactive:       567704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31616628 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           33728 kB
Writeback:           0 kB
AnonPages:       26068 kB
Mapped:           8744 kB
Slab:           149636 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190220 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= 74064 MiB
End job on node108 at 2011-06-11 15:05:06