Trace number 3690423

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedUNSAT 657.12 657.229

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: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690423-1338016934.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.02	c presolving:
0.02/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.02/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.02/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.02/0.06	c presolving (4 rounds):
0.02/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.02/0.06	c  242 implications, 22 cliques
0.02/0.06	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.02/0.06	c       1 constraints of type <knapsack>
0.02/0.06	c      22 constraints of type <setppc>
0.02/0.06	c    2420 constraints of type <logicor>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.05
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 2.1.1.4
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1797
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 13950
0.02/0.06	c 
0.02/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c limits/solutions = 1
0.02/0.06	c 
0.02/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.06	c separating/maxrounds = 1
0.02/0.06	c 
0.02/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/maxroundsroot = 5
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # belongs reading time to solving time?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c timing/reading = TRUE
0.02/0.06	c 
0.02/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.06	c constraints/knapsack/disaggregation = FALSE
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/coefdiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.06	c heuristics/crossover/freq = -1
0.02/0.06	c 
0.02/0.06	c # number of nodes added to the contingent of the total nodes
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06	c heuristics/crossover/nodesofs = 750
0.02/0.06	c 
0.02/0.06	c # number of nodes without incumbent change that heuristic should wait
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.06	c heuristics/crossover/nwaitingnodes = 100
0.02/0.06	c 
0.02/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.06	c # [type: real, range: [0,1], default: 0.1]
0.02/0.06	c heuristics/crossover/nodesquot = 0.15
0.02/0.06	c 
0.02/0.06	c # minimum percentage of integer variables that have to be fixed 
0.02/0.06	c # [type: real, range: [0,1], default: 0.666]
0.02/0.06	c heuristics/crossover/minfixingrate = 0.5
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/feaspump/freq = -1
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/fracdiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/guideddiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/intshifting/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/linesearchdiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/objpscostdiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.06	c # [type: real, range: [0,1], default: 0.01]
0.02/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/oneopt/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/pscostdiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c heuristics/rens/freq = -1
0.02/0.06	c 
0.02/0.06	c # minimum percentage of integer variables that have to be fixable 
0.02/0.06	c # [type: real, range: [0,1], default: 0.5]
0.02/0.06	c heuristics/rens/minfixingrate = 0.3
0.02/0.06	c 
0.02/0.06	c # number of nodes added to the contingent of the total nodes
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06	c heuristics/rens/nodesofs = 2000
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/rootsoldiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/rounding/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c heuristics/shiftandpropagate/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/shifting/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/simplerounding/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/subnlp/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c heuristics/trivial/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/trysol/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c heuristics/undercover/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/veclendiving/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.06	c 
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/zirounding/freq = -1
0.02/0.06	c 
0.02/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c propagating/probing/maxprerounds = 0
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c separating/cmir/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c separating/flowcover/freq = -1
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/indoneopt/freq = -1
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/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.02/0.07	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.20	c   0.2s|     1 |     0 |    90 |     - |4353k|   0 |  39 | 231 |2710 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   105 |     - |4682k|   0 |  45 | 231 |2710 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   120 |     - |5125k|   0 |  46 | 231 |2710 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |   139 |     - |5569k|   0 |  47 | 231 |2710 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   146 |     - |5909k|   0 |  51 | 231 |2710 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     2 |   146 |     - |5909k|   0 |  51 | 231 |2710 | 231 |2460 |  17 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
9.09/9.19	c   9.2s|   100 |    15 |  4654 |  45.5 |6057k|  14 |  30 | 231 |2728 | 231 |2453 |  17 |  20 |1493 | 0.000000e+00 |      --      |    Inf 
9.99/10.06	c  10.1s|   200 |    23 |  6534 |  32.1 |6109k|  18 |  20 | 231 |2786 | 231 |2453 |  17 |  78 |1642 | 0.000000e+00 |      --      |    Inf 
10.38/10.49	c  10.5s|   300 |    30 |  7944 |  26.1 |6154k|  18 |  32 | 231 |2840 | 231 |2453 |  17 | 133 |1702 | 0.000000e+00 |      --      |    Inf 
10.69/10.74	c  10.7s|   400 |    31 |  9403 |  23.2 |6176k|  21 |   - | 231 |2889 | 231 |2453 |  17 | 183 |1722 | 0.000000e+00 |      --      |    Inf 
11.08/11.11	c  11.0s|   500 |    32 | 10876 |  21.5 |6196k|  21 |   - | 231 |2943 | 231 |2453 |  17 | 237 |1752 | 0.000000e+00 |      --      |    Inf 
11.29/11.34	c  11.3s|   600 |    41 | 12711 |  21.0 |6245k|  21 |   - | 231 |2994 | 231 |2453 |  17 | 289 |1772 | 0.000000e+00 |      --      |    Inf 
11.58/11.61	c  11.6s|   700 |    47 | 14442 |  20.5 |6277k|  24 |   - | 231 |3044 | 231 |2453 |  17 | 340 |1788 | 0.000000e+00 |      --      |    Inf 
11.78/11.87	c  11.9s|   800 |    53 | 16178 |  20.1 |6305k|  24 |  27 | 231 |3090 | 231 |2453 |  17 | 388 |1795 | 0.000000e+00 |      --      |    Inf 
12.09/12.18	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.18	c  12.2s|   900 |    63 | 18452 |  20.4 |6347k|  31 |  36 | 231 |3128 | 231 |2453 |  17 | 426 |1803 | 0.000000e+00 |      --      |    Inf 
12.38/12.42	c  12.4s|  1000 |    65 | 20203 |  20.1 |6374k|  31 |  31 | 231 |3179 | 231 |2453 |  17 | 479 |1808 | 0.000000e+00 |      --      |    Inf 
12.58/12.67	c  12.7s|  1100 |    59 | 22016 |  19.9 |6382k|  31 |  31 | 231 |3235 | 231 |2453 |  17 | 535 |1812 | 0.000000e+00 |      --      |    Inf 
12.78/12.88	c  12.9s|  1200 |    57 | 23382 |  19.4 |6399k|  31 |  26 | 231 |3296 | 231 |2453 |  17 | 596 |1820 | 0.000000e+00 |      --      |    Inf 
12.98/13.09	c  13.1s|  1300 |    55 | 24669 |  18.9 |6428k|  31 |   - | 231 |3368 | 231 |2453 |  17 | 668 |1825 | 0.000000e+00 |      --      |    Inf 
13.19/13.27	c  13.3s|  1400 |    54 | 25715 |  18.3 |6455k|  31 |   - | 231 |3446 | 231 |2453 |  17 | 746 |1834 | 0.000000e+00 |      --      |    Inf 
13.38/13.49	c  13.5s|  1500 |    55 | 27126 |  18.0 |6475k|  31 |  28 | 231 |3503 | 231 |2453 |  17 | 807 |1842 | 0.000000e+00 |      --      |    Inf 
13.68/13.74	c  13.7s|  1600 |    51 | 28665 |  17.8 |6486k|  31 |   - | 231 |3562 | 231 |2453 |  17 | 867 |1854 | 0.000000e+00 |      --      |    Inf 
13.98/14.00	c  14.0s|  1700 |    55 | 30161 |  17.7 |6528k|  31 |   - | 231 |3620 |   0 |   0 |  17 | 926 |1869 | 0.000000e+00 |      --      |    Inf 
14.18/14.23	c  14.2s|  1800 |    56 | 31586 |  17.5 |6542k|  31 |  30 | 231 |3674 | 231 |2453 |  17 | 983 |1879 | 0.000000e+00 |      --      |    Inf 
14.38/14.49	c  14.5s|  1900 |    58 | 33005 |  17.3 |6571k|  31 |   - | 231 |3731 | 231 |2453 |  17 |1044 |1895 | 0.000000e+00 |      --      |    Inf 
14.68/14.74	c  14.7s|  2000 |    56 | 34370 |  17.1 |6580k|  31 |  50 | 231 |3784 | 231 |2453 |  17 |1101 |1914 | 0.000000e+00 |      --      |    Inf 
14.98/15.00	c  15.0s|  2100 |    54 | 35714 |  16.9 |6594k|  32 |  40 | 231 |3836 | 231 |2453 |  17 |1157 |1932 | 0.000000e+00 |      --      |    Inf 
15.18/15.29	c  15.3s|  2200 |    52 | 37532 |  17.0 |6616k|  32 |  26 | 231 |3898 | 231 |2453 |  17 |1224 |1950 | 0.000000e+00 |      --      |    Inf 
15.48/15.53	c  15.5s|  2300 |    60 | 38998 |  16.9 |6659k|  32 |  28 | 231 |3954 | 231 |2453 |  17 |1289 |1963 | 0.000000e+00 |      --      |    Inf 
15.68/15.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.68/15.71	c  15.7s|  2400 |    62 | 40214 |  16.7 |6694k|  32 |   - | 231 |4020 | 231 |2453 |  17 |1357 |1967 | 0.000000e+00 |      --      |    Inf 
15.88/15.91	c  15.9s|  2500 |    65 | 41606 |  16.6 |6723k|  32 |  25 | 231 |4080 | 231 |2453 |  17 |1420 |1970 | 0.000000e+00 |      --      |    Inf 
16.08/16.16	c  16.2s|  2600 |    68 | 43379 |  16.6 |6748k|  32 |  28 | 231 |4118 | 231 |2453 |  17 |1469 |1977 | 0.000000e+00 |      --      |    Inf 
16.28/16.35	c  16.4s|  2700 |    70 | 44759 |  16.5 |6779k|  32 |  33 | 231 |4176 | 231 |2453 |  17 |1533 |1977 | 0.000000e+00 |      --      |    Inf 
16.49/16.57	c  16.6s|  2800 |    71 | 46445 |  16.5 |6803k|  32 |  31 | 231 |4241 | 231 |2453 |  17 |1607 |1979 | 0.000000e+00 |      --      |    Inf 
16.68/16.77	c  16.8s|  2900 |    69 | 47916 |  16.5 |6827k|  32 |   - | 231 |4297 | 231 |2453 |  17 |1668 |1981 | 0.000000e+00 |      --      |    Inf 
16.88/16.98	c  17.0s|  3000 |    64 | 49438 |  16.4 |6837k|  32 |   - | 231 |4356 | 231 |2453 |  17 |1731 |1982 | 0.000000e+00 |      --      |    Inf 
17.08/17.18	c  17.2s|  3100 |    67 | 50961 |  16.4 |6859k|  32 |  18 | 231 |4411 | 231 |2453 |  17 |1789 |1983 | 0.000000e+00 |      --      |    Inf 
17.28/17.39	c  17.4s|  3200 |    63 | 52523 |  16.4 |6874k|  32 |   - | 231 |4463 | 231 |2453 |  17 |1845 |1983 | 0.000000e+00 |      --      |    Inf 
17.49/17.57	c  17.6s|  3300 |    63 | 53822 |  16.3 |6902k|  32 |   - | 231 |4539 | 231 |2453 |  17 |1922 |1983 | 0.000000e+00 |      --      |    Inf 
17.68/17.77	c  17.8s|  3400 |    61 | 55248 |  16.2 |6911k|  32 |  26 | 231 |4580 | 231 |2453 |  17 |1975 |1984 | 0.000000e+00 |      --      |    Inf 
17.88/17.98	c  18.0s|  3500 |    60 | 56859 |  16.2 |6939k|  32 |   - | 231 |4634 | 231 |2453 |  17 |2038 |1985 | 0.000000e+00 |      --      |    Inf 
18.18/18.20	c  18.2s|  3600 |    64 | 58423 |  16.2 |6966k|  32 |   - | 231 |4677 | 231 |2453 |  17 |2095 |1987 | 0.000000e+00 |      --      |    Inf 
18.38/18.41	c  18.4s|  3700 |    70 | 59748 |  16.1 |7003k|  32 |  23 | 231 |4716 | 231 |2453 |  17 |2146 |1993 | 0.000000e+00 |      --      |    Inf 
18.48/18.59	c  18.6s|  3800 |    69 | 60825 |  16.0 |7018k|  32 |  20 | 231 |4761 | 231 |2453 |  17 |2202 |1997 | 0.000000e+00 |      --      |    Inf 
18.78/18.80	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.80	c  18.8s|  3900 |    67 | 62238 |  15.9 |7033k|  32 |  40 | 231 |4806 | 231 |2453 |  17 |2261 |2000 | 0.000000e+00 |      --      |    Inf 
18.98/19.00	c  19.0s|  4000 |    69 | 63641 |  15.9 |7059k|  32 |  21 | 231 |4853 | 231 |2453 |  17 |2319 |2002 | 0.000000e+00 |      --      |    Inf 
19.18/19.20	c  19.2s|  4100 |    69 | 65080 |  15.8 |7068k|  32 |   - | 231 |4884 | 231 |2453 |  17 |2379 |2002 | 0.000000e+00 |      --      |    Inf 
19.38/19.41	c  19.4s|  4200 |    69 | 66298 |  15.8 |7073k|  32 |  30 | 231 |4908 | 231 |2453 |  17 |2429 |2015 | 0.000000e+00 |      --      |    Inf 
19.69/19.70	c  19.7s|  4300 |    67 | 67790 |  15.7 |7087k|  34 |  39 | 231 |4945 | 231 |2453 |  17 |2489 |2037 | 0.000000e+00 |      --      |    Inf 
19.88/19.93	c  19.9s|  4400 |    68 | 69192 |  15.7 |7116k|  34 |   - | 231 |4990 | 231 |2453 |  17 |2558 |2047 | 0.000000e+00 |      --      |    Inf 
20.08/20.14	c  20.1s|  4500 |    71 | 70357 |  15.6 |7140k|  34 |  31 | 231 |5039 | 231 |2453 |  17 |2622 |2061 | 0.000000e+00 |      --      |    Inf 
20.28/20.36	c  20.4s|  4600 |    71 | 71602 |  15.5 |7159k|  34 |  30 | 231 |5095 | 231 |2453 |  17 |2689 |2075 | 0.000000e+00 |      --      |    Inf 
20.47/20.58	c  20.6s|  4700 |    72 | 72884 |  15.5 |7174k|  34 |  27 | 231 |5135 | 231 |2453 |  17 |2743 |2089 | 0.000000e+00 |      --      |    Inf 
20.78/20.81	c  20.8s|  4800 |    70 | 74203 |  15.4 |7191k|  34 |  30 | 231 |5173 | 231 |2453 |  17 |2791 |2104 | 0.000000e+00 |      --      |    Inf 
21.08/21.11	c  21.1s|  4900 |    67 | 75788 |  15.4 |7206k|  34 |  24 | 231 |5211 | 231 |2453 |  17 |2858 |2125 | 0.000000e+00 |      --      |    Inf 
21.28/21.38	c  21.4s|  5000 |    65 | 77343 |  15.4 |7224k|  34 |   - | 231 |5245 | 231 |2453 |  17 |2926 |2141 | 0.000000e+00 |      --      |    Inf 
21.57/21.67	c  21.7s|  5100 |    69 | 78972 |  15.5 |7249k|  34 |  34 | 231 |5241 | 231 |2453 |  17 |2986 |2160 | 0.000000e+00 |      --      |    Inf 
21.88/21.92	c  21.9s|  5200 |    67 | 80514 |  15.5 |7263k|  34 |   - | 231 |5234 | 231 |2453 |  17 |3037 |2169 | 0.000000e+00 |      --      |    Inf 
22.07/22.14	c  22.1s|  5300 |    71 | 82020 |  15.5 |7281k|  34 |   - | 231 |5253 | 231 |2453 |  17 |3094 |2172 | 0.000000e+00 |      --      |    Inf 
22.28/22.35	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.35	c  22.3s|  5400 |    76 | 83578 |  15.5 |7295k|  34 |  39 | 231 |5275 | 231 |2453 |  17 |3143 |2173 | 0.000000e+00 |      --      |    Inf 
22.48/22.56	c  22.6s|  5500 |    77 | 85154 |  15.5 |7311k|  34 |   - | 231 |5295 | 231 |2453 |  17 |3206 |2173 | 0.000000e+00 |      --      |    Inf 
22.68/22.79	c  22.8s|  5600 |    75 | 86567 |  15.4 |7308k|  34 |   - | 231 |5311 | 231 |2453 |  17 |3261 |2179 | 0.000000e+00 |      --      |    Inf 
22.87/22.99	c  23.0s|  5700 |    76 | 87988 |  15.4 |7321k|  34 |  29 | 231 |5341 | 231 |2453 |  17 |3321 |2181 | 0.000000e+00 |      --      |    Inf 
23.09/23.19	c  23.2s|  5800 |    77 | 89430 |  15.4 |7339k|  34 |   - | 231 |5375 |   0 |   0 |  17 |3382 |2183 | 0.000000e+00 |      --      |    Inf 
23.28/23.39	c  23.4s|  5900 |    78 | 90891 |  15.4 |7357k|  34 |   - | 231 |5419 | 231 |2453 |  17 |3448 |2184 | 0.000000e+00 |      --      |    Inf 
23.57/23.64	c  23.6s|  6000 |    82 | 92627 |  15.4 |7379k|  34 |  26 | 231 |5430 | 231 |2453 |  17 |3509 |2189 | 0.000000e+00 |      --      |    Inf 
23.78/23.84	c  23.8s|  6100 |    84 | 94058 |  15.4 |7398k|  34 |  29 | 231 |5462 | 231 |2453 |  17 |3564 |2189 | 0.000000e+00 |      --      |    Inf 
23.98/24.02	c  24.0s|  6200 |    85 | 95372 |  15.4 |7410k|  34 |  21 | 231 |5496 | 231 |2453 |  17 |3610 |2189 | 0.000000e+00 |      --      |    Inf 
24.19/24.22	c  24.2s|  6300 |    84 | 96794 |  15.3 |7433k|  34 |   - | 231 |5535 | 231 |2453 |  17 |3672 |2189 | 0.000000e+00 |      --      |    Inf 
24.38/24.43	c  24.4s|  6400 |    91 | 98427 |  15.4 |7466k|  34 |   - | 231 |5569 |   0 |   0 |  17 |3730 |2190 | 0.000000e+00 |      --      |    Inf 
24.58/24.61	c  24.6s|  6500 |    88 | 99703 |  15.3 |7478k|  34 |   - | 231 |5629 | 231 |2453 |  17 |3796 |2192 | 0.000000e+00 |      --      |    Inf 
24.77/24.80	c  24.8s|  6600 |    93 |101078 |  15.3 |7504k|  34 |  26 | 231 |5678 | 231 |2453 |  17 |3858 |2193 | 0.000000e+00 |      --      |    Inf 
24.97/25.01	c  25.0s|  6700 |    91 |102645 |  15.3 |7514k|  34 |   - | 231 |5701 | 231 |2453 |  17 |3904 |2194 | 0.000000e+00 |      --      |    Inf 
25.18/25.22	c  25.2s|  6800 |    95 |104150 |  15.3 |7534k|  34 |  30 | 231 |5742 | 231 |2453 |  17 |3957 |2195 | 0.000000e+00 |      --      |    Inf 
25.37/25.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.37/25.46	c  25.5s|  6900 |    99 |105956 |  15.3 |7555k|  34 |   - | 231 |5766 | 231 |2453 |  17 |4004 |2195 | 0.000000e+00 |      --      |    Inf 
25.58/25.69	c  25.7s|  7000 |   105 |107772 |  15.4 |7584k|  34 |  44 | 231 |5794 | 231 |2453 |  17 |4058 |2195 | 0.000000e+00 |      --      |    Inf 
25.97/26.05	c  26.0s|  7100 |   117 |109800 |  15.4 |7624k|  34 |  33 | 231 |5812 | 231 |2453 |  17 |4102 |2218 | 0.000000e+00 |      --      |    Inf 
26.18/26.30	c  26.3s|  7200 |   115 |111414 |  15.5 |7641k|  34 |   - | 231 |5853 | 231 |2453 |  17 |4154 |2227 | 0.000000e+00 |      --      |    Inf 
26.48/26.57	c  26.6s|  7300 |   115 |112961 |  15.5 |7659k|  34 |  22 | 231 |5899 | 231 |2453 |  17 |4212 |2242 | 0.000000e+00 |      --      |    Inf 
26.67/26.78	c  26.8s|  7400 |   112 |114180 |  15.4 |7669k|  34 |   - | 231 |5924 | 231 |2453 |  17 |4268 |2251 | 0.000000e+00 |      --      |    Inf 
26.98/27.01	c  27.0s|  7500 |   111 |115438 |  15.4 |7678k|  35 |  35 | 231 |5967 | 231 |2453 |  17 |4345 |2264 | 0.000000e+00 |      --      |    Inf 
27.17/27.23	c  27.2s|  7600 |   112 |116699 |  15.3 |7701k|  35 |  16 | 231 |6007 | 231 |2453 |  17 |4410 |2277 | 0.000000e+00 |      --      |    Inf 
27.48/27.53	c  27.5s|  7700 |   115 |118425 |  15.4 |7715k|  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 |7745k|  35 |  28 | 231 |6074 | 231 |2453 |  17 |4540 |2310 | 0.000000e+00 |      --      |    Inf 
27.97/28.02	c  28.0s|  7900 |   118 |121256 |  15.3 |7760k|  35 |  43 | 231 |6096 | 231 |2453 |  17 |4594 |2323 | 0.000000e+00 |      --      |    Inf 
28.27/28.31	c  28.3s|  8000 |   114 |122916 |  15.3 |7742k|  35 |  29 | 231 |6080 | 231 |2453 |  17 |4647 |2338 | 0.000000e+00 |      --      |    Inf 
28.58/28.61	c  28.6s|  8100 |   118 |124697 |  15.4 |7748k|  35 |   - | 231 |6046 | 231 |2453 |  17 |4702 |2356 | 0.000000e+00 |      --      |    Inf 
28.78/28.86	c  28.9s|  8200 |   120 |126344 |  15.4 |7776k|  37 |   - | 231 |6096 | 231 |2453 |  17 |4771 |2365 | 0.000000e+00 |      --      |    Inf 
28.98/29.08	c  29.1s|  8300 |   125 |127762 |  15.4 |7809k|  37 |  22 | 231 |6136 | 231 |2453 |  17 |4828 |2373 | 0.000000e+00 |      --      |    Inf 
29.17/29.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.17/29.29	c  29.3s|  8400 |   127 |129196 |  15.4 |7832k|  37 |  22 | 231 |6190 | 231 |2453 |  17 |4895 |2375 | 0.000000e+00 |      --      |    Inf 
29.38/29.46	c  29.5s|  8500 |   127 |130340 |  15.3 |7856k|  37 |  37 | 231 |6263 | 231 |2453 |  17 |4973 |2376 | 0.000000e+00 |      --      |    Inf 
29.58/29.68	c  29.7s|  8600 |   123 |131850 |  15.3 |7867k|  37 |   - | 231 |6292 | 231 |2453 |  17 |5034 |2378 | 0.000000e+00 |      --      |    Inf 
29.77/29.89	c  29.9s|  8700 |   126 |133395 |  15.3 |7884k|  37 |  25 | 231 |6311 | 231 |2453 |  17 |5088 |2379 | 0.000000e+00 |      --      |    Inf 
30.07/30.11	c  30.1s|  8800 |   127 |135007 |  15.3 |7883k|  37 |  26 | 231 |6268 | 231 |2453 |  17 |5133 |2379 | 0.000000e+00 |      --      |    Inf 
30.27/30.30	c  30.3s|  8900 |   129 |136358 |  15.3 |7899k|  37 |  17 | 231 |6288 | 231 |2453 |  17 |5190 |2379 | 0.000000e+00 |      --      |    Inf 
30.48/30.53	c  30.5s|  9000 |   128 |138185 |  15.3 |7911k|  37 |  26 | 231 |6331 | 231 |2453 |  17 |5254 |2379 | 0.000000e+00 |      --      |    Inf 
30.68/30.75	c  30.8s|  9100 |   126 |139817 |  15.4 |7920k|  37 |  40 | 231 |6379 | 231 |2453 |  17 |5333 |2379 | 0.000000e+00 |      --      |    Inf 
30.88/30.95	c  31.0s|  9200 |   129 |141279 |  15.3 |7932k|  37 |  20 | 231 |6375 | 231 |2453 |  17 |5396 |2380 | 0.000000e+00 |      --      |    Inf 
31.08/31.16	c  31.2s|  9300 |   133 |142942 |  15.4 |7948k|  37 |  28 | 231 |6389 | 231 |2453 |  17 |5456 |2380 | 0.000000e+00 |      --      |    Inf 
31.27/31.39	c  31.4s|  9400 |   130 |144657 |  15.4 |7961k|  37 |   - | 231 |6438 | 231 |2453 |  17 |5528 |2380 | 0.000000e+00 |      --      |    Inf 
31.48/31.58	c  31.6s|  9500 |   131 |146081 |  15.4 |7973k|  37 |  20 | 231 |6469 | 231 |2453 |  17 |5598 |2380 | 0.000000e+00 |      --      |    Inf 
31.68/31.77	c  31.8s|  9600 |   132 |147545 |  15.4 |7996k|  37 |   - | 231 |6515 | 231 |2453 |  17 |5659 |2380 | 0.000000e+00 |      --      |    Inf 
31.88/31.99	c  32.0s|  9700 |   132 |149174 |  15.4 |8016k|  37 |  27 | 231 |6572 | 231 |2453 |  17 |5724 |2380 | 0.000000e+00 |      --      |    Inf 
32.07/32.19	c  32.2s|  9800 |   130 |150624 |  15.4 |8027k|  37 |  34 | 231 |6599 | 231 |2453 |  17 |5791 |2380 | 0.000000e+00 |      --      |    Inf 
32.27/32.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.27/32.36	c  32.4s|  9900 |   130 |151855 |  15.3 |8041k|  37 |  37 | 231 |6639 | 231 |2453 |  17 |5847 |2380 | 0.000000e+00 |      --      |    Inf 
32.48/32.56	c  32.6s| 10000 |   131 |153291 |  15.3 |8060k|  37 |  33 | 231 |6675 | 231 |2453 |  17 |5907 |2380 | 0.000000e+00 |      --      |    Inf 
32.68/32.77	c  32.8s| 10100 |   128 |154698 |  15.3 |8073k|  37 |   - | 231 |6719 | 231 |2453 |  17 |5964 |2385 | 0.000000e+00 |      --      |    Inf 
32.98/33.05	c  33.1s| 10200 |   133 |156439 |  15.3 |8096k|  37 |  37 | 231 |6744 | 231 |2453 |  17 |6013 |2400 | 0.000000e+00 |      --      |    Inf 
33.17/33.27	c  33.3s| 10300 |   128 |157707 |  15.3 |8095k|  37 |   - | 231 |6751 | 231 |2453 |  17 |6085 |2409 | 0.000000e+00 |      --      |    Inf 
33.48/33.54	c  33.5s| 10400 |   131 |159200 |  15.3 |8106k|  37 |   - | 231 |6735 |   0 |   0 |  17 |6152 |2425 | 0.000000e+00 |      --      |    Inf 
33.67/33.77	c  33.8s| 10500 |   131 |160548 |  15.3 |8103k|  37 |  35 | 231 |6720 | 231 |2453 |  17 |6220 |2433 | 0.000000e+00 |      --      |    Inf 
33.98/34.00	c  34.0s| 10600 |   131 |161946 |  15.3 |8123k|  37 |   - | 231 |6761 | 231 |2453 |  17 |6288 |2442 | 0.000000e+00 |      --      |    Inf 
34.17/34.25	c  34.3s| 10700 |   129 |163455 |  15.3 |8130k|  37 |   - | 231 |6792 | 231 |2453 |  17 |6352 |2456 | 0.000000e+00 |      --      |    Inf 
34.47/34.52	c  34.5s| 10800 |   130 |164916 |  15.3 |8135k|  37 |  15 | 231 |6794 | 231 |2453 |  17 |6420 |2472 | 0.000000e+00 |      --      |    Inf 
34.68/34.73	c  34.7s| 10900 |   128 |166207 |  15.2 |8142k|  37 |   - | 231 |6811 | 231 |2453 |  17 |6485 |2479 | 0.000000e+00 |      --      |    Inf 
34.88/34.99	c  35.0s| 11000 |   132 |167777 |  15.2 |8152k|  37 |  32 | 231 |6794 | 231 |2453 |  17 |6539 |2491 | 0.000000e+00 |      --      |    Inf 
35.18/35.26	c  35.3s| 11100 |   128 |169403 |  15.2 |8147k|  37 |  40 | 231 |6813 | 231 |2453 |  17 |6591 |2506 | 0.000000e+00 |      --      |    Inf 
35.47/35.51	c  35.5s| 11200 |   131 |170800 |  15.2 |8156k|  37 |  27 | 231 |6820 | 231 |2453 |  17 |6650 |2519 | 0.000000e+00 |      --      |    Inf 
35.68/35.76	c  35.8s| 11300 |   129 |172267 |  15.2 |8162k|  37 |   - | 231 |6806 | 231 |2453 |  17 |6714 |2532 | 0.000000e+00 |      --      |    Inf 
35.97/36.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.97/36.03	c  36.0s| 11400 |   127 |173876 |  15.2 |8160k|  37 |  37 | 231 |6778 | 231 |2453 |  17 |6766 |2546 | 0.000000e+00 |      --      |    Inf 
36.18/36.24	c  36.2s| 11500 |   126 |175286 |  15.2 |8151k|  37 |  40 | 231 |6787 | 231 |2453 |  17 |6834 |2547 | 0.000000e+00 |      --      |    Inf 
36.37/36.46	c  36.5s| 11600 |   123 |176722 |  15.2 |8149k|  37 |   - | 231 |6791 | 231 |2453 |  17 |6899 |2553 | 0.000000e+00 |      --      |    Inf 
36.68/36.71	c  36.7s| 11700 |   121 |178405 |  15.2 |8157k|  37 |   - | 231 |6810 | 231 |2453 |  17 |6958 |2559 | 0.000000e+00 |      --      |    Inf 
36.88/36.90	c  36.9s| 11800 |   127 |179699 |  15.2 |8160k|  37 |   - | 231 |6751 | 231 |2453 |  17 |7011 |2561 | 0.000000e+00 |      --      |    Inf 
36.97/37.09	c  37.1s| 11900 |   129 |181046 |  15.2 |8167k|  37 |   - | 231 |6763 | 231 |2453 |  17 |7065 |2561 | 0.000000e+00 |      --      |    Inf 
37.18/37.25	c  37.3s| 12000 |   128 |182130 |  15.2 |8178k|  37 |  34 | 231 |6805 | 231 |2453 |  17 |7124 |2561 | 0.000000e+00 |      --      |    Inf 
37.38/37.46	c  37.5s| 12100 |   126 |183621 |  15.2 |8191k|  37 |   - | 231 |6835 | 231 |2453 |  17 |7181 |2562 | 0.000000e+00 |      --      |    Inf 
37.57/37.66	c  37.7s| 12200 |   130 |185028 |  15.2 |8204k|  37 |   - | 231 |6853 | 231 |2453 |  17 |7230 |2562 | 0.000000e+00 |      --      |    Inf 
37.77/37.84	c  37.8s| 12300 |   130 |186410 |  15.1 |8209k|  37 |  27 | 231 |6883 | 231 |2453 |  17 |7286 |2562 | 0.000000e+00 |      --      |    Inf 
37.97/38.03	c  38.0s| 12400 |   132 |187831 |  15.1 |8228k|  37 |   - | 231 |6920 | 231 |2453 |  17 |7336 |2562 | 0.000000e+00 |      --      |    Inf 
38.17/38.21	c  38.2s| 12500 |   132 |189047 |  15.1 |8244k|  37 |  35 | 231 |6970 | 231 |2453 |  17 |7391 |2562 | 0.000000e+00 |      --      |    Inf 
38.27/38.39	c  38.4s| 12600 |   130 |190388 |  15.1 |8259k|  37 |  36 | 231 |7019 | 231 |2453 |  17 |7441 |2562 | 0.000000e+00 |      --      |    Inf 
38.48/38.59	c  38.6s| 12700 |   125 |191674 |  15.1 |8258k|  37 |   - | 231 |7052 |   0 |   0 |  17 |7502 |2564 | 0.000000e+00 |      --      |    Inf 
38.78/38.81	c  38.8s| 12800 |   123 |193210 |  15.1 |8258k|  37 |  36 | 231 |7069 | 231 |2453 |  17 |7564 |2567 | 0.000000e+00 |      --      |    Inf 
38.98/39.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.98/39.07	c  39.1s| 12900 |   123 |195185 |  15.1 |8248k|  37 |   - | 231 |7024 | 231 |2453 |  17 |7621 |2567 | 0.000000e+00 |      --      |    Inf 
39.27/39.31	c  39.3s| 13000 |   128 |196809 |  15.1 |8270k|  37 |  15 | 231 |7028 | 231 |2453 |  17 |7680 |2573 | 0.000000e+00 |      --      |    Inf 
39.48/39.50	c  39.5s| 13100 |   125 |198242 |  15.1 |8279k|  37 |   - | 231 |7078 | 231 |2453 |  17 |7746 |2573 | 0.000000e+00 |      --      |    Inf 
39.67/39.74	c  39.7s| 13200 |   127 |200006 |  15.1 |8298k|  37 |   - | 231 |7100 | 231 |2453 |  17 |7804 |2574 | 0.000000e+00 |      --      |    Inf 
39.87/39.93	c  39.9s| 13300 |   125 |201415 |  15.1 |8304k|  37 |  39 | 231 |7137 | 231 |2453 |  17 |7875 |2575 | 0.000000e+00 |      --      |    Inf 
40.07/40.14	c  40.1s| 13400 |   123 |202938 |  15.1 |8312k|  37 |   - | 231 |7175 | 231 |2453 |  17 |7951 |2575 | 0.000000e+00 |      --      |    Inf 
40.28/40.34	c  40.3s| 13500 |   121 |204326 |  15.1 |8327k|  37 |   - | 231 |7227 | 231 |2453 |  17 |8011 |2575 | 0.000000e+00 |      --      |    Inf 
40.47/40.53	c  40.5s| 13600 |   125 |205689 |  15.1 |8330k|  37 |  29 | 231 |7221 | 231 |2453 |  17 |8074 |2576 | 0.000000e+00 |      --      |    Inf 
40.68/40.72	c  40.7s| 13700 |   125 |207107 |  15.1 |8342k|  38 |  39 | 231 |7251 | 231 |2453 |  17 |8129 |2576 | 0.000000e+00 |      --      |    Inf 
40.87/40.92	c  40.9s| 13800 |   125 |208654 |  15.1 |8349k|  38 |  36 | 231 |7269 | 231 |2453 |  17 |8179 |2576 | 0.000000e+00 |      --      |    Inf 
41.07/41.11	c  41.1s| 13900 |   125 |210126 |  15.1 |8371k|  38 |   - | 231 |7316 |   0 |   0 |  17 |8238 |2576 | 0.000000e+00 |      --      |    Inf 
41.27/41.31	c  41.3s| 14000 |   125 |211685 |  15.1 |8383k|  38 |   - | 231 |7360 | 231 |2453 |  17 |8300 |2576 | 0.000000e+00 |      --      |    Inf 
41.47/41.51	c  41.5s| 14100 |   126 |213166 |  15.1 |8398k|  38 |  35 | 231 |7408 | 231 |2453 |  17 |8358 |2576 | 0.000000e+00 |      --      |    Inf 
41.68/41.71	c  41.7s| 14200 |   130 |214544 |  15.1 |8414k|  41 |  29 | 231 |7408 | 231 |2453 |  17 |8415 |2576 | 0.000000e+00 |      --      |    Inf 
41.78/41.88	c  41.9s| 14300 |   129 |215745 |  15.1 |8432k|  41 |   - | 231 |7461 | 231 |2453 |  17 |8477 |2576 | 0.000000e+00 |      --      |    Inf 
41.98/42.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.98/42.06	c  42.1s| 14400 |   129 |217049 |  15.1 |8452k|  41 |   - | 231 |7507 | 231 |2453 |  17 |8538 |2576 | 0.000000e+00 |      --      |    Inf 
42.17/42.24	c  42.2s| 14500 |   133 |218281 |  15.0 |8474k|  41 |  23 | 231 |7545 | 231 |2453 |  17 |8603 |2576 | 0.000000e+00 |      --      |    Inf 
42.38/42.42	c  42.4s| 14600 |   134 |219642 |  15.0 |8492k|  41 |  31 | 231 |7588 | 231 |2453 |  17 |8659 |2576 | 0.000000e+00 |      --      |    Inf 
42.57/42.60	c  42.6s| 14700 |   131 |220858 |  15.0 |8504k|  41 |  28 | 231 |7645 | 231 |2453 |  17 |8724 |2576 | 0.000000e+00 |      --      |    Inf 
42.78/42.80	c  42.8s| 14800 |   129 |222378 |  15.0 |8512k|  41 |  21 | 231 |7693 | 231 |2453 |  17 |8783 |2576 | 0.000000e+00 |      --      |    Inf 
42.88/42.99	c  43.0s| 14900 |   131 |223691 |  15.0 |8532k|  41 |  26 | 231 |7723 | 231 |2453 |  17 |8837 |2576 | 0.000000e+00 |      --      |    Inf 
43.18/43.20	c  43.2s| 15000 |   134 |225263 |  15.0 |8555k|  41 |  24 | 231 |7772 | 231 |2453 |  17 |8893 |2576 | 0.000000e+00 |      --      |    Inf 
43.28/43.40	c  43.4s| 15100 |   134 |226813 |  15.0 |8568k|  41 |  27 | 231 |7815 | 231 |2453 |  17 |8943 |2576 | 0.000000e+00 |      --      |    Inf 
43.47/43.59	c  43.6s| 15200 |   132 |228309 |  15.0 |8586k|  41 |   - | 231 |7865 | 231 |2453 |  17 |9000 |2576 | 0.000000e+00 |      --      |    Inf 
43.67/43.78	c  43.8s| 15300 |   135 |229601 |  15.0 |8610k|  41 |  28 | 231 |7929 | 231 |2453 |  17 |9067 |2576 | 0.000000e+00 |      --      |    Inf 
43.88/43.96	c  44.0s| 15400 |   141 |230966 |  15.0 |8639k|  41 |  36 | 231 |7972 | 231 |2453 |  17 |9119 |2576 | 0.000000e+00 |      --      |    Inf 
44.07/44.18	c  44.2s| 15500 |   135 |232576 |  15.0 |8646k|  41 |  23 | 231 |8031 | 231 |2453 |  17 |9183 |2576 | 0.000000e+00 |      --      |    Inf 
44.28/44.37	c  44.4s| 15600 |   135 |233963 |  15.0 |8667k|  41 |  29 | 231 |8079 | 231 |2453 |  17 |9240 |2576 | 0.000000e+00 |      --      |    Inf 
44.57/44.60	c  44.6s| 15700 |   130 |235743 |  15.0 |8679k|  41 |   - | 231 |8138 | 231 |2453 |  17 |9303 |2576 | 0.000000e+00 |      --      |    Inf 
44.78/44.81	c  44.8s| 15800 |   140 |237422 |  15.0 |8720k|  41 |  22 | 231 |8194 | 231 |2453 |  17 |9359 |2576 | 0.000000e+00 |      --      |    Inf 
44.88/44.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.88/44.98	c  45.0s| 15900 |   135 |238628 |  15.0 |8734k|  41 |  27 | 231 |8265 | 231 |2453 |  17 |9432 |2576 | 0.000000e+00 |      --      |    Inf 
45.17/45.20	c  45.2s| 16000 |   139 |240282 |  15.0 |8764k|  41 |  32 | 231 |8321 | 231 |2453 |  17 |9489 |2576 | 0.000000e+00 |      --      |    Inf 
45.38/45.42	c  45.4s| 16100 |   135 |241910 |  15.0 |8774k|  41 |  23 | 231 |8374 | 231 |2453 |  17 |9548 |2576 | 0.000000e+00 |      --      |    Inf 
45.58/45.63	c  45.6s| 16200 |   132 |243496 |  15.0 |8784k|  41 |  29 | 231 |8426 | 231 |2453 |  17 |9602 |2576 | 0.000000e+00 |      --      |    Inf 
45.77/45.83	c  45.8s| 16300 |   132 |245017 |  15.0 |8802k|  41 |   - | 231 |8469 | 231 |2453 |  17 |9651 |2576 | 0.000000e+00 |      --      |    Inf 
45.97/46.05	c  46.1s| 16400 |   134 |246639 |  15.0 |8816k|  41 |  24 | 231 |8509 | 231 |2453 |  17 |9700 |2576 | 0.000000e+00 |      --      |    Inf 
46.18/46.26	c  46.3s| 16500 |   130 |248259 |  15.0 |8826k|  41 |  30 | 231 |8567 | 231 |2453 |  17 |9759 |2576 | 0.000000e+00 |      --      |    Inf 
46.37/46.44	c  46.4s| 16600 |   132 |249518 |  15.0 |8857k|  41 |  25 | 231 |8620 | 231 |2453 |  17 |9819 |2576 | 0.000000e+00 |      --      |    Inf 
46.57/46.62	c  46.6s| 16700 |   134 |250808 |  15.0 |8884k|  41 |   - | 231 |8665 | 231 |2453 |  17 |9870 |2576 | 0.000000e+00 |      --      |    Inf 
46.77/46.80	c  46.8s| 16800 |   133 |252060 |  15.0 |8901k|  41 |   - | 231 |8722 | 231 |2453 |  17 |9934 |2576 | 0.000000e+00 |      --      |    Inf 
46.87/46.99	c  47.0s| 16900 |   132 |253462 |  15.0 |8913k|  41 |  23 | 231 |8769 | 231 |2453 |  17 |9991 |2576 | 0.000000e+00 |      --      |    Inf 
47.07/47.18	c  47.2s| 17000 |   132 |254942 |  15.0 |8929k|  41 |   - | 231 |8814 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.28/47.39	c  47.4s| 17100 |   129 |256427 |  15.0 |8945k|  41 |   - | 231 |8849 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.57/47.61	c  47.6s| 17200 |   128 |257972 |  15.0 |8955k|  41 |  39 | 231 |8843 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.78/47.83	c  47.8s| 17300 |   128 |259563 |  15.0 |8945k|  41 |  34 | 231 |8795 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
47.98/48.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.98/48.05	c  48.1s| 17400 |   133 |261218 |  15.0 |8958k|  41 |  31 | 231 |8744 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.17/48.27	c  48.3s| 17500 |   130 |262902 |  15.0 |8959k|  41 |   - | 231 |8748 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.38/48.50	c  48.5s| 17600 |   132 |264569 |  15.0 |8960k|  41 |  37 | 231 |8760 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.67/48.72	c  48.7s| 17700 |   134 |266306 |  15.0 |8977k|  41 |  30 | 231 |8791 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
48.87/48.95	c  48.9s| 17800 |   132 |268032 |  15.1 |8981k|  41 |  25 | 231 |8788 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.07/49.15	c  49.2s| 17900 |   130 |269574 |  15.1 |8977k|  41 |  30 | 231 |8774 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.28/49.36	c  49.4s| 18000 |   129 |270986 |  15.0 |8988k|  41 |   - | 231 |8789 |   0 |   0 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.48/49.57	c  49.6s| 18100 |   127 |272454 |  15.0 |8970k|  41 |  20 | 231 |8790 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.67/49.77	c  49.8s| 18200 |   125 |273853 |  15.0 |8977k|  41 |  27 | 231 |8784 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
49.87/49.97	c  50.0s| 18300 |   123 |275168 |  15.0 |8998k|  42 |   - | 231 |8768 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.07/50.16	c  50.2s| 18400 |   125 |276425 |  15.0 |9003k|  42 |  28 | 231 |8726 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.28/50.37	c  50.4s| 18500 |   122 |277823 |  15.0 |8991k|  42 |   - | 231 |8672 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.48/50.56	c  50.6s| 18600 |   122 |279130 |  15.0 |8980k|  42 |  38 | 231 |8621 | 231 |2453 |  17 |  10k|2576 | 0.000000e+00 |      --      |    Inf 
50.67/50.78	c  50.8s| 18700 |   126 |280658 |  15.0 |8977k|  42 |   - | 231 |8563 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
50.87/50.96	c  51.0s| 18800 |   126 |281839 |  15.0 |8977k|  42 |  31 | 231 |8563 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.07/51.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.07/51.15	c  51.1s| 18900 |   126 |283101 |  15.0 |8982k|  42 |   - | 231 |8561 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.27/51.33	c  51.3s| 19000 |   126 |284318 |  15.0 |8983k|  42 |  34 | 231 |8567 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.47/51.56	c  51.6s| 19100 |   126 |286074 |  15.0 |8998k|  42 |   - | 231 |8592 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.68/51.76	c  51.8s| 19200 |   124 |287531 |  15.0 |8994k|  42 |  29 | 231 |8611 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
51.88/51.95	c  52.0s| 19300 |   124 |288938 |  15.0 |9016k|  42 |  33 | 231 |8664 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.07/52.14	c  52.1s| 19400 |   124 |290246 |  15.0 |9025k|  42 |   - | 231 |8689 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.27/52.36	c  52.4s| 19500 |   122 |291805 |  15.0 |9018k|  42 |   - | 231 |8662 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.47/52.57	c  52.6s| 19600 |   122 |293259 |  15.0 |9016k|  42 |   - | 231 |8643 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.68/52.78	c  52.8s| 19700 |   126 |294723 |  15.0 |9013k|  42 |  36 | 231 |8603 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
52.87/52.98	c  53.0s| 19800 |   126 |296105 |  14.9 |9017k|  42 |   - | 231 |8597 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.07/53.19	c  53.2s| 19900 |   124 |297672 |  15.0 |9021k|  42 |   - | 231 |8627 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.38/53.41	c  53.4s| 20000 |   126 |299231 |  15.0 |9021k|  42 |  18 | 231 |8599 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.57/53.62	c  53.6s| 20100 |   122 |300650 |  15.0 |9016k|  42 |  31 | 231 |8611 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.78/53.82	c  53.8s| 20200 |   120 |302032 |  14.9 |9004k|  42 |  34 | 231 |8575 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
53.98/54.08	c  54.1s| 20300 |   126 |304026 |  15.0 |8986k|  42 |  39 | 231 |8440 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
54.27/54.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.27/54.32	c  54.3s| 20400 |   126 |305886 |  15.0 |8976k|  42 |   - | 231 |8368 | 231 |2453 |  17 |  11k|2576 | 0.000000e+00 |      --      |    Inf 
54.48/54.52	c  54.5s| 20500 |   128 |307230 |  15.0 |8973k|  42 |   - | 231 |8332 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.67/54.71	c  54.7s| 20600 |   128 |308478 |  15.0 |8976k|  42 |  33 | 231 |8348 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
54.88/54.91	c  54.9s| 20700 |   128 |309879 |  15.0 |8975k|  42 |  34 | 231 |8331 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.07/55.11	c  55.1s| 20800 |   128 |311435 |  15.0 |8986k|  42 |   - | 231 |8351 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.17/55.28	c  55.3s| 20900 |   127 |312533 |  14.9 |8993k|  42 |  22 | 231 |8396 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.37/55.45	c  55.5s| 21000 |   128 |313778 |  14.9 |9014k|  42 |   - | 231 |8434 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.57/55.64	c  55.6s| 21100 |   129 |315038 |  14.9 |9029k|  42 |  36 | 231 |8472 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.77/55.84	c  55.8s| 21200 |   130 |316538 |  14.9 |9049k|  42 |  30 | 231 |8517 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
55.98/56.04	c  56.0s| 21300 |   132 |317955 |  14.9 |9066k|  42 |  30 | 231 |8560 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.17/56.24	c  56.2s| 21400 |   130 |319387 |  14.9 |9078k|  42 |  38 | 231 |8605 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.37/56.44	c  56.4s| 21500 |   128 |320812 |  14.9 |9089k|  42 |  34 | 231 |8648 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.57/56.64	c  56.6s| 21600 |   130 |322238 |  14.9 |9101k|  42 |   - | 231 |8661 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.78/56.85	c  56.9s| 21700 |   130 |323816 |  14.9 |9119k|  42 |   - | 231 |8682 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
56.97/57.08	c  57.1s| 21800 |   131 |325494 |  14.9 |9123k|  42 |  34 | 231 |8687 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.18/57.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.18/57.28	c  57.3s| 21900 |   132 |326891 |  14.9 |9123k|  42 |  30 | 231 |8652 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.37/57.46	c  57.5s| 22000 |   132 |328091 |  14.9 |9133k|  42 |   - | 231 |8676 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.57/57.67	c  57.7s| 22100 |   134 |329642 |  14.9 |9133k|  42 |  27 | 231 |8672 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
57.78/57.87	c  57.9s| 22200 |   140 |331189 |  14.9 |9146k|  42 |  27 | 231 |8675 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
58.07/58.10	c  58.1s| 22300 |   140 |333048 |  14.9 |9157k|  42 |   - | 231 |8692 | 231 |2453 |  17 |  12k|2576 | 0.000000e+00 |      --      |    Inf 
58.27/58.30	c  58.3s| 22400 |   138 |334497 |  14.9 |9160k|  42 |   - | 231 |8703 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.48/58.53	c  58.5s| 22500 |   138 |336090 |  14.9 |9153k|  42 |  29 | 231 |8690 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.67/58.75	c  58.8s| 22600 |   143 |337760 |  14.9 |9167k|  42 |  44 | 231 |8687 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
58.87/58.99	c  59.0s| 22700 |   139 |339548 |  15.0 |9169k|  42 |   - | 231 |8692 |   0 |   0 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.17/59.20	c  59.2s| 22800 |   139 |341056 |  15.0 |9167k|  42 |  33 | 231 |8696 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.28/59.40	c  59.4s| 22900 |   135 |342425 |  14.9 |9169k|  42 |   - | 231 |8714 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.58/59.63	c  59.6s| 23000 |   134 |344168 |  15.0 |9173k|  42 |  31 | 231 |8742 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.77/59.85	c  59.9s| 23100 |   132 |345720 |  15.0 |9168k|  42 |   - | 231 |8732 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
59.97/60.07	c  60.1s| 23200 |   132 |347402 |  15.0 |9181k|  42 |  29 | 231 |8781 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.17/60.28	c  60.3s| 23300 |   132 |348800 |  15.0 |9174k|  42 |  28 | 231 |8742 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.38/60.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.38/60.48	c  60.5s| 23400 |   130 |350215 |  15.0 |9162k|  42 |  30 | 231 |8723 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.57/60.69	c  60.7s| 23500 |   130 |351655 |  15.0 |9154k|  42 |   - | 231 |8681 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
60.77/60.89	c  60.9s| 23600 |   131 |352977 |  15.0 |9168k|  42 |   - | 231 |8708 |   0 |   0 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.07/61.10	c  61.1s| 23700 |   130 |354565 |  15.0 |9163k|  42 |   - | 231 |8710 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.27/61.31	c  61.3s| 23800 |   130 |356050 |  15.0 |9133k|  42 |  22 | 231 |8634 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.48/61.50	c  61.5s| 23900 |   132 |357358 |  14.9 |9132k|  42 |  34 | 231 |8607 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.58/61.69	c  61.7s| 24000 |   134 |358579 |  14.9 |9136k|  42 |   - | 231 |8592 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.77/61.87	c  61.9s| 24100 |   133 |359870 |  14.9 |9136k|  42 |   - | 231 |8608 | 231 |2453 |  17 |  13k|2576 | 0.000000e+00 |      --      |    Inf 
61.98/62.08	c  62.1s| 24200 |   133 |361311 |  14.9 |9130k|  42 |  34 | 231 |8589 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.17/62.27	c  62.3s| 24300 |   135 |362707 |  14.9 |9122k|  42 |  25 | 231 |8559 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.37/62.44	c  62.4s| 24400 |   133 |363806 |  14.9 |9125k|  42 |   - | 231 |8567 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.57/62.63	c  62.6s| 24500 |   130 |365096 |  14.9 |9127k|  42 |  24 | 231 |8606 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.77/62.87	c  62.9s| 24600 |   134 |366853 |  14.9 |9110k|  42 |  34 | 231 |8509 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
62.97/63.07	c  63.1s| 24700 |   134 |368269 |  14.9 |9120k|  42 |   - | 231 |8515 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.17/63.28	c  63.3s| 24800 |   133 |369755 |  14.9 |9121k|  42 |   - | 231 |8526 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.47/63.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.47/63.50	c  63.5s| 24900 |   135 |371425 |  14.9 |9138k|  42 |   - | 231 |8558 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.58/63.70	c  63.7s| 25000 |   134 |372806 |  14.9 |9143k|  42 |   - | 231 |8568 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
63.87/63.91	c  63.9s| 25100 |   132 |374285 |  14.9 |9137k|  42 |   - | 231 |8570 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.07/64.12	c  64.1s| 25200 |   134 |375696 |  14.9 |9142k|  42 |  35 | 231 |8581 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.27/64.34	c  64.3s| 25300 |   134 |377306 |  14.9 |9156k|  42 |  22 | 231 |8591 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.47/64.53	c  64.5s| 25400 |   134 |378779 |  14.9 |9167k|  42 |   - | 231 |8614 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.67/64.74	c  64.7s| 25500 |   134 |380353 |  14.9 |9166k|  42 |  29 | 231 |8616 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
64.88/64.96	c  65.0s| 25600 |   134 |381905 |  14.9 |9160k|  42 |   - | 231 |8590 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
65.07/65.17	c  65.2s| 25700 |   134 |383443 |  14.9 |9158k|  42 |  30 | 231 |8588 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
65.27/65.36	c  65.4s| 25800 |   132 |384759 |  14.9 |9163k|  42 |  33 | 231 |8615 | 231 |2453 |  17 |  14k|2576 | 0.000000e+00 |      --      |    Inf 
65.47/65.58	c  65.6s| 25900 |   144 |386303 |  14.9 |9176k|  42 |  34 | 231 |8555 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
65.67/65.79	c  65.8s| 26000 |   146 |387846 |  14.9 |9182k|  42 |   - | 231 |8546 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
65.88/65.99	c  66.0s| 26100 |   148 |389264 |  14.9 |9189k|  42 |   - | 231 |8546 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.17/66.20	c  66.2s| 26200 |   154 |390822 |  14.9 |9203k|  42 |  28 | 231 |8546 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.37/66.43	c  66.4s| 26300 |   154 |392581 |  14.9 |9216k|  42 |   - | 231 |8571 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.58/66.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.58/66.60	c  66.6s| 26400 |   161 |393841 |  14.9 |9244k|  42 |  28 | 231 |8618 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.77/66.80	c  66.8s| 26500 |   161 |395325 |  14.9 |9270k|  42 |   - | 231 |8671 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
66.98/67.01	c  67.0s| 26600 |   165 |396776 |  14.9 |9290k|  42 |  27 | 231 |8707 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.17/67.20	c  67.2s| 26700 |   169 |398153 |  14.9 |9320k|  42 |  30 | 231 |8757 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.27/67.39	c  67.4s| 26800 |   170 |399529 |  14.9 |9343k|  42 |   - | 231 |8798 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.47/67.57	c  67.6s| 26900 |   171 |400778 |  14.9 |9355k|  42 |  31 | 231 |8830 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.67/67.77	c  67.8s| 27000 |   166 |402259 |  14.9 |9360k|  42 |   - | 231 |8853 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
67.87/67.96	c  68.0s| 27100 |   165 |403544 |  14.9 |9380k|  42 |   - | 231 |8912 |   0 |   0 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.07/68.14	c  68.1s| 27200 |   163 |404754 |  14.9 |9388k|  42 |  33 | 231 |8958 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.27/68.35	c  68.3s| 27300 |   163 |406163 |  14.9 |9398k|  42 |  31 | 231 |8982 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.47/68.54	c  68.5s| 27400 |   165 |407487 |  14.9 |9429k|  42 |  26 | 231 |9044 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.67/68.74	c  68.7s| 27500 |   164 |408864 |  14.9 |9449k|  42 |  33 | 231 |9082 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
68.87/68.94	c  68.9s| 27600 |   164 |410194 |  14.9 |9464k|  42 |  35 | 231 |9118 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
69.07/69.15	c  69.1s| 27700 |   162 |411663 |  14.9 |9471k|  42 |  35 | 231 |9149 | 231 |2453 |  17 |  15k|2576 | 0.000000e+00 |      --      |    Inf 
69.37/69.41	c  69.4s| 27800 |   162 |413290 |  14.9 |9482k|  42 |  37 | 231 |9171 | 231 |2453 |  17 |  16k|2587 | 0.000000e+00 |      --      |    Inf 
69.57/69.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.57/69.68	c  69.7s| 27900 |   166 |414858 |  14.9 |9500k|  42 |  38 | 231 |9184 | 231 |2453 |  17 |  16k|2601 | 0.000000e+00 |      --      |    Inf 
69.87/69.97	c  70.0s| 28000 |   169 |416586 |  14.9 |9525k|  42 |   - | 231 |9213 | 231 |2453 |  17 |  16k|2618 | 0.000000e+00 |      --      |    Inf 
70.17/70.25	c  70.3s| 28100 |   171 |418210 |  14.9 |9544k|  42 |   - | 231 |9241 | 231 |2453 |  17 |  16k|2633 | 0.000000e+00 |      --      |    Inf 
70.47/70.55	c  70.5s| 28200 |   172 |419959 |  14.9 |9566k|  42 |   - | 231 |9284 | 231 |2453 |  17 |  16k|2652 | 0.000000e+00 |      --      |    Inf 
70.67/70.79	c  70.8s| 28300 |   176 |421547 |  14.9 |9588k|  42 |  28 | 231 |9327 | 231 |2453 |  17 |  16k|2657 | 0.000000e+00 |      --      |    Inf 
70.97/71.06	c  71.1s| 28400 |   178 |423201 |  14.9 |9616k|  42 |   - | 231 |9377 | 231 |2453 |  17 |  16k|2673 | 0.000000e+00 |      --      |    Inf 
71.27/71.31	c  71.3s| 28500 |   182 |424602 |  14.9 |9639k|  42 |  30 | 231 |9420 | 231 |2453 |  17 |  16k|2687 | 0.000000e+00 |      --      |    Inf 
71.57/71.62	c  71.6s| 28600 |   178 |426483 |  14.9 |9652k|  42 |   - | 231 |9461 | 231 |2453 |  17 |  16k|2705 | 0.000000e+00 |      --      |    Inf 
71.87/71.90	c  71.9s| 28700 |   182 |428179 |  14.9 |9675k|  42 |  35 | 231 |9499 | 231 |2453 |  17 |  16k|2721 | 0.000000e+00 |      --      |    Inf 
72.07/72.19	c  72.2s| 28800 |   179 |429941 |  14.9 |9694k|  42 |   - | 231 |9537 | 231 |2453 |  17 |  16k|2734 | 0.000000e+00 |      --      |    Inf 
72.37/72.44	c  72.4s| 28900 |   183 |431472 |  14.9 |9708k|  42 |  25 | 231 |9533 | 231 |2453 |  17 |  16k|2747 | 0.000000e+00 |      --      |    Inf 
72.67/72.71	c  72.7s| 29000 |   183 |433029 |  14.9 |9696k|  42 |  38 | 231 |9504 | 231 |2453 |  17 |  16k|2759 | 0.000000e+00 |      --      |    Inf 
72.87/72.99	c  73.0s| 29100 |   179 |434602 |  14.9 |9703k|  42 |   - | 231 |9517 | 231 |2453 |  17 |  16k|2775 | 0.000000e+00 |      --      |    Inf 
73.17/73.24	c  73.2s| 29200 |   177 |436234 |  14.9 |9707k|  42 |   - | 231 |9532 | 231 |2453 |  17 |  16k|2780 | 0.000000e+00 |      --      |    Inf 
73.47/73.51	c  73.5s| 29300 |   179 |437672 |  14.9 |9711k|  42 |  35 | 231 |9523 | 231 |2453 |  17 |  16k|2798 | 0.000000e+00 |      --      |    Inf 
73.68/73.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.68/73.75	c  73.8s| 29400 |   175 |439162 |  14.9 |9687k|  42 |  30 | 231 |9486 | 231 |2453 |  17 |  16k|2805 | 0.000000e+00 |      --      |    Inf 
73.87/73.99	c  74.0s| 29500 |   177 |440594 |  14.9 |9681k|  42 |  34 | 231 |9456 | 231 |2453 |  17 |  16k|2810 | 0.000000e+00 |      --      |    Inf 
74.07/74.18	c  74.2s| 29600 |   175 |441925 |  14.9 |9681k|  42 |  40 | 231 |9459 | 231 |2453 |  17 |  16k|2810 | 0.000000e+00 |      --      |    Inf 
74.36/74.40	c  74.4s| 29700 |   177 |443499 |  14.9 |9698k|  42 |  26 | 231 |9487 | 231 |2453 |  17 |  17k|2810 | 0.000000e+00 |      --      |    Inf 
74.57/74.60	c  74.6s| 29800 |   177 |444920 |  14.9 |9719k|  42 |  39 | 231 |9537 | 231 |2453 |  17 |  17k|2810 | 0.000000e+00 |      --      |    Inf 
74.78/74.82	c  74.8s| 29900 |   177 |446448 |  14.9 |9726k|  42 |  16 | 231 |9548 | 231 |2453 |  17 |  17k|2811 | 0.000000e+00 |      --      |    Inf 
74.97/75.06	c  75.1s| 30000 |   179 |448209 |  14.9 |9718k|  42 |  33 | 231 |9490 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.16/75.27	c  75.3s| 30100 |   181 |449790 |  14.9 |9700k|  42 |   - | 231 |9405 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.37/75.47	c  75.5s| 30200 |   181 |451228 |  14.9 |9681k|  42 |   - | 231 |9333 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.67/75.70	c  75.7s| 30300 |   181 |452936 |  14.9 |9669k|  42 |  28 | 231 |9296 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
75.88/75.92	c  75.9s| 30400 |   181 |454560 |  14.9 |9671k|  42 |   - | 231 |9281 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.07/76.14	c  76.1s| 30500 |   177 |456059 |  14.9 |9642k|  42 |  35 | 231 |9203 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.27/76.36	c  76.4s| 30600 |   178 |457660 |  15.0 |9625k|  42 |   - | 231 |9122 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.47/76.55	c  76.5s| 30700 |   178 |458995 |  14.9 |9618k|  42 |   - | 231 |9086 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.67/76.76	c  76.8s| 30800 |   178 |460537 |  14.9 |9623k|  42 |  32 | 231 |9106 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
76.88/77.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.88/77.00	c  77.0s| 30900 |   176 |462279 |  15.0 |9601k|  42 |   - | 231 |9044 | 231 |2453 |  17 |  17k|2812 | 0.000000e+00 |      --      |    Inf 
77.17/77.21	c  77.2s| 31000 |   178 |463691 |  15.0 |9593k|  42 |  34 | 231 |9034 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.37/77.43	c  77.4s| 31100 |   180 |465393 |  15.0 |9603k|  42 |   - | 231 |9014 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.57/77.66	c  77.7s| 31200 |   178 |466944 |  15.0 |9566k|  42 |  41 | 231 |8918 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.77/77.87	c  77.9s| 31300 |   179 |468531 |  15.0 |9578k|  42 |  32 | 231 |8936 | 231 |2453 |  17 |  17k|2813 | 0.000000e+00 |      --      |    Inf 
77.98/78.06	c  78.1s| 31400 |   181 |469835 |  15.0 |9598k|  42 |   - | 231 |8967 | 231 |2453 |  17 |  18k|2813 | 0.000000e+00 |      --      |    Inf 
78.27/78.30	c  78.3s| 31500 |   180 |471277 |  15.0 |9605k|  42 |  34 | 231 |8999 | 231 |2453 |  17 |  18k|2825 | 0.000000e+00 |      --      |    Inf 
78.57/78.61	c  78.6s| 31600 |   180 |472941 |  15.0 |9596k|  42 |   - | 231 |8954 | 231 |2453 |  17 |  18k|2849 | 0.000000e+00 |      --      |    Inf 
78.77/78.83	c  78.8s| 31700 |   178 |474409 |  15.0 |9589k|  42 |  37 | 231 |8948 | 231 |2453 |  17 |  18k|2854 | 0.000000e+00 |      --      |    Inf 
79.07/79.15	c  79.2s| 31800 |   176 |476186 |  15.0 |9583k|  42 |  37 | 231 |8950 | 231 |2453 |  17 |  18k|2875 | 0.000000e+00 |      --      |    Inf 
79.37/79.45	c  79.5s| 31900 |   178 |478104 |  15.0 |9573k|  42 |  28 | 231 |8885 | 231 |2453 |  17 |  18k|2888 | 0.000000e+00 |      --      |    Inf 
79.67/79.73	c  79.7s| 32000 |   176 |479843 |  15.0 |9582k|  42 |   - | 231 |8919 | 231 |2453 |  17 |  18k|2898 | 0.000000e+00 |      --      |    Inf 
79.97/80.02	c  80.0s| 32100 |   179 |481722 |  15.0 |9568k|  42 |  27 | 231 |8864 | 231 |2453 |  17 |  18k|2907 | 0.000000e+00 |      --      |    Inf 
80.28/80.33	c  80.3s| 32200 |   177 |483443 |  15.0 |9555k|  42 |  34 | 231 |8851 | 231 |2453 |  17 |  18k|2925 | 0.000000e+00 |      --      |    Inf 
80.46/80.56	c  80.6s| 32300 |   177 |484917 |  15.0 |9553k|  42 |   - | 231 |8824 | 231 |2453 |  17 |  18k|2931 | 0.000000e+00 |      --      |    Inf 
80.77/80.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.77/80.82	c  80.8s| 32400 |   175 |486459 |  15.0 |9550k|  42 |   - | 231 |8822 | 231 |2453 |  17 |  18k|2942 | 0.000000e+00 |      --      |    Inf 
81.07/81.11	c  81.1s| 32500 |   177 |488264 |  15.0 |9553k|  42 |  31 | 231 |8834 | 231 |2453 |  17 |  18k|2959 | 0.000000e+00 |      --      |    Inf 
81.27/81.38	c  81.4s| 32600 |   175 |489956 |  15.0 |9565k|  42 |   - | 231 |8873 | 231 |2453 |  17 |  18k|2974 | 0.000000e+00 |      --      |    Inf 
81.56/81.64	c  81.6s| 32700 |   176 |491565 |  15.0 |9567k|  42 |   - | 231 |8880 | 231 |2453 |  17 |  18k|2989 | 0.000000e+00 |      --      |    Inf 
81.87/81.93	c  81.9s| 32800 |   176 |493326 |  15.0 |9569k|  42 |   - | 231 |8887 | 231 |2453 |  17 |  18k|3003 | 0.000000e+00 |      --      |    Inf 
82.17/82.20	c  82.2s| 32900 |   176 |494956 |  15.0 |9554k|  42 |   - | 231 |8815 | 231 |2453 |  17 |  18k|3017 | 0.000000e+00 |      --      |    Inf 
82.37/82.45	c  82.5s| 33000 |   178 |496513 |  15.0 |9558k|  42 |   - | 231 |8823 | 231 |2453 |  17 |  19k|3028 | 0.000000e+00 |      --      |    Inf 
82.57/82.69	c  82.7s| 33100 |   178 |497953 |  15.0 |9556k|  42 |   - | 231 |8800 | 231 |2453 |  17 |  19k|3040 | 0.000000e+00 |      --      |    Inf 
82.87/82.93	c  82.9s| 33200 |   180 |499575 |  15.0 |9558k|  42 |  20 | 231 |8799 | 231 |2453 |  17 |  19k|3044 | 0.000000e+00 |      --      |    Inf 
83.07/83.16	c  83.2s| 33300 |   176 |501166 |  15.0 |9551k|  42 |  34 | 231 |8791 | 231 |2453 |  17 |  19k|3047 | 0.000000e+00 |      --      |    Inf 
83.26/83.39	c  83.4s| 33400 |   174 |502617 |  15.0 |9548k|  42 |   - | 231 |8787 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
83.58/83.64	c  83.6s| 33500 |   178 |504436 |  15.1 |9530k|  42 |  34 | 231 |8722 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
83.77/83.86	c  83.9s| 33600 |   177 |506081 |  15.1 |9529k|  42 |  35 | 231 |8730 | 231 |2453 |  17 |  19k|3050 | 0.000000e+00 |      --      |    Inf 
84.07/84.12	c  84.1s| 33700 |   175 |507988 |  15.1 |9534k|  42 |   - | 231 |8722 | 231 |2453 |  17 |  19k|3051 | 0.000000e+00 |      --      |    Inf 
84.27/84.35	c  84.3s| 33800 |   174 |509572 |  15.1 |9525k|  42 |  28 | 231 |8724 | 231 |2453 |  17 |  19k|3051 | 0.000000e+00 |      --      |    Inf 
84.47/84.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.47/84.56	c  84.6s| 33900 |   173 |511011 |  15.1 |9506k|  42 |  32 | 231 |8678 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.67/84.78	c  84.8s| 34000 |   175 |512539 |  15.1 |9512k|  42 |  26 | 231 |8673 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
84.87/84.98	c  85.0s| 34100 |   181 |514028 |  15.1 |9524k|  42 |  23 | 231 |8663 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.07/85.19	c  85.2s| 34200 |   179 |515578 |  15.1 |9534k|  42 |   - | 231 |8692 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.37/85.42	c  85.4s| 34300 |   177 |517404 |  15.1 |9542k|  42 |   - | 231 |8729 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.57/85.60	c  85.6s| 34400 |   179 |518643 |  15.1 |9559k|  42 |  12 | 231 |8773 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.67/85.80	c  85.8s| 34500 |   176 |519998 |  15.1 |9581k|  42 |   - | 231 |8838 |   0 |   0 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
85.96/86.01	c  86.0s| 34600 |   176 |521587 |  15.1 |9597k|  42 |  39 | 231 |8894 | 231 |2453 |  17 |  19k|3052 | 0.000000e+00 |      --      |    Inf 
86.17/86.21	c  86.2s| 34700 |   177 |523104 |  15.1 |9625k|  42 |   - | 231 |8956 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.36/86.42	c  86.4s| 34800 |   176 |524593 |  15.1 |9648k|  42 |   - | 231 |9026 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.57/86.62	c  86.6s| 34900 |   176 |526122 |  15.1 |9669k|  42 |   - | 231 |9083 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
86.77/86.86	c  86.9s| 35000 |   179 |527835 |  15.1 |9684k|  42 |  35 | 231 |9108 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
87.07/87.10	c  87.1s| 35100 |   175 |529653 |  15.1 |9674k|  42 |  34 | 231 |9119 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
87.27/87.32	c  87.3s| 35200 |   173 |531157 |  15.1 |9665k|  42 |  34 | 231 |9128 | 231 |2453 |  17 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
87.47/87.56	c  87.6s| 35300 |   169 |532607 |  15.1 |9635k|  42 |   - | 231 |9067 | 231 |2453 |  17 |  20k|3057 | 0.000000e+00 |      --      |    Inf 
87.67/87.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.67/87.78	c  87.8s| 35400 |   169 |533882 |  15.1 |9604k|  42 |  18 | 231 |9079 | 231 |2453 |  17 |  20k|3065 | 0.000000e+00 |      --      |    Inf 
87.97/88.04	c  88.0s| 35500 |   169 |535474 |  15.1 |9596k|  42 |   - | 231 |9055 | 231 |2453 |  17 |  20k|3078 | 0.000000e+00 |      --      |    Inf 
88.27/88.30	c  88.3s| 35600 |   167 |536856 |  15.1 |9597k|  42 |   - | 231 |9065 | 231 |2453 |  17 |  20k|3092 | 0.000000e+00 |      --      |    Inf 
88.47/88.56	c  88.6s| 35700 |   165 |538518 |  15.1 |9576k|  42 |  39 | 231 |9046 | 231 |2453 |  17 |  20k|3102 | 0.000000e+00 |      --      |    Inf 
88.77/88.89	c  88.9s| 35800 |   165 |540601 |  15.1 |9584k|  42 |   - | 231 |9056 | 231 |2453 |  17 |  20k|3118 | 0.000000e+00 |      --      |    Inf 
89.07/89.16	c  89.2s| 35900 |   165 |542293 |  15.1 |9598k|  42 |   - | 231 |9089 | 231 |2453 |  17 |  20k|3130 | 0.000000e+00 |      --      |    Inf 
89.37/89.43	c  89.4s| 36000 |   163 |544009 |  15.1 |9604k|  42 |   - | 231 |9118 | 231 |2453 |  17 |  20k|3139 | 0.000000e+00 |      --      |    Inf 
89.57/89.65	c  89.7s| 36100 |   165 |545400 |  15.1 |9626k|  42 |  38 | 231 |9167 | 231 |2453 |  17 |  20k|3148 | 0.000000e+00 |      --      |    Inf 
89.76/89.89	c  89.9s| 36200 |   163 |546825 |  15.1 |9639k|  42 |   - | 231 |9193 |   0 |   0 |  17 |  20k|3158 | 0.000000e+00 |      --      |    Inf 
90.08/90.13	c  90.1s| 36300 |   163 |548136 |  15.1 |9639k|  42 |  25 | 231 |9217 | 231 |2453 |  17 |  20k|3170 | 0.000000e+00 |      --      |    Inf 
90.27/90.38	c  90.4s| 36400 |   162 |549638 |  15.1 |9629k|  42 |  30 | 231 |9197 | 231 |2453 |  17 |  20k|3182 | 0.000000e+00 |      --      |    Inf 
90.57/90.63	c  90.6s| 36500 |   161 |551179 |  15.1 |9635k|  42 |   - | 231 |9209 | 231 |2453 |  17 |  21k|3192 | 0.000000e+00 |      --      |    Inf 
90.77/90.88	c  90.9s| 36600 |   164 |552786 |  15.1 |9640k|  42 |  29 | 231 |9214 | 231 |2453 |  17 |  21k|3200 | 0.000000e+00 |      --      |    Inf 
91.06/91.12	c  91.1s| 36700 |   165 |554276 |  15.1 |9655k|  42 |  21 | 231 |9260 | 231 |2453 |  17 |  21k|3212 | 0.000000e+00 |      --      |    Inf 
91.37/91.41	c  91.4s| 36800 |   164 |556132 |  15.1 |9670k|  42 |   - | 231 |9293 | 231 |2453 |  17 |  21k|3226 | 0.000000e+00 |      --      |    Inf 
91.56/91.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.56/91.67	c  91.7s| 36900 |   165 |557826 |  15.1 |9684k|  42 |  36 | 231 |9324 | 231 |2453 |  17 |  21k|3236 | 0.000000e+00 |      --      |    Inf 
91.76/91.86	c  91.9s| 37000 |   169 |559016 |  15.1 |9703k|  42 |   - | 231 |9359 |   0 |   0 |  17 |  21k|3240 | 0.000000e+00 |      --      |    Inf 
91.97/92.02	c  92.0s| 37100 |   166 |560071 |  15.1 |9720k|  42 |   - | 231 |9431 | 231 |2453 |  17 |  21k|3241 | 0.000000e+00 |      --      |    Inf 
92.16/92.25	c  92.3s| 37200 |   171 |561434 |  15.1 |9747k|  42 |   - | 231 |9485 | 231 |2453 |  17 |  21k|3250 | 0.000000e+00 |      --      |    Inf 
92.37/92.43	c  92.4s| 37300 |   170 |562693 |  15.1 |9758k|  42 |  22 | 231 |9528 | 231 |2453 |  17 |  21k|3251 | 0.000000e+00 |      --      |    Inf 
92.57/92.62	c  92.6s| 37400 |   173 |563966 |  15.1 |9784k|  42 |  12 | 231 |9583 | 231 |2453 |  17 |  21k|3252 | 0.000000e+00 |      --      |    Inf 
92.67/92.79	c  92.8s| 37500 |   167 |565206 |  15.1 |9796k|  42 |  30 | 231 |9651 | 231 |2453 |  17 |  21k|3252 | 0.000000e+00 |      --      |    Inf 
92.87/92.98	c  93.0s| 37600 |   168 |566479 |  15.1 |9817k|  42 |  23 | 231 |9706 | 231 |2453 |  17 |  21k|3253 | 0.000000e+00 |      --      |    Inf 
93.07/93.16	c  93.2s| 37700 |   167 |567811 |  15.1 |9834k|  42 |   - | 231 |9755 | 231 |2453 |  17 |  21k|3254 | 0.000000e+00 |      --      |    Inf 
93.26/93.33	c  93.3s| 37800 |   169 |568841 |  15.0 |9862k|  42 |  31 | 231 |9827 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
93.38/93.50	c  93.5s| 37900 |   172 |569923 |  15.0 |9885k|  42 |  36 | 231 |9882 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
93.57/93.67	c  93.7s| 38000 |   174 |571092 |  15.0 |9916k|  42 |   - | 231 |9938 | 231 |2453 |  17 |  21k|3256 | 0.000000e+00 |      --      |    Inf 
93.77/93.84	c  93.8s| 38100 |   176 |572313 |  15.0 |9938k|  42 |  31 | 231 |9993 | 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
93.97/94.02	c  94.0s| 38200 |   172 |573532 |  15.0 |9950k|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.16/94.21	c  94.2s| 38300 |   171 |574808 |  15.0 |9967k|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.26/94.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.26/94.38	c  94.4s| 38400 |   172 |575966 |  15.0 |9984k|  42 |  33 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.47/94.56	c  94.6s| 38500 |   170 |577189 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.66/94.74	c  94.7s| 38600 |   167 |578452 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
94.87/94.94	c  94.9s| 38700 |   165 |579949 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
95.07/95.13	c  95.1s| 38800 |   167 |581224 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
95.27/95.30	c  95.3s| 38900 |   167 |582312 |  15.0 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
95.37/95.47	c  95.5s| 39000 |   166 |583531 |  15.0 |  10M|  42 |  26 | 231 |  10k| 231 |2453 |  17 |  22k|3256 | 0.000000e+00 |      --      |    Inf 
95.57/95.67	c  95.7s| 39100 |   167 |584757 |  15.0 |  10M|  42 |  25 | 231 |  10k| 231 |2453 |  17 |  22k|3258 | 0.000000e+00 |      --      |    Inf 
95.76/95.88	c  95.9s| 39200 |   164 |586227 |  15.0 |  10M|  42 |   - | 231 |  10k|   0 |   0 |  17 |  22k|3261 | 0.000000e+00 |      --      |    Inf 
95.97/96.09	c  96.1s| 39300 |   169 |587438 |  14.9 |  10M|  42 |  36 | 231 |  10k| 231 |2453 |  17 |  22k|3266 | 0.000000e+00 |      --      |    Inf 
96.26/96.31	c  96.3s| 39400 |   162 |588980 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3269 | 0.000000e+00 |      --      |    Inf 
96.36/96.49	c  96.5s| 39500 |   166 |590050 |  14.9 |  10M|  42 |  28 | 231 |  10k| 231 |2453 |  17 |  22k|3271 | 0.000000e+00 |      --      |    Inf 
96.57/96.69	c  96.7s| 39600 |   164 |591371 |  14.9 |  10M|  42 |  35 | 231 |  10k| 231 |2453 |  17 |  22k|3271 | 0.000000e+00 |      --      |    Inf 
96.86/96.90	c  96.9s| 39700 |   163 |592877 |  14.9 |  10M|  42 |  31 | 231 |  10k| 231 |2453 |  17 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
96.96/97.09	c  97.1s| 39800 |   163 |594291 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
97.27/97.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.27/97.30	c  97.3s| 39900 |   166 |595717 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3272 | 0.000000e+00 |      --      |    Inf 
97.47/97.56	c  97.6s| 40000 |   172 |597485 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3281 | 0.000000e+00 |      --      |    Inf 
97.77/97.82	c  97.8s| 40100 |   174 |599132 |  14.9 |  10M|  42 |  21 | 231 |  10k| 231 |2453 |  17 |  23k|3291 | 0.000000e+00 |      --      |    Inf 
98.07/98.11	c  98.1s| 40200 |   172 |600893 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3307 | 0.000000e+00 |      --      |    Inf 
98.37/98.40	c  98.4s| 40300 |   173 |602560 |  14.9 |  10M|  42 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3323 | 0.000000e+00 |      --      |    Inf 
98.56/98.63	c  98.6s| 40400 |   173 |604082 |  14.9 |  10M|  42 |  33 | 231 |  10k| 231 |2453 |  17 |  23k|3328 | 0.000000e+00 |      --      |    Inf 
98.87/98.91	c  98.9s| 40500 |   170 |605903 |  15.0 |  10M|  42 |  41 | 231 |  10k| 231 |2453 |  17 |  23k|3337 | 0.000000e+00 |      --      |    Inf 
99.16/99.20	c  99.2s| 40600 |   167 |607628 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3351 | 0.000000e+00 |      --      |    Inf 
99.37/99.46	c  99.5s| 40700 |   165 |609360 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3358 | 0.000000e+00 |      --      |    Inf 
99.66/99.74	c  99.7s| 40800 |   165 |610979 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3371 | 0.000000e+00 |      --      |    Inf 
99.97/100.02	c   100s| 40900 |   165 |612595 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3381 | 0.000000e+00 |      --      |    Inf 
100.26/100.32	c   100s| 41000 |   171 |614468 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3391 | 0.000000e+00 |      --      |    Inf 
100.47/100.58	c   101s| 41100 |   168 |616035 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  23k|3402 | 0.000000e+00 |      --      |    Inf 
100.77/100.87	c   101s| 41200 |   168 |617912 |  15.0 |  10M|  43 |  36 | 231 |  10k| 231 |2453 |  17 |  23k|3412 | 0.000000e+00 |      --      |    Inf 
101.07/101.17	c   101s| 41300 |   168 |619768 |  15.0 |  10M|  43 |  26 | 231 |  10k| 231 |2453 |  17 |  23k|3424 | 0.000000e+00 |      --      |    Inf 
101.37/101.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.37/101.43	c   101s| 41400 |   168 |621309 |  15.0 |  10M|  43 |  30 | 231 |  10k| 231 |2453 |  17 |  23k|3437 | 0.000000e+00 |      --      |    Inf 
101.56/101.69	c   102s| 41500 |   164 |622905 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3447 | 0.000000e+00 |      --      |    Inf 
101.87/101.96	c   102s| 41600 |   166 |624591 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3458 | 0.000000e+00 |      --      |    Inf 
102.17/102.25	c   102s| 41700 |   170 |626373 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3469 | 0.000000e+00 |      --      |    Inf 
102.47/102.50	c   103s| 41800 |   168 |628104 |  15.0 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  24k|3474 | 0.000000e+00 |      --      |    Inf 
102.66/102.76	c   103s| 41900 |   168 |629801 |  15.0 |9977k|  43 |   - | 231 |9955 | 231 |2453 |  17 |  24k|3479 | 0.000000e+00 |      --      |    Inf 
102.97/103.03	c   103s| 42000 |   166 |631646 |  15.0 |9901k|  43 |  44 | 231 |9776 | 231 |2453 |  17 |  24k|3484 | 0.000000e+00 |      --      |    Inf 
103.27/103.31	c   103s| 42100 |   166 |633596 |  15.0 |9866k|  43 |  20 | 231 |9666 | 231 |2453 |  17 |  24k|3491 | 0.000000e+00 |      --      |    Inf 
103.46/103.52	c   104s| 42200 |   162 |635033 |  15.0 |9865k|  43 |   - | 231 |9690 | 231 |2453 |  17 |  24k|3493 | 0.000000e+00 |      --      |    Inf 
103.67/103.72	c   104s| 42300 |   164 |636392 |  15.0 |9866k|  43 |  38 | 231 |9693 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
103.87/103.96	c   104s| 42400 |   164 |638258 |  15.1 |9863k|  43 |  32 | 231 |9664 | 231 |2453 |  17 |  24k|3494 | 0.000000e+00 |      --      |    Inf 
104.07/104.16	c   104s| 42500 |   162 |639636 |  15.0 |9856k|  43 |   - | 231 |9643 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
104.26/104.40	c   104s| 42600 |   158 |641516 |  15.1 |9843k|  43 |   - | 231 |9636 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
104.56/104.62	c   105s| 42700 |   158 |642963 |  15.1 |9847k|  43 |   - | 231 |9613 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
104.77/104.81	c   105s| 42800 |   160 |644380 |  15.1 |9859k|  43 |  34 | 231 |9638 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
104.96/105.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.96/105.03	c   105s| 42900 |   162 |645990 |  15.1 |9872k|  43 |  20 | 231 |9656 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
105.16/105.27	c   105s| 43000 |   162 |647716 |  15.1 |9888k|  43 |  23 | 231 |9698 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
105.36/105.49	c   105s| 43100 |   161 |649415 |  15.1 |9898k|  43 |  22 | 231 |9726 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
105.66/105.70	c   106s| 43200 |   160 |650959 |  15.1 |9915k|  43 |   - | 231 |9763 | 231 |2453 |  17 |  24k|3495 | 0.000000e+00 |      --      |    Inf 
105.86/105.90	c   106s| 43300 |   160 |652489 |  15.1 |9921k|  47 |  37 | 231 |9785 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.07/106.12	c   106s| 43400 |   158 |653934 |  15.1 |9882k|  47 |  42 | 231 |9722 | 231 |2453 |  17 |  25k|3495 | 0.000000e+00 |      --      |    Inf 
106.27/106.34	c   106s| 43500 |   155 |655426 |  15.1 |9861k|  47 |  23 | 231 |9688 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
106.47/106.56	c   107s| 43600 |   151 |656958 |  15.1 |9831k|  47 |   - | 231 |9683 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
106.67/106.79	c   107s| 43700 |   151 |658667 |  15.1 |9811k|  47 |   - | 231 |9619 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
106.86/106.99	c   107s| 43800 |   151 |660010 |  15.1 |9805k|  47 |  35 | 231 |9610 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
107.17/107.23	c   107s| 43900 |   151 |661795 |  15.1 |9812k|  47 |   - | 231 |9630 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
107.36/107.42	c   107s| 44000 |   151 |663068 |  15.1 |9829k|  47 |   - | 231 |9675 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
107.56/107.63	c   108s| 44100 |   151 |664502 |  15.1 |9837k|  47 |  37 | 231 |9716 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
107.77/107.83	c   108s| 44200 |   151 |665906 |  15.1 |9850k|  47 |  23 | 231 |9758 | 231 |2453 |  17 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
107.96/108.08	c   108s| 44300 |   151 |667472 |  15.1 |9869k|  47 |  38 | 231 |9812 | 231 |2453 |  17 |  25k|3505 | 0.000000e+00 |      --      |    Inf 
108.26/108.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.26/108.32	c   108s| 44400 |   149 |668916 |  15.1 |9860k|  47 |  38 | 231 |9798 | 231 |2453 |  17 |  25k|3512 | 0.000000e+00 |      --      |    Inf 
108.46/108.59	c   109s| 44500 |   151 |670557 |  15.1 |9866k|  47 |   - | 231 |9792 | 231 |2453 |  17 |  25k|3526 | 0.000000e+00 |      --      |    Inf 
108.77/108.82	c   109s| 44600 |   147 |672050 |  15.1 |9863k|  47 |   - | 231 |9816 | 231 |2453 |  17 |  25k|3530 | 0.000000e+00 |      --      |    Inf 
109.07/109.15	c   109s| 44700 |   147 |674061 |  15.1 |9875k|  47 |   - | 231 |9847 | 231 |2453 |  17 |  25k|3549 | 0.000000e+00 |      --      |    Inf 
109.36/109.43	c   109s| 44800 |   146 |675792 |  15.1 |9877k|  47 |   - | 231 |9835 | 231 |2453 |  17 |  25k|3559 | 0.000000e+00 |      --      |    Inf 
109.67/109.70	c   110s| 44900 |   148 |677646 |  15.1 |9879k|  47 |   - | 231 |9821 | 231 |2453 |  17 |  25k|3567 | 0.000000e+00 |      --      |    Inf 
109.87/109.95	c   110s| 45000 |   145 |679129 |  15.1 |9886k|  47 |   - | 231 |9867 | 231 |2453 |  17 |  26k|3580 | 0.000000e+00 |      --      |    Inf 
110.17/110.22	c   110s| 45100 |   142 |680680 |  15.1 |9870k|  47 |   - | 231 |9839 | 231 |2453 |  17 |  26k|3593 | 0.000000e+00 |      --      |    Inf 
110.36/110.43	c   110s| 45200 |   143 |682069 |  15.1 |9857k|  47 |  25 | 231 |9794 | 231 |2453 |  17 |  26k|3596 | 0.000000e+00 |      --      |    Inf 
110.67/110.73	c   111s| 45300 |   143 |683928 |  15.1 |9852k|  47 |  26 | 231 |9791 | 231 |2453 |  17 |  26k|3609 | 0.000000e+00 |      --      |    Inf 
110.97/111.06	c   111s| 45400 |   139 |685914 |  15.1 |9838k|  47 |  35 | 231 |9775 | 231 |2453 |  17 |  26k|3623 | 0.000000e+00 |      --      |    Inf 
111.27/111.33	c   111s| 45500 |   138 |687559 |  15.1 |9827k|  47 |  30 | 231 |9745 | 231 |2453 |  17 |  26k|3636 | 0.000000e+00 |      --      |    Inf 
111.47/111.58	c   112s| 45600 |   137 |689195 |  15.1 |9812k|  47 |  33 | 231 |9720 | 231 |2453 |  17 |  26k|3644 | 0.000000e+00 |      --      |    Inf 
111.76/111.86	c   112s| 45700 |   136 |690844 |  15.1 |9800k|  47 |   - | 231 |9685 | 231 |2453 |  17 |  26k|3654 | 0.000000e+00 |      --      |    Inf 
112.07/112.13	c   112s| 45800 |   136 |692443 |  15.1 |9805k|  47 |  32 | 231 |9703 | 231 |2453 |  17 |  26k|3665 | 0.000000e+00 |      --      |    Inf 
112.36/112.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.36/112.44	c   112s| 45900 |   134 |694332 |  15.1 |9761k|  47 |  39 | 231 |9582 | 231 |2453 |  17 |  26k|3679 | 0.000000e+00 |      --      |    Inf 
112.66/112.75	c   113s| 46000 |   136 |696367 |  15.1 |9737k|  47 |  47 | 231 |9500 | 231 |2453 |  17 |  26k|3691 | 0.000000e+00 |      --      |    Inf 
112.96/113.04	c   113s| 46100 |   138 |698338 |  15.1 |9695k|  47 |  34 | 231 |9374 | 231 |2453 |  17 |  26k|3697 | 0.000000e+00 |      --      |    Inf 
113.17/113.29	c   113s| 46200 |   138 |700093 |  15.2 |9677k|  47 |   - | 231 |9295 | 231 |2453 |  17 |  26k|3699 | 0.000000e+00 |      --      |    Inf 
113.47/113.53	c   114s| 46300 |   138 |701797 |  15.2 |9650k|  47 |  36 | 231 |9229 | 231 |2453 |  17 |  26k|3702 | 0.000000e+00 |      --      |    Inf 
113.67/113.75	c   114s| 46400 |   134 |703259 |  15.2 |9644k|  47 |   - | 231 |9233 | 231 |2453 |  17 |  26k|3702 | 0.000000e+00 |      --      |    Inf 
113.86/113.97	c   114s| 46500 |   134 |704936 |  15.2 |9620k|  47 |  41 | 231 |9162 | 231 |2453 |  17 |  26k|3702 | 0.000000e+00 |      --      |    Inf 
114.17/114.20	c   114s| 46600 |   130 |706538 |  15.2 |9607k|  47 |   - | 231 |9174 | 231 |2453 |  17 |  26k|3702 | 0.000000e+00 |      --      |    Inf 
114.37/114.42	c   114s| 46700 |   129 |708023 |  15.2 |9599k|  47 |   - | 231 |9155 | 231 |2453 |  17 |  26k|3703 | 0.000000e+00 |      --      |    Inf 
114.56/114.65	c   115s| 46800 |   127 |709642 |  15.2 |9585k|  47 |   - | 231 |9131 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
114.77/114.85	c   115s| 46900 |   126 |711114 |  15.2 |9589k|  47 |  36 | 231 |9161 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
114.96/115.06	c   115s| 47000 |   126 |712617 |  15.2 |9598k|  47 |  42 | 231 |9190 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
115.16/115.29	c   115s| 47100 |   126 |714221 |  15.2 |9586k|  47 |  33 | 231 |9201 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
115.47/115.53	c   116s| 47200 |   124 |715959 |  15.2 |9580k|  47 |  37 | 231 |9200 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
115.67/115.76	c   116s| 47300 |   122 |717604 |  15.2 |9558k|  47 |   - | 231 |9125 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
115.86/115.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.86/115.96	c   116s| 47400 |   128 |719111 |  15.2 |9556k|  47 |  23 | 231 |9083 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
116.06/116.17	c   116s| 47500 |   124 |720656 |  15.2 |9558k|  47 |   - | 231 |9116 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
116.27/116.40	c   116s| 47600 |   124 |722306 |  15.2 |9562k|  47 |   - | 231 |9131 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
116.47/116.60	c   117s| 47700 |   127 |723823 |  15.2 |9577k|  47 |  18 | 231 |9170 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
116.76/116.81	c   117s| 47800 |   127 |725326 |  15.2 |9586k|  47 |  25 | 231 |9195 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
116.96/117.02	c   117s| 47900 |   125 |726928 |  15.2 |9600k|  47 |  23 | 231 |9246 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
117.16/117.25	c   117s| 48000 |   123 |728697 |  15.2 |9614k|  47 |   - | 231 |9292 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
117.36/117.48	c   117s| 48100 |   123 |730334 |  15.2 |9623k|  47 |  33 | 231 |9328 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
117.67/117.72	c   118s| 48200 |   121 |732251 |  15.2 |9631k|  47 |  39 | 231 |9375 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
117.86/117.94	c   118s| 48300 |   121 |733942 |  15.2 |9635k|  47 |   - | 231 |9365 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
118.06/118.13	c   118s| 48400 |   123 |735199 |  15.2 |9632k|  47 |  26 | 231 |9346 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
118.26/118.35	c   118s| 48500 |   124 |736830 |  15.2 |9640k|  47 |   - | 231 |9348 | 231 |2453 |  17 |  27k|3703 | 0.000000e+00 |      --      |    Inf 
118.56/118.63	c   119s| 48600 |   121 |738646 |  15.2 |9648k|  47 |   - | 231 |9387 | 231 |2453 |  17 |  28k|3714 | 0.000000e+00 |      --      |    Inf 
118.86/118.94	c   119s| 48700 |   125 |740407 |  15.2 |9661k|  47 |  23 | 231 |9415 | 231 |2453 |  17 |  28k|3733 | 0.000000e+00 |      --      |    Inf 
119.06/119.17	c   119s| 48800 |   123 |742124 |  15.2 |9660k|  47 |  26 | 231 |9427 | 231 |2453 |  17 |  28k|3733 | 0.000000e+00 |      --      |    Inf 
119.36/119.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.36/119.46	c   119s| 48900 |   121 |743905 |  15.2 |9665k|  47 |  43 | 231 |9458 | 231 |2453 |  17 |  28k|3748 | 0.000000e+00 |      --      |    Inf 
119.66/119.74	c   120s| 49000 |   120 |745634 |  15.2 |9661k|  47 |   - | 231 |9422 | 231 |2453 |  17 |  28k|3760 | 0.000000e+00 |      --      |    Inf 
119.86/119.99	c   120s| 49100 |   122 |747164 |  15.2 |9645k|  47 |   - | 231 |9353 | 231 |2453 |  17 |  28k|3769 | 0.000000e+00 |      --      |    Inf 
120.16/120.23	c   120s| 49200 |   123 |748721 |  15.2 |9642k|  47 |  30 | 231 |9352 | 231 |2453 |  17 |  28k|3776 | 0.000000e+00 |      --      |    Inf 
120.37/120.49	c   120s| 49300 |   123 |750492 |  15.2 |9647k|  47 |   - | 231 |9363 | 231 |2453 |  17 |  28k|3787 | 0.000000e+00 |      --      |    Inf 
120.66/120.71	c   121s| 49400 |   124 |751883 |  15.2 |9668k|  47 |  26 | 231 |9393 | 231 |2453 |  17 |  28k|3794 | 0.000000e+00 |      --      |    Inf 
120.87/120.94	c   121s| 49500 |   124 |753231 |  15.2 |9674k|  47 |  23 | 231 |9407 | 231 |2453 |  17 |  28k|3805 | 0.000000e+00 |      --      |    Inf 
121.06/121.19	c   121s| 49600 |   122 |754760 |  15.2 |9680k|  47 |  30 | 231 |9440 | 231 |2453 |  17 |  28k|3818 | 0.000000e+00 |      --      |    Inf 
121.36/121.43	c   121s| 49700 |   121 |756222 |  15.2 |9688k|  47 |   - | 231 |9459 | 231 |2453 |  17 |  28k|3827 | 0.000000e+00 |      --      |    Inf 
121.56/121.68	c   122s| 49800 |   122 |757887 |  15.2 |9698k|  47 |   - | 231 |9486 | 231 |2453 |  17 |  28k|3838 | 0.000000e+00 |      --      |    Inf 
121.86/121.95	c   122s| 49900 |   122 |759461 |  15.2 |9709k|  47 |   - | 231 |9518 | 231 |2453 |  17 |  28k|3853 | 0.000000e+00 |      --      |    Inf 
122.07/122.17	c   122s| 50000 |   124 |760968 |  15.2 |9725k|  47 |  26 | 231 |9562 | 231 |2453 |  17 |  28k|3857 | 0.000000e+00 |      --      |    Inf 
122.36/122.43	c   122s| 50100 |   122 |762627 |  15.2 |9734k|  47 |  26 | 231 |9602 | 231 |2453 |  17 |  28k|3867 | 0.000000e+00 |      --      |    Inf 
122.57/122.68	c   123s| 50200 |   124 |764338 |  15.2 |9766k|  47 |   - | 231 |9651 | 231 |2453 |  17 |  28k|3877 | 0.000000e+00 |      --      |    Inf 
122.86/122.92	c   123s| 50300 |   125 |765865 |  15.2 |9780k|  47 |  15 | 231 |9700 | 231 |2453 |  17 |  28k|3890 | 0.000000e+00 |      --      |    Inf 
123.07/123.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.07/123.17	c   123s| 50400 |   123 |767507 |  15.2 |9793k|  47 |  41 | 231 |9753 | 231 |2453 |  17 |  29k|3900 | 0.000000e+00 |      --      |    Inf 
123.36/123.41	c   123s| 50500 |   122 |769152 |  15.2 |9815k|  47 |   - | 231 |9813 | 231 |2453 |  17 |  29k|3905 | 0.000000e+00 |      --      |    Inf 
123.66/123.75	c   124s| 50600 |   122 |771054 |  15.2 |9790k|  47 |   - | 231 |9730 | 231 |2453 |  17 |  29k|3927 | 0.000000e+00 |      --      |    Inf 
123.96/124.00	c   124s| 50700 |   122 |772569 |  15.2 |9785k|  47 |  27 | 231 |9724 | 231 |2453 |  17 |  29k|3939 | 0.000000e+00 |      --      |    Inf 
124.16/124.22	c   124s| 50800 |   120 |773881 |  15.2 |9787k|  47 |  23 | 231 |9747 | 231 |2453 |  17 |  29k|3947 | 0.000000e+00 |      --      |    Inf 
124.37/124.49	c   124s| 50900 |   118 |775534 |  15.2 |9767k|  47 |  29 | 231 |9704 | 231 |2453 |  17 |  29k|3956 | 0.000000e+00 |      --      |    Inf 
124.66/124.74	c   125s| 51000 |   116 |777169 |  15.2 |9772k|  47 |   - | 231 |9709 |   0 |   0 |  17 |  29k|3965 | 0.000000e+00 |      --      |    Inf 
124.86/124.98	c   125s| 51100 |   122 |778838 |  15.2 |9773k|  47 |   - | 231 |9677 | 231 |2453 |  17 |  29k|3969 | 0.000000e+00 |      --      |    Inf 
125.16/125.20	c   125s| 51200 |   123 |780228 |  15.2 |9784k|  47 |  27 | 231 |9718 | 231 |2453 |  17 |  29k|3974 | 0.000000e+00 |      --      |    Inf 
125.37/125.40	c   125s| 51300 |   123 |781778 |  15.2 |9802k|  47 |  29 | 231 |9760 | 231 |2453 |  17 |  29k|3974 | 0.000000e+00 |      --      |    Inf 
125.56/125.66	c   126s| 51400 |   130 |783664 |  15.2 |9832k|  47 |  23 | 231 |9794 | 231 |2453 |  17 |  29k|3978 | 0.000000e+00 |      --      |    Inf 
125.77/125.88	c   126s| 51500 |   130 |785324 |  15.2 |9854k|  47 |  37 | 231 |9838 | 231 |2453 |  17 |  29k|3978 | 0.000000e+00 |      --      |    Inf 
125.96/126.08	c   126s| 51600 |   129 |786718 |  15.2 |9870k|  47 |  44 | 231 |9884 | 231 |2453 |  17 |  29k|3978 | 0.000000e+00 |      --      |    Inf 
126.26/126.32	c   126s| 51700 |   120 |788426 |  15.2 |9864k|  47 |   - | 231 |9929 | 231 |2453 |  17 |  29k|3980 | 0.000000e+00 |      --      |    Inf 
126.47/126.53	c   127s| 51800 |   119 |789842 |  15.2 |9874k|  47 |   - | 231 |9967 | 231 |2453 |  17 |  29k|3981 | 0.000000e+00 |      --      |    Inf 
126.66/126.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.66/126.76	c   127s| 51900 |   119 |791547 |  15.2 |9857k|  47 |  27 | 231 |9928 | 231 |2453 |  17 |  29k|3981 | 0.000000e+00 |      --      |    Inf 
126.87/126.94	c   127s| 52000 |   119 |792806 |  15.2 |9872k|  47 |  34 | 231 |9953 | 231 |2453 |  17 |  29k|3982 | 0.000000e+00 |      --      |    Inf 
127.06/127.14	c   127s| 52100 |   121 |794105 |  15.2 |9877k|  47 |   - | 231 |9948 |   0 |   0 |  17 |  30k|3983 | 0.000000e+00 |      --      |    Inf 
127.26/127.32	c   127s| 52200 |   119 |795228 |  15.2 |9881k|  47 |  22 | 231 |9977 | 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
127.47/127.50	c   128s| 52300 |   119 |796581 |  15.2 |9889k|  47 |  37 | 231 |9994 | 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
127.66/127.70	c   128s| 52400 |   118 |798011 |  15.2 |9894k|  47 |  33 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
127.87/127.91	c   128s| 52500 |   120 |799502 |  15.2 |9901k|  47 |  37 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
128.06/128.13	c   128s| 52600 |   121 |801106 |  15.2 |9917k|  47 |  22 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
128.26/128.34	c   128s| 52700 |   123 |802731 |  15.2 |9939k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
128.46/128.55	c   129s| 52800 |   122 |804299 |  15.2 |9945k|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
128.67/128.75	c   129s| 52900 |   117 |805706 |  15.2 |9946k|  47 |  34 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
128.86/128.99	c   129s| 53000 |   118 |807410 |  15.2 |9918k|  47 |  25 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
129.17/129.20	c   129s| 53100 |   117 |809003 |  15.2 |9920k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
129.36/129.43	c   129s| 53200 |   117 |810723 |  15.2 |9925k|  47 |  40 | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
129.56/129.62	c   130s| 53300 |   115 |812152 |  15.2 |9942k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
129.77/129.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.77/129.85	c   130s| 53400 |   115 |813811 |  15.2 |9938k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  30k|3984 | 0.000000e+00 |      --      |    Inf 
129.96/130.09	c   130s| 53500 |   114 |815574 |  15.2 |9938k|  47 |  32 | 231 |  10k| 231 |2453 |  17 |  30k|3985 | 0.000000e+00 |      --      |    Inf 
130.26/130.36	c   130s| 53600 |   115 |817522 |  15.2 |9908k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  30k|3985 | 0.000000e+00 |      --      |    Inf 
130.56/130.62	c   131s| 53700 |   115 |819536 |  15.3 |9904k|  47 |   - | 231 |9972 |   0 |   0 |  17 |  30k|3985 | 0.000000e+00 |      --      |    Inf 
130.77/130.89	c   131s| 53800 |   114 |821256 |  15.3 |9869k|  47 |  29 | 231 |9886 | 231 |2453 |  17 |  30k|3995 | 0.000000e+00 |      --      |    Inf 
131.06/131.17	c   131s| 53900 |   114 |823117 |  15.3 |9845k|  47 |  37 | 231 |9809 | 231 |2453 |  17 |  30k|4002 | 0.000000e+00 |      --      |    Inf 
131.36/131.41	c   131s| 54000 |   114 |824783 |  15.3 |9838k|  47 |   - | 231 |9784 | 231 |2453 |  17 |  31k|4010 | 0.000000e+00 |      --      |    Inf 
131.66/131.72	c   132s| 54100 |   114 |826650 |  15.3 |9793k|  47 |  40 | 231 |9665 | 231 |2453 |  17 |  31k|4024 | 0.000000e+00 |      --      |    Inf 
131.87/131.94	c   132s| 54200 |   120 |828082 |  15.3 |9799k|  47 |  11 | 231 |9629 | 231 |2453 |  17 |  31k|4031 | 0.000000e+00 |      --      |    Inf 
132.07/132.12	c   132s| 54300 |   114 |829346 |  15.3 |9806k|  47 |   - | 231 |9672 | 231 |2453 |  17 |  31k|4036 | 0.000000e+00 |      --      |    Inf 
132.26/132.37	c   132s| 54400 |   116 |830774 |  15.3 |9813k|  47 |   - | 231 |9684 | 231 |2453 |  17 |  31k|4050 | 0.000000e+00 |      --      |    Inf 
132.56/132.62	c   133s| 54500 |   117 |832430 |  15.3 |9822k|  47 |   - | 231 |9688 | 231 |2453 |  17 |  31k|4062 | 0.000000e+00 |      --      |    Inf 
132.77/132.84	c   133s| 54600 |   116 |833909 |  15.3 |9827k|  47 |   - | 231 |9718 | 231 |2453 |  17 |  31k|4069 | 0.000000e+00 |      --      |    Inf 
133.07/133.11	c   133s| 54700 |   116 |835736 |  15.3 |9842k|  47 |  25 | 231 |9767 | 231 |2453 |  17 |  31k|4080 | 0.000000e+00 |      --      |    Inf 
133.26/133.35	c   133s| 54800 |   113 |837361 |  15.3 |9841k|  47 |   - | 231 |9762 | 231 |2453 |  17 |  31k|4085 | 0.000000e+00 |      --      |    Inf 
133.56/133.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.56/133.63	c   134s| 54900 |   112 |838900 |  15.3 |9820k|  47 |  29 | 231 |9736 | 231 |2453 |  17 |  31k|4098 | 0.000000e+00 |      --      |    Inf 
133.76/133.89	c   134s| 55000 |   109 |840521 |  15.3 |9799k|  47 |   - | 231 |9696 | 231 |2453 |  17 |  31k|4106 | 0.000000e+00 |      --      |    Inf 
133.96/134.10	c   134s| 55100 |   107 |842019 |  15.3 |9812k|  47 |   - | 231 |9739 | 231 |2453 |  17 |  31k|4112 | 0.000000e+00 |      --      |    Inf 
134.26/134.35	c   134s| 55200 |   105 |843509 |  15.3 |9796k|  47 |  41 | 231 |9726 | 231 |2453 |  17 |  31k|4121 | 0.000000e+00 |      --      |    Inf 
134.56/134.65	c   135s| 55300 |   109 |845458 |  15.3 |9790k|  47 |   - | 231 |9688 | 231 |2453 |  17 |  31k|4131 | 0.000000e+00 |      --      |    Inf 
134.86/134.91	c   135s| 55400 |   103 |847300 |  15.3 |9791k|  47 |   - | 231 |9727 | 231 |2453 |  17 |  31k|4138 | 0.000000e+00 |      --      |    Inf 
135.06/135.17	c   135s| 55500 |   102 |849015 |  15.3 |9782k|  47 |   - | 231 |9712 | 231 |2453 |  17 |  31k|4144 | 0.000000e+00 |      --      |    Inf 
135.36/135.41	c   135s| 55600 |   104 |850568 |  15.3 |9789k|  47 |   - | 231 |9713 | 231 |2453 |  17 |  31k|4149 | 0.000000e+00 |      --      |    Inf 
135.56/135.67	c   136s| 55700 |   104 |852382 |  15.3 |9785k|  47 |   - | 231 |9709 | 231 |2453 |  17 |  31k|4152 | 0.000000e+00 |      --      |    Inf 
135.86/135.92	c   136s| 55800 |   105 |854299 |  15.3 |9796k|  47 |   - | 231 |9727 |   0 |   0 |  17 |  32k|4153 | 0.000000e+00 |      --      |    Inf 
136.06/136.16	c   136s| 55900 |   107 |856002 |  15.3 |9765k|  47 |  36 | 231 |9619 | 231 |2453 |  17 |  32k|4153 | 0.000000e+00 |      --      |    Inf 
136.26/136.36	c   136s| 56000 |   109 |857456 |  15.3 |9778k|  47 |  27 | 231 |9639 | 231 |2453 |  17 |  32k|4154 | 0.000000e+00 |      --      |    Inf 
136.46/136.59	c   137s| 56100 |   103 |859051 |  15.3 |9763k|  47 |   - | 231 |9635 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
136.76/136.83	c   137s| 56200 |   102 |860948 |  15.3 |9762k|  47 |   - | 231 |9613 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
136.96/137.06	c   137s| 56300 |   100 |862599 |  15.3 |9741k|  47 |   - | 231 |9593 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
137.26/137.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.26/137.30	c   137s| 56400 |   102 |864251 |  15.3 |9731k|  47 |  37 | 231 |9566 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
137.46/137.53	c   138s| 56500 |   100 |865917 |  15.3 |9706k|  47 |  23 | 231 |9493 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
137.66/137.75	c   138s| 56600 |    96 |867448 |  15.3 |9651k|  47 |   - | 231 |9506 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
137.86/137.97	c   138s| 56700 |    96 |869052 |  15.3 |9646k|  47 |  33 | 231 |9525 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
138.06/138.18	c   138s| 56800 |    94 |870517 |  15.3 |9643k|  47 |   - | 231 |9515 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
138.26/138.39	c   138s| 56900 |    96 |872016 |  15.3 |9628k|  47 |  46 | 231 |9473 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
138.57/138.61	c   139s| 57000 |    97 |873679 |  15.3 |9644k|  47 |   - | 231 |9494 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
138.76/138.82	c   139s| 57100 |    97 |875214 |  15.3 |9655k|  47 |   - | 231 |9530 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
138.96/139.03	c   139s| 57200 |   101 |876756 |  15.3 |9675k|  47 |  15 | 231 |9558 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
139.16/139.22	c   139s| 57300 |    98 |878188 |  15.3 |9688k|  47 |   - | 231 |9609 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
139.36/139.41	c   139s| 57400 |   102 |879531 |  15.3 |9710k|  47 |  25 | 231 |9655 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
139.46/139.60	c   140s| 57500 |   103 |880853 |  15.3 |9727k|  47 |  19 | 231 |9695 | 231 |2453 |  17 |  32k|4155 | 0.000000e+00 |      --      |    Inf 
139.67/139.79	c   140s| 57600 |   102 |882159 |  15.3 |9742k|  47 |  26 | 231 |9744 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
139.96/140.00	c   140s| 57700 |   101 |883701 |  15.3 |9760k|  47 |   - | 231 |9791 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
140.16/140.20	c   140s| 57800 |   101 |885205 |  15.3 |9779k|  47 |  44 | 231 |9842 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
140.36/140.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.36/140.42	c   140s| 57900 |   102 |886842 |  15.3 |9794k|  47 |  32 | 231 |9884 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
140.56/140.63	c   141s| 58000 |   102 |888459 |  15.3 |9817k|  47 |   - | 231 |9932 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
140.77/140.85	c   141s| 58100 |   104 |890034 |  15.3 |9837k|  47 |  33 | 231 |9979 | 231 |2453 |  17 |  33k|4155 | 0.000000e+00 |      --      |    Inf 
140.96/141.06	c   141s| 58200 |   104 |891587 |  15.3 |9857k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4156 | 0.000000e+00 |      --      |    Inf 
141.26/141.31	c   141s| 58300 |   104 |893180 |  15.3 |9877k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4166 | 0.000000e+00 |      --      |    Inf 
141.46/141.56	c   142s| 58400 |   102 |894849 |  15.3 |9892k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4174 | 0.000000e+00 |      --      |    Inf 
141.76/141.81	c   142s| 58500 |   103 |896392 |  15.3 |9908k|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  33k|4184 | 0.000000e+00 |      --      |    Inf 
141.96/142.04	c   142s| 58600 |   102 |897915 |  15.3 |9930k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4191 | 0.000000e+00 |      --      |    Inf 
142.26/142.33	c   142s| 58700 |   106 |899683 |  15.3 |9957k|  47 |  36 | 231 |  10k| 231 |2453 |  17 |  33k|4207 | 0.000000e+00 |      --      |    Inf 
142.46/142.58	c   143s| 58800 |   105 |901305 |  15.3 |9975k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4215 | 0.000000e+00 |      --      |    Inf 
142.76/142.80	c   143s| 58900 |   108 |902823 |  15.3 |9995k|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4220 | 0.000000e+00 |      --      |    Inf 
142.97/143.04	c   143s| 59000 |   109 |904376 |  15.3 |  10M|  47 |   - | 231 |  10k|   0 |   0 |  17 |  33k|4228 | 0.000000e+00 |      --      |    Inf 
143.26/143.31	c   143s| 59100 |   108 |906073 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4239 | 0.000000e+00 |      --      |    Inf 
143.56/143.60	c   144s| 59200 |   107 |907851 |  15.3 |  10M|  47 |  19 | 231 |  10k| 231 |2453 |  17 |  33k|4254 | 0.000000e+00 |      --      |    Inf 
143.76/143.84	c   144s| 59300 |   107 |909620 |  15.3 |  10M|  47 |  31 | 231 |  10k| 231 |2453 |  17 |  33k|4254 | 0.000000e+00 |      --      |    Inf 
143.97/144.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.97/144.07	c   144s| 59400 |   104 |911150 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4260 | 0.000000e+00 |      --      |    Inf 
144.25/144.34	c   144s| 59500 |   104 |912806 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4269 | 0.000000e+00 |      --      |    Inf 
144.56/144.60	c   145s| 59600 |   103 |914461 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4279 | 0.000000e+00 |      --      |    Inf 
144.76/144.86	c   145s| 59700 |   104 |916177 |  15.3 |  10M|  47 |  27 | 231 |  10k| 231 |2453 |  17 |  34k|4287 | 0.000000e+00 |      --      |    Inf 
145.06/145.14	c   145s| 59800 |   103 |917933 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4296 | 0.000000e+00 |      --      |    Inf 
145.26/145.39	c   145s| 59900 |   105 |919561 |  15.3 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4304 | 0.000000e+00 |      --      |    Inf 
145.56/145.64	c   146s| 60000 |   106 |921216 |  15.4 |  10M|  47 |  28 | 231 |  10k| 231 |2453 |  17 |  34k|4314 | 0.000000e+00 |      --      |    Inf 
145.86/145.91	c   146s| 60100 |   110 |923122 |  15.4 |  10M|  47 |  26 | 231 |  10k| 231 |2453 |  17 |  34k|4325 | 0.000000e+00 |      --      |    Inf 
146.06/146.19	c   146s| 60200 |   109 |924990 |  15.4 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4335 | 0.000000e+00 |      --      |    Inf 
146.36/146.44	c   146s| 60300 |   109 |926549 |  15.4 |  10M|  47 |  23 | 231 |  10k| 231 |2453 |  17 |  34k|4346 | 0.000000e+00 |      --      |    Inf 
146.56/146.69	c   147s| 60400 |   109 |928090 |  15.4 |  10M|  47 |  34 | 231 |  11k| 231 |2453 |  17 |  34k|4356 | 0.000000e+00 |      --      |    Inf 
146.86/146.93	c   147s| 60500 |   107 |929565 |  15.4 |  10M|  47 |  28 | 231 |  11k| 231 |2453 |  17 |  34k|4363 | 0.000000e+00 |      --      |    Inf 
147.16/147.21	c   147s| 60600 |   105 |931326 |  15.4 |  10M|  47 |  48 | 231 |  11k| 231 |2453 |  17 |  34k|4375 | 0.000000e+00 |      --      |    Inf 
147.36/147.47	c   147s| 60700 |   104 |933159 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4381 | 0.000000e+00 |      --      |    Inf 
147.66/147.74	c   148s| 60800 |   108 |935050 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
147.86/147.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.86/147.97	c   148s| 60900 |   112 |936759 |  15.4 |  10M|  47 |  28 | 231 |  11k| 231 |2453 |  17 |  34k|4391 | 0.000000e+00 |      --      |    Inf 
148.16/148.21	c   148s| 61000 |   116 |938466 |  15.4 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  34k|4395 | 0.000000e+00 |      --      |    Inf 
148.37/148.43	c   148s| 61100 |   119 |940139 |  15.4 |  10M|  47 |  28 | 231 |  11k| 231 |2453 |  17 |  34k|4398 | 0.000000e+00 |      --      |    Inf 
148.56/148.68	c   149s| 61200 |   118 |941989 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4400 | 0.000000e+00 |      --      |    Inf 
148.85/148.92	c   149s| 61300 |   118 |943719 |  15.4 |  10M|  47 |  29 | 231 |  11k| 231 |2453 |  17 |  35k|4402 | 0.000000e+00 |      --      |    Inf 
149.06/149.13	c   149s| 61400 |   118 |945380 |  15.4 |  10M|  47 |  46 | 231 |  11k| 231 |2453 |  17 |  35k|4402 | 0.000000e+00 |      --      |    Inf 
149.26/149.38	c   149s| 61500 |   120 |947225 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4404 | 0.000000e+00 |      --      |    Inf 
149.57/149.63	c   150s| 61600 |   120 |949123 |  15.4 |  10M|  47 |  14 | 231 |  11k| 231 |2453 |  17 |  35k|4406 | 0.000000e+00 |      --      |    Inf 
149.76/149.89	c   150s| 61700 |   116 |951131 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4408 | 0.000000e+00 |      --      |    Inf 
150.06/150.13	c   150s| 61800 |   118 |952873 |  15.4 |  10M|  47 |  42 | 231 |  11k| 231 |2453 |  17 |  35k|4410 | 0.000000e+00 |      --      |    Inf 
150.26/150.39	c   150s| 61900 |   115 |954802 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4412 | 0.000000e+00 |      --      |    Inf 
150.57/150.62	c   151s| 62000 |   112 |956526 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4413 | 0.000000e+00 |      --      |    Inf 
150.76/150.84	c   151s| 62100 |   112 |958166 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4413 | 0.000000e+00 |      --      |    Inf 
150.95/151.07	c   151s| 62200 |   114 |959616 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4416 | 0.000000e+00 |      --      |    Inf 
151.16/151.29	c   151s| 62300 |   110 |961207 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4417 | 0.000000e+00 |      --      |    Inf 
151.46/151.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.46/151.54	c   152s| 62400 |   112 |963061 |  15.4 |  10M|  47 |  22 | 231 |  11k| 231 |2453 |  17 |  35k|4417 | 0.000000e+00 |      --      |    Inf 
151.76/151.84	c   152s| 62500 |   110 |964969 |  15.4 |  10M|  47 |  45 | 231 |  11k| 231 |2453 |  17 |  35k|4428 | 0.000000e+00 |      --      |    Inf 
151.96/152.08	c   152s| 62600 |   114 |966662 |  15.4 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  35k|4429 | 0.000000e+00 |      --      |    Inf 
152.26/152.32	c   152s| 62700 |   112 |968339 |  15.4 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  35k|4433 | 0.000000e+00 |      --      |    Inf 
152.45/152.56	c   153s| 62800 |   112 |969988 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4436 | 0.000000e+00 |      --      |    Inf 
152.66/152.78	c   153s| 62900 |   108 |971508 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  35k|4438 | 0.000000e+00 |      --      |    Inf 
152.96/153.01	c   153s| 63000 |   112 |973066 |  15.4 |  10M|  47 |  23 | 231 |  11k| 231 |2453 |  17 |  36k|4439 | 0.000000e+00 |      --      |    Inf 
153.15/153.22	c   153s| 63100 |   108 |974594 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4439 | 0.000000e+00 |      --      |    Inf 
153.36/153.47	c   153s| 63200 |   108 |976368 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4440 | 0.000000e+00 |      --      |    Inf 
153.65/153.71	c   154s| 63300 |   105 |978042 |  15.4 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  36k|4441 | 0.000000e+00 |      --      |    Inf 
153.87/153.91	c   154s| 63400 |   100 |979483 |  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4441 | 0.000000e+00 |      --      |    Inf 
154.06/154.16	c   154s| 63500 |    99 |981450 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4441 | 0.000000e+00 |      --      |    Inf 
154.25/154.39	c   154s| 63600 |    99 |982970 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4442 | 0.000000e+00 |      --      |    Inf 
154.56/154.61	c   155s| 63700 |   100 |984523 |  15.5 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  36k|4442 | 0.000000e+00 |      --      |    Inf 
154.85/154.90	c   155s| 63800 |    97 |986232 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4455 | 0.000000e+00 |      --      |    Inf 
155.07/155.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.07/155.19	c   155s| 63900 |    96 |987981 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4467 | 0.000000e+00 |      --      |    Inf 
155.35/155.44	c   155s| 64000 |   100 |989913 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4467 | 0.000000e+00 |      --      |    Inf 
155.66/155.74	c   156s| 64100 |    95 |991779 |  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4482 | 0.000000e+00 |      --      |    Inf 
155.96/156.03	c   156s| 64200 |    96 |993596 |  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4491 | 0.000000e+00 |      --      |    Inf 
156.16/156.25	c   156s| 64300 |   102 |995078 |  15.5 |  10M|  47 |  30 | 231 |  10k| 231 |2453 |  17 |  36k|4493 | 0.000000e+00 |      --      |    Inf 
156.46/156.51	c   157s| 64400 |   104 |996755 |  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4504 | 0.000000e+00 |      --      |    Inf 
156.66/156.76	c   157s| 64500 |   104 |998124 |  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4517 | 0.000000e+00 |      --      |    Inf 
156.86/156.96	c   157s| 64600 |   106 |999459 |  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4519 | 0.000000e+00 |      --      |    Inf 
157.16/157.21	c   157s| 64700 |   106 |  1001k|  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4529 | 0.000000e+00 |      --      |    Inf 
157.36/157.44	c   157s| 64800 |   108 |  1002k|  15.5 |  10M|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  37k|4535 | 0.000000e+00 |      --      |    Inf 
157.56/157.66	c   158s| 64900 |   110 |  1003k|  15.5 |  10M|  47 |  26 | 231 |  10k| 231 |2453 |  17 |  37k|4544 | 0.000000e+00 |      --      |    Inf 
157.85/157.91	c   158s| 65000 |   109 |  1005k|  15.5 |  10M|  47 |  26 | 231 |  10k| 231 |2453 |  17 |  37k|4553 | 0.000000e+00 |      --      |    Inf 
158.05/158.13	c   158s| 65100 |   107 |  1007k|  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4558 | 0.000000e+00 |      --      |    Inf 
158.36/158.42	c   158s| 65200 |   108 |  1008k|  15.5 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  37k|4569 | 0.000000e+00 |      --      |    Inf 
158.56/158.67	c   159s| 65300 |   112 |  1010k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4575 | 0.000000e+00 |      --      |    Inf 
158.86/158.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.86/158.92	c   159s| 65400 |   111 |  1012k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4583 | 0.000000e+00 |      --      |    Inf 
159.05/159.19	c   159s| 65500 |   113 |  1014k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4591 | 0.000000e+00 |      --      |    Inf 
159.37/159.43	c   159s| 65600 |   115 |  1015k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4598 | 0.000000e+00 |      --      |    Inf 
159.56/159.66	c   160s| 65700 |   115 |  1017k|  15.5 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  37k|4608 | 0.000000e+00 |      --      |    Inf 
159.75/159.88	c   160s| 65800 |   116 |  1018k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4617 | 0.000000e+00 |      --      |    Inf 
160.05/160.14	c   160s| 65900 |   114 |  1020k|  15.5 |  10M|  47 |  35 | 231 |  11k| 231 |2453 |  17 |  37k|4628 | 0.000000e+00 |      --      |    Inf 
160.26/160.36	c   160s| 66000 |   118 |  1021k|  15.5 |  10M|  47 |  25 | 231 |  11k| 231 |2453 |  17 |  37k|4633 | 0.000000e+00 |      --      |    Inf 
160.46/160.58	c   161s| 66100 |   116 |  1022k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4644 | 0.000000e+00 |      --      |    Inf 
160.65/160.76	c   161s| 66200 |   118 |  1024k|  15.5 |  10M|  47 |  25 | 231 |  11k| 231 |2453 |  17 |  37k|4644 | 0.000000e+00 |      --      |    Inf 
160.86/160.94	c   161s| 66300 |   120 |  1025k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4648 | 0.000000e+00 |      --      |    Inf 
161.05/161.15	c   161s| 66400 |   117 |  1026k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4649 | 0.000000e+00 |      --      |    Inf 
161.25/161.36	c   161s| 66500 |   113 |  1028k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4650 | 0.000000e+00 |      --      |    Inf 
161.46/161.57	c   162s| 66600 |   115 |  1030k|  15.5 |  10M|  47 |  24 | 231 |  11k| 231 |2453 |  17 |  38k|4650 | 0.000000e+00 |      --      |    Inf 
161.76/161.82	c   162s| 66700 |   118 |  1031k|  15.5 |  10M|  47 |  30 | 231 |  11k| 231 |2453 |  17 |  38k|4657 | 0.000000e+00 |      --      |    Inf 
161.96/162.03	c   162s| 66800 |   118 |  1033k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4659 | 0.000000e+00 |      --      |    Inf 
162.16/162.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.16/162.25	c   162s| 66900 |   114 |  1035k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4659 | 0.000000e+00 |      --      |    Inf 
162.45/162.51	c   163s| 67000 |   122 |  1037k|  15.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  38k|4663 | 0.000000e+00 |      --      |    Inf 
162.67/162.74	c   163s| 67100 |   126 |  1038k|  15.5 |  10M|  47 |   - | 231 |  11k|   0 |   0 |  17 |  38k|4666 | 0.000000e+00 |      --      |    Inf 
162.86/162.98	c   163s| 67200 |   126 |  1040k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4669 | 0.000000e+00 |      --      |    Inf 
163.05/163.20	c   163s| 67300 |   122 |  1041k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4669 | 0.000000e+00 |      --      |    Inf 
163.35/163.41	c   163s| 67400 |   120 |  1043k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4671 | 0.000000e+00 |      --      |    Inf 
163.56/163.64	c   164s| 67500 |   122 |  1044k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4676 | 0.000000e+00 |      --      |    Inf 
163.76/163.86	c   164s| 67600 |   122 |  1046k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4676 | 0.000000e+00 |      --      |    Inf 
163.95/164.08	c   164s| 67700 |   120 |  1048k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4681 | 0.000000e+00 |      --      |    Inf 
164.15/164.28	c   164s| 67800 |   118 |  1049k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4681 | 0.000000e+00 |      --      |    Inf 
164.46/164.50	c   164s| 67900 |   118 |  1051k|  15.5 |  10M|  47 |  26 | 231 |  11k| 231 |2453 |  17 |  38k|4681 | 0.000000e+00 |      --      |    Inf 
164.66/164.71	c   165s| 68000 |   118 |  1052k|  15.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  38k|4682 | 0.000000e+00 |      --      |    Inf 
164.87/164.94	c   165s| 68100 |   116 |  1054k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4687 | 0.000000e+00 |      --      |    Inf 
165.05/165.15	c   165s| 68200 |   115 |  1055k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4688 | 0.000000e+00 |      --      |    Inf 
165.25/165.39	c   165s| 68300 |   119 |  1057k|  15.5 |  10M|  47 |  23 | 231 |  11k| 231 |2453 |  17 |  38k|4690 | 0.000000e+00 |      --      |    Inf 
165.46/165.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.46/165.58	c   166s| 68400 |   119 |  1058k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4690 | 0.000000e+00 |      --      |    Inf 
165.66/165.75	c   166s| 68500 |   118 |  1059k|  15.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  39k|4692 | 0.000000e+00 |      --      |    Inf 
165.86/165.97	c   166s| 68600 |   116 |  1061k|  15.5 |  10M|  47 |  31 | 231 |  11k| 231 |2453 |  17 |  39k|4693 | 0.000000e+00 |      --      |    Inf 
166.06/166.15	c   166s| 68700 |   119 |  1062k|  15.5 |  10M|  47 |  24 | 231 |  11k| 231 |2453 |  17 |  39k|4693 | 0.000000e+00 |      --      |    Inf 
166.25/166.34	c   166s| 68800 |   117 |  1063k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4694 | 0.000000e+00 |      --      |    Inf 
166.46/166.51	c   167s| 68900 |   116 |  1064k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4695 | 0.000000e+00 |      --      |    Inf 
166.65/166.76	c   167s| 69000 |   120 |  1066k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
166.86/166.99	c   167s| 69100 |   122 |  1068k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
167.06/167.17	c   167s| 69200 |   120 |  1069k|  15.5 |  10M|  47 |  21 | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
167.26/167.36	c   167s| 69300 |   118 |  1070k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
167.46/167.57	c   168s| 69400 |   115 |  1072k|  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
167.66/167.76	c   168s| 69500 |   119 |  1073k|  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
167.85/167.98	c   168s| 69600 |   121 |  1075k|  15.4 |  10M|  47 |  20 | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
168.05/168.19	c   168s| 69700 |   119 |  1076k|  15.4 |  10M|  47 |  14 | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
168.36/168.42	c   168s| 69800 |   119 |  1078k|  15.4 |  10M|  47 |  27 | 231 |  11k| 231 |2453 |  17 |  39k|4699 | 0.000000e+00 |      --      |    Inf 
168.56/168.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.56/168.62	c   169s| 69900 |   121 |  1079k|  15.4 |  10M|  47 |  27 | 231 |  11k| 231 |2453 |  17 |  39k|4706 | 0.000000e+00 |      --      |    Inf 
168.75/168.86	c   169s| 70000 |   117 |  1080k|  15.4 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4719 | 0.000000e+00 |      --      |    Inf 
169.05/169.13	c   169s| 70100 |   119 |  1082k|  15.4 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4728 | 0.000000e+00 |      --      |    Inf 
169.36/169.41	c   169s| 70200 |   120 |  1084k|  15.5 |  10M|  47 |  26 | 231 |  12k| 231 |2453 |  17 |  40k|4734 | 0.000000e+00 |      --      |    Inf 
169.66/169.70	c   170s| 70300 |   118 |  1086k|  15.5 |  10M|  47 |  39 | 231 |  12k| 231 |2453 |  17 |  40k|4743 | 0.000000e+00 |      --      |    Inf 
169.85/169.93	c   170s| 70400 |   118 |  1088k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4747 | 0.000000e+00 |      --      |    Inf 
170.15/170.22	c   170s| 70500 |   117 |  1090k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4754 | 0.000000e+00 |      --      |    Inf 
170.46/170.50	c   171s| 70600 |   116 |  1092k|  15.5 |  10M|  47 |  20 | 231 |  12k| 231 |2453 |  17 |  40k|4761 | 0.000000e+00 |      --      |    Inf 
170.66/170.76	c   171s| 70700 |   114 |  1093k|  15.5 |  10M|  47 |  38 | 231 |  12k| 231 |2453 |  17 |  40k|4770 | 0.000000e+00 |      --      |    Inf 
170.95/171.00	c   171s| 70800 |   112 |  1095k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4778 | 0.000000e+00 |      --      |    Inf 
171.16/171.26	c   171s| 70900 |   111 |  1096k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4785 | 0.000000e+00 |      --      |    Inf 
171.46/171.57	c   172s| 71000 |   113 |  1098k|  15.5 |  10M|  47 |  34 | 231 |  12k| 231 |2453 |  17 |  40k|4791 | 0.000000e+00 |      --      |    Inf 
171.76/171.82	c   172s| 71100 |   113 |  1100k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4801 | 0.000000e+00 |      --      |    Inf 
171.95/172.06	c   172s| 71200 |   114 |  1101k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4806 | 0.000000e+00 |      --      |    Inf 
172.26/172.31	c   172s| 71300 |   111 |  1103k|  15.5 |  10M|  47 |  40 | 231 |  12k| 231 |2453 |  17 |  40k|4815 | 0.000000e+00 |      --      |    Inf 
172.45/172.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.45/172.52	c   173s| 71400 |   112 |  1104k|  15.5 |  10M|  47 |  37 | 231 |  12k| 231 |2453 |  17 |  40k|4819 | 0.000000e+00 |      --      |    Inf 
172.66/172.78	c   173s| 71500 |   111 |  1106k|  15.5 |  10M|  47 |  37 | 231 |  11k| 231 |2453 |  17 |  40k|4829 | 0.000000e+00 |      --      |    Inf 
172.95/173.06	c   173s| 71600 |   111 |  1107k|  15.5 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  40k|4839 | 0.000000e+00 |      --      |    Inf 
173.26/173.35	c   173s| 71700 |   115 |  1109k|  15.5 |  10M|  47 |  43 | 231 |  11k| 231 |2453 |  17 |  41k|4845 | 0.000000e+00 |      --      |    Inf 
173.46/173.59	c   174s| 71800 |   117 |  1111k|  15.5 |  10M|  47 |   - | 231 |  11k|   0 |   0 |  17 |  41k|4852 | 0.000000e+00 |      --      |    Inf 
173.76/173.86	c   174s| 71900 |   119 |  1113k|  15.5 |  10M|  47 |  32 | 231 |  11k| 231 |2453 |  17 |  41k|4862 | 0.000000e+00 |      --      |    Inf 
174.06/174.11	c   174s| 72000 |   117 |  1114k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4869 | 0.000000e+00 |      --      |    Inf 
174.26/174.37	c   174s| 72100 |   118 |  1116k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4873 | 0.000000e+00 |      --      |    Inf 
174.55/174.61	c   175s| 72200 |   118 |  1118k|  15.5 |  10M|  47 |  13 | 231 |  11k| 231 |2453 |  17 |  41k|4877 | 0.000000e+00 |      --      |    Inf 
174.76/174.89	c   175s| 72300 |   116 |  1120k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4886 | 0.000000e+00 |      --      |    Inf 
175.05/175.17	c   175s| 72400 |   117 |  1122k|  15.5 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  41k|4887 | 0.000000e+00 |      --      |    Inf 
175.36/175.41	c   175s| 72500 |   116 |  1124k|  15.5 |  10M|  47 |  42 | 231 |  11k| 231 |2453 |  17 |  41k|4889 | 0.000000e+00 |      --      |    Inf 
175.55/175.68	c   176s| 72600 |   126 |  1126k|  15.5 |  10M|  47 |  23 | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
175.86/175.95	c   176s| 72700 |   128 |  1128k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
176.16/176.20	c   176s| 72800 |   129 |  1130k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
176.36/176.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.36/176.43	c   176s| 72900 |   135 |  1131k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
176.55/176.64	c   177s| 73000 |   142 |  1133k|  15.5 |  10M|  47 |  34 | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
176.76/176.88	c   177s| 73100 |   150 |  1135k|  15.5 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
177.06/177.10	c   177s| 73200 |   147 |  1137k|  15.5 |  10M|  47 |  36 | 231 |  11k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
177.25/177.32	c   177s| 73300 |   143 |  1138k|  15.5 |  10M|  47 |  37 | 231 |  12k| 231 |2453 |  17 |  41k|4890 | 0.000000e+00 |      --      |    Inf 
177.45/177.53	c   178s| 73400 |   145 |  1140k|  15.5 |  10M|  47 |  30 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
177.66/177.76	c   178s| 73500 |   146 |  1141k|  15.5 |  10M|  47 |  41 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
177.86/177.98	c   178s| 73600 |   148 |  1143k|  15.5 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
178.06/178.20	c   178s| 73700 |   148 |  1145k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
178.36/178.41	c   178s| 73800 |   147 |  1146k|  15.5 |  11M|  47 |  23 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
178.56/178.64	c   179s| 73900 |   143 |  1148k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
178.75/178.84	c   179s| 74000 |   148 |  1149k|  15.5 |  11M|  47 |  12 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
178.96/179.03	c   179s| 74100 |   150 |  1151k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
179.16/179.23	c   179s| 74200 |   149 |  1152k|  15.5 |  11M|  47 |  24 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
179.35/179.45	c   179s| 74300 |   148 |  1154k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
179.55/179.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.55/179.64	c   180s| 74400 |   145 |  1155k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
179.76/179.83	c   180s| 74500 |   145 |  1157k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
179.96/180.01	c   180s| 74600 |   147 |  1158k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
180.15/180.22	c   180s| 74700 |   141 |  1159k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
180.36/180.41	c   180s| 74800 |   141 |  1161k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
180.45/180.59	c   181s| 74900 |   148 |  1162k|  15.5 |  11M|  47 |  20 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
180.75/180.81	c   181s| 75000 |   146 |  1164k|  15.5 |  11M|  47 |  36 | 231 |  12k| 231 |2453 |  17 |  42k|4890 | 0.000000e+00 |      --      |    Inf 
180.95/181.03	c   181s| 75100 |   142 |  1165k|  15.5 |  11M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  43k|4890 | 0.000000e+00 |      --      |    Inf 
181.15/181.23	c   181s| 75200 |   146 |  1167k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4891 | 0.000000e+00 |      --      |    Inf 
181.46/181.51	c   182s| 75300 |   143 |  1169k|  15.5 |  11M|  47 |  36 | 231 |  13k| 231 |2453 |  17 |  43k|4901 | 0.000000e+00 |      --      |    Inf 
181.65/181.74	c   182s| 75400 |   140 |  1170k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4910 | 0.000000e+00 |      --      |    Inf 
181.86/181.98	c   182s| 75500 |   143 |  1171k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4918 | 0.000000e+00 |      --      |    Inf 
182.15/182.21	c   182s| 75600 |   141 |  1173k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4926 | 0.000000e+00 |      --      |    Inf 
182.35/182.47	c   182s| 75700 |   148 |  1175k|  15.5 |  11M|  47 |  21 | 231 |  13k| 231 |2453 |  17 |  43k|4935 | 0.000000e+00 |      --      |    Inf 
182.65/182.72	c   183s| 75800 |   143 |  1176k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4940 | 0.000000e+00 |      --      |    Inf 
182.85/182.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.85/182.98	c   183s| 75900 |   145 |  1178k|  15.5 |  11M|  47 |  42 | 231 |  13k| 231 |2453 |  17 |  43k|4948 | 0.000000e+00 |      --      |    Inf 
183.15/183.27	c   183s| 76000 |   145 |  1180k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4955 | 0.000000e+00 |      --      |    Inf 
183.46/183.55	c   184s| 76100 |   149 |  1182k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4963 | 0.000000e+00 |      --      |    Inf 
183.76/183.84	c   184s| 76200 |   143 |  1184k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|4975 | 0.000000e+00 |      --      |    Inf 
184.06/184.12	c   184s| 76300 |   144 |  1186k|  15.5 |  11M|  47 |  39 | 231 |  13k| 231 |2453 |  17 |  43k|4985 | 0.000000e+00 |      --      |    Inf 
184.25/184.37	c   184s| 76400 |   146 |  1187k|  15.5 |  11M|  47 |  29 | 231 |  13k| 231 |2453 |  17 |  43k|4989 | 0.000000e+00 |      --      |    Inf 
184.56/184.61	c   185s| 76500 |   146 |  1189k|  15.5 |  11M|  47 |  12 | 231 |  13k| 231 |2453 |  17 |  43k|4995 | 0.000000e+00 |      --      |    Inf 
184.76/184.84	c   185s| 76600 |   144 |  1190k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5004 | 0.000000e+00 |      --      |    Inf 
184.95/185.08	c   185s| 76700 |   143 |  1192k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5011 | 0.000000e+00 |      --      |    Inf 
185.26/185.35	c   185s| 76800 |   147 |  1194k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5021 | 0.000000e+00 |      --      |    Inf 
185.55/185.62	c   186s| 76900 |   148 |  1195k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5030 | 0.000000e+00 |      --      |    Inf 
185.76/185.86	c   186s| 77000 |   147 |  1197k|  15.5 |  11M|  47 |  37 | 231 |  13k| 231 |2453 |  17 |  44k|5040 | 0.000000e+00 |      --      |    Inf 
186.05/186.11	c   186s| 77100 |   149 |  1199k|  15.6 |  11M|  47 |  39 | 231 |  13k| 231 |2453 |  17 |  44k|5047 | 0.000000e+00 |      --      |    Inf 
186.25/186.34	c   186s| 77200 |   146 |  1200k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5058 | 0.000000e+00 |      --      |    Inf 
186.56/186.60	c   187s| 77300 |   146 |  1201k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5069 | 0.000000e+00 |      --      |    Inf 
186.76/186.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.76/186.87	c   187s| 77400 |   150 |  1203k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5077 | 0.000000e+00 |      --      |    Inf 
186.96/187.07	c   187s| 77500 |   153 |  1204k|  15.5 |  11M|  47 |  29 | 231 |  13k| 231 |2453 |  17 |  44k|5081 | 0.000000e+00 |      --      |    Inf 
187.16/187.29	c   187s| 77600 |   152 |  1206k|  15.5 |  11M|  47 |  45 | 231 |  13k| 231 |2453 |  17 |  44k|5086 | 0.000000e+00 |      --      |    Inf 
187.45/187.52	c   188s| 77700 |   160 |  1208k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5086 | 0.000000e+00 |      --      |    Inf 
187.65/187.73	c   188s| 77800 |   165 |  1209k|  15.5 |  11M|  47 |  27 | 231 |  13k| 231 |2453 |  17 |  44k|5087 | 0.000000e+00 |      --      |    Inf 
187.85/187.94	c   188s| 77900 |   156 |  1211k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5092 | 0.000000e+00 |      --      |    Inf 
188.15/188.20	c   188s| 78000 |   152 |  1212k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5094 | 0.000000e+00 |      --      |    Inf 
188.35/188.41	c   188s| 78100 |   154 |  1214k|  15.5 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5095 | 0.000000e+00 |      --      |    Inf 
188.55/188.67	c   189s| 78200 |   156 |  1216k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5096 | 0.000000e+00 |      --      |    Inf 
188.75/188.89	c   189s| 78300 |   154 |  1218k|  15.6 |  11M|  47 |  36 | 231 |  13k| 231 |2453 |  17 |  44k|5096 | 0.000000e+00 |      --      |    Inf 
188.95/189.10	c   189s| 78400 |   156 |  1219k|  15.6 |  11M|  47 |  37 | 231 |  13k| 231 |2453 |  17 |  44k|5096 | 0.000000e+00 |      --      |    Inf 
189.25/189.32	c   189s| 78500 |   155 |  1221k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5096 | 0.000000e+00 |      --      |    Inf 
189.45/189.58	c   190s| 78600 |   159 |  1223k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5097 | 0.000000e+00 |      --      |    Inf 
189.75/189.80	c   190s| 78700 |   164 |  1224k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5097 | 0.000000e+00 |      --      |    Inf 
189.95/190.05	c   190s| 78800 |   165 |  1226k|  15.6 |  11M|  47 |  38 | 231 |  13k| 231 |2453 |  17 |  44k|5097 | 0.000000e+00 |      --      |    Inf 
190.16/190.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.16/190.30	c   190s| 78900 |   161 |  1228k|  15.6 |  11M|  47 |  38 | 231 |  13k| 231 |2453 |  17 |  44k|5097 | 0.000000e+00 |      --      |    Inf 
190.46/190.54	c   191s| 79000 |   160 |  1230k|  15.6 |  11M|  47 |  38 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
190.66/190.78	c   191s| 79100 |   162 |  1232k|  15.6 |  11M|  47 |  18 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
190.95/191.04	c   191s| 79200 |   162 |  1234k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
191.15/191.26	c   191s| 79300 |   160 |  1236k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
191.46/191.53	c   192s| 79400 |   163 |  1238k|  15.6 |  11M|  47 |  43 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
191.65/191.78	c   192s| 79500 |   167 |  1240k|  15.6 |  11M|  47 |  32 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
191.96/192.01	c   192s| 79600 |   167 |  1241k|  15.6 |  11M|  47 |   - | 231 |  13k|   0 |   0 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
192.16/192.24	c   192s| 79700 |   165 |  1243k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
192.36/192.49	c   192s| 79800 |   165 |  1245k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
192.65/192.73	c   193s| 79900 |   169 |  1246k|  15.6 |  11M|  47 |  37 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
192.85/192.93	c   193s| 80000 |   166 |  1248k|  15.6 |  11M|  47 |  49 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
193.05/193.15	c   193s| 80100 |   171 |  1249k|  15.6 |  11M|  47 |   - | 231 |  13k|   0 |   0 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
193.26/193.36	c   193s| 80200 |   171 |  1251k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
193.46/193.59	c   194s| 80300 |   175 |  1253k|  15.6 |  11M|  47 |  35 | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
193.65/193.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.65/193.79	c   194s| 80400 |   170 |  1254k|  15.6 |  11M|  47 |   - | 231 |  13k|   0 |   0 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
193.95/194.05	c   194s| 80500 |   166 |  1256k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5097 | 0.000000e+00 |      --      |    Inf 
194.25/194.31	c   194s| 80600 |   167 |  1258k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5106 | 0.000000e+00 |      --      |    Inf 
194.45/194.56	c   195s| 80700 |   169 |  1259k|  15.6 |  11M|  47 |  27 | 231 |  13k| 231 |2453 |  17 |  45k|5113 | 0.000000e+00 |      --      |    Inf 
194.75/194.81	c   195s| 80800 |   173 |  1261k|  15.6 |  11M|  47 |  20 | 231 |  13k| 231 |2453 |  17 |  46k|5118 | 0.000000e+00 |      --      |    Inf 
194.95/195.04	c   195s| 80900 |   171 |  1262k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  46k|5125 | 0.000000e+00 |      --      |    Inf 
195.25/195.30	c   195s| 81000 |   171 |  1264k|  15.6 |  11M|  47 |  25 | 231 |  13k| 231 |2453 |  17 |  46k|5133 | 0.000000e+00 |      --      |    Inf 
195.45/195.52	c   196s| 81100 |   167 |  1266k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  46k|5141 | 0.000000e+00 |      --      |    Inf 
195.65/195.78	c   196s| 81200 |   167 |  1267k|  15.6 |  11M|  47 |  37 | 231 |  13k| 231 |2453 |  17 |  46k|5150 | 0.000000e+00 |      --      |    Inf 
195.95/196.04	c   196s| 81300 |   166 |  1269k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  46k|5158 | 0.000000e+00 |      --      |    Inf 
196.15/196.30	c   196s| 81400 |   168 |  1271k|  15.6 |  11M|  47 |  37 | 231 |  13k| 231 |2453 |  17 |  46k|5165 | 0.000000e+00 |      --      |    Inf 
196.45/196.51	c   197s| 81500 |   171 |  1272k|  15.6 |  11M|  47 |  38 | 231 |  14k| 231 |2453 |  17 |  46k|5171 | 0.000000e+00 |      --      |    Inf 
196.65/196.75	c   197s| 81600 |   173 |  1274k|  15.6 |  11M|  47 |  24 | 231 |  14k| 231 |2453 |  17 |  46k|5176 | 0.000000e+00 |      --      |    Inf 
196.95/197.00	c   197s| 81700 |   173 |  1276k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5186 | 0.000000e+00 |      --      |    Inf 
197.15/197.24	c   197s| 81800 |   171 |  1277k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5193 | 0.000000e+00 |      --      |    Inf 
197.36/197.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.36/197.48	c   197s| 81900 |   171 |  1279k|  15.6 |  11M|  47 |  40 | 231 |  14k| 231 |2453 |  17 |  46k|5202 | 0.000000e+00 |      --      |    Inf 
197.65/197.72	c   198s| 82000 |   172 |  1280k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5207 | 0.000000e+00 |      --      |    Inf 
197.86/197.98	c   198s| 82100 |   172 |  1282k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5217 | 0.000000e+00 |      --      |    Inf 
198.05/198.18	c   198s| 82200 |   171 |  1283k|  15.6 |  11M|  47 |  26 | 231 |  14k| 231 |2453 |  17 |  46k|5219 | 0.000000e+00 |      --      |    Inf 
198.35/198.43	c   198s| 82300 |   169 |  1285k|  15.6 |  11M|  47 |  21 | 231 |  14k| 231 |2453 |  17 |  46k|5227 | 0.000000e+00 |      --      |    Inf 
198.55/198.66	c   199s| 82400 |   173 |  1286k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5234 | 0.000000e+00 |      --      |    Inf 
198.85/198.91	c   199s| 82500 |   171 |  1288k|  15.6 |  11M|  47 |  30 | 231 |  14k| 231 |2453 |  17 |  46k|5243 | 0.000000e+00 |      --      |    Inf 
199.06/199.19	c   199s| 82600 |   173 |  1290k|  15.6 |  11M|  47 |  31 | 231 |  14k| 231 |2453 |  17 |  46k|5249 | 0.000000e+00 |      --      |    Inf 
199.35/199.47	c   199s| 82700 |   170 |  1291k|  15.6 |  11M|  47 |  44 | 231 |  14k| 231 |2453 |  17 |  47k|5257 | 0.000000e+00 |      --      |    Inf 
199.66/199.72	c   200s| 82800 |   176 |  1293k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5263 | 0.000000e+00 |      --      |    Inf 
199.85/199.98	c   200s| 82900 |   174 |  1295k|  15.6 |  11M|  47 |  40 | 231 |  14k| 231 |2453 |  17 |  47k|5270 | 0.000000e+00 |      --      |    Inf 
200.15/200.26	c   200s| 83000 |   177 |  1297k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5278 | 0.000000e+00 |      --      |    Inf 
200.45/200.53	c   201s| 83100 |   175 |  1298k|  15.6 |  11M|  47 |  36 | 231 |  14k| 231 |2453 |  17 |  47k|5284 | 0.000000e+00 |      --      |    Inf 
200.75/200.80	c   201s| 83200 |   173 |  1300k|  15.6 |  11M|  47 |  28 | 231 |  14k| 231 |2453 |  17 |  47k|5291 | 0.000000e+00 |      --      |    Inf 
200.95/201.05	c   201s| 83300 |   175 |  1302k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5295 | 0.000000e+00 |      --      |    Inf 
201.16/201.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.16/201.28	c   201s| 83400 |   174 |  1304k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5296 | 0.000000e+00 |      --      |    Inf 
201.45/201.53	c   202s| 83500 |   170 |  1305k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5299 | 0.000000e+00 |      --      |    Inf 
201.65/201.79	c   202s| 83600 |   170 |  1307k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5305 | 0.000000e+00 |      --      |    Inf 
201.95/202.06	c   202s| 83700 |   174 |  1309k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5305 | 0.000000e+00 |      --      |    Inf 
202.26/202.31	c   202s| 83800 |   176 |  1311k|  15.6 |  11M|  47 |  21 | 231 |  13k| 231 |2453 |  17 |  47k|5306 | 0.000000e+00 |      --      |    Inf 
202.45/202.55	c   203s| 83900 |   178 |  1313k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5309 | 0.000000e+00 |      --      |    Inf 
202.65/202.76	c   203s| 84000 |   184 |  1314k|  15.6 |  11M|  47 |  25 | 231 |  13k| 231 |2453 |  17 |  47k|5311 | 0.000000e+00 |      --      |    Inf 
202.85/202.96	c   203s| 84100 |   180 |  1316k|  15.6 |  11M|  47 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5312 | 0.000000e+00 |      --      |    Inf 
203.05/203.17	c   203s| 84200 |   184 |  1317k|  15.6 |  11M|  47 |  27 | 231 |  14k| 231 |2453 |  17 |  47k|5313 | 0.000000e+00 |      --      |    Inf 
203.25/203.38	c   203s| 84300 |   181 |  1319k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5314 | 0.000000e+00 |      --      |    Inf 
203.55/203.60	c   204s| 84400 |   184 |  1320k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  47k|5314 | 0.000000e+00 |      --      |    Inf 
203.65/203.79	c   204s| 84500 |   186 |  1322k|  15.6 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5314 | 0.000000e+00 |      --      |    Inf 
203.95/204.01	c   204s| 84600 |   191 |  1323k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5315 | 0.000000e+00 |      --      |    Inf 
204.15/204.21	c   204s| 84700 |   190 |  1325k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
204.35/204.42	c   204s| 84800 |   193 |  1326k|  15.6 |  12M|  47 |  29 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
204.55/204.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.55/204.63	c   205s| 84900 |   190 |  1328k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
204.75/204.87	c   205s| 85000 |   193 |  1329k|  15.6 |  12M|  47 |  28 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
205.05/205.11	c   205s| 85100 |   196 |  1331k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
205.25/205.32	c   205s| 85200 |   194 |  1333k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
205.45/205.55	c   206s| 85300 |   196 |  1335k|  15.7 |  12M|  47 |  18 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
205.66/205.75	c   206s| 85400 |   193 |  1336k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
205.85/205.97	c   206s| 85500 |   193 |  1338k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
206.05/206.20	c   206s| 85600 |   195 |  1339k|  15.7 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
206.35/206.41	c   206s| 85700 |   195 |  1341k|  15.7 |  12M|  47 |  33 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
206.55/206.63	c   207s| 85800 |   193 |  1343k|  15.7 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
206.76/206.83	c   207s| 85900 |   193 |  1344k|  15.6 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
206.95/207.04	c   207s| 86000 |   193 |  1345k|  15.6 |  12M|  47 |  36 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
207.15/207.28	c   207s| 86100 |   193 |  1347k|  15.7 |  12M|  47 |  39 | 231 |  14k| 231 |2453 |  17 |  48k|5316 | 0.000000e+00 |      --      |    Inf 
207.45/207.50	c   208s| 86200 |   193 |  1349k|  15.7 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5317 | 0.000000e+00 |      --      |    Inf 
207.65/207.72	c   208s| 86300 |   193 |  1350k|  15.7 |  12M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  48k|5317 | 0.000000e+00 |      --      |    Inf 
207.85/207.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.85/207.91	c   208s| 86400 |   196 |  1352k|  15.6 |  12M|  47 |  28 | 231 |  14k| 231 |2453 |  17 |  48k|5317 | 0.000000e+00 |      --      |    Inf 
208.05/208.13	c   208s| 86500 |   194 |  1353k|  15.7 |  12M|  50 |   - | 231 |  14k| 231 |2453 |  17 |  49k|5317 | 0.000000e+00 |      --      |    Inf 
208.25/208.35	c   208s| 86600 |   196 |  1355k|  15.7 |  12M|  50 |  29 | 231 |  14k| 231 |2453 |  17 |  49k|5317 | 0.000000e+00 |      --      |    Inf 
208.55/208.63	c   209s| 86700 |   196 |  1357k|  15.7 |  12M|  50 |  25 | 231 |  14k| 231 |2453 |  17 |  49k|5327 | 0.000000e+00 |      --      |    Inf 
208.74/208.87	c   209s| 86800 |   196 |  1359k|  15.7 |  12M|  50 |   - | 231 |  14k| 231 |2453 |  17 |  49k|5327 | 0.000000e+00 |      --      |    Inf 
209.05/209.12	c   209s| 86900 |   197 |  1360k|  15.7 |  12M|  50 |   - | 231 |  14k| 231 |2453 |  17 |  49k|5337 | 0.000000e+00 |      --      |    Inf 
209.35/209.42	c   209s| 87000 |   197 |  1362k|  15.7 |  12M|  50 |  35 | 231 |  14k| 231 |2453 |  17 |  49k|5348 | 0.000000e+00 |      --      |    Inf 
209.55/209.66	c   210s| 87100 |   196 |  1364k|  15.7 |  12M|  50 |   - | 231 |  14k| 231 |2453 |  17 |  49k|5348 | 0.000000e+00 |      --      |    Inf 
209.85/209.90	c   210s| 87200 |   196 |  1365k|  15.7 |  12M|  50 |   - | 231 |  14k| 231 |2453 |  17 |  49k|5355 | 0.000000e+00 |      --      |    Inf 
210.05/210.12	c   210s| 87300 |   198 |  1367k|  15.7 |  12M|  50 |  40 | 231 |  13k| 231 |2453 |  17 |  49k|5359 | 0.000000e+00 |      --      |    Inf 
210.25/210.38	c   210s| 87400 |   195 |  1368k|  15.7 |  11M|  50 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5368 | 0.000000e+00 |      --      |    Inf 
210.55/210.63	c   211s| 87500 |   193 |  1370k|  15.7 |  11M|  50 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5377 | 0.000000e+00 |      --      |    Inf 
210.85/210.90	c   211s| 87600 |   190 |  1371k|  15.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5382 | 0.000000e+00 |      --      |    Inf 
211.06/211.15	c   211s| 87700 |   192 |  1373k|  15.7 |  11M|  51 |  33 | 231 |  13k| 231 |2453 |  17 |  49k|5387 | 0.000000e+00 |      --      |    Inf 
211.25/211.39	c   211s| 87800 |   192 |  1374k|  15.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5395 | 0.000000e+00 |      --      |    Inf 
211.55/211.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.55/211.65	c   212s| 87900 |   193 |  1376k|  15.7 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5401 | 0.000000e+00 |      --      |    Inf 
211.75/211.86	c   212s| 88000 |   194 |  1377k|  15.7 |  11M|  51 |  42 | 231 |  12k| 231 |2453 |  17 |  49k|5404 | 0.000000e+00 |      --      |    Inf 
212.05/212.12	c   212s| 88100 |   191 |  1379k|  15.7 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  49k|5413 | 0.000000e+00 |      --      |    Inf 
212.35/212.42	c   212s| 88200 |   191 |  1380k|  15.7 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  50k|5424 | 0.000000e+00 |      --      |    Inf 
212.55/212.68	c   213s| 88300 |   189 |  1382k|  15.7 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  50k|5429 | 0.000000e+00 |      --      |    Inf 
212.85/212.95	c   213s| 88400 |   185 |  1384k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5435 | 0.000000e+00 |      --      |    Inf 
213.15/213.20	c   213s| 88500 |   187 |  1386k|  15.7 |  11M|  51 |  35 | 231 |  12k| 231 |2453 |  17 |  50k|5441 | 0.000000e+00 |      --      |    Inf 
213.35/213.45	c   213s| 88600 |   187 |  1387k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5453 | 0.000000e+00 |      --      |    Inf 
213.55/213.69	c   214s| 88700 |   191 |  1389k|  15.7 |  11M|  51 |  12 | 231 |  12k| 231 |2453 |  17 |  50k|5460 | 0.000000e+00 |      --      |    Inf 
213.75/213.86	c   214s| 88800 |   188 |  1390k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5460 | 0.000000e+00 |      --      |    Inf 
213.95/214.07	c   214s| 88900 |   190 |  1391k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5465 | 0.000000e+00 |      --      |    Inf 
214.15/214.29	c   214s| 89000 |   188 |  1392k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5471 | 0.000000e+00 |      --      |    Inf 
214.45/214.51	c   215s| 89100 |   192 |  1394k|  15.6 |  11M|  51 |  23 | 231 |  12k| 231 |2453 |  17 |  50k|5478 | 0.000000e+00 |      --      |    Inf 
214.64/214.74	c   215s| 89200 |   187 |  1395k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5488 | 0.000000e+00 |      --      |    Inf 
214.85/214.97	c   215s| 89300 |   190 |  1397k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5495 | 0.000000e+00 |      --      |    Inf 
215.14/215.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.14/215.20	c   215s| 89400 |   191 |  1398k|  15.6 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  50k|5502 | 0.000000e+00 |      --      |    Inf 
215.34/215.43	c   215s| 89500 |   187 |  1400k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5509 | 0.000000e+00 |      --      |    Inf 
215.56/215.66	c   216s| 89600 |   185 |  1401k|  15.6 |  11M|  51 |  42 | 231 |  12k| 231 |2453 |  17 |  50k|5515 | 0.000000e+00 |      --      |    Inf 
215.85/215.93	c   216s| 89700 |   185 |  1403k|  15.6 |  11M|  51 |  39 | 231 |  12k| 231 |2453 |  17 |  50k|5525 | 0.000000e+00 |      --      |    Inf 
216.05/216.18	c   216s| 89800 |   187 |  1404k|  15.6 |  11M|  51 |  30 | 231 |  12k| 231 |2453 |  17 |  50k|5528 | 0.000000e+00 |      --      |    Inf 
216.35/216.42	c   216s| 89900 |   185 |  1406k|  15.6 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  50k|5530 | 0.000000e+00 |      --      |    Inf 
216.55/216.65	c   217s| 90000 |   187 |  1408k|  15.6 |  11M|  51 |  14 | 231 |  12k| 231 |2453 |  17 |  50k|5531 | 0.000000e+00 |      --      |    Inf 
216.75/216.85	c   217s| 90100 |   183 |  1409k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5537 | 0.000000e+00 |      --      |    Inf 
216.95/217.08	c   217s| 90200 |   181 |  1411k|  15.6 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  51k|5538 | 0.000000e+00 |      --      |    Inf 
217.25/217.30	c   217s| 90300 |   179 |  1412k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5539 | 0.000000e+00 |      --      |    Inf 
217.45/217.53	c   218s| 90400 |   186 |  1414k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
217.65/217.75	c   218s| 90500 |   184 |  1415k|  15.6 |  11M|  51 |  24 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
217.84/217.94	c   218s| 90600 |   181 |  1417k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
218.05/218.15	c   218s| 90700 |   183 |  1418k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
218.25/218.35	c   218s| 90800 |   185 |  1420k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
218.44/218.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.44/218.57	c   219s| 90900 |   185 |  1421k|  15.6 |  11M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
218.65/218.78	c   219s| 91000 |   187 |  1423k|  15.6 |  11M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
218.95/219.02	c   219s| 91100 |   189 |  1425k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
219.15/219.23	c   219s| 91200 |   185 |  1426k|  15.6 |  11M|  51 |  30 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
219.35/219.44	c   219s| 91300 |   191 |  1428k|  15.6 |  11M|  51 |  24 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
219.54/219.66	c   220s| 91400 |   186 |  1429k|  15.6 |  11M|  51 |  35 | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
219.75/219.90	c   220s| 91500 |   188 |  1431k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
220.05/220.10	c   220s| 91600 |   186 |  1433k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
220.25/220.30	c   220s| 91700 |   188 |  1434k|  15.6 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
220.44/220.51	c   221s| 91800 |   186 |  1435k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
220.65/220.70	c   221s| 91900 |   185 |  1437k|  15.6 |  11M|  51 |   - | 231 |  12k|   0 |   0 |  17 |  51k|5541 | 0.000000e+00 |      --      |    Inf 
220.75/220.89	c   221s| 92000 |   188 |  1438k|  15.6 |  11M|  51 |  27 | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
220.95/221.07	c   221s| 92100 |   186 |  1439k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
221.14/221.29	c   221s| 92200 |   184 |  1441k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
221.45/221.50	c   221s| 92300 |   183 |  1442k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
221.65/221.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.65/221.71	c   222s| 92400 |   185 |  1444k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
221.85/221.92	c   222s| 92500 |   185 |  1446k|  15.6 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
222.05/222.14	c   222s| 92600 |   185 |  1447k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
222.24/222.32	c   222s| 92700 |   182 |  1448k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
222.45/222.53	c   223s| 92800 |   184 |  1450k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
222.65/222.73	c   223s| 92900 |   187 |  1451k|  15.6 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
222.85/222.94	c   223s| 93000 |   184 |  1453k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
223.05/223.17	c   223s| 93100 |   181 |  1454k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
223.35/223.42	c   223s| 93200 |   183 |  1456k|  15.6 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
223.54/223.64	c   224s| 93300 |   180 |  1458k|  15.6 |  11M|  51 |  40 | 231 |  12k| 231 |2453 |  17 |  52k|5541 | 0.000000e+00 |      --      |    Inf 
223.84/223.90	c   224s| 93400 |   175 |  1459k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5551 | 0.000000e+00 |      --      |    Inf 
224.05/224.14	c   224s| 93500 |   177 |  1461k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5551 | 0.000000e+00 |      --      |    Inf 
224.35/224.47	c   224s| 93600 |   172 |  1463k|  15.6 |  11M|  51 |  39 | 231 |  12k| 231 |2453 |  17 |  52k|5568 | 0.000000e+00 |      --      |    Inf 
224.54/224.69	c   225s| 93700 |   172 |  1465k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5568 | 0.000000e+00 |      --      |    Inf 
224.85/224.94	c   225s| 93800 |   173 |  1466k|  15.6 |  11M|  51 |  37 | 231 |  12k| 231 |2453 |  17 |  53k|5573 | 0.000000e+00 |      --      |    Inf 
225.15/225.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.15/225.24	c   225s| 93900 |   173 |  1468k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5587 | 0.000000e+00 |      --      |    Inf 
225.45/225.52	c   226s| 94000 |   173 |  1470k|  15.6 |  11M|  51 |  28 | 231 |  12k| 231 |2453 |  17 |  53k|5597 | 0.000000e+00 |      --      |    Inf 
225.65/225.78	c   226s| 94100 |   173 |  1472k|  15.6 |  11M|  51 |  30 | 231 |  12k| 231 |2453 |  17 |  53k|5605 | 0.000000e+00 |      --      |    Inf 
225.95/226.01	c   226s| 94200 |   172 |  1473k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5605 | 0.000000e+00 |      --      |    Inf 
226.25/226.32	c   226s| 94300 |   167 |  1475k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5612 | 0.000000e+00 |      --      |    Inf 
226.45/226.57	c   227s| 94400 |   169 |  1477k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5619 | 0.000000e+00 |      --      |    Inf 
226.64/226.77	c   227s| 94500 |   166 |  1478k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5624 | 0.000000e+00 |      --      |    Inf 
226.94/227.02	c   227s| 94600 |   167 |  1480k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5633 | 0.000000e+00 |      --      |    Inf 
227.14/227.27	c   227s| 94700 |   167 |  1481k|  15.6 |  11M|  51 |  37 | 231 |  12k| 231 |2453 |  17 |  53k|5641 | 0.000000e+00 |      --      |    Inf 
227.45/227.50	c   228s| 94800 |   169 |  1483k|  15.6 |  11M|  51 |  43 | 231 |  12k| 231 |2453 |  17 |  53k|5650 | 0.000000e+00 |      --      |    Inf 
227.65/227.74	c   228s| 94900 |   169 |  1484k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5656 | 0.000000e+00 |      --      |    Inf 
227.84/227.97	c   228s| 95000 |   171 |  1486k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5662 | 0.000000e+00 |      --      |    Inf 
228.05/228.19	c   228s| 95100 |   173 |  1487k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  53k|5668 | 0.000000e+00 |      --      |    Inf 
228.24/228.39	c   228s| 95200 |   175 |  1489k|  15.6 |  11M|  51 |  16 | 231 |  12k| 231 |2453 |  17 |  53k|5676 | 0.000000e+00 |      --      |    Inf 
228.55/228.63	c   229s| 95300 |   173 |  1490k|  15.6 |  11M|  51 |  40 | 231 |  12k| 231 |2453 |  17 |  53k|5683 | 0.000000e+00 |      --      |    Inf 
228.75/228.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.75/228.83	c   229s| 95400 |   175 |  1491k|  15.6 |  11M|  51 |  25 | 231 |  12k| 231 |2453 |  17 |  53k|5690 | 0.000000e+00 |      --      |    Inf 
228.95/229.06	c   229s| 95500 |   173 |  1493k|  15.6 |  11M|  51 |  42 | 231 |  12k| 231 |2453 |  17 |  53k|5697 | 0.000000e+00 |      --      |    Inf 
229.15/229.28	c   229s| 95600 |   173 |  1494k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5702 | 0.000000e+00 |      --      |    Inf 
229.45/229.51	c   230s| 95700 |   177 |  1496k|  15.6 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  54k|5706 | 0.000000e+00 |      --      |    Inf 
229.65/229.70	c   230s| 95800 |   177 |  1497k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5707 | 0.000000e+00 |      --      |    Inf 
229.75/229.90	c   230s| 95900 |   176 |  1499k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5708 | 0.000000e+00 |      --      |    Inf 
229.94/230.09	c   230s| 96000 |   179 |  1500k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
230.15/230.29	c   230s| 96100 |   183 |  1501k|  15.6 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
230.45/230.50	c   231s| 96200 |   185 |  1503k|  15.6 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
230.65/230.73	c   231s| 96300 |   181 |  1505k|  15.6 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
230.85/230.96	c   231s| 96400 |   178 |  1506k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
231.05/231.16	c   231s| 96500 |   177 |  1508k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
231.24/231.38	c   231s| 96600 |   173 |  1509k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
231.54/231.61	c   232s| 96700 |   173 |  1511k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
231.75/231.80	c   232s| 96800 |   172 |  1512k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
231.95/232.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.95/232.01	c   232s| 96900 |   172 |  1514k|  15.6 |  11M|  51 |  37 | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
232.14/232.21	c   232s| 97000 |   174 |  1515k|  15.6 |  11M|  51 |  22 | 231 |  12k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
232.24/232.39	c   232s| 97100 |   175 |  1517k|  15.6 |  11M|  51 |   9 | 231 |  13k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
232.54/232.60	c   233s| 97200 |   172 |  1518k|  15.6 |  11M|  51 |  33 | 231 |  13k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
232.74/232.81	c   233s| 97300 |   173 |  1520k|  15.6 |  11M|  51 |  28 | 231 |  13k| 231 |2453 |  17 |  54k|5709 | 0.000000e+00 |      --      |    Inf 
232.84/232.98	c   233s| 97400 |   173 |  1521k|  15.6 |  11M|  51 |   - | 231 |  13k|   0 |   0 |  17 |  55k|5709 | 0.000000e+00 |      --      |    Inf 
233.05/233.17	c   233s| 97500 |   174 |  1522k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5709 | 0.000000e+00 |      --      |    Inf 
233.25/233.38	c   233s| 97600 |   170 |  1524k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5709 | 0.000000e+00 |      --      |    Inf 
233.55/233.61	c   234s| 97700 |   170 |  1525k|  15.6 |  11M|  51 |  27 | 231 |  13k| 231 |2453 |  17 |  55k|5711 | 0.000000e+00 |      --      |    Inf 
233.75/233.84	c   234s| 97800 |   172 |  1527k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5712 | 0.000000e+00 |      --      |    Inf 
233.94/234.03	c   234s| 97900 |   168 |  1528k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5712 | 0.000000e+00 |      --      |    Inf 
234.15/234.24	c   234s| 98000 |   172 |  1530k|  15.6 |  11M|  51 |  25 | 231 |  13k| 231 |2453 |  17 |  55k|5716 | 0.000000e+00 |      --      |    Inf 
234.34/234.46	c   234s| 98100 |   174 |  1531k|  15.6 |  11M|  51 |  28 | 231 |  13k| 231 |2453 |  17 |  55k|5716 | 0.000000e+00 |      --      |    Inf 
234.55/234.65	c   235s| 98200 |   172 |  1532k|  15.6 |  11M|  51 |  26 | 231 |  13k| 231 |2453 |  17 |  55k|5718 | 0.000000e+00 |      --      |    Inf 
234.74/234.86	c   235s| 98300 |   170 |  1534k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5719 | 0.000000e+00 |      --      |    Inf 
235.05/235.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.05/235.10	c   235s| 98400 |   170 |  1535k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
235.25/235.33	c   235s| 98500 |   172 |  1537k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
235.44/235.54	c   236s| 98600 |   170 |  1539k|  15.6 |  11M|  51 |  35 | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
235.64/235.75	c   236s| 98700 |   171 |  1540k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
235.84/235.98	c   236s| 98800 |   173 |  1542k|  15.6 |  11M|  51 |  33 | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
236.05/236.19	c   236s| 98900 |   179 |  1543k|  15.6 |  11M|  51 |  29 | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
236.35/236.41	c   236s| 99000 |   177 |  1545k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
236.54/236.65	c   237s| 99100 |   177 |  1547k|  15.6 |  11M|  51 |  26 | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
236.75/236.85	c   237s| 99200 |   177 |  1548k|  15.6 |  11M|  51 |  34 | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
236.95/237.09	c   237s| 99300 |   177 |  1550k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5721 | 0.000000e+00 |      --      |    Inf 
237.24/237.30	c   237s| 99400 |   175 |  1552k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5721 | 0.000000e+00 |      --      |    Inf 
237.45/237.57	c   238s| 99500 |   175 |  1554k|  15.6 |  11M|  51 |  45 | 231 |  13k| 231 |2453 |  17 |  56k|5721 | 0.000000e+00 |      --      |    Inf 
237.75/237.86	c   238s| 99600 |   181 |  1556k|  15.6 |  11M|  51 |  40 | 231 |  13k| 231 |2453 |  17 |  56k|5730 | 0.000000e+00 |      --      |    Inf 
238.04/238.15	c   238s| 99700 |   191 |  1557k|  15.6 |  11M|  51 |  25 | 231 |  13k| 231 |2453 |  17 |  56k|5745 | 0.000000e+00 |      --      |    Inf 
238.24/238.37	c   238s| 99800 |   191 |  1559k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5745 | 0.000000e+00 |      --      |    Inf 
238.55/238.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.55/238.66	c   239s| 99900 |   189 |  1561k|  15.6 |  11M|  51 |  21 | 231 |  13k| 231 |2453 |  17 |  56k|5756 | 0.000000e+00 |      --      |    Inf 
238.74/238.87	c   239s|100000 |   191 |  1562k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5756 | 0.000000e+00 |      --      |    Inf 
239.05/239.11	c   239s|100100 |   193 |  1564k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5763 | 0.000000e+00 |      --      |    Inf 
239.25/239.36	c   239s|100200 |   193 |  1565k|  15.6 |  12M|  51 |  36 | 231 |  13k| 231 |2453 |  17 |  56k|5771 | 0.000000e+00 |      --      |    Inf 
239.55/239.61	c   240s|100300 |   195 |  1567k|  15.6 |  12M|  51 |  29 | 231 |  13k| 231 |2453 |  17 |  56k|5777 | 0.000000e+00 |      --      |    Inf 
239.75/239.86	c   240s|100400 |   195 |  1569k|  15.6 |  12M|  51 |  20 | 231 |  14k| 231 |2453 |  17 |  56k|5786 | 0.000000e+00 |      --      |    Inf 
240.05/240.10	c   240s|100500 |   193 |  1570k|  15.6 |  12M|  51 |  37 | 231 |  14k| 231 |2453 |  17 |  56k|5792 | 0.000000e+00 |      --      |    Inf 
240.24/240.35	c   240s|100600 |   197 |  1572k|  15.6 |  12M|  51 |  25 | 231 |  14k| 231 |2453 |  17 |  56k|5798 | 0.000000e+00 |      --      |    Inf 
240.54/240.62	c   241s|100700 |   197 |  1574k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  56k|5809 | 0.000000e+00 |      --      |    Inf 
240.75/240.90	c   241s|100800 |   199 |  1576k|  15.6 |  12M|  51 |  33 | 231 |  14k| 231 |2453 |  17 |  56k|5821 | 0.000000e+00 |      --      |    Inf 
241.04/241.10	c   241s|100900 |   200 |  1577k|  15.6 |  12M|  51 |   - | 231 |  14k|   0 |   0 |  17 |  56k|5824 | 0.000000e+00 |      --      |    Inf 
241.14/241.29	c   241s|101000 |   202 |  1578k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  56k|5828 | 0.000000e+00 |      --      |    Inf 
241.35/241.49	c   241s|101100 |   202 |  1579k|  15.6 |  12M|  51 |  26 | 231 |  14k| 231 |2453 |  17 |  56k|5833 | 0.000000e+00 |      --      |    Inf 
241.64/241.71	c   242s|101200 |   199 |  1580k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  56k|5839 | 0.000000e+00 |      --      |    Inf 
241.85/241.93	c   242s|101300 |   201 |  1582k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5846 | 0.000000e+00 |      --      |    Inf 
242.04/242.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.04/242.18	c   242s|101400 |   199 |  1583k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5854 | 0.000000e+00 |      --      |    Inf 
242.34/242.43	c   242s|101500 |   199 |  1585k|  15.6 |  12M|  51 |  39 | 231 |  14k| 231 |2453 |  17 |  57k|5862 | 0.000000e+00 |      --      |    Inf 
242.54/242.67	c   243s|101600 |   197 |  1586k|  15.6 |  12M|  51 |  34 | 231 |  14k| 231 |2453 |  17 |  57k|5871 | 0.000000e+00 |      --      |    Inf 
242.75/242.89	c   243s|101700 |   199 |  1588k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5876 | 0.000000e+00 |      --      |    Inf 
243.05/243.13	c   243s|101800 |   197 |  1589k|  15.6 |  12M|  51 |  31 | 231 |  14k| 231 |2453 |  17 |  57k|5885 | 0.000000e+00 |      --      |    Inf 
243.24/243.36	c   243s|101900 |   198 |  1590k|  15.6 |  12M|  51 |  31 | 231 |  14k| 231 |2453 |  17 |  57k|5891 | 0.000000e+00 |      --      |    Inf 
243.54/243.62	c   244s|102000 |   196 |  1592k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5899 | 0.000000e+00 |      --      |    Inf 
243.74/243.87	c   244s|102100 |   198 |  1594k|  15.6 |  12M|  51 |  22 | 231 |  14k| 231 |2453 |  17 |  57k|5904 | 0.000000e+00 |      --      |    Inf 
243.94/244.08	c   244s|102200 |   196 |  1595k|  15.6 |  12M|  51 |  45 | 231 |  14k| 231 |2453 |  17 |  57k|5909 | 0.000000e+00 |      --      |    Inf 
244.15/244.29	c   244s|102300 |   199 |  1597k|  15.6 |  12M|  51 |  29 | 231 |  14k| 231 |2453 |  17 |  57k|5910 | 0.000000e+00 |      --      |    Inf 
244.45/244.51	c   245s|102400 |   199 |  1598k|  15.6 |  12M|  51 |  25 | 231 |  14k| 231 |2453 |  17 |  57k|5914 | 0.000000e+00 |      --      |    Inf 
244.65/244.76	c   245s|102500 |   199 |  1600k|  15.6 |  12M|  51 |  25 | 231 |  14k| 231 |2453 |  17 |  57k|5918 | 0.000000e+00 |      --      |    Inf 
244.94/245.01	c   245s|102600 |   195 |  1602k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5921 | 0.000000e+00 |      --      |    Inf 
245.15/245.23	c   245s|102700 |   201 |  1603k|  15.6 |  12M|  51 |  36 | 231 |  14k| 231 |2453 |  17 |  57k|5922 | 0.000000e+00 |      --      |    Inf 
245.34/245.47	c   245s|102800 |   195 |  1605k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
245.54/245.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.54/245.68	c   246s|102900 |   195 |  1606k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
245.85/245.91	c   246s|103000 |   193 |  1608k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
246.05/246.13	c   246s|103100 |   195 |  1610k|  15.6 |  12M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
246.25/246.32	c   246s|103200 |   197 |  1611k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
246.45/246.52	c   247s|103300 |   194 |  1612k|  15.6 |  12M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
246.65/246.74	c   247s|103400 |   198 |  1614k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
246.84/246.97	c   247s|103500 |   200 |  1616k|  15.6 |  12M|  51 |  37 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
247.15/247.21	c   247s|103600 |   194 |  1617k|  15.6 |  12M|  51 |  36 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
247.35/247.42	c   247s|103700 |   193 |  1619k|  15.6 |  12M|  51 |  16 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
247.54/247.61	c   248s|103800 |   187 |  1620k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
247.74/247.82	c   248s|103900 |   192 |  1621k|  15.6 |  12M|  51 |  25 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
247.95/248.04	c   248s|104000 |   190 |  1623k|  15.6 |  12M|  51 |  39 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
248.14/248.25	c   248s|104100 |   189 |  1624k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
248.34/248.49	c   248s|104200 |   191 |  1626k|  15.6 |  12M|  51 |  34 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
248.65/248.70	c   249s|104300 |   187 |  1627k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
248.84/248.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.84/248.93	c   249s|104400 |   189 |  1629k|  15.6 |  12M|  51 |  24 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
249.04/249.14	c   249s|104500 |   189 |  1630k|  15.6 |  12M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
249.25/249.36	c   249s|104600 |   185 |  1632k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
249.45/249.57	c   250s|104700 |   186 |  1633k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
249.65/249.79	c   250s|104800 |   184 |  1635k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
249.85/249.97	c   250s|104900 |   188 |  1636k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
250.04/250.19	c   250s|105000 |   187 |  1637k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
250.24/250.38	c   250s|105100 |   191 |  1638k|  15.6 |  12M|  51 |  27 | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
250.45/250.57	c   251s|105200 |   186 |  1640k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
250.65/250.77	c   251s|105300 |   187 |  1641k|  15.6 |  12M|  51 |  45 | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
250.84/250.99	c   251s|105400 |   188 |  1643k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
251.15/251.21	c   251s|105500 |   186 |  1644k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
251.34/251.42	c   251s|105600 |   188 |  1646k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
251.54/251.63	c   252s|105700 |   187 |  1647k|  15.6 |  12M|  51 |  46 | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
251.75/251.88	c   252s|105800 |   188 |  1649k|  15.6 |  12M|  51 |  25 | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
252.05/252.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.05/252.13	c   252s|105900 |   185 |  1651k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
252.24/252.35	c   252s|106000 |   185 |  1652k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5924 | 0.000000e+00 |      --      |    Inf 
252.54/252.63	c   253s|106100 |   185 |  1654k|  15.6 |  12M|  51 |  35 | 231 |  15k| 231 |2453 |  17 |  59k|5933 | 0.000000e+00 |      --      |    Inf 
252.74/252.81	c   253s|106200 |   182 |  1655k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5933 | 0.000000e+00 |      --      |    Inf 
252.95/253.05	c   253s|106300 |   184 |  1657k|  15.6 |  12M|  51 |  45 | 231 |  15k| 231 |2453 |  17 |  59k|5942 | 0.000000e+00 |      --      |    Inf 
253.14/253.24	c   253s|106400 |   188 |  1658k|  15.6 |  12M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  59k|5942 | 0.000000e+00 |      --      |    Inf 
253.34/253.48	c   253s|106500 |   183 |  1659k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5952 | 0.000000e+00 |      --      |    Inf 
253.55/253.66	c   254s|106600 |   186 |  1660k|  15.6 |  12M|  51 |  27 | 231 |  15k| 231 |2453 |  17 |  59k|5952 | 0.000000e+00 |      --      |    Inf 
253.84/253.92	c   254s|106700 |   184 |  1662k|  15.6 |  12M|  51 |  29 | 231 |  15k| 231 |2453 |  17 |  59k|5960 | 0.000000e+00 |      --      |    Inf 
254.05/254.16	c   254s|106800 |   184 |  1663k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  59k|5964 | 0.000000e+00 |      --      |    Inf 
254.35/254.40	c   254s|106900 |   182 |  1665k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  60k|5973 | 0.000000e+00 |      --      |    Inf 
254.55/254.64	c   255s|107000 |   180 |  1666k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  60k|5976 | 0.000000e+00 |      --      |    Inf 
254.84/254.91	c   255s|107100 |   183 |  1668k|  15.6 |  12M|  51 |  28 | 231 |  15k| 231 |2453 |  17 |  60k|5986 | 0.000000e+00 |      --      |    Inf 
255.05/255.11	c   255s|107200 |   180 |  1669k|  15.6 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  60k|5986 | 0.000000e+00 |      --      |    Inf 
255.24/255.39	c   255s|107300 |   180 |  1671k|  15.6 |  12M|  51 |  35 | 231 |  14k| 231 |2453 |  17 |  60k|5998 | 0.000000e+00 |      --      |    Inf 
255.54/255.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.54/255.64	c   256s|107400 |   180 |  1672k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  60k|6005 | 0.000000e+00 |      --      |    Inf 
255.74/255.89	c   256s|107500 |   178 |  1674k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  60k|6012 | 0.000000e+00 |      --      |    Inf 
256.05/256.18	c   256s|107600 |   180 |  1676k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  60k|6023 | 0.000000e+00 |      --      |    Inf 
256.34/256.47	c   256s|107700 |   180 |  1678k|  15.6 |  12M|  51 |  40 | 231 |  14k| 231 |2453 |  17 |  60k|6032 | 0.000000e+00 |      --      |    Inf 
256.64/256.71	c   257s|107800 |   178 |  1679k|  15.6 |  12M|  51 |  49 | 231 |  14k| 231 |2453 |  17 |  60k|6033 | 0.000000e+00 |      --      |    Inf 
256.84/256.96	c   257s|107900 |   178 |  1681k|  15.6 |  12M|  51 |  45 | 231 |  14k| 231 |2453 |  17 |  60k|6042 | 0.000000e+00 |      --      |    Inf 
257.15/257.22	c   257s|108000 |   174 |  1682k|  15.6 |  12M|  51 |  28 | 231 |  14k| 231 |2453 |  17 |  60k|6047 | 0.000000e+00 |      --      |    Inf 
257.35/257.49	c   257s|108100 |   176 |  1684k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  60k|6055 | 0.000000e+00 |      --      |    Inf 
257.65/257.71	c   258s|108200 |   176 |  1685k|  15.6 |  12M|  51 |  38 | 231 |  14k| 231 |2453 |  17 |  60k|6059 | 0.000000e+00 |      --      |    Inf 
257.84/257.96	c   258s|108300 |   182 |  1687k|  15.6 |  12M|  51 |  16 | 231 |  14k| 231 |2453 |  17 |  60k|6062 | 0.000000e+00 |      --      |    Inf 
258.14/258.23	c   258s|108400 |   180 |  1689k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  60k|6072 | 0.000000e+00 |      --      |    Inf 
258.34/258.48	c   258s|108500 |   179 |  1691k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  60k|6076 | 0.000000e+00 |      --      |    Inf 
258.64/258.74	c   259s|108600 |   177 |  1692k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6081 | 0.000000e+00 |      --      |    Inf 
258.94/259.02	c   259s|108700 |   181 |  1694k|  15.6 |  12M|  51 |  33 | 231 |  13k| 231 |2453 |  17 |  61k|6088 | 0.000000e+00 |      --      |    Inf 
259.24/259.30	c   259s|108800 |   181 |  1696k|  15.6 |  12M|  51 |  37 | 231 |  14k| 231 |2453 |  17 |  61k|6095 | 0.000000e+00 |      --      |    Inf 
259.45/259.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.45/259.55	c   260s|108900 |   181 |  1698k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  61k|6101 | 0.000000e+00 |      --      |    Inf 
259.74/259.81	c   260s|109000 |   183 |  1699k|  15.6 |  12M|  51 |  33 | 231 |  14k| 231 |2453 |  17 |  61k|6109 | 0.000000e+00 |      --      |    Inf 
259.94/260.08	c   260s|109100 |   181 |  1701k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  61k|6119 | 0.000000e+00 |      --      |    Inf 
260.25/260.34	c   260s|109200 |   179 |  1703k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6124 | 0.000000e+00 |      --      |    Inf 
260.55/260.62	c   261s|109300 |   181 |  1705k|  15.6 |  12M|  51 |  25 | 231 |  13k| 231 |2453 |  17 |  61k|6129 | 0.000000e+00 |      --      |    Inf 
260.74/260.86	c   261s|109400 |   177 |  1706k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6135 | 0.000000e+00 |      --      |    Inf 
261.04/261.13	c   261s|109500 |   179 |  1708k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6142 | 0.000000e+00 |      --      |    Inf 
261.24/261.36	c   261s|109600 |   175 |  1709k|  15.6 |  12M|  51 |  45 | 231 |  13k| 231 |2453 |  17 |  61k|6145 | 0.000000e+00 |      --      |    Inf 
261.54/261.61	c   262s|109700 |   179 |  1711k|  15.6 |  12M|  51 |  44 | 231 |  13k| 231 |2453 |  17 |  61k|6150 | 0.000000e+00 |      --      |    Inf 
261.75/261.85	c   262s|109800 |   177 |  1712k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6152 | 0.000000e+00 |      --      |    Inf 
262.04/262.10	c   262s|109900 |   180 |  1714k|  15.6 |  11M|  51 |  44 | 231 |  13k| 231 |2453 |  17 |  61k|6154 | 0.000000e+00 |      --      |    Inf 
262.24/262.37	c   262s|110000 |   178 |  1716k|  15.6 |  11M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  61k|6157 | 0.000000e+00 |      --      |    Inf 
262.54/262.60	c   263s|110100 |   174 |  1718k|  15.6 |  11M|  51 |  40 | 231 |  12k| 231 |2453 |  17 |  61k|6157 | 0.000000e+00 |      --      |    Inf 
262.75/262.81	c   263s|110200 |   173 |  1719k|  15.6 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  61k|6157 | 0.000000e+00 |      --      |    Inf 
262.94/263.06	c   263s|110300 |   173 |  1721k|  15.6 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  61k|6157 | 0.000000e+00 |      --      |    Inf 
263.24/263.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.24/263.30	c   263s|110400 |   173 |  1723k|  15.6 |  11M|  51 |  42 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
263.44/263.53	c   264s|110500 |   177 |  1724k|  15.6 |  11M|  51 |  30 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
263.64/263.77	c   264s|110600 |   173 |  1726k|  15.6 |  11M|  51 |  35 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
263.85/264.00	c   264s|110700 |   171 |  1728k|  15.6 |  11M|  51 |  35 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
264.14/264.20	c   264s|110800 |   171 |  1729k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
264.24/264.39	c   264s|110900 |   171 |  1730k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
264.44/264.59	c   265s|111000 |   173 |  1732k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
264.74/264.82	c   265s|111100 |   173 |  1733k|  15.6 |  11M|  51 |  23 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
264.95/265.04	c   265s|111200 |   171 |  1735k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
265.14/265.25	c   265s|111300 |   171 |  1736k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
265.34/265.47	c   265s|111400 |   172 |  1738k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
265.64/265.72	c   266s|111500 |   170 |  1740k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
265.84/265.96	c   266s|111600 |   172 |  1742k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
266.05/266.20	c   266s|111700 |   172 |  1744k|  15.6 |  11M|  51 |  42 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
266.35/266.44	c   266s|111800 |   170 |  1745k|  15.6 |  11M|  51 |  18 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
266.54/266.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.54/266.64	c   267s|111900 |   169 |  1747k|  15.6 |  11M|  51 |  20 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
266.74/266.84	c   267s|112000 |   166 |  1748k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
266.94/267.04	c   267s|112100 |   171 |  1750k|  15.6 |  11M|  51 |  20 | 231 |  12k| 231 |2453 |  17 |  62k|6157 | 0.000000e+00 |      --      |    Inf 
267.15/267.22	c   267s|112200 |   173 |  1751k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
267.34/267.45	c   267s|112300 |   179 |  1752k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
267.54/267.63	c   268s|112400 |   183 |  1754k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
267.74/267.82	c   268s|112500 |   182 |  1755k|  15.6 |  11M|  51 |  22 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
267.94/268.05	c   268s|112600 |   184 |  1757k|  15.6 |  11M|  51 |  22 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
268.14/268.23	c   268s|112700 |   181 |  1758k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
268.35/268.42	c   268s|112800 |   180 |  1759k|  15.6 |  11M|  51 |   - | 231 |  12k|   0 |   0 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
268.54/268.62	c   269s|112900 |   174 |  1760k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
268.74/268.83	c   269s|113000 |   170 |  1762k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
268.94/269.07	c   269s|113100 |   166 |  1764k|  15.6 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
269.14/269.29	c   269s|113200 |   168 |  1765k|  15.6 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
269.45/269.53	c   270s|113300 |   167 |  1767k|  15.6 |  11M|  51 |  26 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
269.64/269.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.64/269.76	c   270s|113400 |   165 |  1768k|  15.6 |  11M|  51 |  31 | 231 |  12k| 231 |2453 |  17 |  63k|6157 | 0.000000e+00 |      --      |    Inf 
269.84/269.99	c   270s|113500 |   161 |  1770k|  15.6 |  11M|  51 |  27 | 231 |  12k| 231 |2453 |  17 |  63k|6163 | 0.000000e+00 |      --      |    Inf 
270.14/270.28	c   270s|113600 |   166 |  1772k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6173 | 0.000000e+00 |      --      |    Inf 
270.34/270.50	c   271s|113700 |   170 |  1773k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6173 | 0.000000e+00 |      --      |    Inf 
270.64/270.78	c   271s|113800 |   170 |  1775k|  15.6 |  11M|  51 |  40 | 231 |  12k| 231 |2453 |  17 |  63k|6183 | 0.000000e+00 |      --      |    Inf 
270.94/271.00	c   271s|113900 |   168 |  1777k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6183 | 0.000000e+00 |      --      |    Inf 
271.24/271.32	c   271s|114000 |   172 |  1779k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6192 | 0.000000e+00 |      --      |    Inf 
271.44/271.57	c   272s|114100 |   173 |  1780k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6205 | 0.000000e+00 |      --      |    Inf 
271.65/271.78	c   272s|114200 |   175 |  1782k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6205 | 0.000000e+00 |      --      |    Inf 
271.94/272.03	c   272s|114300 |   183 |  1784k|  15.6 |  11M|  51 |  30 | 231 |  12k| 231 |2453 |  17 |  64k|6212 | 0.000000e+00 |      --      |    Inf 
272.14/272.25	c   272s|114400 |   187 |  1785k|  15.6 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  64k|6214 | 0.000000e+00 |      --      |    Inf 
272.34/272.48	c   272s|114500 |   189 |  1787k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6220 | 0.000000e+00 |      --      |    Inf 
272.65/272.75	c   273s|114600 |   188 |  1789k|  15.6 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  64k|6228 | 0.000000e+00 |      --      |    Inf 
272.84/272.99	c   273s|114700 |   187 |  1790k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6234 | 0.000000e+00 |      --      |    Inf 
273.14/273.26	c   273s|114800 |   179 |  1792k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6241 | 0.000000e+00 |      --      |    Inf 
273.44/273.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.44/273.52	c   274s|114900 |   179 |  1794k|  15.6 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  64k|6247 | 0.000000e+00 |      --      |    Inf 
273.64/273.80	c   274s|115000 |   183 |  1796k|  15.6 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  64k|6253 | 0.000000e+00 |      --      |    Inf 
273.94/274.08	c   274s|115100 |   190 |  1797k|  15.6 |  11M|  51 |  23 | 231 |  12k| 231 |2453 |  17 |  64k|6260 | 0.000000e+00 |      --      |    Inf 
274.24/274.32	c   274s|115200 |   194 |  1799k|  15.6 |  11M|  51 |  29 | 231 |  12k| 231 |2453 |  17 |  64k|6265 | 0.000000e+00 |      --      |    Inf 
274.44/274.58	c   275s|115300 |   198 |  1801k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6269 | 0.000000e+00 |      --      |    Inf 
274.74/274.83	c   275s|115400 |   209 |  1803k|  15.6 |  11M|  51 |  28 | 231 |  12k| 231 |2453 |  17 |  64k|6274 | 0.000000e+00 |      --      |    Inf 
274.95/275.08	c   275s|115500 |   213 |  1804k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6279 | 0.000000e+00 |      --      |    Inf 
275.24/275.33	c   275s|115600 |   214 |  1806k|  15.6 |  11M|  51 |   - | 231 |  12k|   0 |   0 |  17 |  64k|6286 | 0.000000e+00 |      --      |    Inf 
275.44/275.56	c   276s|115700 |   214 |  1808k|  15.6 |  11M|  51 |  44 | 231 |  12k| 231 |2453 |  17 |  64k|6291 | 0.000000e+00 |      --      |    Inf 
275.74/275.82	c   276s|115800 |   218 |  1809k|  15.6 |  11M|  51 |  17 | 231 |  12k| 231 |2453 |  17 |  64k|6298 | 0.000000e+00 |      --      |    Inf 
275.94/276.07	c   276s|115900 |   221 |  1811k|  15.6 |  11M|  51 |  27 | 231 |  12k| 231 |2453 |  17 |  64k|6304 | 0.000000e+00 |      --      |    Inf 
276.24/276.33	c   276s|116000 |   216 |  1813k|  15.6 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  65k|6313 | 0.000000e+00 |      --      |    Inf 
276.44/276.55	c   277s|116100 |   217 |  1814k|  15.6 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  65k|6316 | 0.000000e+00 |      --      |    Inf 
276.74/276.81	c   277s|116200 |   219 |  1816k|  15.6 |  11M|  51 |  31 | 231 |  13k| 231 |2453 |  17 |  65k|6323 | 0.000000e+00 |      --      |    Inf 
276.94/277.06	c   277s|116300 |   223 |  1818k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6330 | 0.000000e+00 |      --      |    Inf 
277.24/277.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.24/277.34	c   277s|116400 |   231 |  1820k|  15.6 |  12M|  51 |  31 | 231 |  13k| 231 |2453 |  17 |  65k|6334 | 0.000000e+00 |      --      |    Inf 
277.44/277.57	c   278s|116500 |   235 |  1821k|  15.6 |  12M|  51 |  31 | 231 |  13k| 231 |2453 |  17 |  65k|6341 | 0.000000e+00 |      --      |    Inf 
277.74/277.81	c   278s|116600 |   237 |  1823k|  15.6 |  12M|  51 |  31 | 231 |  13k| 231 |2453 |  17 |  65k|6346 | 0.000000e+00 |      --      |    Inf 
277.94/278.02	c   278s|116700 |   234 |  1824k|  15.6 |  12M|  51 |  35 | 231 |  13k| 231 |2453 |  17 |  65k|6348 | 0.000000e+00 |      --      |    Inf 
278.15/278.27	c   278s|116800 |   231 |  1826k|  15.6 |  12M|  51 |  30 | 231 |  13k| 231 |2453 |  17 |  65k|6350 | 0.000000e+00 |      --      |    Inf 
278.44/278.51	c   279s|116900 |   229 |  1828k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
278.64/278.75	c   279s|117000 |   233 |  1830k|  15.6 |  12M|  51 |  36 | 231 |  13k| 231 |2453 |  17 |  65k|6352 | 0.000000e+00 |      --      |    Inf 
278.84/278.99	c   279s|117100 |   235 |  1831k|  15.6 |  12M|  51 |  20 | 231 |  13k| 231 |2453 |  17 |  65k|6353 | 0.000000e+00 |      --      |    Inf 
279.14/279.26	c   279s|117200 |   233 |  1833k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6353 | 0.000000e+00 |      --      |    Inf 
279.35/279.49	c   279s|117300 |   233 |  1835k|  15.6 |  12M|  51 |   - | 231 |  13k|   0 |   0 |  17 |  65k|6354 | 0.000000e+00 |      --      |    Inf 
279.64/279.72	c   280s|117400 |   237 |  1837k|  15.6 |  12M|  51 |  37 | 231 |  13k| 231 |2453 |  17 |  65k|6354 | 0.000000e+00 |      --      |    Inf 
279.84/279.93	c   280s|117500 |   230 |  1838k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6354 | 0.000000e+00 |      --      |    Inf 
280.04/280.14	c   280s|117600 |   226 |  1840k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6354 | 0.000000e+00 |      --      |    Inf 
280.24/280.36	c   280s|117700 |   227 |  1841k|  15.6 |  12M|  51 |  22 | 231 |  13k| 231 |2453 |  17 |  65k|6356 | 0.000000e+00 |      --      |    Inf 
280.44/280.59	c   281s|117800 |   223 |  1843k|  15.6 |  12M|  51 |  35 | 231 |  13k| 231 |2453 |  17 |  65k|6360 | 0.000000e+00 |      --      |    Inf 
280.64/280.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.64/280.79	c   281s|117900 |   226 |  1844k|  15.6 |  12M|  51 |  25 | 231 |  13k| 231 |2453 |  17 |  66k|6362 | 0.000000e+00 |      --      |    Inf 
280.84/280.98	c   281s|118000 |   226 |  1845k|  15.6 |  12M|  51 |   - | 231 |  13k|   0 |   0 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
281.04/281.20	c   281s|118100 |   226 |  1847k|  15.6 |  12M|  51 |  32 | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
281.34/281.42	c   281s|118200 |   226 |  1849k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
281.54/281.62	c   282s|118300 |   225 |  1850k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
281.74/281.86	c   282s|118400 |   229 |  1852k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
281.94/282.08	c   282s|118500 |   227 |  1853k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
282.13/282.29	c   282s|118600 |   227 |  1855k|  15.6 |  12M|  51 |  14 | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
282.44/282.50	c   283s|118700 |   225 |  1857k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
282.64/282.71	c   283s|118800 |   226 |  1858k|  15.6 |  12M|  51 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
282.83/282.91	c   283s|118900 |   227 |  1860k|  15.6 |  12M|  51 |   - | 231 |  14k|   0 |   0 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
283.04/283.10	c   283s|119000 |   224 |  1861k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
283.24/283.31	c   283s|119100 |   220 |  1862k|  15.6 |  12M|  51 |  36 | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
283.43/283.54	c   284s|119200 |   222 |  1864k|  15.6 |  12M|  51 |  22 | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
283.65/283.74	c   284s|119300 |   220 |  1866k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
283.84/283.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.84/283.94	c   284s|119400 |   222 |  1867k|  15.6 |  12M|  51 |  37 | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
284.03/284.13	c   284s|119500 |   221 |  1868k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
284.24/284.35	c   284s|119600 |   224 |  1870k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
284.44/284.58	c   285s|119700 |   219 |  1871k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
284.75/284.82	c   285s|119800 |   227 |  1873k|  15.6 |  12M|  51 |  26 | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
284.94/285.04	c   285s|119900 |   225 |  1875k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
285.14/285.26	c   285s|120000 |   223 |  1876k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
285.33/285.48	c   285s|120100 |   224 |  1878k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
285.54/285.67	c   286s|120200 |   222 |  1879k|  15.6 |  12M|  51 |  35 | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
285.74/285.89	c   286s|120300 |   228 |  1880k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
286.04/286.14	c   286s|120400 |   232 |  1882k|  15.6 |  12M|  51 |  41 | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
286.24/286.38	c   286s|120500 |   237 |  1884k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6363 | 0.000000e+00 |      --      |    Inf 
286.54/286.67	c   287s|120600 |   241 |  1886k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6372 | 0.000000e+00 |      --      |    Inf 
286.83/286.92	c   287s|120700 |   243 |  1888k|  15.6 |  12M|  51 |  29 | 231 |  14k| 231 |2453 |  17 |  67k|6372 | 0.000000e+00 |      --      |    Inf 
287.05/287.13	c   287s|120800 |   248 |  1889k|  15.6 |  12M|  51 |  30 | 231 |  14k| 231 |2453 |  17 |  67k|6380 | 0.000000e+00 |      --      |    Inf 
287.24/287.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.24/287.32	c   287s|120900 |   247 |  1890k|  15.6 |  12M|  51 |  34 | 231 |  14k| 231 |2453 |  17 |  67k|6380 | 0.000000e+00 |      --      |    Inf 
287.44/287.58	c   288s|121000 |   246 |  1892k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6390 | 0.000000e+00 |      --      |    Inf 
287.64/287.80	c   288s|121100 |   245 |  1893k|  15.6 |  12M|  51 |  39 | 231 |  14k| 231 |2453 |  17 |  67k|6390 | 0.000000e+00 |      --      |    Inf 
287.94/288.07	c   288s|121200 |   241 |  1895k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6399 | 0.000000e+00 |      --      |    Inf 
288.23/288.34	c   288s|121300 |   241 |  1897k|  15.6 |  12M|  51 |  19 | 231 |  14k| 231 |2453 |  17 |  67k|6404 | 0.000000e+00 |      --      |    Inf 
288.43/288.57	c   289s|121400 |   239 |  1898k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6410 | 0.000000e+00 |      --      |    Inf 
288.74/288.80	c   289s|121500 |   239 |  1900k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  67k|6416 | 0.000000e+00 |      --      |    Inf 
288.94/289.03	c   289s|121600 |   239 |  1901k|  15.6 |  12M|  51 |  26 | 231 |  14k| 231 |2453 |  17 |  68k|6421 | 0.000000e+00 |      --      |    Inf 
289.14/289.29	c   289s|121700 |   247 |  1903k|  15.6 |  12M|  51 |  30 | 231 |  14k| 231 |2453 |  17 |  68k|6427 | 0.000000e+00 |      --      |    Inf 
289.43/289.50	c   290s|121800 |   241 |  1905k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6430 | 0.000000e+00 |      --      |    Inf 
289.64/289.75	c   290s|121900 |   243 |  1906k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6437 | 0.000000e+00 |      --      |    Inf 
289.94/290.03	c   290s|122000 |   253 |  1908k|  15.6 |  12M|  51 |  23 | 231 |  14k| 231 |2453 |  17 |  68k|6444 | 0.000000e+00 |      --      |    Inf 
290.24/290.32	c   290s|122100 |   253 |  1910k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6454 | 0.000000e+00 |      --      |    Inf 
290.43/290.57	c   291s|122200 |   251 |  1912k|  15.6 |  12M|  51 |  39 | 231 |  14k| 231 |2453 |  17 |  68k|6458 | 0.000000e+00 |      --      |    Inf 
290.74/290.82	c   291s|122300 |   255 |  1913k|  15.6 |  12M|  51 |  25 | 231 |  14k| 231 |2453 |  17 |  68k|6461 | 0.000000e+00 |      --      |    Inf 
290.94/291.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.94/291.07	c   291s|122400 |   254 |  1915k|  15.6 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6467 | 0.000000e+00 |      --      |    Inf 
291.23/291.31	c   291s|122500 |   256 |  1917k|  15.6 |  12M|  51 |  37 | 231 |  14k| 231 |2453 |  17 |  68k|6473 | 0.000000e+00 |      --      |    Inf 
291.45/291.55	c   292s|122600 |   256 |  1918k|  15.7 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6478 | 0.000000e+00 |      --      |    Inf 
291.73/291.81	c   292s|122700 |   258 |  1920k|  15.7 |  12M|  51 |  26 | 231 |  14k| 231 |2453 |  17 |  68k|6485 | 0.000000e+00 |      --      |    Inf 
291.94/292.07	c   292s|122800 |   258 |  1922k|  15.7 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6493 | 0.000000e+00 |      --      |    Inf 
292.14/292.27	c   292s|122900 |   263 |  1923k|  15.7 |  12M|  51 |  27 | 231 |  14k| 231 |2453 |  17 |  68k|6498 | 0.000000e+00 |      --      |    Inf 
292.44/292.52	c   293s|123000 |   263 |  1925k|  15.7 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6503 | 0.000000e+00 |      --      |    Inf 
292.64/292.74	c   293s|123100 |   271 |  1926k|  15.7 |  12M|  51 |  23 | 231 |  14k| 231 |2453 |  17 |  68k|6509 | 0.000000e+00 |      --      |    Inf 
292.84/292.98	c   293s|123200 |   270 |  1928k|  15.7 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6515 | 0.000000e+00 |      --      |    Inf 
293.13/293.20	c   293s|123300 |   270 |  1930k|  15.7 |  12M|  51 |   - | 231 |  14k| 231 |2453 |  17 |  68k|6519 | 0.000000e+00 |      --      |    Inf 
293.34/293.44	c   293s|123400 |   272 |  1931k|  15.7 |  12M|  51 |  31 | 231 |  14k| 231 |2453 |  17 |  68k|6525 | 0.000000e+00 |      --      |    Inf 
293.54/293.66	c   294s|123500 |   273 |  1933k|  15.7 |  12M|  51 |  26 | 231 |  14k| 231 |2453 |  17 |  68k|6527 | 0.000000e+00 |      --      |    Inf 
293.74/293.89	c   294s|123600 |   271 |  1935k|  15.7 |  12M|  51 |   - | 231 |  14k|   0 |   0 |  17 |  69k|6528 | 0.000000e+00 |      --      |    Inf 
294.04/294.12	c   294s|123700 |   269 |  1936k|  15.7 |  12M|  51 |  29 | 231 |  15k| 231 |2453 |  17 |  69k|6529 | 0.000000e+00 |      --      |    Inf 
294.24/294.35	c   294s|123800 |   269 |  1938k|  15.7 |  12M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  69k|6530 | 0.000000e+00 |      --      |    Inf 
294.44/294.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.44/294.56	c   295s|123900 |   267 |  1939k|  15.7 |  12M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  69k|6530 | 0.000000e+00 |      --      |    Inf 
294.64/294.77	c   295s|124000 |   267 |  1941k|  15.7 |  12M|  51 |  27 | 231 |  15k| 231 |2453 |  17 |  69k|6530 | 0.000000e+00 |      --      |    Inf 
294.94/295.01	c   295s|124100 |   270 |  1942k|  15.7 |  12M|  51 |  40 | 231 |  15k| 231 |2453 |  17 |  69k|6532 | 0.000000e+00 |      --      |    Inf 
295.13/295.24	c   295s|124200 |   268 |  1944k|  15.7 |  13M|  51 |  26 | 231 |  15k| 231 |2453 |  17 |  69k|6533 | 0.000000e+00 |      --      |    Inf 
295.43/295.50	c   295s|124300 |   274 |  1946k|  15.7 |  13M|  51 |  24 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
295.63/295.70	c   296s|124400 |   274 |  1947k|  15.7 |  13M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
295.85/295.92	c   296s|124500 |   272 |  1949k|  15.7 |  13M|  51 |  39 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
296.03/296.13	c   296s|124600 |   270 |  1950k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
296.23/296.35	c   296s|124700 |   272 |  1952k|  15.7 |  13M|  51 |  34 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
296.44/296.56	c   297s|124800 |   274 |  1953k|  15.7 |  13M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
296.64/296.79	c   297s|124900 |   271 |  1955k|  15.7 |  13M|  51 |  27 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
296.95/297.01	c   297s|125000 |   276 |  1957k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
297.14/297.25	c   297s|125100 |   276 |  1959k|  15.7 |  13M|  51 |  28 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
297.44/297.50	c   298s|125200 |   275 |  1960k|  15.7 |  13M|  51 |  42 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
297.63/297.73	c   298s|125300 |   275 |  1962k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
297.84/297.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.84/297.97	c   298s|125400 |   274 |  1964k|  15.7 |  13M|  51 |  32 | 231 |  15k| 231 |2453 |  17 |  69k|6535 | 0.000000e+00 |      --      |    Inf 
298.13/298.22	c   298s|125500 |   268 |  1966k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
298.33/298.45	c   298s|125600 |   266 |  1967k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
298.54/298.68	c   299s|125700 |   268 |  1969k|  15.7 |  13M|  51 |  25 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
298.83/298.91	c   299s|125800 |   270 |  1971k|  15.7 |  13M|  51 |  26 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
299.05/299.12	c   299s|125900 |   268 |  1972k|  15.7 |  13M|  51 |  34 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
299.24/299.37	c   299s|126000 |   264 |  1974k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
299.53/299.60	c   300s|126100 |   266 |  1976k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
299.73/299.81	c   300s|126200 |   271 |  1977k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
299.84/299.99	c   300s|126300 |   272 |  1978k|  15.7 |  13M|  51 |  25 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
300.04/300.19	c   300s|126400 |   271 |  1980k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
300.34/300.41	c   300s|126500 |   268 |  1981k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
300.54/300.63	c   301s|126600 |   268 |  1983k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
300.73/300.89	c   301s|126700 |   270 |  1985k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
301.04/301.12	c   301s|126800 |   272 |  1987k|  15.7 |  13M|  51 |  25 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
301.24/301.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.24/301.37	c   301s|126900 |   269 |  1989k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
301.43/301.59	c   302s|127000 |   267 |  1990k|  15.7 |  13M|  51 |  41 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
301.74/301.81	c   302s|127100 |   266 |  1992k|  15.7 |  13M|  51 |  23 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
301.94/302.01	c   302s|127200 |   267 |  1993k|  15.7 |  13M|  51 |   - | 231 |  15k|   0 |   0 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
302.14/302.24	c   302s|127300 |   267 |  1995k|  15.7 |  13M|  51 |  36 | 231 |  15k| 231 |2453 |  17 |  70k|6535 | 0.000000e+00 |      --      |    Inf 
302.34/302.49	c   302s|127400 |   269 |  1996k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  71k|6544 | 0.000000e+00 |      --      |    Inf 
302.64/302.73	c   303s|127500 |   269 |  1998k|  15.7 |  13M|  51 |  34 | 231 |  15k| 231 |2453 |  17 |  71k|6545 | 0.000000e+00 |      --      |    Inf 
302.83/302.98	c   303s|127600 |   268 |  1999k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6561 | 0.000000e+00 |      --      |    Inf 
303.13/303.21	c   303s|127700 |   268 |  2001k|  15.7 |  13M|  51 |  41 | 231 |  15k| 231 |2453 |  17 |  71k|6561 | 0.000000e+00 |      --      |    Inf 
303.33/303.48	c   303s|127800 |   266 |  2003k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6570 | 0.000000e+00 |      --      |    Inf 
303.64/303.78	c   304s|127900 |   268 |  2005k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6579 | 0.000000e+00 |      --      |    Inf 
303.83/303.99	c   304s|128000 |   268 |  2006k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6579 | 0.000000e+00 |      --      |    Inf 
304.14/304.26	c   304s|128100 |   268 |  2008k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6589 | 0.000000e+00 |      --      |    Inf 
304.34/304.48	c   304s|128200 |   270 |  2009k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6589 | 0.000000e+00 |      --      |    Inf 
304.64/304.74	c   305s|128300 |   270 |  2011k|  15.7 |  13M|  51 |  28 | 231 |  15k| 231 |2453 |  17 |  71k|6600 | 0.000000e+00 |      --      |    Inf 
304.83/304.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.83/304.97	c   305s|128400 |   272 |  2013k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6606 | 0.000000e+00 |      --      |    Inf 
305.04/305.18	c   305s|128500 |   272 |  2014k|  15.7 |  13M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  71k|6606 | 0.000000e+00 |      --      |    Inf 
305.33/305.43	c   305s|128600 |   268 |  2016k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  71k|6618 | 0.000000e+00 |      --      |    Inf 
305.53/305.64	c   306s|128700 |   268 |  2017k|  15.7 |  13M|  51 |  32 | 231 |  15k| 231 |2453 |  17 |  71k|6620 | 0.000000e+00 |      --      |    Inf 
305.74/305.85	c   306s|128800 |   272 |  2018k|  15.7 |  13M|  51 |   - | 231 |  15k|   0 |   0 |  17 |  71k|6626 | 0.000000e+00 |      --      |    Inf 
305.93/306.08	c   306s|128900 |   268 |  2020k|  15.7 |  13M|  51 |  29 | 231 |  15k| 231 |2453 |  17 |  71k|6632 | 0.000000e+00 |      --      |    Inf 
306.24/306.31	c   306s|129000 |   265 |  2021k|  15.7 |  13M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  71k|6638 | 0.000000e+00 |      --      |    Inf 
306.44/306.56	c   307s|129100 |   265 |  2023k|  15.7 |  13M|  51 |  34 | 231 |  15k| 231 |2453 |  17 |  71k|6644 | 0.000000e+00 |      --      |    Inf 
306.74/306.84	c   307s|129200 |   266 |  2025k|  15.7 |  13M|  51 |  22 | 231 |  15k| 231 |2453 |  17 |  71k|6649 | 0.000000e+00 |      --      |    Inf 
307.04/307.12	c   307s|129300 |   266 |  2027k|  15.7 |  13M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  71k|6657 | 0.000000e+00 |      --      |    Inf 
307.34/307.43	c   307s|129400 |   264 |  2029k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6664 | 0.000000e+00 |      --      |    Inf 
307.63/307.71	c   308s|129500 |   264 |  2031k|  15.7 |  13M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  72k|6671 | 0.000000e+00 |      --      |    Inf 
307.84/307.95	c   308s|129600 |   264 |  2032k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6675 | 0.000000e+00 |      --      |    Inf 
308.14/308.23	c   308s|129700 |   268 |  2034k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6681 | 0.000000e+00 |      --      |    Inf 
308.33/308.48	c   308s|129800 |   266 |  2035k|  15.7 |  13M|  51 |  38 | 231 |  15k| 231 |2453 |  17 |  72k|6688 | 0.000000e+00 |      --      |    Inf 
308.63/308.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.63/308.73	c   309s|129900 |   265 |  2037k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6694 | 0.000000e+00 |      --      |    Inf 
308.84/308.99	c   309s|130000 |   268 |  2039k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6703 | 0.000000e+00 |      --      |    Inf 
309.13/309.20	c   309s|130100 |   274 |  2040k|  15.7 |  13M|  51 |  32 | 231 |  15k| 231 |2453 |  17 |  72k|6704 | 0.000000e+00 |      --      |    Inf 
309.33/309.43	c   309s|130200 |   275 |  2042k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6712 | 0.000000e+00 |      --      |    Inf 
309.54/309.65	c   310s|130300 |   275 |  2043k|  15.7 |  13M|  51 |  35 | 231 |  15k| 231 |2453 |  17 |  72k|6714 | 0.000000e+00 |      --      |    Inf 
309.73/309.89	c   310s|130400 |   273 |  2045k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6719 | 0.000000e+00 |      --      |    Inf 
310.04/310.14	c   310s|130500 |   268 |  2046k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6724 | 0.000000e+00 |      --      |    Inf 
310.34/310.40	c   310s|130600 |   270 |  2048k|  15.7 |  13M|  51 |  22 | 231 |  15k| 231 |2453 |  17 |  72k|6729 | 0.000000e+00 |      --      |    Inf 
310.54/310.65	c   311s|130700 |   268 |  2050k|  15.7 |  13M|  51 |  47 | 231 |  15k| 231 |2453 |  17 |  72k|6733 | 0.000000e+00 |      --      |    Inf 
310.73/310.88	c   311s|130800 |   266 |  2051k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6734 | 0.000000e+00 |      --      |    Inf 
311.04/311.11	c   311s|130900 |   266 |  2053k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  72k|6734 | 0.000000e+00 |      --      |    Inf 
311.24/311.33	c   311s|131000 |   270 |  2054k|  15.7 |  13M|  51 |  36 | 231 |  15k| 231 |2453 |  17 |  72k|6734 | 0.000000e+00 |      --      |    Inf 
311.44/311.54	c   312s|131100 |   269 |  2056k|  15.7 |  13M|  51 |  37 | 231 |  15k| 231 |2453 |  17 |  72k|6734 | 0.000000e+00 |      --      |    Inf 
311.63/311.78	c   312s|131200 |   267 |  2058k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  72k|6734 | 0.000000e+00 |      --      |    Inf 
311.93/312.01	c   312s|131300 |   269 |  2059k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
312.13/312.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.13/312.24	c   312s|131400 |   269 |  2061k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
312.34/312.46	c   312s|131500 |   268 |  2062k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
312.54/312.68	c   313s|131600 |   268 |  2064k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
312.74/312.89	c   313s|131700 |   270 |  2065k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
313.03/313.15	c   313s|131800 |   271 |  2067k|  15.7 |  13M|  51 |  29 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
313.23/313.35	c   313s|131900 |   269 |  2069k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
313.44/313.55	c   314s|132000 |   270 |  2070k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
313.63/313.77	c   314s|132100 |   268 |  2072k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
313.93/314.01	c   314s|132200 |   268 |  2074k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
314.13/314.23	c   314s|132300 |   269 |  2075k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
314.33/314.47	c   314s|132400 |   269 |  2077k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
314.63/314.72	c   315s|132500 |   267 |  2079k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
314.83/314.97	c   315s|132600 |   271 |  2080k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
315.03/315.19	c   315s|132700 |   275 |  2082k|  15.7 |  13M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
315.34/315.44	c   315s|132800 |   271 |  2084k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
315.54/315.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.54/315.66	c   316s|132900 |   273 |  2086k|  15.7 |  13M|  51 |  27 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
315.73/315.88	c   316s|133000 |   274 |  2087k|  15.7 |  13M|  51 |  39 | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
316.04/316.13	c   316s|133100 |   272 |  2089k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  73k|6734 | 0.000000e+00 |      --      |    Inf 
316.23/316.35	c   316s|133200 |   275 |  2091k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
316.43/316.58	c   317s|133300 |   274 |  2092k|  15.7 |  13M|  51 |  35 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
316.63/316.80	c   317s|133400 |   277 |  2094k|  15.7 |  13M|  51 |  33 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
316.84/317.00	c   317s|133500 |   275 |  2095k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
317.13/317.20	c   317s|133600 |   276 |  2097k|  15.7 |  13M|  51 |  40 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
317.34/317.43	c   317s|133700 |   275 |  2099k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
317.54/317.66	c   318s|133800 |   281 |  2100k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
317.74/317.87	c   318s|133900 |   282 |  2102k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
318.04/318.10	c   318s|134000 |   286 |  2103k|  15.7 |  13M|  51 |  17 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
318.24/318.32	c   318s|134100 |   288 |  2105k|  15.7 |  13M|  51 |  38 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
318.43/318.52	c   319s|134200 |   294 |  2106k|  15.7 |  13M|  51 |  36 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
318.63/318.75	c   319s|134300 |   292 |  2108k|  15.7 |  13M|  51 |  35 | 231 |  15k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
318.84/318.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.84/318.96	c   319s|134400 |   288 |  2110k|  15.7 |  13M|  51 |  39 | 231 |  16k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
319.03/319.18	c   319s|134500 |   286 |  2111k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  74k|6734 | 0.000000e+00 |      --      |    Inf 
319.33/319.41	c   319s|134600 |   282 |  2113k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  74k|6739 | 0.000000e+00 |      --      |    Inf 
319.53/319.67	c   320s|134700 |   278 |  2114k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  74k|6748 | 0.000000e+00 |      --      |    Inf 
319.83/319.93	c   320s|134800 |   280 |  2116k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  74k|6755 | 0.000000e+00 |      --      |    Inf 
320.03/320.16	c   320s|134900 |   278 |  2118k|  15.7 |  13M|  51 |  32 | 231 |  16k| 231 |2453 |  17 |  74k|6755 | 0.000000e+00 |      --      |    Inf 
320.33/320.47	c   320s|135000 |   278 |  2120k|  15.7 |  13M|  51 |  33 | 231 |  16k| 231 |2453 |  17 |  74k|6765 | 0.000000e+00 |      --      |    Inf 
320.63/320.73	c   321s|135100 |   276 |  2121k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6765 | 0.000000e+00 |      --      |    Inf 
320.93/321.02	c   321s|135200 |   276 |  2123k|  15.7 |  13M|  51 |  38 | 231 |  16k| 231 |2453 |  17 |  75k|6774 | 0.000000e+00 |      --      |    Inf 
321.24/321.32	c   321s|135300 |   276 |  2125k|  15.7 |  13M|  51 |  37 | 231 |  16k| 231 |2453 |  17 |  75k|6784 | 0.000000e+00 |      --      |    Inf 
321.43/321.57	c   322s|135400 |   274 |  2127k|  15.7 |  13M|  51 |  30 | 231 |  15k| 231 |2453 |  17 |  75k|6784 | 0.000000e+00 |      --      |    Inf 
321.73/321.88	c   322s|135500 |   272 |  2129k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  75k|6796 | 0.000000e+00 |      --      |    Inf 
322.04/322.11	c   322s|135600 |   276 |  2131k|  15.7 |  13M|  51 |  32 | 231 |  15k| 231 |2453 |  17 |  75k|6796 | 0.000000e+00 |      --      |    Inf 
322.24/322.37	c   322s|135700 |   276 |  2132k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  75k|6802 | 0.000000e+00 |      --      |    Inf 
322.53/322.65	c   323s|135800 |   276 |  2134k|  15.7 |  13M|  51 |  24 | 231 |  15k| 231 |2453 |  17 |  75k|6807 | 0.000000e+00 |      --      |    Inf 
322.74/322.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.74/322.89	c   323s|135900 |   274 |  2136k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6810 | 0.000000e+00 |      --      |    Inf 
323.03/323.15	c   323s|136000 |   269 |  2138k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6815 | 0.000000e+00 |      --      |    Inf 
323.23/323.39	c   323s|136100 |   275 |  2139k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6821 | 0.000000e+00 |      --      |    Inf 
323.53/323.63	c   324s|136200 |   273 |  2140k|  15.7 |  13M|  51 |  35 | 231 |  16k| 231 |2453 |  17 |  75k|6829 | 0.000000e+00 |      --      |    Inf 
323.73/323.86	c   324s|136300 |   273 |  2142k|  15.7 |  13M|  51 |  30 | 231 |  16k| 231 |2453 |  17 |  75k|6833 | 0.000000e+00 |      --      |    Inf 
324.03/324.11	c   324s|136400 |   269 |  2144k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6839 | 0.000000e+00 |      --      |    Inf 
324.24/324.40	c   324s|136500 |   269 |  2146k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6847 | 0.000000e+00 |      --      |    Inf 
324.53/324.63	c   325s|136600 |   275 |  2147k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  75k|6847 | 0.000000e+00 |      --      |    Inf 
324.83/324.91	c   325s|136700 |   273 |  2149k|  15.7 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  75k|6855 | 0.000000e+00 |      --      |    Inf 
325.03/325.13	c   325s|136800 |   272 |  2151k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6859 | 0.000000e+00 |      --      |    Inf 
325.33/325.43	c   325s|136900 |   272 |  2153k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  75k|6866 | 0.000000e+00 |      --      |    Inf 
325.63/325.71	c   326s|137000 |   276 |  2155k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6872 | 0.000000e+00 |      --      |    Inf 
325.83/325.98	c   326s|137100 |   274 |  2157k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6878 | 0.000000e+00 |      --      |    Inf 
326.14/326.23	c   326s|137200 |   272 |  2158k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6883 | 0.000000e+00 |      --      |    Inf 
326.44/326.52	c   327s|137300 |   270 |  2160k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6889 | 0.000000e+00 |      --      |    Inf 
326.73/326.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.73/326.81	c   327s|137400 |   272 |  2162k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6896 | 0.000000e+00 |      --      |    Inf 
326.93/327.06	c   327s|137500 |   272 |  2164k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6902 | 0.000000e+00 |      --      |    Inf 
327.23/327.33	c   327s|137600 |   268 |  2166k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6906 | 0.000000e+00 |      --      |    Inf 
327.43/327.56	c   328s|137700 |   271 |  2167k|  15.7 |  13M|  51 |  39 | 231 |  16k| 231 |2453 |  17 |  76k|6909 | 0.000000e+00 |      --      |    Inf 
327.74/327.83	c   328s|137800 |   267 |  2169k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6911 | 0.000000e+00 |      --      |    Inf 
327.93/328.07	c   328s|137900 |   267 |  2171k|  15.7 |  13M|  51 |  47 | 231 |  16k| 231 |2453 |  17 |  76k|6913 | 0.000000e+00 |      --      |    Inf 
328.23/328.31	c   328s|138000 |   269 |  2173k|  15.7 |  13M|  51 |  32 | 231 |  16k| 231 |2453 |  17 |  76k|6913 | 0.000000e+00 |      --      |    Inf 
328.43/328.54	c   329s|138100 |   269 |  2174k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6913 | 0.000000e+00 |      --      |    Inf 
328.64/328.76	c   329s|138200 |   271 |  2176k|  15.7 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6916 | 0.000000e+00 |      --      |    Inf 
328.93/329.01	c   329s|138300 |   275 |  2178k|  15.7 |  13M|  51 |  34 | 231 |  16k| 231 |2453 |  17 |  76k|6917 | 0.000000e+00 |      --      |    Inf 
329.13/329.24	c   329s|138400 |   275 |  2179k|  15.7 |  13M|  51 |   - | 231 |  16k|   0 |   0 |  17 |  76k|6917 | 0.000000e+00 |      --      |    Inf 
329.33/329.48	c   329s|138500 |   282 |  2181k|  15.8 |  13M|  51 |  33 | 231 |  16k| 231 |2453 |  17 |  76k|6917 | 0.000000e+00 |      --      |    Inf 
329.63/329.70	c   330s|138600 |   284 |  2183k|  15.8 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6918 | 0.000000e+00 |      --      |    Inf 
329.84/329.94	c   330s|138700 |   281 |  2185k|  15.8 |  13M|  51 |  48 | 231 |  16k| 231 |2453 |  17 |  76k|6920 | 0.000000e+00 |      --      |    Inf 
330.03/330.17	c   330s|138800 |   289 |  2186k|  15.8 |  13M|  51 |  31 | 231 |  16k| 231 |2453 |  17 |  76k|6920 | 0.000000e+00 |      --      |    Inf 
330.34/330.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.34/330.41	c   330s|138900 |   288 |  2188k|  15.8 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  76k|6920 | 0.000000e+00 |      --      |    Inf 
330.54/330.62	c   331s|139000 |   286 |  2190k|  15.8 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
330.73/330.87	c   331s|139100 |   282 |  2191k|  15.8 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
331.03/331.13	c   331s|139200 |   286 |  2193k|  15.8 |  13M|  51 |   - | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
331.23/331.38	c   331s|139300 |   286 |  2195k|  15.8 |  13M|  51 |  21 | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
331.53/331.62	c   332s|139400 |   289 |  2197k|  15.8 |  13M|  51 |  30 | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
331.73/331.89	c   332s|139500 |   287 |  2199k|  15.8 |  13M|  51 |  40 | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
332.03/332.15	c   332s|139600 |   283 |  2201k|  15.8 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
332.23/332.35	c   332s|139700 |   285 |  2202k|  15.8 |  13M|  51 |  39 | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
332.43/332.58	c   333s|139800 |   283 |  2204k|  15.8 |  13M|  51 |  42 | 231 |  16k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
332.74/332.82	c   333s|139900 |   281 |  2206k|  15.8 |  13M|  51 |  44 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
332.93/333.06	c   333s|140000 |   279 |  2207k|  15.8 |  13M|  51 |  42 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
333.13/333.30	c   333s|140100 |   275 |  2209k|  15.8 |  13M|  51 |  41 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
333.43/333.50	c   333s|140200 |   275 |  2210k|  15.8 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
333.63/333.74	c   334s|140300 |   271 |  2212k|  15.8 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
333.93/334.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.93/334.00	c   334s|140400 |   271 |  2214k|  15.8 |  13M|  51 |  37 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
334.13/334.22	c   334s|140500 |   272 |  2216k|  15.8 |  13M|  51 |  31 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
334.34/334.45	c   334s|140600 |   271 |  2217k|  15.8 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
334.63/334.71	c   335s|140700 |   266 |  2219k|  15.8 |  13M|  51 |  42 | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
334.83/334.94	c   335s|140800 |   264 |  2221k|  15.8 |  13M|  51 |   - | 231 |  15k| 231 |2453 |  17 |  77k|6920 | 0.000000e+00 |      --      |    Inf 
335.03/335.16	c   335s|140900 |   264 |  2222k|  15.8 |  13M|  53 |  44 | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
335.23/335.37	c   335s|141000 |   266 |  2224k|  15.8 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
335.53/335.60	c   336s|141100 |   262 |  2226k|  15.8 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
335.73/335.81	c   336s|141200 |   264 |  2227k|  15.8 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
335.93/336.03	c   336s|141300 |   264 |  2228k|  15.8 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
336.13/336.29	c   336s|141400 |   268 |  2231k|  15.8 |  13M|  58 |  27 | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
336.43/336.51	c   337s|141500 |   266 |  2232k|  15.8 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
336.63/336.73	c   337s|141600 |   269 |  2234k|  15.8 |  12M|  58 |  28 | 231 |  14k| 231 |2453 |  17 |  78k|6920 | 0.000000e+00 |      --      |    Inf 
336.93/337.03	c   337s|141700 |   269 |  2236k|  15.8 |  13M|  58 |  27 | 231 |  14k| 231 |2453 |  17 |  78k|6932 | 0.000000e+00 |      --      |    Inf 
337.13/337.28	c   337s|141800 |   270 |  2237k|  15.8 |  12M|  58 |  32 | 231 |  14k| 231 |2453 |  17 |  78k|6932 | 0.000000e+00 |      --      |    Inf 
337.43/337.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.43/337.56	c   338s|141900 |   268 |  2239k|  15.8 |  12M|  58 |  39 | 231 |  14k| 231 |2453 |  17 |  78k|6942 | 0.000000e+00 |      --      |    Inf 
337.73/337.81	c   338s|142000 |   268 |  2241k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6942 | 0.000000e+00 |      --      |    Inf 
338.03/338.10	c   338s|142100 |   266 |  2243k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6952 | 0.000000e+00 |      --      |    Inf 
338.23/338.34	c   338s|142200 |   268 |  2245k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6952 | 0.000000e+00 |      --      |    Inf 
338.53/338.62	c   339s|142300 |   270 |  2247k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  78k|6959 | 0.000000e+00 |      --      |    Inf 
338.83/338.94	c   339s|142400 |   269 |  2249k|  15.8 |  13M|  58 |  27 | 231 |  14k| 231 |2453 |  17 |  78k|6966 | 0.000000e+00 |      --      |    Inf 
339.13/339.24	c   339s|142500 |   270 |  2251k|  15.8 |  13M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  78k|6972 | 0.000000e+00 |      --      |    Inf 
339.33/339.47	c   339s|142600 |   269 |  2253k|  15.8 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  79k|6972 | 0.000000e+00 |      --      |    Inf 
339.63/339.75	c   340s|142700 |   265 |  2255k|  15.8 |  13M|  58 |  42 | 231 |  14k| 231 |2453 |  17 |  79k|6980 | 0.000000e+00 |      --      |    Inf 
339.93/340.01	c   340s|142800 |   266 |  2257k|  15.8 |  13M|  58 |  22 | 231 |  14k| 231 |2453 |  17 |  79k|6983 | 0.000000e+00 |      --      |    Inf 
340.13/340.28	c   340s|142900 |   262 |  2258k|  15.8 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  79k|6989 | 0.000000e+00 |      --      |    Inf 
340.43/340.57	c   341s|143000 |   262 |  2260k|  15.8 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 |  79k|7000 | 0.000000e+00 |      --      |    Inf 
340.73/340.83	c   341s|143100 |   262 |  2262k|  15.8 |  13M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  79k|7005 | 0.000000e+00 |      --      |    Inf 
340.93/341.09	c   341s|143200 |   258 |  2264k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  79k|7011 | 0.000000e+00 |      --      |    Inf 
341.23/341.33	c   341s|143300 |   260 |  2266k|  15.8 |  12M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  79k|7013 | 0.000000e+00 |      --      |    Inf 
341.53/341.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.53/341.60	c   342s|143400 |   258 |  2267k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  79k|7021 | 0.000000e+00 |      --      |    Inf 
341.73/341.89	c   342s|143500 |   260 |  2269k|  15.8 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  79k|7028 | 0.000000e+00 |      --      |    Inf 
342.04/342.16	c   342s|143600 |   260 |  2271k|  15.8 |  12M|  58 |  20 | 231 |  13k| 231 |2453 |  17 |  79k|7032 | 0.000000e+00 |      --      |    Inf 
342.33/342.42	c   342s|143700 |   261 |  2272k|  15.8 |  12M|  58 |  20 | 231 |  13k| 231 |2453 |  17 |  79k|7041 | 0.000000e+00 |      --      |    Inf 
342.53/342.65	c   343s|143800 |   259 |  2274k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7043 | 0.000000e+00 |      --      |    Inf 
342.83/342.94	c   343s|143900 |   261 |  2276k|  15.8 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  79k|7053 | 0.000000e+00 |      --      |    Inf 
343.03/343.18	c   343s|144000 |   261 |  2277k|  15.8 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  79k|7056 | 0.000000e+00 |      --      |    Inf 
343.33/343.43	c   343s|144100 |   261 |  2279k|  15.8 |  12M|  58 |  35 | 231 |  13k| 231 |2453 |  17 |  79k|7062 | 0.000000e+00 |      --      |    Inf 
343.53/343.69	c   344s|144200 |   263 |  2281k|  15.8 |  12M|  58 |  39 | 231 |  13k| 231 |2453 |  17 |  79k|7068 | 0.000000e+00 |      --      |    Inf 
343.82/343.93	c   344s|144300 |   263 |  2283k|  15.8 |  12M|  58 |   - | 231 |  13k|   0 |   0 |  17 |  79k|7076 | 0.000000e+00 |      --      |    Inf 
344.03/344.15	c   344s|144400 |   260 |  2284k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7081 | 0.000000e+00 |      --      |    Inf 
344.23/344.38	c   344s|144500 |   261 |  2286k|  15.8 |  12M|  58 |  42 | 231 |  13k| 231 |2453 |  17 |  80k|7087 | 0.000000e+00 |      --      |    Inf 
344.53/344.64	c   345s|144600 |   259 |  2287k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7092 | 0.000000e+00 |      --      |    Inf 
344.73/344.89	c   345s|144700 |   259 |  2289k|  15.8 |  12M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  80k|7094 | 0.000000e+00 |      --      |    Inf 
345.02/345.13	c   345s|144800 |   254 |  2291k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7098 | 0.000000e+00 |      --      |    Inf 
345.24/345.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.24/345.36	c   345s|144900 |   257 |  2292k|  15.8 |  12M|  58 |  12 | 231 |  13k| 231 |2453 |  17 |  80k|7100 | 0.000000e+00 |      --      |    Inf 
345.52/345.62	c   346s|145000 |   255 |  2294k|  15.8 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  80k|7105 | 0.000000e+00 |      --      |    Inf 
345.73/345.85	c   346s|145100 |   254 |  2296k|  15.8 |  12M|  58 |  32 | 231 |  13k| 231 |2453 |  17 |  80k|7106 | 0.000000e+00 |      --      |    Inf 
345.93/346.08	c   346s|145200 |   254 |  2297k|  15.8 |  12M|  58 |  32 | 231 |  13k| 231 |2453 |  17 |  80k|7108 | 0.000000e+00 |      --      |    Inf 
346.13/346.29	c   346s|145300 |   254 |  2299k|  15.8 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  80k|7109 | 0.000000e+00 |      --      |    Inf 
346.34/346.50	c   346s|145400 |   253 |  2300k|  15.8 |  12M|  58 |   - | 231 |  13k|   0 |   0 |  17 |  80k|7110 | 0.000000e+00 |      --      |    Inf 
346.63/346.74	c   347s|145500 |   255 |  2302k|  15.8 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
346.83/346.95	c   347s|145600 |   258 |  2304k|  15.8 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
347.03/347.15	c   347s|145700 |   258 |  2305k|  15.8 |  12M|  58 |  35 | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
347.32/347.40	c   347s|145800 |   256 |  2307k|  15.8 |  12M|  58 |  22 | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
347.54/347.64	c   348s|145900 |   253 |  2309k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
347.73/347.86	c   348s|146000 |   253 |  2310k|  15.8 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  80k|7111 | 0.000000e+00 |      --      |    Inf 
347.93/348.09	c   348s|146100 |   251 |  2312k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
348.23/348.32	c   348s|146200 |   251 |  2314k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
348.43/348.58	c   349s|146300 |   251 |  2316k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
348.72/348.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.72/348.83	c   349s|146400 |   251 |  2318k|  15.8 |  12M|  58 |  40 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
349.02/349.13	c   349s|146500 |   252 |  2320k|  15.8 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
349.23/349.39	c   349s|146600 |   255 |  2322k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
349.53/349.67	c   350s|146700 |   253 |  2324k|  15.8 |  12M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
349.83/349.92	c   350s|146800 |   257 |  2326k|  15.8 |  12M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.02/350.13	c   350s|146900 |   258 |  2328k|  15.8 |  12M|  58 |  21 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.23/350.30	c   350s|147000 |   263 |  2329k|  15.8 |  12M|  58 |  19 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.33/350.46	c   350s|147100 |   263 |  2330k|  15.8 |  12M|  58 |  19 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.53/350.65	c   351s|147200 |   264 |  2332k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.73/350.83	c   351s|147300 |   263 |  2333k|  15.8 |  12M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
350.92/351.03	c   351s|147400 |   261 |  2334k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
351.13/351.23	c   351s|147500 |   263 |  2336k|  15.8 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
351.33/351.43	c   351s|147600 |   263 |  2337k|  15.8 |  12M|  58 |  18 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
351.53/351.65	c   352s|147700 |   261 |  2339k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
351.73/351.88	c   352s|147800 |   263 |  2341k|  15.8 |  12M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
352.03/352.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.03/352.11	c   352s|147900 |   263 |  2343k|  15.8 |  12M|  58 |  44 | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
352.23/352.37	c   352s|148000 |   261 |  2345k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7111 | 0.000000e+00 |      --      |    Inf 
352.53/352.60	c   353s|148100 |   261 |  2347k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
352.73/352.84	c   353s|148200 |   261 |  2348k|  15.8 |  12M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
352.93/353.07	c   353s|148300 |   259 |  2350k|  15.8 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
353.23/353.31	c   353s|148400 |   259 |  2352k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
353.43/353.55	c   354s|148500 |   259 |  2354k|  15.9 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
353.63/353.77	c   354s|148600 |   261 |  2355k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
353.83/353.99	c   354s|148700 |   261 |  2357k|  15.9 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
354.03/354.18	c   354s|148800 |   260 |  2358k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7111 | 0.000000e+00 |      --      |    Inf 
354.32/354.42	c   354s|148900 |   260 |  2360k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7117 | 0.000000e+00 |      --      |    Inf 
354.53/354.66	c   355s|149000 |   264 |  2361k|  15.9 |  12M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  82k|7122 | 0.000000e+00 |      --      |    Inf 
354.83/354.91	c   355s|149100 |   261 |  2363k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7132 | 0.000000e+00 |      --      |    Inf 
355.02/355.13	c   355s|149200 |   261 |  2365k|  15.9 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  82k|7133 | 0.000000e+00 |      --      |    Inf 
355.33/355.41	c   355s|149300 |   269 |  2366k|  15.9 |  12M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  82k|7144 | 0.000000e+00 |      --      |    Inf 
355.53/355.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.53/355.68	c   356s|149400 |   268 |  2368k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7153 | 0.000000e+00 |      --      |    Inf 
355.73/355.89	c   356s|149500 |   266 |  2370k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7153 | 0.000000e+00 |      --      |    Inf 
356.03/356.13	c   356s|149600 |   266 |  2371k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  82k|7159 | 0.000000e+00 |      --      |    Inf 
356.33/356.42	c   356s|149700 |   267 |  2373k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7171 | 0.000000e+00 |      --      |    Inf 
356.53/356.66	c   357s|149800 |   269 |  2375k|  15.9 |  12M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  82k|7171 | 0.000000e+00 |      --      |    Inf 
356.83/356.90	c   357s|149900 |   269 |  2377k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7177 | 0.000000e+00 |      --      |    Inf 
357.12/357.20	c   357s|150000 |   267 |  2379k|  15.9 |  12M|  58 |  43 | 231 |  14k| 231 |2453 |  17 |  82k|7185 | 0.000000e+00 |      --      |    Inf 
357.34/357.46	c   357s|150100 |   269 |  2381k|  15.9 |  12M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  82k|7191 | 0.000000e+00 |      --      |    Inf 
357.63/357.74	c   358s|150200 |   270 |  2383k|  15.9 |  12M|  58 |  44 | 231 |  14k| 231 |2453 |  17 |  82k|7197 | 0.000000e+00 |      --      |    Inf 
357.92/358.03	c   358s|150300 |   268 |  2385k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7202 | 0.000000e+00 |      --      |    Inf 
358.22/358.30	c   358s|150400 |   268 |  2387k|  15.9 |  12M|  58 |  17 | 231 |  14k| 231 |2453 |  17 |  83k|7209 | 0.000000e+00 |      --      |    Inf 
358.43/358.57	c   359s|150500 |   271 |  2388k|  15.9 |  12M|  58 |  47 | 231 |  14k| 231 |2453 |  17 |  83k|7215 | 0.000000e+00 |      --      |    Inf 
358.72/358.81	c   359s|150600 |   273 |  2390k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7220 | 0.000000e+00 |      --      |    Inf 
358.92/359.05	c   359s|150700 |   275 |  2392k|  15.9 |  12M|  58 |  37 | 231 |  14k| 231 |2453 |  17 |  83k|7224 | 0.000000e+00 |      --      |    Inf 
359.13/359.29	c   359s|150800 |   280 |  2393k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7228 | 0.000000e+00 |      --      |    Inf 
359.42/359.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.42/359.53	c   360s|150900 |   282 |  2395k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7234 | 0.000000e+00 |      --      |    Inf 
359.63/359.75	c   360s|151000 |   281 |  2396k|  15.9 |  12M|  58 |  40 | 231 |  14k| 231 |2453 |  17 |  83k|7238 | 0.000000e+00 |      --      |    Inf 
359.93/360.01	c   360s|151100 |   283 |  2398k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7247 | 0.000000e+00 |      --      |    Inf 
360.13/360.21	c   360s|151200 |   288 |  2399k|  15.9 |  13M|  58 |   - | 231 |  14k|   0 |   0 |  17 |  83k|7247 | 0.000000e+00 |      --      |    Inf 
360.23/360.39	c   360s|151300 |   291 |  2400k|  15.9 |  13M|  58 |  25 | 231 |  14k| 231 |2453 |  17 |  83k|7252 | 0.000000e+00 |      --      |    Inf 
360.43/360.59	c   361s|151400 |   292 |  2402k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7257 | 0.000000e+00 |      --      |    Inf 
360.63/360.79	c   361s|151500 |   287 |  2403k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7259 | 0.000000e+00 |      --      |    Inf 
360.93/361.02	c   361s|151600 |   287 |  2405k|  15.9 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  83k|7265 | 0.000000e+00 |      --      |    Inf 
361.12/361.27	c   361s|151700 |   289 |  2406k|  15.9 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  83k|7272 | 0.000000e+00 |      --      |    Inf 
361.32/361.50	c   361s|151800 |   285 |  2408k|  15.9 |  13M|  58 |  29 | 231 |  14k| 231 |2453 |  17 |  83k|7276 | 0.000000e+00 |      --      |    Inf 
361.63/361.74	c   362s|151900 |   287 |  2410k|  15.9 |  13M|  58 |  32 | 231 |  14k| 231 |2453 |  17 |  83k|7281 | 0.000000e+00 |      --      |    Inf 
361.83/361.98	c   362s|152000 |   287 |  2411k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7288 | 0.000000e+00 |      --      |    Inf 
362.12/362.21	c   362s|152100 |   288 |  2413k|  15.9 |  13M|  58 |  25 | 231 |  14k| 231 |2453 |  17 |  83k|7292 | 0.000000e+00 |      --      |    Inf 
362.33/362.46	c   362s|152200 |   292 |  2415k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7299 | 0.000000e+00 |      --      |    Inf 
362.53/362.69	c   363s|152300 |   294 |  2416k|  15.9 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  83k|7305 | 0.000000e+00 |      --      |    Inf 
362.72/362.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.72/362.90	c   363s|152400 |   290 |  2418k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7307 | 0.000000e+00 |      --      |    Inf 
363.03/363.16	c   363s|152500 |   289 |  2419k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7313 | 0.000000e+00 |      --      |    Inf 
363.32/363.42	c   363s|152600 |   291 |  2421k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7319 | 0.000000e+00 |      --      |    Inf 
363.52/363.66	c   364s|152700 |   295 |  2423k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7322 | 0.000000e+00 |      --      |    Inf 
363.73/363.89	c   364s|152800 |   295 |  2425k|  15.9 |  13M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  84k|7323 | 0.000000e+00 |      --      |    Inf 
364.03/364.16	c   364s|152900 |   293 |  2427k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7324 | 0.000000e+00 |      --      |    Inf 
364.33/364.41	c   364s|153000 |   295 |  2429k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
364.53/364.65	c   365s|153100 |   299 |  2430k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
364.72/364.88	c   365s|153200 |   295 |  2432k|  15.9 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
365.04/365.11	c   365s|153300 |   293 |  2434k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
365.23/365.34	c   365s|153400 |   293 |  2436k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
365.43/365.59	c   366s|153500 |   295 |  2437k|  15.9 |  13M|  58 |  29 | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
365.72/365.81	c   366s|153600 |   293 |  2439k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
365.93/366.05	c   366s|153700 |   293 |  2441k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
366.23/366.31	c   366s|153800 |   291 |  2443k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
366.42/366.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.42/366.55	c   367s|153900 |   295 |  2445k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
366.63/366.78	c   367s|154000 |   295 |  2446k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
366.92/367.01	c   367s|154100 |   295 |  2448k|  15.9 |  13M|  58 |  23 | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
367.13/367.27	c   367s|154200 |   297 |  2450k|  15.9 |  13M|  58 |  32 | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
367.43/367.54	c   368s|154300 |   293 |  2452k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
367.62/367.78	c   368s|154400 |   297 |  2454k|  15.9 |  13M|  58 |   - | 231 |  14k|   0 |   0 |  17 |  84k|7325 | 0.000000e+00 |      --      |    Inf 
367.93/368.00	c   368s|154500 |   299 |  2456k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
368.12/368.24	c   368s|154600 |   299 |  2457k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
368.43/368.51	c   369s|154700 |   302 |  2460k|  15.9 |  13M|  58 |  26 | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
368.62/368.76	c   369s|154800 |   302 |  2462k|  15.9 |  13M|  58 |  18 | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
368.82/368.98	c   369s|154900 |   297 |  2463k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
369.13/369.24	c   369s|155000 |   297 |  2465k|  15.9 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
369.33/369.48	c   369s|155100 |   295 |  2467k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
369.63/369.70	c   370s|155200 |   294 |  2468k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
369.83/369.91	c   370s|155300 |   296 |  2470k|  15.9 |  13M|  58 |  44 | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
370.03/370.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.03/370.14	c   370s|155400 |   295 |  2471k|  15.9 |  13M|  58 |  29 | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
370.23/370.38	c   370s|155500 |   291 |  2473k|  15.9 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
370.53/370.64	c   371s|155600 |   291 |  2475k|  15.9 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
370.72/370.87	c   371s|155700 |   289 |  2477k|  15.9 |  12M|  58 |  35 | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
370.93/371.09	c   371s|155800 |   288 |  2478k|  15.9 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
371.22/371.32	c   371s|155900 |   286 |  2480k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
371.43/371.55	c   372s|156000 |   284 |  2481k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
371.63/371.78	c   372s|156100 |   285 |  2483k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
371.92/372.03	c   372s|156200 |   284 |  2485k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  85k|7325 | 0.000000e+00 |      --      |    Inf 
372.12/372.28	c   372s|156300 |   284 |  2487k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7325 | 0.000000e+00 |      --      |    Inf 
372.43/372.51	c   373s|156400 |   280 |  2488k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7325 | 0.000000e+00 |      --      |    Inf 
372.62/372.73	c   373s|156500 |   278 |  2490k|  15.9 |  12M|  58 |   - | 231 |  13k|   0 |   0 |  17 |  86k|7325 | 0.000000e+00 |      --      |    Inf 
372.83/372.98	c   373s|156600 |   278 |  2492k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7325 | 0.000000e+00 |      --      |    Inf 
373.12/373.23	c   373s|156700 |   280 |  2494k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7335 | 0.000000e+00 |      --      |    Inf 
373.32/373.46	c   373s|156800 |   278 |  2495k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7335 | 0.000000e+00 |      --      |    Inf 
373.62/373.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.62/373.75	c   374s|156900 |   274 |  2497k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7348 | 0.000000e+00 |      --      |    Inf 
373.83/373.96	c   374s|157000 |   274 |  2498k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7349 | 0.000000e+00 |      --      |    Inf 
374.12/374.24	c   374s|157100 |   272 |  2500k|  15.9 |  12M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  86k|7359 | 0.000000e+00 |      --      |    Inf 
374.42/374.51	c   375s|157200 |   272 |  2502k|  15.9 |  12M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  86k|7359 | 0.000000e+00 |      --      |    Inf 
374.63/374.78	c   375s|157300 |   270 |  2504k|  15.9 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  86k|7367 | 0.000000e+00 |      --      |    Inf 
374.93/375.00	c   375s|157400 |   271 |  2506k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7369 | 0.000000e+00 |      --      |    Inf 
375.12/375.30	c   375s|157500 |   273 |  2507k|  15.9 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  86k|7381 | 0.000000e+00 |      --      |    Inf 
375.43/375.50	c   376s|157600 |   273 |  2509k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7381 | 0.000000e+00 |      --      |    Inf 
375.63/375.76	c   376s|157700 |   273 |  2511k|  15.9 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  86k|7390 | 0.000000e+00 |      --      |    Inf 
375.83/375.97	c   376s|157800 |   271 |  2512k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7390 | 0.000000e+00 |      --      |    Inf 
376.13/376.22	c   376s|157900 |   274 |  2514k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  86k|7397 | 0.000000e+00 |      --      |    Inf 
376.32/376.46	c   376s|158000 |   274 |  2515k|  15.9 |  12M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  86k|7402 | 0.000000e+00 |      --      |    Inf 
376.52/376.69	c   377s|158100 |   274 |  2517k|  15.9 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  86k|7406 | 0.000000e+00 |      --      |    Inf 
376.83/376.97	c   377s|158200 |   275 |  2519k|  15.9 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  86k|7417 | 0.000000e+00 |      --      |    Inf 
377.13/377.26	c   377s|158300 |   274 |  2521k|  15.9 |  12M|  58 |  23 | 231 |  13k| 231 |2453 |  17 |  87k|7425 | 0.000000e+00 |      --      |    Inf 
377.43/377.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.43/377.51	c   378s|158400 |   275 |  2523k|  15.9 |  12M|  58 |  40 | 231 |  13k| 231 |2453 |  17 |  87k|7432 | 0.000000e+00 |      --      |    Inf 
377.63/377.75	c   378s|158500 |   277 |  2525k|  15.9 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  87k|7436 | 0.000000e+00 |      --      |    Inf 
377.92/378.00	c   378s|158600 |   281 |  2526k|  15.9 |  12M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  87k|7444 | 0.000000e+00 |      --      |    Inf 
378.12/378.22	c   378s|158700 |   275 |  2528k|  15.9 |  12M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  87k|7448 | 0.000000e+00 |      --      |    Inf 
378.33/378.48	c   378s|158800 |   271 |  2529k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7455 | 0.000000e+00 |      --      |    Inf 
378.62/378.72	c   379s|158900 |   272 |  2531k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7460 | 0.000000e+00 |      --      |    Inf 
378.82/378.99	c   379s|159000 |   276 |  2533k|  15.9 |  12M|  58 |  17 | 231 |  13k| 231 |2453 |  17 |  87k|7466 | 0.000000e+00 |      --      |    Inf 
379.13/379.20	c   379s|159100 |   274 |  2534k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7468 | 0.000000e+00 |      --      |    Inf 
379.33/379.43	c   379s|159200 |   276 |  2536k|  15.9 |  12M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  87k|7474 | 0.000000e+00 |      --      |    Inf 
379.53/379.66	c   380s|159300 |   276 |  2538k|  15.9 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  87k|7479 | 0.000000e+00 |      --      |    Inf 
379.82/379.90	c   380s|159400 |   276 |  2539k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7485 | 0.000000e+00 |      --      |    Inf 
380.02/380.14	c   380s|159500 |   276 |  2541k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7489 | 0.000000e+00 |      --      |    Inf 
380.23/380.38	c   380s|159600 |   272 |  2543k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7495 | 0.000000e+00 |      --      |    Inf 
380.53/380.63	c   381s|159700 |   274 |  2544k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7502 | 0.000000e+00 |      --      |    Inf 
380.72/380.85	c   381s|159800 |   276 |  2546k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7505 | 0.000000e+00 |      --      |    Inf 
380.92/381.07	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.07	c   381s|159900 |   279 |  2547k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7510 | 0.000000e+00 |      --      |    Inf 
381.22/381.32	c   381s|160000 |   277 |  2549k|  15.9 |  12M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  87k|7514 | 0.000000e+00 |      --      |    Inf 
381.42/381.54	c   382s|160100 |   277 |  2551k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  87k|7520 | 0.000000e+00 |      --      |    Inf 
381.63/381.77	c   382s|160200 |   281 |  2552k|  15.9 |  12M|  58 |  25 | 231 |  13k| 231 |2453 |  17 |  88k|7521 | 0.000000e+00 |      --      |    Inf 
381.83/381.99	c   382s|160300 |   287 |  2554k|  15.9 |  12M|  58 |  15 | 231 |  13k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
382.12/382.22	c   382s|160400 |   282 |  2556k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7525 | 0.000000e+00 |      --      |    Inf 
382.33/382.44	c   382s|160500 |   285 |  2557k|  15.9 |  12M|  58 |  25 | 231 |  13k| 231 |2453 |  17 |  88k|7525 | 0.000000e+00 |      --      |    Inf 
382.52/382.68	c   383s|160600 |   287 |  2559k|  15.9 |  12M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  88k|7527 | 0.000000e+00 |      --      |    Inf 
382.82/382.90	c   383s|160700 |   285 |  2561k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7529 | 0.000000e+00 |      --      |    Inf 
383.02/383.15	c   383s|160800 |   283 |  2563k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7530 | 0.000000e+00 |      --      |    Inf 
383.32/383.43	c   383s|160900 |   285 |  2565k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7534 | 0.000000e+00 |      --      |    Inf 
383.52/383.68	c   384s|161000 |   291 |  2567k|  15.9 |  12M|  58 |  39 | 231 |  13k| 231 |2453 |  17 |  88k|7534 | 0.000000e+00 |      --      |    Inf 
383.83/383.94	c   384s|161100 |   293 |  2569k|  15.9 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7534 | 0.000000e+00 |      --      |    Inf 
384.02/384.16	c   384s|161200 |   291 |  2571k|  15.9 |  12M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  88k|7534 | 0.000000e+00 |      --      |    Inf 
384.33/384.41	c   384s|161300 |   293 |  2572k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7534 | 0.000000e+00 |      --      |    Inf 
384.52/384.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.52/384.65	c   385s|161400 |   295 |  2574k|  16.0 |  12M|  58 |  18 | 231 |  13k| 231 |2453 |  17 |  88k|7535 | 0.000000e+00 |      --      |    Inf 
384.73/384.87	c   385s|161500 |   299 |  2576k|  16.0 |  12M|  58 |  25 | 231 |  13k| 231 |2453 |  17 |  88k|7538 | 0.000000e+00 |      --      |    Inf 
385.02/385.12	c   385s|161600 |   297 |  2578k|  16.0 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
385.22/385.36	c   385s|161700 |   297 |  2579k|  16.0 |  12M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
385.53/385.60	c   386s|161800 |   297 |  2581k|  16.0 |  12M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
385.72/385.86	c   386s|161900 |   295 |  2583k|  16.0 |  12M|  58 |  22 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
386.03/386.14	c   386s|162000 |   291 |  2586k|  16.0 |  12M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
386.22/386.38	c   386s|162100 |   291 |  2587k|  16.0 |  12M|  58 |  43 | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
386.53/386.63	c   387s|162200 |   291 |  2589k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
386.73/386.85	c   387s|162300 |   287 |  2591k|  16.0 |  12M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
386.92/387.09	c   387s|162400 |   283 |  2592k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
387.22/387.30	c   387s|162500 |   284 |  2594k|  16.0 |  12M|  58 |  39 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
387.42/387.52	c   388s|162600 |   280 |  2595k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
387.62/387.74	c   388s|162700 |   280 |  2597k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
387.83/387.98	c   388s|162800 |   278 |  2599k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
388.02/388.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.02/388.19	c   388s|162900 |   284 |  2600k|  16.0 |  12M|  58 |  31 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
388.32/388.40	c   388s|163000 |   284 |  2602k|  16.0 |  12M|  58 |  44 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
388.52/388.63	c   389s|163100 |   284 |  2603k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
388.72/388.85	c   389s|163200 |   288 |  2605k|  16.0 |  12M|  58 |  23 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
388.92/389.08	c   389s|163300 |   288 |  2607k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
389.13/389.29	c   389s|163400 |   290 |  2608k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
389.42/389.50	c   389s|163500 |   290 |  2610k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
389.62/389.71	c   390s|163600 |   292 |  2612k|  16.0 |  12M|  58 |   - | 231 |  12k|   0 |   0 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
389.82/389.91	c   390s|163700 |   288 |  2613k|  16.0 |  12M|  58 |  45 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
390.02/390.11	c   390s|163800 |   291 |  2614k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
390.22/390.33	c   390s|163900 |   288 |  2616k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
390.43/390.53	c   391s|164000 |   289 |  2618k|  16.0 |  12M|  58 |  36 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
390.62/390.72	c   391s|164100 |   289 |  2619k|  16.0 |  12M|  58 |  41 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
390.82/390.95	c   391s|164200 |   291 |  2621k|  16.0 |  12M|  58 |  41 | 231 |  12k| 231 |2453 |  17 |  89k|7542 | 0.000000e+00 |      --      |    Inf 
391.02/391.18	c   391s|164300 |   291 |  2622k|  16.0 |  12M|  58 |  47 | 231 |  13k| 231 |2453 |  17 |  90k|7542 | 0.000000e+00 |      --      |    Inf 
391.32/391.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.32/391.40	c   391s|164400 |   295 |  2624k|  16.0 |  12M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  90k|7542 | 0.000000e+00 |      --      |    Inf 
391.52/391.61	c   392s|164500 |   291 |  2626k|  16.0 |  12M|  58 |  28 | 231 |  13k| 231 |2453 |  17 |  90k|7542 | 0.000000e+00 |      --      |    Inf 
391.73/391.83	c   392s|164600 |   292 |  2627k|  16.0 |  12M|  58 |  48 | 231 |  13k| 231 |2453 |  17 |  90k|7543 | 0.000000e+00 |      --      |    Inf 
391.92/392.08	c   392s|164700 |   292 |  2629k|  16.0 |  12M|  58 |  51 | 231 |  13k| 231 |2453 |  17 |  90k|7552 | 0.000000e+00 |      --      |    Inf 
392.22/392.34	c   392s|164800 |   293 |  2631k|  16.0 |  12M|  58 |  39 | 231 |  12k| 231 |2453 |  17 |  90k|7555 | 0.000000e+00 |      --      |    Inf 
392.53/392.62	c   393s|164900 |   293 |  2633k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7563 | 0.000000e+00 |      --      |    Inf 
392.72/392.82	c   393s|165000 |   295 |  2634k|  16.0 |  12M|  58 |  36 | 231 |  12k| 231 |2453 |  17 |  90k|7563 | 0.000000e+00 |      --      |    Inf 
392.93/393.08	c   393s|165100 |   295 |  2636k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7571 | 0.000000e+00 |      --      |    Inf 
393.22/393.31	c   393s|165200 |   293 |  2637k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7574 | 0.000000e+00 |      --      |    Inf 
393.43/393.56	c   394s|165300 |   298 |  2639k|  16.0 |  12M|  58 |  23 | 231 |  12k| 231 |2453 |  17 |  90k|7579 | 0.000000e+00 |      --      |    Inf 
393.73/393.82	c   394s|165400 |   296 |  2641k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7590 | 0.000000e+00 |      --      |    Inf 
393.92/394.07	c   394s|165500 |   295 |  2642k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7598 | 0.000000e+00 |      --      |    Inf 
394.12/394.29	c   394s|165600 |   297 |  2644k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7598 | 0.000000e+00 |      --      |    Inf 
394.42/394.54	c   395s|165700 |   298 |  2646k|  16.0 |  12M|  58 |  23 | 231 |  12k| 231 |2453 |  17 |  90k|7604 | 0.000000e+00 |      --      |    Inf 
394.62/394.78	c   395s|165800 |   299 |  2647k|  16.0 |  12M|  58 |   - | 231 |  12k|   0 |   0 |  17 |  90k|7604 | 0.000000e+00 |      --      |    Inf 
394.82/394.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.82/394.99	c   395s|165900 |   302 |  2649k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  90k|7610 | 0.000000e+00 |      --      |    Inf 
395.12/395.22	c   395s|166000 |   300 |  2650k|  16.0 |  12M|  58 |  45 | 231 |  12k| 231 |2453 |  17 |  91k|7616 | 0.000000e+00 |      --      |    Inf 
395.32/395.45	c   395s|166100 |   302 |  2652k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  91k|7622 | 0.000000e+00 |      --      |    Inf 
395.53/395.66	c   396s|166200 |   302 |  2653k|  16.0 |  12M|  58 |  36 | 231 |  12k| 231 |2453 |  17 |  91k|7624 | 0.000000e+00 |      --      |    Inf 
395.72/395.90	c   396s|166300 |   301 |  2655k|  16.0 |  12M|  58 |  32 | 231 |  12k| 231 |2453 |  17 |  91k|7628 | 0.000000e+00 |      --      |    Inf 
396.02/396.17	c   396s|166400 |   302 |  2657k|  16.0 |  12M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  91k|7636 | 0.000000e+00 |      --      |    Inf 
396.32/396.40	c   396s|166500 |   302 |  2658k|  16.0 |  12M|  58 |  25 | 231 |  12k| 231 |2453 |  17 |  91k|7641 | 0.000000e+00 |      --      |    Inf 
396.52/396.64	c   397s|166600 |   300 |  2660k|  16.0 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  91k|7643 | 0.000000e+00 |      --      |    Inf 
396.72/396.89	c   397s|166700 |   300 |  2662k|  16.0 |  12M|  58 |  35 | 231 |  13k| 231 |2453 |  17 |  91k|7647 | 0.000000e+00 |      --      |    Inf 
397.03/397.15	c   397s|166800 |   300 |  2663k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  91k|7651 | 0.000000e+00 |      --      |    Inf 
397.22/397.39	c   397s|166900 |   300 |  2665k|  16.0 |  12M|  58 |  32 | 231 |  13k| 231 |2453 |  17 |  91k|7657 | 0.000000e+00 |      --      |    Inf 
397.52/397.68	c   398s|167000 |   298 |  2667k|  16.0 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  91k|7666 | 0.000000e+00 |      --      |    Inf 
397.82/397.91	c   398s|167100 |   298 |  2669k|  16.0 |  12M|  58 |  22 | 231 |  13k| 231 |2453 |  17 |  91k|7669 | 0.000000e+00 |      --      |    Inf 
398.02/398.16	c   398s|167200 |   298 |  2670k|  16.0 |  12M|  58 |  18 | 231 |  13k| 231 |2453 |  17 |  91k|7672 | 0.000000e+00 |      --      |    Inf 
398.32/398.42	c   398s|167300 |   302 |  2672k|  16.0 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  91k|7677 | 0.000000e+00 |      --      |    Inf 
398.52/398.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.52/398.67	c   399s|167400 |   297 |  2674k|  16.0 |  12M|  58 |  40 | 231 |  13k| 231 |2453 |  17 |  91k|7684 | 0.000000e+00 |      --      |    Inf 
398.82/398.90	c   399s|167500 |   296 |  2675k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  91k|7688 | 0.000000e+00 |      --      |    Inf 
399.02/399.15	c   399s|167600 |   300 |  2677k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  91k|7693 | 0.000000e+00 |      --      |    Inf 
399.32/399.43	c   399s|167700 |   301 |  2679k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  91k|7703 | 0.000000e+00 |      --      |    Inf 
399.52/399.65	c   400s|167800 |   298 |  2681k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  91k|7704 | 0.000000e+00 |      --      |    Inf 
399.82/399.90	c   400s|167900 |   299 |  2682k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7709 | 0.000000e+00 |      --      |    Inf 
400.02/400.18	c   400s|168000 |   297 |  2684k|  16.0 |  12M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  92k|7716 | 0.000000e+00 |      --      |    Inf 
400.33/400.44	c   400s|168100 |   294 |  2686k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7721 | 0.000000e+00 |      --      |    Inf 
400.62/400.70	c   401s|168200 |   295 |  2688k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7726 | 0.000000e+00 |      --      |    Inf 
400.82/400.97	c   401s|168300 |   297 |  2690k|  16.0 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  92k|7732 | 0.000000e+00 |      --      |    Inf 
401.12/401.25	c   401s|168400 |   297 |  2691k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7740 | 0.000000e+00 |      --      |    Inf 
401.43/401.50	c   402s|168500 |   294 |  2693k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7746 | 0.000000e+00 |      --      |    Inf 
401.62/401.79	c   402s|168600 |   296 |  2695k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7752 | 0.000000e+00 |      --      |    Inf 
401.92/402.07	c   402s|168700 |   298 |  2697k|  16.0 |  12M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  92k|7758 | 0.000000e+00 |      --      |    Inf 
402.22/402.31	c   402s|168800 |   296 |  2699k|  16.0 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  92k|7760 | 0.000000e+00 |      --      |    Inf 
402.43/402.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.43/402.57	c   403s|168900 |   302 |  2701k|  16.0 |  12M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  92k|7761 | 0.000000e+00 |      --      |    Inf 
402.72/402.82	c   403s|169000 |   300 |  2702k|  16.0 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  92k|7765 | 0.000000e+00 |      --      |    Inf 
402.92/403.07	c   403s|169100 |   298 |  2704k|  16.0 |  12M|  58 |  28 | 231 |  13k| 231 |2453 |  17 |  92k|7766 | 0.000000e+00 |      --      |    Inf 
403.22/403.33	c   403s|169200 |   296 |  2706k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7766 | 0.000000e+00 |      --      |    Inf 
403.42/403.56	c   404s|169300 |   296 |  2708k|  16.0 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  92k|7767 | 0.000000e+00 |      --      |    Inf 
403.72/403.83	c   404s|169400 |   298 |  2710k|  16.0 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  92k|7768 | 0.000000e+00 |      --      |    Inf 
403.92/404.07	c   404s|169500 |   306 |  2712k|  16.0 |  12M|  58 |  43 | 231 |  13k| 231 |2453 |  17 |  92k|7768 | 0.000000e+00 |      --      |    Inf 
404.22/404.31	c   404s|169600 |   303 |  2713k|  16.0 |  12M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  92k|7769 | 0.000000e+00 |      --      |    Inf 
404.42/404.55	c   405s|169700 |   305 |  2715k|  16.0 |  13M|  58 |  24 | 231 |  14k| 231 |2453 |  17 |  93k|7771 | 0.000000e+00 |      --      |    Inf 
404.62/404.78	c   405s|169800 |   307 |  2717k|  16.0 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  93k|7771 | 0.000000e+00 |      --      |    Inf 
404.92/405.07	c   405s|169900 |   307 |  2719k|  16.0 |  13M|  58 |  37 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
405.22/405.30	c   405s|170000 |   304 |  2721k|  16.0 |  13M|  58 |  40 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
405.42/405.53	c   406s|170100 |   303 |  2723k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
405.62/405.76	c   406s|170200 |   303 |  2724k|  16.0 |  13M|  58 |  31 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
405.92/406.03	c   406s|170300 |   301 |  2726k|  16.0 |  13M|  58 |  26 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
406.12/406.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.12/406.28	c   406s|170400 |   297 |  2728k|  16.0 |  13M|  58 |  28 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
406.42/406.50	c   406s|170500 |   299 |  2730k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
406.62/406.72	c   407s|170600 |   303 |  2732k|  16.0 |  13M|  58 |  25 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
406.83/406.92	c   407s|170700 |   301 |  2733k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
407.02/407.13	c   407s|170800 |   303 |  2734k|  16.0 |  13M|  58 |  31 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
407.22/407.34	c   407s|170900 |   301 |  2736k|  16.0 |  13M|  58 |  21 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
407.42/407.56	c   408s|171000 |   297 |  2738k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
407.61/407.78	c   408s|171100 |   299 |  2739k|  16.0 |  13M|  58 |  27 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
407.92/408.02	c   408s|171200 |   299 |  2741k|  16.0 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
408.12/408.26	c   408s|171300 |   303 |  2743k|  16.0 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
408.32/408.49	c   408s|171400 |   301 |  2744k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
408.62/408.76	c   409s|171500 |   303 |  2746k|  16.0 |  13M|  58 |  27 | 231 |  14k| 231 |2453 |  17 |  93k|7772 | 0.000000e+00 |      --      |    Inf 
408.82/408.97	c   409s|171600 |   303 |  2748k|  16.0 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
409.13/409.22	c   409s|171700 |   305 |  2750k|  16.0 |  13M|  58 |  31 | 231 |  14k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
409.32/409.45	c   409s|171800 |   303 |  2751k|  16.0 |  13M|  58 |  37 | 231 |  14k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
409.62/409.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.62/409.70	c   410s|171900 |   301 |  2753k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
409.82/409.94	c   410s|172000 |   297 |  2755k|  16.0 |  13M|  58 |  33 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
410.02/410.17	c   410s|172100 |   301 |  2757k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
410.32/410.41	c   410s|172200 |   303 |  2758k|  16.0 |  13M|  58 |  28 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
410.52/410.64	c   411s|172300 |   301 |  2760k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
410.72/410.89	c   411s|172400 |   301 |  2762k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
411.02/411.14	c   411s|172500 |   301 |  2764k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
411.22/411.40	c   411s|172600 |   303 |  2766k|  16.0 |  13M|  58 |  37 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
411.52/411.68	c   412s|172700 |   305 |  2768k|  16.0 |  13M|  58 |  46 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
411.82/411.94	c   412s|172800 |   307 |  2770k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
412.02/412.17	c   412s|172900 |   307 |  2772k|  16.0 |  13M|  58 |  31 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
412.32/412.43	c   412s|173000 |   307 |  2774k|  16.0 |  13M|  58 |  37 | 231 |  15k| 231 |2453 |  17 |  94k|7772 | 0.000000e+00 |      --      |    Inf 
412.62/412.72	c   413s|173100 |   311 |  2776k|  16.0 |  13M|  58 |  26 | 231 |  15k| 231 |2453 |  17 |  94k|7782 | 0.000000e+00 |      --      |    Inf 
412.82/412.94	c   413s|173200 |   312 |  2777k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7786 | 0.000000e+00 |      --      |    Inf 
413.12/413.21	c   413s|173300 |   310 |  2779k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  94k|7795 | 0.000000e+00 |      --      |    Inf 
413.32/413.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.32/413.46	c   413s|173400 |   310 |  2781k|  16.0 |  13M|  58 |  31 | 231 |  15k| 231 |2453 |  17 |  94k|7795 | 0.000000e+00 |      --      |    Inf 
413.62/413.70	c   414s|173500 |   310 |  2782k|  16.0 |  13M|  58 |  32 | 231 |  15k| 231 |2453 |  17 |  95k|7797 | 0.000000e+00 |      --      |    Inf 
413.81/413.98	c   414s|173600 |   308 |  2784k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  95k|7806 | 0.000000e+00 |      --      |    Inf 
414.12/414.26	c   414s|173700 |   304 |  2786k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  95k|7808 | 0.000000e+00 |      --      |    Inf 
414.42/414.54	c   415s|173800 |   304 |  2788k|  16.0 |  13M|  58 |  33 | 231 |  15k| 231 |2453 |  17 |  95k|7816 | 0.000000e+00 |      --      |    Inf 
414.63/414.77	c   415s|173900 |   305 |  2790k|  16.0 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  95k|7816 | 0.000000e+00 |      --      |    Inf 
414.92/415.03	c   415s|174000 |   305 |  2791k|  16.0 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7823 | 0.000000e+00 |      --      |    Inf 
415.12/415.29	c   415s|174100 |   307 |  2793k|  16.0 |  13M|  58 |  35 | 231 |  16k| 231 |2453 |  17 |  95k|7831 | 0.000000e+00 |      --      |    Inf 
415.42/415.53	c   416s|174200 |   305 |  2795k|  16.0 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7831 | 0.000000e+00 |      --      |    Inf 
415.62/415.79	c   416s|174300 |   305 |  2796k|  16.0 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7835 | 0.000000e+00 |      --      |    Inf 
415.92/416.10	c   416s|174400 |   305 |  2798k|  16.0 |  13M|  58 |  42 | 231 |  16k| 231 |2453 |  17 |  95k|7843 | 0.000000e+00 |      --      |    Inf 
416.22/416.37	c   416s|174500 |   299 |  2800k|  16.0 |  13M|  58 |  41 | 231 |  16k| 231 |2453 |  17 |  95k|7848 | 0.000000e+00 |      --      |    Inf 
416.52/416.63	c   417s|174600 |   299 |  2802k|  16.0 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7854 | 0.000000e+00 |      --      |    Inf 
416.72/416.90	c   417s|174700 |   299 |  2804k|  16.1 |  13M|  58 |  34 | 231 |  16k| 231 |2453 |  17 |  95k|7859 | 0.000000e+00 |      --      |    Inf 
417.02/417.13	c   417s|174800 |   301 |  2805k|  16.1 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7859 | 0.000000e+00 |      --      |    Inf 
417.32/417.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.32/417.42	c   417s|174900 |   301 |  2807k|  16.1 |  13M|  58 |  33 | 231 |  16k| 231 |2453 |  17 |  95k|7864 | 0.000000e+00 |      --      |    Inf 
417.52/417.67	c   418s|175000 |   297 |  2809k|  16.1 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7869 | 0.000000e+00 |      --      |    Inf 
417.82/417.95	c   418s|175100 |   297 |  2811k|  16.1 |  13M|  58 |  40 | 231 |  16k| 231 |2453 |  17 |  95k|7875 | 0.000000e+00 |      --      |    Inf 
418.12/418.24	c   418s|175200 |   298 |  2813k|  16.1 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7880 | 0.000000e+00 |      --      |    Inf 
418.42/418.50	c   419s|175300 |   298 |  2815k|  16.1 |  13M|  58 |   - | 231 |  16k| 231 |2453 |  17 |  95k|7884 | 0.000000e+00 |      --      |    Inf 
418.62/418.76	c   419s|175400 |   299 |  2816k|  16.1 |  13M|  58 |  25 | 231 |  16k| 231 |2453 |  17 |  95k|7889 | 0.000000e+00 |      --      |    Inf 
418.92/419.06	c   419s|175500 |   297 |  2818k|  16.1 |  13M|  58 |  21 | 231 |  16k| 231 |2453 |  17 |  96k|7895 | 0.000000e+00 |      --      |    Inf 
419.22/419.34	c   419s|175600 |   297 |  2820k|  16.1 |  13M|  58 |  27 | 231 |  15k| 231 |2453 |  17 |  96k|7900 | 0.000000e+00 |      --      |    Inf 
419.52/419.61	c   420s|175700 |   293 |  2822k|  16.1 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  96k|7903 | 0.000000e+00 |      --      |    Inf 
419.72/419.85	c   420s|175800 |   293 |  2824k|  16.1 |  13M|  58 |  41 | 231 |  15k| 231 |2453 |  17 |  96k|7908 | 0.000000e+00 |      --      |    Inf 
420.02/420.11	c   420s|175900 |   291 |  2825k|  16.1 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 |  96k|7915 | 0.000000e+00 |      --      |    Inf 
420.22/420.34	c   420s|176000 |   293 |  2827k|  16.1 |  13M|  58 |  38 | 231 |  15k| 231 |2453 |  17 |  96k|7917 | 0.000000e+00 |      --      |    Inf 
420.52/420.60	c   421s|176100 |   291 |  2829k|  16.1 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 |  96k|7923 | 0.000000e+00 |      --      |    Inf 
420.71/420.84	c   421s|176200 |   289 |  2830k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  96k|7927 | 0.000000e+00 |      --      |    Inf 
420.92/421.08	c   421s|176300 |   291 |  2832k|  16.1 |  13M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  96k|7930 | 0.000000e+00 |      --      |    Inf 
421.22/421.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.22/421.32	c   421s|176400 |   292 |  2833k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  96k|7934 | 0.000000e+00 |      --      |    Inf 
421.42/421.58	c   422s|176500 |   292 |  2835k|  16.1 |  13M|  58 |  39 | 231 |  14k| 231 |2453 |  17 |  96k|7940 | 0.000000e+00 |      --      |    Inf 
421.72/421.84	c   422s|176600 |   291 |  2837k|  16.1 |  13M|  58 |  46 | 231 |  14k| 231 |2453 |  17 |  96k|7945 | 0.000000e+00 |      --      |    Inf 
421.92/422.09	c   422s|176700 |   289 |  2838k|  16.1 |  13M|  58 |  40 | 231 |  14k| 231 |2453 |  17 |  96k|7951 | 0.000000e+00 |      --      |    Inf 
422.23/422.36	c   422s|176800 |   287 |  2840k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  96k|7958 | 0.000000e+00 |      --      |    Inf 
422.52/422.60	c   423s|176900 |   291 |  2842k|  16.1 |  13M|  58 |  19 | 231 |  13k| 231 |2453 |  17 |  96k|7958 | 0.000000e+00 |      --      |    Inf 
422.61/422.80	c   423s|177000 |   289 |  2843k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  96k|7958 | 0.000000e+00 |      --      |    Inf 
422.81/422.99	c   423s|177100 |   287 |  2845k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  96k|7959 | 0.000000e+00 |      --      |    Inf 
423.12/423.25	c   423s|177200 |   289 |  2847k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  96k|7959 | 0.000000e+00 |      --      |    Inf 
423.32/423.48	c   423s|177300 |   287 |  2848k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
423.61/423.72	c   424s|177400 |   283 |  2850k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
423.81/423.97	c   424s|177500 |   291 |  2852k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
424.02/424.17	c   424s|177600 |   297 |  2853k|  16.1 |  13M|  58 |  17 | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
424.22/424.38	c   424s|177700 |   295 |  2855k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
424.42/424.59	c   425s|177800 |   297 |  2856k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
424.72/424.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.72/424.83	c   425s|177900 |   297 |  2858k|  16.1 |  13M|  58 |  45 | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
424.92/425.06	c   425s|178000 |   299 |  2860k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
425.12/425.27	c   425s|178100 |   303 |  2862k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
425.31/425.48	c   425s|178200 |   301 |  2863k|  16.1 |  13M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
425.52/425.70	c   426s|178300 |   302 |  2865k|  16.1 |  13M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
425.82/425.94	c   426s|178400 |   299 |  2867k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
426.01/426.13	c   426s|178500 |   301 |  2868k|  16.1 |  13M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
426.22/426.35	c   426s|178600 |   301 |  2869k|  16.1 |  13M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
426.52/426.60	c   427s|178700 |   301 |  2871k|  16.1 |  13M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
426.73/426.83	c   427s|178800 |   299 |  2873k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
427.01/427.10	c   427s|178900 |   295 |  2875k|  16.1 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
427.22/427.34	c   427s|179000 |   297 |  2877k|  16.1 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 |  97k|7959 | 0.000000e+00 |      --      |    Inf 
427.41/427.59	c   428s|179100 |   295 |  2879k|  16.1 |  13M|  58 |  44 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
427.62/427.77	c   428s|179200 |   296 |  2880k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
427.82/427.94	c   428s|179300 |   297 |  2881k|  16.1 |  13M|  58 |  30 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
428.01/428.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.01/428.15	c   428s|179400 |   295 |  2883k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
428.22/428.39	c   428s|179500 |   295 |  2885k|  16.1 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
428.51/428.60	c   429s|179600 |   293 |  2886k|  16.1 |  13M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
428.72/428.85	c   429s|179700 |   293 |  2888k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
429.01/429.11	c   429s|179800 |   293 |  2890k|  16.1 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
429.21/429.37	c   429s|179900 |   287 |  2892k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
429.51/429.60	c   430s|180000 |   289 |  2894k|  16.1 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
429.71/429.80	c   430s|180100 |   291 |  2896k|  16.1 |  13M|  58 |  24 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
429.81/430.00	c   430s|180200 |   289 |  2897k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
430.12/430.23	c   430s|180300 |   287 |  2899k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
430.32/430.46	c   430s|180400 |   285 |  2901k|  16.1 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
430.51/430.69	c   431s|180500 |   289 |  2902k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
430.81/430.91	c   431s|180600 |   289 |  2904k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
431.02/431.13	c   431s|180700 |   291 |  2906k|  16.1 |  13M|  58 |  22 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
431.21/431.35	c   431s|180800 |   291 |  2907k|  16.1 |  13M|  58 |  19 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
431.52/431.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.52/431.60	c   432s|180900 |   291 |  2909k|  16.1 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  98k|7959 | 0.000000e+00 |      --      |    Inf 
431.72/431.81	c   432s|181000 |   295 |  2911k|  16.1 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  99k|7959 | 0.000000e+00 |      --      |    Inf 
431.91/432.02	c   432s|181100 |   291 |  2912k|  16.1 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  99k|7959 | 0.000000e+00 |      --      |    Inf 
432.12/432.26	c   432s|181200 |   293 |  2914k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  99k|7959 | 0.000000e+00 |      --      |    Inf 
432.42/432.54	c   433s|181300 |   299 |  2916k|  16.1 |  13M|  58 |  16 | 231 |  14k| 231 |2453 |  17 |  99k|7970 | 0.000000e+00 |      --      |    Inf 
432.61/432.74	c   433s|181400 |   299 |  2918k|  16.1 |  13M|  58 |  11 | 231 |  14k| 231 |2453 |  17 |  99k|7970 | 0.000000e+00 |      --      |    Inf 
432.82/432.94	c   433s|181500 |   294 |  2919k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  99k|7970 | 0.000000e+00 |      --      |    Inf 
433.12/433.23	c   433s|181600 |   294 |  2921k|  16.1 |  13M|  58 |  24 | 231 |  14k| 231 |2453 |  17 |  99k|7976 | 0.000000e+00 |      --      |    Inf 
433.41/433.51	c   434s|181700 |   288 |  2923k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  99k|7986 | 0.000000e+00 |      --      |    Inf 
433.62/433.75	c   434s|181800 |   286 |  2925k|  16.1 |  13M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  99k|7986 | 0.000000e+00 |      --      |    Inf 
433.92/434.01	c   434s|181900 |   288 |  2927k|  16.1 |  13M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  99k|7991 | 0.000000e+00 |      --      |    Inf 
434.11/434.26	c   434s|182000 |   286 |  2928k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8000 | 0.000000e+00 |      --      |    Inf 
434.42/434.53	c   435s|182100 |   283 |  2930k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8000 | 0.000000e+00 |      --      |    Inf 
434.72/434.83	c   435s|182200 |   288 |  2932k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8007 | 0.000000e+00 |      --      |    Inf 
435.02/435.10	c   435s|182300 |   288 |  2934k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8014 | 0.000000e+00 |      --      |    Inf 
435.21/435.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.21/435.38	c   435s|182400 |   288 |  2936k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8018 | 0.000000e+00 |      --      |    Inf 
435.52/435.63	c   436s|182500 |   288 |  2938k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8024 | 0.000000e+00 |      --      |    Inf 
435.72/435.86	c   436s|182600 |   288 |  2940k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8026 | 0.000000e+00 |      --      |    Inf 
436.01/436.12	c   436s|182700 |   288 |  2941k|  16.1 |  13M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  99k|8033 | 0.000000e+00 |      --      |    Inf 
436.22/436.37	c   436s|182800 |   286 |  2943k|  16.1 |  13M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  99k|8036 | 0.000000e+00 |      --      |    Inf 
436.52/436.63	c   437s|182900 |   284 |  2945k|  16.1 |  13M|  58 |  22 | 231 |  13k| 231 |2453 |  17 |  99k|8047 | 0.000000e+00 |      --      |    Inf 
436.82/436.92	c   437s|183000 |   282 |  2947k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8051 | 0.000000e+00 |      --      |    Inf 
437.01/437.18	c   437s|183100 |   284 |  2948k|  16.1 |  13M|  58 |  36 | 231 |  13k| 231 |2453 |  17 | 100k|8061 | 0.000000e+00 |      --      |    Inf 
437.31/437.41	c   437s|183200 |   290 |  2950k|  16.1 |  13M|  58 |  20 | 231 |  13k| 231 |2453 |  17 | 100k|8061 | 0.000000e+00 |      --      |    Inf 
437.51/437.63	c   438s|183300 |   290 |  2951k|  16.1 |  13M|  58 |  31 | 231 |  13k| 231 |2453 |  17 | 100k|8061 | 0.000000e+00 |      --      |    Inf 
437.81/437.90	c   438s|183400 |   288 |  2953k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8069 | 0.000000e+00 |      --      |    Inf 
438.01/438.14	c   438s|183500 |   290 |  2955k|  16.1 |  13M|  58 |  27 | 231 |  13k| 231 |2453 |  17 | 100k|8074 | 0.000000e+00 |      --      |    Inf 
438.21/438.38	c   438s|183600 |   292 |  2957k|  16.1 |  13M|  58 |  33 | 231 |  13k| 231 |2453 |  17 | 100k|8078 | 0.000000e+00 |      --      |    Inf 
438.51/438.66	c   439s|183700 |   292 |  2959k|  16.1 |  13M|  58 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8086 | 0.000000e+00 |      --      |    Inf 
438.82/438.92	c   439s|183800 |   290 |  2961k|  16.1 |  13M|  58 |  38 | 231 |  13k| 231 |2453 |  17 | 100k|8090 | 0.000000e+00 |      --      |    Inf 
439.11/439.20	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.20	c   439s|183900 |   292 |  2963k|  16.1 |  13M|  58 |  40 | 231 |  14k| 231 |2453 |  17 | 100k|8096 | 0.000000e+00 |      --      |    Inf 
439.32/439.45	c   439s|184000 |   288 |  2965k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8101 | 0.000000e+00 |      --      |    Inf 
439.61/439.75	c   440s|184100 |   292 |  2967k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8110 | 0.000000e+00 |      --      |    Inf 
439.82/439.99	c   440s|184200 |   294 |  2968k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8112 | 0.000000e+00 |      --      |    Inf 
440.12/440.28	c   440s|184300 |   294 |  2970k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8118 | 0.000000e+00 |      --      |    Inf 
440.42/440.57	c   441s|184400 |   292 |  2972k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8124 | 0.000000e+00 |      --      |    Inf 
440.71/440.83	c   441s|184500 |   292 |  2974k|  16.1 |  13M|  58 |  37 | 231 |  14k| 231 |2453 |  17 | 100k|8129 | 0.000000e+00 |      --      |    Inf 
441.02/441.11	c   441s|184600 |   298 |  2976k|  16.1 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 | 100k|8135 | 0.000000e+00 |      --      |    Inf 
441.21/441.39	c   441s|184700 |   304 |  2978k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8144 | 0.000000e+00 |      --      |    Inf 
441.51/441.67	c   442s|184800 |   306 |  2980k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 100k|8151 | 0.000000e+00 |      --      |    Inf 
441.82/441.91	c   442s|184900 |   304 |  2981k|  16.1 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 | 101k|8153 | 0.000000e+00 |      --      |    Inf 
442.02/442.20	c   442s|185000 |   304 |  2983k|  16.1 |  13M|  58 |  39 | 231 |  14k| 231 |2453 |  17 | 101k|8159 | 0.000000e+00 |      --      |    Inf 
442.41/442.50	c   442s|185100 |   302 |  2986k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8163 | 0.000000e+00 |      --      |    Inf 
442.61/442.76	c   443s|185200 |   302 |  2988k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8163 | 0.000000e+00 |      --      |    Inf 
442.91/443.03	c   443s|185300 |   302 |  2990k|  16.1 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
443.12/443.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.12/443.27	c   443s|185400 |   298 |  2991k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
443.41/443.51	c   444s|185500 |   304 |  2993k|  16.1 |  13M|  58 |  34 | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
443.61/443.73	c   444s|185600 |   304 |  2995k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
443.91/444.00	c   444s|185700 |   304 |  2997k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
444.11/444.27	c   444s|185800 |   304 |  2999k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
444.42/444.53	c   445s|185900 |   306 |  3001k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
444.61/444.79	c   445s|186000 |   300 |  3003k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8164 | 0.000000e+00 |      --      |    Inf 
444.91/445.07	c   445s|186100 |   298 |  3005k|  16.1 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
445.21/445.34	c   445s|186200 |   298 |  3007k|  16.1 |  13M|  58 |  25 | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
445.52/445.62	c   446s|186300 |   302 |  3009k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
445.81/445.91	c   446s|186400 |   302 |  3011k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
446.11/446.20	c   446s|186500 |   306 |  3013k|  16.2 |  13M|  58 |  36 | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
446.42/446.50	c   447s|186600 |   304 |  3016k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
446.61/446.73	c   447s|186700 |   306 |  3017k|  16.2 |  13M|  58 |  27 | 231 |  15k| 231 |2453 |  17 | 101k|8165 | 0.000000e+00 |      --      |    Inf 
446.82/446.95	c   447s|186800 |   303 |  3019k|  16.2 |  13M|  58 |  43 | 231 |  15k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
447.01/447.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.01/447.19	c   447s|186900 |   299 |  3020k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
447.31/447.42	c   447s|187000 |   303 |  3022k|  16.2 |  13M|  58 |  33 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
447.51/447.66	c   448s|187100 |   303 |  3024k|  16.2 |  13M|  58 |  21 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
447.71/447.89	c   448s|187200 |   299 |  3025k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
448.01/448.13	c   448s|187300 |   297 |  3027k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
448.21/448.38	c   448s|187400 |   297 |  3029k|  16.2 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
448.52/448.60	c   449s|187500 |   297 |  3030k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
448.72/448.82	c   449s|187600 |   297 |  3032k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
448.91/449.03	c   449s|187700 |   301 |  3034k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
449.12/449.22	c   449s|187800 |   303 |  3035k|  16.2 |  13M|  58 |  32 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
449.31/449.43	c   449s|187900 |   303 |  3036k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
449.51/449.64	c   450s|188000 |   303 |  3038k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
449.72/449.87	c   450s|188100 |   305 |  3040k|  16.2 |  13M|  58 |  42 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
449.91/450.08	c   450s|188200 |   305 |  3041k|  16.2 |  13M|  58 |  30 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
450.21/450.32	c   450s|188300 |   309 |  3043k|  16.2 |  13M|  58 |  26 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
450.41/450.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.41/450.53	c   451s|188400 |   310 |  3045k|  16.2 |  13M|  58 |  39 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
450.61/450.74	c   451s|188500 |   312 |  3046k|  16.2 |  13M|  58 |  32 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
450.82/450.97	c   451s|188600 |   314 |  3048k|  16.2 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
451.12/451.21	c   451s|188700 |   316 |  3050k|  16.2 |  13M|  58 |  37 | 231 |  14k| 231 |2453 |  17 | 102k|8165 | 0.000000e+00 |      --      |    Inf 
451.31/451.43	c   451s|188800 |   315 |  3051k|  16.2 |  13M|  58 |  30 | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
451.51/451.66	c   452s|188900 |   313 |  3053k|  16.2 |  13M|  58 |  43 | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
451.71/451.89	c   452s|189000 |   311 |  3055k|  16.2 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
452.02/452.13	c   452s|189100 |   315 |  3056k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
452.21/452.38	c   452s|189200 |   319 |  3058k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
452.51/452.62	c   453s|189300 |   321 |  3060k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
452.71/452.88	c   453s|189400 |   317 |  3062k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8165 | 0.000000e+00 |      --      |    Inf 
453.02/453.18	c   453s|189500 |   313 |  3064k|  16.2 |  13M|  58 |  38 | 231 |  14k| 231 |2453 |  17 | 103k|8177 | 0.000000e+00 |      --      |    Inf 
453.31/453.41	c   453s|189600 |   306 |  3066k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 103k|8177 | 0.000000e+00 |      --      |    Inf 
453.51/453.69	c   454s|189700 |   308 |  3067k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 103k|8190 | 0.000000e+00 |      --      |    Inf 
453.81/453.94	c   454s|189800 |   302 |  3069k|  16.2 |  13M|  58 |   - | 231 |  15k| 231 |2453 |  17 | 103k|8190 | 0.000000e+00 |      --      |    Inf 
454.01/454.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.01/454.18	c   454s|189900 |   300 |  3071k|  16.2 |  13M|  58 |  44 | 231 |  15k| 231 |2453 |  17 | 103k|8190 | 0.000000e+00 |      --      |    Inf 
454.31/454.45	c   454s|190000 |   298 |  3072k|  16.2 |  13M|  58 |  36 | 231 |  14k| 231 |2453 |  17 | 103k|8194 | 0.000000e+00 |      --      |    Inf 
454.61/454.75	c   455s|190100 |   294 |  3075k|  16.2 |  13M|  58 |  51 | 231 |  14k| 231 |2453 |  17 | 103k|8201 | 0.000000e+00 |      --      |    Inf 
454.91/455.05	c   455s|190200 |   298 |  3077k|  16.2 |  13M|  58 |  29 | 231 |  14k| 231 |2453 |  17 | 103k|8211 | 0.000000e+00 |      --      |    Inf 
455.21/455.31	c   455s|190300 |   298 |  3079k|  16.2 |  13M|  58 |  41 | 231 |  14k| 231 |2453 |  17 | 103k|8211 | 0.000000e+00 |      --      |    Inf 
455.51/455.60	c   456s|190400 |   300 |  3081k|  16.2 |  13M|  58 |  31 | 231 |  14k| 231 |2453 |  17 | 103k|8221 | 0.000000e+00 |      --      |    Inf 
455.71/455.82	c   456s|190500 |   299 |  3082k|  16.2 |  13M|  58 |   - | 231 |  14k|   0 |   0 |  17 | 103k|8221 | 0.000000e+00 |      --      |    Inf 
455.91/456.08	c   456s|190600 |   293 |  3084k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8229 | 0.000000e+00 |      --      |    Inf 
456.21/456.31	c   456s|190700 |   296 |  3085k|  16.2 |  13M|  58 |  29 | 231 |  14k| 231 |2453 |  17 | 104k|8229 | 0.000000e+00 |      --      |    Inf 
456.42/456.56	c   457s|190800 |   296 |  3087k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8233 | 0.000000e+00 |      --      |    Inf 
456.71/456.81	c   457s|190900 |   295 |  3089k|  16.2 |  13M|  58 |  44 | 231 |  14k| 231 |2453 |  17 | 104k|8239 | 0.000000e+00 |      --      |    Inf 
456.91/457.08	c   457s|191000 |   296 |  3091k|  16.2 |  13M|  58 |  25 | 231 |  14k| 231 |2453 |  17 | 104k|8244 | 0.000000e+00 |      --      |    Inf 
457.21/457.34	c   457s|191100 |   292 |  3092k|  16.2 |  13M|  58 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8249 | 0.000000e+00 |      --      |    Inf 
457.42/457.58	c   458s|191200 |   292 |  3094k|  16.2 |  13M|  58 |  28 | 231 |  14k| 231 |2453 |  17 | 104k|8249 | 0.000000e+00 |      --      |    Inf 
457.71/457.85	c   458s|191300 |   292 |  3096k|  16.2 |  13M|  58 |  39 | 231 |  14k| 231 |2453 |  17 | 104k|8256 | 0.000000e+00 |      --      |    Inf 
457.91/458.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.91/458.06	c   458s|191400 |   295 |  3097k|  16.2 |  13M|  61 |  26 | 231 |  14k| 231 |2453 |  17 | 104k|8260 | 0.000000e+00 |      --      |    Inf 
458.12/458.28	c   458s|191500 |   289 |  3099k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8264 | 0.000000e+00 |      --      |    Inf 
458.41/458.52	c   459s|191600 |   291 |  3100k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8270 | 0.000000e+00 |      --      |    Inf 
458.62/458.78	c   459s|191700 |   291 |  3102k|  16.2 |  13M|  61 |  36 | 231 |  14k| 231 |2453 |  17 | 104k|8272 | 0.000000e+00 |      --      |    Inf 
458.91/459.05	c   459s|191800 |   293 |  3104k|  16.2 |  13M|  61 |  28 | 231 |  14k| 231 |2453 |  17 | 104k|8276 | 0.000000e+00 |      --      |    Inf 
459.21/459.34	c   459s|191900 |   295 |  3106k|  16.2 |  13M|  61 |  39 | 231 |  14k| 231 |2453 |  17 | 104k|8282 | 0.000000e+00 |      --      |    Inf 
459.51/459.63	c   460s|192000 |   297 |  3108k|  16.2 |  13M|  61 |  31 | 231 |  14k| 231 |2453 |  17 | 104k|8287 | 0.000000e+00 |      --      |    Inf 
459.82/459.90	c   460s|192100 |   299 |  3110k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8292 | 0.000000e+00 |      --      |    Inf 
460.01/460.15	c   460s|192200 |   301 |  3112k|  16.2 |  13M|  61 |  13 | 231 |  14k| 231 |2453 |  17 | 104k|8298 | 0.000000e+00 |      --      |    Inf 
460.21/460.39	c   460s|192300 |   296 |  3113k|  16.2 |  13M|  61 |  24 | 231 |  14k| 231 |2453 |  17 | 104k|8304 | 0.000000e+00 |      --      |    Inf 
460.51/460.65	c   461s|192400 |   292 |  3115k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8310 | 0.000000e+00 |      --      |    Inf 
460.82/460.93	c   461s|192500 |   294 |  3117k|  16.2 |  13M|  61 |  39 | 231 |  14k| 231 |2453 |  17 | 104k|8315 | 0.000000e+00 |      --      |    Inf 
461.11/461.21	c   461s|192600 |   292 |  3119k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8321 | 0.000000e+00 |      --      |    Inf 
461.31/461.46	c   461s|192700 |   294 |  3121k|  16.2 |  13M|  61 |  48 | 231 |  14k| 231 |2453 |  17 | 105k|8329 | 0.000000e+00 |      --      |    Inf 
461.61/461.74	c   462s|192800 |   306 |  3123k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8334 | 0.000000e+00 |      --      |    Inf 
461.82/461.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.82/461.98	c   462s|192900 |   316 |  3124k|  16.2 |  13M|  61 |  26 | 231 |  14k| 231 |2453 |  17 | 105k|8337 | 0.000000e+00 |      --      |    Inf 
462.11/462.22	c   462s|193000 |   322 |  3126k|  16.2 |  13M|  61 |  36 | 231 |  14k| 231 |2453 |  17 | 105k|8340 | 0.000000e+00 |      --      |    Inf 
462.31/462.44	c   462s|193100 |   322 |  3128k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8340 | 0.000000e+00 |      --      |    Inf 
462.51/462.65	c   463s|193200 |   326 |  3129k|  16.2 |  13M|  61 |  32 | 231 |  14k| 231 |2453 |  17 | 105k|8341 | 0.000000e+00 |      --      |    Inf 
462.71/462.88	c   463s|193300 |   324 |  3131k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8342 | 0.000000e+00 |      --      |    Inf 
463.02/463.16	c   463s|193400 |   332 |  3133k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
463.21/463.38	c   463s|193500 |   338 |  3135k|  16.2 |  13M|  61 |  34 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
463.51/463.60	c   464s|193600 |   336 |  3136k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
463.71/463.83	c   464s|193700 |   336 |  3138k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
463.91/464.07	c   464s|193800 |   338 |  3140k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
464.21/464.32	c   464s|193900 |   344 |  3141k|  16.2 |  13M|  61 |  35 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
464.41/464.56	c   465s|194000 |   346 |  3143k|  16.2 |  13M|  61 |  34 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
464.71/464.80	c   465s|194100 |   342 |  3145k|  16.2 |  13M|  61 |  41 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
464.91/465.04	c   465s|194200 |   342 |  3147k|  16.2 |  13M|  61 |  39 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
465.12/465.27	c   465s|194300 |   338 |  3148k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
465.41/465.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
465.41/465.52	c   466s|194400 |   340 |  3150k|  16.2 |  13M|  61 |  42 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
465.61/465.75	c   466s|194500 |   342 |  3152k|  16.2 |  13M|  61 |  38 | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
465.81/465.98	c   466s|194600 |   342 |  3154k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
466.11/466.23	c   466s|194700 |   342 |  3155k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8343 | 0.000000e+00 |      --      |    Inf 
466.31/466.48	c   466s|194800 |   340 |  3157k|  16.2 |  13M|  61 |  37 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
466.51/466.69	c   467s|194900 |   338 |  3159k|  16.2 |  13M|  61 |  38 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
466.81/466.92	c   467s|195000 |   332 |  3160k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
467.01/467.15	c   467s|195100 |   330 |  3162k|  16.2 |  13M|  61 |  46 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
467.21/467.38	c   467s|195200 |   328 |  3164k|  16.2 |  13M|  61 |  41 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
467.51/467.62	c   468s|195300 |   324 |  3165k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
467.71/467.84	c   468s|195400 |   324 |  3167k|  16.2 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
467.90/468.07	c   468s|195500 |   324 |  3169k|  16.2 |  13M|  61 |  35 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
468.21/468.33	c   468s|195600 |   322 |  3171k|  16.2 |  13M|  61 |  37 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
468.42/468.58	c   469s|195700 |   322 |  3173k|  16.2 |  13M|  61 |  46 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
468.71/468.82	c   469s|195800 |   322 |  3174k|  16.2 |  13M|  61 |  41 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
468.91/469.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.91/469.06	c   469s|195900 |   316 |  3176k|  16.2 |  13M|  61 |  34 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
469.11/469.29	c   469s|196000 |   316 |  3178k|  16.2 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
469.41/469.52	c   470s|196100 |   314 |  3179k|  16.2 |  13M|  61 |  17 | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
469.61/469.73	c   470s|196200 |   310 |  3181k|  16.2 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
469.81/469.92	c   470s|196300 |   310 |  3182k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
470.01/470.16	c   470s|196400 |   314 |  3184k|  16.2 |  13M|  61 |  27 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
470.21/470.39	c   470s|196500 |   310 |  3185k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
470.51/470.64	c   471s|196600 |   308 |  3187k|  16.2 |  13M|  61 |  42 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
470.71/470.86	c   471s|196700 |   311 |  3189k|  16.2 |  13M|  61 |  43 | 231 |  14k| 231 |2453 |  17 | 106k|8343 | 0.000000e+00 |      --      |    Inf 
470.90/471.09	c   471s|196800 |   310 |  3190k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
471.21/471.31	c   471s|196900 |   310 |  3192k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
471.41/471.53	c   472s|197000 |   310 |  3194k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
471.61/471.76	c   472s|197100 |   310 |  3195k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
471.91/472.01	c   472s|197200 |   306 |  3197k|  16.2 |  13M|  61 |  46 | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
472.11/472.23	c   472s|197300 |   304 |  3199k|  16.2 |  13M|  61 |  36 | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
472.31/472.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.31/472.46	c   472s|197400 |   304 |  3200k|  16.2 |  13M|  61 |  25 | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
472.51/472.69	c   473s|197500 |   304 |  3202k|  16.2 |  13M|  61 |  44 | 231 |  14k| 231 |2453 |  17 | 107k|8343 | 0.000000e+00 |      --      |    Inf 
472.81/472.94	c   473s|197600 |   302 |  3204k|  16.2 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 107k|8348 | 0.000000e+00 |      --      |    Inf 
473.01/473.18	c   473s|197700 |   300 |  3206k|  16.2 |  13M|  61 |  32 | 231 |  14k| 231 |2453 |  17 | 107k|8351 | 0.000000e+00 |      --      |    Inf 
473.31/473.46	c   473s|197800 |   298 |  3207k|  16.2 |  13M|  61 |  50 | 231 |  14k| 231 |2453 |  17 | 107k|8360 | 0.000000e+00 |      --      |    Inf 
473.61/473.70	c   474s|197900 |   298 |  3209k|  16.2 |  13M|  61 |  39 | 231 |  13k| 231 |2453 |  17 | 107k|8360 | 0.000000e+00 |      --      |    Inf 
473.81/473.99	c   474s|198000 |   299 |  3211k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8371 | 0.000000e+00 |      --      |    Inf 
474.11/474.21	c   474s|198100 |   297 |  3212k|  16.2 |  13M|  61 |  41 | 231 |  13k| 231 |2453 |  17 | 107k|8371 | 0.000000e+00 |      --      |    Inf 
474.31/474.47	c   474s|198200 |   301 |  3214k|  16.2 |  13M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 107k|8380 | 0.000000e+00 |      --      |    Inf 
474.51/474.69	c   475s|198300 |   299 |  3215k|  16.2 |  13M|  61 |  38 | 231 |  13k| 231 |2453 |  17 | 107k|8380 | 0.000000e+00 |      --      |    Inf 
474.81/474.92	c   475s|198400 |   295 |  3217k|  16.2 |  13M|  61 |  46 | 231 |  13k| 231 |2453 |  17 | 107k|8381 | 0.000000e+00 |      --      |    Inf 
475.12/475.22	c   475s|198500 |   292 |  3219k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8392 | 0.000000e+00 |      --      |    Inf 
475.31/475.43	c   475s|198600 |   291 |  3220k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8392 | 0.000000e+00 |      --      |    Inf 
475.51/475.66	c   476s|198700 |   293 |  3222k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 108k|8392 | 0.000000e+00 |      --      |    Inf 
475.81/475.92	c   476s|198800 |   289 |  3224k|  16.2 |  12M|  61 |  47 | 231 |  13k| 231 |2453 |  17 | 108k|8402 | 0.000000e+00 |      --      |    Inf 
476.01/476.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.01/476.19	c   476s|198900 |   293 |  3225k|  16.2 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 108k|8412 | 0.000000e+00 |      --      |    Inf 
476.31/476.41	c   476s|199000 |   293 |  3227k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 108k|8412 | 0.000000e+00 |      --      |    Inf 
476.51/476.65	c   477s|199100 |   290 |  3229k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 108k|8412 | 0.000000e+00 |      --      |    Inf 
476.71/476.90	c   477s|199200 |   288 |  3230k|  16.2 |  12M|  61 |  16 | 231 |  13k| 231 |2453 |  17 | 108k|8421 | 0.000000e+00 |      --      |    Inf 
477.01/477.11	c   477s|199300 |   284 |  3231k|  16.2 |  12M|  61 |  44 | 231 |  12k| 231 |2453 |  17 | 108k|8421 | 0.000000e+00 |      --      |    Inf 
477.21/477.34	c   477s|199400 |   286 |  3233k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 108k|8427 | 0.000000e+00 |      --      |    Inf 
477.40/477.55	c   478s|199500 |   284 |  3234k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8427 | 0.000000e+00 |      --      |    Inf 
477.61/477.78	c   478s|199600 |   286 |  3236k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 108k|8434 | 0.000000e+00 |      --      |    Inf 
477.81/477.98	c   478s|199700 |   284 |  3237k|  16.2 |  12M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 108k|8434 | 0.000000e+00 |      --      |    Inf 
478.10/478.21	c   478s|199800 |   284 |  3239k|  16.2 |  12M|  61 |  21 | 231 |  13k| 231 |2453 |  17 | 108k|8439 | 0.000000e+00 |      --      |    Inf 
478.31/478.45	c   478s|199900 |   285 |  3240k|  16.2 |  12M|  61 |  19 | 231 |  13k| 231 |2453 |  17 | 108k|8445 | 0.000000e+00 |      --      |    Inf 
478.51/478.69	c   479s|200000 |   282 |  3242k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 108k|8450 | 0.000000e+00 |      --      |    Inf 
478.81/478.96	c   479s|200100 |   284 |  3244k|  16.2 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 108k|8457 | 0.000000e+00 |      --      |    Inf 
479.10/479.20	c   479s|200200 |   286 |  3245k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 108k|8458 | 0.000000e+00 |      --      |    Inf 
479.31/479.47	c   479s|200300 |   281 |  3247k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 108k|8464 | 0.000000e+00 |      --      |    Inf 
479.61/479.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.61/479.74	c   480s|200400 |   273 |  3249k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8468 | 0.000000e+00 |      --      |    Inf 
479.90/480.01	c   480s|200500 |   275 |  3251k|  16.2 |  12M|  61 |  19 | 231 |  12k| 231 |2453 |  17 | 108k|8474 | 0.000000e+00 |      --      |    Inf 
480.11/480.26	c   480s|200600 |   273 |  3253k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8480 | 0.000000e+00 |      --      |    Inf 
480.41/480.52	c   481s|200700 |   277 |  3255k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8483 | 0.000000e+00 |      --      |    Inf 
480.61/480.76	c   481s|200800 |   280 |  3256k|  16.2 |  12M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 109k|8487 | 0.000000e+00 |      --      |    Inf 
480.91/481.00	c   481s|200900 |   275 |  3258k|  16.2 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 109k|8493 | 0.000000e+00 |      --      |    Inf 
481.11/481.25	c   481s|201000 |   274 |  3260k|  16.2 |  12M|  61 |  41 | 231 |  13k| 231 |2453 |  17 | 109k|8499 | 0.000000e+00 |      --      |    Inf 
481.40/481.51	c   482s|201100 |   272 |  3261k|  16.2 |  12M|  61 |  39 | 231 |  13k| 231 |2453 |  17 | 109k|8504 | 0.000000e+00 |      --      |    Inf 
481.61/481.76	c   482s|201200 |   271 |  3263k|  16.2 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 109k|8509 | 0.000000e+00 |      --      |    Inf 
481.91/482.01	c   482s|201300 |   271 |  3265k|  16.2 |  12M|  61 |  40 | 231 |  13k| 231 |2453 |  17 | 109k|8516 | 0.000000e+00 |      --      |    Inf 
482.11/482.22	c   482s|201400 |   275 |  3266k|  16.2 |  12M|  61 |  18 | 231 |  13k| 231 |2453 |  17 | 109k|8517 | 0.000000e+00 |      --      |    Inf 
482.31/482.43	c   482s|201500 |   269 |  3268k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 109k|8519 | 0.000000e+00 |      --      |    Inf 
482.61/482.70	c   483s|201600 |   271 |  3270k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
482.81/482.94	c   483s|201700 |   272 |  3271k|  16.2 |  12M|  61 |  24 | 231 |  13k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
483.00/483.17	c   483s|201800 |   272 |  3273k|  16.2 |  12M|  61 |  26 | 231 |  13k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
483.31/483.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.31/483.40	c   483s|201900 |   272 |  3275k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
483.51/483.61	c   484s|202000 |   269 |  3276k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
483.71/483.84	c   484s|202100 |   268 |  3278k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
483.91/484.06	c   484s|202200 |   268 |  3280k|  16.2 |  12M|  61 |  20 | 231 |  12k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
484.20/484.32	c   484s|202300 |   272 |  3282k|  16.2 |  12M|  61 |  23 | 231 |  12k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
484.41/484.55	c   485s|202400 |   272 |  3283k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
484.61/484.78	c   485s|202500 |   272 |  3285k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
484.91/485.02	c   485s|202600 |   272 |  3287k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
485.11/485.26	c   485s|202700 |   272 |  3289k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
485.31/485.48	c   485s|202800 |   272 |  3290k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
485.61/485.71	c   486s|202900 |   272 |  3292k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
485.80/485.94	c   486s|203000 |   270 |  3294k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
486.01/486.16	c   486s|203100 |   272 |  3295k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
486.21/486.39	c   486s|203200 |   278 |  3297k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
486.51/486.62	c   487s|203300 |   282 |  3299k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
486.71/486.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.71/486.83	c   487s|203400 |   281 |  3300k|  16.2 |  12M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
486.91/487.03	c   487s|203500 |   281 |  3301k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
487.11/487.25	c   487s|203600 |   281 |  3303k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
487.30/487.46	c   487s|203700 |   279 |  3305k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
487.51/487.67	c   488s|203800 |   275 |  3306k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
487.71/487.89	c   488s|203900 |   277 |  3308k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
487.91/488.09	c   488s|204000 |   273 |  3309k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
488.21/488.32	c   488s|204100 |   277 |  3311k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
488.41/488.54	c   489s|204200 |   275 |  3313k|  16.2 |  12M|  61 |  45 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
488.61/488.77	c   489s|204300 |   274 |  3314k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
488.91/489.01	c   489s|204400 |   270 |  3316k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
489.10/489.23	c   489s|204500 |   268 |  3318k|  16.2 |  12M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
489.31/489.41	c   489s|204600 |   266 |  3319k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
489.51/489.62	c   490s|204700 |   268 |  3320k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 110k|8520 | 0.000000e+00 |      --      |    Inf 
489.71/489.82	c   490s|204800 |   266 |  3322k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
489.91/490.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.91/490.04	c   490s|204900 |   262 |  3323k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
490.11/490.28	c   490s|205000 |   264 |  3325k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
490.41/490.52	c   491s|205100 |   262 |  3327k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
490.61/490.74	c   491s|205200 |   264 |  3328k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
490.81/490.97	c   491s|205300 |   263 |  3330k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
491.10/491.20	c   491s|205400 |   265 |  3332k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
491.31/491.45	c   491s|205500 |   259 |  3333k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
491.51/491.68	c   492s|205600 |   259 |  3335k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
491.81/491.92	c   492s|205700 |   261 |  3337k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
492.01/492.15	c   492s|205800 |   257 |  3339k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
492.21/492.36	c   492s|205900 |   257 |  3340k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
492.51/492.60	c   493s|206000 |   259 |  3342k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
492.71/492.80	c   493s|206100 |   257 |  3343k|  16.2 |  12M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
492.90/493.01	c   493s|206200 |   257 |  3345k|  16.2 |  12M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 111k|8520 | 0.000000e+00 |      --      |    Inf 
493.11/493.29	c   493s|206300 |   255 |  3346k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8529 | 0.000000e+00 |      --      |    Inf 
493.41/493.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.41/493.51	c   494s|206400 |   257 |  3348k|  16.2 |  12M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 112k|8529 | 0.000000e+00 |      --      |    Inf 
493.60/493.75	c   494s|206500 |   256 |  3350k|  16.2 |  12M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 112k|8536 | 0.000000e+00 |      --      |    Inf 
493.82/493.98	c   494s|206600 |   254 |  3351k|  16.2 |  12M|  61 |  27 | 231 |  12k| 231 |2453 |  17 | 112k|8536 | 0.000000e+00 |      --      |    Inf 
494.11/494.24	c   494s|206700 |   253 |  3353k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8546 | 0.000000e+00 |      --      |    Inf 
494.30/494.47	c   494s|206800 |   253 |  3355k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 112k|8546 | 0.000000e+00 |      --      |    Inf 
494.61/494.74	c   495s|206900 |   253 |  3356k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 112k|8557 | 0.000000e+00 |      --      |    Inf 
494.81/494.97	c   495s|207000 |   253 |  3358k|  16.2 |  12M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 112k|8557 | 0.000000e+00 |      --      |    Inf 
495.10/495.20	c   495s|207100 |   250 |  3360k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8557 | 0.000000e+00 |      --      |    Inf 
495.31/495.45	c   495s|207200 |   252 |  3361k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8566 | 0.000000e+00 |      --      |    Inf 
495.60/495.73	c   496s|207300 |   250 |  3363k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8573 | 0.000000e+00 |      --      |    Inf 
495.81/495.97	c   496s|207400 |   248 |  3365k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 112k|8573 | 0.000000e+00 |      --      |    Inf 
496.11/496.20	c   496s|207500 |   252 |  3366k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 112k|8579 | 0.000000e+00 |      --      |    Inf 
496.30/496.44	c   496s|207600 |   250 |  3368k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8584 | 0.000000e+00 |      --      |    Inf 
496.61/496.70	c   497s|207700 |   250 |  3370k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8591 | 0.000000e+00 |      --      |    Inf 
496.81/496.93	c   497s|207800 |   248 |  3371k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8591 | 0.000000e+00 |      --      |    Inf 
497.01/497.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.01/497.16	c   497s|207900 |   249 |  3373k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 112k|8598 | 0.000000e+00 |      --      |    Inf 
497.31/497.41	c   497s|208000 |   249 |  3375k|  16.2 |  12M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 112k|8598 | 0.000000e+00 |      --      |    Inf 
497.60/497.71	c   498s|208100 |   247 |  3377k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 112k|8611 | 0.000000e+00 |      --      |    Inf 
497.81/497.94	c   498s|208200 |   247 |  3378k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 112k|8611 | 0.000000e+00 |      --      |    Inf 
498.00/498.16	c   498s|208300 |   245 |  3380k|  16.2 |  12M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 113k|8614 | 0.000000e+00 |      --      |    Inf 
498.31/498.43	c   498s|208400 |   243 |  3382k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 113k|8617 | 0.000000e+00 |      --      |    Inf 
498.51/498.65	c   499s|208500 |   241 |  3383k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8621 | 0.000000e+00 |      --      |    Inf 
498.70/498.89	c   499s|208600 |   242 |  3385k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 113k|8627 | 0.000000e+00 |      --      |    Inf 
499.01/499.14	c   499s|208700 |   246 |  3387k|  16.2 |  12M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 113k|8631 | 0.000000e+00 |      --      |    Inf 
499.31/499.41	c   499s|208800 |   240 |  3389k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8636 | 0.000000e+00 |      --      |    Inf 
499.50/499.65	c   500s|208900 |   242 |  3390k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 113k|8640 | 0.000000e+00 |      --      |    Inf 
499.81/499.91	c   500s|209000 |   240 |  3392k|  16.2 |  12M|  61 |  47 | 231 |  12k| 231 |2453 |  17 | 113k|8644 | 0.000000e+00 |      --      |    Inf 
500.01/500.17	c   500s|209100 |   238 |  3394k|  16.2 |  12M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 113k|8648 | 0.000000e+00 |      --      |    Inf 
500.31/500.43	c   500s|209200 |   242 |  3396k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 113k|8655 | 0.000000e+00 |      --      |    Inf 
500.50/500.64	c   501s|209300 |   242 |  3397k|  16.2 |  12M|  61 |  19 | 231 |  12k| 231 |2453 |  17 | 113k|8659 | 0.000000e+00 |      --      |    Inf 
500.71/500.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.71/500.86	c   501s|209400 |   240 |  3399k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8663 | 0.000000e+00 |      --      |    Inf 
501.01/501.10	c   501s|209500 |   240 |  3400k|  16.2 |  12M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 113k|8666 | 0.000000e+00 |      --      |    Inf 
501.21/501.33	c   501s|209600 |   238 |  3402k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 113k|8670 | 0.000000e+00 |      --      |    Inf 
501.41/501.59	c   502s|209700 |   239 |  3404k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 113k|8673 | 0.000000e+00 |      --      |    Inf 
501.70/501.86	c   502s|209800 |   237 |  3406k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 113k|8678 | 0.000000e+00 |      --      |    Inf 
502.00/502.14	c   502s|209900 |   239 |  3408k|  16.2 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 113k|8683 | 0.000000e+00 |      --      |    Inf 
502.21/502.38	c   502s|210000 |   235 |  3409k|  16.2 |  12M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 113k|8687 | 0.000000e+00 |      --      |    Inf 
502.51/502.65	c   503s|210100 |   237 |  3411k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 113k|8692 | 0.000000e+00 |      --      |    Inf 
502.70/502.87	c   503s|210200 |   237 |  3413k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8696 | 0.000000e+00 |      --      |    Inf 
502.90/503.06	c   503s|210300 |   239 |  3414k|  16.2 |  12M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 114k|8699 | 0.000000e+00 |      --      |    Inf 
503.10/503.27	c   503s|210400 |   238 |  3415k|  16.2 |  12M|  61 |  41 | 231 |  13k| 231 |2453 |  17 | 114k|8705 | 0.000000e+00 |      --      |    Inf 
503.40/503.50	c   504s|210500 |   238 |  3417k|  16.2 |  12M|  61 |  40 | 231 |  13k| 231 |2453 |  17 | 114k|8707 | 0.000000e+00 |      --      |    Inf 
503.61/503.72	c   504s|210600 |   238 |  3419k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8707 | 0.000000e+00 |      --      |    Inf 
503.80/503.94	c   504s|210700 |   241 |  3420k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8707 | 0.000000e+00 |      --      |    Inf 
504.01/504.14	c   504s|210800 |   241 |  3422k|  16.2 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 114k|8708 | 0.000000e+00 |      --      |    Inf 
504.20/504.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.20/504.35	c   504s|210900 |   237 |  3423k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8708 | 0.000000e+00 |      --      |    Inf 
504.41/504.57	c   505s|211000 |   238 |  3425k|  16.2 |  12M|  61 |  31 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
504.60/504.79	c   505s|211100 |   237 |  3427k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
504.90/505.01	c   505s|211200 |   237 |  3428k|  16.2 |  12M|  61 |  31 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
505.10/505.24	c   505s|211300 |   237 |  3430k|  16.2 |  12M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
505.30/505.48	c   505s|211400 |   241 |  3432k|  16.2 |  12M|  61 |  40 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
505.61/505.73	c   506s|211500 |   242 |  3434k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
505.81/505.96	c   506s|211600 |   240 |  3436k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
506.11/506.22	c   506s|211700 |   239 |  3438k|  16.2 |  13M|  61 |  24 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
506.30/506.46	c   506s|211800 |   237 |  3440k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
506.50/506.68	c   507s|211900 |   237 |  3441k|  16.2 |  13M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
506.80/506.91	c   507s|212000 |   234 |  3443k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 114k|8709 | 0.000000e+00 |      --      |    Inf 
507.01/507.14	c   507s|212100 |   236 |  3444k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
507.20/507.36	c   507s|212200 |   234 |  3446k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
507.41/507.58	c   508s|212300 |   238 |  3448k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
507.71/507.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.71/507.80	c   508s|212400 |   240 |  3450k|  16.2 |  13M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
507.90/508.02	c   508s|212500 |   238 |  3451k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
508.11/508.25	c   508s|212600 |   237 |  3453k|  16.2 |  13M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
508.30/508.46	c   508s|212700 |   237 |  3454k|  16.2 |  13M|  61 |   - | 231 |  13k|   0 |   0 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
508.50/508.69	c   509s|212800 |   237 |  3456k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
508.80/508.90	c   509s|212900 |   241 |  3458k|  16.2 |  13M|  61 |  46 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
509.00/509.11	c   509s|213000 |   241 |  3459k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
509.21/509.32	c   509s|213100 |   242 |  3461k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
509.40/509.54	c   510s|213200 |   242 |  3463k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
509.60/509.73	c   510s|213300 |   240 |  3464k|  16.2 |  13M|  61 |  21 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
509.80/509.94	c   510s|213400 |   238 |  3465k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
510.00/510.16	c   510s|213500 |   238 |  3467k|  16.2 |  13M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
510.21/510.39	c   510s|213600 |   238 |  3469k|  16.2 |  13M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
510.50/510.61	c   511s|213700 |   237 |  3470k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
510.71/510.82	c   511s|213800 |   237 |  3472k|  16.2 |  13M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
510.91/511.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
510.91/511.03	c   511s|213900 |   237 |  3473k|  16.2 |  13M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
511.11/511.25	c   511s|214000 |   242 |  3475k|  16.2 |  13M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
511.31/511.46	c   511s|214100 |   242 |  3477k|  16.2 |  13M|  61 |  38 | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
511.60/511.71	c   512s|214200 |   236 |  3478k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
511.81/511.90	c   512s|214300 |   236 |  3480k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 115k|8709 | 0.000000e+00 |      --      |    Inf 
512.00/512.13	c   512s|214400 |   232 |  3481k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
512.20/512.32	c   512s|214500 |   235 |  3483k|  16.2 |  12M|  61 |  31 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
512.41/512.54	c   513s|214600 |   233 |  3484k|  16.2 |  12M|  61 |  27 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
512.60/512.72	c   513s|214700 |   234 |  3485k|  16.2 |  12M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
512.80/512.92	c   513s|214800 |   235 |  3487k|  16.2 |  13M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
513.00/513.13	c   513s|214900 |   233 |  3488k|  16.2 |  13M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
513.20/513.36	c   513s|215000 |   231 |  3490k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
513.41/513.56	c   514s|215100 |   231 |  3491k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
513.61/513.76	c   514s|215200 |   231 |  3493k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
513.80/513.97	c   514s|215300 |   230 |  3494k|  16.2 |  12M|  61 |  40 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
514.01/514.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.01/514.18	c   514s|215400 |   230 |  3496k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
514.21/514.38	c   514s|215500 |   230 |  3497k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 116k|8709 | 0.000000e+00 |      --      |    Inf 
514.50/514.64	c   515s|215600 |   228 |  3499k|  16.2 |  12M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 116k|8715 | 0.000000e+00 |      --      |    Inf 
514.80/514.90	c   515s|215700 |   226 |  3500k|  16.2 |  12M|  61 |  27 | 231 |  13k| 231 |2453 |  17 | 116k|8722 | 0.000000e+00 |      --      |    Inf 
515.00/515.13	c   515s|215800 |   226 |  3502k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 116k|8722 | 0.000000e+00 |      --      |    Inf 
515.30/515.43	c   515s|215900 |   226 |  3504k|  16.2 |  12M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 116k|8733 | 0.000000e+00 |      --      |    Inf 
515.50/515.65	c   516s|216000 |   224 |  3505k|  16.2 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 116k|8733 | 0.000000e+00 |      --      |    Inf 
515.70/515.87	c   516s|216100 |   222 |  3507k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8733 | 0.000000e+00 |      --      |    Inf 
516.00/516.14	c   516s|216200 |   222 |  3509k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 116k|8743 | 0.000000e+00 |      --      |    Inf 
516.20/516.38	c   516s|216300 |   222 |  3510k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8743 | 0.000000e+00 |      --      |    Inf 
516.51/516.60	c   517s|216400 |   222 |  3512k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8749 | 0.000000e+00 |      --      |    Inf 
516.70/516.87	c   517s|216500 |   221 |  3514k|  16.2 |  12M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 117k|8758 | 0.000000e+00 |      --      |    Inf 
516.90/517.09	c   517s|216600 |   223 |  3515k|  16.2 |  12M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 117k|8758 | 0.000000e+00 |      --      |    Inf 
517.20/517.38	c   517s|216700 |   221 |  3517k|  16.2 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 117k|8767 | 0.000000e+00 |      --      |    Inf 
517.51/517.62	c   518s|216800 |   217 |  3519k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8767 | 0.000000e+00 |      --      |    Inf 
517.70/517.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.70/517.87	c   518s|216900 |   217 |  3521k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8773 | 0.000000e+00 |      --      |    Inf 
518.01/518.11	c   518s|217000 |   219 |  3522k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8773 | 0.000000e+00 |      --      |    Inf 
518.20/518.38	c   518s|217100 |   213 |  3524k|  16.2 |  12M|  61 |  49 | 231 |  13k| 231 |2453 |  17 | 117k|8782 | 0.000000e+00 |      --      |    Inf 
518.50/518.61	c   519s|217200 |   215 |  3526k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8782 | 0.000000e+00 |      --      |    Inf 
518.70/518.84	c   519s|217300 |   215 |  3527k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8782 | 0.000000e+00 |      --      |    Inf 
518.90/519.09	c   519s|217400 |   217 |  3529k|  16.2 |  12M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 117k|8790 | 0.000000e+00 |      --      |    Inf 
519.21/519.30	c   519s|217500 |   213 |  3530k|  16.2 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 117k|8790 | 0.000000e+00 |      --      |    Inf 
519.40/519.54	c   520s|217600 |   211 |  3532k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8794 | 0.000000e+00 |      --      |    Inf 
519.60/519.76	c   520s|217700 |   213 |  3533k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8799 | 0.000000e+00 |      --      |    Inf 
519.81/520.00	c   520s|217800 |   211 |  3535k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8802 | 0.000000e+00 |      --      |    Inf 
520.11/520.25	c   520s|217900 |   211 |  3536k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 117k|8807 | 0.000000e+00 |      --      |    Inf 
520.40/520.51	c   521s|218000 |   209 |  3538k|  16.2 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 117k|8812 | 0.000000e+00 |      --      |    Inf 
520.70/520.80	c   521s|218100 |   209 |  3540k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 118k|8821 | 0.000000e+00 |      --      |    Inf 
520.91/521.04	c   521s|218200 |   211 |  3542k|  16.2 |  12M|  61 |  40 | 231 |  13k| 231 |2453 |  17 | 118k|8821 | 0.000000e+00 |      --      |    Inf 
521.10/521.30	c   521s|218300 |   205 |  3544k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 118k|8825 | 0.000000e+00 |      --      |    Inf 
521.40/521.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.40/521.55	c   522s|218400 |   207 |  3545k|  16.2 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 118k|8830 | 0.000000e+00 |      --      |    Inf 
521.70/521.80	c   522s|218500 |   205 |  3547k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 118k|8837 | 0.000000e+00 |      --      |    Inf 
521.90/522.04	c   522s|218600 |   203 |  3549k|  16.2 |  12M|  61 |  47 | 231 |  13k| 231 |2453 |  17 | 118k|8837 | 0.000000e+00 |      --      |    Inf 
522.20/522.32	c   522s|218700 |   201 |  3550k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 118k|8843 | 0.000000e+00 |      --      |    Inf 
522.41/522.57	c   523s|218800 |   201 |  3552k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 118k|8847 | 0.000000e+00 |      --      |    Inf 
522.70/522.82	c   523s|218900 |   199 |  3554k|  16.2 |  12M|  61 |  22 | 231 |  12k| 231 |2453 |  17 | 118k|8851 | 0.000000e+00 |      --      |    Inf 
522.90/523.07	c   523s|219000 |   199 |  3555k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 118k|8855 | 0.000000e+00 |      --      |    Inf 
523.10/523.29	c   523s|219100 |   197 |  3557k|  16.2 |  12M|  61 |  46 | 231 |  12k| 231 |2453 |  17 | 118k|8859 | 0.000000e+00 |      --      |    Inf 
523.41/523.53	c   524s|219200 |   197 |  3558k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 118k|8863 | 0.000000e+00 |      --      |    Inf 
523.60/523.77	c   524s|219300 |   195 |  3560k|  16.2 |  12M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 118k|8867 | 0.000000e+00 |      --      |    Inf 
523.90/524.02	c   524s|219400 |   193 |  3562k|  16.2 |  12M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 118k|8874 | 0.000000e+00 |      --      |    Inf 
524.10/524.28	c   524s|219500 |   191 |  3563k|  16.2 |  12M|  61 |  47 | 231 |  12k| 231 |2453 |  17 | 118k|8876 | 0.000000e+00 |      --      |    Inf 
524.40/524.51	c   525s|219600 |   193 |  3565k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 118k|8880 | 0.000000e+00 |      --      |    Inf 
524.61/524.74	c   525s|219700 |   189 |  3566k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 118k|8884 | 0.000000e+00 |      --      |    Inf 
524.80/524.94	c   525s|219800 |   189 |  3568k|  16.2 |  12M|  61 |  20 | 231 |  12k| 231 |2453 |  17 | 118k|8888 | 0.000000e+00 |      --      |    Inf 
525.00/525.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.00/525.14	c   525s|219900 |   187 |  3569k|  16.2 |  12M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 119k|8892 | 0.000000e+00 |      --      |    Inf 
525.30/525.41	c   525s|220000 |   183 |  3571k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8898 | 0.000000e+00 |      --      |    Inf 
525.50/525.66	c   526s|220100 |   185 |  3572k|  16.2 |  12M|  61 |  20 | 231 |  12k| 231 |2453 |  17 | 119k|8902 | 0.000000e+00 |      --      |    Inf 
525.71/525.88	c   526s|220200 |   183 |  3574k|  16.2 |  12M|  61 |  44 | 231 |  12k| 231 |2453 |  17 | 119k|8905 | 0.000000e+00 |      --      |    Inf 
526.00/526.12	c   526s|220300 |   183 |  3576k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 119k|8909 | 0.000000e+00 |      --      |    Inf 
526.20/526.36	c   526s|220400 |   187 |  3577k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 119k|8913 | 0.000000e+00 |      --      |    Inf 
526.41/526.57	c   527s|220500 |   184 |  3579k|  16.2 |  12M|  61 |  27 | 231 |  12k| 231 |2453 |  17 | 119k|8914 | 0.000000e+00 |      --      |    Inf 
526.60/526.80	c   527s|220600 |   186 |  3580k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8914 | 0.000000e+00 |      --      |    Inf 
526.81/526.99	c   527s|220700 |   186 |  3582k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 119k|8914 | 0.000000e+00 |      --      |    Inf 
527.00/527.18	c   527s|220800 |   183 |  3583k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8915 | 0.000000e+00 |      --      |    Inf 
527.20/527.39	c   527s|220900 |   188 |  3585k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8916 | 0.000000e+00 |      --      |    Inf 
527.50/527.63	c   528s|221000 |   188 |  3586k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8918 | 0.000000e+00 |      --      |    Inf 
527.70/527.83	c   528s|221100 |   189 |  3588k|  16.2 |  12M|  61 |  23 | 231 |  12k| 231 |2453 |  17 | 119k|8919 | 0.000000e+00 |      --      |    Inf 
527.90/528.03	c   528s|221200 |   190 |  3589k|  16.2 |  12M|  61 |  23 | 231 |  12k| 231 |2453 |  17 | 119k|8919 | 0.000000e+00 |      --      |    Inf 
528.10/528.24	c   528s|221300 |   194 |  3591k|  16.2 |  12M|  61 |  25 | 231 |  12k| 231 |2453 |  17 | 119k|8919 | 0.000000e+00 |      --      |    Inf 
528.30/528.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.30/528.41	c   528s|221400 |   198 |  3592k|  16.2 |  12M|  61 |  20 | 231 |  12k| 231 |2453 |  17 | 119k|8919 | 0.000000e+00 |      --      |    Inf 
528.50/528.61	c   529s|221500 |   196 |  3594k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8919 | 0.000000e+00 |      --      |    Inf 
528.70/528.80	c   529s|221600 |   198 |  3595k|  16.2 |  12M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 119k|8922 | 0.000000e+00 |      --      |    Inf 
528.80/528.98	c   529s|221700 |   196 |  3596k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 119k|8922 | 0.000000e+00 |      --      |    Inf 
529.00/529.18	c   529s|221800 |   193 |  3598k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
529.20/529.39	c   529s|221900 |   189 |  3599k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
529.40/529.59	c   530s|222000 |   187 |  3601k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
529.70/529.80	c   530s|222100 |   185 |  3602k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
529.90/530.05	c   530s|222200 |   185 |  3604k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
530.11/530.28	c   530s|222300 |   187 |  3606k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
530.40/530.50	c   531s|222400 |   187 |  3607k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
530.60/530.72	c   531s|222500 |   188 |  3609k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
530.80/530.96	c   531s|222600 |   186 |  3611k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
531.00/531.18	c   531s|222700 |   186 |  3612k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
531.30/531.40	c   531s|222800 |   186 |  3614k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
531.50/531.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.50/531.62	c   532s|222900 |   185 |  3616k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
531.70/531.87	c   532s|223000 |   183 |  3617k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
532.00/532.11	c   532s|223100 |   183 |  3619k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
532.21/532.33	c   532s|223200 |   183 |  3621k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
532.40/532.57	c   533s|223300 |   184 |  3623k|  16.2 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
532.70/532.82	c   533s|223400 |   182 |  3625k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
532.90/533.07	c   533s|223500 |   183 |  3627k|  16.2 |  12M|  61 |  25 | 231 |  13k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
533.10/533.28	c   533s|223600 |   183 |  3628k|  16.2 |  12M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
533.31/533.50	c   533s|223700 |   182 |  3630k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 120k|8922 | 0.000000e+00 |      --      |    Inf 
533.60/533.72	c   534s|223800 |   183 |  3631k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
533.80/533.94	c   534s|223900 |   182 |  3633k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
534.00/534.17	c   534s|224000 |   184 |  3635k|  16.2 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
534.30/534.40	c   534s|224100 |   182 |  3636k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
534.50/534.62	c   535s|224200 |   178 |  3638k|  16.2 |  12M|  61 |  38 | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
534.70/534.86	c   535s|224300 |   174 |  3640k|  16.2 |  12M|  61 |  46 | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
534.90/535.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.90/535.06	c   535s|224400 |   177 |  3641k|  16.2 |  12M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
535.09/535.28	c   535s|224500 |   175 |  3643k|  16.2 |  12M|  61 |  42 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
535.40/535.52	c   536s|224600 |   172 |  3644k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
535.60/535.77	c   536s|224700 |   168 |  3646k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
535.89/536.01	c   536s|224800 |   169 |  3648k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
536.10/536.24	c   536s|224900 |   168 |  3650k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
536.30/536.44	c   536s|225000 |   168 |  3651k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
536.50/536.67	c   537s|225100 |   164 |  3653k|  16.2 |  12M|  61 |  47 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
536.71/536.86	c   537s|225200 |   167 |  3654k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
536.90/537.06	c   537s|225300 |   165 |  3655k|  16.2 |  12M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
537.10/537.29	c   537s|225400 |   169 |  3657k|  16.2 |  12M|  61 |  23 | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
537.40/537.51	c   538s|225500 |   168 |  3659k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 121k|8922 | 0.000000e+00 |      --      |    Inf 
537.60/537.71	c   538s|225600 |   175 |  3660k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 122k|8922 | 0.000000e+00 |      --      |    Inf 
537.81/537.92	c   538s|225700 |   174 |  3662k|  16.2 |  12M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 122k|8922 | 0.000000e+00 |      --      |    Inf 
538.00/538.17	c   538s|225800 |   173 |  3663k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 122k|8932 | 0.000000e+00 |      --      |    Inf 
538.20/538.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.20/538.39	c   538s|225900 |   173 |  3665k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 122k|8932 | 0.000000e+00 |      --      |    Inf 
538.50/538.62	c   539s|226000 |   174 |  3667k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 122k|8937 | 0.000000e+00 |      --      |    Inf 
538.70/538.83	c   539s|226100 |   174 |  3668k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8937 | 0.000000e+00 |      --      |    Inf 
539.00/539.10	c   539s|226200 |   172 |  3670k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8945 | 0.000000e+00 |      --      |    Inf 
539.20/539.33	c   539s|226300 |   170 |  3672k|  16.2 |  12M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 122k|8951 | 0.000000e+00 |      --      |    Inf 
539.40/539.54	c   540s|226400 |   171 |  3673k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8951 | 0.000000e+00 |      --      |    Inf 
539.60/539.80	c   540s|226500 |   173 |  3675k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8961 | 0.000000e+00 |      --      |    Inf 
539.90/540.00	c   540s|226600 |   176 |  3676k|  16.2 |  12M|  61 |  45 | 231 |  12k| 231 |2453 |  17 | 122k|8961 | 0.000000e+00 |      --      |    Inf 
540.10/540.23	c   540s|226700 |   178 |  3678k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 122k|8965 | 0.000000e+00 |      --      |    Inf 
540.30/540.44	c   540s|226800 |   179 |  3679k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 122k|8970 | 0.000000e+00 |      --      |    Inf 
540.50/540.67	c   541s|226900 |   175 |  3681k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 122k|8977 | 0.000000e+00 |      --      |    Inf 
540.70/540.89	c   541s|227000 |   174 |  3682k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 122k|8977 | 0.000000e+00 |      --      |    Inf 
541.00/541.14	c   541s|227100 |   176 |  3684k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8983 | 0.000000e+00 |      --      |    Inf 
541.19/541.35	c   541s|227200 |   174 |  3685k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8983 | 0.000000e+00 |      --      |    Inf 
541.40/541.55	c   542s|227300 |   175 |  3687k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 122k|8983 | 0.000000e+00 |      --      |    Inf 
541.60/541.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.60/541.79	c   542s|227400 |   179 |  3688k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 122k|8990 | 0.000000e+00 |      --      |    Inf 
541.80/541.98	c   542s|227500 |   178 |  3690k|  16.2 |  12M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 122k|8990 | 0.000000e+00 |      --      |    Inf 
542.00/542.20	c   542s|227600 |   176 |  3691k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 123k|8997 | 0.000000e+00 |      --      |    Inf 
542.30/542.41	c   542s|227700 |   178 |  3693k|  16.2 |  12M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 123k|9003 | 0.000000e+00 |      --      |    Inf 
542.50/542.61	c   543s|227800 |   178 |  3694k|  16.2 |  12M|  61 |  13 | 231 |  13k| 231 |2453 |  17 | 123k|9003 | 0.000000e+00 |      --      |    Inf 
542.70/542.83	c   543s|227900 |   178 |  3695k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 123k|9006 | 0.000000e+00 |      --      |    Inf 
542.89/543.05	c   543s|228000 |   180 |  3697k|  16.2 |  12M|  61 |  27 | 231 |  13k| 231 |2453 |  17 | 123k|9010 | 0.000000e+00 |      --      |    Inf 
543.10/543.27	c   543s|228100 |   175 |  3699k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9010 | 0.000000e+00 |      --      |    Inf 
543.40/543.54	c   544s|228200 |   176 |  3700k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9022 | 0.000000e+00 |      --      |    Inf 
543.60/543.75	c   544s|228300 |   176 |  3702k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9023 | 0.000000e+00 |      --      |    Inf 
543.90/544.01	c   544s|228400 |   176 |  3703k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9033 | 0.000000e+00 |      --      |    Inf 
544.10/544.25	c   544s|228500 |   178 |  3705k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 123k|9033 | 0.000000e+00 |      --      |    Inf 
544.40/544.54	c   545s|228600 |   176 |  3707k|  16.2 |  12M|  61 |  38 | 231 |  13k| 231 |2453 |  17 | 123k|9038 | 0.000000e+00 |      --      |    Inf 
544.60/544.78	c   545s|228700 |   176 |  3709k|  16.2 |  12M|  61 |  27 | 231 |  13k| 231 |2453 |  17 | 123k|9044 | 0.000000e+00 |      --      |    Inf 
544.90/545.03	c   545s|228800 |   173 |  3711k|  16.2 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 123k|9048 | 0.000000e+00 |      --      |    Inf 
545.09/545.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.09/545.28	c   545s|228900 |   169 |  3712k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9051 | 0.000000e+00 |      --      |    Inf 
545.40/545.55	c   546s|229000 |   173 |  3714k|  16.2 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 123k|9056 | 0.000000e+00 |      --      |    Inf 
545.60/545.76	c   546s|229100 |   174 |  3715k|  16.2 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 123k|9059 | 0.000000e+00 |      --      |    Inf 
545.80/545.99	c   546s|229200 |   172 |  3717k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9065 | 0.000000e+00 |      --      |    Inf 
546.10/546.23	c   546s|229300 |   170 |  3719k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9069 | 0.000000e+00 |      --      |    Inf 
546.30/546.48	c   546s|229400 |   168 |  3720k|  16.2 |  12M|  61 |  34 | 231 |  13k| 231 |2453 |  17 | 123k|9074 | 0.000000e+00 |      --      |    Inf 
546.61/546.74	c   547s|229500 |   169 |  3722k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 123k|9080 | 0.000000e+00 |      --      |    Inf 
546.89/547.00	c   547s|229600 |   165 |  3724k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 124k|9084 | 0.000000e+00 |      --      |    Inf 
547.10/547.24	c   547s|229700 |   170 |  3725k|  16.2 |  12M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 124k|9089 | 0.000000e+00 |      --      |    Inf 
547.40/547.50	c   547s|229800 |   166 |  3727k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 124k|9092 | 0.000000e+00 |      --      |    Inf 
547.60/547.75	c   548s|229900 |   166 |  3729k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 124k|9097 | 0.000000e+00 |      --      |    Inf 
547.90/548.03	c   548s|230000 |   168 |  3731k|  16.2 |  12M|  61 |  27 | 231 |  12k| 231 |2453 |  17 | 124k|9100 | 0.000000e+00 |      --      |    Inf 
548.10/548.28	c   548s|230100 |   162 |  3733k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 124k|9106 | 0.000000e+00 |      --      |    Inf 
548.39/548.50	c   549s|230200 |   161 |  3734k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 124k|9107 | 0.000000e+00 |      --      |    Inf 
548.60/548.74	c   549s|230300 |   163 |  3736k|  16.2 |  12M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 124k|9109 | 0.000000e+00 |      --      |    Inf 
548.80/548.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.80/548.98	c   549s|230400 |   161 |  3737k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 124k|9112 | 0.000000e+00 |      --      |    Inf 
549.09/549.21	c   549s|230500 |   159 |  3739k|  16.2 |  12M|  61 |  21 | 231 |  12k| 231 |2453 |  17 | 124k|9114 | 0.000000e+00 |      --      |    Inf 
549.29/549.40	c   549s|230600 |   157 |  3740k|  16.2 |  12M|  61 |  27 | 231 |  12k| 231 |2453 |  17 | 124k|9116 | 0.000000e+00 |      --      |    Inf 
549.50/549.62	c   550s|230700 |   157 |  3742k|  16.2 |  12M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 124k|9117 | 0.000000e+00 |      --      |    Inf 
549.69/549.82	c   550s|230800 |   158 |  3743k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 124k|9119 | 0.000000e+00 |      --      |    Inf 
549.80/549.99	c   550s|230900 |   155 |  3744k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 124k|9119 | 0.000000e+00 |      --      |    Inf 
550.10/550.23	c   550s|231000 |   154 |  3746k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 124k|9121 | 0.000000e+00 |      --      |    Inf 
550.29/550.47	c   550s|231100 |   154 |  3747k|  16.2 |  12M|  61 |  46 | 231 |  12k| 231 |2453 |  17 | 124k|9122 | 0.000000e+00 |      --      |    Inf 
550.50/550.69	c   551s|231200 |   156 |  3749k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 124k|9123 | 0.000000e+00 |      --      |    Inf 
550.80/550.91	c   551s|231300 |   156 |  3751k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 124k|9124 | 0.000000e+00 |      --      |    Inf 
551.00/551.13	c   551s|231400 |   154 |  3752k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9124 | 0.000000e+00 |      --      |    Inf 
551.20/551.35	c   551s|231500 |   156 |  3754k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 125k|9124 | 0.000000e+00 |      --      |    Inf 
551.40/551.53	c   552s|231600 |   156 |  3755k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9124 | 0.000000e+00 |      --      |    Inf 
551.59/551.71	c   552s|231700 |   155 |  3756k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9125 | 0.000000e+00 |      --      |    Inf 
551.80/551.90	c   552s|231800 |   154 |  3758k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
551.90/552.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.90/552.10	c   552s|231900 |   152 |  3759k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
552.10/552.29	c   552s|232000 |   154 |  3760k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
552.40/552.50	c   552s|232100 |   154 |  3762k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
552.60/552.70	c   553s|232200 |   156 |  3763k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
552.80/552.93	c   553s|232300 |   156 |  3765k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
553.00/553.17	c   553s|232400 |   155 |  3767k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
553.29/553.42	c   553s|232500 |   151 |  3769k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
553.50/553.64	c   554s|232600 |   155 |  3770k|  16.2 |  12M|  61 |  22 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
553.79/553.90	c   554s|232700 |   154 |  3772k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
553.99/554.17	c   554s|232800 |   158 |  3774k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
554.30/554.41	c   554s|232900 |   160 |  3776k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
554.49/554.64	c   555s|233000 |   160 |  3778k|  16.2 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
554.80/554.90	c   555s|233100 |   162 |  3780k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 125k|9126 | 0.000000e+00 |      --      |    Inf 
555.00/555.18	c   555s|233200 |   164 |  3782k|  16.2 |  12M|  61 |  51 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
555.30/555.42	c   555s|233300 |   168 |  3784k|  16.2 |  12M|  61 |  48 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
555.50/555.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.50/555.66	c   556s|233400 |   168 |  3786k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
555.80/555.90	c   556s|233500 |   172 |  3787k|  16.2 |  12M|  61 |  44 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
556.00/556.15	c   556s|233600 |   174 |  3789k|  16.2 |  12M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
556.20/556.36	c   556s|233700 |   172 |  3791k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
556.40/556.60	c   557s|233800 |   172 |  3793k|  16.2 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
556.69/556.83	c   557s|233900 |   170 |  3794k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
556.89/557.06	c   557s|234000 |   172 |  3796k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
557.09/557.28	c   557s|234100 |   172 |  3798k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
557.40/557.50	c   558s|234200 |   174 |  3800k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
557.60/557.72	c   558s|234300 |   174 |  3801k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
557.79/557.94	c   558s|234400 |   170 |  3803k|  16.2 |  12M|  61 |  25 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
558.10/558.20	c   558s|234500 |   167 |  3805k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
558.30/558.44	c   558s|234600 |   164 |  3807k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
558.50/558.68	c   559s|234700 |   164 |  3808k|  16.2 |  12M|  61 |  25 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
558.80/558.93	c   559s|234800 |   163 |  3810k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
559.00/559.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.00/559.16	c   559s|234900 |   160 |  3812k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
559.30/559.40	c   559s|235000 |   159 |  3814k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
559.50/559.62	c   560s|235100 |   160 |  3816k|  16.2 |  12M|  61 |  34 | 231 |  12k| 231 |2453 |  17 | 126k|9126 | 0.000000e+00 |      --      |    Inf 
559.71/559.86	c   560s|235200 |   159 |  3817k|  16.2 |  12M|  61 |  17 | 231 |  13k| 231 |2453 |  17 | 127k|9126 | 0.000000e+00 |      --      |    Inf 
559.90/560.06	c   560s|235300 |   154 |  3819k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 127k|9126 | 0.000000e+00 |      --      |    Inf 
560.20/560.33	c   560s|235400 |   154 |  3821k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 127k|9126 | 0.000000e+00 |      --      |    Inf 
560.39/560.58	c   561s|235500 |   154 |  3823k|  16.2 |  12M|  61 |  39 | 231 |  13k| 231 |2453 |  17 | 127k|9126 | 0.000000e+00 |      --      |    Inf 
560.70/560.86	c   561s|235600 |   152 |  3825k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 127k|9135 | 0.000000e+00 |      --      |    Inf 
561.00/561.10	c   561s|235700 |   150 |  3826k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 127k|9135 | 0.000000e+00 |      --      |    Inf 
561.20/561.36	c   561s|235800 |   150 |  3828k|  16.2 |  12M|  61 |   - | 231 |  13k|   0 |   0 |  17 | 127k|9141 | 0.000000e+00 |      --      |    Inf 
561.49/561.62	c   562s|235900 |   144 |  3830k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 127k|9143 | 0.000000e+00 |      --      |    Inf 
561.69/561.87	c   562s|236000 |   147 |  3832k|  16.2 |  12M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 127k|9152 | 0.000000e+00 |      --      |    Inf 
561.90/562.08	c   562s|236100 |   147 |  3833k|  16.2 |  12M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 127k|9152 | 0.000000e+00 |      --      |    Inf 
562.19/562.31	c   562s|236200 |   147 |  3834k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9162 | 0.000000e+00 |      --      |    Inf 
562.39/562.52	c   563s|236300 |   145 |  3836k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9162 | 0.000000e+00 |      --      |    Inf 
562.59/562.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.59/562.72	c   563s|236400 |   149 |  3837k|  16.2 |  12M|  61 |  12 | 231 |  12k| 231 |2453 |  17 | 127k|9162 | 0.000000e+00 |      --      |    Inf 
562.80/562.92	c   563s|236500 |   148 |  3838k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9167 | 0.000000e+00 |      --      |    Inf 
563.00/563.13	c   563s|236600 |   148 |  3840k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9175 | 0.000000e+00 |      --      |    Inf 
563.19/563.33	c   563s|236700 |   146 |  3841k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9175 | 0.000000e+00 |      --      |    Inf 
563.40/563.57	c   564s|236800 |   146 |  3843k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 127k|9187 | 0.000000e+00 |      --      |    Inf 
563.60/563.79	c   564s|236900 |   146 |  3844k|  16.2 |  12M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 127k|9187 | 0.000000e+00 |      --      |    Inf 
563.89/564.01	c   564s|237000 |   145 |  3846k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 128k|9191 | 0.000000e+00 |      --      |    Inf 
564.11/564.29	c   564s|237100 |   145 |  3847k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9202 | 0.000000e+00 |      --      |    Inf 
564.39/564.51	c   565s|237200 |   145 |  3849k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9202 | 0.000000e+00 |      --      |    Inf 
564.60/564.74	c   565s|237300 |   147 |  3850k|  16.2 |  12M|  61 |  25 | 231 |  12k| 231 |2453 |  17 | 128k|9207 | 0.000000e+00 |      --      |    Inf 
564.79/564.99	c   565s|237400 |   146 |  3852k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9217 | 0.000000e+00 |      --      |    Inf 
565.09/565.20	c   565s|237500 |   146 |  3853k|  16.2 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 128k|9217 | 0.000000e+00 |      --      |    Inf 
565.31/565.42	c   565s|237600 |   148 |  3855k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9218 | 0.000000e+00 |      --      |    Inf 
565.50/565.65	c   566s|237700 |   144 |  3856k|  16.2 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 128k|9224 | 0.000000e+00 |      --      |    Inf 
565.69/565.89	c   566s|237800 |   140 |  3858k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 128k|9228 | 0.000000e+00 |      --      |    Inf 
566.00/566.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
566.00/566.11	c   566s|237900 |   140 |  3859k|  16.2 |  12M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 128k|9230 | 0.000000e+00 |      --      |    Inf 
566.20/566.35	c   566s|238000 |   142 |  3861k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9233 | 0.000000e+00 |      --      |    Inf 
566.40/566.59	c   567s|238100 |   144 |  3863k|  16.2 |  12M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 128k|9238 | 0.000000e+00 |      --      |    Inf 
566.70/566.86	c   567s|238200 |   140 |  3865k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 128k|9242 | 0.000000e+00 |      --      |    Inf 
566.99/567.13	c   567s|238300 |   140 |  3867k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9248 | 0.000000e+00 |      --      |    Inf 
567.19/567.37	c   567s|238400 |   138 |  3868k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9251 | 0.000000e+00 |      --      |    Inf 
567.50/567.63	c   568s|238500 |   140 |  3870k|  16.2 |  12M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 128k|9259 | 0.000000e+00 |      --      |    Inf 
567.70/567.85	c   568s|238600 |   142 |  3872k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 128k|9262 | 0.000000e+00 |      --      |    Inf 
567.89/568.09	c   568s|238700 |   142 |  3873k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 128k|9265 | 0.000000e+00 |      --      |    Inf 
568.19/568.35	c   568s|238800 |   142 |  3875k|  16.2 |  12M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 128k|9269 | 0.000000e+00 |      --      |    Inf 
568.50/568.61	c   569s|238900 |   141 |  3877k|  16.2 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 129k|9276 | 0.000000e+00 |      --      |    Inf 
568.69/568.87	c   569s|239000 |   137 |  3879k|  16.2 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 129k|9280 | 0.000000e+00 |      --      |    Inf 
569.00/569.14	c   569s|239100 |   141 |  3881k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9284 | 0.000000e+00 |      --      |    Inf 
569.29/569.40	c   569s|239200 |   141 |  3883k|  16.2 |  12M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 129k|9290 | 0.000000e+00 |      --      |    Inf 
569.50/569.67	c   570s|239300 |   138 |  3885k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9293 | 0.000000e+00 |      --      |    Inf 
569.79/569.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.79/569.92	c   570s|239400 |   136 |  3886k|  16.2 |  12M|  61 |  42 | 231 |  12k| 231 |2453 |  17 | 129k|9296 | 0.000000e+00 |      --      |    Inf 
570.00/570.17	c   570s|239500 |   134 |  3888k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9296 | 0.000000e+00 |      --      |    Inf 
570.29/570.42	c   570s|239600 |   136 |  3890k|  16.2 |  12M|  61 |  43 | 231 |  12k| 231 |2453 |  17 | 129k|9296 | 0.000000e+00 |      --      |    Inf 
570.50/570.68	c   571s|239700 |   132 |  3892k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9297 | 0.000000e+00 |      --      |    Inf 
570.80/570.92	c   571s|239800 |   134 |  3894k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9297 | 0.000000e+00 |      --      |    Inf 
570.99/571.18	c   571s|239900 |   136 |  3896k|  16.2 |  12M|  61 |   - | 231 |  12k|   0 |   0 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
571.29/571.43	c   571s|240000 |   138 |  3898k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
571.49/571.65	c   572s|240100 |   138 |  3899k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
571.70/571.89	c   572s|240200 |   136 |  3901k|  16.2 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
572.00/572.15	c   572s|240300 |   140 |  3903k|  16.2 |  12M|  61 |  21 | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
572.19/572.35	c   572s|240400 |   139 |  3905k|  16.2 |  12M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
572.39/572.57	c   573s|240500 |   141 |  3906k|  16.2 |  12M|  61 |  22 | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
572.59/572.79	c   573s|240600 |   139 |  3908k|  16.2 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 129k|9298 | 0.000000e+00 |      --      |    Inf 
572.79/573.00	c   573s|240700 |   140 |  3910k|  16.2 |  12M|  61 |  25 | 231 |  12k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
573.09/573.21	c   573s|240800 |   141 |  3911k|  16.2 |  12M|  61 |  27 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
573.30/573.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.30/573.42	c   573s|240900 |   137 |  3913k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
573.49/573.65	c   574s|241000 |   137 |  3914k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
573.69/573.89	c   574s|241100 |   143 |  3916k|  16.2 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
574.00/574.14	c   574s|241200 |   145 |  3918k|  16.2 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
574.20/574.39	c   574s|241300 |   139 |  3920k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
574.50/574.64	c   575s|241400 |   139 |  3922k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
574.69/574.87	c   575s|241500 |   141 |  3924k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
574.89/575.09	c   575s|241600 |   144 |  3925k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
575.20/575.32	c   575s|241700 |   143 |  3927k|  16.2 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
575.39/575.56	c   576s|241800 |   143 |  3929k|  16.3 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
575.70/575.82	c   576s|241900 |   141 |  3931k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
575.89/576.06	c   576s|242000 |   143 |  3933k|  16.3 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
576.20/576.31	c   576s|242100 |   145 |  3935k|  16.3 |  12M|  61 |  41 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
576.40/576.56	c   577s|242200 |   146 |  3937k|  16.3 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
576.69/576.80	c   577s|242300 |   146 |  3939k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 130k|9298 | 0.000000e+00 |      --      |    Inf 
576.89/577.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.89/577.02	c   577s|242400 |   144 |  3940k|  16.3 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
577.09/577.26	c   577s|242500 |   146 |  3942k|  16.3 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
577.30/577.49	c   577s|242600 |   142 |  3944k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
577.59/577.73	c   578s|242700 |   140 |  3946k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
577.79/577.98	c   578s|242800 |   140 |  3947k|  16.3 |  12M|  61 |  40 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
577.99/578.19	c   578s|242900 |   140 |  3949k|  16.3 |  12M|  61 |  36 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
578.29/578.40	c   578s|243000 |   138 |  3950k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
578.50/578.63	c   579s|243100 |   138 |  3952k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
578.69/578.86	c   579s|243200 |   144 |  3954k|  16.3 |  12M|  61 |  28 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
578.89/579.09	c   579s|243300 |   140 |  3955k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
579.20/579.34	c   579s|243400 |   142 |  3957k|  16.3 |  12M|  61 |  25 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
579.39/579.59	c   580s|243500 |   140 |  3959k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
579.69/579.82	c   580s|243600 |   142 |  3961k|  16.3 |  12M|  61 |  20 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
579.90/580.04	c   580s|243700 |   142 |  3962k|  16.3 |  12M|  61 |  34 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
580.09/580.28	c   580s|243800 |   142 |  3964k|  16.3 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
580.40/580.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.40/580.52	c   581s|243900 |   141 |  3966k|  16.3 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
580.60/580.76	c   581s|244000 |   141 |  3968k|  16.3 |  13M|  61 |  23 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
580.90/581.02	c   581s|244100 |   139 |  3970k|  16.3 |  13M|  61 |  41 | 231 |  14k| 231 |2453 |  17 | 131k|9298 | 0.000000e+00 |      --      |    Inf 
581.10/581.28	c   581s|244200 |   143 |  3972k|  16.3 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 132k|9298 | 0.000000e+00 |      --      |    Inf 
581.39/581.55	c   582s|244300 |   145 |  3973k|  16.3 |  13M|  61 |  46 | 231 |  14k| 231 |2453 |  17 | 132k|9305 | 0.000000e+00 |      --      |    Inf 
581.70/581.86	c   582s|244400 |   145 |  3976k|  16.3 |  13M|  61 |  24 | 231 |  14k| 231 |2453 |  17 | 132k|9311 | 0.000000e+00 |      --      |    Inf 
582.00/582.16	c   582s|244500 |   143 |  3978k|  16.3 |  13M|  61 |  52 | 231 |  14k| 231 |2453 |  17 | 132k|9320 | 0.000000e+00 |      --      |    Inf 
582.29/582.40	c   582s|244600 |   143 |  3979k|  16.3 |  13M|  61 |  26 | 231 |  14k| 231 |2453 |  17 | 132k|9320 | 0.000000e+00 |      --      |    Inf 
582.49/582.65	c   583s|244700 |   143 |  3981k|  16.3 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 132k|9320 | 0.000000e+00 |      --      |    Inf 
582.80/582.94	c   583s|244800 |   145 |  3983k|  16.3 |  13M|  61 |  36 | 231 |  15k| 231 |2453 |  17 | 132k|9334 | 0.000000e+00 |      --      |    Inf 
582.99/583.18	c   583s|244900 |   147 |  3985k|  16.3 |  13M|  61 |  28 | 231 |  15k| 231 |2453 |  17 | 132k|9334 | 0.000000e+00 |      --      |    Inf 
583.30/583.45	c   583s|245000 |   143 |  3987k|  16.3 |  13M|  61 |  29 | 231 |  15k| 231 |2453 |  17 | 132k|9334 | 0.000000e+00 |      --      |    Inf 
583.59/583.78	c   584s|245100 |   139 |  3989k|  16.3 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 132k|9344 | 0.000000e+00 |      --      |    Inf 
583.90/584.04	c   584s|245200 |   139 |  3991k|  16.3 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 132k|9344 | 0.000000e+00 |      --      |    Inf 
584.09/584.25	c   584s|245300 |   137 |  3992k|  16.3 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 132k|9344 | 0.000000e+00 |      --      |    Inf 
584.40/584.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.40/584.52	c   585s|245400 |   137 |  3994k|  16.3 |  13M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 132k|9351 | 0.000000e+00 |      --      |    Inf 
584.69/584.82	c   585s|245500 |   137 |  3996k|  16.3 |  13M|  61 |  34 | 231 |  15k| 231 |2453 |  17 | 132k|9360 | 0.000000e+00 |      --      |    Inf 
584.90/585.03	c   585s|245600 |   135 |  3998k|  16.3 |  13M|  61 |  43 | 231 |  15k| 231 |2453 |  17 | 132k|9360 | 0.000000e+00 |      --      |    Inf 
585.10/585.29	c   585s|245700 |   135 |  3999k|  16.3 |  13M|  61 |  27 | 231 |  14k| 231 |2453 |  17 | 132k|9366 | 0.000000e+00 |      --      |    Inf 
585.39/585.55	c   586s|245800 |   135 |  4001k|  16.3 |  13M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 132k|9372 | 0.000000e+00 |      --      |    Inf 
585.59/585.79	c   586s|245900 |   133 |  4003k|  16.3 |  13M|  61 |  36 | 231 |  14k| 231 |2453 |  17 | 133k|9372 | 0.000000e+00 |      --      |    Inf 
585.89/586.04	c   586s|246000 |   131 |  4004k|  16.3 |  13M|  61 |  41 | 231 |  14k| 231 |2453 |  17 | 133k|9378 | 0.000000e+00 |      --      |    Inf 
586.10/586.28	c   586s|246100 |   131 |  4006k|  16.3 |  13M|  61 |  46 | 231 |  14k| 231 |2453 |  17 | 133k|9378 | 0.000000e+00 |      --      |    Inf 
586.40/586.53	c   587s|246200 |   131 |  4008k|  16.3 |  12M|  61 |  40 | 231 |  14k| 231 |2453 |  17 | 133k|9383 | 0.000000e+00 |      --      |    Inf 
586.69/586.80	c   587s|246300 |   129 |  4009k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9388 | 0.000000e+00 |      --      |    Inf 
586.89/587.07	c   587s|246400 |   130 |  4011k|  16.3 |  12M|  61 |  25 | 231 |  14k| 231 |2453 |  17 | 133k|9394 | 0.000000e+00 |      --      |    Inf 
587.10/587.29	c   587s|246500 |   129 |  4013k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9401 | 0.000000e+00 |      --      |    Inf 
587.39/587.51	c   588s|246600 |   131 |  4014k|  16.3 |  12M|  61 |  30 | 231 |  14k| 231 |2453 |  17 | 133k|9401 | 0.000000e+00 |      --      |    Inf 
587.60/587.74	c   588s|246700 |   130 |  4016k|  16.3 |  12M|  61 |  27 | 231 |  14k| 231 |2453 |  17 | 133k|9407 | 0.000000e+00 |      --      |    Inf 
587.80/587.97	c   588s|246800 |   132 |  4017k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9410 | 0.000000e+00 |      --      |    Inf 
588.09/588.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.09/588.26	c   588s|246900 |   129 |  4019k|  16.3 |  12M|  61 |  30 | 231 |  14k| 231 |2453 |  17 | 133k|9416 | 0.000000e+00 |      --      |    Inf 
588.29/588.49	c   588s|247000 |   127 |  4021k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9416 | 0.000000e+00 |      --      |    Inf 
588.59/588.70	c   589s|247100 |   129 |  4022k|  16.3 |  12M|  61 |  25 | 231 |  14k| 231 |2453 |  17 | 133k|9420 | 0.000000e+00 |      --      |    Inf 
588.79/588.92	c   589s|247200 |   131 |  4024k|  16.3 |  12M|  61 |  30 | 231 |  14k| 231 |2453 |  17 | 133k|9424 | 0.000000e+00 |      --      |    Inf 
588.99/589.16	c   589s|247300 |   128 |  4025k|  16.3 |  12M|  61 |  27 | 231 |  14k| 231 |2453 |  17 | 133k|9431 | 0.000000e+00 |      --      |    Inf 
589.29/589.40	c   589s|247400 |   128 |  4027k|  16.3 |  12M|  61 |  38 | 231 |  14k| 231 |2453 |  17 | 133k|9435 | 0.000000e+00 |      --      |    Inf 
589.50/589.65	c   590s|247500 |   125 |  4029k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9436 | 0.000000e+00 |      --      |    Inf 
589.69/589.89	c   590s|247600 |   127 |  4031k|  16.3 |  12M|  61 |  30 | 231 |  14k| 231 |2453 |  17 | 133k|9442 | 0.000000e+00 |      --      |    Inf 
589.99/590.13	c   590s|247700 |   124 |  4032k|  16.3 |  12M|  61 |  49 | 231 |  14k| 231 |2453 |  17 | 133k|9445 | 0.000000e+00 |      --      |    Inf 
590.19/590.35	c   590s|247800 |   120 |  4034k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 133k|9449 | 0.000000e+00 |      --      |    Inf 
590.50/590.61	c   591s|247900 |   118 |  4035k|  16.3 |  12M|  61 |  41 | 231 |  14k| 231 |2453 |  17 | 133k|9455 | 0.000000e+00 |      --      |    Inf 
590.69/590.86	c   591s|248000 |   115 |  4037k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9457 | 0.000000e+00 |      --      |    Inf 
591.00/591.10	c   591s|248100 |   117 |  4039k|  16.3 |  12M|  61 |  20 | 231 |  13k| 231 |2453 |  17 | 134k|9460 | 0.000000e+00 |      --      |    Inf 
591.19/591.35	c   591s|248200 |   112 |  4040k|  16.3 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 134k|9462 | 0.000000e+00 |      --      |    Inf 
591.39/591.59	c   592s|248300 |   114 |  4042k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9466 | 0.000000e+00 |      --      |    Inf 
591.70/591.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
591.70/591.80	c   592s|248400 |   115 |  4043k|  16.3 |  12M|  61 |  35 | 231 |  13k| 231 |2453 |  17 | 134k|9470 | 0.000000e+00 |      --      |    Inf 
591.90/592.04	c   592s|248500 |   113 |  4045k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9477 | 0.000000e+00 |      --      |    Inf 
592.09/592.27	c   592s|248600 |   111 |  4047k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9480 | 0.000000e+00 |      --      |    Inf 
592.40/592.51	c   593s|248700 |   109 |  4048k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9483 | 0.000000e+00 |      --      |    Inf 
592.59/592.78	c   593s|248800 |   107 |  4050k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9486 | 0.000000e+00 |      --      |    Inf 
592.89/593.00	c   593s|248900 |   107 |  4051k|  16.3 |  12M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 134k|9487 | 0.000000e+00 |      --      |    Inf 
593.09/593.25	c   593s|249000 |   115 |  4053k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9489 | 0.000000e+00 |      --      |    Inf 
593.29/593.47	c   593s|249100 |   113 |  4055k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9490 | 0.000000e+00 |      --      |    Inf 
593.49/593.69	c   594s|249200 |   112 |  4057k|  16.3 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
593.80/593.93	c   594s|249300 |   114 |  4058k|  16.3 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
593.99/594.19	c   594s|249400 |   118 |  4060k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
594.29/594.45	c   594s|249500 |   116 |  4062k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
594.59/594.71	c   595s|249600 |   114 |  4064k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
594.79/594.91	c   595s|249700 |   114 |  4066k|  16.3 |  12M|  61 |  38 | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
594.99/595.13	c   595s|249800 |   112 |  4067k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
595.19/595.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
595.19/595.37	c   595s|249900 |   112 |  4069k|  16.3 |  12M|  61 |  33 | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
595.49/595.62	c   596s|250000 |   110 |  4071k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 134k|9491 | 0.000000e+00 |      --      |    Inf 
595.69/595.87	c   596s|250100 |   104 |  4073k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
595.89/596.09	c   596s|250200 |   102 |  4075k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
596.19/596.32	c   596s|250300 |   102 |  4076k|  16.3 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
596.39/596.57	c   597s|250400 |    98 |  4078k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
596.59/596.79	c   597s|250500 |   100 |  4079k|  16.3 |  12M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
596.89/597.02	c   597s|250600 |   100 |  4081k|  16.3 |  12M|  61 |  13 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
597.10/597.23	c   597s|250700 |    98 |  4082k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
597.29/597.47	c   597s|250800 |    98 |  4084k|  16.3 |  12M|  61 |  45 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
597.59/597.70	c   598s|250900 |    98 |  4086k|  16.3 |  12M|  61 |  10 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
597.79/597.93	c   598s|251000 |    96 |  4088k|  16.3 |  12M|  61 |  25 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
597.99/598.15	c   598s|251100 |    96 |  4089k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
598.19/598.37	c   598s|251200 |    94 |  4091k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
598.49/598.61	c   599s|251300 |    92 |  4093k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
598.69/598.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.69/598.86	c   599s|251400 |    92 |  4095k|  16.3 |  12M|  61 |  30 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
598.89/599.08	c   599s|251500 |    88 |  4096k|  16.3 |  12M|  61 |  43 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
599.19/599.30	c   599s|251600 |    86 |  4098k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
599.40/599.51	c   600s|251700 |    86 |  4099k|  16.3 |  12M|  61 |  29 | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
599.59/599.74	c   600s|251800 |    84 |  4101k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 135k|9491 | 0.000000e+00 |      --      |    Inf 
599.79/599.95	c   600s|251900 |    84 |  4103k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
599.99/600.19	c   600s|252000 |    82 |  4104k|  16.3 |  12M|  61 |  44 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
600.29/600.40	c   600s|252100 |    82 |  4106k|  16.3 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
600.50/600.63	c   601s|252200 |    84 |  4108k|  16.3 |  12M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
600.69/600.84	c   601s|252300 |    84 |  4109k|  16.3 |  12M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
600.89/601.06	c   601s|252400 |    82 |  4111k|  16.3 |  12M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
601.09/601.29	c   601s|252500 |    84 |  4112k|  16.3 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
601.39/601.50	c   602s|252600 |    83 |  4114k|  16.3 |  12M|  61 |  38 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
601.59/601.74	c   602s|252700 |    80 |  4116k|  16.3 |  12M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
601.79/601.97	c   602s|252800 |    77 |  4117k|  16.3 |  12M|  61 |  33 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
601.99/602.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.99/602.18	c   602s|252900 |    75 |  4119k|  16.3 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
602.19/602.37	c   602s|253000 |    75 |  4120k|  16.3 |  12M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
602.49/602.62	c   603s|253100 |    70 |  4122k|  16.3 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
602.69/602.85	c   603s|253200 |    68 |  4124k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
602.89/603.09	c   603s|253300 |    70 |  4125k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
603.19/603.31	c   603s|253400 |    70 |  4127k|  16.3 |  11M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
603.39/603.56	c   604s|253500 |    68 |  4129k|  16.3 |  11M|  61 |  48 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
603.59/603.78	c   604s|253600 |    70 |  4130k|  16.3 |  11M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
603.89/604.00	c   604s|253700 |    68 |  4132k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 136k|9491 | 0.000000e+00 |      --      |    Inf 
604.09/604.24	c   604s|253800 |    68 |  4134k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9491 | 0.000000e+00 |      --      |    Inf 
604.28/604.44	c   604s|253900 |    70 |  4135k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9491 | 0.000000e+00 |      --      |    Inf 
604.49/604.67	c   605s|254000 |    68 |  4137k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9491 | 0.000000e+00 |      --      |    Inf 
604.79/604.93	c   605s|254100 |    66 |  4138k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9500 | 0.000000e+00 |      --      |    Inf 
604.99/605.16	c   605s|254200 |    68 |  4140k|  16.3 |  11M|  61 |  21 | 231 |  12k| 231 |2453 |  17 | 137k|9500 | 0.000000e+00 |      --      |    Inf 
605.19/605.38	c   605s|254300 |    66 |  4142k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9500 | 0.000000e+00 |      --      |    Inf 
605.49/605.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
605.49/605.64	c   606s|254400 |    66 |  4143k|  16.3 |  11M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 137k|9508 | 0.000000e+00 |      --      |    Inf 
605.69/605.86	c   606s|254500 |    63 |  4145k|  16.3 |  11M|  61 |  24 | 231 |  12k| 231 |2453 |  17 | 137k|9508 | 0.000000e+00 |      --      |    Inf 
606.00/606.13	c   606s|254600 |    61 |  4147k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9513 | 0.000000e+00 |      --      |    Inf 
606.29/606.40	c   606s|254700 |    61 |  4148k|  16.3 |  11M|  61 |  42 | 231 |  12k| 231 |2453 |  17 | 137k|9522 | 0.000000e+00 |      --      |    Inf 
606.49/606.62	c   607s|254800 |    65 |  4150k|  16.3 |  11M|  61 |  23 | 231 |  12k| 231 |2453 |  17 | 137k|9522 | 0.000000e+00 |      --      |    Inf 
606.69/606.82	c   607s|254900 |    65 |  4151k|  16.3 |  11M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 137k|9522 | 0.000000e+00 |      --      |    Inf 
606.88/607.08	c   607s|255000 |    65 |  4153k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9531 | 0.000000e+00 |      --      |    Inf 
607.19/607.32	c   607s|255100 |    60 |  4155k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9531 | 0.000000e+00 |      --      |    Inf 
607.39/607.58	c   608s|255200 |    62 |  4157k|  16.3 |  11M|  61 |  31 | 231 |  12k| 231 |2453 |  17 | 137k|9536 | 0.000000e+00 |      --      |    Inf 
607.59/607.79	c   608s|255300 |    59 |  4158k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9536 | 0.000000e+00 |      --      |    Inf 
607.89/608.04	c   608s|255400 |    61 |  4160k|  16.3 |  11M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 137k|9540 | 0.000000e+00 |      --      |    Inf 
608.19/608.31	c   608s|255500 |    59 |  4162k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 137k|9552 | 0.000000e+00 |      --      |    Inf 
608.39/608.52	c   609s|255600 |    59 |  4163k|  16.3 |  11M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 138k|9552 | 0.000000e+00 |      --      |    Inf 
608.58/608.73	c   609s|255700 |    60 |  4165k|  16.3 |  11M|  61 |  20 | 231 |  12k| 231 |2453 |  17 | 138k|9552 | 0.000000e+00 |      --      |    Inf 
608.79/608.99	c   609s|255800 |    63 |  4166k|  16.3 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9563 | 0.000000e+00 |      --      |    Inf 
609.09/609.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.09/609.21	c   609s|255900 |    62 |  4168k|  16.3 |  12M|  61 |  21 | 231 |  12k| 231 |2453 |  17 | 138k|9563 | 0.000000e+00 |      --      |    Inf 
609.30/609.44	c   609s|256000 |    56 |  4169k|  16.3 |  12M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9563 | 0.000000e+00 |      --      |    Inf 
609.49/609.69	c   610s|256100 |    58 |  4171k|  16.3 |  12M|  61 |  22 | 231 |  12k| 231 |2453 |  17 | 138k|9568 | 0.000000e+00 |      --      |    Inf 
609.69/609.88	c   610s|256200 |    55 |  4172k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9568 | 0.000000e+00 |      --      |    Inf 
609.99/610.14	c   610s|256300 |    55 |  4174k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9575 | 0.000000e+00 |      --      |    Inf 
610.19/610.38	c   610s|256400 |    56 |  4176k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9581 | 0.000000e+00 |      --      |    Inf 
610.48/610.60	c   611s|256500 |    56 |  4177k|  16.3 |  11M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 138k|9581 | 0.000000e+00 |      --      |    Inf 
610.69/610.89	c   611s|256600 |    54 |  4179k|  16.3 |  11M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 138k|9586 | 0.000000e+00 |      --      |    Inf 
610.99/611.16	c   611s|256700 |    52 |  4181k|  16.3 |  11M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 138k|9591 | 0.000000e+00 |      --      |    Inf 
611.28/611.41	c   611s|256800 |    54 |  4183k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9597 | 0.000000e+00 |      --      |    Inf 
611.40/611.57	c   612s|256900 |    54 |  4184k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9597 | 0.000000e+00 |      --      |    Inf 
611.59/611.75	c   612s|257000 |    54 |  4185k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9601 | 0.000000e+00 |      --      |    Inf 
611.79/611.96	c   612s|257100 |    52 |  4186k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 138k|9606 | 0.000000e+00 |      --      |    Inf 
611.99/612.18	c   612s|257200 |    52 |  4188k|  16.3 |  11M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 138k|9609 | 0.000000e+00 |      --      |    Inf 
612.28/612.41	c   612s|257300 |    50 |  4190k|  16.3 |  11M|  61 |  32 | 231 |  12k| 231 |2453 |  17 | 138k|9613 | 0.000000e+00 |      --      |    Inf 
612.50/612.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.50/612.64	c   613s|257400 |    50 |  4191k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9617 | 0.000000e+00 |      --      |    Inf 
612.69/612.86	c   613s|257500 |    52 |  4193k|  16.3 |  11M|  61 |  28 | 231 |  12k| 231 |2453 |  17 | 139k|9620 | 0.000000e+00 |      --      |    Inf 
612.99/613.14	c   613s|257600 |    55 |  4195k|  16.3 |  11M|  61 |  18 | 231 |  12k| 231 |2453 |  17 | 139k|9626 | 0.000000e+00 |      --      |    Inf 
613.19/613.37	c   613s|257700 |    51 |  4196k|  16.3 |  11M|  61 |  40 | 231 |  12k| 231 |2453 |  17 | 139k|9631 | 0.000000e+00 |      --      |    Inf 
613.48/613.61	c   614s|257800 |    51 |  4198k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9634 | 0.000000e+00 |      --      |    Inf 
613.69/613.83	c   614s|257900 |    50 |  4200k|  16.3 |  11M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 139k|9634 | 0.000000e+00 |      --      |    Inf 
613.89/614.09	c   614s|258000 |    49 |  4201k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9639 | 0.000000e+00 |      --      |    Inf 
614.19/614.34	c   614s|258100 |    49 |  4203k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9642 | 0.000000e+00 |      --      |    Inf 
614.39/614.59	c   615s|258200 |    47 |  4205k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9647 | 0.000000e+00 |      --      |    Inf 
614.70/614.82	c   615s|258300 |    49 |  4207k|  16.3 |  11M|  61 |  30 | 231 |  12k| 231 |2453 |  17 | 139k|9650 | 0.000000e+00 |      --      |    Inf 
614.89/615.06	c   615s|258400 |    47 |  4208k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9654 | 0.000000e+00 |      --      |    Inf 
615.18/615.33	c   615s|258500 |    45 |  4210k|  16.3 |  11M|  61 |  45 | 231 |  12k| 231 |2453 |  17 | 139k|9660 | 0.000000e+00 |      --      |    Inf 
615.39/615.56	c   616s|258600 |    43 |  4212k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9662 | 0.000000e+00 |      --      |    Inf 
615.68/615.82	c   616s|258700 |    41 |  4213k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9666 | 0.000000e+00 |      --      |    Inf 
615.90/616.10	c   616s|258800 |    41 |  4215k|  16.3 |  11M|  61 |  41 | 231 |  12k| 231 |2453 |  17 | 139k|9669 | 0.000000e+00 |      --      |    Inf 
616.19/616.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.19/616.35	c   616s|258900 |    43 |  4217k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 139k|9673 | 0.000000e+00 |      --      |    Inf 
616.48/616.61	c   617s|259000 |    47 |  4219k|  16.3 |  11M|  61 |  26 | 231 |  12k| 231 |2453 |  17 | 139k|9678 | 0.000000e+00 |      --      |    Inf 
616.69/616.87	c   617s|259100 |    40 |  4221k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9681 | 0.000000e+00 |      --      |    Inf 
616.99/617.16	c   617s|259200 |    44 |  4223k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9687 | 0.000000e+00 |      --      |    Inf 
617.29/617.41	c   617s|259300 |    44 |  4225k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9692 | 0.000000e+00 |      --      |    Inf 
617.49/617.68	c   618s|259400 |    40 |  4227k|  16.3 |  11M|  61 |  39 | 231 |  12k| 231 |2453 |  17 | 140k|9694 | 0.000000e+00 |      --      |    Inf 
617.79/617.95	c   618s|259500 |    40 |  4229k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9697 | 0.000000e+00 |      --      |    Inf 
618.09/618.21	c   618s|259600 |    35 |  4230k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9698 | 0.000000e+00 |      --      |    Inf 
618.29/618.44	c   618s|259700 |    33 |  4232k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9699 | 0.000000e+00 |      --      |    Inf 
618.49/618.65	c   619s|259800 |    35 |  4233k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9702 | 0.000000e+00 |      --      |    Inf 
618.69/618.88	c   619s|259900 |    33 |  4235k|  16.3 |  11M|  61 |  29 | 231 |  12k| 231 |2453 |  17 | 140k|9704 | 0.000000e+00 |      --      |    Inf 
618.98/619.13	c   619s|260000 |    31 |  4237k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9704 | 0.000000e+00 |      --      |    Inf 
619.19/619.39	c   619s|260100 |    27 |  4239k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9704 | 0.000000e+00 |      --      |    Inf 
619.48/619.66	c   620s|260200 |    31 |  4241k|  16.3 |  11M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 140k|9705 | 0.000000e+00 |      --      |    Inf 
619.79/619.91	c   620s|260300 |    29 |  4243k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9707 | 0.000000e+00 |      --      |    Inf 
619.98/620.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.98/620.13	c   620s|260400 |    31 |  4244k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9707 | 0.000000e+00 |      --      |    Inf 
620.20/620.39	c   620s|260500 |    31 |  4246k|  16.3 |  11M|  61 |  37 | 231 |  12k| 231 |2453 |  17 | 140k|9709 | 0.000000e+00 |      --      |    Inf 
620.49/620.64	c   621s|260600 |    29 |  4248k|  16.3 |  11M|  61 |  44 | 231 |  12k| 231 |2453 |  17 | 140k|9709 | 0.000000e+00 |      --      |    Inf 
620.79/620.90	c   621s|260700 |    29 |  4250k|  16.3 |  11M|  61 |  42 | 231 |  12k| 231 |2453 |  17 | 140k|9709 | 0.000000e+00 |      --      |    Inf 
620.99/621.14	c   621s|260800 |    29 |  4252k|  16.3 |  11M|  61 |  36 | 231 |  12k| 231 |2453 |  17 | 140k|9709 | 0.000000e+00 |      --      |    Inf 
621.19/621.37	c   621s|260900 |    29 |  4254k|  16.3 |  11M|  61 |   - | 231 |  12k| 231 |2453 |  17 | 140k|9709 | 0.000000e+00 |      --      |    Inf 
621.49/621.61	c   622s|261000 |    33 |  4256k|  16.3 |  11M|  61 |  35 | 231 |  12k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
621.69/621.86	c   622s|261100 |    33 |  4258k|  16.3 |  11M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
621.98/622.12	c   622s|261200 |    32 |  4260k|  16.3 |  11M|  61 |  44 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
622.18/622.36	c   622s|261300 |    30 |  4262k|  16.3 |  11M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
622.39/622.58	c   623s|261400 |    31 |  4263k|  16.3 |  11M|  61 |  43 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
622.58/622.78	c   623s|261500 |    29 |  4265k|  16.3 |  11M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
622.89/623.04	c   623s|261600 |    25 |  4267k|  16.3 |  11M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
623.18/623.30	c   623s|261700 |    27 |  4269k|  16.3 |  11M|  61 |  47 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
623.38/623.53	c   624s|261800 |    27 |  4270k|  16.3 |  11M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
623.59/623.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
623.59/623.74	c   624s|261900 |    31 |  4272k|  16.3 |  11M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
623.78/623.96	c   624s|262000 |    33 |  4274k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
623.99/624.15	c   624s|262100 |    33 |  4275k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
624.19/624.38	c   624s|262200 |    33 |  4277k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
624.48/624.61	c   625s|262300 |    31 |  4278k|  16.3 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
624.70/624.89	c   625s|262400 |    29 |  4281k|  16.3 |  12M|  61 |  42 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
624.98/625.19	c   625s|262500 |    27 |  4283k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
625.29/625.42	c   625s|262600 |    31 |  4285k|  16.3 |  12M|  61 |  37 | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
625.49/625.66	c   626s|262700 |    33 |  4286k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 141k|9709 | 0.000000e+00 |      --      |    Inf 
625.69/625.86	c   626s|262800 |    35 |  4288k|  16.3 |  12M|  61 |  24 | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
625.89/626.07	c   626s|262900 |    36 |  4289k|  16.3 |  12M|  61 |  36 | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
626.09/626.27	c   626s|263000 |    38 |  4291k|  16.3 |  12M|  61 |  32 | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
626.29/626.44	c   626s|263100 |    38 |  4292k|  16.3 |  12M|  61 |  28 | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
626.48/626.65	c   627s|263200 |    34 |  4294k|  16.3 |  12M|  61 |   - | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
626.69/626.85	c   627s|263300 |    38 |  4295k|  16.3 |  12M|  61 |  29 | 231 |  13k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
626.89/627.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.89/627.06	c   627s|263400 |    36 |  4297k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
627.08/627.27	c   627s|263500 |    38 |  4298k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
627.39/627.50	c   627s|263600 |    40 |  4300k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
627.58/627.74	c   628s|263700 |    38 |  4302k|  16.3 |  12M|  61 |  47 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
627.89/628.02	c   628s|263800 |    36 |  4304k|  16.3 |  12M|  61 |  28 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
628.08/628.24	c   628s|263900 |    34 |  4306k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
628.29/628.46	c   628s|264000 |    34 |  4307k|  16.3 |  12M|  61 |  20 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
628.49/628.68	c   629s|264100 |    30 |  4309k|  16.3 |  12M|  61 |  58 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
628.79/628.93	c   629s|264200 |    36 |  4311k|  16.3 |  12M|  61 |  30 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
628.99/629.17	c   629s|264300 |    32 |  4313k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
629.29/629.42	c   629s|264400 |    36 |  4315k|  16.3 |  12M|  61 |  34 | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
629.58/629.70	c   630s|264500 |    32 |  4317k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
629.78/629.94	c   630s|264600 |    32 |  4319k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 142k|9709 | 0.000000e+00 |      --      |    Inf 
629.99/630.15	c   630s|264700 |    32 |  4320k|  16.3 |  12M|  61 |  44 | 231 |  14k| 231 |2453 |  17 | 143k|9709 | 0.000000e+00 |      --      |    Inf 
630.29/630.44	c   630s|264800 |    30 |  4322k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 143k|9722 | 0.000000e+00 |      --      |    Inf 
630.49/630.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.49/630.67	c   631s|264900 |    36 |  4324k|  16.3 |  12M|  61 |  38 | 231 |  14k| 231 |2453 |  17 | 143k|9722 | 0.000000e+00 |      --      |    Inf 
630.78/630.91	c   631s|265000 |    40 |  4325k|  16.3 |  12M|  61 |  33 | 231 |  14k| 231 |2453 |  17 | 143k|9722 | 0.000000e+00 |      --      |    Inf 
630.99/631.13	c   631s|265100 |    44 |  4327k|  16.3 |  12M|  61 |  34 | 231 |  14k| 231 |2453 |  17 | 143k|9722 | 0.000000e+00 |      --      |    Inf 
631.19/631.39	c   631s|265200 |    44 |  4329k|  16.3 |  12M|  61 |  27 | 231 |  14k| 231 |2453 |  17 | 143k|9733 | 0.000000e+00 |      --      |    Inf 
631.49/631.61	c   632s|265300 |    42 |  4330k|  16.3 |  12M|  61 |   - | 231 |  14k| 231 |2453 |  17 | 143k|9733 | 0.000000e+00 |      --      |    Inf 
631.68/631.80	c   632s|265400 |    44 |  4332k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9733 | 0.000000e+00 |      --      |    Inf 
631.88/632.07	c   632s|265500 |    40 |  4333k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9744 | 0.000000e+00 |      --      |    Inf 
632.19/632.31	c   632s|265600 |    42 |  4335k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9744 | 0.000000e+00 |      --      |    Inf 
632.39/632.56	c   633s|265700 |    40 |  4337k|  16.3 |  12M|  61 |  39 | 231 |  15k| 231 |2453 |  17 | 143k|9744 | 0.000000e+00 |      --      |    Inf 
632.69/632.81	c   633s|265800 |    34 |  4339k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9749 | 0.000000e+00 |      --      |    Inf 
632.89/633.08	c   633s|265900 |    30 |  4341k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9754 | 0.000000e+00 |      --      |    Inf 
633.18/633.32	c   633s|266000 |    33 |  4342k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9756 | 0.000000e+00 |      --      |    Inf 
633.39/633.59	c   634s|266100 |    35 |  4344k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 143k|9761 | 0.000000e+00 |      --      |    Inf 
633.69/633.85	c   634s|266200 |    35 |  4346k|  16.3 |  12M|  61 |  26 | 231 |  15k| 231 |2453 |  17 | 143k|9768 | 0.000000e+00 |      --      |    Inf 
633.98/634.14	c   634s|266300 |    37 |  4348k|  16.3 |  12M|  61 |   - | 231 |  15k|   0 |   0 |  17 | 143k|9777 | 0.000000e+00 |      --      |    Inf 
634.19/634.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
634.19/634.37	c   634s|266400 |    39 |  4349k|  16.3 |  12M|  61 |  41 | 231 |  15k| 231 |2453 |  17 | 143k|9777 | 0.000000e+00 |      --      |    Inf 
634.49/634.67	c   635s|266500 |    37 |  4352k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9782 | 0.000000e+00 |      --      |    Inf 
634.79/634.95	c   635s|266600 |    35 |  4354k|  16.3 |  12M|  61 |  35 | 231 |  15k| 231 |2453 |  17 | 144k|9787 | 0.000000e+00 |      --      |    Inf 
635.09/635.23	c   635s|266700 |    31 |  4356k|  16.3 |  12M|  61 |  43 | 231 |  15k| 231 |2453 |  17 | 144k|9794 | 0.000000e+00 |      --      |    Inf 
635.28/635.48	c   635s|266800 |    33 |  4357k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9794 | 0.000000e+00 |      --      |    Inf 
635.59/635.75	c   636s|266900 |    35 |  4359k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9801 | 0.000000e+00 |      --      |    Inf 
635.89/636.02	c   636s|267000 |    35 |  4361k|  16.3 |  12M|  61 |  44 | 231 |  15k| 231 |2453 |  17 | 144k|9805 | 0.000000e+00 |      --      |    Inf 
636.19/636.30	c   636s|267100 |    37 |  4363k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9810 | 0.000000e+00 |      --      |    Inf 
636.39/636.58	c   637s|267200 |    33 |  4365k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9815 | 0.000000e+00 |      --      |    Inf 
636.69/636.86	c   637s|267300 |    35 |  4367k|  16.3 |  12M|  61 |  18 | 231 |  15k| 231 |2453 |  17 | 144k|9818 | 0.000000e+00 |      --      |    Inf 
636.99/637.13	c   637s|267400 |    35 |  4369k|  16.3 |  12M|  61 |  40 | 231 |  15k| 231 |2453 |  17 | 144k|9824 | 0.000000e+00 |      --      |    Inf 
637.28/637.43	c   637s|267500 |    35 |  4371k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9830 | 0.000000e+00 |      --      |    Inf 
637.49/637.68	c   638s|267600 |    31 |  4373k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 144k|9830 | 0.000000e+00 |      --      |    Inf 
637.79/637.97	c   638s|267700 |    31 |  4375k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 144k|9838 | 0.000000e+00 |      --      |    Inf 
638.08/638.21	c   638s|267800 |    35 |  4377k|  16.3 |  12M|  61 |  37 | 231 |  16k| 231 |2453 |  17 | 144k|9840 | 0.000000e+00 |      --      |    Inf 
638.29/638.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.29/638.48	c   638s|267900 |    36 |  4379k|  16.3 |  12M|  61 |  28 | 231 |  16k| 231 |2453 |  17 | 144k|9848 | 0.000000e+00 |      --      |    Inf 
638.58/638.74	c   639s|268000 |    32 |  4380k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 144k|9853 | 0.000000e+00 |      --      |    Inf 
638.79/639.00	c   639s|268100 |    34 |  4382k|  16.3 |  12M|  61 |  40 | 231 |  16k| 231 |2453 |  17 | 144k|9856 | 0.000000e+00 |      --      |    Inf 
639.08/639.27	c   639s|268200 |    32 |  4384k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 144k|9862 | 0.000000e+00 |      --      |    Inf 
639.29/639.49	c   639s|268300 |    36 |  4385k|  16.3 |  12M|  61 |  31 | 231 |  16k| 231 |2453 |  17 | 144k|9864 | 0.000000e+00 |      --      |    Inf 
639.58/639.74	c   640s|268400 |    34 |  4387k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 144k|9868 | 0.000000e+00 |      --      |    Inf 
639.88/640.00	c   640s|268500 |    33 |  4389k|  16.3 |  12M|  61 |  40 | 231 |  15k| 231 |2453 |  17 | 145k|9872 | 0.000000e+00 |      --      |    Inf 
640.09/640.28	c   640s|268600 |    33 |  4391k|  16.3 |  12M|  61 |  41 | 231 |  15k| 231 |2453 |  17 | 145k|9878 | 0.000000e+00 |      --      |    Inf 
640.38/640.51	c   641s|268700 |    31 |  4392k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9882 | 0.000000e+00 |      --      |    Inf 
640.58/640.76	c   641s|268800 |    31 |  4394k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9887 | 0.000000e+00 |      --      |    Inf 
640.89/641.00	c   641s|268900 |    31 |  4396k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 145k|9891 | 0.000000e+00 |      --      |    Inf 
641.09/641.28	c   641s|269000 |    31 |  4398k|  16.3 |  12M|  61 |   - | 231 |  16k| 231 |2453 |  17 | 145k|9895 | 0.000000e+00 |      --      |    Inf 
641.38/641.54	c   642s|269100 |    31 |  4399k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9900 | 0.000000e+00 |      --      |    Inf 
641.58/641.78	c   642s|269200 |    29 |  4401k|  16.3 |  12M|  61 |  39 | 231 |  15k| 231 |2453 |  17 | 145k|9904 | 0.000000e+00 |      --      |    Inf 
641.88/642.02	c   642s|269300 |    31 |  4403k|  16.3 |  12M|  61 |  27 | 231 |  15k| 231 |2453 |  17 | 145k|9909 | 0.000000e+00 |      --      |    Inf 
642.08/642.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.08/642.28	c   642s|269400 |    29 |  4404k|  16.3 |  12M|  61 |  37 | 231 |  15k| 231 |2453 |  17 | 145k|9918 | 0.000000e+00 |      --      |    Inf 
642.38/642.50	c   643s|269500 |    29 |  4406k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9918 | 0.000000e+00 |      --      |    Inf 
642.59/642.74	c   643s|269600 |    27 |  4407k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9920 | 0.000000e+00 |      --      |    Inf 
642.79/642.98	c   643s|269700 |    28 |  4409k|  16.3 |  12M|  61 |  44 | 231 |  15k| 231 |2453 |  17 | 145k|9921 | 0.000000e+00 |      --      |    Inf 
643.08/643.26	c   643s|269800 |    28 |  4411k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9924 | 0.000000e+00 |      --      |    Inf 
643.39/643.51	c   644s|269900 |    28 |  4413k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9925 | 0.000000e+00 |      --      |    Inf 
643.59/643.74	c   644s|270000 |    28 |  4414k|  16.4 |  12M|  61 |  47 | 231 |  15k| 231 |2453 |  17 | 145k|9925 | 0.000000e+00 |      --      |    Inf 
643.78/643.97	c   644s|270100 |    30 |  4416k|  16.3 |  12M|  61 |  24 | 231 |  15k| 231 |2453 |  17 | 145k|9927 | 0.000000e+00 |      --      |    Inf 
644.09/644.20	c   644s|270200 |    28 |  4417k|  16.3 |  12M|  61 |  38 | 231 |  15k| 231 |2453 |  17 | 145k|9928 | 0.000000e+00 |      --      |    Inf 
644.29/644.42	c   644s|270300 |    28 |  4419k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 145k|9928 | 0.000000e+00 |      --      |    Inf 
644.49/644.66	c   645s|270400 |    28 |  4421k|  16.3 |  12M|  61 |  40 | 231 |  15k| 231 |2453 |  17 | 146k|9928 | 0.000000e+00 |      --      |    Inf 
644.78/644.90	c   645s|270500 |    27 |  4422k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9928 | 0.000000e+00 |      --      |    Inf 
644.99/645.13	c   645s|270600 |    28 |  4424k|  16.4 |  12M|  61 |  36 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
645.18/645.36	c   645s|270700 |    24 |  4426k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
645.49/645.62	c   646s|270800 |    26 |  4428k|  16.4 |  12M|  61 |  35 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
645.68/645.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.68/645.81	c   646s|270900 |    28 |  4429k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
645.88/646.01	c   646s|271000 |    26 |  4430k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
646.08/646.23	c   646s|271100 |    27 |  4432k|  16.3 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
646.29/646.45	c   646s|271200 |    29 |  4434k|  16.3 |  12M|  61 |  34 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
646.59/646.70	c   647s|271300 |    27 |  4436k|  16.4 |  12M|  61 |  40 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
646.78/646.97	c   647s|271400 |    27 |  4438k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
647.08/647.23	c   647s|271500 |    27 |  4440k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
647.38/647.51	c   648s|271600 |    31 |  4442k|  16.4 |  12M|  61 |  34 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
647.69/647.82	c   648s|271700 |    25 |  4445k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
647.88/648.08	c   648s|271800 |    25 |  4446k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
648.19/648.33	c   648s|271900 |    23 |  4448k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
648.38/648.56	c   649s|272000 |    23 |  4450k|  16.4 |  12M|  61 |  45 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
648.68/648.81	c   649s|272100 |    25 |  4452k|  16.4 |  12M|  61 |  25 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
648.88/649.07	c   649s|272200 |    25 |  4454k|  16.4 |  12M|  61 |  31 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
649.18/649.35	c   649s|272300 |    23 |  4456k|  16.4 |  12M|  61 |  43 | 231 |  15k| 231 |2453 |  17 | 146k|9929 | 0.000000e+00 |      --      |    Inf 
649.48/649.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
649.48/649.65	c   650s|272400 |    21 |  4458k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
649.68/649.86	c   650s|272500 |    21 |  4460k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
649.88/650.10	c   650s|272600 |    21 |  4461k|  16.4 |  12M|  61 |  27 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
650.19/650.33	c   650s|272700 |    21 |  4463k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
650.38/650.57	c   651s|272800 |    19 |  4465k|  16.4 |  12M|  61 |  31 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
650.68/650.80	c   651s|272900 |    19 |  4467k|  16.4 |  12M|  61 |  30 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
650.79/650.98	c   651s|273000 |    19 |  4468k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
650.99/651.17	c   651s|273100 |    20 |  4469k|  16.4 |  12M|  61 |  35 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
651.18/651.39	c   651s|273200 |    22 |  4471k|  16.4 |  12M|  61 |  19 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
651.39/651.59	c   652s|273300 |    22 |  4472k|  16.4 |  12M|  61 |  29 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
651.68/651.82	c   652s|273400 |    20 |  4474k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
651.88/652.02	c   652s|273500 |    20 |  4475k|  16.4 |  12M|  61 |  38 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
652.08/652.25	c   652s|273600 |    18 |  4477k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
652.29/652.47	c   652s|273700 |    18 |  4478k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
652.58/652.72	c   653s|273800 |    18 |  4480k|  16.4 |  12M|  61 |  36 | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
652.78/652.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.78/652.96	c   653s|273900 |    18 |  4482k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
652.98/653.18	c   653s|274000 |    18 |  4483k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
653.29/653.44	c   653s|274100 |    18 |  4485k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 147k|9929 | 0.000000e+00 |      --      |    Inf 
653.48/653.67	c   654s|274200 |    14 |  4487k|  16.4 |  12M|  61 |  46 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
653.78/653.91	c   654s|274300 |    14 |  4489k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
653.98/654.15	c   654s|274400 |    14 |  4491k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
654.18/654.38	c   654s|274500 |    14 |  4492k|  16.4 |  12M|  61 |  26 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
654.49/654.63	c   655s|274600 |    11 |  4494k|  16.4 |  12M|  61 |  37 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
654.68/654.89	c   655s|274700 |     9 |  4496k|  16.4 |  12M|  61 |  23 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
654.98/655.10	c   655s|274800 |    11 |  4497k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
655.18/655.34	c   655s|274900 |     9 |  4499k|  16.4 |  12M|  61 |  39 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
655.39/655.55	c   656s|275000 |     7 |  4501k|  16.4 |  12M|  61 |   - | 231 |  15k|   0 |   0 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
655.68/655.81	c   656s|275100 |     5 |  4503k|  16.4 |  12M|  61 |  29 | 231 |  15k| 231 |2453 |  17 | 148k|9929 | 0.000000e+00 |      --      |    Inf 
655.99/656.10	c   656s|275200 |     5 |  4504k|  16.4 |  12M|  61 |  31 | 231 |  14k| 231 |2453 |  17 | 148k|9938 | 0.000000e+00 |      --      |    Inf 
656.18/656.32	c   656s|275300 |     6 |  4506k|  16.4 |  12M|  61 |  21 | 231 |  15k| 231 |2453 |  17 | 148k|9938 | 0.000000e+00 |      --      |    Inf 
656.38/656.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.38/656.52	c   657s|275400 |     7 |  4507k|  16.4 |  12M|  61 |  20 | 231 |  15k| 231 |2453 |  17 | 148k|9938 | 0.000000e+00 |      --      |    Inf 
656.58/656.79	c   657s|275500 |     6 |  4509k|  16.4 |  12M|  61 |  42 | 231 |  15k| 231 |2453 |  17 | 148k|9950 | 0.000000e+00 |      --      |    Inf 
656.88/657.01	c   657s|275600 |     5 |  4511k|  16.4 |  12M|  61 |   - | 231 |  15k| 231 |2453 |  17 | 148k|9950 | 0.000000e+00 |      --      |    Inf 
657.08/657.20	c 
657.08/657.20	c SCIP Status        : problem is solved [infeasible]
657.08/657.20	c Solving Time (sec) : 657.20
657.08/657.20	c Solving Nodes      : 275671
657.08/657.20	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
657.08/657.20	c Dual Bound         : +1.00000000000000e+20
657.08/657.20	c Gap                : 0.00 %
657.08/657.20	s UNSATISFIABLE
657.08/657.20	c SCIP Status        : problem is solved [infeasible]
657.08/657.20	c Total Time         :     657.20
657.08/657.20	c   solving          :     657.20
657.08/657.20	c   presolving       :       0.05 (included in solving)
657.08/657.20	c   reading          :       0.01 (included in solving)
657.08/657.20	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
657.08/657.20	c Original Problem   :
657.08/657.20	c   Problem name     : HOME/instance-3690423-1338016934.opb
657.08/657.20	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
657.08/657.20	c   Constraints      : 2707 initial, 2707 maximal
657.08/657.20	c   Objective sense  : minimize
657.08/657.20	c Presolved Problem  :
657.08/657.20	c   Problem name     : t_HOME/instance-3690423-1338016934.opb
657.08/657.20	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
657.08/657.20	c   Constraints      : 2443 initial, 16249 maximal
657.08/657.20	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
657.08/657.20	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
657.08/657.20	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
657.08/657.20	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
657.08/657.20	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
657.08/657.20	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
657.08/657.20	c   integral         :          0          0          0          0     141076          0          1          0        460       3807          0          0     276950
657.08/657.20	c   knapsack         :          1          1          5    1026345          0          0          0      41863       1593     312125          0          0          0
657.08/657.20	c   setppc           :         22         22          5    1025363          0          0          0    3128919       4149    1356903          0          0          0
657.08/657.20	c   linear           :          0+       267          5     192616          0          0          0        437          0       5525          0          0          0
657.08/657.20	c   logicor          :       2420+     16226          5     507658          0          0          0     874843       1445    1824617          0          0          0
657.08/657.20	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
657.08/657.20	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
657.08/657.20	c   integral         :      40.61       0.00       0.00       0.00      40.61       0.00       0.00       0.00
657.08/657.20	c   knapsack         :       1.04       0.00       0.00       0.98       0.00       0.00       0.00       0.05
657.08/657.20	c   setppc           :       4.46       0.00       0.00       3.53       0.00       0.00       0.00       0.93
657.08/657.20	c   linear           :       0.24       0.00       0.00       0.24       0.00       0.00       0.00       0.00
657.08/657.20	c   logicor          :      25.24       0.00       0.00      24.43       0.00       0.00       0.00       0.81
657.08/657.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
657.08/657.20	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
657.08/657.20	c   rootredcost      :          0          0          0          0
657.08/657.20	c   pseudoobj        :          0          0          0          0
657.08/657.20	c   vbounds          :          0          0          0          0
657.08/657.20	c   redcost          :     141081          0          0          0
657.08/657.20	c   probing          :          0          0          0          0
657.08/657.20	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
657.08/657.20	c   rootredcost      :       0.27       0.00       0.00       0.27       0.00
657.08/657.20	c   pseudoobj        :       0.26       0.00       0.00       0.26       0.00
657.08/657.20	c   vbounds          :       0.22       0.00       0.00       0.22       0.00
657.08/657.20	c   redcost          :       0.61       0.00       0.00       0.61       0.00
657.08/657.20	c   probing          :       0.00       0.00       0.00       0.00       0.00
657.08/657.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
657.08/657.20	c   propagation      :       0.32       7187       7161      42734       25.7         74       25.6          -
657.08/657.20	c   infeasible LP    :      12.21     130818     124743     805132       37.0        316       21.6          0
657.08/657.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
657.08/657.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
657.08/657.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
657.08/657.20	c   applied globally :          -          -          -     128000       20.6          -          -          -
657.08/657.20	c   applied locally  :          -          -          -      20784       34.8          -          -          -
657.08/657.20	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
657.08/657.20	c   cut pool         :       0.00                     4          -          -        303          -    (maximal pool size: 516)
657.08/657.20	c   closecuts        :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
657.08/657.20	c   intobj           :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   gomory           :       0.10       0.00          5          0          0        200          0
657.08/657.20	c   cgmip            :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   strongcg         :       0.18       0.00          5          0          0       2500          0
657.08/657.20	c   cmir             :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   flowcover        :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   clique           :       0.00       0.00          5          0          0          0          0
657.08/657.20	c   zerohalf         :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   mcf              :       0.00       0.00          1          0          0          0          0
657.08/657.20	c   oddcycle         :       0.00       0.00          0          0          0          0          0
657.08/657.20	c   rapidlearning    :       0.10       0.00          1          0          0          0        267
657.08/657.20	c Pricers            :   ExecTime  SetupTime      Calls       Vars
657.08/657.20	c   problem variables:       0.00          -          0          0
657.08/657.20	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
657.08/657.20	c   relpscost        :      40.50       0.00     141076        460       3807          0          0     276950
657.08/657.20	c   pscost           :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   inference        :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c   random           :       0.00       0.00          0          0          0          0          0          0
657.08/657.20	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
657.08/657.20	c   LP solutions     :       0.00          -          -          0
657.08/657.20	c   pseudo solutions :       0.00          -          -          0
657.08/657.20	c   smallcard        :       0.00       0.00          0          0
657.08/657.20	c   trivial          :       0.00       0.00          1          0
657.08/657.20	c   shiftandpropagate:       0.00       0.00          0          0
657.08/657.20	c   simplerounding   :       0.00       0.00          0          0
657.08/657.20	c   zirounding       :       0.00       0.00          0          0
657.08/657.20	c   rounding         :       0.00       0.00          0          0
657.08/657.20	c   shifting         :       0.00       0.00          0          0
657.08/657.20	c   intshifting      :       0.00       0.00          0          0
657.08/657.20	c   oneopt           :       0.00       0.00          0          0
657.08/657.20	c   twoopt           :       0.00       0.00          0          0
657.08/657.20	c   indtwoopt        :       0.00       0.00          0          0
657.08/657.20	c   indoneopt        :       0.00       0.00          0          0
657.08/657.20	c   fixandinfer      :       0.00       0.00          0          0
657.08/657.20	c   feaspump         :       0.00       0.00          0          0
657.08/657.20	c   clique           :       0.00       0.00          0          0
657.08/657.20	c   indrounding      :       0.00       0.00          0          0
657.08/657.20	c   indcoefdiving    :       0.00       0.00          0          0
657.08/657.20	c   coefdiving       :       0.00       0.00          0          0
657.08/657.20	c   pscostdiving     :       0.00       0.00          0          0
657.08/657.20	c   nlpdiving        :       0.00       0.00          0          0
657.08/657.20	c   fracdiving       :       0.00       0.00          0          0
657.08/657.20	c   veclendiving     :       0.00       0.00          0          0
657.08/657.20	c   intdiving        :       0.00       0.00          0          0
657.08/657.20	c   actconsdiving    :       0.00       0.00          0          0
657.08/657.20	c   objpscostdiving  :       0.00       0.00          0          0
657.08/657.20	c   rootsoldiving    :       0.00       0.00          0          0
657.08/657.20	c   linesearchdiving :       0.00       0.00          0          0
657.08/657.20	c   guideddiving     :       0.00       0.00          0          0
657.08/657.20	c   octane           :       0.00       0.00          0          0
657.08/657.20	c   rens             :       0.00       0.00          0          0
657.08/657.20	c   rins             :       0.00       0.00          0          0
657.08/657.20	c   localbranching   :       0.00       0.00          0          0
657.08/657.20	c   mutation         :       0.00       0.00          0          0
657.08/657.20	c   crossover        :       0.00       0.00          0          0
657.08/657.20	c   dins             :       0.00       0.00          0          0
657.08/657.20	c   vbounds          :       0.00       0.00          0          0
657.08/657.20	c   undercover       :       0.00       0.00          0          0
657.08/657.20	c   subnlp           :       0.00       0.00          0          0
657.08/657.20	c   trysol           :       0.00       0.00          0          0
657.08/657.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
657.08/657.20	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
657.08/657.20	c   dual LP          :     502.82     271899    4512450      16.64    8974.24       0.28        751
657.08/657.20	c   lex dual LP      :       0.00          0          0       0.00          -
657.08/657.20	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
657.08/657.20	c   diving/probing LP:       0.00          0          0       0.00          -
657.08/657.20	c   strong branching :      38.54       9950     322401      32.40    8365.17
657.08/657.20	c     (at root node) :          -         14       2726     194.71          -
657.08/657.20	c   conflict analysis:       0.00          0          0       0.00          -
657.08/657.20	c B&B Tree           :
657.08/657.20	c   number of runs   :          1
657.08/657.20	c   nodes            :     275671
657.08/657.20	c   nodes (total)    :     275671
657.08/657.20	c   nodes left       :          0
657.08/657.20	c   max depth        :         61
657.08/657.20	c   max depth (total):         61
657.08/657.20	c   backtracks       :      34741 (12.6%)
657.08/657.20	c   delayed cutoffs  :       1280
657.08/657.20	c   repropagations   :     411432 (515229 domain reductions, 1279 cutoffs)
657.08/657.20	c   avg switch length:       4.79
657.08/657.20	c   switching time   :      26.40
657.08/657.20	c Solution           :
657.08/657.20	c   Solutions found  :          0 (0 improvements)
657.08/657.20	c   Primal Bound     : infeasible
657.08/657.20	c   Dual Bound       :          -
657.08/657.20	c   Gap              :       0.00 %
657.08/657.20	c   Root Dual Bound  : +0.00000000000000e+00
657.08/657.20	c   Root Iterations  :        146
657.08/657.22	c Time complete: 657.11.

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.21 0.81 2/171 6926
/proc/meminfo: memFree=28918700/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 1326 0 0 0 0 0 0 0 20 0 1 0 267817905 10539008 1280 33554432000 4194304 10173063 140735611908592 140735611772088 8886411 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 2573 1280 413 1460 0 1104 0

[startup+0.031056 s]
/proc/loadavg: 0.00 0.21 0.81 2/171 6926
/proc/meminfo: memFree=28918700/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=20176 CPUtime=0.02 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 3842 0 0 0 2 0 0 0 20 0 1 0 267817905 20660224 3539 33554432000 4194304 10173063 140735611908592 140735611772088 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 5044 3539 555 1460 0 3575 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20176

[startup+0.100287 s]
/proc/loadavg: 0.00 0.21 0.81 2/171 6926
/proc/meminfo: memFree=28918700/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=29636 CPUtime=0.09 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 6575 0 0 0 8 1 0 0 20 0 1 0 267817905 30347264 6232 33554432000 4194304 10173063 140735611908592 140735611772088 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 7409 6237 781 1460 0 5940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29636

[startup+0.300276 s]
/proc/loadavg: 0.00 0.21 0.81 2/171 6926
/proc/meminfo: memFree=28918700/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47120 CPUtime=0.28 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10693 0 0 0 26 2 0 0 20 0 1 0 267817905 48250880 10348 33554432000 4194304 10173063 140735611908592 140735611772088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11780 10348 827 1460 0 10311 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47120

[startup+0.700215 s]
/proc/loadavg: 0.00 0.21 0.81 2/171 6926
/proc/meminfo: memFree=28918700/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=0.69 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10811 0 0 0 66 3 0 0 20 0 1 0 267817905 48422912 10466 33554432000 4194304 10173063 140735611908592 140735611902040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 10466 830 1460 0 10353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47288

[startup+1.50022 s]
/proc/loadavg: 0.00 0.21 0.81 2/172 6927
/proc/meminfo: memFree=28880268/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=1.49 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10813 0 0 0 145 4 0 0 20 0 1 0 267817905 48422912 10468 33554432000 4194304 10173063 140735611908592 140735611902040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 10468 832 1460 0 10353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47288

[startup+3.10022 s]
/proc/loadavg: 0.08 0.22 0.81 2/172 6927
/proc/meminfo: memFree=28879796/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=3.09 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10816 0 0 0 304 5 0 0 20 0 1 0 267817905 48422912 10471 33554432000 4194304 10173063 140735611908592 140735611902040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 10471 835 1460 0 10353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47288

[startup+6.30018 s]
/proc/loadavg: 0.08 0.22 0.81 3/174 6931
/proc/meminfo: memFree=28867264/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=6.29 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10816 0 0 0 621 8 0 0 20 0 1 0 267817905 48422912 10471 33554432000 4194304 10173063 140735611908592 140735611902040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 10471 835 1460 0 10353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47288

[startup+12.7002 s]
/proc/loadavg: 0.37 0.28 0.82 3/177 6941
/proc/meminfo: memFree=27688276/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=12.68 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10823 0 0 0 1252 16 0 0 20 0 1 0 267817905 48422912 10623 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 10623 836 1460 0 10353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47288

[startup+25.5002 s]
/proc/loadavg: 0.62 0.34 0.83 3/177 6941
/proc/meminfo: memFree=27406312/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=25.48 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10826 0 0 0 2510 38 0 0 20 0 1 0 267817905 48422912 11074 33554432000 4194304 10173063 140735611908592 140735611902264 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 11074 836 1460 0 10353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47288

[startup+51.1003 s]
/proc/loadavg: 1.09 0.47 0.86 3/177 6941
/proc/meminfo: memFree=26461460/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=51.07 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10828 0 0 0 5030 77 0 0 20 0 1 0 267817905 48422912 11075 33554432000 4194304 10173063 140735611908592 140735611901896 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 11075 836 1460 0 10353 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47288

[startup+102.307 s]
/proc/loadavg: 1.64 0.72 0.92 3/177 6941
/proc/meminfo: memFree=26546296/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=102.27 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10828 0 0 0 10076 151 0 0 20 0 1 0 267817905 48422912 11075 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 11075 836 1460 0 10353 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47288

[startup+162.3 s]
/proc/loadavg: 1.86 0.95 0.99 3/177 6942
/proc/meminfo: memFree=26485008/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=162.26 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10828 0 0 0 15985 241 0 0 20 0 1 0 267817905 48422912 11075 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 11075 836 1460 0 10353 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47288

[startup+222.3 s]
/proc/loadavg: 1.95 1.14 1.05 3/177 6942
/proc/meminfo: memFree=26484608/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47288 CPUtime=222.24 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10828 0 0 0 21890 334 0 0 20 0 1 0 267817905 48422912 11075 33554432000 4194304 10173063 140735611908592 140735611902312 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11822 11075 836 1460 0 10353 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 47288

[startup+282.3 s]
/proc/loadavg: 2.02 1.30 1.11 3/177 6942
/proc/meminfo: memFree=26484140/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=47600 CPUtime=282.23 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 10868 0 0 0 27799 424 0 0 20 0 1 0 267817905 48742400 11115 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 11900 11115 836 1460 0 10431 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 47600

[startup+342.3 s]
/proc/loadavg: 2.01 1.43 1.16 3/177 6942
/proc/meminfo: memFree=26482556/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=49240 CPUtime=342.23 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11320 0 0 0 33715 508 0 0 20 0 1 0 267817905 50421760 11567 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12310 11567 836 1460 0 10841 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 49240

[startup+402.3 s]
/proc/loadavg: 2.06 1.54 1.21 3/177 6942
/proc/meminfo: memFree=26481964/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=49748 CPUtime=402.22 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11423 0 0 0 39626 596 0 0 20 0 1 0 267817905 50941952 11670 33554432000 4194304 10173063 140735611908592 140735611901576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12437 11670 836 1460 0 10968 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 49748

[startup+462.3 s]
/proc/loadavg: 2.02 1.63 1.27 3/177 6943
/proc/meminfo: memFree=26481000/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50656 CPUtime=462.21 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11642 0 0 0 45506 715 0 0 20 0 1 0 267817905 51871744 11889 33554432000 4194304 10173063 140735611908592 140735611902232 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12664 11889 836 1460 0 11195 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 50656

[startup+522.3 s]
/proc/loadavg: 2.01 1.69 1.30 3/178 6946
/proc/meminfo: memFree=26481000/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50656 CPUtime=522.2 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11660 0 0 0 51418 802 0 0 20 0 1 0 267817905 51871744 11907 33554432000 4194304 10173063 140735611908592 140735611905080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12664 11907 836 1460 0 11195 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 50656

[startup+582.3 s]
/proc/loadavg: 2.12 1.78 1.36 3/177 6946
/proc/meminfo: memFree=26491140/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50656 CPUtime=582.19 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11662 0 0 0 57322 897 0 0 20 0 1 0 267817905 51871744 11909 33554432000 4194304 10173063 140735611908592 140735611901944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12664 11909 836 1460 0 11195 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 50656

[startup+642.3 s]
/proc/loadavg: 2.08 1.83 1.40 3/178 6947
/proc/meminfo: memFree=26484112/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50656 CPUtime=642.19 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11667 0 0 0 63232 987 0 0 20 0 1 0 267817905 51871744 11914 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12664 11914 838 1460 0 11195 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 50656

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

[startup+646.3 s]
/proc/loadavg: 2.08 1.83 1.40 3/177 6947
/proc/meminfo: memFree=26482196/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50656 CPUtime=646.18 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11667 0 0 0 63626 992 0 0 20 0 1 0 267817905 51871744 11914 33554432000 4194304 10173063 140735611908592 140735611903960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12664 11914 838 1460 0 11195 0
Current children cumulated CPU time (s) 646.18
Current children cumulated vsize (KiB) 50656

[startup+652.7 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26479636/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=652.58 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11679 0 0 0 64258 1000 0 0 20 0 1 0 267817905 52011008 11926 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11926 838 1460 0 11229 0
Current children cumulated CPU time (s) 652.58
Current children cumulated vsize (KiB) 50792

[startup+654.3 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26490676/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=654.18 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11682 0 0 0 64417 1001 0 0 20 0 1 0 267817905 52011008 11929 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11929 838 1460 0 11229 0
Current children cumulated CPU time (s) 654.18
Current children cumulated vsize (KiB) 50792

[startup+655.9 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26499920/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=655.78 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11682 0 0 0 64575 1003 0 0 20 0 1 0 267817905 52011008 11929 33554432000 4194304 10173063 140735611908592 140735611901848 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11929 838 1460 0 11229 0
Current children cumulated CPU time (s) 655.78
Current children cumulated vsize (KiB) 50792

[startup+656.706 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26499548/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=656.58 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11687 0 0 0 64654 1004 0 0 20 0 1 0 267817905 52011008 11934 33554432000 4194304 10173063 140735611908592 140735611903960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11934 838 1460 0 11229 0
Current children cumulated CPU time (s) 656.58
Current children cumulated vsize (KiB) 50792

[startup+657.1 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26499548/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=656.98 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11687 0 0 0 64693 1005 0 0 20 0 1 0 267817905 52011008 11934 33554432000 4194304 10173063 140735611908592 140735611903960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11934 838 1460 0 11229 0
Current children cumulated CPU time (s) 656.98
Current children cumulated vsize (KiB) 50792

[startup+657.2 s]
/proc/loadavg: 2.07 1.83 1.41 3/177 6947
/proc/meminfo: memFree=26499548/32873648 swapFree=6596/6596
[pid=6926] ppid=6924 vsize=50792 CPUtime=657.08 cores=1,3,5,7
/proc/6926/stat : 6926 (scip-2.1.1.4fix) R 6924 6926 6744 0 -1 4202496 11688 0 0 0 64703 1005 0 0 20 0 1 0 267817905 52011008 11935 33554432000 4194304 10173063 140735611908592 140735611903960 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6926/statm: 12698 11935 838 1460 0 11229 0
Current children cumulated CPU time (s) 657.08
Current children cumulated vsize (KiB) 50792

Child status: 0
Real time (s): 657.229
CPU time (s): 657.12
CPU user time (s): 647.061
CPU system time (s): 10.0595
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 50792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 647.061
system time used= 10.0595
maximum resident set size= 47752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11693
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= 13
involuntary context switches= 676

runsolver used 0.998848 second user time and 2.80957 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 09:22:14
IDJOB=3690423
IDBENCH=1303
IDSOLVER=2270
FILE ID=node148/3690423-1338016934
RUNJOBID= node148-1338016921-6761
PBS_JOBID= 14624327
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1760507555

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28919476 kB
Buffers:          262920 kB
Cached:          2894316 kB
SwapCached:            0 kB
Active:           504112 kB
Inactive:        2664344 kB
Active(anon):      13588 kB
Inactive(anon):        0 kB
Active(file):     490524 kB
Inactive(file):  2664344 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13832 kB
Writeback:             0 kB
AnonPages:         17656 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             648620 kB
SReclaimable:      92708 kB
SUnreclaim:       555912 kB
KernelStack:        1392 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node148 at 2012-05-26 09:33:11