Trace number 3691589

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedUNSAT 634.688 634.794

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
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 benchmark57.0313
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 625
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: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691589-1338021491.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.00/0.01	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.04
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 |     - |4259k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.08/0.19	c   0.2s|     1 |     0 |    90 |     - |4703k|   0 |  39 | 231 |2710 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   105 |     - |5032k|   0 |  45 | 231 |2710 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   120 |     - |5475k|   0 |  46 | 231 |2710 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   139 |     - |5919k|   0 |  47 | 231 |2710 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   146 |     - |6259k|   0 |  51 | 231 |2710 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     2 |   146 |     - |6259k|   0 |  51 | 231 |2710 | 231 |2460 |  17 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
9.09/9.16	c   9.2s|   100 |    15 |  4654 |  45.5 |6407k|  14 |  30 | 231 |2728 | 231 |2453 |  17 |  20 |1493 | 0.000000e+00 |      --      |    Inf 
9.98/10.02	c  10.0s|   200 |    23 |  6534 |  32.1 |6459k|  18 |  20 | 231 |2786 | 231 |2453 |  17 |  78 |1642 | 0.000000e+00 |      --      |    Inf 
10.39/10.45	c  10.5s|   300 |    30 |  7944 |  26.1 |6504k|  18 |  32 | 231 |2840 | 231 |2453 |  17 | 133 |1702 | 0.000000e+00 |      --      |    Inf 
10.69/10.71	c  10.7s|   400 |    31 |  9403 |  23.2 |6526k|  21 |   - | 231 |2889 | 231 |2453 |  17 | 183 |1722 | 0.000000e+00 |      --      |    Inf 
11.00/11.01	c  11.0s|   500 |    32 | 10876 |  21.5 |6546k|  21 |   - | 231 |2943 | 231 |2453 |  17 | 237 |1752 | 0.000000e+00 |      --      |    Inf 
11.29/11.31	c  11.3s|   600 |    41 | 12711 |  21.0 |6595k|  21 |   - | 231 |2994 | 231 |2453 |  17 | 289 |1772 | 0.000000e+00 |      --      |    Inf 
11.49/11.59	c  11.6s|   700 |    47 | 14442 |  20.5 |6627k|  24 |   - | 231 |3044 | 231 |2453 |  17 | 340 |1788 | 0.000000e+00 |      --      |    Inf 
11.79/11.84	c  11.8s|   800 |    53 | 16178 |  20.1 |6655k|  24 |  27 | 231 |3090 | 231 |2453 |  17 | 388 |1795 | 0.000000e+00 |      --      |    Inf 
12.09/12.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.09/12.15	c  12.2s|   900 |    63 | 18452 |  20.4 |6697k|  31 |  36 | 231 |3128 | 231 |2453 |  17 | 426 |1803 | 0.000000e+00 |      --      |    Inf 
12.39/12.40	c  12.4s|  1000 |    65 | 20203 |  20.1 |6724k|  31 |  31 | 231 |3179 | 231 |2453 |  17 | 479 |1808 | 0.000000e+00 |      --      |    Inf 
12.59/12.65	c  12.7s|  1100 |    59 | 22016 |  19.9 |6732k|  31 |  31 | 231 |3235 | 231 |2453 |  17 | 535 |1812 | 0.000000e+00 |      --      |    Inf 
12.79/12.86	c  12.9s|  1200 |    57 | 23382 |  19.4 |6749k|  31 |  26 | 231 |3296 | 231 |2453 |  17 | 596 |1820 | 0.000000e+00 |      --      |    Inf 
12.99/13.07	c  13.1s|  1300 |    55 | 24669 |  18.9 |6778k|  31 |   - | 231 |3368 | 231 |2453 |  17 | 668 |1825 | 0.000000e+00 |      --      |    Inf 
13.19/13.25	c  13.2s|  1400 |    54 | 25715 |  18.3 |6805k|  31 |   - | 231 |3446 | 231 |2453 |  17 | 746 |1834 | 0.000000e+00 |      --      |    Inf 
13.38/13.47	c  13.5s|  1500 |    55 | 27126 |  18.0 |6825k|  31 |  28 | 231 |3503 | 231 |2453 |  17 | 807 |1842 | 0.000000e+00 |      --      |    Inf 
13.68/13.73	c  13.7s|  1600 |    51 | 28665 |  17.8 |6836k|  31 |   - | 231 |3562 | 231 |2453 |  17 | 867 |1854 | 0.000000e+00 |      --      |    Inf 
13.88/13.99	c  14.0s|  1700 |    55 | 30161 |  17.7 |6878k|  31 |   - | 231 |3620 |   0 |   0 |  17 | 926 |1869 | 0.000000e+00 |      --      |    Inf 
14.19/14.22	c  14.2s|  1800 |    56 | 31586 |  17.5 |6892k|  31 |  30 | 231 |3674 | 231 |2453 |  17 | 983 |1879 | 0.000000e+00 |      --      |    Inf 
14.39/14.48	c  14.5s|  1900 |    58 | 33005 |  17.3 |6921k|  31 |   - | 231 |3731 | 231 |2453 |  17 |1044 |1895 | 0.000000e+00 |      --      |    Inf 
14.68/14.73	c  14.7s|  2000 |    56 | 34370 |  17.1 |6930k|  31 |  50 | 231 |3784 | 231 |2453 |  17 |1101 |1914 | 0.000000e+00 |      --      |    Inf 
14.89/14.99	c  15.0s|  2100 |    54 | 35714 |  16.9 |6944k|  32 |  40 | 231 |3836 | 231 |2453 |  17 |1157 |1932 | 0.000000e+00 |      --      |    Inf 
15.19/15.29	c  15.3s|  2200 |    52 | 37532 |  17.0 |6966k|  32 |  26 | 231 |3898 | 231 |2453 |  17 |1224 |1950 | 0.000000e+00 |      --      |    Inf 
15.49/15.53	c  15.5s|  2300 |    60 | 38998 |  16.9 |7009k|  32 |  28 | 231 |3954 | 231 |2453 |  17 |1289 |1963 | 0.000000e+00 |      --      |    Inf 
15.69/15.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.72	c  15.7s|  2400 |    62 | 40214 |  16.7 |7044k|  32 |   - | 231 |4020 | 231 |2453 |  17 |1357 |1967 | 0.000000e+00 |      --      |    Inf 
15.89/15.92	c  15.9s|  2500 |    65 | 41606 |  16.6 |7073k|  32 |  25 | 231 |4080 | 231 |2453 |  17 |1420 |1970 | 0.000000e+00 |      --      |    Inf 
16.09/16.17	c  16.2s|  2600 |    68 | 43379 |  16.6 |7098k|  32 |  28 | 231 |4118 | 231 |2453 |  17 |1469 |1977 | 0.000000e+00 |      --      |    Inf 
16.29/16.36	c  16.4s|  2700 |    70 | 44759 |  16.5 |7129k|  32 |  33 | 231 |4176 | 231 |2453 |  17 |1533 |1977 | 0.000000e+00 |      --      |    Inf 
16.49/16.58	c  16.6s|  2800 |    71 | 46445 |  16.5 |7153k|  32 |  31 | 231 |4241 | 231 |2453 |  17 |1607 |1979 | 0.000000e+00 |      --      |    Inf 
16.68/16.79	c  16.8s|  2900 |    69 | 47916 |  16.5 |7177k|  32 |   - | 231 |4297 | 231 |2453 |  17 |1668 |1981 | 0.000000e+00 |      --      |    Inf 
16.89/16.99	c  17.0s|  3000 |    64 | 49438 |  16.4 |7187k|  32 |   - | 231 |4356 | 231 |2453 |  17 |1731 |1982 | 0.000000e+00 |      --      |    Inf 
17.09/17.20	c  17.2s|  3100 |    67 | 50961 |  16.4 |7209k|  32 |  18 | 231 |4411 | 231 |2453 |  17 |1789 |1983 | 0.000000e+00 |      --      |    Inf 
17.39/17.40	c  17.4s|  3200 |    63 | 52523 |  16.4 |7224k|  32 |   - | 231 |4463 | 231 |2453 |  17 |1845 |1983 | 0.000000e+00 |      --      |    Inf 
17.49/17.59	c  17.6s|  3300 |    63 | 53822 |  16.3 |7252k|  32 |   - | 231 |4539 | 231 |2453 |  17 |1922 |1983 | 0.000000e+00 |      --      |    Inf 
17.69/17.79	c  17.8s|  3400 |    61 | 55248 |  16.2 |7261k|  32 |  26 | 231 |4580 | 231 |2453 |  17 |1975 |1984 | 0.000000e+00 |      --      |    Inf 
17.99/18.00	c  18.0s|  3500 |    60 | 56859 |  16.2 |7289k|  32 |   - | 231 |4634 | 231 |2453 |  17 |2038 |1985 | 0.000000e+00 |      --      |    Inf 
18.18/18.22	c  18.2s|  3600 |    64 | 58423 |  16.2 |7316k|  32 |   - | 231 |4677 | 231 |2453 |  17 |2095 |1987 | 0.000000e+00 |      --      |    Inf 
18.39/18.43	c  18.4s|  3700 |    70 | 59748 |  16.1 |7353k|  32 |  23 | 231 |4716 | 231 |2453 |  17 |2146 |1993 | 0.000000e+00 |      --      |    Inf 
18.59/18.61	c  18.6s|  3800 |    69 | 60825 |  16.0 |7368k|  32 |  20 | 231 |4761 | 231 |2453 |  17 |2202 |1997 | 0.000000e+00 |      --      |    Inf 
18.78/18.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.78/18.83	c  18.8s|  3900 |    67 | 62238 |  15.9 |7383k|  32 |  40 | 231 |4806 | 231 |2453 |  17 |2261 |2000 | 0.000000e+00 |      --      |    Inf 
18.99/19.03	c  19.0s|  4000 |    69 | 63641 |  15.9 |7409k|  32 |  21 | 231 |4853 | 231 |2453 |  17 |2319 |2002 | 0.000000e+00 |      --      |    Inf 
19.19/19.23	c  19.2s|  4100 |    69 | 65080 |  15.8 |7418k|  32 |   - | 231 |4884 | 231 |2453 |  17 |2379 |2002 | 0.000000e+00 |      --      |    Inf 
19.38/19.45	c  19.4s|  4200 |    69 | 66298 |  15.8 |7423k|  32 |  30 | 231 |4908 | 231 |2453 |  17 |2429 |2015 | 0.000000e+00 |      --      |    Inf 
19.70/19.74	c  19.7s|  4300 |    67 | 67790 |  15.7 |7437k|  34 |  39 | 231 |4945 | 231 |2453 |  17 |2489 |2037 | 0.000000e+00 |      --      |    Inf 
19.89/19.97	c  20.0s|  4400 |    68 | 69192 |  15.7 |7466k|  34 |   - | 231 |4990 | 231 |2453 |  17 |2558 |2047 | 0.000000e+00 |      --      |    Inf 
20.09/20.17	c  20.2s|  4500 |    71 | 70357 |  15.6 |7490k|  34 |  31 | 231 |5039 | 231 |2453 |  17 |2622 |2061 | 0.000000e+00 |      --      |    Inf 
20.39/20.40	c  20.4s|  4600 |    71 | 71602 |  15.5 |7509k|  34 |  30 | 231 |5095 | 231 |2453 |  17 |2689 |2075 | 0.000000e+00 |      --      |    Inf 
20.59/20.63	c  20.6s|  4700 |    72 | 72884 |  15.5 |7524k|  34 |  27 | 231 |5135 | 231 |2453 |  17 |2743 |2089 | 0.000000e+00 |      --      |    Inf 
20.79/20.85	c  20.9s|  4800 |    70 | 74203 |  15.4 |7541k|  34 |  30 | 231 |5173 | 231 |2453 |  17 |2791 |2104 | 0.000000e+00 |      --      |    Inf 
21.08/21.15	c  21.1s|  4900 |    67 | 75788 |  15.4 |7556k|  34 |  24 | 231 |5211 | 231 |2453 |  17 |2858 |2125 | 0.000000e+00 |      --      |    Inf 
21.38/21.42	c  21.4s|  5000 |    65 | 77343 |  15.4 |7574k|  34 |   - | 231 |5245 | 231 |2453 |  17 |2926 |2141 | 0.000000e+00 |      --      |    Inf 
21.68/21.71	c  21.7s|  5100 |    69 | 78972 |  15.5 |7599k|  34 |  34 | 231 |5241 | 231 |2453 |  17 |2986 |2160 | 0.000000e+00 |      --      |    Inf 
21.89/21.95	c  22.0s|  5200 |    67 | 80514 |  15.5 |7613k|  34 |   - | 231 |5234 | 231 |2453 |  17 |3037 |2169 | 0.000000e+00 |      --      |    Inf 
22.08/22.17	c  22.2s|  5300 |    71 | 82020 |  15.5 |7631k|  34 |   - | 231 |5253 | 231 |2453 |  17 |3094 |2172 | 0.000000e+00 |      --      |    Inf 
22.28/22.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.28/22.38	c  22.4s|  5400 |    76 | 83578 |  15.5 |7645k|  34 |  39 | 231 |5275 | 231 |2453 |  17 |3143 |2173 | 0.000000e+00 |      --      |    Inf 
22.48/22.59	c  22.6s|  5500 |    77 | 85154 |  15.5 |7661k|  34 |   - | 231 |5295 | 231 |2453 |  17 |3206 |2173 | 0.000000e+00 |      --      |    Inf 
22.78/22.82	c  22.8s|  5600 |    75 | 86567 |  15.4 |7658k|  34 |   - | 231 |5311 | 231 |2453 |  17 |3261 |2179 | 0.000000e+00 |      --      |    Inf 
22.99/23.02	c  23.0s|  5700 |    76 | 87988 |  15.4 |7671k|  34 |  29 | 231 |5341 | 231 |2453 |  17 |3321 |2181 | 0.000000e+00 |      --      |    Inf 
23.18/23.22	c  23.2s|  5800 |    77 | 89430 |  15.4 |7689k|  34 |   - | 231 |5375 |   0 |   0 |  17 |3382 |2183 | 0.000000e+00 |      --      |    Inf 
23.38/23.42	c  23.4s|  5900 |    78 | 90891 |  15.4 |7707k|  34 |   - | 231 |5419 | 231 |2453 |  17 |3448 |2184 | 0.000000e+00 |      --      |    Inf 
23.58/23.67	c  23.7s|  6000 |    82 | 92627 |  15.4 |7729k|  34 |  26 | 231 |5430 | 231 |2453 |  17 |3509 |2189 | 0.000000e+00 |      --      |    Inf 
23.78/23.86	c  23.9s|  6100 |    84 | 94058 |  15.4 |7748k|  34 |  29 | 231 |5462 | 231 |2453 |  17 |3564 |2189 | 0.000000e+00 |      --      |    Inf 
23.98/24.05	c  24.0s|  6200 |    85 | 95372 |  15.4 |7760k|  34 |  21 | 231 |5496 | 231 |2453 |  17 |3610 |2189 | 0.000000e+00 |      --      |    Inf 
24.19/24.24	c  24.2s|  6300 |    84 | 96794 |  15.3 |7783k|  34 |   - | 231 |5535 | 231 |2453 |  17 |3672 |2189 | 0.000000e+00 |      --      |    Inf 
24.38/24.46	c  24.5s|  6400 |    91 | 98427 |  15.4 |7816k|  34 |   - | 231 |5569 |   0 |   0 |  17 |3730 |2190 | 0.000000e+00 |      --      |    Inf 
24.58/24.63	c  24.6s|  6500 |    88 | 99703 |  15.3 |7828k|  34 |   - | 231 |5629 | 231 |2453 |  17 |3796 |2192 | 0.000000e+00 |      --      |    Inf 
24.78/24.82	c  24.8s|  6600 |    93 |101078 |  15.3 |7854k|  34 |  26 | 231 |5678 | 231 |2453 |  17 |3858 |2193 | 0.000000e+00 |      --      |    Inf 
24.98/25.03	c  25.0s|  6700 |    91 |102645 |  15.3 |7864k|  34 |   - | 231 |5701 | 231 |2453 |  17 |3904 |2194 | 0.000000e+00 |      --      |    Inf 
25.19/25.24	c  25.2s|  6800 |    95 |104150 |  15.3 |7884k|  34 |  30 | 231 |5742 | 231 |2453 |  17 |3957 |2195 | 0.000000e+00 |      --      |    Inf 
25.39/25.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.39/25.47	c  25.5s|  6900 |    99 |105956 |  15.3 |7905k|  34 |   - | 231 |5766 | 231 |2453 |  17 |4004 |2195 | 0.000000e+00 |      --      |    Inf 
25.68/25.71	c  25.7s|  7000 |   105 |107772 |  15.4 |7934k|  34 |  44 | 231 |5794 | 231 |2453 |  17 |4058 |2195 | 0.000000e+00 |      --      |    Inf 
25.98/26.06	c  26.1s|  7100 |   117 |109800 |  15.4 |7974k|  34 |  33 | 231 |5812 | 231 |2453 |  17 |4102 |2218 | 0.000000e+00 |      --      |    Inf 
26.28/26.31	c  26.3s|  7200 |   115 |111414 |  15.5 |7991k|  34 |   - | 231 |5853 | 231 |2453 |  17 |4154 |2227 | 0.000000e+00 |      --      |    Inf 
26.49/26.58	c  26.6s|  7300 |   115 |112961 |  15.5 |8009k|  34 |  22 | 231 |5899 | 231 |2453 |  17 |4212 |2242 | 0.000000e+00 |      --      |    Inf 
26.68/26.79	c  26.8s|  7400 |   112 |114180 |  15.4 |8019k|  34 |   - | 231 |5924 | 231 |2453 |  17 |4268 |2251 | 0.000000e+00 |      --      |    Inf 
26.98/27.02	c  27.0s|  7500 |   111 |115438 |  15.4 |8028k|  35 |  35 | 231 |5967 | 231 |2453 |  17 |4345 |2264 | 0.000000e+00 |      --      |    Inf 
27.18/27.24	c  27.2s|  7600 |   112 |116699 |  15.3 |8051k|  35 |  16 | 231 |6007 | 231 |2453 |  17 |4410 |2277 | 0.000000e+00 |      --      |    Inf 
27.49/27.53	c  27.5s|  7700 |   115 |118425 |  15.4 |8065k|  35 |  26 | 231 |6016 | 231 |2453 |  17 |4471 |2296 | 0.000000e+00 |      --      |    Inf 
27.68/27.77	c  27.8s|  7800 |   118 |119840 |  15.3 |8095k|  35 |  28 | 231 |6074 | 231 |2453 |  17 |4540 |2310 | 0.000000e+00 |      --      |    Inf 
27.99/28.02	c  28.0s|  7900 |   118 |121256 |  15.3 |8110k|  35 |  43 | 231 |6096 | 231 |2453 |  17 |4594 |2323 | 0.000000e+00 |      --      |    Inf 
28.28/28.30	c  28.3s|  8000 |   114 |122916 |  15.3 |8092k|  35 |  29 | 231 |6080 | 231 |2453 |  17 |4647 |2338 | 0.000000e+00 |      --      |    Inf 
28.59/28.61	c  28.6s|  8100 |   118 |124697 |  15.4 |8098k|  35 |   - | 231 |6046 | 231 |2453 |  17 |4702 |2356 | 0.000000e+00 |      --      |    Inf 
28.78/28.86	c  28.9s|  8200 |   120 |126344 |  15.4 |8126k|  37 |   - | 231 |6096 | 231 |2453 |  17 |4771 |2365 | 0.000000e+00 |      --      |    Inf 
28.98/29.08	c  29.1s|  8300 |   125 |127762 |  15.4 |8159k|  37 |  22 | 231 |6136 | 231 |2453 |  17 |4828 |2373 | 0.000000e+00 |      --      |    Inf 
29.18/29.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.18/29.28	c  29.3s|  8400 |   127 |129196 |  15.4 |8182k|  37 |  22 | 231 |6190 | 231 |2453 |  17 |4895 |2375 | 0.000000e+00 |      --      |    Inf 
29.38/29.45	c  29.5s|  8500 |   127 |130340 |  15.3 |8206k|  37 |  37 | 231 |6263 | 231 |2453 |  17 |4973 |2376 | 0.000000e+00 |      --      |    Inf 
29.58/29.67	c  29.7s|  8600 |   123 |131850 |  15.3 |8217k|  37 |   - | 231 |6292 | 231 |2453 |  17 |5034 |2378 | 0.000000e+00 |      --      |    Inf 
29.78/29.88	c  29.9s|  8700 |   126 |133395 |  15.3 |8234k|  37 |  25 | 231 |6311 | 231 |2453 |  17 |5088 |2379 | 0.000000e+00 |      --      |    Inf 
29.98/30.09	c  30.1s|  8800 |   127 |135007 |  15.3 |8233k|  37 |  26 | 231 |6268 | 231 |2453 |  17 |5133 |2379 | 0.000000e+00 |      --      |    Inf 
30.18/30.29	c  30.3s|  8900 |   129 |136358 |  15.3 |8249k|  37 |  17 | 231 |6288 | 231 |2453 |  17 |5190 |2379 | 0.000000e+00 |      --      |    Inf 
30.48/30.52	c  30.5s|  9000 |   128 |138185 |  15.3 |8261k|  37 |  26 | 231 |6331 | 231 |2453 |  17 |5254 |2379 | 0.000000e+00 |      --      |    Inf 
30.68/30.73	c  30.7s|  9100 |   126 |139817 |  15.4 |8270k|  37 |  40 | 231 |6379 | 231 |2453 |  17 |5333 |2379 | 0.000000e+00 |      --      |    Inf 
30.88/30.93	c  30.9s|  9200 |   129 |141279 |  15.3 |8282k|  37 |  20 | 231 |6375 | 231 |2453 |  17 |5396 |2380 | 0.000000e+00 |      --      |    Inf 
31.07/31.14	c  31.1s|  9300 |   133 |142942 |  15.4 |8298k|  37 |  28 | 231 |6389 | 231 |2453 |  17 |5456 |2380 | 0.000000e+00 |      --      |    Inf 
31.28/31.37	c  31.4s|  9400 |   130 |144657 |  15.4 |8311k|  37 |   - | 231 |6438 | 231 |2453 |  17 |5528 |2380 | 0.000000e+00 |      --      |    Inf 
31.48/31.55	c  31.6s|  9500 |   131 |146081 |  15.4 |8323k|  37 |  20 | 231 |6468 | 231 |2453 |  17 |5598 |2380 | 0.000000e+00 |      --      |    Inf 
31.68/31.75	c  31.7s|  9600 |   132 |147545 |  15.4 |8346k|  37 |   - | 231 |6514 | 231 |2453 |  17 |5659 |2380 | 0.000000e+00 |      --      |    Inf 
31.88/31.96	c  32.0s|  9700 |   132 |149174 |  15.4 |8366k|  37 |  27 | 231 |6571 | 231 |2453 |  17 |5724 |2380 | 0.000000e+00 |      --      |    Inf 
32.08/32.16	c  32.2s|  9800 |   130 |150624 |  15.4 |8377k|  37 |  34 | 231 |6598 | 231 |2453 |  17 |5791 |2380 | 0.000000e+00 |      --      |    Inf 
32.28/32.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.28/32.33	c  32.3s|  9900 |   130 |151855 |  15.3 |8391k|  37 |  37 | 231 |6638 | 231 |2453 |  17 |5847 |2380 | 0.000000e+00 |      --      |    Inf 
32.47/32.53	c  32.5s| 10000 |   131 |153291 |  15.3 |8410k|  37 |  33 | 231 |6674 | 231 |2453 |  17 |5907 |2380 | 0.000000e+00 |      --      |    Inf 
32.68/32.73	c  32.7s| 10100 |   128 |154698 |  15.3 |8423k|  37 |   - | 231 |6718 | 231 |2453 |  17 |5964 |2385 | 0.000000e+00 |      --      |    Inf 
32.98/33.02	c  33.0s| 10200 |   133 |156439 |  15.3 |8446k|  37 |  37 | 231 |6742 | 231 |2453 |  17 |6013 |2400 | 0.000000e+00 |      --      |    Inf 
33.18/33.24	c  33.2s| 10300 |   128 |157707 |  15.3 |8445k|  37 |   - | 231 |6750 | 231 |2453 |  17 |6085 |2409 | 0.000000e+00 |      --      |    Inf 
33.48/33.50	c  33.5s| 10400 |   131 |159200 |  15.3 |8456k|  37 |   - | 231 |6734 |   0 |   0 |  17 |6152 |2425 | 0.000000e+00 |      --      |    Inf 
33.68/33.73	c  33.7s| 10500 |   131 |160548 |  15.3 |8453k|  37 |  35 | 231 |6719 | 231 |2453 |  17 |6220 |2433 | 0.000000e+00 |      --      |    Inf 
33.88/33.96	c  34.0s| 10600 |   131 |161946 |  15.3 |8472k|  37 |   - | 231 |6760 | 231 |2453 |  17 |6288 |2442 | 0.000000e+00 |      --      |    Inf 
34.17/34.21	c  34.2s| 10700 |   129 |163455 |  15.3 |8480k|  37 |   - | 231 |6791 | 231 |2453 |  17 |6352 |2456 | 0.000000e+00 |      --      |    Inf 
34.38/34.47	c  34.5s| 10800 |   130 |164916 |  15.3 |8485k|  37 |  15 | 231 |6794 | 231 |2453 |  17 |6420 |2472 | 0.000000e+00 |      --      |    Inf 
34.58/34.68	c  34.7s| 10900 |   128 |166207 |  15.2 |8492k|  37 |   - | 231 |6811 | 231 |2453 |  17 |6485 |2479 | 0.000000e+00 |      --      |    Inf 
34.88/34.93	c  34.9s| 11000 |   132 |167777 |  15.2 |8502k|  37 |  32 | 231 |6794 | 231 |2453 |  17 |6539 |2491 | 0.000000e+00 |      --      |    Inf 
35.19/35.21	c  35.2s| 11100 |   128 |169403 |  15.2 |8497k|  37 |  40 | 231 |6813 | 231 |2453 |  17 |6591 |2506 | 0.000000e+00 |      --      |    Inf 
35.38/35.45	c  35.4s| 11200 |   131 |170800 |  15.2 |8506k|  37 |  27 | 231 |6820 | 231 |2453 |  17 |6650 |2519 | 0.000000e+00 |      --      |    Inf 
35.68/35.70	c  35.7s| 11300 |   129 |172267 |  15.2 |8512k|  37 |   - | 231 |6806 | 231 |2453 |  17 |6714 |2532 | 0.000000e+00 |      --      |    Inf 
35.88/35.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.88/35.97	c  36.0s| 11400 |   127 |173876 |  15.2 |8510k|  37 |  37 | 231 |6778 | 231 |2453 |  17 |6766 |2546 | 0.000000e+00 |      --      |    Inf 
36.07/36.17	c  36.2s| 11500 |   126 |175286 |  15.2 |8501k|  37 |  40 | 231 |6787 | 231 |2453 |  17 |6834 |2547 | 0.000000e+00 |      --      |    Inf 
36.38/36.40	c  36.4s| 11600 |   123 |176722 |  15.2 |8499k|  37 |   - | 231 |6791 | 231 |2453 |  17 |6899 |2553 | 0.000000e+00 |      --      |    Inf 
36.58/36.64	c  36.6s| 11700 |   121 |178405 |  15.2 |8507k|  37 |   - | 231 |6809 | 231 |2453 |  17 |6958 |2559 | 0.000000e+00 |      --      |    Inf 
36.78/36.83	c  36.8s| 11800 |   127 |179699 |  15.2 |8510k|  37 |   - | 231 |6751 | 231 |2453 |  17 |7011 |2561 | 0.000000e+00 |      --      |    Inf 
36.98/37.02	c  37.0s| 11900 |   129 |181046 |  15.2 |8517k|  37 |   - | 231 |6763 | 231 |2453 |  17 |7065 |2561 | 0.000000e+00 |      --      |    Inf 
37.07/37.18	c  37.2s| 12000 |   128 |182130 |  15.2 |8528k|  37 |  34 | 231 |6805 | 231 |2453 |  17 |7124 |2561 | 0.000000e+00 |      --      |    Inf 
37.29/37.39	c  37.4s| 12100 |   126 |183621 |  15.2 |8541k|  37 |   - | 231 |6835 | 231 |2453 |  17 |7181 |2562 | 0.000000e+00 |      --      |    Inf 
37.47/37.58	c  37.6s| 12200 |   130 |185028 |  15.2 |8554k|  37 |   - | 231 |6853 | 231 |2453 |  17 |7230 |2562 | 0.000000e+00 |      --      |    Inf 
37.68/37.76	c  37.8s| 12300 |   130 |186410 |  15.1 |8559k|  37 |  27 | 231 |6883 | 231 |2453 |  17 |7286 |2562 | 0.000000e+00 |      --      |    Inf 
37.88/37.96	c  38.0s| 12400 |   132 |187831 |  15.1 |8578k|  37 |   - | 231 |6920 | 231 |2453 |  17 |7336 |2562 | 0.000000e+00 |      --      |    Inf 
38.08/38.13	c  38.1s| 12500 |   132 |189047 |  15.1 |8594k|  37 |  35 | 231 |6970 | 231 |2453 |  17 |7391 |2562 | 0.000000e+00 |      --      |    Inf 
38.28/38.31	c  38.3s| 12600 |   130 |190388 |  15.1 |8609k|  37 |  36 | 231 |7019 | 231 |2453 |  17 |7441 |2562 | 0.000000e+00 |      --      |    Inf 
38.48/38.51	c  38.5s| 12700 |   125 |191674 |  15.1 |8608k|  37 |   - | 231 |7052 |   0 |   0 |  17 |7502 |2564 | 0.000000e+00 |      --      |    Inf 
38.67/38.73	c  38.7s| 12800 |   123 |193210 |  15.1 |8608k|  37 |  36 | 231 |7069 | 231 |2453 |  17 |7564 |2567 | 0.000000e+00 |      --      |    Inf 
38.88/38.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.88/38.98	c  39.0s| 12900 |   123 |195185 |  15.1 |8598k|  37 |   - | 231 |7024 | 231 |2453 |  17 |7621 |2567 | 0.000000e+00 |      --      |    Inf 
39.18/39.22	c  39.2s| 13000 |   128 |196809 |  15.1 |8620k|  37 |  15 | 231 |7028 | 231 |2453 |  17 |7680 |2573 | 0.000000e+00 |      --      |    Inf 
39.38/39.41	c  39.4s| 13100 |   125 |198242 |  15.1 |8629k|  37 |   - | 231 |7078 | 231 |2453 |  17 |7746 |2573 | 0.000000e+00 |      --      |    Inf 
39.58/39.64	c  39.6s| 13200 |   127 |200006 |  15.1 |8648k|  37 |   - | 231 |7100 | 231 |2453 |  17 |7804 |2574 | 0.000000e+00 |      --      |    Inf 
39.78/39.84	c  39.8s| 13300 |   125 |201415 |  15.1 |8654k|  37 |  39 | 231 |7137 | 231 |2453 |  17 |7875 |2575 | 0.000000e+00 |      --      |    Inf 
39.97/40.05	c  40.0s| 13400 |   123 |202938 |  15.1 |8662k|  37 |   - | 231 |7175 | 231 |2453 |  17 |7951 |2575 | 0.000000e+00 |      --      |    Inf 
40.17/40.24	c  40.2s| 13500 |   121 |204326 |  15.1 |8677k|  37 |   - | 231 |7227 | 231 |2453 |  17 |8011 |2575 | 0.000000e+00 |      --      |    Inf 
40.38/40.44	c  40.4s| 13600 |   125 |205689 |  15.1 |8680k|  37 |  29 | 231 |7221 | 231 |2453 |  17 |8074 |2576 | 0.000000e+00 |      --      |    Inf 
40.58/40.62	c  40.6s| 13700 |   125 |207107 |  15.1 |8692k|  38 |  39 | 231 |7251 | 231 |2453 |  17 |8129 |2576 | 0.000000e+00 |      --      |    Inf 
40.77/40.82	c  40.8s| 13800 |   125 |208654 |  15.1 |8699k|  38 |  36 | 231 |7269 | 231 |2453 |  17 |8179 |2576 | 0.000000e+00 |      --      |    Inf 
40.98/41.02	c  41.0s| 13900 |   125 |210126 |  15.1 |8721k|  38 |   - | 231 |7316 |   0 |   0 |  17 |8238 |2576 | 0.000000e+00 |      --      |    Inf 
41.17/41.22	c  41.2s| 14000 |   125 |211685 |  15.1 |8733k|  38 |   - | 231 |7360 | 231 |2453 |  17 |8300 |2576 | 0.000000e+00 |      --      |    Inf 
41.37/41.42	c  41.4s| 14100 |   126 |213166 |  15.1 |8748k|  38 |  35 | 231 |7408 | 231 |2453 |  17 |8358 |2576 | 0.000000e+00 |      --      |    Inf 
41.58/41.61	c  41.6s| 14200 |   130 |214544 |  15.1 |8764k|  41 |  29 | 231 |7408 | 231 |2453 |  17 |8415 |2576 | 0.000000e+00 |      --      |    Inf 
41.68/41.78	c  41.8s| 14300 |   129 |215745 |  15.1 |8782k|  41 |   - | 231 |7461 | 231 |2453 |  17 |8477 |2576 | 0.000000e+00 |      --      |    Inf 
41.88/41.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.88/41.96	c  42.0s| 14400 |   129 |217049 |  15.1 |8802k|  41 |   - | 231 |7507 | 231 |2453 |  17 |8538 |2576 | 0.000000e+00 |      --      |    Inf 
42.08/42.14	c  42.1s| 14500 |   133 |218281 |  15.0 |8824k|  41 |  23 | 231 |7545 | 231 |2453 |  17 |8603 |2576 | 0.000000e+00 |      --      |    Inf 
42.27/42.32	c  42.3s| 14600 |   134 |219642 |  15.0 |8842k|  41 |  31 | 231 |7588 | 231 |2453 |  17 |8659 |2576 | 0.000000e+00 |      --      |    Inf 
42.38/42.50	c  42.5s| 14700 |   131 |220858 |  15.0 |8854k|  41 |  28 | 231 |7645 | 231 |2453 |  17 |8724 |2576 | 0.000000e+00 |      --      |    Inf 
42.67/42.70	c  42.7s| 14800 |   129 |222378 |  15.0 |8862k|  41 |  21 | 231 |7693 | 231 |2453 |  17 |8783 |2576 | 0.000000e+00 |      --      |    Inf 
42.78/42.89	c  42.9s| 14900 |   131 |223691 |  15.0 |8882k|  41 |  26 | 231 |7723 | 231 |2453 |  17 |8837 |2576 | 0.000000e+00 |      --      |    Inf 
42.98/43.09	c  43.1s| 15000 |   134 |225263 |  15.0 |8905k|  41 |  24 | 231 |7772 | 231 |2453 |  17 |8893 |2576 | 0.000000e+00 |      --      |    Inf 
43.17/43.29	c  43.3s| 15100 |   134 |226813 |  15.0 |8918k|  41 |  27 | 231 |7814 | 231 |2453 |  17 |8943 |2576 | 0.000000e+00 |      --      |    Inf 
43.37/43.49	c  43.5s| 15200 |   132 |228309 |  15.0 |8936k|  41 |   - | 231 |7864 | 231 |2453 |  17 |9000 |2576 | 0.000000e+00 |      --      |    Inf 
43.58/43.67	c  43.7s| 15300 |   135 |229601 |  15.0 |8960k|  41 |  28 | 231 |7928 | 231 |2453 |  17 |9067 |2576 | 0.000000e+00 |      --      |    Inf 
43.77/43.85	c  43.9s| 15400 |   141 |230966 |  15.0 |8989k|  41 |  36 | 231 |7971 | 231 |2453 |  17 |9119 |2576 | 0.000000e+00 |      --      |    Inf 
43.98/44.07	c  44.1s| 15500 |   135 |232576 |  15.0 |8996k|  41 |  23 | 231 |8030 | 231 |2453 |  17 |9183 |2576 | 0.000000e+00 |      --      |    Inf 
44.18/44.25	c  44.3s| 15600 |   135 |233963 |  15.0 |9017k|  41 |  29 | 231 |8078 | 231 |2453 |  17 |9240 |2576 | 0.000000e+00 |      --      |    Inf 
44.38/44.48	c  44.5s| 15700 |   130 |235743 |  15.0 |9029k|  41 |   - | 231 |8137 | 231 |2453 |  17 |9303 |2576 | 0.000000e+00 |      --      |    Inf 
44.67/44.70	c  44.7s| 15800 |   140 |237422 |  15.0 |9070k|  41 |  22 | 231 |8193 | 231 |2453 |  17 |9359 |2576 | 0.000000e+00 |      --      |    Inf 
44.78/44.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.78/44.87	c  44.9s| 15900 |   135 |238628 |  15.0 |9084k|  41 |  27 | 231 |8264 | 231 |2453 |  17 |9432 |2576 | 0.000000e+00 |      --      |    Inf 
44.98/45.08	c  45.1s| 16000 |   139 |240282 |  15.0 |9114k|  41 |  32 | 231 |8320 | 231 |2453 |  17 |9489 |2576 | 0.000000e+00 |      --      |    Inf 
45.27/45.30	c  45.3s| 16100 |   135 |241910 |  15.0 |9124k|  41 |  23 | 231 |8373 | 231 |2453 |  17 |9548 |2576 | 0.000000e+00 |      --      |    Inf 
45.48/45.51	c  45.5s| 16200 |   132 |243496 |  15.0 |9134k|  41 |  29 | 231 |8425 | 231 |2453 |  17 |9602 |2576 | 0.000000e+00 |      --      |    Inf 
45.68/45.71	c  45.7s| 16300 |   132 |245017 |  15.0 |9152k|  41 |   - | 231 |8468 | 231 |2453 |  17 |9651 |2576 | 0.000000e+00 |      --      |    Inf 
45.87/45.93	c  45.9s| 16400 |   134 |246639 |  15.0 |9166k|  41 |  24 | 231 |8509 | 231 |2453 |  17 |9700 |2576 | 0.000000e+00 |      --      |    Inf 
46.08/46.14	c  46.1s| 16500 |   130 |248259 |  15.0 |9176k|  41 |  30 | 231 |8567 | 231 |2453 |  17 |9759 |2576 | 0.000000e+00 |      --      |    Inf 
46.28/46.32	c  46.3s| 16600 |   132 |249518 |  15.0 |9207k|  41 |  25 | 231 |8620 | 231 |2453 |  17 |9819 |2576 | 0.000000e+00 |      --      |    Inf 
46.38/46.49	c  46.5s| 16700 |   134 |250808 |  15.0 |9234k|  41 |   - | 231 |8665 | 231 |2453 |  17 |9870 |2576 | 0.000000e+00 |      --      |    Inf 
46.58/46.67	c  46.7s| 16800 |   133 |252060 |  15.0 |9251k|  41 |   - | 231 |8722 | 231 |2453 |  17 |9934 |2576 | 0.000000e+00 |      --      |    Inf 
46.77/46.86	c  46.9s| 16900 |   132 |253462 |  15.0 |9263k|  41 |  23 | 231 |8769 | 231 |2453 |  17 |9991 |2576 | 0.000000e+00 |      --      |    Inf 
46.98/47.06	c  47.1s| 17000 |   132 |254942 |  15.0 |9279k|  41 |   - | 231 |8814 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.18/47.26	c  47.3s| 17100 |   129 |256427 |  15.0 |9295k|  41 |   - | 231 |8849 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.38/47.48	c  47.5s| 17200 |   128 |257972 |  15.0 |9305k|  41 |  39 | 231 |8843 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.67/47.70	c  47.7s| 17300 |   128 |259563 |  15.0 |9295k|  41 |  34 | 231 |8795 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.87/47.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.87/47.92	c  47.9s| 17400 |   133 |261218 |  15.0 |9308k|  41 |  31 | 231 |8744 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.08/48.14	c  48.1s| 17500 |   130 |262902 |  15.0 |9309k|  41 |   - | 231 |8748 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.28/48.36	c  48.4s| 17600 |   132 |264569 |  15.0 |9310k|  41 |  37 | 231 |8760 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.47/48.58	c  48.6s| 17700 |   134 |266306 |  15.0 |9327k|  41 |  30 | 231 |8791 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.77/48.81	c  48.8s| 17800 |   132 |268032 |  15.1 |9331k|  41 |  25 | 231 |8788 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.98/49.01	c  49.0s| 17900 |   130 |269574 |  15.1 |9327k|  41 |  30 | 231 |8774 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.17/49.21	c  49.2s| 18000 |   129 |270986 |  15.0 |9338k|  41 |   - | 231 |8789 |   0 |   0 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.39/49.42	c  49.4s| 18100 |   127 |272454 |  15.0 |9320k|  41 |  20 | 231 |8790 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.58/49.62	c  49.6s| 18200 |   125 |273853 |  15.0 |9327k|  41 |  27 | 231 |8784 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.77/49.82	c  49.8s| 18300 |   123 |275168 |  15.0 |9348k|  42 |   - | 231 |8768 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.98/50.01	c  50.0s| 18400 |   125 |276425 |  15.0 |9353k|  42 |  28 | 231 |8726 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.17/50.21	c  50.2s| 18500 |   122 |277823 |  15.0 |9341k|  42 |   - | 231 |8672 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.37/50.40	c  50.4s| 18600 |   122 |279130 |  15.0 |9330k|  42 |  38 | 231 |8621 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.58/50.61	c  50.6s| 18700 |   126 |280658 |  15.0 |9327k|  42 |   - | 231 |8563 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
50.68/50.79	c  50.8s| 18800 |   126 |281839 |  15.0 |9327k|  42 |  31 | 231 |8563 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
50.87/50.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.87/50.98	c  51.0s| 18900 |   126 |283101 |  15.0 |9332k|  42 |   - | 231 |8561 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.08/51.16	c  51.2s| 19000 |   126 |284318 |  15.0 |9333k|  42 |  34 | 231 |8567 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.28/51.38	c  51.4s| 19100 |   126 |286074 |  15.0 |9348k|  42 |   - | 231 |8592 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.47/51.59	c  51.6s| 19200 |   124 |287531 |  15.0 |9344k|  42 |  29 | 231 |8611 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.68/51.78	c  51.8s| 19300 |   124 |288938 |  15.0 |9366k|  42 |  33 | 231 |8664 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.88/51.96	c  52.0s| 19400 |   124 |290246 |  15.0 |9375k|  42 |   - | 231 |8689 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.07/52.18	c  52.2s| 19500 |   122 |291805 |  15.0 |9368k|  42 |   - | 231 |8662 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.27/52.39	c  52.4s| 19600 |   122 |293259 |  15.0 |9366k|  42 |   - | 231 |8643 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.48/52.59	c  52.6s| 19700 |   126 |294723 |  15.0 |9362k|  42 |  36 | 231 |8602 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.68/52.79	c  52.8s| 19800 |   126 |296105 |  14.9 |9367k|  42 |   - | 231 |8597 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.97/53.00	c  53.0s| 19900 |   124 |297672 |  15.0 |9371k|  42 |   - | 231 |8627 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.17/53.22	c  53.2s| 20000 |   126 |299231 |  15.0 |9371k|  42 |  18 | 231 |8599 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.37/53.42	c  53.4s| 20100 |   122 |300650 |  15.0 |9366k|  42 |  31 | 231 |8611 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.58/53.62	c  53.6s| 20200 |   120 |302032 |  14.9 |9354k|  42 |  34 | 231 |8575 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.78/53.88	c  53.9s| 20300 |   126 |304026 |  15.0 |9336k|  42 |  39 | 231 |8439 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
54.07/54.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.07/54.12	c  54.1s| 20400 |   126 |305886 |  15.0 |9326k|  42 |   - | 231 |8367 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
54.28/54.31	c  54.3s| 20500 |   128 |307230 |  15.0 |9323k|  42 |   - | 231 |8331 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.47/54.50	c  54.5s| 20600 |   128 |308478 |  15.0 |9326k|  42 |  33 | 231 |8347 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.67/54.70	c  54.7s| 20700 |   128 |309879 |  15.0 |9325k|  42 |  34 | 231 |8330 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.87/54.90	c  54.9s| 20800 |   128 |311435 |  15.0 |9336k|  42 |   - | 231 |8350 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.98/55.07	c  55.1s| 20900 |   127 |312533 |  14.9 |9343k|  42 |  22 | 231 |8395 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.18/55.24	c  55.2s| 21000 |   128 |313778 |  14.9 |9364k|  42 |   - | 231 |8433 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.37/55.43	c  55.4s| 21100 |   129 |315038 |  14.9 |9379k|  42 |  36 | 231 |8470 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.58/55.63	c  55.6s| 21200 |   130 |316538 |  14.9 |9399k|  42 |  30 | 231 |8516 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.77/55.82	c  55.8s| 21300 |   132 |317955 |  14.9 |9416k|  42 |  30 | 231 |8559 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.98/56.02	c  56.0s| 21400 |   130 |319387 |  14.9 |9428k|  42 |  38 | 231 |8603 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.17/56.21	c  56.2s| 21500 |   128 |320812 |  14.9 |9439k|  42 |  34 | 231 |8647 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.37/56.41	c  56.4s| 21600 |   130 |322238 |  14.9 |9451k|  42 |   - | 231 |8660 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.57/56.63	c  56.6s| 21700 |   130 |323816 |  14.9 |9469k|  42 |   - | 231 |8680 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.77/56.85	c  56.9s| 21800 |   131 |325494 |  14.9 |9473k|  42 |  34 | 231 |8686 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.98/57.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.98/57.05	c  57.0s| 21900 |   132 |326891 |  14.9 |9473k|  42 |  30 | 231 |8651 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.18/57.23	c  57.2s| 22000 |   132 |328091 |  14.9 |9483k|  42 |   - | 231 |8675 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.38/57.44	c  57.4s| 22100 |   134 |329642 |  14.9 |9483k|  42 |  27 | 231 |8671 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.57/57.64	c  57.6s| 22200 |   140 |331189 |  14.9 |9496k|  42 |  27 | 231 |8674 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.77/57.87	c  57.9s| 22300 |   140 |333048 |  14.9 |9507k|  42 |   - | 231 |8691 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.98/58.07	c  58.1s| 22400 |   138 |334497 |  14.9 |9510k|  42 |   - | 231 |8702 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.18/58.29	c  58.3s| 22500 |   138 |336090 |  14.9 |9503k|  42 |  29 | 231 |8689 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.47/58.51	c  58.5s| 22600 |   143 |337760 |  14.9 |9517k|  42 |  44 | 231 |8686 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.67/58.75	c  58.7s| 22700 |   139 |339548 |  15.0 |9519k|  42 |   - | 231 |8691 |   0 |   0 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.88/58.95	c  59.0s| 22800 |   139 |341056 |  15.0 |9517k|  42 |  33 | 231 |8695 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.07/59.15	c  59.2s| 22900 |   135 |342425 |  14.9 |9519k|  42 |   - | 231 |8713 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.28/59.38	c  59.4s| 23000 |   134 |344168 |  15.0 |9522k|  42 |  31 | 231 |8741 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.58/59.60	c  59.6s| 23100 |   132 |345720 |  15.0 |9518k|  42 |   - | 231 |8731 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.77/59.81	c  59.8s| 23200 |   132 |347402 |  15.0 |9531k|  42 |  29 | 231 |8780 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.98/60.02	c  60.0s| 23300 |   132 |348800 |  15.0 |9524k|  42 |  28 | 231 |8742 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.17/60.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.17/60.22	c  60.2s| 23400 |   130 |350215 |  15.0 |9512k|  42 |  30 | 231 |8723 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.38/60.43	c  60.4s| 23500 |   130 |351655 |  15.0 |9504k|  42 |   - | 231 |8681 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.57/60.63	c  60.6s| 23600 |   131 |352977 |  15.0 |9518k|  42 |   - | 231 |8707 |   0 |   0 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.77/60.84	c  60.8s| 23700 |   130 |354565 |  15.0 |9513k|  42 |   - | 231 |8709 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.98/61.04	c  61.0s| 23800 |   130 |356050 |  15.0 |9483k|  42 |  22 | 231 |8633 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.17/61.23	c  61.2s| 23900 |   132 |357358 |  14.9 |9482k|  42 |  34 | 231 |8606 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.37/61.42	c  61.4s| 24000 |   134 |358579 |  14.9 |9486k|  42 |   - | 231 |8591 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.58/61.60	c  61.6s| 24100 |   133 |359870 |  14.9 |9486k|  42 |   - | 231 |8607 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.78/61.80	c  61.8s| 24200 |   133 |361311 |  14.9 |9480k|  42 |  34 | 231 |8588 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
61.97/62.00	c  62.0s| 24300 |   135 |362707 |  14.9 |9472k|  42 |  25 | 231 |8558 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.07/62.16	c  62.2s| 24400 |   133 |363806 |  14.9 |9475k|  42 |   - | 231 |8566 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.28/62.35	c  62.3s| 24500 |   130 |365096 |  14.9 |9477k|  42 |  24 | 231 |8605 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.47/62.59	c  62.6s| 24600 |   134 |366853 |  14.9 |9460k|  42 |  34 | 231 |8508 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.68/62.79	c  62.8s| 24700 |   134 |368269 |  14.9 |9470k|  42 |   - | 231 |8514 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.87/62.99	c  63.0s| 24800 |   133 |369755 |  14.9 |9471k|  42 |   - | 231 |8525 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.17/63.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.17/63.21	c  63.2s| 24900 |   135 |371425 |  14.9 |9488k|  42 |   - | 231 |8557 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.38/63.41	c  63.4s| 25000 |   134 |372806 |  14.9 |9493k|  42 |   - | 231 |8567 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.57/63.62	c  63.6s| 25100 |   132 |374285 |  14.9 |9487k|  42 |   - | 231 |8569 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.77/63.82	c  63.8s| 25200 |   134 |375696 |  14.9 |9492k|  42 |  35 | 231 |8580 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.97/64.04	c  64.0s| 25300 |   134 |377306 |  14.9 |9506k|  42 |  22 | 231 |8590 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.17/64.23	c  64.2s| 25400 |   134 |378779 |  14.9 |9517k|  42 |   - | 231 |8613 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.37/64.44	c  64.4s| 25500 |   134 |380353 |  14.9 |9516k|  42 |  29 | 231 |8615 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.57/64.65	c  64.7s| 25600 |   134 |381905 |  14.9 |9510k|  42 |   - | 231 |8589 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.78/64.87	c  64.9s| 25700 |   134 |383443 |  14.9 |9508k|  42 |  30 | 231 |8587 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.97/65.06	c  65.1s| 25800 |   132 |384759 |  14.9 |9513k|  42 |  33 | 231 |8614 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
65.18/65.27	c  65.3s| 25900 |   144 |386303 |  14.9 |9525k|  42 |  34 | 231 |8554 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
65.37/65.48	c  65.5s| 26000 |   146 |387846 |  14.9 |9532k|  42 |   - | 231 |8545 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
65.57/65.68	c  65.7s| 26100 |   148 |389264 |  14.9 |9539k|  42 |   - | 231 |8545 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
65.77/65.89	c  65.9s| 26200 |   154 |390822 |  14.9 |9553k|  42 |  28 | 231 |8545 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.08/66.11	c  66.1s| 26300 |   154 |392581 |  14.9 |9566k|  42 |   - | 231 |8570 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.17/66.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.17/66.29	c  66.3s| 26400 |   161 |393841 |  14.9 |9594k|  42 |  28 | 231 |8617 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.37/66.49	c  66.5s| 26500 |   161 |395325 |  14.9 |9620k|  42 |   - | 231 |8670 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.58/66.69	c  66.7s| 26600 |   165 |396776 |  14.9 |9640k|  42 |  27 | 231 |8706 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.78/66.88	c  66.9s| 26700 |   169 |398153 |  14.9 |9670k|  42 |  30 | 231 |8756 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.98/67.07	c  67.1s| 26800 |   170 |399529 |  14.9 |9693k|  42 |   - | 231 |8797 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.17/67.25	c  67.2s| 26900 |   171 |400778 |  14.9 |9705k|  42 |  31 | 231 |8828 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.38/67.45	c  67.4s| 27000 |   166 |402259 |  14.9 |9710k|  42 |   - | 231 |8852 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.57/67.63	c  67.6s| 27100 |   165 |403544 |  14.9 |9729k|  42 |   - | 231 |8911 |   0 |   0 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.78/67.81	c  67.8s| 27200 |   163 |404754 |  14.9 |9738k|  42 |  33 | 231 |8957 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.97/68.02	c  68.0s| 27300 |   163 |406163 |  14.9 |9748k|  42 |  31 | 231 |8981 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.17/68.21	c  68.2s| 27400 |   165 |407487 |  14.9 |9779k|  42 |  26 | 231 |9043 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.38/68.41	c  68.4s| 27500 |   164 |408864 |  14.9 |9799k|  42 |  33 | 231 |9081 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.58/68.60	c  68.6s| 27600 |   164 |410194 |  14.9 |9814k|  42 |  35 | 231 |9117 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.77/68.81	c  68.8s| 27700 |   162 |411663 |  14.9 |9821k|  42 |  35 | 231 |9148 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.97/69.07	c  69.1s| 27800 |   162 |413290 |  14.9 |9832k|  42 |  37 | 231 |9170 | 231 |2453 |  17 |  16k|2587 | 0.000000e+00 |      --      |    Inf 
69.28/69.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.28/69.33	c  69.3s| 27900 |   166 |414858 |  14.9 |9850k|  42 |  38 | 231 |9183 | 231 |2453 |  17 |  16k|2601 | 0.000000e+00 |      --      |    Inf 
69.57/69.63	c  69.6s| 28000 |   169 |416586 |  14.9 |9875k|  42 |   - | 231 |9212 | 231 |2453 |  17 |  16k|2618 | 0.000000e+00 |      --      |    Inf 
69.88/69.90	c  69.9s| 28100 |   171 |418210 |  14.9 |9894k|  42 |   - | 231 |9240 | 231 |2453 |  17 |  16k|2633 | 0.000000e+00 |      --      |    Inf 
70.08/70.19	c  70.2s| 28200 |   172 |419959 |  14.9 |9916k|  42 |   - | 231 |9283 | 231 |2453 |  17 |  16k|2652 | 0.000000e+00 |      --      |    Inf 
70.37/70.43	c  70.4s| 28300 |   176 |421547 |  14.9 |9938k|  42 |  28 | 231 |9326 | 231 |2453 |  17 |  16k|2657 | 0.000000e+00 |      --      |    Inf 
70.67/70.70	c  70.7s| 28400 |   178 |423201 |  14.9 |9966k|  42 |   - | 231 |9376 | 231 |2453 |  17 |  16k|2673 | 0.000000e+00 |      --      |    Inf 
70.87/70.95	c  70.9s| 28500 |   182 |424602 |  14.9 |9989k|  42 |  30 | 231 |9419 | 231 |2453 |  17 |  16k|2687 | 0.000000e+00 |      --      |    Inf 
71.17/71.25	c  71.3s| 28600 |   178 |426483 |  14.9 |  10M|  42 |   - | 231 |9460 | 231 |2453 |  17 |  16k|2705 | 0.000000e+00 |      --      |    Inf 
71.48/71.54	c  71.5s| 28700 |   182 |428179 |  14.9 |  10M|  42 |  35 | 231 |9498 | 231 |2453 |  17 |  16k|2721 | 0.000000e+00 |      --      |    Inf 
71.78/71.82	c  71.8s| 28800 |   179 |429941 |  14.9 |  10M|  42 |   - | 231 |9536 | 231 |2453 |  17 |  16k|2734 | 0.000000e+00 |      --      |    Inf 
71.98/72.07	c  72.1s| 28900 |   183 |431472 |  14.9 |  10M|  42 |  25 | 231 |9532 | 231 |2453 |  17 |  16k|2747 | 0.000000e+00 |      --      |    Inf 
72.27/72.33	c  72.3s| 29000 |   183 |433029 |  14.9 |  10M|  42 |  38 | 231 |9503 | 231 |2453 |  17 |  16k|2759 | 0.000000e+00 |      --      |    Inf 
72.58/72.61	c  72.6s| 29100 |   179 |434602 |  14.9 |  10M|  42 |   - | 231 |9516 | 231 |2453 |  17 |  16k|2775 | 0.000000e+00 |      --      |    Inf 
72.77/72.85	c  72.9s| 29200 |   177 |436234 |  14.9 |  10M|  42 |   - | 231 |9531 | 231 |2453 |  17 |  16k|2780 | 0.000000e+00 |      --      |    Inf 
73.07/73.13	c  73.1s| 29300 |   179 |437672 |  14.9 |  10M|  42 |  35 | 231 |9522 | 231 |2453 |  17 |  16k|2798 | 0.000000e+00 |      --      |    Inf 
73.27/73.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.27/73.36	c  73.4s| 29400 |   175 |439162 |  14.9 |  10M|  42 |  30 | 231 |9485 | 231 |2453 |  17 |  16k|2805 | 0.000000e+00 |      --      |    Inf 
73.47/73.59	c  73.6s| 29500 |   177 |440594 |  14.9 |  10M|  42 |  34 | 231 |9455 | 231 |2453 |  17 |  16k|2810 | 0.000000e+00 |      --      |    Inf 
73.68/73.79	c  73.8s| 29600 |   175 |441925 |  14.9 |  10M|  42 |  40 | 231 |9458 | 231 |2453 |  17 |  16k|2810 | 0.000000e+00 |      --      |    Inf 
73.97/74.00	c  74.0s| 29700 |   177 |443499 |  14.9 |  10M|  42 |  26 | 231 |9486 | 231 |2453 |  17 |  17k|2810 | 0.000000e+00 |      --      |    Inf 
74.17/74.20	c  74.2s| 29800 |   177 |444920 |  14.9 |  10M|  42 |  39 | 231 |9536 | 231 |2453 |  17 |  17k|2810 | 0.000000e+00 |      --      |    Inf 
74.37/74.42	c  74.4s| 29900 |   177 |446448 |  14.9 |  10M|  42 |  16 | 231 |9547 | 231 |2453 |  17 |  17k|2811 | 0.000000e+00 |      --      |    Inf 
74.57/74.65	c  74.7s| 30000 |   179 |448209 |  14.9 |  10M|  42 |  33 | 231 |9489 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
74.77/74.87	c  74.9s| 30100 |   181 |449790 |  14.9 |  10M|  42 |   - | 231 |9404 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
74.98/75.06	c  75.1s| 30200 |   181 |451228 |  14.9 |  10M|  42 |   - | 231 |9332 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.17/75.29	c  75.3s| 30300 |   181 |452936 |  14.9 |  10M|  42 |  28 | 231 |9295 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.47/75.51	c  75.5s| 30400 |   181 |454560 |  14.9 |  10M|  42 |   - | 231 |9280 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.67/75.72	c  75.7s| 30500 |   177 |456059 |  14.9 |9992k|  42 |  35 | 231 |9202 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.87/75.94	c  75.9s| 30600 |   178 |457660 |  15.0 |9975k|  42 |   - | 231 |9122 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.07/76.13	c  76.1s| 30700 |   178 |458995 |  14.9 |9968k|  42 |   - | 231 |9086 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.27/76.34	c  76.3s| 30800 |   178 |460537 |  14.9 |9973k|  42 |  32 | 231 |9106 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.47/76.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.47/76.57	c  76.6s| 30900 |   176 |462279 |  15.0 |9951k|  42 |   - | 231 |9044 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.67/76.78	c  76.8s| 31000 |   178 |463691 |  15.0 |9943k|  42 |  34 | 231 |9034 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
76.88/77.00	c  77.0s| 31100 |   180 |465393 |  15.0 |9953k|  42 |   - | 231 |9014 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.17/77.22	c  77.2s| 31200 |   178 |466944 |  15.0 |9916k|  42 |  41 | 231 |8918 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.37/77.43	c  77.4s| 31300 |   179 |468531 |  15.0 |9928k|  42 |  32 | 231 |8936 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.58/77.62	c  77.6s| 31400 |   181 |469835 |  15.0 |9948k|  42 |   - | 231 |8967 | 231 |2453 |  17 |  18k|2813 | 0.000000e+00 |      --      |    Inf 
77.77/77.86	c  77.9s| 31500 |   180 |471277 |  15.0 |9955k|  42 |  34 | 231 |8999 | 231 |2453 |  17 |  18k|2825 | 0.000000e+00 |      --      |    Inf 
78.08/78.16	c  78.2s| 31600 |   180 |472941 |  15.0 |9946k|  42 |   - | 231 |8954 | 231 |2453 |  17 |  18k|2849 | 0.000000e+00 |      --      |    Inf 
78.27/78.39	c  78.4s| 31700 |   178 |474409 |  15.0 |9939k|  42 |  37 | 231 |8948 | 231 |2453 |  17 |  18k|2854 | 0.000000e+00 |      --      |    Inf 
78.67/78.70	c  78.7s| 31800 |   176 |476186 |  15.0 |9933k|  42 |  37 | 231 |8950 | 231 |2453 |  17 |  18k|2875 | 0.000000e+00 |      --      |    Inf 
78.87/78.99	c  79.0s| 31900 |   178 |478104 |  15.0 |9923k|  42 |  28 | 231 |8885 | 231 |2453 |  17 |  18k|2888 | 0.000000e+00 |      --      |    Inf 
79.18/79.27	c  79.3s| 32000 |   176 |479843 |  15.0 |9932k|  42 |   - | 231 |8919 | 231 |2453 |  17 |  18k|2898 | 0.000000e+00 |      --      |    Inf 
79.47/79.55	c  79.6s| 32100 |   179 |481722 |  15.0 |9918k|  42 |  27 | 231 |8864 | 231 |2453 |  17 |  18k|2907 | 0.000000e+00 |      --      |    Inf 
79.77/79.86	c  79.9s| 32200 |   177 |483443 |  15.0 |9905k|  42 |  34 | 231 |8851 | 231 |2453 |  17 |  18k|2925 | 0.000000e+00 |      --      |    Inf 
79.97/80.09	c  80.1s| 32300 |   177 |484917 |  15.0 |9903k|  42 |   - | 231 |8824 | 231 |2453 |  17 |  18k|2931 | 0.000000e+00 |      --      |    Inf 
80.27/80.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.27/80.34	c  80.3s| 32400 |   175 |486459 |  15.0 |9900k|  42 |   - | 231 |8822 | 231 |2453 |  17 |  18k|2942 | 0.000000e+00 |      --      |    Inf 
80.57/80.63	c  80.6s| 32500 |   177 |488264 |  15.0 |9903k|  42 |  31 | 231 |8834 | 231 |2453 |  17 |  18k|2959 | 0.000000e+00 |      --      |    Inf 
80.77/80.89	c  80.9s| 32600 |   175 |489956 |  15.0 |9915k|  42 |   - | 231 |8873 | 231 |2453 |  17 |  18k|2974 | 0.000000e+00 |      --      |    Inf 
81.07/81.16	c  81.2s| 32700 |   176 |491565 |  15.0 |9917k|  42 |   - | 231 |8880 | 231 |2453 |  17 |  18k|2989 | 0.000000e+00 |      --      |    Inf 
81.38/81.44	c  81.4s| 32800 |   176 |493326 |  15.0 |9919k|  42 |   - | 231 |8887 | 231 |2453 |  17 |  18k|3003 | 0.000000e+00 |      --      |    Inf 
81.67/81.71	c  81.7s| 32900 |   176 |494956 |  15.0 |9904k|  42 |   - | 231 |8815 | 231 |2453 |  17 |  18k|3017 | 0.000000e+00 |      --      |    Inf 
81.87/81.96	c  82.0s| 33000 |   178 |496513 |  15.0 |9908k|  42 |   - | 231 |8823 | 231 |2453 |  17 |  19k|3028 | 0.000000e+00 |      --      |    Inf 
82.17/82.20	c  82.2s| 33100 |   178 |497953 |  15.0 |9906k|  42 |   - | 231 |8800 | 231 |2453 |  17 |  19k|3040 | 0.000000e+00 |      --      |    Inf 
82.38/82.43	c  82.4s| 33200 |   180 |499575 |  15.0 |9908k|  42 |  20 | 231 |8799 | 231 |2453 |  17 |  19k|3044 | 0.000000e+00 |      --      |    Inf 
82.57/82.66	c  82.7s| 33300 |   176 |501166 |  15.0 |9901k|  42 |  34 | 231 |8791 | 231 |2453 |  17 |  19k|3047 | 0.000000e+00 |      --      |    Inf 
82.77/82.88	c  82.9s| 33400 |   174 |502617 |  15.0 |9898k|  42 |   - | 231 |8787 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
83.07/83.13	c  83.1s| 33500 |   178 |504436 |  15.1 |9880k|  42 |  34 | 231 |8722 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
83.27/83.35	c  83.3s| 33600 |   177 |506081 |  15.1 |9879k|  42 |  35 | 231 |8730 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
83.58/83.60	c  83.6s| 33700 |   175 |507988 |  15.1 |9884k|  42 |   - | 231 |8722 | 231 |2453 |  17 |  19k|3051 | 0.000000e+00 |      --      |    Inf 
83.77/83.83	c  83.8s| 33800 |   174 |509572 |  15.1 |9875k|  42 |  28 | 231 |8724 | 231 |2453 |  17 |  19k|3051 | 0.000000e+00 |      --      |    Inf 
83.97/84.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.97/84.04	c  84.0s| 33900 |   173 |511011 |  15.1 |9856k|  42 |  32 | 231 |8678 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.17/84.25	c  84.3s| 34000 |   175 |512539 |  15.1 |9862k|  42 |  26 | 231 |8673 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.37/84.45	c  84.5s| 34100 |   181 |514028 |  15.1 |9874k|  42 |  23 | 231 |8663 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.58/84.66	c  84.7s| 34200 |   179 |515578 |  15.1 |9884k|  42 |   - | 231 |8692 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.77/84.89	c  84.9s| 34300 |   177 |517404 |  15.1 |9893k|  42 |   - | 231 |8730 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.97/85.07	c  85.1s| 34400 |   179 |518643 |  15.1 |9909k|  42 |  12 | 231 |8773 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.17/85.26	c  85.3s| 34500 |   176 |519998 |  15.1 |9931k|  42 |   - | 231 |8838 |   0 |   0 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.37/85.47	c  85.5s| 34600 |   176 |521587 |  15.1 |9947k|  42 |  39 | 231 |8894 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.57/85.67	c  85.7s| 34700 |   177 |523104 |  15.1 |9975k|  42 |   - | 231 |8956 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
85.77/85.88	c  85.9s| 34800 |   176 |524593 |  15.1 |9998k|  42 |   - | 231 |9026 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
85.97/86.08	c  86.1s| 34900 |   176 |526122 |  15.1 |  10M|  42 |   - | 231 |9083 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.27/86.31	c  86.3s| 35000 |   179 |527835 |  15.1 |  10M|  42 |  35 | 231 |9108 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.47/86.55	c  86.5s| 35100 |   175 |529653 |  15.1 |  10M|  42 |  34 | 231 |9119 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.67/86.77	c  86.8s| 35200 |   173 |531157 |  15.1 |  10M|  42 |  34 | 231 |9128 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.97/87.00	c  87.0s| 35300 |   169 |532607 |  15.1 |9985k|  42 |   - | 231 |9067 | 231 |2453 |  17 |  20k|3057 | 0.000000e+00 |      --      |    Inf 
87.17/87.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.17/87.22	c  87.2s| 35400 |   169 |533882 |  15.1 |9954k|  42 |  18 | 231 |9078 | 231 |2453 |  17 |  20k|3065 | 0.000000e+00 |      --      |    Inf 
87.37/87.48	c  87.5s| 35500 |   169 |535474 |  15.1 |9946k|  42 |   - | 231 |9055 | 231 |2453 |  17 |  20k|3078 | 0.000000e+00 |      --      |    Inf 
87.66/87.73	c  87.7s| 35600 |   167 |536856 |  15.1 |9946k|  42 |   - | 231 |9065 | 231 |2453 |  17 |  20k|3092 | 0.000000e+00 |      --      |    Inf 
87.87/88.00	c  88.0s| 35700 |   165 |538518 |  15.1 |9925k|  42 |  39 | 231 |9046 | 231 |2453 |  17 |  20k|3102 | 0.000000e+00 |      --      |    Inf 
88.27/88.32	c  88.3s| 35800 |   165 |540601 |  15.1 |9933k|  42 |   - | 231 |9056 | 231 |2453 |  17 |  20k|3118 | 0.000000e+00 |      --      |    Inf 
88.47/88.59	c  88.6s| 35900 |   165 |542293 |  15.1 |9947k|  42 |   - | 231 |9089 | 231 |2453 |  17 |  20k|3130 | 0.000000e+00 |      --      |    Inf 
88.77/88.85	c  88.8s| 36000 |   163 |544009 |  15.1 |9953k|  42 |   - | 231 |9118 | 231 |2453 |  17 |  20k|3139 | 0.000000e+00 |      --      |    Inf 
88.97/89.08	c  89.1s| 36100 |   165 |545400 |  15.1 |9975k|  42 |  38 | 231 |9167 | 231 |2453 |  17 |  20k|3148 | 0.000000e+00 |      --      |    Inf 
89.27/89.31	c  89.3s| 36200 |   163 |546825 |  15.1 |9988k|  42 |   - | 231 |9193 |   0 |   0 |  17 |  20k|3158 | 0.000000e+00 |      --      |    Inf 
89.47/89.54	c  89.5s| 36300 |   163 |548136 |  15.1 |9988k|  42 |  25 | 231 |9217 | 231 |2453 |  17 |  20k|3170 | 0.000000e+00 |      --      |    Inf 
89.77/89.80	c  89.8s| 36400 |   162 |549638 |  15.1 |9978k|  42 |  30 | 231 |9196 | 231 |2453 |  17 |  20k|3182 | 0.000000e+00 |      --      |    Inf 
89.97/90.05	c  90.0s| 36500 |   161 |551179 |  15.1 |9984k|  42 |   - | 231 |9209 | 231 |2453 |  17 |  21k|3192 | 0.000000e+00 |      --      |    Inf 
90.17/90.29	c  90.3s| 36600 |   164 |552786 |  15.1 |9989k|  42 |  29 | 231 |9214 | 231 |2453 |  17 |  21k|3200 | 0.000000e+00 |      --      |    Inf 
90.47/90.53	c  90.5s| 36700 |   165 |554276 |  15.1 |  10M|  42 |  21 | 231 |9260 | 231 |2453 |  17 |  21k|3212 | 0.000000e+00 |      --      |    Inf 
90.77/90.82	c  90.8s| 36800 |   164 |556132 |  15.1 |  10M|  42 |   - | 231 |9293 | 231 |2453 |  17 |  21k|3226 | 0.000000e+00 |      --      |    Inf 
90.96/91.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.96/91.07	c  91.1s| 36900 |   165 |557826 |  15.1 |  10M|  42 |  36 | 231 |9324 | 231 |2453 |  17 |  21k|3236 | 0.000000e+00 |      --      |    Inf 
91.18/91.27	c  91.3s| 37000 |   169 |559016 |  15.1 |  10M|  42 |   - | 231 |9359 |   0 |   0 |  17 |  21k|3240 | 0.000000e+00 |      --      |    Inf 
91.37/91.43	c  91.4s| 37100 |   166 |560071 |  15.1 |  10M|  42 |   - | 231 |9431 | 231 |2453 |  17 |  21k|3241 | 0.000000e+00 |      --      |    Inf 
91.57/91.65	c  91.6s| 37200 |   171 |561434 |  15.1 |  10M|  42 |   - | 231 |9485 | 231 |2453 |  17 |  21k|3250 | 0.000000e+00 |      --      |    Inf 
91.77/91.83	c  91.8s| 37300 |   170 |562693 |  15.1 |  10M|  42 |  22 | 231 |9528 | 231 |2453 |  17 |  21k|3251 | 0.000000e+00 |      --      |    Inf 
91.97/92.02	c  92.0s| 37400 |   173 |563966 |  15.1 |  10M|  42 |  12 | 231 |9583 | 231 |2453 |  17 |  21k|3252 | 0.000000e+00 |      --      |    Inf 
92.07/92.19	c  92.2s| 37500 |   167 |565206 |  15.1 |  10M|  42 |  30 | 231 |9651 | 231 |2453 |  17 |  21k|3252 | 0.000000e+00 |      --      |    Inf 
92.28/92.37	c  92.4s| 37600 |   168 |566479 |  15.1 |  10M|  42 |  23 | 231 |9706 | 231 |2453 |  17 |  21k|3253 | 0.000000e+00 |      --      |    Inf 
92.47/92.56	c  92.6s| 37700 |   167 |567811 |  15.1 |  10M|  42 |   - | 231 |9755 | 231 |2453 |  17 |  21k|3254 | 0.000000e+00 |      --      |    Inf 
92.67/92.72	c  92.7s| 37800 |   169 |568841 |  15.0 |  10M|  42 |  31 | 231 |9827 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
92.77/92.89	c  92.9s| 37900 |   172 |569923 |  15.0 |  10M|  42 |  36 | 231 |9882 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
92.97/93.06	c  93.1s| 38000 |   174 |571092 |  15.0 |  10M|  42 |   - | 231 |9938 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
93.17/93.23	c  93.2s| 38100 |   176 |572313 |  15.0 |  10M|  42 |  31 | 231 |9993 | 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
93.37/93.41	c  93.4s| 38200 |   172 |573532 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
93.47/93.59	c  93.6s| 38300 |   171 |574808 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
93.66/93.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.66/93.77	c  93.8s| 38400 |   172 |575966 |  15.0 |  10M|  42 |  33 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
93.87/93.94	c  93.9s| 38500 |   170 |577189 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.06/94.12	c  94.1s| 38600 |   167 |578452 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.27/94.32	c  94.3s| 38700 |   165 |579949 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.47/94.50	c  94.5s| 38800 |   167 |581224 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.58/94.67	c  94.7s| 38900 |   167 |582312 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.77/94.85	c  94.9s| 39000 |   166 |583531 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.96/95.04	c  95.0s| 39100 |   167 |584757 |  15.0 |  10M|  42 |  25 | 231 |  10k| 231 |2453 |  17 |  22k|3258 | 0.000000e+00 |      --      |    Inf 
95.16/95.25	c  95.3s| 39200 |   164 |586227 |  15.0 |  10M|  42 |   - | 231 |  10k|   0 |   0 |  17 |  22k|3261 | 0.000000e+00 |      --      |    Inf 
95.37/95.45	c  95.5s| 39300 |   169 |587438 |  14.9 |  10M|  42 |  36 | 231 |  10k| 231 |2453 |  17 |  22k|3266 | 0.000000e+00 |      --      |    Inf 
95.57/95.67	c  95.7s| 39400 |   162 |588980 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3269 | 0.000000e+00 |      --      |    Inf 
95.77/95.85	c  95.9s| 39500 |   166 |590050 |  14.9 |  10M|  42 |  28 | 231 |  10k| 231 |2453 |  17 |  22k|3271 | 0.000000e+00 |      --      |    Inf 
95.97/96.05	c  96.0s| 39600 |   164 |591371 |  14.9 |  10M|  42 |  35 | 231 |  10k| 231 |2453 |  17 |  22k|3271 | 0.000000e+00 |      --      |    Inf 
96.17/96.26	c  96.3s| 39700 |   163 |592877 |  14.9 |  10M|  42 |  31 | 231 |  10k| 231 |2453 |  17 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
96.36/96.45	c  96.5s| 39800 |   163 |594291 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
96.57/96.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.57/96.65	c  96.6s| 39900 |   166 |595717 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3272 | 0.000000e+00 |      --      |    Inf 
96.86/96.91	c  96.9s| 40000 |   172 |597485 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3281 | 0.000000e+00 |      --      |    Inf 
97.07/97.17	c  97.2s| 40100 |   174 |599132 |  14.9 |  10M|  42 |  21 | 231 |  10k| 231 |2453 |  17 |  23k|3291 | 0.000000e+00 |      --      |    Inf 
97.36/97.45	c  97.5s| 40200 |   172 |600893 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3307 | 0.000000e+00 |      --      |    Inf 
97.67/97.74	c  97.7s| 40300 |   173 |602560 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3323 | 0.000000e+00 |      --      |    Inf 
97.88/97.97	c  98.0s| 40400 |   173 |604082 |  14.9 |  10M|  42 |  33 | 231 |  10k| 231 |2453 |  17 |  23k|3328 | 0.000000e+00 |      --      |    Inf 
98.17/98.24	c  98.2s| 40500 |   170 |605903 |  15.0 |  10M|  42 |  41 | 231 |  10k| 231 |2453 |  17 |  23k|3337 | 0.000000e+00 |      --      |    Inf 
98.47/98.53	c  98.5s| 40600 |   167 |607628 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3351 | 0.000000e+00 |      --      |    Inf 
98.67/98.79	c  98.8s| 40700 |   165 |609360 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3358 | 0.000000e+00 |      --      |    Inf 
98.97/99.07	c  99.1s| 40800 |   165 |610979 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3371 | 0.000000e+00 |      --      |    Inf 
99.27/99.34	c  99.3s| 40900 |   165 |612595 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3381 | 0.000000e+00 |      --      |    Inf 
99.57/99.63	c  99.6s| 41000 |   171 |614468 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3391 | 0.000000e+00 |      --      |    Inf 
99.76/99.89	c  99.9s| 41100 |   168 |616035 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3402 | 0.000000e+00 |      --      |    Inf 
100.08/100.17	c   100s| 41200 |   168 |617912 |  15.0 |  10M|  43 |  36 | 231 |  10k| 231 |2453 |  17 |  23k|3412 | 0.000000e+00 |      --      |    Inf 
100.37/100.47	c   100s| 41300 |   168 |619768 |  15.0 |  10M|  43 |  26 | 231 |  10k| 231 |2453 |  17 |  23k|3424 | 0.000000e+00 |      --      |    Inf 
100.67/100.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.67/100.73	c   101s| 41400 |   168 |621309 |  15.0 |  10M|  43 |  30 | 231 |  10k| 231 |2453 |  17 |  23k|3437 | 0.000000e+00 |      --      |    Inf 
100.87/100.98	c   101s| 41500 |   164 |622905 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3447 | 0.000000e+00 |      --      |    Inf 
101.18/101.24	c   101s| 41600 |   166 |624591 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3458 | 0.000000e+00 |      --      |    Inf 
101.47/101.53	c   102s| 41700 |   170 |626373 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3469 | 0.000000e+00 |      --      |    Inf 
101.67/101.78	c   102s| 41800 |   168 |628104 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3474 | 0.000000e+00 |      --      |    Inf 
101.97/102.03	c   102s| 41900 |   168 |629801 |  15.0 |  10M|  43 |   - | 231 |9955 | 231 |2453 |  17 |  24k|3479 | 0.000000e+00 |      --      |    Inf 
102.17/102.30	c   102s| 42000 |   166 |631646 |  15.0 |  10M|  43 |  44 | 231 |9777 | 231 |2453 |  17 |  24k|3484 | 0.000000e+00 |      --      |    Inf 
102.46/102.57	c   103s| 42100 |   166 |633596 |  15.0 |  10M|  43 |  20 | 231 |9666 | 231 |2453 |  17 |  24k|3491 | 0.000000e+00 |      --      |    Inf 
102.67/102.78	c   103s| 42200 |   162 |635033 |  15.0 |  10M|  43 |   - | 231 |9690 | 231 |2453 |  17 |  24k|3493 | 0.000000e+00 |      --      |    Inf 
102.86/102.98	c   103s| 42300 |   164 |636392 |  15.0 |  10M|  43 |  38 | 231 |9693 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.17/103.21	c   103s| 42400 |   164 |638258 |  15.1 |  10M|  43 |  32 | 231 |9665 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.37/103.41	c   103s| 42500 |   162 |639667 |  15.0 |  10M|  43 |  40 | 231 |9643 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.57/103.63	c   104s| 42600 |   160 |641315 |  15.1 |  10M|  43 |   - | 231 |9638 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.77/103.82	c   104s| 42700 |   158 |642560 |  15.0 |  10M|  43 |   - | 231 |9659 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.96/104.04	c   104s| 42800 |   158 |644163 |  15.0 |  10M|  43 |   - | 231 |9620 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
104.17/104.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.17/104.24	c   104s| 42900 |   163 |645536 |  15.0 |  10M|  43 |   - | 231 |9632 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
104.37/104.45	c   104s| 43000 |   164 |647138 |  15.0 |  10M|  43 |  37 | 231 |9682 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
104.56/104.68	c   105s| 43100 |   164 |648891 |  15.1 |  10M|  43 |  25 | 231 |9720 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
104.77/104.89	c   105s| 43200 |   164 |650536 |  15.1 |  10M|  43 |  37 | 231 |9762 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
105.07/105.13	c   105s| 43300 |   161 |652341 |  15.1 |  10M|  43 |  29 | 231 |9784 | 231 |2453 |  17 |  25k|3494 | 0.000000e+00 |      --      |    Inf 
105.27/105.36	c   105s| 43400 |   157 |653947 |  15.1 |  10M|  46 |  49 | 231 |9714 | 231 |2453 |  17 |  25k|3494 | 0.000000e+00 |      --      |    Inf 
105.47/105.59	c   106s| 43500 |   155 |655588 |  15.1 |  10M|  46 |   - | 231 |9706 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
105.66/105.79	c   106s| 43600 |   156 |657129 |  15.1 |  10M|  46 |  24 | 231 |9734 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
105.97/106.00	c   106s| 43700 |   154 |658625 |  15.1 |  10M|  46 |  40 | 231 |9768 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.17/106.20	c   106s| 43800 |   152 |660097 |  15.1 |  10M|  46 |   - | 231 |9780 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.37/106.42	c   106s| 43900 |   154 |661713 |  15.1 |  10M|  46 |  20 | 231 |9773 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.57/106.64	c   107s| 44000 |   151 |663310 |  15.1 |  10M|  46 |   - | 231 |9797 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.77/106.86	c   107s| 44100 |   151 |664896 |  15.1 |  10M|  46 |   - | 231 |9766 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.96/107.05	c   107s| 44200 |   153 |666300 |  15.1 |  10M|  46 |   - | 231 |9813 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
107.27/107.30	c   107s| 44300 |   153 |667767 |  15.1 |  10M|  46 |   - | 231 |9851 | 231 |2453 |  17 |  25k|3510 | 0.000000e+00 |      --      |    Inf 
107.46/107.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.46/107.52	c   108s| 44400 |   157 |669248 |  15.1 |  10M|  46 |   - | 231 |9860 |   0 |   0 |  17 |  25k|3515 | 0.000000e+00 |      --      |    Inf 
107.67/107.73	c   108s| 44500 |   158 |670520 |  15.1 |  10M|  46 |   - | 231 |9904 | 231 |2453 |  17 |  25k|3525 | 0.000000e+00 |      --      |    Inf 
107.87/108.00	c   108s| 44600 |   159 |672143 |  15.1 |  10M|  46 |  21 | 231 |9915 | 231 |2453 |  17 |  25k|3535 | 0.000000e+00 |      --      |    Inf 
108.17/108.23	c   108s| 44700 |   157 |673475 |  15.1 |  10M|  46 |  31 | 231 |9956 | 231 |2453 |  17 |  25k|3547 | 0.000000e+00 |      --      |    Inf 
108.37/108.48	c   108s| 44800 |   155 |675042 |  15.1 |  10M|  46 |   - | 231 |9938 | 231 |2453 |  17 |  25k|3556 | 0.000000e+00 |      --      |    Inf 
108.66/108.77	c   109s| 44900 |   155 |676778 |  15.1 |  10M|  46 |   - | 231 |9950 |   0 |   0 |  17 |  26k|3568 | 0.000000e+00 |      --      |    Inf 
108.97/109.01	c   109s| 45000 |   156 |678385 |  15.1 |  10M|  46 |  17 | 231 |9961 | 231 |2453 |  17 |  26k|3576 | 0.000000e+00 |      --      |    Inf 
109.17/109.27	c   109s| 45100 |   152 |679863 |  15.1 |  10M|  46 |   - | 231 |9985 | 231 |2453 |  17 |  26k|3590 | 0.000000e+00 |      --      |    Inf 
109.46/109.51	c   110s| 45200 |   154 |681424 |  15.1 |  10M|  46 |  37 | 231 |9984 | 231 |2453 |  17 |  26k|3599 | 0.000000e+00 |      --      |    Inf 
109.66/109.76	c   110s| 45300 |   154 |682906 |  15.1 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  26k|3610 | 0.000000e+00 |      --      |    Inf 
109.97/110.02	c   110s| 45400 |   150 |684488 |  15.1 |  10M|  46 |   - | 231 |9862 | 231 |2453 |  17 |  26k|3619 | 0.000000e+00 |      --      |    Inf 
110.16/110.28	c   110s| 45500 |   150 |686076 |  15.1 |  10M|  46 |  31 | 231 |9812 | 231 |2453 |  17 |  26k|3628 | 0.000000e+00 |      --      |    Inf 
110.47/110.51	c   111s| 45600 |   148 |687602 |  15.1 |  10M|  46 |   - | 231 |9816 | 231 |2453 |  17 |  26k|3632 | 0.000000e+00 |      --      |    Inf 
110.66/110.78	c   111s| 45700 |   146 |689208 |  15.1 |  10M|  46 |  32 | 231 |9723 | 231 |2453 |  17 |  26k|3644 | 0.000000e+00 |      --      |    Inf 
110.98/111.06	c   111s| 45800 |   143 |690915 |  15.1 |  10M|  46 |  39 | 231 |9722 | 231 |2453 |  17 |  26k|3657 | 0.000000e+00 |      --      |    Inf 
111.27/111.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.27/111.30	c   111s| 45900 |   145 |692281 |  15.1 |  10M|  46 |  28 | 231 |9712 | 231 |2453 |  17 |  26k|3667 | 0.000000e+00 |      --      |    Inf 
111.47/111.54	c   112s| 46000 |   143 |693831 |  15.1 |  10M|  46 |   - | 231 |9654 | 231 |2453 |  17 |  26k|3672 | 0.000000e+00 |      --      |    Inf 
111.77/111.86	c   112s| 46100 |   147 |695964 |  15.1 |  10M|  46 |   - | 231 |9597 | 231 |2453 |  17 |  26k|3686 | 0.000000e+00 |      --      |    Inf 
111.97/112.07	c   112s| 46200 |   147 |697312 |  15.1 |  10M|  46 |   - | 231 |9639 | 231 |2453 |  17 |  26k|3694 | 0.000000e+00 |      --      |    Inf 
112.26/112.33	c   112s| 46300 |   148 |698971 |  15.1 |  10M|  46 |   - | 231 |9661 | 231 |2453 |  17 |  26k|3704 | 0.000000e+00 |      --      |    Inf 
112.47/112.59	c   113s| 46400 |   147 |700581 |  15.1 |  10M|  46 |  35 | 231 |9708 | 231 |2453 |  17 |  26k|3716 | 0.000000e+00 |      --      |    Inf 
112.77/112.88	c   113s| 46500 |   146 |702414 |  15.1 |  10M|  46 |  39 | 231 |9694 | 231 |2453 |  17 |  26k|3729 | 0.000000e+00 |      --      |    Inf 
113.07/113.12	c   113s| 46600 |   144 |703970 |  15.1 |  10M|  46 |  31 | 231 |9678 | 231 |2453 |  17 |  26k|3737 | 0.000000e+00 |      --      |    Inf 
113.27/113.34	c   113s| 46700 |   146 |705438 |  15.1 |  10M|  46 |  16 | 231 |9657 | 231 |2453 |  17 |  27k|3741 | 0.000000e+00 |      --      |    Inf 
113.47/113.52	c   114s| 46800 |   143 |706756 |  15.1 |  10M|  46 |   - | 231 |9695 | 231 |2453 |  17 |  27k|3741 | 0.000000e+00 |      --      |    Inf 
113.67/113.72	c   114s| 46900 |   147 |708230 |  15.1 |  10M|  46 |  20 | 231 |9668 | 231 |2453 |  17 |  27k|3741 | 0.000000e+00 |      --      |    Inf 
113.86/113.94	c   114s| 47000 |   145 |709962 |  15.1 |  10M|  46 |   - | 231 |9696 | 231 |2453 |  17 |  27k|3741 | 0.000000e+00 |      --      |    Inf 
114.07/114.14	c   114s| 47100 |   147 |711536 |  15.1 |  10M|  46 |   - | 231 |9713 | 231 |2453 |  17 |  27k|3741 | 0.000000e+00 |      --      |    Inf 
114.27/114.34	c   114s| 47200 |   149 |712922 |  15.1 |  10M|  46 |   - | 231 |9741 | 231 |2453 |  17 |  27k|3745 | 0.000000e+00 |      --      |    Inf 
114.46/114.52	c   115s| 47300 |   148 |714359 |  15.1 |  10M|  46 |  27 | 231 |9777 | 231 |2453 |  17 |  27k|3746 | 0.000000e+00 |      --      |    Inf 
114.56/114.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.56/114.69	c   115s| 47400 |   144 |715558 |  15.1 |  10M|  46 |   - | 231 |9835 | 231 |2453 |  17 |  27k|3746 | 0.000000e+00 |      --      |    Inf 
114.77/114.89	c   115s| 47500 |   148 |717024 |  15.1 |  10M|  46 |  36 | 231 |9870 | 231 |2453 |  17 |  27k|3748 | 0.000000e+00 |      --      |    Inf 
114.97/115.07	c   115s| 47600 |   146 |718375 |  15.1 |  10M|  46 |  33 | 231 |9912 | 231 |2453 |  17 |  27k|3749 | 0.000000e+00 |      --      |    Inf 
115.17/115.26	c   115s| 47700 |   146 |719746 |  15.1 |  10M|  46 |   - | 231 |9941 | 231 |2453 |  17 |  27k|3750 | 0.000000e+00 |      --      |    Inf 
115.37/115.46	c   115s| 47800 |   150 |721270 |  15.1 |  10M|  46 |   - | 231 |9982 | 231 |2453 |  17 |  27k|3750 | 0.000000e+00 |      --      |    Inf 
115.56/115.65	c   116s| 47900 |   147 |722679 |  15.1 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  27k|3751 | 0.000000e+00 |      --      |    Inf 
115.77/115.88	c   116s| 48000 |   147 |724315 |  15.1 |  10M|  46 |  33 | 231 |  10k| 231 |2453 |  17 |  27k|3753 | 0.000000e+00 |      --      |    Inf 
116.06/116.11	c   116s| 48100 |   147 |726084 |  15.1 |  10M|  46 |  25 | 231 |9932 | 231 |2453 |  17 |  27k|3754 | 0.000000e+00 |      --      |    Inf 
116.27/116.34	c   116s| 48200 |   151 |727729 |  15.1 |  10M|  46 |  39 | 231 |9861 | 231 |2453 |  17 |  27k|3755 | 0.000000e+00 |      --      |    Inf 
116.47/116.56	c   117s| 48300 |   149 |729351 |  15.1 |  10M|  46 |   - | 231 |9860 | 231 |2453 |  17 |  27k|3755 | 0.000000e+00 |      --      |    Inf 
116.66/116.79	c   117s| 48400 |   149 |731119 |  15.1 |  10M|  46 |   - | 231 |9874 | 231 |2453 |  17 |  27k|3755 | 0.000000e+00 |      --      |    Inf 
116.97/117.03	c   117s| 48500 |   147 |733041 |  15.1 |  10M|  46 |   - | 231 |9888 | 231 |2453 |  17 |  27k|3755 | 0.000000e+00 |      --      |    Inf 
117.17/117.25	c   117s| 48600 |   147 |734632 |  15.1 |  10M|  46 |   - | 231 |9820 | 231 |2453 |  17 |  28k|3755 | 0.000000e+00 |      --      |    Inf 
117.36/117.44	c   117s| 48700 |   146 |735953 |  15.1 |  10M|  46 |   - | 231 |9810 | 231 |2453 |  17 |  28k|3755 | 0.000000e+00 |      --      |    Inf 
117.57/117.66	c   118s| 48800 |   145 |737523 |  15.1 |  10M|  46 |   - | 231 |9791 | 231 |2453 |  17 |  28k|3755 | 0.000000e+00 |      --      |    Inf 
117.77/117.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.77/117.85	c   118s| 48900 |   147 |738845 |  15.1 |  10M|  46 |   - | 231 |9817 | 231 |2453 |  17 |  28k|3756 | 0.000000e+00 |      --      |    Inf 
117.96/118.05	c   118s| 49000 |   145 |740361 |  15.1 |  10M|  46 |  35 | 231 |9804 | 231 |2453 |  17 |  28k|3757 | 0.000000e+00 |      --      |    Inf 
118.17/118.26	c   118s| 49100 |   143 |741878 |  15.1 |  10M|  46 |   - | 231 |9788 | 231 |2453 |  17 |  28k|3757 | 0.000000e+00 |      --      |    Inf 
118.46/118.51	c   119s| 49200 |   147 |743696 |  15.1 |  10M|  46 |  33 | 231 |9600 | 231 |2453 |  17 |  28k|3759 | 0.000000e+00 |      --      |    Inf 
118.68/118.75	c   119s| 49300 |   145 |745212 |  15.1 |  10M|  46 |   - | 231 |9542 | 231 |2453 |  17 |  28k|3768 | 0.000000e+00 |      --      |    Inf 
118.96/119.01	c   119s| 49400 |   142 |746836 |  15.1 |  10M|  46 |   - | 231 |9507 | 231 |2453 |  17 |  28k|3776 | 0.000000e+00 |      --      |    Inf 
119.17/119.27	c   119s| 49500 |   138 |748321 |  15.1 |  10M|  46 |   - | 231 |9476 | 231 |2453 |  17 |  28k|3791 | 0.000000e+00 |      --      |    Inf 
119.36/119.49	c   119s| 49600 |   137 |749868 |  15.1 |  10M|  46 |  37 | 231 |9460 | 231 |2453 |  17 |  28k|3791 | 0.000000e+00 |      --      |    Inf 
119.67/119.71	c   120s| 49700 |   136 |751226 |  15.1 |  10M|  46 |   - | 231 |9498 | 231 |2453 |  17 |  28k|3800 | 0.000000e+00 |      --      |    Inf 
119.87/119.99	c   120s| 49800 |   136 |753053 |  15.1 |  10M|  46 |  36 | 231 |9382 | 231 |2453 |  17 |  28k|3808 | 0.000000e+00 |      --      |    Inf 
120.16/120.25	c   120s| 49900 |   135 |754618 |  15.1 |  10M|  46 |  39 | 231 |9379 | 231 |2453 |  17 |  28k|3825 | 0.000000e+00 |      --      |    Inf 
120.36/120.49	c   120s| 50000 |   134 |756078 |  15.1 |  10M|  46 |   - | 231 |9372 | 231 |2453 |  17 |  28k|3834 | 0.000000e+00 |      --      |    Inf 
120.67/120.70	c   121s| 50100 |   136 |757408 |  15.1 |  10M|  46 |   - | 231 |9392 | 231 |2453 |  17 |  28k|3841 | 0.000000e+00 |      --      |    Inf 
120.87/120.94	c   121s| 50200 |   136 |759006 |  15.1 |  10M|  46 |  35 | 231 |9364 | 231 |2453 |  17 |  28k|3850 | 0.000000e+00 |      --      |    Inf 
121.06/121.17	c   121s| 50300 |   136 |760371 |  15.1 |  10M|  46 |   - | 231 |9375 | 231 |2453 |  17 |  29k|3857 | 0.000000e+00 |      --      |    Inf 
121.37/121.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.37/121.40	c   121s| 50400 |   136 |761684 |  15.1 |  10M|  46 |   - | 231 |9414 | 231 |2453 |  17 |  29k|3868 | 0.000000e+00 |      --      |    Inf 
121.56/121.64	c   122s| 50500 |   136 |763152 |  15.1 |  10M|  46 |  36 | 231 |9451 | 231 |2453 |  17 |  29k|3880 | 0.000000e+00 |      --      |    Inf 
121.76/121.89	c   122s| 50600 |   134 |764789 |  15.1 |  10M|  46 |   - | 231 |9487 | 231 |2453 |  17 |  29k|3887 | 0.000000e+00 |      --      |    Inf 
122.07/122.13	c   122s| 50700 |   136 |766329 |  15.1 |  10M|  46 |  26 | 231 |9523 | 231 |2453 |  17 |  29k|3896 | 0.000000e+00 |      --      |    Inf 
122.26/122.36	c   122s| 50800 |   134 |767853 |  15.1 |  10M|  46 |   - | 231 |9550 | 231 |2453 |  17 |  29k|3903 | 0.000000e+00 |      --      |    Inf 
122.57/122.66	c   123s| 50900 |   136 |769749 |  15.1 |  10M|  46 |  26 | 231 |9424 | 231 |2453 |  17 |  29k|3916 | 0.000000e+00 |      --      |    Inf 
122.86/122.91	c   123s| 51000 |   134 |771263 |  15.1 |  10M|  46 |  33 | 231 |9370 | 231 |2453 |  17 |  29k|3927 | 0.000000e+00 |      --      |    Inf 
123.07/123.16	c   123s| 51100 |   132 |772921 |  15.1 |  10M|  46 |   - | 231 |9392 | 231 |2453 |  17 |  29k|3936 | 0.000000e+00 |      --      |    Inf 
123.36/123.40	c   123s| 51200 |   135 |774507 |  15.1 |  10M|  46 |   - | 231 |9416 |   0 |   0 |  17 |  29k|3945 | 0.000000e+00 |      --      |    Inf 
123.56/123.69	c   124s| 51300 |   133 |776401 |  15.1 |  10M|  46 |   - | 231 |9383 | 231 |2453 |  17 |  29k|3957 | 0.000000e+00 |      --      |    Inf 
123.87/123.92	c   124s| 51400 |   137 |777931 |  15.1 |  10M|  46 |   - | 231 |9290 | 231 |2453 |  17 |  29k|3962 | 0.000000e+00 |      --      |    Inf 
124.06/124.15	c   124s| 51500 |   137 |779520 |  15.1 |  10M|  46 |   - | 231 |9184 | 231 |2453 |  17 |  29k|3966 | 0.000000e+00 |      --      |    Inf 
124.27/124.37	c   124s| 51600 |   139 |781035 |  15.1 |  10M|  46 |  40 | 231 |9140 | 231 |2453 |  17 |  29k|3967 | 0.000000e+00 |      --      |    Inf 
124.47/124.59	c   125s| 51700 |   136 |782624 |  15.1 |  10M|  46 |   - | 231 |9141 | 231 |2453 |  17 |  29k|3971 | 0.000000e+00 |      --      |    Inf 
124.66/124.80	c   125s| 51800 |   132 |784022 |  15.1 |  10M|  46 |   - | 231 |9164 | 231 |2453 |  17 |  29k|3972 | 0.000000e+00 |      --      |    Inf 
124.96/125.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.96/125.01	c   125s| 51900 |   134 |785498 |  15.1 |  10M|  46 |  22 | 231 |9132 | 231 |2453 |  17 |  29k|3975 | 0.000000e+00 |      --      |    Inf 
125.17/125.21	c   125s| 52000 |   133 |786925 |  15.1 |  10M|  46 |   - | 231 |9161 | 231 |2453 |  17 |  29k|3976 | 0.000000e+00 |      --      |    Inf 
125.37/125.44	c   125s| 52100 |   131 |788500 |  15.1 |  10M|  46 |  29 | 231 |9154 | 231 |2453 |  17 |  30k|3977 | 0.000000e+00 |      --      |    Inf 
125.57/125.67	c   126s| 52200 |   135 |790252 |  15.1 |9997k|  46 |  26 | 231 |9062 | 231 |2453 |  17 |  30k|3977 | 0.000000e+00 |      --      |    Inf 
125.76/125.89	c   126s| 52300 |   136 |791853 |  15.1 |9999k|  46 |   - | 231 |9052 | 231 |2453 |  17 |  30k|3978 | 0.000000e+00 |      --      |    Inf 
126.06/126.10	c   126s| 52400 |   133 |793316 |  15.1 |9981k|  46 |   - | 231 |9036 |   0 |   0 |  17 |  30k|3979 | 0.000000e+00 |      --      |    Inf 
126.27/126.30	c   126s| 52500 |   135 |794794 |  15.1 |9983k|  46 |   - | 231 |9043 | 231 |2453 |  17 |  30k|3979 | 0.000000e+00 |      --      |    Inf 
126.47/126.54	c   127s| 52600 |   137 |796653 |  15.1 |9995k|  46 |  26 | 231 |9082 | 231 |2453 |  17 |  30k|3979 | 0.000000e+00 |      --      |    Inf 
126.66/126.73	c   127s| 52700 |   137 |798110 |  15.1 |  10M|  46 |  31 | 231 |9128 | 231 |2453 |  17 |  30k|3979 | 0.000000e+00 |      --      |    Inf 
126.86/126.93	c   127s| 52800 |   139 |799578 |  15.1 |  10M|  46 |   - | 231 |9162 | 231 |2453 |  17 |  30k|3980 | 0.000000e+00 |      --      |    Inf 
127.06/127.16	c   127s| 52900 |   137 |801263 |  15.1 |  10M|  46 |   - | 231 |9210 | 231 |2453 |  17 |  30k|3981 | 0.000000e+00 |      --      |    Inf 
127.27/127.38	c   127s| 53000 |   135 |803009 |  15.1 |  10M|  46 |   - | 231 |9264 | 231 |2453 |  17 |  30k|3981 | 0.000000e+00 |      --      |    Inf 
127.57/127.61	c   128s| 53100 |   137 |804801 |  15.2 |  10M|  46 |  31 | 231 |9315 | 231 |2453 |  17 |  30k|3981 | 0.000000e+00 |      --      |    Inf 
127.76/127.83	c   128s| 53200 |   133 |806430 |  15.2 |  10M|  46 |   - | 231 |9359 | 231 |2453 |  17 |  30k|3981 | 0.000000e+00 |      --      |    Inf 
127.96/128.07	c   128s| 53300 |   136 |808290 |  15.2 |  10M|  46 |   - | 231 |9224 | 231 |2453 |  17 |  30k|3981 | 0.000000e+00 |      --      |    Inf 
128.16/128.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.16/128.26	c   128s| 53400 |   136 |809606 |  15.2 |  10M|  46 |  38 | 231 |9223 | 231 |2453 |  17 |  30k|3982 | 0.000000e+00 |      --      |    Inf 
128.36/128.49	c   128s| 53500 |   136 |811249 |  15.2 |  10M|  46 |   - | 231 |9222 | 231 |2453 |  17 |  30k|3982 | 0.000000e+00 |      --      |    Inf 
128.67/128.72	c   129s| 53600 |   138 |813029 |  15.2 |  10M|  46 |  38 | 231 |9251 | 231 |2453 |  17 |  30k|3982 | 0.000000e+00 |      --      |    Inf 
128.86/128.94	c   129s| 53700 |   134 |814567 |  15.2 |  10M|  46 |   - | 231 |9205 |   0 |   0 |  17 |  30k|3982 | 0.000000e+00 |      --      |    Inf 
129.06/129.14	c   129s| 53800 |   134 |816036 |  15.2 |  10M|  46 |  33 | 231 |9189 | 231 |2453 |  17 |  31k|3982 | 0.000000e+00 |      --      |    Inf 
129.27/129.33	c   129s| 53900 |   135 |817644 |  15.2 |  10M|  46 |  34 | 231 |9240 | 231 |2453 |  17 |  31k|3982 | 0.000000e+00 |      --      |    Inf 
129.46/129.54	c   130s| 54000 |   137 |819216 |  15.2 |  10M|  46 |  30 | 231 |9245 | 231 |2453 |  17 |  31k|3982 | 0.000000e+00 |      --      |    Inf 
129.66/129.75	c   130s| 54100 |   141 |820871 |  15.2 |  10M|  46 |  28 | 231 |9280 | 231 |2453 |  17 |  31k|3982 | 0.000000e+00 |      --      |    Inf 
129.87/129.96	c   130s| 54200 |   137 |822144 |  15.2 |  10M|  46 |   - | 231 |9333 | 231 |2453 |  17 |  31k|3992 | 0.000000e+00 |      --      |    Inf 
130.06/130.18	c   130s| 54300 |   135 |823515 |  15.2 |  10M|  46 |  22 | 231 |9375 | 231 |2453 |  17 |  31k|4003 | 0.000000e+00 |      --      |    Inf 
130.37/130.40	c   130s| 54400 |   135 |824966 |  15.2 |  10M|  46 |  29 | 231 |9398 | 231 |2453 |  17 |  31k|4011 | 0.000000e+00 |      --      |    Inf 
130.57/130.64	c   131s| 54500 |   134 |826451 |  15.2 |  10M|  46 |   - | 231 |9394 | 231 |2453 |  17 |  31k|4022 | 0.000000e+00 |      --      |    Inf 
130.77/130.88	c   131s| 54600 |   137 |827923 |  15.2 |  10M|  46 |  21 | 231 |9365 | 231 |2453 |  17 |  31k|4031 | 0.000000e+00 |      --      |    Inf 
131.06/131.11	c   131s| 54700 |   138 |829344 |  15.2 |  10M|  46 |  18 | 231 |9374 | 231 |2453 |  17 |  31k|4038 | 0.000000e+00 |      --      |    Inf 
131.26/131.34	c   131s| 54800 |   136 |830917 |  15.2 |  10M|  46 |  38 | 231 |9381 | 231 |2453 |  17 |  31k|4047 | 0.000000e+00 |      --      |    Inf 
131.57/131.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.57/131.63	c   132s| 54900 |   137 |832854 |  15.2 |  10M|  46 |  38 | 231 |9362 | 231 |2453 |  17 |  31k|4057 | 0.000000e+00 |      --      |    Inf 
131.76/131.87	c   132s| 55000 |   137 |834294 |  15.2 |  10M|  46 |  27 | 231 |9384 | 231 |2453 |  17 |  31k|4065 | 0.000000e+00 |      --      |    Inf 
132.06/132.10	c   132s| 55100 |   136 |835789 |  15.2 |  10M|  46 |  41 | 231 |9429 | 231 |2453 |  17 |  31k|4074 | 0.000000e+00 |      --      |    Inf 
132.27/132.34	c   132s| 55200 |   137 |837478 |  15.2 |  10M|  46 |   - | 231 |9459 | 231 |2453 |  17 |  31k|4079 | 0.000000e+00 |      --      |    Inf 
132.46/132.57	c   133s| 55300 |   138 |838945 |  15.2 |  10M|  46 |   - | 231 |9474 | 231 |2453 |  17 |  31k|4089 | 0.000000e+00 |      --      |    Inf 
132.76/132.83	c   133s| 55400 |   134 |840580 |  15.2 |  10M|  46 |   - | 231 |9468 | 231 |2453 |  17 |  31k|4099 | 0.000000e+00 |      --      |    Inf 
132.97/133.09	c   133s| 55500 |   135 |842350 |  15.2 |  10M|  46 |  39 | 231 |9484 | 231 |2453 |  17 |  31k|4108 | 0.000000e+00 |      --      |    Inf 
133.26/133.31	c   133s| 55600 |   137 |843747 |  15.2 |  10M|  46 |   - | 231 |9533 | 231 |2453 |  17 |  31k|4116 | 0.000000e+00 |      --      |    Inf 
133.57/133.60	c   134s| 55700 |   138 |845623 |  15.2 |  10M|  46 |   - | 231 |9556 | 231 |2453 |  17 |  31k|4127 | 0.000000e+00 |      --      |    Inf 
133.76/133.88	c   134s| 55800 |   140 |847463 |  15.2 |  10M|  46 |  39 | 231 |9572 | 231 |2453 |  17 |  32k|4139 | 0.000000e+00 |      --      |    Inf 
133.96/134.10	c   134s| 55900 |   139 |848973 |  15.2 |  10M|  46 |   - | 231 |9608 | 231 |2453 |  17 |  32k|4146 | 0.000000e+00 |      --      |    Inf 
134.26/134.37	c   134s| 56000 |   139 |850708 |  15.2 |  10M|  46 |  30 | 231 |9642 | 231 |2453 |  17 |  32k|4161 | 0.000000e+00 |      --      |    Inf 
134.46/134.59	c   135s| 56100 |   141 |852316 |  15.2 |  10M|  46 |  27 | 231 |9689 | 231 |2453 |  17 |  32k|4165 | 0.000000e+00 |      --      |    Inf 
134.76/134.83	c   135s| 56200 |   141 |854001 |  15.2 |  10M|  46 |   - | 231 |9737 | 231 |2453 |  17 |  32k|4170 | 0.000000e+00 |      --      |    Inf 
134.97/135.06	c   135s| 56300 |   143 |855686 |  15.2 |  10M|  46 |  18 | 231 |9780 | 231 |2453 |  17 |  32k|4172 | 0.000000e+00 |      --      |    Inf 
135.17/135.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.17/135.28	c   135s| 56400 |   144 |857345 |  15.2 |  10M|  46 |  32 | 231 |9839 | 231 |2453 |  17 |  32k|4176 | 0.000000e+00 |      --      |    Inf 
135.46/135.51	c   136s| 56500 |   142 |859081 |  15.2 |  10M|  46 |  35 | 231 |9890 | 231 |2453 |  17 |  32k|4176 | 0.000000e+00 |      --      |    Inf 
135.66/135.72	c   136s| 56600 |   142 |860687 |  15.2 |  10M|  46 |  24 | 231 |9940 | 231 |2453 |  17 |  32k|4176 | 0.000000e+00 |      --      |    Inf 
135.87/135.95	c   136s| 56700 |   145 |862515 |  15.2 |  10M|  46 |  37 | 231 |9986 | 231 |2453 |  17 |  32k|4178 | 0.000000e+00 |      --      |    Inf 
136.06/136.17	c   136s| 56800 |   148 |864193 |  15.2 |  10M|  46 |  23 | 231 |  10k| 231 |2453 |  17 |  32k|4178 | 0.000000e+00 |      --      |    Inf 
136.26/136.37	c   136s| 56900 |   146 |865779 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4179 | 0.000000e+00 |      --      |    Inf 
136.47/136.59	c   137s| 57000 |   146 |867327 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
136.76/136.80	c   137s| 57100 |   150 |868912 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
136.96/137.04	c   137s| 57200 |   160 |870823 |  15.2 |  10M|  46 |  38 | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
137.17/137.26	c   137s| 57300 |   160 |872526 |  15.2 |  10M|  46 |  36 | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
137.37/137.46	c   137s| 57400 |   158 |874054 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
137.56/137.67	c   138s| 57500 |   158 |875619 |  15.2 |  10M|  46 |  36 | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
137.77/137.88	c   138s| 57600 |   159 |877250 |  15.2 |  10M|  46 |  30 | 231 |  10k| 231 |2453 |  17 |  32k|4181 | 0.000000e+00 |      --      |    Inf 
138.06/138.11	c   138s| 57700 |   159 |879054 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4182 | 0.000000e+00 |      --      |    Inf 
138.26/138.36	c   138s| 57800 |   157 |881060 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4182 | 0.000000e+00 |      --      |    Inf 
138.46/138.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.46/138.57	c   139s| 57900 |   161 |882672 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4182 | 0.000000e+00 |      --      |    Inf 
138.76/138.80	c   139s| 58000 |   163 |884501 |  15.2 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4182 | 0.000000e+00 |      --      |    Inf 
138.97/139.06	c   139s| 58100 |   163 |886534 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4183 | 0.000000e+00 |      --      |    Inf 
139.26/139.30	c   139s| 58200 |   163 |888441 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4183 | 0.000000e+00 |      --      |    Inf 
139.46/139.53	c   140s| 58300 |   162 |890203 |  15.3 |  10M|  46 |  34 | 231 |  10k| 231 |2453 |  17 |  33k|4184 | 0.000000e+00 |      --      |    Inf 
139.67/139.76	c   140s| 58400 |   162 |892053 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4184 | 0.000000e+00 |      --      |    Inf 
139.97/140.01	c   140s| 58500 |   160 |893924 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4184 | 0.000000e+00 |      --      |    Inf 
140.16/140.22	c   140s| 58600 |   165 |895562 |  15.3 |  10M|  46 |  35 | 231 |  10k| 231 |2453 |  17 |  33k|4184 | 0.000000e+00 |      --      |    Inf 
140.36/140.45	c   140s| 58700 |   165 |897180 |  15.3 |  10M|  46 |  38 | 231 |  10k| 231 |2453 |  17 |  33k|4192 | 0.000000e+00 |      --      |    Inf 
140.67/140.72	c   141s| 58800 |   163 |899030 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  33k|4200 | 0.000000e+00 |      --      |    Inf 
140.86/140.94	c   141s| 58900 |   163 |900556 |  15.3 |  10M|  46 |  28 | 231 |  11k| 231 |2453 |  17 |  33k|4205 | 0.000000e+00 |      --      |    Inf 
141.16/141.27	c   141s| 59000 |   169 |902655 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  33k|4223 | 0.000000e+00 |      --      |    Inf 
141.36/141.48	c   141s| 59100 |   168 |904306 |  15.3 |  10M|  46 |  42 | 231 |  11k| 231 |2453 |  17 |  33k|4223 | 0.000000e+00 |      --      |    Inf 
141.66/141.77	c   142s| 59200 |   172 |906280 |  15.3 |  10M|  46 |  28 | 231 |  11k| 231 |2453 |  17 |  33k|4236 | 0.000000e+00 |      --      |    Inf 
141.96/142.04	c   142s| 59300 |   169 |908107 |  15.3 |  10M|  46 |  32 | 231 |  11k| 231 |2453 |  17 |  33k|4242 | 0.000000e+00 |      --      |    Inf 
142.16/142.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.16/142.29	c   142s| 59400 |   168 |909752 |  15.3 |  10M|  46 |  33 | 231 |  11k| 231 |2453 |  17 |  33k|4250 | 0.000000e+00 |      --      |    Inf 
142.46/142.53	c   143s| 59500 |   167 |911266 |  15.3 |  10M|  46 |  33 | 231 |  11k| 231 |2453 |  17 |  34k|4259 | 0.000000e+00 |      --      |    Inf 
142.66/142.78	c   143s| 59600 |   167 |912982 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4267 | 0.000000e+00 |      --      |    Inf 
142.97/143.04	c   143s| 59700 |   167 |914627 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4275 | 0.000000e+00 |      --      |    Inf 
143.16/143.28	c   143s| 59800 |   166 |916150 |  15.3 |  10M|  46 |  39 | 231 |  11k| 231 |2453 |  17 |  34k|4282 | 0.000000e+00 |      --      |    Inf 
143.47/143.55	c   144s| 59900 |   170 |918025 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4290 | 0.000000e+00 |      --      |    Inf 
143.76/143.80	c   144s| 60000 |   170 |919730 |  15.3 |  11M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4300 | 0.000000e+00 |      --      |    Inf 
143.97/144.06	c   144s| 60100 |   166 |921397 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4310 | 0.000000e+00 |      --      |    Inf 
144.26/144.33	c   144s| 60200 |   168 |923102 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4321 | 0.000000e+00 |      --      |    Inf 
144.46/144.59	c   145s| 60300 |   166 |924722 |  15.3 |  10M|  46 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4334 | 0.000000e+00 |      --      |    Inf 
144.77/144.87	c   145s| 60400 |   164 |926458 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4344 | 0.000000e+00 |      --      |    Inf 
145.07/145.13	c   145s| 60500 |   166 |928238 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4350 | 0.000000e+00 |      --      |    Inf 
145.26/145.38	c   145s| 60600 |   163 |929779 |  15.3 |  10M|  46 |  39 | 231 |  10k| 231 |2453 |  17 |  34k|4360 | 0.000000e+00 |      --      |    Inf 
145.47/145.58	c   146s| 60700 |   161 |931190 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4362 | 0.000000e+00 |      --      |    Inf 
145.76/145.87	c   146s| 60800 |   163 |932973 |  15.3 |  10M|  46 |  26 | 231 |  10k| 231 |2453 |  17 |  34k|4373 | 0.000000e+00 |      --      |    Inf 
146.06/146.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.06/146.11	c   146s| 60900 |   163 |934769 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4376 | 0.000000e+00 |      --      |    Inf 
146.27/146.33	c   146s| 61000 |   162 |936261 |  15.3 |  10M|  46 |  32 | 231 |  10k| 231 |2453 |  17 |  34k|4378 | 0.000000e+00 |      --      |    Inf 
146.46/146.53	c   147s| 61100 |   162 |937746 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4378 | 0.000000e+00 |      --      |    Inf 
146.66/146.75	c   147s| 61200 |   158 |939375 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4378 | 0.000000e+00 |      --      |    Inf 
146.86/146.98	c   147s| 61300 |   159 |940865 |  15.3 |  10M|  46 |  25 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
147.06/147.15	c   147s| 61400 |   158 |942007 |  15.3 |  10M|  46 |  29 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
147.26/147.36	c   147s| 61500 |   156 |943506 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
147.46/147.58	c   148s| 61600 |   156 |945099 |  15.3 |  10M|  46 |  31 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
147.76/147.80	c   148s| 61700 |   156 |946861 |  15.3 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
147.96/148.05	c   148s| 61800 |   154 |948773 |  15.4 |  10M|  46 |   - | 231 |  10k|   0 |   0 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
148.16/148.28	c   148s| 61900 |   152 |950567 |  15.4 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
148.46/148.51	c   149s| 62000 |   154 |952375 |  15.4 |  10M|  46 |  35 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
148.66/148.73	c   149s| 62100 |   154 |954106 |  15.4 |  10M|  46 |  26 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
148.86/148.96	c   149s| 62200 |   152 |955685 |  15.4 |  10M|  46 |  39 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
149.06/149.19	c   149s| 62300 |   150 |957441 |  15.4 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
149.36/149.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.36/149.41	c   149s| 62400 |   152 |959109 |  15.4 |  10M|  46 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
149.56/149.64	c   150s| 62500 |   154 |960790 |  15.4 |  10M|  46 |  40 | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
149.76/149.83	c   150s| 62600 |   151 |962195 |  15.4 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
149.96/150.03	c   150s| 62700 |   152 |963735 |  15.4 |  10M|  49 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
150.16/150.22	c   150s| 62800 |   153 |965211 |  15.4 |  10M|  49 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
150.36/150.43	c   150s| 62900 |   149 |966804 |  15.4 |  10M|  50 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4381 | 0.000000e+00 |      --      |    Inf 
150.56/150.65	c   151s| 63000 |   149 |968402 |  15.4 |  10M|  50 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
150.76/150.88	c   151s| 63100 |   151 |970136 |  15.4 |  10M|  50 |  35 | 231 |  10k| 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
151.06/151.10	c   151s| 63200 |   151 |971753 |  15.4 |  10M|  50 |  32 | 231 |  10k| 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
151.26/151.30	c   151s| 63300 |   149 |973129 |  15.4 |  10M|  50 |  34 | 231 |  10k| 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
151.46/151.51	c   152s| 63400 |   147 |974755 |  15.4 |  10M|  50 |  30 | 231 |  10k| 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
151.67/151.71	c   152s| 63500 |   148 |976221 |  15.4 |  10M|  50 |  20 | 231 |9974 | 231 |2453 |  17 |  36k|4381 | 0.000000e+00 |      --      |    Inf 
151.86/151.96	c   152s| 63600 |   148 |977865 |  15.4 |  10M|  50 |   - | 231 |9944 | 231 |2453 |  17 |  36k|4389 | 0.000000e+00 |      --      |    Inf 
152.06/152.19	c   152s| 63700 |   152 |979230 |  15.4 |  10M|  50 |  23 | 231 |9935 | 231 |2453 |  17 |  36k|4398 | 0.000000e+00 |      --      |    Inf 
152.26/152.39	c   152s| 63800 |   149 |980666 |  15.4 |  10M|  50 |  27 | 231 |9915 | 231 |2453 |  17 |  36k|4398 | 0.000000e+00 |      --      |    Inf 
152.56/152.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.56/152.63	c   153s| 63900 |   147 |982175 |  15.4 |  10M|  50 |   - | 231 |9883 | 231 |2453 |  17 |  36k|4405 | 0.000000e+00 |      --      |    Inf 
152.76/152.88	c   153s| 64000 |   145 |983636 |  15.4 |  10M|  52 |  32 | 231 |9863 | 231 |2453 |  17 |  36k|4414 | 0.000000e+00 |      --      |    Inf 
153.06/153.13	c   153s| 64100 |   143 |985126 |  15.4 |  10M|  52 |   - | 231 |9834 | 231 |2453 |  17 |  36k|4424 | 0.000000e+00 |      --      |    Inf 
153.26/153.37	c   153s| 64200 |   145 |986739 |  15.4 |  10M|  52 |  42 | 231 |9783 | 231 |2453 |  17 |  36k|4429 | 0.000000e+00 |      --      |    Inf 
153.56/153.60	c   154s| 64300 |   145 |988294 |  15.4 |  10M|  52 |   - | 231 |9810 | 231 |2453 |  17 |  36k|4436 | 0.000000e+00 |      --      |    Inf 
153.76/153.84	c   154s| 64400 |   147 |989682 |  15.4 |  10M|  52 |   - | 231 |9816 | 231 |2453 |  17 |  36k|4446 | 0.000000e+00 |      --      |    Inf 
153.96/154.05	c   154s| 64500 |   146 |991094 |  15.4 |  10M|  52 |   - | 231 |9843 | 231 |2453 |  17 |  36k|4449 | 0.000000e+00 |      --      |    Inf 
154.25/154.31	c   154s| 64600 |   146 |992805 |  15.4 |  10M|  52 |  23 | 231 |9881 | 231 |2453 |  17 |  36k|4461 | 0.000000e+00 |      --      |    Inf 
154.46/154.55	c   155s| 64700 |   145 |994260 |  15.4 |  10M|  52 |  40 | 231 |9783 | 231 |2453 |  17 |  37k|4469 | 0.000000e+00 |      --      |    Inf 
154.75/154.82	c   155s| 64800 |   141 |995909 |  15.4 |  10M|  52 |  41 | 231 |9735 | 231 |2453 |  17 |  37k|4482 | 0.000000e+00 |      --      |    Inf 
154.96/155.08	c   155s| 64900 |   139 |997589 |  15.4 |  10M|  52 |  37 | 231 |9739 | 231 |2453 |  17 |  37k|4490 | 0.000000e+00 |      --      |    Inf 
155.26/155.30	c   155s| 65000 |   139 |999161 |  15.4 |  10M|  52 |  33 | 231 |9738 | 231 |2453 |  17 |  37k|4494 | 0.000000e+00 |      --      |    Inf 
155.46/155.51	c   156s| 65100 |   137 |  1000k|  15.4 |  10M|  52 |  37 | 231 |9769 | 231 |2453 |  17 |  37k|4501 | 0.000000e+00 |      --      |    Inf 
155.66/155.74	c   156s| 65200 |   138 |  1001k|  15.4 |  10M|  52 |  34 | 231 |9801 | 231 |2453 |  17 |  37k|4510 | 0.000000e+00 |      --      |    Inf 
155.86/155.96	c   156s| 65300 |   140 |  1003k|  15.4 |  10M|  52 |  29 | 231 |9844 | 231 |2453 |  17 |  37k|4515 | 0.000000e+00 |      --      |    Inf 
156.17/156.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.17/156.21	c   156s| 65400 |   139 |  1005k|  15.4 |  10M|  52 |   - | 231 |9881 | 231 |2453 |  17 |  37k|4524 | 0.000000e+00 |      --      |    Inf 
156.36/156.45	c   156s| 65500 |   147 |  1006k|  15.4 |  10M|  52 |   - | 231 |9922 | 231 |2453 |  17 |  37k|4529 | 0.000000e+00 |      --      |    Inf 
156.56/156.64	c   157s| 65600 |   142 |  1008k|  15.4 |  10M|  52 |   - | 231 |9965 | 231 |2453 |  17 |  37k|4529 | 0.000000e+00 |      --      |    Inf 
156.76/156.85	c   157s| 65700 |   140 |  1009k|  15.4 |  10M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  37k|4532 | 0.000000e+00 |      --      |    Inf 
156.95/157.08	c   157s| 65800 |   136 |  1011k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4533 | 0.000000e+00 |      --      |    Inf 
157.26/157.30	c   157s| 65900 |   136 |  1012k|  15.4 |  10M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  37k|4537 | 0.000000e+00 |      --      |    Inf 
157.46/157.53	c   158s| 66000 |   136 |  1014k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4544 | 0.000000e+00 |      --      |    Inf 
157.65/157.74	c   158s| 66100 |   137 |  1015k|  15.4 |  10M|  52 |  12 | 231 |  10k| 231 |2453 |  17 |  37k|4549 | 0.000000e+00 |      --      |    Inf 
157.85/157.93	c   158s| 66200 |   136 |  1017k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4549 | 0.000000e+00 |      --      |    Inf 
158.06/158.14	c   158s| 66300 |   140 |  1018k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4549 | 0.000000e+00 |      --      |    Inf 
158.26/158.36	c   158s| 66400 |   136 |  1020k|  15.4 |  10M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  37k|4550 | 0.000000e+00 |      --      |    Inf 
158.46/158.58	c   159s| 66500 |   136 |  1022k|  15.4 |  10M|  52 |  21 | 231 |  10k| 231 |2453 |  17 |  37k|4552 | 0.000000e+00 |      --      |    Inf 
158.76/158.81	c   159s| 66600 |   134 |  1024k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4553 | 0.000000e+00 |      --      |    Inf 
158.96/159.04	c   159s| 66700 |   134 |  1025k|  15.4 |  10M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  38k|4553 | 0.000000e+00 |      --      |    Inf 
159.16/159.29	c   159s| 66800 |   134 |  1027k|  15.4 |  10M|  52 |  43 | 231 |  10k| 231 |2453 |  17 |  38k|4555 | 0.000000e+00 |      --      |    Inf 
159.36/159.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.36/159.50	c   159s| 66900 |   129 |  1028k|  15.4 |  10M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
159.66/159.72	c   160s| 67000 |   131 |  1030k|  15.4 |  10M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
159.86/159.96	c   160s| 67100 |   129 |  1032k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
160.06/160.17	c   160s| 67200 |   130 |  1033k|  15.4 |  10M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
160.35/160.41	c   160s| 67300 |   129 |  1035k|  15.4 |  10M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
160.57/160.64	c   161s| 67400 |   129 |  1037k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4556 | 0.000000e+00 |      --      |    Inf 
160.76/160.87	c   161s| 67500 |   129 |  1039k|  15.4 |  10M|  52 |  14 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
160.95/161.06	c   161s| 67600 |   127 |  1040k|  15.4 |  10M|  52 |  42 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
161.26/161.31	c   161s| 67700 |   127 |  1042k|  15.4 |  10M|  52 |  22 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
161.45/161.58	c   162s| 67800 |   128 |  1044k|  15.4 |  10M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
161.67/161.77	c   162s| 67900 |   128 |  1046k|  15.4 |  10M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
161.86/161.97	c   162s| 68000 |   132 |  1047k|  15.4 |  10M|  52 |  21 | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
162.05/162.18	c   162s| 68100 |   127 |  1049k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4558 | 0.000000e+00 |      --      |    Inf 
162.26/162.37	c   162s| 68200 |   130 |  1050k|  15.4 |  10M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  39k|4558 | 0.000000e+00 |      --      |    Inf 
162.46/162.56	c   163s| 68300 |   131 |  1051k|  15.4 |  10M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  39k|4558 | 0.000000e+00 |      --      |    Inf 
162.66/162.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.66/162.79	c   163s| 68400 |   129 |  1053k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4558 | 0.000000e+00 |      --      |    Inf 
162.96/163.06	c   163s| 68500 |   129 |  1055k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4568 | 0.000000e+00 |      --      |    Inf 
163.26/163.30	c   163s| 68600 |   131 |  1057k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4573 | 0.000000e+00 |      --      |    Inf 
163.46/163.53	c   164s| 68700 |   129 |  1059k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4578 | 0.000000e+00 |      --      |    Inf 
163.77/163.84	c   164s| 68800 |   130 |  1061k|  15.4 |  10M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  39k|4595 | 0.000000e+00 |      --      |    Inf 
164.06/164.12	c   164s| 68900 |   127 |  1063k|  15.4 |  10M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  39k|4600 | 0.000000e+00 |      --      |    Inf 
164.26/164.33	c   164s| 69000 |   127 |  1064k|  15.4 |  10M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  39k|4605 | 0.000000e+00 |      --      |    Inf 
164.46/164.59	c   165s| 69100 |   127 |  1066k|  15.4 |  10M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  39k|4614 | 0.000000e+00 |      --      |    Inf 
164.76/164.86	c   165s| 69200 |   126 |  1068k|  15.4 |  10M|  52 |  43 | 231 |  10k| 231 |2453 |  17 |  39k|4628 | 0.000000e+00 |      --      |    Inf 
165.06/165.11	c   165s| 69300 |   131 |  1069k|  15.4 |  10M|  52 |  21 | 231 |  10k| 231 |2453 |  17 |  39k|4638 | 0.000000e+00 |      --      |    Inf 
165.16/165.29	c   165s| 69400 |   128 |  1070k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4638 | 0.000000e+00 |      --      |    Inf 
165.46/165.50	c   165s| 69500 |   128 |  1071k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4645 | 0.000000e+00 |      --      |    Inf 
165.66/165.74	c   166s| 69600 |   130 |  1073k|  15.4 |  10M|  52 |  18 | 231 |  10k| 231 |2453 |  17 |  39k|4655 | 0.000000e+00 |      --      |    Inf 
165.86/165.98	c   166s| 69700 |   129 |  1075k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4661 | 0.000000e+00 |      --      |    Inf 
166.15/166.20	c   166s| 69800 |   132 |  1076k|  15.4 |  10M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  39k|4668 | 0.000000e+00 |      --      |    Inf 
166.36/166.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.36/166.43	c   166s| 69900 |   128 |  1077k|  15.4 |  10M|  52 |  44 | 231 |  10k| 231 |2453 |  17 |  40k|4676 | 0.000000e+00 |      --      |    Inf 
166.55/166.68	c   167s| 70000 |   130 |  1079k|  15.4 |  10M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  40k|4678 | 0.000000e+00 |      --      |    Inf 
166.86/166.92	c   167s| 70100 |   128 |  1081k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4686 | 0.000000e+00 |      --      |    Inf 
167.06/167.18	c   167s| 70200 |   133 |  1083k|  15.4 |  10M|  52 |  27 | 231 |  10k| 231 |2453 |  17 |  40k|4695 | 0.000000e+00 |      --      |    Inf 
167.36/167.40	c   167s| 70300 |   133 |  1084k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4704 | 0.000000e+00 |      --      |    Inf 
167.56/167.63	c   168s| 70400 |   133 |  1086k|  15.4 |  10M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  40k|4710 | 0.000000e+00 |      --      |    Inf 
167.76/167.85	c   168s| 70500 |   133 |  1087k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4716 | 0.000000e+00 |      --      |    Inf 
168.06/168.11	c   168s| 70600 |   132 |  1089k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4727 | 0.000000e+00 |      --      |    Inf 
168.26/168.34	c   168s| 70700 |   134 |  1090k|  15.4 |  10M|  52 |  24 | 231 |  10k| 231 |2453 |  17 |  40k|4733 | 0.000000e+00 |      --      |    Inf 
168.56/168.64	c   169s| 70800 |   134 |  1092k|  15.4 |  10M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  40k|4745 | 0.000000e+00 |      --      |    Inf 
168.76/168.89	c   169s| 70900 |   136 |  1094k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4751 | 0.000000e+00 |      --      |    Inf 
169.06/169.10	c   169s| 71000 |   138 |  1095k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4752 | 0.000000e+00 |      --      |    Inf 
169.26/169.33	c   169s| 71100 |   138 |  1097k|  15.4 |  10M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  40k|4752 | 0.000000e+00 |      --      |    Inf 
169.46/169.55	c   170s| 71200 |   148 |  1099k|  15.4 |  10M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  40k|4753 | 0.000000e+00 |      --      |    Inf 
169.66/169.76	c   170s| 71300 |   148 |  1100k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4753 | 0.000000e+00 |      --      |    Inf 
169.96/170.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.96/170.01	c   170s| 71400 |   153 |  1102k|  15.4 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4753 | 0.000000e+00 |      --      |    Inf 
170.05/170.18	c   170s| 71500 |   154 |  1104k|  15.4 |  10M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  40k|4753 | 0.000000e+00 |      --      |    Inf 
170.26/170.40	c   170s| 71600 |   156 |  1105k|  15.4 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4753 | 0.000000e+00 |      --      |    Inf 
170.56/170.61	c   171s| 71700 |   158 |  1107k|  15.4 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
170.76/170.85	c   171s| 71800 |   156 |  1109k|  15.4 |  10M|  52 |  47 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
170.95/171.07	c   171s| 71900 |   158 |  1110k|  15.4 |  10M|  52 |  29 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
171.16/171.26	c   171s| 72000 |   159 |  1112k|  15.4 |  10M|  52 |  17 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
171.36/171.49	c   171s| 72100 |   155 |  1114k|  15.5 |  10M|  52 |  49 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
171.66/171.70	c   172s| 72200 |   155 |  1115k|  15.5 |  10M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
171.86/171.96	c   172s| 72300 |   153 |  1117k|  15.5 |  10M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
172.16/172.20	c   172s| 72400 |   157 |  1119k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
172.36/172.42	c   172s| 72500 |   155 |  1121k|  15.5 |  11M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
172.56/172.67	c   173s| 72600 |   155 |  1123k|  15.5 |  11M|  52 |  37 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
172.85/172.91	c   173s| 72700 |   155 |  1125k|  15.5 |  11M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
173.06/173.13	c   173s| 72800 |   155 |  1126k|  15.5 |  11M|  52 |  21 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
173.26/173.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.26/173.37	c   173s| 72900 |   155 |  1128k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
173.46/173.58	c   174s| 73000 |   155 |  1130k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
173.67/173.79	c   174s| 73100 |   157 |  1132k|  15.5 |  11M|  52 |  30 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
173.85/173.99	c   174s| 73200 |   157 |  1133k|  15.5 |  11M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
174.06/174.17	c   174s| 73300 |   160 |  1134k|  15.5 |  11M|  52 |  25 | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
174.26/174.39	c   174s| 73400 |   158 |  1136k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4753 | 0.000000e+00 |      --      |    Inf 
174.45/174.59	c   175s| 73500 |   158 |  1138k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4753 | 0.000000e+00 |      --      |    Inf 
174.65/174.79	c   175s| 73600 |   157 |  1139k|  15.5 |  11M|  52 |  37 | 231 |  11k| 231 |2453 |  17 |  42k|4753 | 0.000000e+00 |      --      |    Inf 
174.86/174.99	c   175s| 73700 |   156 |  1141k|  15.5 |  11M|  52 |  24 | 231 |  11k| 231 |2453 |  17 |  42k|4753 | 0.000000e+00 |      --      |    Inf 
175.15/175.21	c   175s| 73800 |   153 |  1142k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4763 | 0.000000e+00 |      --      |    Inf 
175.35/175.48	c   175s| 73900 |   153 |  1144k|  15.5 |  11M|  52 |  40 | 231 |  11k| 231 |2453 |  17 |  42k|4778 | 0.000000e+00 |      --      |    Inf 
175.56/175.67	c   176s| 74000 |   153 |  1145k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4778 | 0.000000e+00 |      --      |    Inf 
175.76/175.90	c   176s| 74100 |   153 |  1146k|  15.5 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4789 | 0.000000e+00 |      --      |    Inf 
176.05/176.10	c   176s| 74200 |   155 |  1148k|  15.5 |  11M|  52 |  15 | 231 |  12k| 231 |2453 |  17 |  42k|4789 | 0.000000e+00 |      --      |    Inf 
176.26/176.31	c   176s| 74300 |   157 |  1149k|  15.5 |  11M|  52 |  25 | 231 |  12k| 231 |2453 |  17 |  42k|4796 | 0.000000e+00 |      --      |    Inf 
176.46/176.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.46/176.58	c   177s| 74400 |   153 |  1151k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4809 | 0.000000e+00 |      --      |    Inf 
176.76/176.82	c   177s| 74500 |   155 |  1152k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4815 | 0.000000e+00 |      --      |    Inf 
176.96/177.00	c   177s| 74600 |   155 |  1154k|  15.5 |  11M|  52 |  23 | 231 |  11k| 231 |2453 |  17 |  42k|4815 | 0.000000e+00 |      --      |    Inf 
177.15/177.26	c   177s| 74700 |   154 |  1155k|  15.5 |  11M|  52 |  28 | 231 |  11k| 231 |2453 |  17 |  42k|4828 | 0.000000e+00 |      --      |    Inf 
177.36/177.48	c   177s| 74800 |   155 |  1157k|  15.5 |  11M|  52 |  23 | 231 |  11k| 231 |2453 |  17 |  42k|4833 | 0.000000e+00 |      --      |    Inf 
177.66/177.70	c   178s| 74900 |   155 |  1158k|  15.5 |  11M|  52 |  24 | 231 |  11k| 231 |2453 |  17 |  42k|4843 | 0.000000e+00 |      --      |    Inf 
177.86/177.93	c   178s| 75000 |   153 |  1159k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4855 | 0.000000e+00 |      --      |    Inf 
178.06/178.14	c   178s| 75100 |   153 |  1161k|  15.5 |  11M|  52 |  32 | 231 |  12k| 231 |2453 |  17 |  42k|4855 | 0.000000e+00 |      --      |    Inf 
178.25/178.37	c   178s| 75200 |   157 |  1162k|  15.5 |  11M|  52 |   - | 231 |  12k|   0 |   0 |  17 |  42k|4865 | 0.000000e+00 |      --      |    Inf 
178.46/178.55	c   179s| 75300 |   155 |  1163k|  15.5 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4871 | 0.000000e+00 |      --      |    Inf 
178.76/178.84	c   179s| 75400 |   157 |  1165k|  15.5 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4878 | 0.000000e+00 |      --      |    Inf 
179.06/179.13	c   179s| 75500 |   157 |  1167k|  15.5 |  11M|  52 |  17 | 231 |  11k| 231 |2453 |  17 |  43k|4888 | 0.000000e+00 |      --      |    Inf 
179.26/179.36	c   179s| 75600 |   159 |  1169k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  43k|4895 | 0.000000e+00 |      --      |    Inf 
179.46/179.59	c   180s| 75700 |   161 |  1170k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  43k|4909 | 0.000000e+00 |      --      |    Inf 
179.75/179.81	c   180s| 75800 |   160 |  1171k|  15.5 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  43k|4914 | 0.000000e+00 |      --      |    Inf 
179.96/180.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.96/180.05	c   180s| 75900 |   160 |  1173k|  15.5 |  11M|  52 |  25 | 231 |  12k| 231 |2453 |  17 |  43k|4923 | 0.000000e+00 |      --      |    Inf 
180.16/180.29	c   180s| 76000 |   158 |  1174k|  15.5 |  11M|  52 |  38 | 231 |  12k| 231 |2453 |  17 |  43k|4929 | 0.000000e+00 |      --      |    Inf 
180.36/180.49	c   180s| 76100 |   159 |  1176k|  15.5 |  11M|  52 |  36 | 231 |  12k| 231 |2453 |  17 |  43k|4936 | 0.000000e+00 |      --      |    Inf 
180.66/180.72	c   181s| 76200 |   157 |  1177k|  15.5 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4945 | 0.000000e+00 |      --      |    Inf 
180.86/180.96	c   181s| 76300 |   157 |  1179k|  15.5 |  11M|  52 |  32 | 231 |  12k| 231 |2453 |  17 |  43k|4953 | 0.000000e+00 |      --      |    Inf 
181.15/181.21	c   181s| 76400 |   159 |  1180k|  15.5 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  43k|4963 | 0.000000e+00 |      --      |    Inf 
181.36/181.43	c   181s| 76500 |   163 |  1182k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4971 | 0.000000e+00 |      --      |    Inf 
181.56/181.66	c   182s| 76600 |   166 |  1183k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4980 | 0.000000e+00 |      --      |    Inf 
181.76/181.84	c   182s| 76700 |   165 |  1184k|  15.4 |  11M|  52 |  27 | 231 |  12k| 231 |2453 |  17 |  43k|4983 | 0.000000e+00 |      --      |    Inf 
181.95/182.03	c   182s| 76800 |   161 |  1185k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4986 | 0.000000e+00 |      --      |    Inf 
182.15/182.20	c   182s| 76900 |   159 |  1186k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4987 | 0.000000e+00 |      --      |    Inf 
182.36/182.46	c   182s| 77000 |   165 |  1188k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  44k|4994 | 0.000000e+00 |      --      |    Inf 
182.65/182.71	c   183s| 77100 |   167 |  1190k|  15.4 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  44k|4997 | 0.000000e+00 |      --      |    Inf 
182.86/182.95	c   183s| 77200 |   167 |  1192k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
183.06/183.17	c   183s| 77300 |   169 |  1193k|  15.4 |  11M|  52 |  27 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
183.35/183.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.35/183.41	c   183s| 77400 |   169 |  1195k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
183.56/183.63	c   184s| 77500 |   169 |  1197k|  15.4 |  11M|  52 |  24 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
183.75/183.84	c   184s| 77600 |   169 |  1198k|  15.4 |  11M|  52 |  24 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
183.95/184.05	c   184s| 77700 |   167 |  1200k|  15.4 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
184.16/184.28	c   184s| 77800 |   171 |  1202k|  15.4 |  11M|  52 |  29 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
184.35/184.49	c   184s| 77900 |   171 |  1203k|  15.5 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
184.55/184.69	c   185s| 78000 |   175 |  1205k|  15.4 |  11M|  52 |  34 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
184.86/184.90	c   185s| 78100 |   177 |  1206k|  15.4 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
185.06/185.12	c   185s| 78200 |   179 |  1208k|  15.5 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
185.26/185.32	c   185s| 78300 |   177 |  1209k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
185.46/185.53	c   186s| 78400 |   177 |  1211k|  15.4 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
185.65/185.73	c   186s| 78500 |   177 |  1212k|  15.4 |  11M|  52 |  36 | 231 |  13k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
185.86/185.96	c   186s| 78600 |   173 |  1214k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  44k|4998 | 0.000000e+00 |      --      |    Inf 
186.06/186.19	c   186s| 78700 |   171 |  1216k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
186.36/186.40	c   186s| 78800 |   173 |  1217k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
186.55/186.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.55/186.62	c   187s| 78900 |   173 |  1219k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
186.76/186.83	c   187s| 79000 |   173 |  1220k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
186.96/187.06	c   187s| 79100 |   171 |  1222k|  15.5 |  11M|  52 |  44 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
187.15/187.28	c   187s| 79200 |   177 |  1224k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
187.46/187.51	c   188s| 79300 |   183 |  1225k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
187.65/187.74	c   188s| 79400 |   179 |  1227k|  15.5 |  11M|  52 |  32 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
187.85/188.00	c   188s| 79500 |   185 |  1229k|  15.5 |  11M|  52 |  32 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
188.16/188.23	c   188s| 79600 |   183 |  1231k|  15.5 |  11M|  52 |  35 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
188.36/188.49	c   188s| 79700 |   185 |  1233k|  15.5 |  11M|  52 |  36 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
188.65/188.70	c   189s| 79800 |   187 |  1234k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
188.86/188.92	c   189s| 79900 |   189 |  1236k|  15.5 |  11M|  52 |  41 | 231 |  13k| 231 |2453 |  17 |  45k|4998 | 0.000000e+00 |      --      |    Inf 
189.16/189.20	c   189s| 80000 |   185 |  1238k|  15.5 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5010 | 0.000000e+00 |      --      |    Inf 
189.36/189.49	c   189s| 80100 |   187 |  1240k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5020 | 0.000000e+00 |      --      |    Inf 
189.66/189.74	c   190s| 80200 |   189 |  1241k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5021 | 0.000000e+00 |      --      |    Inf 
189.95/190.04	c   190s| 80300 |   187 |  1243k|  15.5 |  12M|  52 |  43 | 231 |  13k| 231 |2453 |  17 |  45k|5032 | 0.000000e+00 |      --      |    Inf 
190.26/190.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.26/190.34	c   190s| 80400 |   189 |  1245k|  15.5 |  12M|  52 |  41 | 231 |  13k| 231 |2453 |  17 |  45k|5042 | 0.000000e+00 |      --      |    Inf 
190.46/190.56	c   191s| 80500 |   189 |  1247k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5042 | 0.000000e+00 |      --      |    Inf 
190.76/190.83	c   191s| 80600 |   189 |  1248k|  15.5 |  12M|  52 |  39 | 231 |  14k| 231 |2453 |  17 |  46k|5051 | 0.000000e+00 |      --      |    Inf 
190.95/191.09	c   191s| 80700 |   189 |  1250k|  15.5 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5057 | 0.000000e+00 |      --      |    Inf 
191.25/191.37	c   191s| 80800 |   185 |  1252k|  15.5 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5071 | 0.000000e+00 |      --      |    Inf 
191.56/191.64	c   192s| 80900 |   185 |  1254k|  15.5 |  12M|  52 |  26 | 231 |  14k| 231 |2453 |  17 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
191.85/191.91	c   192s| 81000 |   185 |  1256k|  15.5 |  12M|  52 |  36 | 231 |  14k| 231 |2453 |  17 |  46k|5086 | 0.000000e+00 |      --      |    Inf 
192.05/192.15	c   192s| 81100 |   187 |  1257k|  15.5 |  12M|  52 |  29 | 231 |  14k| 231 |2453 |  17 |  46k|5094 | 0.000000e+00 |      --      |    Inf 
192.36/192.41	c   192s| 81200 |   185 |  1259k|  15.5 |  12M|  52 |  31 | 231 |  14k| 231 |2453 |  17 |  46k|5105 | 0.000000e+00 |      --      |    Inf 
192.55/192.63	c   193s| 81300 |   185 |  1260k|  15.5 |  12M|  52 |  36 | 231 |  14k| 231 |2453 |  17 |  46k|5106 | 0.000000e+00 |      --      |    Inf 
192.75/192.89	c   193s| 81400 |   183 |  1262k|  15.5 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5117 | 0.000000e+00 |      --      |    Inf 
193.06/193.14	c   193s| 81500 |   189 |  1263k|  15.5 |  12M|  52 |  33 | 231 |  13k| 231 |2453 |  17 |  46k|5124 | 0.000000e+00 |      --      |    Inf 
193.35/193.45	c   193s| 81600 |   189 |  1266k|  15.5 |  12M|  52 |  32 | 231 |  13k| 231 |2453 |  17 |  46k|5131 | 0.000000e+00 |      --      |    Inf 
193.65/193.70	c   194s| 81700 |   189 |  1267k|  15.5 |  12M|  52 |  36 | 231 |  13k| 231 |2453 |  17 |  46k|5137 | 0.000000e+00 |      --      |    Inf 
193.95/194.00	c   194s| 81800 |   191 |  1269k|  15.5 |  12M|  52 |  21 | 231 |  13k| 231 |2453 |  17 |  46k|5149 | 0.000000e+00 |      --      |    Inf 
194.15/194.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.15/194.23	c   194s| 81900 |   187 |  1271k|  15.5 |  12M|  52 |  43 | 231 |  13k| 231 |2453 |  17 |  46k|5152 | 0.000000e+00 |      --      |    Inf 
194.46/194.51	c   195s| 82000 |   186 |  1273k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  46k|5160 | 0.000000e+00 |      --      |    Inf 
194.66/194.79	c   195s| 82100 |   186 |  1275k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  46k|5164 | 0.000000e+00 |      --      |    Inf 
194.95/195.08	c   195s| 82200 |   194 |  1277k|  15.5 |  12M|  52 |   - | 231 |  13k|   0 |   0 |  17 |  46k|5166 | 0.000000e+00 |      --      |    Inf 
195.15/195.29	c   195s| 82300 |   198 |  1279k|  15.5 |  12M|  52 |  16 | 231 |  13k| 231 |2453 |  17 |  46k|5168 | 0.000000e+00 |      --      |    Inf 
195.45/195.50	c   196s| 82400 |   195 |  1280k|  15.5 |  12M|  52 |  39 | 231 |  13k| 231 |2453 |  17 |  47k|5169 | 0.000000e+00 |      --      |    Inf 
195.66/195.72	c   196s| 82500 |   202 |  1282k|  15.5 |  12M|  52 |  29 | 231 |  13k| 231 |2453 |  17 |  47k|5169 | 0.000000e+00 |      --      |    Inf 
195.86/195.93	c   196s| 82600 |   202 |  1284k|  15.5 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5169 | 0.000000e+00 |      --      |    Inf 
196.05/196.17	c   196s| 82700 |   207 |  1285k|  15.5 |  12M|  52 |  41 | 231 |  13k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
196.25/196.39	c   196s| 82800 |   203 |  1287k|  15.5 |  12M|  52 |  32 | 231 |  13k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
196.56/196.64	c   197s| 82900 |   203 |  1289k|  15.6 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
196.86/196.93	c   197s| 83000 |   211 |  1291k|  15.6 |  12M|  52 |  26 | 231 |  13k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
197.16/197.20	c   197s| 83100 |   211 |  1294k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
197.35/197.40	c   197s| 83200 |   215 |  1295k|  15.6 |  12M|  52 |  25 | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
197.45/197.58	c   198s| 83300 |   215 |  1296k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
197.65/197.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.65/197.79	c   198s| 83400 |   215 |  1298k|  15.6 |  12M|  52 |  24 | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
197.96/198.02	c   198s| 83500 |   219 |  1300k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
198.16/198.26	c   198s| 83600 |   223 |  1301k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
198.35/198.48	c   198s| 83700 |   223 |  1303k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
198.55/198.70	c   199s| 83800 |   219 |  1305k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
198.75/198.89	c   199s| 83900 |   226 |  1306k|  15.6 |  12M|  52 |  15 | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
198.96/199.09	c   199s| 84000 |   232 |  1307k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5171 | 0.000000e+00 |      --      |    Inf 
199.15/199.28	c   199s| 84100 |   230 |  1309k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
199.36/199.48	c   199s| 84200 |   232 |  1310k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
199.56/199.66	c   200s| 84300 |   235 |  1312k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
199.75/199.89	c   200s| 84400 |   237 |  1313k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
199.96/200.08	c   200s| 84500 |   237 |  1315k|  15.6 |  12M|  52 |  30 | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
200.16/200.29	c   200s| 84600 |   235 |  1316k|  15.6 |  12M|  52 |  25 | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
200.45/200.55	c   201s| 84700 |   241 |  1318k|  15.6 |  12M|  52 |  34 | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
200.65/200.79	c   201s| 84800 |   245 |  1320k|  15.6 |  12M|  52 |  30 | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
200.95/201.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.95/201.01	c   201s| 84900 |   251 |  1322k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
201.16/201.22	c   201s| 85000 |   255 |  1323k|  15.6 |  12M|  52 |  34 | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
201.35/201.44	c   201s| 85100 |   255 |  1325k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
201.65/201.70	c   202s| 85200 |   261 |  1326k|  15.6 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5182 | 0.000000e+00 |      --      |    Inf 
201.86/201.92	c   202s| 85300 |   267 |  1328k|  15.6 |  12M|  52 |  30 | 231 |  15k| 231 |2453 |  17 |  48k|5182 | 0.000000e+00 |      --      |    Inf 
202.05/202.15	c   202s| 85400 |   271 |  1330k|  15.6 |  12M|  52 |  32 | 231 |  15k| 231 |2453 |  17 |  48k|5186 | 0.000000e+00 |      --      |    Inf 
202.36/202.44	c   202s| 85500 |   271 |  1332k|  15.6 |  12M|  52 |  30 | 231 |  15k| 231 |2453 |  17 |  48k|5196 | 0.000000e+00 |      --      |    Inf 
202.66/202.70	c   203s| 85600 |   267 |  1334k|  15.6 |  12M|  52 |  40 | 231 |  15k| 231 |2453 |  17 |  48k|5206 | 0.000000e+00 |      --      |    Inf 
202.85/202.98	c   203s| 85700 |   259 |  1336k|  15.6 |  12M|  52 |  36 | 231 |  15k| 231 |2453 |  17 |  48k|5215 | 0.000000e+00 |      --      |    Inf 
203.15/203.27	c   203s| 85800 |   265 |  1338k|  15.6 |  12M|  52 |  33 | 231 |  15k| 231 |2453 |  17 |  48k|5222 | 0.000000e+00 |      --      |    Inf 
203.46/203.52	c   204s| 85900 |   269 |  1339k|  15.6 |  12M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  48k|5222 | 0.000000e+00 |      --      |    Inf 
203.75/203.80	c   204s| 86000 |   273 |  1341k|  15.6 |  12M|  52 |  29 | 231 |  15k| 231 |2453 |  17 |  48k|5238 | 0.000000e+00 |      --      |    Inf 
203.95/204.00	c   204s| 86100 |   271 |  1342k|  15.6 |  12M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5238 | 0.000000e+00 |      --      |    Inf 
204.15/204.28	c   204s| 86200 |   271 |  1344k|  15.6 |  12M|  52 |  37 | 231 |  15k| 231 |2453 |  17 |  49k|5248 | 0.000000e+00 |      --      |    Inf 
204.45/204.53	c   205s| 86300 |   269 |  1346k|  15.6 |  12M|  52 |  34 | 231 |  15k| 231 |2453 |  17 |  49k|5254 | 0.000000e+00 |      --      |    Inf 
204.66/204.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.66/204.79	c   205s| 86400 |   269 |  1348k|  15.6 |  12M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5263 | 0.000000e+00 |      --      |    Inf 
204.95/205.01	c   205s| 86500 |   268 |  1349k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5269 | 0.000000e+00 |      --      |    Inf 
205.15/205.27	c   205s| 86600 |   272 |  1351k|  15.6 |  13M|  52 |   - | 231 |  15k|   0 |   0 |  17 |  49k|5280 | 0.000000e+00 |      --      |    Inf 
205.45/205.50	c   206s| 86700 |   276 |  1352k|  15.6 |  13M|  52 |  32 | 231 |  15k| 231 |2453 |  17 |  49k|5282 | 0.000000e+00 |      --      |    Inf 
205.66/205.77	c   206s| 86800 |   272 |  1354k|  15.6 |  13M|  52 |  35 | 231 |  15k| 231 |2453 |  17 |  49k|5292 | 0.000000e+00 |      --      |    Inf 
205.95/206.03	c   206s| 86900 |   274 |  1356k|  15.6 |  13M|  52 |  29 | 231 |  15k| 231 |2453 |  17 |  49k|5299 | 0.000000e+00 |      --      |    Inf 
206.15/206.28	c   206s| 87000 |   274 |  1357k|  15.6 |  13M|  52 |  20 | 231 |  15k| 231 |2453 |  17 |  49k|5304 | 0.000000e+00 |      --      |    Inf 
206.45/206.56	c   207s| 87100 |   272 |  1359k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5316 | 0.000000e+00 |      --      |    Inf 
206.76/206.85	c   207s| 87200 |   268 |  1361k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5327 | 0.000000e+00 |      --      |    Inf 
206.95/207.09	c   207s| 87300 |   270 |  1363k|  15.6 |  13M|  52 |  34 | 231 |  15k| 231 |2453 |  17 |  49k|5335 | 0.000000e+00 |      --      |    Inf 
207.25/207.35	c   207s| 87400 |   272 |  1364k|  15.6 |  13M|  52 |  18 | 231 |  15k| 231 |2453 |  17 |  49k|5338 | 0.000000e+00 |      --      |    Inf 
207.45/207.57	c   208s| 87500 |   272 |  1366k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5341 | 0.000000e+00 |      --      |    Inf 
207.65/207.80	c   208s| 87600 |   274 |  1367k|  15.6 |  13M|  52 |  27 | 231 |  15k| 231 |2453 |  17 |  49k|5345 | 0.000000e+00 |      --      |    Inf 
207.95/208.00	c   208s| 87700 |   280 |  1369k|  15.6 |  13M|  52 |  29 | 231 |  15k| 231 |2453 |  17 |  49k|5345 | 0.000000e+00 |      --      |    Inf 
208.15/208.22	c   208s| 87800 |   274 |  1371k|  15.6 |  13M|  52 |  31 | 231 |  15k| 231 |2453 |  17 |  49k|5345 | 0.000000e+00 |      --      |    Inf 
208.36/208.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.36/208.43	c   208s| 87900 |   270 |  1372k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  49k|5345 | 0.000000e+00 |      --      |    Inf 
208.55/208.66	c   209s| 88000 |   272 |  1374k|  15.6 |  13M|  52 |  35 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
208.75/208.89	c   209s| 88100 |   277 |  1376k|  15.6 |  13M|  52 |  29 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
209.05/209.13	c   209s| 88200 |   277 |  1377k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
209.25/209.36	c   209s| 88300 |   275 |  1379k|  15.6 |  13M|  52 |  36 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
209.45/209.58	c   210s| 88400 |   282 |  1381k|  15.6 |  13M|  52 |  21 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
209.75/209.82	c   210s| 88500 |   272 |  1382k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
209.96/210.07	c   210s| 88600 |   276 |  1384k|  15.6 |  13M|  52 |  36 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
210.26/210.36	c   210s| 88700 |   276 |  1386k|  15.6 |  13M|  52 |  24 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
210.45/210.59	c   211s| 88800 |   275 |  1388k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
210.75/210.83	c   211s| 88900 |   277 |  1390k|  15.6 |  13M|  52 |  30 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
210.95/211.07	c   211s| 89000 |   275 |  1392k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
211.25/211.30	c   211s| 89100 |   279 |  1393k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
211.45/211.56	c   212s| 89200 |   273 |  1395k|  15.6 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
211.75/211.81	c   212s| 89300 |   271 |  1397k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
211.95/212.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.95/212.03	c   212s| 89400 |   274 |  1399k|  15.7 |  13M|  52 |  37 | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
212.15/212.24	c   212s| 89500 |   269 |  1400k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
212.35/212.46	c   212s| 89600 |   269 |  1402k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  50k|5345 | 0.000000e+00 |      --      |    Inf 
212.55/212.69	c   213s| 89700 |   269 |  1404k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
212.86/212.93	c   213s| 89800 |   275 |  1405k|  15.7 |  13M|  52 |  38 | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
213.05/213.16	c   213s| 89900 |   279 |  1407k|  15.7 |  13M|  52 |  30 | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
213.26/213.38	c   213s| 90000 |   275 |  1409k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
213.45/213.59	c   214s| 90100 |   274 |  1410k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
213.75/213.81	c   214s| 90200 |   274 |  1412k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
213.95/214.04	c   214s| 90300 |   276 |  1414k|  15.7 |  13M|  52 |  21 | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
214.15/214.28	c   214s| 90400 |   276 |  1415k|  15.7 |  13M|  52 |  25 | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
214.46/214.50	c   215s| 90500 |   271 |  1417k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  51k|5345 | 0.000000e+00 |      --      |    Inf 
214.65/214.78	c   215s| 90600 |   273 |  1419k|  15.7 |  13M|  52 |   - | 231 |  16k|   0 |   0 |  17 |  51k|5358 | 0.000000e+00 |      --      |    Inf 
214.95/215.04	c   215s| 90700 |   271 |  1421k|  15.7 |  13M|  52 |  21 | 231 |  16k| 231 |2453 |  17 |  51k|5358 | 0.000000e+00 |      --      |    Inf 
215.25/215.31	c   215s| 90800 |   269 |  1422k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  51k|5365 | 0.000000e+00 |      --      |    Inf 
215.46/215.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.46/215.55	c   216s| 90900 |   267 |  1424k|  15.7 |  13M|  52 |  41 | 231 |  16k| 231 |2453 |  17 |  51k|5373 | 0.000000e+00 |      --      |    Inf 
215.75/215.83	c   216s| 91000 |   265 |  1426k|  15.7 |  13M|  52 |  38 | 231 |  16k| 231 |2453 |  17 |  51k|5383 | 0.000000e+00 |      --      |    Inf 
216.05/216.12	c   216s| 91100 |   261 |  1428k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  51k|5394 | 0.000000e+00 |      --      |    Inf 
216.25/216.36	c   216s| 91200 |   259 |  1429k|  15.7 |  13M|  52 |  31 | 231 |  16k| 231 |2453 |  17 |  51k|5394 | 0.000000e+00 |      --      |    Inf 
216.55/216.63	c   217s| 91300 |   261 |  1431k|  15.7 |  13M|  52 |  35 | 231 |  16k| 231 |2453 |  17 |  51k|5403 | 0.000000e+00 |      --      |    Inf 
216.85/216.91	c   217s| 91400 |   261 |  1433k|  15.7 |  13M|  52 |  27 | 231 |  16k| 231 |2453 |  17 |  51k|5410 | 0.000000e+00 |      --      |    Inf 
217.05/217.19	c   217s| 91500 |   259 |  1435k|  15.7 |  13M|  52 |  44 | 231 |  16k| 231 |2453 |  17 |  51k|5420 | 0.000000e+00 |      --      |    Inf 
217.35/217.46	c   217s| 91600 |   259 |  1436k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  52k|5430 | 0.000000e+00 |      --      |    Inf 
217.65/217.72	c   218s| 91700 |   259 |  1438k|  15.7 |  13M|  52 |  39 | 231 |  16k| 231 |2453 |  17 |  52k|5438 | 0.000000e+00 |      --      |    Inf 
217.85/217.98	c   218s| 91800 |   259 |  1440k|  15.7 |  13M|  52 |  38 | 231 |  16k| 231 |2453 |  17 |  52k|5443 | 0.000000e+00 |      --      |    Inf 
218.15/218.25	c   218s| 91900 |   253 |  1442k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  52k|5450 | 0.000000e+00 |      --      |    Inf 
218.45/218.51	c   219s| 92000 |   256 |  1443k|  15.7 |  13M|  52 |  29 | 231 |  15k| 231 |2453 |  17 |  52k|5460 | 0.000000e+00 |      --      |    Inf 
218.65/218.73	c   219s| 92100 |   256 |  1445k|  15.7 |  13M|  52 |  10 | 231 |  16k| 231 |2453 |  17 |  52k|5467 | 0.000000e+00 |      --      |    Inf 
218.85/218.98	c   219s| 92200 |   256 |  1447k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  52k|5477 | 0.000000e+00 |      --      |    Inf 
219.15/219.24	c   219s| 92300 |   255 |  1448k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  52k|5486 | 0.000000e+00 |      --      |    Inf 
219.45/219.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.45/219.50	c   220s| 92400 |   253 |  1450k|  15.7 |  13M|  52 |  35 | 231 |  16k| 231 |2453 |  17 |  52k|5494 | 0.000000e+00 |      --      |    Inf 
219.65/219.76	c   220s| 92500 |   249 |  1452k|  15.7 |  13M|  52 |  35 | 231 |  16k| 231 |2453 |  17 |  52k|5500 | 0.000000e+00 |      --      |    Inf 
219.96/220.00	c   220s| 92600 |   253 |  1453k|  15.7 |  13M|  52 |  53 | 231 |  16k| 231 |2453 |  17 |  52k|5506 | 0.000000e+00 |      --      |    Inf 
220.15/220.24	c   220s| 92700 |   253 |  1455k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  52k|5512 | 0.000000e+00 |      --      |    Inf 
220.45/220.50	c   220s| 92800 |   249 |  1456k|  15.7 |  13M|  52 |   - | 231 |  16k| 231 |2453 |  17 |  52k|5520 | 0.000000e+00 |      --      |    Inf 
220.65/220.78	c   221s| 92900 |   251 |  1458k|  15.7 |  13M|  52 |  44 | 231 |  16k| 231 |2453 |  17 |  52k|5530 | 0.000000e+00 |      --      |    Inf 
220.95/221.04	c   221s| 93000 |   249 |  1460k|  15.7 |  13M|  52 |  35 | 231 |  16k| 231 |2453 |  17 |  52k|5536 | 0.000000e+00 |      --      |    Inf 
221.25/221.35	c   221s| 93100 |   249 |  1462k|  15.7 |  13M|  52 |  31 | 231 |  15k| 231 |2453 |  17 |  52k|5547 | 0.000000e+00 |      --      |    Inf 
221.44/221.58	c   222s| 93200 |   249 |  1464k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  52k|5548 | 0.000000e+00 |      --      |    Inf 
221.65/221.79	c   222s| 93300 |   249 |  1465k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  52k|5551 | 0.000000e+00 |      --      |    Inf 
221.95/222.02	c   222s| 93400 |   250 |  1466k|  15.7 |  13M|  52 |  43 | 231 |  15k| 231 |2453 |  17 |  53k|5553 | 0.000000e+00 |      --      |    Inf 
222.16/222.22	c   222s| 93500 |   250 |  1468k|  15.7 |  13M|  52 |  42 | 231 |  15k| 231 |2453 |  17 |  53k|5556 | 0.000000e+00 |      --      |    Inf 
222.35/222.45	c   222s| 93600 |   250 |  1470k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  53k|5556 | 0.000000e+00 |      --      |    Inf 
222.55/222.67	c   223s| 93700 |   246 |  1471k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  53k|5556 | 0.000000e+00 |      --      |    Inf 
222.75/222.89	c   223s| 93800 |   244 |  1473k|  15.7 |  13M|  52 |  40 | 231 |  15k| 231 |2453 |  17 |  53k|5556 | 0.000000e+00 |      --      |    Inf 
223.05/223.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.05/223.10	c   223s| 93900 |   244 |  1474k|  15.7 |  13M|  52 |   - | 231 |  15k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
223.25/223.34	c   223s| 94000 |   248 |  1476k|  15.7 |  12M|  52 |  23 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
223.45/223.57	c   224s| 94100 |   248 |  1477k|  15.7 |  12M|  52 |  16 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
223.64/223.79	c   224s| 94200 |   247 |  1479k|  15.7 |  12M|  52 |  32 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
223.95/224.01	c   224s| 94300 |   245 |  1480k|  15.7 |  12M|  52 |  40 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
224.15/224.24	c   224s| 94400 |   244 |  1482k|  15.7 |  12M|  52 |  30 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
224.35/224.48	c   224s| 94500 |   246 |  1484k|  15.7 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
224.65/224.70	c   225s| 94600 |   244 |  1485k|  15.7 |  12M|  52 |   - | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
224.85/224.93	c   225s| 94700 |   244 |  1487k|  15.7 |  12M|  52 |  38 | 231 |  14k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
225.05/225.18	c   225s| 94800 |   244 |  1489k|  15.7 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
225.25/225.38	c   225s| 94900 |   243 |  1490k|  15.7 |  12M|  52 |  22 | 231 |  13k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
225.46/225.58	c   226s| 95000 |   242 |  1492k|  15.7 |  12M|  52 |   - | 231 |  13k|   0 |   0 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
225.65/225.79	c   226s| 95100 |   244 |  1493k|  15.7 |  12M|  52 |  26 | 231 |  13k| 231 |2453 |  17 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
225.85/225.99	c   226s| 95200 |   240 |  1494k|  15.7 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
226.15/226.21	c   226s| 95300 |   242 |  1496k|  15.7 |  12M|  52 |  40 | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
226.34/226.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.34/226.44	c   226s| 95400 |   239 |  1498k|  15.7 |  12M|  52 |  28 | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
226.56/226.64	c   227s| 95500 |   237 |  1499k|  15.7 |  12M|  52 |  40 | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
226.75/226.85	c   227s| 95600 |   235 |  1501k|  15.7 |  12M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
226.95/227.06	c   227s| 95700 |   235 |  1502k|  15.7 |  12M|  52 |  22 | 231 |  13k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
227.15/227.28	c   227s| 95800 |   229 |  1503k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
227.35/227.49	c   227s| 95900 |   232 |  1505k|  15.7 |  12M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
227.65/227.70	c   228s| 96000 |   232 |  1506k|  15.7 |  12M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
227.85/227.94	c   228s| 96100 |   235 |  1508k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
228.05/228.16	c   228s| 96200 |   231 |  1510k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
228.25/228.37	c   228s| 96300 |   230 |  1512k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
228.54/228.61	c   229s| 96400 |   231 |  1513k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
228.75/228.85	c   229s| 96500 |   231 |  1515k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
228.94/229.07	c   229s| 96600 |   234 |  1517k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
229.15/229.28	c   229s| 96700 |   232 |  1518k|  15.7 |  12M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  54k|5557 | 0.000000e+00 |      --      |    Inf 
229.45/229.56	c   230s| 96800 |   230 |  1520k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5574 | 0.000000e+00 |      --      |    Inf 
229.64/229.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.64/229.74	c   230s| 96900 |   230 |  1521k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5574 | 0.000000e+00 |      --      |    Inf 
229.95/230.00	c   230s| 97000 |   228 |  1523k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5586 | 0.000000e+00 |      --      |    Inf 
230.15/230.28	c   230s| 97100 |   228 |  1524k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5596 | 0.000000e+00 |      --      |    Inf 
230.45/230.51	c   231s| 97200 |   230 |  1526k|  15.7 |  12M|  52 |  23 | 231 |  12k| 231 |2453 |  17 |  55k|5596 | 0.000000e+00 |      --      |    Inf 
230.65/230.70	c   231s| 97300 |   229 |  1527k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5599 | 0.000000e+00 |      --      |    Inf 
230.86/230.91	c   231s| 97400 |   228 |  1529k|  15.7 |  12M|  52 |  36 | 231 |  12k| 231 |2453 |  17 |  55k|5610 | 0.000000e+00 |      --      |    Inf 
231.05/231.15	c   231s| 97500 |   229 |  1530k|  15.7 |  12M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  55k|5619 | 0.000000e+00 |      --      |    Inf 
231.25/231.34	c   231s| 97600 |   231 |  1531k|  15.7 |  12M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5619 | 0.000000e+00 |      --      |    Inf 
231.44/231.59	c   232s| 97700 |   229 |  1533k|  15.7 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  55k|5629 | 0.000000e+00 |      --      |    Inf 
231.75/231.80	c   232s| 97800 |   228 |  1534k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5629 | 0.000000e+00 |      --      |    Inf 
231.95/232.06	c   232s| 97900 |   226 |  1536k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5638 | 0.000000e+00 |      --      |    Inf 
232.25/232.32	c   232s| 98000 |   230 |  1538k|  15.7 |  12M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  55k|5647 | 0.000000e+00 |      --      |    Inf 
232.45/232.57	c   233s| 98100 |   227 |  1540k|  15.7 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  55k|5652 | 0.000000e+00 |      --      |    Inf 
232.74/232.80	c   233s| 98200 |   228 |  1541k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5657 | 0.000000e+00 |      --      |    Inf 
232.95/233.04	c   233s| 98300 |   230 |  1543k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5664 | 0.000000e+00 |      --      |    Inf 
233.15/233.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.15/233.29	c   233s| 98400 |   229 |  1544k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  55k|5671 | 0.000000e+00 |      --      |    Inf 
233.45/233.54	c   234s| 98500 |   228 |  1546k|  15.7 |  11M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  55k|5679 | 0.000000e+00 |      --      |    Inf 
233.65/233.79	c   234s| 98600 |   232 |  1548k|  15.7 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  56k|5687 | 0.000000e+00 |      --      |    Inf 
233.95/234.02	c   234s| 98700 |   231 |  1549k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5694 | 0.000000e+00 |      --      |    Inf 
234.15/234.29	c   234s| 98800 |   229 |  1551k|  15.7 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  56k|5702 | 0.000000e+00 |      --      |    Inf 
234.44/234.53	c   235s| 98900 |   229 |  1553k|  15.7 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  56k|5709 | 0.000000e+00 |      --      |    Inf 
234.75/234.80	c   235s| 99000 |   229 |  1554k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5717 | 0.000000e+00 |      --      |    Inf 
234.95/235.07	c   235s| 99100 |   233 |  1556k|  15.7 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  56k|5724 | 0.000000e+00 |      --      |    Inf 
235.15/235.30	c   235s| 99200 |   231 |  1558k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5732 | 0.000000e+00 |      --      |    Inf 
235.44/235.53	c   236s| 99300 |   233 |  1559k|  15.7 |  12M|  55 |  29 | 231 |  12k| 231 |2453 |  17 |  56k|5740 | 0.000000e+00 |      --      |    Inf 
235.75/235.80	c   236s| 99400 |   233 |  1561k|  15.7 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  56k|5751 | 0.000000e+00 |      --      |    Inf 
235.95/236.03	c   236s| 99500 |   235 |  1562k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5756 | 0.000000e+00 |      --      |    Inf 
236.14/236.24	c   236s| 99600 |   235 |  1564k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5758 | 0.000000e+00 |      --      |    Inf 
236.35/236.49	c   236s| 99700 |   237 |  1566k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5764 | 0.000000e+00 |      --      |    Inf 
236.65/236.71	c   237s| 99800 |   237 |  1567k|  15.7 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  56k|5766 | 0.000000e+00 |      --      |    Inf 
236.85/236.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.85/236.95	c   237s| 99900 |   241 |  1569k|  15.7 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  56k|5767 | 0.000000e+00 |      --      |    Inf 
237.05/237.18	c   237s|100000 |   241 |  1571k|  15.7 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  56k|5767 | 0.000000e+00 |      --      |    Inf 
237.35/237.40	c   237s|100100 |   243 |  1573k|  15.7 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  56k|5767 | 0.000000e+00 |      --      |    Inf 
237.55/237.62	c   238s|100200 |   255 |  1574k|  15.7 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  56k|5767 | 0.000000e+00 |      --      |    Inf 
237.75/237.84	c   238s|100300 |   257 |  1576k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  56k|5767 | 0.000000e+00 |      --      |    Inf 
237.95/238.07	c   238s|100400 |   259 |  1578k|  15.7 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  56k|5768 | 0.000000e+00 |      --      |    Inf 
238.14/238.26	c   238s|100500 |   257 |  1579k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  57k|5769 | 0.000000e+00 |      --      |    Inf 
238.45/238.50	c   238s|100600 |   257 |  1581k|  15.7 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  57k|5769 | 0.000000e+00 |      --      |    Inf 
238.66/238.74	c   239s|100700 |   255 |  1583k|  15.7 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  57k|5769 | 0.000000e+00 |      --      |    Inf 
238.95/239.00	c   239s|100800 |   255 |  1585k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
239.14/239.24	c   239s|100900 |   257 |  1587k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
239.34/239.48	c   239s|101000 |   256 |  1589k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
239.66/239.72	c   240s|101100 |   255 |  1591k|  15.7 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
239.85/239.96	c   240s|101200 |   253 |  1592k|  15.7 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
240.05/240.19	c   240s|101300 |   253 |  1594k|  15.7 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
240.34/240.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.34/240.41	c   240s|101400 |   253 |  1596k|  15.7 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
240.55/240.62	c   241s|101500 |   251 |  1597k|  15.7 |  12M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
240.75/240.83	c   241s|101600 |   250 |  1599k|  15.7 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
240.94/241.04	c   241s|101700 |   250 |  1601k|  15.7 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
241.15/241.26	c   241s|101800 |   249 |  1602k|  15.7 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
241.35/241.48	c   241s|101900 |   251 |  1604k|  15.7 |  12M|  55 |  33 | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
241.64/241.70	c   242s|102000 |   249 |  1605k|  15.7 |  12M|  55 |  36 | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
241.85/241.92	c   242s|102100 |   243 |  1607k|  15.7 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  57k|5770 | 0.000000e+00 |      --      |    Inf 
242.05/242.16	c   242s|102200 |   243 |  1609k|  15.7 |  12M|  55 |  35 | 231 |  13k| 231 |2453 |  17 |  57k|5771 | 0.000000e+00 |      --      |    Inf 
242.34/242.42	c   242s|102300 |   241 |  1611k|  15.7 |  12M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
242.54/242.63	c   243s|102400 |   243 |  1612k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
242.75/242.84	c   243s|102500 |   241 |  1614k|  15.7 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
242.95/243.07	c   243s|102600 |   245 |  1615k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
243.14/243.29	c   243s|102700 |   245 |  1617k|  15.7 |  12M|  55 |  26 | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
243.45/243.53	c   244s|102800 |   245 |  1619k|  15.8 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
243.65/243.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.65/243.75	c   244s|102900 |   247 |  1621k|  15.8 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 |  58k|5772 | 0.000000e+00 |      --      |    Inf 
243.94/244.00	c   244s|103000 |   245 |  1622k|  15.8 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  58k|5780 | 0.000000e+00 |      --      |    Inf 
244.16/244.26	c   244s|103100 |   243 |  1624k|  15.8 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  58k|5787 | 0.000000e+00 |      --      |    Inf 
244.35/244.48	c   244s|103200 |   249 |  1626k|  15.8 |  12M|  55 |  44 | 231 |  12k| 231 |2453 |  17 |  58k|5787 | 0.000000e+00 |      --      |    Inf 
244.65/244.74	c   245s|103300 |   253 |  1627k|  15.8 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  58k|5797 | 0.000000e+00 |      --      |    Inf 
244.84/244.96	c   245s|103400 |   252 |  1629k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5806 | 0.000000e+00 |      --      |    Inf 
245.15/245.23	c   245s|103500 |   249 |  1630k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5816 | 0.000000e+00 |      --      |    Inf 
245.35/245.47	c   245s|103600 |   249 |  1632k|  15.8 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  58k|5821 | 0.000000e+00 |      --      |    Inf 
245.64/245.72	c   246s|103700 |   251 |  1634k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5829 | 0.000000e+00 |      --      |    Inf 
245.84/245.95	c   246s|103800 |   250 |  1635k|  15.8 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  58k|5838 | 0.000000e+00 |      --      |    Inf 
246.15/246.20	c   246s|103900 |   251 |  1637k|  15.8 |  12M|  55 |  40 | 231 |  12k| 231 |2453 |  17 |  58k|5846 | 0.000000e+00 |      --      |    Inf 
246.35/246.44	c   246s|104000 |   252 |  1638k|  15.8 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 |  58k|5848 | 0.000000e+00 |      --      |    Inf 
246.55/246.68	c   247s|104100 |   249 |  1640k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  58k|5854 | 0.000000e+00 |      --      |    Inf 
246.84/246.94	c   247s|104200 |   255 |  1642k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  59k|5862 | 0.000000e+00 |      --      |    Inf 
247.15/247.21	c   247s|104300 |   253 |  1644k|  15.8 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  59k|5868 | 0.000000e+00 |      --      |    Inf 
247.35/247.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.35/247.49	c   247s|104400 |   256 |  1646k|  15.8 |  12M|  55 |  40 | 231 |  12k| 231 |2453 |  17 |  59k|5878 | 0.000000e+00 |      --      |    Inf 
247.64/247.76	c   248s|104500 |   262 |  1647k|  15.8 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  59k|5888 | 0.000000e+00 |      --      |    Inf 
247.94/248.02	c   248s|104600 |   262 |  1649k|  15.8 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  59k|5896 | 0.000000e+00 |      --      |    Inf 
248.15/248.27	c   248s|104700 |   262 |  1651k|  15.8 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  59k|5902 | 0.000000e+00 |      --      |    Inf 
248.35/248.50	c   248s|104800 |   266 |  1652k|  15.8 |  12M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  59k|5907 | 0.000000e+00 |      --      |    Inf 
248.64/248.73	c   249s|104900 |   264 |  1654k|  15.8 |  12M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  59k|5919 | 0.000000e+00 |      --      |    Inf 
248.84/248.95	c   249s|105000 |   264 |  1655k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5919 | 0.000000e+00 |      --      |    Inf 
249.05/249.18	c   249s|105100 |   264 |  1657k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5925 | 0.000000e+00 |      --      |    Inf 
249.34/249.42	c   249s|105200 |   262 |  1658k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5931 | 0.000000e+00 |      --      |    Inf 
249.55/249.65	c   250s|105300 |   261 |  1660k|  15.8 |  12M|  55 |  20 | 231 |  11k| 231 |2453 |  17 |  59k|5935 | 0.000000e+00 |      --      |    Inf 
249.74/249.89	c   250s|105400 |   261 |  1662k|  15.8 |  12M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  59k|5942 | 0.000000e+00 |      --      |    Inf 
250.04/250.14	c   250s|105500 |   263 |  1663k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5948 | 0.000000e+00 |      --      |    Inf 
250.35/250.40	c   250s|105600 |   263 |  1665k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5955 | 0.000000e+00 |      --      |    Inf 
250.54/250.63	c   251s|105700 |   263 |  1667k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  59k|5961 | 0.000000e+00 |      --      |    Inf 
250.85/250.91	c   251s|105800 |   269 |  1669k|  15.8 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  59k|5970 | 0.000000e+00 |      --      |    Inf 
251.05/251.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.05/251.18	c   251s|105900 |   269 |  1670k|  15.8 |  12M|  55 |  24 | 231 |  12k| 231 |2453 |  17 |  59k|5977 | 0.000000e+00 |      --      |    Inf 
251.34/251.43	c   251s|106000 |   265 |  1672k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|5985 | 0.000000e+00 |      --      |    Inf 
251.55/251.65	c   252s|106100 |   265 |  1674k|  15.8 |  12M|  55 |  22 | 231 |  12k| 231 |2453 |  17 |  60k|5990 | 0.000000e+00 |      --      |    Inf 
251.75/251.86	c   252s|106200 |   265 |  1675k|  15.8 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  60k|5994 | 0.000000e+00 |      --      |    Inf 
251.95/252.07	c   252s|106300 |   267 |  1676k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|5996 | 0.000000e+00 |      --      |    Inf 
252.14/252.29	c   252s|106400 |   263 |  1678k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|5997 | 0.000000e+00 |      --      |    Inf 
252.44/252.53	c   253s|106500 |   265 |  1680k|  15.8 |  12M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  60k|6001 | 0.000000e+00 |      --      |    Inf 
252.64/252.73	c   253s|106600 |   266 |  1681k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6001 | 0.000000e+00 |      --      |    Inf 
252.85/252.96	c   253s|106700 |   266 |  1683k|  15.8 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  60k|6003 | 0.000000e+00 |      --      |    Inf 
253.05/253.18	c   253s|106800 |   266 |  1685k|  15.8 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  60k|6004 | 0.000000e+00 |      --      |    Inf 
253.25/253.37	c   253s|106900 |   264 |  1686k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6004 | 0.000000e+00 |      --      |    Inf 
253.55/253.60	c   254s|107000 |   264 |  1688k|  15.8 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 |  60k|6006 | 0.000000e+00 |      --      |    Inf 
253.74/253.81	c   254s|107100 |   266 |  1689k|  15.8 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  60k|6008 | 0.000000e+00 |      --      |    Inf 
253.95/254.03	c   254s|107200 |   263 |  1691k|  15.8 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
254.14/254.24	c   254s|107300 |   261 |  1692k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
254.34/254.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.34/254.46	c   254s|107400 |   263 |  1694k|  15.8 |  12M|  55 |  20 | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
254.54/254.68	c   255s|107500 |   261 |  1696k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
254.84/254.92	c   255s|107600 |   261 |  1697k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
255.05/255.12	c   255s|107700 |   263 |  1699k|  15.8 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
255.24/255.34	c   255s|107800 |   263 |  1701k|  15.8 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
255.45/255.58	c   256s|107900 |   262 |  1702k|  15.8 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  60k|6010 | 0.000000e+00 |      --      |    Inf 
255.74/255.80	c   256s|108000 |   270 |  1704k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
255.84/255.99	c   256s|108100 |   270 |  1705k|  15.8 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  61k|6012 | 0.000000e+00 |      --      |    Inf 
256.05/256.20	c   256s|108200 |   274 |  1707k|  15.8 |  12M|  55 |  29 | 231 |  13k| 231 |2453 |  17 |  61k|6012 | 0.000000e+00 |      --      |    Inf 
256.34/256.42	c   256s|108300 |   272 |  1709k|  15.8 |  12M|  55 |  22 | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
256.54/256.64	c   257s|108400 |   268 |  1710k|  15.8 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
256.74/256.88	c   257s|108500 |   266 |  1712k|  15.8 |  12M|  55 |  22 | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
257.04/257.12	c   257s|108600 |   262 |  1714k|  15.8 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
257.25/257.36	c   257s|108700 |   261 |  1716k|  15.8 |  12M|  55 |  45 | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
257.44/257.59	c   258s|108800 |   261 |  1717k|  15.8 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
257.75/257.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.75/257.81	c   258s|108900 |   261 |  1719k|  15.8 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
257.84/257.98	c   258s|109000 |   258 |  1720k|  15.8 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
258.14/258.20	c   258s|109100 |   256 |  1721k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
258.35/258.40	c   258s|109200 |   258 |  1723k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
258.45/258.58	c   259s|109300 |   260 |  1724k|  15.8 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
258.64/258.77	c   259s|109400 |   258 |  1725k|  15.8 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
258.84/258.98	c   259s|109500 |   258 |  1727k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
259.05/259.18	c   259s|109600 |   260 |  1728k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
259.24/259.36	c   259s|109700 |   260 |  1729k|  15.8 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  61k|6013 | 0.000000e+00 |      --      |    Inf 
259.45/259.54	c   260s|109800 |   261 |  1731k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6013 | 0.000000e+00 |      --      |    Inf 
259.64/259.72	c   260s|109900 |   264 |  1732k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6013 | 0.000000e+00 |      --      |    Inf 
259.74/259.89	c   260s|110000 |   264 |  1733k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6013 | 0.000000e+00 |      --      |    Inf 
259.94/260.08	c   260s|110100 |   264 |  1735k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6013 | 0.000000e+00 |      --      |    Inf 
260.14/260.29	c   260s|110200 |   263 |  1736k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6022 | 0.000000e+00 |      --      |    Inf 
260.34/260.47	c   260s|110300 |   264 |  1737k|  15.8 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  62k|6022 | 0.000000e+00 |      --      |    Inf 
260.55/260.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.55/260.70	c   261s|110400 |   264 |  1738k|  15.7 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  62k|6032 | 0.000000e+00 |      --      |    Inf 
260.74/260.88	c   261s|110500 |   265 |  1740k|  15.7 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  62k|6032 | 0.000000e+00 |      --      |    Inf 
260.94/261.08	c   261s|110600 |   262 |  1741k|  15.7 |  12M|  55 |  26 | 231 |  12k| 231 |2453 |  17 |  62k|6037 | 0.000000e+00 |      --      |    Inf 
261.24/261.31	c   261s|110700 |   260 |  1742k|  15.7 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  62k|6049 | 0.000000e+00 |      --      |    Inf 
261.34/261.49	c   261s|110800 |   266 |  1743k|  15.7 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  62k|6049 | 0.000000e+00 |      --      |    Inf 
261.64/261.77	c   262s|110900 |   273 |  1745k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6060 | 0.000000e+00 |      --      |    Inf 
261.94/262.00	c   262s|111000 |   283 |  1747k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6060 | 0.000000e+00 |      --      |    Inf 
262.14/262.24	c   262s|111100 |   280 |  1749k|  15.7 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  62k|6070 | 0.000000e+00 |      --      |    Inf 
262.34/262.45	c   262s|111200 |   279 |  1750k|  15.7 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  62k|6070 | 0.000000e+00 |      --      |    Inf 
262.54/262.67	c   263s|111300 |   279 |  1751k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6076 | 0.000000e+00 |      --      |    Inf 
262.75/262.89	c   263s|111400 |   283 |  1753k|  15.7 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  62k|6082 | 0.000000e+00 |      --      |    Inf 
263.04/263.12	c   263s|111500 |   278 |  1754k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6090 | 0.000000e+00 |      --      |    Inf 
263.24/263.34	c   263s|111600 |   276 |  1756k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6098 | 0.000000e+00 |      --      |    Inf 
263.44/263.56	c   264s|111700 |   277 |  1757k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6100 | 0.000000e+00 |      --      |    Inf 
263.74/263.82	c   264s|111800 |   275 |  1759k|  15.7 |  12M|  55 |  45 | 231 |  12k| 231 |2453 |  17 |  63k|6112 | 0.000000e+00 |      --      |    Inf 
263.95/264.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.95/264.02	c   264s|111900 |   275 |  1760k|  15.7 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  63k|6112 | 0.000000e+00 |      --      |    Inf 
264.14/264.25	c   264s|112000 |   274 |  1762k|  15.7 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  63k|6119 | 0.000000e+00 |      --      |    Inf 
264.34/264.47	c   264s|112100 |   275 |  1763k|  15.7 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  63k|6126 | 0.000000e+00 |      --      |    Inf 
264.64/264.71	c   265s|112200 |   270 |  1765k|  15.7 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 |  63k|6129 | 0.000000e+00 |      --      |    Inf 
264.84/264.92	c   265s|112300 |   270 |  1766k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6132 | 0.000000e+00 |      --      |    Inf 
265.05/265.13	c   265s|112400 |   268 |  1767k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6138 | 0.000000e+00 |      --      |    Inf 
265.24/265.34	c   265s|112500 |   270 |  1769k|  15.7 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  63k|6147 | 0.000000e+00 |      --      |    Inf 
265.45/265.57	c   266s|112600 |   265 |  1770k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6152 | 0.000000e+00 |      --      |    Inf 
265.74/265.81	c   266s|112700 |   269 |  1772k|  15.7 |  12M|  55 |  15 | 231 |  12k| 231 |2453 |  17 |  63k|6159 | 0.000000e+00 |      --      |    Inf 
265.94/266.03	c   266s|112800 |   269 |  1773k|  15.7 |  12M|  55 |  24 | 231 |  12k| 231 |2453 |  17 |  63k|6168 | 0.000000e+00 |      --      |    Inf 
266.15/266.24	c   266s|112900 |   266 |  1774k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6172 | 0.000000e+00 |      --      |    Inf 
266.34/266.49	c   266s|113000 |   264 |  1776k|  15.7 |  12M|  55 |  45 | 231 |  12k| 231 |2453 |  17 |  63k|6183 | 0.000000e+00 |      --      |    Inf 
266.65/266.74	c   267s|113100 |   262 |  1778k|  15.7 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  63k|6190 | 0.000000e+00 |      --      |    Inf 
266.94/267.01	c   267s|113200 |   260 |  1779k|  15.7 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6198 | 0.000000e+00 |      --      |    Inf 
267.15/267.28	c   267s|113300 |   256 |  1781k|  15.7 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  63k|6207 | 0.000000e+00 |      --      |    Inf 
267.44/267.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.44/267.53	c   268s|113400 |   254 |  1783k|  15.7 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  63k|6214 | 0.000000e+00 |      --      |    Inf 
267.64/267.77	c   268s|113500 |   253 |  1784k|  15.7 |  12M|  55 |  39 | 231 |  11k| 231 |2453 |  17 |  63k|6219 | 0.000000e+00 |      --      |    Inf 
267.94/268.01	c   268s|113600 |   253 |  1786k|  15.7 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6224 | 0.000000e+00 |      --      |    Inf 
268.14/268.23	c   268s|113700 |   253 |  1787k|  15.7 |  12M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  64k|6229 | 0.000000e+00 |      --      |    Inf 
268.35/268.47	c   268s|113800 |   254 |  1789k|  15.7 |  12M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  64k|6234 | 0.000000e+00 |      --      |    Inf 
268.54/268.69	c   269s|113900 |   253 |  1791k|  15.7 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6239 | 0.000000e+00 |      --      |    Inf 
268.85/268.92	c   269s|114000 |   253 |  1792k|  15.7 |  12M|  55 |  41 | 231 |  11k| 231 |2453 |  17 |  64k|6242 | 0.000000e+00 |      --      |    Inf 
269.04/269.12	c   269s|114100 |   254 |  1794k|  15.7 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
269.24/269.33	c   269s|114200 |   254 |  1795k|  15.7 |  12M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
269.45/269.57	c   270s|114300 |   258 |  1797k|  15.7 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
269.74/269.82	c   270s|114400 |   260 |  1799k|  15.7 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
269.94/270.07	c   270s|114500 |   256 |  1801k|  15.7 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
270.14/270.30	c   270s|114600 |   254 |  1802k|  15.7 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
270.34/270.50	c   270s|114700 |   255 |  1804k|  15.7 |  12M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
270.64/270.72	c   271s|114800 |   252 |  1806k|  15.7 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
270.84/270.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.84/270.94	c   271s|114900 |   252 |  1807k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
271.04/271.18	c   271s|115000 |   253 |  1809k|  15.7 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
271.24/271.39	c   271s|115100 |   253 |  1811k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
271.55/271.62	c   272s|115200 |   251 |  1812k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6243 | 0.000000e+00 |      --      |    Inf 
271.75/271.85	c   272s|115300 |   253 |  1814k|  15.7 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
271.94/272.09	c   272s|115400 |   253 |  1816k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
272.24/272.30	c   272s|115500 |   253 |  1818k|  15.7 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
272.44/272.52	c   273s|115600 |   253 |  1819k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
272.65/272.72	c   273s|115700 |   251 |  1821k|  15.7 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
272.84/272.93	c   273s|115800 |   249 |  1822k|  15.7 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
273.04/273.13	c   273s|115900 |   248 |  1824k|  15.7 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
273.24/273.35	c   273s|116000 |   248 |  1825k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
273.44/273.58	c   274s|116100 |   248 |  1827k|  15.7 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
273.75/273.82	c   274s|116200 |   246 |  1829k|  15.7 |  11M|  55 |  46 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
273.94/274.02	c   274s|116300 |   246 |  1830k|  15.7 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
274.14/274.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.14/274.22	c   274s|116400 |   246 |  1832k|  15.7 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
274.34/274.44	c   274s|116500 |   244 |  1833k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
274.54/274.65	c   275s|116600 |   248 |  1835k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
274.74/274.87	c   275s|116700 |   246 |  1836k|  15.7 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
275.04/275.12	c   275s|116800 |   246 |  1839k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
275.24/275.34	c   275s|116900 |   248 |  1840k|  15.7 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
275.44/275.57	c   276s|117000 |   251 |  1842k|  15.7 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
275.74/275.81	c   276s|117100 |   247 |  1844k|  15.7 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6243 | 0.000000e+00 |      --      |    Inf 
275.95/276.05	c   276s|117200 |   247 |  1846k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6243 | 0.000000e+00 |      --      |    Inf 
276.14/276.29	c   276s|117300 |   247 |  1848k|  15.8 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  66k|6243 | 0.000000e+00 |      --      |    Inf 
276.44/276.52	c   277s|117400 |   243 |  1849k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6243 | 0.000000e+00 |      --      |    Inf 
276.64/276.76	c   277s|117500 |   241 |  1851k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6248 | 0.000000e+00 |      --      |    Inf 
276.94/277.02	c   277s|117600 |   241 |  1852k|  15.8 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  66k|6256 | 0.000000e+00 |      --      |    Inf 
277.15/277.27	c   277s|117700 |   239 |  1854k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6268 | 0.000000e+00 |      --      |    Inf 
277.44/277.51	c   278s|117800 |   239 |  1856k|  15.8 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  66k|6268 | 0.000000e+00 |      --      |    Inf 
277.64/277.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.64/277.76	c   278s|117900 |   241 |  1857k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6277 | 0.000000e+00 |      --      |    Inf 
277.84/277.95	c   278s|118000 |   240 |  1859k|  15.8 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  66k|6277 | 0.000000e+00 |      --      |    Inf 
278.15/278.21	c   278s|118100 |   238 |  1860k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6284 | 0.000000e+00 |      --      |    Inf 
278.34/278.45	c   278s|118200 |   243 |  1862k|  15.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  66k|6290 | 0.000000e+00 |      --      |    Inf 
278.54/278.68	c   279s|118300 |   240 |  1864k|  15.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  66k|6295 | 0.000000e+00 |      --      |    Inf 
278.84/278.91	c   279s|118400 |   241 |  1865k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6301 | 0.000000e+00 |      --      |    Inf 
279.04/279.14	c   279s|118500 |   243 |  1867k|  15.8 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  66k|6304 | 0.000000e+00 |      --      |    Inf 
279.24/279.38	c   279s|118600 |   241 |  1869k|  15.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  66k|6312 | 0.000000e+00 |      --      |    Inf 
279.54/279.62	c   280s|118700 |   238 |  1870k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6316 | 0.000000e+00 |      --      |    Inf 
279.74/279.87	c   280s|118800 |   240 |  1872k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6323 | 0.000000e+00 |      --      |    Inf 
280.04/280.11	c   280s|118900 |   240 |  1874k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  66k|6328 | 0.000000e+00 |      --      |    Inf 
280.24/280.32	c   280s|119000 |   239 |  1875k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6329 | 0.000000e+00 |      --      |    Inf 
280.44/280.56	c   281s|119100 |   241 |  1877k|  15.8 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  67k|6337 | 0.000000e+00 |      --      |    Inf 
280.74/280.81	c   281s|119200 |   237 |  1879k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6348 | 0.000000e+00 |      --      |    Inf 
280.94/281.05	c   281s|119300 |   239 |  1880k|  15.8 |  11M|  55 |  46 | 231 |  11k| 231 |2453 |  17 |  67k|6353 | 0.000000e+00 |      --      |    Inf 
281.24/281.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.24/281.30	c   281s|119400 |   243 |  1882k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6360 | 0.000000e+00 |      --      |    Inf 
281.44/281.51	c   282s|119500 |   236 |  1883k|  15.8 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  67k|6362 | 0.000000e+00 |      --      |    Inf 
281.63/281.78	c   282s|119600 |   236 |  1885k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6371 | 0.000000e+00 |      --      |    Inf 
281.94/282.04	c   282s|119700 |   236 |  1887k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6379 | 0.000000e+00 |      --      |    Inf 
282.14/282.29	c   282s|119800 |   237 |  1889k|  15.8 |  11M|  55 |  22 | 231 |  11k| 231 |2453 |  17 |  67k|6384 | 0.000000e+00 |      --      |    Inf 
282.44/282.54	c   283s|119900 |   231 |  1890k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6391 | 0.000000e+00 |      --      |    Inf 
282.64/282.76	c   283s|120000 |   230 |  1892k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6391 | 0.000000e+00 |      --      |    Inf 
282.94/283.02	c   283s|120100 |   234 |  1893k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6401 | 0.000000e+00 |      --      |    Inf 
283.14/283.21	c   283s|120200 |   234 |  1895k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6401 | 0.000000e+00 |      --      |    Inf 
283.34/283.45	c   283s|120300 |   232 |  1896k|  15.8 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  67k|6409 | 0.000000e+00 |      --      |    Inf 
283.54/283.68	c   284s|120400 |   235 |  1898k|  15.8 |  11M|  55 |  20 | 231 |  11k| 231 |2453 |  17 |  67k|6418 | 0.000000e+00 |      --      |    Inf 
283.74/283.86	c   284s|120500 |   230 |  1899k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6421 | 0.000000e+00 |      --      |    Inf 
284.04/284.12	c   284s|120600 |   232 |  1901k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  67k|6428 | 0.000000e+00 |      --      |    Inf 
284.24/284.35	c   284s|120700 |   231 |  1902k|  15.8 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  68k|6432 | 0.000000e+00 |      --      |    Inf 
284.54/284.62	c   285s|120800 |   231 |  1904k|  15.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  68k|6439 | 0.000000e+00 |      --      |    Inf 
284.74/284.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.74/284.86	c   285s|120900 |   231 |  1906k|  15.8 |  11M|  55 |  19 | 231 |  11k| 231 |2453 |  17 |  68k|6445 | 0.000000e+00 |      --      |    Inf 
285.04/285.10	c   285s|121000 |   230 |  1907k|  15.8 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 |  68k|6451 | 0.000000e+00 |      --      |    Inf 
285.24/285.34	c   285s|121100 |   230 |  1909k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6456 | 0.000000e+00 |      --      |    Inf 
285.44/285.56	c   286s|121200 |   230 |  1911k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6461 | 0.000000e+00 |      --      |    Inf 
285.63/285.78	c   286s|121300 |   230 |  1912k|  15.8 |  11M|  55 |  22 | 231 |  11k| 231 |2453 |  17 |  68k|6463 | 0.000000e+00 |      --      |    Inf 
285.95/286.03	c   286s|121400 |   230 |  1914k|  15.8 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 |  68k|6466 | 0.000000e+00 |      --      |    Inf 
286.14/286.28	c   286s|121500 |   232 |  1916k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6469 | 0.000000e+00 |      --      |    Inf 
286.44/286.51	c   287s|121600 |   228 |  1918k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6471 | 0.000000e+00 |      --      |    Inf 
286.64/286.74	c   287s|121700 |   230 |  1919k|  15.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  68k|6471 | 0.000000e+00 |      --      |    Inf 
286.84/286.95	c   287s|121800 |   230 |  1921k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6473 | 0.000000e+00 |      --      |    Inf 
287.04/287.15	c   287s|121900 |   230 |  1922k|  15.8 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  68k|6474 | 0.000000e+00 |      --      |    Inf 
287.24/287.36	c   287s|122000 |   230 |  1924k|  15.8 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  68k|6477 | 0.000000e+00 |      --      |    Inf 
287.44/287.56	c   288s|122100 |   229 |  1925k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6478 | 0.000000e+00 |      --      |    Inf 
287.64/287.78	c   288s|122200 |   231 |  1927k|  15.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  68k|6480 | 0.000000e+00 |      --      |    Inf 
287.94/288.00	c   288s|122300 |   231 |  1928k|  15.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  68k|6481 | 0.000000e+00 |      --      |    Inf 
288.14/288.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.14/288.23	c   288s|122400 |   229 |  1930k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  68k|6484 | 0.000000e+00 |      --      |    Inf 
288.34/288.46	c   288s|122500 |   233 |  1932k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6484 | 0.000000e+00 |      --      |    Inf 
288.53/288.69	c   289s|122600 |   233 |  1933k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6484 | 0.000000e+00 |      --      |    Inf 
288.84/288.91	c   289s|122700 |   233 |  1935k|  15.8 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  69k|6485 | 0.000000e+00 |      --      |    Inf 
289.04/289.14	c   289s|122800 |   227 |  1937k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6485 | 0.000000e+00 |      --      |    Inf 
289.24/289.36	c   289s|122900 |   230 |  1938k|  15.8 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
289.43/289.57	c   290s|123000 |   226 |  1940k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
289.64/289.76	c   290s|123100 |   226 |  1941k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
289.84/289.97	c   290s|123200 |   228 |  1943k|  15.8 |  11M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
290.14/290.22	c   290s|123300 |   222 |  1945k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
290.34/290.48	c   290s|123400 |   228 |  1947k|  15.8 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
290.64/290.71	c   291s|123500 |   228 |  1948k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
290.84/290.92	c   291s|123600 |   229 |  1950k|  15.8 |  11M|  55 |  24 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
291.04/291.14	c   291s|123700 |   233 |  1952k|  15.8 |  11M|  55 |  22 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
291.24/291.36	c   291s|123800 |   230 |  1953k|  15.8 |  11M|  55 |  24 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
291.44/291.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.44/291.59	c   292s|123900 |   230 |  1955k|  15.8 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
291.74/291.80	c   292s|124000 |   228 |  1957k|  15.8 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
291.94/292.06	c   292s|124100 |   228 |  1959k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
292.23/292.31	c   292s|124200 |   226 |  1961k|  15.8 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  69k|6486 | 0.000000e+00 |      --      |    Inf 
292.44/292.54	c   293s|124300 |   222 |  1962k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
292.74/292.80	c   293s|124400 |   218 |  1964k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
292.94/293.04	c   293s|124500 |   220 |  1966k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
293.14/293.26	c   293s|124600 |   221 |  1968k|  15.8 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
293.44/293.50	c   293s|124700 |   221 |  1970k|  15.8 |  11M|  55 |  23 | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
293.65/293.72	c   294s|124800 |   216 |  1971k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
293.84/293.95	c   294s|124900 |   217 |  1973k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
294.04/294.16	c   294s|125000 |   221 |  1975k|  15.8 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
294.24/294.36	c   294s|125100 |   223 |  1976k|  15.8 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 |  70k|6486 | 0.000000e+00 |      --      |    Inf 
294.43/294.56	c   295s|125200 |   221 |  1977k|  15.8 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  70k|6488 | 0.000000e+00 |      --      |    Inf 
294.75/294.80	c   295s|125300 |   219 |  1979k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6495 | 0.000000e+00 |      --      |    Inf 
294.94/295.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.94/295.05	c   295s|125400 |   219 |  1981k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6501 | 0.000000e+00 |      --      |    Inf 
295.24/295.33	c   295s|125500 |   217 |  1983k|  15.8 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  70k|6514 | 0.000000e+00 |      --      |    Inf 
295.44/295.59	c   296s|125600 |   219 |  1984k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6517 | 0.000000e+00 |      --      |    Inf 
295.74/295.83	c   296s|125700 |   219 |  1986k|  15.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  70k|6525 | 0.000000e+00 |      --      |    Inf 
296.04/296.12	c   296s|125800 |   215 |  1988k|  15.8 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  70k|6532 | 0.000000e+00 |      --      |    Inf 
296.24/296.36	c   296s|125900 |   217 |  1990k|  15.8 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
296.54/296.60	c   297s|126000 |   217 |  1991k|  15.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  71k|6542 | 0.000000e+00 |      --      |    Inf 
296.74/296.82	c   297s|126100 |   215 |  1993k|  15.8 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 |  71k|6545 | 0.000000e+00 |      --      |    Inf 
296.94/297.04	c   297s|126200 |   215 |  1994k|  15.8 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  71k|6550 | 0.000000e+00 |      --      |    Inf 
297.24/297.31	c   297s|126300 |   215 |  1996k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6559 | 0.000000e+00 |      --      |    Inf 
297.44/297.58	c   298s|126400 |   212 |  1998k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6565 | 0.000000e+00 |      --      |    Inf 
297.64/297.79	c   298s|126500 |   214 |  1999k|  15.8 |  11M|  55 |  23 | 231 |  11k| 231 |2453 |  17 |  71k|6567 | 0.000000e+00 |      --      |    Inf 
297.94/298.05	c   298s|126600 |   212 |  2001k|  15.8 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  71k|6575 | 0.000000e+00 |      --      |    Inf 
298.23/298.30	c   298s|126700 |   216 |  2003k|  15.8 |  11M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  71k|6580 | 0.000000e+00 |      --      |    Inf 
298.43/298.54	c   299s|126800 |   214 |  2004k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6589 | 0.000000e+00 |      --      |    Inf 
298.64/298.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.64/298.73	c   299s|126900 |   216 |  2006k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6592 | 0.000000e+00 |      --      |    Inf 
298.84/298.96	c   299s|127000 |   218 |  2007k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6597 | 0.000000e+00 |      --      |    Inf 
299.04/299.19	c   299s|127100 |   220 |  2009k|  15.8 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  71k|6604 | 0.000000e+00 |      --      |    Inf 
299.34/299.42	c   299s|127200 |   223 |  2010k|  15.8 |  11M|  55 |  23 | 231 |  11k| 231 |2453 |  17 |  71k|6612 | 0.000000e+00 |      --      |    Inf 
299.53/299.65	c   300s|127300 |   221 |  2012k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6619 | 0.000000e+00 |      --      |    Inf 
299.74/299.88	c   300s|127400 |   225 |  2014k|  15.8 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  71k|6626 | 0.000000e+00 |      --      |    Inf 
299.93/300.06	c   300s|127500 |   222 |  2015k|  15.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6626 | 0.000000e+00 |      --      |    Inf 
300.14/300.25	c   300s|127600 |   226 |  2016k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  71k|6630 | 0.000000e+00 |      --      |    Inf 
300.33/300.48	c   300s|127700 |   224 |  2018k|  15.8 |  12M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  71k|6637 | 0.000000e+00 |      --      |    Inf 
300.64/300.70	c   301s|127800 |   226 |  2019k|  15.8 |  12M|  55 |  23 | 231 |  11k| 231 |2453 |  17 |  72k|6645 | 0.000000e+00 |      --      |    Inf 
300.73/300.89	c   301s|127900 |   221 |  2020k|  15.8 |  12M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  72k|6648 | 0.000000e+00 |      --      |    Inf 
300.94/301.09	c   301s|128000 |   219 |  2022k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6653 | 0.000000e+00 |      --      |    Inf 
301.24/301.32	c   301s|128100 |   217 |  2023k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6659 | 0.000000e+00 |      --      |    Inf 
301.44/301.57	c   302s|128200 |   219 |  2025k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6666 | 0.000000e+00 |      --      |    Inf 
301.64/301.78	c   302s|128300 |   219 |  2026k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6672 | 0.000000e+00 |      --      |    Inf 
301.93/302.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.93/302.00	c   302s|128400 |   219 |  2028k|  15.8 |  12M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  72k|6675 | 0.000000e+00 |      --      |    Inf 
302.14/302.27	c   302s|128500 |   219 |  2030k|  15.8 |  12M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  72k|6685 | 0.000000e+00 |      --      |    Inf 
302.44/302.51	c   303s|128600 |   223 |  2031k|  15.8 |  12M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  72k|6690 | 0.000000e+00 |      --      |    Inf 
302.64/302.75	c   303s|128700 |   223 |  2033k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6694 | 0.000000e+00 |      --      |    Inf 
302.84/302.99	c   303s|128800 |   223 |  2035k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6695 | 0.000000e+00 |      --      |    Inf 
303.14/303.25	c   303s|128900 |   225 |  2037k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
303.34/303.49	c   303s|129000 |   223 |  2039k|  15.8 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
303.63/303.74	c   304s|129100 |   227 |  2041k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
303.83/303.96	c   304s|129200 |   227 |  2043k|  15.8 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
304.13/304.20	c   304s|129300 |   227 |  2044k|  15.8 |  12M|  55 |  26 | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
304.33/304.44	c   304s|129400 |   225 |  2046k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
304.54/304.69	c   305s|129500 |   225 |  2049k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
304.84/304.94	c   305s|129600 |   223 |  2050k|  15.8 |  12M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  72k|6697 | 0.000000e+00 |      --      |    Inf 
305.13/305.23	c   305s|129700 |   225 |  2053k|  15.8 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  73k|6698 | 0.000000e+00 |      --      |    Inf 
305.34/305.48	c   305s|129800 |   227 |  2055k|  15.8 |  12M|  55 |  22 | 231 |  12k| 231 |2453 |  17 |  73k|6698 | 0.000000e+00 |      --      |    Inf 
305.64/305.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.64/305.72	c   306s|129900 |   225 |  2057k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6698 | 0.000000e+00 |      --      |    Inf 
305.83/305.97	c   306s|130000 |   221 |  2059k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6698 | 0.000000e+00 |      --      |    Inf 
306.14/306.27	c   306s|130100 |   223 |  2061k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6698 | 0.000000e+00 |      --      |    Inf 
306.44/306.52	c   307s|130200 |   223 |  2063k|  15.8 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6699 | 0.000000e+00 |      --      |    Inf 
306.64/306.78	c   307s|130300 |   221 |  2065k|  15.9 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  73k|6699 | 0.000000e+00 |      --      |    Inf 
306.94/307.02	c   307s|130400 |   219 |  2067k|  15.9 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  73k|6699 | 0.000000e+00 |      --      |    Inf 
307.13/307.29	c   307s|130500 |   219 |  2069k|  15.9 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  73k|6699 | 0.000000e+00 |      --      |    Inf 
307.44/307.56	c   308s|130600 |   219 |  2071k|  15.9 |  12M|  55 |  49 | 231 |  12k| 231 |2453 |  17 |  73k|6699 | 0.000000e+00 |      --      |    Inf 
307.73/307.86	c   308s|130700 |   223 |  2074k|  15.9 |  12M|  55 |  40 | 231 |  12k| 231 |2453 |  17 |  73k|6702 | 0.000000e+00 |      --      |    Inf 
308.03/308.13	c   308s|130800 |   227 |  2076k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
308.34/308.43	c   308s|130900 |   241 |  2078k|  15.9 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
308.63/308.72	c   309s|131000 |   237 |  2081k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
308.94/309.02	c   309s|131100 |   245 |  2083k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
309.23/309.32	c   309s|131200 |   249 |  2086k|  15.9 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
309.43/309.59	c   310s|131300 |   247 |  2088k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
309.73/309.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.73/309.86	c   310s|131400 |   245 |  2090k|  15.9 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
310.04/310.11	c   310s|131500 |   247 |  2092k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  73k|6704 | 0.000000e+00 |      --      |    Inf 
310.23/310.37	c   310s|131600 |   251 |  2094k|  15.9 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  74k|6704 | 0.000000e+00 |      --      |    Inf 
310.53/310.60	c   311s|131700 |   251 |  2096k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6704 | 0.000000e+00 |      --      |    Inf 
310.73/310.86	c   311s|131800 |   253 |  2098k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6704 | 0.000000e+00 |      --      |    Inf 
311.04/311.14	c   311s|131900 |   251 |  2100k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6712 | 0.000000e+00 |      --      |    Inf 
311.34/311.44	c   311s|132000 |   253 |  2102k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6719 | 0.000000e+00 |      --      |    Inf 
311.63/311.76	c   312s|132100 |   251 |  2104k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6733 | 0.000000e+00 |      --      |    Inf 
311.84/311.99	c   312s|132200 |   253 |  2106k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6733 | 0.000000e+00 |      --      |    Inf 
312.14/312.30	c   312s|132300 |   252 |  2108k|  15.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  74k|6743 | 0.000000e+00 |      --      |    Inf 
312.54/312.63	c   313s|132400 |   250 |  2110k|  15.9 |  12M|  55 |  45 | 231 |  12k| 231 |2453 |  17 |  74k|6754 | 0.000000e+00 |      --      |    Inf 
312.84/312.90	c   313s|132500 |   252 |  2112k|  15.9 |  12M|  55 |  42 | 231 |  13k| 231 |2453 |  17 |  74k|6754 | 0.000000e+00 |      --      |    Inf 
313.13/313.20	c   313s|132600 |   250 |  2114k|  15.9 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6761 | 0.000000e+00 |      --      |    Inf 
313.44/313.52	c   314s|132700 |   250 |  2117k|  16.0 |  12M|  55 |  20 | 231 |  13k| 231 |2453 |  17 |  74k|6771 | 0.000000e+00 |      --      |    Inf 
313.74/313.84	c   314s|132800 |   246 |  2119k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6777 | 0.000000e+00 |      --      |    Inf 
314.03/314.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.03/314.13	c   314s|132900 |   244 |  2121k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6783 | 0.000000e+00 |      --      |    Inf 
314.33/314.46	c   314s|133000 |   248 |  2123k|  16.0 |  12M|  55 |  42 | 231 |  13k| 231 |2453 |  17 |  74k|6798 | 0.000000e+00 |      --      |    Inf 
314.63/314.71	c   315s|133100 |   248 |  2125k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6798 | 0.000000e+00 |      --      |    Inf 
314.94/315.00	c   315s|133200 |   250 |  2127k|  16.0 |  12M|  55 |  51 | 231 |  13k| 231 |2453 |  17 |  74k|6803 | 0.000000e+00 |      --      |    Inf 
315.14/315.27	c   315s|133300 |   252 |  2129k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6807 | 0.000000e+00 |      --      |    Inf 
315.43/315.52	c   316s|133400 |   250 |  2131k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6811 | 0.000000e+00 |      --      |    Inf 
315.64/315.78	c   316s|133500 |   252 |  2133k|  16.0 |  12M|  55 |  38 | 231 |  13k| 231 |2453 |  17 |  74k|6819 | 0.000000e+00 |      --      |    Inf 
315.94/316.03	c   316s|133600 |   250 |  2135k|  16.0 |  12M|  55 |  42 | 231 |  13k| 231 |2453 |  17 |  75k|6823 | 0.000000e+00 |      --      |    Inf 
316.23/316.30	c   316s|133700 |   252 |  2137k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6828 | 0.000000e+00 |      --      |    Inf 
316.43/316.57	c   317s|133800 |   250 |  2139k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6834 | 0.000000e+00 |      --      |    Inf 
316.74/316.85	c   317s|133900 |   254 |  2141k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6841 | 0.000000e+00 |      --      |    Inf 
317.04/317.13	c   317s|134000 |   254 |  2142k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6849 | 0.000000e+00 |      --      |    Inf 
317.24/317.39	c   317s|134100 |   252 |  2144k|  16.0 |  12M|  55 |  36 | 231 |  13k| 231 |2453 |  17 |  75k|6856 | 0.000000e+00 |      --      |    Inf 
317.53/317.65	c   318s|134200 |   256 |  2146k|  16.0 |  12M|  55 |  30 | 231 |  13k| 231 |2453 |  17 |  75k|6861 | 0.000000e+00 |      --      |    Inf 
317.84/317.94	c   318s|134300 |   254 |  2148k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6868 | 0.000000e+00 |      --      |    Inf 
318.04/318.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.04/318.19	c   318s|134400 |   254 |  2150k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6873 | 0.000000e+00 |      --      |    Inf 
318.33/318.43	c   318s|134500 |   256 |  2152k|  16.0 |  12M|  55 |  20 | 231 |  13k| 231 |2453 |  17 |  75k|6878 | 0.000000e+00 |      --      |    Inf 
318.53/318.69	c   319s|134600 |   256 |  2153k|  16.0 |  12M|  55 |  39 | 231 |  13k| 231 |2453 |  17 |  75k|6881 | 0.000000e+00 |      --      |    Inf 
318.84/318.94	c   319s|134700 |   252 |  2155k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6884 | 0.000000e+00 |      --      |    Inf 
319.03/319.18	c   319s|134800 |   254 |  2157k|  16.0 |  12M|  55 |  41 | 231 |  13k| 231 |2453 |  17 |  75k|6884 | 0.000000e+00 |      --      |    Inf 
319.33/319.43	c   319s|134900 |   254 |  2159k|  16.0 |  12M|  55 |  42 | 231 |  13k| 231 |2453 |  17 |  75k|6886 | 0.000000e+00 |      --      |    Inf 
319.54/319.67	c   320s|135000 |   252 |  2161k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6886 | 0.000000e+00 |      --      |    Inf 
319.83/319.91	c   320s|135100 |   254 |  2163k|  16.0 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  75k|6887 | 0.000000e+00 |      --      |    Inf 
320.04/320.14	c   320s|135200 |   252 |  2164k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  75k|6887 | 0.000000e+00 |      --      |    Inf 
320.23/320.39	c   320s|135300 |   254 |  2166k|  16.0 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  75k|6887 | 0.000000e+00 |      --      |    Inf 
320.53/320.63	c   321s|135400 |   254 |  2168k|  16.0 |  12M|  55 |  22 | 231 |  12k| 231 |2453 |  17 |  75k|6887 | 0.000000e+00 |      --      |    Inf 
320.73/320.85	c   321s|135500 |   252 |  2170k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  75k|6887 | 0.000000e+00 |      --      |    Inf 
320.94/321.08	c   321s|135600 |   251 |  2171k|  16.0 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
321.24/321.31	c   321s|135700 |   253 |  2173k|  16.0 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
321.43/321.54	c   322s|135800 |   255 |  2175k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
321.63/321.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
321.63/321.78	c   322s|135900 |   253 |  2177k|  16.0 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
321.94/322.01	c   322s|136000 |   253 |  2178k|  16.0 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
322.14/322.26	c   322s|136100 |   252 |  2180k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
322.33/322.48	c   322s|136200 |   254 |  2182k|  16.0 |  12M|  55 |  14 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
322.64/322.72	c   323s|136300 |   254 |  2184k|  16.0 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
322.83/322.94	c   323s|136400 |   250 |  2185k|  16.0 |  12M|  55 |  46 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
323.03/323.16	c   323s|136500 |   250 |  2187k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
323.24/323.36	c   323s|136600 |   246 |  2188k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
323.43/323.57	c   324s|136700 |   247 |  2190k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
323.63/323.79	c   324s|136800 |   248 |  2191k|  16.0 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
323.83/323.98	c   324s|136900 |   247 |  2193k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
324.03/324.19	c   324s|137000 |   251 |  2194k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
324.23/324.38	c   324s|137100 |   251 |  2196k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
324.44/324.59	c   325s|137200 |   255 |  2197k|  16.0 |  12M|  55 |  18 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
324.74/324.80	c   325s|137300 |   247 |  2199k|  16.0 |  12M|  55 |  22 | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
324.93/325.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.93/325.03	c   325s|137400 |   252 |  2201k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
325.13/325.23	c   325s|137500 |   255 |  2202k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  76k|6887 | 0.000000e+00 |      --      |    Inf 
325.33/325.44	c   325s|137600 |   251 |  2204k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
325.54/325.68	c   326s|137700 |   251 |  2206k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
325.83/325.90	c   326s|137800 |   251 |  2207k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
326.03/326.13	c   326s|137900 |   253 |  2209k|  16.0 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
326.23/326.34	c   326s|138000 |   249 |  2211k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
326.44/326.54	c   327s|138100 |   247 |  2212k|  16.0 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
326.64/326.76	c   327s|138200 |   248 |  2214k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
326.83/326.95	c   327s|138300 |   250 |  2215k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
327.03/327.18	c   327s|138400 |   253 |  2217k|  16.0 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  77k|6887 | 0.000000e+00 |      --      |    Inf 
327.33/327.44	c   327s|138500 |   250 |  2219k|  16.0 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  77k|6895 | 0.000000e+00 |      --      |    Inf 
327.53/327.69	c   328s|138600 |   250 |  2220k|  16.0 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  77k|6905 | 0.000000e+00 |      --      |    Inf 
327.83/327.96	c   328s|138700 |   253 |  2222k|  16.0 |  12M|  55 |  21 | 231 |  12k| 231 |2453 |  17 |  77k|6906 | 0.000000e+00 |      --      |    Inf 
328.04/328.19	c   328s|138800 |   252 |  2224k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6915 | 0.000000e+00 |      --      |    Inf 
328.33/328.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.33/328.44	c   328s|138900 |   252 |  2225k|  16.0 |  12M|  55 |  46 | 231 |  12k| 231 |2453 |  17 |  77k|6921 | 0.000000e+00 |      --      |    Inf 
328.53/328.68	c   329s|139000 |   252 |  2227k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6923 | 0.000000e+00 |      --      |    Inf 
328.84/328.94	c   329s|139100 |   250 |  2229k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  77k|6932 | 0.000000e+00 |      --      |    Inf 
329.03/329.16	c   329s|139200 |   254 |  2231k|  16.0 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  77k|6933 | 0.000000e+00 |      --      |    Inf 
329.34/329.42	c   329s|139300 |   257 |  2232k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|6944 | 0.000000e+00 |      --      |    Inf 
329.53/329.64	c   330s|139400 |   257 |  2234k|  16.0 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  78k|6944 | 0.000000e+00 |      --      |    Inf 
329.73/329.89	c   330s|139500 |   256 |  2236k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|6950 | 0.000000e+00 |      --      |    Inf 
330.03/330.15	c   330s|139600 |   259 |  2238k|  16.0 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  78k|6958 | 0.000000e+00 |      --      |    Inf 
330.24/330.38	c   330s|139700 |   259 |  2239k|  16.0 |  12M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  78k|6960 | 0.000000e+00 |      --      |    Inf 
330.53/330.67	c   331s|139800 |   261 |  2242k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|6968 | 0.000000e+00 |      --      |    Inf 
330.83/330.93	c   331s|139900 |   266 |  2243k|  16.0 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  78k|6973 | 0.000000e+00 |      --      |    Inf 
331.13/331.20	c   331s|140000 |   266 |  2245k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|6979 | 0.000000e+00 |      --      |    Inf 
331.33/331.48	c   331s|140100 |   266 |  2247k|  16.0 |  12M|  55 |  44 | 231 |  12k| 231 |2453 |  17 |  78k|6987 | 0.000000e+00 |      --      |    Inf 
331.63/331.77	c   332s|140200 |   261 |  2250k|  16.0 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|6995 | 0.000000e+00 |      --      |    Inf 
331.94/332.05	c   332s|140300 |   261 |  2252k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7001 | 0.000000e+00 |      --      |    Inf 
332.14/332.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.14/332.29	c   332s|140400 |   257 |  2253k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7008 | 0.000000e+00 |      --      |    Inf 
332.43/332.53	c   333s|140500 |   256 |  2255k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7012 | 0.000000e+00 |      --      |    Inf 
332.63/332.78	c   333s|140600 |   256 |  2256k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7016 | 0.000000e+00 |      --      |    Inf 
332.93/333.02	c   333s|140700 |   256 |  2258k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7020 | 0.000000e+00 |      --      |    Inf 
333.14/333.28	c   333s|140800 |   256 |  2260k|  16.1 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  78k|7026 | 0.000000e+00 |      --      |    Inf 
333.43/333.52	c   334s|140900 |   256 |  2261k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7031 | 0.000000e+00 |      --      |    Inf 
333.73/333.80	c   334s|141000 |   258 |  2263k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7039 | 0.000000e+00 |      --      |    Inf 
333.94/334.06	c   334s|141100 |   257 |  2265k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  78k|7047 | 0.000000e+00 |      --      |    Inf 
334.23/334.32	c   334s|141200 |   256 |  2267k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7049 | 0.000000e+00 |      --      |    Inf 
334.53/334.60	c   335s|141300 |   259 |  2269k|  16.1 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  79k|7060 | 0.000000e+00 |      --      |    Inf 
334.73/334.85	c   335s|141400 |   258 |  2271k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7063 | 0.000000e+00 |      --      |    Inf 
335.03/335.10	c   335s|141500 |   258 |  2273k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7067 | 0.000000e+00 |      --      |    Inf 
335.23/335.34	c   335s|141600 |   259 |  2274k|  16.1 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  79k|7070 | 0.000000e+00 |      --      |    Inf 
335.44/335.54	c   336s|141700 |   257 |  2276k|  16.1 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  79k|7070 | 0.000000e+00 |      --      |    Inf 
335.63/335.75	c   336s|141800 |   262 |  2277k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7072 | 0.000000e+00 |      --      |    Inf 
335.83/335.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.83/335.96	c   336s|141900 |   262 |  2279k|  16.1 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  79k|7073 | 0.000000e+00 |      --      |    Inf 
336.03/336.18	c   336s|142000 |   260 |  2281k|  16.1 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  79k|7073 | 0.000000e+00 |      --      |    Inf 
336.33/336.41	c   336s|142100 |   258 |  2282k|  16.1 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  79k|7075 | 0.000000e+00 |      --      |    Inf 
336.54/336.68	c   337s|142200 |   260 |  2284k|  16.1 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  79k|7080 | 0.000000e+00 |      --      |    Inf 
336.83/336.92	c   337s|142300 |   258 |  2286k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7083 | 0.000000e+00 |      --      |    Inf 
337.03/337.14	c   337s|142400 |   260 |  2288k|  16.1 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  79k|7083 | 0.000000e+00 |      --      |    Inf 
337.23/337.36	c   337s|142500 |   260 |  2290k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7085 | 0.000000e+00 |      --      |    Inf 
337.43/337.58	c   338s|142600 |   260 |  2291k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7088 | 0.000000e+00 |      --      |    Inf 
337.63/337.78	c   338s|142700 |   262 |  2293k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7088 | 0.000000e+00 |      --      |    Inf 
337.84/337.98	c   338s|142800 |   264 |  2294k|  16.1 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  79k|7088 | 0.000000e+00 |      --      |    Inf 
338.03/338.19	c   338s|142900 |   264 |  2296k|  16.1 |  12M|  55 |  24 | 231 |  12k| 231 |2453 |  17 |  79k|7089 | 0.000000e+00 |      --      |    Inf 
338.23/338.39	c   338s|143000 |   270 |  2297k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7090 | 0.000000e+00 |      --      |    Inf 
338.43/338.59	c   339s|143100 |   270 |  2299k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7092 | 0.000000e+00 |      --      |    Inf 
338.63/338.77	c   339s|143200 |   268 |  2300k|  16.1 |  12M|  55 |  26 | 231 |  12k| 231 |2453 |  17 |  79k|7092 | 0.000000e+00 |      --      |    Inf 
338.83/338.96	c   339s|143300 |   266 |  2301k|  16.1 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 |  79k|7094 | 0.000000e+00 |      --      |    Inf 
339.03/339.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.03/339.17	c   339s|143400 |   268 |  2303k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  79k|7095 | 0.000000e+00 |      --      |    Inf 
339.23/339.39	c   339s|143500 |   270 |  2305k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7097 | 0.000000e+00 |      --      |    Inf 
339.53/339.60	c   340s|143600 |   268 |  2306k|  16.1 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  80k|7098 | 0.000000e+00 |      --      |    Inf 
339.74/339.82	c   340s|143700 |   266 |  2308k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7098 | 0.000000e+00 |      --      |    Inf 
339.93/340.04	c   340s|143800 |   266 |  2309k|  16.1 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  80k|7101 | 0.000000e+00 |      --      |    Inf 
340.13/340.26	c   340s|143900 |   265 |  2311k|  16.1 |  12M|  55 |  29 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
340.33/340.45	c   340s|144000 |   266 |  2313k|  16.1 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
340.53/340.65	c   341s|144100 |   266 |  2314k|  16.1 |  12M|  55 |  21 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
340.73/340.86	c   341s|144200 |   262 |  2316k|  16.1 |  12M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
340.93/341.08	c   341s|144300 |   260 |  2317k|  16.1 |  12M|  55 |  21 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
341.13/341.28	c   341s|144400 |   260 |  2319k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
341.43/341.50	c   341s|144500 |   260 |  2321k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
341.63/341.71	c   342s|144600 |   258 |  2322k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
341.83/341.94	c   342s|144700 |   258 |  2324k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
342.03/342.14	c   342s|144800 |   260 |  2325k|  16.1 |  12M|  55 |  29 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
342.23/342.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.23/342.35	c   342s|144900 |   260 |  2327k|  16.1 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
342.43/342.59	c   343s|145000 |   258 |  2329k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
342.73/342.81	c   343s|145100 |   258 |  2330k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
342.93/343.03	c   343s|145200 |   261 |  2332k|  16.1 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
343.13/343.26	c   343s|145300 |   259 |  2334k|  16.1 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
343.33/343.48	c   343s|145400 |   260 |  2335k|  16.1 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
343.53/343.69	c   344s|145500 |   259 |  2337k|  16.1 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
343.73/343.88	c   344s|145600 |   261 |  2338k|  16.1 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  80k|7102 | 0.000000e+00 |      --      |    Inf 
343.93/344.08	c   344s|145700 |   261 |  2340k|  16.1 |  12M|  55 |  20 | 231 |  12k| 231 |2453 |  17 |  81k|7102 | 0.000000e+00 |      --      |    Inf 
344.23/344.31	c   344s|145800 |   257 |  2341k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7102 | 0.000000e+00 |      --      |    Inf 
344.43/344.55	c   345s|145900 |   259 |  2343k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7102 | 0.000000e+00 |      --      |    Inf 
344.63/344.74	c   345s|146000 |   261 |  2345k|  16.1 |  12M|  55 |  16 | 231 |  12k| 231 |2453 |  17 |  81k|7102 | 0.000000e+00 |      --      |    Inf 
344.83/344.97	c   345s|146100 |   261 |  2346k|  16.1 |  12M|  55 |  15 | 231 |  12k| 231 |2453 |  17 |  81k|7112 | 0.000000e+00 |      --      |    Inf 
345.03/345.18	c   345s|146200 |   257 |  2347k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7112 | 0.000000e+00 |      --      |    Inf 
345.24/345.36	c   345s|146300 |   256 |  2349k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7113 | 0.000000e+00 |      --      |    Inf 
345.53/345.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.53/345.63	c   346s|146400 |   260 |  2350k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7128 | 0.000000e+00 |      --      |    Inf 
345.73/345.83	c   346s|146500 |   262 |  2352k|  16.1 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  81k|7128 | 0.000000e+00 |      --      |    Inf 
345.93/346.08	c   346s|146600 |   258 |  2353k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7138 | 0.000000e+00 |      --      |    Inf 
346.23/346.32	c   346s|146700 |   260 |  2355k|  16.1 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  81k|7138 | 0.000000e+00 |      --      |    Inf 
346.44/346.57	c   347s|146800 |   258 |  2357k|  16.1 |  12M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  81k|7145 | 0.000000e+00 |      --      |    Inf 
346.73/346.80	c   347s|146900 |   259 |  2359k|  16.1 |  12M|  55 |  30 | 231 |  13k| 231 |2453 |  17 |  81k|7150 | 0.000000e+00 |      --      |    Inf 
346.93/347.07	c   347s|147000 |   259 |  2360k|  16.1 |  12M|  55 |  35 | 231 |  13k| 231 |2453 |  17 |  81k|7156 | 0.000000e+00 |      --      |    Inf 
347.23/347.33	c   347s|147100 |   259 |  2362k|  16.1 |  12M|  55 |  25 | 231 |  13k| 231 |2453 |  17 |  81k|7166 | 0.000000e+00 |      --      |    Inf 
347.43/347.58	c   348s|147200 |   259 |  2364k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7166 | 0.000000e+00 |      --      |    Inf 
347.73/347.84	c   348s|147300 |   261 |  2366k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7170 | 0.000000e+00 |      --      |    Inf 
347.93/348.08	c   348s|147400 |   259 |  2368k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7177 | 0.000000e+00 |      --      |    Inf 
348.23/348.33	c   348s|147500 |   255 |  2369k|  16.1 |  12M|  55 |  45 | 231 |  13k| 231 |2453 |  17 |  81k|7179 | 0.000000e+00 |      --      |    Inf 
348.43/348.56	c   349s|147600 |   260 |  2371k|  16.1 |  12M|  55 |  30 | 231 |  13k| 231 |2453 |  17 |  81k|7185 | 0.000000e+00 |      --      |    Inf 
348.72/348.80	c   349s|147700 |   260 |  2373k|  16.1 |  12M|  55 |  28 | 231 |  13k| 231 |2453 |  17 |  82k|7189 | 0.000000e+00 |      --      |    Inf 
348.93/349.07	c   349s|147800 |   262 |  2375k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7199 | 0.000000e+00 |      --      |    Inf 
349.13/349.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.13/349.29	c   349s|147900 |   260 |  2376k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7202 | 0.000000e+00 |      --      |    Inf 
349.43/349.52	c   350s|148000 |   257 |  2378k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7205 | 0.000000e+00 |      --      |    Inf 
349.64/349.75	c   350s|148100 |   258 |  2380k|  16.1 |  12M|  55 |  33 | 231 |  13k| 231 |2453 |  17 |  82k|7210 | 0.000000e+00 |      --      |    Inf 
349.93/350.02	c   350s|148200 |   258 |  2382k|  16.1 |  12M|  55 |  32 | 231 |  13k| 231 |2453 |  17 |  82k|7215 | 0.000000e+00 |      --      |    Inf 
350.13/350.28	c   350s|148300 |   258 |  2383k|  16.1 |  12M|  55 |  30 | 231 |  13k| 231 |2453 |  17 |  82k|7220 | 0.000000e+00 |      --      |    Inf 
350.43/350.53	c   351s|148400 |   257 |  2385k|  16.1 |  13M|  55 |  32 | 231 |  13k| 231 |2453 |  17 |  82k|7225 | 0.000000e+00 |      --      |    Inf 
350.63/350.78	c   351s|148500 |   257 |  2387k|  16.1 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7232 | 0.000000e+00 |      --      |    Inf 
350.93/351.02	c   351s|148600 |   261 |  2389k|  16.1 |  13M|  55 |  26 | 231 |  13k| 231 |2453 |  17 |  82k|7236 | 0.000000e+00 |      --      |    Inf 
351.13/351.27	c   351s|148700 |   263 |  2390k|  16.1 |  13M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  82k|7243 | 0.000000e+00 |      --      |    Inf 
351.43/351.52	c   352s|148800 |   268 |  2392k|  16.1 |  13M|  55 |  28 | 231 |  13k| 231 |2453 |  17 |  82k|7250 | 0.000000e+00 |      --      |    Inf 
351.63/351.78	c   352s|148900 |   263 |  2394k|  16.1 |  13M|  55 |  38 | 231 |  13k| 231 |2453 |  17 |  82k|7256 | 0.000000e+00 |      --      |    Inf 
351.94/352.02	c   352s|149000 |   258 |  2396k|  16.1 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7257 | 0.000000e+00 |      --      |    Inf 
352.13/352.29	c   352s|149100 |   259 |  2398k|  16.1 |  13M|  55 |   - | 231 |  13k|   0 |   0 |  17 |  82k|7260 | 0.000000e+00 |      --      |    Inf 
352.43/352.56	c   353s|149200 |   261 |  2400k|  16.1 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7264 | 0.000000e+00 |      --      |    Inf 
352.73/352.83	c   353s|149300 |   263 |  2402k|  16.1 |  13M|  55 |  33 | 231 |  13k| 231 |2453 |  17 |  82k|7270 | 0.000000e+00 |      --      |    Inf 
352.94/353.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.94/353.06	c   353s|149400 |   261 |  2404k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7272 | 0.000000e+00 |      --      |    Inf 
353.23/353.34	c   353s|149500 |   265 |  2406k|  16.1 |  13M|  55 |  32 | 231 |  14k| 231 |2453 |  17 |  82k|7275 | 0.000000e+00 |      --      |    Inf 
353.53/353.61	c   354s|149600 |   265 |  2408k|  16.1 |  13M|  55 |  36 | 231 |  14k| 231 |2453 |  17 |  82k|7275 | 0.000000e+00 |      --      |    Inf 
353.73/353.84	c   354s|149700 |   263 |  2410k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7276 | 0.000000e+00 |      --      |    Inf 
353.93/354.07	c   354s|149800 |   270 |  2412k|  16.1 |  13M|  55 |  30 | 231 |  14k| 231 |2453 |  17 |  83k|7276 | 0.000000e+00 |      --      |    Inf 
354.14/354.26	c   354s|149900 |   269 |  2413k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
354.33/354.45	c   354s|150000 |   273 |  2414k|  16.1 |  13M|  55 |  15 | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
354.52/354.67	c   355s|150100 |   272 |  2416k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
354.83/354.90	c   355s|150200 |   270 |  2418k|  16.1 |  13M|  55 |   - | 231 |  14k|   0 |   0 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
355.03/355.14	c   355s|150300 |   272 |  2420k|  16.1 |  13M|  55 |  40 | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
355.23/355.37	c   355s|150400 |   277 |  2422k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
355.53/355.63	c   356s|150500 |   274 |  2424k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
355.83/355.91	c   356s|150600 |   272 |  2426k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
356.03/356.13	c   356s|150700 |   271 |  2428k|  16.1 |  13M|  55 |  30 | 231 |  14k| 231 |2453 |  17 |  83k|7277 | 0.000000e+00 |      --      |    Inf 
356.23/356.38	c   356s|150800 |   267 |  2430k|  16.1 |  13M|  55 |  28 | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
356.43/356.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.43/356.59	c   357s|150900 |   262 |  2431k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
356.72/356.82	c   357s|151000 |   260 |  2433k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
356.93/357.05	c   357s|151100 |   266 |  2435k|  16.1 |  13M|  55 |  21 | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
357.13/357.27	c   357s|151200 |   264 |  2436k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
357.33/357.50	c   358s|151300 |   264 |  2438k|  16.1 |  13M|  55 |  28 | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
357.63/357.73	c   358s|151400 |   262 |  2440k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
357.93/358.02	c   358s|151500 |   261 |  2442k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
358.13/358.27	c   358s|151600 |   263 |  2444k|  16.1 |  13M|  55 |  22 | 231 |  14k| 231 |2453 |  17 |  83k|7278 | 0.000000e+00 |      --      |    Inf 
358.43/358.52	c   359s|151700 |   259 |  2446k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7278 | 0.000000e+00 |      --      |    Inf 
358.63/358.77	c   359s|151800 |   255 |  2448k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7280 | 0.000000e+00 |      --      |    Inf 
358.93/359.00	c   359s|151900 |   254 |  2449k|  16.1 |  13M|  55 |  44 | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
359.13/359.21	c   359s|152000 |   258 |  2451k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
359.33/359.43	c   359s|152100 |   256 |  2452k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
359.53/359.66	c   360s|152200 |   257 |  2454k|  16.1 |  13M|  55 |  32 | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
359.73/359.87	c   360s|152300 |   261 |  2456k|  16.1 |  13M|  55 |  18 | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
359.93/360.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.93/360.09	c   360s|152400 |   258 |  2457k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
360.23/360.30	c   360s|152500 |   259 |  2459k|  16.1 |  13M|  55 |  35 | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
360.32/360.48	c   360s|152600 |   262 |  2460k|  16.1 |  13M|  55 |  30 | 231 |  14k| 231 |2453 |  17 |  84k|7282 | 0.000000e+00 |      --      |    Inf 
360.53/360.69	c   361s|152700 |   262 |  2462k|  16.1 |  13M|  55 |  28 | 231 |  14k| 231 |2453 |  17 |  84k|7283 | 0.000000e+00 |      --      |    Inf 
360.83/360.93	c   361s|152800 |   260 |  2463k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
361.02/361.15	c   361s|152900 |   259 |  2465k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
361.23/361.36	c   361s|153000 |   259 |  2467k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
361.43/361.56	c   362s|153100 |   261 |  2468k|  16.1 |  13M|  55 |  30 | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
361.62/361.76	c   362s|153200 |   261 |  2469k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
361.93/362.00	c   362s|153300 |   261 |  2471k|  16.1 |  13M|  55 |  27 | 231 |  14k| 231 |2453 |  17 |  84k|7284 | 0.000000e+00 |      --      |    Inf 
362.13/362.28	c   362s|153400 |   261 |  2473k|  16.1 |  13M|  55 |  24 | 231 |  14k| 231 |2453 |  17 |  84k|7291 | 0.000000e+00 |      --      |    Inf 
362.42/362.53	c   363s|153500 |   261 |  2475k|  16.1 |  13M|  55 |  38 | 231 |  14k| 231 |2453 |  17 |  84k|7300 | 0.000000e+00 |      --      |    Inf 
362.63/362.74	c   363s|153600 |   261 |  2476k|  16.1 |  13M|  55 |  38 | 231 |  14k| 231 |2453 |  17 |  85k|7300 | 0.000000e+00 |      --      |    Inf 
362.83/362.97	c   363s|153700 |   259 |  2478k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7305 | 0.000000e+00 |      --      |    Inf 
363.12/363.25	c   363s|153800 |   257 |  2480k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7312 | 0.000000e+00 |      --      |    Inf 
363.43/363.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.43/363.53	c   364s|153900 |   260 |  2481k|  16.1 |  13M|  55 |  22 | 231 |  14k| 231 |2453 |  17 |  85k|7324 | 0.000000e+00 |      --      |    Inf 
363.62/363.73	c   364s|154000 |   256 |  2483k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7324 | 0.000000e+00 |      --      |    Inf 
363.83/363.99	c   364s|154100 |   256 |  2484k|  16.1 |  13M|  55 |  34 | 231 |  14k| 231 |2453 |  17 |  85k|7334 | 0.000000e+00 |      --      |    Inf 
364.12/364.21	c   364s|154200 |   255 |  2486k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7335 | 0.000000e+00 |      --      |    Inf 
364.32/364.43	c   364s|154300 |   255 |  2488k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7335 | 0.000000e+00 |      --      |    Inf 
364.53/364.67	c   365s|154400 |   256 |  2489k|  16.1 |  13M|  55 |   - | 231 |  14k|   0 |   0 |  17 |  85k|7339 | 0.000000e+00 |      --      |    Inf 
364.83/364.91	c   365s|154500 |   257 |  2491k|  16.1 |  13M|  55 |  27 | 231 |  14k| 231 |2453 |  17 |  85k|7345 | 0.000000e+00 |      --      |    Inf 
365.03/365.18	c   365s|154600 |   255 |  2493k|  16.1 |  13M|  55 |  31 | 231 |  14k| 231 |2453 |  17 |  85k|7351 | 0.000000e+00 |      --      |    Inf 
365.32/365.41	c   365s|154700 |   253 |  2494k|  16.1 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7353 | 0.000000e+00 |      --      |    Inf 
365.53/365.68	c   366s|154800 |   253 |  2496k|  16.1 |  13M|  55 |  40 | 231 |  13k| 231 |2453 |  17 |  85k|7361 | 0.000000e+00 |      --      |    Inf 
365.82/365.95	c   366s|154900 |   249 |  2498k|  16.1 |  13M|  55 |  36 | 231 |  13k| 231 |2453 |  17 |  85k|7366 | 0.000000e+00 |      --      |    Inf 
366.03/366.20	c   366s|155000 |   249 |  2499k|  16.1 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7372 | 0.000000e+00 |      --      |    Inf 
366.32/366.43	c   366s|155100 |   246 |  2501k|  16.1 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7372 | 0.000000e+00 |      --      |    Inf 
366.63/366.71	c   367s|155200 |   248 |  2503k|  16.1 |  12M|  55 |   - | 231 |  13k|   0 |   0 |  17 |  85k|7384 | 0.000000e+00 |      --      |    Inf 
366.82/366.91	c   367s|155300 |   247 |  2504k|  16.1 |  12M|  55 |  44 | 231 |  13k| 231 |2453 |  17 |  85k|7384 | 0.000000e+00 |      --      |    Inf 
367.03/367.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.03/367.17	c   367s|155400 |   248 |  2506k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7390 | 0.000000e+00 |      --      |    Inf 
367.33/367.46	c   367s|155500 |   245 |  2509k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7395 | 0.000000e+00 |      --      |    Inf 
367.63/367.72	c   368s|155600 |   244 |  2510k|  16.1 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7402 | 0.000000e+00 |      --      |    Inf 
367.83/367.95	c   368s|155700 |   245 |  2512k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7406 | 0.000000e+00 |      --      |    Inf 
368.02/368.19	c   368s|155800 |   243 |  2513k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7411 | 0.000000e+00 |      --      |    Inf 
368.33/368.44	c   368s|155900 |   241 |  2515k|  16.1 |  12M|  55 |  52 | 231 |  12k| 231 |2453 |  17 |  86k|7414 | 0.000000e+00 |      --      |    Inf 
368.63/368.72	c   369s|156000 |   241 |  2517k|  16.1 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  86k|7421 | 0.000000e+00 |      --      |    Inf 
368.93/369.00	c   369s|156100 |   237 |  2519k|  16.1 |  12M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  86k|7426 | 0.000000e+00 |      --      |    Inf 
369.12/369.23	c   369s|156200 |   237 |  2520k|  16.1 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  86k|7431 | 0.000000e+00 |      --      |    Inf 
369.33/369.47	c   369s|156300 |   233 |  2522k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7436 | 0.000000e+00 |      --      |    Inf 
369.63/369.70	c   370s|156400 |   233 |  2524k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7443 | 0.000000e+00 |      --      |    Inf 
369.82/369.95	c   370s|156500 |   232 |  2525k|  16.1 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  86k|7448 | 0.000000e+00 |      --      |    Inf 
370.03/370.16	c   370s|156600 |   232 |  2527k|  16.1 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  86k|7454 | 0.000000e+00 |      --      |    Inf 
370.33/370.44	c   370s|156700 |   230 |  2529k|  16.1 |  12M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  86k|7461 | 0.000000e+00 |      --      |    Inf 
370.53/370.66	c   371s|156800 |   228 |  2530k|  16.1 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 |  86k|7463 | 0.000000e+00 |      --      |    Inf 
370.73/370.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.73/370.89	c   371s|156900 |   227 |  2532k|  16.1 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  86k|7465 | 0.000000e+00 |      --      |    Inf 
371.03/371.16	c   371s|157000 |   231 |  2534k|  16.1 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  86k|7467 | 0.000000e+00 |      --      |    Inf 
371.22/371.38	c   371s|157100 |   229 |  2535k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7467 | 0.000000e+00 |      --      |    Inf 
371.52/371.64	c   372s|157200 |   229 |  2538k|  16.1 |  12M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  87k|7468 | 0.000000e+00 |      --      |    Inf 
371.74/371.89	c   372s|157300 |   227 |  2539k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7468 | 0.000000e+00 |      --      |    Inf 
371.92/372.08	c   372s|157400 |   228 |  2541k|  16.1 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  87k|7468 | 0.000000e+00 |      --      |    Inf 
372.23/372.32	c   372s|157500 |   228 |  2543k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
372.43/372.54	c   373s|157600 |   228 |  2544k|  16.1 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
372.62/372.78	c   373s|157700 |   226 |  2546k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
372.84/372.99	c   373s|157800 |   227 |  2548k|  16.1 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
373.03/373.19	c   373s|157900 |   227 |  2549k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
373.33/373.40	c   373s|158000 |   228 |  2551k|  16.1 |  12M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
373.43/373.57	c   374s|158100 |   228 |  2552k|  16.1 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
373.63/373.75	c   374s|158200 |   227 |  2553k|  16.1 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
373.83/373.98	c   374s|158300 |   226 |  2555k|  16.1 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
374.13/374.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.13/374.24	c   374s|158400 |   222 |  2557k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
374.32/374.46	c   374s|158500 |   218 |  2558k|  16.1 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
374.63/374.71	c   375s|158600 |   218 |  2560k|  16.1 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
374.82/374.93	c   375s|158700 |   214 |  2562k|  16.1 |  12M|  55 |  46 | 231 |  11k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
375.03/375.17	c   375s|158800 |   212 |  2564k|  16.1 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
375.22/375.39	c   375s|158900 |   214 |  2565k|  16.1 |  12M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  87k|7469 | 0.000000e+00 |      --      |    Inf 
375.53/375.65	c   376s|159000 |   216 |  2567k|  16.1 |  12M|  55 |  26 | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
375.72/375.87	c   376s|159100 |   216 |  2569k|  16.1 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
376.03/376.11	c   376s|159200 |   209 |  2571k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
376.23/376.33	c   376s|159300 |   211 |  2573k|  16.2 |  12M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
376.42/376.53	c   377s|159400 |   209 |  2574k|  16.2 |  12M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
376.62/376.73	c   377s|159500 |   209 |  2576k|  16.2 |  12M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
376.82/376.95	c   377s|159600 |   207 |  2577k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
377.03/377.18	c   377s|159700 |   205 |  2579k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
377.32/377.40	c   377s|159800 |   209 |  2581k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
377.52/377.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.52/377.60	c   378s|159900 |   209 |  2582k|  16.2 |  12M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
377.72/377.84	c   378s|160000 |   209 |  2584k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
377.93/378.07	c   378s|160100 |   211 |  2586k|  16.2 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
378.13/378.30	c   378s|160200 |   209 |  2588k|  16.2 |  12M|  55 |  44 | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
378.42/378.56	c   379s|160300 |   209 |  2590k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
378.72/378.80	c   379s|160400 |   208 |  2592k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
378.92/379.03	c   379s|160500 |   204 |  2594k|  16.2 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
379.12/379.25	c   379s|160600 |   208 |  2595k|  16.2 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
379.33/379.45	c   379s|160700 |   203 |  2597k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7469 | 0.000000e+00 |      --      |    Inf 
379.52/379.68	c   380s|160800 |   205 |  2598k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7469 | 0.000000e+00 |      --      |    Inf 
379.72/379.87	c   380s|160900 |   204 |  2600k|  16.2 |  12M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  89k|7469 | 0.000000e+00 |      --      |    Inf 
379.93/380.07	c   380s|161000 |   204 |  2601k|  16.2 |  12M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  89k|7469 | 0.000000e+00 |      --      |    Inf 
380.13/380.28	c   380s|161100 |   205 |  2603k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7477 | 0.000000e+00 |      --      |    Inf 
380.43/380.52	c   381s|161200 |   201 |  2604k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7483 | 0.000000e+00 |      --      |    Inf 
380.63/380.75	c   381s|161300 |   204 |  2606k|  16.2 |  12M|  55 |  18 | 231 |  11k| 231 |2453 |  17 |  89k|7483 | 0.000000e+00 |      --      |    Inf 
380.92/381.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.92/381.03	c   381s|161400 |   202 |  2608k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  89k|7495 | 0.000000e+00 |      --      |    Inf 
381.12/381.26	c   381s|161500 |   202 |  2609k|  16.2 |  12M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  89k|7495 | 0.000000e+00 |      --      |    Inf 
381.43/381.51	c   382s|161600 |   196 |  2611k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7501 | 0.000000e+00 |      --      |    Inf 
381.63/381.71	c   382s|161700 |   198 |  2612k|  16.2 |  12M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  89k|7501 | 0.000000e+00 |      --      |    Inf 
381.82/381.96	c   382s|161800 |   198 |  2614k|  16.2 |  12M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  89k|7510 | 0.000000e+00 |      --      |    Inf 
382.02/382.18	c   382s|161900 |   200 |  2616k|  16.2 |  12M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  89k|7510 | 0.000000e+00 |      --      |    Inf 
382.33/382.45	c   382s|162000 |   196 |  2618k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  89k|7520 | 0.000000e+00 |      --      |    Inf 
382.52/382.68	c   383s|162100 |   194 |  2619k|  16.2 |  12M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  89k|7520 | 0.000000e+00 |      --      |    Inf 
382.83/382.93	c   383s|162200 |   194 |  2621k|  16.2 |  12M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  89k|7526 | 0.000000e+00 |      --      |    Inf 
383.03/383.16	c   383s|162300 |   190 |  2622k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7535 | 0.000000e+00 |      --      |    Inf 
383.33/383.40	c   383s|162400 |   194 |  2624k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7541 | 0.000000e+00 |      --      |    Inf 
383.43/383.59	c   384s|162500 |   196 |  2625k|  16.2 |  12M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  89k|7541 | 0.000000e+00 |      --      |    Inf 
383.73/383.81	c   384s|162600 |   192 |  2627k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  90k|7545 | 0.000000e+00 |      --      |    Inf 
383.92/384.06	c   384s|162700 |   191 |  2629k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7550 | 0.000000e+00 |      --      |    Inf 
384.23/384.33	c   384s|162800 |   189 |  2630k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7558 | 0.000000e+00 |      --      |    Inf 
384.43/384.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.43/384.59	c   385s|162900 |   188 |  2632k|  16.2 |  12M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  90k|7567 | 0.000000e+00 |      --      |    Inf 
384.72/384.82	c   385s|163000 |   186 |  2634k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7567 | 0.000000e+00 |      --      |    Inf 
384.93/385.08	c   385s|163100 |   186 |  2636k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7574 | 0.000000e+00 |      --      |    Inf 
385.22/385.30	c   385s|163200 |   186 |  2637k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  90k|7574 | 0.000000e+00 |      --      |    Inf 
385.43/385.56	c   386s|163300 |   186 |  2639k|  16.2 |  12M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  90k|7580 | 0.000000e+00 |      --      |    Inf 
385.72/385.80	c   386s|163400 |   184 |  2641k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7586 | 0.000000e+00 |      --      |    Inf 
385.92/386.05	c   386s|163500 |   184 |  2642k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7592 | 0.000000e+00 |      --      |    Inf 
386.23/386.31	c   386s|163600 |   184 |  2644k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7597 | 0.000000e+00 |      --      |    Inf 
386.43/386.56	c   387s|163700 |   184 |  2646k|  16.2 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  90k|7600 | 0.000000e+00 |      --      |    Inf 
386.72/386.81	c   387s|163800 |   184 |  2648k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7605 | 0.000000e+00 |      --      |    Inf 
386.92/387.05	c   387s|163900 |   182 |  2650k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7612 | 0.000000e+00 |      --      |    Inf 
387.23/387.34	c   387s|164000 |   182 |  2652k|  16.2 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  90k|7617 | 0.000000e+00 |      --      |    Inf 
387.52/387.60	c   388s|164100 |   180 |  2653k|  16.2 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  90k|7625 | 0.000000e+00 |      --      |    Inf 
387.72/387.81	c   388s|164200 |   180 |  2655k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7627 | 0.000000e+00 |      --      |    Inf 
387.92/388.04	c   388s|164300 |   180 |  2656k|  16.2 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 |  90k|7631 | 0.000000e+00 |      --      |    Inf 
388.13/388.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.13/388.25	c   388s|164400 |   178 |  2658k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7639 | 0.000000e+00 |      --      |    Inf 
388.32/388.47	c   388s|164500 |   175 |  2659k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7642 | 0.000000e+00 |      --      |    Inf 
388.63/388.70	c   389s|164600 |   175 |  2661k|  16.2 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  91k|7647 | 0.000000e+00 |      --      |    Inf 
388.82/388.95	c   389s|164700 |   175 |  2663k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7648 | 0.000000e+00 |      --      |    Inf 
389.12/389.24	c   389s|164800 |   175 |  2665k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  91k|7657 | 0.000000e+00 |      --      |    Inf 
389.33/389.49	c   389s|164900 |   177 |  2666k|  16.2 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
389.63/389.71	c   390s|165000 |   177 |  2668k|  16.2 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
389.82/389.92	c   390s|165100 |   177 |  2670k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
390.02/390.13	c   390s|165200 |   177 |  2671k|  16.2 |  11M|  55 |  45 | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
390.22/390.35	c   390s|165300 |   177 |  2673k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
390.43/390.57	c   391s|165400 |   177 |  2675k|  16.2 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
390.72/390.81	c   391s|165500 |   175 |  2676k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
390.93/391.04	c   391s|165600 |   177 |  2678k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
391.12/391.28	c   391s|165700 |   181 |  2680k|  16.2 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
391.43/391.52	c   392s|165800 |   179 |  2682k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
391.62/391.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.62/391.77	c   392s|165900 |   179 |  2684k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
391.93/392.00	c   392s|166000 |   178 |  2686k|  16.2 |  12M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
392.12/392.23	c   392s|166100 |   178 |  2688k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
392.32/392.44	c   392s|166200 |   174 |  2689k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
392.53/392.65	c   393s|166300 |   176 |  2691k|  16.2 |  11M|  55 |  34 | 231 |  10k| 231 |2453 |  17 |  91k|7659 | 0.000000e+00 |      --      |    Inf 
392.73/392.84	c   393s|166400 |   178 |  2692k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
392.92/393.04	c   393s|166500 |   178 |  2693k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
393.12/393.23	c   393s|166600 |   181 |  2695k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
393.32/393.40	c   393s|166700 |   179 |  2696k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
393.43/393.59	c   394s|166800 |   179 |  2697k|  16.2 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
393.63/393.77	c   394s|166900 |   179 |  2698k|  16.2 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
393.82/393.97	c   394s|167000 |   177 |  2700k|  16.2 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
394.03/394.16	c   394s|167100 |   179 |  2701k|  16.2 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
394.22/394.35	c   394s|167200 |   177 |  2702k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
394.42/394.54	c   395s|167300 |   177 |  2704k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
394.63/394.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.63/394.75	c   395s|167400 |   177 |  2705k|  16.2 |  12M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
394.83/394.97	c   395s|167500 |   177 |  2707k|  16.2 |  12M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
395.03/395.18	c   395s|167600 |   173 |  2708k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
395.22/395.39	c   395s|167700 |   176 |  2710k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
395.52/395.61	c   396s|167800 |   176 |  2712k|  16.2 |  12M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
395.73/395.85	c   396s|167900 |   170 |  2713k|  16.2 |  12M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
395.93/396.05	c   396s|168000 |   170 |  2715k|  16.2 |  12M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
396.12/396.27	c   396s|168100 |   168 |  2716k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7659 | 0.000000e+00 |      --      |    Inf 
396.33/396.49	c   396s|168200 |   170 |  2718k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
396.62/396.71	c   397s|168300 |   176 |  2720k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
396.83/396.94	c   397s|168400 |   174 |  2722k|  16.2 |  12M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
397.03/397.17	c   397s|168500 |   172 |  2723k|  16.2 |  12M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
397.32/397.40	c   397s|168600 |   173 |  2725k|  16.2 |  12M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
397.52/397.61	c   398s|168700 |   173 |  2727k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
397.72/397.83	c   398s|168800 |   175 |  2728k|  16.2 |  12M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
397.92/398.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.92/398.08	c   398s|168900 |   173 |  2730k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
398.12/398.28	c   398s|169000 |   169 |  2732k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
398.32/398.49	c   398s|169100 |   169 |  2733k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
398.62/398.72	c   399s|169200 |   167 |  2735k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
398.83/398.94	c   399s|169300 |   169 |  2737k|  16.2 |  12M|  55 |  41 | 231 |  11k| 231 |2453 |  17 |  93k|7659 | 0.000000e+00 |      --      |    Inf 
399.13/399.22	c   399s|169400 |   169 |  2739k|  16.2 |  12M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  93k|7672 | 0.000000e+00 |      --      |    Inf 
399.32/399.44	c   399s|169500 |   168 |  2740k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7672 | 0.000000e+00 |      --      |    Inf 
399.62/399.73	c   400s|169600 |   165 |  2742k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7683 | 0.000000e+00 |      --      |    Inf 
399.83/399.99	c   400s|169700 |   163 |  2744k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7692 | 0.000000e+00 |      --      |    Inf 
400.12/400.22	c   400s|169800 |   161 |  2746k|  16.2 |  12M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  93k|7692 | 0.000000e+00 |      --      |    Inf 
400.33/400.48	c   400s|169900 |   158 |  2747k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7701 | 0.000000e+00 |      --      |    Inf 
400.53/400.69	c   401s|170000 |   157 |  2749k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  93k|7701 | 0.000000e+00 |      --      |    Inf 
400.82/400.91	c   401s|170100 |   159 |  2750k|  16.2 |  11M|  55 |  48 | 231 |  11k| 231 |2453 |  17 |  93k|7702 | 0.000000e+00 |      --      |    Inf 
401.02/401.14	c   401s|170200 |   159 |  2751k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7711 | 0.000000e+00 |      --      |    Inf 
401.22/401.33	c   401s|170300 |   161 |  2753k|  16.2 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  94k|7711 | 0.000000e+00 |      --      |    Inf 
401.43/401.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.43/401.55	c   402s|170400 |   159 |  2754k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7719 | 0.000000e+00 |      --      |    Inf 
401.62/401.73	c   402s|170500 |   164 |  2755k|  16.2 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  94k|7719 | 0.000000e+00 |      --      |    Inf 
401.83/401.95	c   402s|170600 |   160 |  2757k|  16.2 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  94k|7724 | 0.000000e+00 |      --      |    Inf 
402.03/402.16	c   402s|170700 |   162 |  2758k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7730 | 0.000000e+00 |      --      |    Inf 
402.22/402.38	c   402s|170800 |   158 |  2760k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7734 | 0.000000e+00 |      --      |    Inf 
402.43/402.59	c   403s|170900 |   158 |  2761k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7739 | 0.000000e+00 |      --      |    Inf 
402.72/402.84	c   403s|171000 |   157 |  2763k|  16.2 |  12M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  94k|7747 | 0.000000e+00 |      --      |    Inf 
402.92/403.08	c   403s|171100 |   158 |  2765k|  16.2 |  12M|  55 |  15 | 231 |  11k| 231 |2453 |  17 |  94k|7750 | 0.000000e+00 |      --      |    Inf 
403.22/403.33	c   403s|171200 |   156 |  2766k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7754 | 0.000000e+00 |      --      |    Inf 
403.43/403.57	c   404s|171300 |   155 |  2768k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7760 | 0.000000e+00 |      --      |    Inf 
403.72/403.82	c   404s|171400 |   155 |  2770k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7767 | 0.000000e+00 |      --      |    Inf 
403.92/404.06	c   404s|171500 |   158 |  2771k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7770 | 0.000000e+00 |      --      |    Inf 
404.22/404.30	c   404s|171600 |   159 |  2773k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7775 | 0.000000e+00 |      --      |    Inf 
404.42/404.52	c   405s|171700 |   159 |  2774k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7781 | 0.000000e+00 |      --      |    Inf 
404.62/404.75	c   405s|171800 |   157 |  2776k|  16.2 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  94k|7786 | 0.000000e+00 |      --      |    Inf 
404.82/404.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.82/404.98	c   405s|171900 |   159 |  2778k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7790 | 0.000000e+00 |      --      |    Inf 
405.12/405.20	c   405s|172000 |   159 |  2779k|  16.2 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  94k|7793 | 0.000000e+00 |      --      |    Inf 
405.32/405.43	c   405s|172100 |   157 |  2781k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7799 | 0.000000e+00 |      --      |    Inf 
405.53/405.66	c   406s|172200 |   159 |  2782k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7803 | 0.000000e+00 |      --      |    Inf 
405.73/405.90	c   406s|172300 |   159 |  2784k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7809 | 0.000000e+00 |      --      |    Inf 
406.02/406.14	c   406s|172400 |   157 |  2786k|  16.2 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 |  95k|7814 | 0.000000e+00 |      --      |    Inf 
406.22/406.38	c   406s|172500 |   161 |  2788k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7815 | 0.000000e+00 |      --      |    Inf 
406.52/406.62	c   407s|172600 |   163 |  2790k|  16.2 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  95k|7815 | 0.000000e+00 |      --      |    Inf 
406.72/406.86	c   407s|172700 |   157 |  2791k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7817 | 0.000000e+00 |      --      |    Inf 
406.93/407.07	c   407s|172800 |   157 |  2793k|  16.2 |  11M|  55 |  24 | 231 |  11k| 231 |2453 |  17 |  95k|7818 | 0.000000e+00 |      --      |    Inf 
407.12/407.27	c   407s|172900 |   154 |  2794k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7821 | 0.000000e+00 |      --      |    Inf 
407.42/407.50	c   408s|173000 |   152 |  2796k|  16.2 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
407.62/407.71	c   408s|173100 |   152 |  2797k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
407.82/407.95	c   408s|173200 |   154 |  2799k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
408.02/408.16	c   408s|173300 |   156 |  2801k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
408.22/408.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.22/408.39	c   408s|173400 |   156 |  2803k|  16.2 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
408.52/408.63	c   409s|173500 |   154 |  2804k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
408.72/408.84	c   409s|173600 |   150 |  2806k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
408.92/409.06	c   409s|173700 |   150 |  2808k|  16.2 |  11M|  55 |  53 | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
409.12/409.26	c   409s|173800 |   150 |  2809k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
409.32/409.48	c   409s|173900 |   150 |  2811k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
409.52/409.68	c   410s|174000 |   150 |  2812k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
409.82/409.92	c   410s|174100 |   150 |  2814k|  16.2 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
410.02/410.13	c   410s|174200 |   148 |  2816k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
410.23/410.34	c   410s|174300 |   152 |  2817k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
410.42/410.53	c   411s|174400 |   150 |  2818k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
410.62/410.75	c   411s|174500 |   149 |  2820k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
410.82/410.96	c   411s|174600 |   151 |  2822k|  16.2 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
411.02/411.17	c   411s|174700 |   149 |  2823k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
411.22/411.38	c   411s|174800 |   147 |  2825k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
411.42/411.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.42/411.58	c   412s|174900 |   147 |  2826k|  16.2 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
411.62/411.79	c   412s|175000 |   145 |  2828k|  16.2 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
411.92/412.02	c   412s|175100 |   145 |  2829k|  16.2 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
412.12/412.24	c   412s|175200 |   145 |  2831k|  16.2 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
412.32/412.46	c   412s|175300 |   143 |  2833k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
412.52/412.69	c   413s|175400 |   145 |  2834k|  16.2 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
412.82/412.91	c   413s|175500 |   145 |  2836k|  16.2 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
413.02/413.13	c   413s|175600 |   143 |  2837k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
413.22/413.34	c   413s|175700 |   145 |  2839k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
413.42/413.55	c   414s|175800 |   144 |  2841k|  16.2 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
413.62/413.78	c   414s|175900 |   141 |  2842k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|7823 | 0.000000e+00 |      --      |    Inf 
413.92/414.00	c   414s|176000 |   141 |  2844k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
414.12/414.25	c   414s|176100 |   139 |  2846k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
414.32/414.46	c   414s|176200 |   141 |  2848k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
414.52/414.65	c   415s|176300 |   142 |  2849k|  16.2 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
414.72/414.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.72/414.88	c   415s|176400 |   141 |  2851k|  16.2 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
414.92/415.09	c   415s|176500 |   143 |  2852k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
415.22/415.30	c   415s|176600 |   141 |  2854k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
415.42/415.52	c   416s|176700 |   141 |  2856k|  16.2 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
415.63/415.72	c   416s|176800 |   141 |  2857k|  16.2 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
415.81/415.92	c   416s|176900 |   143 |  2859k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
416.02/416.13	c   416s|177000 |   141 |  2860k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7823 | 0.000000e+00 |      --      |    Inf 
416.32/416.42	c   416s|177100 |   139 |  2862k|  16.2 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  97k|7833 | 0.000000e+00 |      --      |    Inf 
416.51/416.66	c   417s|177200 |   139 |  2864k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7833 | 0.000000e+00 |      --      |    Inf 
416.83/416.93	c   417s|177300 |   135 |  2866k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7842 | 0.000000e+00 |      --      |    Inf 
417.02/417.18	c   417s|177400 |   133 |  2868k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7842 | 0.000000e+00 |      --      |    Inf 
417.32/417.47	c   417s|177500 |   135 |  2869k|  16.2 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  97k|7854 | 0.000000e+00 |      --      |    Inf 
417.62/417.72	c   418s|177600 |   133 |  2871k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7854 | 0.000000e+00 |      --      |    Inf 
417.83/417.98	c   418s|177700 |   130 |  2873k|  16.2 |  11M|  55 |  48 | 231 |  10k| 231 |2453 |  17 |  97k|7854 | 0.000000e+00 |      --      |    Inf 
418.12/418.24	c   418s|177800 |   126 |  2875k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|7863 | 0.000000e+00 |      --      |    Inf 
418.32/418.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.32/418.41	c   418s|177900 |   128 |  2876k|  16.2 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  97k|7863 | 0.000000e+00 |      --      |    Inf 
418.52/418.64	c   419s|178000 |   126 |  2878k|  16.2 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  97k|7864 | 0.000000e+00 |      --      |    Inf 
418.82/418.90	c   419s|178100 |   125 |  2879k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7874 | 0.000000e+00 |      --      |    Inf 
418.92/419.10	c   419s|178200 |   125 |  2881k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7874 | 0.000000e+00 |      --      |    Inf 
419.22/419.35	c   419s|178300 |   125 |  2883k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7881 | 0.000000e+00 |      --      |    Inf 
419.42/419.56	c   420s|178400 |   125 |  2884k|  16.2 |  11M|  55 |  23 | 231 |  10k| 231 |2453 |  17 |  98k|7881 | 0.000000e+00 |      --      |    Inf 
419.72/419.82	c   420s|178500 |   125 |  2886k|  16.2 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  98k|7889 | 0.000000e+00 |      --      |    Inf 
419.92/420.06	c   420s|178600 |   125 |  2888k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7892 | 0.000000e+00 |      --      |    Inf 
420.13/420.28	c   420s|178700 |   123 |  2889k|  16.2 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  98k|7897 | 0.000000e+00 |      --      |    Inf 
420.42/420.51	c   421s|178800 |   124 |  2891k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7900 | 0.000000e+00 |      --      |    Inf 
420.61/420.71	c   421s|178900 |   124 |  2892k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7902 | 0.000000e+00 |      --      |    Inf 
420.82/420.93	c   421s|179000 |   124 |  2894k|  16.2 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 |  98k|7909 | 0.000000e+00 |      --      |    Inf 
421.02/421.14	c   421s|179100 |   126 |  2895k|  16.2 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  98k|7912 | 0.000000e+00 |      --      |    Inf 
421.23/421.37	c   421s|179200 |   122 |  2897k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7917 | 0.000000e+00 |      --      |    Inf 
421.52/421.61	c   422s|179300 |   122 |  2898k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7921 | 0.000000e+00 |      --      |    Inf 
421.71/421.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.71/421.85	c   422s|179400 |   124 |  2900k|  16.2 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  98k|7925 | 0.000000e+00 |      --      |    Inf 
421.92/422.09	c   422s|179500 |   122 |  2902k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  98k|7931 | 0.000000e+00 |      --      |    Inf 
422.22/422.35	c   422s|179600 |   122 |  2904k|  16.2 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  98k|7936 | 0.000000e+00 |      --      |    Inf 
422.51/422.60	c   423s|179700 |   118 |  2905k|  16.2 |  11M|  55 |  47 | 231 |  10k| 231 |2453 |  17 |  98k|7941 | 0.000000e+00 |      --      |    Inf 
422.72/422.86	c   423s|179800 |   120 |  2907k|  16.2 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  98k|7946 | 0.000000e+00 |      --      |    Inf 
422.92/423.09	c   423s|179900 |   120 |  2909k|  16.2 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  98k|7949 | 0.000000e+00 |      --      |    Inf 
423.22/423.32	c   423s|180000 |   120 |  2910k|  16.2 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  98k|7953 | 0.000000e+00 |      --      |    Inf 
423.42/423.53	c   424s|180100 |   124 |  2912k|  16.2 |  11M|  55 |  18 | 231 |  10k| 231 |2453 |  17 |  99k|7959 | 0.000000e+00 |      --      |    Inf 
423.62/423.77	c   424s|180200 |   120 |  2913k|  16.2 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  99k|7964 | 0.000000e+00 |      --      |    Inf 
423.82/423.98	c   424s|180300 |   120 |  2915k|  16.2 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  99k|7970 | 0.000000e+00 |      --      |    Inf 
424.02/424.19	c   424s|180400 |   121 |  2916k|  16.2 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  99k|7973 | 0.000000e+00 |      --      |    Inf 
424.31/424.44	c   424s|180500 |   114 |  2918k|  16.2 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  99k|7977 | 0.000000e+00 |      --      |    Inf 
424.52/424.68	c   425s|180600 |   114 |  2919k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7980 | 0.000000e+00 |      --      |    Inf 
424.72/424.89	c   425s|180700 |   116 |  2921k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7981 | 0.000000e+00 |      --      |    Inf 
425.01/425.13	c   425s|180800 |   114 |  2923k|  16.2 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  99k|7983 | 0.000000e+00 |      --      |    Inf 
425.22/425.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
425.22/425.38	c   425s|180900 |   112 |  2925k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7984 | 0.000000e+00 |      --      |    Inf 
425.52/425.62	c   426s|181000 |   110 |  2926k|  16.2 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  99k|7985 | 0.000000e+00 |      --      |    Inf 
425.72/425.88	c   426s|181100 |   114 |  2929k|  16.2 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  99k|7985 | 0.000000e+00 |      --      |    Inf 
425.92/426.08	c   426s|181200 |   114 |  2930k|  16.2 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  99k|7985 | 0.000000e+00 |      --      |    Inf 
426.21/426.31	c   426s|181300 |   113 |  2932k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7985 | 0.000000e+00 |      --      |    Inf 
426.42/426.57	c   427s|181400 |   109 |  2934k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7985 | 0.000000e+00 |      --      |    Inf 
426.62/426.80	c   427s|181500 |   114 |  2936k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7986 | 0.000000e+00 |      --      |    Inf 
426.91/427.01	c   427s|181600 |   114 |  2937k|  16.2 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  99k|7987 | 0.000000e+00 |      --      |    Inf 
427.12/427.22	c   427s|181700 |   114 |  2939k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  99k|7987 | 0.000000e+00 |      --      |    Inf 
427.32/427.43	c   427s|181800 |   112 |  2940k|  16.2 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  99k|7987 | 0.000000e+00 |      --      |    Inf 
427.52/427.63	c   428s|181900 |   120 |  2942k|  16.2 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  99k|7987 | 0.000000e+00 |      --      |    Inf 
427.72/427.82	c   428s|182000 |   120 |  2943k|  16.2 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
427.91/428.03	c   428s|182100 |   118 |  2945k|  16.2 |  11M|  55 |  25 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
428.12/428.23	c   428s|182200 |   114 |  2946k|  16.2 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
428.32/428.42	c   428s|182300 |   114 |  2948k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
428.51/428.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.51/428.62	c   429s|182400 |   114 |  2949k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
428.72/428.84	c   429s|182500 |   112 |  2951k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
428.92/429.06	c   429s|182600 |   118 |  2952k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
429.12/429.27	c   429s|182700 |   120 |  2954k|  16.2 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
429.31/429.45	c   429s|182800 |   117 |  2955k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
429.52/429.66	c   430s|182900 |   117 |  2957k|  16.2 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
429.71/429.88	c   430s|183000 |   112 |  2958k|  16.2 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
430.02/430.10	c   430s|183100 |   114 |  2960k|  16.2 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
430.12/430.30	c   430s|183200 |   116 |  2962k|  16.2 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
430.42/430.51	c   431s|183300 |   115 |  2963k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
430.62/430.72	c   431s|183400 |   115 |  2965k|  16.2 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
430.82/430.95	c   431s|183500 |   114 |  2966k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
431.03/431.18	c   431s|183600 |   115 |  2968k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
431.32/431.42	c   431s|183700 |   117 |  2970k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
431.52/431.66	c   432s|183800 |   119 |  2972k|  16.2 |  11M|  55 |  22 | 231 |  11k| 231 |2453 |  17 | 100k|7987 | 0.000000e+00 |      --      |    Inf 
431.72/431.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.72/431.89	c   432s|183900 |   116 |  2974k|  16.2 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
432.02/432.11	c   432s|184000 |   117 |  2976k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
432.22/432.33	c   432s|184100 |   121 |  2977k|  16.2 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
432.41/432.55	c   433s|184200 |   121 |  2979k|  16.2 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
432.62/432.76	c   433s|184300 |   119 |  2981k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
432.82/432.98	c   433s|184400 |   127 |  2982k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
433.01/433.19	c   433s|184500 |   125 |  2984k|  16.2 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
433.33/433.41	c   433s|184600 |   127 |  2986k|  16.2 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
433.52/433.65	c   434s|184700 |   131 |  2988k|  16.2 |  11M|  55 |  23 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
433.71/433.86	c   434s|184800 |   130 |  2989k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
433.91/434.08	c   434s|184900 |   132 |  2991k|  16.2 |  12M|  55 |  26 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
434.21/434.31	c   434s|185000 |   133 |  2993k|  16.2 |  12M|  55 |  27 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
434.42/434.55	c   435s|185100 |   131 |  2995k|  16.2 |  12M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 101k|7987 | 0.000000e+00 |      --      |    Inf 
434.72/434.84	c   435s|185200 |   134 |  2997k|  16.2 |  12M|  55 |  36 | 231 |  11k| 231 |2453 |  17 | 101k|7995 | 0.000000e+00 |      --      |    Inf 
434.91/435.07	c   435s|185300 |   133 |  2999k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|7995 | 0.000000e+00 |      --      |    Inf 
435.22/435.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.22/435.34	c   435s|185400 |   135 |  3001k|  16.2 |  12M|  55 |  26 | 231 |  11k| 231 |2453 |  17 | 101k|8005 | 0.000000e+00 |      --      |    Inf 
435.42/435.59	c   436s|185500 |   129 |  3003k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|8005 | 0.000000e+00 |      --      |    Inf 
435.72/435.86	c   436s|185600 |   129 |  3004k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|8015 | 0.000000e+00 |      --      |    Inf 
435.92/436.08	c   436s|185700 |   129 |  3006k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 101k|8015 | 0.000000e+00 |      --      |    Inf 
436.22/436.37	c   436s|185800 |   127 |  3008k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 102k|8024 | 0.000000e+00 |      --      |    Inf 
436.42/436.60	c   437s|185900 |   127 |  3010k|  16.2 |  12M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 102k|8024 | 0.000000e+00 |      --      |    Inf 
436.72/436.86	c   437s|186000 |   126 |  3012k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 102k|8033 | 0.000000e+00 |      --      |    Inf 
436.92/437.09	c   437s|186100 |   126 |  3014k|  16.2 |  12M|  55 |  41 | 231 |  12k| 231 |2453 |  17 | 102k|8033 | 0.000000e+00 |      --      |    Inf 
437.21/437.37	c   437s|186200 |   124 |  3016k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 102k|8038 | 0.000000e+00 |      --      |    Inf 
437.52/437.62	c   438s|186300 |   127 |  3018k|  16.2 |  12M|  55 |  17 | 231 |  12k| 231 |2453 |  17 | 102k|8042 | 0.000000e+00 |      --      |    Inf 
437.72/437.89	c   438s|186400 |   125 |  3020k|  16.2 |  12M|  55 |  50 | 231 |  12k| 231 |2453 |  17 | 102k|8048 | 0.000000e+00 |      --      |    Inf 
438.02/438.18	c   438s|186500 |   126 |  3022k|  16.2 |  12M|  55 |  22 | 231 |  12k| 231 |2453 |  17 | 102k|8056 | 0.000000e+00 |      --      |    Inf 
438.31/438.43	c   438s|186600 |   125 |  3024k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 102k|8058 | 0.000000e+00 |      --      |    Inf 
438.51/438.68	c   439s|186700 |   125 |  3025k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 102k|8063 | 0.000000e+00 |      --      |    Inf 
438.82/438.95	c   439s|186800 |   125 |  3027k|  16.2 |  12M|  55 |  30 | 231 |  12k| 231 |2453 |  17 | 102k|8070 | 0.000000e+00 |      --      |    Inf 
439.11/439.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.11/439.22	c   439s|186900 |   125 |  3029k|  16.2 |  12M|  55 |  29 | 231 |  12k| 231 |2453 |  17 | 102k|8078 | 0.000000e+00 |      --      |    Inf 
439.32/439.49	c   439s|187000 |   121 |  3031k|  16.2 |  12M|  55 |   - | 231 |  12k|   0 |   0 |  17 | 102k|8084 | 0.000000e+00 |      --      |    Inf 
439.62/439.75	c   440s|187100 |   119 |  3033k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 102k|8087 | 0.000000e+00 |      --      |    Inf 
439.92/440.01	c   440s|187200 |   119 |  3035k|  16.2 |  12M|  55 |  24 | 231 |  12k| 231 |2453 |  17 | 102k|8093 | 0.000000e+00 |      --      |    Inf 
440.11/440.29	c   440s|187300 |   117 |  3037k|  16.2 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 | 102k|8102 | 0.000000e+00 |      --      |    Inf 
440.42/440.53	c   441s|187400 |   119 |  3039k|  16.2 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 | 102k|8104 | 0.000000e+00 |      --      |    Inf 
440.62/440.76	c   441s|187500 |   119 |  3041k|  16.2 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 | 102k|8108 | 0.000000e+00 |      --      |    Inf 
440.82/441.00	c   441s|187600 |   117 |  3042k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8113 | 0.000000e+00 |      --      |    Inf 
441.12/441.20	c   441s|187700 |   115 |  3044k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8115 | 0.000000e+00 |      --      |    Inf 
441.41/441.51	c   442s|187800 |   119 |  3046k|  16.2 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 | 103k|8125 | 0.000000e+00 |      --      |    Inf 
441.62/441.79	c   442s|187900 |   117 |  3048k|  16.2 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 | 103k|8129 | 0.000000e+00 |      --      |    Inf 
441.91/442.04	c   442s|188000 |   115 |  3050k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8136 | 0.000000e+00 |      --      |    Inf 
442.22/442.31	c   442s|188100 |   112 |  3052k|  16.2 |  12M|  55 |  38 | 231 |  12k| 231 |2453 |  17 | 103k|8144 | 0.000000e+00 |      --      |    Inf 
442.42/442.56	c   443s|188200 |   118 |  3053k|  16.2 |  12M|  55 |  28 | 231 |  12k| 231 |2453 |  17 | 103k|8144 | 0.000000e+00 |      --      |    Inf 
442.71/442.80	c   443s|188300 |   119 |  3055k|  16.2 |  12M|  55 |  29 | 231 |  12k| 231 |2453 |  17 | 103k|8145 | 0.000000e+00 |      --      |    Inf 
442.92/443.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.92/443.01	c   443s|188400 |   121 |  3057k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8146 | 0.000000e+00 |      --      |    Inf 
443.12/443.23	c   443s|188500 |   121 |  3058k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8149 | 0.000000e+00 |      --      |    Inf 
443.31/443.44	c   443s|188600 |   121 |  3060k|  16.2 |  12M|  55 |  36 | 231 |  12k| 231 |2453 |  17 | 103k|8149 | 0.000000e+00 |      --      |    Inf 
443.51/443.65	c   444s|188700 |   121 |  3061k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8150 | 0.000000e+00 |      --      |    Inf 
443.72/443.85	c   444s|188800 |   123 |  3063k|  16.2 |  12M|  55 |  31 | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
443.92/444.06	c   444s|188900 |   124 |  3065k|  16.2 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
444.22/444.30	c   444s|189000 |   122 |  3067k|  16.2 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
444.41/444.54	c   445s|189100 |   122 |  3068k|  16.2 |  12M|  55 |  32 | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
444.62/444.76	c   445s|189200 |   120 |  3070k|  16.2 |  12M|  55 |  40 | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
444.82/444.96	c   445s|189300 |   118 |  3072k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 103k|8151 | 0.000000e+00 |      --      |    Inf 
445.01/445.17	c   445s|189400 |   122 |  3073k|  16.2 |  12M|  55 |  23 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
445.32/445.40	c   445s|189500 |   122 |  3075k|  16.2 |  12M|  55 |  25 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
445.52/445.62	c   446s|189600 |   120 |  3077k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
445.71/445.82	c   446s|189700 |   122 |  3078k|  16.2 |  12M|  55 |  20 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
445.91/446.03	c   446s|189800 |   121 |  3080k|  16.2 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
446.12/446.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
446.12/446.26	c   446s|189900 |   129 |  3081k|  16.2 |  12M|  55 |  17 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
446.31/446.48	c   446s|190000 |   126 |  3083k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
446.61/446.71	c   447s|190100 |   128 |  3085k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
446.81/446.90	c   447s|190200 |   130 |  3086k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
447.02/447.13	c   447s|190300 |   133 |  3088k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
447.21/447.33	c   447s|190400 |   134 |  3090k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
447.41/447.51	c   448s|190500 |   129 |  3091k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
447.62/447.73	c   448s|190600 |   124 |  3093k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
447.81/447.95	c   448s|190700 |   129 |  3094k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
448.02/448.20	c   448s|190800 |   125 |  3096k|  16.2 |  12M|  55 |  33 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
448.31/448.43	c   448s|190900 |   133 |  3098k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
448.51/448.64	c   449s|191000 |   135 |  3100k|  16.2 |  12M|  55 |  37 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
448.72/448.87	c   449s|191100 |   137 |  3102k|  16.2 |  12M|  55 |  21 | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
448.92/449.09	c   449s|191200 |   133 |  3104k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
449.21/449.34	c   449s|191300 |   133 |  3106k|  16.2 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8151 | 0.000000e+00 |      --      |    Inf 
449.41/449.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.41/449.59	c   450s|191400 |   135 |  3108k|  16.2 |  12M|  55 |  27 | 231 |  12k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
449.72/449.84	c   450s|191500 |   133 |  3110k|  16.2 |  12M|  55 |  43 | 231 |  12k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
449.91/450.07	c   450s|191600 |   133 |  3111k|  16.2 |  12M|  55 |  39 | 231 |  12k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
450.21/450.30	c   450s|191700 |   134 |  3113k|  16.2 |  12M|  55 |  38 | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
450.41/450.55	c   451s|191800 |   129 |  3115k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
450.71/450.80	c   451s|191900 |   125 |  3117k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
450.92/451.04	c   451s|192000 |   127 |  3119k|  16.2 |  12M|  55 |  34 | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
451.11/451.28	c   451s|192100 |   129 |  3121k|  16.2 |  12M|  55 |  34 | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
451.41/451.52	c   452s|192200 |   130 |  3123k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
451.61/451.74	c   452s|192300 |   132 |  3124k|  16.2 |  12M|  55 |  35 | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
451.81/451.97	c   452s|192400 |   134 |  3126k|  16.3 |  12M|  55 |  28 | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
452.12/452.21	c   452s|192500 |   130 |  3128k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
452.31/452.42	c   452s|192600 |   139 |  3130k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8151 | 0.000000e+00 |      --      |    Inf 
452.52/452.65	c   453s|192700 |   135 |  3131k|  16.3 |  12M|  55 |  37 | 231 |  13k| 231 |2453 |  17 | 105k|8156 | 0.000000e+00 |      --      |    Inf 
452.71/452.85	c   453s|192800 |   133 |  3133k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8156 | 0.000000e+00 |      --      |    Inf 
452.91/453.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.91/453.09	c   453s|192900 |   133 |  3134k|  16.2 |  12M|  55 |  32 | 231 |  13k| 231 |2453 |  17 | 105k|8167 | 0.000000e+00 |      --      |    Inf 
453.21/453.37	c   453s|193000 |   135 |  3136k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 105k|8178 | 0.000000e+00 |      --      |    Inf 
453.41/453.58	c   454s|193100 |   133 |  3138k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8178 | 0.000000e+00 |      --      |    Inf 
453.71/453.82	c   454s|193200 |   135 |  3139k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8178 | 0.000000e+00 |      --      |    Inf 
454.01/454.10	c   454s|193300 |   139 |  3141k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8187 | 0.000000e+00 |      --      |    Inf 
454.22/454.32	c   454s|193400 |   137 |  3143k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8187 | 0.000000e+00 |      --      |    Inf 
454.41/454.59	c   455s|193500 |   137 |  3145k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8196 | 0.000000e+00 |      --      |    Inf 
454.71/454.83	c   455s|193600 |   137 |  3147k|  16.3 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8196 | 0.000000e+00 |      --      |    Inf 
454.91/455.05	c   455s|193700 |   142 |  3148k|  16.3 |  12M|  55 |  19 | 231 |  13k| 231 |2453 |  17 | 106k|8205 | 0.000000e+00 |      --      |    Inf 
455.11/455.24	c   455s|193800 |   142 |  3150k|  16.3 |  12M|  55 |  21 | 231 |  13k| 231 |2453 |  17 | 106k|8205 | 0.000000e+00 |      --      |    Inf 
455.32/455.43	c   455s|193900 |   140 |  3151k|  16.3 |  12M|  55 |  36 | 231 |  13k| 231 |2453 |  17 | 106k|8205 | 0.000000e+00 |      --      |    Inf 
455.51/455.64	c   456s|194000 |   141 |  3152k|  16.3 |  12M|  55 |  27 | 231 |  13k| 231 |2453 |  17 | 106k|8210 | 0.000000e+00 |      --      |    Inf 
455.71/455.85	c   456s|194100 |   139 |  3154k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8217 | 0.000000e+00 |      --      |    Inf 
455.91/456.06	c   456s|194200 |   141 |  3155k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8217 | 0.000000e+00 |      --      |    Inf 
456.11/456.28	c   456s|194300 |   141 |  3157k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8224 | 0.000000e+00 |      --      |    Inf 
456.41/456.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
456.41/456.51	c   457s|194400 |   143 |  3158k|  16.2 |  12M|  55 |  24 | 231 |  13k| 231 |2453 |  17 | 106k|8224 | 0.000000e+00 |      --      |    Inf 
456.61/456.73	c   457s|194500 |   144 |  3160k|  16.2 |  12M|  55 |  29 | 231 |  13k| 231 |2453 |  17 | 106k|8228 | 0.000000e+00 |      --      |    Inf 
456.81/456.94	c   457s|194600 |   145 |  3161k|  16.2 |  12M|  55 |  18 | 231 |  13k| 231 |2453 |  17 | 106k|8235 | 0.000000e+00 |      --      |    Inf 
457.01/457.12	c   457s|194700 |   142 |  3163k|  16.2 |  12M|  55 |  35 | 231 |  13k| 231 |2453 |  17 | 106k|8235 | 0.000000e+00 |      --      |    Inf 
457.21/457.33	c   457s|194800 |   142 |  3164k|  16.2 |  12M|  55 |  29 | 231 |  13k| 231 |2453 |  17 | 106k|8240 | 0.000000e+00 |      --      |    Inf 
457.41/457.56	c   458s|194900 |   140 |  3165k|  16.2 |  12M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8248 | 0.000000e+00 |      --      |    Inf 
457.61/457.75	c   458s|195000 |   144 |  3167k|  16.2 |  12M|  55 |  36 | 231 |  13k| 231 |2453 |  17 | 107k|8248 | 0.000000e+00 |      --      |    Inf 
457.82/457.94	c   458s|195100 |   147 |  3168k|  16.2 |  13M|  55 |  27 | 231 |  13k| 231 |2453 |  17 | 107k|8252 | 0.000000e+00 |      --      |    Inf 
458.01/458.18	c   458s|195200 |   152 |  3170k|  16.2 |  13M|  55 |  40 | 231 |  13k| 231 |2453 |  17 | 107k|8258 | 0.000000e+00 |      --      |    Inf 
458.31/458.42	c   458s|195300 |   156 |  3171k|  16.2 |  13M|  55 |  34 | 231 |  13k| 231 |2453 |  17 | 107k|8265 | 0.000000e+00 |      --      |    Inf 
458.52/458.68	c   459s|195400 |   154 |  3173k|  16.2 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8271 | 0.000000e+00 |      --      |    Inf 
458.81/458.91	c   459s|195500 |   156 |  3175k|  16.2 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8273 | 0.000000e+00 |      --      |    Inf 
459.01/459.16	c   459s|195600 |   158 |  3177k|  16.2 |  13M|  55 |  37 | 231 |  13k| 231 |2453 |  17 | 107k|8279 | 0.000000e+00 |      --      |    Inf 
459.31/459.40	c   459s|195700 |   158 |  3179k|  16.2 |  13M|  55 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8282 | 0.000000e+00 |      --      |    Inf 
459.51/459.63	c   460s|195800 |   158 |  3180k|  16.2 |  13M|  55 |  38 | 231 |  13k| 231 |2453 |  17 | 107k|8287 | 0.000000e+00 |      --      |    Inf 
459.72/459.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.72/459.88	c   460s|195900 |   156 |  3182k|  16.2 |  13M|  55 |  33 | 231 |  14k| 231 |2453 |  17 | 107k|8292 | 0.000000e+00 |      --      |    Inf 
460.01/460.13	c   460s|196000 |   153 |  3184k|  16.2 |  13M|  55 |  35 | 231 |  14k| 231 |2453 |  17 | 107k|8300 | 0.000000e+00 |      --      |    Inf 
460.21/460.39	c   460s|196100 |   147 |  3186k|  16.2 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8304 | 0.000000e+00 |      --      |    Inf 
460.52/460.67	c   461s|196200 |   153 |  3188k|  16.2 |  13M|  55 |  32 | 231 |  14k| 231 |2453 |  17 | 107k|8312 | 0.000000e+00 |      --      |    Inf 
460.82/460.93	c   461s|196300 |   151 |  3189k|  16.2 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8316 | 0.000000e+00 |      --      |    Inf 
461.01/461.20	c   461s|196400 |   157 |  3191k|  16.3 |  13M|  55 |  25 | 231 |  14k| 231 |2453 |  17 | 107k|8321 | 0.000000e+00 |      --      |    Inf 
461.31/461.41	c   461s|196500 |   155 |  3193k|  16.3 |  13M|  55 |  11 | 231 |  14k| 231 |2453 |  17 | 107k|8321 | 0.000000e+00 |      --      |    Inf 
461.51/461.65	c   462s|196600 |   155 |  3195k|  16.3 |  13M|  55 |  39 | 231 |  14k| 231 |2453 |  17 | 107k|8322 | 0.000000e+00 |      --      |    Inf 
461.82/461.91	c   462s|196700 |   157 |  3197k|  16.3 |  13M|  55 |  41 | 231 |  14k| 231 |2453 |  17 | 107k|8324 | 0.000000e+00 |      --      |    Inf 
462.01/462.17	c   462s|196800 |   157 |  3199k|  16.3 |  13M|  55 |  39 | 231 |  14k| 231 |2453 |  17 | 107k|8324 | 0.000000e+00 |      --      |    Inf 
462.31/462.43	c   462s|196900 |   157 |  3201k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8324 | 0.000000e+00 |      --      |    Inf 
462.52/462.69	c   463s|197000 |   159 |  3203k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8324 | 0.000000e+00 |      --      |    Inf 
462.81/462.94	c   463s|197100 |   161 |  3205k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8325 | 0.000000e+00 |      --      |    Inf 
463.11/463.22	c   463s|197200 |   161 |  3207k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8328 | 0.000000e+00 |      --      |    Inf 
463.31/463.48	c   463s|197300 |   161 |  3210k|  16.3 |  13M|  55 |  34 | 231 |  14k| 231 |2453 |  17 | 108k|8328 | 0.000000e+00 |      --      |    Inf 
463.61/463.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.61/463.75	c   464s|197400 |   165 |  3212k|  16.3 |  13M|  55 |  33 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
463.81/463.99	c   464s|197500 |   163 |  3214k|  16.3 |  13M|  55 |  35 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
464.12/464.22	c   464s|197600 |   161 |  3215k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
464.31/464.45	c   464s|197700 |   161 |  3217k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
464.61/464.71	c   465s|197800 |   161 |  3219k|  16.3 |  13M|  55 |  28 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
464.81/464.96	c   465s|197900 |   159 |  3221k|  16.3 |  13M|  55 |  39 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
465.11/465.23	c   465s|198000 |   157 |  3224k|  16.3 |  13M|  55 |  47 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
465.31/465.41	c   465s|198100 |   159 |  3225k|  16.3 |  13M|  55 |  27 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
465.41/465.58	c   466s|198200 |   157 |  3226k|  16.3 |  13M|  55 |  36 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
465.61/465.78	c   466s|198300 |   157 |  3227k|  16.3 |  13M|  55 |  40 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
465.81/465.98	c   466s|198400 |   157 |  3229k|  16.3 |  13M|  55 |  32 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
466.01/466.18	c   466s|198500 |   161 |  3230k|  16.3 |  13M|  55 |  35 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
466.32/466.42	c   466s|198600 |   159 |  3232k|  16.3 |  13M|  55 |  30 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
466.51/466.68	c   467s|198700 |   159 |  3234k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
466.71/466.87	c   467s|198800 |   164 |  3236k|  16.3 |  13M|  55 |  18 | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
466.91/467.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.91/467.07	c   467s|198900 |   162 |  3237k|  16.3 |  13M|  55 |   - | 231 |  14k|   0 |   0 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
467.11/467.27	c   467s|199000 |   162 |  3239k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 108k|8329 | 0.000000e+00 |      --      |    Inf 
467.32/467.46	c   467s|199100 |   159 |  3240k|  16.3 |  13M|  55 |   - | 231 |  14k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
467.61/467.71	c   468s|199200 |   159 |  3242k|  16.3 |  13M|  55 |  44 | 231 |  14k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
467.81/467.94	c   468s|199300 |   159 |  3244k|  16.3 |  13M|  55 |  46 | 231 |  14k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
468.01/468.17	c   468s|199400 |   159 |  3246k|  16.3 |  13M|  55 |  38 | 231 |  14k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
468.21/468.38	c   468s|199500 |   159 |  3247k|  16.3 |  13M|  55 |  37 | 231 |  14k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
468.51/468.62	c   469s|199600 |   157 |  3249k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
468.71/468.85	c   469s|199700 |   157 |  3251k|  16.3 |  13M|  55 |  41 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
469.01/469.10	c   469s|199800 |   151 |  3253k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
469.21/469.34	c   469s|199900 |   148 |  3255k|  16.3 |  13M|  55 |  32 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
469.41/469.56	c   470s|200000 |   144 |  3256k|  16.3 |  13M|  55 |  25 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
469.62/469.77	c   470s|200100 |   142 |  3258k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
469.81/469.99	c   470s|200200 |   142 |  3259k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
470.11/470.22	c   470s|200300 |   142 |  3261k|  16.3 |  13M|  55 |  27 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
470.31/470.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.31/470.45	c   470s|200400 |   140 |  3263k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
470.62/470.71	c   471s|200500 |   142 |  3265k|  16.3 |  13M|  55 |  31 | 231 |  15k| 231 |2453 |  17 | 109k|8329 | 0.000000e+00 |      --      |    Inf 
470.81/470.94	c   471s|200600 |   138 |  3267k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8330 | 0.000000e+00 |      --      |    Inf 
471.01/471.17	c   471s|200700 |   136 |  3268k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8331 | 0.000000e+00 |      --      |    Inf 
471.21/471.38	c   471s|200800 |   140 |  3270k|  16.3 |  13M|  55 |  31 | 231 |  15k| 231 |2453 |  17 | 109k|8331 | 0.000000e+00 |      --      |    Inf 
471.41/471.58	c   472s|200900 |   140 |  3271k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 109k|8331 | 0.000000e+00 |      --      |    Inf 
471.71/471.83	c   472s|201000 |   140 |  3273k|  16.3 |  13M|  55 |  33 | 231 |  15k| 231 |2453 |  17 | 110k|8340 | 0.000000e+00 |      --      |    Inf 
471.91/472.03	c   472s|201100 |   136 |  3274k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8340 | 0.000000e+00 |      --      |    Inf 
472.21/472.30	c   472s|201200 |   135 |  3276k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 110k|8347 | 0.000000e+00 |      --      |    Inf 
472.41/472.53	c   473s|201300 |   130 |  3278k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8349 | 0.000000e+00 |      --      |    Inf 
472.61/472.79	c   473s|201400 |   132 |  3280k|  16.3 |  13M|  55 |  38 | 231 |  15k| 231 |2453 |  17 | 110k|8350 | 0.000000e+00 |      --      |    Inf 
472.92/473.05	c   473s|201500 |   132 |  3282k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 110k|8359 | 0.000000e+00 |      --      |    Inf 
473.21/473.35	c   473s|201600 |   136 |  3284k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8362 | 0.000000e+00 |      --      |    Inf 
473.51/473.60	c   474s|201700 |   142 |  3285k|  16.3 |  13M|  55 |   - | 231 |  15k|   0 |   0 |  17 | 110k|8369 | 0.000000e+00 |      --      |    Inf 
473.71/473.86	c   474s|201800 |   144 |  3287k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8374 | 0.000000e+00 |      --      |    Inf 
474.01/474.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.01/474.14	c   474s|201900 |   141 |  3289k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8383 | 0.000000e+00 |      --      |    Inf 
474.21/474.36	c   474s|202000 |   142 |  3291k|  16.3 |  13M|  55 |  26 | 231 |  15k| 231 |2453 |  17 | 110k|8383 | 0.000000e+00 |      --      |    Inf 
474.41/474.57	c   475s|202100 |   142 |  3292k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8383 | 0.000000e+00 |      --      |    Inf 
474.71/474.80	c   475s|202200 |   146 |  3294k|  16.3 |  13M|  55 |  43 | 231 |  15k| 231 |2453 |  17 | 110k|8388 | 0.000000e+00 |      --      |    Inf 
474.91/475.03	c   475s|202300 |   142 |  3295k|  16.3 |  13M|  55 |  22 | 231 |  15k| 231 |2453 |  17 | 110k|8391 | 0.000000e+00 |      --      |    Inf 
475.12/475.26	c   475s|202400 |   142 |  3297k|  16.3 |  13M|  55 |  33 | 231 |  15k| 231 |2453 |  17 | 110k|8396 | 0.000000e+00 |      --      |    Inf 
475.41/475.55	c   476s|202500 |   138 |  3299k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 110k|8407 | 0.000000e+00 |      --      |    Inf 
475.71/475.81	c   476s|202600 |   138 |  3301k|  16.3 |  13M|  55 |  37 | 231 |  15k| 231 |2453 |  17 | 110k|8411 | 0.000000e+00 |      --      |    Inf 
475.91/476.09	c   476s|202700 |   140 |  3303k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 110k|8417 | 0.000000e+00 |      --      |    Inf 
476.22/476.33	c   476s|202800 |   140 |  3305k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8419 | 0.000000e+00 |      --      |    Inf 
476.51/476.60	c   477s|202900 |   143 |  3307k|  16.3 |  13M|  55 |  31 | 231 |  15k| 231 |2453 |  17 | 111k|8425 | 0.000000e+00 |      --      |    Inf 
476.70/476.87	c   477s|203000 |   143 |  3308k|  16.3 |  13M|  55 |  40 | 231 |  15k| 231 |2453 |  17 | 111k|8435 | 0.000000e+00 |      --      |    Inf 
476.90/477.09	c   477s|203100 |   147 |  3310k|  16.3 |  13M|  55 |  34 | 231 |  15k| 231 |2453 |  17 | 111k|8435 | 0.000000e+00 |      --      |    Inf 
477.22/477.33	c   477s|203200 |   150 |  3312k|  16.3 |  13M|  55 |  32 | 231 |  15k| 231 |2453 |  17 | 111k|8439 | 0.000000e+00 |      --      |    Inf 
477.41/477.54	c   478s|203300 |   149 |  3313k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8443 | 0.000000e+00 |      --      |    Inf 
477.71/477.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.71/477.80	c   478s|203400 |   147 |  3315k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8451 | 0.000000e+00 |      --      |    Inf 
477.91/478.04	c   478s|203500 |   150 |  3316k|  16.3 |  13M|  55 |  29 | 231 |  15k| 231 |2453 |  17 | 111k|8454 | 0.000000e+00 |      --      |    Inf 
478.11/478.28	c   478s|203600 |   148 |  3318k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8459 | 0.000000e+00 |      --      |    Inf 
478.32/478.48	c   478s|203700 |   154 |  3319k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8459 | 0.000000e+00 |      --      |    Inf 
478.61/478.72	c   479s|203800 |   158 |  3321k|  16.3 |  13M|  55 |  32 | 231 |  15k| 231 |2453 |  17 | 111k|8465 | 0.000000e+00 |      --      |    Inf 
478.81/478.98	c   479s|203900 |   158 |  3323k|  16.3 |  13M|  55 |  16 | 231 |  15k| 231 |2453 |  17 | 111k|8471 | 0.000000e+00 |      --      |    Inf 
479.11/479.21	c   479s|204000 |   158 |  3324k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8477 | 0.000000e+00 |      --      |    Inf 
479.31/479.44	c   479s|204100 |   158 |  3326k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8480 | 0.000000e+00 |      --      |    Inf 
479.51/479.65	c   480s|204200 |   156 |  3328k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8483 | 0.000000e+00 |      --      |    Inf 
479.71/479.88	c   480s|204300 |   161 |  3329k|  16.3 |  13M|  55 |  29 | 231 |  15k| 231 |2453 |  17 | 111k|8488 | 0.000000e+00 |      --      |    Inf 
479.91/480.09	c   480s|204400 |   159 |  3331k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8488 | 0.000000e+00 |      --      |    Inf 
480.21/480.34	c   480s|204500 |   159 |  3332k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 111k|8494 | 0.000000e+00 |      --      |    Inf 
480.40/480.58	c   481s|204600 |   161 |  3334k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8498 | 0.000000e+00 |      --      |    Inf 
480.71/480.85	c   481s|204700 |   157 |  3336k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8507 | 0.000000e+00 |      --      |    Inf 
481.01/481.11	c   481s|204800 |   159 |  3338k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8514 | 0.000000e+00 |      --      |    Inf 
481.21/481.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.21/481.37	c   481s|204900 |   159 |  3340k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8521 | 0.000000e+00 |      --      |    Inf 
481.51/481.62	c   482s|205000 |   161 |  3341k|  16.3 |  13M|  55 |  28 | 231 |  15k| 231 |2453 |  17 | 112k|8528 | 0.000000e+00 |      --      |    Inf 
481.71/481.86	c   482s|205100 |   158 |  3343k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8534 | 0.000000e+00 |      --      |    Inf 
482.00/482.11	c   482s|205200 |   160 |  3345k|  16.3 |  13M|  55 |  27 | 231 |  15k| 231 |2453 |  17 | 112k|8538 | 0.000000e+00 |      --      |    Inf 
482.21/482.32	c   482s|205300 |   159 |  3346k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8543 | 0.000000e+00 |      --      |    Inf 
482.41/482.55	c   483s|205400 |   159 |  3348k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8545 | 0.000000e+00 |      --      |    Inf 
482.61/482.76	c   483s|205500 |   159 |  3349k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8550 | 0.000000e+00 |      --      |    Inf 
482.81/482.98	c   483s|205600 |   163 |  3351k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8556 | 0.000000e+00 |      --      |    Inf 
483.11/483.22	c   483s|205700 |   163 |  3352k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8559 | 0.000000e+00 |      --      |    Inf 
483.31/483.44	c   483s|205800 |   161 |  3354k|  16.3 |  13M|  55 |  33 | 231 |  15k| 231 |2453 |  17 | 112k|8561 | 0.000000e+00 |      --      |    Inf 
483.50/483.66	c   484s|205900 |   163 |  3355k|  16.3 |  13M|  55 |  30 | 231 |  15k| 231 |2453 |  17 | 112k|8562 | 0.000000e+00 |      --      |    Inf 
483.71/483.88	c   484s|206000 |   161 |  3357k|  16.3 |  13M|  55 |  41 | 231 |  15k| 231 |2453 |  17 | 112k|8562 | 0.000000e+00 |      --      |    Inf 
484.01/484.12	c   484s|206100 |   157 |  3359k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8564 | 0.000000e+00 |      --      |    Inf 
484.21/484.35	c   484s|206200 |   164 |  3360k|  16.3 |  13M|  55 |  32 | 231 |  15k| 231 |2453 |  17 | 112k|8566 | 0.000000e+00 |      --      |    Inf 
484.40/484.58	c   485s|206300 |   163 |  3362k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8567 | 0.000000e+00 |      --      |    Inf 
484.71/484.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.71/484.82	c   485s|206400 |   166 |  3364k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 112k|8569 | 0.000000e+00 |      --      |    Inf 
484.92/485.04	c   485s|206500 |   164 |  3366k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 113k|8569 | 0.000000e+00 |      --      |    Inf 
485.21/485.30	c   485s|206600 |   162 |  3367k|  16.3 |  13M|  55 |   - | 231 |  15k|   0 |   0 |  17 | 113k|8572 | 0.000000e+00 |      --      |    Inf 
485.41/485.55	c   486s|206700 |   171 |  3369k|  16.3 |  13M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 113k|8574 | 0.000000e+00 |      --      |    Inf 
485.61/485.79	c   486s|206800 |   175 |  3371k|  16.3 |  14M|  55 |  49 | 231 |  15k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
485.91/486.04	c   486s|206900 |   185 |  3373k|  16.3 |  14M|  55 |   - | 231 |  15k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
486.11/486.27	c   486s|207000 |   187 |  3375k|  16.3 |  14M|  55 |  29 | 231 |  15k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
486.41/486.50	c   486s|207100 |   188 |  3376k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
486.61/486.73	c   487s|207200 |   188 |  3378k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
486.81/486.96	c   487s|207300 |   184 |  3380k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
487.00/487.17	c   487s|207400 |   186 |  3381k|  16.3 |  14M|  55 |  34 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
487.31/487.40	c   487s|207500 |   182 |  3383k|  16.3 |  14M|  55 |  40 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
487.51/487.65	c   488s|207600 |   180 |  3385k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
487.80/487.90	c   488s|207700 |   180 |  3387k|  16.3 |  14M|  55 |  43 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
487.90/488.09	c   488s|207800 |   182 |  3388k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
488.11/488.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.11/488.29	c   488s|207900 |   180 |  3390k|  16.3 |  14M|  55 |  42 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
488.41/488.52	c   489s|208000 |   178 |  3391k|  16.3 |  14M|  55 |  38 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
488.61/488.79	c   489s|208100 |   180 |  3393k|  16.3 |  14M|  55 |  37 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
488.81/488.98	c   489s|208200 |   182 |  3395k|  16.3 |  14M|  55 |  32 | 231 |  16k| 231 |2453 |  17 | 113k|8576 | 0.000000e+00 |      --      |    Inf 
489.11/489.20	c   489s|208300 |   178 |  3396k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
489.31/489.43	c   489s|208400 |   178 |  3398k|  16.3 |  14M|  55 |  36 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
489.51/489.66	c   490s|208500 |   178 |  3400k|  16.3 |  14M|  55 |  39 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
489.81/489.91	c   490s|208600 |   184 |  3402k|  16.3 |  14M|  55 |  38 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
490.01/490.15	c   490s|208700 |   188 |  3403k|  16.3 |  14M|  55 |  25 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
490.21/490.36	c   490s|208800 |   191 |  3405k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
490.41/490.59	c   491s|208900 |   195 |  3407k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
490.71/490.80	c   491s|209000 |   193 |  3408k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
490.91/491.00	c   491s|209100 |   189 |  3410k|  16.3 |  14M|  55 |  42 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
491.10/491.22	c   491s|209200 |   187 |  3411k|  16.3 |  14M|  55 |  32 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
491.31/491.43	c   491s|209300 |   187 |  3413k|  16.3 |  14M|  55 |  18 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
491.51/491.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.51/491.64	c   492s|209400 |   184 |  3415k|  16.3 |  14M|  55 |  35 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
491.71/491.88	c   492s|209500 |   183 |  3416k|  16.3 |  14M|  55 |  29 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
492.01/492.10	c   492s|209600 |   181 |  3418k|  16.3 |  14M|  55 |  38 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
492.21/492.32	c   492s|209700 |   179 |  3420k|  16.3 |  14M|  55 |  18 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
492.41/492.54	c   493s|209800 |   180 |  3421k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
492.61/492.76	c   493s|209900 |   181 |  3423k|  16.3 |  14M|  55 |  20 | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
492.91/493.00	c   493s|210000 |   179 |  3425k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 114k|8576 | 0.000000e+00 |      --      |    Inf 
493.10/493.21	c   493s|210100 |   181 |  3426k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
493.31/493.43	c   493s|210200 |   181 |  3428k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
493.51/493.65	c   494s|210300 |   179 |  3429k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
493.71/493.85	c   494s|210400 |   181 |  3431k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
493.91/494.06	c   494s|210500 |   185 |  3432k|  16.3 |  14M|  55 |  36 | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
494.11/494.27	c   494s|210600 |   182 |  3434k|  16.3 |  14M|  55 |  44 | 231 |  16k| 231 |2453 |  17 | 115k|8576 | 0.000000e+00 |      --      |    Inf 
494.41/494.52	c   495s|210700 |   184 |  3436k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8582 | 0.000000e+00 |      --      |    Inf 
494.60/494.73	c   495s|210800 |   183 |  3437k|  16.3 |  14M|  55 |  52 | 231 |  16k| 231 |2453 |  17 | 115k|8582 | 0.000000e+00 |      --      |    Inf 
494.91/495.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.91/495.01	c   495s|210900 |   181 |  3439k|  16.3 |  14M|  55 |  35 | 231 |  16k| 231 |2453 |  17 | 115k|8592 | 0.000000e+00 |      --      |    Inf 
495.11/495.23	c   495s|211000 |   181 |  3441k|  16.3 |  14M|  55 |  49 | 231 |  16k| 231 |2453 |  17 | 115k|8592 | 0.000000e+00 |      --      |    Inf 
495.41/495.53	c   496s|211100 |   180 |  3443k|  16.3 |  14M|  55 |  39 | 231 |  16k| 231 |2453 |  17 | 115k|8604 | 0.000000e+00 |      --      |    Inf 
495.61/495.77	c   496s|211200 |   178 |  3444k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8604 | 0.000000e+00 |      --      |    Inf 
495.91/496.02	c   496s|211300 |   180 |  3446k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8614 | 0.000000e+00 |      --      |    Inf 
496.11/496.25	c   496s|211400 |   180 |  3447k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8614 | 0.000000e+00 |      --      |    Inf 
496.31/496.46	c   496s|211500 |   180 |  3449k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8614 | 0.000000e+00 |      --      |    Inf 
496.51/496.69	c   497s|211600 |   179 |  3450k|  16.3 |  14M|  55 |  36 | 231 |  16k| 231 |2453 |  17 | 115k|8623 | 0.000000e+00 |      --      |    Inf 
496.81/496.91	c   497s|211700 |   179 |  3452k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8623 | 0.000000e+00 |      --      |    Inf 
497.01/497.14	c   497s|211800 |   179 |  3453k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 115k|8627 | 0.000000e+00 |      --      |    Inf 
497.31/497.42	c   497s|211900 |   181 |  3455k|  16.3 |  14M|  55 |  42 | 231 |  16k| 231 |2453 |  17 | 115k|8636 | 0.000000e+00 |      --      |    Inf 
497.50/497.64	c   498s|212000 |   187 |  3457k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8636 | 0.000000e+00 |      --      |    Inf 
497.70/497.83	c   498s|212100 |   183 |  3458k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8636 | 0.000000e+00 |      --      |    Inf 
497.91/498.07	c   498s|212200 |   187 |  3460k|  16.3 |  14M|  55 |  34 | 231 |  16k| 231 |2453 |  17 | 116k|8644 | 0.000000e+00 |      --      |    Inf 
498.11/498.27	c   498s|212300 |   187 |  3461k|  16.3 |  14M|  55 |  40 | 231 |  16k| 231 |2453 |  17 | 116k|8644 | 0.000000e+00 |      --      |    Inf 
498.30/498.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.30/498.49	c   498s|212400 |   185 |  3463k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8649 | 0.000000e+00 |      --      |    Inf 
498.61/498.71	c   499s|212500 |   189 |  3464k|  16.3 |  14M|  55 |  25 | 231 |  16k| 231 |2453 |  17 | 116k|8651 | 0.000000e+00 |      --      |    Inf 
498.81/498.93	c   499s|212600 |   183 |  3466k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8656 | 0.000000e+00 |      --      |    Inf 
499.00/499.16	c   499s|212700 |   189 |  3467k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8660 | 0.000000e+00 |      --      |    Inf 
499.21/499.39	c   499s|212800 |   187 |  3469k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8665 | 0.000000e+00 |      --      |    Inf 
499.51/499.62	c   500s|212900 |   187 |  3470k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8669 | 0.000000e+00 |      --      |    Inf 
499.71/499.87	c   500s|213000 |   194 |  3472k|  16.3 |  14M|  55 |  22 | 231 |  16k| 231 |2453 |  17 | 116k|8675 | 0.000000e+00 |      --      |    Inf 
499.90/500.09	c   500s|213100 |   195 |  3474k|  16.3 |  14M|  55 |  20 | 231 |  16k| 231 |2453 |  17 | 116k|8679 | 0.000000e+00 |      --      |    Inf 
500.21/500.30	c   500s|213200 |   193 |  3475k|  16.3 |  14M|  55 |  38 | 231 |  16k| 231 |2453 |  17 | 116k|8682 | 0.000000e+00 |      --      |    Inf 
500.41/500.54	c   501s|213300 |   191 |  3476k|  16.3 |  14M|  55 |   - | 231 |  16k|   0 |   0 |  17 | 116k|8688 | 0.000000e+00 |      --      |    Inf 
500.60/500.78	c   501s|213400 |   190 |  3478k|  16.3 |  14M|  55 |  34 | 231 |  16k| 231 |2453 |  17 | 116k|8692 | 0.000000e+00 |      --      |    Inf 
500.91/501.00	c   501s|213500 |   190 |  3480k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8696 | 0.000000e+00 |      --      |    Inf 
501.10/501.23	c   501s|213600 |   192 |  3481k|  16.3 |  14M|  55 |  36 | 231 |  16k| 231 |2453 |  17 | 116k|8700 | 0.000000e+00 |      --      |    Inf 
501.30/501.46	c   501s|213700 |   192 |  3483k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 116k|8704 | 0.000000e+00 |      --      |    Inf 
501.60/501.70	c   502s|213800 |   192 |  3484k|  16.3 |  14M|  55 |  35 | 231 |  16k| 231 |2453 |  17 | 116k|8706 | 0.000000e+00 |      --      |    Inf 
501.80/501.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.80/501.95	c   502s|213900 |   196 |  3486k|  16.3 |  14M|  55 |  38 | 231 |  16k| 231 |2453 |  17 | 116k|8715 | 0.000000e+00 |      --      |    Inf 
502.01/502.18	c   502s|214000 |   194 |  3488k|  16.3 |  14M|  55 |  28 | 231 |  16k| 231 |2453 |  17 | 117k|8719 | 0.000000e+00 |      --      |    Inf 
502.30/502.42	c   502s|214100 |   194 |  3489k|  16.3 |  14M|  55 |  41 | 231 |  16k| 231 |2453 |  17 | 117k|8725 | 0.000000e+00 |      --      |    Inf 
502.51/502.67	c   503s|214200 |   192 |  3491k|  16.3 |  14M|  55 |  43 | 231 |  16k| 231 |2453 |  17 | 117k|8725 | 0.000000e+00 |      --      |    Inf 
502.81/502.95	c   503s|214300 |   194 |  3493k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8727 | 0.000000e+00 |      --      |    Inf 
503.00/503.19	c   503s|214400 |   193 |  3495k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8728 | 0.000000e+00 |      --      |    Inf 
503.31/503.47	c   503s|214500 |   197 |  3497k|  16.3 |  14M|  55 |  42 | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
503.51/503.68	c   504s|214600 |   198 |  3499k|  16.3 |  14M|  55 |  25 | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
503.71/503.89	c   504s|214700 |   202 |  3500k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
504.01/504.12	c   504s|214800 |   202 |  3502k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
504.21/504.35	c   504s|214900 |   202 |  3504k|  16.3 |  14M|  55 |  29 | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
504.40/504.59	c   505s|215000 |   199 |  3506k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
504.71/504.81	c   505s|215100 |   203 |  3507k|  16.3 |  14M|  55 |  30 | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
504.90/505.06	c   505s|215200 |   205 |  3509k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8731 | 0.000000e+00 |      --      |    Inf 
505.11/505.29	c   505s|215300 |   203 |  3511k|  16.3 |  14M|  55 |  29 | 231 |  16k| 231 |2453 |  17 | 117k|8732 | 0.000000e+00 |      --      |    Inf 
505.40/505.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.40/505.53	c   506s|215400 |   203 |  3513k|  16.3 |  14M|  55 |  20 | 231 |  16k| 231 |2453 |  17 | 117k|8732 | 0.000000e+00 |      --      |    Inf 
505.61/505.78	c   506s|215500 |   199 |  3515k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8732 | 0.000000e+00 |      --      |    Inf 
505.81/505.97	c   506s|215600 |   199 |  3516k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8732 | 0.000000e+00 |      --      |    Inf 
506.11/506.20	c   506s|215700 |   199 |  3518k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 117k|8733 | 0.000000e+00 |      --      |    Inf 
506.30/506.44	c   506s|215800 |   203 |  3519k|  16.3 |  14M|  55 |  43 | 231 |  16k| 231 |2453 |  17 | 117k|8733 | 0.000000e+00 |      --      |    Inf 
506.50/506.64	c   507s|215900 |   207 |  3521k|  16.3 |  14M|  55 |   - | 231 |  16k|   0 |   0 |  17 | 118k|8733 | 0.000000e+00 |      --      |    Inf 
506.71/506.88	c   507s|216000 |   205 |  3523k|  16.3 |  14M|  55 |  30 | 231 |  16k| 231 |2453 |  17 | 118k|8734 | 0.000000e+00 |      --      |    Inf 
506.91/507.09	c   507s|216100 |   207 |  3524k|  16.3 |  14M|  55 |  37 | 231 |  16k| 231 |2453 |  17 | 118k|8735 | 0.000000e+00 |      --      |    Inf 
507.10/507.29	c   507s|216200 |   209 |  3526k|  16.3 |  14M|  55 |   - | 231 |  16k|   0 |   0 |  17 | 118k|8735 | 0.000000e+00 |      --      |    Inf 
507.40/507.52	c   508s|216300 |   211 |  3528k|  16.3 |  14M|  55 |  26 | 231 |  16k| 231 |2453 |  17 | 118k|8735 | 0.000000e+00 |      --      |    Inf 
507.61/507.74	c   508s|216400 |   217 |  3529k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8735 | 0.000000e+00 |      --      |    Inf 
507.81/507.95	c   508s|216500 |   218 |  3531k|  16.3 |  14M|  55 |  46 | 231 |  16k| 231 |2453 |  17 | 118k|8735 | 0.000000e+00 |      --      |    Inf 
508.01/508.17	c   508s|216600 |   214 |  3532k|  16.3 |  14M|  55 |  39 | 231 |  16k| 231 |2453 |  17 | 118k|8736 | 0.000000e+00 |      --      |    Inf 
508.20/508.39	c   508s|216700 |   209 |  3534k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8736 | 0.000000e+00 |      --      |    Inf 
508.50/508.60	c   509s|216800 |   213 |  3536k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8737 | 0.000000e+00 |      --      |    Inf 
508.70/508.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.70/508.87	c   509s|216900 |   219 |  3538k|  16.3 |  14M|  55 |  34 | 231 |  16k| 231 |2453 |  17 | 118k|8737 | 0.000000e+00 |      --      |    Inf 
508.90/509.09	c   509s|217000 |   221 |  3540k|  16.3 |  14M|  55 |  26 | 231 |  16k| 231 |2453 |  17 | 118k|8738 | 0.000000e+00 |      --      |    Inf 
509.21/509.33	c   509s|217100 |   219 |  3541k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8738 | 0.000000e+00 |      --      |    Inf 
509.40/509.57	c   510s|217200 |   217 |  3543k|  16.3 |  14M|  55 |  19 | 231 |  16k| 231 |2453 |  17 | 118k|8740 | 0.000000e+00 |      --      |    Inf 
509.60/509.78	c   510s|217300 |   217 |  3544k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8740 | 0.000000e+00 |      --      |    Inf 
509.91/510.00	c   510s|217400 |   221 |  3546k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8740 | 0.000000e+00 |      --      |    Inf 
510.10/510.22	c   510s|217500 |   221 |  3548k|  16.3 |  14M|  55 |  52 | 231 |  16k| 231 |2453 |  17 | 118k|8741 | 0.000000e+00 |      --      |    Inf 
510.31/510.44	c   510s|217600 |   219 |  3549k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8742 | 0.000000e+00 |      --      |    Inf 
510.51/510.66	c   511s|217700 |   217 |  3551k|  16.3 |  14M|  55 |   - | 231 |  16k| 231 |2453 |  17 | 118k|8742 | 0.000000e+00 |      --      |    Inf 
510.71/510.88	c   511s|217800 |   217 |  3553k|  16.3 |  14M|  55 |  31 | 231 |  16k| 231 |2453 |  17 | 118k|8744 | 0.000000e+00 |      --      |    Inf 
511.00/511.11	c   511s|217900 |   215 |  3554k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8744 | 0.000000e+00 |      --      |    Inf 
511.20/511.32	c   511s|218000 |   217 |  3556k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8744 | 0.000000e+00 |      --      |    Inf 
511.41/511.55	c   512s|218100 |   215 |  3558k|  16.3 |  14M|  56 |  44 | 231 |  16k| 231 |2453 |  17 | 119k|8744 | 0.000000e+00 |      --      |    Inf 
511.60/511.76	c   512s|218200 |   215 |  3559k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8745 | 0.000000e+00 |      --      |    Inf 
511.80/511.97	c   512s|218300 |   213 |  3561k|  16.3 |  14M|  56 |  43 | 231 |  16k| 231 |2453 |  17 | 119k|8745 | 0.000000e+00 |      --      |    Inf 
512.11/512.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.11/512.20	c   512s|218400 |   213 |  3562k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
512.31/512.43	c   512s|218500 |   211 |  3564k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
512.51/512.66	c   513s|218600 |   209 |  3566k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
512.70/512.88	c   513s|218700 |   211 |  3567k|  16.3 |  14M|  56 |  32 | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
513.01/513.10	c   513s|218800 |   211 |  3569k|  16.3 |  14M|  56 |  38 | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
513.20/513.32	c   513s|218900 |   207 |  3571k|  16.3 |  14M|  56 |   - | 231 |  16k|   0 |   0 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
513.40/513.54	c   514s|219000 |   208 |  3572k|  16.3 |  14M|  56 |  45 | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
513.61/513.76	c   514s|219100 |   207 |  3574k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
513.80/513.99	c   514s|219200 |   207 |  3575k|  16.3 |  14M|  56 |  34 | 231 |  16k| 231 |2453 |  17 | 119k|8746 | 0.000000e+00 |      --      |    Inf 
514.10/514.27	c   514s|219300 |   205 |  3577k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8755 | 0.000000e+00 |      --      |    Inf 
514.40/514.53	c   515s|219400 |   209 |  3579k|  16.3 |  14M|  56 |  21 | 231 |  16k| 231 |2453 |  17 | 119k|8755 | 0.000000e+00 |      --      |    Inf 
514.71/514.82	c   515s|219500 |   209 |  3581k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 119k|8765 | 0.000000e+00 |      --      |    Inf 
514.90/515.04	c   515s|219600 |   208 |  3583k|  16.3 |  14M|  56 |  30 | 231 |  16k| 231 |2453 |  17 | 119k|8765 | 0.000000e+00 |      --      |    Inf 
515.11/515.27	c   515s|219700 |   208 |  3584k|  16.3 |  14M|  56 |  28 | 231 |  16k| 231 |2453 |  17 | 119k|8765 | 0.000000e+00 |      --      |    Inf 
515.40/515.53	c   516s|219800 |   210 |  3586k|  16.3 |  14M|  56 |  43 | 231 |  16k| 231 |2453 |  17 | 120k|8774 | 0.000000e+00 |      --      |    Inf 
515.60/515.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.60/515.73	c   516s|219900 |   213 |  3587k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8774 | 0.000000e+00 |      --      |    Inf 
515.81/515.92	c   516s|220000 |   215 |  3589k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8774 | 0.000000e+00 |      --      |    Inf 
516.00/516.17	c   516s|220100 |   214 |  3590k|  16.3 |  14M|  56 |  28 | 231 |  16k| 231 |2453 |  17 | 120k|8781 | 0.000000e+00 |      --      |    Inf 
516.21/516.39	c   516s|220200 |   214 |  3592k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8781 | 0.000000e+00 |      --      |    Inf 
516.50/516.65	c   517s|220300 |   214 |  3594k|  16.3 |  14M|  56 |  33 | 231 |  16k| 231 |2453 |  17 | 120k|8789 | 0.000000e+00 |      --      |    Inf 
516.70/516.89	c   517s|220400 |   210 |  3595k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8789 | 0.000000e+00 |      --      |    Inf 
517.00/517.19	c   517s|220500 |   206 |  3597k|  16.3 |  14M|  56 |  49 | 231 |  16k| 231 |2453 |  17 | 120k|8802 | 0.000000e+00 |      --      |    Inf 
517.30/517.42	c   517s|220600 |   204 |  3599k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8802 | 0.000000e+00 |      --      |    Inf 
517.51/517.62	c   518s|220700 |   204 |  3600k|  16.3 |  14M|  56 |  43 | 231 |  16k| 231 |2453 |  17 | 120k|8802 | 0.000000e+00 |      --      |    Inf 
517.70/517.83	c   518s|220800 |   202 |  3601k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8809 | 0.000000e+00 |      --      |    Inf 
517.91/518.06	c   518s|220900 |   202 |  3603k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8809 | 0.000000e+00 |      --      |    Inf 
518.20/518.31	c   518s|221000 |   204 |  3605k|  16.3 |  14M|  56 |  26 | 231 |  16k| 231 |2453 |  17 | 120k|8814 | 0.000000e+00 |      --      |    Inf 
518.40/518.53	c   519s|221100 |   206 |  3607k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8818 | 0.000000e+00 |      --      |    Inf 
518.61/518.78	c   519s|221200 |   204 |  3608k|  16.3 |  14M|  56 |  32 | 231 |  16k| 231 |2453 |  17 | 120k|8824 | 0.000000e+00 |      --      |    Inf 
518.90/519.03	c   519s|221300 |   204 |  3610k|  16.3 |  14M|  56 |  37 | 231 |  16k| 231 |2453 |  17 | 120k|8827 | 0.000000e+00 |      --      |    Inf 
519.11/519.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
519.11/519.27	c   519s|221400 |   205 |  3612k|  16.3 |  14M|  56 |  26 | 231 |  16k| 231 |2453 |  17 | 120k|8831 | 0.000000e+00 |      --      |    Inf 
519.31/519.49	c   519s|221500 |   205 |  3613k|  16.3 |  14M|  56 |  33 | 231 |  16k| 231 |2453 |  17 | 120k|8834 | 0.000000e+00 |      --      |    Inf 
519.60/519.72	c   520s|221600 |   202 |  3615k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 120k|8838 | 0.000000e+00 |      --      |    Inf 
519.80/519.96	c   520s|221700 |   213 |  3617k|  16.3 |  14M|  56 |  30 | 231 |  16k| 231 |2453 |  17 | 120k|8842 | 0.000000e+00 |      --      |    Inf 
520.11/520.24	c   520s|221800 |   213 |  3619k|  16.3 |  14M|  56 |  25 | 231 |  16k| 231 |2453 |  17 | 121k|8849 | 0.000000e+00 |      --      |    Inf 
520.30/520.49	c   520s|221900 |   217 |  3620k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8851 | 0.000000e+00 |      --      |    Inf 
520.60/520.72	c   521s|222000 |   220 |  3622k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8856 | 0.000000e+00 |      --      |    Inf 
520.90/521.00	c   521s|222100 |   216 |  3624k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8864 | 0.000000e+00 |      --      |    Inf 
521.10/521.22	c   521s|222200 |   217 |  3626k|  16.3 |  14M|  56 |  33 | 231 |  16k| 231 |2453 |  17 | 121k|8865 | 0.000000e+00 |      --      |    Inf 
521.31/521.49	c   521s|222300 |   213 |  3628k|  16.3 |  14M|  56 |  25 | 231 |  16k| 231 |2453 |  17 | 121k|8871 | 0.000000e+00 |      --      |    Inf 
521.60/521.73	c   522s|222400 |   208 |  3629k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8877 | 0.000000e+00 |      --      |    Inf 
521.80/521.98	c   522s|222500 |   206 |  3631k|  16.3 |  14M|  56 |  34 | 231 |  16k| 231 |2453 |  17 | 121k|8882 | 0.000000e+00 |      --      |    Inf 
522.10/522.20	c   522s|222600 |   204 |  3632k|  16.3 |  14M|  56 |   - | 231 |  16k|   0 |   0 |  17 | 121k|8886 | 0.000000e+00 |      --      |    Inf 
522.31/522.42	c   522s|222700 |   200 |  3634k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8890 | 0.000000e+00 |      --      |    Inf 
522.50/522.65	c   523s|222800 |   200 |  3636k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8892 | 0.000000e+00 |      --      |    Inf 
522.71/522.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
522.71/522.86	c   523s|222900 |   204 |  3637k|  16.3 |  14M|  56 |  24 | 231 |  16k| 231 |2453 |  17 | 121k|8894 | 0.000000e+00 |      --      |    Inf 
522.90/523.08	c   523s|223000 |   199 |  3639k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8895 | 0.000000e+00 |      --      |    Inf 
523.20/523.34	c   523s|223100 |   204 |  3641k|  16.3 |  14M|  56 |  46 | 231 |  16k| 231 |2453 |  17 | 121k|8899 | 0.000000e+00 |      --      |    Inf 
523.51/523.61	c   524s|223200 |   218 |  3643k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8901 | 0.000000e+00 |      --      |    Inf 
523.70/523.88	c   524s|223300 |   224 |  3645k|  16.3 |  14M|  56 |  14 | 231 |  16k| 231 |2453 |  17 | 121k|8902 | 0.000000e+00 |      --      |    Inf 
524.00/524.12	c   524s|223400 |   222 |  3647k|  16.3 |  14M|  56 |  36 | 231 |  16k| 231 |2453 |  17 | 121k|8902 | 0.000000e+00 |      --      |    Inf 
524.20/524.35	c   524s|223500 |   225 |  3648k|  16.3 |  14M|  56 |  31 | 231 |  16k| 231 |2453 |  17 | 121k|8904 | 0.000000e+00 |      --      |    Inf 
524.40/524.58	c   525s|223600 |   223 |  3650k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8905 | 0.000000e+00 |      --      |    Inf 
524.70/524.83	c   525s|223700 |   225 |  3652k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 121k|8906 | 0.000000e+00 |      --      |    Inf 
524.90/525.06	c   525s|223800 |   223 |  3654k|  16.3 |  14M|  56 |  40 | 231 |  16k| 231 |2453 |  17 | 121k|8906 | 0.000000e+00 |      --      |    Inf 
525.20/525.31	c   525s|223900 |   217 |  3656k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8906 | 0.000000e+00 |      --      |    Inf 
525.40/525.54	c   526s|224000 |   218 |  3657k|  16.3 |  14M|  56 |  37 | 231 |  16k| 231 |2453 |  17 | 122k|8906 | 0.000000e+00 |      --      |    Inf 
525.61/525.79	c   526s|224100 |   218 |  3659k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8906 | 0.000000e+00 |      --      |    Inf 
525.90/526.04	c   526s|224200 |   222 |  3661k|  16.3 |  14M|  56 |  27 | 231 |  16k| 231 |2453 |  17 | 122k|8906 | 0.000000e+00 |      --      |    Inf 
526.10/526.26	c   526s|224300 |   221 |  3663k|  16.3 |  14M|  56 |  24 | 231 |  16k| 231 |2453 |  17 | 122k|8906 | 0.000000e+00 |      --      |    Inf 
526.40/526.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.40/526.53	c   527s|224400 |   225 |  3665k|  16.3 |  14M|  56 |  26 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
526.60/526.78	c   527s|224500 |   217 |  3667k|  16.3 |  14M|  56 |  44 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
526.90/527.01	c   527s|224600 |   215 |  3669k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
527.10/527.25	c   527s|224700 |   215 |  3671k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
527.30/527.49	c   527s|224800 |   217 |  3672k|  16.3 |  14M|  56 |  25 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
527.60/527.73	c   528s|224900 |   218 |  3674k|  16.3 |  14M|  56 |  46 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
527.80/527.96	c   528s|225000 |   218 |  3676k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
528.00/528.18	c   528s|225100 |   218 |  3677k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
528.30/528.42	c   528s|225200 |   218 |  3679k|  16.3 |  14M|  56 |  35 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
528.50/528.65	c   529s|225300 |   222 |  3681k|  16.3 |  14M|  56 |  33 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
528.70/528.89	c   529s|225400 |   219 |  3683k|  16.3 |  14M|  56 |  31 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
529.01/529.12	c   529s|225500 |   219 |  3685k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
529.20/529.34	c   529s|225600 |   221 |  3686k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
529.40/529.56	c   530s|225700 |   221 |  3688k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
529.60/529.79	c   530s|225800 |   220 |  3690k|  16.3 |  14M|  56 |  37 | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
529.90/530.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
529.90/530.04	c   530s|225900 |   220 |  3692k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 122k|8907 | 0.000000e+00 |      --      |    Inf 
530.20/530.30	c   530s|226000 |   224 |  3694k|  16.3 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
530.40/530.53	c   531s|226100 |   227 |  3696k|  16.3 |  14M|  56 |   - | 231 |  16k|   0 |   0 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
530.60/530.78	c   531s|226200 |   232 |  3698k|  16.3 |  14M|  56 |  38 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
530.90/531.04	c   531s|226300 |   225 |  3700k|  16.4 |  14M|  56 |  38 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
531.11/531.30	c   531s|226400 |   221 |  3702k|  16.4 |  14M|  56 |  34 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
531.40/531.52	c   532s|226500 |   219 |  3703k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
531.60/531.77	c   532s|226600 |   219 |  3705k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
531.90/532.02	c   532s|226700 |   221 |  3707k|  16.4 |  14M|  56 |  46 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
532.10/532.27	c   532s|226800 |   221 |  3709k|  16.4 |  14M|  56 |  21 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
532.40/532.51	c   533s|226900 |   216 |  3711k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
532.60/532.72	c   533s|227000 |   218 |  3713k|  16.4 |  14M|  56 |  29 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
532.90/533.00	c   533s|227100 |   217 |  3715k|  16.4 |  14M|  56 |  31 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
533.10/533.25	c   533s|227200 |   217 |  3717k|  16.4 |  14M|  56 |  35 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
533.31/533.46	c   533s|227300 |   216 |  3718k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
533.60/533.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.60/533.70	c   534s|227400 |   216 |  3720k|  16.4 |  14M|  56 |  37 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
533.80/533.93	c   534s|227500 |   221 |  3722k|  16.4 |  14M|  56 |  32 | 231 |  16k| 231 |2453 |  17 | 123k|8907 | 0.000000e+00 |      --      |    Inf 
534.10/534.20	c   534s|227600 |   225 |  3724k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8916 | 0.000000e+00 |      --      |    Inf 
534.30/534.45	c   534s|227700 |   229 |  3726k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8916 | 0.000000e+00 |      --      |    Inf 
534.50/534.69	c   535s|227800 |   233 |  3727k|  16.4 |  14M|  56 |  37 | 231 |  16k| 231 |2453 |  17 | 123k|8919 | 0.000000e+00 |      --      |    Inf 
534.80/534.94	c   535s|227900 |   232 |  3729k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 123k|8924 | 0.000000e+00 |      --      |    Inf 
535.10/535.23	c   535s|228000 |   233 |  3731k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 124k|8934 | 0.000000e+00 |      --      |    Inf 
535.30/535.48	c   535s|228100 |   233 |  3733k|  16.4 |  14M|  56 |  41 | 231 |  16k| 231 |2453 |  17 | 124k|8934 | 0.000000e+00 |      --      |    Inf 
535.61/535.76	c   536s|228200 |   235 |  3735k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 124k|8944 | 0.000000e+00 |      --      |    Inf 
535.80/535.99	c   536s|228300 |   241 |  3737k|  16.4 |  14M|  56 |  18 | 231 |  16k| 231 |2453 |  17 | 124k|8944 | 0.000000e+00 |      --      |    Inf 
536.00/536.18	c   536s|228400 |   245 |  3738k|  16.4 |  14M|  56 |  15 | 231 |  16k| 231 |2453 |  17 | 124k|8944 | 0.000000e+00 |      --      |    Inf 
536.30/536.40	c   536s|228500 |   240 |  3739k|  16.4 |  14M|  56 |  42 | 231 |  16k| 231 |2453 |  17 | 124k|8949 | 0.000000e+00 |      --      |    Inf 
536.50/536.64	c   537s|228600 |   243 |  3741k|  16.4 |  14M|  56 |   - | 231 |  16k| 231 |2453 |  17 | 124k|8956 | 0.000000e+00 |      --      |    Inf 
536.70/536.82	c   537s|228700 |   242 |  3742k|  16.4 |  14M|  60 |  31 | 231 |  16k| 231 |2453 |  17 | 124k|8956 | 0.000000e+00 |      --      |    Inf 
536.90/537.09	c   537s|228800 |   239 |  3744k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 124k|8964 | 0.000000e+00 |      --      |    Inf 
537.09/537.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.09/537.28	c   537s|228900 |   238 |  3746k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 124k|8964 | 0.000000e+00 |      --      |    Inf 
537.40/537.52	c   538s|229000 |   242 |  3748k|  16.4 |  14M|  60 |  19 | 231 |  16k| 231 |2453 |  17 | 124k|8970 | 0.000000e+00 |      --      |    Inf 
537.60/537.75	c   538s|229100 |   245 |  3749k|  16.4 |  14M|  60 |  28 | 231 |  16k| 231 |2453 |  17 | 124k|8974 | 0.000000e+00 |      --      |    Inf 
537.80/537.99	c   538s|229200 |   245 |  3751k|  16.4 |  14M|  60 |  40 | 231 |  16k| 231 |2453 |  17 | 124k|8980 | 0.000000e+00 |      --      |    Inf 
538.10/538.23	c   538s|229300 |   240 |  3753k|  16.4 |  14M|  60 |  37 | 231 |  16k| 231 |2453 |  17 | 124k|8980 | 0.000000e+00 |      --      |    Inf 
538.30/538.48	c   538s|229400 |   239 |  3754k|  16.4 |  14M|  60 |  40 | 231 |  16k| 231 |2453 |  17 | 124k|8987 | 0.000000e+00 |      --      |    Inf 
538.60/538.74	c   539s|229500 |   239 |  3756k|  16.4 |  14M|  60 |   - | 231 |  16k|   0 |   0 |  17 | 124k|8993 | 0.000000e+00 |      --      |    Inf 
538.80/538.95	c   539s|229600 |   236 |  3758k|  16.4 |  14M|  60 |  35 | 231 |  16k| 231 |2453 |  17 | 124k|8993 | 0.000000e+00 |      --      |    Inf 
539.00/539.20	c   539s|229700 |   240 |  3759k|  16.4 |  14M|  60 |  40 | 231 |  16k| 231 |2453 |  17 | 124k|8997 | 0.000000e+00 |      --      |    Inf 
539.30/539.45	c   539s|229800 |   242 |  3761k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 124k|9002 | 0.000000e+00 |      --      |    Inf 
539.60/539.71	c   540s|229900 |   240 |  3763k|  16.4 |  14M|  60 |  37 | 231 |  16k| 231 |2453 |  17 | 124k|9008 | 0.000000e+00 |      --      |    Inf 
539.80/539.98	c   540s|230000 |   236 |  3765k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 124k|9012 | 0.000000e+00 |      --      |    Inf 
540.10/540.22	c   540s|230100 |   242 |  3767k|  16.4 |  14M|  60 |  43 | 231 |  16k| 231 |2453 |  17 | 124k|9016 | 0.000000e+00 |      --      |    Inf 
540.40/540.50	c   540s|230200 |   236 |  3769k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9021 | 0.000000e+00 |      --      |    Inf 
540.60/540.76	c   541s|230300 |   240 |  3771k|  16.4 |  14M|  60 |  46 | 231 |  16k| 231 |2453 |  17 | 125k|9025 | 0.000000e+00 |      --      |    Inf 
540.90/541.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.90/541.03	c   541s|230400 |   248 |  3773k|  16.4 |  14M|  60 |  39 | 231 |  16k| 231 |2453 |  17 | 125k|9029 | 0.000000e+00 |      --      |    Inf 
541.10/541.30	c   541s|230500 |   244 |  3775k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9036 | 0.000000e+00 |      --      |    Inf 
541.40/541.57	c   542s|230600 |   244 |  3777k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9041 | 0.000000e+00 |      --      |    Inf 
541.70/541.85	c   542s|230700 |   240 |  3779k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9046 | 0.000000e+00 |      --      |    Inf 
542.00/542.12	c   542s|230800 |   234 |  3781k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9052 | 0.000000e+00 |      --      |    Inf 
542.30/542.42	c   542s|230900 |   230 |  3783k|  16.4 |  14M|  60 |  39 | 231 |  16k| 231 |2453 |  17 | 125k|9059 | 0.000000e+00 |      --      |    Inf 
542.50/542.66	c   543s|231000 |   227 |  3784k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9062 | 0.000000e+00 |      --      |    Inf 
542.79/542.91	c   543s|231100 |   227 |  3786k|  16.4 |  14M|  60 |  49 | 231 |  16k| 231 |2453 |  17 | 125k|9065 | 0.000000e+00 |      --      |    Inf 
543.00/543.15	c   543s|231200 |   231 |  3788k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9066 | 0.000000e+00 |      --      |    Inf 
543.20/543.38	c   543s|231300 |   231 |  3790k|  16.4 |  14M|  60 |  42 | 231 |  16k| 231 |2453 |  17 | 125k|9068 | 0.000000e+00 |      --      |    Inf 
543.50/543.65	c   544s|231400 |   231 |  3792k|  16.4 |  14M|  60 |  47 | 231 |  16k| 231 |2453 |  17 | 125k|9071 | 0.000000e+00 |      --      |    Inf 
543.80/543.91	c   544s|231500 |   231 |  3794k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9076 | 0.000000e+00 |      --      |    Inf 
544.00/544.14	c   544s|231600 |   231 |  3795k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9077 | 0.000000e+00 |      --      |    Inf 
544.20/544.37	c   544s|231700 |   231 |  3797k|  16.4 |  14M|  60 |  35 | 231 |  16k| 231 |2453 |  17 | 125k|9078 | 0.000000e+00 |      --      |    Inf 
544.49/544.62	c   545s|231800 |   229 |  3799k|  16.4 |  14M|  60 |  47 | 231 |  16k| 231 |2453 |  17 | 125k|9078 | 0.000000e+00 |      --      |    Inf 
544.70/544.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
544.70/544.85	c   545s|231900 |   225 |  3801k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9078 | 0.000000e+00 |      --      |    Inf 
544.90/545.08	c   545s|232000 |   223 |  3802k|  16.4 |  14M|  60 |  30 | 231 |  16k| 231 |2453 |  17 | 125k|9078 | 0.000000e+00 |      --      |    Inf 
545.19/545.32	c   545s|232100 |   218 |  3804k|  16.4 |  14M|  60 |   - | 231 |  16k| 231 |2453 |  17 | 125k|9079 | 0.000000e+00 |      --      |    Inf 
545.40/545.54	c   546s|232200 |   218 |  3806k|  16.4 |  14M|  60 |  17 | 231 |  16k| 231 |2453 |  17 | 125k|9079 | 0.000000e+00 |      --      |    Inf 
545.59/545.77	c   546s|232300 |   217 |  3807k|  16.4 |  14M|  60 |  43 | 231 |  16k| 231 |2453 |  17 | 126k|9079 | 0.000000e+00 |      --      |    Inf 
545.90/546.01	c   546s|232400 |   215 |  3809k|  16.4 |  14M|  60 |  46 | 231 |  16k| 231 |2453 |  17 | 126k|9080 | 0.000000e+00 |      --      |    Inf 
546.10/546.23	c   546s|232500 |   211 |  3810k|  16.4 |  14M|  60 |  33 | 231 |  16k| 231 |2453 |  17 | 126k|9081 | 0.000000e+00 |      --      |    Inf 
546.30/546.44	c   546s|232600 |   207 |  3812k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9081 | 0.000000e+00 |      --      |    Inf 
546.50/546.69	c   547s|232700 |   205 |  3814k|  16.4 |  14M|  60 |  38 | 231 |  15k| 231 |2453 |  17 | 126k|9081 | 0.000000e+00 |      --      |    Inf 
546.80/546.91	c   547s|232800 |   202 |  3815k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9082 | 0.000000e+00 |      --      |    Inf 
547.00/547.13	c   547s|232900 |   199 |  3817k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9083 | 0.000000e+00 |      --      |    Inf 
547.20/547.33	c   547s|233000 |   201 |  3818k|  16.4 |  14M|  60 |  38 | 231 |  15k| 231 |2453 |  17 | 126k|9084 | 0.000000e+00 |      --      |    Inf 
547.39/547.54	c   548s|233100 |   199 |  3820k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9085 | 0.000000e+00 |      --      |    Inf 
547.61/547.76	c   548s|233200 |   199 |  3822k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9085 | 0.000000e+00 |      --      |    Inf 
547.80/547.99	c   548s|233300 |   199 |  3823k|  16.4 |  14M|  60 |  23 | 231 |  15k| 231 |2453 |  17 | 126k|9085 | 0.000000e+00 |      --      |    Inf 
548.10/548.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.10/548.23	c   548s|233400 |   195 |  3825k|  16.4 |  14M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9085 | 0.000000e+00 |      --      |    Inf 
548.29/548.50	c   548s|233500 |   191 |  3827k|  16.4 |  13M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
548.59/548.71	c   549s|233600 |   191 |  3829k|  16.4 |  13M|  60 |  44 | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
548.80/548.95	c   549s|233700 |   191 |  3831k|  16.4 |  13M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
549.00/549.19	c   549s|233800 |   190 |  3832k|  16.4 |  13M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
549.29/549.41	c   549s|233900 |   188 |  3834k|  16.4 |  13M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
549.49/549.67	c   550s|234000 |   188 |  3836k|  16.4 |  13M|  60 |   - | 231 |  15k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
549.80/549.90	c   550s|234100 |   188 |  3838k|  16.4 |  13M|  60 |  22 | 231 |  14k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
549.99/550.14	c   550s|234200 |   190 |  3839k|  16.4 |  13M|  60 |  39 | 231 |  14k| 231 |2453 |  17 | 126k|9086 | 0.000000e+00 |      --      |    Inf 
550.20/550.36	c   550s|234300 |   190 |  3841k|  16.4 |  13M|  60 |  29 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
550.40/550.57	c   551s|234400 |   190 |  3843k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
550.70/550.80	c   551s|234500 |   190 |  3844k|  16.4 |  13M|  60 |  41 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
550.90/551.04	c   551s|234600 |   188 |  3846k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
551.10/551.28	c   551s|234700 |   190 |  3848k|  16.4 |  13M|  60 |  42 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
551.40/551.53	c   552s|234800 |   186 |  3850k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
551.59/551.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.59/551.73	c   552s|234900 |   186 |  3851k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
551.80/551.94	c   552s|235000 |   186 |  3853k|  16.4 |  13M|  60 |  31 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
552.00/552.15	c   552s|235100 |   186 |  3854k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
552.19/552.38	c   552s|235200 |   184 |  3856k|  16.4 |  13M|  60 |  20 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
552.50/552.61	c   553s|235300 |   184 |  3858k|  16.4 |  13M|  60 |  38 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
552.70/552.83	c   553s|235400 |   187 |  3860k|  16.4 |  13M|  60 |  28 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
552.89/553.05	c   553s|235500 |   185 |  3861k|  16.4 |  13M|  60 |  40 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
553.10/553.25	c   553s|235600 |   187 |  3863k|  16.4 |  13M|  60 |  29 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
553.40/553.50	c   553s|235700 |   187 |  3865k|  16.4 |  13M|  60 |  32 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
553.60/553.73	c   554s|235800 |   185 |  3866k|  16.4 |  13M|  60 |   - | 231 |  14k|   0 |   0 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
553.80/553.95	c   554s|235900 |   185 |  3868k|  16.4 |  13M|  60 |  34 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
553.99/554.16	c   554s|236000 |   183 |  3870k|  16.4 |  13M|  60 |  37 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
554.20/554.39	c   554s|236100 |   181 |  3871k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
554.50/554.62	c   555s|236200 |   183 |  3873k|  16.4 |  13M|  60 |  34 | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
554.69/554.86	c   555s|236300 |   183 |  3875k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 127k|9086 | 0.000000e+00 |      --      |    Inf 
554.89/555.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.89/555.09	c   555s|236400 |   182 |  3877k|  16.4 |  13M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 128k|9086 | 0.000000e+00 |      --      |    Inf 
555.20/555.37	c   555s|236500 |   181 |  3878k|  16.4 |  13M|  60 |  46 | 231 |  13k| 231 |2453 |  17 | 128k|9096 | 0.000000e+00 |      --      |    Inf 
555.50/555.60	c   556s|236600 |   181 |  3880k|  16.4 |  13M|  60 |  44 | 231 |  13k| 231 |2453 |  17 | 128k|9096 | 0.000000e+00 |      --      |    Inf 
555.69/555.86	c   556s|236700 |   179 |  3882k|  16.4 |  13M|  60 |   - | 231 |  13k|   0 |   0 |  17 | 128k|9105 | 0.000000e+00 |      --      |    Inf 
555.90/556.09	c   556s|236800 |   177 |  3883k|  16.4 |  13M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9105 | 0.000000e+00 |      --      |    Inf 
556.19/556.32	c   556s|236900 |   173 |  3885k|  16.4 |  13M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9105 | 0.000000e+00 |      --      |    Inf 
556.40/556.57	c   557s|237000 |   171 |  3887k|  16.4 |  13M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9115 | 0.000000e+00 |      --      |    Inf 
556.70/556.81	c   557s|237100 |   173 |  3888k|  16.4 |  13M|  60 |  39 | 231 |  13k| 231 |2453 |  17 | 128k|9115 | 0.000000e+00 |      --      |    Inf 
556.89/557.09	c   557s|237200 |   171 |  3890k|  16.4 |  13M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9120 | 0.000000e+00 |      --      |    Inf 
557.20/557.32	c   557s|237300 |   169 |  3892k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9120 | 0.000000e+00 |      --      |    Inf 
557.39/557.54	c   558s|237400 |   169 |  3893k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9129 | 0.000000e+00 |      --      |    Inf 
557.60/557.77	c   558s|237500 |   167 |  3895k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9129 | 0.000000e+00 |      --      |    Inf 
557.89/558.05	c   558s|237600 |   165 |  3897k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9137 | 0.000000e+00 |      --      |    Inf 
558.09/558.28	c   558s|237700 |   165 |  3899k|  16.4 |  12M|  60 |  28 | 231 |  12k| 231 |2453 |  17 | 128k|9137 | 0.000000e+00 |      --      |    Inf 
558.39/558.50	c   558s|237800 |   162 |  3900k|  16.4 |  12M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 128k|9140 | 0.000000e+00 |      --      |    Inf 
558.60/558.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.60/558.75	c   559s|237900 |   162 |  3902k|  16.4 |  12M|  60 |  52 | 231 |  12k| 231 |2453 |  17 | 128k|9144 | 0.000000e+00 |      --      |    Inf 
558.80/558.97	c   559s|238000 |   162 |  3903k|  16.4 |  12M|  60 |  34 | 231 |  12k| 231 |2453 |  17 | 128k|9151 | 0.000000e+00 |      --      |    Inf 
559.10/559.20	c   559s|238100 |   160 |  3905k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9151 | 0.000000e+00 |      --      |    Inf 
559.30/559.44	c   559s|238200 |   160 |  3907k|  16.4 |  12M|  60 |  28 | 231 |  12k| 231 |2453 |  17 | 129k|9155 | 0.000000e+00 |      --      |    Inf 
559.59/559.70	c   560s|238300 |   160 |  3909k|  16.4 |  12M|  60 |  43 | 231 |  12k| 231 |2453 |  17 | 129k|9161 | 0.000000e+00 |      --      |    Inf 
559.80/559.97	c   560s|238400 |   163 |  3911k|  16.4 |  12M|  60 |  21 | 231 |  12k| 231 |2453 |  17 | 129k|9168 | 0.000000e+00 |      --      |    Inf 
560.10/560.21	c   560s|238500 |   161 |  3912k|  16.4 |  12M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 129k|9172 | 0.000000e+00 |      --      |    Inf 
560.30/560.45	c   560s|238600 |   157 |  3914k|  16.4 |  12M|  60 |  49 | 231 |  12k| 231 |2453 |  17 | 129k|9176 | 0.000000e+00 |      --      |    Inf 
560.59/560.74	c   561s|238700 |   154 |  3916k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9184 | 0.000000e+00 |      --      |    Inf 
560.80/560.98	c   561s|238800 |   152 |  3917k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9184 | 0.000000e+00 |      --      |    Inf 
561.00/561.19	c   561s|238900 |   150 |  3919k|  16.4 |  12M|  60 |  45 | 231 |  12k| 231 |2453 |  17 | 129k|9184 | 0.000000e+00 |      --      |    Inf 
561.29/561.44	c   561s|239000 |   144 |  3921k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9188 | 0.000000e+00 |      --      |    Inf 
561.59/561.71	c   562s|239100 |   142 |  3922k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 129k|9194 | 0.000000e+00 |      --      |    Inf 
561.79/561.91	c   562s|239200 |   140 |  3924k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 129k|9194 | 0.000000e+00 |      --      |    Inf 
562.00/562.16	c   562s|239300 |   140 |  3925k|  16.4 |  12M|  60 |  26 | 231 |  11k| 231 |2453 |  17 | 129k|9200 | 0.000000e+00 |      --      |    Inf 
562.19/562.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.19/562.39	c   562s|239400 |   138 |  3927k|  16.4 |  12M|  60 |  38 | 231 |  11k| 231 |2453 |  17 | 129k|9200 | 0.000000e+00 |      --      |    Inf 
562.50/562.65	c   563s|239500 |   142 |  3929k|  16.4 |  12M|  60 |  24 | 231 |  11k| 231 |2453 |  17 | 129k|9206 | 0.000000e+00 |      --      |    Inf 
562.80/562.91	c   563s|239600 |   144 |  3931k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 129k|9210 | 0.000000e+00 |      --      |    Inf 
563.00/563.17	c   563s|239700 |   149 |  3933k|  16.4 |  12M|  60 |  16 | 231 |  11k| 231 |2453 |  17 | 129k|9216 | 0.000000e+00 |      --      |    Inf 
563.29/563.43	c   563s|239800 |   153 |  3935k|  16.4 |  12M|  60 |  44 | 231 |  11k| 231 |2453 |  17 | 129k|9221 | 0.000000e+00 |      --      |    Inf 
563.50/563.66	c   564s|239900 |   155 |  3936k|  16.4 |  12M|  60 |  25 | 231 |  11k| 231 |2453 |  17 | 130k|9224 | 0.000000e+00 |      --      |    Inf 
563.79/563.92	c   564s|240000 |   154 |  3938k|  16.4 |  12M|  60 |  35 | 231 |  11k| 231 |2453 |  17 | 130k|9228 | 0.000000e+00 |      --      |    Inf 
563.99/564.20	c   564s|240100 |   154 |  3940k|  16.4 |  12M|  60 |  35 | 231 |  11k| 231 |2453 |  17 | 130k|9232 | 0.000000e+00 |      --      |    Inf 
564.30/564.43	c   564s|240200 |   152 |  3942k|  16.4 |  12M|  60 |  52 | 231 |  11k| 231 |2453 |  17 | 130k|9237 | 0.000000e+00 |      --      |    Inf 
564.60/564.71	c   565s|240300 |   152 |  3944k|  16.4 |  12M|  60 |  44 | 231 |  11k| 231 |2453 |  17 | 130k|9241 | 0.000000e+00 |      --      |    Inf 
564.80/564.97	c   565s|240400 |   150 |  3946k|  16.4 |  12M|  60 |  41 | 231 |  11k| 231 |2453 |  17 | 130k|9247 | 0.000000e+00 |      --      |    Inf 
565.10/565.22	c   565s|240500 |   151 |  3948k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9250 | 0.000000e+00 |      --      |    Inf 
565.30/565.48	c   565s|240600 |   148 |  3950k|  16.4 |  12M|  60 |  42 | 231 |  11k| 231 |2453 |  17 | 130k|9257 | 0.000000e+00 |      --      |    Inf 
565.59/565.72	c   566s|240700 |   143 |  3952k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9263 | 0.000000e+00 |      --      |    Inf 
565.79/565.98	c   566s|240800 |   140 |  3953k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9270 | 0.000000e+00 |      --      |    Inf 
566.10/566.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
566.10/566.22	c   566s|240900 |   140 |  3955k|  16.4 |  12M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 130k|9273 | 0.000000e+00 |      --      |    Inf 
566.30/566.46	c   566s|241000 |   138 |  3957k|  16.4 |  12M|  60 |  22 | 231 |  11k| 231 |2453 |  17 | 130k|9277 | 0.000000e+00 |      --      |    Inf 
566.59/566.70	c   567s|241100 |   139 |  3958k|  16.4 |  12M|  60 |  28 | 231 |  11k| 231 |2453 |  17 | 130k|9280 | 0.000000e+00 |      --      |    Inf 
566.80/566.92	c   567s|241200 |   140 |  3960k|  16.4 |  12M|  60 |  45 | 231 |  11k| 231 |2453 |  17 | 130k|9282 | 0.000000e+00 |      --      |    Inf 
566.99/567.12	c   567s|241300 |   140 |  3961k|  16.4 |  12M|  60 |  38 | 231 |  11k| 231 |2453 |  17 | 130k|9282 | 0.000000e+00 |      --      |    Inf 
567.19/567.33	c   567s|241400 |   137 |  3963k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9282 | 0.000000e+00 |      --      |    Inf 
567.40/567.55	c   568s|241500 |   137 |  3965k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9282 | 0.000000e+00 |      --      |    Inf 
567.60/567.79	c   568s|241600 |   137 |  3966k|  16.4 |  12M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 130k|9286 | 0.000000e+00 |      --      |    Inf 
567.89/568.03	c   568s|241700 |   135 |  3968k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 130k|9288 | 0.000000e+00 |      --      |    Inf 
568.09/568.24	c   568s|241800 |   135 |  3970k|  16.4 |  12M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 131k|9288 | 0.000000e+00 |      --      |    Inf 
568.30/568.48	c   568s|241900 |   135 |  3971k|  16.4 |  12M|  60 |  38 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
568.60/568.72	c   569s|242000 |   133 |  3973k|  16.4 |  12M|  60 |  25 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
568.79/568.96	c   569s|242100 |   129 |  3975k|  16.4 |  12M|  60 |  44 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
568.99/569.17	c   569s|242200 |   127 |  3977k|  16.4 |  12M|  60 |  39 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
569.19/569.37	c   569s|242300 |   125 |  3978k|  16.4 |  12M|  60 |  15 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
569.40/569.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.40/569.58	c   570s|242400 |   122 |  3980k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
569.70/569.81	c   570s|242500 |   122 |  3981k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
569.89/570.04	c   570s|242600 |   122 |  3983k|  16.4 |  12M|  60 |  30 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
570.09/570.26	c   570s|242700 |   118 |  3985k|  16.4 |  12M|  60 |  39 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
570.29/570.48	c   570s|242800 |   116 |  3986k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
570.60/570.70	c   571s|242900 |   116 |  3988k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
570.80/570.92	c   571s|243000 |   113 |  3990k|  16.4 |  12M|  60 |  45 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.00/571.14	c   571s|243100 |   111 |  3991k|  16.4 |  12M|  60 |  45 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.20/571.36	c   571s|243200 |   107 |  3993k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.39/571.55	c   572s|243300 |   109 |  3994k|  16.4 |  11M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.60/571.74	c   572s|243400 |   110 |  3996k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.80/571.93	c   572s|243500 |   110 |  3997k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 131k|9289 | 0.000000e+00 |      --      |    Inf 
571.99/572.14	c   572s|243600 |   112 |  3999k|  16.4 |  11M|  60 |  28 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
572.20/572.36	c   572s|243700 |   112 |  4000k|  16.4 |  11M|  60 |  34 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
572.40/572.59	c   573s|243800 |   106 |  4002k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
572.69/572.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.69/572.80	c   573s|243900 |   106 |  4004k|  16.4 |  11M|  60 |  46 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
572.90/573.02	c   573s|244000 |   106 |  4005k|  16.4 |  11M|  60 |  48 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
573.09/573.26	c   573s|244100 |   106 |  4007k|  16.4 |  11M|  60 |  38 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
573.39/573.50	c   573s|244200 |   104 |  4009k|  16.4 |  11M|  60 |   - | 231 |  11k|   0 |   0 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
573.60/573.73	c   574s|244300 |   100 |  4011k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
573.80/573.97	c   574s|244400 |   102 |  4012k|  16.4 |  11M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
574.10/574.23	c   574s|244500 |   101 |  4015k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
574.30/574.46	c   574s|244600 |   101 |  4016k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
574.59/574.70	c   575s|244700 |   101 |  4018k|  16.4 |  11M|  60 |  42 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
574.79/574.93	c   575s|244800 |   101 |  4020k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
574.99/575.18	c   575s|244900 |   102 |  4022k|  16.4 |  11M|  60 |  31 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
575.30/575.41	c   575s|245000 |   100 |  4024k|  16.4 |  11M|  60 |  46 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
575.49/575.63	c   576s|245100 |    98 |  4025k|  16.4 |  11M|  60 |  34 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
575.69/575.87	c   576s|245200 |    98 |  4027k|  16.4 |  11M|  60 |  31 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
575.99/576.11	c   576s|245300 |    99 |  4029k|  16.4 |  11M|  60 |  26 | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
576.19/576.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.19/576.35	c   576s|245400 |   101 |  4031k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
576.50/576.60	c   577s|245500 |    99 |  4033k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 132k|9289 | 0.000000e+00 |      --      |    Inf 
576.69/576.81	c   577s|245600 |   100 |  4035k|  16.4 |  11M|  60 |  22 | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
576.89/577.03	c   577s|245700 |   102 |  4036k|  16.4 |  11M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
577.10/577.26	c   577s|245800 |   100 |  4038k|  16.4 |  11M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
577.30/577.50	c   577s|245900 |    98 |  4040k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
577.59/577.72	c   578s|246000 |   100 |  4042k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
577.80/577.94	c   578s|246100 |    98 |  4043k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
577.99/578.16	c   578s|246200 |   103 |  4045k|  16.4 |  12M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
578.19/578.39	c   578s|246300 |   103 |  4047k|  16.4 |  12M|  60 |  31 | 231 |  11k| 231 |2453 |  17 | 133k|9289 | 0.000000e+00 |      --      |    Inf 
578.50/578.65	c   579s|246400 |   101 |  4048k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9298 | 0.000000e+00 |      --      |    Inf 
578.69/578.86	c   579s|246500 |   101 |  4050k|  16.4 |  12M|  60 |  29 | 231 |  11k| 231 |2453 |  17 | 133k|9298 | 0.000000e+00 |      --      |    Inf 
578.99/579.16	c   579s|246600 |   103 |  4052k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9311 | 0.000000e+00 |      --      |    Inf 
579.30/579.41	c   579s|246700 |   107 |  4054k|  16.4 |  12M|  60 |  53 | 231 |  11k| 231 |2453 |  17 | 133k|9311 | 0.000000e+00 |      --      |    Inf 
579.50/579.66	c   580s|246800 |   103 |  4056k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9311 | 0.000000e+00 |      --      |    Inf 
579.79/579.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.79/579.91	c   580s|246900 |    99 |  4058k|  16.4 |  12M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 133k|9311 | 0.000000e+00 |      --      |    Inf 
580.09/580.20	c   580s|247000 |    94 |  4060k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9322 | 0.000000e+00 |      --      |    Inf 
580.29/580.41	c   580s|247100 |    98 |  4062k|  16.4 |  12M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 133k|9322 | 0.000000e+00 |      --      |    Inf 
580.50/580.69	c   581s|247200 |    94 |  4063k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9330 | 0.000000e+00 |      --      |    Inf 
580.80/580.92	c   581s|247300 |    94 |  4065k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9330 | 0.000000e+00 |      --      |    Inf 
581.10/581.21	c   581s|247400 |    90 |  4067k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9341 | 0.000000e+00 |      --      |    Inf 
581.29/581.43	c   581s|247500 |    89 |  4069k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 133k|9341 | 0.000000e+00 |      --      |    Inf 
581.49/581.68	c   582s|247600 |    91 |  4070k|  16.4 |  11M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 134k|9347 | 0.000000e+00 |      --      |    Inf 
581.70/581.90	c   582s|247700 |    89 |  4072k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9347 | 0.000000e+00 |      --      |    Inf 
581.99/582.16	c   582s|247800 |    89 |  4074k|  16.4 |  11M|  60 |  44 | 231 |  11k| 231 |2453 |  17 | 134k|9355 | 0.000000e+00 |      --      |    Inf 
582.19/582.36	c   582s|247900 |    91 |  4075k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9355 | 0.000000e+00 |      --      |    Inf 
582.39/582.58	c   583s|248000 |    92 |  4077k|  16.4 |  12M|  60 |  26 | 231 |  11k| 231 |2453 |  17 | 134k|9358 | 0.000000e+00 |      --      |    Inf 
582.70/582.82	c   583s|248100 |    90 |  4078k|  16.4 |  12M|  60 |  39 | 231 |  11k| 231 |2453 |  17 | 134k|9365 | 0.000000e+00 |      --      |    Inf 
582.90/583.05	c   583s|248200 |    90 |  4080k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9365 | 0.000000e+00 |      --      |    Inf 
583.09/583.28	c   583s|248300 |    89 |  4082k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9372 | 0.000000e+00 |      --      |    Inf 
583.39/583.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.39/583.52	c   584s|248400 |    93 |  4084k|  16.4 |  12M|  60 |  20 | 231 |  11k| 231 |2453 |  17 | 134k|9375 | 0.000000e+00 |      --      |    Inf 
583.59/583.77	c   584s|248500 |    93 |  4085k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9380 | 0.000000e+00 |      --      |    Inf 
583.90/584.01	c   584s|248600 |    92 |  4087k|  16.4 |  12M|  60 |  29 | 231 |  11k| 231 |2453 |  17 | 134k|9389 | 0.000000e+00 |      --      |    Inf 
584.09/584.26	c   584s|248700 |    92 |  4089k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9389 | 0.000000e+00 |      --      |    Inf 
584.40/584.50	c   585s|248800 |    90 |  4091k|  16.4 |  12M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 134k|9389 | 0.000000e+00 |      --      |    Inf 
584.69/584.81	c   585s|248900 |    91 |  4093k|  16.4 |  12M|  60 |  32 | 231 |  11k| 231 |2453 |  17 | 134k|9399 | 0.000000e+00 |      --      |    Inf 
584.89/585.06	c   585s|249000 |    91 |  4095k|  16.4 |  11M|  60 |  18 | 231 |  11k| 231 |2453 |  17 | 134k|9399 | 0.000000e+00 |      --      |    Inf 
585.10/585.28	c   585s|249100 |    87 |  4096k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9399 | 0.000000e+00 |      --      |    Inf 
585.39/585.53	c   586s|249200 |    85 |  4098k|  16.4 |  11M|  60 |   - | 231 |  11k|   0 |   0 |  17 | 134k|9404 | 0.000000e+00 |      --      |    Inf 
585.59/585.79	c   586s|249300 |    85 |  4100k|  16.4 |  11M|  60 |  31 | 231 |  11k| 231 |2453 |  17 | 134k|9412 | 0.000000e+00 |      --      |    Inf 
585.89/586.04	c   586s|249400 |    84 |  4101k|  16.4 |  11M|  60 |  34 | 231 |  11k| 231 |2453 |  17 | 134k|9416 | 0.000000e+00 |      --      |    Inf 
586.10/586.25	c   586s|249500 |    80 |  4103k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 134k|9416 | 0.000000e+00 |      --      |    Inf 
586.29/586.49	c   586s|249600 |    82 |  4105k|  16.4 |  11M|  60 |  38 | 231 |  11k| 231 |2453 |  17 | 135k|9422 | 0.000000e+00 |      --      |    Inf 
586.59/586.73	c   587s|249700 |    80 |  4106k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9428 | 0.000000e+00 |      --      |    Inf 
586.79/586.96	c   587s|249800 |    81 |  4108k|  16.4 |  11M|  60 |  36 | 231 |  10k| 231 |2453 |  17 | 135k|9428 | 0.000000e+00 |      --      |    Inf 
586.99/587.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.99/587.19	c   587s|249900 |    76 |  4109k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9431 | 0.000000e+00 |      --      |    Inf 
587.30/587.45	c   587s|250000 |    76 |  4111k|  16.4 |  11M|  60 |  26 | 231 |  10k| 231 |2453 |  17 | 135k|9435 | 0.000000e+00 |      --      |    Inf 
587.59/587.73	c   588s|250100 |    75 |  4113k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9439 | 0.000000e+00 |      --      |    Inf 
587.79/587.98	c   588s|250200 |    77 |  4115k|  16.4 |  11M|  60 |  39 | 231 |  10k| 231 |2453 |  17 | 135k|9445 | 0.000000e+00 |      --      |    Inf 
588.09/588.22	c   588s|250300 |    77 |  4117k|  16.4 |  11M|  60 |  32 | 231 |  10k| 231 |2453 |  17 | 135k|9448 | 0.000000e+00 |      --      |    Inf 
588.30/588.44	c   588s|250400 |    76 |  4119k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9450 | 0.000000e+00 |      --      |    Inf 
588.49/588.68	c   589s|250500 |    74 |  4120k|  16.4 |  11M|  60 |  39 | 231 |  10k| 231 |2453 |  17 | 135k|9455 | 0.000000e+00 |      --      |    Inf 
588.79/588.94	c   589s|250600 |    68 |  4122k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9459 | 0.000000e+00 |      --      |    Inf 
588.99/589.13	c   589s|250700 |    72 |  4123k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9461 | 0.000000e+00 |      --      |    Inf 
589.19/589.36	c   589s|250800 |    72 |  4125k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 135k|9461 | 0.000000e+00 |      --      |    Inf 
589.39/589.58	c   590s|250900 |    68 |  4127k|  16.4 |  11M|  60 |  31 | 231 |  10k| 231 |2453 |  17 | 135k|9461 | 0.000000e+00 |      --      |    Inf 
589.69/589.82	c   590s|251000 |    72 |  4128k|  16.4 |  11M|  60 |  31 | 231 |  10k| 231 |2453 |  17 | 135k|9463 | 0.000000e+00 |      --      |    Inf 
589.89/590.06	c   590s|251100 |    74 |  4130k|  16.5 |  11M|  60 |  38 | 231 |  10k| 231 |2453 |  17 | 135k|9463 | 0.000000e+00 |      --      |    Inf 
590.19/590.30	c   590s|251200 |    82 |  4132k|  16.5 |  11M|  60 |  29 | 231 |  10k| 231 |2453 |  17 | 135k|9463 | 0.000000e+00 |      --      |    Inf 
590.39/590.51	c   591s|251300 |    80 |  4134k|  16.5 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 136k|9463 | 0.000000e+00 |      --      |    Inf 
590.60/590.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.60/590.73	c   591s|251400 |    72 |  4135k|  16.5 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 136k|9463 | 0.000000e+00 |      --      |    Inf 
590.79/590.95	c   591s|251500 |    68 |  4137k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 136k|9463 | 0.000000e+00 |      --      |    Inf 
590.99/591.19	c   591s|251600 |    69 |  4139k|  16.5 |  11M|  60 |  43 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
591.19/591.38	c   591s|251700 |    73 |  4140k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
591.39/591.59	c   592s|251800 |    71 |  4141k|  16.4 |  11M|  60 |  46 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
591.60/591.79	c   592s|251900 |    71 |  4143k|  16.4 |  11M|  60 |  30 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
591.89/592.00	c   592s|252000 |    75 |  4144k|  16.4 |  11M|  60 |   - | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
592.09/592.20	c   592s|252100 |    75 |  4146k|  16.4 |  11M|  60 |  37 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
592.29/592.43	c   592s|252200 |    73 |  4148k|  16.4 |  11M|  60 |  45 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
592.49/592.65	c   593s|252300 |    75 |  4149k|  16.4 |  11M|  60 |  44 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
592.69/592.88	c   593s|252400 |    73 |  4151k|  16.4 |  11M|  60 |  42 | 231 |  10k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
592.99/593.11	c   593s|252500 |    71 |  4153k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
593.19/593.34	c   593s|252600 |    69 |  4154k|  16.4 |  11M|  60 |  29 | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
593.39/593.56	c   594s|252700 |    72 |  4156k|  16.4 |  11M|  60 |  37 | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
593.59/593.78	c   594s|252800 |    66 |  4158k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
593.90/594.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.90/594.03	c   594s|252900 |    68 |  4160k|  16.4 |  11M|  60 |  52 | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
594.09/594.28	c   594s|253000 |    66 |  4162k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
594.39/594.50	c   595s|253100 |    62 |  4163k|  16.5 |  11M|  60 |  48 | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
594.59/594.71	c   595s|253200 |    58 |  4165k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 136k|9464 | 0.000000e+00 |      --      |    Inf 
594.79/594.98	c   595s|253300 |    56 |  4167k|  16.5 |  11M|  60 |  43 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
594.99/595.19	c   595s|253400 |    54 |  4169k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
595.19/595.39	c   595s|253500 |    54 |  4170k|  16.5 |  11M|  60 |  40 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
595.49/595.61	c   596s|253600 |    56 |  4172k|  16.5 |  11M|  60 |  25 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
595.69/595.82	c   596s|253700 |    57 |  4173k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
595.89/596.06	c   596s|253800 |    55 |  4175k|  16.5 |  11M|  60 |  33 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
596.09/596.29	c   596s|253900 |    55 |  4177k|  16.5 |  11M|  60 |  31 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
596.29/596.49	c   596s|254000 |    53 |  4178k|  16.5 |  11M|  60 |  36 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
596.49/596.69	c   597s|254100 |    55 |  4180k|  16.5 |  11M|  60 |  35 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
596.79/596.92	c   597s|254200 |    57 |  4182k|  16.5 |  11M|  60 |  35 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
596.99/597.15	c   597s|254300 |    61 |  4183k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
597.19/597.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.19/597.35	c   597s|254400 |    61 |  4185k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
597.39/597.53	c   598s|254500 |    63 |  4186k|  16.5 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
597.49/597.69	c   598s|254600 |    63 |  4187k|  16.4 |  11M|  60 |  30 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
597.79/597.90	c   598s|254700 |    61 |  4189k|  16.4 |  11M|  60 |  43 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
597.99/598.10	c   598s|254800 |    57 |  4190k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
598.19/598.30	c   598s|254900 |    63 |  4192k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
598.39/598.50	c   598s|255000 |    63 |  4193k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
598.59/598.70	c   599s|255100 |    64 |  4195k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
598.69/598.88	c   599s|255200 |    66 |  4196k|  16.4 |  11M|  60 |  35 | 231 |  11k| 231 |2453 |  17 | 137k|9464 | 0.000000e+00 |      --      |    Inf 
598.89/599.07	c   599s|255300 |    66 |  4198k|  16.4 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
599.09/599.28	c   599s|255400 |    68 |  4199k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
599.29/599.48	c   599s|255500 |    72 |  4201k|  16.4 |  12M|  60 |  13 | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
599.49/599.68	c   600s|255600 |    69 |  4202k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
599.69/599.87	c   600s|255700 |    69 |  4203k|  16.4 |  12M|  60 |  39 | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
599.89/600.08	c   600s|255800 |    73 |  4205k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
600.09/600.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.09/600.27	c   600s|255900 |    71 |  4206k|  16.4 |  12M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
600.29/600.46	c   600s|256000 |    69 |  4208k|  16.4 |  12M|  60 |  28 | 231 |  11k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
600.50/600.67	c   601s|256100 |    69 |  4209k|  16.4 |  12M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 138k|9464 | 0.000000e+00 |      --      |    Inf 
600.79/600.92	c   601s|256200 |    65 |  4211k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9477 | 0.000000e+00 |      --      |    Inf 
600.99/601.15	c   601s|256300 |    63 |  4213k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9477 | 0.000000e+00 |      --      |    Inf 
601.19/601.36	c   601s|256400 |    63 |  4214k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9477 | 0.000000e+00 |      --      |    Inf 
601.39/601.57	c   602s|256500 |    63 |  4216k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9477 | 0.000000e+00 |      --      |    Inf 
601.69/601.83	c   602s|256600 |    59 |  4218k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9486 | 0.000000e+00 |      --      |    Inf 
601.89/602.05	c   602s|256700 |    61 |  4219k|  16.4 |  12M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 138k|9486 | 0.000000e+00 |      --      |    Inf 
602.19/602.31	c   602s|256800 |    61 |  4221k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9496 | 0.000000e+00 |      --      |    Inf 
602.39/602.52	c   603s|256900 |    61 |  4222k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9496 | 0.000000e+00 |      --      |    Inf 
602.59/602.76	c   603s|257000 |    66 |  4224k|  16.4 |  12M|  60 |  32 | 231 |  12k| 231 |2453 |  17 | 138k|9505 | 0.000000e+00 |      --      |    Inf 
602.79/602.97	c   603s|257100 |    69 |  4225k|  16.4 |  12M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 138k|9505 | 0.000000e+00 |      --      |    Inf 
602.99/603.18	c   603s|257200 |    70 |  4227k|  16.4 |  12M|  60 |  22 | 231 |  12k| 231 |2453 |  17 | 138k|9505 | 0.000000e+00 |      --      |    Inf 
603.19/603.37	c   603s|257300 |    69 |  4228k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9507 | 0.000000e+00 |      --      |    Inf 
603.48/603.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.48/603.61	c   604s|257400 |    63 |  4230k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9513 | 0.000000e+00 |      --      |    Inf 
603.69/603.85	c   604s|257500 |    67 |  4232k|  16.4 |  12M|  60 |  23 | 231 |  12k| 231 |2453 |  17 | 139k|9517 | 0.000000e+00 |      --      |    Inf 
603.89/604.07	c   604s|257600 |    69 |  4233k|  16.4 |  12M|  60 |  24 | 231 |  12k| 231 |2453 |  17 | 139k|9522 | 0.000000e+00 |      --      |    Inf 
604.19/604.32	c   604s|257700 |    65 |  4235k|  16.4 |  12M|  60 |  21 | 231 |  12k| 231 |2453 |  17 | 139k|9530 | 0.000000e+00 |      --      |    Inf 
604.39/604.52	c   605s|257800 |    63 |  4236k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9530 | 0.000000e+00 |      --      |    Inf 
604.59/604.72	c   605s|257900 |    67 |  4238k|  16.4 |  12M|  60 |  24 | 231 |  12k| 231 |2453 |  17 | 139k|9532 | 0.000000e+00 |      --      |    Inf 
604.80/604.93	c   605s|258000 |    63 |  4239k|  16.4 |  12M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 139k|9539 | 0.000000e+00 |      --      |    Inf 
604.99/605.18	c   605s|258100 |    61 |  4241k|  16.4 |  12M|  60 |  39 | 231 |  12k| 231 |2453 |  17 | 139k|9544 | 0.000000e+00 |      --      |    Inf 
605.29/605.41	c   605s|258200 |    60 |  4242k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9546 | 0.000000e+00 |      --      |    Inf 
605.49/605.65	c   606s|258300 |    58 |  4244k|  16.4 |  12M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 139k|9551 | 0.000000e+00 |      --      |    Inf 
605.69/605.87	c   606s|258400 |    59 |  4245k|  16.4 |  12M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 139k|9555 | 0.000000e+00 |      --      |    Inf 
605.89/606.05	c   606s|258500 |    58 |  4247k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9558 | 0.000000e+00 |      --      |    Inf 
606.09/606.26	c   606s|258600 |    58 |  4248k|  16.4 |  12M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 139k|9559 | 0.000000e+00 |      --      |    Inf 
606.39/606.51	c   607s|258700 |    56 |  4250k|  16.4 |  12M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 139k|9566 | 0.000000e+00 |      --      |    Inf 
606.58/606.74	c   607s|258800 |    56 |  4251k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9570 | 0.000000e+00 |      --      |    Inf 
606.79/606.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.79/606.97	c   607s|258900 |    56 |  4253k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9574 | 0.000000e+00 |      --      |    Inf 
606.99/607.19	c   607s|259000 |    56 |  4255k|  16.4 |  12M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 139k|9574 | 0.000000e+00 |      --      |    Inf 
607.29/607.46	c   607s|259100 |    54 |  4257k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9579 | 0.000000e+00 |      --      |    Inf 
607.59/607.74	c   608s|259200 |    62 |  4259k|  16.4 |  12M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 139k|9585 | 0.000000e+00 |      --      |    Inf 
607.89/608.01	c   608s|259300 |    62 |  4261k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9591 | 0.000000e+00 |      --      |    Inf 
608.09/608.24	c   608s|259400 |    62 |  4262k|  16.4 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9594 | 0.000000e+00 |      --      |    Inf 
608.29/608.47	c   608s|259500 |    64 |  4264k|  16.4 |  12M|  60 |  27 | 231 |  12k| 231 |2453 |  17 | 140k|9599 | 0.000000e+00 |      --      |    Inf 
608.58/608.71	c   609s|259600 |    66 |  4266k|  16.4 |  12M|  60 |  12 | 231 |  12k| 231 |2453 |  17 | 140k|9603 | 0.000000e+00 |      --      |    Inf 
608.79/608.94	c   609s|259700 |    64 |  4267k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9609 | 0.000000e+00 |      --      |    Inf 
608.99/609.17	c   609s|259800 |    67 |  4269k|  16.4 |  12M|  60 |  33 | 231 |  13k| 231 |2453 |  17 | 140k|9613 | 0.000000e+00 |      --      |    Inf 
609.29/609.41	c   609s|259900 |    71 |  4271k|  16.4 |  12M|  60 |  27 | 231 |  13k| 231 |2453 |  17 | 140k|9618 | 0.000000e+00 |      --      |    Inf 
609.48/609.65	c   610s|260000 |    69 |  4272k|  16.4 |  12M|  60 |  30 | 231 |  13k| 231 |2453 |  17 | 140k|9623 | 0.000000e+00 |      --      |    Inf 
609.69/609.88	c   610s|260100 |    65 |  4274k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9625 | 0.000000e+00 |      --      |    Inf 
609.99/610.11	c   610s|260200 |    63 |  4276k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9626 | 0.000000e+00 |      --      |    Inf 
610.19/610.34	c   610s|260300 |    65 |  4277k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9630 | 0.000000e+00 |      --      |    Inf 
610.40/610.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.40/610.58	c   611s|260400 |    63 |  4279k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9632 | 0.000000e+00 |      --      |    Inf 
610.69/610.84	c   611s|260500 |    67 |  4281k|  16.4 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 140k|9637 | 0.000000e+00 |      --      |    Inf 
610.89/611.09	c   611s|260600 |    65 |  4283k|  16.4 |  12M|  60 |  36 | 231 |  13k| 231 |2453 |  17 | 140k|9642 | 0.000000e+00 |      --      |    Inf 
611.19/611.31	c   611s|260700 |    65 |  4284k|  16.4 |  12M|  60 |  26 | 231 |  13k| 231 |2453 |  17 | 140k|9644 | 0.000000e+00 |      --      |    Inf 
611.39/611.54	c   612s|260800 |    68 |  4286k|  16.4 |  12M|  60 |  35 | 231 |  13k| 231 |2453 |  17 | 140k|9647 | 0.000000e+00 |      --      |    Inf 
611.59/611.76	c   612s|260900 |    66 |  4288k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9652 | 0.000000e+00 |      --      |    Inf 
611.89/612.00	c   612s|261000 |    66 |  4289k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 140k|9653 | 0.000000e+00 |      --      |    Inf 
612.09/612.22	c   612s|261100 |    70 |  4291k|  16.4 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 140k|9653 | 0.000000e+00 |      --      |    Inf 
612.29/612.42	c   612s|261200 |    70 |  4293k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9654 | 0.000000e+00 |      --      |    Inf 
612.50/612.62	c   613s|261300 |    65 |  4294k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9655 | 0.000000e+00 |      --      |    Inf 
612.69/612.86	c   613s|261400 |    70 |  4296k|  16.4 |  12M|  60 |  29 | 231 |  13k| 231 |2453 |  17 | 141k|9655 | 0.000000e+00 |      --      |    Inf 
612.88/613.09	c   613s|261500 |    72 |  4298k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9657 | 0.000000e+00 |      --      |    Inf 
613.19/613.30	c   613s|261600 |    73 |  4299k|  16.4 |  12M|  60 |  26 | 231 |  13k| 231 |2453 |  17 | 141k|9657 | 0.000000e+00 |      --      |    Inf 
613.38/613.52	c   614s|261700 |    73 |  4301k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
613.60/613.75	c   614s|261800 |    72 |  4303k|  16.4 |  12M|  60 |  26 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
613.79/613.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
613.79/613.98	c   614s|261900 |    68 |  4305k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
614.09/614.20	c   614s|262000 |    70 |  4306k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
614.29/614.43	c   614s|262100 |    72 |  4308k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
614.48/614.66	c   615s|262200 |    74 |  4310k|  16.4 |  12M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
614.70/614.89	c   615s|262300 |    74 |  4312k|  16.4 |  12M|  60 |  20 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
614.99/615.13	c   615s|262400 |    76 |  4314k|  16.4 |  12M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
615.19/615.37	c   615s|262500 |    74 |  4316k|  16.4 |  12M|  60 |  36 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
615.49/615.60	c   616s|262600 |    72 |  4317k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
615.68/615.83	c   616s|262700 |    74 |  4319k|  16.4 |  12M|  60 |  31 | 231 |  13k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
615.89/616.05	c   616s|262800 |    73 |  4321k|  16.4 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
616.19/616.30	c   616s|262900 |    73 |  4323k|  16.4 |  12M|  60 |  45 | 231 |  14k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
616.39/616.55	c   617s|263000 |    73 |  4325k|  16.4 |  12M|  60 |  42 | 231 |  14k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
616.69/616.81	c   617s|263100 |    69 |  4327k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
616.89/617.06	c   617s|263200 |    71 |  4329k|  16.4 |  12M|  60 |  23 | 231 |  14k| 231 |2453 |  17 | 141k|9658 | 0.000000e+00 |      --      |    Inf 
617.08/617.27	c   617s|263300 |    69 |  4330k|  16.4 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
617.39/617.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.39/617.50	c   617s|263400 |    71 |  4332k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
617.59/617.75	c   618s|263500 |    70 |  4334k|  16.4 |  12M|  60 |  16 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
617.79/617.98	c   618s|263600 |    66 |  4336k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
617.99/618.20	c   618s|263700 |    68 |  4337k|  16.4 |  12M|  60 |  25 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
618.29/618.44	c   618s|263800 |    65 |  4339k|  16.5 |  12M|  60 |  31 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
618.48/618.67	c   619s|263900 |    61 |  4341k|  16.5 |  12M|  60 |  46 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
618.69/618.88	c   619s|264000 |    63 |  4343k|  16.5 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
618.99/619.12	c   619s|264100 |    65 |  4344k|  16.5 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
619.19/619.34	c   619s|264200 |    61 |  4346k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
619.39/619.56	c   620s|264300 |    59 |  4348k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
619.58/619.79	c   620s|264400 |    57 |  4349k|  16.5 |  12M|  60 |  52 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
619.89/620.01	c   620s|264500 |    58 |  4351k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
620.09/620.23	c   620s|264600 |    56 |  4353k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
620.29/620.48	c   620s|264700 |    55 |  4355k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
620.48/620.67	c   621s|264800 |    55 |  4356k|  16.5 |  12M|  60 |  44 | 231 |  14k| 231 |2453 |  17 | 142k|9658 | 0.000000e+00 |      --      |    Inf 
620.79/620.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.79/620.90	c   621s|264900 |    51 |  4358k|  16.5 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9660 | 0.000000e+00 |      --      |    Inf 
620.98/621.14	c   621s|265000 |    53 |  4359k|  16.5 |  12M|  60 |  15 | 231 |  14k| 231 |2453 |  17 | 142k|9660 | 0.000000e+00 |      --      |    Inf 
621.18/621.37	c   621s|265100 |    51 |  4361k|  16.5 |  12M|  60 |  40 | 231 |  13k| 231 |2453 |  17 | 142k|9661 | 0.000000e+00 |      --      |    Inf 
621.49/621.60	c   622s|265200 |    50 |  4363k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
621.69/621.81	c   622s|265300 |    52 |  4364k|  16.5 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
621.88/622.05	c   622s|265400 |    50 |  4366k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
622.19/622.31	c   622s|265500 |    50 |  4368k|  16.5 |  12M|  60 |  37 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
622.39/622.53	c   623s|265600 |    52 |  4370k|  16.5 |  12M|  60 |  39 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
622.58/622.77	c   623s|265700 |    50 |  4372k|  16.5 |  12M|  60 |  38 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
622.89/623.02	c   623s|265800 |    50 |  4373k|  16.5 |  12M|  60 |  32 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
623.09/623.25	c   623s|265900 |    48 |  4375k|  16.5 |  12M|  60 |  41 | 231 |  13k| 231 |2453 |  17 | 143k|9661 | 0.000000e+00 |      --      |    Inf 
623.38/623.52	c   624s|266000 |    48 |  4377k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9671 | 0.000000e+00 |      --      |    Inf 
623.59/623.76	c   624s|266100 |    46 |  4379k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9671 | 0.000000e+00 |      --      |    Inf 
623.89/624.05	c   624s|266200 |    46 |  4381k|  16.5 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 143k|9680 | 0.000000e+00 |      --      |    Inf 
624.09/624.27	c   624s|266300 |    42 |  4382k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9680 | 0.000000e+00 |      --      |    Inf 
624.29/624.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.29/624.49	c   624s|266400 |    42 |  4384k|  16.5 |  12M|  60 |  44 | 231 |  13k| 231 |2453 |  17 | 143k|9680 | 0.000000e+00 |      --      |    Inf 
624.59/624.74	c   625s|266500 |    42 |  4386k|  16.5 |  12M|  60 |  26 | 231 |  13k| 231 |2453 |  17 | 143k|9686 | 0.000000e+00 |      --      |    Inf 
624.89/625.00	c   625s|266600 |    40 |  4387k|  16.5 |  12M|  60 |  43 | 231 |  13k| 231 |2453 |  17 | 143k|9686 | 0.000000e+00 |      --      |    Inf 
625.09/625.26	c   625s|266700 |    40 |  4389k|  16.5 |  12M|  60 |  30 | 231 |  13k| 231 |2453 |  17 | 143k|9695 | 0.000000e+00 |      --      |    Inf 
625.29/625.47	c   625s|266800 |    40 |  4391k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9695 | 0.000000e+00 |      --      |    Inf 
625.58/625.71	c   626s|266900 |    40 |  4392k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 143k|9702 | 0.000000e+00 |      --      |    Inf 
625.79/625.93	c   626s|267000 |    42 |  4394k|  16.5 |  12M|  60 |  24 | 231 |  13k| 231 |2453 |  17 | 143k|9702 | 0.000000e+00 |      --      |    Inf 
626.08/626.21	c   626s|267100 |    36 |  4395k|  16.5 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 144k|9714 | 0.000000e+00 |      --      |    Inf 
626.28/626.43	c   626s|267200 |    36 |  4397k|  16.5 |  12M|  60 |  47 | 231 |  12k| 231 |2453 |  17 | 144k|9714 | 0.000000e+00 |      --      |    Inf 
626.48/626.66	c   627s|267300 |    34 |  4399k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9714 | 0.000000e+00 |      --      |    Inf 
626.69/626.89	c   627s|267400 |    32 |  4400k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9714 | 0.000000e+00 |      --      |    Inf 
626.99/627.15	c   627s|267500 |    32 |  4402k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9720 | 0.000000e+00 |      --      |    Inf 
627.28/627.44	c   627s|267600 |    30 |  4404k|  16.5 |  12M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 144k|9730 | 0.000000e+00 |      --      |    Inf 
627.49/627.65	c   628s|267700 |    30 |  4406k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9730 | 0.000000e+00 |      --      |    Inf 
627.68/627.85	c   628s|267800 |    32 |  4407k|  16.5 |  12M|  60 |  26 | 231 |  12k| 231 |2453 |  17 | 144k|9730 | 0.000000e+00 |      --      |    Inf 
627.89/628.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.89/628.05	c   628s|267900 |    34 |  4409k|  16.5 |  12M|  60 |  25 | 231 |  12k| 231 |2453 |  17 | 144k|9730 | 0.000000e+00 |      --      |    Inf 
628.09/628.27	c   628s|268000 |    29 |  4410k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9736 | 0.000000e+00 |      --      |    Inf 
628.38/628.50	c   628s|268100 |    29 |  4412k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9738 | 0.000000e+00 |      --      |    Inf 
628.59/628.75	c   629s|268200 |    29 |  4413k|  16.5 |  12M|  60 |  39 | 231 |  12k| 231 |2453 |  17 | 144k|9742 | 0.000000e+00 |      --      |    Inf 
628.79/628.97	c   629s|268300 |    29 |  4415k|  16.5 |  12M|  60 |  39 | 231 |  12k| 231 |2453 |  17 | 144k|9748 | 0.000000e+00 |      --      |    Inf 
628.99/629.20	c   629s|268400 |    29 |  4416k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9748 | 0.000000e+00 |      --      |    Inf 
629.28/629.43	c   629s|268500 |    29 |  4418k|  16.5 |  12M|  60 |  18 | 231 |  12k| 231 |2453 |  17 | 144k|9756 | 0.000000e+00 |      --      |    Inf 
629.49/629.64	c   630s|268600 |    27 |  4420k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9756 | 0.000000e+00 |      --      |    Inf 
629.79/629.90	c   630s|268700 |    26 |  4421k|  16.5 |  12M|  60 |  32 | 231 |  12k| 231 |2453 |  17 | 144k|9764 | 0.000000e+00 |      --      |    Inf 
629.98/630.15	c   630s|268800 |    24 |  4423k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 144k|9764 | 0.000000e+00 |      --      |    Inf 
630.29/630.40	c   630s|268900 |    26 |  4425k|  16.5 |  12M|  60 |  17 | 231 |  12k| 231 |2453 |  17 | 145k|9769 | 0.000000e+00 |      --      |    Inf 
630.48/630.64	c   631s|269000 |    24 |  4427k|  16.5 |  12M|  60 |  49 | 231 |  12k| 231 |2453 |  17 | 145k|9773 | 0.000000e+00 |      --      |    Inf 
630.69/630.87	c   631s|269100 |    24 |  4428k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9775 | 0.000000e+00 |      --      |    Inf 
630.98/631.12	c   631s|269200 |    26 |  4430k|  16.5 |  12M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 145k|9782 | 0.000000e+00 |      --      |    Inf 
631.19/631.32	c   631s|269300 |    23 |  4431k|  16.5 |  12M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 145k|9782 | 0.000000e+00 |      --      |    Inf 
631.49/631.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.49/631.60	c   632s|269400 |    21 |  4433k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9788 | 0.000000e+00 |      --      |    Inf 
631.68/631.84	c   632s|269500 |    19 |  4435k|  16.5 |  12M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 145k|9792 | 0.000000e+00 |      --      |    Inf 
631.89/632.09	c   632s|269600 |    17 |  4437k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9795 | 0.000000e+00 |      --      |    Inf 
632.18/632.34	c   632s|269700 |    17 |  4438k|  16.5 |  12M|  60 |  34 | 231 |  12k| 231 |2453 |  17 | 145k|9800 | 0.000000e+00 |      --      |    Inf 
632.39/632.58	c   633s|269800 |    14 |  4440k|  16.5 |  12M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 145k|9800 | 0.000000e+00 |      --      |    Inf 
632.68/632.83	c   633s|269900 |    10 |  4442k|  16.5 |  12M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9806 | 0.000000e+00 |      --      |    Inf 
632.89/633.08	c   633s|270000 |     8 |  4444k|  16.5 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9809 | 0.000000e+00 |      --      |    Inf 
633.18/633.37	c   633s|270100 |     6 |  4446k|  16.5 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9814 | 0.000000e+00 |      --      |    Inf 
633.49/633.63	c   634s|270200 |     6 |  4448k|  16.5 |  11M|  60 |  42 | 231 |  12k| 231 |2453 |  17 | 145k|9817 | 0.000000e+00 |      --      |    Inf 
633.69/633.88	c   634s|270300 |     6 |  4450k|  16.5 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9820 | 0.000000e+00 |      --      |    Inf 
633.98/634.12	c   634s|270400 |     5 |  4451k|  16.5 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 145k|9823 | 0.000000e+00 |      --      |    Inf 
634.18/634.37	c   634s|270500 |     4 |  4453k|  16.5 |  11M|  60 |  27 | 231 |  12k| 231 |2453 |  17 | 145k|9828 | 0.000000e+00 |      --      |    Inf 
634.48/634.62	c   635s|270600 |     4 |  4455k|  16.5 |  11M|  60 |  30 | 231 |  12k| 231 |2453 |  17 | 146k|9833 | 0.000000e+00 |      --      |    Inf 
634.59/634.77	c 
634.59/634.77	c SCIP Status        : problem is solved [infeasible]
634.59/634.77	c Solving Time (sec) : 634.77
634.59/634.77	c Solving Nodes      : 270654
634.59/634.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
634.59/634.77	c Dual Bound         : +1.00000000000000e+20
634.59/634.77	c Gap                : 0.00 %
634.59/634.77	s UNSATISFIABLE
634.59/634.77	c SCIP Status        : problem is solved [infeasible]
634.59/634.77	c Total Time         :     634.77
634.59/634.77	c   solving          :     634.77
634.59/634.77	c   presolving       :       0.04 (included in solving)
634.59/634.77	c   reading          :       0.01 (included in solving)
634.59/634.77	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
634.59/634.77	c Original Problem   :
634.59/634.77	c   Problem name     : HOME/instance-3691589-1338021491.opb
634.59/634.77	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
634.59/634.77	c   Constraints      : 2707 initial, 2707 maximal
634.59/634.77	c   Objective sense  : minimize
634.59/634.77	c Presolved Problem  :
634.59/634.77	c   Problem name     : t_HOME/instance-3691589-1338021491.opb
634.59/634.77	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
634.59/634.77	c   Constraints      : 2443 initial, 16759 maximal
634.59/634.77	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
634.59/634.77	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
634.59/634.77	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
634.59/634.77	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
634.59/634.77	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
634.59/634.77	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
634.59/634.77	c   integral         :          0          0          0          0     138424          0          1          0        413       3707          0          0     271894
634.59/634.77	c   knapsack         :          1          1          5    1006169          0          0          0      41481       1574     303638          0          0          0
634.59/634.77	c   setppc           :         22         22          5    1005149          0          0          0    3052414       3898    1321123          0          0          0
634.59/634.77	c   linear           :          0+       267          5     198941          0          0          0        444          0       5472          0          0          0
634.59/634.77	c   logicor          :       2420+     16750          5     496161          0          0          0     859242       1366    1779691          0          0          0
634.59/634.77	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
634.59/634.77	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
634.59/634.77	c   integral         :      39.86       0.00       0.00       0.00      39.86       0.00       0.00       0.00
634.59/634.77	c   knapsack         :       0.94       0.00       0.00       0.89       0.00       0.00       0.00       0.05
634.59/634.77	c   setppc           :       3.84       0.00       0.00       2.94       0.00       0.00       0.00       0.90
634.59/634.77	c   linear           :       0.24       0.00       0.00       0.24       0.00       0.00       0.00       0.00
634.59/634.77	c   logicor          :      19.77       0.00       0.00      18.98       0.00       0.00       0.00       0.79
634.59/634.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
634.59/634.77	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
634.59/634.77	c   rootredcost      :          0          0          0          0
634.59/634.77	c   pseudoobj        :          0          0          0          0
634.59/634.77	c   vbounds          :          0          0          0          0
634.59/634.77	c   redcost          :     138429          0          0          0
634.59/634.77	c   probing          :          0          0          0          0
634.59/634.77	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
634.59/634.77	c   rootredcost      :       0.26       0.00       0.00       0.26       0.00
634.59/634.77	c   pseudoobj        :       0.26       0.00       0.00       0.26       0.00
634.59/634.77	c   vbounds          :       0.22       0.00       0.00       0.22       0.00
634.59/634.77	c   redcost          :       0.60       0.00       0.00       0.60       0.00
634.59/634.77	c   probing          :       0.00       0.00       0.00       0.00       0.00
634.59/634.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
634.59/634.77	c   propagation      :       0.30       6838       6814      40383       25.2         82       22.1          -
634.59/634.77	c   infeasible LP    :      11.45     128683     122105     792087       37.0        364       21.8          0
634.59/634.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
634.59/634.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
634.59/634.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
634.59/634.77	c   applied globally :          -          -          -     126447       20.6          -          -          -
634.59/634.77	c   applied locally  :          -          -          -      19601       35.2          -          -          -
634.59/634.77	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
634.59/634.77	c   cut pool         :       0.00                     4          -          -        303          -    (maximal pool size: 516)
634.59/634.77	c   closecuts        :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
634.59/634.77	c   intobj           :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   gomory           :       0.10       0.00          5          0          0        200          0
634.59/634.77	c   cgmip            :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   strongcg         :       0.19       0.00          5          0          0       2500          0
634.59/634.77	c   cmir             :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   flowcover        :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   clique           :       0.00       0.00          5          0          0          0          0
634.59/634.77	c   zerohalf         :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   mcf              :       0.00       0.00          1          0          0          0          0
634.59/634.77	c   oddcycle         :       0.00       0.00          0          0          0          0          0
634.59/634.77	c   rapidlearning    :       0.10       0.00          1          0          0          0        267
634.59/634.77	c Pricers            :   ExecTime  SetupTime      Calls       Vars
634.59/634.77	c   problem variables:       0.00          -          0          0
634.59/634.77	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
634.59/634.77	c   relpscost        :      39.75       0.00     138424        413       3707          0          0     271894
634.59/634.77	c   pscost           :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   inference        :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c   random           :       0.00       0.00          0          0          0          0          0          0
634.59/634.77	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
634.59/634.77	c   LP solutions     :       0.00          -          -          0
634.59/634.77	c   pseudo solutions :       0.00          -          -          0
634.59/634.77	c   smallcard        :       0.00       0.00          0          0
634.59/634.77	c   trivial          :       0.00       0.00          1          0
634.59/634.77	c   shiftandpropagate:       0.00       0.00          0          0
634.59/634.77	c   simplerounding   :       0.00       0.00          0          0
634.59/634.77	c   zirounding       :       0.00       0.00          0          0
634.59/634.77	c   rounding         :       0.00       0.00          0          0
634.59/634.77	c   shifting         :       0.00       0.00          0          0
634.59/634.77	c   intshifting      :       0.00       0.00          0          0
634.59/634.77	c   oneopt           :       0.00       0.00          0          0
634.59/634.77	c   twoopt           :       0.00       0.00          0          0
634.59/634.77	c   indtwoopt        :       0.00       0.00          0          0
634.59/634.77	c   indoneopt        :       0.00       0.00          0          0
634.59/634.77	c   fixandinfer      :       0.00       0.00          0          0
634.59/634.77	c   feaspump         :       0.00       0.00          0          0
634.59/634.77	c   clique           :       0.00       0.00          0          0
634.59/634.77	c   indrounding      :       0.00       0.00          0          0
634.59/634.77	c   indcoefdiving    :       0.00       0.00          0          0
634.59/634.77	c   coefdiving       :       0.00       0.00          0          0
634.59/634.77	c   pscostdiving     :       0.00       0.00          0          0
634.59/634.77	c   nlpdiving        :       0.00       0.00          0          0
634.59/634.77	c   fracdiving       :       0.00       0.00          0          0
634.59/634.77	c   veclendiving     :       0.00       0.00          0          0
634.59/634.77	c   intdiving        :       0.00       0.00          0          0
634.59/634.77	c   actconsdiving    :       0.00       0.00          0          0
634.59/634.77	c   objpscostdiving  :       0.00       0.00          0          0
634.59/634.77	c   rootsoldiving    :       0.00       0.00          0          0
634.59/634.77	c   linesearchdiving :       0.00       0.00          0          0
634.59/634.77	c   guideddiving     :       0.00       0.00          0          0
634.59/634.77	c   octane           :       0.00       0.00          0          0
634.59/634.77	c   rens             :       0.00       0.00          0          0
634.59/634.77	c   rins             :       0.00       0.00          0          0
634.59/634.77	c   localbranching   :       0.00       0.00          0          0
634.59/634.77	c   mutation         :       0.00       0.00          0          0
634.59/634.77	c   crossover        :       0.00       0.00          0          0
634.59/634.77	c   dins             :       0.00       0.00          0          0
634.59/634.77	c   vbounds          :       0.00       0.00          0          0
634.59/634.77	c   undercover       :       0.00       0.00          0          0
634.59/634.77	c   subnlp           :       0.00       0.00          0          0
634.59/634.77	c   trysol           :       0.00       0.00          0          0
634.59/634.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
634.59/634.77	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
634.59/634.77	c   dual LP          :     492.37     267112    4456353      16.73    9050.74       0.30        786
634.59/634.77	c   lex dual LP      :       0.00          0          0       0.00          -
634.59/634.77	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
634.59/634.77	c   diving/probing LP:       0.00          0          0       0.00          -
634.59/634.77	c   strong branching :      37.86       9835     318306      32.36    8406.85
634.59/634.77	c     (at root node) :          -         14       2726     194.71          -
634.59/634.77	c   conflict analysis:       0.00          0          0       0.00          -
634.59/634.77	c B&B Tree           :
634.59/634.77	c   number of runs   :          1
634.59/634.77	c   nodes            :     270654
634.59/634.77	c   nodes (total)    :     270654
634.59/634.77	c   nodes left       :          0
634.59/634.77	c   max depth        :         60
634.59/634.77	c   max depth (total):         60
634.59/634.77	c   backtracks       :      33943 (12.5%)
634.59/634.77	c   delayed cutoffs  :       1241
634.59/634.77	c   repropagations   :     405229 (487698 domain reductions, 1238 cutoffs)
634.59/634.77	c   avg switch length:       4.82
634.59/634.77	c   switching time   :      23.07
634.59/634.77	c Solution           :
634.59/634.77	c   Solutions found  :          0 (0 improvements)
634.59/634.77	c   Primal Bound     : infeasible
634.59/634.77	c   Dual Bound       :          -
634.59/634.77	c   Gap              :       0.00 %
634.59/634.77	c   Root Dual Bound  : +0.00000000000000e+00
634.59/634.77	c   Root Iterations  :        146
634.59/634.79	c Time complete: 634.68.

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-3691589-1338021491/watcher-3691589-1338021491 -o /tmp/evaluation-result-3691589-1338021491/solver-3691589-1338021491 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691589-1338021491.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/174 2769
/proc/meminfo: memFree=29506380/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=12024 CPUtime=0 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 1850 0 0 0 0 0 0 0 20 0 1 0 268274542 12312576 1804 33554432000 4194304 10219143 140734627021296 140734071634072 8891101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 3006 1815 399 1471 0 1526 0

[startup+0.019255 s]
/proc/loadavg: 2.04 2.02 2.00 3/174 2769
/proc/meminfo: memFree=29506380/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=21104 CPUtime=0.01 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 3835 0 0 0 1 0 0 0 20 0 1 0 268274542 21610496 3789 33554432000 4194304 10219143 140734627021296 140734071634072 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 5276 3789 549 1471 0 3796 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21104

[startup+0.100234 s]
/proc/loadavg: 2.04 2.02 2.00 3/174 2769
/proc/meminfo: memFree=29506380/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=33828 CPUtime=0.08 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 7622 0 0 0 8 0 0 0 20 0 1 0 268274542 34639872 7274 33554432000 4194304 10219143 140734627021296 140734071634072 8844210 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 8457 7277 773 1471 0 6977 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33828

[startup+0.300234 s]
/proc/loadavg: 2.04 2.02 2.00 3/174 2769
/proc/meminfo: memFree=29506380/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48372 CPUtime=0.29 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11683 0 0 0 27 2 0 0 20 0 1 0 268274542 49532928 10627 33554432000 4194304 10219143 140734627021296 140734627016184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12093 10627 814 1471 0 10613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48372

[startup+0.700231 s]
/proc/loadavg: 2.04 2.02 2.00 3/174 2769
/proc/meminfo: memFree=29506380/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=0.69 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11801 0 0 0 66 3 0 0 20 0 1 0 268274542 49704960 10745 33554432000 4194304 10219143 140734627021296 140734627016184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10745 817 1471 0 10655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48540

[startup+1.50023 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2770
/proc/meminfo: memFree=29467180/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=1.49 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11803 0 0 0 145 4 0 0 20 0 1 0 268274542 49704960 10747 33554432000 4194304 10219143 140734627021296 140734627014424 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10747 819 1471 0 10655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48540

[startup+3.10023 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2770
/proc/meminfo: memFree=29465940/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=3.08 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11807 0 0 0 303 5 0 0 20 0 1 0 268274542 49704960 10751 33554432000 4194304 10219143 140734627021296 140734627014744 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10751 823 1471 0 10655 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48540

[startup+6.30022 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2770
/proc/meminfo: memFree=29466064/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=6.29 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11807 0 0 0 621 8 0 0 20 0 1 0 268274542 49704960 10751 33554432000 4194304 10219143 140734627021296 140734627015128 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10751 823 1471 0 10655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48540

[startup+12.7002 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 2770
/proc/meminfo: memFree=29465948/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=12.69 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11808 0 0 0 1254 15 0 0 20 0 1 0 268274542 49704960 10752 33554432000 4194304 10219143 140734627021296 140734627014552 8091508 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10752 824 1471 0 10655 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48540

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2770
/proc/meminfo: memFree=29465384/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=25.49 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 11814 0 0 0 2514 35 0 0 20 0 1 0 268274542 49704960 10903 33554432000 4194304 10219143 140734627021296 140734627014936 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 10903 824 1471 0 10655 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48540

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/174 2770
/proc/meminfo: memFree=29464320/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=51.08 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12072 0 0 0 5033 75 0 0 20 0 1 0 268274542 49704960 11158 33554432000 4194304 10219143 140734627021296 140734627017768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 11158 824 1471 0 10655 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48540

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2771
/proc/meminfo: memFree=29463940/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=102.27 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12072 0 0 0 10070 157 0 0 20 0 1 0 268274542 49704960 11158 33554432000 4194304 10219143 140734627021296 140734627016664 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 11158 824 1471 0 10655 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48540

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 2812
/proc/meminfo: memFree=29464124/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=48540 CPUtime=162.26 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12072 0 0 0 15973 253 0 0 20 0 1 0 268274542 49704960 11158 33554432000 4194304 10219143 140734627021296 140734627014936 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12135 11158 824 1471 0 10655 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 48540

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2850
/proc/meminfo: memFree=29461876/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=49272 CPUtime=222.25 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12268 0 0 0 21881 344 0 0 20 0 1 0 268274542 50454528 11352 33554432000 4194304 10219143 140734627021296 140734627016664 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12318 11352 824 1471 0 10838 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 49272

[startup+282.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/175 2850
/proc/meminfo: memFree=29461256/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=49772 CPUtime=282.24 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12367 0 0 0 27787 437 0 0 20 0 1 0 268274542 50966528 11451 33554432000 4194304 10219143 140734627021296 140734627013912 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12443 11451 824 1471 0 10963 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 49772

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 2888
/proc/meminfo: memFree=29462116/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=49772 CPUtime=342.23 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12391 0 0 0 33703 520 0 0 20 0 1 0 268274542 50966528 11475 33554432000 4194304 10219143 140734627021296 140734627014520 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12443 11475 824 1471 0 10963 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 49772

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2927
/proc/meminfo: memFree=29461244/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=50220 CPUtime=402.22 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12486 0 0 0 39611 611 0 0 20 0 1 0 268274542 51425280 11570 33554432000 4194304 10219143 140734627021296 140734627014552 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12555 11570 824 1471 0 11075 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 50220

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2965
/proc/meminfo: memFree=29461420/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=50836 CPUtime=462.21 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12651 0 0 0 45522 699 0 0 20 0 1 0 268274542 52056064 11735 33554432000 4194304 10219143 140734627021296 140734627014232 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12709 11735 824 1471 0 11229 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 50836

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2965
/proc/meminfo: memFree=29459248/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=51876 CPUtime=522.2 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12910 0 0 0 51433 787 0 0 20 0 1 0 268274542 53121024 11993 33554432000 4194304 10219143 140734627021296 140734627016648 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 12969 11993 824 1471 0 11489 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 51876

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458876/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52016 CPUtime=582.19 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12956 0 0 0 57347 872 0 0 20 0 1 0 268274542 53264384 12039 33554432000 4194304 10219143 140734627021296 140734627013912 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13004 12039 824 1471 0 11524 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 52016

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

[startup+588.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458752/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=588.59 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12958 0 0 0 57978 881 0 0 20 0 1 0 268274542 53399552 12041 33554432000 4194304 10219143 140734627021296 140734627015128 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12041 824 1471 0 11557 0
Current children cumulated CPU time (s) 588.59
Current children cumulated vsize (KiB) 52148

[startup+614.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458628/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=614.19 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12959 0 0 0 60497 922 0 0 20 0 1 0 268274542 53399552 12042 33554432000 4194304 10219143 140734627021296 140734627014968 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12042 824 1471 0 11557 0
Current children cumulated CPU time (s) 614.19
Current children cumulated vsize (KiB) 52148

[startup+627.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458628/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=626.99 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12975 0 0 0 61760 939 0 0 20 0 1 0 268274542 53399552 12058 33554432000 4194304 10219143 140734627021296 140734627014552 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12058 825 1471 0 11557 0
Current children cumulated CPU time (s) 626.99
Current children cumulated vsize (KiB) 52148

[startup+630.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458504/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=630.19 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12978 0 0 0 62075 944 0 0 20 0 1 0 268274542 53399552 12061 33554432000 4194304 10219143 140734627021296 140734627014552 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12061 825 1471 0 11557 0
Current children cumulated CPU time (s) 630.19
Current children cumulated vsize (KiB) 52148

[startup+631.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458504/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=631.79 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12978 0 0 0 62232 947 0 0 20 0 1 0 268274542 53399552 12061 33554432000 4194304 10219143 140734627021296 140734627014552 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12061 825 1471 0 11557 0
Current children cumulated CPU time (s) 631.79
Current children cumulated vsize (KiB) 52148

[startup+633.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458504/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=633.39 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12978 0 0 0 62390 949 0 0 20 0 1 0 268274542 53399552 12061 33554432000 4194304 10219143 140734627021296 140734627014936 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12061 825 1471 0 11557 0
Current children cumulated CPU time (s) 633.39
Current children cumulated vsize (KiB) 52148

[startup+634.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458504/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=634.18 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12978 0 0 0 62468 950 0 0 20 0 1 0 268274542 53399552 12061 33554432000 4194304 10219143 140734627021296 140734627014232 8091146 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12061 825 1471 0 11557 0
Current children cumulated CPU time (s) 634.18
Current children cumulated vsize (KiB) 52148

[startup+634.706 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2965
/proc/meminfo: memFree=29458504/32873852 swapFree=7616/7616
[pid=2769] ppid=2767 vsize=52148 CPUtime=634.59 cores=0,2,4,6
/proc/2769/stat : 2769 (scip-2.1.1.4exp) R 2767 2769 403 0 -1 4202496 12978 0 0 0 62509 950 0 0 20 0 1 0 268274542 53399552 12061 33554432000 4194304 10219143 140734627021296 140734627014232 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2769/statm: 13037 12061 825 1471 0 11557 0
Current children cumulated CPU time (s) 634.59
Current children cumulated vsize (KiB) 52148

Child status: 0
Real time (s): 634.794
CPU time (s): 634.688
CPU user time (s): 625.175
CPU system time (s): 9.51255
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 52148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 625.175
system time used= 9.51255
maximum resident set size= 48256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12983
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= 16
involuntary context switches= 659

runsolver used 2.17867 second user time and 3.58045 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 10:38:11
IDJOB=3691589
IDBENCH=1303
IDSOLVER=2271
FILE ID=node131/3691589-1338021491
RUNJOBID= node131-1338017251-877
PBS_JOBID= 14624266
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1138533614

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29506644 kB
Buffers:          243420 kB
Cached:          2301244 kB
SwapCached:            0 kB
Active:           602988 kB
Inactive:        1995704 kB
Active(anon):      56492 kB
Inactive(anon):        0 kB
Active(file):     546496 kB
Inactive(file):  1995704 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13628 kB
Writeback:             0 kB
AnonPages:         98356 kB
Mapped:            17792 kB
Shmem:               204 kB
Slab:             631240 kB
SReclaimable:      73936 kB
SUnreclaim:       557304 kB
KernelStack:        1456 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     169792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71564 MiB
End job on node131 at 2012-05-26 10:48:46