Trace number 3486366

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 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.4 [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-3486366-1307795635.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.02	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.4
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.07/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.07/0.08	c   0.1s|     1 |     0 |   928 |     - |3542k|   0 | 199 | 570 | 960 | 570 | 960 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   992 |     - |5743k|   0 | 229 | 570 |1089 | 570 | 963 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |  1036 |     - |5770k|   0 | 236 | 570 |1089 | 570 | 966 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |  1058 |     - |5771k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.01	c   1.0s|     1 |     2 |  1058 |     - |5772k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
36.39/36.42	c  36.4s| 10000 |   427 |268558 |  26.8 |8907k|  35 |   - | 570 |4515 | 570 | 967 |   8 |  14k|2382 | 0.000000e+00 |      --      |    Inf 
59.59/59.67	c  59.7s| 20000 |   524 |509435 |  25.4 |  10M|  38 | 143 | 570 |6424 | 570 | 967 |   8 |  29k|3359 | 0.000000e+00 |      --      |    Inf 
86.29/86.32	c  86.3s| 30000 |   820 |783220 |  26.1 |  10M|  40 | 106 | 570 |5279 | 570 | 967 |   8 |  42k|4121 | 0.000000e+00 |      --      |    Inf 
109.09/109.17	c   109s| 40000 |   942 |  1047k|  26.2 |  11M|  41 |   - | 570 |7026 |   0 |   0 |   8 |  56k|4335 | 0.000000e+00 |      --      |    Inf 
134.29/134.35	c   134s| 50000 |  1031 |  1303k|  26.0 |  11M|  41 |  56 | 570 |7053 | 570 | 967 |   8 |  70k|5226 | 0.000000e+00 |      --      |    Inf 
160.29/160.32	c   160s| 60000 |  1212 |  1571k|  26.2 |  12M|  41 |  99 | 570 |6548 | 570 | 967 |   8 |  82k|5925 | 0.000000e+00 |      --      |    Inf 
189.80/189.82	c   190s| 70000 |  1922 |  1885k|  26.9 |  12M|  42 |  56 | 570 |4905 | 570 | 967 |   8 |  94k|6512 | 0.000000e+00 |      --      |    Inf 
223.00/223.03	c   223s| 80000 |  2590 |  2232k|  27.9 |  14M|  44 | 179 | 570 |6010 | 570 | 967 |   8 | 106k|7221 | 0.000000e+00 |      --      |    Inf 
256.99/257.04	c   257s| 90000 |  3263 |  2584k|  28.7 |  15M|  47 |  20 | 570 |7176 | 570 | 967 |   8 | 117k|7951 | 0.000000e+00 |      --      |    Inf 
293.71/293.71	c   294s|100000 |  3900 |  2964k|  29.6 |  17M|  49 |   - | 570 |7337 | 570 | 967 |   8 | 129k|8653 | 0.000000e+00 |      --      |    Inf 
326.09/326.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.09/326.14	c   326s|110000 |  4205 |  3308k|  30.1 |  18M|  49 |   - | 570 |8539 | 570 | 967 |   8 | 141k|9232 | 0.000000e+00 |      --      |    Inf 
355.10/355.17	c   355s|120000 |  4448 |  3620k|  30.2 |  19M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 155k|9691 | 0.000000e+00 |      --      |    Inf 
389.00/389.09	c   389s|130000 |  4839 |  3979k|  30.6 |  19M|  49 | 160 | 570 |8753 | 570 | 967 |   8 | 166k|  10k| 0.000000e+00 |      --      |    Inf 
417.60/417.62	c   418s|140000 |  4997 |  4286k|  30.6 |  21M|  49 |  16 | 570 |  11k| 570 | 967 |   8 | 179k|  10k| 0.000000e+00 |      --      |    Inf 
444.60/444.69	c   445s|150000 |  5086 |  4558k|  30.4 |  21M|  49 |   - | 570 |9702 | 570 | 967 |   8 | 192k|  11k| 0.000000e+00 |      --      |    Inf 
472.80/472.90	c   473s|160000 |  5246 |  4856k|  30.3 |  21M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 206k|  11k| 0.000000e+00 |      --      |    Inf 
505.61/505.61	c   506s|170000 |  5545 |  5208k|  30.6 |  22M|  49 | 148 | 570 |  10k| 570 | 967 |   8 | 218k|  12k| 0.000000e+00 |      --      |    Inf 
537.70/537.74	c   538s|180000 |  5864 |  5555k|  30.9 |  22M|  49 | 151 | 570 |9483 | 570 | 967 |   8 | 231k|  12k| 0.000000e+00 |      --      |    Inf 
569.10/569.16	c   569s|190000 |  6079 |  5885k|  31.0 |  23M|  49 | 223 | 570 |  10k| 570 | 967 |   8 | 243k|  12k| 0.000000e+00 |      --      |    Inf 
601.00/601.06	c   601s|200000 |  6330 |  6222k|  31.1 |  23M|  49 |   - | 570 |9960 |   0 |   0 |   8 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
634.21/634.29	c   634s|210000 |  6618 |  6580k|  31.3 |  23M|  49 | 132 | 570 |7829 | 570 | 967 |   8 | 268k|  13k| 0.000000e+00 |      --      |    Inf 
665.00/665.01	c   665s|220000 |  6761 |  6914k|  31.4 |  24M|  49 |   - | 570 |8957 | 570 | 967 |   8 | 280k|  14k| 0.000000e+00 |      --      |    Inf 
697.81/697.86	c   698s|230000 |  7051 |  7260k|  31.6 |  24M|  49 |   - | 570 |9108 |   0 |   0 |   8 | 292k|  14k| 0.000000e+00 |      --      |    Inf 
729.00/729.05	c   729s|240000 |  7399 |  7604k|  31.7 |  25M|  49 | 178 | 570 |  10k| 570 | 967 |   8 | 305k|  14k| 0.000000e+00 |      --      |    Inf 
759.21/759.23	c   759s|250000 |  7567 |  7924k|  31.7 |  25M|  49 | 102 | 570 |8767 | 570 | 967 |   8 | 317k|  15k| 0.000000e+00 |      --      |    Inf 
791.71/791.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.71/791.73	c   792s|260000 |  7784 |  8275k|  31.8 |  26M|  49 |   - | 570 |9537 | 570 | 967 |   8 | 329k|  15k| 0.000000e+00 |      --      |    Inf 
824.92/824.94	c   825s|270000 |  8304 |  8638k|  32.0 |  26M|  49 |   - | 570 |7945 | 570 | 967 |   8 | 341k|  16k| 0.000000e+00 |      --      |    Inf 
857.81/857.82	c   858s|280000 |  8654 |  8988k|  32.1 |  28M|  49 |  75 | 570 |  10k| 570 | 967 |   8 | 354k|  16k| 0.000000e+00 |      --      |    Inf 
889.62/889.67	c   890s|290000 |  9007 |  9351k|  32.2 |  29M|  49 |  66 | 570 |  11k| 570 | 967 |   8 | 364k|  16k| 0.000000e+00 |      --      |    Inf 
923.61/923.63	c   924s|300000 |  9246 |  9722k|  32.4 |  29M|  49 | 107 | 570 |  10k| 570 | 967 |   8 | 375k|  17k| 0.000000e+00 |      --      |    Inf 
956.81/956.82	c   957s|310000 |  9368 | 10081k|  32.5 |  30M|  49 |   - | 570 |9889 | 570 | 967 |   8 | 387k|  17k| 0.000000e+00 |      --      |    Inf 
988.72/988.76	c   989s|320000 |  9673 | 10437k|  32.6 |  31M|  49 | 163 | 570 |  11k| 570 | 967 |   8 | 399k|  17k| 0.000000e+00 |      --      |    Inf 
1021.72/1021.73	c  1022s|330000 |  9696 | 10798k|  32.7 |  32M|  49 | 163 | 570 |  12k| 570 | 967 |   8 | 410k|  18k| 0.000000e+00 |      --      |    Inf 
1054.41/1054.43	c  1054s|340000 |  9830 | 11161k|  32.8 |  31M|  49 |  81 | 570 |  11k| 570 | 967 |   8 | 421k|  18k| 0.000000e+00 |      --      |    Inf 
1085.92/1085.91	c  1086s|350000 |  9897 | 11488k|  32.8 |  31M|  49 | 144 | 570 |  10k| 570 | 967 |   8 | 434k|  18k| 0.000000e+00 |      --      |    Inf 
1118.91/1118.93	c  1119s|360000 | 10181 | 11854k|  32.9 |  31M|  49 | 142 | 570 |9134 | 570 | 967 |   8 | 446k|  19k| 0.000000e+00 |      --      |    Inf 
1151.92/1151.97	c  1152s|370000 | 10415 | 12199k|  33.0 |  31M|  49 |  73 | 570 |8728 | 570 | 967 |   8 | 459k|  19k| 0.000000e+00 |      --      |    Inf 
1182.72/1182.72	c  1183s|380000 | 10573 | 12541k|  33.0 |  32M|  49 |   - | 570 |8935 | 570 | 967 |   8 | 471k|  19k| 0.000000e+00 |      --      |    Inf 
1213.62/1213.66	c  1214s|390000 | 10709 | 12872k|  33.0 |  33M|  49 | 106 | 570 |  11k| 570 | 967 |   8 | 483k|  20k| 0.000000e+00 |      --      |    Inf 
1242.62/1242.67	c  1243s|400000 | 10812 | 13194k|  33.0 |  33M|  49 | 125 | 570 |  10k| 570 | 967 |   8 | 495k|  20k| 0.000000e+00 |      --      |    Inf 
1276.92/1276.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1276.92/1276.92	c  1277s|410000 | 11056 | 13555k|  33.1 |  33M|  49 |   - | 570 |9268 | 570 | 967 |   8 | 508k|  20k| 0.000000e+00 |      --      |    Inf 
1308.12/1308.16	c  1308s|420000 | 11200 | 13907k|  33.1 |  34M|  49 |  87 | 570 |  10k| 570 | 967 |   8 | 519k|  20k| 0.000000e+00 |      --      |    Inf 
1341.03/1341.04	c  1341s|430000 | 11343 | 14258k|  33.2 |  34M|  49 |   - | 570 |9021 | 570 | 967 |   8 | 531k|  21k| 0.000000e+00 |      --      |    Inf 
1371.52/1371.52	c  1372s|440000 | 11496 | 14596k|  33.2 |  35M|  49 | 158 | 570 |  10k| 570 | 967 |   8 | 543k|  21k| 0.000000e+00 |      --      |    Inf 
1403.53/1403.57	c  1404s|450000 | 11654 | 14945k|  33.2 |  35M|  49 |  73 | 570 |  11k| 570 | 967 |   8 | 555k|  21k| 0.000000e+00 |      --      |    Inf 
1435.73/1435.73	c  1436s|460000 | 11840 | 15305k|  33.3 |  35M|  49 |  89 | 570 |  10k| 570 | 967 |   8 | 567k|  21k| 0.000000e+00 |      --      |    Inf 
1468.33/1468.35	c  1468s|470000 | 11998 | 15666k|  33.3 |  36M|  49 |   - | 570 |  10k| 570 | 967 |   8 | 579k|  22k| 0.000000e+00 |      --      |    Inf 
1500.12/1500.11	c  1500s|480000 | 12124 | 16015k|  33.4 |  35M|  49 | 117 | 570 |8431 | 570 | 967 |   8 | 591k|  22k| 0.000000e+00 |      --      |    Inf 
1531.24/1531.21	c  1531s|490000 | 12290 | 16362k|  33.4 |  36M|  49 | 182 | 570 |9413 | 570 | 967 |   8 | 603k|  22k| 0.000000e+00 |      --      |    Inf 
1566.23/1566.24	c  1566s|500000 | 12523 | 16744k|  33.5 |  37M|  50 |   - | 570 |  10k| 570 | 967 |   8 | 615k|  23k| 0.000000e+00 |      --      |    Inf 
1600.23/1600.24	c  1600s|510000 | 12699 | 17121k|  33.6 |  36M|  50 |  40 | 570 |8480 | 570 | 967 |   8 | 626k|  23k| 0.000000e+00 |      --      |    Inf 
1629.73/1629.78	c  1630s|520000 | 12826 | 17436k|  33.5 |  37M|  50 | 123 | 570 |  10k| 570 | 967 |   8 | 639k|  23k| 0.000000e+00 |      --      |    Inf 
1659.13/1659.10	c  1659s|530000 | 12885 | 17762k|  33.5 |  37M|  51 | 113 | 570 |9366 | 570 | 967 |   8 | 651k|  23k| 0.000000e+00 |      --      |    Inf 
1689.53/1689.57	c  1690s|540000 | 13009 | 18092k|  33.5 |  38M|  51 |  38 | 570 |9913 | 570 | 967 |   8 | 664k|  24k| 0.000000e+00 |      --      |    Inf 
1718.73/1718.70	c  1719s|550000 | 13236 | 18407k|  33.5 |  39M|  51 |   - | 570 |  11k| 570 | 967 |   8 | 676k|  24k| 0.000000e+00 |      --      |    Inf 
1750.73/1750.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.73/1750.75	c  1751s|560000 | 13455 | 18765k|  33.5 |  38M|  51 |   - | 570 |9503 |   0 |   0 |   8 | 688k|  24k| 0.000000e+00 |      --      |    Inf 
1781.43/1781.40	c  1781s|570000 | 13598 | 19092k|  33.5 |  38M|  51 |   - | 570 |9248 | 570 | 967 |   8 | 700k|  24k| 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 575083
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.02 (included in solving)
1797.03/1797.00	c   reading          :       0.01 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3486366-1307795635.opb
1797.03/1797.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1015 initial, 1015 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3486366-1307795635.opb
1797.03/1797.00	c   Variables        : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 960 initial, 14460 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00        630          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.01          0          0          0          0          0         55          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     315116          0          1          0        380       5048          0          0     625230
1797.03/1797.00	c   setppc           :        260          4    3069315          0          1          0   12846279       7681   11068807          0          0          0
1797.03/1797.00	c   linear           :         25+         5    3061634          0          1          0    1478777      21957     770524          2          0          0
1797.03/1797.00	c   logicor          :        675+         4    1777489          0          1          0    9504808      44556    3508521          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     123.09       0.00       0.00     123.09       0.00       0.00       0.00
1797.03/1797.00	c   setppc           :      18.77       0.00      16.25       0.00       0.00       0.00       2.52
1797.03/1797.00	c   linear           :       9.28       0.00       7.99       0.00       0.00       0.00       1.29
1797.03/1797.00	c   logicor          :      58.51       0.00      54.14       0.00       0.00       0.00       4.38
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.37       0.37       0.00
1797.03/1797.00	c   rootredcost      :       0.38       0.38       0.00
1797.03/1797.00	c   pseudoobj        :       0.29       0.29       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       6.92      74194      68123    1067178       43.8       6206       22.8          -
1797.03/1797.00	c   infeasible LP    :      36.34     218980     217275    3971940       49.7       5688       19.6          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     704286       34.7          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -       2189       67.9          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          3          -          -         95          -    (maximal pool size: 457)
1797.03/1797.00	c   redcost          :       2.63     313175          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          4          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.25          4          0          0        500          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.23          4          0          0        503          0
1797.03/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.03/1797.00	c   clique           :       0.00          4          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.03          1          0          0          0        129
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     122.89     315116        380       5048          0          0     625230
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   trivial          :       0.00          1          0
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.00          0          0
1797.03/1797.00	c   zirounding       :       0.00          0          0
1797.03/1797.00	c   rounding         :       0.00          0          0
1797.03/1797.00	c   shifting         :       0.00          0          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   oneopt           :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   coefdiving       :       0.00          0          0
1797.03/1797.00	c   pscostdiving     :       0.00          0          0
1797.03/1797.00	c   fracdiving       :       0.00          0          0
1797.03/1797.00	c   veclendiving     :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :       0.00          0          0
1797.03/1797.00	c   rootsoldiving    :       0.00          0          0
1797.03/1797.00	c   linesearchdiving :       0.00          0          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   crossover        :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.00          0          0
1797.03/1797.00	c   trysol           :       0.00          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1424.06     530227   19267431      36.34   13529.91
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.03/1797.00	c   strong branching :     113.92      24860    1393181      56.04   12229.86
1797.03/1797.00	c     (at root node) :          -         10       4595     459.50          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     575083
1797.03/1797.00	c   nodes (total)    :     575083
1797.03/1797.00	c   nodes left       :      13738
1797.03/1797.00	c   max depth        :         51
1797.03/1797.00	c   max depth (total):         51
1797.03/1797.00	c   backtracks       :     137449 (23.9%)
1797.03/1797.00	c   delayed cutoffs  :      36412
1797.03/1797.00	c   repropagations   :     536140 (5798834 domain reductions, 31087 cutoffs)
1797.03/1797.00	c   avg switch length:       4.81
1797.03/1797.00	c   switching time   :      55.80
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :       1058
1797.03/1797.05	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-3486366-1307795635/watcher-3486366-1307795635 -o /tmp/evaluation-result-3486366-1307795635/solver-3486366-1307795635 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486366-1307795635.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: 1.84 1.97 1.95 2/177 11529
/proc/meminfo: memFree=31638072/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 1496 0 0 0 0 0 0 0 25 0 1 0 891163136 10211328 1451 33554432000 4194304 8979876 140735153407968 18446744073709551615 4446983 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11529/statm: 2493 1451 363 1169 0 1320 0

[startup+0.077648 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 11529
/proc/meminfo: memFree=31638072/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=23476 CPUtime=0.07 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 5044 0 0 0 7 0 0 0 25 0 1 0 891163136 24039424 4742 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 5869 4742 619 1169 0 4696 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23476

[startup+0.100635 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 11529
/proc/meminfo: memFree=31638072/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=24256 CPUtime=0.09 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 5291 0 0 0 9 0 0 0 25 0 1 0 891163136 24838144 4989 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 6064 4989 632 1169 0 4891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24256

[startup+0.300602 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 11529
/proc/meminfo: memFree=31638072/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=40960 CPUtime=0.29 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9570 0 0 0 28 1 0 0 25 0 1 0 891163136 41943040 8915 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10240 8915 674 1169 0 9067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40960

[startup+0.700567 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 11529
/proc/meminfo: memFree=31638072/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=0.69 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9594 0 0 0 68 1 0 0 25 0 1 0 891163136 42000384 8939 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8939 676 1169 0 9081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41016

[startup+1.50045 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31592952/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=1.49 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9594 0 0 0 147 2 0 0 25 0 1 0 891163136 42000384 8939 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8939 676 1169 0 9081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41016

[startup+3.10006 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31592580/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=3.09 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9594 0 0 0 304 5 0 0 25 0 1 0 891163136 42000384 8939 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8939 676 1169 0 9081 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41016

[startup+6.30052 s]
/proc/loadavg: 1.85 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591728/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=6.29 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9598 0 0 0 619 10 0 0 25 0 1 0 891163136 42000384 8943 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8943 679 1169 0 9081 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41016

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591380/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=12.69 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9598 0 0 0 1251 18 0 0 25 0 1 0 891163136 42000384 8943 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8943 679 1169 0 9081 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41016

[startup+25.5001 s]
/proc/loadavg: 1.89 1.97 1.95 3/178 11530
/proc/meminfo: memFree=31591980/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=25.5 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9598 0 0 0 2509 41 0 0 25 0 1 0 891163136 42000384 8943 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 8943 679 1169 0 9081 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 41016

[startup+51.1007 s]
/proc/loadavg: 1.93 1.97 1.95 3/178 11531
/proc/meminfo: memFree=31589060/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=51.09 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9678 0 0 0 5029 80 0 0 25 0 1 0 891163136 42000384 9023 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 9023 679 1169 0 9081 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41016

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.95 3/178 11532
/proc/meminfo: memFree=31583204/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=41016 CPUtime=102.29 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 9931 0 0 0 10067 162 0 0 25 0 1 0 891163136 42000384 9276 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10254 9276 679 1169 0 9081 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41016

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11534
/proc/meminfo: memFree=31576840/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=42240 CPUtime=162.29 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 10219 0 0 0 15974 255 0 0 25 0 1 0 891163136 43253760 9564 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 10560 9564 679 1169 0 9387 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42240

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11536
/proc/meminfo: memFree=31571688/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=45132 CPUtime=222.29 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 10922 0 0 0 21885 344 0 0 25 0 1 0 891163136 46215168 10266 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 11283 10266 679 1169 0 10110 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 45132

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11537
/proc/meminfo: memFree=31566936/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=48276 CPUtime=282.3 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 11744 0 0 0 27799 431 0 0 25 0 1 0 891163136 49434624 11088 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 12069 11088 679 1169 0 10896 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48276

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11539
/proc/meminfo: memFree=31560700/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=51652 CPUtime=342.3 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 12516 0 0 0 33707 523 0 0 25 0 1 0 891163136 52891648 11860 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 12913 11860 679 1169 0 11740 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51652

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 11540
/proc/meminfo: memFree=31558672/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=53036 CPUtime=402.31 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 12953 0 0 0 39614 617 0 0 25 0 1 0 891163136 54308864 12292 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 13259 12292 679 1169 0 12086 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 53036

[startup+462.3 s]
/proc/loadavg: 2.04 1.99 1.95 3/178 11542
/proc/meminfo: memFree=31552448/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=56080 CPUtime=462.3 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 13685 0 0 0 45530 700 0 0 25 0 1 0 891163136 57425920 13020 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 14020 13020 679 1169 0 12847 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56080

[startup+522.301 s]
/proc/loadavg: 2.01 1.99 1.95 3/178 11544
/proc/meminfo: memFree=31550788/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=56700 CPUtime=522.3 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 13853 0 0 0 51442 788 0 0 25 0 1 0 891163136 58060800 13188 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 14175 13188 679 1169 0 13002 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 56700

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 11545
/proc/meminfo: memFree=31547528/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=57568 CPUtime=582.3 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 14063 0 0 0 57358 872 0 0 25 0 1 0 891163136 58949632 13398 33554432000 4194304 8979876 140735153407968 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 14392 13398 679 1169 0 13219 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 57568

[startup+642.301 s]

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

/proc/meminfo: memFree=31523492/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=69172 CPUtime=1122.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 16959 0 0 0 110587 1645 0 0 25 0 1 0 891163136 70832128 16284 33554432000 4194304 8979876 140735153407968 18446744073709551615 7164588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 17293 16284 679 1169 0 16120 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 69172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11561
/proc/meminfo: memFree=31521224/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=69976 CPUtime=1182.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 17206 0 0 0 116499 1733 0 0 25 0 1 0 891163136 71655424 16531 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 17494 16531 679 1169 0 16321 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 69976

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11563
/proc/meminfo: memFree=31517724/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=72360 CPUtime=1242.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 17717 0 0 0 122408 1824 0 0 25 0 1 0 891163136 74096640 17042 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18090 17042 679 1169 0 16917 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 72360

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 11564
/proc/meminfo: memFree=31516084/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=72688 CPUtime=1302.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 17809 0 0 0 128320 1913 0 0 25 0 1 0 891163136 74432512 17134 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18172 17134 679 1169 0 16999 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 72688

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 11566
/proc/meminfo: memFree=31512568/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=74452 CPUtime=1362.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18254 0 0 0 134234 1998 0 0 25 0 1 0 891163136 76238848 17579 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18613 17579 679 1169 0 17440 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 74452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11568
/proc/meminfo: memFree=31511276/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=74908 CPUtime=1422.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18393 0 0 0 140145 2088 0 0 25 0 1 0 891163136 76705792 17718 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18727 17718 679 1169 0 17554 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 74908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11569
/proc/meminfo: memFree=31508516/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=74908 CPUtime=1482.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18409 0 0 0 146055 2177 0 0 25 0 1 0 891163136 76705792 17734 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18727 17734 679 1169 0 17554 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 74908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11571
/proc/meminfo: memFree=31506372/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=75244 CPUtime=1542.32 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18521 0 0 0 151967 2265 0 0 25 0 1 0 891163136 77049856 17846 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18811 17846 679 1169 0 17638 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 75244

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 11572
/proc/meminfo: memFree=31504612/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=75944 CPUtime=1602.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18661 0 0 0 157879 2354 0 0 25 0 1 0 891163136 77766656 17986 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 18986 17986 679 1169 0 17813 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 75944

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 11583
/proc/meminfo: memFree=31502548/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=76576 CPUtime=1662.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18830 0 0 0 163792 2441 0 0 25 0 1 0 891163136 78413824 18155 33554432000 4194304 8979876 140735153407968 18446744073709551615 7179778 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19144 18155 679 1169 0 17971 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 76576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11585
/proc/meminfo: memFree=31502260/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=76748 CPUtime=1722.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18849 0 0 0 169709 2524 0 0 25 0 1 0 891163136 78589952 18174 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19187 18174 679 1169 0 18014 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 76748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31501344/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77040 CPUtime=1782.33 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18958 0 0 0 175623 2610 0 0 25 0 1 0 891163136 78888960 18283 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19260 18283 679 1169 0 18087 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 77040

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31501464/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77040 CPUtime=1785.53 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 18958 0 0 0 175939 2614 0 0 25 0 1 0 891163136 78888960 18283 33554432000 4194304 8979876 140735153407968 18446744073709551615 7179154 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19260 18283 679 1169 0 18087 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 77040

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11586
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1791.94 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19011 0 0 0 176571 2623 0 0 25 0 1 0 891163136 79118336 18336 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18336 679 1169 0 18143 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 77264

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1795.14 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19011 0 0 0 176887 2627 0 0 25 0 1 0 891163136 79118336 18336 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18336 679 1169 0 18143 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 77264

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500968/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1795.94 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19011 0 0 0 176966 2628 0 0 25 0 1 0 891163136 79118336 18336 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18336 679 1169 0 18143 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 77264

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1796.74 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19011 0 0 0 177045 2629 0 0 25 0 1 0 891163136 79118336 18336 33554432000 4194304 8979876 140735153407968 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18336 679 1169 0 18143 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 77264

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1796.93 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19011 0 0 0 177064 2629 0 0 25 0 1 0 891163136 79118336 18336 33554432000 4194304 8979876 140735153407968 18446744073709551615 6427048 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18336 679 1169 0 18143 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 77264

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 11587
/proc/meminfo: memFree=31500720/32950928 swapFree=67079488/67111528
[pid=11529] ppid=11527 vsize=77264 CPUtime=1797.03 cores=0,2,4,6
/proc/11529/stat : 11529 (scip-2.0.1.4_2.) R 11527 11529 11354 0 -1 4202496 19012 0 0 0 177074 2629 0 0 25 0 1 0 891163136 79118336 18337 33554432000 4194304 8979876 140735153407968 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11529/statm: 19316 18337 680 1169 0 18143 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 77264

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

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

runsolver used 2.69759 second user time and 5.51816 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 14:33:55
IDJOB=3486366
IDBENCH=89819
IDSOLVER=1977
FILE ID=node125/3486366-1307795635
RUNJOBID= node125-1307793832-11372
PBS_JOBID= 13550913
Free space on /tmp= 74012 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486366-1307795635/watcher-3486366-1307795635 -o /tmp/evaluation-result-3486366-1307795635/solver-3486366-1307795635 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486366-1307795635.opb -t 1800 -m 15500

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=1460996789

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31638748 kB
Buffers:        295264 kB
Cached:         768236 kB
SwapCached:       3400 kB
Active:         542832 kB
Inactive:       571688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31638748 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           33408 kB
Writeback:           0 kB
AnonPages:       49028 kB
Mapped:          16448 kB
Slab:           133316 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   226216 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= 73996 MiB
End job on node125 at 2011-06-11 15:03:52