Trace number 3690410

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedUNSAT 247.054 247.101

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
MD5SUM6f786d0e248f798e90612aee65004e7e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.65
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-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-3690410-1338016936.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.04	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.01/0.04	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.01/0.05	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.01/0.06	c presolving (4 rounds):
0.01/0.06	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  242 implications, 22 cliques
0.01/0.06	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.01/0.06	c       1 constraints of type <knapsack>
0.01/0.06	c      22 constraints of type <setppc>
0.01/0.06	c    2420 constraints of type <logicor>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.05
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.1.1.4
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1797
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c limits/solutions = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.06	c separating/maxrounds = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/maxroundsroot = 5
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.06	c constraints/knapsack/disaggregation = FALSE
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/coefdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.06	c heuristics/crossover/freq = -1
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/crossover/nodesofs = 750
0.01/0.06	c 
0.01/0.06	c # number of nodes without incumbent change that heuristic should wait
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.06	c heuristics/crossover/nwaitingnodes = 100
0.01/0.06	c 
0.01/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.06	c # [type: real, range: [0,1], default: 0.1]
0.01/0.06	c heuristics/crossover/nodesquot = 0.15
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixed 
0.01/0.06	c # [type: real, range: [0,1], default: 0.666]
0.01/0.06	c heuristics/crossover/minfixingrate = 0.5
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/feaspump/freq = -1
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/fracdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/guideddiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/intshifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/linesearchdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/objpscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.06	c # [type: real, range: [0,1], default: 0.01]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/oneopt/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/pscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/rens/freq = -1
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixable 
0.01/0.06	c # [type: real, range: [0,1], default: 0.5]
0.01/0.06	c heuristics/rens/minfixingrate = 0.3
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/rens/nodesofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/rootsoldiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/rounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/shiftandpropagate/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/shifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/simplerounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/subnlp/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/trivial/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/trysol/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/undercover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/veclendiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/zirounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c propagating/probing/maxprerounds = 0
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/cmir/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/flowcover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/indoneopt/freq = -1
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.07	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    90 |     - |4309k|   0 |  39 | 231 |2697 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   105 |     - |4638k|   0 |  45 | 231 |2697 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   120 |     - |5081k|   0 |  46 | 231 |2697 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   139 |     - |5523k|   0 |  47 | 231 |2697 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   146 |     - |5867k|   0 |  51 | 231 |2697 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     2 |   146 |     - |5868k|   0 |  51 | 231 |2697 | 231 |2460 |  17 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
8.39/8.48	c   8.5s|   100 |    17 |  4731 |  46.3 |6016k|  14 |  29 | 231 |2710 | 231 |2453 |  17 |  14 |1524 | 0.000000e+00 |      --      |    Inf 
9.79/9.89	c   9.9s|   200 |    30 |  6820 |  33.5 |6085k|  19 |  31 | 231 |2781 | 231 |2453 |  17 |  86 |1804 | 0.000000e+00 |      --      |    Inf 
10.28/10.32	c  10.3s|   300 |    34 |  8658 |  28.5 |6122k|  23 |   - | 231 |2828 | 231 |2453 |  17 | 133 |1854 | 0.000000e+00 |      --      |    Inf 
10.58/10.64	c  10.6s|   400 |    34 | 10183 |  25.2 |6153k|  25 |   - | 231 |2889 |   0 |   0 |  17 | 195 |1884 | 0.000000e+00 |      --      |    Inf 
10.89/10.91	c  10.9s|   500 |    30 | 11598 |  22.9 |6160k|  25 |   - | 231 |2941 | 231 |2453 |  17 | 247 |1907 | 0.000000e+00 |      --      |    Inf 
11.08/11.19	c  11.2s|   600 |    32 | 13021 |  21.5 |6186k|  25 |   - | 231 |2996 |   0 |   0 |  17 | 303 |1930 | 0.000000e+00 |      --      |    Inf 
11.38/11.40	c  11.4s|   700 |    34 | 14372 |  20.4 |6213k|  25 |   - | 231 |3059 |   0 |   0 |  17 | 367 |1937 | 0.000000e+00 |      --      |    Inf 
11.58/11.63	c  11.6s|   800 |    34 | 15977 |  19.8 |6237k|  25 |   - | 231 |3127 | 231 |2453 |  17 | 437 |1943 | 0.000000e+00 |      --      |    Inf 
11.78/11.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.78/11.86	c  11.9s|   900 |    36 | 17617 |  19.4 |6263k|  25 |  28 | 231 |3193 | 231 |2453 |  17 | 505 |1948 | 0.000000e+00 |      --      |    Inf 
12.09/12.11	c  12.1s|  1000 |    38 | 19397 |  19.3 |6308k|  25 |   - | 231 |3278 | 231 |2453 |  17 | 593 |1956 | 0.000000e+00 |      --      |    Inf 
12.38/12.42	c  12.4s|  1100 |    40 | 21335 |  19.3 |6337k|  25 |  33 | 231 |3357 | 231 |2453 |  17 | 675 |1973 | 0.000000e+00 |      --      |    Inf 
12.68/12.70	c  12.7s|  1200 |    40 | 23230 |  19.3 |6358k|  28 |   - | 231 |3416 | 231 |2453 |  17 | 739 |1986 | 0.000000e+00 |      --      |    Inf 
12.89/12.98	c  13.0s|  1300 |    38 | 25096 |  19.2 |6386k|  28 |  30 | 231 |3502 | 231 |2453 |  17 | 825 |1998 | 0.000000e+00 |      --      |    Inf 
13.09/13.20	c  13.2s|  1400 |    38 | 26756 |  19.0 |6427k|  28 |   - | 231 |3582 |   0 |   0 |  17 | 913 |2000 | 0.000000e+00 |      --      |    Inf 
13.38/13.43	c  13.4s|  1500 |    33 | 28338 |  18.8 |6442k|  28 |   - | 231 |3649 | 231 |2453 |  17 | 980 |2004 | 0.000000e+00 |      --      |    Inf 
13.58/13.65	c  13.7s|  1600 |    30 | 29981 |  18.7 |6458k|  28 |  36 | 231 |3718 | 231 |2453 |  17 |1053 |2006 | 0.000000e+00 |      --      |    Inf 
13.98/14.00	c  14.0s|  1700 |    33 | 32131 |  18.8 |6491k|  28 |  30 | 231 |3775 | 231 |2453 |  17 |1120 |2024 | 0.000000e+00 |      --      |    Inf 
14.18/14.30	c  14.3s|  1800 |    31 | 34287 |  19.0 |6508k|  28 |   - | 231 |3831 | 231 |2453 |  17 |1187 |2033 | 0.000000e+00 |      --      |    Inf 
14.48/14.58	c  14.6s|  1900 |    27 | 36404 |  19.1 |6518k|  28 |   - | 231 |3884 | 231 |2453 |  17 |1252 |2037 | 0.000000e+00 |      --      |    Inf 
14.78/14.83	c  14.8s|  2000 |    29 | 38209 |  19.0 |6543k|  28 |  35 | 231 |3945 | 231 |2453 |  17 |1326 |2042 | 0.000000e+00 |      --      |    Inf 
14.98/15.07	c  15.1s|  2100 |    31 | 40169 |  19.1 |6578k|  28 |   - | 231 |4013 | 231 |2453 |  17 |1405 |2043 | 0.000000e+00 |      --      |    Inf 
15.28/15.32	c  15.3s|  2200 |    33 | 42128 |  19.1 |6608k|  28 |   - | 231 |4081 | 231 |2453 |  17 |1480 |2045 | 0.000000e+00 |      --      |    Inf 
15.48/15.56	c  15.6s|  2300 |    39 | 43948 |  19.1 |6638k|  28 |   - | 231 |4131 | 231 |2453 |  17 |1535 |2046 | 0.000000e+00 |      --      |    Inf 
15.78/15.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.78/15.82	c  15.8s|  2400 |    44 | 46013 |  19.1 |6665k|  28 |  35 | 231 |4186 | 231 |2453 |  17 |1594 |2049 | 0.000000e+00 |      --      |    Inf 
15.99/16.06	c  16.1s|  2500 |    45 | 47954 |  19.1 |6690k|  30 |  35 | 231 |4239 | 231 |2453 |  17 |1649 |2049 | 0.000000e+00 |      --      |    Inf 
16.18/16.28	c  16.3s|  2600 |    35 | 49616 |  19.0 |6692k|  32 |   - | 231 |4301 | 231 |2453 |  17 |1718 |2049 | 0.000000e+00 |      --      |    Inf 
16.39/16.49	c  16.5s|  2700 |    37 | 51175 |  18.9 |6714k|  32 |   - | 231 |4349 | 231 |2453 |  17 |1782 |2049 | 0.000000e+00 |      --      |    Inf 
16.68/16.74	c  16.7s|  2800 |    37 | 52737 |  18.8 |6729k|  32 |  32 | 231 |4396 | 231 |2453 |  17 |1843 |2059 | 0.000000e+00 |      --      |    Inf 
16.98/17.07	c  17.1s|  2900 |    33 | 54814 |  18.9 |6748k|  32 |   - | 231 |4460 | 231 |2453 |  17 |1919 |2079 | 0.000000e+00 |      --      |    Inf 
17.28/17.34	c  17.3s|  3000 |    30 | 56419 |  18.8 |6764k|  32 |   - | 231 |4511 | 231 |2453 |  17 |1978 |2090 | 0.000000e+00 |      --      |    Inf 
17.58/17.60	c  17.6s|  3100 |    30 | 57983 |  18.7 |6782k|  32 |   - | 231 |4574 | 231 |2453 |  17 |2047 |2106 | 0.000000e+00 |      --      |    Inf 
17.78/17.87	c  17.9s|  3200 |    34 | 59522 |  18.6 |6811k|  32 |  25 | 231 |4633 | 231 |2453 |  17 |2117 |2121 | 0.000000e+00 |      --      |    Inf 
18.09/18.14	c  18.1s|  3300 |    33 | 61082 |  18.5 |6828k|  32 |  26 | 231 |4686 | 231 |2453 |  17 |2179 |2142 | 0.000000e+00 |      --      |    Inf 
18.38/18.42	c  18.4s|  3400 |    31 | 62986 |  18.5 |6847k|  32 |  22 | 231 |4739 | 231 |2453 |  17 |2240 |2156 | 0.000000e+00 |      --      |    Inf 
18.69/18.71	c  18.7s|  3500 |    32 | 64854 |  18.5 |6864k|  32 |  34 | 231 |4790 | 231 |2453 |  17 |2312 |2168 | 0.000000e+00 |      --      |    Inf 
18.98/19.00	c  19.0s|  3600 |    32 | 66906 |  18.5 |6889k|  32 |  33 | 231 |4843 | 231 |2453 |  17 |2376 |2177 | 0.000000e+00 |      --      |    Inf 
19.18/19.26	c  19.3s|  3700 |    36 | 68849 |  18.6 |6915k|  32 |  29 | 231 |4886 | 231 |2453 |  17 |2434 |2183 | 0.000000e+00 |      --      |    Inf 
19.38/19.49	c  19.5s|  3800 |    37 | 70575 |  18.5 |6937k|  32 |  17 | 231 |4939 | 231 |2453 |  17 |2494 |2185 | 0.000000e+00 |      --      |    Inf 
19.58/19.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.58/19.70	c  19.7s|  3900 |    35 | 72214 |  18.5 |6948k|  32 |  27 | 231 |4994 | 231 |2453 |  17 |2556 |2185 | 0.000000e+00 |      --      |    Inf 
19.88/19.94	c  19.9s|  4000 |    29 | 74007 |  18.5 |6944k|  32 |  40 | 231 |5046 | 231 |2453 |  17 |2612 |2190 | 0.000000e+00 |      --      |    Inf 
20.18/20.20	c  20.2s|  4100 |    30 | 75730 |  18.4 |6962k|  32 |  42 | 231 |5071 | 231 |2453 |  17 |2672 |2195 | 0.000000e+00 |      --      |    Inf 
20.37/20.43	c  20.4s|  4200 |    32 | 77584 |  18.4 |6992k|  32 |   - | 231 |5112 | 231 |2453 |  17 |2735 |2195 | 0.000000e+00 |      --      |    Inf 
20.58/20.70	c  20.7s|  4300 |    32 | 79671 |  18.5 |7010k|  32 |   - | 231 |5159 | 231 |2453 |  17 |2802 |2196 | 0.000000e+00 |      --      |    Inf 
20.88/20.94	c  20.9s|  4400 |    34 | 81488 |  18.5 |7038k|  32 |   - | 231 |5207 | 231 |2453 |  17 |2867 |2198 | 0.000000e+00 |      --      |    Inf 
21.08/21.18	c  21.2s|  4500 |    36 | 83434 |  18.5 |7056k|  32 |   - | 231 |5244 | 231 |2453 |  17 |2926 |2198 | 0.000000e+00 |      --      |    Inf 
21.38/21.40	c  21.4s|  4600 |    35 | 85191 |  18.5 |7063k|  32 |  37 | 231 |5281 | 231 |2453 |  17 |2982 |2198 | 0.000000e+00 |      --      |    Inf 
21.58/21.65	c  21.6s|  4700 |    37 | 87120 |  18.5 |7087k|  32 |   - | 231 |5319 | 231 |2453 |  17 |3043 |2198 | 0.000000e+00 |      --      |    Inf 
21.78/21.81	c  21.8s|  4800 |    38 | 88258 |  18.4 |7105k|  32 |  23 | 231 |5378 | 231 |2453 |  17 |3110 |2198 | 0.000000e+00 |      --      |    Inf 
21.98/22.02	c  22.0s|  4900 |    39 | 89986 |  18.3 |7123k|  32 |  30 | 231 |5426 | 231 |2453 |  17 |3163 |2198 | 0.000000e+00 |      --      |    Inf 
22.17/22.29	c  22.3s|  5000 |    33 | 91735 |  18.3 |7132k|  32 |   - | 231 |5475 | 231 |2453 |  17 |3228 |2208 | 0.000000e+00 |      --      |    Inf 
22.48/22.58	c  22.6s|  5100 |    35 | 93729 |  18.4 |7156k|  32 |  24 | 231 |5525 | 231 |2453 |  17 |3283 |2217 | 0.000000e+00 |      --      |    Inf 
22.78/22.87	c  22.9s|  5200 |    33 | 95560 |  18.4 |7171k|  32 |  38 | 231 |5578 | 231 |2453 |  17 |3348 |2231 | 0.000000e+00 |      --      |    Inf 
23.09/23.17	c  23.2s|  5300 |    38 | 97378 |  18.3 |7198k|  32 |  27 | 231 |5611 | 231 |2453 |  17 |3399 |2247 | 0.000000e+00 |      --      |    Inf 
23.37/23.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.37/23.42	c  23.4s|  5400 |    39 | 98819 |  18.3 |7221k|  32 |  16 | 231 |5660 | 231 |2453 |  17 |3462 |2263 | 0.000000e+00 |      --      |    Inf 
23.58/23.62	c  23.6s|  5500 |    40 |100021 |  18.2 |7243k|  32 |  29 | 231 |5711 | 231 |2453 |  17 |3524 |2272 | 0.000000e+00 |      --      |    Inf 
23.88/23.91	c  23.9s|  5600 |    33 |101723 |  18.1 |7235k|  33 |  38 | 231 |5756 | 231 |2453 |  17 |3585 |2289 | 0.000000e+00 |      --      |    Inf 
24.19/24.23	c  24.2s|  5700 |    38 |103779 |  18.2 |7252k|  33 |  42 | 231 |5763 | 231 |2453 |  17 |3645 |2305 | 0.000000e+00 |      --      |    Inf 
24.48/24.56	c  24.6s|  5800 |    38 |105907 |  18.2 |7259k|  33 |  34 | 231 |5777 | 231 |2453 |  17 |3699 |2318 | 0.000000e+00 |      --      |    Inf 
24.78/24.89	c  24.9s|  5900 |    36 |107866 |  18.3 |7273k|  33 |  40 | 231 |5800 | 231 |2453 |  17 |3758 |2334 | 0.000000e+00 |      --      |    Inf 
25.08/25.15	c  25.2s|  6000 |    40 |109774 |  18.3 |7300k|  33 |  35 | 231 |5835 | 231 |2453 |  17 |3823 |2339 | 0.000000e+00 |      --      |    Inf 
25.37/25.42	c  25.4s|  6100 |    41 |111679 |  18.3 |7316k|  33 |  35 | 231 |5861 | 231 |2453 |  17 |3886 |2345 | 0.000000e+00 |      --      |    Inf 
25.58/25.66	c  25.7s|  6200 |    42 |113391 |  18.3 |7338k|  33 |   - | 231 |5908 | 231 |2453 |  17 |3950 |2349 | 0.000000e+00 |      --      |    Inf 
25.78/25.88	c  25.9s|  6300 |    42 |115107 |  18.3 |7352k|  33 |  31 | 231 |5957 | 231 |2453 |  17 |4006 |2349 | 0.000000e+00 |      --      |    Inf 
26.07/26.11	c  26.1s|  6400 |    41 |116674 |  18.2 |7371k|  33 |  36 | 231 |6002 | 231 |2453 |  17 |4092 |2353 | 0.000000e+00 |      --      |    Inf 
26.29/26.34	c  26.3s|  6500 |    43 |118308 |  18.2 |7388k|  33 |  37 | 231 |6032 | 231 |2453 |  17 |4159 |2355 | 0.000000e+00 |      --      |    Inf 
26.48/26.57	c  26.6s|  6600 |    43 |120185 |  18.2 |7413k|  33 |   - | 231 |6058 | 231 |2453 |  17 |4225 |2355 | 0.000000e+00 |      --      |    Inf 
26.68/26.79	c  26.8s|  6700 |    43 |121867 |  18.2 |7427k|  33 |  44 | 231 |6115 | 231 |2453 |  17 |4287 |2355 | 0.000000e+00 |      --      |    Inf 
26.88/26.99	c  27.0s|  6800 |    44 |123350 |  18.1 |7458k|  36 |   - | 231 |6162 | 231 |2453 |  17 |4345 |2356 | 0.000000e+00 |      --      |    Inf 
27.17/27.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.17/27.20	c  27.2s|  6900 |    44 |124910 |  18.1 |7474k|  36 |   - | 231 |6207 | 231 |2453 |  17 |4396 |2356 | 0.000000e+00 |      --      |    Inf 
27.38/27.46	c  27.5s|  7000 |    48 |126862 |  18.1 |7490k|  36 |   - | 231 |6209 | 231 |2453 |  17 |4446 |2356 | 0.000000e+00 |      --      |    Inf 
27.68/27.70	c  27.7s|  7100 |    49 |128750 |  18.1 |7497k|  36 |   - | 231 |6227 | 231 |2453 |  17 |4507 |2356 | 0.000000e+00 |      --      |    Inf 
27.88/27.94	c  27.9s|  7200 |    51 |130624 |  18.1 |7516k|  36 |   - | 231 |6256 | 231 |2453 |  17 |4553 |2356 | 0.000000e+00 |      --      |    Inf 
28.08/28.19	c  28.2s|  7300 |    52 |132624 |  18.2 |7543k|  36 |   - | 231 |6288 | 231 |2453 |  17 |4619 |2356 | 0.000000e+00 |      --      |    Inf 
28.38/28.41	c  28.4s|  7400 |    55 |134318 |  18.1 |7572k|  36 |   - | 231 |6348 | 231 |2453 |  17 |4691 |2356 | 0.000000e+00 |      --      |    Inf 
28.58/28.62	c  28.6s|  7500 |    57 |135861 |  18.1 |7594k|  36 |  33 | 231 |6408 | 231 |2453 |  17 |4757 |2356 | 0.000000e+00 |      --      |    Inf 
28.87/28.90	c  28.9s|  7600 |    51 |137444 |  18.1 |7592k|  36 |  39 | 231 |6456 | 231 |2453 |  17 |4817 |2371 | 0.000000e+00 |      --      |    Inf 
29.08/29.15	c  29.2s|  7700 |    56 |139009 |  18.0 |7638k|  36 |   - | 231 |6528 |   0 |   0 |  17 |4891 |2383 | 0.000000e+00 |      --      |    Inf 
29.28/29.38	c  29.4s|  7800 |    55 |140380 |  18.0 |7656k|  38 |  30 | 231 |6598 | 231 |2453 |  17 |4964 |2392 | 0.000000e+00 |      --      |    Inf 
29.59/29.69	c  29.7s|  7900 |    50 |142082 |  18.0 |7664k|  38 |   - | 231 |6638 | 231 |2453 |  17 |5030 |2411 | 0.000000e+00 |      --      |    Inf 
29.88/29.96	c  30.0s|  8000 |    50 |143836 |  18.0 |7675k|  38 |  34 | 231 |6666 | 231 |2453 |  17 |5091 |2420 | 0.000000e+00 |      --      |    Inf 
30.18/30.24	c  30.2s|  8100 |    50 |145756 |  18.0 |7701k|  38 |   - | 231 |6715 | 231 |2453 |  17 |5159 |2429 | 0.000000e+00 |      --      |    Inf 
30.48/30.58	c  30.6s|  8200 |    50 |147794 |  18.0 |7710k|  38 |  24 | 231 |6732 | 231 |2453 |  17 |5217 |2446 | 0.000000e+00 |      --      |    Inf 
30.78/30.89	c  30.9s|  8300 |    52 |149815 |  18.0 |7723k|  38 |  26 | 231 |6763 | 231 |2453 |  17 |5285 |2462 | 0.000000e+00 |      --      |    Inf 
31.18/31.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.18/31.20	c  31.2s|  8400 |    49 |151754 |  18.1 |7738k|  38 |   - | 231 |6818 | 231 |2453 |  17 |5351 |2479 | 0.000000e+00 |      --      |    Inf 
31.38/31.49	c  31.5s|  8500 |    51 |153654 |  18.1 |7756k|  38 |  37 | 231 |6849 | 231 |2453 |  17 |5409 |2491 | 0.000000e+00 |      --      |    Inf 
31.78/31.82	c  31.8s|  8600 |    51 |155818 |  18.1 |7761k|  38 |  38 | 231 |6887 | 231 |2453 |  17 |5476 |2505 | 0.000000e+00 |      --      |    Inf 
32.07/32.10	c  32.1s|  8700 |    53 |157804 |  18.1 |7779k|  38 |  34 | 231 |6925 | 231 |2453 |  17 |5531 |2513 | 0.000000e+00 |      --      |    Inf 
32.28/32.37	c  32.4s|  8800 |    55 |159726 |  18.1 |7801k|  38 |  16 | 231 |6966 | 231 |2453 |  17 |5596 |2519 | 0.000000e+00 |      --      |    Inf 
32.58/32.66	c  32.7s|  8900 |    49 |161765 |  18.2 |7803k|  38 |   - | 231 |6983 | 231 |2453 |  17 |5661 |2525 | 0.000000e+00 |      --      |    Inf 
32.88/32.91	c  32.9s|  9000 |    50 |163618 |  18.2 |7819k|  38 |  31 | 231 |7029 | 231 |2453 |  17 |5738 |2527 | 0.000000e+00 |      --      |    Inf 
33.07/33.15	c  33.1s|  9100 |    54 |165373 |  18.2 |7842k|  38 |  27 | 231 |7033 | 231 |2453 |  17 |5797 |2529 | 0.000000e+00 |      --      |    Inf 
33.28/33.37	c  33.4s|  9200 |    52 |166997 |  18.1 |7868k|  38 |   - | 231 |7088 | 231 |2453 |  17 |5863 |2529 | 0.000000e+00 |      --      |    Inf 
33.48/33.57	c  33.6s|  9300 |    50 |168436 |  18.1 |7878k|  38 |   - | 231 |7140 | 231 |2453 |  17 |5942 |2529 | 0.000000e+00 |      --      |    Inf 
33.67/33.79	c  33.8s|  9400 |    52 |170021 |  18.1 |7901k|  38 |  35 | 231 |7204 | 231 |2453 |  17 |6021 |2531 | 0.000000e+00 |      --      |    Inf 
33.98/34.03	c  34.0s|  9500 |    51 |171693 |  18.1 |7912k|  38 |  31 | 231 |7253 | 231 |2453 |  17 |6093 |2534 | 0.000000e+00 |      --      |    Inf 
34.18/34.27	c  34.3s|  9600 |    53 |173527 |  18.1 |7940k|  38 |  26 | 231 |7306 | 231 |2453 |  17 |6168 |2536 | 0.000000e+00 |      --      |    Inf 
34.38/34.46	c  34.5s|  9700 |    54 |174878 |  18.0 |7971k|  38 |   - | 231 |7371 |   0 |   0 |  17 |6253 |2538 | 0.000000e+00 |      --      |    Inf 
34.58/34.69	c  34.7s|  9800 |    56 |176803 |  18.0 |7986k|  38 |   - | 231 |7404 | 231 |2453 |  17 |6317 |2539 | 0.000000e+00 |      --      |    Inf 
34.87/34.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.87/34.92	c  34.9s|  9900 |    58 |178682 |  18.0 |8013k|  38 |   - | 231 |7463 | 231 |2453 |  17 |6390 |2539 | 0.000000e+00 |      --      |    Inf 
35.09/35.15	c  35.2s| 10000 |    53 |180484 |  18.0 |8028k|  38 |   - | 231 |7529 | 231 |2453 |  17 |6471 |2539 | 0.000000e+00 |      --      |    Inf 
35.28/35.38	c  35.4s| 10100 |    51 |182269 |  18.0 |8048k|  38 |   - | 231 |7597 | 231 |2453 |  17 |6553 |2539 | 0.000000e+00 |      --      |    Inf 
35.47/35.58	c  35.6s| 10200 |    50 |183769 |  18.0 |8069k|  38 |   - | 231 |7666 | 231 |2453 |  17 |6635 |2539 | 0.000000e+00 |      --      |    Inf 
35.78/35.82	c  35.8s| 10300 |    50 |185541 |  18.0 |8040k|  38 |  32 | 231 |7628 | 231 |2453 |  17 |6691 |2539 | 0.000000e+00 |      --      |    Inf 
35.98/36.08	c  36.1s| 10400 |    50 |187628 |  18.0 |8051k|  38 |  32 | 231 |7639 | 231 |2453 |  17 |6745 |2539 | 0.000000e+00 |      --      |    Inf 
36.28/36.32	c  36.3s| 10500 |    48 |189617 |  18.0 |8065k|  38 |   - | 231 |7682 | 231 |2453 |  17 |6805 |2539 | 0.000000e+00 |      --      |    Inf 
36.48/36.56	c  36.6s| 10600 |    50 |191550 |  18.1 |8086k|  38 |  30 | 231 |7732 | 231 |2453 |  17 |6866 |2539 | 0.000000e+00 |      --      |    Inf 
36.68/36.79	c  36.8s| 10700 |    49 |193262 |  18.0 |8100k|  38 |   - | 231 |7782 | 231 |2453 |  17 |6937 |2539 | 0.000000e+00 |      --      |    Inf 
36.97/37.00	c  37.0s| 10800 |    49 |194900 |  18.0 |8125k|  38 |   - | 231 |7842 | 231 |2453 |  17 |7007 |2539 | 0.000000e+00 |      --      |    Inf 
37.17/37.22	c  37.2s| 10900 |    51 |196640 |  18.0 |8138k|  38 |  34 | 231 |7881 | 231 |2453 |  17 |7059 |2539 | 0.000000e+00 |      --      |    Inf 
37.39/37.43	c  37.4s| 11000 |    47 |198301 |  18.0 |8162k|  38 |   - | 231 |7945 | 231 |2453 |  17 |7132 |2539 | 0.000000e+00 |      --      |    Inf 
37.58/37.68	c  37.7s| 11100 |    49 |200300 |  18.0 |8184k|  38 |  42 | 231 |8009 | 231 |2453 |  17 |7209 |2539 | 0.000000e+00 |      --      |    Inf 
37.87/37.92	c  37.9s| 11200 |    57 |202325 |  18.1 |8229k|  38 |  31 | 231 |8069 | 231 |2453 |  17 |7274 |2539 | 0.000000e+00 |      --      |    Inf 
38.08/38.16	c  38.2s| 11300 |    61 |204252 |  18.1 |8259k|  38 |  28 | 231 |8126 | 231 |2453 |  17 |7347 |2539 | 0.000000e+00 |      --      |    Inf 
38.27/38.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.27/38.39	c  38.4s| 11400 |    56 |206112 |  18.1 |8280k|  38 |   - | 231 |8198 | 231 |2453 |  17 |7426 |2539 | 0.000000e+00 |      --      |    Inf 
38.58/38.64	c  38.6s| 11500 |    61 |208060 |  18.1 |8306k|  38 |  38 | 231 |8250 | 231 |2453 |  17 |7490 |2539 | 0.000000e+00 |      --      |    Inf 
38.78/38.86	c  38.9s| 11600 |    65 |209717 |  18.1 |8342k|  38 |  26 | 231 |8317 | 231 |2453 |  17 |7559 |2539 | 0.000000e+00 |      --      |    Inf 
38.97/39.08	c  39.1s| 11700 |    59 |211428 |  18.1 |8360k|  38 |   - | 231 |8391 | 231 |2453 |  17 |7640 |2539 | 0.000000e+00 |      --      |    Inf 
39.27/39.32	c  39.3s| 11800 |    60 |213218 |  18.1 |8398k|  38 |   - | 231 |8467 | 231 |2453 |  17 |7720 |2539 | 0.000000e+00 |      --      |    Inf 
39.48/39.56	c  39.6s| 11900 |    55 |215108 |  18.1 |8421k|  38 |   - | 231 |8544 | 231 |2453 |  17 |7801 |2539 | 0.000000e+00 |      --      |    Inf 
39.68/39.79	c  39.8s| 12000 |    54 |216893 |  18.1 |8423k|  38 |  39 | 231 |8556 | 231 |2453 |  17 |7861 |2539 | 0.000000e+00 |      --      |    Inf 
39.97/40.00	c  40.0s| 12100 |    55 |218438 |  18.0 |8445k|  38 |   - | 231 |8547 |   0 |   0 |  17 |7931 |2539 | 0.000000e+00 |      --      |    Inf 
40.18/40.24	c  40.2s| 12200 |    56 |220308 |  18.0 |8434k|  38 |  27 | 231 |8527 | 231 |2453 |  17 |7985 |2539 | 0.000000e+00 |      --      |    Inf 
40.37/40.45	c  40.4s| 12300 |    57 |221878 |  18.0 |8443k|  38 |  26 | 231 |8525 | 231 |2453 |  17 |8045 |2539 | 0.000000e+00 |      --      |    Inf 
40.58/40.64	c  40.6s| 12400 |    54 |223253 |  18.0 |8447k|  38 |   - | 231 |8528 | 231 |2453 |  17 |8103 |2539 | 0.000000e+00 |      --      |    Inf 
40.77/40.86	c  40.9s| 12500 |    54 |224917 |  18.0 |8449k|  38 |  33 | 231 |8543 | 231 |2453 |  17 |8150 |2539 | 0.000000e+00 |      --      |    Inf 
40.98/41.08	c  41.1s| 12600 |    52 |226662 |  18.0 |8455k|  38 |   - | 231 |8564 | 231 |2453 |  17 |8202 |2539 | 0.000000e+00 |      --      |    Inf 
41.28/41.30	c  41.3s| 12700 |    56 |228252 |  18.0 |8478k|  38 |   - | 231 |8587 | 231 |2453 |  17 |8256 |2539 | 0.000000e+00 |      --      |    Inf 
41.47/41.53	c  41.5s| 12800 |    62 |230029 |  18.0 |8509k|  38 |   - | 231 |8621 |   0 |   0 |  17 |8311 |2539 | 0.000000e+00 |      --      |    Inf 
41.69/41.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.69/41.76	c  41.8s| 12900 |    60 |231809 |  18.0 |8511k|  38 |  36 | 231 |8655 | 231 |2453 |  17 |8362 |2539 | 0.000000e+00 |      --      |    Inf 
41.98/42.01	c  42.0s| 13000 |    59 |233691 |  18.0 |8518k|  38 |   - | 231 |8670 | 231 |2453 |  17 |8415 |2539 | 0.000000e+00 |      --      |    Inf 
42.17/42.24	c  42.2s| 13100 |    55 |235418 |  18.0 |8519k|  38 |  34 | 231 |8695 | 231 |2453 |  17 |8469 |2539 | 0.000000e+00 |      --      |    Inf 
42.38/42.47	c  42.5s| 13200 |    55 |237114 |  18.0 |8535k|  38 |  35 | 231 |8731 | 231 |2453 |  17 |8522 |2539 | 0.000000e+00 |      --      |    Inf 
42.58/42.68	c  42.7s| 13300 |    57 |238696 |  17.9 |8580k|  38 |   - | 231 |8769 |   0 |   0 |  17 |8590 |2539 | 0.000000e+00 |      --      |    Inf 
42.88/42.93	c  42.9s| 13400 |    64 |240616 |  17.9 |8606k|  38 |   - | 231 |8758 |   0 |   0 |  17 |8651 |2539 | 0.000000e+00 |      --      |    Inf 
43.07/43.14	c  43.1s| 13500 |    63 |242185 |  17.9 |8627k|  38 |   - | 231 |8796 | 231 |2453 |  17 |8724 |2539 | 0.000000e+00 |      --      |    Inf 
43.28/43.37	c  43.4s| 13600 |    71 |243949 |  17.9 |8659k|  38 |  28 | 231 |8816 | 231 |2453 |  17 |8794 |2539 | 0.000000e+00 |      --      |    Inf 
43.48/43.59	c  43.6s| 13700 |    67 |245654 |  17.9 |8675k|  40 |   - | 231 |8852 | 231 |2453 |  17 |8862 |2539 | 0.000000e+00 |      --      |    Inf 
43.78/43.81	c  43.8s| 13800 |    70 |247327 |  17.9 |8686k|  40 |  31 | 231 |8875 | 231 |2453 |  17 |8917 |2539 | 0.000000e+00 |      --      |    Inf 
43.98/44.02	c  44.0s| 13900 |    70 |248976 |  17.9 |8708k|  40 |   - | 231 |8907 | 231 |2453 |  17 |8972 |2539 | 0.000000e+00 |      --      |    Inf 
44.17/44.24	c  44.2s| 14000 |    74 |250639 |  17.9 |8744k|  40 |   - | 231 |8959 | 231 |2453 |  17 |9033 |2539 | 0.000000e+00 |      --      |    Inf 
44.38/44.44	c  44.4s| 14100 |    70 |252044 |  17.9 |8756k|  41 |   - | 231 |9011 | 231 |2453 |  17 |9094 |2539 | 0.000000e+00 |      --      |    Inf 
44.57/44.66	c  44.7s| 14200 |    70 |253717 |  17.9 |8779k|  41 |  27 | 231 |9065 | 231 |2453 |  17 |9153 |2539 | 0.000000e+00 |      --      |    Inf 
44.77/44.88	c  44.9s| 14300 |    70 |255371 |  17.8 |8804k|  41 |   - | 231 |9119 | 231 |2453 |  17 |9211 |2539 | 0.000000e+00 |      --      |    Inf 
44.98/45.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.98/45.09	c  45.1s| 14400 |    66 |257022 |  17.8 |8818k|  41 |   - | 231 |9172 | 231 |2453 |  17 |9274 |2539 | 0.000000e+00 |      --      |    Inf 
45.28/45.32	c  45.3s| 14500 |    66 |258834 |  17.8 |8835k|  41 |  34 | 231 |9211 | 231 |2453 |  17 |9336 |2539 | 0.000000e+00 |      --      |    Inf 
45.47/45.53	c  45.5s| 14600 |    66 |260452 |  17.8 |8859k|  41 |   - | 231 |9262 | 231 |2453 |  17 |9395 |2539 | 0.000000e+00 |      --      |    Inf 
45.67/45.76	c  45.8s| 14700 |    65 |262170 |  17.8 |8874k|  41 |  35 | 231 |9294 | 231 |2453 |  17 |9460 |2539 | 0.000000e+00 |      --      |    Inf 
45.97/46.00	c  46.0s| 14800 |    63 |264007 |  17.8 |8887k|  41 |   - | 231 |9321 |   0 |   0 |  17 |9543 |2539 | 0.000000e+00 |      --      |    Inf 
46.18/46.23	c  46.2s| 14900 |    60 |265836 |  17.8 |8898k|  41 |  30 | 231 |9367 | 231 |2453 |  17 |9615 |2539 | 0.000000e+00 |      --      |    Inf 
46.37/46.49	c  46.5s| 15000 |    58 |267977 |  17.9 |8911k|  41 |   - | 231 |9379 | 231 |2453 |  17 |9681 |2539 | 0.000000e+00 |      --      |    Inf 
46.68/46.73	c  46.7s| 15100 |    59 |269741 |  17.9 |8915k|  41 |  35 | 231 |9367 | 231 |2453 |  17 |9748 |2539 | 0.000000e+00 |      --      |    Inf 
46.88/46.97	c  47.0s| 15200 |    59 |271654 |  17.9 |8918k|  41 |   - | 231 |9363 | 231 |2453 |  17 |9808 |2539 | 0.000000e+00 |      --      |    Inf 
47.18/47.23	c  47.2s| 15300 |    57 |273718 |  17.9 |8916k|  41 |   - | 231 |9367 | 231 |2453 |  17 |9864 |2539 | 0.000000e+00 |      --      |    Inf 
47.48/47.50	c  47.5s| 15400 |    55 |275679 |  17.9 |8901k|  41 |   - | 231 |9332 | 231 |2453 |  17 |9930 |2539 | 0.000000e+00 |      --      |    Inf 
47.68/47.71	c  47.7s| 15500 |    54 |277259 |  17.9 |8900k|  41 |  34 | 231 |9312 | 231 |2453 |  17 |9992 |2539 | 0.000000e+00 |      --      |    Inf 
47.88/47.93	c  47.9s| 15600 |    52 |278855 |  17.9 |8888k|  41 |   - | 231 |9275 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
48.07/48.18	c  48.2s| 15700 |    51 |280649 |  17.9 |8892k|  41 |  32 | 231 |9223 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
48.38/48.40	c  48.4s| 15800 |    51 |282416 |  17.9 |8890k|  41 |   - | 231 |9197 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
48.57/48.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.57/48.61	c  48.6s| 15900 |    53 |283965 |  17.9 |8888k|  41 |  31 | 231 |9189 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
48.78/48.83	c  48.8s| 16000 |    54 |285656 |  17.8 |8890k|  41 |   - | 231 |9177 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
48.97/49.03	c  49.0s| 16100 |    60 |287138 |  17.8 |8913k|  41 |  30 | 231 |9217 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
49.18/49.23	c  49.2s| 16200 |    57 |288605 |  17.8 |8936k|  41 |   - | 231 |9280 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
49.38/49.45	c  49.5s| 16300 |    57 |290300 |  17.8 |8942k|  41 |  39 | 231 |9314 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
49.58/49.67	c  49.7s| 16400 |    59 |291912 |  17.8 |8965k|  41 |  34 | 231 |9360 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
49.78/49.88	c  49.9s| 16500 |    59 |293482 |  17.8 |8986k|  41 |   - | 231 |9409 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
50.07/50.12	c  50.1s| 16600 |    54 |295325 |  17.8 |8992k|  41 |   - | 231 |9455 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
50.28/50.36	c  50.4s| 16700 |    54 |297176 |  17.8 |9005k|  41 |  38 | 231 |9512 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
50.48/50.57	c  50.6s| 16800 |    55 |298687 |  17.8 |9032k|  41 |   - | 231 |9566 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
50.67/50.77	c  50.8s| 16900 |    53 |300140 |  17.8 |9042k|  41 |  34 | 231 |9617 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
50.87/50.97	c  51.0s| 17000 |    53 |301582 |  17.7 |9063k|  41 |   - | 231 |9669 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
51.08/51.18	c  51.2s| 17100 |    53 |303176 |  17.7 |9073k|  41 |  31 | 231 |9713 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
51.37/51.43	c  51.4s| 17200 |    52 |305107 |  17.7 |9089k|  41 |  31 | 231 |9759 | 231 |2453 |  17 |  10k|2539 | 0.000000e+00 |      --      |    Inf 
51.58/51.63	c  51.6s| 17300 |    52 |306504 |  17.7 |9097k|  41 |  32 | 231 |9780 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
51.78/51.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.78/51.84	c  51.8s| 17400 |    50 |308011 |  17.7 |9103k|  41 |  25 | 231 |9786 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
51.97/52.07	c  52.1s| 17500 |    48 |309784 |  17.7 |9098k|  41 |   - | 231 |9774 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
52.27/52.30	c  52.3s| 17600 |    52 |311480 |  17.7 |9111k|  41 |   - | 231 |9776 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
52.47/52.54	c  52.5s| 17700 |    49 |313363 |  17.7 |9108k|  41 |   - | 231 |9780 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
52.68/52.79	c  52.8s| 17800 |    51 |315225 |  17.7 |9096k|  41 |  35 | 231 |9750 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
52.98/53.04	c  53.0s| 17900 |    49 |317171 |  17.7 |9089k|  41 |   - | 231 |9726 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
53.17/53.27	c  53.3s| 18000 |    50 |318853 |  17.7 |9084k|  41 |   - | 231 |9689 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
53.37/53.48	c  53.5s| 18100 |    49 |320336 |  17.7 |9081k|  41 |   - | 231 |9671 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
53.67/53.71	c  53.7s| 18200 |    49 |322105 |  17.7 |9102k|  41 |   - | 231 |9651 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
53.87/53.94	c  53.9s| 18300 |    55 |323813 |  17.7 |9110k|  41 |  28 | 231 |9616 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
54.07/54.15	c  54.1s| 18400 |    53 |325328 |  17.7 |9116k|  41 |   - | 231 |9640 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
54.27/54.36	c  54.4s| 18500 |    53 |326948 |  17.7 |9122k|  41 |   - | 231 |9658 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
54.48/54.60	c  54.6s| 18600 |    52 |328760 |  17.7 |9123k|  41 |   - | 231 |9652 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
54.77/54.84	c  54.8s| 18700 |    52 |330642 |  17.7 |9123k|  41 |   - | 231 |9651 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
54.98/55.05	c  55.1s| 18800 |    55 |332195 |  17.7 |9131k|  41 |  28 | 231 |9650 | 231 |2453 |  17 |  11k|2539 | 0.000000e+00 |      --      |    Inf 
55.17/55.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.17/55.28	c  55.3s| 18900 |    57 |334033 |  17.7 |9152k|  41 |  31 | 231 |9695 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
55.38/55.49	c  55.5s| 19000 |    56 |335620 |  17.7 |9168k|  41 |   - | 231 |9731 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
55.67/55.71	c  55.7s| 19100 |    54 |337304 |  17.7 |9165k|  41 |   - | 231 |9743 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
55.87/55.94	c  55.9s| 19200 |    54 |339000 |  17.6 |9175k|  41 |   - | 231 |9762 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
56.08/56.16	c  56.2s| 19300 |    58 |340702 |  17.6 |9197k|  41 |  21 | 231 |9804 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
56.27/56.37	c  56.4s| 19400 |    57 |342410 |  17.6 |9216k|  41 |   - | 231 |9860 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
56.48/56.57	c  56.6s| 19500 |    59 |343854 |  17.6 |9239k|  41 |   - | 231 |9912 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
56.67/56.79	c  56.8s| 19600 |    56 |345527 |  17.6 |9253k|  41 |   - | 231 |9955 | 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
56.98/57.00	c  57.0s| 19700 |    56 |347126 |  17.6 |9269k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
57.18/57.22	c  57.2s| 19800 |    56 |348872 |  17.6 |9284k|  41 |  23 | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
57.37/57.43	c  57.4s| 19900 |    55 |350373 |  17.6 |9293k|  41 |  24 | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
57.58/57.65	c  57.7s| 20000 |    53 |352009 |  17.6 |9294k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
57.87/57.91	c  57.9s| 20100 |    53 |354043 |  17.6 |9303k|  41 |  26 | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
58.07/58.14	c  58.1s| 20200 |    54 |355890 |  17.6 |9313k|  41 |  26 | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
58.27/58.32	c  58.3s| 20300 |    54 |357145 |  17.6 |9347k|  42 |   - | 231 |  10k|   0 |   0 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
58.47/58.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.47/58.53	c  58.5s| 20400 |    51 |358744 |  17.6 |9357k|  42 |  29 | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
58.67/58.77	c  58.8s| 20500 |    50 |360589 |  17.6 |9368k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  12k|2539 | 0.000000e+00 |      --      |    Inf 
58.98/59.00	c  59.0s| 20600 |    50 |362346 |  17.6 |9345k|  47 |  42 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
59.17/59.22	c  59.2s| 20700 |    54 |363924 |  17.6 |9320k|  47 |  23 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
59.38/59.44	c  59.4s| 20800 |    54 |365537 |  17.6 |9279k|  47 |   - | 231 |9893 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
59.58/59.68	c  59.7s| 20900 |    54 |367348 |  17.6 |9253k|  47 |   - | 231 |9823 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
59.87/59.92	c  59.9s| 21000 |    56 |369186 |  17.6 |9243k|  47 |  40 | 231 |9780 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
60.08/60.16	c  60.2s| 21100 |    55 |371123 |  17.6 |9248k|  47 |   - | 231 |9785 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
60.37/60.42	c  60.4s| 21200 |    60 |373258 |  17.6 |9251k|  47 |   - | 231 |9744 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
60.58/60.60	c  60.6s| 21300 |    59 |374583 |  17.6 |9272k|  47 |   - | 231 |9801 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
60.78/60.80	c  60.8s| 21400 |    64 |376099 |  17.6 |9296k|  47 |   - | 231 |9846 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
60.98/61.03	c  61.0s| 21500 |    61 |377884 |  17.6 |9308k|  47 |   - | 231 |9885 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
61.17/61.25	c  61.2s| 21600 |    60 |379575 |  17.6 |9325k|  47 |   - | 231 |9944 | 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
61.37/61.46	c  61.5s| 21700 |    62 |381181 |  17.6 |9351k|  47 |  25 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
61.67/61.70	c  61.7s| 21800 |    58 |383018 |  17.6 |9347k|  47 |  37 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
61.87/61.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.87/61.94	c  61.9s| 21900 |    64 |384902 |  17.6 |9370k|  47 |  21 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
62.07/62.19	c  62.2s| 22000 |    60 |386936 |  17.6 |9376k|  47 |  41 | 231 |  10k| 231 |2453 |  17 |  13k|2539 | 0.000000e+00 |      --      |    Inf 
62.37/62.42	c  62.4s| 22100 |    60 |388646 |  17.6 |9403k|  47 |  24 | 231 |  10k| 231 |2453 |  17 |  14k|2539 | 0.000000e+00 |      --      |    Inf 
62.58/62.62	c  62.6s| 22200 |    58 |390133 |  17.6 |9423k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2539 | 0.000000e+00 |      --      |    Inf 
62.77/62.87	c  62.9s| 22300 |    60 |391736 |  17.6 |9447k|  47 |  34 | 231 |  10k| 231 |2453 |  17 |  14k|2550 | 0.000000e+00 |      --      |    Inf 
63.07/63.14	c  63.1s| 22400 |    59 |393527 |  17.6 |9465k|  47 |  24 | 231 |  10k| 231 |2453 |  17 |  14k|2558 | 0.000000e+00 |      --      |    Inf 
63.37/63.44	c  63.4s| 22500 |    56 |395582 |  17.6 |9481k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2567 | 0.000000e+00 |      --      |    Inf 
63.67/63.76	c  63.8s| 22600 |    60 |397570 |  17.6 |9502k|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  14k|2584 | 0.000000e+00 |      --      |    Inf 
63.97/64.05	c  64.1s| 22700 |    57 |399418 |  17.6 |9526k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2598 | 0.000000e+00 |      --      |    Inf 
64.27/64.32	c  64.3s| 22800 |    61 |401149 |  17.6 |9537k|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  14k|2611 | 0.000000e+00 |      --      |    Inf 
64.57/64.60	c  64.6s| 22900 |    61 |402830 |  17.6 |9561k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2623 | 0.000000e+00 |      --      |    Inf 
64.88/64.91	c  64.9s| 23000 |    65 |404785 |  17.6 |9580k|  47 |  26 | 231 |  10k| 231 |2453 |  17 |  14k|2636 | 0.000000e+00 |      --      |    Inf 
65.17/65.22	c  65.2s| 23100 |    79 |406789 |  17.6 |9633k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2653 | 0.000000e+00 |      --      |    Inf 
65.47/65.52	c  65.5s| 23200 |    77 |408672 |  17.6 |9648k|  47 |  33 | 231 |  10k| 231 |2453 |  17 |  14k|2669 | 0.000000e+00 |      --      |    Inf 
65.68/65.77	c  65.8s| 23300 |    75 |410084 |  17.6 |9674k|  47 |  28 | 231 |  10k| 231 |2453 |  17 |  14k|2683 | 0.000000e+00 |      --      |    Inf 
65.98/66.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.98/66.06	c  66.1s| 23400 |    70 |411916 |  17.6 |9686k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2697 | 0.000000e+00 |      --      |    Inf 
66.27/66.36	c  66.4s| 23500 |    64 |413907 |  17.6 |9694k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2709 | 0.000000e+00 |      --      |    Inf 
66.57/66.66	c  66.7s| 23600 |    62 |416025 |  17.6 |9707k|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  15k|2718 | 0.000000e+00 |      --      |    Inf 
66.87/66.97	c  67.0s| 23700 |    59 |417828 |  17.6 |9711k|  47 |  42 | 231 |  10k| 231 |2453 |  17 |  15k|2734 | 0.000000e+00 |      --      |    Inf 
67.17/67.25	c  67.3s| 23800 |    57 |419623 |  17.6 |9715k|  47 |  39 | 231 |  10k| 231 |2453 |  17 |  15k|2744 | 0.000000e+00 |      --      |    Inf 
67.37/67.49	c  67.5s| 23900 |    57 |421348 |  17.6 |9725k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2747 | 0.000000e+00 |      --      |    Inf 
67.68/67.79	c  67.8s| 24000 |    56 |423420 |  17.6 |9727k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2756 | 0.000000e+00 |      --      |    Inf 
67.97/68.03	c  68.0s| 24100 |    58 |425183 |  17.6 |9728k|  47 |  32 | 231 |  10k| 231 |2453 |  17 |  15k|2757 | 0.000000e+00 |      --      |    Inf 
68.18/68.28	c  68.3s| 24200 |    52 |426991 |  17.6 |9712k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2760 | 0.000000e+00 |      --      |    Inf 
68.47/68.53	c  68.5s| 24300 |    57 |428839 |  17.6 |9703k|  47 |  32 | 231 |  10k| 231 |2453 |  17 |  15k|2762 | 0.000000e+00 |      --      |    Inf 
68.77/68.80	c  68.8s| 24400 |    59 |430860 |  17.7 |9702k|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  15k|2763 | 0.000000e+00 |      --      |    Inf 
68.97/69.01	c  69.0s| 24500 |    59 |432376 |  17.6 |9720k|  47 |   - | 231 |  10k|   0 |   0 |  17 |  15k|2766 | 0.000000e+00 |      --      |    Inf 
69.18/69.25	c  69.3s| 24600 |    56 |434119 |  17.6 |9704k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2767 | 0.000000e+00 |      --      |    Inf 
69.37/69.48	c  69.5s| 24700 |    58 |435826 |  17.6 |9701k|  47 |  29 | 231 |  10k| 231 |2453 |  17 |  15k|2767 | 0.000000e+00 |      --      |    Inf 
69.67/69.70	c  69.7s| 24800 |    58 |437266 |  17.6 |9711k|  47 |  30 | 231 |  10k| 231 |2453 |  17 |  15k|2768 | 0.000000e+00 |      --      |    Inf 
69.87/69.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.87/69.90	c  69.9s| 24900 |    59 |438765 |  17.6 |9735k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2768 | 0.000000e+00 |      --      |    Inf 
70.08/70.13	c  70.1s| 25000 |    57 |440581 |  17.6 |9749k|  47 |  37 | 231 |  10k| 231 |2453 |  17 |  15k|2768 | 0.000000e+00 |      --      |    Inf 
70.28/70.38	c  70.4s| 25100 |    55 |442307 |  17.6 |9723k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2769 | 0.000000e+00 |      --      |    Inf 
70.47/70.59	c  70.6s| 25200 |    55 |443821 |  17.6 |9717k|  47 |  36 | 231 |  10k| 231 |2453 |  17 |  15k|2769 | 0.000000e+00 |      --      |    Inf 
70.77/70.84	c  70.8s| 25300 |    57 |445702 |  17.6 |9705k|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  16k|2769 | 0.000000e+00 |      --      |    Inf 
71.07/71.12	c  71.1s| 25400 |    63 |447879 |  17.6 |9707k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2769 | 0.000000e+00 |      --      |    Inf 
71.27/71.34	c  71.3s| 25500 |    65 |449506 |  17.6 |9711k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2769 | 0.000000e+00 |      --      |    Inf 
71.57/71.66	c  71.7s| 25600 |    65 |451284 |  17.6 |9701k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2787 | 0.000000e+00 |      --      |    Inf 
71.77/71.83	c  71.8s| 25700 |    67 |452425 |  17.6 |9707k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2787 | 0.000000e+00 |      --      |    Inf 
71.98/72.09	c  72.1s| 25800 |    69 |453891 |  17.6 |9709k|  47 |  39 | 231 |  10k| 231 |2453 |  17 |  16k|2800 | 0.000000e+00 |      --      |    Inf 
72.27/72.37	c  72.4s| 25900 |    71 |455469 |  17.6 |9723k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2816 | 0.000000e+00 |      --      |    Inf 
72.57/72.62	c  72.6s| 26000 |    71 |457083 |  17.6 |9717k|  47 |  37 | 231 |  10k| 231 |2453 |  17 |  16k|2822 | 0.000000e+00 |      --      |    Inf 
72.77/72.89	c  72.9s| 26100 |    73 |458792 |  17.6 |9730k|  47 |  30 | 231 |  10k| 231 |2453 |  17 |  16k|2832 | 0.000000e+00 |      --      |    Inf 
73.07/73.12	c  73.1s| 26200 |    75 |460167 |  17.6 |9751k|  47 |  26 | 231 |  10k| 231 |2453 |  17 |  16k|2842 | 0.000000e+00 |      --      |    Inf 
73.27/73.38	c  73.4s| 26300 |    73 |461682 |  17.5 |9769k|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  16k|2854 | 0.000000e+00 |      --      |    Inf 
73.58/73.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.58/73.70	c  73.7s| 26400 |    72 |463760 |  17.6 |9793k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2870 | 0.000000e+00 |      --      |    Inf 
73.97/74.00	c  74.0s| 26500 |    74 |465738 |  17.6 |9816k|  47 |  30 | 231 |  10k| 231 |2453 |  17 |  16k|2884 | 0.000000e+00 |      --      |    Inf 
74.27/74.33	c  74.3s| 26600 |    77 |467846 |  17.6 |9844k|  47 |  41 | 231 |  10k| 231 |2453 |  17 |  16k|2899 | 0.000000e+00 |      --      |    Inf 
74.57/74.62	c  74.6s| 26700 |    78 |469735 |  17.6 |9865k|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  16k|2913 | 0.000000e+00 |      --      |    Inf 
74.87/74.95	c  74.9s| 26800 |    78 |471780 |  17.6 |9885k|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  16k|2929 | 0.000000e+00 |      --      |    Inf 
75.17/75.24	c  75.2s| 26900 |    74 |473877 |  17.6 |9898k|  47 |  25 | 231 |  10k| 231 |2453 |  17 |  16k|2935 | 0.000000e+00 |      --      |    Inf 
75.47/75.53	c  75.5s| 27000 |    76 |475835 |  17.6 |9898k|  47 |  18 | 231 |  10k| 231 |2453 |  17 |  16k|2943 | 0.000000e+00 |      --      |    Inf 
75.78/75.85	c  75.9s| 27100 |    70 |477954 |  17.6 |9868k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2953 | 0.000000e+00 |      --      |    Inf 
76.07/76.12	c  76.1s| 27200 |    72 |479918 |  17.6 |9849k|  47 |  27 | 231 |  10k| 231 |2453 |  17 |  17k|2959 | 0.000000e+00 |      --      |    Inf 
76.27/76.30	c  76.3s| 27300 |    72 |481169 |  17.6 |9862k|  47 |  19 | 231 |  10k| 231 |2453 |  17 |  17k|2960 | 0.000000e+00 |      --      |    Inf 
76.37/76.46	c  76.5s| 27400 |    77 |482229 |  17.6 |9898k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2962 | 0.000000e+00 |      --      |    Inf 
76.57/76.67	c  76.7s| 27500 |    74 |483687 |  17.6 |9896k|  47 |  22 | 231 |  10k| 231 |2453 |  17 |  17k|2963 | 0.000000e+00 |      --      |    Inf 
76.77/76.88	c  76.9s| 27600 |    72 |485210 |  17.6 |9908k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2964 | 0.000000e+00 |      --      |    Inf 
76.97/77.08	c  77.1s| 27700 |    74 |486714 |  17.6 |9916k|  47 |  28 | 231 |  10k| 231 |2453 |  17 |  17k|2964 | 0.000000e+00 |      --      |    Inf 
77.17/77.29	c  77.3s| 27800 |    71 |488065 |  17.6 |9921k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2967 | 0.000000e+00 |      --      |    Inf 
77.47/77.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.47/77.53	c  77.5s| 27900 |    71 |489902 |  17.6 |9925k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2968 | 0.000000e+00 |      --      |    Inf 
77.67/77.74	c  77.7s| 28000 |    71 |491479 |  17.5 |9928k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2968 | 0.000000e+00 |      --      |    Inf 
77.87/77.97	c  78.0s| 28100 |    73 |493169 |  17.5 |9926k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2968 | 0.000000e+00 |      --      |    Inf 
78.17/78.22	c  78.2s| 28200 |    73 |495090 |  17.6 |9929k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2968 | 0.000000e+00 |      --      |    Inf 
78.37/78.43	c  78.4s| 28300 |    75 |496493 |  17.5 |9952k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  17k|2970 | 0.000000e+00 |      --      |    Inf 
78.57/78.66	c  78.7s| 28400 |    80 |498271 |  17.5 |9966k|  47 |   - | 231 |  11k| 231 |2453 |  17 |  17k|2970 | 0.000000e+00 |      --      |    Inf 
78.87/78.90	c  78.9s| 28500 |    79 |500132 |  17.5 |9970k|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  17k|2970 | 0.000000e+00 |      --      |    Inf 
79.08/79.16	c  79.2s| 28600 |    79 |502259 |  17.6 |9986k|  47 |  40 | 231 |  11k| 231 |2453 |  17 |  17k|2970 | 0.000000e+00 |      --      |    Inf 
79.27/79.39	c  79.4s| 28700 |    83 |504068 |  17.6 |  10M|  47 |  27 | 231 |  11k| 231 |2453 |  17 |  18k|2970 | 0.000000e+00 |      --      |    Inf 
79.57/79.62	c  79.6s| 28800 |    83 |505804 |  17.6 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  18k|2970 | 0.000000e+00 |      --      |    Inf 
79.77/79.82	c  79.8s| 28900 |    77 |507307 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|2970 | 0.000000e+00 |      --      |    Inf 
79.97/80.09	c  80.1s| 29000 |    77 |509211 |  17.6 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  18k|2975 | 0.000000e+00 |      --      |    Inf 
80.27/80.36	c  80.4s| 29100 |    73 |510668 |  17.5 |  10M|  47 |  43 | 231 |  11k| 231 |2453 |  17 |  18k|2991 | 0.000000e+00 |      --      |    Inf 
80.57/80.64	c  80.6s| 29200 |    76 |512622 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|2998 | 0.000000e+00 |      --      |    Inf 
80.87/80.94	c  80.9s| 29300 |    80 |514571 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3012 | 0.000000e+00 |      --      |    Inf 
81.17/81.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.17/81.25	c  81.2s| 29400 |    84 |516430 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3028 | 0.000000e+00 |      --      |    Inf 
81.47/81.50	c  81.5s| 29500 |    82 |518171 |  17.6 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  18k|3035 | 0.000000e+00 |      --      |    Inf 
81.66/81.78	c  81.8s| 29600 |    78 |519958 |  17.6 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  18k|3047 | 0.000000e+00 |      --      |    Inf 
81.97/82.06	c  82.1s| 29700 |    79 |521804 |  17.6 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  18k|3058 | 0.000000e+00 |      --      |    Inf 
82.26/82.36	c  82.4s| 29800 |    79 |523755 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3072 | 0.000000e+00 |      --      |    Inf 
82.57/82.64	c  82.6s| 29900 |    75 |525631 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3082 | 0.000000e+00 |      --      |    Inf 
82.97/83.00	c  83.0s| 30000 |    76 |528038 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3098 | 0.000000e+00 |      --      |    Inf 
83.27/83.33	c  83.3s| 30100 |    82 |530243 |  17.6 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  18k|3110 | 0.000000e+00 |      --      |    Inf 
83.57/83.69	c  83.7s| 30200 |    76 |532673 |  17.6 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  18k|3128 | 0.000000e+00 |      --      |    Inf 
83.87/83.96	c  84.0s| 30300 |    78 |534462 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3138 | 0.000000e+00 |      --      |    Inf 
84.17/84.25	c  84.3s| 30400 |    76 |536288 |  17.6 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  18k|3152 | 0.000000e+00 |      --      |    Inf 
84.58/84.60	c  84.6s| 30500 |    74 |538516 |  17.7 |  10M|  47 |  24 | 231 |  11k| 231 |2453 |  17 |  19k|3170 | 0.000000e+00 |      --      |    Inf 
84.77/84.89	c  84.9s| 30600 |    68 |540382 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3179 | 0.000000e+00 |      --      |    Inf 
85.07/85.18	c  85.2s| 30700 |    74 |542402 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3187 | 0.000000e+00 |      --      |    Inf 
85.37/85.43	c  85.4s| 30800 |    72 |544274 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3190 | 0.000000e+00 |      --      |    Inf 
85.67/85.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.67/85.73	c  85.7s| 30900 |    75 |546519 |  17.7 |  10M|  47 |  43 | 231 |  11k| 231 |2453 |  17 |  19k|3194 | 0.000000e+00 |      --      |    Inf 
85.86/85.99	c  86.0s| 31000 |    77 |548530 |  17.7 |  10M|  47 |  31 | 231 |  11k| 231 |2453 |  17 |  19k|3195 | 0.000000e+00 |      --      |    Inf 
86.17/86.27	c  86.3s| 31100 |    73 |550797 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3195 | 0.000000e+00 |      --      |    Inf 
86.47/86.51	c  86.5s| 31200 |    75 |552485 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3197 | 0.000000e+00 |      --      |    Inf 
86.67/86.77	c  86.8s| 31300 |    83 |554420 |  17.7 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  19k|3198 | 0.000000e+00 |      --      |    Inf 
86.96/87.00	c  87.0s| 31400 |    83 |556140 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3199 | 0.000000e+00 |      --      |    Inf 
87.17/87.25	c  87.2s| 31500 |    81 |557797 |  17.7 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  19k|3201 | 0.000000e+00 |      --      |    Inf 
87.47/87.50	c  87.5s| 31600 |    81 |559670 |  17.7 |  10M|  47 |  20 | 231 |  11k| 231 |2453 |  17 |  19k|3202 | 0.000000e+00 |      --      |    Inf 
87.66/87.73	c  87.7s| 31700 |    79 |561316 |  17.7 |  10M|  47 |  33 | 231 |  11k| 231 |2453 |  17 |  19k|3203 | 0.000000e+00 |      --      |    Inf 
87.88/87.95	c  88.0s| 31800 |    83 |562951 |  17.7 |  10M|  47 |  24 | 231 |  11k| 231 |2453 |  17 |  19k|3203 | 0.000000e+00 |      --      |    Inf 
88.17/88.20	c  88.2s| 31900 |    79 |564703 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3203 | 0.000000e+00 |      --      |    Inf 
88.36/88.43	c  88.4s| 32000 |    81 |566430 |  17.7 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  19k|3203 | 0.000000e+00 |      --      |    Inf 
88.57/88.65	c  88.7s| 32100 |    83 |568029 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3203 | 0.000000e+00 |      --      |    Inf 
88.87/88.90	c  88.9s| 32200 |    81 |569923 |  17.7 |  10M|  47 |  40 | 231 |  11k| 231 |2453 |  17 |  20k|3203 | 0.000000e+00 |      --      |    Inf 
89.07/89.12	c  89.1s| 32300 |    82 |571506 |  17.7 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  20k|3204 | 0.000000e+00 |      --      |    Inf 
89.27/89.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.27/89.37	c  89.4s| 32400 |    81 |573426 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3204 | 0.000000e+00 |      --      |    Inf 
89.57/89.63	c  89.6s| 32500 |    83 |575429 |  17.7 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  20k|3204 | 0.000000e+00 |      --      |    Inf 
89.76/89.89	c  89.9s| 32600 |    84 |577402 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3204 | 0.000000e+00 |      --      |    Inf 
90.07/90.19	c  90.2s| 32700 |    88 |579260 |  17.7 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  20k|3213 | 0.000000e+00 |      --      |    Inf 
90.47/90.50	c  90.5s| 32800 |    90 |581169 |  17.7 |  10M|  47 |  34 | 231 |  11k| 231 |2453 |  17 |  20k|3227 | 0.000000e+00 |      --      |    Inf 
90.66/90.77	c  90.8s| 32900 |    92 |583051 |  17.7 |  10M|  47 |  41 | 231 |  11k| 231 |2453 |  17 |  20k|3233 | 0.000000e+00 |      --      |    Inf 
90.97/91.07	c  91.1s| 33000 |    89 |585020 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3243 | 0.000000e+00 |      --      |    Inf 
91.27/91.34	c  91.3s| 33100 |    87 |586683 |  17.7 |  10M|  47 |  42 | 231 |  11k| 231 |2453 |  17 |  20k|3251 | 0.000000e+00 |      --      |    Inf 
91.57/91.62	c  91.6s| 33200 |    91 |588612 |  17.7 |  10M|  47 |  41 | 231 |  11k| 231 |2453 |  17 |  20k|3260 | 0.000000e+00 |      --      |    Inf 
91.87/91.92	c  91.9s| 33300 |    95 |590518 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3273 | 0.000000e+00 |      --      |    Inf 
92.17/92.20	c  92.2s| 33400 |    94 |592379 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3282 | 0.000000e+00 |      --      |    Inf 
92.47/92.51	c  92.5s| 33500 |    87 |594358 |  17.7 |  10M|  47 |  42 | 231 |  11k| 231 |2453 |  17 |  20k|3294 | 0.000000e+00 |      --      |    Inf 
92.76/92.80	c  92.8s| 33600 |    91 |596276 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3303 | 0.000000e+00 |      --      |    Inf 
92.96/93.06	c  93.1s| 33700 |    91 |597855 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3315 | 0.000000e+00 |      --      |    Inf 
93.27/93.34	c  93.3s| 33800 |    95 |599587 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  20k|3328 | 0.000000e+00 |      --      |    Inf 
93.57/93.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.57/93.60	c  93.6s| 33900 |   100 |601157 |  17.7 |  10M|  47 |  33 | 231 |  11k| 231 |2453 |  17 |  20k|3340 | 0.000000e+00 |      --      |    Inf 
93.77/93.87	c  93.9s| 34000 |    98 |602782 |  17.7 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  21k|3351 | 0.000000e+00 |      --      |    Inf 
94.06/94.15	c  94.2s| 34100 |   102 |604623 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3361 | 0.000000e+00 |      --      |    Inf 
94.37/94.40	c  94.4s| 34200 |   100 |606229 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3372 | 0.000000e+00 |      --      |    Inf 
94.67/94.71	c  94.7s| 34300 |   102 |608207 |  17.7 |  10M|  47 |   - | 231 |  11k|   0 |   0 |  17 |  21k|3388 | 0.000000e+00 |      --      |    Inf 
94.97/95.00	c  95.0s| 34400 |    98 |610114 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3398 | 0.000000e+00 |      --      |    Inf 
95.17/95.26	c  95.3s| 34500 |   102 |611893 |  17.7 |  10M|  47 |  30 | 231 |  11k| 231 |2453 |  17 |  21k|3405 | 0.000000e+00 |      --      |    Inf 
95.47/95.50	c  95.5s| 34600 |   102 |613376 |  17.7 |  10M|  47 |  30 | 231 |  11k| 231 |2453 |  17 |  21k|3416 | 0.000000e+00 |      --      |    Inf 
95.67/95.72	c  95.7s| 34700 |   102 |614935 |  17.7 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  21k|3418 | 0.000000e+00 |      --      |    Inf 
95.87/95.95	c  96.0s| 34800 |   102 |616709 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3420 | 0.000000e+00 |      --      |    Inf 
96.16/96.20	c  96.2s| 34900 |   102 |618550 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3422 | 0.000000e+00 |      --      |    Inf 
96.37/96.43	c  96.4s| 35000 |   102 |620198 |  17.7 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  21k|3426 | 0.000000e+00 |      --      |    Inf 
96.57/96.66	c  96.7s| 35100 |   102 |621784 |  17.7 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  21k|3429 | 0.000000e+00 |      --      |    Inf 
96.77/96.89	c  96.9s| 35200 |   102 |623381 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3432 | 0.000000e+00 |      --      |    Inf 
97.07/97.14	c  97.1s| 35300 |   106 |625237 |  17.7 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
97.26/97.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.26/97.37	c  97.4s| 35400 |   108 |626994 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
97.57/97.60	c  97.6s| 35500 |   112 |628716 |  17.7 |  10M|  47 |  21 | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
97.78/97.81	c  97.8s| 35600 |   114 |630230 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
97.97/98.03	c  98.0s| 35700 |   116 |631979 |  17.7 |  10M|  47 |  20 | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
98.17/98.27	c  98.3s| 35800 |   112 |633823 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
98.47/98.54	c  98.5s| 35900 |   112 |635971 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
98.67/98.78	c  98.8s| 36000 |   116 |637934 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
98.97/99.00	c  99.0s| 36100 |   116 |639614 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
99.17/99.25	c  99.2s| 36200 |   114 |641500 |  17.7 |  10M|  47 |  31 | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
99.46/99.50	c  99.5s| 36300 |   116 |643564 |  17.7 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
99.67/99.74	c  99.7s| 36400 |   115 |645414 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
99.87/99.98	c   100s| 36500 |   115 |647183 |  17.7 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
100.16/100.22	c   100s| 36600 |   115 |649019 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
100.47/100.50	c   101s| 36700 |   115 |650759 |  17.7 |  10M|  47 |  30 | 231 |  11k| 231 |2453 |  17 |  22k|3445 | 0.000000e+00 |      --      |    Inf 
100.57/100.69	c   101s| 36800 |   116 |651991 |  17.7 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  22k|3448 | 0.000000e+00 |      --      |    Inf 
100.86/100.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.86/100.95	c   101s| 36900 |   115 |653639 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3458 | 0.000000e+00 |      --      |    Inf 
101.17/101.23	c   101s| 37000 |   114 |655582 |  17.7 |  10M|  47 |  40 | 231 |  11k| 231 |2453 |  17 |  22k|3468 | 0.000000e+00 |      --      |    Inf 
101.47/101.52	c   102s| 37100 |   118 |657438 |  17.7 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  22k|3478 | 0.000000e+00 |      --      |    Inf 
101.77/101.84	c   102s| 37200 |   118 |659524 |  17.7 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  22k|3493 | 0.000000e+00 |      --      |    Inf 
102.06/102.12	c   102s| 37300 |   130 |661357 |  17.7 |  10M|  47 |  27 | 231 |  12k| 231 |2453 |  17 |  22k|3500 | 0.000000e+00 |      --      |    Inf 
102.37/102.40	c   102s| 37400 |   126 |663196 |  17.7 |  10M|  47 |  39 | 231 |  12k| 231 |2453 |  17 |  22k|3510 | 0.000000e+00 |      --      |    Inf 
102.57/102.69	c   103s| 37500 |   128 |665044 |  17.7 |  10M|  47 |  25 | 231 |  12k| 231 |2453 |  17 |  22k|3524 | 0.000000e+00 |      --      |    Inf 
102.86/102.95	c   103s| 37600 |   126 |666718 |  17.7 |  10M|  47 |  33 | 231 |  12k| 231 |2453 |  17 |  22k|3532 | 0.000000e+00 |      --      |    Inf 
103.17/103.20	c   103s| 37700 |   126 |668428 |  17.7 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  22k|3538 | 0.000000e+00 |      --      |    Inf 
103.46/103.50	c   104s| 37800 |   122 |670314 |  17.7 |  10M|  47 |  41 | 231 |  12k| 231 |2453 |  17 |  23k|3552 | 0.000000e+00 |      --      |    Inf 
103.77/103.81	c   104s| 37900 |   122 |672371 |  17.7 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3563 | 0.000000e+00 |      --      |    Inf 
104.07/104.11	c   104s| 38000 |   122 |674416 |  17.7 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3573 | 0.000000e+00 |      --      |    Inf 
104.37/104.42	c   104s| 38100 |   124 |676415 |  17.8 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3587 | 0.000000e+00 |      --      |    Inf 
104.66/104.71	c   105s| 38200 |   124 |678391 |  17.8 |  10M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  23k|3598 | 0.000000e+00 |      --      |    Inf 
104.96/105.01	c   105s| 38300 |   122 |680237 |  17.8 |  10M|  47 |  42 | 231 |  12k| 231 |2453 |  17 |  23k|3611 | 0.000000e+00 |      --      |    Inf 
105.27/105.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.27/105.33	c   105s| 38400 |   122 |682322 |  17.8 |  10M|  47 |  36 | 231 |  12k| 231 |2453 |  17 |  23k|3624 | 0.000000e+00 |      --      |    Inf 
105.57/105.62	c   106s| 38500 |   120 |684183 |  17.8 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3634 | 0.000000e+00 |      --      |    Inf 
105.77/105.89	c   106s| 38600 |   121 |686032 |  17.8 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3639 | 0.000000e+00 |      --      |    Inf 
106.07/106.16	c   106s| 38700 |   117 |687926 |  17.8 |  10M|  47 |  40 | 231 |  12k| 231 |2453 |  17 |  23k|3646 | 0.000000e+00 |      --      |    Inf 
106.36/106.42	c   106s| 38800 |   115 |689480 |  17.8 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  23k|3653 | 0.000000e+00 |      --      |    Inf 
106.58/106.64	c   107s| 38900 |   117 |691075 |  17.8 |  10M|  47 |  28 | 231 |  12k| 231 |2453 |  17 |  23k|3653 | 0.000000e+00 |      --      |    Inf 
106.77/106.89	c   107s| 39000 |   116 |692977 |  17.8 |  10M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  23k|3655 | 0.000000e+00 |      --      |    Inf 
107.06/107.19	c   107s| 39100 |   116 |695200 |  17.8 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  23k|3657 | 0.000000e+00 |      --      |    Inf 
107.37/107.45	c   107s| 39200 |   116 |697131 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3658 | 0.000000e+00 |      --      |    Inf 
107.56/107.68	c   108s| 39300 |   118 |698697 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3660 | 0.000000e+00 |      --      |    Inf 
107.87/107.94	c   108s| 39400 |   118 |700746 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3661 | 0.000000e+00 |      --      |    Inf 
108.07/108.15	c   108s| 39500 |   120 |702247 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3661 | 0.000000e+00 |      --      |    Inf 
108.26/108.37	c   108s| 39600 |   120 |703851 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3661 | 0.000000e+00 |      --      |    Inf 
108.57/108.63	c   109s| 39700 |   124 |705807 |  17.8 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3661 | 0.000000e+00 |      --      |    Inf 
108.77/108.87	c   109s| 39800 |   128 |707623 |  17.8 |  10M|  47 |  44 | 231 |  11k| 231 |2453 |  17 |  24k|3661 | 0.000000e+00 |      --      |    Inf 
109.07/109.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.07/109.11	c   109s| 39900 |   134 |709364 |  17.8 |  10M|  47 |  23 | 231 |  11k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
109.26/109.35	c   109s| 40000 |   123 |711124 |  17.8 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
109.46/109.56	c   110s| 40100 |   124 |712542 |  17.8 |  10M|  47 |  33 | 231 |  11k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
109.67/109.79	c   110s| 40200 |   124 |714294 |  17.8 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
109.97/110.01	c   110s| 40300 |   122 |715795 |  17.8 |  10M|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
110.16/110.23	c   110s| 40400 |   122 |717427 |  17.8 |  10M|  47 |  36 | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
110.36/110.46	c   110s| 40500 |   122 |719148 |  17.8 |  10M|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
110.56/110.69	c   111s| 40600 |   120 |720788 |  17.8 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
110.86/110.92	c   111s| 40700 |   120 |722476 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
111.07/111.13	c   111s| 40800 |   120 |723928 |  17.7 |  10M|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
111.26/111.36	c   111s| 40900 |   120 |725620 |  17.7 |  10M|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  24k|3662 | 0.000000e+00 |      --      |    Inf 
111.57/111.63	c   112s| 41000 |   121 |727381 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3671 | 0.000000e+00 |      --      |    Inf 
111.86/111.90	c   112s| 41100 |   121 |729003 |  17.7 |  10M|  47 |  42 | 231 |  10k| 231 |2453 |  17 |  24k|3678 | 0.000000e+00 |      --      |    Inf 
112.07/112.17	c   112s| 41200 |   120 |730611 |  17.7 |  10M|  47 |  34 | 231 |  10k| 231 |2453 |  17 |  24k|3690 | 0.000000e+00 |      --      |    Inf 
112.27/112.38	c   112s| 41300 |   119 |732174 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3690 | 0.000000e+00 |      --      |    Inf 
112.57/112.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.57/112.64	c   113s| 41400 |   120 |733640 |  17.7 |  10M|  47 |  31 | 231 |  10k| 231 |2453 |  17 |  25k|3703 | 0.000000e+00 |      --      |    Inf 
112.86/112.93	c   113s| 41500 |   120 |735466 |  17.7 |  10M|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  25k|3714 | 0.000000e+00 |      --      |    Inf 
113.06/113.14	c   113s| 41600 |   121 |737050 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3714 | 0.000000e+00 |      --      |    Inf 
113.27/113.37	c   113s| 41700 |   122 |738587 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3719 | 0.000000e+00 |      --      |    Inf 
113.56/113.60	c   114s| 41800 |   125 |739988 |  17.7 |  10M|  47 |  27 | 231 |  10k| 231 |2453 |  17 |  25k|3728 | 0.000000e+00 |      --      |    Inf 
113.77/113.80	c   114s| 41900 |   125 |741274 |  17.7 |  10M|  47 |   - | 231 |  10k|   0 |   0 |  17 |  25k|3736 | 0.000000e+00 |      --      |    Inf 
113.97/114.07	c   114s| 42000 |   122 |743001 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3746 | 0.000000e+00 |      --      |    Inf 
114.27/114.35	c   114s| 42100 |   122 |744762 |  17.7 |  10M|  47 |  21 | 231 |  10k| 231 |2453 |  17 |  25k|3759 | 0.000000e+00 |      --      |    Inf 
114.46/114.57	c   115s| 42200 |   124 |746122 |  17.7 |  10M|  47 |  28 | 231 |  10k| 231 |2453 |  17 |  25k|3766 | 0.000000e+00 |      --      |    Inf 
114.76/114.84	c   115s| 42300 |   122 |747867 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3776 | 0.000000e+00 |      --      |    Inf 
114.97/115.08	c   115s| 42400 |   124 |749298 |  17.7 |  10M|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  25k|3784 | 0.000000e+00 |      --      |    Inf 
115.26/115.33	c   115s| 42500 |   126 |750906 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3793 | 0.000000e+00 |      --      |    Inf 
115.47/115.59	c   116s| 42600 |   124 |752611 |  17.7 |  10M|  47 |   - | 231 |  10k|   0 |   0 |  17 |  25k|3804 | 0.000000e+00 |      --      |    Inf 
115.87/115.90	c   116s| 42700 |   124 |754576 |  17.7 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  25k|3819 | 0.000000e+00 |      --      |    Inf 
116.07/116.19	c   116s| 42800 |   126 |756463 |  17.7 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  26k|3828 | 0.000000e+00 |      --      |    Inf 
116.36/116.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.36/116.47	c   116s| 42900 |   124 |758379 |  17.7 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  26k|3837 | 0.000000e+00 |      --      |    Inf 
116.67/116.77	c   117s| 43000 |   128 |760356 |  17.7 |  10M|  47 |  33 | 231 |  11k| 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
116.96/117.07	c   117s| 43100 |   121 |762531 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3858 | 0.000000e+00 |      --      |    Inf 
117.27/117.35	c   117s| 43200 |   121 |764493 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3865 | 0.000000e+00 |      --      |    Inf 
117.46/117.59	c   118s| 43300 |   125 |766010 |  17.7 |  10M|  47 |  25 | 231 |  11k| 231 |2453 |  17 |  26k|3873 | 0.000000e+00 |      --      |    Inf 
117.67/117.79	c   118s| 43400 |   124 |767355 |  17.7 |  10M|  47 |  27 | 231 |  11k| 231 |2453 |  17 |  26k|3874 | 0.000000e+00 |      --      |    Inf 
117.96/118.05	c   118s| 43500 |   124 |769037 |  17.7 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  26k|3879 | 0.000000e+00 |      --      |    Inf 
118.16/118.27	c   118s| 43600 |   127 |770679 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3880 | 0.000000e+00 |      --      |    Inf 
118.37/118.48	c   118s| 43700 |   127 |772126 |  17.7 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3881 | 0.000000e+00 |      --      |    Inf 
118.56/118.67	c   119s| 43800 |   129 |773496 |  17.7 |  10M|  47 |  25 | 231 |  11k| 231 |2453 |  17 |  26k|3881 | 0.000000e+00 |      --      |    Inf 
118.77/118.88	c   119s| 43900 |   125 |775025 |  17.7 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  26k|3881 | 0.000000e+00 |      --      |    Inf 
119.06/119.11	c   119s| 44000 |   119 |776711 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3881 | 0.000000e+00 |      --      |    Inf 
119.26/119.34	c   119s| 44100 |   114 |778255 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3882 | 0.000000e+00 |      --      |    Inf 
119.47/119.57	c   120s| 44200 |   116 |779982 |  17.6 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  26k|3882 | 0.000000e+00 |      --      |    Inf 
119.67/119.79	c   120s| 44300 |   116 |781573 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  26k|3882 | 0.000000e+00 |      --      |    Inf 
119.96/120.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.96/120.01	c   120s| 44400 |   117 |783093 |  17.6 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  27k|3882 | 0.000000e+00 |      --      |    Inf 
120.16/120.24	c   120s| 44500 |   113 |784825 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
120.36/120.47	c   120s| 44600 |   113 |786510 |  17.6 |  10M|  47 |  17 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
120.67/120.70	c   121s| 44700 |   109 |788078 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
120.87/120.91	c   121s| 44800 |   109 |789560 |  17.6 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
121.07/121.11	c   121s| 44900 |   113 |790963 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
121.27/121.32	c   121s| 45000 |   115 |792576 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
121.47/121.51	c   122s| 45100 |   116 |793953 |  17.6 |  10M|  47 |  29 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
121.66/121.70	c   122s| 45200 |   116 |795268 |  17.6 |  10M|  47 |  30 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
121.86/121.91	c   122s| 45300 |   111 |796746 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
122.07/122.13	c   122s| 45400 |   106 |798241 |  17.6 |  10M|  47 |  41 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
122.26/122.35	c   122s| 45500 |   111 |799875 |  17.6 |  10M|  47 |  25 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
122.47/122.55	c   123s| 45600 |   110 |801254 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
122.66/122.77	c   123s| 45700 |   112 |802943 |  17.6 |  10M|  47 |  15 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
122.96/123.00	c   123s| 45800 |   110 |804613 |  17.6 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
123.17/123.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.17/123.24	c   123s| 45900 |   107 |806322 |  17.6 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  27k|3883 | 0.000000e+00 |      --      |    Inf 
123.46/123.52	c   124s| 46000 |   106 |807964 |  17.6 |  10M|  47 |  41 | 231 |  11k| 231 |2453 |  17 |  27k|3896 | 0.000000e+00 |      --      |    Inf 
123.67/123.78	c   124s| 46100 |   104 |809617 |  17.6 |  10M|  47 |  46 | 231 |  10k| 231 |2453 |  17 |  28k|3903 | 0.000000e+00 |      --      |    Inf 
123.96/124.08	c   124s| 46200 |   108 |811544 |  17.6 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  28k|3915 | 0.000000e+00 |      --      |    Inf 
124.27/124.31	c   124s| 46300 |   107 |812925 |  17.6 |  10M|  47 |  24 | 231 |  10k| 231 |2453 |  17 |  28k|3925 | 0.000000e+00 |      --      |    Inf 
124.47/124.50	c   125s| 46400 |   110 |814330 |  17.5 |  10M|  47 |   - | 231 |  10k|   0 |   0 |  17 |  28k|3925 | 0.000000e+00 |      --      |    Inf 
124.66/124.73	c   125s| 46500 |   108 |815624 |  17.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  28k|3935 | 0.000000e+00 |      --      |    Inf 
124.86/124.96	c   125s| 46600 |   108 |817037 |  17.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  28k|3945 | 0.000000e+00 |      --      |    Inf 
125.17/125.21	c   125s| 46700 |   108 |818612 |  17.5 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  28k|3953 | 0.000000e+00 |      --      |    Inf 
125.37/125.47	c   125s| 46800 |   108 |820268 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  28k|3961 | 0.000000e+00 |      --      |    Inf 
125.66/125.72	c   126s| 46900 |   106 |821968 |  17.5 |  10M|  47 |  34 | 231 |  11k| 231 |2453 |  17 |  28k|3967 | 0.000000e+00 |      --      |    Inf 
125.87/125.98	c   126s| 47000 |   104 |823611 |  17.5 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  28k|3977 | 0.000000e+00 |      --      |    Inf 
126.16/126.25	c   126s| 47100 |   110 |825188 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  28k|3988 | 0.000000e+00 |      --      |    Inf 
126.47/126.51	c   127s| 47200 |   108 |826896 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  28k|3997 | 0.000000e+00 |      --      |    Inf 
126.66/126.77	c   127s| 47300 |   108 |828723 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  28k|4002 | 0.000000e+00 |      --      |    Inf 
126.96/127.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.96/127.05	c   127s| 47400 |   109 |830404 |  17.5 |  10M|  47 |  22 | 231 |  11k| 231 |2453 |  17 |  28k|4014 | 0.000000e+00 |      --      |    Inf 
127.26/127.30	c   127s| 47500 |   108 |831955 |  17.5 |  10M|  47 |  40 | 231 |  11k| 231 |2453 |  17 |  28k|4022 | 0.000000e+00 |      --      |    Inf 
127.47/127.51	c   128s| 47600 |   108 |833218 |  17.5 |  10M|  47 |  33 | 231 |  11k| 231 |2453 |  17 |  28k|4028 | 0.000000e+00 |      --      |    Inf 
127.67/127.77	c   128s| 47700 |   108 |834856 |  17.5 |  10M|  47 |   - | 231 |  11k|   0 |   0 |  17 |  29k|4036 | 0.000000e+00 |      --      |    Inf 
127.96/128.06	c   128s| 47800 |   106 |836676 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4048 | 0.000000e+00 |      --      |    Inf 
128.26/128.30	c   128s| 47900 |   105 |838462 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4049 | 0.000000e+00 |      --      |    Inf 
128.47/128.57	c   129s| 48000 |   109 |840419 |  17.5 |  10M|  47 |  39 | 231 |  11k| 231 |2453 |  17 |  29k|4053 | 0.000000e+00 |      --      |    Inf 
128.76/128.84	c   129s| 48100 |   109 |842259 |  17.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  29k|4058 | 0.000000e+00 |      --      |    Inf 
128.97/129.06	c   129s| 48200 |   111 |843957 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4060 | 0.000000e+00 |      --      |    Inf 
129.16/129.28	c   129s| 48300 |   110 |845456 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4063 | 0.000000e+00 |      --      |    Inf 
129.36/129.49	c   129s| 48400 |   113 |846859 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4065 | 0.000000e+00 |      --      |    Inf 
129.67/129.70	c   130s| 48500 |   116 |848312 |  17.5 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  29k|4067 | 0.000000e+00 |      --      |    Inf 
129.86/129.99	c   130s| 48600 |   116 |850624 |  17.5 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  29k|4070 | 0.000000e+00 |      --      |    Inf 
130.16/130.22	c   130s| 48700 |   116 |852322 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4070 | 0.000000e+00 |      --      |    Inf 
130.36/130.46	c   130s| 48800 |   110 |854084 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4070 | 0.000000e+00 |      --      |    Inf 
130.66/130.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.66/130.70	c   131s| 48900 |   108 |855906 |  17.5 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  29k|4070 | 0.000000e+00 |      --      |    Inf 
130.87/130.99	c   131s| 49000 |   107 |857672 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4081 | 0.000000e+00 |      --      |    Inf 
131.16/131.20	c   131s| 49100 |   111 |859163 |  17.5 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  29k|4083 | 0.000000e+00 |      --      |    Inf 
131.37/131.43	c   131s| 49200 |   109 |860883 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4083 | 0.000000e+00 |      --      |    Inf 
131.56/131.65	c   132s| 49300 |   108 |862470 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  29k|4083 | 0.000000e+00 |      --      |    Inf 
131.76/131.88	c   132s| 49400 |   108 |864177 |  17.5 |  10M|  47 |  41 | 231 |  11k| 231 |2453 |  17 |  29k|4083 | 0.000000e+00 |      --      |    Inf 
132.07/132.12	c   132s| 49500 |   112 |865899 |  17.5 |  10M|  47 |  27 | 231 |  11k| 231 |2453 |  17 |  30k|4083 | 0.000000e+00 |      --      |    Inf 
132.26/132.37	c   132s| 49600 |   112 |867875 |  17.5 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  30k|4083 | 0.000000e+00 |      --      |    Inf 
132.56/132.60	c   133s| 49700 |   114 |869573 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  30k|4085 | 0.000000e+00 |      --      |    Inf 
132.76/132.82	c   133s| 49800 |   113 |871219 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
132.97/133.06	c   133s| 49900 |   112 |873014 |  17.5 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
133.16/133.29	c   133s| 50000 |   111 |874801 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
133.46/133.55	c   134s| 50100 |   117 |876819 |  17.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
133.76/133.82	c   134s| 50200 |   125 |878912 |  17.5 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
133.96/134.09	c   134s| 50300 |   126 |880979 |  17.5 |  10M|  47 |  40 | 231 |  11k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
134.26/134.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.26/134.33	c   134s| 50400 |   128 |882932 |  17.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
134.46/134.54	c   135s| 50500 |   133 |884376 |  17.5 |  10M|  47 |  27 | 231 |  12k| 231 |2453 |  17 |  30k|4086 | 0.000000e+00 |      --      |    Inf 
134.66/134.79	c   135s| 50600 |   140 |885867 |  17.5 |  10M|  47 |  40 | 231 |  12k| 231 |2453 |  17 |  30k|4096 | 0.000000e+00 |      --      |    Inf 
134.97/135.00	c   135s| 50700 |   141 |887410 |  17.5 |  10M|  47 |  29 | 231 |  12k| 231 |2453 |  17 |  30k|4096 | 0.000000e+00 |      --      |    Inf 
135.17/135.24	c   135s| 50800 |   137 |888710 |  17.5 |  10M|  47 |  30 | 231 |  12k| 231 |2453 |  17 |  30k|4108 | 0.000000e+00 |      --      |    Inf 
135.47/135.51	c   136s| 50900 |   138 |890547 |  17.5 |  10M|  47 |  38 | 231 |  12k| 231 |2453 |  17 |  30k|4114 | 0.000000e+00 |      --      |    Inf 
135.66/135.76	c   136s| 51000 |   137 |892103 |  17.5 |  10M|  47 |   - | 231 |  12k|   0 |   0 |  17 |  30k|4124 | 0.000000e+00 |      --      |    Inf 
135.96/136.02	c   136s| 51100 |   138 |893806 |  17.5 |  10M|  47 |  33 | 231 |  12k| 231 |2453 |  17 |  31k|4132 | 0.000000e+00 |      --      |    Inf 
136.16/136.29	c   136s| 51200 |   138 |895583 |  17.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  31k|4139 | 0.000000e+00 |      --      |    Inf 
136.47/136.54	c   137s| 51300 |   138 |897190 |  17.5 |  11M|  47 |  29 | 231 |  12k| 231 |2453 |  17 |  31k|4147 | 0.000000e+00 |      --      |    Inf 
136.76/136.81	c   137s| 51400 |   140 |898979 |  17.5 |  11M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  31k|4157 | 0.000000e+00 |      --      |    Inf 
137.06/137.16	c   137s| 51500 |   136 |901401 |  17.5 |  11M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  31k|4170 | 0.000000e+00 |      --      |    Inf 
137.36/137.47	c   137s| 51600 |   137 |903420 |  17.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  31k|4182 | 0.000000e+00 |      --      |    Inf 
137.66/137.77	c   138s| 51700 |   139 |905380 |  17.5 |  11M|  47 |  41 | 231 |  12k| 231 |2453 |  17 |  31k|4194 | 0.000000e+00 |      --      |    Inf 
137.96/138.02	c   138s| 51800 |   140 |907072 |  17.5 |  11M|  47 |  28 | 231 |  12k| 231 |2453 |  17 |  31k|4201 | 0.000000e+00 |      --      |    Inf 
138.27/138.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.27/138.30	c   138s| 51900 |   136 |908833 |  17.5 |  11M|  47 |  37 | 231 |  12k| 231 |2453 |  17 |  31k|4209 | 0.000000e+00 |      --      |    Inf 
138.47/138.57	c   139s| 52000 |   140 |910657 |  17.5 |  11M|  47 |  30 | 231 |  12k| 231 |2453 |  17 |  31k|4218 | 0.000000e+00 |      --      |    Inf 
138.76/138.85	c   139s| 52100 |   140 |912610 |  17.5 |  11M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  31k|4228 | 0.000000e+00 |      --      |    Inf 
139.06/139.16	c   139s| 52200 |   140 |914727 |  17.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  31k|4238 | 0.000000e+00 |      --      |    Inf 
139.36/139.45	c   139s| 52300 |   149 |916830 |  17.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  31k|4247 | 0.000000e+00 |      --      |    Inf 
139.67/139.72	c   140s| 52400 |   148 |918689 |  17.5 |  11M|  47 |  26 | 231 |  12k| 231 |2453 |  17 |  31k|4257 | 0.000000e+00 |      --      |    Inf 
139.86/139.97	c   140s| 52500 |   151 |920548 |  17.5 |  11M|  47 |  36 | 231 |  12k| 231 |2453 |  17 |  31k|4259 | 0.000000e+00 |      --      |    Inf 
140.16/140.22	c   140s| 52600 |   151 |922291 |  17.5 |  11M|  47 |  39 | 231 |  12k| 231 |2453 |  17 |  31k|4264 | 0.000000e+00 |      --      |    Inf 
140.46/140.50	c   141s| 52700 |   150 |924348 |  17.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  31k|4266 | 0.000000e+00 |      --      |    Inf 
140.67/140.76	c   141s| 52800 |   152 |926148 |  17.5 |  11M|  47 |  40 | 231 |  12k| 231 |2453 |  17 |  32k|4271 | 0.000000e+00 |      --      |    Inf 
140.86/140.97	c   141s| 52900 |   152 |927511 |  17.5 |  11M|  47 |  31 | 231 |  13k| 231 |2453 |  17 |  32k|4273 | 0.000000e+00 |      --      |    Inf 
141.16/141.20	c   141s| 53000 |   154 |929277 |  17.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4273 | 0.000000e+00 |      --      |    Inf 
141.36/141.46	c   141s| 53100 |   156 |931183 |  17.5 |  11M|  47 |  45 | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
141.56/141.69	c   142s| 53200 |   157 |932968 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
141.86/141.93	c   142s| 53300 |   159 |934761 |  17.5 |  11M|  48 |  34 | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
142.06/142.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.06/142.18	c   142s| 53400 |   153 |936668 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
142.36/142.40	c   142s| 53500 |   149 |938317 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
142.56/142.63	c   143s| 53600 |   154 |939916 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
142.76/142.87	c   143s| 53700 |   152 |941702 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
143.06/143.14	c   143s| 53800 |   154 |943811 |  17.5 |  11M|  48 |  42 | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
143.26/143.37	c   143s| 53900 |   156 |945538 |  17.5 |  11M|  48 |  33 | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
143.56/143.60	c   144s| 54000 |   157 |947420 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
143.76/143.81	c   144s| 54100 |   160 |948950 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
143.97/144.05	c   144s| 54200 |   164 |950757 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4274 | 0.000000e+00 |      --      |    Inf 
144.26/144.31	c   144s| 54300 |   161 |952670 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  32k|4278 | 0.000000e+00 |      --      |    Inf 
144.46/144.56	c   145s| 54400 |   162 |954518 |  17.5 |  11M|  48 |  35 | 231 |  13k| 231 |2453 |  17 |  32k|4278 | 0.000000e+00 |      --      |    Inf 
144.66/144.79	c   145s| 54500 |   162 |956255 |  17.5 |  11M|  48 |  37 | 231 |  13k| 231 |2453 |  17 |  33k|4278 | 0.000000e+00 |      --      |    Inf 
144.96/145.04	c   145s| 54600 |   161 |958144 |  17.5 |  11M|  48 |  42 | 231 |  13k| 231 |2453 |  17 |  33k|4278 | 0.000000e+00 |      --      |    Inf 
145.26/145.30	c   145s| 54700 |   155 |960031 |  17.5 |  11M|  48 |  39 | 231 |  13k| 231 |2453 |  17 |  33k|4278 | 0.000000e+00 |      --      |    Inf 
145.46/145.52	c   146s| 54800 |   155 |961667 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  33k|4278 | 0.000000e+00 |      --      |    Inf 
145.66/145.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.66/145.74	c   146s| 54900 |   156 |963279 |  17.5 |  11M|  48 |  44 | 231 |  13k| 231 |2453 |  17 |  33k|4278 | 0.000000e+00 |      --      |    Inf 
145.96/146.04	c   146s| 55000 |   155 |965261 |  17.5 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  33k|4287 | 0.000000e+00 |      --      |    Inf 
146.16/146.30	c   146s| 55100 |   151 |967177 |  17.6 |  11M|  48 |  30 | 231 |  13k| 231 |2453 |  17 |  33k|4292 | 0.000000e+00 |      --      |    Inf 
146.46/146.58	c   147s| 55200 |   153 |969094 |  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  33k|4301 | 0.000000e+00 |      --      |    Inf 
146.76/146.85	c   147s| 55300 |   157 |970897 |  17.6 |  11M|  48 |  29 | 231 |  13k| 231 |2453 |  17 |  33k|4309 | 0.000000e+00 |      --      |    Inf 
147.06/147.16	c   147s| 55400 |   158 |972886 |  17.6 |  11M|  48 |  20 | 231 |  13k| 231 |2453 |  17 |  33k|4322 | 0.000000e+00 |      --      |    Inf 
147.36/147.43	c   147s| 55500 |   160 |974627 |  17.6 |  11M|  48 |  41 | 231 |  13k| 231 |2453 |  17 |  33k|4332 | 0.000000e+00 |      --      |    Inf 
147.56/147.65	c   148s| 55600 |   161 |976124 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4335 | 0.000000e+00 |      --      |    Inf 
147.86/147.91	c   148s| 55700 |   161 |977899 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4344 | 0.000000e+00 |      --      |    Inf 
148.06/148.19	c   148s| 55800 |   159 |979665 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4355 | 0.000000e+00 |      --      |    Inf 
148.37/148.47	c   148s| 55900 |   162 |981526 |  17.6 |  11M|  48 |  36 | 231 |  14k| 231 |2453 |  17 |  33k|4365 | 0.000000e+00 |      --      |    Inf 
148.66/148.73	c   149s| 56000 |   163 |983316 |  17.6 |  11M|  48 |  40 | 231 |  14k| 231 |2453 |  17 |  33k|4373 | 0.000000e+00 |      --      |    Inf 
148.96/149.00	c   149s| 56100 |   163 |985050 |  17.6 |  11M|  48 |  36 | 231 |  14k| 231 |2453 |  17 |  34k|4382 | 0.000000e+00 |      --      |    Inf 
149.16/149.26	c   149s| 56200 |   163 |986777 |  17.6 |  11M|  48 |  18 | 231 |  14k| 231 |2453 |  17 |  34k|4389 | 0.000000e+00 |      --      |    Inf 
149.46/149.54	c   150s| 56300 |   162 |988512 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  34k|4398 | 0.000000e+00 |      --      |    Inf 
149.76/149.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.76/149.81	c   150s| 56400 |   160 |990396 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  34k|4405 | 0.000000e+00 |      --      |    Inf 
149.96/150.08	c   150s| 56500 |   159 |991962 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  34k|4422 | 0.000000e+00 |      --      |    Inf 
150.26/150.33	c   150s| 56600 |   159 |993694 |  17.6 |  11M|  48 |  27 | 231 |  14k| 231 |2453 |  17 |  34k|4427 | 0.000000e+00 |      --      |    Inf 
150.57/150.61	c   151s| 56700 |   159 |995550 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  34k|4435 | 0.000000e+00 |      --      |    Inf 
150.86/150.92	c   151s| 56800 |   156 |997743 |  17.6 |  11M|  48 |  21 | 231 |  14k| 231 |2453 |  17 |  34k|4441 | 0.000000e+00 |      --      |    Inf 
151.16/151.23	c   151s| 56900 |   154 |999552 |  17.6 |  11M|  48 |   - | 231 |  14k| 231 |2453 |  17 |  34k|4454 | 0.000000e+00 |      --      |    Inf 
151.36/151.46	c   151s| 57000 |   156 |  1001k|  17.6 |  11M|  48 |  36 | 231 |  14k| 231 |2453 |  17 |  34k|4455 | 0.000000e+00 |      --      |    Inf 
151.66/151.71	c   152s| 57100 |   151 |  1002k|  17.6 |  11M|  48 |   - | 231 |  13k|   0 |   0 |  17 |  34k|4457 | 0.000000e+00 |      --      |    Inf 
151.85/151.96	c   152s| 57200 |   149 |  1004k|  17.6 |  11M|  48 |  42 | 231 |  13k| 231 |2453 |  17 |  34k|4462 | 0.000000e+00 |      --      |    Inf 
152.06/152.19	c   152s| 57300 |   148 |  1006k|  17.6 |  11M|  48 |  28 | 231 |  13k| 231 |2453 |  17 |  34k|4463 | 0.000000e+00 |      --      |    Inf 
152.36/152.46	c   152s| 57400 |   144 |  1007k|  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  34k|4466 | 0.000000e+00 |      --      |    Inf 
152.66/152.73	c   153s| 57500 |   142 |  1009k|  17.6 |  11M|  48 |  41 | 231 |  13k| 231 |2453 |  17 |  34k|4468 | 0.000000e+00 |      --      |    Inf 
152.86/152.96	c   153s| 57600 |   144 |  1011k|  17.6 |  11M|  48 |  39 | 231 |  13k| 231 |2453 |  17 |  34k|4469 | 0.000000e+00 |      --      |    Inf 
153.16/153.20	c   153s| 57700 |   142 |  1013k|  17.6 |  11M|  48 |  29 | 231 |  13k| 231 |2453 |  17 |  35k|4469 | 0.000000e+00 |      --      |    Inf 
153.36/153.43	c   153s| 57800 |   144 |  1014k|  17.6 |  11M|  48 |  29 | 231 |  13k| 231 |2453 |  17 |  35k|4470 | 0.000000e+00 |      --      |    Inf 
153.56/153.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.56/153.66	c   154s| 57900 |   142 |  1016k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4470 | 0.000000e+00 |      --      |    Inf 
153.76/153.90	c   154s| 58000 |   149 |  1018k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4470 | 0.000000e+00 |      --      |    Inf 
154.06/154.11	c   154s| 58100 |   148 |  1019k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4471 | 0.000000e+00 |      --      |    Inf 
154.26/154.37	c   154s| 58200 |   149 |  1021k|  17.6 |  11M|  48 |  30 | 231 |  12k| 231 |2453 |  17 |  35k|4471 | 0.000000e+00 |      --      |    Inf 
154.55/154.60	c   155s| 58300 |   150 |  1023k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4471 | 0.000000e+00 |      --      |    Inf 
154.76/154.84	c   155s| 58400 |   144 |  1025k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4471 | 0.000000e+00 |      --      |    Inf 
154.97/155.06	c   155s| 58500 |   146 |  1027k|  17.6 |  11M|  48 |  28 | 231 |  12k| 231 |2453 |  17 |  35k|4471 | 0.000000e+00 |      --      |    Inf 
155.16/155.29	c   155s| 58600 |   143 |  1028k|  17.6 |  11M|  48 |  37 | 231 |  12k| 231 |2453 |  17 |  35k|4472 | 0.000000e+00 |      --      |    Inf 
155.46/155.54	c   156s| 58700 |   145 |  1030k|  17.6 |  11M|  48 |  38 | 231 |  12k| 231 |2453 |  17 |  35k|4472 | 0.000000e+00 |      --      |    Inf 
155.66/155.78	c   156s| 58800 |   145 |  1032k|  17.6 |  11M|  48 |  30 | 231 |  12k| 231 |2453 |  17 |  35k|4472 | 0.000000e+00 |      --      |    Inf 
155.96/156.03	c   156s| 58900 |   145 |  1034k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4472 | 0.000000e+00 |      --      |    Inf 
156.17/156.25	c   156s| 59000 |   145 |  1035k|  17.6 |  11M|  48 |  40 | 231 |  12k| 231 |2453 |  17 |  35k|4472 | 0.000000e+00 |      --      |    Inf 
156.36/156.47	c   156s| 59100 |   146 |  1037k|  17.6 |  11M|  48 |  43 | 231 |  12k| 231 |2453 |  17 |  35k|4473 | 0.000000e+00 |      --      |    Inf 
156.55/156.68	c   157s| 59200 |   152 |  1039k|  17.5 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4473 | 0.000000e+00 |      --      |    Inf 
156.86/156.93	c   157s| 59300 |   152 |  1040k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  35k|4473 | 0.000000e+00 |      --      |    Inf 
157.06/157.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.06/157.16	c   157s| 59400 |   152 |  1042k|  17.6 |  11M|  48 |  30 | 231 |  12k| 231 |2453 |  17 |  35k|4473 | 0.000000e+00 |      --      |    Inf 
157.36/157.40	c   157s| 59500 |   152 |  1044k|  17.6 |  11M|  48 |  33 | 231 |  12k| 231 |2453 |  17 |  36k|4473 | 0.000000e+00 |      --      |    Inf 
157.55/157.63	c   158s| 59600 |   152 |  1046k|  17.6 |  11M|  48 |  24 | 231 |  12k| 231 |2453 |  17 |  36k|4473 | 0.000000e+00 |      --      |    Inf 
157.86/157.93	c   158s| 59700 |   159 |  1048k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4487 | 0.000000e+00 |      --      |    Inf 
158.06/158.19	c   158s| 59800 |   153 |  1049k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4496 | 0.000000e+00 |      --      |    Inf 
158.37/158.47	c   158s| 59900 |   155 |  1051k|  17.6 |  11M|  48 |  35 | 231 |  12k| 231 |2453 |  17 |  36k|4505 | 0.000000e+00 |      --      |    Inf 
158.66/158.72	c   159s| 60000 |   153 |  1053k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4506 | 0.000000e+00 |      --      |    Inf 
158.96/159.02	c   159s| 60100 |   151 |  1055k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4515 | 0.000000e+00 |      --      |    Inf 
159.26/159.30	c   159s| 60200 |   150 |  1057k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4523 | 0.000000e+00 |      --      |    Inf 
159.46/159.55	c   160s| 60300 |   152 |  1059k|  17.6 |  11M|  48 |  22 | 231 |  12k| 231 |2453 |  17 |  36k|4530 | 0.000000e+00 |      --      |    Inf 
159.75/159.86	c   160s| 60400 |   150 |  1060k|  17.6 |  11M|  48 |  44 | 231 |  12k| 231 |2453 |  17 |  36k|4544 | 0.000000e+00 |      --      |    Inf 
159.96/160.08	c   160s| 60500 |   150 |  1062k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  36k|4548 | 0.000000e+00 |      --      |    Inf 
160.26/160.33	c   160s| 60600 |   150 |  1063k|  17.6 |  11M|  48 |  43 | 231 |  12k| 231 |2453 |  17 |  36k|4557 | 0.000000e+00 |      --      |    Inf 
160.46/160.60	c   161s| 60700 |   148 |  1065k|  17.6 |  11M|  48 |   - | 231 |  12k|   0 |   0 |  17 |  36k|4561 | 0.000000e+00 |      --      |    Inf 
160.86/160.90	c   161s| 60800 |   146 |  1067k|  17.6 |  11M|  48 |  34 | 231 |  12k| 231 |2453 |  17 |  36k|4573 | 0.000000e+00 |      --      |    Inf 
161.06/161.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.06/161.15	c   161s| 60900 |   148 |  1069k|  17.6 |  11M|  48 |  32 | 231 |  12k| 231 |2453 |  17 |  36k|4577 | 0.000000e+00 |      --      |    Inf 
161.36/161.44	c   161s| 61000 |   150 |  1071k|  17.6 |  11M|  48 |  29 | 231 |  12k| 231 |2453 |  17 |  36k|4586 | 0.000000e+00 |      --      |    Inf 
161.66/161.73	c   162s| 61100 |   147 |  1073k|  17.6 |  11M|  48 |  39 | 231 |  12k| 231 |2453 |  17 |  36k|4596 | 0.000000e+00 |      --      |    Inf 
161.86/161.98	c   162s| 61200 |   146 |  1074k|  17.6 |  11M|  48 |  37 | 231 |  12k| 231 |2453 |  17 |  37k|4604 | 0.000000e+00 |      --      |    Inf 
162.15/162.26	c   162s| 61300 |   149 |  1076k|  17.6 |  11M|  48 |  29 | 231 |  12k| 231 |2453 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
162.46/162.52	c   163s| 61400 |   150 |  1078k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4621 | 0.000000e+00 |      --      |    Inf 
162.77/162.81	c   163s| 61500 |   148 |  1080k|  17.6 |  11M|  48 |  21 | 231 |  12k| 231 |2453 |  17 |  37k|4632 | 0.000000e+00 |      --      |    Inf 
162.96/163.09	c   163s| 61600 |   149 |  1082k|  17.6 |  11M|  48 |   - | 231 |  12k|   0 |   0 |  17 |  37k|4640 | 0.000000e+00 |      --      |    Inf 
163.25/163.33	c   163s| 61700 |   147 |  1083k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4646 | 0.000000e+00 |      --      |    Inf 
163.46/163.59	c   164s| 61800 |   149 |  1085k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4654 | 0.000000e+00 |      --      |    Inf 
163.76/163.87	c   164s| 61900 |   151 |  1087k|  17.6 |  11M|  48 |  40 | 231 |  12k| 231 |2453 |  17 |  37k|4663 | 0.000000e+00 |      --      |    Inf 
164.05/164.12	c   164s| 62000 |   156 |  1088k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4668 | 0.000000e+00 |      --      |    Inf 
164.26/164.37	c   164s| 62100 |   158 |  1090k|  17.6 |  11M|  48 |  38 | 231 |  12k| 231 |2453 |  17 |  37k|4672 | 0.000000e+00 |      --      |    Inf 
164.46/164.59	c   165s| 62200 |   158 |  1092k|  17.6 |  11M|  48 |  44 | 231 |  12k| 231 |2453 |  17 |  37k|4673 | 0.000000e+00 |      --      |    Inf 
164.75/164.86	c   165s| 62300 |   158 |  1094k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4675 | 0.000000e+00 |      --      |    Inf 
164.97/165.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.97/165.09	c   165s| 62400 |   158 |  1096k|  17.6 |  11M|  48 |  38 | 231 |  12k| 231 |2453 |  17 |  37k|4678 | 0.000000e+00 |      --      |    Inf 
165.26/165.36	c   165s| 62500 |   162 |  1098k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4680 | 0.000000e+00 |      --      |    Inf 
165.55/165.64	c   166s| 62600 |   168 |  1100k|  17.6 |  11M|  48 |  28 | 231 |  12k| 231 |2453 |  17 |  37k|4681 | 0.000000e+00 |      --      |    Inf 
165.76/165.90	c   166s| 62700 |   166 |  1102k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4681 | 0.000000e+00 |      --      |    Inf 
166.06/166.14	c   166s| 62800 |   166 |  1104k|  17.6 |  11M|  48 |  33 | 231 |  12k| 231 |2453 |  17 |  38k|4682 | 0.000000e+00 |      --      |    Inf 
166.25/166.39	c   166s| 62900 |   170 |  1106k|  17.6 |  11M|  48 |  29 | 231 |  12k| 231 |2453 |  17 |  38k|4682 | 0.000000e+00 |      --      |    Inf 
166.56/166.62	c   167s| 63000 |   174 |  1108k|  17.6 |  11M|  48 |  27 | 231 |  12k| 231 |2453 |  17 |  38k|4683 | 0.000000e+00 |      --      |    Inf 
166.76/166.86	c   167s| 63100 |   178 |  1109k|  17.6 |  11M|  48 |  15 | 231 |  12k| 231 |2453 |  17 |  38k|4683 | 0.000000e+00 |      --      |    Inf 
166.96/167.09	c   167s| 63200 |   176 |  1111k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4683 | 0.000000e+00 |      --      |    Inf 
167.26/167.34	c   167s| 63300 |   174 |  1113k|  17.6 |  11M|  48 |  39 | 231 |  12k| 231 |2453 |  17 |  38k|4683 | 0.000000e+00 |      --      |    Inf 
167.55/167.61	c   168s| 63400 |   173 |  1115k|  17.6 |  11M|  48 |  37 | 231 |  12k| 231 |2453 |  17 |  38k|4685 | 0.000000e+00 |      --      |    Inf 
167.76/167.83	c   168s| 63500 |   175 |  1117k|  17.6 |  11M|  48 |  42 | 231 |  12k| 231 |2453 |  17 |  38k|4686 | 0.000000e+00 |      --      |    Inf 
167.95/168.09	c   168s| 63600 |   175 |  1119k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4688 | 0.000000e+00 |      --      |    Inf 
168.26/168.33	c   168s| 63700 |   175 |  1121k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4689 | 0.000000e+00 |      --      |    Inf 
168.45/168.57	c   169s| 63800 |   178 |  1123k|  17.6 |  11M|  48 |  38 | 231 |  12k| 231 |2453 |  17 |  38k|4689 | 0.000000e+00 |      --      |    Inf 
168.75/168.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.75/168.81	c   169s| 63900 |   178 |  1124k|  17.6 |  11M|  48 |  42 | 231 |  12k| 231 |2453 |  17 |  38k|4690 | 0.000000e+00 |      --      |    Inf 
168.95/169.05	c   169s| 64000 |   178 |  1126k|  17.6 |  11M|  48 |  34 | 231 |  12k| 231 |2453 |  17 |  38k|4690 | 0.000000e+00 |      --      |    Inf 
169.16/169.26	c   169s| 64100 |   180 |  1128k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4690 | 0.000000e+00 |      --      |    Inf 
169.36/169.47	c   169s| 64200 |   181 |  1129k|  17.6 |  11M|  48 |   - | 231 |  12k|   0 |   0 |  17 |  38k|4690 | 0.000000e+00 |      --      |    Inf 
169.66/169.70	c   170s| 64300 |   177 |  1131k|  17.6 |  11M|  48 |   - | 231 |  12k|   0 |   0 |  17 |  38k|4691 | 0.000000e+00 |      --      |    Inf 
169.85/169.94	c   170s| 64400 |   177 |  1133k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4691 | 0.000000e+00 |      --      |    Inf 
170.05/170.18	c   170s| 64500 |   185 |  1135k|  17.6 |  11M|  48 |  29 | 231 |  12k| 231 |2453 |  17 |  38k|4691 | 0.000000e+00 |      --      |    Inf 
170.36/170.43	c   170s| 64600 |   184 |  1137k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4691 | 0.000000e+00 |      --      |    Inf 
170.55/170.69	c   171s| 64700 |   186 |  1139k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4692 | 0.000000e+00 |      --      |    Inf 
170.86/170.95	c   171s| 64800 |   192 |  1141k|  17.6 |  11M|  48 |  33 | 231 |  12k| 231 |2453 |  17 |  39k|4702 | 0.000000e+00 |      --      |    Inf 
171.06/171.18	c   171s| 64900 |   191 |  1142k|  17.6 |  11M|  48 |  34 | 231 |  12k| 231 |2453 |  17 |  39k|4702 | 0.000000e+00 |      --      |    Inf 
171.35/171.46	c   171s| 65000 |   193 |  1144k|  17.6 |  11M|  48 |  32 | 231 |  12k| 231 |2453 |  17 |  39k|4717 | 0.000000e+00 |      --      |    Inf 
171.66/171.74	c   172s| 65100 |   190 |  1146k|  17.6 |  11M|  48 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4723 | 0.000000e+00 |      --      |    Inf 
171.86/171.99	c   172s| 65200 |   191 |  1148k|  17.6 |  11M|  48 |  29 | 231 |  12k| 231 |2453 |  17 |  39k|4732 | 0.000000e+00 |      --      |    Inf 
172.15/172.25	c   172s| 65300 |   187 |  1149k|  17.6 |  11M|  48 |  33 | 231 |  12k| 231 |2453 |  17 |  39k|4740 | 0.000000e+00 |      --      |    Inf 
172.46/172.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.46/172.53	c   173s| 65400 |   186 |  1151k|  17.6 |  11M|  48 |  38 | 231 |  12k| 231 |2453 |  17 |  39k|4746 | 0.000000e+00 |      --      |    Inf 
172.66/172.78	c   173s| 65500 |   183 |  1153k|  17.6 |  11M|  48 |  36 | 231 |  13k| 231 |2453 |  17 |  39k|4749 | 0.000000e+00 |      --      |    Inf 
172.96/173.09	c   173s| 65600 |   184 |  1155k|  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4759 | 0.000000e+00 |      --      |    Inf 
173.36/173.41	c   173s| 65700 |   184 |  1158k|  17.6 |  11M|  48 |  40 | 231 |  13k| 231 |2453 |  17 |  39k|4768 | 0.000000e+00 |      --      |    Inf 
173.56/173.70	c   174s| 65800 |   186 |  1160k|  17.6 |  11M|  48 |  40 | 231 |  13k| 231 |2453 |  17 |  39k|4777 | 0.000000e+00 |      --      |    Inf 
173.85/173.99	c   174s| 65900 |   188 |  1161k|  17.6 |  11M|  48 |  42 | 231 |  13k| 231 |2453 |  17 |  39k|4789 | 0.000000e+00 |      --      |    Inf 
174.15/174.23	c   174s| 66000 |   191 |  1163k|  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4793 | 0.000000e+00 |      --      |    Inf 
174.36/174.49	c   174s| 66100 |   189 |  1165k|  17.6 |  11M|  48 |  40 | 231 |  13k| 231 |2453 |  17 |  39k|4803 | 0.000000e+00 |      --      |    Inf 
174.65/174.74	c   175s| 66200 |   187 |  1166k|  17.6 |  11M|  48 |  39 | 231 |  13k| 231 |2453 |  17 |  39k|4810 | 0.000000e+00 |      --      |    Inf 
174.95/175.00	c   175s| 66300 |   187 |  1168k|  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4817 | 0.000000e+00 |      --      |    Inf 
175.16/175.29	c   175s| 66400 |   191 |  1170k|  17.6 |  11M|  48 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4825 | 0.000000e+00 |      --      |    Inf 
175.45/175.54	c   176s| 66500 |   191 |  1172k|  17.6 |  11M|  48 |  22 | 231 |  13k| 231 |2453 |  17 |  40k|4832 | 0.000000e+00 |      --      |    Inf 
175.76/175.85	c   176s| 66600 |   189 |  1174k|  17.6 |  11M|  48 |  33 | 231 |  13k| 231 |2453 |  17 |  40k|4842 | 0.000000e+00 |      --      |    Inf 
176.05/176.14	c   176s| 66700 |   189 |  1176k|  17.6 |  11M|  48 |  31 | 231 |  13k| 231 |2453 |  17 |  40k|4847 | 0.000000e+00 |      --      |    Inf 
176.36/176.46	c   176s| 66800 |   192 |  1179k|  17.7 |  11M|  49 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4854 | 0.000000e+00 |      --      |    Inf 
176.66/176.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.66/176.73	c   177s| 66900 |   192 |  1180k|  17.7 |  11M|  51 |  42 | 231 |  13k| 231 |2453 |  17 |  40k|4859 | 0.000000e+00 |      --      |    Inf 
176.86/176.99	c   177s| 67000 |   193 |  1182k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4862 | 0.000000e+00 |      --      |    Inf 
177.15/177.27	c   177s| 67100 |   195 |  1185k|  17.7 |  11M|  51 |  38 | 231 |  13k| 231 |2453 |  17 |  40k|4865 | 0.000000e+00 |      --      |    Inf 
177.45/177.56	c   178s| 67200 |   199 |  1187k|  17.7 |  11M|  51 |  30 | 231 |  13k| 231 |2453 |  17 |  40k|4866 | 0.000000e+00 |      --      |    Inf 
177.75/177.82	c   178s| 67300 |   201 |  1189k|  17.7 |  11M|  51 |  30 | 231 |  13k| 231 |2453 |  17 |  40k|4866 | 0.000000e+00 |      --      |    Inf 
177.96/178.06	c   178s| 67400 |   207 |  1191k|  17.7 |  11M|  51 |  30 | 231 |  13k| 231 |2453 |  17 |  40k|4866 | 0.000000e+00 |      --      |    Inf 
178.25/178.32	c   178s| 67500 |   207 |  1193k|  17.7 |  11M|  51 |  45 | 231 |  13k| 231 |2453 |  17 |  40k|4868 | 0.000000e+00 |      --      |    Inf 
178.46/178.57	c   179s| 67600 |   215 |  1195k|  17.7 |  11M|  51 |  40 | 231 |  13k| 231 |2453 |  17 |  40k|4868 | 0.000000e+00 |      --      |    Inf 
178.75/178.82	c   179s| 67700 |   211 |  1197k|  17.7 |  11M|  51 |  44 | 231 |  13k| 231 |2453 |  17 |  40k|4868 | 0.000000e+00 |      --      |    Inf 
178.95/179.06	c   179s| 67800 |   211 |  1199k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4869 | 0.000000e+00 |      --      |    Inf 
179.26/179.33	c   179s| 67900 |   213 |  1201k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4873 | 0.000000e+00 |      --      |    Inf 
179.46/179.55	c   180s| 68000 |   215 |  1202k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4873 | 0.000000e+00 |      --      |    Inf 
179.75/179.80	c   180s| 68100 |   212 |  1204k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  40k|4874 | 0.000000e+00 |      --      |    Inf 
179.95/180.06	c   180s| 68200 |   213 |  1206k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  41k|4874 | 0.000000e+00 |      --      |    Inf 
180.15/180.28	c   180s| 68300 |   210 |  1208k|  17.7 |  11M|  51 |   - | 231 |  13k|   0 |   0 |  17 |  41k|4874 | 0.000000e+00 |      --      |    Inf 
180.46/180.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.46/180.52	c   181s| 68400 |   210 |  1210k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  41k|4876 | 0.000000e+00 |      --      |    Inf 
180.65/180.77	c   181s| 68500 |   209 |  1211k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  41k|4881 | 0.000000e+00 |      --      |    Inf 
180.95/181.00	c   181s| 68600 |   207 |  1213k|  17.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  41k|4883 | 0.000000e+00 |      --      |    Inf 
181.16/181.26	c   181s| 68700 |   207 |  1215k|  17.7 |  11M|  52 |  47 | 231 |  13k| 231 |2453 |  17 |  41k|4883 | 0.000000e+00 |      --      |    Inf 
181.36/181.50	c   181s| 68800 |   207 |  1217k|  17.7 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  41k|4883 | 0.000000e+00 |      --      |    Inf 
181.65/181.77	c   182s| 68900 |   205 |  1219k|  17.7 |  11M|  52 |  31 | 231 |  13k| 231 |2453 |  17 |  41k|4884 | 0.000000e+00 |      --      |    Inf 
181.95/182.05	c   182s| 69000 |   201 |  1221k|  17.7 |  11M|  52 |  41 | 231 |  13k| 231 |2453 |  17 |  41k|4887 | 0.000000e+00 |      --      |    Inf 
182.25/182.31	c   182s| 69100 |   198 |  1223k|  17.7 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4889 | 0.000000e+00 |      --      |    Inf 
182.46/182.54	c   183s| 69200 |   199 |  1224k|  17.7 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4892 | 0.000000e+00 |      --      |    Inf 
182.65/182.78	c   183s| 69300 |   199 |  1226k|  17.7 |  11M|  52 |  45 | 231 |  12k| 231 |2453 |  17 |  41k|4894 | 0.000000e+00 |      --      |    Inf 
182.95/183.01	c   183s| 69400 |   201 |  1227k|  17.7 |  11M|  52 |   - | 231 |  12k|   0 |   0 |  17 |  41k|4894 | 0.000000e+00 |      --      |    Inf 
183.15/183.24	c   183s| 69500 |   202 |  1229k|  17.7 |  11M|  52 |  45 | 231 |  12k| 231 |2453 |  17 |  41k|4895 | 0.000000e+00 |      --      |    Inf 
183.46/183.52	c   184s| 69600 |   200 |  1231k|  17.7 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4898 | 0.000000e+00 |      --      |    Inf 
183.66/183.79	c   184s| 69700 |   198 |  1233k|  17.7 |  11M|  52 |  41 | 231 |  12k| 231 |2453 |  17 |  41k|4898 | 0.000000e+00 |      --      |    Inf 
183.95/184.06	c   184s| 69800 |   193 |  1235k|  17.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4905 | 0.000000e+00 |      --      |    Inf 
184.25/184.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.25/184.35	c   184s| 69900 |   191 |  1237k|  17.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4916 | 0.000000e+00 |      --      |    Inf 
184.45/184.58	c   185s| 70000 |   191 |  1238k|  17.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4916 | 0.000000e+00 |      --      |    Inf 
184.76/184.89	c   185s| 70100 |   193 |  1240k|  17.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4925 | 0.000000e+00 |      --      |    Inf 
185.06/185.17	c   185s| 70200 |   189 |  1242k|  17.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4933 | 0.000000e+00 |      --      |    Inf 
185.35/185.44	c   185s| 70300 |   187 |  1244k|  17.7 |  11M|  52 |  45 | 231 |  11k| 231 |2453 |  17 |  42k|4942 | 0.000000e+00 |      --      |    Inf 
185.55/185.65	c   186s| 70400 |   189 |  1245k|  17.7 |  10M|  52 |  31 | 231 |  11k| 231 |2453 |  17 |  42k|4942 | 0.000000e+00 |      --      |    Inf 
185.86/185.91	c   186s| 70500 |   185 |  1247k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4953 | 0.000000e+00 |      --      |    Inf 
186.05/186.18	c   186s| 70600 |   185 |  1249k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4962 | 0.000000e+00 |      --      |    Inf 
186.35/186.46	c   186s| 70700 |   181 |  1251k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4962 | 0.000000e+00 |      --      |    Inf 
186.66/186.73	c   187s| 70800 |   183 |  1253k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  42k|4973 | 0.000000e+00 |      --      |    Inf 
186.86/186.96	c   187s| 70900 |   181 |  1254k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  42k|4978 | 0.000000e+00 |      --      |    Inf 
187.16/187.24	c   187s| 71000 |   177 |  1256k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  42k|4990 | 0.000000e+00 |      --      |    Inf 
187.45/187.50	c   188s| 71100 |   177 |  1258k|  17.7 |  10M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  42k|4995 | 0.000000e+00 |      --      |    Inf 
187.65/187.79	c   188s| 71200 |   172 |  1260k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5004 | 0.000000e+00 |      --      |    Inf 
187.96/188.07	c   188s| 71300 |   169 |  1262k|  17.7 |  10M|  52 |  48 | 231 |  10k| 231 |2453 |  17 |  42k|5011 | 0.000000e+00 |      --      |    Inf 
188.25/188.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.25/188.35	c   188s| 71400 |   163 |  1264k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5017 | 0.000000e+00 |      --      |    Inf 
188.45/188.59	c   189s| 71500 |   164 |  1265k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5024 | 0.000000e+00 |      --      |    Inf 
188.75/188.86	c   189s| 71600 |   162 |  1267k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5030 | 0.000000e+00 |      --      |    Inf 
189.06/189.14	c   189s| 71700 |   159 |  1269k|  17.7 |  10M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  43k|5039 | 0.000000e+00 |      --      |    Inf 
189.35/189.42	c   189s| 71800 |   157 |  1271k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5047 | 0.000000e+00 |      --      |    Inf 
189.55/189.69	c   190s| 71900 |   155 |  1273k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5056 | 0.000000e+00 |      --      |    Inf 
189.85/189.95	c   190s| 72000 |   156 |  1274k|  17.7 |  10M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  43k|5066 | 0.000000e+00 |      --      |    Inf 
190.16/190.22	c   190s| 72100 |   156 |  1276k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5071 | 0.000000e+00 |      --      |    Inf 
190.35/190.49	c   190s| 72200 |   155 |  1278k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5079 | 0.000000e+00 |      --      |    Inf 
190.66/190.73	c   191s| 72300 |   155 |  1280k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5081 | 0.000000e+00 |      --      |    Inf 
190.95/191.01	c   191s| 72400 |   153 |  1282k|  17.7 |  10M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  43k|5091 | 0.000000e+00 |      --      |    Inf 
191.15/191.25	c   191s| 72500 |   151 |  1283k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5095 | 0.000000e+00 |      --      |    Inf 
191.46/191.50	c   192s| 72600 |   151 |  1285k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5099 | 0.000000e+00 |      --      |    Inf 
191.65/191.76	c   192s| 72700 |   151 |  1287k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5101 | 0.000000e+00 |      --      |    Inf 
191.95/192.02	c   192s| 72800 |   149 |  1289k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5105 | 0.000000e+00 |      --      |    Inf 
192.15/192.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.15/192.26	c   192s| 72900 |   149 |  1291k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5108 | 0.000000e+00 |      --      |    Inf 
192.36/192.48	c   192s| 73000 |   148 |  1292k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5108 | 0.000000e+00 |      --      |    Inf 
192.65/192.72	c   193s| 73100 |   146 |  1294k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5109 | 0.000000e+00 |      --      |    Inf 
192.85/192.93	c   193s| 73200 |   144 |  1295k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5110 | 0.000000e+00 |      --      |    Inf 
193.05/193.16	c   193s| 73300 |   143 |  1297k|  17.7 |  10M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  44k|5111 | 0.000000e+00 |      --      |    Inf 
193.26/193.39	c   193s| 73400 |   143 |  1299k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5114 | 0.000000e+00 |      --      |    Inf 
193.56/193.65	c   194s| 73500 |   143 |  1301k|  17.7 |  10M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  44k|5117 | 0.000000e+00 |      --      |    Inf 
193.75/193.87	c   194s| 73600 |   141 |  1302k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5117 | 0.000000e+00 |      --      |    Inf 
194.05/194.11	c   194s| 73700 |   141 |  1304k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5117 | 0.000000e+00 |      --      |    Inf 
194.25/194.38	c   194s| 73800 |   145 |  1306k|  17.7 |  10M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  44k|5121 | 0.000000e+00 |      --      |    Inf 
194.45/194.59	c   195s| 73900 |   147 |  1308k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5121 | 0.000000e+00 |      --      |    Inf 
194.75/194.84	c   195s| 74000 |   147 |  1310k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5122 | 0.000000e+00 |      --      |    Inf 
194.96/195.06	c   195s| 74100 |   147 |  1311k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5122 | 0.000000e+00 |      --      |    Inf 
195.25/195.32	c   195s| 74200 |   149 |  1313k|  17.7 |  10M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  44k|5123 | 0.000000e+00 |      --      |    Inf 
195.46/195.56	c   196s| 74300 |   149 |  1315k|  17.7 |  10M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  44k|5123 | 0.000000e+00 |      --      |    Inf 
195.66/195.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.66/195.79	c   196s| 74400 |   150 |  1317k|  17.7 |  10M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  44k|5123 | 0.000000e+00 |      --      |    Inf 
195.95/196.01	c   196s| 74500 |   150 |  1319k|  17.7 |  10M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  44k|5123 | 0.000000e+00 |      --      |    Inf 
196.15/196.25	c   196s| 74600 |   152 |  1320k|  17.7 |  10M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  44k|5124 | 0.000000e+00 |      --      |    Inf 
196.35/196.47	c   196s| 74700 |   154 |  1322k|  17.7 |  10M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  44k|5124 | 0.000000e+00 |      --      |    Inf 
196.56/196.68	c   197s| 74800 |   150 |  1324k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5124 | 0.000000e+00 |      --      |    Inf 
196.86/196.93	c   197s| 74900 |   152 |  1326k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
197.05/197.16	c   197s| 75000 |   152 |  1327k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
197.35/197.41	c   197s| 75100 |   150 |  1329k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
197.55/197.67	c   198s| 75200 |   150 |  1331k|  17.7 |  10M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
197.86/197.91	c   198s| 75300 |   147 |  1333k|  17.7 |  10M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
198.05/198.16	c   198s| 75400 |   148 |  1335k|  17.7 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  45k|5124 | 0.000000e+00 |      --      |    Inf 
198.25/198.37	c   198s| 75500 |   145 |  1337k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5125 | 0.000000e+00 |      --      |    Inf 
198.56/198.62	c   199s| 75600 |   144 |  1338k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5134 | 0.000000e+00 |      --      |    Inf 
198.75/198.88	c   199s| 75700 |   143 |  1340k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5140 | 0.000000e+00 |      --      |    Inf 
199.06/199.19	c   199s| 75800 |   141 |  1342k|  17.7 |  10M|  52 |  28 | 231 |  11k| 231 |2453 |  17 |  45k|5155 | 0.000000e+00 |      --      |    Inf 
199.35/199.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.35/199.42	c   199s| 75900 |   141 |  1344k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5155 | 0.000000e+00 |      --      |    Inf 
199.55/199.67	c   200s| 76000 |   140 |  1345k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5167 | 0.000000e+00 |      --      |    Inf 
199.85/199.92	c   200s| 76100 |   142 |  1347k|  17.7 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  45k|5167 | 0.000000e+00 |      --      |    Inf 
200.15/200.20	c   200s| 76200 |   142 |  1349k|  17.7 |  10M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  45k|5176 | 0.000000e+00 |      --      |    Inf 
200.45/200.51	c   201s| 76300 |   142 |  1351k|  17.7 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  45k|5185 | 0.000000e+00 |      --      |    Inf 
200.65/200.78	c   201s| 76400 |   144 |  1353k|  17.7 |  10M|  52 |  50 | 231 |  11k| 231 |2453 |  17 |  46k|5195 | 0.000000e+00 |      --      |    Inf 
200.95/201.02	c   201s| 76500 |   142 |  1355k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5195 | 0.000000e+00 |      --      |    Inf 
201.16/201.26	c   201s| 76600 |   144 |  1356k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5199 | 0.000000e+00 |      --      |    Inf 
201.45/201.53	c   202s| 76700 |   145 |  1358k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5208 | 0.000000e+00 |      --      |    Inf 
201.66/201.77	c   202s| 76800 |   142 |  1360k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5213 | 0.000000e+00 |      --      |    Inf 
201.95/202.05	c   202s| 76900 |   143 |  1361k|  17.7 |  10M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  46k|5220 | 0.000000e+00 |      --      |    Inf 
202.15/202.30	c   202s| 77000 |   140 |  1363k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5230 | 0.000000e+00 |      --      |    Inf 
202.45/202.52	c   203s| 77100 |   140 |  1365k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5230 | 0.000000e+00 |      --      |    Inf 
202.75/202.82	c   203s| 77200 |   139 |  1367k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5242 | 0.000000e+00 |      --      |    Inf 
203.05/203.12	c   203s| 77300 |   136 |  1369k|  17.7 |  10M|  52 |  32 | 231 |  11k| 231 |2453 |  17 |  46k|5252 | 0.000000e+00 |      --      |    Inf 
203.25/203.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.25/203.35	c   203s| 77400 |   137 |  1370k|  17.7 |  10M|  52 |   - | 231 |  11k|   0 |   0 |  17 |  46k|5256 | 0.000000e+00 |      --      |    Inf 
203.55/203.62	c   204s| 77500 |   136 |  1372k|  17.7 |  10M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  46k|5262 | 0.000000e+00 |      --      |    Inf 
203.75/203.87	c   204s| 77600 |   136 |  1374k|  17.7 |  10M|  52 |  24 | 231 |  11k| 231 |2453 |  17 |  46k|5267 | 0.000000e+00 |      --      |    Inf 
204.06/204.12	c   204s| 77700 |   134 |  1375k|  17.7 |  10M|  52 |  33 | 231 |  11k| 231 |2453 |  17 |  46k|5275 | 0.000000e+00 |      --      |    Inf 
204.25/204.35	c   204s| 77800 |   133 |  1377k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5282 | 0.000000e+00 |      --      |    Inf 
204.56/204.68	c   205s| 77900 |   129 |  1379k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  46k|5295 | 0.000000e+00 |      --      |    Inf 
204.86/204.94	c   205s| 78000 |   126 |  1381k|  17.7 |  10M|  52 |  44 | 231 |  11k| 231 |2453 |  17 |  47k|5303 | 0.000000e+00 |      --      |    Inf 
205.15/205.20	c   205s| 78100 |   128 |  1383k|  17.7 |  10M|  52 |  29 | 231 |  11k| 231 |2453 |  17 |  47k|5309 | 0.000000e+00 |      --      |    Inf 
205.35/205.44	c   205s| 78200 |   126 |  1384k|  17.7 |  10M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  47k|5320 | 0.000000e+00 |      --      |    Inf 
205.56/205.67	c   206s| 78300 |   124 |  1386k|  17.7 |  10M|  52 |  49 | 231 |  11k| 231 |2453 |  17 |  47k|5321 | 0.000000e+00 |      --      |    Inf 
205.85/205.92	c   206s| 78400 |   126 |  1387k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  47k|5329 | 0.000000e+00 |      --      |    Inf 
206.05/206.18	c   206s| 78500 |   119 |  1389k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  47k|5342 | 0.000000e+00 |      --      |    Inf 
206.35/206.42	c   206s| 78600 |   119 |  1390k|  17.7 |  10M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  47k|5345 | 0.000000e+00 |      --      |    Inf 
206.55/206.66	c   207s| 78700 |   117 |  1392k|  17.7 |  10M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  47k|5353 | 0.000000e+00 |      --      |    Inf 
206.85/206.93	c   207s| 78800 |   119 |  1394k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5360 | 0.000000e+00 |      --      |    Inf 
207.05/207.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.05/207.18	c   207s| 78900 |   120 |  1396k|  17.7 |  10M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  47k|5364 | 0.000000e+00 |      --      |    Inf 
207.35/207.42	c   207s| 79000 |   119 |  1397k|  17.7 |  10M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  47k|5365 | 0.000000e+00 |      --      |    Inf 
207.55/207.69	c   208s| 79100 |   116 |  1399k|  17.7 |  10M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  47k|5368 | 0.000000e+00 |      --      |    Inf 
207.86/207.92	c   208s| 79200 |   111 |  1401k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5370 | 0.000000e+00 |      --      |    Inf 
208.05/208.17	c   208s| 79300 |   109 |  1403k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5374 | 0.000000e+00 |      --      |    Inf 
208.25/208.39	c   208s| 79400 |   109 |  1404k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5375 | 0.000000e+00 |      --      |    Inf 
208.55/208.61	c   209s| 79500 |   111 |  1406k|  17.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5379 | 0.000000e+00 |      --      |    Inf 
208.75/208.84	c   209s| 79600 |   109 |  1407k|  17.7 |  10M|  52 |  41 | 231 |  11k| 231 |2453 |  17 |  48k|5382 | 0.000000e+00 |      --      |    Inf 
208.95/209.05	c   209s| 79700 |   108 |  1409k|  17.7 |  10M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  48k|5382 | 0.000000e+00 |      --      |    Inf 
209.15/209.27	c   209s| 79800 |   109 |  1411k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5386 | 0.000000e+00 |      --      |    Inf 
209.45/209.50	c   210s| 79900 |   105 |  1412k|  17.7 |  10M|  52 |  44 | 231 |  11k| 231 |2453 |  17 |  48k|5389 | 0.000000e+00 |      --      |    Inf 
209.65/209.73	c   210s| 80000 |   106 |  1414k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5392 | 0.000000e+00 |      --      |    Inf 
209.85/209.98	c   210s| 80100 |   105 |  1416k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5395 | 0.000000e+00 |      --      |    Inf 
210.15/210.20	c   210s| 80200 |   107 |  1417k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5395 | 0.000000e+00 |      --      |    Inf 
210.35/210.44	c   210s| 80300 |   104 |  1419k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5396 | 0.000000e+00 |      --      |    Inf 
210.55/210.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.55/210.64	c   211s| 80400 |   104 |  1420k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5397 | 0.000000e+00 |      --      |    Inf 
210.75/210.87	c   211s| 80500 |   103 |  1422k|  17.7 |  10M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  48k|5397 | 0.000000e+00 |      --      |    Inf 
210.95/211.09	c   211s| 80600 |   101 |  1424k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5397 | 0.000000e+00 |      --      |    Inf 
211.25/211.33	c   211s| 80700 |    98 |  1425k|  17.7 |  10M|  52 |  42 | 231 |  11k| 231 |2453 |  17 |  48k|5399 | 0.000000e+00 |      --      |    Inf 
211.45/211.55	c   212s| 80800 |    97 |  1427k|  17.7 |  10M|  52 |   - | 231 |  11k|   0 |   0 |  17 |  48k|5401 | 0.000000e+00 |      --      |    Inf 
211.65/211.78	c   212s| 80900 |    93 |  1429k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5401 | 0.000000e+00 |      --      |    Inf 
211.95/212.01	c   212s| 81000 |    95 |  1430k|  17.7 |  10M|  52 |  35 | 231 |  11k| 231 |2453 |  17 |  48k|5402 | 0.000000e+00 |      --      |    Inf 
212.05/212.19	c   212s| 81100 |    94 |  1432k|  17.7 |  10M|  52 |  33 | 231 |  11k| 231 |2453 |  17 |  48k|5402 | 0.000000e+00 |      --      |    Inf 
212.25/212.37	c   212s| 81200 |    92 |  1433k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5402 | 0.000000e+00 |      --      |    Inf 
212.45/212.58	c   213s| 81300 |    94 |  1434k|  17.6 |  10M|  52 |  26 | 231 |  11k| 231 |2453 |  17 |  49k|5402 | 0.000000e+00 |      --      |    Inf 
212.75/212.82	c   213s| 81400 |    90 |  1436k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5403 | 0.000000e+00 |      --      |    Inf 
212.95/213.08	c   213s| 81500 |    92 |  1438k|  17.7 |  10M|  52 |  35 | 231 |  11k| 231 |2453 |  17 |  49k|5403 | 0.000000e+00 |      --      |    Inf 
213.26/213.33	c   213s| 81600 |    90 |  1440k|  17.7 |  10M|  52 |  37 | 231 |  11k| 231 |2453 |  17 |  49k|5404 | 0.000000e+00 |      --      |    Inf 
213.45/213.57	c   214s| 81700 |    88 |  1442k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5404 | 0.000000e+00 |      --      |    Inf 
213.75/213.80	c   214s| 81800 |    90 |  1444k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
213.95/214.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.95/214.01	c   214s| 81900 |    88 |  1445k|  17.6 |  10M|  52 |  31 | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
214.15/214.22	c   214s| 82000 |    88 |  1447k|  17.6 |  10M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
214.35/214.45	c   214s| 82100 |    87 |  1448k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
214.55/214.69	c   215s| 82200 |    85 |  1450k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
214.85/214.92	c   215s| 82300 |    80 |  1452k|  17.6 |  10M|  52 |  42 | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
215.05/215.15	c   215s| 82400 |    78 |  1454k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
215.25/215.38	c   215s| 82500 |    82 |  1455k|  17.6 |  10M|  52 |  36 | 231 |  11k| 231 |2453 |  17 |  49k|5405 | 0.000000e+00 |      --      |    Inf 
215.55/215.61	c   216s| 82600 |    79 |  1457k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5410 | 0.000000e+00 |      --      |    Inf 
215.75/215.86	c   216s| 82700 |    78 |  1458k|  17.6 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  49k|5417 | 0.000000e+00 |      --      |    Inf 
216.05/216.14	c   216s| 82800 |    78 |  1460k|  17.6 |  10M|  52 |  35 | 231 |  11k| 231 |2453 |  17 |  49k|5427 | 0.000000e+00 |      --      |    Inf 
216.25/216.39	c   216s| 82900 |    76 |  1462k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5436 | 0.000000e+00 |      --      |    Inf 
216.45/216.59	c   217s| 83000 |    78 |  1463k|  17.6 |  10M|  52 |  37 | 231 |  11k| 231 |2453 |  17 |  50k|5437 | 0.000000e+00 |      --      |    Inf 
216.75/216.80	c   217s| 83100 |    76 |  1465k|  17.6 |  10M|  52 |  35 | 231 |  11k| 231 |2453 |  17 |  50k|5442 | 0.000000e+00 |      --      |    Inf 
216.95/217.02	c   217s| 83200 |    77 |  1466k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5450 | 0.000000e+00 |      --      |    Inf 
217.15/217.24	c   217s| 83300 |    79 |  1467k|  17.6 |  10M|  52 |  28 | 231 |  11k| 231 |2453 |  17 |  50k|5458 | 0.000000e+00 |      --      |    Inf 
217.35/217.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.35/217.46	c   217s| 83400 |    77 |  1469k|  17.6 |  10M|  52 |  33 | 231 |  11k| 231 |2453 |  17 |  50k|5470 | 0.000000e+00 |      --      |    Inf 
217.55/217.66	c   218s| 83500 |    79 |  1470k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5472 | 0.000000e+00 |      --      |    Inf 
217.84/217.92	c   218s| 83600 |    79 |  1471k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5489 | 0.000000e+00 |      --      |    Inf 
218.05/218.11	c   218s| 83700 |    77 |  1473k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5489 | 0.000000e+00 |      --      |    Inf 
218.25/218.39	c   218s| 83800 |    79 |  1474k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5502 | 0.000000e+00 |      --      |    Inf 
218.55/218.63	c   219s| 83900 |    79 |  1476k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5502 | 0.000000e+00 |      --      |    Inf 
218.76/218.88	c   219s| 84000 |    81 |  1478k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5510 | 0.000000e+00 |      --      |    Inf 
219.05/219.12	c   219s| 84100 |    82 |  1479k|  17.6 |  10M|  52 |  28 | 231 |  11k| 231 |2453 |  17 |  50k|5516 | 0.000000e+00 |      --      |    Inf 
219.25/219.39	c   219s| 84200 |    81 |  1481k|  17.6 |  10M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  50k|5525 | 0.000000e+00 |      --      |    Inf 
219.55/219.64	c   220s| 84300 |    79 |  1483k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5531 | 0.000000e+00 |      --      |    Inf 
219.86/219.92	c   220s| 84400 |    83 |  1485k|  17.6 |  10M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  50k|5538 | 0.000000e+00 |      --      |    Inf 
220.15/220.20	c   220s| 84500 |    83 |  1487k|  17.6 |  10M|  52 |  27 | 231 |  11k| 231 |2453 |  17 |  50k|5546 | 0.000000e+00 |      --      |    Inf 
220.35/220.44	c   220s| 84600 |    83 |  1488k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5554 | 0.000000e+00 |      --      |    Inf 
220.55/220.69	c   221s| 84700 |    82 |  1490k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5558 | 0.000000e+00 |      --      |    Inf 
220.85/220.94	c   221s| 84800 |    88 |  1492k|  17.6 |  10M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  50k|5566 | 0.000000e+00 |      --      |    Inf 
221.05/221.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.05/221.19	c   221s| 84900 |    85 |  1494k|  17.6 |  10M|  52 |  37 | 231 |  12k| 231 |2453 |  17 |  51k|5572 | 0.000000e+00 |      --      |    Inf 
221.35/221.49	c   221s| 85000 |    84 |  1496k|  17.6 |  10M|  52 |  36 | 231 |  12k| 231 |2453 |  17 |  51k|5581 | 0.000000e+00 |      --      |    Inf 
221.65/221.73	c   222s| 85100 |    84 |  1497k|  17.6 |  10M|  52 |  34 | 231 |  12k| 231 |2453 |  17 |  51k|5587 | 0.000000e+00 |      --      |    Inf 
221.95/222.00	c   222s| 85200 |    87 |  1499k|  17.6 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  51k|5598 | 0.000000e+00 |      --      |    Inf 
222.15/222.22	c   222s| 85300 |    85 |  1501k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5601 | 0.000000e+00 |      --      |    Inf 
222.35/222.49	c   222s| 85400 |    88 |  1502k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5608 | 0.000000e+00 |      --      |    Inf 
222.65/222.74	c   223s| 85500 |    90 |  1504k|  17.6 |  11M|  52 |  26 | 231 |  12k| 231 |2453 |  17 |  51k|5614 | 0.000000e+00 |      --      |    Inf 
222.95/223.01	c   223s| 85600 |    88 |  1506k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5624 | 0.000000e+00 |      --      |    Inf 
223.16/223.30	c   223s| 85700 |    90 |  1508k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5634 | 0.000000e+00 |      --      |    Inf 
223.45/223.56	c   224s| 85800 |    86 |  1510k|  17.6 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  51k|5639 | 0.000000e+00 |      --      |    Inf 
223.75/223.84	c   224s| 85900 |    82 |  1512k|  17.6 |  11M|  52 |  43 | 231 |  12k| 231 |2453 |  17 |  51k|5646 | 0.000000e+00 |      --      |    Inf 
223.95/224.09	c   224s| 86000 |    82 |  1514k|  17.6 |  11M|  52 |  29 | 231 |  12k| 231 |2453 |  17 |  51k|5652 | 0.000000e+00 |      --      |    Inf 
224.26/224.37	c   224s| 86100 |    77 |  1515k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5659 | 0.000000e+00 |      --      |    Inf 
224.54/224.60	c   225s| 86200 |    77 |  1517k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5662 | 0.000000e+00 |      --      |    Inf 
224.75/224.86	c   225s| 86300 |    77 |  1519k|  17.6 |  11M|  52 |  31 | 231 |  12k| 231 |2453 |  17 |  51k|5667 | 0.000000e+00 |      --      |    Inf 
225.04/225.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.04/225.14	c   225s| 86400 |    75 |  1520k|  17.6 |  11M|  52 |  49 | 231 |  12k| 231 |2453 |  17 |  51k|5676 | 0.000000e+00 |      --      |    Inf 
225.25/225.39	c   225s| 86500 |    77 |  1522k|  17.6 |  11M|  52 |  20 | 231 |  12k| 231 |2453 |  17 |  51k|5681 | 0.000000e+00 |      --      |    Inf 
225.55/225.65	c   226s| 86600 |    75 |  1524k|  17.6 |  11M|  52 |  38 | 231 |  12k| 231 |2453 |  17 |  51k|5683 | 0.000000e+00 |      --      |    Inf 
225.84/225.94	c   226s| 86700 |    71 |  1526k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5683 | 0.000000e+00 |      --      |    Inf 
226.05/226.17	c   226s| 86800 |    70 |  1528k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5686 | 0.000000e+00 |      --      |    Inf 
226.35/226.44	c   226s| 86900 |    72 |  1530k|  17.6 |  11M|  52 |  44 | 231 |  12k| 231 |2453 |  17 |  52k|5688 | 0.000000e+00 |      --      |    Inf 
226.56/226.64	c   227s| 87000 |    73 |  1531k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5688 | 0.000000e+00 |      --      |    Inf 
226.75/226.88	c   227s| 87100 |    78 |  1533k|  17.6 |  11M|  52 |  31 | 231 |  12k| 231 |2453 |  17 |  52k|5692 | 0.000000e+00 |      --      |    Inf 
227.05/227.11	c   227s| 87200 |    79 |  1535k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5694 | 0.000000e+00 |      --      |    Inf 
227.24/227.33	c   227s| 87300 |    76 |  1536k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5694 | 0.000000e+00 |      --      |    Inf 
227.45/227.54	c   228s| 87400 |    77 |  1538k|  17.6 |  11M|  52 |  41 | 231 |  12k| 231 |2453 |  17 |  52k|5695 | 0.000000e+00 |      --      |    Inf 
227.65/227.76	c   228s| 87500 |    75 |  1540k|  17.6 |  11M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  52k|5695 | 0.000000e+00 |      --      |    Inf 
227.84/227.97	c   228s| 87600 |    73 |  1541k|  17.6 |  11M|  52 |  47 | 231 |  12k| 231 |2453 |  17 |  52k|5695 | 0.000000e+00 |      --      |    Inf 
228.15/228.23	c   228s| 87700 |    76 |  1543k|  17.6 |  11M|  52 |  39 | 231 |  12k| 231 |2453 |  17 |  52k|5695 | 0.000000e+00 |      --      |    Inf 
228.34/228.46	c   228s| 87800 |    76 |  1545k|  17.6 |  11M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  52k|5695 | 0.000000e+00 |      --      |    Inf 
228.55/228.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.55/228.69	c   229s| 87900 |    78 |  1547k|  17.6 |  11M|  52 |  25 | 231 |  12k| 231 |2453 |  17 |  52k|5696 | 0.000000e+00 |      --      |    Inf 
228.85/228.92	c   229s| 88000 |    80 |  1548k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5696 | 0.000000e+00 |      --      |    Inf 
229.05/229.17	c   229s| 88100 |    84 |  1550k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5698 | 0.000000e+00 |      --      |    Inf 
229.35/229.42	c   229s| 88200 |    86 |  1552k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5699 | 0.000000e+00 |      --      |    Inf 
229.55/229.65	c   230s| 88300 |    88 |  1554k|  17.6 |  11M|  52 |  36 | 231 |  12k| 231 |2453 |  17 |  52k|5699 | 0.000000e+00 |      --      |    Inf 
229.75/229.87	c   230s| 88400 |    86 |  1556k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5699 | 0.000000e+00 |      --      |    Inf 
230.04/230.10	c   230s| 88500 |    86 |  1558k|  17.6 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  53k|5699 | 0.000000e+00 |      --      |    Inf 
230.25/230.36	c   230s| 88600 |    79 |  1560k|  17.6 |  11M|  52 |  38 | 231 |  12k| 231 |2453 |  17 |  53k|5699 | 0.000000e+00 |      --      |    Inf 
230.54/230.60	c   231s| 88700 |    78 |  1561k|  17.6 |  11M|  52 |  29 | 231 |  12k| 231 |2453 |  17 |  53k|5700 | 0.000000e+00 |      --      |    Inf 
230.75/230.84	c   231s| 88800 |    76 |  1563k|  17.6 |  11M|  52 |  38 | 231 |  12k| 231 |2453 |  17 |  53k|5700 | 0.000000e+00 |      --      |    Inf 
231.05/231.10	c   231s| 88900 |    72 |  1565k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5700 | 0.000000e+00 |      --      |    Inf 
231.25/231.38	c   231s| 89000 |    72 |  1567k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5701 | 0.000000e+00 |      --      |    Inf 
231.55/231.61	c   232s| 89100 |    71 |  1569k|  17.6 |  11M|  52 |  39 | 231 |  12k| 231 |2453 |  17 |  53k|5701 | 0.000000e+00 |      --      |    Inf 
231.75/231.83	c   232s| 89200 |    71 |  1571k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5701 | 0.000000e+00 |      --      |    Inf 
231.95/232.08	c   232s| 89300 |    71 |  1573k|  17.6 |  11M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  53k|5701 | 0.000000e+00 |      --      |    Inf 
232.25/232.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.25/232.33	c   232s| 89400 |    71 |  1575k|  17.6 |  11M|  52 |  39 | 231 |  12k| 231 |2453 |  17 |  53k|5701 | 0.000000e+00 |      --      |    Inf 
232.44/232.55	c   233s| 89500 |    67 |  1576k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5702 | 0.000000e+00 |      --      |    Inf 
232.75/232.82	c   233s| 89600 |    75 |  1578k|  17.6 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  53k|5702 | 0.000000e+00 |      --      |    Inf 
233.06/233.14	c   233s| 89700 |    69 |  1581k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5712 | 0.000000e+00 |      --      |    Inf 
233.35/233.41	c   233s| 89800 |    69 |  1583k|  17.6 |  11M|  52 |  39 | 231 |  12k| 231 |2453 |  17 |  53k|5713 | 0.000000e+00 |      --      |    Inf 
233.55/233.68	c   234s| 89900 |    69 |  1585k|  17.6 |  11M|  52 |  45 | 231 |  12k| 231 |2453 |  17 |  53k|5719 | 0.000000e+00 |      --      |    Inf 
233.85/233.99	c   234s| 90000 |    69 |  1587k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5730 | 0.000000e+00 |      --      |    Inf 
234.15/234.22	c   234s| 90100 |    67 |  1588k|  17.6 |  11M|  52 |  45 | 231 |  12k| 231 |2453 |  17 |  53k|5731 | 0.000000e+00 |      --      |    Inf 
234.45/234.55	c   235s| 90200 |    66 |  1590k|  17.6 |  11M|  52 |  42 | 231 |  12k| 231 |2453 |  17 |  54k|5746 | 0.000000e+00 |      --      |    Inf 
234.74/234.80	c   235s| 90300 |    65 |  1592k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5746 | 0.000000e+00 |      --      |    Inf 
234.95/235.07	c   235s| 90400 |    63 |  1594k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5756 | 0.000000e+00 |      --      |    Inf 
235.26/235.33	c   235s| 90500 |    58 |  1596k|  17.6 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5756 | 0.000000e+00 |      --      |    Inf 
235.55/235.60	c   236s| 90600 |    54 |  1597k|  17.6 |  10M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5766 | 0.000000e+00 |      --      |    Inf 
235.75/235.86	c   236s| 90700 |    53 |  1599k|  17.6 |  10M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5772 | 0.000000e+00 |      --      |    Inf 
236.05/236.13	c   236s| 90800 |    52 |  1601k|  17.6 |  10M|  52 |  32 | 231 |  12k| 231 |2453 |  17 |  54k|5778 | 0.000000e+00 |      --      |    Inf 
236.35/236.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.35/236.41	c   236s| 90900 |    47 |  1603k|  17.6 |  10M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5789 | 0.000000e+00 |      --      |    Inf 
236.54/236.64	c   237s| 91000 |    46 |  1605k|  17.6 |  10M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5789 | 0.000000e+00 |      --      |    Inf 
236.85/236.93	c   237s| 91100 |    46 |  1606k|  17.6 |  10M|  52 |  38 | 231 |  12k| 231 |2453 |  17 |  54k|5798 | 0.000000e+00 |      --      |    Inf 
237.05/237.15	c   237s| 91200 |    42 |  1608k|  17.6 |  10M|  52 |  46 | 231 |  12k| 231 |2453 |  17 |  54k|5798 | 0.000000e+00 |      --      |    Inf 
237.35/237.43	c   237s| 91300 |    42 |  1610k|  17.6 |  10M|  52 |  41 | 231 |  12k| 231 |2453 |  17 |  54k|5807 | 0.000000e+00 |      --      |    Inf 
237.65/237.70	c   238s| 91400 |    44 |  1612k|  17.6 |  10M|  52 |  27 | 231 |  12k| 231 |2453 |  17 |  54k|5814 | 0.000000e+00 |      --      |    Inf 
237.85/237.99	c   238s| 91500 |    36 |  1614k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  54k|5821 | 0.000000e+00 |      --      |    Inf 
238.14/238.28	c   238s| 91600 |    36 |  1616k|  17.6 |  10M|  52 |  41 | 231 |  11k| 231 |2453 |  17 |  54k|5825 | 0.000000e+00 |      --      |    Inf 
238.45/238.54	c   239s| 91700 |    38 |  1617k|  17.6 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  54k|5833 | 0.000000e+00 |      --      |    Inf 
238.74/238.83	c   239s| 91800 |    37 |  1619k|  17.6 |  10M|  52 |  44 | 231 |  11k| 231 |2453 |  17 |  54k|5841 | 0.000000e+00 |      --      |    Inf 
239.04/239.11	c   239s| 91900 |    38 |  1621k|  17.6 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  54k|5848 | 0.000000e+00 |      --      |    Inf 
239.34/239.40	c   239s| 92000 |    38 |  1623k|  17.7 |  10M|  52 |  17 | 231 |  11k| 231 |2453 |  17 |  55k|5857 | 0.000000e+00 |      --      |    Inf 
239.55/239.68	c   240s| 92100 |    41 |  1626k|  17.7 |  10M|  52 |  41 | 231 |  11k| 231 |2453 |  17 |  55k|5864 | 0.000000e+00 |      --      |    Inf 
239.85/239.97	c   240s| 92200 |    38 |  1628k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5874 | 0.000000e+00 |      --      |    Inf 
240.14/240.29	c   240s| 92300 |    35 |  1630k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5882 | 0.000000e+00 |      --      |    Inf 
240.45/240.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.45/240.56	c   241s| 92400 |    33 |  1631k|  17.7 |  10M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  55k|5890 | 0.000000e+00 |      --      |    Inf 
240.75/240.83	c   241s| 92500 |    29 |  1633k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5899 | 0.000000e+00 |      --      |    Inf 
240.94/241.08	c   241s| 92600 |    28 |  1635k|  17.7 |  10M|  52 |  44 | 231 |  11k| 231 |2453 |  17 |  55k|5907 | 0.000000e+00 |      --      |    Inf 
241.25/241.35	c   241s| 92700 |    26 |  1637k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5911 | 0.000000e+00 |      --      |    Inf 
241.45/241.59	c   242s| 92800 |    26 |  1639k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5913 | 0.000000e+00 |      --      |    Inf 
241.75/241.82	c   242s| 92900 |    23 |  1640k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5914 | 0.000000e+00 |      --      |    Inf 
241.95/242.08	c   242s| 93000 |    24 |  1642k|  17.7 |  10M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  55k|5916 | 0.000000e+00 |      --      |    Inf 
242.25/242.33	c   242s| 93100 |    22 |  1644k|  17.7 |  10M|  52 |  45 | 231 |  11k| 231 |2453 |  17 |  55k|5916 | 0.000000e+00 |      --      |    Inf 
242.45/242.57	c   243s| 93200 |    21 |  1646k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5919 | 0.000000e+00 |      --      |    Inf 
242.74/242.80	c   243s| 93300 |    20 |  1647k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5921 | 0.000000e+00 |      --      |    Inf 
242.95/243.05	c   243s| 93400 |    19 |  1649k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5922 | 0.000000e+00 |      --      |    Inf 
243.15/243.28	c   243s| 93500 |    19 |  1651k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5924 | 0.000000e+00 |      --      |    Inf 
243.44/243.53	c   244s| 93600 |    16 |  1653k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  55k|5926 | 0.000000e+00 |      --      |    Inf 
243.65/243.76	c   244s| 93700 |    16 |  1654k|  17.7 |  10M|  52 |  36 | 231 |  11k| 231 |2453 |  17 |  56k|5927 | 0.000000e+00 |      --      |    Inf 
243.94/244.00	c   244s| 93800 |    16 |  1656k|  17.7 |  10M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
244.15/244.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.15/244.26	c   244s| 93900 |    14 |  1658k|  17.7 |  10M|  52 |  29 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
244.45/244.52	c   245s| 94000 |    14 |  1660k|  17.7 |  10M|  52 |  23 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
244.64/244.76	c   245s| 94100 |    10 |  1662k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
244.94/245.01	c   245s| 94200 |    10 |  1664k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
245.15/245.26	c   245s| 94300 |    10 |  1666k|  17.7 |  10M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
245.34/245.49	c   245s| 94400 |    10 |  1668k|  17.7 |  10M|  52 |  27 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
245.64/245.72	c   246s| 94500 |     8 |  1669k|  17.7 |  10M|  52 |  27 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
245.85/245.95	c   246s| 94600 |     6 |  1671k|  17.7 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
246.04/246.18	c   246s| 94700 |     6 |  1673k|  17.7 |  10M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
246.35/246.41	c   246s| 94800 |     5 |  1674k|  17.7 |  10M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
246.55/246.61	c   247s| 94900 |     3 |  1676k|  17.7 |  10M|  52 |  28 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
246.74/246.85	c   247s| 95000 |     3 |  1678k|  17.7 |  10M|  52 |  41 | 231 |  11k| 231 |2453 |  17 |  56k|5928 | 0.000000e+00 |      --      |    Inf 
246.94/247.08	c 
246.94/247.08	c SCIP Status        : problem is solved [infeasible]
246.94/247.08	c Solving Time (sec) : 247.08
246.94/247.08	c Solving Nodes      : 95097
246.94/247.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
246.94/247.08	c Dual Bound         : +1.00000000000000e+20
246.94/247.08	c Gap                : 0.00 %
246.94/247.08	s UNSATISFIABLE
246.94/247.08	c SCIP Status        : problem is solved [infeasible]
246.94/247.08	c Total Time         :     247.08
246.94/247.08	c   solving          :     247.08
246.94/247.08	c   presolving       :       0.05 (included in solving)
246.94/247.08	c   reading          :       0.01 (included in solving)
246.94/247.08	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
246.94/247.08	c Original Problem   :
246.94/247.08	c   Problem name     : HOME/instance-3690410-1338016936.opb
246.94/247.08	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
246.94/247.08	c   Constraints      : 2707 initial, 2707 maximal
246.94/247.08	c   Objective sense  : minimize
246.94/247.08	c Presolved Problem  :
246.94/247.08	c   Problem name     : t_HOME/instance-3690410-1338016936.opb
246.94/247.08	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
246.94/247.08	c   Constraints      : 2443 initial, 14424 maximal
246.94/247.08	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
246.94/247.08	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
246.94/247.08	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
246.94/247.08	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
246.94/247.08	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
246.94/247.08	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
246.94/247.08	c   integral         :          0          0          0          0      49408          0          1          0        211       2434          0          0      95724
246.94/247.08	c   knapsack         :          1          1          5     364048          0          0          0      30556        750     214857          0          0          0
246.94/247.08	c   setppc           :         22         22          5     363632          0          0          0    1060543       2300     501117          0          0          0
246.94/247.08	c   linear           :          0+       254          5     251351          0          0          0        431         11       4167          0          0          0
246.94/247.08	c   logicor          :       2420+     14397          5     175086          0          0          0     340931        661     621461          0          0          0
246.94/247.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
246.94/247.08	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
246.94/247.08	c   integral         :      24.84       0.00       0.00       0.00      24.84       0.00       0.00       0.00
246.94/247.08	c   knapsack         :       0.48       0.00       0.00       0.45       0.00       0.00       0.00       0.03
246.94/247.08	c   setppc           :       1.55       0.00       0.00       1.23       0.00       0.00       0.00       0.31
246.94/247.08	c   linear           :       0.28       0.00       0.00       0.28       0.00       0.00       0.00       0.00
246.94/247.08	c   logicor          :       7.27       0.00       0.00       6.99       0.00       0.00       0.00       0.28
246.94/247.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
246.94/247.08	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
246.94/247.08	c   rootredcost      :          0          0          0          0
246.94/247.08	c   pseudoobj        :          0          0          0          0
246.94/247.08	c   vbounds          :          0          0          0          0
246.94/247.08	c   redcost          :      49413          0          0          0
246.94/247.08	c   probing          :          0          0          0          0
246.94/247.08	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
246.94/247.08	c   rootredcost      :       0.09       0.00       0.00       0.09       0.00
246.94/247.08	c   pseudoobj        :       0.09       0.00       0.00       0.09       0.00
246.94/247.08	c   vbounds          :       0.08       0.00       0.00       0.08       0.00
246.94/247.08	c   redcost          :       0.21       0.00       0.00       0.21       0.00
246.94/247.08	c   probing          :       0.00       0.00       0.00       0.00       0.00
246.94/247.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
246.94/247.08	c   propagation      :       0.14       3722       3706      18822       21.7         46       21.9          -
246.94/247.08	c   infeasible LP    :       3.87      43922      42705     260432       35.3        141       18.1          0
246.94/247.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
246.94/247.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
246.94/247.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
246.94/247.08	c   applied globally :          -          -          -      52338       19.5          -          -          -
246.94/247.08	c   applied locally  :          -          -          -       4513       34.3          -          -          -
246.94/247.08	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
246.94/247.08	c   cut pool         :       0.00                     4          -          -        306          -    (maximal pool size: 517)
246.94/247.08	c   closecuts        :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
246.94/247.08	c   intobj           :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   gomory           :       0.10       0.00          5          0          0        200          0
246.94/247.08	c   cgmip            :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   strongcg         :       0.18       0.00          5          0          0       2500          0
246.94/247.08	c   cmir             :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   flowcover        :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   clique           :       0.00       0.00          5          0          0          0          0
246.94/247.08	c   zerohalf         :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   mcf              :       0.00       0.00          1          0          0          0          0
246.94/247.08	c   oddcycle         :       0.00       0.00          0          0          0          0          0
246.94/247.08	c   rapidlearning    :       0.10       0.00          1          0          0          0        254
246.94/247.08	c Pricers            :   ExecTime  SetupTime      Calls       Vars
246.94/247.08	c   problem variables:       0.00          -          0          0
246.94/247.08	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
246.94/247.08	c   relpscost        :      24.79       0.00      49408        211       2434          0          0      95724
246.94/247.08	c   pscost           :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   inference        :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c   random           :       0.00       0.00          0          0          0          0          0          0
246.94/247.08	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
246.94/247.08	c   LP solutions     :       0.00          -          -          0
246.94/247.08	c   pseudo solutions :       0.00          -          -          0
246.94/247.08	c   smallcard        :       0.00       0.00          0          0
246.94/247.08	c   trivial          :       0.00       0.00          1          0
246.94/247.08	c   shiftandpropagate:       0.00       0.00          0          0
246.94/247.08	c   simplerounding   :       0.00       0.00          0          0
246.94/247.08	c   zirounding       :       0.00       0.00          0          0
246.94/247.08	c   rounding         :       0.00       0.00          0          0
246.94/247.08	c   shifting         :       0.00       0.00          0          0
246.94/247.08	c   intshifting      :       0.00       0.00          0          0
246.94/247.08	c   oneopt           :       0.00       0.00          0          0
246.94/247.08	c   twoopt           :       0.00       0.00          0          0
246.94/247.08	c   indtwoopt        :       0.00       0.00          0          0
246.94/247.08	c   indoneopt        :       0.00       0.00          0          0
246.94/247.08	c   fixandinfer      :       0.00       0.00          0          0
246.94/247.08	c   feaspump         :       0.00       0.00          0          0
246.94/247.08	c   clique           :       0.00       0.00          0          0
246.94/247.08	c   indrounding      :       0.00       0.00          0          0
246.94/247.08	c   indcoefdiving    :       0.00       0.00          0          0
246.94/247.08	c   coefdiving       :       0.00       0.00          0          0
246.94/247.08	c   pscostdiving     :       0.00       0.00          0          0
246.94/247.08	c   nlpdiving        :       0.00       0.00          0          0
246.94/247.08	c   fracdiving       :       0.00       0.00          0          0
246.94/247.08	c   veclendiving     :       0.00       0.00          0          0
246.94/247.08	c   intdiving        :       0.00       0.00          0          0
246.94/247.08	c   actconsdiving    :       0.00       0.00          0          0
246.94/247.08	c   objpscostdiving  :       0.00       0.00          0          0
246.94/247.08	c   rootsoldiving    :       0.00       0.00          0          0
246.94/247.08	c   linesearchdiving :       0.00       0.00          0          0
246.94/247.08	c   guideddiving     :       0.00       0.00          0          0
246.94/247.08	c   octane           :       0.00       0.00          0          0
246.94/247.08	c   rens             :       0.00       0.00          0          0
246.94/247.08	c   rins             :       0.00       0.00          0          0
246.94/247.08	c   localbranching   :       0.00       0.00          0          0
246.94/247.08	c   mutation         :       0.00       0.00          0          0
246.94/247.08	c   crossover        :       0.00       0.00          0          0
246.94/247.08	c   dins             :       0.00       0.00          0          0
246.94/247.08	c   vbounds          :       0.00       0.00          0          0
246.94/247.08	c   undercover       :       0.00       0.00          0          0
246.94/247.08	c   subnlp           :       0.00       0.00          0          0
246.94/247.08	c   trysol           :       0.00       0.00          0          0
246.94/247.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
246.94/247.08	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
246.94/247.08	c   dual LP          :     184.72      93335    1680095      18.05    9095.23       0.09        242
246.94/247.08	c   lex dual LP      :       0.00          0          0       0.00          -
246.94/247.08	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
246.94/247.08	c   diving/probing LP:       0.00          0          0       0.00          -
246.94/247.08	c   strong branching :      24.02       5928     204985      34.58    8532.80
246.94/247.08	c     (at root node) :          -         11       2339     212.64          -
246.94/247.08	c   conflict analysis:       0.00          0          0       0.00          -
246.94/247.08	c B&B Tree           :
246.94/247.08	c   number of runs   :          1
246.94/247.08	c   nodes            :      95097
246.94/247.08	c   nodes (total)    :      95097
246.94/247.08	c   nodes left       :          0
246.94/247.08	c   max depth        :         52
246.94/247.08	c   max depth (total):         52
246.94/247.08	c   backtracks       :      11632 (12.2%)
246.94/247.08	c   delayed cutoffs  :        628
246.94/247.08	c   repropagations   :     150661 (192261 domain reductions, 627 cutoffs)
246.94/247.08	c   avg switch length:       4.90
246.94/247.08	c   switching time   :       8.39
246.94/247.08	c Solution           :
246.94/247.08	c   Solutions found  :          0 (0 improvements)
246.94/247.08	c   Primal Bound     : infeasible
246.94/247.08	c   Dual Bound       :          -
246.94/247.08	c   Gap              :       0.00 %
246.94/247.08	c   Root Dual Bound  : +0.00000000000000e+00
246.94/247.08	c   Root Iterations  :        146
247.05/247.10	c Time complete: 247.05.

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-3690410-1338016936/watcher-3690410-1338016936 -o /tmp/evaluation-result-3690410-1338016936/solver-3690410-1338016936 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690410-1338016936.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: 0.00 0.00 0.00 2/170 4337
/proc/meminfo: memFree=29562092/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 1 0 267819495 10375168 1239 33554432000 4194304 10173063 140736286181872 140734184611576 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 2533 1239 413 1460 0 1064 0

[startup+0.0193671 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 4337
/proc/meminfo: memFree=29562092/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=19904 CPUtime=0.01 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 3473 0 0 0 1 0 0 0 20 0 1 0 267819495 20381696 3428 33554432000 4194304 10173063 140736286181872 140734184611576 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 4976 3447 510 1460 0 3507 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19904

[startup+0.100236 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 4337
/proc/meminfo: memFree=29562092/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=29636 CPUtime=0.09 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 6559 0 0 0 8 1 0 0 20 0 1 0 267819495 30347264 6216 33554432000 4194304 10173063 140736286181872 140734184611576 8800002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 7409 6220 781 1460 0 5940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29636

[startup+0.300235 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 4337
/proc/meminfo: memFree=29562092/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47120 CPUtime=0.29 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10692 0 0 0 26 3 0 0 20 0 1 0 267819495 48250880 10347 33554432000 4194304 10173063 140736286181872 140734184611576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11780 10347 827 1460 0 10311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47120

[startup+0.700226 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 4337
/proc/meminfo: memFree=29562092/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=0.69 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10810 0 0 0 65 4 0 0 20 0 1 0 267819495 48422912 10465 33554432000 4194304 10173063 140736286181872 140734184611576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10465 830 1460 0 10353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47288

[startup+1.50022 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 4350
/proc/meminfo: memFree=29470612/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=1.49 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10815 0 0 0 144 5 0 0 20 0 1 0 267819495 48422912 10470 33554432000 4194304 10173063 140736286181872 140736286175320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10470 835 1460 0 10353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47288

[startup+3.10022 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 4350
/proc/meminfo: memFree=29469744/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=3.09 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10815 0 0 0 303 6 0 0 20 0 1 0 267819495 48422912 10470 33554432000 4194304 10173063 140736286181872 140736286175320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10470 835 1460 0 10353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47288

[startup+6.30023 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 4350
/proc/meminfo: memFree=29469752/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=6.28 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10815 0 0 0 618 10 0 0 20 0 1 0 267819495 48422912 10470 33554432000 4194304 10173063 140736286181872 140736286175320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10470 835 1460 0 10353 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47288

[startup+12.7002 s]
/proc/loadavg: 0.45 0.10 0.03 3/176 4350
/proc/meminfo: memFree=29469088/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=12.68 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10822 0 0 0 1249 19 0 0 20 0 1 0 267819495 48422912 10472 33554432000 4194304 10173063 140736286181872 140736286175128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10472 836 1460 0 10353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47288

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/176 4350
/proc/meminfo: memFree=29468016/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=25.48 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 2508 40 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175512 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47288

[startup+51.1001 s]
/proc/loadavg: 1.13 0.31 0.10 3/176 4350
/proc/meminfo: memFree=29465588/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=51.08 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 5026 82 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175176 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47288

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 4389
/proc/meminfo: memFree=28880636/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=102.28 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 10064 164 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 47288

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/177 4390
/proc/meminfo: memFree=28826376/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=162.25 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 15974 251 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175512 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47288

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 4390
/proc/meminfo: memFree=28816596/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=222.25 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 21883 342 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 47288

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

[startup+230.3 s]
/proc/loadavg: 1.95 1.07 0.43 3/177 4390
/proc/meminfo: memFree=28815860/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=230.25 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 22671 354 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 230.25
Current children cumulated vsize (KiB) 47288

[startup+236.7 s]
/proc/loadavg: 1.96 1.10 0.45 3/177 4390
/proc/meminfo: memFree=28815596/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=236.65 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10825 0 0 0 23301 364 0 0 20 0 1 0 267819495 48422912 10983 33554432000 4194304 10173063 140736286181872 140736286175128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10983 836 1460 0 10353 0
Current children cumulated CPU time (s) 236.65
Current children cumulated vsize (KiB) 47288

[startup+243.106 s]
/proc/loadavg: 1.96 1.11 0.45 3/177 4390
/proc/meminfo: memFree=28812732/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=243.05 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10827 0 0 0 23932 373 0 0 20 0 1 0 267819495 48422912 10985 33554432000 4194304 10173063 140736286181872 140736286175512 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10985 838 1460 0 10353 0
Current children cumulated CPU time (s) 243.05
Current children cumulated vsize (KiB) 47288

[startup+244.7 s]
/proc/loadavg: 1.96 1.11 0.45 3/177 4390
/proc/meminfo: memFree=28812856/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=244.64 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10827 0 0 0 24089 375 0 0 20 0 1 0 267819495 48422912 10985 33554432000 4194304 10173063 140736286181872 140736286175224 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10985 838 1460 0 10353 0
Current children cumulated CPU time (s) 244.64
Current children cumulated vsize (KiB) 47288

[startup+246.3 s]
/proc/loadavg: 1.97 1.13 0.46 3/177 4390
/proc/meminfo: memFree=28812856/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=246.25 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10827 0 0 0 24248 377 0 0 20 0 1 0 267819495 48422912 10985 33554432000 4194304 10173063 140736286181872 140736286175544 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10985 838 1460 0 10353 0
Current children cumulated CPU time (s) 246.25
Current children cumulated vsize (KiB) 47288

[startup+246.7 s]
/proc/loadavg: 1.97 1.13 0.46 3/177 4390
/proc/meminfo: memFree=28812856/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=47288 CPUtime=246.64 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10827 0 0 0 24286 378 0 0 20 0 1 0 267819495 48422912 10985 33554432000 4194304 10173063 140736286181872 140736286175544 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 11822 10985 838 1460 0 10353 0
Current children cumulated CPU time (s) 246.64
Current children cumulated vsize (KiB) 47288

[startup+247.1 s]
/proc/loadavg: 1.97 1.13 0.46 3/177 4390
/proc/meminfo: memFree=28812856/32873648 swapFree=7112/7112
[pid=4337] ppid=4335 vsize=17164 CPUtime=247.05 cores=1,3,5,7
/proc/4337/stat : 4337 (scip-2.1.1.4fix) R 4335 4337 4305 0 -1 4202496 10830 0 0 0 24326 379 0 0 20 0 1 0 267819495 17575936 1356 33554432000 4194304 10173063 140736286181872 140736286177240 9177290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4337/statm: 4291 1038 841 1460 0 2822 0
Current children cumulated CPU time (s) 247.05
Current children cumulated vsize (KiB) 17164

Child status: 0
Real time (s): 247.101
CPU time (s): 247.054
CPU user time (s): 243.263
CPU system time (s): 3.79142
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 47288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.263
system time used= 3.79142
maximum resident set size= 43952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10832
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= 12
involuntary context switches= 255

runsolver used 0.355945 second user time and 1.04484 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 09:22:16
IDJOB=3690410
IDBENCH=1321
IDSOLVER=2270
FILE ID=node126/3690410-1338016936
RUNJOBID= node126-1338016934-4322
PBS_JOBID= 14624345
Free space on /tmp= 71444 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690410-1338016936/watcher-3690410-1338016936 -o /tmp/evaluation-result-3690410-1338016936/solver-3690410-1338016936 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690410-1338016936.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=1525563287

node126.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.456
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.91
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.456
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.456
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.92
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
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.456
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.456
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.90
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.456
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:       32873648 kB
MemFree:        29562752 kB
Buffers:          253228 kB
Cached:          2272528 kB
SwapCached:        17768 kB
Active:           654256 kB
Inactive:        1891460 kB
Active(anon):       2384 kB
Inactive(anon):    19404 kB
Active(file):     651872 kB
Inactive(file):  1872056 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             13692 kB
Writeback:             0 kB
AnonPages:          9412 kB
Mapped:             8804 kB
Shmem:                 0 kB
Slab:             628920 kB
SReclaimable:      73680 kB
SUnreclaim:       555240 kB
KernelStack:        1384 kB
PageTables:         3964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71412 MiB
End job on node126 at 2012-05-26 09:26:23