Trace number 3691685

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.84 1797.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3691685-1338029632.opb>
0.03/0.08	c original problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.03/0.08	c problem read in 0.08
0.03/0.09	c No objective function, only one solution is needed.
0.03/0.09	c presolving settings loaded
0.09/0.14	c presolving:
0.39/0.44	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30179 upgd conss, 0 impls, 941 clqs
0.48/0.53	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 108 chg coeffs, 35801 upgd conss, 0 impls, 1505 clqs
0.59/0.60	c (round 3) 42 del vars, 7 del conss, 0 add conss, 0 chg bounds, 18 chg sides, 540 chg coeffs, 35801 upgd conss, 11242 impls, 1498 clqs
0.69/0.70	c presolving (4 rounds):
0.69/0.70	c  42 deleted vars, 7 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 18 changed sides, 540 changed coefficients
0.69/0.70	c  11242 implications, 1498 cliques
0.69/0.70	c presolved problem has 4560 variables (4560 bin, 0 int, 0 impl, 0 cont) and 30172 constraints
0.69/0.70	c      78 constraints of type <knapsack>
0.69/0.70	c    6556 constraints of type <setppc>
0.69/0.70	c   23538 constraints of type <logicor>
0.69/0.70	c transformed objective value is always integral (scale: 1)
0.69/0.70	c Presolving Time: 0.56
0.69/0.70	c - non default parameters ----------------------------------------------------------------------
0.69/0.70	c # SCIP version 2.1.1.4
0.69/0.70	c 
0.69/0.70	c # maximal time in seconds to run
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/time = 1797
0.69/0.70	c 
0.69/0.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/memory = 13950
0.69/0.70	c 
0.69/0.70	c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c limits/solutions = 1
0.69/0.70	c 
0.69/0.70	c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.70	c separating/maxrounds = 1
0.69/0.70	c 
0.69/0.70	c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c separating/maxroundsroot = 5
0.69/0.70	c 
0.69/0.70	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.70	c # [type: int, range: [1,2], default: 1]
0.69/0.70	c timing/clocktype = 2
0.69/0.70	c 
0.69/0.70	c # belongs reading time to solving time?
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.70	c timing/reading = TRUE
0.69/0.70	c 
0.69/0.70	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.70	c constraints/knapsack/disaggregation = FALSE
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/coefdiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.70	c heuristics/crossover/freq = -1
0.69/0.70	c 
0.69/0.70	c # number of nodes added to the contingent of the total nodes
0.69/0.70	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.70	c heuristics/crossover/nodesofs = 750
0.69/0.70	c 
0.69/0.70	c # number of nodes without incumbent change that heuristic should wait
0.69/0.70	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.70	c heuristics/crossover/nwaitingnodes = 100
0.69/0.70	c 
0.69/0.70	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.70	c # [type: real, range: [0,1], default: 0.1]
0.69/0.70	c heuristics/crossover/nodesquot = 0.15
0.69/0.70	c 
0.69/0.70	c # minimum percentage of integer variables that have to be fixed 
0.69/0.70	c # [type: real, range: [0,1], default: 0.666]
0.69/0.70	c heuristics/crossover/minfixingrate = 0.5
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.70	c heuristics/feaspump/freq = -1
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/fracdiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/guideddiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/intshifting/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/linesearchdiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.70	c heuristics/objpscostdiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.70	c # [type: real, range: [0,1], default: 0.01]
0.69/0.70	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/oneopt/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/pscostdiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/rens/freq = -1
0.69/0.70	c 
0.69/0.70	c # minimum percentage of integer variables that have to be fixable 
0.69/0.70	c # [type: real, range: [0,1], default: 0.5]
0.69/0.70	c heuristics/rens/minfixingrate = 0.3
0.69/0.70	c 
0.69/0.70	c # number of nodes added to the contingent of the total nodes
0.69/0.70	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.70	c heuristics/rens/nodesofs = 2000
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.70	c heuristics/rootsoldiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.70	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/rounding/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/shiftandpropagate/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/shifting/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/simplerounding/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/subnlp/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/trivial/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/trysol/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/undercover/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.70	c heuristics/veclendiving/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.70	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.70	c 
0.69/0.70	c # additional number of allowed LP iterations
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.70	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/zirounding/freq = -1
0.69/0.70	c 
0.69/0.70	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c propagating/probing/maxprerounds = 0
0.69/0.70	c 
0.69/0.70	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c separating/cmir/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c separating/flowcover/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c separating/rapidlearning/freq = 0
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.70	c heuristics/indoneopt/freq = -1
0.69/0.70	c 
0.69/0.70	c -----------------------------------------------------------------------------------------------
0.69/0.70	c start solving
0.69/0.70	c 
4.29/4.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.29/4.38	c   4.4s|     1 |     0 |  7574 |     - |  53M|   0 | 605 |4560 |  30k|4560 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.99/9.05	c   9.1s|     1 |     0 | 12668 |     - |  61M|   0 | 736 |4560 |  30k|4560 |  30k|  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.09/13.11	c  13.1s|     1 |     0 | 15618 |     - |  70M|   0 | 714 |4560 |  30k|4560 |  30k| 108 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.79/14.85	c  14.9s|     1 |     0 | 16887 |     - |  79M|   0 | 775 |4560 |  30k|4560 |  30k| 142 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.90	c  19.9s|     1 |     0 | 18887 |     - |  86M|   0 | 801 |4560 |  30k|4560 |  30k| 164 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.49/25.51	c  25.5s|     1 |     0 | 19690 |     - |  95M|   0 | 814 |4560 |  30k|4560 |  30k| 181 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
48.98/49.09	c  49.1s|     1 |     2 | 19690 |     - |  95M|   0 | 814 |4560 |  30k|4560 |  30k| 181 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
188.74/188.81	c   189s|   100 |   101 | 52348 | 329.9 |  97M|  70 | 735 |4560 |  30k|4560 |  30k| 181 |   0 | 195 | 0.000000e+00 |      --      |    Inf 
204.44/204.55	c   205s|   200 |   197 | 66473 | 235.1 |  98M|  95 | 641 |4560 |  30k|4560 |  30k| 181 |  14 | 211 | 0.000000e+00 |      --      |    Inf 
219.74/219.89	c   220s|   300 |   285 | 77248 | 192.5 |  99M| 113 | 569 |4560 |  30k|4560 |  30k| 181 |  53 | 243 | 0.000000e+00 |      --      |    Inf 
230.94/231.04	c   231s|   400 |   342 | 86346 | 167.1 | 100M| 127 |   - |4560 |  30k|4560 |  30k| 181 | 114 | 259 | 0.000000e+00 |      --      |    Inf 
253.74/253.84	c   254s|   500 |   364 |103022 | 167.0 | 100M| 151 |   - |4560 |  30k|4560 |  30k| 181 | 304 | 290 | 0.000000e+00 |      --      |    Inf 
275.73/275.87	c   276s|   600 |   401 |121268 | 169.6 | 101M| 151 | 338 |4560 |  30k|4560 |  30k| 181 | 451 | 306 | 0.000000e+00 |      --      |    Inf 
281.54/281.66	c   282s|   700 |   422 |125578 | 151.5 | 101M| 155 | 314 |4560 |  30k|4560 |  30k| 181 | 697 | 322 | 0.000000e+00 |      --      |    Inf 
300.83/300.92	c   301s|   800 |   423 |138498 | 148.7 | 101M| 160 | 473 |4560 |  30k|4560 |  30k| 181 | 934 | 354 | 0.000000e+00 |      --      |    Inf 
319.02/319.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.02/319.12	c   319s|   900 |   480 |154996 | 150.5 | 102M| 160 | 479 |4560 |  30k|4560 |  30k| 181 |1055 | 370 | 0.000000e+00 |      --      |    Inf 
326.02/326.18	c   326s|  1000 |   476 |160979 | 141.4 | 102M| 160 |   - |4560 |  30k|4560 |  30k| 181 |1286 | 385 | 0.000000e+00 |      --      |    Inf 
335.32/335.50	c   335s|  1100 |   490 |166626 | 133.7 | 102M| 160 | 503 |4560 |  30k|4560 |  30k| 181 |1471 | 415 | 0.000000e+00 |      --      |    Inf 
348.91/349.01	c   349s|  1200 |   497 |176683 | 130.9 | 102M| 160 | 513 |4560 |  30k|4560 |  30k| 181 |1628 | 445 | 0.000000e+00 |      --      |    Inf 
357.71/357.88	c   358s|  1300 |   486 |184175 | 126.6 | 102M| 160 | 484 |4560 |  30k|4560 |  30k| 181 |1873 | 460 | 0.000000e+00 |      --      |    Inf 
371.01/371.14	c   371s|  1400 |   505 |192368 | 123.4 | 102M| 160 |   - |4560 |  30k|   0 |   0 | 181 |2024 | 490 | 0.000000e+00 |      --      |    Inf 
388.52/388.66	c   389s|  1500 |   526 |206302 | 124.5 | 102M| 160 | 697 |4560 |  30k|4560 |  30k| 181 |2112 | 520 | 0.000000e+00 |      --      |    Inf 
404.30/404.48	c   404s|  1600 |   557 |219720 | 125.1 | 103M| 160 | 671 |4560 |  30k|4560 |  30k| 181 |2254 | 550 | 0.000000e+00 |      --      |    Inf 
428.91/429.03	c   429s|  1700 |   600 |238850 | 129.0 | 103M| 160 |   - |4560 |  30k|4560 |  30k| 181 |2383 | 595 | 0.000000e+00 |      --      |    Inf 
451.20/451.30	c   451s|  1800 |   641 |254895 | 130.7 | 104M| 160 |   - |4560 |  30k|4560 |  30k| 181 |2537 | 640 | 0.000000e+00 |      --      |    Inf 
483.90/484.06	c   484s|  1900 |   703 |281013 | 137.6 | 104M| 160 | 687 |4560 |  30k|4560 |  30k| 181 |2613 | 685 | 0.000000e+00 |      --      |    Inf 
506.19/506.32	c   506s|  2000 |   735 |300039 | 140.2 | 105M| 160 | 691 |4560 |  30k|4560 |  30k| 181 |2757 | 714 | 0.000000e+00 |      --      |    Inf 
536.79/536.97	c   537s|  2100 |   778 |324519 | 145.2 | 105M| 160 | 675 |4560 |  30k|4560 |  30k| 181 |2880 | 758 | 0.000000e+00 |      --      |    Inf 
559.88/560.09	c   560s|  2200 |   835 |345285 | 148.1 | 106M| 160 |   - |4560 |  30k|4560 |  30k| 181 |3002 | 786 | 0.000000e+00 |      --      |    Inf 
586.78/586.97	c   587s|  2300 |   890 |365180 | 150.3 | 106M| 160 | 664 |4560 |  30k|4560 |  30k| 181 |3132 | 829 | 0.000000e+00 |      --      |    Inf 
607.88/608.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.88/608.03	c   608s|  2400 |   940 |383005 | 151.4 | 107M| 160 | 678 |4560 |  30k|4560 |  30k| 181 |3277 | 857 | 0.000000e+00 |      --      |    Inf 
623.58/623.74	c   624s|  2500 |   985 |396518 | 150.8 | 107M| 160 |   - |4560 |  30k|   0 |   0 | 181 |3438 | 886 | 0.000000e+00 |      --      |    Inf 
647.47/647.65	c   648s|  2600 |  1043 |415318 | 152.2 | 108M| 160 |   - |4560 |  30k|4560 |  30k| 181 |3556 | 930 | 0.000000e+00 |      --      |    Inf 
675.37/675.58	c   676s|  2700 |  1101 |436112 | 154.3 | 108M| 160 | 636 |4560 |  30k|4560 |  30k| 181 |3695 | 972 | 0.000000e+00 |      --      |    Inf 
692.27/692.41	c   692s|  2800 |  1181 |451637 | 154.3 | 109M| 160 | 399 |4560 |  30k|4560 |  30k| 181 |3754 | 986 | 0.000000e+00 |      --      |    Inf 
698.47/698.62	c   699s|  2900 |  1213 |456668 | 150.7 | 110M| 160 |   - |4560 |  30k|4560 |  30k| 181 |4037 |1000 | 0.000000e+00 |      --      |    Inf 
705.96/706.10	c   706s|  3000 |  1211 |460995 | 147.2 | 110M| 160 | 246 |4560 |  30k|4560 |  30k| 181 |4342 |1030 | 0.000000e+00 |      --      |    Inf 
711.67/711.81	c   712s|  3100 |  1232 |465077 | 143.7 | 110M| 160 | 176 |4560 |  30k|4560 |  30k| 181 |4559 |1050 | 0.000000e+00 |      --      |    Inf 
715.76/715.98	c   716s|  3200 |  1217 |467866 | 140.1 | 110M| 162 |   - |4560 |  30k|4560 |  30k| 181 |4884 |1065 | 0.000000e+00 |      --      |    Inf 
721.66/721.86	c   722s|  3300 |  1214 |470923 | 136.8 | 110M| 162 | 283 |4560 |  30k|4560 |  30k| 181 |5173 |1093 | 0.000000e+00 |      --      |    Inf 
727.06/727.23	c   727s|  3400 |  1215 |474576 | 133.8 | 110M| 162 | 400 |4560 |  30k|4560 |  30k| 181 |5463 |1107 | 0.000000e+00 |      --      |    Inf 
731.85/732.09	c   732s|  3500 |  1213 |477982 | 131.0 | 110M| 162 |   - |4560 |  30k|   0 |   0 | 181 |5744 |1121 | 0.000000e+00 |      --      |    Inf 
738.25/738.42	c   738s|  3600 |  1216 |480912 | 128.2 | 110M| 162 | 363 |4560 |  31k|4560 |  30k| 181 |5906 |1149 | 0.000000e+00 |      --      |    Inf 
743.56/743.75	c   744s|  3700 |  1223 |484202 | 125.6 | 110M| 162 | 345 |4560 |  30k|4560 |  30k| 181 |6067 |1163 | 0.000000e+00 |      --      |    Inf 
748.25/748.49	c   748s|  3800 |  1222 |487274 | 123.1 | 110M| 162 | 369 |4560 |  31k|4560 |  30k| 181 |6300 |1177 | 0.000000e+00 |      --      |    Inf 
754.16/754.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.16/754.32	c   754s|  3900 |  1216 |490157 | 120.7 | 110M| 162 |   - |4560 |  31k|4560 |  30k| 181 |6474 |1205 | 0.000000e+00 |      --      |    Inf 
759.05/759.29	c   759s|  4000 |  1214 |493098 | 118.4 | 110M| 162 |   - |4560 |  31k|4560 |  30k| 181 |6613 |1218 | 0.000000e+00 |      --      |    Inf 
765.85/766.00	c   766s|  4100 |  1208 |496660 | 116.4 | 110M| 162 |   - |4560 |  30k|4560 |  30k| 181 |6781 |1245 | 0.000000e+00 |      --      |    Inf 
770.85/771.05	c   771s|  4200 |  1208 |500334 | 114.5 | 110M| 162 |   - |4560 |  30k|4560 |  30k| 181 |6970 |1258 | 0.000000e+00 |      --      |    Inf 
776.15/776.34	c   776s|  4300 |  1206 |503227 | 112.5 | 110M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7188 |1284 | 0.000000e+00 |      --      |    Inf 
781.25/781.49	c   781s|  4400 |  1204 |506855 | 110.7 | 110M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7403 |1297 | 0.000000e+00 |      --      |    Inf 
788.14/788.38	c   788s|  4500 |  1206 |510059 | 109.0 | 110M| 162 |   - |4560 |  31k|4560 |  30k| 181 |7674 |1336 | 0.000000e+00 |      --      |    Inf 
793.25/793.43	c   793s|  4600 |  1192 |513588 | 107.4 | 110M| 162 |   - |4560 |  30k|4560 |  30k| 181 |7909 |1349 | 0.000000e+00 |      --      |    Inf 
799.85/800.01	c   800s|  4700 |  1188 |517049 | 105.8 | 110M| 162 | 420 |4560 |  30k|4560 |  30k| 181 |8099 |1375 | 0.000000e+00 |      --      |    Inf 
806.35/806.57	c   807s|  4800 |  1210 |520763 | 104.4 | 110M| 162 | 408 |4560 |  30k|4560 |  30k| 181 |8353 |1401 | 0.000000e+00 |      --      |    Inf 
810.65/810.81	c   811s|  4900 |  1204 |523531 | 102.8 | 111M| 162 | 425 |4560 |  31k|4560 |  30k| 181 |8656 |1414 | 0.000000e+00 |      --      |    Inf 
817.15/817.31	c   817s|  5000 |  1210 |527178 | 101.5 | 111M| 162 |   - |4560 |  31k|4560 |  30k| 181 |8856 |1440 | 0.000000e+00 |      --      |    Inf 
823.44/823.68	c   824s|  5100 |  1198 |530328 | 100.1 | 111M| 162 |   - |4560 |  31k|4560 |  30k| 181 |9101 |1466 | 0.000000e+00 |      --      |    Inf 
827.24/827.49	c   827s|  5200 |  1208 |533740 |  98.9 | 111M| 162 |   - |4560 |  31k|   0 |   0 | 181 |9366 |1466 | 0.000000e+00 |      --      |    Inf 
834.75/834.92	c   835s|  5300 |  1201 |538730 |  98.0 | 111M| 162 |   - |4560 |  31k|4560 |  30k| 181 |9621 |1492 | 0.000000e+00 |      --      |    Inf 
843.34/843.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
843.34/843.54	c   844s|  5400 |  1219 |543611 |  97.0 | 110M| 162 | 493 |4560 |  31k|4560 |  30k| 181 |9805 |1518 | 0.000000e+00 |      --      |    Inf 
849.94/850.13	c   850s|  5500 |  1242 |549023 |  96.3 | 111M| 162 | 490 |4560 |  31k|4560 |  30k| 181 |  10k|1530 | 0.000000e+00 |      --      |    Inf 
855.34/855.57	c   856s|  5600 |  1247 |552605 |  95.2 | 111M| 162 | 494 |4560 |  31k|4560 |  30k| 181 |  10k|1542 | 0.000000e+00 |      --      |    Inf 
862.25/862.43	c   862s|  5700 |  1259 |556532 |  94.2 | 111M| 162 | 474 |4560 |  31k|4560 |  30k| 181 |  10k|1566 | 0.000000e+00 |      --      |    Inf 
871.94/872.18	c   872s|  5800 |  1260 |563356 |  93.8 | 111M| 162 |   - |4560 |  31k|   0 |   0 | 181 |  10k|1592 | 0.000000e+00 |      --      |    Inf 
880.53/880.79	c   881s|  5900 |  1257 |568453 |  93.0 | 111M| 162 | 520 |4560 |  31k|4560 |  30k| 181 |  11k|1628 | 0.000000e+00 |      --      |    Inf 
887.64/887.86	c   888s|  6000 |  1256 |573633 |  92.3 | 111M| 162 | 507 |4560 |  31k|4560 |  30k| 181 |  11k|1652 | 0.000000e+00 |      --      |    Inf 
902.73/902.98	c   903s|  6100 |  1279 |584661 |  92.6 | 111M| 162 |   - |4560 |  30k|4560 |  30k| 181 |  11k|1689 | 0.000000e+00 |      --      |    Inf 
909.54/909.76	c   910s|  6200 |  1282 |588797 |  91.8 | 111M| 162 | 460 |4560 |  30k|4560 |  30k| 181 |  11k|1713 | 0.000000e+00 |      --      |    Inf 
917.13/917.36	c   917s|  6300 |  1264 |593510 |  91.1 | 111M| 162 |   - |4560 |  30k|4560 |  30k| 181 |  11k|1737 | 0.000000e+00 |      --      |    Inf 
929.02/929.27	c   929s|  6400 |  1308 |602840 |  91.1 | 111M| 162 | 393 |4560 |  30k|4560 |  30k| 181 |  12k|1774 | 0.000000e+00 |      --      |    Inf 
943.83/944.05	c   944s|  6500 |  1309 |612961 |  91.3 | 111M| 162 | 447 |4560 |  30k|4560 |  30k| 181 |  12k|1822 | 0.000000e+00 |      --      |    Inf 
948.93/949.18	c   949s|  6600 |  1314 |616039 |  90.4 | 111M| 162 | 510 |4560 |  30k|4560 |  30k| 181 |  12k|1834 | 0.000000e+00 |      --      |    Inf 
954.12/954.31	c   954s|  6700 |  1315 |619158 |  89.5 | 112M| 162 | 452 |4560 |  31k|4560 |  30k| 181 |  12k|1846 | 0.000000e+00 |      --      |    Inf 
960.62/960.82	c   961s|  6800 |  1315 |622722 |  88.7 | 112M| 162 | 562 |4560 |  31k|4560 |  30k| 181 |  13k|1870 | 0.000000e+00 |      --      |    Inf 
968.02/968.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.02/968.20	c   968s|  6900 |  1330 |627964 |  88.2 | 112M| 162 |   - |4560 |  31k|   0 |   0 | 181 |  13k|1894 | 0.000000e+00 |      --      |    Inf 
973.72/973.94	c   974s|  7000 |  1334 |630798 |  87.3 | 112M| 162 | 417 |4560 |  31k|4560 |  30k| 181 |  13k|1930 | 0.000000e+00 |      --      |    Inf 
978.92/979.16	c   979s|  7100 |  1328 |633951 |  86.5 | 112M| 162 | 418 |4560 |  31k|4560 |  30k| 181 |  13k|1952 | 0.000000e+00 |      --      |    Inf 
985.02/985.20	c   985s|  7200 |  1324 |637292 |  85.8 | 112M| 162 | 481 |4560 |  31k|4560 |  30k| 181 |  14k|1985 | 0.000000e+00 |      --      |    Inf 
991.72/991.97	c   992s|  7300 |  1305 |641459 |  85.2 | 112M| 162 | 475 |4560 |  31k|4560 |  30k| 181 |  14k|2007 | 0.000000e+00 |      --      |    Inf 
1000.72/1000.97	c  1001s|  7400 |  1328 |646662 |  84.7 | 112M| 162 | 429 |4560 |  31k|4560 |  30k| 181 |  14k|2041 | 0.000000e+00 |      --      |    Inf 
1007.12/1007.36	c  1007s|  7500 |  1341 |650831 |  84.2 | 113M| 162 | 392 |4560 |  31k|4560 |  30k| 181 |  15k|2074 | 0.000000e+00 |      --      |    Inf 
1013.91/1014.16	c  1014s|  7600 |  1340 |654974 |  83.6 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  15k|2113 | 0.000000e+00 |      --      |    Inf 
1021.51/1021.79	c  1022s|  7700 |  1338 |659479 |  83.1 | 113M| 162 | 396 |4560 |  32k|4560 |  30k| 181 |  15k|2160 | 0.000000e+00 |      --      |    Inf 
1028.61/1028.83	c  1029s|  7800 |  1330 |663566 |  82.6 | 113M| 162 | 423 |4560 |  32k|4560 |  30k| 181 |  16k|2210 | 0.000000e+00 |      --      |    Inf 
1037.01/1037.30	c  1037s|  7900 |  1328 |668987 |  82.2 | 113M| 162 | 393 |4560 |  32k|4560 |  30k| 181 |  16k|2250 | 0.000000e+00 |      --      |    Inf 
1044.50/1044.77	c  1045s|  8000 |  1348 |673405 |  81.7 | 113M| 162 | 354 |4560 |  31k|4560 |  30k| 181 |  16k|2282 | 0.000000e+00 |      --      |    Inf 
1052.31/1052.55	c  1053s|  8100 |  1360 |677688 |  81.2 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  16k|2334 | 0.000000e+00 |      --      |    Inf 
1057.90/1058.18	c  1058s|  8200 |  1364 |680556 |  80.6 | 113M| 162 | 387 |4560 |  32k|4560 |  30k| 181 |  17k|2383 | 0.000000e+00 |      --      |    Inf 
1064.61/1064.80	c  1065s|  8300 |  1373 |685140 |  80.2 | 114M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  17k|2404 | 0.000000e+00 |      --      |    Inf 
1072.21/1072.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.21/1072.48	c  1072s|  8400 |  1372 |689637 |  79.8 | 114M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  17k|2452 | 0.000000e+00 |      --      |    Inf 
1079.70/1079.90	c  1080s|  8500 |  1379 |693877 |  79.3 | 114M| 162 | 377 |4560 |  32k|4560 |  30k| 181 |  18k|2499 | 0.000000e+00 |      --      |    Inf 
1086.31/1086.51	c  1087s|  8600 |  1374 |697516 |  78.8 | 114M| 162 | 372 |4560 |  32k|4560 |  30k| 181 |  18k|2545 | 0.000000e+00 |      --      |    Inf 
1094.50/1094.77	c  1095s|  8700 |  1380 |702113 |  78.4 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  18k|2599 | 0.000000e+00 |      --      |    Inf 
1100.40/1100.63	c  1101s|  8800 |  1375 |705326 |  77.9 | 114M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  18k|2635 | 0.000000e+00 |      --      |    Inf 
1108.20/1108.46	c  1108s|  8900 |  1385 |709727 |  77.5 | 114M| 162 | 377 |4560 |  32k|4560 |  30k| 181 |  19k|2680 | 0.000000e+00 |      --      |    Inf 
1115.60/1115.84	c  1116s|  9000 |  1391 |713202 |  77.1 | 114M| 162 | 386 |4560 |  32k|4560 |  30k| 181 |  19k|2743 | 0.000000e+00 |      --      |    Inf 
1122.49/1122.77	c  1123s|  9100 |  1378 |716319 |  76.6 | 114M| 162 | 393 |4560 |  32k|4560 |  30k| 181 |  19k|2806 | 0.000000e+00 |      --      |    Inf 
1130.71/1130.93	c  1131s|  9200 |  1367 |720437 |  76.2 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  19k|2887 | 0.000000e+00 |      --      |    Inf 
1136.20/1136.42	c  1136s|  9300 |  1365 |722460 |  75.6 | 114M| 162 | 419 |4560 |  32k|4560 |  30k| 181 |  20k|2941 | 0.000000e+00 |      --      |    Inf 
1141.90/1142.14	c  1142s|  9400 |  1355 |725625 |  75.1 | 113M| 162 | 394 |4560 |  31k|4560 |  30k| 181 |  20k|2968 | 0.000000e+00 |      --      |    Inf 
1148.39/1148.62	c  1149s|  9500 |  1375 |729005 |  74.7 | 114M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  20k|3007 | 0.000000e+00 |      --      |    Inf 
1152.99/1153.25	c  1153s|  9600 |  1370 |731638 |  74.2 | 113M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  21k|3025 | 0.000000e+00 |      --      |    Inf 
1158.89/1159.17	c  1159s|  9700 |  1362 |734267 |  73.7 | 113M| 162 | 396 |4560 |  32k|4560 |  30k| 181 |  21k|3088 | 0.000000e+00 |      --      |    Inf 
1164.80/1165.05	c  1165s|  9800 |  1370 |737796 |  73.3 | 113M| 162 | 390 |4560 |  32k|4560 |  30k| 181 |  21k|3113 | 0.000000e+00 |      --      |    Inf 
1170.39/1170.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1170.39/1170.68	c  1171s|  9900 |  1367 |740488 |  72.8 | 114M| 162 | 340 |4560 |  32k|4560 |  30k| 181 |  21k|3149 | 0.000000e+00 |      --      |    Inf 
1175.89/1176.12	c  1176s| 10000 |  1357 |743510 |  72.4 | 113M| 162 | 420 |4560 |  31k|4560 |  30k| 181 |  22k|3172 | 0.000000e+00 |      --      |    Inf 
1182.18/1182.41	c  1182s| 10100 |  1359 |746809 |  72.0 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  22k|3217 | 0.000000e+00 |      --      |    Inf 
1188.38/1188.60	c  1189s| 10200 |  1370 |749961 |  71.6 | 114M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  22k|3262 | 0.000000e+00 |      --      |    Inf 
1195.39/1195.63	c  1196s| 10300 |  1363 |753452 |  71.2 | 113M| 162 | 399 |4560 |  32k|4560 |  30k| 181 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
1202.98/1203.20	c  1203s| 10400 |  1370 |758123 |  71.0 | 114M| 162 | 429 |4560 |  32k|4560 |  30k| 181 |  23k|3356 | 0.000000e+00 |      --      |    Inf 
1210.09/1210.37	c  1210s| 10500 |  1357 |762226 |  70.7 | 113M| 162 | 408 |4560 |  32k|4560 |  30k| 181 |  23k|3400 | 0.000000e+00 |      --      |    Inf 
1215.68/1215.90	c  1216s| 10600 |  1359 |766186 |  70.4 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  23k|3426 | 0.000000e+00 |      --      |    Inf 
1221.89/1222.20	c  1222s| 10700 |  1361 |770113 |  70.1 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  23k|3458 | 0.000000e+00 |      --      |    Inf 
1226.98/1227.23	c  1227s| 10800 |  1362 |773346 |  69.8 | 114M| 162 | 352 |4560 |  32k|4560 |  30k| 181 |  24k|3475 | 0.000000e+00 |      --      |    Inf 
1237.78/1238.01	c  1238s| 10900 |  1350 |777175 |  69.5 | 113M| 162 | 389 |4560 |  32k|4560 |  30k| 181 |  24k|3567 | 0.000000e+00 |      --      |    Inf 
1242.67/1242.99	c  1243s| 11000 |  1349 |780574 |  69.2 | 113M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  24k|3577 | 0.000000e+00 |      --      |    Inf 
1249.39/1249.68	c  1250s| 11100 |  1351 |784086 |  68.9 | 113M| 162 | 402 |4560 |  32k|4560 |  30k| 181 |  24k|3619 | 0.000000e+00 |      --      |    Inf 
1255.77/1256.00	c  1256s| 11200 |  1351 |788328 |  68.6 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3647 | 0.000000e+00 |      --      |    Inf 
1259.67/1259.96	c  1260s| 11300 |  1359 |790587 |  68.2 | 114M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  25k|3662 | 0.000000e+00 |      --      |    Inf 
1264.68/1264.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1264.68/1264.97	c  1265s| 11400 |  1354 |793562 |  67.9 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3684 | 0.000000e+00 |      --      |    Inf 
1270.08/1270.39	c  1270s| 11500 |  1357 |797478 |  67.6 | 114M| 162 | 371 |4560 |  32k|4560 |  30k| 181 |  25k|3705 | 0.000000e+00 |      --      |    Inf 
1274.78/1275.09	c  1275s| 11600 |  1354 |800951 |  67.4 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  25k|3718 | 0.000000e+00 |      --      |    Inf 
1279.48/1279.73	c  1280s| 11700 |  1357 |804104 |  67.0 | 114M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  26k|3731 | 0.000000e+00 |      --      |    Inf 
1283.17/1283.47	c  1283s| 11800 |  1351 |806701 |  66.7 | 113M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  26k|3740 | 0.000000e+00 |      --      |    Inf 
1287.57/1287.81	c  1288s| 11900 |  1345 |809433 |  66.4 | 113M| 162 | 378 |4560 |  32k|4560 |  30k| 181 |  26k|3754 | 0.000000e+00 |      --      |    Inf 
1304.67/1304.95	c  1305s| 12000 |  1371 |815271 |  66.3 | 114M| 162 | 260 |4560 |  32k|4560 |  30k| 181 |  26k|3856 | 0.000000e+00 |      --      |    Inf 
1313.47/1313.74	c  1314s| 12100 |  1375 |820777 |  66.2 | 114M| 162 | 327 |4560 |  32k|4560 |  30k| 181 |  26k|3894 | 0.000000e+00 |      --      |    Inf 
1320.57/1320.85	c  1321s| 12200 |  1352 |825078 |  66.0 | 114M| 162 | 373 |4560 |  32k|4560 |  30k| 181 |  27k|3930 | 0.000000e+00 |      --      |    Inf 
1327.87/1328.10	c  1328s| 12300 |  1349 |829451 |  65.8 | 114M| 162 |   - |4560 |  32k|   0 |   0 | 181 |  27k|3971 | 0.000000e+00 |      --      |    Inf 
1334.57/1334.82	c  1335s| 12400 |  1351 |833237 |  65.6 | 114M| 162 | 392 |4560 |  32k|4560 |  30k| 181 |  27k|4014 | 0.000000e+00 |      --      |    Inf 
1342.36/1342.69	c  1343s| 12500 |  1355 |837409 |  65.4 | 114M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  28k|4084 | 0.000000e+00 |      --      |    Inf 
1347.86/1348.16	c  1348s| 12600 |  1356 |840599 |  65.2 | 114M| 162 | 404 |4560 |  32k|4560 |  30k| 181 |  28k|4115 | 0.000000e+00 |      --      |    Inf 
1354.36/1354.65	c  1355s| 12700 |  1344 |844391 |  64.9 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  28k|4150 | 0.000000e+00 |      --      |    Inf 
1360.16/1360.46	c  1360s| 12800 |  1355 |847925 |  64.7 | 114M| 162 | 402 |4560 |  32k|4560 |  30k| 181 |  28k|4179 | 0.000000e+00 |      --      |    Inf 
1366.26/1366.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.26/1366.54	c  1367s| 12900 |  1353 |851729 |  64.5 | 114M| 162 | 446 |4560 |  32k|4560 |  30k| 181 |  29k|4212 | 0.000000e+00 |      --      |    Inf 
1373.66/1373.96	c  1374s| 13000 |  1358 |856423 |  64.4 | 114M| 162 | 413 |4560 |  32k|4560 |  30k| 181 |  29k|4250 | 0.000000e+00 |      --      |    Inf 
1381.56/1381.87	c  1382s| 13100 |  1355 |861963 |  64.3 | 114M| 162 | 387 |4560 |  32k|4560 |  30k| 181 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
1386.97/1387.27	c  1387s| 13200 |  1355 |865349 |  64.1 | 114M| 162 | 443 |4560 |  32k|4560 |  30k| 181 |  29k|4310 | 0.000000e+00 |      --      |    Inf 
1397.16/1397.49	c  1397s| 13300 |  1363 |872502 |  64.1 | 114M| 162 | 388 |4560 |  32k|4560 |  30k| 181 |  30k|4363 | 0.000000e+00 |      --      |    Inf 
1403.75/1404.00	c  1404s| 13400 |  1358 |878012 |  64.1 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  30k|4377 | 0.000000e+00 |      --      |    Inf 
1423.75/1424.03	c  1424s| 13500 |  1340 |883876 |  64.0 | 114M| 162 | 496 |4560 |  32k|4560 |  30k| 181 |  30k|4544 | 0.000000e+00 |      --      |    Inf 
1432.95/1433.21	c  1433s| 13600 |  1360 |889919 |  64.0 | 114M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  30k|4585 | 0.000000e+00 |      --      |    Inf 
1439.25/1439.59	c  1440s| 13700 |  1391 |893614 |  63.8 | 114M| 162 | 141 |4560 |  32k|4560 |  30k| 181 |  31k|4631 | 0.000000e+00 |      --      |    Inf 
1443.65/1443.97	c  1444s| 13800 |  1408 |895991 |  63.5 | 115M| 162 | 156 |4560 |  32k|4560 |  30k| 181 |  31k|4667 | 0.000000e+00 |      --      |    Inf 
1448.24/1448.51	c  1449s| 13900 |  1403 |898237 |  63.2 | 115M| 162 |   - |4560 |  32k|4560 |  30k| 181 |  31k|4721 | 0.000000e+00 |      --      |    Inf 
1453.95/1454.21	c  1454s| 14000 |  1414 |901392 |  63.0 | 115M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  31k|4766 | 0.000000e+00 |      --      |    Inf 
1458.84/1459.17	c  1459s| 14100 |  1410 |903541 |  62.7 | 115M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  32k|4812 | 0.000000e+00 |      --      |    Inf 
1463.04/1463.35	c  1463s| 14200 |  1414 |905323 |  62.4 | 115M| 163 |   - |4560 |  32k|   0 |   0 | 181 |  32k|4839 | 0.000000e+00 |      --      |    Inf 
1468.15/1468.43	c  1468s| 14300 |  1439 |908341 |  62.1 | 115M| 163 |  96 |4560 |  32k|4560 |  30k| 181 |  32k|4875 | 0.000000e+00 |      --      |    Inf 
1473.74/1474.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.74/1474.09	c  1474s| 14400 |  1464 |911464 |  61.9 | 115M| 163 |  69 |4560 |  32k|4560 |  30k| 181 |  33k|4927 | 0.000000e+00 |      --      |    Inf 
1478.34/1478.61	c  1479s| 14500 |  1456 |913737 |  61.7 | 116M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  33k|4982 | 0.000000e+00 |      --      |    Inf 
1483.34/1483.61	c  1484s| 14600 |  1430 |916207 |  61.4 | 115M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  33k|5038 | 0.000000e+00 |      --      |    Inf 
1489.25/1489.51	c  1490s| 14700 |  1445 |919603 |  61.2 | 115M| 164 | 216 |4560 |  32k|4560 |  30k| 181 |  34k|5084 | 0.000000e+00 |      --      |    Inf 
1493.93/1494.23	c  1494s| 14800 |  1420 |922598 |  61.0 | 115M| 164 | 329 |4560 |  32k|4560 |  30k| 181 |  34k|5119 | 0.000000e+00 |      --      |    Inf 
1502.74/1503.03	c  1503s| 14900 |  1413 |926366 |  60.9 | 115M| 164 | 375 |4560 |  32k|4560 |  30k| 181 |  34k|5222 | 0.000000e+00 |      --      |    Inf 
1507.24/1507.54	c  1508s| 15000 |  1435 |929326 |  60.6 | 115M| 164 | 308 |4560 |  32k|4560 |  30k| 181 |  34k|5253 | 0.000000e+00 |      --      |    Inf 
1511.14/1511.49	c  1511s| 15100 |  1441 |932264 |  60.4 | 115M| 164 | 240 |4560 |  32k|4560 |  30k| 181 |  34k|5276 | 0.000000e+00 |      --      |    Inf 
1514.73/1515.07	c  1515s| 15200 |  1424 |934819 |  60.2 | 115M| 164 | 314 |4560 |  32k|4560 |  30k| 181 |  35k|5290 | 0.000000e+00 |      --      |    Inf 
1517.43/1517.77	c  1518s| 15300 |  1437 |936944 |  60.0 | 115M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  35k|5303 | 0.000000e+00 |      --      |    Inf 
1519.53/1519.88	c  1520s| 15400 |  1439 |938552 |  59.7 | 116M| 164 | 254 |4560 |  33k|4560 |  30k| 181 |  35k|5310 | 0.000000e+00 |      --      |    Inf 
1521.93/1522.24	c  1522s| 15500 |  1437 |940379 |  59.4 | 116M| 164 |   - |4560 |  33k|   0 |   0 | 181 |  35k|5312 | 0.000000e+00 |      --      |    Inf 
1524.04/1524.32	c  1524s| 15600 |  1440 |941863 |  59.1 | 116M| 164 | 279 |4560 |  33k|4560 |  30k| 181 |  36k|5312 | 0.000000e+00 |      --      |    Inf 
1527.64/1527.98	c  1528s| 15700 |  1433 |945159 |  59.0 | 115M| 164 | 336 |4560 |  32k|4560 |  30k| 181 |  36k|5321 | 0.000000e+00 |      --      |    Inf 
1530.53/1530.89	c  1531s| 15800 |  1433 |947145 |  58.7 | 115M| 164 | 321 |4560 |  32k|4560 |  30k| 181 |  36k|5328 | 0.000000e+00 |      --      |    Inf 
1533.64/1533.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.64/1533.99	c  1534s| 15900 |  1435 |949970 |  58.5 | 115M| 164 | 336 |4560 |  33k|4560 |  30k| 181 |  36k|5329 | 0.000000e+00 |      --      |    Inf 
1536.93/1537.24	c  1537s| 16000 |  1433 |952901 |  58.3 | 115M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  37k|5331 | 0.000000e+00 |      --      |    Inf 
1540.63/1540.93	c  1541s| 16100 |  1426 |956073 |  58.2 | 115M| 164 | 330 |4560 |  33k|4560 |  30k| 181 |  37k|5334 | 0.000000e+00 |      --      |    Inf 
1545.34/1545.66	c  1546s| 16200 |  1415 |959651 |  58.0 | 115M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  37k|5344 | 0.000000e+00 |      --      |    Inf 
1549.43/1549.76	c  1550s| 16300 |  1423 |962889 |  57.9 | 116M| 164 | 315 |4560 |  33k|4560 |  30k| 181 |  37k|5352 | 0.000000e+00 |      --      |    Inf 
1553.73/1554.00	c  1554s| 16400 |  1411 |966581 |  57.7 | 116M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  38k|5354 | 0.000000e+00 |      --      |    Inf 
1558.03/1558.32	c  1558s| 16500 |  1410 |970194 |  57.6 | 115M| 164 | 353 |4560 |  33k|4560 |  30k| 181 |  38k|5359 | 0.000000e+00 |      --      |    Inf 
1563.12/1563.41	c  1563s| 16600 |  1415 |973799 |  57.5 | 115M| 164 | 316 |4560 |  33k|4560 |  30k| 181 |  38k|5381 | 0.000000e+00 |      --      |    Inf 
1567.42/1567.77	c  1568s| 16700 |  1409 |976713 |  57.3 | 115M| 164 | 357 |4560 |  33k|4560 |  30k| 181 |  38k|5405 | 0.000000e+00 |      --      |    Inf 
1571.43/1571.74	c  1572s| 16800 |  1416 |979914 |  57.2 | 115M| 164 | 228 |4560 |  33k|4560 |  30k| 181 |  39k|5409 | 0.000000e+00 |      --      |    Inf 
1574.93/1575.25	c  1575s| 16900 |  1420 |982665 |  57.0 | 116M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  39k|5412 | 0.000000e+00 |      --      |    Inf 
1578.82/1579.10	c  1579s| 17000 |  1418 |985825 |  56.8 | 116M| 164 |   - |4560 |  33k|   0 |   0 | 181 |  39k|5412 | 0.000000e+00 |      --      |    Inf 
1582.23/1582.57	c  1583s| 17100 |  1426 |988416 |  56.7 | 116M| 164 | 304 |4560 |  33k|4560 |  30k| 181 |  39k|5417 | 0.000000e+00 |      --      |    Inf 
1586.22/1586.52	c  1587s| 17200 |  1428 |991636 |  56.5 | 116M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  40k|5421 | 0.000000e+00 |      --      |    Inf 
1590.43/1590.79	c  1591s| 17300 |  1444 |995093 |  56.4 | 116M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  40k|5437 | 0.000000e+00 |      --      |    Inf 
1594.32/1594.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.32/1594.67	c  1595s| 17400 |  1432 |998545 |  56.3 | 116M| 164 | 246 |4560 |  33k|4560 |  30k| 181 |  40k|5441 | 0.000000e+00 |      --      |    Inf 
1597.52/1597.89	c  1598s| 17500 |  1434 |  1001k|  56.1 | 116M| 164 | 305 |4560 |  33k|4560 |  30k| 181 |  40k|5442 | 0.000000e+00 |      --      |    Inf 
1600.82/1601.15	c  1601s| 17600 |  1433 |  1003k|  55.9 | 116M| 164 | 272 |4560 |  33k|4560 |  30k| 181 |  41k|5446 | 0.000000e+00 |      --      |    Inf 
1604.63/1604.99	c  1605s| 17700 |  1431 |  1006k|  55.8 | 116M| 164 | 301 |4560 |  33k|4560 |  30k| 181 |  41k|5449 | 0.000000e+00 |      --      |    Inf 
1609.52/1609.80	c  1610s| 17800 |  1403 |  1010k|  55.7 | 115M| 164 | 307 |4560 |  32k|4560 |  30k| 181 |  41k|5460 | 0.000000e+00 |      --      |    Inf 
1613.92/1614.26	c  1614s| 17900 |  1377 |  1014k|  55.6 | 115M| 164 | 374 |4560 |  32k|4560 |  30k| 181 |  41k|5467 | 0.000000e+00 |      --      |    Inf 
1618.12/1618.40	c  1618s| 18000 |  1382 |  1017k|  55.5 | 115M| 164 | 384 |4560 |  32k|4560 |  30k| 181 |  41k|5471 | 0.000000e+00 |      --      |    Inf 
1624.52/1624.82	c  1625s| 18100 |  1351 |  1022k|  55.4 | 114M| 164 | 395 |4560 |  32k|4560 |  30k| 181 |  42k|5502 | 0.000000e+00 |      --      |    Inf 
1637.42/1637.75	c  1638s| 18200 |  1349 |  1026k|  55.3 | 113M| 164 | 317 |4560 |  32k|4560 |  30k| 181 |  42k|5633 | 0.000000e+00 |      --      |    Inf 
1652.41/1652.74	c  1653s| 18300 |  1344 |  1030k|  55.3 | 114M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  42k|5748 | 0.000000e+00 |      --      |    Inf 
1657.12/1657.41	c  1657s| 18400 |  1335 |  1033k|  55.1 | 114M| 164 | 526 |4560 |  32k|4560 |  30k| 181 |  42k|5762 | 0.000000e+00 |      --      |    Inf 
1666.61/1666.95	c  1667s| 18500 |  1361 |  1039k|  55.1 | 114M| 164 | 228 |4560 |  32k|4560 |  30k| 181 |  43k|5823 | 0.000000e+00 |      --      |    Inf 
1671.31/1671.62	c  1672s| 18600 |  1354 |  1043k|  55.1 | 114M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  43k|5831 | 0.000000e+00 |      --      |    Inf 
1676.12/1676.45	c  1676s| 18700 |  1348 |  1048k|  55.0 | 114M| 164 | 398 |4560 |  32k|4560 |  30k| 181 |  43k|5837 | 0.000000e+00 |      --      |    Inf 
1681.01/1681.35	c  1681s| 18800 |  1351 |  1052k|  54.9 | 114M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  43k|5843 | 0.000000e+00 |      --      |    Inf 
1685.91/1686.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.91/1686.24	c  1686s| 18900 |  1350 |  1055k|  54.8 | 114M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  44k|5854 | 0.000000e+00 |      --      |    Inf 
1690.10/1690.46	c  1690s| 19000 |  1354 |  1059k|  54.7 | 114M| 164 | 375 |4560 |  32k|4560 |  30k| 181 |  44k|5856 | 0.000000e+00 |      --      |    Inf 
1694.20/1694.52	c  1695s| 19100 |  1349 |  1062k|  54.6 | 114M| 164 | 386 |4560 |  32k|4560 |  30k| 181 |  44k|5859 | 0.000000e+00 |      --      |    Inf 
1698.21/1698.51	c  1699s| 19200 |  1352 |  1066k|  54.5 | 114M| 164 | 394 |4560 |  32k|4560 |  30k| 181 |  44k|5860 | 0.000000e+00 |      --      |    Inf 
1702.00/1702.33	c  1702s| 19300 |  1348 |  1069k|  54.4 | 114M| 164 | 417 |4560 |  32k|4560 |  30k| 181 |  45k|5864 | 0.000000e+00 |      --      |    Inf 
1706.50/1706.84	c  1707s| 19400 |  1358 |  1072k|  54.3 | 114M| 164 | 386 |4560 |  32k|4560 |  30k| 181 |  45k|5869 | 0.000000e+00 |      --      |    Inf 
1709.90/1710.21	c  1710s| 19500 |  1362 |  1075k|  54.2 | 115M| 164 | 381 |4560 |  32k|4560 |  30k| 181 |  45k|5870 | 0.000000e+00 |      --      |    Inf 
1713.20/1713.57	c  1714s| 19600 |  1353 |  1078k|  54.0 | 114M| 164 | 372 |4560 |  32k|4560 |  30k| 181 |  45k|5871 | 0.000000e+00 |      --      |    Inf 
1717.20/1717.57	c  1718s| 19700 |  1353 |  1081k|  53.9 | 114M| 164 | 401 |4560 |  32k|4560 |  30k| 181 |  45k|5871 | 0.000000e+00 |      --      |    Inf 
1721.10/1721.42	c  1721s| 19800 |  1355 |  1084k|  53.8 | 114M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  45k|5873 | 0.000000e+00 |      --      |    Inf 
1724.51/1724.89	c  1725s| 19900 |  1347 |  1087k|  53.6 | 114M| 164 | 400 |4560 |  32k|4560 |  30k| 181 |  46k|5875 | 0.000000e+00 |      --      |    Inf 
1727.90/1728.30	c  1728s| 20000 |  1350 |  1090k|  53.5 | 114M| 164 | 372 |4560 |  32k|4560 |  30k| 181 |  46k|5875 | 0.000000e+00 |      --      |    Inf 
1731.30/1731.66	c  1732s| 20100 |  1354 |  1092k|  53.4 | 114M| 164 | 389 |4560 |  32k|4560 |  30k| 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1734.80/1735.14	c  1735s| 20200 |  1351 |  1095k|  53.3 | 114M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1738.00/1738.32	c  1738s| 20300 |  1349 |  1097k|  53.1 | 114M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1741.30/1741.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.30/1741.65	c  1742s| 20400 |  1347 |  1100k|  53.0 | 114M| 164 | 385 |4560 |  32k|4560 |  30k| 181 |  46k|5876 | 0.000000e+00 |      --      |    Inf 
1744.60/1744.90	c  1745s| 20500 |  1349 |  1102k|  52.8 | 114M| 164 | 428 |4560 |  32k|4560 |  30k| 181 |  47k|5879 | 0.000000e+00 |      --      |    Inf 
1748.80/1749.13	c  1749s| 20600 |  1363 |  1106k|  52.8 | 115M| 164 | 417 |4560 |  32k|4560 |  30k| 181 |  47k|5881 | 0.000000e+00 |      --      |    Inf 
1753.49/1753.80	c  1754s| 20700 |  1362 |  1110k|  52.7 | 115M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  47k|5883 | 0.000000e+00 |      --      |    Inf 
1758.71/1759.02	c  1759s| 20800 |  1357 |  1116k|  52.7 | 115M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  48k|5884 | 0.000000e+00 |      --      |    Inf 
1763.49/1763.81	c  1764s| 20900 |  1362 |  1120k|  52.7 | 115M| 164 | 438 |4560 |  32k|4560 |  30k| 181 |  48k|5885 | 0.000000e+00 |      --      |    Inf 
1769.40/1769.72	c  1770s| 21000 |  1362 |  1126k|  52.7 | 115M| 164 |   - |4560 |  32k|4560 |  30k| 181 |  48k|5890 | 0.000000e+00 |      --      |    Inf 
1775.59/1775.91	c  1776s| 21100 |  1359 |  1131k|  52.7 | 115M| 164 | 431 |4560 |  32k|4560 |  30k| 181 |  48k|5898 | 0.000000e+00 |      --      |    Inf 
1780.09/1780.44	c  1780s| 21200 |  1361 |  1136k|  52.7 | 115M| 164 |   - |4560 |  32k|   0 |   0 | 181 |  48k|5898 | 0.000000e+00 |      --      |    Inf 
1785.79/1786.12	c  1786s| 21300 |  1365 |  1142k|  52.7 | 115M| 164 |   - |4560 |  33k|4560 |  30k| 181 |  49k|5901 | 0.000000e+00 |      --      |    Inf 
1791.19/1791.54	c  1792s| 21400 |  1370 |  1147k|  52.7 | 115M| 164 | 426 |4560 |  33k|4560 |  30k| 181 |  49k|5905 | 0.000000e+00 |      --      |    Inf 
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.00
1796.69/1797.01	c Solving Nodes      : 21493
1796.69/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.01	c Gap                : infinite
1796.69/1797.01	s UNKNOWN
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.00
1796.69/1797.01	c   solving          :    1797.00
1796.69/1797.01	c   presolving       :       0.56 (included in solving)
1796.69/1797.01	c   reading          :       0.08 (included in solving)
1796.69/1797.01	c   copying          :       0.00 (0 times copied the problem)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3691685-1338029632.opb
1796.69/1797.01	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 30179 initial, 30179 maximal
1796.69/1797.01	c   Objective sense  : minimize
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3691685-1338029632.opb
1796.69/1797.01	c   Variables        : 4560 (4560 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 30172 initial, 33508 maximal
1796.69/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00       0.00         42          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   gateextraction   :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0         18        540
1796.69/1797.01	c   setppc           :       0.03       0.00          0          0          0          0          0          7          0          0          0
1796.69/1797.01	c   linear           :       0.21       0.02          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :       0.24       0.01          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0          0      13961          0          1          0         25        805          0          0      26938
1796.69/1797.01	c   knapsack         :         78         78          5      96923          0          2          0    1112966       1648     105964        306          0          0
1796.69/1797.01	c   setppc           :       6556       6556          5      95275          0          2          0    1410052       1011     272553          0          0          0
1796.69/1797.01	c   logicor          :      23538+     26874          5      56026          0          2          0     553493       1415      85810          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.01	c   integral         :     638.83       0.00       0.00       0.00     638.83       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :       7.15       0.00       0.00       5.96       0.00       0.00       0.00       1.19
1796.69/1797.01	c   setppc           :       8.68       0.00       0.00       6.84       0.00       0.00       0.00       1.84
1796.69/1797.01	c   logicor          :       8.33       0.01       0.01       6.71       0.00       0.00       0.00       1.61
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.01	c   rootredcost      :          0          0          0          0
1796.69/1797.01	c   pseudoobj        :          0          0          0          0
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   redcost          :      13966          0          0          0
1796.69/1797.01	c   probing          :          0          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.01	c   rootredcost      :       0.09       0.00       0.00       0.09       0.00
1796.69/1797.01	c   pseudoobj        :       0.09       0.00       0.00       0.09       0.00
1796.69/1797.01	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
1796.69/1797.01	c   redcost          :       1.15       0.00       0.00       1.15       0.00
1796.69/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :      12.91       4074       4074     286304      212.4        329       83.9          -
1796.69/1797.01	c   infeasible LP    :      29.22       5708       5708     367735      212.7        608       76.0          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -      49797      136.7          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.02                     4          -          -         12          -    (maximal pool size: 1072)
1796.69/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.69/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :       8.58       0.00          5          0          0        200          0
1796.69/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :       2.88       0.00          5          0          0       2500          0
1796.69/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   clique           :       0.10       0.00          5          0          0         25          0
1796.69/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.69/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          -          0          0
1796.69/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     638.76       0.00      13961         25        805          0          0      26938
1796.69/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.69/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          -          0
1796.69/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          1          0
1796.69/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.69/1797.01	c   rounding         :       0.00       0.00          0          0
1796.69/1797.01	c   shifting         :       0.00       0.00          0          0
1796.69/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.69/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.01	c   clique           :       0.00       0.00          0          0
1796.69/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.69/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.69/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.69/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.69/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.69/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.01	c   octane           :       0.00       0.00          0          0
1796.69/1797.01	c   rens             :       0.00       0.00          0          0
1796.69/1797.01	c   rins             :       0.00       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00       0.00          0          0
1796.69/1797.01	c   crossover        :       0.00       0.00          0          0
1796.69/1797.01	c   dins             :       0.00       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.01	c   trysol           :       0.00       0.00          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.01	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.69/1797.01	c   dual LP          :    1007.56      19675    1152639      59.43    1143.99       1.66        281
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.69/1797.01	c   strong branching :     635.00       5911     619903     104.87     976.22
1796.69/1797.01	c     (at root node) :          -         33      27013     818.58          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :      21493
1796.69/1797.01	c   nodes (total)    :      21493
1796.69/1797.01	c   nodes left       :       1361
1796.69/1797.01	c   max depth        :        164
1796.69/1797.01	c   max depth (total):        164
1796.69/1797.01	c   backtracks       :       4915 (22.9%)
1796.69/1797.01	c   delayed cutoffs  :       4089
1796.69/1797.01	c   repropagations   :      25501 (153005 domain reductions, 2271 cutoffs)
1796.69/1797.01	c   avg switch length:       4.41
1796.69/1797.01	c   switching time   :       8.38
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          0 (0 improvements)
1796.69/1797.01	c   Primal Bound     :          -
1796.69/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.01	c   Gap              :   infinite
1796.69/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.01	c   Root Iterations  :      19690
1796.79/1797.14	c Time complete: 1796.83.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.36 1.70 4/173 29155
/proc/meminfo: memFree=29519556/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=12560 CPUtime=0 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 1901 0 0 0 0 0 0 0 20 0 1 0 269091789 12861440 1855 33554432000 4194304 10219143 140734706492368 140735724120904 4994016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 3140 1859 419 1471 0 1660 0

[startup+0.039081 s]
/proc/loadavg: 1.00 1.36 1.70 4/173 29155
/proc/meminfo: memFree=29519556/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=23736 CPUtime=0.03 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 4673 0 0 0 3 0 0 0 20 0 1 0 269091789 24305664 4627 33554432000 4194304 10219143 140734706492368 140735724120904 8771740 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 5934 4627 419 1471 0 4454 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23736

[startup+0.100318 s]
/proc/loadavg: 1.00 1.36 1.70 4/173 29155
/proc/meminfo: memFree=29519556/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=39012 CPUtime=0.09 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 8489 0 0 0 8 1 0 0 20 0 1 0 269091789 39948288 8432 33554432000 4194304 10219143 140734706492368 140735724120904 8930603 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 9786 8439 472 1471 0 8306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39012

[startup+0.300278 s]
/proc/loadavg: 1.00 1.36 1.70 4/173 29155
/proc/meminfo: memFree=29519556/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=66748 CPUtime=0.29 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 15957 0 0 0 21 8 0 0 20 0 1 0 269091789 68349952 15146 33554432000 4194304 10219143 140734706492368 140735724120904 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 16687 15147 560 1471 0 15207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66748

[startup+0.700276 s]
/proc/loadavg: 1.00 1.36 1.70 4/173 29155
/proc/meminfo: memFree=29519556/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=77580 CPUtime=0.69 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 20287 0 0 0 43 26 0 0 20 0 1 0 269091789 79441920 17936 33554432000 4194304 10219143 140734706492368 140735724120904 5015180 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 19395 17936 603 1471 0 17915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77580

[startup+1.50022 s]
/proc/loadavg: 1.08 1.37 1.70 4/175 29157
/proc/meminfo: memFree=29286540/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=128008 CPUtime=1.49 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 32367 0 0 0 121 28 0 0 20 0 1 0 269091789 131080192 29891 33554432000 4194304 10219143 140734706492368 140734706486568 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 32002 29891 741 1471 0 30522 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128008

[startup+3.10027 s]
/proc/loadavg: 1.08 1.37 1.70 3/175 29157
/proc/meminfo: memFree=29278728/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=128008 CPUtime=3.09 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 32578 0 0 0 280 29 0 0 20 0 1 0 269091789 131080192 30102 33554432000 4194304 10219143 140734706492368 140734706485672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 32002 30102 741 1471 0 30522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128008

[startup+6.30028 s]
/proc/loadavg: 1.16 1.38 1.70 3/175 29157
/proc/meminfo: memFree=29262156/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=144536 CPUtime=6.29 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 36180 0 0 0 598 31 0 0 20 0 1 0 269091789 148004864 33961 33554432000 4194304 10219143 140734706492368 140734706485672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 36134 33961 784 1471 0 34654 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144536

[startup+12.7003 s]
/proc/loadavg: 1.22 1.39 1.71 3/175 29157
/proc/meminfo: memFree=29232440/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=161588 CPUtime=12.69 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 40038 0 0 0 1236 33 0 0 20 0 1 0 269091789 165466112 38330 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 40397 38330 784 1471 0 38917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161588

[startup+25.5003 s]
/proc/loadavg: 1.39 1.42 1.71 3/175 29157
/proc/meminfo: memFree=29166992/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=192636 CPUtime=25.49 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 45961 0 0 0 2509 40 0 0 20 0 1 0 269091789 197259264 45786 33554432000 4194304 10219143 140734706492368 140734706487256 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 48159 45786 784 1471 0 46679 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192636

[startup+51.1004 s]
/proc/loadavg: 1.60 1.47 1.72 3/175 29157
/proc/meminfo: memFree=29149916/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=192912 CPUtime=51.08 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 46171 0 0 0 5065 43 0 0 20 0 1 0 269091789 197541888 45995 33554432000 4194304 10219143 140734706492368 140734706485912 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 48228 45995 791 1471 0 46748 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 192912

[startup+102.3 s]
/proc/loadavg: 1.95 1.58 1.74 3/175 29157
/proc/meminfo: memFree=29146564/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=192912 CPUtime=102.28 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 46177 0 0 0 10179 49 0 0 20 0 1 0 269091789 197541888 45999 33554432000 4194304 10219143 140734706492368 140734706485496 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 48228 45999 791 1471 0 46748 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 192912

[startup+162.3 s]
/proc/loadavg: 1.98 1.65 1.75 3/175 29157
/proc/meminfo: memFree=29145852/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=192912 CPUtime=162.25 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 46200 0 0 0 16169 56 0 0 20 0 1 0 269091789 197541888 46145 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 48228 46145 791 1471 0 46748 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 192912

[startup+222.307 s]
/proc/loadavg: 1.99 1.71 1.77 3/175 29157
/proc/meminfo: memFree=29136188/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=195772 CPUtime=222.24 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 46908 0 0 0 22159 65 0 0 20 0 1 0 269091789 200470528 47738 33554432000 4194304 10219143 140734706492368 140734706486040 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 48943 47738 797 1471 0 47463 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 195772

[startup+282.3 s]
/proc/loadavg: 1.99 1.76 1.78 3/175 29158
/proc/meminfo: memFree=29132592/32873844 swapFree=7108/7108
[pid=29155] ppid=29151 vsize=199400 CPUtime=282.23 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 47862 0 0 0 28146 77 0 0 20 0 1 0 269091789 204185600 48692 33554432000 4194304 10219143 140734706492368 140734706486088 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 49850 48692 798 1471 0 48370 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 199400

[startup+342.3 s]
/proc/loadavg: 1.99 1.80 1.79 3/175 29158
/proc/meminfo: memFree=29128188/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=203432 CPUtime=342.22 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 48819 0 0 0 34130 92 0 0 20 0 1 0 269091789 208314368 49649 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 50858 49649 798 1471 0 49378 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 203432

[startup+402.3 s]
/proc/loadavg: 1.99 1.84 1.80 3/176 29199
/proc/meminfo: memFree=27697244/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=205056 CPUtime=402.21 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 49225 0 0 0 40116 105 0 0 20 0 1 0 269091789 209977344 50089 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 51264 50089 798 1471 0 49784 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 205056

[startup+462.3 s]
/proc/loadavg: 2.05 1.88 1.82 3/176 29222
/proc/meminfo: memFree=27736948/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=205056 CPUtime=462.2 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 49250 0 0 0 46106 114 0 0 20 0 1 0 269091789 209977344 50114 33554432000 4194304 10219143 140734706492368 140734706485672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 51264 50114 798 1471 0 49784 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 205056

[startup+522.3 s]
/proc/loadavg: 2.02 1.90 1.82 3/175 29222
/proc/meminfo: memFree=27735744/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=206160 CPUtime=522.19 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 49495 0 0 0 52097 122 0 0 20 0 1 0 269091789 211107840 50359 33554432000 4194304 10219143 140734706492368 140734706485816 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 51540 50359 798 1471 0 50060 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 206160

[startup+582.3 s]
/proc/loadavg: 2.08 1.93 1.83 3/175 29223
/proc/meminfo: memFree=27754992/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=207108 CPUtime=582.18 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 49640 0 0 0 58087 131 0 0 20 0 1 0 269091789 212078592 50504 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 51777 50504 798 1471 0 50297 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 207108

[startup+642.3 s]

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

/proc/meminfo: memFree=27617896/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=223648 CPUtime=1122.1 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 53808 0 0 0 111876 334 0 0 20 0 1 0 269091789 229015552 54672 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 55912 54672 798 1471 0 54432 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 223648

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 1.91 3/174 29228
/proc/meminfo: memFree=27617440/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=223804 CPUtime=1182.08 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 53907 0 0 0 117836 372 0 0 20 0 1 0 269091789 229175296 54771 33554432000 4194304 10219143 140734706492368 140734706485784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 55951 54771 798 1471 0 54471 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 223804

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/175 29229
/proc/meminfo: memFree=27617032/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=224204 CPUtime=1242.08 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 53998 0 0 0 123805 403 0 0 20 0 1 0 269091789 229584896 54862 33554432000 4194304 10219143 140734706492368 140734706486088 8090916 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56051 54862 798 1471 0 54571 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 224204

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/175 29229
/proc/meminfo: memFree=27616812/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=224204 CPUtime=1302.07 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 54053 0 0 0 129766 441 0 0 20 0 1 0 269091789 229584896 54917 33554432000 4194304 10219143 140734706492368 140734706486200 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56051 54917 798 1471 0 54571 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 224204

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 1.92 3/175 29229
/proc/meminfo: memFree=27616048/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=224616 CPUtime=1362.06 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 54138 0 0 0 135737 469 0 0 20 0 1 0 269091789 230006784 55002 33554432000 4194304 10219143 140734706492368 140734706487976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56154 55002 798 1471 0 54674 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 224616

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/175 29229
/proc/meminfo: memFree=27615800/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=224984 CPUtime=1422.06 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 54213 0 0 0 141717 489 0 0 20 0 1 0 269091789 230383616 55077 33554432000 4194304 10219143 140734706492368 140734706485816 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56246 55077 798 1471 0 54766 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 224984

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/175 29229
/proc/meminfo: memFree=27615036/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=225564 CPUtime=1482.04 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 54394 0 0 0 147680 524 0 0 20 0 1 0 269091789 230977536 55254 33554432000 4194304 10219143 140734706492368 140734706486184 7931832 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56391 55254 798 1471 0 54911 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 225564

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.92 3/175 29230
/proc/meminfo: memFree=27623476/32873844 swapFree=7108/7108
[pid=29155] ppid=29151 vsize=227064 CPUtime=1542.04 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 54731 0 0 0 153615 589 0 0 20 0 1 0 269091789 232513536 55591 33554432000 4194304 10219143 140734706492368 140734706486200 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 56766 55591 798 1471 0 55286 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 227064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 29233
/proc/meminfo: memFree=27620616/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=229768 CPUtime=1602.02 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55419 0 0 0 159545 657 0 0 20 0 1 0 269091789 235282432 56279 33554432000 4194304 10219143 140734706492368 140734706484984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57442 56279 798 1471 0 55962 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 229768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29233
/proc/meminfo: memFree=27619880/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230356 CPUtime=1662.02 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55612 0 0 0 165520 682 0 0 20 0 1 0 269091789 235884544 56472 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57589 56472 798 1471 0 56109 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 230356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29233
/proc/meminfo: memFree=27620004/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230356 CPUtime=1722 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55647 0 0 0 171479 721 0 0 20 0 1 0 269091789 235884544 56507 33554432000 4194304 10219143 140734706492368 140734706488952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57589 56507 798 1471 0 56109 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 230356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29233
/proc/meminfo: memFree=27619508/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230356 CPUtime=1782 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55679 0 0 0 177442 758 0 0 20 0 1 0 269091789 235884544 56539 33554432000 4194304 10219143 140734706492368 140734706487736 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57589 56539 798 1471 0 56109 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 230356

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29233
/proc/meminfo: memFree=27619756/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230356 CPUtime=1785.29 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55682 0 0 0 177770 759 0 0 20 0 1 0 269091789 235884544 56542 33554432000 4194304 10219143 140734706492368 140734706485720 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57589 56542 798 1471 0 56109 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 230356

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 29233
/proc/meminfo: memFree=27619764/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230356 CPUtime=1791.7 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55682 0 0 0 178407 763 0 0 20 0 1 0 269091789 235884544 56542 33554432000 4194304 10219143 140734706492368 140734706485624 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57589 56542 798 1471 0 56109 0
Current children cumulated CPU time (s) 1791.7
Current children cumulated vsize (KiB) 230356

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 29233
/proc/meminfo: memFree=27619640/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230732 CPUtime=1794.9 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55689 0 0 0 178725 765 0 0 20 0 1 0 269091789 236269568 56549 33554432000 4194304 10219143 140734706492368 140734706485672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57683 56549 798 1471 0 56203 0
Current children cumulated CPU time (s) 1794.9
Current children cumulated vsize (KiB) 230732

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 29233
/proc/meminfo: memFree=27619640/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230732 CPUtime=1795.69 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55690 0 0 0 178804 765 0 0 20 0 1 0 269091789 236269568 56550 33554432000 4194304 10219143 140734706492368 140734706485352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57683 56550 798 1471 0 56203 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (KiB) 230732

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29234
/proc/meminfo: memFree=27619632/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230732 CPUtime=1796.49 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55690 0 0 0 178883 766 0 0 20 0 1 0 269091789 236269568 56550 33554432000 4194304 10219143 140734706492368 140734706486008 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57683 56550 798 1471 0 56203 0
Current children cumulated CPU time (s) 1796.49
Current children cumulated vsize (KiB) 230732

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29234
/proc/meminfo: memFree=27619632/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=230732 CPUtime=1796.69 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55690 0 0 0 178903 766 0 0 20 0 1 0 269091789 236269568 56550 33554432000 4194304 10219143 140734706492368 140734706486008 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57683 56550 798 1471 0 56203 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 230732

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 29234
/proc/meminfo: memFree=27619632/32873844 swapFree=7104/7104
[pid=29155] ppid=29151 vsize=228668 CPUtime=1796.79 cores=1,3,5,7
/proc/29155/stat : 29155 (scip-2.1.1.4exp) R 29151 29155 28130 0 -1 4202496 55701 0 0 0 178913 766 0 0 20 0 1 0 269091789 234156032 56045 33554432000 4194304 10219143 140734706492368 140734706486008 4965528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29155/statm: 57167 56045 809 1471 0 55687 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 228668

Child status: 0
Real time (s): 1797.14
CPU time (s): 1796.84
CPU user time (s): 1789.17
CPU system time (s): 7.66983
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 230732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.17
system time used= 7.66983
maximum resident set size= 226244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55714
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= 29
involuntary context switches= 1848

runsolver used 2.91956 second user time and 7.76082 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 12:53:52
IDJOB=3691685
IDBENCH=1500
IDSOLVER=2271
FILE ID=node104/3691685-1338029632
RUNJOBID= node104-1338029632-29129
PBS_JOBID= 14624367
Free space on /tmp= 71384 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691685-1338029632/watcher-3691685-1338029632 -o /tmp/evaluation-result-3691685-1338029632/solver-3691685-1338029632 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691685-1338029632.opb -t 1800 -m 15500

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1198167414

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29520828 kB
Buffers:          235500 kB
Cached:          2335436 kB
SwapCached:            0 kB
Active:           726776 kB
Inactive:        1854716 kB
Active(anon):      13480 kB
Inactive(anon):        0 kB
Active(file):     713296 kB
Inactive(file):  1854716 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29564 kB
Writeback:            12 kB
AnonPages:         19976 kB
Mapped:            12648 kB
Shmem:               200 kB
Slab:             634828 kB
SReclaimable:      77516 kB
SUnreclaim:       557312 kB
KernelStack:        1400 kB
PageTables:         3576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      93396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71344 MiB
End job on node104 at 2012-05-26 13:23:50