Trace number 3690413

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 559.268 559.362

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
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 benchmark3.65444
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 665
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-3690413-1338016936.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/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.00/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.00/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.00/0.06	c presolving (4 rounds):
0.00/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.00/0.06	c  242 implications, 22 cliques
0.00/0.06	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.06	c       1 constraints of type <knapsack>
0.00/0.06	c      22 constraints of type <setppc>
0.00/0.06	c    2420 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.1.1.4
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1797
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c limits/solutions = 1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.06	c separating/maxrounds = 1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/maxroundsroot = 5
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.06	c constraints/knapsack/disaggregation = FALSE
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/coefdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.06	c heuristics/crossover/freq = -1
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/crossover/nodesofs = 750
0.00/0.06	c 
0.00/0.06	c # number of nodes without incumbent change that heuristic should wait
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.06	c heuristics/crossover/nwaitingnodes = 100
0.00/0.06	c 
0.00/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.06	c # [type: real, range: [0,1], default: 0.1]
0.00/0.06	c heuristics/crossover/nodesquot = 0.15
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixed 
0.00/0.06	c # [type: real, range: [0,1], default: 0.666]
0.00/0.06	c heuristics/crossover/minfixingrate = 0.5
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/feaspump/freq = -1
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/fracdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/guideddiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/intshifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/linesearchdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/objpscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.06	c # [type: real, range: [0,1], default: 0.01]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/oneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/pscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/rens/freq = -1
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixable 
0.00/0.06	c # [type: real, range: [0,1], default: 0.5]
0.00/0.06	c heuristics/rens/minfixingrate = 0.3
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/rens/nodesofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/rootsoldiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/rounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/shiftandpropagate/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/shifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/simplerounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/subnlp/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/trivial/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/trysol/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/undercover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/veclendiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/zirounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c propagating/probing/maxprerounds = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/cmir/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/flowcover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/indoneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/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.00/0.07	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    90 |     - |4299k|   0 |  39 | 231 |2683 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   105 |     - |4627k|   0 |  45 | 231 |2683 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   120 |     - |5066k|   0 |  46 | 231 |2683 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   139 |     - |5510k|   0 |  47 | 231 |2683 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   146 |     - |5850k|   0 |  51 | 231 |2683 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.7s|     1 |     2 |   146 |     - |5851k|   0 |  51 | 231 |2683 | 231 |2460 |  17 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
7.39/7.42	c   7.4s|   100 |    21 |  3931 |  38.2 |6020k|  15 |  35 | 231 |2707 | 231 |2453 |  17 |  24 |1438 | 0.000000e+00 |      --      |    Inf 
9.09/9.18	c   9.2s|   200 |    38 |  6098 |  29.9 |6088k|  15 |   - | 231 |2739 | 231 |2453 |  17 |  57 |1846 | 0.000000e+00 |      --      |    Inf 
9.58/9.60	c   9.6s|   300 |    41 |  7341 |  24.1 |6121k|  21 |  32 | 231 |2806 | 231 |2453 |  17 | 124 |1916 | 0.000000e+00 |      --      |    Inf 
9.80/9.83	c   9.8s|   400 |    40 |  8512 |  21.0 |6147k|  25 |  30 | 231 |2865 | 231 |2453 |  17 | 184 |1934 | 0.000000e+00 |      --      |    Inf 
10.08/10.16	c  10.2s|   500 |    41 |  9898 |  19.5 |6167k|  27 |  27 | 231 |2916 | 231 |2453 |  17 | 235 |1974 | 0.000000e+00 |      --      |    Inf 
10.39/10.47	c  10.5s|   600 |    43 | 11378 |  18.8 |6189k|  27 |  26 | 231 |2964 | 231 |2453 |  17 | 283 |2009 | 0.000000e+00 |      --      |    Inf 
10.58/10.69	c  10.7s|   700 |    43 | 12711 |  18.0 |6211k|  27 |   - | 231 |3017 | 231 |2453 |  17 | 337 |2020 | 0.000000e+00 |      --      |    Inf 
10.89/10.91	c  10.9s|   800 |    47 | 14164 |  17.5 |6235k|  27 |  31 | 231 |3065 | 231 |2453 |  17 | 385 |2024 | 0.000000e+00 |      --      |    Inf 
11.08/11.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.08/11.12	c  11.1s|   900 |    53 | 15503 |  17.1 |6270k|  27 |  31 | 231 |3119 | 231 |2453 |  17 | 439 |2031 | 0.000000e+00 |      --      |    Inf 
11.29/11.31	c  11.3s|  1000 |    55 | 16829 |  16.7 |6295k|  27 |  24 | 231 |3168 | 231 |2453 |  17 | 489 |2033 | 0.000000e+00 |      --      |    Inf 
11.39/11.48	c  11.5s|  1100 |    54 | 17967 |  16.2 |6321k|  27 |  32 | 231 |3228 | 231 |2453 |  17 | 550 |2034 | 0.000000e+00 |      --      |    Inf 
11.58/11.65	c  11.6s|  1200 |    51 | 19051 |  15.8 |6330k|  27 |   - | 231 |3274 | 231 |2453 |  17 | 599 |2035 | 0.000000e+00 |      --      |    Inf 
11.79/11.82	c  11.8s|  1300 |    50 | 20234 |  15.5 |6345k|  28 |  26 | 231 |3319 | 231 |2453 |  17 | 646 |2037 | 0.000000e+00 |      --      |    Inf 
11.99/12.04	c  12.0s|  1400 |    47 | 21496 |  15.3 |6366k|  28 |   - | 231 |3368 | 231 |2453 |  17 | 699 |2045 | 0.000000e+00 |      --      |    Inf 
12.18/12.25	c  12.3s|  1500 |    45 | 22753 |  15.1 |6374k|  28 |   - | 231 |3419 | 231 |2453 |  17 | 755 |2054 | 0.000000e+00 |      --      |    Inf 
12.49/12.53	c  12.5s|  1600 |    49 | 24257 |  15.1 |6398k|  28 |  27 | 231 |3464 | 231 |2453 |  17 | 801 |2075 | 0.000000e+00 |      --      |    Inf 
12.69/12.78	c  12.8s|  1700 |    49 | 25769 |  15.1 |6420k|  28 |   - | 231 |3516 | 231 |2453 |  17 | 858 |2092 | 0.000000e+00 |      --      |    Inf 
12.99/13.01	c  13.0s|  1800 |    51 | 26984 |  14.9 |6440k|  28 |   - | 231 |3558 | 231 |2453 |  17 | 904 |2104 | 0.000000e+00 |      --      |    Inf 
13.19/13.26	c  13.3s|  1900 |    52 | 28390 |  14.9 |6469k|  28 |   - | 231 |3618 | 231 |2453 |  17 | 967 |2124 | 0.000000e+00 |      --      |    Inf 
13.48/13.52	c  13.5s|  2000 |    50 | 29810 |  14.8 |6481k|  28 |   - | 231 |3661 | 231 |2453 |  17 |1018 |2143 | 0.000000e+00 |      --      |    Inf 
13.68/13.72	c  13.7s|  2100 |    52 | 30800 |  14.6 |6505k|  28 |  11 | 231 |3717 | 231 |2453 |  17 |1079 |2157 | 0.000000e+00 |      --      |    Inf 
13.88/13.95	c  14.0s|  2200 |    51 | 32030 |  14.5 |6532k|  28 |  26 | 231 |3803 | 231 |2453 |  17 |1167 |2177 | 0.000000e+00 |      --      |    Inf 
14.09/14.14	c  14.1s|  2300 |    53 | 33230 |  14.4 |6556k|  28 |  28 | 231 |3855 | 231 |2453 |  17 |1224 |2183 | 0.000000e+00 |      --      |    Inf 
14.29/14.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.29/14.33	c  14.3s|  2400 |    51 | 34567 |  14.3 |6573k|  28 |   - | 231 |3898 | 231 |2453 |  17 |1272 |2185 | 0.000000e+00 |      --      |    Inf 
14.48/14.50	c  14.5s|  2500 |    50 | 35785 |  14.3 |6595k|  28 |   - | 231 |3969 | 231 |2453 |  17 |1351 |2185 | 0.000000e+00 |      --      |    Inf 
14.68/14.74	c  14.7s|  2600 |    52 | 37283 |  14.3 |6616k|  28 |  29 | 231 |4004 | 231 |2453 |  17 |1411 |2193 | 0.000000e+00 |      --      |    Inf 
14.89/14.95	c  15.0s|  2700 |    50 | 38652 |  14.3 |6635k|  28 |   - | 231 |4054 |   0 |   0 |  17 |1469 |2199 | 0.000000e+00 |      --      |    Inf 
15.08/15.19	c  15.2s|  2800 |    54 | 39988 |  14.2 |6657k|  28 |  17 | 231 |4097 | 231 |2453 |  17 |1519 |2214 | 0.000000e+00 |      --      |    Inf 
15.28/15.38	c  15.4s|  2900 |    52 | 41268 |  14.2 |6674k|  28 |   - | 231 |4143 | 231 |2453 |  17 |1576 |2217 | 0.000000e+00 |      --      |    Inf 
15.49/15.57	c  15.6s|  3000 |    54 | 42447 |  14.1 |6698k|  28 |   - | 231 |4188 | 231 |2453 |  17 |1628 |2220 | 0.000000e+00 |      --      |    Inf 
15.68/15.75	c  15.8s|  3100 |    54 | 43588 |  14.0 |6714k|  28 |  20 | 231 |4243 | 231 |2453 |  17 |1685 |2224 | 0.000000e+00 |      --      |    Inf 
15.88/15.93	c  15.9s|  3200 |    54 | 44656 |  13.9 |6738k|  28 |   - | 231 |4299 | 231 |2453 |  17 |1754 |2228 | 0.000000e+00 |      --      |    Inf 
16.08/16.12	c  16.1s|  3300 |    59 | 45927 |  13.9 |6771k|  34 |   - | 231 |4345 | 231 |2453 |  17 |1807 |2230 | 0.000000e+00 |      --      |    Inf 
16.28/16.30	c  16.3s|  3400 |    57 | 47097 |  13.8 |6777k|  34 |  31 | 231 |4390 | 231 |2453 |  17 |1858 |2230 | 0.000000e+00 |      --      |    Inf 
16.49/16.51	c  16.5s|  3500 |    55 | 48438 |  13.8 |6786k|  34 |  34 | 231 |4429 | 231 |2453 |  17 |1903 |2235 | 0.000000e+00 |      --      |    Inf 
16.58/16.69	c  16.7s|  3600 |    51 | 49587 |  13.7 |6786k|  34 |  23 | 231 |4460 | 231 |2453 |  17 |1952 |2236 | 0.000000e+00 |      --      |    Inf 
16.79/16.88	c  16.9s|  3700 |    50 | 50914 |  13.7 |6805k|  34 |   - | 231 |4489 | 231 |2453 |  17 |2004 |2236 | 0.000000e+00 |      --      |    Inf 
16.98/17.09	c  17.1s|  3800 |    52 | 52448 |  13.8 |6822k|  34 |  32 | 231 |4517 | 231 |2453 |  17 |2056 |2237 | 0.000000e+00 |      --      |    Inf 
17.18/17.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.18/17.29	c  17.3s|  3900 |    50 | 53848 |  13.8 |6844k|  34 |   - | 231 |4553 | 231 |2453 |  17 |2108 |2237 | 0.000000e+00 |      --      |    Inf 
17.38/17.48	c  17.5s|  4000 |    47 | 55156 |  13.8 |6848k|  34 |   - | 231 |4597 | 231 |2453 |  17 |2164 |2238 | 0.000000e+00 |      --      |    Inf 
17.59/17.65	c  17.7s|  4100 |    45 | 56264 |  13.7 |6852k|  34 |  35 | 231 |4641 | 231 |2453 |  17 |2223 |2238 | 0.000000e+00 |      --      |    Inf 
17.78/17.85	c  17.9s|  4200 |    47 | 57688 |  13.7 |6875k|  34 |   - | 231 |4684 | 231 |2453 |  17 |2282 |2238 | 0.000000e+00 |      --      |    Inf 
18.08/18.15	c  18.1s|  4300 |    49 | 59518 |  13.8 |6900k|  34 |   - | 231 |4704 | 231 |2453 |  17 |2338 |2255 | 0.000000e+00 |      --      |    Inf 
18.39/18.41	c  18.4s|  4400 |    53 | 60995 |  13.8 |6928k|  34 |  38 | 231 |4745 | 231 |2453 |  17 |2392 |2271 | 0.000000e+00 |      --      |    Inf 
18.59/18.66	c  18.7s|  4500 |    53 | 62475 |  13.9 |6949k|  34 |   - | 231 |4771 | 231 |2453 |  17 |2456 |2285 | 0.000000e+00 |      --      |    Inf 
18.88/18.90	c  18.9s|  4600 |    53 | 63869 |  13.9 |6949k|  34 |   - | 231 |4783 | 231 |2453 |  17 |2511 |2295 | 0.000000e+00 |      --      |    Inf 
19.08/19.14	c  19.1s|  4700 |    53 | 65236 |  13.9 |6959k|  34 |   - | 231 |4812 | 231 |2453 |  17 |2547 |2308 | 0.000000e+00 |      --      |    Inf 
19.28/19.36	c  19.4s|  4800 |    51 | 66551 |  13.8 |6963k|  34 |  31 | 231 |4841 | 231 |2453 |  17 |2603 |2318 | 0.000000e+00 |      --      |    Inf 
19.59/19.64	c  19.6s|  4900 |    47 | 68042 |  13.9 |6963k|  34 |   - | 231 |4870 | 231 |2453 |  17 |2651 |2339 | 0.000000e+00 |      --      |    Inf 
19.79/19.88	c  19.9s|  5000 |    51 | 69563 |  13.9 |6987k|  34 |   - | 231 |4898 | 231 |2453 |  17 |2699 |2348 | 0.000000e+00 |      --      |    Inf 
20.08/20.12	c  20.1s|  5100 |    47 | 71179 |  13.9 |6986k|  34 |   - | 231 |4936 | 231 |2453 |  17 |2754 |2354 | 0.000000e+00 |      --      |    Inf 
20.28/20.37	c  20.4s|  5200 |    53 | 72900 |  14.0 |7015k|  34 |   - | 231 |4940 | 231 |2453 |  17 |2801 |2358 | 0.000000e+00 |      --      |    Inf 
20.48/20.57	c  20.6s|  5300 |    51 | 74205 |  14.0 |7019k|  34 |  23 | 231 |4972 | 231 |2453 |  17 |2855 |2362 | 0.000000e+00 |      --      |    Inf 
20.68/20.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.68/20.77	c  20.8s|  5400 |    48 | 75508 |  14.0 |7019k|  34 |   - | 231 |5009 | 231 |2453 |  17 |2904 |2365 | 0.000000e+00 |      --      |    Inf 
20.88/20.97	c  21.0s|  5500 |    49 | 76884 |  14.0 |7035k|  34 |  30 | 231 |5052 | 231 |2453 |  17 |2961 |2366 | 0.000000e+00 |      --      |    Inf 
21.08/21.15	c  21.2s|  5600 |    48 | 78233 |  13.9 |7054k|  34 |   - | 231 |5084 | 231 |2453 |  17 |3021 |2366 | 0.000000e+00 |      --      |    Inf 
21.28/21.36	c  21.4s|  5700 |    47 | 79820 |  14.0 |7072k|  34 |   - | 231 |5128 | 231 |2453 |  17 |3073 |2366 | 0.000000e+00 |      --      |    Inf 
21.48/21.56	c  21.6s|  5800 |    47 | 81205 |  14.0 |7086k|  34 |   - | 231 |5166 | 231 |2453 |  17 |3126 |2366 | 0.000000e+00 |      --      |    Inf 
21.68/21.76	c  21.8s|  5900 |    47 | 82538 |  14.0 |7096k|  34 |  34 | 231 |5214 | 231 |2453 |  17 |3181 |2367 | 0.000000e+00 |      --      |    Inf 
21.88/21.94	c  21.9s|  6000 |    45 | 83811 |  13.9 |7109k|  34 |   - | 231 |5260 | 231 |2453 |  17 |3239 |2367 | 0.000000e+00 |      --      |    Inf 
22.18/22.22	c  22.2s|  6100 |    44 | 85592 |  14.0 |7115k|  34 |   - | 231 |5276 | 231 |2453 |  17 |3320 |2377 | 0.000000e+00 |      --      |    Inf 
22.38/22.43	c  22.4s|  6200 |    46 | 86871 |  14.0 |7120k|  34 |  35 | 231 |5291 | 231 |2453 |  17 |3370 |2381 | 0.000000e+00 |      --      |    Inf 
22.58/22.63	c  22.6s|  6300 |    43 | 88333 |  14.0 |7133k|  34 |   - | 231 |5335 | 231 |2453 |  17 |3421 |2381 | 0.000000e+00 |      --      |    Inf 
22.78/22.83	c  22.8s|  6400 |    42 | 89787 |  14.0 |7145k|  34 |   - | 231 |5376 | 231 |2453 |  17 |3479 |2381 | 0.000000e+00 |      --      |    Inf 
22.98/23.01	c  23.0s|  6500 |    48 | 91126 |  14.0 |7174k|  34 |   - | 231 |5424 | 231 |2453 |  17 |3540 |2381 | 0.000000e+00 |      --      |    Inf 
23.18/23.21	c  23.2s|  6600 |    50 | 92619 |  14.0 |7195k|  34 |   - | 231 |5466 | 231 |2453 |  17 |3590 |2381 | 0.000000e+00 |      --      |    Inf 
23.28/23.38	c  23.4s|  6700 |    53 | 93899 |  14.0 |7230k|  35 |  27 | 231 |5527 | 231 |2453 |  17 |3660 |2381 | 0.000000e+00 |      --      |    Inf 
23.58/23.63	c  23.6s|  6800 |    48 | 95517 |  14.0 |7239k|  35 |   - | 231 |5579 | 231 |2453 |  17 |3715 |2393 | 0.000000e+00 |      --      |    Inf 
23.78/23.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.78/23.89	c  23.9s|  6900 |    52 | 97123 |  14.1 |7267k|  35 |  26 | 231 |5628 | 231 |2453 |  17 |3766 |2407 | 0.000000e+00 |      --      |    Inf 
24.08/24.14	c  24.1s|  7000 |    52 | 98648 |  14.1 |7287k|  35 |  29 | 231 |5678 | 231 |2453 |  17 |3818 |2421 | 0.000000e+00 |      --      |    Inf 
24.38/24.40	c  24.4s|  7100 |    44 |100094 |  14.1 |7293k|  36 |   - | 231 |5725 | 231 |2453 |  17 |3874 |2440 | 0.000000e+00 |      --      |    Inf 
24.58/24.65	c  24.7s|  7200 |    44 |101459 |  14.1 |7311k|  36 |  22 | 231 |5764 | 231 |2453 |  17 |3925 |2456 | 0.000000e+00 |      --      |    Inf 
24.77/24.88	c  24.9s|  7300 |    42 |102683 |  14.0 |7331k|  36 |   - | 231 |5802 | 231 |2453 |  17 |3975 |2470 | 0.000000e+00 |      --      |    Inf 
25.08/25.13	c  25.1s|  7400 |    42 |103992 |  14.0 |7342k|  36 |   - | 231 |5824 | 231 |2453 |  17 |4028 |2485 | 0.000000e+00 |      --      |    Inf 
25.29/25.35	c  25.4s|  7500 |    42 |105236 |  14.0 |7359k|  36 |  34 | 231 |5861 | 231 |2453 |  17 |4081 |2495 | 0.000000e+00 |      --      |    Inf 
25.48/25.58	c  25.6s|  7600 |    42 |106589 |  14.0 |7375k|  36 |  18 | 231 |5904 | 231 |2453 |  17 |4144 |2505 | 0.000000e+00 |      --      |    Inf 
25.68/25.79	c  25.8s|  7700 |    42 |107853 |  14.0 |7402k|  36 |  21 | 231 |5969 | 231 |2453 |  17 |4216 |2517 | 0.000000e+00 |      --      |    Inf 
25.98/26.04	c  26.0s|  7800 |    43 |109321 |  14.0 |7424k|  36 |  43 | 231 |6003 | 231 |2453 |  17 |4287 |2530 | 0.000000e+00 |      --      |    Inf 
26.18/26.29	c  26.3s|  7900 |    45 |110735 |  14.0 |7441k|  36 |   - | 231 |6024 | 231 |2453 |  17 |4344 |2544 | 0.000000e+00 |      --      |    Inf 
26.48/26.55	c  26.5s|  8000 |    48 |112339 |  14.0 |7466k|  36 |  35 | 231 |6064 | 231 |2453 |  17 |4413 |2555 | 0.000000e+00 |      --      |    Inf 
26.67/26.74	c  26.7s|  8100 |    48 |113705 |  14.0 |7501k|  36 |   - | 231 |6139 |   0 |   0 |  17 |4500 |2558 | 0.000000e+00 |      --      |    Inf 
26.88/26.95	c  27.0s|  8200 |    45 |115266 |  14.0 |7512k|  36 |   - | 231 |6194 | 231 |2453 |  17 |4569 |2560 | 0.000000e+00 |      --      |    Inf 
27.08/27.17	c  27.2s|  8300 |    43 |116830 |  14.1 |7507k|  36 |   - | 231 |6197 | 231 |2453 |  17 |4635 |2561 | 0.000000e+00 |      --      |    Inf 
27.38/27.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.38/27.42	c  27.4s|  8400 |    43 |118311 |  14.1 |7508k|  36 |  24 | 231 |6215 | 231 |2453 |  17 |4695 |2573 | 0.000000e+00 |      --      |    Inf 
27.58/27.63	c  27.6s|  8500 |    45 |119692 |  14.1 |7520k|  36 |  34 | 231 |6246 | 231 |2453 |  17 |4753 |2580 | 0.000000e+00 |      --      |    Inf 
27.78/27.83	c  27.8s|  8600 |    44 |121073 |  14.1 |7537k|  36 |  37 | 231 |6287 | 231 |2453 |  17 |4815 |2582 | 0.000000e+00 |      --      |    Inf 
27.97/28.03	c  28.0s|  8700 |    44 |122412 |  14.1 |7544k|  36 |   - | 231 |6297 | 231 |2453 |  17 |4870 |2583 | 0.000000e+00 |      --      |    Inf 
28.18/28.23	c  28.2s|  8800 |    44 |123935 |  14.1 |7552k|  36 |  25 | 231 |6335 | 231 |2453 |  17 |4927 |2583 | 0.000000e+00 |      --      |    Inf 
28.48/28.50	c  28.5s|  8900 |    44 |126256 |  14.2 |7575k|  36 |   - | 231 |6378 | 231 |2453 |  17 |4994 |2583 | 0.000000e+00 |      --      |    Inf 
28.68/28.76	c  28.8s|  9000 |    48 |128262 |  14.2 |7593k|  36 |   - | 231 |6395 | 231 |2453 |  17 |5053 |2586 | 0.000000e+00 |      --      |    Inf 
28.88/28.96	c  29.0s|  9100 |    48 |129648 |  14.2 |7613k|  36 |   - | 231 |6425 | 231 |2453 |  17 |5120 |2586 | 0.000000e+00 |      --      |    Inf 
29.08/29.15	c  29.2s|  9200 |    50 |130977 |  14.2 |7624k|  36 |  30 | 231 |6442 | 231 |2453 |  17 |5168 |2586 | 0.000000e+00 |      --      |    Inf 
29.28/29.32	c  29.3s|  9300 |    48 |132112 |  14.2 |7633k|  36 |  37 | 231 |6482 | 231 |2453 |  17 |5225 |2586 | 0.000000e+00 |      --      |    Inf 
29.48/29.54	c  29.5s|  9400 |    48 |133717 |  14.2 |7642k|  36 |   - | 231 |6487 | 231 |2453 |  17 |5279 |2586 | 0.000000e+00 |      --      |    Inf 
29.68/29.73	c  29.7s|  9500 |    52 |135036 |  14.2 |7647k|  36 |  27 | 231 |6488 | 231 |2453 |  17 |5335 |2586 | 0.000000e+00 |      --      |    Inf 
29.88/29.95	c  30.0s|  9600 |    50 |136650 |  14.2 |7657k|  36 |   - | 231 |6511 | 231 |2453 |  17 |5402 |2586 | 0.000000e+00 |      --      |    Inf 
30.08/30.15	c  30.1s|  9700 |    51 |138022 |  14.2 |7668k|  36 |   - | 231 |6528 | 231 |2453 |  17 |5464 |2586 | 0.000000e+00 |      --      |    Inf 
30.28/30.36	c  30.4s|  9800 |    49 |139564 |  14.2 |7670k|  36 |   - | 231 |6558 | 231 |2453 |  17 |5531 |2586 | 0.000000e+00 |      --      |    Inf 
30.48/30.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.48/30.58	c  30.6s|  9900 |    50 |141196 |  14.2 |7669k|  36 |   - | 231 |6562 | 231 |2453 |  17 |5588 |2586 | 0.000000e+00 |      --      |    Inf 
30.68/30.78	c  30.8s| 10000 |    51 |142754 |  14.3 |7686k|  36 |   - | 231 |6585 | 231 |2453 |  17 |5648 |2586 | 0.000000e+00 |      --      |    Inf 
30.87/30.98	c  31.0s| 10100 |    50 |144148 |  14.3 |7692k|  36 |  26 | 231 |6629 | 231 |2453 |  17 |5709 |2586 | 0.000000e+00 |      --      |    Inf 
31.18/31.21	c  31.2s| 10200 |    49 |146073 |  14.3 |7707k|  36 |   - | 231 |6656 | 231 |2453 |  17 |5758 |2586 | 0.000000e+00 |      --      |    Inf 
31.37/31.46	c  31.5s| 10300 |    49 |148097 |  14.4 |7716k|  36 |  34 | 231 |6675 | 231 |2453 |  17 |5811 |2586 | 0.000000e+00 |      --      |    Inf 
31.58/31.68	c  31.7s| 10400 |    48 |149775 |  14.4 |7731k|  36 |   - | 231 |6716 | 231 |2453 |  17 |5873 |2586 | 0.000000e+00 |      --      |    Inf 
31.78/31.86	c  31.9s| 10500 |    49 |151122 |  14.4 |7751k|  36 |   - | 231 |6766 | 231 |2453 |  17 |5931 |2586 | 0.000000e+00 |      --      |    Inf 
31.98/32.05	c  32.1s| 10600 |    51 |152612 |  14.4 |7769k|  36 |   - | 231 |6803 |   0 |   0 |  17 |5983 |2586 | 0.000000e+00 |      --      |    Inf 
32.18/32.25	c  32.3s| 10700 |    50 |154066 |  14.4 |7781k|  36 |   - | 231 |6840 | 231 |2453 |  17 |6034 |2586 | 0.000000e+00 |      --      |    Inf 
32.38/32.49	c  32.5s| 10800 |    48 |156059 |  14.4 |7784k|  36 |  38 | 231 |6877 | 231 |2453 |  17 |6087 |2586 | 0.000000e+00 |      --      |    Inf 
32.67/32.71	c  32.7s| 10900 |    54 |157677 |  14.5 |7816k|  36 |  38 | 231 |6913 | 231 |2453 |  17 |6132 |2586 | 0.000000e+00 |      --      |    Inf 
32.88/32.92	c  32.9s| 11000 |    58 |159305 |  14.5 |7835k|  36 |   - | 231 |6934 | 231 |2453 |  17 |6169 |2586 | 0.000000e+00 |      --      |    Inf 
33.07/33.14	c  33.1s| 11100 |    62 |160996 |  14.5 |7849k|  36 |  23 | 231 |6944 | 231 |2453 |  17 |6204 |2586 | 0.000000e+00 |      --      |    Inf 
33.28/33.37	c  33.4s| 11200 |    62 |162747 |  14.5 |7857k|  36 |  26 | 231 |6966 | 231 |2453 |  17 |6246 |2586 | 0.000000e+00 |      --      |    Inf 
33.58/33.60	c  33.6s| 11300 |    62 |164554 |  14.6 |7869k|  36 |  28 | 231 |7002 | 231 |2453 |  17 |6295 |2586 | 0.000000e+00 |      --      |    Inf 
33.77/33.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.77/33.82	c  33.8s| 11400 |    64 |166255 |  14.6 |7893k|  36 |   - | 231 |7034 | 231 |2453 |  17 |6337 |2586 | 0.000000e+00 |      --      |    Inf 
33.98/34.03	c  34.0s| 11500 |    62 |167905 |  14.6 |7903k|  36 |   - | 231 |7067 | 231 |2453 |  17 |6385 |2586 | 0.000000e+00 |      --      |    Inf 
34.17/34.27	c  34.3s| 11600 |    62 |169746 |  14.6 |7912k|  36 |   - | 231 |7092 | 231 |2453 |  17 |6428 |2586 | 0.000000e+00 |      --      |    Inf 
34.38/34.49	c  34.5s| 11700 |    66 |171406 |  14.6 |7933k|  36 |  30 | 231 |7119 | 231 |2453 |  17 |6481 |2586 | 0.000000e+00 |      --      |    Inf 
34.58/34.66	c  34.7s| 11800 |    63 |172670 |  14.6 |7945k|  36 |   - | 231 |7177 | 231 |2453 |  17 |6546 |2586 | 0.000000e+00 |      --      |    Inf 
34.77/34.88	c  34.9s| 11900 |    67 |174317 |  14.6 |7961k|  36 |  30 | 231 |7210 | 231 |2453 |  17 |6596 |2586 | 0.000000e+00 |      --      |    Inf 
35.09/35.11	c  35.1s| 12000 |    69 |176129 |  14.7 |7976k|  36 |  35 | 231 |7245 | 231 |2453 |  17 |6644 |2586 | 0.000000e+00 |      --      |    Inf 
35.28/35.32	c  35.3s| 12100 |    74 |177775 |  14.7 |8015k|  36 |   - | 231 |7294 |   0 |   0 |  17 |6707 |2586 | 0.000000e+00 |      --      |    Inf 
35.48/35.53	c  35.5s| 12200 |    71 |179295 |  14.7 |8021k|  36 |  40 | 231 |7348 | 231 |2453 |  17 |6768 |2586 | 0.000000e+00 |      --      |    Inf 
35.68/35.71	c  35.7s| 12300 |    75 |180705 |  14.7 |8057k|  36 |  30 | 231 |7409 | 231 |2453 |  17 |6839 |2586 | 0.000000e+00 |      --      |    Inf 
35.88/35.93	c  35.9s| 12400 |    80 |182355 |  14.7 |8093k|  36 |   - | 231 |7450 | 231 |2453 |  17 |6897 |2586 | 0.000000e+00 |      --      |    Inf 
36.07/36.13	c  36.1s| 12500 |    83 |183887 |  14.7 |8115k|  36 |   - | 231 |7504 | 231 |2453 |  17 |6953 |2586 | 0.000000e+00 |      --      |    Inf 
36.29/36.33	c  36.3s| 12600 |    85 |185413 |  14.7 |8134k|  36 |  29 | 231 |7548 | 231 |2453 |  17 |7008 |2586 | 0.000000e+00 |      --      |    Inf 
36.48/36.52	c  36.5s| 12700 |    83 |186785 |  14.7 |8149k|  36 |  12 | 231 |7593 | 231 |2453 |  17 |7056 |2586 | 0.000000e+00 |      --      |    Inf 
36.68/36.72	c  36.7s| 12800 |    78 |188213 |  14.7 |8161k|  36 |   - | 231 |7643 | 231 |2453 |  17 |7110 |2586 | 0.000000e+00 |      --      |    Inf 
36.88/36.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.88/36.92	c  36.9s| 12900 |    79 |189654 |  14.7 |8182k|  36 |  30 | 231 |7691 | 231 |2453 |  17 |7166 |2586 | 0.000000e+00 |      --      |    Inf 
37.07/37.11	c  37.1s| 13000 |    79 |191069 |  14.7 |8196k|  36 |   - | 231 |7720 | 231 |2453 |  17 |7210 |2586 | 0.000000e+00 |      --      |    Inf 
37.28/37.32	c  37.3s| 13100 |    79 |192556 |  14.7 |8210k|  36 |   - | 231 |7754 | 231 |2453 |  17 |7260 |2586 | 0.000000e+00 |      --      |    Inf 
37.48/37.51	c  37.5s| 13200 |    79 |193968 |  14.7 |8232k|  36 |  39 | 231 |7808 | 231 |2453 |  17 |7324 |2586 | 0.000000e+00 |      --      |    Inf 
37.68/37.72	c  37.7s| 13300 |    81 |195531 |  14.7 |8251k|  36 |   - | 231 |7846 | 231 |2453 |  17 |7377 |2586 | 0.000000e+00 |      --      |    Inf 
37.88/37.92	c  37.9s| 13400 |    81 |196983 |  14.7 |8270k|  36 |   - | 231 |7888 | 231 |2453 |  17 |7426 |2586 | 0.000000e+00 |      --      |    Inf 
37.98/38.10	c  38.1s| 13500 |    81 |198192 |  14.7 |8290k|  36 |   - | 231 |7941 | 231 |2453 |  17 |7484 |2586 | 0.000000e+00 |      --      |    Inf 
38.18/38.29	c  38.3s| 13600 |    79 |199579 |  14.7 |8298k|  36 |  27 | 231 |7978 | 231 |2453 |  17 |7534 |2586 | 0.000000e+00 |      --      |    Inf 
38.38/38.50	c  38.5s| 13700 |    79 |201096 |  14.7 |8321k|  36 |  34 | 231 |8023 | 231 |2453 |  17 |7595 |2586 | 0.000000e+00 |      --      |    Inf 
38.68/38.71	c  38.7s| 13800 |    82 |202674 |  14.7 |8338k|  36 |  35 | 231 |8052 | 231 |2453 |  17 |7642 |2586 | 0.000000e+00 |      --      |    Inf 
38.88/38.90	c  38.9s| 13900 |    93 |204162 |  14.7 |8384k|  36 |  20 | 231 |8106 | 231 |2453 |  17 |7704 |2586 | 0.000000e+00 |      --      |    Inf 
39.07/39.11	c  39.1s| 14000 |    90 |205687 |  14.7 |8399k|  36 |   - | 231 |8153 | 231 |2453 |  17 |7759 |2586 | 0.000000e+00 |      --      |    Inf 
39.28/39.31	c  39.3s| 14100 |    93 |207198 |  14.7 |8422k|  36 |   - | 231 |8205 | 231 |2453 |  17 |7815 |2586 | 0.000000e+00 |      --      |    Inf 
39.48/39.51	c  39.5s| 14200 |    87 |208644 |  14.7 |8430k|  36 |   - | 231 |8253 | 231 |2453 |  17 |7871 |2586 | 0.000000e+00 |      --      |    Inf 
39.68/39.72	c  39.7s| 14300 |    93 |210306 |  14.7 |8457k|  36 |  26 | 231 |8302 | 231 |2453 |  17 |7927 |2586 | 0.000000e+00 |      --      |    Inf 
39.87/39.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.87/39.93	c  39.9s| 14400 |    86 |211812 |  14.7 |8461k|  36 |  38 | 231 |8354 | 231 |2453 |  17 |7983 |2586 | 0.000000e+00 |      --      |    Inf 
40.07/40.12	c  40.1s| 14500 |    89 |213247 |  14.7 |8489k|  36 |  10 | 231 |8401 | 231 |2453 |  17 |8034 |2586 | 0.000000e+00 |      --      |    Inf 
40.28/40.30	c  40.3s| 14600 |    87 |214520 |  14.7 |8510k|  36 |   - | 231 |8445 | 231 |2453 |  17 |8081 |2586 | 0.000000e+00 |      --      |    Inf 
40.38/40.50	c  40.5s| 14700 |    86 |215982 |  14.7 |8521k|  36 |   - | 231 |8488 | 231 |2453 |  17 |8126 |2586 | 0.000000e+00 |      --      |    Inf 
40.68/40.71	c  40.7s| 14800 |    82 |217598 |  14.7 |8529k|  36 |   - | 231 |8535 |   0 |   0 |  17 |8174 |2586 | 0.000000e+00 |      --      |    Inf 
40.87/40.95	c  40.9s| 14900 |    82 |219524 |  14.7 |8556k|  36 |   - | 231 |8586 | 231 |2453 |  17 |8231 |2586 | 0.000000e+00 |      --      |    Inf 
41.08/41.16	c  41.2s| 15000 |    84 |221248 |  14.7 |8572k|  36 |  23 | 231 |8629 | 231 |2453 |  17 |8276 |2586 | 0.000000e+00 |      --      |    Inf 
41.28/41.36	c  41.4s| 15100 |    83 |222639 |  14.7 |8595k|  36 |   - | 231 |8684 | 231 |2453 |  17 |8335 |2586 | 0.000000e+00 |      --      |    Inf 
41.47/41.59	c  41.6s| 15200 |    82 |224445 |  14.8 |8608k|  36 |   - | 231 |8731 | 231 |2453 |  17 |8394 |2586 | 0.000000e+00 |      --      |    Inf 
41.78/41.82	c  41.8s| 15300 |    85 |226254 |  14.8 |8632k|  36 |  27 | 231 |8781 | 231 |2453 |  17 |8450 |2586 | 0.000000e+00 |      --      |    Inf 
41.97/42.05	c  42.1s| 15400 |    86 |228089 |  14.8 |8653k|  36 |  40 | 231 |8831 | 231 |2453 |  17 |8504 |2586 | 0.000000e+00 |      --      |    Inf 
42.18/42.27	c  42.3s| 15500 |    86 |229808 |  14.8 |8681k|  37 |   - | 231 |8885 | 231 |2453 |  17 |8561 |2586 | 0.000000e+00 |      --      |    Inf 
42.47/42.51	c  42.5s| 15600 |    80 |231681 |  14.8 |8694k|  38 |   - | 231 |8943 | 231 |2453 |  17 |8622 |2586 | 0.000000e+00 |      --      |    Inf 
42.67/42.74	c  42.7s| 15700 |    82 |233309 |  14.9 |8708k|  38 |  27 | 231 |8983 | 231 |2453 |  17 |8676 |2586 | 0.000000e+00 |      --      |    Inf 
42.88/42.97	c  43.0s| 15800 |    82 |235143 |  14.9 |8732k|  38 |   - | 231 |9015 | 231 |2453 |  17 |8733 |2586 | 0.000000e+00 |      --      |    Inf 
43.17/43.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.17/43.20	c  43.2s| 15900 |    82 |236888 |  14.9 |8742k|  38 |  36 | 231 |9038 | 231 |2453 |  17 |8786 |2586 | 0.000000e+00 |      --      |    Inf 
43.37/43.43	c  43.4s| 16000 |    84 |238609 |  14.9 |8781k|  38 |  20 | 231 |9055 | 231 |2453 |  17 |8847 |2586 | 0.000000e+00 |      --      |    Inf 
43.58/43.67	c  43.7s| 16100 |    83 |240352 |  14.9 |8775k|  38 |  26 | 231 |9036 | 231 |2453 |  17 |8892 |2586 | 0.000000e+00 |      --      |    Inf 
43.77/43.88	c  43.9s| 16200 |    82 |241715 |  14.9 |8774k|  38 |  29 | 231 |9029 | 231 |2453 |  17 |8944 |2586 | 0.000000e+00 |      --      |    Inf 
43.99/44.07	c  44.1s| 16300 |    80 |243095 |  14.9 |8782k|  38 |  30 | 231 |9058 | 231 |2453 |  17 |9010 |2586 | 0.000000e+00 |      --      |    Inf 
44.17/44.29	c  44.3s| 16400 |    77 |244652 |  14.9 |8781k|  38 |  35 | 231 |9023 | 231 |2453 |  17 |9068 |2586 | 0.000000e+00 |      --      |    Inf 
44.38/44.48	c  44.5s| 16500 |    75 |245896 |  14.9 |8790k|  38 |   - | 231 |9017 |   0 |   0 |  17 |9124 |2586 | 0.000000e+00 |      --      |    Inf 
44.57/44.67	c  44.7s| 16600 |    76 |247168 |  14.9 |8782k|  38 |  31 | 231 |9020 | 231 |2453 |  17 |9180 |2586 | 0.000000e+00 |      --      |    Inf 
44.78/44.88	c  44.9s| 16700 |    73 |248617 |  14.9 |8776k|  38 |  29 | 231 |9034 | 231 |2453 |  17 |9238 |2586 | 0.000000e+00 |      --      |    Inf 
44.98/45.08	c  45.1s| 16800 |    71 |249936 |  14.9 |8770k|  38 |   - | 231 |9019 | 231 |2453 |  17 |9290 |2586 | 0.000000e+00 |      --      |    Inf 
45.28/45.30	c  45.3s| 16900 |    77 |251634 |  14.9 |8766k|  38 |  22 | 231 |8981 | 231 |2453 |  17 |9342 |2586 | 0.000000e+00 |      --      |    Inf 
45.47/45.50	c  45.5s| 17000 |    75 |252928 |  14.9 |8763k|  38 |   - | 231 |8964 | 231 |2453 |  17 |9394 |2586 | 0.000000e+00 |      --      |    Inf 
45.68/45.71	c  45.7s| 17100 |    73 |254502 |  14.9 |8763k|  38 |  22 | 231 |8962 | 231 |2453 |  17 |9453 |2586 | 0.000000e+00 |      --      |    Inf 
45.88/45.92	c  45.9s| 17200 |    73 |255987 |  14.9 |8760k|  38 |  27 | 231 |8938 | 231 |2453 |  17 |9506 |2586 | 0.000000e+00 |      --      |    Inf 
46.08/46.13	c  46.1s| 17300 |    70 |257483 |  14.9 |8763k|  38 |   - | 231 |8949 | 231 |2453 |  17 |9563 |2586 | 0.000000e+00 |      --      |    Inf 
46.27/46.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.27/46.38	c  46.4s| 17400 |    70 |259368 |  14.9 |8752k|  38 |   - | 231 |8919 | 231 |2453 |  17 |9610 |2586 | 0.000000e+00 |      --      |    Inf 
46.47/46.58	c  46.6s| 17500 |    72 |260898 |  14.9 |8755k|  38 |  42 | 231 |8921 | 231 |2453 |  17 |9654 |2586 | 0.000000e+00 |      --      |    Inf 
46.78/46.81	c  46.8s| 17600 |    70 |262588 |  14.9 |8735k|  38 |  33 | 231 |8892 | 231 |2453 |  17 |9699 |2586 | 0.000000e+00 |      --      |    Inf 
46.97/47.03	c  47.0s| 17700 |    72 |264037 |  14.9 |8722k|  38 |   - | 231 |8761 | 231 |2453 |  17 |9760 |2586 | 0.000000e+00 |      --      |    Inf 
47.18/47.23	c  47.2s| 17800 |    71 |265486 |  14.9 |8717k|  38 |  32 | 231 |8723 | 231 |2453 |  17 |9806 |2586 | 0.000000e+00 |      --      |    Inf 
47.37/47.43	c  47.4s| 17900 |    71 |266931 |  14.9 |8681k|  38 |  34 | 231 |8612 | 231 |2453 |  17 |9865 |2586 | 0.000000e+00 |      --      |    Inf 
47.57/47.64	c  47.6s| 18000 |    73 |268386 |  14.9 |8653k|  38 |   - | 231 |8492 | 231 |2453 |  17 |9914 |2586 | 0.000000e+00 |      --      |    Inf 
47.87/47.91	c  47.9s| 18100 |    75 |270413 |  14.9 |8628k|  38 |   - | 231 |8382 | 231 |2453 |  17 |9969 |2586 | 0.000000e+00 |      --      |    Inf 
48.07/48.17	c  48.2s| 18200 |    77 |272409 |  15.0 |8630k|  38 |   - | 231 |8355 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
48.28/48.39	c  48.4s| 18300 |    75 |274107 |  15.0 |8618k|  38 |   - | 231 |8330 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
48.47/48.59	c  48.6s| 18400 |    77 |275583 |  15.0 |8625k|  38 |  34 | 231 |8344 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
48.77/48.84	c  48.8s| 18500 |    74 |277370 |  15.0 |8611k|  38 |  41 | 231 |8305 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
48.97/49.05	c  49.1s| 18600 |    72 |278945 |  15.0 |8599k|  38 |  38 | 231 |8272 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
49.17/49.28	c  49.3s| 18700 |    70 |280758 |  15.0 |8596k|  38 |   - | 231 |8275 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
49.38/49.48	c  49.5s| 18800 |    72 |282208 |  15.0 |8585k|  38 |  33 | 231 |8240 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
49.57/49.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.57/49.67	c  49.7s| 18900 |    70 |283512 |  15.0 |8580k|  38 |  40 | 231 |8249 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
49.87/49.90	c  49.9s| 19000 |    69 |285233 |  15.0 |8571k|  38 |  36 | 231 |8230 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
50.08/50.16	c  50.2s| 19100 |    71 |287186 |  15.0 |8534k|  38 |   - | 231 |8090 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
50.27/50.39	c  50.4s| 19200 |    75 |288841 |  15.0 |8517k|  38 |   - | 231 |8012 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
50.58/50.60	c  50.6s| 19300 |    75 |290421 |  15.0 |8527k|  38 |  23 | 231 |8048 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
50.78/50.82	c  50.8s| 19400 |    75 |291947 |  15.0 |8520k|  38 |  29 | 231 |8029 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
50.98/51.06	c  51.1s| 19500 |    73 |293757 |  15.1 |8512k|  38 |   - | 231 |8001 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
51.17/51.29	c  51.3s| 19600 |    73 |295589 |  15.1 |8520k|  38 |   - | 231 |8019 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
51.48/51.55	c  51.5s| 19700 |    73 |297636 |  15.1 |8536k|  38 |   - | 231 |8052 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
51.68/51.75	c  51.7s| 19800 |    75 |299031 |  15.1 |8529k|  38 |  20 | 231 |8028 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
51.87/51.97	c  52.0s| 19900 |    75 |300663 |  15.1 |8532k|  38 |  23 | 231 |8036 | 231 |2453 |  17 |  10k|2586 | 0.000000e+00 |      --      |    Inf 
52.08/52.18	c  52.2s| 20000 |    73 |302235 |  15.1 |8538k|  38 |  34 | 231 |8073 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
52.27/52.39	c  52.4s| 20100 |    71 |303764 |  15.1 |8544k|  38 |   - | 231 |8095 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
52.47/52.58	c  52.6s| 20200 |    71 |305172 |  15.1 |8559k|  38 |   - | 231 |8134 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
52.67/52.77	c  52.8s| 20300 |    72 |306540 |  15.1 |8570k|  38 |   - | 231 |8161 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
52.88/52.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.88/52.99	c  53.0s| 20400 |    73 |308156 |  15.1 |8575k|  38 |  31 | 231 |8168 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
53.17/53.22	c  53.2s| 20500 |    73 |309979 |  15.1 |8583k|  38 |  22 | 231 |8174 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
53.37/53.42	c  53.4s| 20600 |    74 |311435 |  15.1 |8584k|  38 |   - | 231 |8156 |   0 |   0 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
53.57/53.64	c  53.6s| 20700 |    74 |312992 |  15.1 |8567k|  38 |  25 | 231 |8126 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
53.78/53.85	c  53.8s| 20800 |    74 |314600 |  15.1 |8575k|  38 |   - | 231 |8124 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
53.97/54.06	c  54.1s| 20900 |    76 |316081 |  15.1 |8563k|  38 |   - | 231 |8049 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
54.17/54.27	c  54.3s| 21000 |    78 |317598 |  15.1 |8554k|  38 |  32 | 231 |8007 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
54.37/54.45	c  54.5s| 21100 |    79 |318808 |  15.1 |8565k|  38 |  31 | 231 |8010 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
54.57/54.64	c  54.6s| 21200 |    77 |320078 |  15.1 |8572k|  38 |   - | 231 |8023 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
54.77/54.83	c  54.8s| 21300 |    78 |321430 |  15.1 |8576k|  38 |   - | 231 |8043 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
54.98/55.03	c  55.0s| 21400 |    77 |322933 |  15.1 |8584k|  38 |   - | 231 |8069 |   0 |   0 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
55.17/55.22	c  55.2s| 21500 |    78 |324304 |  15.1 |8594k|  38 |  34 | 231 |8113 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
55.37/55.42	c  55.4s| 21600 |    78 |325802 |  15.1 |8611k|  38 |   - | 231 |8131 | 231 |2453 |  17 |  11k|2586 | 0.000000e+00 |      --      |    Inf 
55.57/55.61	c  55.6s| 21700 |    77 |327122 |  15.1 |8613k|  38 |  40 | 231 |8157 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
55.77/55.82	c  55.8s| 21800 |    79 |328780 |  15.1 |8636k|  38 |   - | 231 |8188 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
55.98/56.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.98/56.03	c  56.0s| 21900 |    79 |330339 |  15.1 |8646k|  38 |  30 | 231 |8219 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
56.17/56.25	c  56.2s| 22000 |    76 |331996 |  15.1 |8643k|  38 |  33 | 231 |8245 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
56.37/56.46	c  56.5s| 22100 |    72 |333456 |  15.1 |8629k|  38 |  40 | 231 |8228 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
56.57/56.69	c  56.7s| 22200 |    74 |335162 |  15.1 |8615k|  38 |  29 | 231 |8170 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
56.87/56.93	c  56.9s| 22300 |    72 |337095 |  15.1 |8603k|  38 |   - | 231 |8147 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
57.08/57.16	c  57.2s| 22400 |    74 |338816 |  15.1 |8591k|  38 |  21 | 231 |8099 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
57.27/57.35	c  57.4s| 22500 |    76 |340253 |  15.1 |8591k|  38 |  23 | 231 |8082 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
57.47/57.58	c  57.6s| 22600 |    75 |342017 |  15.1 |8596k|  38 |   - | 231 |8083 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
57.77/57.81	c  57.8s| 22700 |    73 |343728 |  15.1 |8587k|  38 |   - | 231 |8066 | 231 |2453 |  17 |  12k|2586 | 0.000000e+00 |      --      |    Inf 
58.07/58.10	c  58.1s| 22800 |    75 |345461 |  15.1 |8575k|  38 |  18 | 231 |8035 | 231 |2453 |  17 |  12k|2602 | 0.000000e+00 |      --      |    Inf 
58.28/58.39	c  58.4s| 22900 |    74 |347340 |  15.2 |8571k|  38 |  40 | 231 |8030 | 231 |2453 |  17 |  12k|2612 | 0.000000e+00 |      --      |    Inf 
58.67/58.72	c  58.7s| 23000 |    79 |349377 |  15.2 |8595k|  38 |  39 | 231 |8050 | 231 |2453 |  17 |  12k|2628 | 0.000000e+00 |      --      |    Inf 
58.97/59.02	c  59.0s| 23100 |    80 |351268 |  15.2 |8604k|  38 |  32 | 231 |8055 | 231 |2453 |  17 |  12k|2639 | 0.000000e+00 |      --      |    Inf 
59.18/59.28	c  59.3s| 23200 |    77 |352907 |  15.2 |8612k|  38 |   - | 231 |8074 | 231 |2453 |  17 |  12k|2651 | 0.000000e+00 |      --      |    Inf 
59.47/59.56	c  59.6s| 23300 |    76 |354640 |  15.2 |8610k|  38 |  38 | 231 |8110 | 231 |2453 |  17 |  12k|2664 | 0.000000e+00 |      --      |    Inf 
59.78/59.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.78/59.86	c  59.9s| 23400 |    73 |356442 |  15.2 |8570k|  38 |   - | 231 |8113 | 231 |2453 |  17 |  12k|2680 | 0.000000e+00 |      --      |    Inf 
60.07/60.17	c  60.2s| 23500 |    80 |358352 |  15.2 |8581k|  38 |   - | 231 |8074 | 231 |2453 |  17 |  13k|2695 | 0.000000e+00 |      --      |    Inf 
60.37/60.46	c  60.5s| 23600 |    79 |360182 |  15.3 |8585k|  38 |   - | 231 |8088 | 231 |2453 |  17 |  13k|2710 | 0.000000e+00 |      --      |    Inf 
60.67/60.72	c  60.7s| 23700 |    81 |361850 |  15.3 |8593k|  38 |  33 | 231 |8117 | 231 |2453 |  17 |  13k|2721 | 0.000000e+00 |      --      |    Inf 
60.87/60.93	c  60.9s| 23800 |    84 |363400 |  15.3 |8618k|  38 |  27 | 231 |8162 | 231 |2453 |  17 |  13k|2726 | 0.000000e+00 |      --      |    Inf 
61.07/61.13	c  61.1s| 23900 |    82 |364851 |  15.3 |8634k|  38 |   - | 231 |8217 | 231 |2453 |  17 |  13k|2731 | 0.000000e+00 |      --      |    Inf 
61.27/61.36	c  61.4s| 24000 |    79 |366525 |  15.3 |8646k|  38 |   - | 231 |8269 | 231 |2453 |  17 |  13k|2736 | 0.000000e+00 |      --      |    Inf 
61.58/61.60	c  61.6s| 24100 |    83 |368314 |  15.3 |8676k|  38 |   - | 231 |8326 | 231 |2453 |  17 |  13k|2740 | 0.000000e+00 |      --      |    Inf 
61.77/61.83	c  61.8s| 24200 |    84 |370002 |  15.3 |8694k|  38 |  30 | 231 |8372 | 231 |2453 |  17 |  13k|2743 | 0.000000e+00 |      --      |    Inf 
61.97/62.06	c  62.1s| 24300 |    86 |371714 |  15.3 |8709k|  38 |  30 | 231 |8402 | 231 |2453 |  17 |  13k|2746 | 0.000000e+00 |      --      |    Inf 
62.27/62.30	c  62.3s| 24400 |    82 |373490 |  15.3 |8718k|  38 |  22 | 231 |8446 | 231 |2453 |  17 |  13k|2750 | 0.000000e+00 |      --      |    Inf 
62.47/62.52	c  62.5s| 24500 |    81 |375157 |  15.3 |8729k|  38 |   - | 231 |8495 | 231 |2453 |  17 |  13k|2751 | 0.000000e+00 |      --      |    Inf 
62.67/62.74	c  62.7s| 24600 |    85 |376862 |  15.3 |8751k|  38 |  29 | 231 |8536 | 231 |2453 |  17 |  13k|2751 | 0.000000e+00 |      --      |    Inf 
62.87/62.97	c  63.0s| 24700 |    82 |378474 |  15.3 |8762k|  38 |  32 | 231 |8588 | 231 |2453 |  17 |  13k|2753 | 0.000000e+00 |      --      |    Inf 
63.07/63.19	c  63.2s| 24800 |    82 |380135 |  15.3 |8779k|  38 |  41 | 231 |8640 | 231 |2453 |  17 |  13k|2753 | 0.000000e+00 |      --      |    Inf 
63.38/63.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.38/63.41	c  63.4s| 24900 |    86 |381920 |  15.3 |8814k|  38 |   - | 231 |8703 | 231 |2453 |  17 |  13k|2753 | 0.000000e+00 |      --      |    Inf 
63.57/63.63	c  63.6s| 25000 |    85 |383682 |  15.3 |8838k|  38 |   - | 231 |8757 |   0 |   0 |  17 |  13k|2753 | 0.000000e+00 |      --      |    Inf 
63.78/63.87	c  63.9s| 25100 |    83 |385487 |  15.4 |8846k|  38 |  41 | 231 |8807 | 231 |2453 |  17 |  13k|2753 | 0.000000e+00 |      --      |    Inf 
63.97/64.09	c  64.1s| 25200 |    80 |387023 |  15.4 |8861k|  38 |   - | 231 |8860 | 231 |2453 |  17 |  13k|2756 | 0.000000e+00 |      --      |    Inf 
64.27/64.31	c  64.3s| 25300 |    81 |388302 |  15.3 |8853k|  38 |  37 | 231 |8835 | 231 |2453 |  17 |  14k|2761 | 0.000000e+00 |      --      |    Inf 
64.47/64.53	c  64.5s| 25400 |    81 |389853 |  15.3 |8823k|  38 |   - | 231 |8709 | 231 |2453 |  17 |  14k|2761 | 0.000000e+00 |      --      |    Inf 
64.67/64.74	c  64.7s| 25500 |    81 |391307 |  15.3 |8798k|  38 |   - | 231 |8622 | 231 |2453 |  17 |  14k|2762 | 0.000000e+00 |      --      |    Inf 
64.97/65.01	c  65.0s| 25600 |    86 |392958 |  15.3 |8807k|  38 |  28 | 231 |8621 | 231 |2453 |  17 |  14k|2776 | 0.000000e+00 |      --      |    Inf 
65.17/65.24	c  65.2s| 25700 |    85 |394392 |  15.3 |8822k|  38 |  40 | 231 |8675 | 231 |2453 |  17 |  14k|2785 | 0.000000e+00 |      --      |    Inf 
65.47/65.52	c  65.5s| 25800 |    85 |396043 |  15.3 |8831k|  38 |  22 | 231 |8683 | 231 |2453 |  17 |  14k|2799 | 0.000000e+00 |      --      |    Inf 
65.77/65.80	c  65.8s| 25900 |    86 |397880 |  15.4 |8838k|  38 |   - | 231 |8688 | 231 |2453 |  17 |  14k|2812 | 0.000000e+00 |      --      |    Inf 
65.98/66.05	c  66.1s| 26000 |    88 |399447 |  15.4 |8847k|  38 |  27 | 231 |8708 | 231 |2453 |  17 |  14k|2819 | 0.000000e+00 |      --      |    Inf 
66.27/66.37	c  66.4s| 26100 |    87 |401490 |  15.4 |8865k|  38 |   - | 231 |8751 | 231 |2453 |  17 |  14k|2834 | 0.000000e+00 |      --      |    Inf 
66.58/66.63	c  66.6s| 26200 |    91 |403087 |  15.4 |8894k|  38 |   - | 231 |8799 | 231 |2453 |  17 |  14k|2848 | 0.000000e+00 |      --      |    Inf 
66.77/66.89	c  66.9s| 26300 |    93 |404857 |  15.4 |8921k|  38 |   - | 231 |8855 | 231 |2453 |  17 |  14k|2858 | 0.000000e+00 |      --      |    Inf 
67.17/67.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.17/67.20	c  67.2s| 26400 |    88 |406776 |  15.4 |8927k|  40 |   - | 231 |8905 | 231 |2453 |  17 |  14k|2875 | 0.000000e+00 |      --      |    Inf 
67.37/67.46	c  67.5s| 26500 |    86 |408694 |  15.4 |8940k|  40 |  34 | 231 |8961 | 231 |2453 |  17 |  14k|2881 | 0.000000e+00 |      --      |    Inf 
67.67/67.76	c  67.8s| 26600 |    85 |410688 |  15.4 |8967k|  40 |   - | 231 |9017 |   0 |   0 |  17 |  14k|2896 | 0.000000e+00 |      --      |    Inf 
67.97/68.10	c  68.1s| 26700 |    83 |412641 |  15.4 |8978k|  40 |   - | 231 |9031 | 231 |2453 |  17 |  14k|2918 | 0.000000e+00 |      --      |    Inf 
68.27/68.38	c  68.4s| 26800 |    84 |414457 |  15.5 |8980k|  40 |   - | 231 |9018 | 231 |2453 |  17 |  14k|2930 | 0.000000e+00 |      --      |    Inf 
68.57/68.64	c  68.6s| 26900 |    86 |416157 |  15.5 |8982k|  40 |   - | 231 |8989 | 231 |2453 |  17 |  14k|2940 | 0.000000e+00 |      --      |    Inf 
68.77/68.85	c  68.9s| 27000 |    86 |417673 |  15.5 |8983k|  40 |  35 | 231 |8998 | 231 |2453 |  17 |  15k|2941 | 0.000000e+00 |      --      |    Inf 
68.97/69.09	c  69.1s| 27100 |    86 |419504 |  15.5 |8997k|  40 |   - | 231 |9020 | 231 |2453 |  17 |  15k|2943 | 0.000000e+00 |      --      |    Inf 
69.17/69.28	c  69.3s| 27200 |    85 |420882 |  15.5 |9016k|  40 |   - | 231 |9055 |   0 |   0 |  17 |  15k|2943 | 0.000000e+00 |      --      |    Inf 
69.37/69.49	c  69.5s| 27300 |    87 |422333 |  15.5 |9021k|  40 |  29 | 231 |9081 | 231 |2453 |  17 |  15k|2944 | 0.000000e+00 |      --      |    Inf 
69.67/69.72	c  69.7s| 27400 |    86 |423930 |  15.5 |9030k|  40 |  27 | 231 |9106 | 231 |2453 |  17 |  15k|2947 | 0.000000e+00 |      --      |    Inf 
69.87/69.93	c  69.9s| 27500 |    84 |425436 |  15.5 |9035k|  40 |  48 | 231 |9126 | 231 |2453 |  17 |  15k|2948 | 0.000000e+00 |      --      |    Inf 
70.07/70.14	c  70.1s| 27600 |    87 |426987 |  15.5 |9043k|  40 |   - | 231 |9114 | 231 |2453 |  17 |  15k|2948 | 0.000000e+00 |      --      |    Inf 
70.27/70.35	c  70.4s| 27700 |    83 |428488 |  15.5 |9027k|  41 |   - | 231 |9069 | 231 |2453 |  17 |  15k|2948 | 0.000000e+00 |      --      |    Inf 
70.48/70.58	c  70.6s| 27800 |    85 |429984 |  15.5 |9011k|  41 |  17 | 231 |9025 | 231 |2453 |  17 |  15k|2951 | 0.000000e+00 |      --      |    Inf 
70.77/70.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.77/70.82	c  70.8s| 27900 |    86 |431662 |  15.5 |8991k|  41 |   - | 231 |8934 | 231 |2453 |  17 |  15k|2954 | 0.000000e+00 |      --      |    Inf 
70.98/71.05	c  71.1s| 28000 |    84 |433406 |  15.5 |8961k|  41 |   - | 231 |8851 | 231 |2453 |  17 |  15k|2956 | 0.000000e+00 |      --      |    Inf 
71.17/71.27	c  71.3s| 28100 |    86 |434959 |  15.5 |8954k|  41 |  31 | 231 |8808 | 231 |2453 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
71.37/71.47	c  71.5s| 28200 |    90 |436447 |  15.5 |8953k|  41 |  35 | 231 |8778 | 231 |2453 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
71.57/71.66	c  71.7s| 28300 |    90 |437849 |  15.5 |8973k|  41 |   - | 231 |8811 |   0 |   0 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
71.78/71.86	c  71.9s| 28400 |    93 |439380 |  15.5 |8996k|  41 |   - | 231 |8858 | 231 |2453 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
71.97/72.06	c  72.1s| 28500 |    87 |440964 |  15.5 |8998k|  41 |   - | 231 |8896 | 231 |2453 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
72.17/72.25	c  72.3s| 28600 |    83 |442285 |  15.5 |9018k|  41 |   - | 231 |8961 |   0 |   0 |  17 |  15k|2958 | 0.000000e+00 |      --      |    Inf 
72.37/72.47	c  72.5s| 28700 |    89 |443829 |  15.5 |9025k|  41 |   - | 231 |8951 |   0 |   0 |  17 |  16k|2959 | 0.000000e+00 |      --      |    Inf 
72.58/72.69	c  72.7s| 28800 |    88 |445297 |  15.5 |9021k|  41 |  35 | 231 |8956 | 231 |2453 |  17 |  16k|2959 | 0.000000e+00 |      --      |    Inf 
72.87/72.95	c  72.9s| 28900 |    93 |446772 |  15.5 |9032k|  41 |  18 | 231 |8934 | 231 |2453 |  17 |  16k|2974 | 0.000000e+00 |      --      |    Inf 
73.08/73.18	c  73.2s| 29000 |    91 |448111 |  15.4 |9029k|  41 |   - | 231 |8931 | 231 |2453 |  17 |  16k|2983 | 0.000000e+00 |      --      |    Inf 
73.37/73.45	c  73.5s| 29100 |    93 |449799 |  15.5 |9029k|  41 |  30 | 231 |8888 | 231 |2453 |  17 |  16k|2992 | 0.000000e+00 |      --      |    Inf 
73.68/73.72	c  73.7s| 29200 |    95 |451632 |  15.5 |9037k|  41 |   - | 231 |8883 | 231 |2453 |  17 |  16k|2999 | 0.000000e+00 |      --      |    Inf 
73.97/74.00	c  74.0s| 29300 |    93 |453244 |  15.5 |9019k|  41 |  40 | 231 |8841 | 231 |2453 |  17 |  16k|3013 | 0.000000e+00 |      --      |    Inf 
74.17/74.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.17/74.28	c  74.3s| 29400 |    94 |454888 |  15.5 |9009k|  41 |  29 | 231 |8797 | 231 |2453 |  17 |  16k|3029 | 0.000000e+00 |      --      |    Inf 
74.47/74.52	c  74.5s| 29500 |    94 |456447 |  15.5 |9002k|  41 |   - | 231 |8768 | 231 |2453 |  17 |  16k|3036 | 0.000000e+00 |      --      |    Inf 
74.68/74.75	c  74.8s| 29600 |    96 |457796 |  15.5 |9011k|  41 |  36 | 231 |8781 | 231 |2453 |  17 |  16k|3045 | 0.000000e+00 |      --      |    Inf 
74.86/74.98	c  75.0s| 29700 |    94 |459151 |  15.5 |9004k|  41 |   - | 231 |8764 | 231 |2453 |  17 |  16k|3055 | 0.000000e+00 |      --      |    Inf 
75.17/75.24	c  75.2s| 29800 |    93 |460656 |  15.5 |9000k|  41 |   - | 231 |8758 | 231 |2453 |  17 |  16k|3068 | 0.000000e+00 |      --      |    Inf 
75.47/75.50	c  75.5s| 29900 |    93 |462205 |  15.5 |9002k|  41 |  26 | 231 |8765 | 231 |2453 |  17 |  16k|3080 | 0.000000e+00 |      --      |    Inf 
75.67/75.77	c  75.8s| 30000 |    97 |463938 |  15.5 |8978k|  41 |  34 | 231 |8645 | 231 |2453 |  17 |  16k|3090 | 0.000000e+00 |      --      |    Inf 
75.97/76.01	c  76.0s| 30100 |    96 |465396 |  15.5 |8972k|  41 |   - | 231 |8611 | 231 |2453 |  17 |  16k|3099 | 0.000000e+00 |      --      |    Inf 
76.17/76.27	c  76.3s| 30200 |    96 |466876 |  15.5 |8950k|  41 |   - | 231 |8556 | 231 |2453 |  17 |  16k|3112 | 0.000000e+00 |      --      |    Inf 
76.47/76.53	c  76.5s| 30300 |    96 |468406 |  15.5 |8934k|  41 |  29 | 231 |8507 | 231 |2453 |  17 |  16k|3125 | 0.000000e+00 |      --      |    Inf 
76.67/76.76	c  76.8s| 30400 |   108 |469788 |  15.4 |8963k|  41 |  26 | 231 |8500 | 231 |2453 |  17 |  16k|3135 | 0.000000e+00 |      --      |    Inf 
76.87/76.97	c  77.0s| 30500 |   101 |471008 |  15.4 |8969k|  41 |   - | 231 |8538 |   0 |   0 |  17 |  17k|3147 | 0.000000e+00 |      --      |    Inf 
77.07/77.19	c  77.2s| 30600 |    99 |472346 |  15.4 |8972k|  41 |  22 | 231 |8587 | 231 |2453 |  17 |  17k|3156 | 0.000000e+00 |      --      |    Inf 
77.37/77.40	c  77.4s| 30700 |    97 |473715 |  15.4 |8983k|  41 |   - | 231 |8620 | 231 |2453 |  17 |  17k|3161 | 0.000000e+00 |      --      |    Inf 
77.57/77.62	c  77.6s| 30800 |    97 |475120 |  15.4 |8991k|  41 |  33 | 231 |8653 | 231 |2453 |  17 |  17k|3167 | 0.000000e+00 |      --      |    Inf 
77.77/77.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.77/77.86	c  77.9s| 30900 |   100 |476594 |  15.4 |9015k|  41 |  31 | 231 |8704 | 231 |2453 |  17 |  17k|3179 | 0.000000e+00 |      --      |    Inf 
77.98/78.07	c  78.1s| 31000 |   100 |477956 |  15.4 |9034k|  41 |  32 | 231 |8757 | 231 |2453 |  17 |  17k|3184 | 0.000000e+00 |      --      |    Inf 
78.27/78.30	c  78.3s| 31100 |    98 |479507 |  15.4 |9042k|  41 |  36 | 231 |8802 | 231 |2453 |  17 |  17k|3187 | 0.000000e+00 |      --      |    Inf 
78.47/78.50	c  78.5s| 31200 |   102 |480929 |  15.4 |9068k|  41 |  29 | 231 |8841 | 231 |2453 |  17 |  17k|3189 | 0.000000e+00 |      --      |    Inf 
78.67/78.70	c  78.7s| 31300 |   102 |482225 |  15.4 |9089k|  41 |   - | 231 |8890 | 231 |2453 |  17 |  17k|3192 | 0.000000e+00 |      --      |    Inf 
78.77/78.90	c  78.9s| 31400 |   100 |483490 |  15.4 |9103k|  41 |   - | 231 |8938 | 231 |2453 |  17 |  17k|3195 | 0.000000e+00 |      --      |    Inf 
79.08/79.11	c  79.1s| 31500 |   104 |484943 |  15.4 |9132k|  41 |   - | 231 |8992 |   0 |   0 |  17 |  17k|3199 | 0.000000e+00 |      --      |    Inf 
79.27/79.33	c  79.3s| 31600 |    97 |486558 |  15.4 |9134k|  41 |   - | 231 |9047 | 231 |2453 |  17 |  17k|3200 | 0.000000e+00 |      --      |    Inf 
79.47/79.56	c  79.6s| 31700 |   101 |488150 |  15.4 |9155k|  41 |   - | 231 |9094 | 231 |2453 |  17 |  17k|3203 | 0.000000e+00 |      --      |    Inf 
79.67/79.76	c  79.8s| 31800 |   107 |489595 |  15.4 |9186k|  41 |   - | 231 |9133 | 231 |2453 |  17 |  17k|3203 | 0.000000e+00 |      --      |    Inf 
79.87/79.95	c  79.9s| 31900 |   108 |490839 |  15.4 |9204k|  41 |  38 | 231 |9179 | 231 |2453 |  17 |  17k|3203 | 0.000000e+00 |      --      |    Inf 
80.07/80.16	c  80.2s| 32000 |   102 |492364 |  15.4 |9208k|  41 |   - | 231 |9226 | 231 |2453 |  17 |  17k|3203 | 0.000000e+00 |      --      |    Inf 
80.27/80.35	c  80.4s| 32100 |   103 |493740 |  15.4 |9224k|  41 |   - | 231 |9271 | 231 |2453 |  17 |  17k|3203 | 0.000000e+00 |      --      |    Inf 
80.47/80.56	c  80.6s| 32200 |   102 |495257 |  15.4 |9236k|  41 |  31 | 231 |9319 | 231 |2453 |  17 |  17k|3204 | 0.000000e+00 |      --      |    Inf 
80.67/80.79	c  80.8s| 32300 |   105 |496899 |  15.4 |9261k|  41 |   - | 231 |9324 | 231 |2453 |  17 |  17k|3205 | 0.000000e+00 |      --      |    Inf 
80.87/80.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.87/80.98	c  81.0s| 32400 |   106 |498242 |  15.4 |9269k|  41 |   - | 231 |9333 | 231 |2453 |  17 |  18k|3206 | 0.000000e+00 |      --      |    Inf 
81.07/81.18	c  81.2s| 32500 |   106 |499551 |  15.4 |9276k|  41 |  32 | 231 |9377 | 231 |2453 |  17 |  18k|3211 | 0.000000e+00 |      --      |    Inf 
81.28/81.35	c  81.4s| 32600 |   106 |500772 |  15.4 |9298k|  41 |   - | 231 |9435 | 231 |2453 |  17 |  18k|3211 | 0.000000e+00 |      --      |    Inf 
81.47/81.54	c  81.5s| 32700 |   109 |502136 |  15.4 |9320k|  41 |   - | 231 |9477 |   0 |   0 |  17 |  18k|3212 | 0.000000e+00 |      --      |    Inf 
81.67/81.74	c  81.7s| 32800 |   110 |503515 |  15.3 |9338k|  41 |  21 | 231 |9526 | 231 |2453 |  17 |  18k|3212 | 0.000000e+00 |      --      |    Inf 
81.87/81.95	c  81.9s| 32900 |   111 |505042 |  15.3 |9355k|  41 |  14 | 231 |9577 | 231 |2453 |  17 |  18k|3213 | 0.000000e+00 |      --      |    Inf 
82.07/82.15	c  82.1s| 33000 |   108 |506453 |  15.3 |9376k|  41 |   - | 231 |9639 | 231 |2453 |  17 |  18k|3213 | 0.000000e+00 |      --      |    Inf 
82.26/82.38	c  82.4s| 33100 |   109 |507850 |  15.3 |9397k|  41 |  26 | 231 |9692 | 231 |2453 |  17 |  18k|3223 | 0.000000e+00 |      --      |    Inf 
82.57/82.61	c  82.6s| 33200 |   113 |509264 |  15.3 |9428k|  41 |   - | 231 |9746 | 231 |2453 |  17 |  18k|3233 | 0.000000e+00 |      --      |    Inf 
82.77/82.85	c  82.9s| 33300 |   107 |510814 |  15.3 |9423k|  41 |  30 | 231 |9791 | 231 |2453 |  17 |  18k|3243 | 0.000000e+00 |      --      |    Inf 
83.06/83.12	c  83.1s| 33400 |   105 |512341 |  15.3 |9435k|  41 |   - | 231 |9832 | 231 |2453 |  17 |  18k|3258 | 0.000000e+00 |      --      |    Inf 
83.27/83.36	c  83.4s| 33500 |   110 |514005 |  15.3 |9464k|  41 |  29 | 231 |9879 | 231 |2453 |  17 |  18k|3265 | 0.000000e+00 |      --      |    Inf 
83.57/83.64	c  83.6s| 33600 |   109 |515789 |  15.3 |9486k|  41 |   - | 231 |9928 | 231 |2453 |  17 |  18k|3281 | 0.000000e+00 |      --      |    Inf 
83.77/83.89	c  83.9s| 33700 |   111 |517325 |  15.3 |9501k|  41 |  37 | 231 |9968 | 231 |2453 |  17 |  18k|3291 | 0.000000e+00 |      --      |    Inf 
84.07/84.14	c  84.1s| 33800 |   110 |518955 |  15.3 |9514k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  18k|3300 | 0.000000e+00 |      --      |    Inf 
84.37/84.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.37/84.41	c  84.4s| 33900 |   112 |520477 |  15.3 |9524k|  41 |  33 | 231 |  10k| 231 |2453 |  17 |  18k|3315 | 0.000000e+00 |      --      |    Inf 
84.57/84.62	c  84.6s| 34000 |   114 |521892 |  15.3 |9543k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  18k|3321 | 0.000000e+00 |      --      |    Inf 
84.76/84.87	c  84.9s| 34100 |   114 |523338 |  15.3 |9559k|  41 |  37 | 231 |  10k| 231 |2453 |  17 |  18k|3333 | 0.000000e+00 |      --      |    Inf 
85.07/85.12	c  85.1s| 34200 |   115 |524944 |  15.3 |9585k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3343 | 0.000000e+00 |      --      |    Inf 
85.26/85.38	c  85.4s| 34300 |   116 |526656 |  15.4 |9600k|  41 |  32 | 231 |  10k| 231 |2453 |  17 |  19k|3356 | 0.000000e+00 |      --      |    Inf 
85.56/85.65	c  85.7s| 34400 |   115 |528289 |  15.4 |9622k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3371 | 0.000000e+00 |      --      |    Inf 
85.78/85.89	c  85.9s| 34500 |   112 |529729 |  15.4 |9639k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3384 | 0.000000e+00 |      --      |    Inf 
86.07/86.17	c  86.2s| 34600 |   113 |531458 |  15.4 |9654k|  41 |  36 | 231 |  10k| 231 |2453 |  17 |  19k|3397 | 0.000000e+00 |      --      |    Inf 
86.37/86.44	c  86.4s| 34700 |   116 |533159 |  15.4 |9677k|  41 |  28 | 231 |  10k| 231 |2453 |  17 |  19k|3413 | 0.000000e+00 |      --      |    Inf 
86.57/86.68	c  86.7s| 34800 |   112 |534848 |  15.4 |9697k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3419 | 0.000000e+00 |      --      |    Inf 
86.87/86.94	c  86.9s| 34900 |   108 |536494 |  15.4 |9706k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3431 | 0.000000e+00 |      --      |    Inf 
87.17/87.20	c  87.2s| 35000 |   108 |537980 |  15.4 |9725k|  41 |  34 | 231 |  10k| 231 |2453 |  17 |  19k|3446 | 0.000000e+00 |      --      |    Inf 
87.37/87.49	c  87.5s| 35100 |   107 |539588 |  15.4 |9736k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3463 | 0.000000e+00 |      --      |    Inf 
87.66/87.73	c  87.7s| 35200 |   111 |541077 |  15.4 |9757k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3474 | 0.000000e+00 |      --      |    Inf 
87.88/87.94	c  87.9s| 35300 |   108 |542548 |  15.4 |9758k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3476 | 0.000000e+00 |      --      |    Inf 
88.07/88.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.07/88.16	c  88.2s| 35400 |   113 |544110 |  15.4 |9775k|  41 |  32 | 231 |  10k| 231 |2453 |  17 |  19k|3477 | 0.000000e+00 |      --      |    Inf 
88.27/88.37	c  88.4s| 35500 |   116 |545439 |  15.4 |9795k|  41 |  33 | 231 |  10k| 231 |2453 |  17 |  19k|3482 | 0.000000e+00 |      --      |    Inf 
88.47/88.59	c  88.6s| 35600 |   112 |546872 |  15.4 |9807k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  19k|3488 | 0.000000e+00 |      --      |    Inf 
88.76/88.82	c  88.8s| 35700 |   113 |548472 |  15.4 |9813k|  41 |  33 | 231 |  10k| 231 |2453 |  17 |  19k|3489 | 0.000000e+00 |      --      |    Inf 
88.98/89.02	c  89.0s| 35800 |   115 |549843 |  15.4 |9821k|  41 |  27 | 231 |  10k| 231 |2453 |  17 |  20k|3490 | 0.000000e+00 |      --      |    Inf 
89.17/89.22	c  89.2s| 35900 |   116 |551203 |  15.4 |9836k|  41 |   - | 231 |  10k|   0 |   0 |  17 |  20k|3490 | 0.000000e+00 |      --      |    Inf 
89.37/89.44	c  89.4s| 36000 |   109 |552546 |  15.3 |9822k|  41 |   - | 231 |  10k|   0 |   0 |  17 |  20k|3495 | 0.000000e+00 |      --      |    Inf 
89.57/89.64	c  89.6s| 36100 |   110 |553849 |  15.3 |9793k|  41 |  40 | 231 |  10k| 231 |2453 |  17 |  20k|3496 | 0.000000e+00 |      --      |    Inf 
89.77/89.85	c  89.9s| 36200 |   108 |555374 |  15.3 |9780k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  20k|3496 | 0.000000e+00 |      --      |    Inf 
89.97/90.10	c  90.1s| 36300 |   106 |557179 |  15.3 |9727k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
90.26/90.34	c  90.3s| 36400 |   105 |559078 |  15.4 |9682k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
90.47/90.55	c  90.6s| 36500 |   105 |560561 |  15.4 |9638k|  41 |  44 | 231 |  10k| 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
90.76/90.81	c  90.8s| 36600 |   109 |562506 |  15.4 |9567k|  41 |  38 | 231 |9928 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
90.97/91.01	c  91.0s| 36700 |   109 |563974 |  15.4 |9563k|  41 |   - | 231 |9906 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
91.17/91.25	c  91.3s| 36800 |   108 |565768 |  15.4 |9541k|  41 |   - | 231 |9841 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
91.36/91.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.36/91.47	c  91.5s| 36900 |   110 |567335 |  15.4 |9522k|  41 |  21 | 231 |9775 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
91.57/91.66	c  91.7s| 37000 |   112 |568725 |  15.4 |9514k|  41 |  29 | 231 |9739 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
91.77/91.85	c  91.9s| 37100 |   112 |570001 |  15.4 |9514k|  41 |  31 | 231 |9734 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
91.97/92.04	c  92.0s| 37200 |   109 |571349 |  15.4 |9510k|  41 |  32 | 231 |9748 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
92.16/92.27	c  92.3s| 37300 |   113 |573078 |  15.4 |9502k|  41 |  35 | 231 |9680 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
92.38/92.48	c  92.5s| 37400 |   111 |574581 |  15.4 |9506k|  41 |  28 | 231 |9684 | 231 |2453 |  17 |  20k|3497 | 0.000000e+00 |      --      |    Inf 
92.57/92.66	c  92.7s| 37500 |   114 |575813 |  15.4 |9532k|  41 |   - | 231 |9715 | 231 |2453 |  17 |  21k|3497 | 0.000000e+00 |      --      |    Inf 
92.87/92.90	c  92.9s| 37600 |   117 |577218 |  15.3 |9551k|  41 |  27 | 231 |9756 | 231 |2453 |  17 |  21k|3512 | 0.000000e+00 |      --      |    Inf 
93.07/93.12	c  93.1s| 37700 |   113 |578616 |  15.3 |9562k|  41 |   - | 231 |9808 | 231 |2453 |  17 |  21k|3521 | 0.000000e+00 |      --      |    Inf 
93.27/93.36	c  93.4s| 37800 |   113 |580041 |  15.3 |9579k|  41 |   - | 231 |9852 | 231 |2453 |  17 |  21k|3531 | 0.000000e+00 |      --      |    Inf 
93.47/93.56	c  93.6s| 37900 |   117 |581420 |  15.3 |9594k|  41 |  17 | 231 |9881 | 231 |2453 |  17 |  21k|3531 | 0.000000e+00 |      --      |    Inf 
93.66/93.76	c  93.8s| 38000 |   113 |582637 |  15.3 |9604k|  41 |  33 | 231 |9926 | 231 |2453 |  17 |  21k|3539 | 0.000000e+00 |      --      |    Inf 
93.96/94.00	c  94.0s| 38100 |   113 |584131 |  15.3 |9617k|  41 |  38 | 231 |9973 | 231 |2453 |  17 |  21k|3550 | 0.000000e+00 |      --      |    Inf 
94.16/94.23	c  94.2s| 38200 |   115 |585496 |  15.3 |9640k|  41 |  20 | 231 |  10k| 231 |2453 |  17 |  21k|3559 | 0.000000e+00 |      --      |    Inf 
94.37/94.46	c  94.5s| 38300 |   113 |586950 |  15.3 |9663k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  21k|3567 | 0.000000e+00 |      --      |    Inf 
94.57/94.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.57/94.69	c  94.7s| 38400 |   111 |588427 |  15.3 |9685k|  41 |   - | 231 |  10k|   0 |   0 |  17 |  21k|3576 | 0.000000e+00 |      --      |    Inf 
94.87/94.91	c  94.9s| 38500 |   112 |589774 |  15.3 |9700k|  41 |  19 | 231 |  10k| 231 |2453 |  17 |  21k|3586 | 0.000000e+00 |      --      |    Inf 
95.07/95.15	c  95.2s| 38600 |   112 |591242 |  15.3 |9718k|  41 |  35 | 231 |  10k| 231 |2453 |  17 |  21k|3599 | 0.000000e+00 |      --      |    Inf 
95.37/95.40	c  95.4s| 38700 |   109 |592716 |  15.3 |9707k|  41 |  25 | 231 |  10k| 231 |2453 |  17 |  21k|3609 | 0.000000e+00 |      --      |    Inf 
95.57/95.66	c  95.7s| 38800 |   103 |594297 |  15.3 |9679k|  41 |   - | 231 |  10k| 231 |2453 |  17 |  21k|3618 | 0.000000e+00 |      --      |    Inf 
95.76/95.89	c  95.9s| 38900 |   103 |595641 |  15.3 |9642k|  41 |  41 | 231 |  10k| 231 |2453 |  17 |  21k|3627 | 0.000000e+00 |      --      |    Inf 
96.06/96.15	c  96.2s| 39000 |   101 |597117 |  15.3 |9594k|  41 |  33 | 231 |9906 | 231 |2453 |  17 |  21k|3641 | 0.000000e+00 |      --      |    Inf 
96.37/96.43	c  96.4s| 39100 |   108 |598946 |  15.3 |9559k|  41 |  33 | 231 |9741 | 231 |2453 |  17 |  21k|3652 | 0.000000e+00 |      --      |    Inf 
96.56/96.66	c  96.7s| 39200 |   106 |600309 |  15.3 |9549k|  41 |   - | 231 |9711 | 231 |2453 |  17 |  21k|3661 | 0.000000e+00 |      --      |    Inf 
96.87/96.94	c  96.9s| 39300 |   105 |602089 |  15.3 |9530k|  41 |  30 | 231 |9669 | 231 |2453 |  17 |  21k|3673 | 0.000000e+00 |      --      |    Inf 
97.16/97.23	c  97.2s| 39400 |   107 |604094 |  15.3 |9527k|  41 |  33 | 231 |9628 | 231 |2453 |  17 |  22k|3682 | 0.000000e+00 |      --      |    Inf 
97.36/97.47	c  97.5s| 39500 |   108 |605853 |  15.3 |9535k|  41 |   - | 231 |9644 | 231 |2453 |  17 |  22k|3687 | 0.000000e+00 |      --      |    Inf 
97.66/97.72	c  97.7s| 39600 |   108 |607706 |  15.3 |9526k|  41 |   - | 231 |9640 | 231 |2453 |  17 |  22k|3690 | 0.000000e+00 |      --      |    Inf 
97.88/97.93	c  97.9s| 39700 |   108 |609278 |  15.3 |9536k|  41 |   - | 231 |9661 | 231 |2453 |  17 |  22k|3691 | 0.000000e+00 |      --      |    Inf 
98.06/98.15	c  98.1s| 39800 |   109 |610944 |  15.3 |9553k|  41 |  33 | 231 |9699 | 231 |2453 |  17 |  22k|3691 | 0.000000e+00 |      --      |    Inf 
98.27/98.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.27/98.38	c  98.4s| 39900 |   109 |612680 |  15.4 |9567k|  41 |   - | 231 |9738 | 231 |2453 |  17 |  22k|3693 | 0.000000e+00 |      --      |    Inf 
98.56/98.64	c  98.6s| 40000 |   119 |614859 |  15.4 |9602k|  41 |   - | 231 |9774 | 231 |2453 |  17 |  22k|3693 | 0.000000e+00 |      --      |    Inf 
98.77/98.88	c  98.9s| 40100 |   114 |616671 |  15.4 |9610k|  41 |  34 | 231 |9814 | 231 |2453 |  17 |  22k|3693 | 0.000000e+00 |      --      |    Inf 
99.06/99.12	c  99.1s| 40200 |   108 |618535 |  15.4 |9615k|  41 |  35 | 231 |9864 | 231 |2453 |  17 |  22k|3693 | 0.000000e+00 |      --      |    Inf 
99.27/99.34	c  99.3s| 40300 |   106 |620102 |  15.4 |9611k|  41 |  42 | 231 |9864 | 231 |2453 |  17 |  22k|3694 | 0.000000e+00 |      --      |    Inf 
99.47/99.54	c  99.5s| 40400 |   106 |621638 |  15.4 |9629k|  41 |   - | 231 |9901 | 231 |2453 |  17 |  22k|3694 | 0.000000e+00 |      --      |    Inf 
99.66/99.76	c  99.8s| 40500 |   103 |623286 |  15.4 |9620k|  41 |  26 | 231 |9926 | 231 |2453 |  17 |  22k|3694 | 0.000000e+00 |      --      |    Inf 
99.97/100.03	c   100s| 40600 |   101 |625164 |  15.4 |9590k|  41 |   - | 231 |9845 | 231 |2453 |  17 |  22k|3700 | 0.000000e+00 |      --      |    Inf 
100.16/100.29	c   100s| 40700 |   105 |626920 |  15.4 |9548k|  41 |  33 | 231 |9699 | 231 |2453 |  17 |  22k|3708 | 0.000000e+00 |      --      |    Inf 
100.46/100.52	c   101s| 40800 |   105 |628530 |  15.4 |9520k|  41 |   - | 231 |9601 | 231 |2453 |  17 |  22k|3710 | 0.000000e+00 |      --      |    Inf 
100.66/100.74	c   101s| 40900 |   107 |630147 |  15.4 |9508k|  41 |  28 | 231 |9542 | 231 |2453 |  17 |  22k|3711 | 0.000000e+00 |      --      |    Inf 
100.87/100.95	c   101s| 41000 |   104 |631782 |  15.4 |9498k|  41 |  43 | 231 |9517 | 231 |2453 |  17 |  22k|3711 | 0.000000e+00 |      --      |    Inf 
101.07/101.20	c   101s| 41100 |   106 |633794 |  15.4 |9500k|  41 |  35 | 231 |9488 | 231 |2453 |  17 |  22k|3711 | 0.000000e+00 |      --      |    Inf 
101.36/101.46	c   101s| 41200 |   104 |635872 |  15.4 |9487k|  41 |  31 | 231 |9427 | 231 |2453 |  17 |  22k|3712 | 0.000000e+00 |      --      |    Inf 
101.56/101.69	c   102s| 41300 |   103 |637669 |  15.4 |9479k|  41 |  36 | 231 |9413 | 231 |2453 |  17 |  23k|3712 | 0.000000e+00 |      --      |    Inf 
101.87/101.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.87/101.91	c   102s| 41400 |   103 |639303 |  15.4 |9488k|  41 |   - | 231 |9432 | 231 |2453 |  17 |  23k|3712 | 0.000000e+00 |      --      |    Inf 
102.06/102.14	c   102s| 41500 |   102 |641057 |  15.4 |9482k|  41 |   - | 231 |9429 | 231 |2453 |  17 |  23k|3712 | 0.000000e+00 |      --      |    Inf 
102.36/102.43	c   102s| 41600 |   100 |642761 |  15.4 |9401k|  41 |   - | 231 |9183 | 231 |2453 |  17 |  23k|3721 | 0.000000e+00 |      --      |    Inf 
102.67/102.70	c   103s| 41700 |   101 |644475 |  15.5 |9391k|  41 |   - | 231 |9147 | 231 |2453 |  17 |  23k|3730 | 0.000000e+00 |      --      |    Inf 
102.86/102.90	c   103s| 41800 |   103 |645920 |  15.4 |9366k|  41 |   - | 231 |9063 | 231 |2453 |  17 |  23k|3730 | 0.000000e+00 |      --      |    Inf 
103.06/103.19	c   103s| 41900 |   105 |647448 |  15.4 |9345k|  41 |  32 | 231 |8991 | 231 |2453 |  17 |  23k|3749 | 0.000000e+00 |      --      |    Inf 
103.28/103.40	c   103s| 42000 |   105 |649004 |  15.4 |9350k|  41 |   - | 231 |8976 |   0 |   0 |  17 |  23k|3749 | 0.000000e+00 |      --      |    Inf 
103.56/103.65	c   104s| 42100 |   107 |650673 |  15.5 |9360k|  41 |  38 | 231 |9012 | 231 |2453 |  17 |  23k|3758 | 0.000000e+00 |      --      |    Inf 
103.87/103.94	c   104s| 42200 |   105 |652564 |  15.5 |9370k|  41 |   - | 231 |9033 | 231 |2453 |  17 |  23k|3771 | 0.000000e+00 |      --      |    Inf 
104.06/104.16	c   104s| 42300 |   107 |653980 |  15.5 |9362k|  41 |  31 | 231 |9001 | 231 |2453 |  17 |  23k|3779 | 0.000000e+00 |      --      |    Inf 
104.27/104.39	c   104s| 42400 |   105 |655341 |  15.5 |9358k|  41 |  35 | 231 |9015 | 231 |2453 |  17 |  23k|3791 | 0.000000e+00 |      --      |    Inf 
104.57/104.64	c   105s| 42500 |   103 |656857 |  15.5 |9357k|  41 |   - | 231 |9013 | 231 |2453 |  17 |  23k|3801 | 0.000000e+00 |      --      |    Inf 
104.76/104.85	c   105s| 42600 |   106 |658332 |  15.5 |9364k|  41 |  29 | 231 |9030 | 231 |2453 |  17 |  23k|3808 | 0.000000e+00 |      --      |    Inf 
105.06/105.10	c   105s| 42700 |   106 |659866 |  15.5 |9376k|  41 |  25 | 231 |9069 | 231 |2453 |  17 |  23k|3820 | 0.000000e+00 |      --      |    Inf 
105.27/105.35	c   105s| 42800 |   105 |661411 |  15.5 |9388k|  41 |   - | 231 |9102 | 231 |2453 |  17 |  23k|3832 | 0.000000e+00 |      --      |    Inf 
105.47/105.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.47/105.56	c   106s| 42900 |   103 |662838 |  15.4 |9400k|  41 |   - | 231 |9138 | 231 |2453 |  17 |  23k|3837 | 0.000000e+00 |      --      |    Inf 
105.76/105.80	c   106s| 43000 |   105 |664300 |  15.4 |9410k|  41 |  19 | 231 |9178 | 231 |2453 |  17 |  24k|3846 | 0.000000e+00 |      --      |    Inf 
105.97/106.03	c   106s| 43100 |   105 |665732 |  15.4 |9428k|  41 |   - | 231 |9217 | 231 |2453 |  17 |  24k|3858 | 0.000000e+00 |      --      |    Inf 
106.17/106.23	c   106s| 43200 |   106 |666808 |  15.4 |9451k|  41 |   - | 231 |9276 | 231 |2453 |  17 |  24k|3870 | 0.000000e+00 |      --      |    Inf 
106.37/106.46	c   106s| 43300 |   104 |668210 |  15.4 |9459k|  41 |  21 | 231 |9320 | 231 |2453 |  17 |  24k|3879 | 0.000000e+00 |      --      |    Inf 
106.67/106.72	c   107s| 43400 |   102 |669697 |  15.4 |9426k|  41 |  40 | 231 |9227 | 231 |2453 |  17 |  24k|3891 | 0.000000e+00 |      --      |    Inf 
106.86/106.97	c   107s| 43500 |   102 |671312 |  15.4 |9421k|  41 |  42 | 231 |9208 | 231 |2453 |  17 |  24k|3902 | 0.000000e+00 |      --      |    Inf 
107.16/107.27	c   107s| 43600 |   104 |673232 |  15.4 |9386k|  41 |  21 | 231 |9084 | 231 |2453 |  17 |  24k|3914 | 0.000000e+00 |      --      |    Inf 
107.46/107.54	c   108s| 43700 |   102 |675089 |  15.4 |9355k|  41 |   - | 231 |8991 | 231 |2453 |  17 |  24k|3922 | 0.000000e+00 |      --      |    Inf 
107.68/107.78	c   108s| 43800 |   104 |676708 |  15.4 |9326k|  41 |   - | 231 |8891 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
107.96/108.00	c   108s| 43900 |   106 |678201 |  15.4 |9299k|  41 |  31 | 231 |8750 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
108.16/108.22	c   108s| 44000 |   106 |679809 |  15.4 |9292k|  41 |   - | 231 |8691 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
108.37/108.43	c   108s| 44100 |   102 |681294 |  15.4 |9276k|  41 |  40 | 231 |8699 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
108.56/108.65	c   109s| 44200 |   104 |682863 |  15.4 |9294k|  41 |   - | 231 |8730 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
108.77/108.86	c   109s| 44300 |   110 |684363 |  15.4 |9317k|  41 |  31 | 231 |8765 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
108.96/109.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.96/109.09	c   109s| 44400 |   107 |686028 |  15.4 |9322k|  41 |  31 | 231 |8802 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
109.26/109.30	c   109s| 44500 |   107 |687550 |  15.4 |9335k|  41 |   - | 231 |8833 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
109.47/109.52	c   110s| 44600 |   109 |689202 |  15.5 |9353k|  41 |   - | 231 |8877 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
109.67/109.73	c   110s| 44700 |   105 |690731 |  15.4 |9354k|  41 |  28 | 231 |8927 | 231 |2453 |  17 |  24k|3925 | 0.000000e+00 |      --      |    Inf 
109.87/109.96	c   110s| 44800 |   103 |692355 |  15.5 |9349k|  41 |   - | 231 |8904 |   0 |   0 |  17 |  25k|3925 | 0.000000e+00 |      --      |    Inf 
110.06/110.17	c   110s| 44900 |   103 |693892 |  15.5 |9328k|  41 |  34 | 231 |8850 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
110.37/110.43	c   110s| 45000 |   103 |695851 |  15.5 |9321k|  41 |   - | 231 |8801 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
110.57/110.67	c   111s| 45100 |   104 |697751 |  15.5 |9308k|  41 |  30 | 231 |8759 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
110.86/110.90	c   111s| 45200 |   106 |699482 |  15.5 |9317k|  41 |  10 | 231 |8756 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
111.07/111.12	c   111s| 45300 |   104 |701235 |  15.5 |9309k|  41 |  21 | 231 |8756 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
111.27/111.35	c   111s| 45400 |   106 |702972 |  15.5 |9314k|  41 |  27 | 231 |8748 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
111.47/111.59	c   112s| 45500 |   102 |704815 |  15.5 |9314k|  41 |   - | 231 |8754 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
111.76/111.83	c   112s| 45600 |   100 |706533 |  15.5 |9268k|  41 |   - | 231 |8646 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
111.97/112.05	c   112s| 45700 |    98 |708201 |  15.5 |9232k|  41 |  30 | 231 |8614 | 231 |2453 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
112.17/112.28	c   112s| 45800 |   100 |709878 |  15.5 |9215k|  41 |   - | 231 |8524 |   0 |   0 |  17 |  25k|3926 | 0.000000e+00 |      --      |    Inf 
112.46/112.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.46/112.54	c   113s| 45900 |    98 |711553 |  15.5 |9198k|  41 |   - | 231 |8493 | 231 |2453 |  17 |  25k|3935 | 0.000000e+00 |      --      |    Inf 
112.77/112.80	c   113s| 46000 |    98 |713300 |  15.5 |9160k|  41 |   - | 231 |8400 | 231 |2453 |  17 |  25k|3941 | 0.000000e+00 |      --      |    Inf 
112.96/113.08	c   113s| 46100 |   100 |715268 |  15.5 |9147k|  41 |   - | 231 |8346 | 231 |2453 |  17 |  25k|3950 | 0.000000e+00 |      --      |    Inf 
113.27/113.35	c   113s| 46200 |   100 |717022 |  15.5 |9139k|  41 |   - | 231 |8322 |   0 |   0 |  17 |  25k|3961 | 0.000000e+00 |      --      |    Inf 
113.47/113.57	c   114s| 46300 |   101 |718464 |  15.5 |9142k|  41 |  30 | 231 |8336 | 231 |2453 |  17 |  25k|3969 | 0.000000e+00 |      --      |    Inf 
113.77/113.84	c   114s| 46400 |   101 |720287 |  15.5 |9154k|  41 |  37 | 231 |8361 | 231 |2453 |  17 |  25k|3981 | 0.000000e+00 |      --      |    Inf 
114.06/114.10	c   114s| 46500 |   101 |722022 |  15.5 |9164k|  41 |   - | 231 |8386 | 231 |2453 |  17 |  26k|3990 | 0.000000e+00 |      --      |    Inf 
114.27/114.36	c   114s| 46600 |   103 |723689 |  15.5 |9184k|  41 |   - | 231 |8409 |   0 |   0 |  17 |  26k|4001 | 0.000000e+00 |      --      |    Inf 
114.56/114.63	c   115s| 46700 |   109 |725658 |  15.5 |9201k|  41 |  29 | 231 |8436 | 231 |2453 |  17 |  26k|4010 | 0.000000e+00 |      --      |    Inf 
114.87/114.90	c   115s| 46800 |   105 |727540 |  15.5 |9207k|  41 |  39 | 231 |8468 | 231 |2453 |  17 |  26k|4020 | 0.000000e+00 |      --      |    Inf 
115.17/115.20	c   115s| 46900 |   105 |729705 |  15.6 |9224k|  41 |  22 | 231 |8499 | 231 |2453 |  17 |  26k|4032 | 0.000000e+00 |      --      |    Inf 
115.37/115.46	c   115s| 47000 |   105 |731289 |  15.6 |9223k|  41 |  44 | 231 |8494 | 231 |2453 |  17 |  26k|4042 | 0.000000e+00 |      --      |    Inf 
115.57/115.69	c   116s| 47100 |   103 |732776 |  15.6 |9231k|  41 |  35 | 231 |8526 | 231 |2453 |  17 |  26k|4050 | 0.000000e+00 |      --      |    Inf 
115.86/115.93	c   116s| 47200 |   102 |734329 |  15.6 |9209k|  42 |   - | 231 |8461 | 231 |2453 |  17 |  26k|4055 | 0.000000e+00 |      --      |    Inf 
116.17/116.22	c   116s| 47300 |   100 |736289 |  15.6 |9208k|  42 |   - | 231 |8462 | 231 |2453 |  17 |  26k|4067 | 0.000000e+00 |      --      |    Inf 
116.36/116.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.36/116.48	c   116s| 47400 |   104 |737978 |  15.6 |9177k|  42 |  17 | 231 |8348 | 231 |2453 |  17 |  26k|4075 | 0.000000e+00 |      --      |    Inf 
116.66/116.72	c   117s| 47500 |   102 |739462 |  15.6 |9181k|  42 |  28 | 231 |8357 | 231 |2453 |  17 |  26k|4087 | 0.000000e+00 |      --      |    Inf 
116.86/116.94	c   117s| 47600 |   105 |740777 |  15.6 |9193k|  42 |  23 | 231 |8370 | 231 |2453 |  17 |  26k|4096 | 0.000000e+00 |      --      |    Inf 
117.06/117.15	c   117s| 47700 |   105 |742148 |  15.6 |9201k|  42 |   - | 231 |8390 | 231 |2453 |  17 |  26k|4100 | 0.000000e+00 |      --      |    Inf 
117.27/117.36	c   117s| 47800 |   107 |743661 |  15.6 |9208k|  42 |  27 | 231 |8400 | 231 |2453 |  17 |  26k|4101 | 0.000000e+00 |      --      |    Inf 
117.46/117.55	c   118s| 47900 |   107 |745160 |  15.6 |9218k|  42 |  25 | 231 |8431 | 231 |2453 |  17 |  26k|4101 | 0.000000e+00 |      --      |    Inf 
117.67/117.74	c   118s| 48000 |   106 |746439 |  15.5 |9235k|  42 |  28 | 231 |8496 | 231 |2453 |  17 |  26k|4103 | 0.000000e+00 |      --      |    Inf 
117.86/117.95	c   118s| 48100 |   104 |748052 |  15.5 |9253k|  42 |  37 | 231 |8550 | 231 |2453 |  17 |  26k|4103 | 0.000000e+00 |      --      |    Inf 
118.06/118.18	c   118s| 48200 |   109 |749769 |  15.6 |9262k|  42 |  18 | 231 |8549 | 231 |2453 |  17 |  27k|4103 | 0.000000e+00 |      --      |    Inf 
118.36/118.41	c   118s| 48300 |   108 |751389 |  15.6 |9271k|  42 |   - | 231 |8571 | 231 |2453 |  17 |  27k|4106 | 0.000000e+00 |      --      |    Inf 
118.57/118.67	c   119s| 48400 |   108 |753479 |  15.6 |9282k|  42 |  38 | 231 |8609 | 231 |2453 |  17 |  27k|4107 | 0.000000e+00 |      --      |    Inf 
118.77/118.87	c   119s| 48500 |   110 |754949 |  15.6 |9303k|  42 |  29 | 231 |8648 | 231 |2453 |  17 |  27k|4107 | 0.000000e+00 |      --      |    Inf 
118.96/119.08	c   119s| 48600 |   106 |756590 |  15.6 |9313k|  42 |  28 | 231 |8691 | 231 |2453 |  17 |  27k|4107 | 0.000000e+00 |      --      |    Inf 
119.27/119.32	c   119s| 48700 |   106 |758367 |  15.6 |9326k|  42 |  34 | 231 |8739 | 231 |2453 |  17 |  27k|4107 | 0.000000e+00 |      --      |    Inf 
119.47/119.53	c   120s| 48800 |   105 |759871 |  15.6 |9338k|  42 |  25 | 231 |8784 | 231 |2453 |  17 |  27k|4107 | 0.000000e+00 |      --      |    Inf 
119.66/119.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.66/119.74	c   120s| 48900 |   104 |761408 |  15.6 |9342k|  42 |   - | 231 |8798 | 231 |2453 |  17 |  27k|4108 | 0.000000e+00 |      --      |    Inf 
119.87/119.98	c   120s| 49000 |   103 |763067 |  15.6 |9346k|  42 |  20 | 231 |8813 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
120.07/120.20	c   120s| 49100 |   103 |764696 |  15.6 |9349k|  42 |   - | 231 |8782 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
120.36/120.40	c   120s| 49200 |   101 |766169 |  15.6 |9345k|  42 |   - | 231 |8799 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
120.57/120.62	c   121s| 49300 |   101 |767765 |  15.6 |9320k|  42 |   - | 231 |8780 |   0 |   0 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
120.77/120.85	c   121s| 49400 |   103 |769420 |  15.6 |9296k|  42 |  32 | 231 |8713 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
120.97/121.07	c   121s| 49500 |   100 |771027 |  15.6 |9296k|  42 |   - | 231 |8725 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
121.27/121.31	c   121s| 49600 |   100 |772911 |  15.6 |9271k|  42 |  45 | 231 |8661 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
121.46/121.56	c   122s| 49700 |   106 |774831 |  15.6 |9277k|  42 |   - | 231 |8625 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
121.66/121.79	c   122s| 49800 |   100 |776483 |  15.6 |9253k|  42 |   - | 231 |8588 | 231 |2453 |  17 |  27k|4110 | 0.000000e+00 |      --      |    Inf 
121.87/122.00	c   122s| 49900 |    98 |778069 |  15.6 |9258k|  42 |   - | 231 |8612 | 231 |2453 |  17 |  28k|4110 | 0.000000e+00 |      --      |    Inf 
122.16/122.27	c   122s| 50000 |    98 |779770 |  15.6 |9234k|  42 |  41 | 231 |8551 | 231 |2453 |  17 |  28k|4119 | 0.000000e+00 |      --      |    Inf 
122.36/122.49	c   122s| 50100 |    98 |781365 |  15.6 |9219k|  42 |  26 | 231 |8517 | 231 |2453 |  17 |  28k|4119 | 0.000000e+00 |      --      |    Inf 
122.66/122.76	c   123s| 50200 |    94 |783168 |  15.6 |9207k|  42 |   - | 231 |8496 | 231 |2453 |  17 |  28k|4129 | 0.000000e+00 |      --      |    Inf 
122.96/123.02	c   123s| 50300 |    92 |784834 |  15.6 |9189k|  42 |   - | 231 |8451 | 231 |2453 |  17 |  28k|4138 | 0.000000e+00 |      --      |    Inf 
123.17/123.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.17/123.28	c   123s| 50400 |    94 |786237 |  15.6 |9189k|  42 |  43 | 231 |8438 | 231 |2453 |  17 |  28k|4154 | 0.000000e+00 |      --      |    Inf 
123.46/123.53	c   124s| 50500 |    94 |787791 |  15.6 |9185k|  42 |   - | 231 |8423 | 231 |2453 |  17 |  28k|4163 | 0.000000e+00 |      --      |    Inf 
123.66/123.77	c   124s| 50600 |    98 |789640 |  15.6 |9159k|  42 |  27 | 231 |8331 | 231 |2453 |  17 |  28k|4164 | 0.000000e+00 |      --      |    Inf 
123.96/124.07	c   124s| 50700 |    92 |791644 |  15.6 |9121k|  42 |   - | 231 |8272 | 231 |2453 |  17 |  28k|4175 | 0.000000e+00 |      --      |    Inf 
124.26/124.34	c   124s| 50800 |    93 |793352 |  15.6 |9097k|  42 |   - | 231 |8193 | 231 |2453 |  17 |  28k|4188 | 0.000000e+00 |      --      |    Inf 
124.56/124.60	c   125s| 50900 |    97 |795128 |  15.6 |9113k|  42 |  39 | 231 |8212 | 231 |2453 |  17 |  28k|4196 | 0.000000e+00 |      --      |    Inf 
124.76/124.86	c   125s| 51000 |    95 |796935 |  15.6 |9106k|  42 |  36 | 231 |8210 | 231 |2453 |  17 |  28k|4201 | 0.000000e+00 |      --      |    Inf 
125.07/125.16	c   125s| 51100 |    94 |798787 |  15.6 |9083k|  42 |  29 | 231 |8133 | 231 |2453 |  17 |  28k|4213 | 0.000000e+00 |      --      |    Inf 
125.37/125.43	c   125s| 51200 |    97 |800682 |  15.6 |9076k|  42 |  35 | 231 |8098 | 231 |2453 |  17 |  28k|4220 | 0.000000e+00 |      --      |    Inf 
125.66/125.73	c   126s| 51300 |    95 |802796 |  15.6 |9096k|  42 |   - | 231 |8142 | 231 |2453 |  17 |  28k|4230 | 0.000000e+00 |      --      |    Inf 
125.96/126.02	c   126s| 51400 |    93 |804674 |  15.7 |9097k|  42 |  41 | 231 |8167 | 231 |2453 |  17 |  28k|4239 | 0.000000e+00 |      --      |    Inf 
126.16/126.29	c   126s| 51500 |    93 |806452 |  15.7 |9099k|  42 |  28 | 231 |8173 | 231 |2453 |  17 |  29k|4250 | 0.000000e+00 |      --      |    Inf 
126.47/126.56	c   127s| 51600 |    91 |808206 |  15.7 |9083k|  42 |  36 | 231 |8156 | 231 |2453 |  17 |  29k|4258 | 0.000000e+00 |      --      |    Inf 
126.76/126.82	c   127s| 51700 |    89 |809792 |  15.7 |9080k|  42 |   - | 231 |8134 | 231 |2453 |  17 |  29k|4266 | 0.000000e+00 |      --      |    Inf 
126.97/127.05	c   127s| 51800 |    89 |811356 |  15.7 |9069k|  42 |  41 | 231 |8102 | 231 |2453 |  17 |  29k|4270 | 0.000000e+00 |      --      |    Inf 
127.26/127.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.26/127.31	c   127s| 51900 |    89 |813028 |  15.7 |9055k|  42 |   - | 231 |8044 | 231 |2453 |  17 |  29k|4277 | 0.000000e+00 |      --      |    Inf 
127.46/127.54	c   128s| 52000 |    89 |814675 |  15.7 |9052k|  42 |   - | 231 |8030 | 231 |2453 |  17 |  29k|4279 | 0.000000e+00 |      --      |    Inf 
127.66/127.78	c   128s| 52100 |    87 |816574 |  15.7 |9049k|  42 |   - | 231 |8024 | 231 |2453 |  17 |  29k|4280 | 0.000000e+00 |      --      |    Inf 
127.86/127.99	c   128s| 52200 |    90 |818030 |  15.7 |9054k|  42 |  32 | 231 |8050 | 231 |2453 |  17 |  29k|4283 | 0.000000e+00 |      --      |    Inf 
128.16/128.22	c   128s| 52300 |    86 |819647 |  15.7 |9050k|  43 |  37 | 231 |8060 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
128.36/128.41	c   128s| 52400 |    88 |821021 |  15.7 |9063k|  43 |   - | 231 |8069 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
128.46/128.60	c   129s| 52500 |    86 |822374 |  15.7 |9062k|  43 |   - | 231 |8093 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
128.67/128.78	c   129s| 52600 |    89 |823700 |  15.7 |9083k|  43 |  27 | 231 |8135 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
128.86/128.96	c   129s| 52700 |    85 |825008 |  15.7 |9090k|  43 |   - | 231 |8164 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
129.16/129.21	c   129s| 52800 |    87 |826901 |  15.7 |9093k|  43 |  41 | 231 |8175 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
129.36/129.41	c   129s| 52900 |    87 |828396 |  15.7 |9102k|  43 |  39 | 231 |8194 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
129.57/129.65	c   130s| 53000 |    87 |830215 |  15.7 |9111k|  43 |  38 | 231 |8217 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
129.77/129.83	c   130s| 53100 |    90 |831505 |  15.7 |9137k|  43 |   - | 231 |8260 | 231 |2453 |  17 |  29k|4285 | 0.000000e+00 |      --      |    Inf 
129.96/130.01	c   130s| 53200 |    89 |832795 |  15.7 |9152k|  43 |  25 | 231 |8319 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
130.16/130.20	c   130s| 53300 |    87 |834133 |  15.6 |9165k|  43 |   - | 231 |8352 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
130.36/130.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.36/130.41	c   130s| 53400 |    87 |835709 |  15.6 |9180k|  43 |   - | 231 |8378 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
130.56/130.62	c   131s| 53500 |    88 |837284 |  15.6 |9185k|  43 |  26 | 231 |8404 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
130.76/130.85	c   131s| 53600 |    88 |839010 |  15.7 |9196k|  43 |  27 | 231 |8440 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
130.96/131.02	c   131s| 53700 |    88 |840165 |  15.6 |9218k|  43 |   - | 231 |8490 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
131.16/131.22	c   131s| 53800 |    89 |841623 |  15.6 |9240k|  43 |   - | 231 |8537 |   0 |   0 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
131.36/131.42	c   131s| 53900 |    84 |843035 |  15.6 |9235k|  43 |  46 | 231 |8593 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
131.56/131.64	c   132s| 54000 |    86 |844640 |  15.6 |9249k|  43 |   - | 231 |8606 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
131.76/131.84	c   132s| 54100 |    86 |846101 |  15.6 |9256k|  43 |   - | 231 |8618 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
131.96/132.05	c   132s| 54200 |    84 |847672 |  15.6 |9258k|  43 |   - | 231 |8646 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
132.16/132.26	c   132s| 54300 |    89 |849183 |  15.6 |9258k|  43 |  17 | 231 |8618 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
132.36/132.45	c   132s| 54400 |    89 |850596 |  15.6 |9263k|  43 |  38 | 231 |8634 | 231 |2453 |  17 |  30k|4285 | 0.000000e+00 |      --      |    Inf 
132.57/132.69	c   133s| 54500 |    97 |852041 |  15.6 |9293k|  43 |  27 | 231 |8655 | 231 |2453 |  17 |  30k|4294 | 0.000000e+00 |      --      |    Inf 
132.86/132.90	c   133s| 54600 |    94 |853553 |  15.6 |9297k|  43 |  18 | 231 |8679 | 231 |2453 |  17 |  30k|4294 | 0.000000e+00 |      --      |    Inf 
133.06/133.16	c   133s| 54700 |    90 |854993 |  15.6 |9302k|  43 |   - | 231 |8710 | 231 |2453 |  17 |  30k|4309 | 0.000000e+00 |      --      |    Inf 
133.26/133.36	c   133s| 54800 |    93 |856401 |  15.6 |9323k|  43 |  34 | 231 |8747 | 231 |2453 |  17 |  31k|4309 | 0.000000e+00 |      --      |    Inf 
133.56/133.60	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.60	c   134s| 54900 |    92 |857908 |  15.6 |9338k|  43 |  43 | 231 |8791 | 231 |2453 |  17 |  31k|4317 | 0.000000e+00 |      --      |    Inf 
133.76/133.85	c   134s| 55000 |    85 |859519 |  15.6 |9335k|  43 |   - | 231 |8828 | 231 |2453 |  17 |  31k|4326 | 0.000000e+00 |      --      |    Inf 
133.96/134.08	c   134s| 55100 |    88 |860893 |  15.6 |9356k|  43 |  36 | 231 |8868 | 231 |2453 |  17 |  31k|4333 | 0.000000e+00 |      --      |    Inf 
134.26/134.32	c   134s| 55200 |    88 |862443 |  15.6 |9372k|  43 |  30 | 231 |8911 | 231 |2453 |  17 |  31k|4344 | 0.000000e+00 |      --      |    Inf 
134.46/134.54	c   135s| 55300 |    84 |863843 |  15.6 |9389k|  43 |   - | 231 |8964 | 231 |2453 |  17 |  31k|4353 | 0.000000e+00 |      --      |    Inf 
134.66/134.78	c   135s| 55400 |    84 |865257 |  15.6 |9394k|  43 |   - | 231 |8969 | 231 |2453 |  17 |  31k|4362 | 0.000000e+00 |      --      |    Inf 
134.96/135.02	c   135s| 55500 |    84 |866955 |  15.6 |9391k|  43 |   - | 231 |8958 | 231 |2453 |  17 |  31k|4367 | 0.000000e+00 |      --      |    Inf 
135.16/135.28	c   135s| 55600 |    84 |868568 |  15.6 |9390k|  43 |  38 | 231 |8951 | 231 |2453 |  17 |  31k|4376 | 0.000000e+00 |      --      |    Inf 
135.46/135.52	c   136s| 55700 |    82 |870079 |  15.6 |9377k|  43 |   - | 231 |8904 | 231 |2453 |  17 |  31k|4382 | 0.000000e+00 |      --      |    Inf 
135.66/135.79	c   136s| 55800 |    82 |871754 |  15.6 |9339k|  43 |   - | 231 |8807 | 231 |2453 |  17 |  31k|4391 | 0.000000e+00 |      --      |    Inf 
135.96/136.01	c   136s| 55900 |    84 |873208 |  15.6 |9348k|  43 |  14 | 231 |8812 | 231 |2453 |  17 |  31k|4399 | 0.000000e+00 |      --      |    Inf 
136.16/136.25	c   136s| 56000 |    85 |874662 |  15.6 |9356k|  43 |  25 | 231 |8824 | 231 |2453 |  17 |  31k|4407 | 0.000000e+00 |      --      |    Inf 
136.37/136.46	c   136s| 56100 |    87 |876056 |  15.6 |9365k|  43 |  15 | 231 |8832 | 231 |2453 |  17 |  31k|4414 | 0.000000e+00 |      --      |    Inf 
136.56/136.69	c   137s| 56200 |    85 |877511 |  15.6 |9372k|  43 |  30 | 231 |8852 | 231 |2453 |  17 |  31k|4422 | 0.000000e+00 |      --      |    Inf 
136.86/136.92	c   137s| 56300 |    84 |879083 |  15.6 |9387k|  43 |   - | 231 |8888 | 231 |2453 |  17 |  31k|4430 | 0.000000e+00 |      --      |    Inf 
137.06/137.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.06/137.17	c   137s| 56400 |    86 |880702 |  15.6 |9398k|  43 |  31 | 231 |8923 | 231 |2453 |  17 |  31k|4440 | 0.000000e+00 |      --      |    Inf 
137.37/137.41	c   137s| 56500 |    84 |882338 |  15.6 |9413k|  43 |  45 | 231 |8969 | 231 |2453 |  17 |  31k|4448 | 0.000000e+00 |      --      |    Inf 
137.56/137.66	c   138s| 56600 |    85 |883828 |  15.6 |9423k|  43 |  21 | 231 |9010 | 231 |2453 |  17 |  32k|4461 | 0.000000e+00 |      --      |    Inf 
137.86/137.91	c   138s| 56700 |    84 |885439 |  15.6 |9441k|  43 |  33 | 231 |9058 | 231 |2453 |  17 |  32k|4470 | 0.000000e+00 |      --      |    Inf 
138.06/138.14	c   138s| 56800 |    86 |887038 |  15.6 |9464k|  43 |   - | 231 |9097 | 231 |2453 |  17 |  32k|4475 | 0.000000e+00 |      --      |    Inf 
138.26/138.38	c   138s| 56900 |    88 |888685 |  15.6 |9482k|  43 |   - | 231 |9131 | 231 |2453 |  17 |  32k|4479 | 0.000000e+00 |      --      |    Inf 
138.46/138.60	c   139s| 57000 |    83 |890271 |  15.6 |9483k|  43 |   - | 231 |9158 | 231 |2453 |  17 |  32k|4480 | 0.000000e+00 |      --      |    Inf 
138.76/138.80	c   139s| 57100 |    91 |891503 |  15.6 |9516k|  43 |   - | 231 |9199 | 231 |2453 |  17 |  32k|4484 | 0.000000e+00 |      --      |    Inf 
138.86/138.98	c   139s| 57200 |   100 |892809 |  15.6 |9557k|  43 |  17 | 231 |9249 | 231 |2453 |  17 |  32k|4485 | 0.000000e+00 |      --      |    Inf 
139.06/139.17	c   139s| 57300 |   100 |894081 |  15.6 |9585k|  43 |   - | 231 |9302 |   0 |   0 |  17 |  32k|4487 | 0.000000e+00 |      --      |    Inf 
139.26/139.37	c   139s| 57400 |   102 |895483 |  15.6 |9607k|  43 |  34 | 231 |9358 | 231 |2453 |  17 |  32k|4488 | 0.000000e+00 |      --      |    Inf 
139.46/139.55	c   140s| 57500 |   102 |896740 |  15.6 |9631k|  43 |   - | 231 |9408 | 231 |2453 |  17 |  32k|4488 | 0.000000e+00 |      --      |    Inf 
139.66/139.75	c   140s| 57600 |    99 |898129 |  15.6 |9637k|  43 |  31 | 231 |9442 | 231 |2453 |  17 |  32k|4488 | 0.000000e+00 |      --      |    Inf 
139.86/139.94	c   140s| 57700 |    98 |899410 |  15.6 |9659k|  43 |  26 | 231 |9498 | 231 |2453 |  17 |  32k|4489 | 0.000000e+00 |      --      |    Inf 
140.06/140.12	c   140s| 57800 |    90 |900695 |  15.6 |9659k|  43 |  30 | 231 |9560 | 231 |2453 |  17 |  32k|4489 | 0.000000e+00 |      --      |    Inf 
140.26/140.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.26/140.31	c   140s| 57900 |    86 |902061 |  15.6 |9678k|  43 |   - | 231 |9616 | 231 |2453 |  17 |  32k|4489 | 0.000000e+00 |      --      |    Inf 
140.46/140.50	c   141s| 58000 |    89 |903371 |  15.6 |9680k|  43 |  17 | 231 |9635 | 231 |2453 |  17 |  32k|4490 | 0.000000e+00 |      --      |    Inf 
140.56/140.67	c   141s| 58100 |    88 |904462 |  15.6 |9701k|  43 |  22 | 231 |9687 | 231 |2453 |  17 |  32k|4491 | 0.000000e+00 |      --      |    Inf 
140.76/140.89	c   141s| 58200 |    87 |906021 |  15.6 |9714k|  43 |  33 | 231 |9726 | 231 |2453 |  17 |  33k|4492 | 0.000000e+00 |      --      |    Inf 
140.96/141.08	c   141s| 58300 |    88 |907395 |  15.6 |9732k|  43 |  31 | 231 |9773 | 231 |2453 |  17 |  33k|4492 | 0.000000e+00 |      --      |    Inf 
141.26/141.30	c   141s| 58400 |    91 |909000 |  15.6 |9756k|  43 |  43 | 231 |9816 | 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
141.46/141.51	c   142s| 58500 |    89 |910548 |  15.6 |9776k|  43 |  36 | 231 |9868 | 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
141.66/141.70	c   142s| 58600 |    89 |911893 |  15.6 |9796k|  43 |  14 | 231 |9924 | 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
141.86/141.91	c   142s| 58700 |    89 |913452 |  15.6 |9819k|  43 |  14 | 231 |9979 | 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
142.05/142.11	c   142s| 58800 |    90 |914929 |  15.6 |9846k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
142.26/142.31	c   142s| 58900 |    92 |916342 |  15.6 |9864k|  43 |  24 | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
142.46/142.51	c   143s| 59000 |    92 |917774 |  15.6 |9882k|  43 |  23 | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
142.65/142.72	c   143s| 59100 |    91 |919358 |  15.6 |9900k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
142.87/142.92	c   143s| 59200 |    91 |920869 |  15.6 |9917k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
143.06/143.14	c   143s| 59300 |    87 |922534 |  15.6 |9932k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
143.26/143.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.26/143.38	c   143s| 59400 |    92 |924398 |  15.6 |9955k|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
143.46/143.60	c   144s| 59500 |    88 |925954 |  15.6 |9972k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
143.76/143.82	c   144s| 59600 |    88 |927662 |  15.6 |9981k|  43 |  39 | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
143.97/144.05	c   144s| 59700 |    90 |929374 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4493 | 0.000000e+00 |      --      |    Inf 
144.26/144.30	c   144s| 59800 |    91 |931012 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4498 | 0.000000e+00 |      --      |    Inf 
144.46/144.56	c   145s| 59900 |    91 |932717 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4507 | 0.000000e+00 |      --      |    Inf 
144.76/144.81	c   145s| 60000 |    94 |934272 |  15.6 |  10M|  43 |  37 | 231 |  10k| 231 |2453 |  17 |  34k|4516 | 0.000000e+00 |      --      |    Inf 
144.96/145.06	c   145s| 60100 |    92 |935808 |  15.6 |  10M|  43 |  32 | 231 |  10k| 231 |2453 |  17 |  34k|4525 | 0.000000e+00 |      --      |    Inf 
145.25/145.33	c   145s| 60200 |    95 |937686 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4534 | 0.000000e+00 |      --      |    Inf 
145.56/145.60	c   146s| 60300 |    93 |939463 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4542 | 0.000000e+00 |      --      |    Inf 
145.76/145.86	c   146s| 60400 |    95 |941316 |  15.6 |  10M|  43 |  35 | 231 |  10k| 231 |2453 |  17 |  34k|4550 | 0.000000e+00 |      --      |    Inf 
146.16/146.21	c   146s| 60500 |    93 |943641 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4563 | 0.000000e+00 |      --      |    Inf 
146.36/146.46	c   146s| 60600 |    92 |945350 |  15.6 |  10M|  43 |  31 | 231 |  10k| 231 |2453 |  17 |  34k|4570 | 0.000000e+00 |      --      |    Inf 
146.66/146.76	c   147s| 60700 |    87 |947455 |  15.6 |  10M|  43 |  22 | 231 |  10k| 231 |2453 |  17 |  34k|4580 | 0.000000e+00 |      --      |    Inf 
146.96/147.03	c   147s| 60800 |    86 |949161 |  15.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4592 | 0.000000e+00 |      --      |    Inf 
147.16/147.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.16/147.25	c   147s| 60900 |    89 |950618 |  15.6 |  10M|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  34k|4598 | 0.000000e+00 |      --      |    Inf 
147.46/147.52	c   148s| 61000 |    92 |952365 |  15.6 |  10M|  44 |  27 | 231 |  10k| 231 |2453 |  17 |  34k|4610 | 0.000000e+00 |      --      |    Inf 
147.65/147.79	c   148s| 61100 |    91 |954142 |  15.6 |  10M|  44 |  36 | 231 |  10k| 231 |2453 |  17 |  34k|4618 | 0.000000e+00 |      --      |    Inf 
147.96/148.07	c   148s| 61200 |    92 |956013 |  15.6 |  10M|  44 |  24 | 231 |  10k| 231 |2453 |  17 |  34k|4628 | 0.000000e+00 |      --      |    Inf 
148.26/148.35	c   148s| 61300 |    94 |957823 |  15.6 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  34k|4637 | 0.000000e+00 |      --      |    Inf 
148.56/148.63	c   149s| 61400 |    94 |959692 |  15.6 |  10M|  44 |  26 | 231 |  10k| 231 |2453 |  17 |  34k|4646 | 0.000000e+00 |      --      |    Inf 
148.86/148.91	c   149s| 61500 |    94 |961616 |  15.6 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4654 | 0.000000e+00 |      --      |    Inf 
149.06/149.17	c   149s| 61600 |   102 |963320 |  15.6 |  10M|  44 |  11 | 231 |  10k| 231 |2453 |  17 |  34k|4665 | 0.000000e+00 |      --      |    Inf 
149.35/149.44	c   149s| 61700 |   104 |965129 |  15.6 |  10M|  44 |  23 | 231 |  10k| 231 |2453 |  17 |  35k|4673 | 0.000000e+00 |      --      |    Inf 
149.57/149.67	c   150s| 61800 |   100 |966758 |  15.6 |  10M|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  35k|4677 | 0.000000e+00 |      --      |    Inf 
149.86/149.93	c   150s| 61900 |    95 |968656 |  15.6 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4680 | 0.000000e+00 |      --      |    Inf 
150.06/150.18	c   150s| 62000 |    99 |970720 |  15.7 |  10M|  44 |  21 | 231 |  10k| 231 |2453 |  17 |  35k|4681 | 0.000000e+00 |      --      |    Inf 
150.36/150.42	c   150s| 62100 |    99 |972458 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4683 | 0.000000e+00 |      --      |    Inf 
150.57/150.66	c   151s| 62200 |   103 |974180 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4686 | 0.000000e+00 |      --      |    Inf 
150.86/150.93	c   151s| 62300 |   103 |976063 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4691 | 0.000000e+00 |      --      |    Inf 
151.06/151.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.06/151.18	c   151s| 62400 |   105 |977985 |  15.7 |  10M|  44 |  21 | 231 |  10k| 231 |2453 |  17 |  35k|4692 | 0.000000e+00 |      --      |    Inf 
151.36/151.43	c   151s| 62500 |   102 |979851 |  15.7 |  10M|  44 |  26 | 231 |  10k| 231 |2453 |  17 |  35k|4695 | 0.000000e+00 |      --      |    Inf 
151.56/151.67	c   152s| 62600 |   103 |981675 |  15.7 |  10M|  44 |  36 | 231 |  10k| 231 |2453 |  17 |  35k|4695 | 0.000000e+00 |      --      |    Inf 
151.86/151.91	c   152s| 62700 |   104 |983425 |  15.7 |  10M|  44 |  36 | 231 |  10k| 231 |2453 |  17 |  35k|4696 | 0.000000e+00 |      --      |    Inf 
152.06/152.17	c   152s| 62800 |   105 |985426 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4697 | 0.000000e+00 |      --      |    Inf 
152.36/152.42	c   152s| 62900 |   104 |987508 |  15.7 |  10M|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  35k|4697 | 0.000000e+00 |      --      |    Inf 
152.56/152.66	c   153s| 63000 |   101 |989349 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  35k|4697 | 0.000000e+00 |      --      |    Inf 
152.77/152.88	c   153s| 63100 |   109 |990869 |  15.7 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  35k|4700 | 0.000000e+00 |      --      |    Inf 
152.96/153.09	c   153s| 63200 |   107 |992498 |  15.7 |  10M|  44 |  26 | 231 |  10k| 231 |2453 |  17 |  35k|4701 | 0.000000e+00 |      --      |    Inf 
153.16/153.29	c   153s| 63300 |   111 |993954 |  15.7 |  10M|  44 |  35 | 231 |  10k| 231 |2453 |  17 |  35k|4701 | 0.000000e+00 |      --      |    Inf 
153.45/153.50	c   153s| 63400 |   117 |995490 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
153.66/153.72	c   154s| 63500 |   121 |997177 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
153.86/153.93	c   154s| 63600 |   125 |998706 |  15.7 |  10M|  44 |  26 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
154.06/154.13	c   154s| 63700 |   115 |  1000k|  15.7 |  10M|  44 |   - | 231 |  11k|   0 |   0 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
154.26/154.35	c   154s| 63800 |   117 |  1001k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
154.46/154.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.46/154.59	c   155s| 63900 |   112 |  1003k|  15.7 |  10M|  44 |  31 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
154.76/154.82	c   155s| 64000 |   117 |  1005k|  15.7 |  10M|  44 |  35 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
154.97/155.06	c   155s| 64100 |   114 |  1007k|  15.7 |  10M|  44 |  43 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
155.25/155.31	c   155s| 64200 |   118 |  1009k|  15.7 |  10M|  44 |  28 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
155.46/155.54	c   156s| 64300 |   118 |  1010k|  15.7 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  36k|4701 | 0.000000e+00 |      --      |    Inf 
155.76/155.80	c   156s| 64400 |   118 |  1012k|  15.7 |  10M|  44 |  37 | 231 |  11k| 231 |2453 |  17 |  36k|4706 | 0.000000e+00 |      --      |    Inf 
155.96/156.09	c   156s| 64500 |   122 |  1014k|  15.7 |  10M|  44 |  26 | 231 |  11k| 231 |2453 |  17 |  36k|4716 | 0.000000e+00 |      --      |    Inf 
156.26/156.30	c   156s| 64600 |   126 |  1015k|  15.7 |  10M|  44 |  24 | 231 |  11k| 231 |2453 |  17 |  36k|4722 | 0.000000e+00 |      --      |    Inf 
156.46/156.53	c   157s| 64700 |   123 |  1017k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4731 | 0.000000e+00 |      --      |    Inf 
156.65/156.76	c   157s| 64800 |   121 |  1018k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4742 | 0.000000e+00 |      --      |    Inf 
156.96/157.02	c   157s| 64900 |   120 |  1020k|  15.7 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  36k|4745 | 0.000000e+00 |      --      |    Inf 
157.26/157.30	c   157s| 65000 |   118 |  1022k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4757 | 0.000000e+00 |      --      |    Inf 
157.46/157.59	c   158s| 65100 |   120 |  1024k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  36k|4767 | 0.000000e+00 |      --      |    Inf 
157.76/157.82	c   158s| 65200 |   118 |  1025k|  15.7 |  10M|  44 |  28 | 231 |  11k| 231 |2453 |  17 |  36k|4768 | 0.000000e+00 |      --      |    Inf 
157.95/158.07	c   158s| 65300 |   116 |  1027k|  15.7 |  10M|  44 |  37 | 231 |  11k| 231 |2453 |  17 |  37k|4778 | 0.000000e+00 |      --      |    Inf 
158.26/158.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.26/158.32	c   158s| 65400 |   110 |  1029k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4782 | 0.000000e+00 |      --      |    Inf 
158.46/158.57	c   159s| 65500 |   114 |  1030k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4791 | 0.000000e+00 |      --      |    Inf 
158.76/158.83	c   159s| 65600 |   114 |  1032k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4798 | 0.000000e+00 |      --      |    Inf 
158.96/159.08	c   159s| 65700 |   114 |  1034k|  15.7 |  10M|  44 |  25 | 231 |  11k| 231 |2453 |  17 |  37k|4809 | 0.000000e+00 |      --      |    Inf 
159.25/159.33	c   159s| 65800 |   112 |  1035k|  15.7 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  37k|4817 | 0.000000e+00 |      --      |    Inf 
159.56/159.62	c   160s| 65900 |   112 |  1037k|  15.7 |  10M|  44 |  31 | 231 |  12k| 231 |2453 |  17 |  37k|4825 | 0.000000e+00 |      --      |    Inf 
159.86/159.94	c   160s| 66000 |   109 |  1039k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4837 | 0.000000e+00 |      --      |    Inf 
160.16/160.24	c   160s| 66100 |   108 |  1041k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4850 | 0.000000e+00 |      --      |    Inf 
160.46/160.51	c   161s| 66200 |   107 |  1043k|  15.8 |  10M|  44 |  41 | 231 |  12k| 231 |2453 |  17 |  37k|4856 | 0.000000e+00 |      --      |    Inf 
160.66/160.79	c   161s| 66300 |   108 |  1045k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4859 | 0.000000e+00 |      --      |    Inf 
160.95/161.08	c   161s| 66400 |   106 |  1047k|  15.8 |  10M|  44 |  39 | 231 |  12k| 231 |2453 |  17 |  37k|4867 | 0.000000e+00 |      --      |    Inf 
161.26/161.36	c   161s| 66500 |   109 |  1049k|  15.8 |  10M|  44 |  34 | 231 |  12k| 231 |2453 |  17 |  37k|4877 | 0.000000e+00 |      --      |    Inf 
161.57/161.62	c   162s| 66600 |   108 |  1051k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4881 | 0.000000e+00 |      --      |    Inf 
161.85/161.90	c   162s| 66700 |   106 |  1053k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4886 | 0.000000e+00 |      --      |    Inf 
162.06/162.17	c   162s| 66800 |   109 |  1055k|  15.8 |  10M|  44 |  26 | 231 |  12k| 231 |2453 |  17 |  37k|4892 | 0.000000e+00 |      --      |    Inf 
162.36/162.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.36/162.43	c   162s| 66900 |   107 |  1057k|  15.8 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4894 | 0.000000e+00 |      --      |    Inf 
162.56/162.68	c   163s| 67000 |   107 |  1058k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4896 | 0.000000e+00 |      --      |    Inf 
162.86/162.91	c   163s| 67100 |   106 |  1060k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4899 | 0.000000e+00 |      --      |    Inf 
163.06/163.14	c   163s| 67200 |   106 |  1062k|  15.8 |  10M|  44 |  36 | 231 |  11k| 231 |2453 |  17 |  38k|4899 | 0.000000e+00 |      --      |    Inf 
163.25/163.38	c   163s| 67300 |   106 |  1063k|  15.8 |  10M|  44 |  41 | 231 |  11k| 231 |2453 |  17 |  38k|4899 | 0.000000e+00 |      --      |    Inf 
163.56/163.60	c   164s| 67400 |   106 |  1065k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4900 | 0.000000e+00 |      --      |    Inf 
163.77/163.84	c   164s| 67500 |   107 |  1067k|  15.8 |  10M|  44 |  25 | 231 |  11k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
163.95/164.05	c   164s| 67600 |   107 |  1068k|  15.8 |  10M|  44 |  21 | 231 |  11k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
164.16/164.26	c   164s| 67700 |   105 |  1070k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
164.36/164.49	c   164s| 67800 |   104 |  1071k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
164.66/164.72	c   165s| 67900 |   102 |  1073k|  15.8 |  10M|  44 |  20 | 231 |  11k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
164.86/164.92	c   165s| 68000 |   106 |  1074k|  15.8 |  10M|  44 |   - | 231 |  10k|   0 |   0 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.05/165.10	c   165s| 68100 |   104 |  1076k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.16/165.28	c   165s| 68200 |   104 |  1077k|  15.8 |  10M|  44 |  31 | 231 |  10k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.36/165.45	c   165s| 68300 |   102 |  1078k|  15.8 |  10M|  44 |   - | 231 |  10k|   0 |   0 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.56/165.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.56/165.64	c   166s| 68400 |   100 |  1079k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.76/165.85	c   166s| 68500 |   100 |  1081k|  15.8 |  10M|  44 |   - | 231 |  10k|   0 |   0 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
165.96/166.03	c   166s| 68600 |    99 |  1082k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4902 | 0.000000e+00 |      --      |    Inf 
166.15/166.23	c   166s| 68700 |    97 |  1083k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
166.35/166.45	c   166s| 68800 |    97 |  1085k|  15.8 |  10M|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
166.66/166.70	c   167s| 68900 |    96 |  1087k|  15.8 |  10M|  44 |  27 | 231 |  10k| 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
166.86/166.92	c   167s| 69000 |    93 |  1088k|  15.8 |9966k|  44 |   - | 231 |9850 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
167.06/167.14	c   167s| 69100 |    92 |  1090k|  15.8 |9954k|  44 |  41 | 231 |9834 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
167.26/167.38	c   167s| 69200 |    92 |  1092k|  15.8 |9940k|  44 |  35 | 231 |9799 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
167.55/167.61	c   168s| 69300 |    90 |  1093k|  15.8 |9888k|  44 |   - | 231 |9667 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
167.76/167.81	c   168s| 69400 |    90 |  1095k|  15.8 |9864k|  44 |   - | 231 |9593 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
167.96/168.01	c   168s| 69500 |    90 |  1096k|  15.8 |9822k|  44 |   - | 231 |9485 | 231 |2453 |  17 |  39k|4902 | 0.000000e+00 |      --      |    Inf 
168.16/168.24	c   168s| 69600 |    90 |  1097k|  15.8 |9798k|  47 |  36 | 231 |9435 | 231 |2453 |  17 |  39k|4911 | 0.000000e+00 |      --      |    Inf 
168.36/168.42	c   168s| 69700 |    88 |  1099k|  15.8 |9804k|  47 |   - | 231 |9464 | 231 |2453 |  17 |  39k|4911 | 0.000000e+00 |      --      |    Inf 
168.55/168.70	c   169s| 69800 |    90 |  1101k|  15.8 |9796k|  47 |   - | 231 |9417 | 231 |2453 |  17 |  39k|4920 | 0.000000e+00 |      --      |    Inf 
168.85/168.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.85/168.96	c   169s| 69900 |    91 |  1102k|  15.8 |9782k|  47 |  35 | 231 |9388 | 231 |2453 |  17 |  39k|4933 | 0.000000e+00 |      --      |    Inf 
169.16/169.21	c   169s| 70000 |    89 |  1104k|  15.8 |9762k|  47 |   - | 231 |9329 | 231 |2453 |  17 |  39k|4945 | 0.000000e+00 |      --      |    Inf 
169.36/169.45	c   169s| 70100 |    91 |  1106k|  15.8 |9703k|  47 |  22 | 231 |9157 | 231 |2453 |  17 |  39k|4945 | 0.000000e+00 |      --      |    Inf 
169.66/169.73	c   170s| 70200 |    87 |  1107k|  15.8 |9645k|  47 |  43 | 231 |9014 | 231 |2453 |  17 |  39k|4954 | 0.000000e+00 |      --      |    Inf 
169.86/169.98	c   170s| 70300 |    87 |  1109k|  15.8 |9617k|  47 |  27 | 231 |8947 | 231 |2453 |  17 |  39k|4962 | 0.000000e+00 |      --      |    Inf 
170.16/170.27	c   170s| 70400 |    83 |  1111k|  15.8 |9603k|  47 |   - | 231 |8940 | 231 |2453 |  17 |  39k|4974 | 0.000000e+00 |      --      |    Inf 
170.46/170.54	c   171s| 70500 |    83 |  1113k|  15.8 |9577k|  47 |   - | 231 |8859 | 231 |2453 |  17 |  40k|4983 | 0.000000e+00 |      --      |    Inf 
170.66/170.76	c   171s| 70600 |    85 |  1114k|  15.8 |9558k|  47 |  40 | 231 |8787 | 231 |2453 |  17 |  40k|4983 | 0.000000e+00 |      --      |    Inf 
170.95/171.02	c   171s| 70700 |    81 |  1116k|  15.8 |9545k|  47 |  48 | 231 |8764 | 231 |2453 |  17 |  40k|4992 | 0.000000e+00 |      --      |    Inf 
171.15/171.28	c   171s| 70800 |    81 |  1118k|  15.8 |9512k|  47 |  32 | 231 |8666 | 231 |2453 |  17 |  40k|4997 | 0.000000e+00 |      --      |    Inf 
171.46/171.54	c   172s| 70900 |    80 |  1119k|  15.8 |9487k|  47 |   - | 231 |8590 | 231 |2453 |  17 |  40k|5009 | 0.000000e+00 |      --      |    Inf 
171.65/171.77	c   172s| 71000 |    82 |  1121k|  15.8 |9474k|  47 |  41 | 231 |8562 | 231 |2453 |  17 |  40k|5012 | 0.000000e+00 |      --      |    Inf 
171.85/171.99	c   172s| 71100 |    79 |  1122k|  15.8 |9475k|  47 |   - | 231 |8579 | 231 |2453 |  17 |  40k|5020 | 0.000000e+00 |      --      |    Inf 
172.16/172.25	c   172s| 71200 |    82 |  1124k|  15.8 |9470k|  47 |  23 | 231 |8544 | 231 |2453 |  17 |  40k|5029 | 0.000000e+00 |      --      |    Inf 
172.36/172.48	c   172s| 71300 |    81 |  1125k|  15.8 |9469k|  47 |   - | 231 |8535 | 231 |2453 |  17 |  40k|5033 | 0.000000e+00 |      --      |    Inf 
172.66/172.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.66/172.74	c   173s| 71400 |    80 |  1127k|  15.8 |9475k|  47 |   - | 231 |8556 | 231 |2453 |  17 |  40k|5039 | 0.000000e+00 |      --      |    Inf 
172.85/172.99	c   173s| 71500 |    80 |  1129k|  15.8 |9478k|  47 |  36 | 231 |8570 | 231 |2453 |  17 |  40k|5047 | 0.000000e+00 |      --      |    Inf 
173.16/173.24	c   173s| 71600 |    81 |  1131k|  15.8 |9460k|  47 |  33 | 231 |8495 | 231 |2453 |  17 |  40k|5055 | 0.000000e+00 |      --      |    Inf 
173.45/173.50	c   174s| 71700 |    79 |  1132k|  15.8 |9468k|  47 |   - | 231 |8513 | 231 |2453 |  17 |  40k|5061 | 0.000000e+00 |      --      |    Inf 
173.66/173.73	c   174s| 71800 |    77 |  1134k|  15.8 |9456k|  47 |   - | 231 |8483 | 231 |2453 |  17 |  40k|5068 | 0.000000e+00 |      --      |    Inf 
173.96/174.00	c   174s| 71900 |    77 |  1136k|  15.8 |9432k|  47 |   - | 231 |8402 | 231 |2453 |  17 |  40k|5075 | 0.000000e+00 |      --      |    Inf 
174.15/174.24	c   174s| 72000 |    77 |  1137k|  15.8 |9421k|  47 |  33 | 231 |8388 | 231 |2453 |  17 |  40k|5083 | 0.000000e+00 |      --      |    Inf 
174.45/174.52	c   175s| 72100 |    83 |  1139k|  15.8 |9381k|  47 |  17 | 231 |8234 | 231 |2453 |  17 |  40k|5087 | 0.000000e+00 |      --      |    Inf 
174.66/174.78	c   175s| 72200 |    81 |  1141k|  15.8 |9356k|  47 |   - | 231 |8160 | 231 |2453 |  17 |  40k|5089 | 0.000000e+00 |      --      |    Inf 
174.96/175.02	c   175s| 72300 |    84 |  1143k|  15.8 |9355k|  47 |  27 | 231 |8158 | 231 |2453 |  17 |  41k|5093 | 0.000000e+00 |      --      |    Inf 
175.15/175.24	c   175s| 72400 |    87 |  1145k|  15.8 |9369k|  47 |   - | 231 |8171 | 231 |2453 |  17 |  41k|5095 | 0.000000e+00 |      --      |    Inf 
175.36/175.46	c   175s| 72500 |    84 |  1146k|  15.8 |9374k|  47 |   - | 231 |8205 | 231 |2453 |  17 |  41k|5095 | 0.000000e+00 |      --      |    Inf 
175.56/175.68	c   176s| 72600 |    86 |  1148k|  15.8 |9392k|  47 |   - | 231 |8244 | 231 |2453 |  17 |  41k|5095 | 0.000000e+00 |      --      |    Inf 
175.76/175.90	c   176s| 72700 |    87 |  1150k|  15.8 |9411k|  47 |   - | 231 |8291 |   0 |   0 |  17 |  41k|5095 | 0.000000e+00 |      --      |    Inf 
176.05/176.11	c   176s| 72800 |    82 |  1151k|  15.8 |9398k|  47 |  44 | 231 |8309 | 231 |2453 |  17 |  41k|5096 | 0.000000e+00 |      --      |    Inf 
176.26/176.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.26/176.34	c   176s| 72900 |    83 |  1153k|  15.8 |9411k|  47 |   - | 231 |8331 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
176.45/176.58	c   177s| 73000 |    86 |  1155k|  15.8 |9433k|  47 |   - | 231 |8379 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
176.76/176.80	c   177s| 73100 |    88 |  1157k|  15.8 |9455k|  47 |  39 | 231 |8432 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
176.85/177.00	c   177s| 73200 |    84 |  1158k|  15.8 |9468k|  47 |   - | 231 |8488 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
177.15/177.21	c   177s| 73300 |    88 |  1160k|  15.8 |9496k|  47 |   - | 231 |8552 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
177.36/177.40	c   177s| 73400 |    83 |  1161k|  15.8 |9504k|  47 |   - | 231 |8609 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
177.55/177.62	c   178s| 73500 |    83 |  1163k|  15.8 |9526k|  47 |   - | 231 |8655 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
177.76/177.84	c   178s| 73600 |    81 |  1164k|  15.8 |9540k|  47 |   - | 231 |8716 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
177.95/178.06	c   178s| 73700 |    85 |  1166k|  15.8 |9567k|  47 |  26 | 231 |8778 | 231 |2453 |  17 |  41k|5097 | 0.000000e+00 |      --      |    Inf 
178.16/178.28	c   178s| 73800 |    82 |  1168k|  15.8 |9587k|  47 |   - | 231 |8840 | 231 |2453 |  17 |  41k|5098 | 0.000000e+00 |      --      |    Inf 
178.36/178.49	c   178s| 73900 |    84 |  1169k|  15.8 |9594k|  47 |   - | 231 |8854 | 231 |2453 |  17 |  41k|5098 | 0.000000e+00 |      --      |    Inf 
178.65/178.70	c   179s| 74000 |    82 |  1171k|  15.8 |9593k|  47 |  39 | 231 |8868 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
178.85/178.93	c   179s| 74100 |    83 |  1172k|  15.8 |9603k|  47 |   - | 231 |8880 |   0 |   0 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
179.05/179.15	c   179s| 74200 |    83 |  1174k|  15.8 |9607k|  47 |  43 | 231 |8914 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
179.26/179.39	c   179s| 74300 |    85 |  1176k|  15.8 |9629k|  47 |   - | 231 |8957 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
179.56/179.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.56/179.61	c   180s| 74400 |    85 |  1178k|  15.8 |9643k|  47 |  28 | 231 |9013 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
179.75/179.81	c   180s| 74500 |    83 |  1179k|  15.8 |9658k|  47 |   - | 231 |9057 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
179.95/180.04	c   180s| 74600 |    82 |  1181k|  15.8 |9668k|  47 |   - | 231 |9095 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
180.16/180.24	c   180s| 74700 |    86 |  1183k|  15.8 |9692k|  47 |  33 | 231 |9145 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
180.36/180.46	c   180s| 74800 |    82 |  1184k|  15.8 |9698k|  47 |   - | 231 |9196 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
180.56/180.65	c   181s| 74900 |    84 |  1186k|  15.8 |9720k|  47 |  21 | 231 |9254 | 231 |2453 |  17 |  42k|5098 | 0.000000e+00 |      --      |    Inf 
180.76/180.89	c   181s| 75000 |    84 |  1187k|  15.8 |9739k|  47 |  20 | 231 |9285 | 231 |2453 |  17 |  42k|5105 | 0.000000e+00 |      --      |    Inf 
181.05/181.15	c   181s| 75100 |    87 |  1189k|  15.8 |9751k|  47 |   - | 231 |9290 | 231 |2453 |  17 |  42k|5114 | 0.000000e+00 |      --      |    Inf 
181.26/181.38	c   181s| 75200 |    85 |  1190k|  15.8 |9759k|  47 |   - | 231 |9322 | 231 |2453 |  17 |  42k|5123 | 0.000000e+00 |      --      |    Inf 
181.46/181.56	c   182s| 75300 |    85 |  1192k|  15.8 |9779k|  47 |   - | 231 |9376 | 231 |2453 |  17 |  42k|5123 | 0.000000e+00 |      --      |    Inf 
181.65/181.79	c   182s| 75400 |    85 |  1193k|  15.8 |9789k|  47 |  40 | 231 |9411 | 231 |2453 |  17 |  42k|5133 | 0.000000e+00 |      --      |    Inf 
181.95/182.00	c   182s| 75500 |    86 |  1194k|  15.8 |9811k|  47 |  19 | 231 |9466 | 231 |2453 |  17 |  42k|5139 | 0.000000e+00 |      --      |    Inf 
182.16/182.22	c   182s| 75600 |    83 |  1196k|  15.8 |9830k|  47 |  34 | 231 |9541 | 231 |2453 |  17 |  42k|5146 | 0.000000e+00 |      --      |    Inf 
182.46/182.51	c   183s| 75700 |    93 |  1198k|  15.8 |9869k|  47 |  26 | 231 |9567 | 231 |2453 |  17 |  43k|5155 | 0.000000e+00 |      --      |    Inf 
182.65/182.76	c   183s| 75800 |   100 |  1200k|  15.8 |9899k|  47 |  32 | 231 |9602 | 231 |2453 |  17 |  43k|5160 | 0.000000e+00 |      --      |    Inf 
182.96/183.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.96/183.00	c   183s| 75900 |    98 |  1201k|  15.8 |9911k|  47 |   - | 231 |9644 | 231 |2453 |  17 |  43k|5168 | 0.000000e+00 |      --      |    Inf 
183.15/183.26	c   183s| 76000 |    93 |  1203k|  15.8 |9917k|  47 |   - | 231 |9685 | 231 |2453 |  17 |  43k|5174 | 0.000000e+00 |      --      |    Inf 
183.46/183.52	c   184s| 76100 |    92 |  1205k|  15.8 |9934k|  47 |   - | 231 |9732 | 231 |2453 |  17 |  43k|5182 | 0.000000e+00 |      --      |    Inf 
183.66/183.79	c   184s| 76200 |    92 |  1207k|  15.8 |9950k|  47 |  44 | 231 |9781 | 231 |2453 |  17 |  43k|5190 | 0.000000e+00 |      --      |    Inf 
183.96/184.00	c   184s| 76300 |    97 |  1208k|  15.8 |9981k|  47 |  36 | 231 |9836 | 231 |2453 |  17 |  43k|5195 | 0.000000e+00 |      --      |    Inf 
184.15/184.25	c   184s| 76400 |    96 |  1210k|  15.8 |9994k|  47 |  28 | 231 |9886 | 231 |2453 |  17 |  43k|5201 | 0.000000e+00 |      --      |    Inf 
184.35/184.48	c   184s| 76500 |    99 |  1211k|  15.8 |  10M|  47 |  44 | 231 |9927 | 231 |2453 |  17 |  43k|5209 | 0.000000e+00 |      --      |    Inf 
184.66/184.72	c   185s| 76600 |   106 |  1213k|  15.8 |  10M|  47 |   - | 231 |9971 |   0 |   0 |  17 |  43k|5216 | 0.000000e+00 |      --      |    Inf 
184.85/184.99	c   185s| 76700 |   102 |  1215k|  15.8 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5225 | 0.000000e+00 |      --      |    Inf 
185.16/185.25	c   185s| 76800 |    98 |  1217k|  15.8 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5228 | 0.000000e+00 |      --      |    Inf 
185.45/185.50	c   186s| 76900 |    94 |  1219k|  15.9 |  10M|  47 |  44 | 231 |  10k| 231 |2453 |  17 |  43k|5236 | 0.000000e+00 |      --      |    Inf 
185.65/185.77	c   186s| 77000 |    89 |  1220k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5246 | 0.000000e+00 |      --      |    Inf 
185.95/186.05	c   186s| 77100 |    85 |  1222k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5255 | 0.000000e+00 |      --      |    Inf 
186.26/186.32	c   186s| 77200 |    89 |  1224k|  15.9 |  10M|  47 |  28 | 231 |  10k| 231 |2453 |  17 |  43k|5263 | 0.000000e+00 |      --      |    Inf 
186.46/186.54	c   187s| 77300 |    87 |  1226k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5266 | 0.000000e+00 |      --      |    Inf 
186.75/186.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.75/186.81	c   187s| 77400 |    87 |  1227k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  43k|5274 | 0.000000e+00 |      --      |    Inf 
186.96/187.08	c   187s| 77500 |    87 |  1229k|  15.9 |  10M|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  43k|5279 | 0.000000e+00 |      --      |    Inf 
187.25/187.38	c   187s| 77600 |    88 |  1232k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5285 | 0.000000e+00 |      --      |    Inf 
187.55/187.64	c   188s| 77700 |    89 |  1233k|  15.9 |  10M|  47 |  30 | 231 |  10k| 231 |2453 |  17 |  44k|5288 | 0.000000e+00 |      --      |    Inf 
187.75/187.89	c   188s| 77800 |    88 |  1235k|  15.9 |  10M|  47 |  39 | 231 |  10k| 231 |2453 |  17 |  44k|5291 | 0.000000e+00 |      --      |    Inf 
188.06/188.18	c   188s| 77900 |    88 |  1237k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5301 | 0.000000e+00 |      --      |    Inf 
188.35/188.41	c   188s| 78000 |    88 |  1239k|  15.9 |  10M|  47 |  32 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
188.55/188.63	c   189s| 78100 |    87 |  1240k|  15.9 |  10M|  47 |  39 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
188.75/188.84	c   189s| 78200 |    89 |  1242k|  15.9 |  10M|  47 |  36 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
188.95/189.06	c   189s| 78300 |    87 |  1243k|  15.9 |  10M|  47 |  34 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
189.16/189.26	c   189s| 78400 |    89 |  1245k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
189.35/189.48	c   189s| 78500 |    89 |  1247k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
189.56/189.69	c   190s| 78600 |    89 |  1248k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
189.85/189.90	c   190s| 78700 |    89 |  1250k|  15.9 |  10M|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
190.05/190.14	c   190s| 78800 |    91 |  1252k|  15.9 |  10M|  47 |  31 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
190.26/190.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.26/190.35	c   190s| 78900 |    89 |  1253k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
190.45/190.58	c   191s| 79000 |    89 |  1255k|  15.9 |  10M|  47 |  35 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
190.75/190.81	c   191s| 79100 |    91 |  1257k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
190.95/191.04	c   191s| 79200 |    92 |  1258k|  15.9 |  10M|  47 |  33 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
191.15/191.25	c   191s| 79300 |    93 |  1260k|  15.9 |  10M|  47 |  16 | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
191.46/191.52	c   192s| 79400 |    89 |  1262k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  44k|5306 | 0.000000e+00 |      --      |    Inf 
191.65/191.73	c   192s| 79500 |    90 |  1263k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
191.85/191.96	c   192s| 79600 |    90 |  1265k|  15.9 |  10M|  47 |  31 | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
192.16/192.23	c   192s| 79700 |    92 |  1267k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
192.36/192.45	c   192s| 79800 |    90 |  1269k|  15.9 |  10M|  47 |   - | 231 |  10k|   0 |   0 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
192.65/192.72	c   193s| 79900 |    92 |  1271k|  15.9 |  10M|  47 |  36 | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
192.95/193.00	c   193s| 80000 |    91 |  1273k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
193.25/193.32	c   193s| 80100 |    91 |  1276k|  15.9 |  10M|  47 |  41 | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
193.56/193.61	c   194s| 80200 |    87 |  1278k|  15.9 |  10M|  47 |  38 | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
193.75/193.83	c   194s| 80300 |    90 |  1280k|  15.9 |  10M|  47 |  42 | 231 |  10k| 231 |2453 |  17 |  45k|5306 | 0.000000e+00 |      --      |    Inf 
193.95/194.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.95/194.09	c   194s| 80400 |    89 |  1281k|  15.9 |  10M|  47 |  15 | 231 |  10k| 231 |2453 |  17 |  45k|5312 | 0.000000e+00 |      --      |    Inf 
194.26/194.33	c   194s| 80500 |    89 |  1283k|  15.9 |  10M|  47 |  32 | 231 |  10k| 231 |2453 |  17 |  45k|5319 | 0.000000e+00 |      --      |    Inf 
194.45/194.59	c   195s| 80600 |    87 |  1285k|  15.9 |  10M|  47 |  33 | 231 |  10k| 231 |2453 |  17 |  45k|5329 | 0.000000e+00 |      --      |    Inf 
194.75/194.84	c   195s| 80700 |    85 |  1286k|  15.9 |  10M|  47 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5337 | 0.000000e+00 |      --      |    Inf 
194.95/195.09	c   195s| 80800 |    87 |  1288k|  15.9 |  10M|  47 |   - | 231 |9941 | 231 |2453 |  17 |  45k|5346 | 0.000000e+00 |      --      |    Inf 
195.25/195.31	c   195s| 80900 |    89 |  1289k|  15.9 |  10M|  47 |   - | 231 |9895 | 231 |2453 |  17 |  45k|5351 | 0.000000e+00 |      --      |    Inf 
195.46/195.59	c   196s| 81000 |    89 |  1291k|  15.9 |  10M|  47 |  36 | 231 |9881 | 231 |2453 |  17 |  46k|5361 | 0.000000e+00 |      --      |    Inf 
195.76/195.89	c   196s| 81100 |    87 |  1294k|  16.0 |  10M|  47 |   - | 231 |9869 | 231 |2453 |  17 |  46k|5371 | 0.000000e+00 |      --      |    Inf 
196.06/196.12	c   196s| 81200 |    87 |  1295k|  16.0 |  10M|  48 |  41 | 231 |9857 | 231 |2453 |  17 |  46k|5371 | 0.000000e+00 |      --      |    Inf 
196.25/196.37	c   196s| 81300 |    88 |  1297k|  16.0 |  10M|  48 |  40 | 231 |9854 | 231 |2453 |  17 |  46k|5379 | 0.000000e+00 |      --      |    Inf 
196.55/196.63	c   197s| 81400 |    88 |  1299k|  16.0 |  10M|  48 |   - | 231 |9852 | 231 |2453 |  17 |  46k|5388 | 0.000000e+00 |      --      |    Inf 
196.76/196.82	c   197s| 81500 |    90 |  1300k|  16.0 |  10M|  48 |  35 | 231 |9875 | 231 |2453 |  17 |  46k|5388 | 0.000000e+00 |      --      |    Inf 
196.95/197.08	c   197s| 81600 |    88 |  1302k|  16.0 |  10M|  48 |  39 | 231 |9875 | 231 |2453 |  17 |  46k|5398 | 0.000000e+00 |      --      |    Inf 
197.25/197.31	c   197s| 81700 |    89 |  1303k|  16.0 |  10M|  48 |  21 | 231 |9841 | 231 |2453 |  17 |  46k|5402 | 0.000000e+00 |      --      |    Inf 
197.45/197.58	c   198s| 81800 |    90 |  1305k|  16.0 |  10M|  48 |  27 | 231 |9864 | 231 |2453 |  17 |  46k|5415 | 0.000000e+00 |      --      |    Inf 
197.75/197.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.75/197.82	c   198s| 81900 |    88 |  1307k|  16.0 |  10M|  48 |  25 | 231 |9891 | 231 |2453 |  17 |  46k|5422 | 0.000000e+00 |      --      |    Inf 
197.96/198.09	c   198s| 82000 |    86 |  1308k|  16.0 |  10M|  48 |   - | 231 |9889 | 231 |2453 |  17 |  46k|5428 | 0.000000e+00 |      --      |    Inf 
198.25/198.34	c   198s| 82100 |    87 |  1310k|  16.0 |  10M|  48 |  32 | 231 |9845 | 231 |2453 |  17 |  46k|5431 | 0.000000e+00 |      --      |    Inf 
198.45/198.57	c   199s| 82200 |    90 |  1312k|  16.0 |  10M|  48 |  17 | 231 |9800 | 231 |2453 |  17 |  46k|5437 | 0.000000e+00 |      --      |    Inf 
198.65/198.78	c   199s| 82300 |    85 |  1313k|  16.0 |  10M|  48 |   - | 231 |9773 | 231 |2453 |  17 |  46k|5442 | 0.000000e+00 |      --      |    Inf 
198.96/199.05	c   199s| 82400 |    85 |  1315k|  16.0 |  10M|  48 |   - | 231 |9747 | 231 |2453 |  17 |  46k|5454 | 0.000000e+00 |      --      |    Inf 
199.25/199.30	c   199s| 82500 |    87 |  1316k|  16.0 |  10M|  48 |   - | 231 |9759 | 231 |2453 |  17 |  46k|5460 | 0.000000e+00 |      --      |    Inf 
199.45/199.54	c   200s| 82600 |    91 |  1318k|  16.0 |  10M|  48 |   - | 231 |9757 | 231 |2453 |  17 |  46k|5464 | 0.000000e+00 |      --      |    Inf 
199.65/199.78	c   200s| 82700 |    91 |  1320k|  16.0 |  10M|  48 |  33 | 231 |9774 | 231 |2453 |  17 |  46k|5468 | 0.000000e+00 |      --      |    Inf 
199.85/199.97	c   200s| 82800 |    91 |  1321k|  16.0 |  10M|  48 |   - | 231 |9802 |   0 |   0 |  17 |  46k|5473 | 0.000000e+00 |      --      |    Inf 
200.06/200.20	c   200s| 82900 |    92 |  1323k|  16.0 |  10M|  48 |  29 | 231 |9818 | 231 |2453 |  17 |  47k|5482 | 0.000000e+00 |      --      |    Inf 
200.35/200.45	c   200s| 83000 |    88 |  1324k|  16.0 |  10M|  48 |   - | 231 |9843 | 231 |2453 |  17 |  47k|5491 | 0.000000e+00 |      --      |    Inf 
200.65/200.73	c   201s| 83100 |    90 |  1326k|  16.0 |  10M|  48 |  33 | 231 |9863 | 231 |2453 |  17 |  47k|5498 | 0.000000e+00 |      --      |    Inf 
200.85/200.99	c   201s| 83200 |    92 |  1328k|  16.0 |  10M|  48 |  31 | 231 |9837 | 231 |2453 |  17 |  47k|5506 | 0.000000e+00 |      --      |    Inf 
201.16/201.24	c   201s| 83300 |    91 |  1330k|  16.0 |  10M|  48 |  41 | 231 |9871 | 231 |2453 |  17 |  47k|5512 | 0.000000e+00 |      --      |    Inf 
201.35/201.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.35/201.45	c   201s| 83400 |    88 |  1331k|  16.0 |  10M|  48 |   - | 231 |9906 | 231 |2453 |  17 |  47k|5512 | 0.000000e+00 |      --      |    Inf 
201.55/201.68	c   202s| 83500 |    90 |  1333k|  16.0 |  10M|  48 |  32 | 231 |9939 | 231 |2453 |  17 |  47k|5515 | 0.000000e+00 |      --      |    Inf 
201.75/201.89	c   202s| 83600 |    94 |  1335k|  16.0 |  10M|  48 |  33 | 231 |9964 | 231 |2453 |  17 |  47k|5515 | 0.000000e+00 |      --      |    Inf 
201.95/202.09	c   202s| 83700 |    96 |  1336k|  16.0 |  10M|  48 |  23 | 231 |  10k| 231 |2453 |  17 |  47k|5518 | 0.000000e+00 |      --      |    Inf 
202.26/202.33	c   202s| 83800 |    98 |  1338k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5522 | 0.000000e+00 |      --      |    Inf 
202.45/202.56	c   203s| 83900 |    95 |  1339k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5522 | 0.000000e+00 |      --      |    Inf 
202.65/202.79	c   203s| 84000 |    97 |  1341k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5522 | 0.000000e+00 |      --      |    Inf 
202.95/203.02	c   203s| 84100 |   105 |  1343k|  16.0 |  10M|  48 |  37 | 231 |  10k| 231 |2453 |  17 |  47k|5523 | 0.000000e+00 |      --      |    Inf 
203.15/203.26	c   203s| 84200 |   105 |  1345k|  16.0 |  10M|  48 |  39 | 231 |  10k| 231 |2453 |  17 |  47k|5523 | 0.000000e+00 |      --      |    Inf 
203.35/203.49	c   203s| 84300 |    98 |  1347k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5523 | 0.000000e+00 |      --      |    Inf 
203.65/203.72	c   204s| 84400 |    99 |  1348k|  16.0 |  10M|  48 |  36 | 231 |  10k| 231 |2453 |  17 |  47k|5523 | 0.000000e+00 |      --      |    Inf 
203.85/203.95	c   204s| 84500 |    97 |  1350k|  16.0 |  10M|  48 |  32 | 231 |  10k| 231 |2453 |  17 |  47k|5523 | 0.000000e+00 |      --      |    Inf 
204.05/204.15	c   204s| 84600 |    97 |  1351k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5523 | 0.000000e+00 |      --      |    Inf 
204.35/204.42	c   204s| 84700 |    99 |  1353k|  16.0 |  10M|  48 |  42 | 231 |  10k| 231 |2453 |  17 |  48k|5526 | 0.000000e+00 |      --      |    Inf 
204.55/204.64	c   205s| 84800 |    97 |  1355k|  16.0 |  10M|  48 |  41 | 231 |  10k| 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
204.75/204.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.75/204.86	c   205s| 84900 |    95 |  1357k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
204.95/205.10	c   205s| 85000 |    96 |  1358k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
205.25/205.33	c   205s| 85100 |    98 |  1360k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
205.45/205.54	c   206s| 85200 |    99 |  1362k|  16.0 |  10M|  48 |   - | 231 |9974 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
205.66/205.78	c   206s| 85300 |   101 |  1363k|  16.0 |  10M|  48 |  20 | 231 |9916 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
205.95/206.06	c   206s| 85400 |   103 |  1366k|  16.0 |  10M|  48 |   - | 231 |9732 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
206.15/206.29	c   206s| 85500 |   107 |  1367k|  16.0 |  10M|  48 |   - | 231 |9630 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
206.45/206.53	c   207s| 85600 |   107 |  1369k|  16.0 |  10M|  48 |  48 | 231 |9581 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
206.65/206.79	c   207s| 85700 |   110 |  1371k|  16.0 |  10M|  48 |  33 | 231 |9626 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
206.95/207.04	c   207s| 85800 |   112 |  1373k|  16.0 |  10M|  48 |  31 | 231 |9689 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
207.15/207.27	c   207s| 85900 |   112 |  1375k|  16.0 |  10M|  48 |  38 | 231 |9746 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
207.35/207.49	c   207s| 86000 |   110 |  1377k|  16.0 |  10M|  48 |   - | 231 |9787 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
207.65/207.74	c   208s| 86100 |   114 |  1379k|  16.0 |  10M|  48 |  25 | 231 |9809 | 231 |2453 |  17 |  48k|5527 | 0.000000e+00 |      --      |    Inf 
207.95/208.01	c   208s| 86200 |   112 |  1381k|  16.0 |  10M|  48 |   - | 231 |9847 | 231 |2453 |  17 |  49k|5530 | 0.000000e+00 |      --      |    Inf 
208.25/208.31	c   208s| 86300 |   114 |  1383k|  16.0 |  10M|  48 |   - | 231 |9899 | 231 |2453 |  17 |  49k|5543 | 0.000000e+00 |      --      |    Inf 
208.55/208.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.55/208.60	c   209s| 86400 |   111 |  1385k|  16.0 |  10M|  48 |  41 | 231 |9947 | 231 |2453 |  17 |  49k|5552 | 0.000000e+00 |      --      |    Inf 
208.75/208.81	c   209s| 86500 |   105 |  1386k|  16.0 |  10M|  48 |   - | 231 |9975 | 231 |2453 |  17 |  49k|5552 | 0.000000e+00 |      --      |    Inf 
208.96/209.09	c   209s| 86600 |   107 |  1388k|  16.0 |  10M|  48 |  36 | 231 |  10k| 231 |2453 |  17 |  49k|5560 | 0.000000e+00 |      --      |    Inf 
209.25/209.37	c   209s| 86700 |   105 |  1390k|  16.0 |  10M|  48 |  41 | 231 |  10k| 231 |2453 |  17 |  49k|5570 | 0.000000e+00 |      --      |    Inf 
209.55/209.61	c   210s| 86800 |   104 |  1392k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5570 | 0.000000e+00 |      --      |    Inf 
209.75/209.89	c   210s| 86900 |   106 |  1394k|  16.0 |  10M|  48 |  17 | 231 |  10k| 231 |2453 |  17 |  49k|5580 | 0.000000e+00 |      --      |    Inf 
210.05/210.17	c   210s| 87000 |   106 |  1395k|  16.0 |  10M|  48 |  34 | 231 |  10k| 231 |2453 |  17 |  49k|5591 | 0.000000e+00 |      --      |    Inf 
210.35/210.41	c   210s| 87100 |   104 |  1397k|  16.0 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5591 | 0.000000e+00 |      --      |    Inf 
210.65/210.70	c   211s| 87200 |   106 |  1399k|  16.1 |  10M|  48 |  43 | 231 |  10k| 231 |2453 |  17 |  49k|5599 | 0.000000e+00 |      --      |    Inf 
210.85/210.98	c   211s| 87300 |   108 |  1401k|  16.1 |  10M|  48 |  45 | 231 |  10k| 231 |2453 |  17 |  49k|5611 | 0.000000e+00 |      --      |    Inf 
211.15/211.23	c   211s| 87400 |   104 |  1403k|  16.1 |  10M|  48 |  37 | 231 |  10k| 231 |2453 |  17 |  49k|5611 | 0.000000e+00 |      --      |    Inf 
211.35/211.49	c   211s| 87500 |   104 |  1405k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5618 | 0.000000e+00 |      --      |    Inf 
211.65/211.76	c   212s| 87600 |   105 |  1407k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5627 | 0.000000e+00 |      --      |    Inf 
211.95/212.03	c   212s| 87700 |   104 |  1408k|  16.1 |  10M|  48 |  39 | 231 |  10k| 231 |2453 |  17 |  49k|5635 | 0.000000e+00 |      --      |    Inf 
212.25/212.32	c   212s| 87800 |   104 |  1411k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5644 | 0.000000e+00 |      --      |    Inf 
212.55/212.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.55/212.60	c   213s| 87900 |   104 |  1413k|  16.1 |  10M|  48 |  40 | 231 |  10k| 231 |2453 |  17 |  49k|5652 | 0.000000e+00 |      --      |    Inf 
212.75/212.88	c   213s| 88000 |   102 |  1415k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5657 | 0.000000e+00 |      --      |    Inf 
213.05/213.17	c   213s| 88100 |   102 |  1417k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5665 | 0.000000e+00 |      --      |    Inf 
213.45/213.50	c   213s| 88200 |   104 |  1419k|  16.1 |  10M|  48 |  34 | 231 |  10k| 231 |2453 |  17 |  50k|5675 | 0.000000e+00 |      --      |    Inf 
213.75/213.84	c   214s| 88300 |   106 |  1422k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5683 | 0.000000e+00 |      --      |    Inf 
214.05/214.14	c   214s| 88400 |   111 |  1424k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5688 | 0.000000e+00 |      --      |    Inf 
214.35/214.46	c   214s| 88500 |   105 |  1426k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5698 | 0.000000e+00 |      --      |    Inf 
214.65/214.74	c   215s| 88600 |   111 |  1428k|  16.1 |  10M|  48 |  28 | 231 |  10k| 231 |2453 |  17 |  50k|5703 | 0.000000e+00 |      --      |    Inf 
214.95/215.03	c   215s| 88700 |   107 |  1430k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5710 | 0.000000e+00 |      --      |    Inf 
215.25/215.31	c   215s| 88800 |   110 |  1433k|  16.1 |  10M|  48 |  24 | 231 |  10k| 231 |2453 |  17 |  50k|5711 | 0.000000e+00 |      --      |    Inf 
215.45/215.57	c   216s| 88900 |   107 |  1435k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5712 | 0.000000e+00 |      --      |    Inf 
215.75/215.83	c   216s| 89000 |   107 |  1437k|  16.1 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5713 | 0.000000e+00 |      --      |    Inf 
215.95/216.08	c   216s| 89100 |   110 |  1439k|  16.1 |  10M|  48 |  26 | 231 |  10k| 231 |2453 |  17 |  50k|5715 | 0.000000e+00 |      --      |    Inf 
216.25/216.32	c   216s| 89200 |   108 |  1440k|  16.2 |  10M|  48 |  29 | 231 |  10k| 231 |2453 |  17 |  50k|5715 | 0.000000e+00 |      --      |    Inf 
216.45/216.57	c   217s| 89300 |   105 |  1442k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
216.75/216.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.75/216.82	c   217s| 89400 |   106 |  1444k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5721 | 0.000000e+00 |      --      |    Inf 
216.94/217.04	c   217s| 89500 |   106 |  1446k|  16.2 |  10M|  48 |  26 | 231 |  10k| 231 |2453 |  17 |  50k|5724 | 0.000000e+00 |      --      |    Inf 
217.15/217.28	c   217s| 89600 |   102 |  1448k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5724 | 0.000000e+00 |      --      |    Inf 
217.45/217.51	c   218s| 89700 |   106 |  1449k|  16.2 |  10M|  48 |  18 | 231 |  10k| 231 |2453 |  17 |  50k|5728 | 0.000000e+00 |      --      |    Inf 
217.66/217.75	c   218s| 89800 |   102 |  1451k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5733 | 0.000000e+00 |      --      |    Inf 
217.85/217.95	c   218s| 89900 |   103 |  1452k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5734 | 0.000000e+00 |      --      |    Inf 
218.05/218.17	c   218s| 90000 |   105 |  1454k|  16.2 |  10M|  48 |  27 | 231 |  10k| 231 |2453 |  17 |  51k|5734 | 0.000000e+00 |      --      |    Inf 
218.25/218.39	c   218s| 90100 |   103 |  1456k|  16.2 |  10M|  48 |  34 | 231 |  10k| 231 |2453 |  17 |  51k|5734 | 0.000000e+00 |      --      |    Inf 
218.54/218.63	c   219s| 90200 |   101 |  1457k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
218.76/218.84	c   219s| 90300 |   100 |  1459k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
218.95/219.08	c   219s| 90400 |    99 |  1461k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
219.24/219.30	c   219s| 90500 |    99 |  1462k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
219.45/219.51	c   220s| 90600 |    98 |  1464k|  16.2 |  10M|  48 |  37 | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
219.65/219.73	c   220s| 90700 |    98 |  1465k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
219.86/219.96	c   220s| 90800 |   100 |  1467k|  16.2 |  10M|  48 |  41 | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
220.15/220.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.15/220.21	c   220s| 90900 |    96 |  1469k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
220.35/220.46	c   220s| 91000 |    98 |  1471k|  16.2 |  10M|  48 |  27 | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
220.65/220.71	c   221s| 91100 |    96 |  1473k|  16.2 |  10M|  48 |  50 | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
220.84/220.97	c   221s| 91200 |    94 |  1475k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5735 | 0.000000e+00 |      --      |    Inf 
221.15/221.21	c   221s| 91300 |    94 |  1477k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5735 | 0.000000e+00 |      --      |    Inf 
221.35/221.45	c   221s| 91400 |    96 |  1479k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5735 | 0.000000e+00 |      --      |    Inf 
221.54/221.67	c   222s| 91500 |    95 |  1480k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5735 | 0.000000e+00 |      --      |    Inf 
221.74/221.88	c   222s| 91600 |    95 |  1482k|  16.2 |  10M|  48 |  24 | 231 |  10k| 231 |2453 |  17 |  52k|5735 | 0.000000e+00 |      --      |    Inf 
222.06/222.13	c   222s| 91700 |    94 |  1484k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5735 | 0.000000e+00 |      --      |    Inf 
222.25/222.39	c   222s| 91800 |    94 |  1485k|  16.2 |  10M|  48 |   - | 231 |  10k|   0 |   0 |  17 |  52k|5744 | 0.000000e+00 |      --      |    Inf 
222.55/222.61	c   223s| 91900 |    93 |  1487k|  16.2 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5744 | 0.000000e+00 |      --      |    Inf 
222.74/222.87	c   223s| 92000 |    95 |  1489k|  16.2 |  10M|  48 |   - | 231 |9833 | 231 |2453 |  17 |  52k|5751 | 0.000000e+00 |      --      |    Inf 
223.05/223.16	c   223s| 92100 |    94 |  1491k|  16.2 |  10M|  48 |   - | 231 |9779 | 231 |2453 |  17 |  52k|5761 | 0.000000e+00 |      --      |    Inf 
223.34/223.43	c   223s| 92200 |    95 |  1493k|  16.2 |  10M|  48 |  35 | 231 |9775 | 231 |2453 |  17 |  52k|5766 | 0.000000e+00 |      --      |    Inf 
223.64/223.71	c   224s| 92300 |    97 |  1494k|  16.2 |  10M|  48 |   - | 231 |9808 | 231 |2453 |  17 |  52k|5778 | 0.000000e+00 |      --      |    Inf 
223.95/224.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.95/224.01	c   224s| 92400 |    96 |  1496k|  16.2 |  10M|  48 |  21 | 231 |9844 | 231 |2453 |  17 |  52k|5787 | 0.000000e+00 |      --      |    Inf 
224.26/224.31	c   224s| 92500 |    93 |  1498k|  16.2 |  10M|  48 |  29 | 231 |9882 | 231 |2453 |  17 |  52k|5796 | 0.000000e+00 |      --      |    Inf 
224.44/224.58	c   225s| 92600 |    90 |  1500k|  16.2 |  10M|  48 |   - | 231 |9771 |   0 |   0 |  17 |  52k|5796 | 0.000000e+00 |      --      |    Inf 
224.75/224.82	c   225s| 92700 |    89 |  1502k|  16.2 |  10M|  48 |  28 | 231 |9600 | 231 |2453 |  17 |  52k|5805 | 0.000000e+00 |      --      |    Inf 
225.04/225.10	c   225s| 92800 |    89 |  1504k|  16.2 |9982k|  48 |  42 | 231 |9450 | 231 |2453 |  17 |  52k|5815 | 0.000000e+00 |      --      |    Inf 
225.24/225.30	c   225s| 92900 |    91 |  1505k|  16.2 |9960k|  48 |  38 | 231 |9337 | 231 |2453 |  17 |  52k|5815 | 0.000000e+00 |      --      |    Inf 
225.46/225.56	c   226s| 93000 |    91 |  1507k|  16.2 |9952k|  50 |  31 | 231 |9301 | 231 |2453 |  17 |  53k|5821 | 0.000000e+00 |      --      |    Inf 
225.75/225.81	c   226s| 93100 |    89 |  1509k|  16.2 |9936k|  51 |   - | 231 |9288 | 231 |2453 |  17 |  53k|5826 | 0.000000e+00 |      --      |    Inf 
225.95/226.03	c   226s| 93200 |    91 |  1510k|  16.2 |9944k|  52 |  29 | 231 |9302 | 231 |2453 |  17 |  53k|5835 | 0.000000e+00 |      --      |    Inf 
226.14/226.22	c   226s| 93300 |    94 |  1511k|  16.2 |9954k|  52 |   - | 231 |9300 | 231 |2453 |  17 |  53k|5840 | 0.000000e+00 |      --      |    Inf 
226.35/226.44	c   226s| 93400 |    93 |  1513k|  16.2 |9951k|  52 |  30 | 231 |9297 | 231 |2453 |  17 |  53k|5843 | 0.000000e+00 |      --      |    Inf 
226.55/226.64	c   227s| 93500 |    89 |  1514k|  16.2 |9952k|  52 |   - | 231 |9312 | 231 |2453 |  17 |  53k|5848 | 0.000000e+00 |      --      |    Inf 
226.74/226.89	c   227s| 93600 |    87 |  1516k|  16.2 |9951k|  53 |   - | 231 |9311 | 231 |2453 |  17 |  53k|5857 | 0.000000e+00 |      --      |    Inf 
227.05/227.10	c   227s| 93700 |    86 |  1517k|  16.2 |9942k|  53 |  45 | 231 |9319 | 231 |2453 |  17 |  53k|5862 | 0.000000e+00 |      --      |    Inf 
227.25/227.34	c   227s| 93800 |    88 |  1518k|  16.2 |9926k|  53 |  27 | 231 |9234 | 231 |2453 |  17 |  53k|5873 | 0.000000e+00 |      --      |    Inf 
227.45/227.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.45/227.58	c   228s| 93900 |    82 |  1520k|  16.2 |9882k|  53 |  41 | 231 |9175 | 231 |2453 |  17 |  53k|5880 | 0.000000e+00 |      --      |    Inf 
227.74/227.85	c   228s| 94000 |    78 |  1522k|  16.2 |9805k|  53 |   - | 231 |9008 | 231 |2453 |  17 |  53k|5889 | 0.000000e+00 |      --      |    Inf 
228.05/228.10	c   228s| 94100 |    82 |  1523k|  16.2 |9755k|  53 |  25 | 231 |8820 | 231 |2453 |  17 |  53k|5892 | 0.000000e+00 |      --      |    Inf 
228.24/228.33	c   228s| 94200 |    81 |  1525k|  16.2 |9745k|  53 |  35 | 231 |8800 | 231 |2453 |  17 |  53k|5901 | 0.000000e+00 |      --      |    Inf 
228.45/228.56	c   229s| 94300 |    79 |  1526k|  16.2 |9742k|  53 |  40 | 231 |8792 | 231 |2453 |  17 |  53k|5904 | 0.000000e+00 |      --      |    Inf 
228.65/228.80	c   229s| 94400 |    77 |  1528k|  16.2 |9732k|  53 |   - | 231 |8777 | 231 |2453 |  17 |  53k|5911 | 0.000000e+00 |      --      |    Inf 
228.94/229.08	c   229s| 94500 |    75 |  1530k|  16.2 |9702k|  53 |  41 | 231 |8734 | 231 |2453 |  17 |  53k|5917 | 0.000000e+00 |      --      |    Inf 
229.25/229.37	c   229s| 94600 |    73 |  1532k|  16.2 |9701k|  53 |   - | 231 |8732 | 231 |2453 |  17 |  53k|5925 | 0.000000e+00 |      --      |    Inf 
229.45/229.59	c   230s| 94700 |    73 |  1533k|  16.2 |9690k|  53 |  35 | 231 |8706 | 231 |2453 |  17 |  53k|5929 | 0.000000e+00 |      --      |    Inf 
229.76/229.83	c   230s| 94800 |    70 |  1535k|  16.2 |9658k|  53 |   - | 231 |8641 | 231 |2453 |  17 |  53k|5935 | 0.000000e+00 |      --      |    Inf 
230.04/230.10	c   230s| 94900 |    72 |  1537k|  16.2 |9596k|  53 |  31 | 231 |8476 | 231 |2453 |  17 |  54k|5943 | 0.000000e+00 |      --      |    Inf 
230.24/230.30	c   230s| 95000 |    73 |  1538k|  16.2 |9600k|  53 |  27 | 231 |8479 | 231 |2453 |  17 |  54k|5947 | 0.000000e+00 |      --      |    Inf 
230.45/230.50	c   231s| 95100 |    75 |  1540k|  16.2 |9618k|  53 |   - | 231 |8508 | 231 |2453 |  17 |  54k|5949 | 0.000000e+00 |      --      |    Inf 
230.65/230.71	c   231s| 95200 |    75 |  1541k|  16.2 |9632k|  53 |   - | 231 |8541 | 231 |2453 |  17 |  54k|5949 | 0.000000e+00 |      --      |    Inf 
230.85/230.92	c   231s| 95300 |    73 |  1543k|  16.2 |9626k|  53 |   - | 231 |8541 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.04/231.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.04/231.11	c   231s| 95400 |    73 |  1544k|  16.2 |9631k|  53 |   - | 231 |8545 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.25/231.30	c   231s| 95500 |    77 |  1546k|  16.2 |9651k|  53 |   - | 231 |8572 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.35/231.49	c   231s| 95600 |    74 |  1547k|  16.2 |9649k|  53 |  33 | 231 |8602 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.54/231.64	c   232s| 95700 |    75 |  1548k|  16.2 |9670k|  53 |  13 | 231 |8656 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.75/231.83	c   232s| 95800 |    72 |  1550k|  16.2 |9668k|  53 |   - | 231 |8666 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
231.95/232.02	c   232s| 95900 |    75 |  1551k|  16.2 |9694k|  53 |   - | 231 |8706 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
232.15/232.20	c   232s| 96000 |    71 |  1553k|  16.2 |9697k|  53 |  37 | 231 |8751 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
232.34/232.42	c   232s| 96100 |    76 |  1554k|  16.2 |9693k|  53 |  18 | 231 |8721 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
232.55/232.62	c   233s| 96200 |    72 |  1556k|  16.2 |9702k|  53 |   - | 231 |8767 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
232.75/232.84	c   233s| 96300 |    74 |  1557k|  16.2 |9712k|  53 |   - | 231 |8773 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
232.95/233.03	c   233s| 96400 |    75 |  1559k|  16.2 |9730k|  53 |   - | 231 |8822 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
233.15/233.23	c   233s| 96500 |    76 |  1560k|  16.2 |9747k|  53 |   - | 231 |8856 | 231 |2453 |  17 |  54k|5950 | 0.000000e+00 |      --      |    Inf 
233.35/233.42	c   233s| 96600 |    78 |  1562k|  16.2 |9758k|  53 |  26 | 231 |8883 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
233.55/233.65	c   234s| 96700 |    77 |  1564k|  16.2 |9764k|  53 |  32 | 231 |8911 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
233.75/233.88	c   234s| 96800 |    81 |  1565k|  16.2 |9788k|  53 |   - | 231 |8919 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
233.95/234.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.95/234.09	c   234s| 96900 |    81 |  1567k|  16.2 |9803k|  53 |  12 | 231 |8970 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
234.15/234.28	c   234s| 97000 |    81 |  1568k|  16.2 |9828k|  53 |   - | 231 |9022 |   0 |   0 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
234.45/234.51	c   235s| 97100 |    81 |  1570k|  16.2 |9840k|  53 |  29 | 231 |9058 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
234.64/234.70	c   235s| 97200 |    77 |  1572k|  16.2 |9849k|  53 |   - | 231 |9104 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
234.84/234.94	c   235s| 97300 |    76 |  1573k|  16.2 |9856k|  53 |  43 | 231 |9129 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
235.05/235.19	c   235s| 97400 |    74 |  1575k|  16.2 |9856k|  53 |  30 | 231 |9128 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
235.35/235.41	c   235s| 97500 |    75 |  1577k|  16.2 |9875k|  53 |  28 | 231 |9172 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
235.55/235.63	c   236s| 97600 |    76 |  1579k|  16.2 |9889k|  53 |  30 | 231 |9205 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
235.75/235.85	c   236s| 97700 |    78 |  1581k|  16.2 |9915k|  53 |  27 | 231 |9252 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
235.94/236.07	c   236s| 97800 |    74 |  1582k|  16.2 |9917k|  53 |  43 | 231 |9282 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
236.15/236.27	c   236s| 97900 |    76 |  1584k|  16.2 |9944k|  53 |  31 | 231 |9326 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
236.35/236.45	c   236s| 98000 |    78 |  1585k|  16.2 |9971k|  53 |   - | 231 |9369 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
236.54/236.63	c   237s| 98100 |    76 |  1587k|  16.2 |9989k|  53 |   - | 231 |9419 | 231 |2453 |  17 |  55k|5950 | 0.000000e+00 |      --      |    Inf 
236.75/236.83	c   237s| 98200 |    76 |  1588k|  16.2 |  10M|  53 |   - | 231 |9471 | 231 |2453 |  17 |  56k|5950 | 0.000000e+00 |      --      |    Inf 
236.95/237.03	c   237s| 98300 |    72 |  1590k|  16.2 |  10M|  53 |   - | 231 |9517 | 231 |2453 |  17 |  56k|5950 | 0.000000e+00 |      --      |    Inf 
237.15/237.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.15/237.28	c   237s| 98400 |    72 |  1591k|  16.2 |  10M|  53 |  22 | 231 |9558 | 231 |2453 |  17 |  56k|5960 | 0.000000e+00 |      --      |    Inf 
237.34/237.48	c   237s| 98500 |    71 |  1593k|  16.2 |  10M|  53 |  32 | 231 |9590 | 231 |2453 |  17 |  56k|5960 | 0.000000e+00 |      --      |    Inf 
237.65/237.74	c   238s| 98600 |    71 |  1594k|  16.2 |  10M|  53 |   - | 231 |9544 |   0 |   0 |  17 |  56k|5972 | 0.000000e+00 |      --      |    Inf 
237.95/238.00	c   238s| 98700 |    69 |  1596k|  16.2 |9964k|  53 |   - | 231 |9423 | 231 |2453 |  17 |  56k|5976 | 0.000000e+00 |      --      |    Inf 
238.15/238.25	c   238s| 98800 |    69 |  1598k|  16.2 |9927k|  53 |   - | 231 |9307 | 231 |2453 |  17 |  56k|5976 | 0.000000e+00 |      --      |    Inf 
238.35/238.49	c   238s| 98900 |    73 |  1599k|  16.2 |9921k|  53 |   - | 231 |9249 | 231 |2453 |  17 |  56k|5986 | 0.000000e+00 |      --      |    Inf 
238.66/238.75	c   239s| 99000 |    71 |  1601k|  16.2 |9900k|  53 |  40 | 231 |9224 | 231 |2453 |  17 |  56k|5995 | 0.000000e+00 |      --      |    Inf 
238.95/239.00	c   239s| 99100 |    73 |  1603k|  16.2 |9892k|  53 |   - | 231 |9169 | 231 |2453 |  17 |  56k|5995 | 0.000000e+00 |      --      |    Inf 
239.15/239.22	c   239s| 99200 |    73 |  1605k|  16.2 |9906k|  53 |   - | 231 |9204 | 231 |2453 |  17 |  56k|6002 | 0.000000e+00 |      --      |    Inf 
239.34/239.45	c   239s| 99300 |    75 |  1606k|  16.2 |9921k|  53 |   - | 231 |9228 | 231 |2453 |  17 |  56k|6009 | 0.000000e+00 |      --      |    Inf 
239.55/239.69	c   240s| 99400 |    77 |  1608k|  16.2 |9936k|  53 |  28 | 231 |9266 | 231 |2453 |  17 |  56k|6016 | 0.000000e+00 |      --      |    Inf 
239.75/239.89	c   240s| 99500 |    78 |  1609k|  16.2 |9960k|  53 |   - | 231 |9312 | 231 |2453 |  17 |  56k|6019 | 0.000000e+00 |      --      |    Inf 
240.05/240.12	c   240s| 99600 |    76 |  1611k|  16.2 |9968k|  53 |  31 | 231 |9353 | 231 |2453 |  17 |  56k|6027 | 0.000000e+00 |      --      |    Inf 
240.24/240.35	c   240s| 99700 |    76 |  1612k|  16.2 |9992k|  53 |   - | 231 |9409 | 231 |2453 |  17 |  56k|6032 | 0.000000e+00 |      --      |    Inf 
240.44/240.59	c   241s| 99800 |    76 |  1614k|  16.2 |  10M|  53 |  28 | 231 |9459 | 231 |2453 |  17 |  56k|6042 | 0.000000e+00 |      --      |    Inf 
240.75/240.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.75/240.81	c   241s| 99900 |    74 |  1616k|  16.2 |  10M|  53 |   - | 231 |9502 | 231 |2453 |  17 |  56k|6042 | 0.000000e+00 |      --      |    Inf 
240.94/241.06	c   241s|100000 |    74 |  1617k|  16.2 |  10M|  53 |   - | 231 |9544 | 231 |2453 |  17 |  56k|6050 | 0.000000e+00 |      --      |    Inf 
241.14/241.28	c   241s|100100 |    78 |  1619k|  16.2 |  10M|  53 |  27 | 231 |9579 | 231 |2453 |  17 |  56k|6054 | 0.000000e+00 |      --      |    Inf 
241.34/241.50	c   241s|100200 |    78 |  1620k|  16.2 |  10M|  53 |  42 | 231 |9627 | 231 |2453 |  17 |  57k|6058 | 0.000000e+00 |      --      |    Inf 
241.65/241.75	c   242s|100300 |    78 |  1622k|  16.2 |  10M|  53 |   - | 231 |9674 | 231 |2453 |  17 |  57k|6067 | 0.000000e+00 |      --      |    Inf 
241.85/242.00	c   242s|100400 |    82 |  1624k|  16.2 |  10M|  53 |   - | 231 |9719 | 231 |2453 |  17 |  57k|6072 | 0.000000e+00 |      --      |    Inf 
242.14/242.24	c   242s|100500 |    86 |  1625k|  16.2 |  10M|  53 |  21 | 231 |9754 | 231 |2453 |  17 |  57k|6078 | 0.000000e+00 |      --      |    Inf 
242.35/242.48	c   242s|100600 |    86 |  1627k|  16.2 |  10M|  53 |  27 | 231 |9785 | 231 |2453 |  17 |  57k|6085 | 0.000000e+00 |      --      |    Inf 
242.64/242.72	c   243s|100700 |    82 |  1629k|  16.2 |  10M|  53 |   - | 231 |9827 | 231 |2453 |  17 |  57k|6093 | 0.000000e+00 |      --      |    Inf 
242.84/242.96	c   243s|100800 |    82 |  1630k|  16.2 |  10M|  53 |   - | 231 |9853 | 231 |2453 |  17 |  57k|6099 | 0.000000e+00 |      --      |    Inf 
243.05/243.18	c   243s|100900 |    82 |  1632k|  16.2 |  10M|  53 |  18 | 231 |9891 | 231 |2453 |  17 |  57k|6104 | 0.000000e+00 |      --      |    Inf 
243.34/243.43	c   243s|101000 |    78 |  1633k|  16.2 |  10M|  53 |  42 | 231 |9923 | 231 |2453 |  17 |  57k|6111 | 0.000000e+00 |      --      |    Inf 
243.54/243.65	c   244s|101100 |    76 |  1635k|  16.2 |  10M|  53 |   - | 231 |9958 | 231 |2453 |  17 |  57k|6113 | 0.000000e+00 |      --      |    Inf 
243.85/243.90	c   244s|101200 |    80 |  1637k|  16.2 |  10M|  53 |  24 | 231 |9976 | 231 |2453 |  17 |  57k|6117 | 0.000000e+00 |      --      |    Inf 
244.06/244.12	c   244s|101300 |    76 |  1638k|  16.2 |  10M|  53 |   - | 231 |9986 | 231 |2453 |  17 |  57k|6119 | 0.000000e+00 |      --      |    Inf 
244.25/244.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.25/244.33	c   244s|101400 |    76 |  1640k|  16.2 |  10M|  53 |  21 | 231 |  10k| 231 |2453 |  17 |  57k|6119 | 0.000000e+00 |      --      |    Inf 
244.44/244.56	c   245s|101500 |    73 |  1642k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6120 | 0.000000e+00 |      --      |    Inf 
244.75/244.80	c   245s|101600 |    74 |  1644k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6121 | 0.000000e+00 |      --      |    Inf 
244.94/245.03	c   245s|101700 |    78 |  1645k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6122 | 0.000000e+00 |      --      |    Inf 
245.15/245.27	c   245s|101800 |    75 |  1647k|  16.2 |  10M|  53 |  19 | 231 |  10k| 231 |2453 |  17 |  57k|6124 | 0.000000e+00 |      --      |    Inf 
245.45/245.52	c   246s|101900 |    80 |  1649k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6124 | 0.000000e+00 |      --      |    Inf 
245.65/245.74	c   246s|102000 |    84 |  1651k|  16.2 |  10M|  53 |  18 | 231 |  10k| 231 |2453 |  17 |  57k|6124 | 0.000000e+00 |      --      |    Inf 
245.85/245.95	c   246s|102100 |    82 |  1652k|  16.2 |  10M|  53 |  28 | 231 |  10k| 231 |2453 |  17 |  57k|6124 | 0.000000e+00 |      --      |    Inf 
246.04/246.18	c   246s|102200 |    80 |  1654k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6126 | 0.000000e+00 |      --      |    Inf 
246.35/246.42	c   246s|102300 |    80 |  1656k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6127 | 0.000000e+00 |      --      |    Inf 
246.55/246.63	c   247s|102400 |    79 |  1657k|  16.2 |  10M|  53 |  47 | 231 |  10k| 231 |2453 |  17 |  58k|6127 | 0.000000e+00 |      --      |    Inf 
246.74/246.84	c   247s|102500 |    75 |  1659k|  16.2 |  10M|  53 |  42 | 231 |  10k| 231 |2453 |  17 |  58k|6128 | 0.000000e+00 |      --      |    Inf 
246.95/247.08	c   247s|102600 |    73 |  1660k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6131 | 0.000000e+00 |      --      |    Inf 
247.24/247.31	c   247s|102700 |    76 |  1662k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6133 | 0.000000e+00 |      --      |    Inf 
247.45/247.54	c   248s|102800 |    79 |  1663k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6135 | 0.000000e+00 |      --      |    Inf 
247.65/247.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.65/247.78	c   248s|102900 |    73 |  1665k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6135 | 0.000000e+00 |      --      |    Inf 
247.94/248.00	c   248s|103000 |    73 |  1667k|  16.2 |  10M|  53 |  36 | 231 |  10k| 231 |2453 |  17 |  58k|6136 | 0.000000e+00 |      --      |    Inf 
248.14/248.20	c   248s|103100 |    75 |  1668k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6137 | 0.000000e+00 |      --      |    Inf 
248.35/248.43	c   248s|103200 |    76 |  1670k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
248.55/248.65	c   249s|103300 |    79 |  1672k|  16.2 |  10M|  53 |  29 | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
248.74/248.83	c   249s|103400 |    79 |  1673k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
248.95/249.01	c   249s|103500 |    82 |  1674k|  16.2 |  10M|  53 |  31 | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
249.14/249.21	c   249s|103600 |    80 |  1676k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
249.34/249.41	c   249s|103700 |    84 |  1677k|  16.2 |  10M|  53 |  20 | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
249.45/249.58	c   250s|103800 |    80 |  1678k|  16.2 |  10M|  53 |   - | 231 |  10k|   0 |   0 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
249.65/249.79	c   250s|103900 |    83 |  1680k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  58k|6139 | 0.000000e+00 |      --      |    Inf 
249.94/250.00	c   250s|104000 |    79 |  1682k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
250.15/250.22	c   250s|104100 |    81 |  1683k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
250.34/250.43	c   250s|104200 |    86 |  1685k|  16.2 |  10M|  53 |  24 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
250.54/250.65	c   251s|104300 |    88 |  1687k|  16.2 |  10M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
250.75/250.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.75/250.85	c   251s|104400 |    86 |  1688k|  16.2 |  10M|  53 |  32 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
250.95/251.08	c   251s|104500 |    84 |  1690k|  16.2 |  10M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
251.14/251.27	c   251s|104600 |    85 |  1691k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
251.34/251.48	c   251s|104700 |    81 |  1693k|  16.2 |  10M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
251.55/251.68	c   252s|104800 |    80 |  1694k|  16.2 |  10M|  53 |  37 | 231 |  11k| 231 |2453 |  17 |  59k|6140 | 0.000000e+00 |      --      |    Inf 
251.85/251.96	c   252s|104900 |    79 |  1696k|  16.2 |  10M|  53 |  26 | 231 |  11k| 231 |2453 |  17 |  59k|6152 | 0.000000e+00 |      --      |    Inf 
252.04/252.14	c   252s|105000 |    78 |  1697k|  16.2 |  10M|  53 |  25 | 231 |  11k| 231 |2453 |  17 |  59k|6152 | 0.000000e+00 |      --      |    Inf 
252.24/252.37	c   252s|105100 |    74 |  1698k|  16.2 |  10M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  59k|6165 | 0.000000e+00 |      --      |    Inf 
252.45/252.56	c   253s|105200 |    78 |  1700k|  16.2 |  10M|  53 |  15 | 231 |  11k| 231 |2453 |  17 |  59k|6165 | 0.000000e+00 |      --      |    Inf 
252.64/252.77	c   253s|105300 |    74 |  1701k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6165 | 0.000000e+00 |      --      |    Inf 
252.95/253.03	c   253s|105400 |    75 |  1703k|  16.2 |  10M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  59k|6175 | 0.000000e+00 |      --      |    Inf 
253.14/253.21	c   253s|105500 |    76 |  1704k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6175 | 0.000000e+00 |      --      |    Inf 
253.34/253.43	c   253s|105600 |    74 |  1706k|  16.2 |  10M|  53 |  29 | 231 |  11k| 231 |2453 |  17 |  59k|6180 | 0.000000e+00 |      --      |    Inf 
253.54/253.69	c   254s|105700 |    75 |  1708k|  16.2 |  10M|  53 |  32 | 231 |  11k| 231 |2453 |  17 |  59k|6189 | 0.000000e+00 |      --      |    Inf 
253.84/253.93	c   254s|105800 |    76 |  1709k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6195 | 0.000000e+00 |      --      |    Inf 
254.14/254.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.14/254.20	c   254s|105900 |    75 |  1711k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  60k|6205 | 0.000000e+00 |      --      |    Inf 
254.34/254.41	c   254s|106000 |    77 |  1712k|  16.2 |  10M|  53 |  28 | 231 |  11k| 231 |2453 |  17 |  60k|6205 | 0.000000e+00 |      --      |    Inf 
254.54/254.65	c   255s|106100 |    75 |  1714k|  16.2 |  10M|  53 |   - | 231 |  11k|   0 |   0 |  17 |  60k|6213 | 0.000000e+00 |      --      |    Inf 
254.75/254.87	c   255s|106200 |    80 |  1716k|  16.2 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  60k|6213 | 0.000000e+00 |      --      |    Inf 
255.05/255.12	c   255s|106300 |    78 |  1717k|  16.2 |  10M|  53 |  44 | 231 |  11k| 231 |2453 |  17 |  60k|6221 | 0.000000e+00 |      --      |    Inf 
255.24/255.39	c   255s|106400 |    81 |  1719k|  16.2 |  10M|  53 |  24 | 231 |  11k| 231 |2453 |  17 |  60k|6229 | 0.000000e+00 |      --      |    Inf 
255.54/255.61	c   256s|106500 |    82 |  1721k|  16.2 |  10M|  53 |  38 | 231 |  11k| 231 |2453 |  17 |  60k|6232 | 0.000000e+00 |      --      |    Inf 
255.74/255.86	c   256s|106600 |    78 |  1722k|  16.2 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  60k|6240 | 0.000000e+00 |      --      |    Inf 
256.04/256.12	c   256s|106700 |    79 |  1724k|  16.2 |  11M|  53 |  27 | 231 |  11k| 231 |2453 |  17 |  60k|6250 | 0.000000e+00 |      --      |    Inf 
256.24/256.34	c   256s|106800 |    79 |  1725k|  16.2 |  11M|  53 |  36 | 231 |  11k| 231 |2453 |  17 |  60k|6250 | 0.000000e+00 |      --      |    Inf 
256.44/256.56	c   257s|106900 |    76 |  1727k|  16.2 |  11M|  53 |  29 | 231 |  12k| 231 |2453 |  17 |  60k|6254 | 0.000000e+00 |      --      |    Inf 
256.64/256.78	c   257s|107000 |    78 |  1728k|  16.2 |  11M|  53 |  35 | 231 |  12k| 231 |2453 |  17 |  60k|6259 | 0.000000e+00 |      --      |    Inf 
256.85/256.99	c   257s|107100 |    76 |  1730k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6264 | 0.000000e+00 |      --      |    Inf 
257.14/257.22	c   257s|107200 |    81 |  1731k|  16.2 |  11M|  53 |  18 | 231 |  12k| 231 |2453 |  17 |  60k|6269 | 0.000000e+00 |      --      |    Inf 
257.35/257.47	c   257s|107300 |    79 |  1733k|  16.2 |  11M|  53 |  24 | 231 |  12k| 231 |2453 |  17 |  60k|6276 | 0.000000e+00 |      --      |    Inf 
257.64/257.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.64/257.71	c   258s|107400 |    78 |  1735k|  16.2 |  11M|  53 |  29 | 231 |  12k| 231 |2453 |  17 |  60k|6281 | 0.000000e+00 |      --      |    Inf 
257.84/257.92	c   258s|107500 |    77 |  1736k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6287 | 0.000000e+00 |      --      |    Inf 
258.04/258.15	c   258s|107600 |    76 |  1738k|  16.2 |  11M|  53 |  31 | 231 |  12k| 231 |2453 |  17 |  60k|6294 | 0.000000e+00 |      --      |    Inf 
258.25/258.38	c   258s|107700 |    76 |  1739k|  16.2 |  11M|  53 |  27 | 231 |  12k| 231 |2453 |  17 |  61k|6297 | 0.000000e+00 |      --      |    Inf 
258.45/258.59	c   259s|107800 |    76 |  1741k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6302 | 0.000000e+00 |      --      |    Inf 
258.64/258.79	c   259s|107900 |    77 |  1742k|  16.1 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6309 | 0.000000e+00 |      --      |    Inf 
258.95/259.03	c   259s|108000 |    79 |  1744k|  16.1 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6316 | 0.000000e+00 |      --      |    Inf 
259.14/259.25	c   259s|108100 |    83 |  1745k|  16.1 |  11M|  53 |  19 | 231 |  12k| 231 |2453 |  17 |  61k|6320 | 0.000000e+00 |      --      |    Inf 
259.34/259.47	c   259s|108200 |    79 |  1747k|  16.1 |  11M|  53 |  38 | 231 |  12k| 231 |2453 |  17 |  61k|6327 | 0.000000e+00 |      --      |    Inf 
259.65/259.72	c   260s|108300 |    81 |  1748k|  16.1 |  11M|  53 |  33 | 231 |  12k| 231 |2453 |  17 |  61k|6330 | 0.000000e+00 |      --      |    Inf 
259.84/259.96	c   260s|108400 |    78 |  1750k|  16.1 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6331 | 0.000000e+00 |      --      |    Inf 
260.04/260.18	c   260s|108500 |    78 |  1752k|  16.1 |  11M|  53 |  29 | 231 |  12k| 231 |2453 |  17 |  61k|6331 | 0.000000e+00 |      --      |    Inf 
260.34/260.43	c   260s|108600 |    80 |  1754k|  16.2 |  11M|  53 |  37 | 231 |  12k| 231 |2453 |  17 |  61k|6331 | 0.000000e+00 |      --      |    Inf 
260.55/260.65	c   261s|108700 |    76 |  1755k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6331 | 0.000000e+00 |      --      |    Inf 
260.74/260.86	c   261s|108800 |    79 |  1757k|  16.2 |  11M|  53 |  28 | 231 |  12k| 231 |2453 |  17 |  61k|6334 | 0.000000e+00 |      --      |    Inf 
261.04/261.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.04/261.12	c   261s|108900 |    76 |  1759k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
261.24/261.34	c   261s|109000 |    78 |  1761k|  16.2 |  11M|  53 |  24 | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
261.44/261.59	c   262s|109100 |    80 |  1762k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
261.65/261.78	c   262s|109200 |    78 |  1764k|  16.2 |  11M|  53 |  45 | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
261.84/261.99	c   262s|109300 |    82 |  1765k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
262.14/262.22	c   262s|109400 |    82 |  1767k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
262.34/262.43	c   262s|109500 |    81 |  1769k|  16.2 |  11M|  53 |  40 | 231 |  12k| 231 |2453 |  17 |  61k|6336 | 0.000000e+00 |      --      |    Inf 
262.54/262.65	c   263s|109600 |    81 |  1770k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
262.74/262.87	c   263s|109700 |    85 |  1772k|  16.2 |  11M|  53 |  24 | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
262.94/263.09	c   263s|109800 |    77 |  1774k|  16.2 |  11M|  53 |  37 | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
263.25/263.32	c   263s|109900 |    75 |  1775k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
263.44/263.55	c   264s|110000 |    81 |  1777k|  16.2 |  11M|  53 |  31 | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
263.64/263.75	c   264s|110100 |    80 |  1779k|  16.2 |  11M|  53 |  39 | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
263.85/263.95	c   264s|110200 |    79 |  1780k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
264.04/264.17	c   264s|110300 |    79 |  1782k|  16.2 |  11M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
264.34/264.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.34/264.40	c   264s|110400 |    82 |  1784k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
264.54/264.64	c   265s|110500 |    80 |  1786k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
264.74/264.86	c   265s|110600 |    83 |  1787k|  16.2 |  11M|  53 |  23 | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
264.95/265.07	c   265s|110700 |    83 |  1789k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
265.14/265.29	c   265s|110800 |    83 |  1791k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
265.44/265.50	c   266s|110900 |    83 |  1792k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
265.64/265.73	c   266s|111000 |    81 |  1794k|  16.2 |  11M|  53 |  39 | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
265.84/265.97	c   266s|111100 |    79 |  1796k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
266.14/266.20	c   266s|111200 |    82 |  1797k|  16.2 |  11M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
266.35/266.42	c   266s|111300 |    81 |  1799k|  16.2 |  11M|  53 |  23 | 231 |  13k| 231 |2453 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
266.54/266.64	c   267s|111400 |    79 |  1801k|  16.2 |  11M|  53 |   - | 231 |  13k|   0 |   0 |  17 |  62k|6336 | 0.000000e+00 |      --      |    Inf 
266.74/266.84	c   267s|111500 |    81 |  1802k|  16.2 |  11M|  53 |   - | 231 |  13k|   0 |   0 |  17 |  63k|6337 | 0.000000e+00 |      --      |    Inf 
266.94/267.04	c   267s|111600 |    80 |  1804k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6338 | 0.000000e+00 |      --      |    Inf 
267.24/267.33	c   267s|111700 |    81 |  1805k|  16.2 |  11M|  53 |  29 | 231 |  13k| 231 |2453 |  17 |  63k|6352 | 0.000000e+00 |      --      |    Inf 
267.44/267.56	c   268s|111800 |    79 |  1807k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6352 | 0.000000e+00 |      --      |    Inf 
267.74/267.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.74/267.83	c   268s|111900 |    79 |  1809k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6362 | 0.000000e+00 |      --      |    Inf 
267.94/268.05	c   268s|112000 |    83 |  1811k|  16.2 |  11M|  53 |  30 | 231 |  13k| 231 |2453 |  17 |  63k|6362 | 0.000000e+00 |      --      |    Inf 
268.14/268.29	c   268s|112100 |    83 |  1813k|  16.2 |  11M|  53 |  32 | 231 |  13k| 231 |2453 |  17 |  63k|6368 | 0.000000e+00 |      --      |    Inf 
268.44/268.51	c   269s|112200 |    80 |  1814k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6374 | 0.000000e+00 |      --      |    Inf 
268.64/268.77	c   269s|112300 |    78 |  1816k|  16.2 |  11M|  53 |  45 | 231 |  13k| 231 |2453 |  17 |  63k|6382 | 0.000000e+00 |      --      |    Inf 
268.84/268.99	c   269s|112400 |    81 |  1817k|  16.2 |  11M|  53 |  31 | 231 |  13k| 231 |2453 |  17 |  63k|6382 | 0.000000e+00 |      --      |    Inf 
269.14/269.26	c   269s|112500 |    81 |  1819k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6391 | 0.000000e+00 |      --      |    Inf 
269.45/269.54	c   270s|112600 |    85 |  1821k|  16.2 |  11M|  53 |  39 | 231 |  13k| 231 |2453 |  17 |  63k|6400 | 0.000000e+00 |      --      |    Inf 
269.64/269.79	c   270s|112700 |    85 |  1823k|  16.2 |  11M|  53 |  30 | 231 |  13k| 231 |2453 |  17 |  63k|6400 | 0.000000e+00 |      --      |    Inf 
269.94/270.07	c   270s|112800 |    82 |  1825k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6407 | 0.000000e+00 |      --      |    Inf 
270.24/270.35	c   270s|112900 |    86 |  1827k|  16.2 |  11M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  63k|6414 | 0.000000e+00 |      --      |    Inf 
270.55/270.62	c   271s|113000 |    85 |  1829k|  16.2 |  11M|  53 |  45 | 231 |  13k| 231 |2453 |  17 |  63k|6420 | 0.000000e+00 |      --      |    Inf 
270.84/270.93	c   271s|113100 |    92 |  1831k|  16.2 |  11M|  53 |   8 | 231 |  13k| 231 |2453 |  17 |  63k|6431 | 0.000000e+00 |      --      |    Inf 
271.04/271.17	c   271s|113200 |    92 |  1833k|  16.2 |  11M|  53 |   8 | 231 |  13k| 231 |2453 |  17 |  63k|6437 | 0.000000e+00 |      --      |    Inf 
271.24/271.39	c   271s|113300 |    83 |  1834k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  63k|6437 | 0.000000e+00 |      --      |    Inf 
271.55/271.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.55/271.61	c   272s|113400 |    82 |  1836k|  16.2 |  11M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  63k|6444 | 0.000000e+00 |      --      |    Inf 
271.84/271.90	c   272s|113500 |    82 |  1837k|  16.2 |  11M|  53 |  25 | 231 |  13k| 231 |2453 |  17 |  64k|6453 | 0.000000e+00 |      --      |    Inf 
272.04/272.11	c   272s|113600 |    81 |  1839k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  64k|6456 | 0.000000e+00 |      --      |    Inf 
272.24/272.35	c   272s|113700 |    79 |  1840k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  64k|6460 | 0.000000e+00 |      --      |    Inf 
272.54/272.62	c   273s|113800 |    77 |  1842k|  16.2 |  11M|  53 |  48 | 231 |  13k| 231 |2453 |  17 |  64k|6470 | 0.000000e+00 |      --      |    Inf 
272.74/272.86	c   273s|113900 |    79 |  1844k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  64k|6472 | 0.000000e+00 |      --      |    Inf 
273.04/273.11	c   273s|114000 |    79 |  1846k|  16.2 |  11M|  53 |  35 | 231 |  13k| 231 |2453 |  17 |  64k|6475 | 0.000000e+00 |      --      |    Inf 
273.24/273.39	c   273s|114100 |    77 |  1847k|  16.2 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  64k|6485 | 0.000000e+00 |      --      |    Inf 
273.54/273.67	c   274s|114200 |    80 |  1849k|  16.2 |  11M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  64k|6498 | 0.000000e+00 |      --      |    Inf 
273.94/274.04	c   274s|114300 |    80 |  1851k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6521 | 0.000000e+00 |      --      |    Inf 
274.24/274.32	c   274s|114400 |    78 |  1853k|  16.2 |  11M|  53 |  34 | 231 |  12k| 231 |2453 |  17 |  64k|6528 | 0.000000e+00 |      --      |    Inf 
274.44/274.55	c   275s|114500 |    78 |  1855k|  16.2 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6531 | 0.000000e+00 |      --      |    Inf 
274.64/274.76	c   275s|114600 |    77 |  1856k|  16.2 |  11M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  64k|6531 | 0.000000e+00 |      --      |    Inf 
274.85/275.00	c   275s|114700 |    77 |  1858k|  16.2 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  64k|6531 | 0.000000e+00 |      --      |    Inf 
275.13/275.22	c   275s|114800 |    78 |  1860k|  16.2 |  11M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  64k|6531 | 0.000000e+00 |      --      |    Inf 
275.44/275.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.44/275.50	c   276s|114900 |    76 |  1862k|  16.2 |  10M|  53 |  40 | 231 |  11k| 231 |2453 |  17 |  64k|6536 | 0.000000e+00 |      --      |    Inf 
275.64/275.76	c   276s|115000 |    76 |  1863k|  16.2 |  10M|  53 |  26 | 231 |  11k| 231 |2453 |  17 |  64k|6542 | 0.000000e+00 |      --      |    Inf 
275.94/276.00	c   276s|115100 |    74 |  1865k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  64k|6544 | 0.000000e+00 |      --      |    Inf 
276.13/276.24	c   276s|115200 |    76 |  1866k|  16.2 |  10M|  53 |  25 | 231 |  10k| 231 |2453 |  17 |  64k|6551 | 0.000000e+00 |      --      |    Inf 
276.34/276.45	c   276s|115300 |    76 |  1868k|  16.2 |  10M|  53 |  28 | 231 |  10k| 231 |2453 |  17 |  65k|6553 | 0.000000e+00 |      --      |    Inf 
276.54/276.64	c   277s|115400 |    74 |  1869k|  16.2 |  10M|  53 |  41 | 231 |  10k| 231 |2453 |  17 |  65k|6554 | 0.000000e+00 |      --      |    Inf 
276.74/276.85	c   277s|115500 |    76 |  1871k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  65k|6557 | 0.000000e+00 |      --      |    Inf 
276.94/277.05	c   277s|115600 |    73 |  1872k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  65k|6558 | 0.000000e+00 |      --      |    Inf 
277.15/277.30	c   277s|115700 |    76 |  1874k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  65k|6559 | 0.000000e+00 |      --      |    Inf 
277.44/277.52	c   278s|115800 |    74 |  1876k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
277.64/277.73	c   278s|115900 |    77 |  1877k|  16.2 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
277.84/277.93	c   278s|116000 |    77 |  1879k|  16.2 |  10M|  53 |  39 | 231 |  10k| 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
278.04/278.19	c   278s|116100 |    75 |  1880k|  16.2 |  10M|  53 |  44 | 231 |  10k| 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
278.34/278.42	c   278s|116200 |    75 |  1882k|  16.2 |  10M|  53 |  44 | 231 |  10k| 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
278.54/278.65	c   279s|116300 |    77 |  1884k|  16.2 |  10M|  53 |   - | 231 |9876 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
278.74/278.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.74/278.88	c   279s|116400 |    77 |  1886k|  16.2 |  10M|  53 |  44 | 231 |9844 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
279.04/279.10	c   279s|116500 |    77 |  1887k|  16.2 |  10M|  53 |  34 | 231 |9860 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
279.25/279.31	c   279s|116600 |    81 |  1889k|  16.2 |  10M|  53 |   - | 231 |9830 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
279.44/279.52	c   280s|116700 |    79 |  1890k|  16.2 |  10M|  53 |   - | 231 |9820 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
279.64/279.73	c   280s|116800 |    77 |  1892k|  16.2 |  10M|  53 |  30 | 231 |9755 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
279.83/279.96	c   280s|116900 |    77 |  1894k|  16.2 |  10M|  53 |  39 | 231 |9722 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
280.04/280.18	c   280s|117000 |    77 |  1895k|  16.2 |  10M|  53 |   - | 231 |9730 | 231 |2453 |  17 |  65k|6561 | 0.000000e+00 |      --      |    Inf 
280.35/280.43	c   280s|117100 |    83 |  1897k|  16.2 |  10M|  53 |   - | 231 |9551 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
280.54/280.66	c   281s|117200 |    86 |  1899k|  16.2 |  10M|  53 |   - | 231 |9411 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
280.84/280.90	c   281s|117300 |    88 |  1901k|  16.2 |  10M|  53 |  34 | 231 |9306 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
281.03/281.14	c   281s|117400 |    90 |  1903k|  16.2 |  10M|  53 |  20 | 231 |9235 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
281.24/281.38	c   281s|117500 |    88 |  1905k|  16.2 |  10M|  53 |   - | 231 |9254 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
281.44/281.60	c   282s|117600 |    89 |  1907k|  16.2 |  10M|  53 |   - | 231 |9298 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
281.74/281.83	c   282s|117700 |    93 |  1908k|  16.2 |  10M|  53 |  36 | 231 |9332 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
281.94/282.05	c   282s|117800 |    97 |  1910k|  16.2 |  10M|  53 |  21 | 231 |9372 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
282.24/282.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.24/282.30	c   282s|117900 |    95 |  1912k|  16.2 |  10M|  53 |  28 | 231 |9421 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
282.43/282.55	c   283s|118000 |    99 |  1914k|  16.2 |  10M|  53 |  36 | 231 |9474 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
282.65/282.77	c   283s|118100 |    99 |  1916k|  16.2 |  10M|  53 |  27 | 231 |9524 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
282.93/283.02	c   283s|118200 |    99 |  1918k|  16.2 |  10M|  53 |   - | 231 |9573 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
283.14/283.26	c   283s|118300 |   107 |  1920k|  16.2 |  10M|  53 |   - | 231 |9598 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
283.34/283.49	c   283s|118400 |   109 |  1922k|  16.2 |  10M|  53 |   - | 231 |9625 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
283.64/283.72	c   284s|118500 |   104 |  1923k|  16.2 |  10M|  53 |   - | 231 |9680 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
283.83/283.96	c   284s|118600 |   103 |  1925k|  16.2 |  10M|  53 |  21 | 231 |9738 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
284.14/284.22	c   284s|118700 |   105 |  1927k|  16.2 |  10M|  53 |   - | 231 |9800 | 231 |2453 |  17 |  66k|6561 | 0.000000e+00 |      --      |    Inf 
284.44/284.51	c   285s|118800 |   105 |  1929k|  16.2 |  10M|  53 |   - | 231 |9845 | 231 |2453 |  17 |  66k|6572 | 0.000000e+00 |      --      |    Inf 
284.64/284.73	c   285s|118900 |   103 |  1931k|  16.2 |  10M|  53 |   - | 231 |9889 | 231 |2453 |  17 |  67k|6572 | 0.000000e+00 |      --      |    Inf 
284.94/285.01	c   285s|119000 |   101 |  1933k|  16.2 |  10M|  53 |  35 | 231 |9933 | 231 |2453 |  17 |  67k|6581 | 0.000000e+00 |      --      |    Inf 
285.14/285.29	c   285s|119100 |   101 |  1935k|  16.2 |  10M|  53 |   - | 231 |9996 | 231 |2453 |  17 |  67k|6586 | 0.000000e+00 |      --      |    Inf 
285.44/285.56	c   286s|119200 |   101 |  1937k|  16.3 |  10M|  53 |  42 | 231 |  10k| 231 |2453 |  17 |  67k|6592 | 0.000000e+00 |      --      |    Inf 
285.74/285.86	c   286s|119300 |    97 |  1939k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6606 | 0.000000e+00 |      --      |    Inf 
285.94/286.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.94/286.08	c   286s|119400 |    99 |  1941k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6606 | 0.000000e+00 |      --      |    Inf 
286.24/286.35	c   286s|119500 |   106 |  1943k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6610 | 0.000000e+00 |      --      |    Inf 
286.54/286.62	c   287s|119600 |   108 |  1945k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6619 | 0.000000e+00 |      --      |    Inf 
286.83/286.96	c   287s|119700 |   115 |  1947k|  16.3 |  10M|  53 |  39 | 231 |  10k| 231 |2453 |  17 |  67k|6631 | 0.000000e+00 |      --      |    Inf 
287.14/287.23	c   287s|119800 |   112 |  1949k|  16.3 |  10M|  53 |  39 | 231 |  10k| 231 |2453 |  17 |  67k|6631 | 0.000000e+00 |      --      |    Inf 
287.44/287.53	c   288s|119900 |   112 |  1951k|  16.3 |  10M|  53 |  38 | 231 |  10k| 231 |2453 |  17 |  67k|6640 | 0.000000e+00 |      --      |    Inf 
287.64/287.79	c   288s|120000 |   110 |  1953k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6646 | 0.000000e+00 |      --      |    Inf 
287.94/288.05	c   288s|120100 |   106 |  1955k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  67k|6653 | 0.000000e+00 |      --      |    Inf 
288.24/288.36	c   288s|120200 |   112 |  1957k|  16.3 |  10M|  53 |  24 | 231 |  10k| 231 |2453 |  17 |  67k|6659 | 0.000000e+00 |      --      |    Inf 
288.43/288.59	c   289s|120300 |   112 |  1959k|  16.3 |  10M|  53 |   - | 231 |  10k|   0 |   0 |  17 |  67k|6664 | 0.000000e+00 |      --      |    Inf 
288.74/288.86	c   289s|120400 |   111 |  1961k|  16.3 |  10M|  53 |  32 | 231 |  10k| 231 |2453 |  17 |  67k|6671 | 0.000000e+00 |      --      |    Inf 
288.93/289.08	c   289s|120500 |   115 |  1962k|  16.3 |  10M|  53 |  30 | 231 |  10k| 231 |2453 |  17 |  68k|6677 | 0.000000e+00 |      --      |    Inf 
289.24/289.35	c   289s|120600 |   113 |  1964k|  16.3 |  10M|  53 |  17 | 231 |  10k| 231 |2453 |  17 |  68k|6685 | 0.000000e+00 |      --      |    Inf 
289.44/289.56	c   290s|120700 |   113 |  1966k|  16.3 |  10M|  53 |  28 | 231 |  10k| 231 |2453 |  17 |  68k|6691 | 0.000000e+00 |      --      |    Inf 
289.64/289.79	c   290s|120800 |   111 |  1968k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  68k|6694 | 0.000000e+00 |      --      |    Inf 
289.93/290.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.93/290.06	c   290s|120900 |   111 |  1970k|  16.3 |  10M|  53 |  30 | 231 |  10k| 231 |2453 |  17 |  68k|6702 | 0.000000e+00 |      --      |    Inf 
290.24/290.32	c   290s|121000 |   111 |  1971k|  16.3 |  10M|  53 |   - | 231 |  10k|   0 |   0 |  17 |  68k|6710 | 0.000000e+00 |      --      |    Inf 
290.44/290.57	c   291s|121100 |   110 |  1973k|  16.3 |  10M|  53 |  19 | 231 |  10k| 231 |2453 |  17 |  68k|6716 | 0.000000e+00 |      --      |    Inf 
290.74/290.82	c   291s|121200 |   108 |  1975k|  16.3 |  10M|  53 |  34 | 231 |  10k| 231 |2453 |  17 |  68k|6722 | 0.000000e+00 |      --      |    Inf 
291.04/291.10	c   291s|121300 |   106 |  1977k|  16.3 |  10M|  53 |  41 | 231 |  10k| 231 |2453 |  17 |  68k|6729 | 0.000000e+00 |      --      |    Inf 
291.24/291.39	c   291s|121400 |   100 |  1979k|  16.3 |  10M|  53 |  40 | 231 |  11k| 231 |2453 |  17 |  68k|6740 | 0.000000e+00 |      --      |    Inf 
291.54/291.65	c   292s|121500 |   102 |  1981k|  16.3 |  10M|  53 |  34 | 231 |  11k| 231 |2453 |  17 |  68k|6744 | 0.000000e+00 |      --      |    Inf 
291.84/291.91	c   292s|121600 |   100 |  1983k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  68k|6744 | 0.000000e+00 |      --      |    Inf 
292.04/292.16	c   292s|121700 |   104 |  1985k|  16.3 |  10M|  53 |  26 | 231 |  10k| 231 |2453 |  17 |  68k|6748 | 0.000000e+00 |      --      |    Inf 
292.34/292.41	c   292s|121800 |   104 |  1987k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  68k|6750 | 0.000000e+00 |      --      |    Inf 
292.54/292.64	c   293s|121900 |   108 |  1988k|  16.3 |  10M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  68k|6752 | 0.000000e+00 |      --      |    Inf 
292.74/292.84	c   293s|122000 |   112 |  1990k|  16.3 |  10M|  53 |  43 | 231 |  10k| 231 |2453 |  17 |  68k|6752 | 0.000000e+00 |      --      |    Inf 
292.94/293.03	c   293s|122100 |   112 |  1991k|  16.3 |  10M|  53 |  30 | 231 |  11k| 231 |2453 |  17 |  68k|6752 | 0.000000e+00 |      --      |    Inf 
293.13/293.24	c   293s|122200 |   112 |  1993k|  16.3 |  10M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  68k|6752 | 0.000000e+00 |      --      |    Inf 
293.34/293.47	c   293s|122300 |   114 |  1994k|  16.3 |  10M|  53 |  29 | 231 |  11k| 231 |2453 |  17 |  69k|6752 | 0.000000e+00 |      --      |    Inf 
293.64/293.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.64/293.71	c   294s|122400 |   112 |  1996k|  16.3 |  10M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6752 | 0.000000e+00 |      --      |    Inf 
293.84/293.97	c   294s|122500 |   114 |  1998k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
294.14/294.21	c   294s|122600 |   108 |  2000k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
294.34/294.44	c   294s|122700 |   114 |  2002k|  16.3 |  11M|  53 |  39 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
294.54/294.68	c   295s|122800 |   114 |  2004k|  16.3 |  11M|  53 |  39 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
294.83/294.90	c   295s|122900 |   116 |  2005k|  16.3 |  11M|  53 |  23 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
295.03/295.11	c   295s|123000 |   116 |  2007k|  16.3 |  11M|  53 |  29 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
295.24/295.30	c   295s|123100 |   115 |  2008k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
295.43/295.50	c   296s|123200 |   115 |  2010k|  16.3 |  11M|  53 |  45 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
295.63/295.72	c   296s|123300 |   117 |  2011k|  16.3 |  11M|  53 |  35 | 231 |  11k| 231 |2453 |  17 |  69k|6753 | 0.000000e+00 |      --      |    Inf 
295.85/295.95	c   296s|123400 |   115 |  2013k|  16.3 |  11M|  53 |  32 | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
296.04/296.16	c   296s|123500 |   114 |  2014k|  16.3 |  11M|  53 |  35 | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
296.24/296.36	c   296s|123600 |   114 |  2016k|  16.3 |  11M|  53 |  30 | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
296.53/296.62	c   297s|123700 |   114 |  2018k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
296.74/296.86	c   297s|123800 |   110 |  2020k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
297.04/297.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.04/297.11	c   297s|123900 |   112 |  2022k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  69k|6754 | 0.000000e+00 |      --      |    Inf 
297.24/297.32	c   297s|124000 |   113 |  2023k|  16.3 |  11M|  53 |  43 | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
297.44/297.55	c   298s|124100 |   113 |  2025k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
297.63/297.78	c   298s|124200 |   113 |  2027k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
297.83/297.99	c   298s|124300 |   117 |  2028k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
298.04/298.17	c   298s|124400 |   114 |  2030k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
298.24/298.38	c   298s|124500 |   116 |  2031k|  16.3 |  11M|  53 |   - | 231 |  11k|   0 |   0 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
298.43/298.57	c   299s|124600 |   116 |  2033k|  16.3 |  11M|  53 |  38 | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
298.63/298.76	c   299s|124700 |   116 |  2034k|  16.3 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
298.83/298.99	c   299s|124800 |   116 |  2036k|  16.3 |  11M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
299.04/299.20	c   299s|124900 |   117 |  2038k|  16.3 |  11M|  53 |  30 | 231 |  11k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
299.34/299.40	c   299s|125000 |   114 |  2039k|  16.3 |  11M|  53 |  28 | 231 |  12k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
299.54/299.65	c   300s|125100 |   117 |  2041k|  16.3 |  11M|  53 |  38 | 231 |  12k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
299.73/299.88	c   300s|125200 |   115 |  2043k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6754 | 0.000000e+00 |      --      |    Inf 
300.04/300.16	c   300s|125300 |   116 |  2045k|  16.3 |  11M|  53 |  34 | 231 |  12k| 231 |2453 |  17 |  70k|6760 | 0.000000e+00 |      --      |    Inf 
300.33/300.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.33/300.46	c   300s|125400 |   116 |  2047k|  16.3 |  11M|  53 |  30 | 231 |  12k| 231 |2453 |  17 |  70k|6766 | 0.000000e+00 |      --      |    Inf 
300.64/300.73	c   301s|125500 |   113 |  2049k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6776 | 0.000000e+00 |      --      |    Inf 
300.84/300.95	c   301s|125600 |   115 |  2051k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6776 | 0.000000e+00 |      --      |    Inf 
301.13/301.24	c   301s|125700 |   117 |  2053k|  16.3 |  11M|  53 |  22 | 231 |  12k| 231 |2453 |  17 |  71k|6788 | 0.000000e+00 |      --      |    Inf 
301.43/301.54	c   302s|125800 |   120 |  2055k|  16.3 |  11M|  53 |  30 | 231 |  12k| 231 |2453 |  17 |  71k|6797 | 0.000000e+00 |      --      |    Inf 
301.64/301.78	c   302s|125900 |   116 |  2057k|  16.3 |  11M|  53 |  25 | 231 |  12k| 231 |2453 |  17 |  71k|6797 | 0.000000e+00 |      --      |    Inf 
301.93/302.06	c   302s|126000 |   114 |  2058k|  16.3 |  11M|  53 |  43 | 231 |  12k| 231 |2453 |  17 |  71k|6803 | 0.000000e+00 |      --      |    Inf 
302.24/302.34	c   302s|126100 |   110 |  2060k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6812 | 0.000000e+00 |      --      |    Inf 
302.44/302.58	c   303s|126200 |   114 |  2062k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6812 | 0.000000e+00 |      --      |    Inf 
302.73/302.88	c   303s|126300 |   113 |  2064k|  16.3 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6819 | 0.000000e+00 |      --      |    Inf 
303.04/303.19	c   303s|126400 |   111 |  2067k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6825 | 0.000000e+00 |      --      |    Inf 
303.34/303.45	c   303s|126500 |   111 |  2068k|  16.4 |  11M|  53 |  33 | 231 |  12k| 231 |2453 |  17 |  71k|6832 | 0.000000e+00 |      --      |    Inf 
303.54/303.69	c   304s|126600 |   112 |  2070k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6832 | 0.000000e+00 |      --      |    Inf 
303.84/303.96	c   304s|126700 |   116 |  2072k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6838 | 0.000000e+00 |      --      |    Inf 
304.14/304.26	c   304s|126800 |   116 |  2074k|  16.4 |  11M|  53 |  29 | 231 |  12k| 231 |2453 |  17 |  71k|6846 | 0.000000e+00 |      --      |    Inf 
304.43/304.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.43/304.57	c   305s|126900 |   118 |  2076k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6854 | 0.000000e+00 |      --      |    Inf 
304.74/304.80	c   305s|127000 |   118 |  2078k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6857 | 0.000000e+00 |      --      |    Inf 
305.03/305.10	c   305s|127100 |   118 |  2080k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6862 | 0.000000e+00 |      --      |    Inf 
305.24/305.37	c   305s|127200 |   120 |  2082k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  71k|6868 | 0.000000e+00 |      --      |    Inf 
305.54/305.65	c   306s|127300 |   128 |  2084k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6875 | 0.000000e+00 |      --      |    Inf 
305.84/305.90	c   306s|127400 |   130 |  2086k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6880 | 0.000000e+00 |      --      |    Inf 
306.03/306.15	c   306s|127500 |   132 |  2087k|  16.4 |  11M|  53 |  37 | 231 |  12k| 231 |2453 |  17 |  72k|6887 | 0.000000e+00 |      --      |    Inf 
306.33/306.43	c   306s|127600 |   126 |  2089k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6893 | 0.000000e+00 |      --      |    Inf 
306.54/306.68	c   307s|127700 |   128 |  2091k|  16.4 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  72k|6897 | 0.000000e+00 |      --      |    Inf 
306.85/306.95	c   307s|127800 |   126 |  2093k|  16.4 |  11M|  53 |  24 | 231 |  13k| 231 |2453 |  17 |  72k|6903 | 0.000000e+00 |      --      |    Inf 
307.14/307.23	c   307s|127900 |   122 |  2095k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  72k|6909 | 0.000000e+00 |      --      |    Inf 
307.33/307.47	c   307s|128000 |   121 |  2097k|  16.4 |  11M|  53 |  36 | 231 |  13k| 231 |2453 |  17 |  72k|6910 | 0.000000e+00 |      --      |    Inf 
307.64/307.71	c   308s|128100 |   120 |  2099k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  72k|6913 | 0.000000e+00 |      --      |    Inf 
307.84/307.97	c   308s|128200 |   120 |  2101k|  16.4 |  11M|  53 |  39 | 231 |  13k| 231 |2453 |  17 |  72k|6915 | 0.000000e+00 |      --      |    Inf 
308.14/308.21	c   308s|128300 |   116 |  2103k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  72k|6916 | 0.000000e+00 |      --      |    Inf 
308.33/308.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.33/308.48	c   308s|128400 |   116 |  2105k|  16.4 |  11M|  53 |  36 | 231 |  13k| 231 |2453 |  17 |  72k|6916 | 0.000000e+00 |      --      |    Inf 
308.64/308.74	c   309s|128500 |   112 |  2107k|  16.4 |  11M|  53 |  38 | 231 |  13k| 231 |2453 |  17 |  72k|6917 | 0.000000e+00 |      --      |    Inf 
308.83/308.97	c   309s|128600 |   115 |  2108k|  16.4 |  11M|  53 |  25 | 231 |  13k| 231 |2453 |  17 |  72k|6917 | 0.000000e+00 |      --      |    Inf 
309.14/309.21	c   309s|128700 |   118 |  2110k|  16.4 |  11M|  53 |   - | 231 |  13k|   0 |   0 |  17 |  72k|6918 | 0.000000e+00 |      --      |    Inf 
309.33/309.47	c   309s|128800 |   114 |  2112k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  72k|6919 | 0.000000e+00 |      --      |    Inf 
309.63/309.70	c   310s|128900 |   116 |  2114k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  72k|6919 | 0.000000e+00 |      --      |    Inf 
309.83/309.92	c   310s|129000 |   113 |  2115k|  16.4 |  11M|  53 |  47 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
310.04/310.17	c   310s|129100 |   113 |  2117k|  16.4 |  11M|  53 |  19 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
310.23/310.39	c   310s|129200 |   112 |  2119k|  16.4 |  11M|  53 |  29 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
310.53/310.64	c   311s|129300 |   112 |  2121k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
310.74/310.89	c   311s|129400 |   113 |  2123k|  16.4 |  11M|  53 |  32 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
311.03/311.14	c   311s|129500 |   111 |  2125k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
311.33/311.40	c   311s|129600 |   115 |  2127k|  16.4 |  11M|  53 |  43 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
311.54/311.67	c   312s|129700 |   120 |  2129k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
311.83/311.92	c   312s|129800 |   122 |  2131k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
312.03/312.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.03/312.16	c   312s|129900 |   125 |  2133k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
312.34/312.43	c   312s|130000 |   133 |  2135k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
312.53/312.66	c   313s|130100 |   133 |  2137k|  16.4 |  11M|  53 |  46 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
312.84/312.93	c   313s|130200 |   136 |  2139k|  16.4 |  11M|  53 |  43 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
313.13/313.20	c   313s|130300 |   141 |  2141k|  16.4 |  11M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
313.35/313.48	c   313s|130400 |   141 |  2143k|  16.4 |  11M|  53 |  19 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
313.63/313.71	c   314s|130500 |   137 |  2145k|  16.4 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
313.83/313.95	c   314s|130600 |   135 |  2147k|  16.4 |  12M|  53 |  25 | 231 |  13k| 231 |2453 |  17 |  73k|6919 | 0.000000e+00 |      --      |    Inf 
314.14/314.20	c   314s|130700 |   133 |  2149k|  16.4 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
314.33/314.47	c   314s|130800 |   131 |  2151k|  16.4 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
314.63/314.72	c   315s|130900 |   134 |  2153k|  16.5 |  12M|  53 |  20 | 231 |  13k| 231 |2453 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
314.84/314.96	c   315s|131000 |   133 |  2155k|  16.5 |  12M|  53 |   - | 231 |  13k|   0 |   0 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
315.13/315.21	c   315s|131100 |   133 |  2157k|  16.5 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
315.33/315.48	c   315s|131200 |   133 |  2159k|  16.5 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6919 | 0.000000e+00 |      --      |    Inf 
315.64/315.75	c   316s|131300 |   135 |  2161k|  16.5 |  12M|  53 |  38 | 231 |  13k| 231 |2453 |  17 |  74k|6928 | 0.000000e+00 |      --      |    Inf 
315.94/316.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.94/316.01	c   316s|131400 |   133 |  2163k|  16.5 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6937 | 0.000000e+00 |      --      |    Inf 
316.13/316.24	c   316s|131500 |   135 |  2164k|  16.5 |  12M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  74k|6937 | 0.000000e+00 |      --      |    Inf 
316.43/316.50	c   317s|131600 |   133 |  2166k|  16.5 |  12M|  53 |  40 | 231 |  13k| 231 |2453 |  17 |  74k|6945 | 0.000000e+00 |      --      |    Inf 
316.64/316.76	c   317s|131700 |   135 |  2168k|  16.5 |  12M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  74k|6953 | 0.000000e+00 |      --      |    Inf 
316.93/317.00	c   317s|131800 |   133 |  2170k|  16.5 |  12M|  53 |  44 | 231 |  13k| 231 |2453 |  17 |  74k|6953 | 0.000000e+00 |      --      |    Inf 
317.23/317.31	c   317s|131900 |   129 |  2172k|  16.5 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  74k|6965 | 0.000000e+00 |      --      |    Inf 
317.53/317.61	c   318s|132000 |   133 |  2174k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  74k|6971 | 0.000000e+00 |      --      |    Inf 
317.73/317.88	c   318s|132100 |   139 |  2176k|  16.5 |  12M|  53 |   - | 231 |  14k|   0 |   0 |  17 |  74k|6976 | 0.000000e+00 |      --      |    Inf 
318.04/318.13	c   318s|132200 |   137 |  2178k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  74k|6980 | 0.000000e+00 |      --      |    Inf 
318.23/318.38	c   318s|132300 |   135 |  2180k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  74k|6987 | 0.000000e+00 |      --      |    Inf 
318.44/318.59	c   319s|132400 |   135 |  2181k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  74k|6988 | 0.000000e+00 |      --      |    Inf 
318.73/318.88	c   319s|132500 |   133 |  2183k|  16.5 |  12M|  53 |  30 | 231 |  14k| 231 |2453 |  17 |  75k|6996 | 0.000000e+00 |      --      |    Inf 
319.03/319.18	c   319s|132600 |   131 |  2185k|  16.5 |  12M|  53 |  39 | 231 |  14k| 231 |2453 |  17 |  75k|7008 | 0.000000e+00 |      --      |    Inf 
319.33/319.40	c   319s|132700 |   134 |  2187k|  16.5 |  12M|  53 |  20 | 231 |  14k| 231 |2453 |  17 |  75k|7008 | 0.000000e+00 |      --      |    Inf 
319.53/319.67	c   320s|132800 |   131 |  2189k|  16.5 |  12M|  53 |  38 | 231 |  14k| 231 |2453 |  17 |  75k|7015 | 0.000000e+00 |      --      |    Inf 
319.84/319.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.84/319.93	c   320s|132900 |   135 |  2191k|  16.5 |  12M|  53 |  25 | 231 |  14k| 231 |2453 |  17 |  75k|7017 | 0.000000e+00 |      --      |    Inf 
320.04/320.16	c   320s|133000 |   136 |  2192k|  16.5 |  12M|  53 |  38 | 231 |  14k| 231 |2453 |  17 |  75k|7025 | 0.000000e+00 |      --      |    Inf 
320.34/320.47	c   320s|133100 |   133 |  2194k|  16.5 |  12M|  53 |  40 | 231 |  14k| 231 |2453 |  17 |  75k|7034 | 0.000000e+00 |      --      |    Inf 
320.63/320.71	c   321s|133200 |   134 |  2196k|  16.5 |  12M|  53 |  40 | 231 |  14k| 231 |2453 |  17 |  75k|7034 | 0.000000e+00 |      --      |    Inf 
320.83/320.98	c   321s|133300 |   134 |  2198k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  75k|7039 | 0.000000e+00 |      --      |    Inf 
321.24/321.30	c   321s|133400 |   134 |  2201k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  75k|7048 | 0.000000e+00 |      --      |    Inf 
321.43/321.58	c   322s|133500 |   136 |  2202k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  75k|7055 | 0.000000e+00 |      --      |    Inf 
321.73/321.83	c   322s|133600 |   136 |  2204k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  75k|7058 | 0.000000e+00 |      --      |    Inf 
321.94/322.09	c   322s|133700 |   136 |  2206k|  16.5 |  12M|  53 |  42 | 231 |  14k| 231 |2453 |  17 |  75k|7062 | 0.000000e+00 |      --      |    Inf 
322.33/322.41	c   322s|133800 |   137 |  2208k|  16.5 |  12M|  53 |  24 | 231 |  14k| 231 |2453 |  17 |  75k|7073 | 0.000000e+00 |      --      |    Inf 
322.53/322.68	c   323s|133900 |   137 |  2210k|  16.5 |  12M|  53 |  23 | 231 |  14k| 231 |2453 |  17 |  75k|7079 | 0.000000e+00 |      --      |    Inf 
322.83/322.92	c   323s|134000 |   140 |  2212k|  16.5 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  75k|7081 | 0.000000e+00 |      --      |    Inf 
323.03/323.19	c   323s|134100 |   146 |  2213k|  16.5 |  12M|  53 |  36 | 231 |  14k| 231 |2453 |  17 |  75k|7090 | 0.000000e+00 |      --      |    Inf 
323.34/323.47	c   323s|134200 |   152 |  2216k|  16.5 |  12M|  53 |  26 | 231 |  14k| 231 |2453 |  17 |  76k|7094 | 0.000000e+00 |      --      |    Inf 
323.63/323.73	c   324s|134300 |   152 |  2218k|  16.5 |  12M|  53 |  42 | 231 |  14k| 231 |2453 |  17 |  76k|7094 | 0.000000e+00 |      --      |    Inf 
323.83/323.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.83/323.97	c   324s|134400 |   158 |  2219k|  16.5 |  12M|  53 |  29 | 231 |  14k| 231 |2453 |  17 |  76k|7096 | 0.000000e+00 |      --      |    Inf 
324.13/324.25	c   324s|134500 |   156 |  2221k|  16.5 |  12M|  53 |  35 | 231 |  15k| 231 |2453 |  17 |  76k|7099 | 0.000000e+00 |      --      |    Inf 
324.44/324.55	c   325s|134600 |   154 |  2224k|  16.5 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7101 | 0.000000e+00 |      --      |    Inf 
324.74/324.85	c   325s|134700 |   152 |  2226k|  16.5 |  12M|  53 |  32 | 231 |  15k| 231 |2453 |  17 |  76k|7102 | 0.000000e+00 |      --      |    Inf 
325.03/325.11	c   325s|134800 |   151 |  2228k|  16.5 |  12M|  53 |  39 | 231 |  15k| 231 |2453 |  17 |  76k|7102 | 0.000000e+00 |      --      |    Inf 
325.23/325.37	c   325s|134900 |   149 |  2230k|  16.5 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7103 | 0.000000e+00 |      --      |    Inf 
325.54/325.63	c   326s|135000 |   147 |  2232k|  16.5 |  12M|  53 |  41 | 231 |  15k| 231 |2453 |  17 |  76k|7103 | 0.000000e+00 |      --      |    Inf 
325.73/325.90	c   326s|135100 |   149 |  2234k|  16.5 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7103 | 0.000000e+00 |      --      |    Inf 
326.03/326.18	c   326s|135200 |   155 |  2236k|  16.5 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
326.34/326.45	c   326s|135300 |   157 |  2238k|  16.5 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
326.64/326.74	c   327s|135400 |   157 |  2241k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
326.83/326.96	c   327s|135500 |   163 |  2242k|  16.6 |  12M|  53 |  40 | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
327.03/327.19	c   327s|135600 |   159 |  2244k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
327.33/327.44	c   327s|135700 |   163 |  2246k|  16.6 |  12M|  53 |  38 | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
327.64/327.70	c   328s|135800 |   161 |  2248k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
327.83/327.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
327.83/327.97	c   328s|135900 |   161 |  2250k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  76k|7104 | 0.000000e+00 |      --      |    Inf 
328.14/328.23	c   328s|136000 |   167 |  2252k|  16.6 |  12M|  53 |  37 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
328.43/328.51	c   329s|136100 |   167 |  2254k|  16.6 |  12M|  53 |  35 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
328.63/328.78	c   329s|136200 |   165 |  2256k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
328.94/329.03	c   329s|136300 |   165 |  2258k|  16.6 |  12M|  53 |  33 | 231 |  14k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
329.13/329.28	c   329s|136400 |   164 |  2260k|  16.6 |  12M|  53 |  37 | 231 |  14k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
329.44/329.51	c   330s|136500 |   165 |  2262k|  16.6 |  12M|  53 |  32 | 231 |  14k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
329.63/329.74	c   330s|136600 |   165 |  2264k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
329.83/329.97	c   330s|136700 |   163 |  2265k|  16.6 |  12M|  53 |  41 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
330.14/330.21	c   330s|136800 |   168 |  2267k|  16.6 |  12M|  53 |  35 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
330.33/330.47	c   330s|136900 |   170 |  2269k|  16.6 |  12M|  53 |  26 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
330.63/330.70	c   331s|137000 |   170 |  2271k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
330.83/330.94	c   331s|137100 |   170 |  2273k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
331.04/331.18	c   331s|137200 |   172 |  2275k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
331.33/331.44	c   331s|137300 |   167 |  2277k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
331.53/331.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.53/331.68	c   332s|137400 |   168 |  2279k|  16.6 |  12M|  53 |  39 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
331.83/331.90	c   332s|137500 |   172 |  2280k|  16.6 |  12M|  53 |  24 | 231 |  15k| 231 |2453 |  17 |  77k|7104 | 0.000000e+00 |      --      |    Inf 
332.03/332.20	c   332s|137600 |   170 |  2282k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  77k|7114 | 0.000000e+00 |      --      |    Inf 
332.33/332.41	c   332s|137700 |   176 |  2284k|  16.6 |  12M|  53 |  36 | 231 |  15k| 231 |2453 |  17 |  77k|7114 | 0.000000e+00 |      --      |    Inf 
332.53/332.67	c   333s|137800 |   176 |  2285k|  16.6 |  12M|  53 |  14 | 231 |  15k| 231 |2453 |  17 |  78k|7126 | 0.000000e+00 |      --      |    Inf 
332.84/332.91	c   333s|137900 |   179 |  2287k|  16.6 |  12M|  53 |  32 | 231 |  15k| 231 |2453 |  17 |  78k|7126 | 0.000000e+00 |      --      |    Inf 
333.03/333.17	c   333s|138000 |   179 |  2289k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7136 | 0.000000e+00 |      --      |    Inf 
333.33/333.45	c   333s|138100 |   177 |  2291k|  16.6 |  12M|  53 |  31 | 231 |  15k| 231 |2453 |  17 |  78k|7141 | 0.000000e+00 |      --      |    Inf 
333.63/333.73	c   334s|138200 |   177 |  2293k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7150 | 0.000000e+00 |      --      |    Inf 
333.83/333.98	c   334s|138300 |   177 |  2295k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7150 | 0.000000e+00 |      --      |    Inf 
334.13/334.24	c   334s|138400 |   179 |  2296k|  16.6 |  12M|  53 |   - | 231 |  15k|   0 |   0 |  17 |  78k|7165 | 0.000000e+00 |      --      |    Inf 
334.33/334.45	c   334s|138500 |   177 |  2298k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7165 | 0.000000e+00 |      --      |    Inf 
334.63/334.72	c   335s|138600 |   177 |  2300k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7173 | 0.000000e+00 |      --      |    Inf 
334.83/334.96	c   335s|138700 |   177 |  2302k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7173 | 0.000000e+00 |      --      |    Inf 
335.13/335.22	c   335s|138800 |   178 |  2303k|  16.6 |  12M|  53 |  33 | 231 |  15k| 231 |2453 |  17 |  78k|7179 | 0.000000e+00 |      --      |    Inf 
335.44/335.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.44/335.51	c   336s|138900 |   174 |  2305k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7184 | 0.000000e+00 |      --      |    Inf 
335.63/335.76	c   336s|139000 |   176 |  2307k|  16.6 |  12M|  53 |  39 | 231 |  15k| 231 |2453 |  17 |  78k|7187 | 0.000000e+00 |      --      |    Inf 
335.93/336.01	c   336s|139100 |   178 |  2309k|  16.6 |  12M|  53 |  37 | 231 |  15k| 231 |2453 |  17 |  78k|7192 | 0.000000e+00 |      --      |    Inf 
336.13/336.27	c   336s|139200 |   177 |  2311k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7199 | 0.000000e+00 |      --      |    Inf 
336.44/336.52	c   337s|139300 |   175 |  2312k|  16.6 |  12M|  53 |  22 | 231 |  15k| 231 |2453 |  17 |  78k|7204 | 0.000000e+00 |      --      |    Inf 
336.63/336.79	c   337s|139400 |   173 |  2314k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7211 | 0.000000e+00 |      --      |    Inf 
336.93/337.03	c   337s|139500 |   177 |  2316k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7213 | 0.000000e+00 |      --      |    Inf 
337.13/337.27	c   337s|139600 |   177 |  2317k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  78k|7220 | 0.000000e+00 |      --      |    Inf 
337.43/337.52	c   338s|139700 |   176 |  2319k|  16.6 |  12M|  53 |  29 | 231 |  15k| 231 |2453 |  17 |  79k|7223 | 0.000000e+00 |      --      |    Inf 
337.64/337.76	c   338s|139800 |   177 |  2321k|  16.6 |  12M|  53 |  24 | 231 |  15k| 231 |2453 |  17 |  79k|7228 | 0.000000e+00 |      --      |    Inf 
337.93/338.02	c   338s|139900 |   173 |  2323k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7235 | 0.000000e+00 |      --      |    Inf 
338.13/338.27	c   338s|140000 |   177 |  2324k|  16.6 |  12M|  53 |  19 | 231 |  15k| 231 |2453 |  17 |  79k|7240 | 0.000000e+00 |      --      |    Inf 
338.33/338.48	c   338s|140100 |   175 |  2326k|  16.6 |  12M|  53 |  30 | 231 |  15k| 231 |2453 |  17 |  79k|7241 | 0.000000e+00 |      --      |    Inf 
338.63/338.76	c   339s|140200 |   173 |  2328k|  16.6 |  12M|  53 |  36 | 231 |  15k| 231 |2453 |  17 |  79k|7247 | 0.000000e+00 |      --      |    Inf 
338.93/339.05	c   339s|140300 |   175 |  2330k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7252 | 0.000000e+00 |      --      |    Inf 
339.13/339.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.13/339.27	c   339s|140400 |   173 |  2331k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7257 | 0.000000e+00 |      --      |    Inf 
339.43/339.52	c   340s|140500 |   171 |  2333k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7260 | 0.000000e+00 |      --      |    Inf 
339.63/339.80	c   340s|140600 |   173 |  2335k|  16.6 |  12M|  53 |  28 | 231 |  15k| 231 |2453 |  17 |  79k|7266 | 0.000000e+00 |      --      |    Inf 
339.93/340.05	c   340s|140700 |   169 |  2336k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7269 | 0.000000e+00 |      --      |    Inf 
340.23/340.35	c   340s|140800 |   170 |  2338k|  16.6 |  12M|  53 |  21 | 231 |  15k| 231 |2453 |  17 |  79k|7277 | 0.000000e+00 |      --      |    Inf 
340.53/340.60	c   341s|140900 |   166 |  2340k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7278 | 0.000000e+00 |      --      |    Inf 
340.73/340.83	c   341s|141000 |   168 |  2342k|  16.6 |  12M|  53 |  34 | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
340.94/341.08	c   341s|141100 |   165 |  2344k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
341.23/341.34	c   341s|141200 |   169 |  2346k|  16.6 |  12M|  53 |  43 | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
341.53/341.60	c   342s|141300 |   171 |  2348k|  16.6 |  12M|  53 |  29 | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
341.73/341.85	c   342s|141400 |   173 |  2350k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
341.94/342.08	c   342s|141500 |   171 |  2352k|  16.6 |  12M|  53 |  18 | 231 |  15k| 231 |2453 |  17 |  79k|7279 | 0.000000e+00 |      --      |    Inf 
342.23/342.34	c   342s|141600 |   168 |  2354k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
342.43/342.59	c   343s|141700 |   166 |  2356k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
342.73/342.83	c   343s|141800 |   168 |  2358k|  16.6 |  12M|  53 |  14 | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
342.92/343.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.92/343.03	c   343s|141900 |   167 |  2359k|  16.6 |  12M|  53 |  35 | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
343.23/343.30	c   343s|142000 |   166 |  2361k|  16.6 |  12M|  53 |   - | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
343.43/343.54	c   344s|142100 |   168 |  2363k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
343.63/343.79	c   344s|142200 |   172 |  2365k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
343.93/344.01	c   344s|142300 |   172 |  2367k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
344.13/344.26	c   344s|142400 |   170 |  2369k|  16.6 |  12M|  53 |  43 | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
344.43/344.51	c   345s|142500 |   168 |  2371k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
344.63/344.76	c   345s|142600 |   170 |  2373k|  16.6 |  12M|  53 |  36 | 231 |  15k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
344.93/345.02	c   345s|142700 |   165 |  2375k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
345.13/345.26	c   345s|142800 |   169 |  2376k|  16.6 |  12M|  53 |  32 | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
345.42/345.53	c   346s|142900 |   167 |  2379k|  16.6 |  12M|  53 |  29 | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
345.63/345.79	c   346s|143000 |   167 |  2381k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
345.93/346.02	c   346s|143100 |   163 |  2382k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
346.13/346.25	c   346s|143200 |   163 |  2384k|  16.6 |  12M|  53 |   - | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
346.43/346.51	c   347s|143300 |   163 |  2386k|  16.7 |  12M|  53 |  42 | 231 |  14k| 231 |2453 |  17 |  80k|7279 | 0.000000e+00 |      --      |    Inf 
346.63/346.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.63/346.73	c   347s|143400 |   165 |  2387k|  16.6 |  12M|  53 |  27 | 231 |  13k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
346.83/346.94	c   347s|143500 |   165 |  2389k|  16.6 |  12M|  53 |  49 | 231 |  13k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
347.03/347.16	c   347s|143600 |   165 |  2390k|  16.6 |  12M|  53 |  33 | 231 |  13k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
347.23/347.38	c   347s|143700 |   165 |  2392k|  16.6 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
347.54/347.61	c   348s|143800 |   165 |  2394k|  16.6 |  12M|  53 |  46 | 231 |  13k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
347.73/347.80	c   348s|143900 |   170 |  2395k|  16.6 |  12M|  53 |  21 | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
347.83/347.98	c   348s|144000 |   170 |  2396k|  16.6 |  12M|  53 |  21 | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
348.03/348.19	c   348s|144100 |   164 |  2398k|  16.6 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
348.33/348.44	c   348s|144200 |   166 |  2400k|  16.6 |  11M|  53 |  27 | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
348.54/348.68	c   349s|144300 |   166 |  2402k|  16.6 |  11M|  53 |  40 | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
348.73/348.88	c   349s|144400 |   167 |  2403k|  16.6 |  11M|  53 |  39 | 231 |  12k| 231 |2453 |  17 |  81k|7279 | 0.000000e+00 |      --      |    Inf 
349.03/349.13	c   349s|144500 |   166 |  2405k|  16.6 |  11M|  53 |  34 | 231 |  12k| 231 |2453 |  17 |  81k|7286 | 0.000000e+00 |      --      |    Inf 
349.22/349.39	c   349s|144600 |   166 |  2406k|  16.6 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7295 | 0.000000e+00 |      --      |    Inf 
349.53/349.60	c   350s|144700 |   169 |  2408k|  16.6 |  11M|  53 |  22 | 231 |  12k| 231 |2453 |  17 |  81k|7295 | 0.000000e+00 |      --      |    Inf 
349.73/349.87	c   350s|144800 |   169 |  2410k|  16.6 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7303 | 0.000000e+00 |      --      |    Inf 
350.03/350.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
350.03/350.12	c   350s|144900 |   169 |  2412k|  16.6 |  11M|  53 |  42 | 231 |  12k| 231 |2453 |  17 |  81k|7304 | 0.000000e+00 |      --      |    Inf 
350.33/350.40	c   350s|145000 |   170 |  2414k|  16.6 |  11M|  53 |  31 | 231 |  12k| 231 |2453 |  17 |  81k|7315 | 0.000000e+00 |      --      |    Inf 
350.53/350.69	c   351s|145100 |   172 |  2416k|  16.7 |  11M|  53 |  43 | 231 |  12k| 231 |2453 |  17 |  81k|7320 | 0.000000e+00 |      --      |    Inf 
350.84/350.98	c   351s|145200 |   168 |  2418k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  81k|7333 | 0.000000e+00 |      --      |    Inf 
351.13/351.23	c   351s|145300 |   170 |  2420k|  16.7 |  11M|  53 |  27 | 231 |  12k| 231 |2453 |  17 |  81k|7333 | 0.000000e+00 |      --      |    Inf 
351.33/351.45	c   351s|145400 |   168 |  2422k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  82k|7335 | 0.000000e+00 |      --      |    Inf 
351.63/351.73	c   352s|145500 |   166 |  2424k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  82k|7344 | 0.000000e+00 |      --      |    Inf 
351.93/352.07	c   352s|145600 |   164 |  2426k|  16.7 |  11M|  53 |  42 | 231 |  12k| 231 |2453 |  17 |  82k|7357 | 0.000000e+00 |      --      |    Inf 
352.22/352.32	c   352s|145700 |   164 |  2427k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  82k|7357 | 0.000000e+00 |      --      |    Inf 
352.43/352.57	c   353s|145800 |   164 |  2429k|  16.7 |  11M|  53 |  36 | 231 |  12k| 231 |2453 |  17 |  82k|7357 | 0.000000e+00 |      --      |    Inf 
352.73/352.86	c   353s|145900 |   164 |  2431k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  82k|7364 | 0.000000e+00 |      --      |    Inf 
352.94/353.10	c   353s|146000 |   164 |  2433k|  16.7 |  11M|  53 |  44 | 231 |  12k| 231 |2453 |  17 |  82k|7364 | 0.000000e+00 |      --      |    Inf 
353.22/353.37	c   353s|146100 |   164 |  2435k|  16.7 |  11M|  53 |  31 | 231 |  12k| 231 |2453 |  17 |  82k|7371 | 0.000000e+00 |      --      |    Inf 
353.53/353.62	c   354s|146200 |   166 |  2437k|  16.7 |  11M|  53 |  21 | 231 |  11k| 231 |2453 |  17 |  82k|7376 | 0.000000e+00 |      --      |    Inf 
353.72/353.87	c   354s|146300 |   170 |  2438k|  16.7 |  11M|  53 |  42 | 231 |  11k| 231 |2453 |  17 |  82k|7383 | 0.000000e+00 |      --      |    Inf 
354.03/354.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
354.03/354.10	c   354s|146400 |   170 |  2440k|  16.7 |  11M|  53 |  45 | 231 |  11k| 231 |2453 |  17 |  82k|7387 | 0.000000e+00 |      --      |    Inf 
354.23/354.37	c   354s|146500 |   172 |  2442k|  16.7 |  11M|  53 |  41 | 231 |  11k| 231 |2453 |  17 |  82k|7392 | 0.000000e+00 |      --      |    Inf 
354.53/354.64	c   355s|146600 |   170 |  2444k|  16.7 |  11M|  53 |  39 | 231 |  11k| 231 |2453 |  17 |  82k|7398 | 0.000000e+00 |      --      |    Inf 
354.73/354.88	c   355s|146700 |   168 |  2445k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  82k|7403 | 0.000000e+00 |      --      |    Inf 
355.02/355.13	c   355s|146800 |   162 |  2447k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  82k|7408 | 0.000000e+00 |      --      |    Inf 
355.23/355.36	c   355s|146900 |   160 |  2449k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  82k|7413 | 0.000000e+00 |      --      |    Inf 
355.53/355.61	c   356s|147000 |   162 |  2450k|  16.7 |  11M|  53 |  34 | 231 |  11k| 231 |2453 |  17 |  82k|7419 | 0.000000e+00 |      --      |    Inf 
355.72/355.86	c   356s|147100 |   163 |  2452k|  16.7 |  11M|  53 |  41 | 231 |  11k| 231 |2453 |  17 |  82k|7420 | 0.000000e+00 |      --      |    Inf 
356.03/356.14	c   356s|147200 |   158 |  2454k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  82k|7426 | 0.000000e+00 |      --      |    Inf 
356.33/356.40	c   356s|147300 |   160 |  2456k|  16.7 |  11M|  53 |  30 | 231 |  11k| 231 |2453 |  17 |  83k|7434 | 0.000000e+00 |      --      |    Inf 
356.52/356.66	c   357s|147400 |   161 |  2458k|  16.7 |  11M|  53 |  30 | 231 |  11k| 231 |2453 |  17 |  83k|7437 | 0.000000e+00 |      --      |    Inf 
356.83/356.91	c   357s|147500 |   160 |  2459k|  16.7 |  11M|  53 |  29 | 231 |  11k| 231 |2453 |  17 |  83k|7442 | 0.000000e+00 |      --      |    Inf 
357.03/357.16	c   357s|147600 |   158 |  2461k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  83k|7447 | 0.000000e+00 |      --      |    Inf 
357.33/357.41	c   357s|147700 |   158 |  2463k|  16.7 |  11M|  53 |  43 | 231 |  10k| 231 |2453 |  17 |  83k|7452 | 0.000000e+00 |      --      |    Inf 
357.63/357.70	c   358s|147800 |   156 |  2465k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7457 | 0.000000e+00 |      --      |    Inf 
357.83/357.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.83/357.96	c   358s|147900 |   155 |  2466k|  16.7 |  11M|  53 |  45 | 231 |  10k| 231 |2453 |  17 |  83k|7461 | 0.000000e+00 |      --      |    Inf 
358.02/358.19	c   358s|148000 |   159 |  2468k|  16.7 |  11M|  53 |  14 | 231 |  10k| 231 |2453 |  17 |  83k|7467 | 0.000000e+00 |      --      |    Inf 
358.23/358.38	c   358s|148100 |   159 |  2469k|  16.7 |  11M|  53 |  27 | 231 |  10k| 231 |2453 |  17 |  83k|7469 | 0.000000e+00 |      --      |    Inf 
358.53/358.61	c   359s|148200 |   159 |  2471k|  16.7 |  11M|  53 |  35 | 231 |  10k| 231 |2453 |  17 |  83k|7474 | 0.000000e+00 |      --      |    Inf 
358.73/358.87	c   359s|148300 |   155 |  2473k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7479 | 0.000000e+00 |      --      |    Inf 
359.03/359.12	c   359s|148400 |   158 |  2475k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7481 | 0.000000e+00 |      --      |    Inf 
359.23/359.33	c   359s|148500 |   162 |  2476k|  16.7 |  11M|  53 |  23 | 231 |  10k| 231 |2453 |  17 |  83k|7485 | 0.000000e+00 |      --      |    Inf 
359.43/359.56	c   360s|148600 |   162 |  2478k|  16.7 |  11M|  53 |  28 | 231 |  10k| 231 |2453 |  17 |  83k|7493 | 0.000000e+00 |      --      |    Inf 
359.63/359.75	c   360s|148700 |   162 |  2479k|  16.7 |  11M|  53 |  38 | 231 |  10k| 231 |2453 |  17 |  83k|7493 | 0.000000e+00 |      --      |    Inf 
359.82/359.99	c   360s|148800 |   162 |  2481k|  16.7 |  11M|  53 |  41 | 231 |  10k| 231 |2453 |  17 |  83k|7497 | 0.000000e+00 |      --      |    Inf 
360.13/360.20	c   360s|148900 |   162 |  2483k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7497 | 0.000000e+00 |      --      |    Inf 
360.33/360.43	c   360s|149000 |   162 |  2484k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7498 | 0.000000e+00 |      --      |    Inf 
360.52/360.65	c   361s|149100 |   162 |  2486k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7501 | 0.000000e+00 |      --      |    Inf 
360.74/360.89	c   361s|149200 |   163 |  2488k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7502 | 0.000000e+00 |      --      |    Inf 
361.02/361.13	c   361s|149300 |   163 |  2489k|  16.7 |  11M|  53 |  26 | 231 |  10k| 231 |2453 |  17 |  84k|7502 | 0.000000e+00 |      --      |    Inf 
361.23/361.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.23/361.35	c   361s|149400 |   163 |  2491k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7502 | 0.000000e+00 |      --      |    Inf 
361.53/361.60	c   362s|149500 |   163 |  2493k|  16.7 |  11M|  53 |  40 | 231 |  11k| 231 |2453 |  17 |  84k|7502 | 0.000000e+00 |      --      |    Inf 
361.73/361.81	c   362s|149600 |   162 |  2495k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7503 | 0.000000e+00 |      --      |    Inf 
361.92/362.05	c   362s|149700 |   164 |  2497k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
362.13/362.28	c   362s|149800 |   162 |  2498k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
362.33/362.49	c   362s|149900 |   162 |  2500k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
362.62/362.74	c   363s|150000 |   164 |  2502k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
362.83/362.98	c   363s|150100 |   163 |  2504k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
363.03/363.19	c   363s|150200 |   165 |  2506k|  16.7 |  11M|  53 |  37 | 231 |  11k| 231 |2453 |  17 |  84k|7504 | 0.000000e+00 |      --      |    Inf 
363.23/363.39	c   363s|150300 |   161 |  2507k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7506 | 0.000000e+00 |      --      |    Inf 
363.43/363.59	c   364s|150400 |   160 |  2508k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  84k|7506 | 0.000000e+00 |      --      |    Inf 
363.73/363.82	c   364s|150500 |   162 |  2510k|  16.7 |  11M|  53 |  34 | 231 |  11k| 231 |2453 |  17 |  84k|7509 | 0.000000e+00 |      --      |    Inf 
363.93/364.05	c   364s|150600 |   166 |  2512k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
364.12/364.27	c   364s|150700 |   165 |  2513k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
364.42/364.52	c   365s|150800 |   165 |  2515k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
364.63/364.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.63/364.76	c   365s|150900 |   165 |  2517k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
364.92/365.00	c   365s|151000 |   168 |  2519k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
365.13/365.23	c   365s|151100 |   167 |  2521k|  16.7 |  11M|  53 |  18 | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
365.33/365.45	c   365s|151200 |   166 |  2523k|  16.7 |  11M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
365.53/365.67	c   366s|151300 |   171 |  2524k|  16.7 |  11M|  53 |  23 | 231 |  11k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
365.83/365.92	c   366s|151400 |   167 |  2526k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
366.03/366.17	c   366s|151500 |   167 |  2528k|  16.7 |  11M|  53 |  30 | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
366.24/366.38	c   366s|151600 |   171 |  2530k|  16.7 |  11M|  53 |  40 | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
366.53/366.63	c   367s|151700 |   168 |  2532k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
366.73/366.87	c   367s|151800 |   164 |  2534k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
366.93/367.09	c   367s|151900 |   165 |  2535k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
367.24/367.31	c   367s|152000 |   164 |  2537k|  16.7 |  11M|  53 |  35 | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
367.43/367.56	c   368s|152100 |   162 |  2539k|  16.7 |  11M|  53 |   - | 231 |  12k|   0 |   0 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
367.63/367.79	c   368s|152200 |   162 |  2541k|  16.7 |  11M|  53 |  48 | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
367.93/368.03	c   368s|152300 |   158 |  2542k|  16.7 |  11M|  53 |  36 | 231 |  12k| 231 |2453 |  17 |  85k|7510 | 0.000000e+00 |      --      |    Inf 
368.12/368.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.12/368.26	c   368s|152400 |   158 |  2544k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  86k|7510 | 0.000000e+00 |      --      |    Inf 
368.33/368.49	c   368s|152500 |   162 |  2546k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7510 | 0.000000e+00 |      --      |    Inf 
368.62/368.70	c   369s|152600 |   160 |  2547k|  16.7 |  11M|  53 |  34 | 231 |  11k| 231 |2453 |  17 |  86k|7510 | 0.000000e+00 |      --      |    Inf 
368.82/368.98	c   369s|152700 |   163 |  2549k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7520 | 0.000000e+00 |      --      |    Inf 
369.03/369.18	c   369s|152800 |   163 |  2551k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7520 | 0.000000e+00 |      --      |    Inf 
369.32/369.45	c   369s|152900 |   163 |  2552k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7529 | 0.000000e+00 |      --      |    Inf 
369.53/369.67	c   370s|153000 |   163 |  2554k|  16.7 |  11M|  53 |  36 | 231 |  11k| 231 |2453 |  17 |  86k|7529 | 0.000000e+00 |      --      |    Inf 
369.72/369.87	c   370s|153100 |   165 |  2555k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7529 | 0.000000e+00 |      --      |    Inf 
369.93/370.09	c   370s|153200 |   168 |  2557k|  16.7 |  11M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  86k|7537 | 0.000000e+00 |      --      |    Inf 
370.23/370.36	c   370s|153300 |   164 |  2559k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7538 | 0.000000e+00 |      --      |    Inf 
370.43/370.60	c   371s|153400 |   163 |  2560k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7547 | 0.000000e+00 |      --      |    Inf 
370.72/370.88	c   371s|153500 |   171 |  2562k|  16.7 |  11M|  53 |  25 | 231 |  11k| 231 |2453 |  17 |  86k|7556 | 0.000000e+00 |      --      |    Inf 
371.03/371.12	c   371s|153600 |   171 |  2564k|  16.7 |  11M|  53 |  43 | 231 |  11k| 231 |2453 |  17 |  86k|7556 | 0.000000e+00 |      --      |    Inf 
371.32/371.42	c   371s|153700 |   169 |  2566k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7567 | 0.000000e+00 |      --      |    Inf 
371.53/371.65	c   372s|153800 |   175 |  2568k|  16.7 |  11M|  53 |  28 | 231 |  11k| 231 |2453 |  17 |  86k|7567 | 0.000000e+00 |      --      |    Inf 
371.73/371.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.73/371.87	c   372s|153900 |   171 |  2569k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7570 | 0.000000e+00 |      --      |    Inf 
372.03/372.12	c   372s|154000 |   170 |  2571k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7582 | 0.000000e+00 |      --      |    Inf 
372.22/372.34	c   372s|154100 |   172 |  2572k|  16.7 |  11M|  53 |  43 | 231 |  11k| 231 |2453 |  17 |  86k|7582 | 0.000000e+00 |      --      |    Inf 
372.42/372.56	c   373s|154200 |   174 |  2574k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7587 | 0.000000e+00 |      --      |    Inf 
372.63/372.76	c   373s|154300 |   172 |  2575k|  16.7 |  11M|  53 |  42 | 231 |  11k| 231 |2453 |  17 |  87k|7587 | 0.000000e+00 |      --      |    Inf 
372.92/373.01	c   373s|154400 |   174 |  2577k|  16.7 |  11M|  53 |   - | 231 |  12k|   0 |   0 |  17 |  87k|7592 | 0.000000e+00 |      --      |    Inf 
373.13/373.28	c   373s|154500 |   179 |  2579k|  16.7 |  11M|  53 |  22 | 231 |  12k| 231 |2453 |  17 |  87k|7599 | 0.000000e+00 |      --      |    Inf 
373.42/373.52	c   374s|154600 |   175 |  2581k|  16.7 |  11M|  53 |  30 | 231 |  12k| 231 |2453 |  17 |  87k|7602 | 0.000000e+00 |      --      |    Inf 
373.63/373.78	c   374s|154700 |   171 |  2583k|  16.7 |  11M|  53 |  43 | 231 |  12k| 231 |2453 |  17 |  87k|7605 | 0.000000e+00 |      --      |    Inf 
373.93/374.06	c   374s|154800 |   169 |  2585k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7615 | 0.000000e+00 |      --      |    Inf 
374.23/374.30	c   374s|154900 |   167 |  2586k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7618 | 0.000000e+00 |      --      |    Inf 
374.42/374.55	c   375s|155000 |   167 |  2588k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7622 | 0.000000e+00 |      --      |    Inf 
374.73/374.80	c   375s|155100 |   167 |  2590k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7627 | 0.000000e+00 |      --      |    Inf 
374.93/375.04	c   375s|155200 |   167 |  2591k|  16.7 |  11M|  53 |  41 | 231 |  12k| 231 |2453 |  17 |  87k|7632 | 0.000000e+00 |      --      |    Inf 
375.22/375.31	c   375s|155300 |   167 |  2593k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7640 | 0.000000e+00 |      --      |    Inf 
375.42/375.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.42/375.58	c   376s|155400 |   171 |  2595k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7644 | 0.000000e+00 |      --      |    Inf 
375.73/375.86	c   376s|155500 |   175 |  2597k|  16.7 |  11M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7650 | 0.000000e+00 |      --      |    Inf 
376.03/376.12	c   376s|155600 |   179 |  2599k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7656 | 0.000000e+00 |      --      |    Inf 
376.22/376.38	c   376s|155700 |   174 |  2601k|  16.7 |  12M|  53 |  35 | 231 |  12k| 231 |2453 |  17 |  87k|7662 | 0.000000e+00 |      --      |    Inf 
376.53/376.63	c   377s|155800 |   174 |  2602k|  16.7 |  12M|  53 |  46 | 231 |  12k| 231 |2453 |  17 |  87k|7665 | 0.000000e+00 |      --      |    Inf 
376.82/376.90	c   377s|155900 |   174 |  2604k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7670 | 0.000000e+00 |      --      |    Inf 
377.02/377.19	c   377s|156000 |   176 |  2606k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7676 | 0.000000e+00 |      --      |    Inf 
377.32/377.46	c   377s|156100 |   178 |  2608k|  16.7 |  12M|  53 |  24 | 231 |  12k| 231 |2453 |  17 |  87k|7680 | 0.000000e+00 |      --      |    Inf 
377.63/377.70	c   378s|156200 |   174 |  2610k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  87k|7681 | 0.000000e+00 |      --      |    Inf 
377.82/377.99	c   378s|156300 |   184 |  2612k|  16.7 |  12M|  53 |  34 | 231 |  12k| 231 |2453 |  17 |  88k|7685 | 0.000000e+00 |      --      |    Inf 
378.12/378.23	c   378s|156400 |   184 |  2614k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7686 | 0.000000e+00 |      --      |    Inf 
378.42/378.50	c   378s|156500 |   183 |  2616k|  16.7 |  12M|  53 |  35 | 231 |  12k| 231 |2453 |  17 |  88k|7687 | 0.000000e+00 |      --      |    Inf 
378.62/378.77	c   379s|156600 |   187 |  2618k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7689 | 0.000000e+00 |      --      |    Inf 
378.92/379.03	c   379s|156700 |   189 |  2620k|  16.7 |  12M|  53 |  27 | 231 |  12k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
379.12/379.29	c   379s|156800 |   189 |  2622k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
379.43/379.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.43/379.54	c   380s|156900 |   183 |  2624k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
379.63/379.78	c   380s|157000 |   185 |  2626k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
379.92/380.06	c   380s|157100 |   179 |  2628k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
380.12/380.29	c   380s|157200 |   179 |  2630k|  16.7 |  12M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
380.43/380.54	c   381s|157300 |   179 |  2632k|  16.7 |  12M|  53 |  39 | 231 |  13k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
380.62/380.78	c   381s|157400 |   177 |  2633k|  16.7 |  12M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  88k|7690 | 0.000000e+00 |      --      |    Inf 
380.92/381.06	c   381s|157500 |   177 |  2635k|  16.7 |  12M|  53 |   - | 231 |  12k|   0 |   0 |  17 |  88k|7691 | 0.000000e+00 |      --      |    Inf 
381.13/381.29	c   381s|157600 |   179 |  2637k|  16.7 |  12M|  53 |  36 | 231 |  12k| 231 |2453 |  17 |  88k|7691 | 0.000000e+00 |      --      |    Inf 
381.33/381.49	c   381s|157700 |   179 |  2638k|  16.7 |  12M|  53 |  32 | 231 |  12k| 231 |2453 |  17 |  88k|7694 | 0.000000e+00 |      --      |    Inf 
381.63/381.71	c   382s|157800 |   180 |  2640k|  16.7 |  12M|  53 |   - | 231 |  12k| 231 |2453 |  17 |  88k|7694 | 0.000000e+00 |      --      |    Inf 
381.82/381.95	c   382s|157900 |   177 |  2642k|  16.7 |  12M|  53 |  45 | 231 |  12k| 231 |2453 |  17 |  88k|7695 | 0.000000e+00 |      --      |    Inf 
382.12/382.20	c   382s|158000 |   181 |  2644k|  16.7 |  12M|  53 |  40 | 231 |  12k| 231 |2453 |  17 |  88k|7696 | 0.000000e+00 |      --      |    Inf 
382.33/382.44	c   382s|158100 |   181 |  2646k|  16.7 |  12M|  53 |  35 | 231 |  12k| 231 |2453 |  17 |  88k|7697 | 0.000000e+00 |      --      |    Inf 
382.52/382.69	c   383s|158200 |   181 |  2647k|  16.7 |  11M|  53 |  33 | 231 |  12k| 231 |2453 |  17 |  88k|7697 | 0.000000e+00 |      --      |    Inf 
382.82/382.91	c   383s|158300 |   182 |  2649k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
383.02/383.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.02/383.11	c   383s|158400 |   181 |  2650k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
383.22/383.32	c   383s|158500 |   181 |  2652k|  16.7 |  11M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
383.42/383.55	c   384s|158600 |   181 |  2654k|  16.7 |  11M|  53 |  20 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
383.62/383.77	c   384s|158700 |   185 |  2655k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
383.83/383.98	c   384s|158800 |   188 |  2657k|  16.7 |  11M|  53 |  26 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
384.12/384.20	c   384s|158900 |   183 |  2659k|  16.7 |  11M|  53 |  33 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
384.33/384.43	c   384s|159000 |   185 |  2660k|  16.7 |  11M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
384.52/384.67	c   385s|159100 |   183 |  2662k|  16.7 |  11M|  53 |  31 | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
384.83/384.91	c   385s|159200 |   179 |  2664k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
385.03/385.13	c   385s|159300 |   180 |  2665k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
385.22/385.33	c   385s|159400 |   182 |  2667k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
385.43/385.54	c   386s|159500 |   179 |  2668k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
385.62/385.75	c   386s|159600 |   179 |  2670k|  16.7 |  11M|  53 |   - | 231 |  11k|   0 |   0 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
385.82/385.97	c   386s|159700 |   177 |  2672k|  16.7 |  11M|  53 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
386.03/386.19	c   386s|159800 |   177 |  2673k|  16.7 |  11M|  53 |  24 | 231 |  10k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
386.32/386.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.32/386.45	c   386s|159900 |   177 |  2675k|  16.7 |  11M|  53 |   - | 231 |  10k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
386.52/386.67	c   387s|160000 |   175 |  2677k|  16.7 |  11M|  55 |  34 | 231 |  10k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
386.72/386.88	c   387s|160100 |   175 |  2678k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  89k|7697 | 0.000000e+00 |      --      |    Inf 
387.03/387.11	c   387s|160200 |   178 |  2680k|  16.7 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  90k|7697 | 0.000000e+00 |      --      |    Inf 
387.22/387.36	c   387s|160300 |   186 |  2682k|  16.7 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 |  90k|7698 | 0.000000e+00 |      --      |    Inf 
387.52/387.60	c   388s|160400 |   181 |  2683k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7707 | 0.000000e+00 |      --      |    Inf 
387.73/387.80	c   388s|160500 |   174 |  2685k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7707 | 0.000000e+00 |      --      |    Inf 
388.02/388.10	c   388s|160600 |   177 |  2687k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7716 | 0.000000e+00 |      --      |    Inf 
388.22/388.37	c   388s|160700 |   186 |  2689k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7716 | 0.000000e+00 |      --      |    Inf 
388.52/388.65	c   389s|160800 |   183 |  2691k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7727 | 0.000000e+00 |      --      |    Inf 
388.82/388.92	c   389s|160900 |   179 |  2693k|  16.7 |  11M|  55 |  18 | 231 |  10k| 231 |2453 |  17 |  90k|7728 | 0.000000e+00 |      --      |    Inf 
389.12/389.20	c   389s|161000 |   175 |  2695k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7733 | 0.000000e+00 |      --      |    Inf 
389.32/389.48	c   389s|161100 |   172 |  2697k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7743 | 0.000000e+00 |      --      |    Inf 
389.62/389.73	c   390s|161200 |   174 |  2698k|  16.7 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  90k|7743 | 0.000000e+00 |      --      |    Inf 
389.92/390.00	c   390s|161300 |   172 |  2700k|  16.7 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  90k|7749 | 0.000000e+00 |      --      |    Inf 
390.12/390.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.12/390.26	c   390s|161400 |   174 |  2702k|  16.7 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  90k|7757 | 0.000000e+00 |      --      |    Inf 
390.43/390.52	c   391s|161500 |   168 |  2704k|  16.7 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  90k|7760 | 0.000000e+00 |      --      |    Inf 
390.62/390.72	c   391s|161600 |   166 |  2705k|  16.7 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  90k|7766 | 0.000000e+00 |      --      |    Inf 
390.82/390.96	c   391s|161700 |   164 |  2707k|  16.7 |  11M|  55 |   - | 231 |9995 | 231 |2453 |  17 |  90k|7766 | 0.000000e+00 |      --      |    Inf 
391.12/391.26	c   391s|161800 |   164 |  2709k|  16.7 |  11M|  55 |  37 | 231 |9847 | 231 |2453 |  17 |  90k|7775 | 0.000000e+00 |      --      |    Inf 
391.43/391.53	c   392s|161900 |   160 |  2711k|  16.7 |  11M|  55 |   - | 231 |9784 | 231 |2453 |  17 |  91k|7780 | 0.000000e+00 |      --      |    Inf 
391.73/391.81	c   392s|162000 |   158 |  2713k|  16.7 |  11M|  55 |  42 | 231 |9687 | 231 |2453 |  17 |  91k|7789 | 0.000000e+00 |      --      |    Inf 
391.92/392.02	c   392s|162100 |   162 |  2714k|  16.7 |  11M|  55 |   - | 231 |9636 | 231 |2453 |  17 |  91k|7789 | 0.000000e+00 |      --      |    Inf 
392.12/392.23	c   392s|162200 |   164 |  2716k|  16.7 |  10M|  55 |  38 | 231 |9570 | 231 |2453 |  17 |  91k|7789 | 0.000000e+00 |      --      |    Inf 
392.32/392.48	c   392s|162300 |   160 |  2717k|  16.7 |  10M|  55 |   - | 231 |9568 | 231 |2453 |  17 |  91k|7794 | 0.000000e+00 |      --      |    Inf 
392.63/392.71	c   393s|162400 |   160 |  2719k|  16.7 |  10M|  55 |  36 | 231 |9567 | 231 |2453 |  17 |  91k|7799 | 0.000000e+00 |      --      |    Inf 
392.82/392.93	c   393s|162500 |   161 |  2720k|  16.7 |  10M|  55 |  33 | 231 |9568 | 231 |2453 |  17 |  91k|7804 | 0.000000e+00 |      --      |    Inf 
393.02/393.18	c   393s|162600 |   161 |  2722k|  16.7 |  10M|  55 |   - | 231 |9571 | 231 |2453 |  17 |  91k|7813 | 0.000000e+00 |      --      |    Inf 
393.22/393.38	c   393s|162700 |   163 |  2723k|  16.7 |  10M|  55 |  36 | 231 |9561 | 231 |2453 |  17 |  91k|7813 | 0.000000e+00 |      --      |    Inf 
393.43/393.59	c   394s|162800 |   161 |  2725k|  16.7 |  10M|  55 |   - | 231 |9558 | 231 |2453 |  17 |  91k|7817 | 0.000000e+00 |      --      |    Inf 
393.73/393.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.73/393.84	c   394s|162900 |   161 |  2727k|  16.7 |  10M|  55 |   - | 231 |9556 | 231 |2453 |  17 |  91k|7822 | 0.000000e+00 |      --      |    Inf 
393.93/394.06	c   394s|163000 |   160 |  2728k|  16.7 |  10M|  55 |  34 | 231 |9566 | 231 |2453 |  17 |  91k|7827 | 0.000000e+00 |      --      |    Inf 
394.22/394.32	c   394s|163100 |   162 |  2730k|  16.7 |  10M|  55 |  22 | 231 |9577 | 231 |2453 |  17 |  91k|7834 | 0.000000e+00 |      --      |    Inf 
394.42/394.57	c   395s|163200 |   162 |  2732k|  16.7 |  10M|  55 |  40 | 231 |9587 | 231 |2453 |  17 |  91k|7838 | 0.000000e+00 |      --      |    Inf 
394.73/394.81	c   395s|163300 |   162 |  2734k|  16.7 |  11M|  55 |   - | 231 |9601 | 231 |2453 |  17 |  91k|7841 | 0.000000e+00 |      --      |    Inf 
394.92/395.06	c   395s|163400 |   161 |  2736k|  16.7 |  11M|  55 |  44 | 231 |9626 | 231 |2453 |  17 |  91k|7846 | 0.000000e+00 |      --      |    Inf 
395.12/395.29	c   395s|163500 |   163 |  2737k|  16.7 |  11M|  55 |   - | 231 |9641 | 231 |2453 |  17 |  91k|7847 | 0.000000e+00 |      --      |    Inf 
395.42/395.51	c   396s|163600 |   165 |  2739k|  16.7 |  11M|  55 |  32 | 231 |9659 | 231 |2453 |  17 |  91k|7851 | 0.000000e+00 |      --      |    Inf 
395.62/395.74	c   396s|163700 |   164 |  2741k|  16.7 |  11M|  55 |  27 | 231 |9680 | 231 |2453 |  17 |  91k|7853 | 0.000000e+00 |      --      |    Inf 
395.83/395.97	c   396s|163800 |   162 |  2742k|  16.7 |  11M|  55 |   - | 231 |9706 | 231 |2453 |  17 |  92k|7855 | 0.000000e+00 |      --      |    Inf 
396.02/396.19	c   396s|163900 |   161 |  2744k|  16.7 |  11M|  55 |   - | 231 |9752 | 231 |2453 |  17 |  92k|7855 | 0.000000e+00 |      --      |    Inf 
396.32/396.44	c   396s|164000 |   159 |  2746k|  16.7 |  11M|  55 |   - | 231 |9760 | 231 |2453 |  17 |  92k|7856 | 0.000000e+00 |      --      |    Inf 
396.52/396.66	c   397s|164100 |   159 |  2748k|  16.7 |  11M|  55 |  34 | 231 |9774 | 231 |2453 |  17 |  92k|7857 | 0.000000e+00 |      --      |    Inf 
396.72/396.89	c   397s|164200 |   159 |  2749k|  16.7 |  11M|  55 |  40 | 231 |9800 | 231 |2453 |  17 |  92k|7857 | 0.000000e+00 |      --      |    Inf 
397.03/397.14	c   397s|164300 |   155 |  2751k|  16.7 |  11M|  55 |   - | 231 |9783 | 231 |2453 |  17 |  92k|7857 | 0.000000e+00 |      --      |    Inf 
397.22/397.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.22/397.38	c   397s|164400 |   157 |  2753k|  16.7 |  11M|  55 |   - | 231 |9732 | 231 |2453 |  17 |  92k|7857 | 0.000000e+00 |      --      |    Inf 
397.52/397.60	c   398s|164500 |   159 |  2755k|  16.7 |  11M|  55 |  41 | 231 |9707 | 231 |2453 |  17 |  92k|7858 | 0.000000e+00 |      --      |    Inf 
397.72/397.84	c   398s|164600 |   159 |  2757k|  16.7 |  11M|  55 |   - | 231 |9708 | 231 |2453 |  17 |  92k|7859 | 0.000000e+00 |      --      |    Inf 
397.92/398.09	c   398s|164700 |   157 |  2759k|  16.8 |  11M|  55 |  45 | 231 |9686 | 231 |2453 |  17 |  92k|7859 | 0.000000e+00 |      --      |    Inf 
398.22/398.31	c   398s|164800 |   156 |  2760k|  16.8 |  11M|  55 |   - | 231 |9695 | 231 |2453 |  17 |  92k|7859 | 0.000000e+00 |      --      |    Inf 
398.42/398.55	c   399s|164900 |   156 |  2762k|  16.8 |  11M|  55 |  36 | 231 |9711 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
398.62/398.79	c   399s|165000 |   154 |  2764k|  16.8 |  11M|  55 |   - | 231 |9723 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
398.92/399.04	c   399s|165100 |   158 |  2766k|  16.8 |  11M|  55 |  29 | 231 |9639 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
399.13/399.26	c   399s|165200 |   160 |  2768k|  16.8 |  11M|  55 |   - | 231 |9639 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
399.32/399.48	c   399s|165300 |   161 |  2769k|  16.8 |  11M|  55 |  27 | 231 |9690 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
399.62/399.70	c   400s|165400 |   160 |  2771k|  16.8 |  11M|  55 |  38 | 231 |9716 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
399.82/399.91	c   400s|165500 |   160 |  2773k|  16.8 |  11M|  55 |  34 | 231 |9754 | 231 |2453 |  17 |  92k|7860 | 0.000000e+00 |      --      |    Inf 
400.03/400.11	c   400s|165600 |   162 |  2774k|  16.8 |  11M|  55 |  42 | 231 |9788 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
400.23/400.31	c   400s|165700 |   162 |  2776k|  16.8 |  11M|  55 |  40 | 231 |9838 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
400.43/400.52	c   401s|165800 |   162 |  2777k|  16.8 |  11M|  55 |  36 | 231 |9877 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
400.62/400.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.62/400.75	c   401s|165900 |   162 |  2779k|  16.8 |  11M|  55 |   - | 231 |9909 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
400.82/400.99	c   401s|166000 |   164 |  2781k|  16.8 |  11M|  55 |   - | 231 |9928 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
401.13/401.21	c   401s|166100 |   167 |  2783k|  16.8 |  11M|  55 |  44 | 231 |9952 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
401.33/401.46	c   401s|166200 |   167 |  2785k|  16.8 |  11M|  55 |  44 | 231 |9988 | 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
401.52/401.69	c   402s|166300 |   166 |  2786k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
401.82/401.94	c   402s|166400 |   165 |  2788k|  16.8 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
402.02/402.19	c   402s|166500 |   161 |  2790k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
402.32/402.43	c   402s|166600 |   162 |  2792k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
402.53/402.66	c   403s|166700 |   163 |  2794k|  16.8 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
402.82/402.91	c   403s|166800 |   163 |  2796k|  16.8 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
403.02/403.14	c   403s|166900 |   166 |  2798k|  16.8 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
403.22/403.36	c   403s|167000 |   166 |  2800k|  16.8 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
403.42/403.59	c   404s|167100 |   165 |  2801k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
403.72/403.83	c   404s|167200 |   165 |  2803k|  16.8 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
403.92/404.07	c   404s|167300 |   167 |  2805k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
404.23/404.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.23/404.31	c   404s|167400 |   173 |  2807k|  16.8 |  11M|  55 |  47 | 231 |  10k| 231 |2453 |  17 |  93k|7860 | 0.000000e+00 |      --      |    Inf 
404.42/404.55	c   405s|167500 |   175 |  2809k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  94k|7860 | 0.000000e+00 |      --      |    Inf 
404.73/404.83	c   405s|167600 |   175 |  2811k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7869 | 0.000000e+00 |      --      |    Inf 
404.92/405.06	c   405s|167700 |   174 |  2813k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7869 | 0.000000e+00 |      --      |    Inf 
405.22/405.34	c   405s|167800 |   171 |  2815k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7879 | 0.000000e+00 |      --      |    Inf 
405.42/405.59	c   406s|167900 |   179 |  2816k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7885 | 0.000000e+00 |      --      |    Inf 
405.62/405.76	c   406s|168000 |   173 |  2818k|  16.8 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  94k|7885 | 0.000000e+00 |      --      |    Inf 
405.92/406.02	c   406s|168100 |   171 |  2819k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7894 | 0.000000e+00 |      --      |    Inf 
406.13/406.27	c   406s|168200 |   173 |  2821k|  16.8 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  94k|7894 | 0.000000e+00 |      --      |    Inf 
406.42/406.54	c   407s|168300 |   169 |  2823k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7903 | 0.000000e+00 |      --      |    Inf 
406.63/406.77	c   407s|168400 |   172 |  2825k|  16.8 |  11M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  94k|7903 | 0.000000e+00 |      --      |    Inf 
406.93/407.04	c   407s|168500 |   171 |  2827k|  16.8 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  94k|7909 | 0.000000e+00 |      --      |    Inf 
407.22/407.31	c   407s|168600 |   173 |  2829k|  16.8 |  11M|  55 |  45 | 231 |  11k| 231 |2453 |  17 |  94k|7913 | 0.000000e+00 |      --      |    Inf 
407.42/407.56	c   408s|168700 |   174 |  2831k|  16.8 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  94k|7916 | 0.000000e+00 |      --      |    Inf 
407.72/407.81	c   408s|168800 |   170 |  2832k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  94k|7921 | 0.000000e+00 |      --      |    Inf 
407.93/408.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.93/408.07	c   408s|168900 |   170 |  2834k|  16.8 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  94k|7925 | 0.000000e+00 |      --      |    Inf 
408.22/408.32	c   408s|169000 |   168 |  2836k|  16.8 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  94k|7931 | 0.000000e+00 |      --      |    Inf 
408.42/408.59	c   409s|169100 |   166 |  2838k|  16.8 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  94k|7936 | 0.000000e+00 |      --      |    Inf 
408.72/408.84	c   409s|169200 |   164 |  2840k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7941 | 0.000000e+00 |      --      |    Inf 
409.03/409.13	c   409s|169300 |   161 |  2842k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7949 | 0.000000e+00 |      --      |    Inf 
409.32/409.40	c   409s|169400 |   161 |  2844k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7953 | 0.000000e+00 |      --      |    Inf 
409.52/409.67	c   410s|169500 |   163 |  2846k|  16.8 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  95k|7959 | 0.000000e+00 |      --      |    Inf 
409.82/409.93	c   410s|169600 |   159 |  2848k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7964 | 0.000000e+00 |      --      |    Inf 
410.02/410.18	c   410s|169700 |   155 |  2849k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7964 | 0.000000e+00 |      --      |    Inf 
410.32/410.44	c   410s|169800 |   157 |  2851k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7971 | 0.000000e+00 |      --      |    Inf 
410.62/410.73	c   411s|169900 |   158 |  2853k|  16.8 |  11M|  55 |  21 | 231 |  11k| 231 |2453 |  17 |  95k|7974 | 0.000000e+00 |      --      |    Inf 
410.82/410.95	c   411s|170000 |   154 |  2855k|  16.8 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  95k|7978 | 0.000000e+00 |      --      |    Inf 
411.12/411.22	c   411s|170100 |   155 |  2857k|  16.8 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  95k|7985 | 0.000000e+00 |      --      |    Inf 
411.33/411.45	c   411s|170200 |   148 |  2858k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7988 | 0.000000e+00 |      --      |    Inf 
411.62/411.71	c   412s|170300 |   148 |  2860k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7992 | 0.000000e+00 |      --      |    Inf 
411.81/411.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.81/411.98	c   412s|170400 |   148 |  2862k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7996 | 0.000000e+00 |      --      |    Inf 
412.12/412.21	c   412s|170500 |   150 |  2863k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  95k|8001 | 0.000000e+00 |      --      |    Inf 
412.32/412.45	c   412s|170600 |   150 |  2865k|  16.8 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  95k|8007 | 0.000000e+00 |      --      |    Inf 
412.52/412.68	c   413s|170700 |   147 |  2867k|  16.8 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 |  95k|8009 | 0.000000e+00 |      --      |    Inf 
412.82/412.93	c   413s|170800 |   149 |  2868k|  16.8 |  11M|  55 |  12 | 231 |  11k| 231 |2453 |  17 |  95k|8015 | 0.000000e+00 |      --      |    Inf 
413.01/413.17	c   413s|170900 |   145 |  2870k|  16.8 |  11M|  55 |  46 | 231 |  11k| 231 |2453 |  17 |  95k|8018 | 0.000000e+00 |      --      |    Inf 
413.32/413.44	c   413s|171000 |   141 |  2872k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8024 | 0.000000e+00 |      --      |    Inf 
413.52/413.68	c   414s|171100 |   141 |  2873k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8026 | 0.000000e+00 |      --      |    Inf 
413.82/413.93	c   414s|171200 |   141 |  2875k|  16.8 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  96k|8032 | 0.000000e+00 |      --      |    Inf 
414.01/414.16	c   414s|171300 |   139 |  2877k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8034 | 0.000000e+00 |      --      |    Inf 
414.22/414.39	c   414s|171400 |   141 |  2879k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8035 | 0.000000e+00 |      --      |    Inf 
414.52/414.64	c   415s|171500 |   139 |  2880k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8035 | 0.000000e+00 |      --      |    Inf 
414.81/414.92	c   415s|171600 |   135 |  2883k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8036 | 0.000000e+00 |      --      |    Inf 
415.01/415.16	c   415s|171700 |   137 |  2885k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8036 | 0.000000e+00 |      --      |    Inf 
415.31/415.41	c   415s|171800 |   135 |  2886k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8036 | 0.000000e+00 |      --      |    Inf 
415.52/415.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
415.52/415.67	c   416s|171900 |   135 |  2888k|  16.8 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
415.82/415.91	c   416s|172000 |   136 |  2890k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
416.01/416.15	c   416s|172100 |   133 |  2892k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
416.21/416.38	c   416s|172200 |   138 |  2894k|  16.8 |  11M|  55 |  17 | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
416.42/416.59	c   417s|172300 |   137 |  2895k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
416.72/416.83	c   417s|172400 |   137 |  2897k|  16.8 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
416.91/417.04	c   417s|172500 |   131 |  2899k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
417.12/417.24	c   417s|172600 |   134 |  2900k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
417.32/417.48	c   417s|172700 |   133 |  2902k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  96k|8037 | 0.000000e+00 |      --      |    Inf 
417.51/417.69	c   418s|172800 |   135 |  2904k|  16.8 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
417.82/417.93	c   418s|172900 |   135 |  2906k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
418.01/418.18	c   418s|173000 |   143 |  2908k|  16.8 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
418.31/418.42	c   418s|173100 |   135 |  2910k|  16.8 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
418.51/418.65	c   419s|173200 |   135 |  2911k|  16.8 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
418.72/418.89	c   419s|173300 |   137 |  2913k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
419.03/419.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.03/419.11	c   419s|173400 |   138 |  2915k|  16.8 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
419.22/419.30	c   419s|173500 |   138 |  2916k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
419.42/419.53	c   420s|173600 |   137 |  2918k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
419.62/419.77	c   420s|173700 |   137 |  2920k|  16.8 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
419.92/420.01	c   420s|173800 |   137 |  2922k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
420.12/420.24	c   420s|173900 |   137 |  2924k|  16.8 |  11M|  55 |  45 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
420.31/420.45	c   420s|174000 |   140 |  2925k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
420.51/420.67	c   421s|174100 |   141 |  2927k|  16.8 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
420.72/420.89	c   421s|174200 |   143 |  2928k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
421.02/421.12	c   421s|174300 |   147 |  2930k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
421.22/421.34	c   421s|174400 |   153 |  2932k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  97k|8037 | 0.000000e+00 |      --      |    Inf 
421.41/421.56	c   422s|174500 |   155 |  2934k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
421.62/421.79	c   422s|174600 |   162 |  2935k|  16.8 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
421.92/422.01	c   422s|174700 |   154 |  2937k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
422.11/422.25	c   422s|174800 |   157 |  2939k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
422.33/422.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.33/422.48	c   422s|174900 |   152 |  2941k|  16.8 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
422.61/422.71	c   423s|175000 |   150 |  2942k|  16.8 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
422.82/422.94	c   423s|175100 |   157 |  2944k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
423.02/423.17	c   423s|175200 |   159 |  2946k|  16.8 |  11M|  55 |  52 | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
423.32/423.40	c   423s|175300 |   161 |  2948k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8037 | 0.000000e+00 |      --      |    Inf 
423.51/423.66	c   424s|175400 |   162 |  2949k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8044 | 0.000000e+00 |      --      |    Inf 
423.82/423.94	c   424s|175500 |   163 |  2951k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8055 | 0.000000e+00 |      --      |    Inf 
424.01/424.17	c   424s|175600 |   159 |  2953k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8055 | 0.000000e+00 |      --      |    Inf 
424.32/424.40	c   424s|175700 |   163 |  2955k|  16.8 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  98k|8055 | 0.000000e+00 |      --      |    Inf 
424.53/424.65	c   425s|175800 |   163 |  2956k|  16.8 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  98k|8061 | 0.000000e+00 |      --      |    Inf 
424.82/424.91	c   425s|175900 |   160 |  2958k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8066 | 0.000000e+00 |      --      |    Inf 
425.01/425.18	c   425s|176000 |   159 |  2960k|  16.8 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  98k|8071 | 0.000000e+00 |      --      |    Inf 
425.32/425.43	c   425s|176100 |   155 |  2962k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8077 | 0.000000e+00 |      --      |    Inf 
425.62/425.71	c   426s|176200 |   155 |  2964k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  98k|8086 | 0.000000e+00 |      --      |    Inf 
425.82/425.95	c   426s|176300 |   155 |  2966k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8086 | 0.000000e+00 |      --      |    Inf 
426.12/426.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.12/426.21	c   426s|176400 |   153 |  2968k|  16.8 |  11M|  55 |  46 | 231 |  11k| 231 |2453 |  17 |  99k|8089 | 0.000000e+00 |      --      |    Inf 
426.32/426.49	c   426s|176500 |   147 |  2970k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8094 | 0.000000e+00 |      --      |    Inf 
426.62/426.77	c   427s|176600 |   147 |  2972k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8100 | 0.000000e+00 |      --      |    Inf 
426.92/427.02	c   427s|176700 |   145 |  2973k|  16.8 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  99k|8106 | 0.000000e+00 |      --      |    Inf 
427.12/427.23	c   427s|176800 |   143 |  2975k|  16.8 |  11M|  55 |  42 | 231 |  11k| 231 |2453 |  17 |  99k|8106 | 0.000000e+00 |      --      |    Inf 
427.32/427.48	c   427s|176900 |   140 |  2976k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8111 | 0.000000e+00 |      --      |    Inf 
427.61/427.78	c   428s|177000 |   138 |  2978k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8122 | 0.000000e+00 |      --      |    Inf 
427.92/428.00	c   428s|177100 |   138 |  2980k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8122 | 0.000000e+00 |      --      |    Inf 
428.12/428.24	c   428s|177200 |   136 |  2982k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8122 | 0.000000e+00 |      --      |    Inf 
428.41/428.51	c   429s|177300 |   136 |  2984k|  16.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  99k|8129 | 0.000000e+00 |      --      |    Inf 
428.62/428.75	c   429s|177400 |   134 |  2985k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8136 | 0.000000e+00 |      --      |    Inf 
428.92/429.02	c   429s|177500 |   130 |  2987k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8140 | 0.000000e+00 |      --      |    Inf 
429.21/429.32	c   429s|177600 |   130 |  2989k|  16.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  99k|8148 | 0.000000e+00 |      --      |    Inf 
429.42/429.57	c   430s|177700 |   130 |  2991k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8148 | 0.000000e+00 |      --      |    Inf 
429.72/429.87	c   430s|177800 |   130 |  2993k|  16.8 |  11M|  55 |  45 | 231 |  11k| 231 |2453 |  17 |  99k|8157 | 0.000000e+00 |      --      |    Inf 
430.02/430.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.02/430.11	c   430s|177900 |   132 |  2995k|  16.8 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  99k|8157 | 0.000000e+00 |      --      |    Inf 
430.22/430.36	c   430s|178000 |   129 |  2997k|  16.8 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 100k|8162 | 0.000000e+00 |      --      |    Inf 
430.51/430.68	c   431s|178100 |   131 |  2999k|  16.8 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 | 100k|8168 | 0.000000e+00 |      --      |    Inf 
430.82/430.93	c   431s|178200 |   128 |  3001k|  16.8 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 100k|8174 | 0.000000e+00 |      --      |    Inf 
431.02/431.19	c   431s|178300 |   128 |  3003k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|8179 | 0.000000e+00 |      --      |    Inf 
431.31/431.43	c   431s|178400 |   130 |  3004k|  16.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 | 100k|8179 | 0.000000e+00 |      --      |    Inf 
431.52/431.69	c   432s|178500 |   132 |  3006k|  16.8 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 | 100k|8184 | 0.000000e+00 |      --      |    Inf 
431.82/431.95	c   432s|178600 |   128 |  3008k|  16.8 |  11M|  55 |  47 | 231 |  11k| 231 |2453 |  17 | 100k|8188 | 0.000000e+00 |      --      |    Inf 
432.12/432.21	c   432s|178700 |   128 |  3010k|  16.8 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 100k|8193 | 0.000000e+00 |      --      |    Inf 
432.31/432.48	c   432s|178800 |   127 |  3012k|  16.8 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 100k|8200 | 0.000000e+00 |      --      |    Inf 
432.61/432.70	c   433s|178900 |   126 |  3013k|  16.8 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 | 100k|8202 | 0.000000e+00 |      --      |    Inf 
432.82/432.92	c   433s|179000 |   125 |  3015k|  16.8 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 | 100k|8204 | 0.000000e+00 |      --      |    Inf 
433.01/433.17	c   433s|179100 |   124 |  3016k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|8209 | 0.000000e+00 |      --      |    Inf 
433.33/433.43	c   433s|179200 |   127 |  3018k|  16.8 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 | 100k|8213 | 0.000000e+00 |      --      |    Inf 
433.51/433.67	c   434s|179300 |   127 |  3020k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 100k|8216 | 0.000000e+00 |      --      |    Inf 
433.82/433.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
433.82/433.93	c   434s|179400 |   122 |  3022k|  16.8 |  11M|  55 |  45 | 231 |  10k| 231 |2453 |  17 | 100k|8219 | 0.000000e+00 |      --      |    Inf 
434.02/434.15	c   434s|179500 |   123 |  3023k|  16.8 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 | 100k|8225 | 0.000000e+00 |      --      |    Inf 
434.21/434.38	c   434s|179600 |   123 |  3025k|  16.8 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 | 100k|8228 | 0.000000e+00 |      --      |    Inf 
434.52/434.62	c   435s|179700 |   121 |  3027k|  16.8 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 100k|8231 | 0.000000e+00 |      --      |    Inf 
434.71/434.83	c   435s|179800 |   120 |  3028k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8232 | 0.000000e+00 |      --      |    Inf 
434.91/435.06	c   435s|179900 |   118 |  3030k|  16.8 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 | 101k|8234 | 0.000000e+00 |      --      |    Inf 
435.21/435.31	c   435s|180000 |   117 |  3032k|  16.8 |  11M|  55 |  24 | 231 |  10k| 231 |2453 |  17 | 101k|8237 | 0.000000e+00 |      --      |    Inf 
435.31/435.50	c   435s|180100 |   119 |  3033k|  16.8 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 | 101k|8237 | 0.000000e+00 |      --      |    Inf 
435.62/435.71	c   436s|180200 |   119 |  3035k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8238 | 0.000000e+00 |      --      |    Inf 
435.82/435.92	c   436s|180300 |   117 |  3036k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8238 | 0.000000e+00 |      --      |    Inf 
436.01/436.18	c   436s|180400 |   117 |  3038k|  16.8 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
436.31/436.43	c   436s|180500 |   119 |  3040k|  16.8 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
436.53/436.65	c   437s|180600 |   119 |  3042k|  16.8 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
436.72/436.83	c   437s|180700 |   120 |  3043k|  16.8 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
436.91/437.04	c   437s|180800 |   118 |  3045k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
437.12/437.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
437.12/437.26	c   437s|180900 |   122 |  3046k|  16.8 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
437.42/437.51	c   438s|181000 |   116 |  3048k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
437.62/437.76	c   438s|181100 |   116 |  3050k|  16.8 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
437.91/438.00	c   438s|181200 |   113 |  3052k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
438.11/438.24	c   438s|181300 |   111 |  3054k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
438.32/438.48	c   438s|181400 |   114 |  3056k|  16.8 |  11M|  55 |  46 | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
438.61/438.72	c   439s|181500 |   113 |  3058k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 101k|8239 | 0.000000e+00 |      --      |    Inf 
438.82/438.94	c   439s|181600 |   114 |  3059k|  16.8 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
439.01/439.14	c   439s|181700 |   114 |  3061k|  16.8 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
439.22/439.37	c   439s|181800 |   114 |  3063k|  16.8 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
439.51/439.61	c   440s|181900 |   111 |  3065k|  16.8 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
439.72/439.83	c   440s|182000 |   110 |  3066k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
439.92/440.09	c   440s|182100 |   110 |  3068k|  16.9 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
440.21/440.30	c   440s|182200 |   112 |  3070k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
440.42/440.51	c   441s|182300 |   114 |  3071k|  16.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
440.62/440.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.62/440.75	c   441s|182400 |   114 |  3073k|  16.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
440.81/440.94	c   441s|182500 |   112 |  3075k|  16.9 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
441.02/441.16	c   441s|182600 |   110 |  3076k|  16.9 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
441.31/441.40	c   441s|182700 |   114 |  3078k|  16.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
441.52/441.61	c   442s|182800 |   114 |  3080k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
441.71/441.86	c   442s|182900 |   112 |  3082k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
441.91/442.07	c   442s|183000 |   112 |  3083k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
442.12/442.29	c   442s|183100 |   116 |  3085k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
442.32/442.49	c   442s|183200 |   116 |  3086k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
442.61/442.70	c   443s|183300 |   118 |  3088k|  16.8 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 | 102k|8239 | 0.000000e+00 |      --      |    Inf 
442.81/442.94	c   443s|183400 |   114 |  3090k|  16.8 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
443.02/443.19	c   443s|183500 |   112 |  3092k|  16.8 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
443.31/443.42	c   443s|183600 |   116 |  3093k|  16.9 |  11M|  55 |  11 | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
443.51/443.65	c   444s|183700 |   114 |  3095k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
443.82/443.92	c   444s|183800 |   114 |  3097k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
444.01/444.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.01/444.16	c   444s|183900 |   118 |  3099k|  16.9 |  11M|  55 |  45 | 231 |  10k| 231 |2453 |  17 | 103k|8239 | 0.000000e+00 |      --      |    Inf 
444.32/444.47	c   444s|184000 |   120 |  3101k|  16.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 | 103k|8252 | 0.000000e+00 |      --      |    Inf 
444.62/444.70	c   445s|184100 |   124 |  3103k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8252 | 0.000000e+00 |      --      |    Inf 
444.81/444.96	c   445s|184200 |   128 |  3105k|  16.9 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 | 103k|8252 | 0.000000e+00 |      --      |    Inf 
445.11/445.22	c   445s|184300 |   128 |  3107k|  16.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 | 103k|8261 | 0.000000e+00 |      --      |    Inf 
445.32/445.47	c   445s|184400 |   128 |  3109k|  16.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 | 103k|8261 | 0.000000e+00 |      --      |    Inf 
445.62/445.75	c   446s|184500 |   126 |  3111k|  16.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 | 103k|8266 | 0.000000e+00 |      --      |    Inf 
445.92/446.01	c   446s|184600 |   126 |  3113k|  16.9 |  11M|  55 |  49 | 231 |  10k| 231 |2453 |  17 | 103k|8271 | 0.000000e+00 |      --      |    Inf 
446.21/446.30	c   446s|184700 |   128 |  3115k|  16.9 |  11M|  55 |  24 | 231 |  10k| 231 |2453 |  17 | 103k|8281 | 0.000000e+00 |      --      |    Inf 
446.42/446.55	c   447s|184800 |   130 |  3117k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8281 | 0.000000e+00 |      --      |    Inf 
446.72/446.84	c   447s|184900 |   134 |  3119k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 103k|8287 | 0.000000e+00 |      --      |    Inf 
447.02/447.10	c   447s|185000 |   136 |  3121k|  16.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 104k|8292 | 0.000000e+00 |      --      |    Inf 
447.21/447.33	c   447s|185100 |   142 |  3123k|  16.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 104k|8295 | 0.000000e+00 |      --      |    Inf 
447.52/447.61	c   448s|185200 |   142 |  3125k|  16.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 104k|8300 | 0.000000e+00 |      --      |    Inf 
447.81/447.92	c   448s|185300 |   142 |  3127k|  16.9 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 | 104k|8311 | 0.000000e+00 |      --      |    Inf 
448.01/448.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.01/448.15	c   448s|185400 |   146 |  3129k|  16.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 | 104k|8311 | 0.000000e+00 |      --      |    Inf 
448.31/448.40	c   448s|185500 |   148 |  3130k|  16.9 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 | 104k|8313 | 0.000000e+00 |      --      |    Inf 
448.51/448.67	c   449s|185600 |   148 |  3133k|  16.9 |  11M|  55 |  16 | 231 |  11k| 231 |2453 |  17 | 104k|8317 | 0.000000e+00 |      --      |    Inf 
448.81/448.96	c   449s|185700 |   147 |  3135k|  16.9 |  11M|  55 |  45 | 231 |  11k| 231 |2453 |  17 | 104k|8323 | 0.000000e+00 |      --      |    Inf 
449.11/449.22	c   449s|185800 |   149 |  3137k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 104k|8328 | 0.000000e+00 |      --      |    Inf 
449.31/449.49	c   449s|185900 |   145 |  3139k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 104k|8332 | 0.000000e+00 |      --      |    Inf 
449.62/449.77	c   450s|186000 |   141 |  3141k|  16.9 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 104k|8338 | 0.000000e+00 |      --      |    Inf 
449.91/450.07	c   450s|186100 |   135 |  3143k|  16.9 |  11M|  55 |  47 | 231 |  11k| 231 |2453 |  17 | 104k|8343 | 0.000000e+00 |      --      |    Inf 
450.21/450.35	c   450s|186200 |   133 |  3145k|  16.9 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 104k|8348 | 0.000000e+00 |      --      |    Inf 
450.51/450.66	c   451s|186300 |   127 |  3147k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 104k|8356 | 0.000000e+00 |      --      |    Inf 
450.82/450.93	c   451s|186400 |   125 |  3149k|  16.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 104k|8359 | 0.000000e+00 |      --      |    Inf 
451.12/451.22	c   451s|186500 |   125 |  3151k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8365 | 0.000000e+00 |      --      |    Inf 
451.31/451.48	c   451s|186600 |   123 |  3153k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8369 | 0.000000e+00 |      --      |    Inf 
451.61/451.79	c   452s|186700 |   121 |  3155k|  16.9 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 | 105k|8378 | 0.000000e+00 |      --      |    Inf 
451.92/452.08	c   452s|186800 |   119 |  3158k|  16.9 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 | 105k|8383 | 0.000000e+00 |      --      |    Inf 
452.21/452.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.21/452.34	c   452s|186900 |   119 |  3159k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8387 | 0.000000e+00 |      --      |    Inf 
452.52/452.63	c   453s|187000 |   117 |  3161k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8393 | 0.000000e+00 |      --      |    Inf 
452.71/452.85	c   453s|187100 |   121 |  3163k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8396 | 0.000000e+00 |      --      |    Inf 
452.91/453.06	c   453s|187200 |   123 |  3164k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8398 | 0.000000e+00 |      --      |    Inf 
453.12/453.27	c   453s|187300 |   121 |  3166k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8400 | 0.000000e+00 |      --      |    Inf 
453.41/453.51	c   454s|187400 |   121 |  3168k|  16.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 | 105k|8401 | 0.000000e+00 |      --      |    Inf 
453.61/453.74	c   454s|187500 |   118 |  3169k|  16.9 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 105k|8401 | 0.000000e+00 |      --      |    Inf 
453.82/453.95	c   454s|187600 |   118 |  3171k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
454.01/454.17	c   454s|187700 |   118 |  3173k|  16.9 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
454.31/454.40	c   454s|187800 |   120 |  3175k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
454.51/454.63	c   455s|187900 |   117 |  3176k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
454.72/454.85	c   455s|188000 |   119 |  3178k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
454.92/455.09	c   455s|188100 |   119 |  3180k|  16.9 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
455.22/455.33	c   455s|188200 |   120 |  3182k|  16.9 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 | 105k|8402 | 0.000000e+00 |      --      |    Inf 
455.42/455.55	c   456s|188300 |   121 |  3183k|  16.9 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
455.61/455.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.61/455.79	c   456s|188400 |   123 |  3185k|  16.9 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
455.91/456.02	c   456s|188500 |   122 |  3187k|  16.9 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
456.11/456.25	c   456s|188600 |   122 |  3189k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
456.32/456.49	c   456s|188700 |   120 |  3191k|  16.9 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
456.62/456.71	c   457s|188800 |   119 |  3192k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
456.81/456.93	c   457s|188900 |   122 |  3194k|  16.9 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
457.01/457.19	c   457s|189000 |   120 |  3196k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
457.31/457.42	c   457s|189100 |   119 |  3198k|  16.9 |  11M|  55 |  40 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
457.51/457.67	c   458s|189200 |   121 |  3200k|  16.9 |  11M|  55 |  43 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
457.81/457.92	c   458s|189300 |   121 |  3202k|  16.9 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
458.01/458.17	c   458s|189400 |   121 |  3204k|  16.9 |  12M|  55 |  47 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
458.31/458.42	c   458s|189500 |   121 |  3206k|  16.9 |  12M|  55 |  16 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
458.51/458.68	c   459s|189600 |   119 |  3208k|  16.9 |  12M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
458.81/458.93	c   459s|189700 |   119 |  3210k|  16.9 |  12M|  55 |  16 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
459.01/459.19	c   459s|189800 |   118 |  3212k|  16.9 |  11M|  55 |  40 | 231 |  12k| 231 |2453 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
459.31/459.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.31/459.46	c   459s|189900 |   117 |  3214k|  16.9 |  11M|  55 |   - | 231 |  12k|   0 |   0 |  17 | 106k|8402 | 0.000000e+00 |      --      |    Inf 
459.51/459.68	c   460s|190000 |   113 |  3215k|  16.9 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
459.81/459.91	c   460s|190100 |   114 |  3217k|  16.9 |  11M|  55 |  23 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
460.02/460.17	c   460s|190200 |   114 |  3219k|  16.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
460.31/460.40	c   460s|190300 |   114 |  3221k|  16.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
460.51/460.65	c   461s|190400 |   114 |  3223k|  16.9 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
460.81/460.90	c   461s|190500 |   110 |  3225k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
461.02/461.17	c   461s|190600 |   110 |  3227k|  16.9 |  11M|  55 |  49 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
461.31/461.41	c   461s|190700 |   110 |  3228k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
461.51/461.65	c   462s|190800 |   114 |  3230k|  16.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
461.71/461.87	c   462s|190900 |   110 |  3232k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
462.01/462.13	c   462s|191000 |   110 |  3234k|  16.9 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
462.21/462.36	c   462s|191100 |   110 |  3236k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
462.41/462.58	c   463s|191200 |   115 |  3238k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
462.71/462.80	c   463s|191300 |   111 |  3239k|  16.9 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 | 107k|8402 | 0.000000e+00 |      --      |    Inf 
462.92/463.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
462.92/463.04	c   463s|191400 |   113 |  3241k|  16.9 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 | 107k|8411 | 0.000000e+00 |      --      |    Inf 
463.11/463.26	c   463s|191500 |   115 |  3242k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8411 | 0.000000e+00 |      --      |    Inf 
463.31/463.49	c   463s|191600 |   115 |  3244k|  16.9 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 | 107k|8411 | 0.000000e+00 |      --      |    Inf 
463.61/463.75	c   464s|191700 |   111 |  3246k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8418 | 0.000000e+00 |      --      |    Inf 
463.81/463.95	c   464s|191800 |   110 |  3247k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 107k|8418 | 0.000000e+00 |      --      |    Inf 
464.02/464.18	c   464s|191900 |   114 |  3249k|  16.9 |  11M|  55 |  22 | 231 |  11k| 231 |2453 |  17 | 107k|8425 | 0.000000e+00 |      --      |    Inf 
464.31/464.44	c   464s|192000 |   112 |  3250k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8432 | 0.000000e+00 |      --      |    Inf 
464.51/464.68	c   465s|192100 |   115 |  3252k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8432 | 0.000000e+00 |      --      |    Inf 
464.81/464.94	c   465s|192200 |   122 |  3254k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8441 | 0.000000e+00 |      --      |    Inf 
465.01/465.13	c   465s|192300 |   122 |  3256k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8441 | 0.000000e+00 |      --      |    Inf 
465.22/465.34	c   465s|192400 |   123 |  3257k|  16.9 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 108k|8441 | 0.000000e+00 |      --      |    Inf 
465.51/465.60	c   466s|192500 |   124 |  3259k|  16.9 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 108k|8450 | 0.000000e+00 |      --      |    Inf 
465.71/465.83	c   466s|192600 |   122 |  3261k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8450 | 0.000000e+00 |      --      |    Inf 
466.01/466.10	c   466s|192700 |   124 |  3262k|  16.9 |  11M|  55 |  21 | 231 |  11k| 231 |2453 |  17 | 108k|8458 | 0.000000e+00 |      --      |    Inf 
466.32/466.41	c   466s|192800 |   126 |  3265k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8469 | 0.000000e+00 |      --      |    Inf 
466.51/466.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.51/466.69	c   467s|192900 |   121 |  3267k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8469 | 0.000000e+00 |      --      |    Inf 
466.81/466.93	c   467s|193000 |   121 |  3269k|  16.9 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 108k|8469 | 0.000000e+00 |      --      |    Inf 
467.11/467.22	c   467s|193100 |   119 |  3271k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8475 | 0.000000e+00 |      --      |    Inf 
467.32/467.46	c   467s|193200 |   120 |  3272k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8486 | 0.000000e+00 |      --      |    Inf 
467.51/467.67	c   468s|193300 |   120 |  3274k|  16.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 | 108k|8486 | 0.000000e+00 |      --      |    Inf 
467.71/467.89	c   468s|193400 |   124 |  3276k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8486 | 0.000000e+00 |      --      |    Inf 
468.01/468.16	c   468s|193500 |   124 |  3278k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8490 | 0.000000e+00 |      --      |    Inf 
468.31/468.42	c   468s|193600 |   126 |  3280k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8495 | 0.000000e+00 |      --      |    Inf 
468.51/468.69	c   469s|193700 |   125 |  3282k|  16.9 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 | 108k|8499 | 0.000000e+00 |      --      |    Inf 
468.81/468.94	c   469s|193800 |   127 |  3283k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8502 | 0.000000e+00 |      --      |    Inf 
469.11/469.22	c   469s|193900 |   127 |  3286k|  16.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 108k|8509 | 0.000000e+00 |      --      |    Inf 
469.40/469.50	c   469s|194000 |   133 |  3287k|  16.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 | 109k|8515 | 0.000000e+00 |      --      |    Inf 
469.62/469.74	c   470s|194100 |   133 |  3289k|  16.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 109k|8520 | 0.000000e+00 |      --      |    Inf 
469.81/469.98	c   470s|194200 |   133 |  3291k|  16.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 | 109k|8523 | 0.000000e+00 |      --      |    Inf 
470.11/470.24	c   470s|194300 |   133 |  3293k|  16.9 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 109k|8528 | 0.000000e+00 |      --      |    Inf 
470.41/470.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.41/470.53	c   471s|194400 |   133 |  3295k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8533 | 0.000000e+00 |      --      |    Inf 
470.72/470.81	c   471s|194500 |   127 |  3297k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8540 | 0.000000e+00 |      --      |    Inf 
470.90/471.09	c   471s|194600 |   121 |  3299k|  17.0 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 109k|8544 | 0.000000e+00 |      --      |    Inf 
471.21/471.34	c   471s|194700 |   123 |  3301k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8550 | 0.000000e+00 |      --      |    Inf 
471.41/471.58	c   472s|194800 |   124 |  3303k|  17.0 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 | 109k|8554 | 0.000000e+00 |      --      |    Inf 
471.71/471.83	c   472s|194900 |   125 |  3305k|  17.0 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 109k|8559 | 0.000000e+00 |      --      |    Inf 
471.91/472.08	c   472s|195000 |   125 |  3306k|  17.0 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 | 109k|8564 | 0.000000e+00 |      --      |    Inf 
472.21/472.34	c   472s|195100 |   125 |  3308k|  17.0 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 109k|8567 | 0.000000e+00 |      --      |    Inf 
472.41/472.59	c   473s|195200 |   125 |  3310k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8569 | 0.000000e+00 |      --      |    Inf 
472.71/472.82	c   473s|195300 |   128 |  3312k|  17.0 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 | 109k|8572 | 0.000000e+00 |      --      |    Inf 
472.92/473.07	c   473s|195400 |   128 |  3314k|  17.0 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 109k|8577 | 0.000000e+00 |      --      |    Inf 
473.21/473.34	c   473s|195500 |   126 |  3316k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8579 | 0.000000e+00 |      --      |    Inf 
473.41/473.59	c   474s|195600 |   127 |  3318k|  17.0 |  11M|  55 |  39 | 231 |  11k| 231 |2453 |  17 | 109k|8582 | 0.000000e+00 |      --      |    Inf 
473.71/473.80	c   474s|195700 |   129 |  3319k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8582 | 0.000000e+00 |      --      |    Inf 
473.92/474.04	c   474s|195800 |   128 |  3321k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8582 | 0.000000e+00 |      --      |    Inf 
474.11/474.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.11/474.27	c   474s|195900 |   125 |  3323k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 109k|8583 | 0.000000e+00 |      --      |    Inf 
474.41/474.51	c   475s|196000 |   124 |  3325k|  17.0 |  11M|  55 |  46 | 231 |  11k| 231 |2453 |  17 | 110k|8584 | 0.000000e+00 |      --      |    Inf 
474.61/474.79	c   475s|196100 |   126 |  3327k|  17.0 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
474.91/475.05	c   475s|196200 |   124 |  3329k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
475.20/475.30	c   475s|196300 |   126 |  3331k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
475.41/475.56	c   476s|196400 |   130 |  3334k|  17.0 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
475.71/475.81	c   476s|196500 |   131 |  3336k|  17.0 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
475.91/476.06	c   476s|196600 |   131 |  3338k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
476.21/476.31	c   476s|196700 |   138 |  3340k|  17.0 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
476.41/476.55	c   477s|196800 |   139 |  3342k|  17.0 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 | 110k|8585 | 0.000000e+00 |      --      |    Inf 
476.70/476.83	c   477s|196900 |   141 |  3344k|  17.0 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
477.01/477.10	c   477s|197000 |   137 |  3346k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
477.21/477.35	c   477s|197100 |   135 |  3348k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
477.41/477.59	c   478s|197200 |   136 |  3350k|  17.0 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
477.70/477.83	c   478s|197300 |   138 |  3352k|  17.0 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
477.91/478.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.91/478.09	c   478s|197400 |   135 |  3354k|  17.0 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
478.21/478.35	c   478s|197500 |   132 |  3356k|  17.0 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
478.50/478.61	c   479s|197600 |   128 |  3358k|  17.0 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
478.71/478.85	c   479s|197700 |   125 |  3360k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
478.91/479.09	c   479s|197800 |   123 |  3362k|  17.0 |  11M|  55 |  19 | 231 |  11k| 231 |2453 |  17 | 110k|8586 | 0.000000e+00 |      --      |    Inf 
479.21/479.34	c   479s|197900 |   121 |  3364k|  17.0 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
479.42/479.59	c   480s|198000 |   121 |  3366k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
479.71/479.85	c   480s|198100 |   122 |  3368k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
479.91/480.08	c   480s|198200 |   122 |  3370k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
480.21/480.30	c   480s|198300 |   124 |  3371k|  17.0 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
480.41/480.53	c   481s|198400 |   126 |  3373k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
480.61/480.78	c   481s|198500 |   132 |  3375k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
480.91/481.01	c   481s|198600 |   135 |  3377k|  17.0 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
481.11/481.24	c   481s|198700 |   133 |  3379k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
481.30/481.48	c   481s|198800 |   131 |  3381k|  17.0 |  11M|  55 |  40 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
481.61/481.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.61/481.72	c   482s|198900 |   127 |  3382k|  17.0 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
481.81/481.97	c   482s|199000 |   126 |  3384k|  17.0 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
482.10/482.21	c   482s|199100 |   121 |  3386k|  17.0 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
482.30/482.46	c   482s|199200 |   125 |  3388k|  17.0 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
482.61/482.71	c   483s|199300 |   119 |  3390k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 111k|8586 | 0.000000e+00 |      --      |    Inf 
482.91/483.01	c   483s|199400 |   118 |  3392k|  17.0 |  11M|  55 |  46 | 231 |  10k| 231 |2453 |  17 | 111k|8595 | 0.000000e+00 |      --      |    Inf 
483.11/483.23	c   483s|199500 |   118 |  3394k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 111k|8595 | 0.000000e+00 |      --      |    Inf 
483.41/483.50	c   484s|199600 |   121 |  3395k|  17.0 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 | 111k|8606 | 0.000000e+00 |      --      |    Inf 
483.61/483.73	c   484s|199700 |   120 |  3397k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 111k|8606 | 0.000000e+00 |      --      |    Inf 
483.81/483.94	c   484s|199800 |   121 |  3398k|  17.0 |  11M|  55 |  47 | 231 |  10k| 231 |2453 |  17 | 112k|8606 | 0.000000e+00 |      --      |    Inf 
484.01/484.16	c   484s|199900 |   121 |  3400k|  17.0 |  11M|  55 |  24 | 231 |  10k| 231 |2453 |  17 | 112k|8606 | 0.000000e+00 |      --      |    Inf 
484.31/484.45	c   484s|200000 |   119 |  3402k|  17.0 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 | 112k|8616 | 0.000000e+00 |      --      |    Inf 
484.61/484.72	c   485s|200100 |   118 |  3404k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 112k|8616 | 0.000000e+00 |      --      |    Inf 
484.91/485.02	c   485s|200200 |   118 |  3406k|  17.0 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 | 112k|8626 | 0.000000e+00 |      --      |    Inf 
485.11/485.26	c   485s|200300 |   118 |  3408k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 112k|8626 | 0.000000e+00 |      --      |    Inf 
485.40/485.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.40/485.53	c   486s|200400 |   114 |  3410k|  17.0 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 | 112k|8628 | 0.000000e+00 |      --      |    Inf 
485.71/485.80	c   486s|200500 |   117 |  3412k|  17.0 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 112k|8634 | 0.000000e+00 |      --      |    Inf 
485.91/486.09	c   486s|200600 |   113 |  3414k|  17.0 |  11M|  55 |  42 | 231 |9909 | 231 |2453 |  17 | 112k|8643 | 0.000000e+00 |      --      |    Inf 
486.20/486.32	c   486s|200700 |   111 |  3415k|  17.0 |  11M|  55 |  39 | 231 |9798 | 231 |2453 |  17 | 112k|8643 | 0.000000e+00 |      --      |    Inf 
486.41/486.59	c   487s|200800 |   109 |  3417k|  17.0 |  11M|  55 |   - | 231 |9738 | 231 |2453 |  17 | 112k|8650 | 0.000000e+00 |      --      |    Inf 
486.61/486.78	c   487s|200900 |   112 |  3419k|  17.0 |  11M|  55 |  30 | 231 |9737 | 231 |2453 |  17 | 112k|8650 | 0.000000e+00 |      --      |    Inf 
486.91/487.03	c   487s|201000 |   111 |  3420k|  17.0 |  11M|  55 |  27 | 231 |9791 | 231 |2453 |  17 | 112k|8657 | 0.000000e+00 |      --      |    Inf 
487.11/487.25	c   487s|201100 |   111 |  3422k|  17.0 |  11M|  55 |   - | 231 |9823 | 231 |2453 |  17 | 112k|8657 | 0.000000e+00 |      --      |    Inf 
487.40/487.51	c   488s|201200 |   112 |  3424k|  17.0 |  11M|  55 |  29 | 231 |9881 | 231 |2453 |  17 | 112k|8663 | 0.000000e+00 |      --      |    Inf 
487.61/487.77	c   488s|201300 |   108 |  3426k|  17.0 |  11M|  55 |  50 | 231 |9932 | 231 |2453 |  17 | 112k|8666 | 0.000000e+00 |      --      |    Inf 
487.91/488.04	c   488s|201400 |   106 |  3428k|  17.0 |  11M|  55 |   - | 231 |9819 | 231 |2453 |  17 | 112k|8672 | 0.000000e+00 |      --      |    Inf 
488.10/488.30	c   488s|201500 |   112 |  3430k|  17.0 |  11M|  55 |  22 | 231 |9806 | 231 |2453 |  17 | 113k|8675 | 0.000000e+00 |      --      |    Inf 
488.41/488.56	c   489s|201600 |   106 |  3432k|  17.0 |  11M|  55 |  48 | 231 |9773 | 231 |2453 |  17 | 113k|8680 | 0.000000e+00 |      --      |    Inf 
488.70/488.87	c   489s|201700 |   108 |  3434k|  17.0 |  11M|  55 |   - | 231 |9679 | 231 |2453 |  17 | 113k|8684 | 0.000000e+00 |      --      |    Inf 
489.01/489.14	c   489s|201800 |   106 |  3436k|  17.0 |  11M|  55 |  35 | 231 |9654 | 231 |2453 |  17 | 113k|8694 | 0.000000e+00 |      --      |    Inf 
489.20/489.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.20/489.39	c   489s|201900 |   108 |  3437k|  17.0 |  11M|  55 |  41 | 231 |9624 | 231 |2453 |  17 | 113k|8694 | 0.000000e+00 |      --      |    Inf 
489.51/489.65	c   490s|202000 |   106 |  3439k|  17.0 |  11M|  55 |   - | 231 |9662 | 231 |2453 |  17 | 113k|8699 | 0.000000e+00 |      --      |    Inf 
489.80/489.90	c   490s|202100 |   106 |  3441k|  17.0 |  11M|  55 |   - | 231 |9692 | 231 |2453 |  17 | 113k|8703 | 0.000000e+00 |      --      |    Inf 
490.00/490.13	c   490s|202200 |   108 |  3443k|  17.0 |  11M|  55 |  39 | 231 |9674 | 231 |2453 |  17 | 113k|8708 | 0.000000e+00 |      --      |    Inf 
490.21/490.38	c   490s|202300 |   111 |  3444k|  17.0 |  11M|  55 |   - | 231 |9690 | 231 |2453 |  17 | 113k|8713 | 0.000000e+00 |      --      |    Inf 
490.41/490.58	c   491s|202400 |   111 |  3446k|  17.0 |  11M|  55 |  20 | 231 |9704 | 231 |2453 |  17 | 113k|8715 | 0.000000e+00 |      --      |    Inf 
490.70/490.85	c   491s|202500 |   105 |  3448k|  17.0 |  11M|  55 |   - | 231 |9749 | 231 |2453 |  17 | 113k|8721 | 0.000000e+00 |      --      |    Inf 
490.91/491.05	c   491s|202600 |   107 |  3449k|  17.0 |  11M|  55 |  41 | 231 |9777 | 231 |2453 |  17 | 113k|8725 | 0.000000e+00 |      --      |    Inf 
491.10/491.26	c   491s|202700 |   107 |  3450k|  17.0 |  11M|  55 |   - | 231 |9830 | 231 |2453 |  17 | 113k|8730 | 0.000000e+00 |      --      |    Inf 
491.31/491.46	c   491s|202800 |   110 |  3452k|  17.0 |  11M|  55 |  24 | 231 |9876 | 231 |2453 |  17 | 113k|8733 | 0.000000e+00 |      --      |    Inf 
491.51/491.66	c   492s|202900 |   114 |  3453k|  17.0 |  11M|  55 |   - | 231 |9898 | 231 |2453 |  17 | 113k|8737 | 0.000000e+00 |      --      |    Inf 
491.71/491.88	c   492s|203000 |   114 |  3455k|  17.0 |  11M|  55 |  18 | 231 |9929 | 231 |2453 |  17 | 113k|8740 | 0.000000e+00 |      --      |    Inf 
492.01/492.12	c   492s|203100 |   110 |  3456k|  17.0 |  11M|  55 |   - | 231 |9981 | 231 |2453 |  17 | 113k|8745 | 0.000000e+00 |      --      |    Inf 
492.21/492.36	c   492s|203200 |   114 |  3458k|  17.0 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 | 113k|8752 | 0.000000e+00 |      --      |    Inf 
492.50/492.61	c   493s|203300 |   114 |  3460k|  17.0 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 | 113k|8756 | 0.000000e+00 |      --      |    Inf 
492.72/492.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.72/492.87	c   493s|203400 |   112 |  3462k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8758 | 0.000000e+00 |      --      |    Inf 
493.00/493.11	c   493s|203500 |   115 |  3464k|  17.0 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 | 114k|8761 | 0.000000e+00 |      --      |    Inf 
493.21/493.32	c   493s|203600 |   117 |  3465k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8762 | 0.000000e+00 |      --      |    Inf 
493.41/493.52	c   494s|203700 |   111 |  3467k|  17.0 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 114k|8763 | 0.000000e+00 |      --      |    Inf 
493.50/493.69	c   494s|203800 |   113 |  3468k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
493.82/493.90	c   494s|203900 |   114 |  3470k|  17.0 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
493.91/494.09	c   494s|204000 |   112 |  3471k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
494.20/494.32	c   494s|204100 |   112 |  3473k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
494.41/494.54	c   495s|204200 |   116 |  3475k|  17.0 |  11M|  55 |  25 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
494.61/494.74	c   495s|204300 |   117 |  3476k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
494.81/494.93	c   495s|204400 |   115 |  3478k|  17.0 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.00/495.13	c   495s|204500 |   112 |  3479k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.21/495.32	c   495s|204600 |   112 |  3481k|  17.0 |  11M|  55 |  34 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.41/495.51	c   496s|204700 |   112 |  3482k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.51/495.68	c   496s|204800 |   113 |  3483k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.70/495.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.70/495.86	c   496s|204900 |   118 |  3485k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
495.91/496.06	c   496s|205000 |   111 |  3486k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
496.21/496.30	c   496s|205100 |   113 |  3488k|  17.0 |  11M|  55 |  23 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
496.40/496.50	c   497s|205200 |   110 |  3490k|  17.0 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
496.61/496.75	c   497s|205300 |   112 |  3492k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 114k|8764 | 0.000000e+00 |      --      |    Inf 
496.91/497.02	c   497s|205400 |   108 |  3494k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
497.11/497.27	c   497s|205500 |   109 |  3496k|  17.0 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
497.41/497.52	c   498s|205600 |   111 |  3498k|  17.0 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
497.60/497.77	c   498s|205700 |   111 |  3500k|  17.0 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
497.90/498.03	c   498s|205800 |   109 |  3502k|  17.0 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
498.11/498.27	c   498s|205900 |   113 |  3504k|  17.0 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
498.41/498.52	c   499s|206000 |   115 |  3506k|  17.0 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
498.60/498.78	c   499s|206100 |   109 |  3508k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
498.91/499.05	c   499s|206200 |   109 |  3510k|  17.0 |  11M|  55 |  41 | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
499.11/499.30	c   499s|206300 |   110 |  3512k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
499.40/499.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.40/499.55	c   500s|206400 |   112 |  3514k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
499.71/499.80	c   500s|206500 |   116 |  3516k|  17.0 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
499.91/500.06	c   500s|206600 |   114 |  3518k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
500.20/500.33	c   500s|206700 |   114 |  3520k|  17.0 |  11M|  55 |  37 | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
500.51/500.60	c   501s|206800 |   118 |  3523k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
500.71/500.88	c   501s|206900 |   118 |  3525k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
501.11/501.20	c   501s|207000 |   120 |  3528k|  17.0 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
501.31/501.49	c   501s|207100 |   114 |  3530k|  17.0 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
501.60/501.78	c   502s|207200 |   108 |  3532k|  17.1 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 115k|8764 | 0.000000e+00 |      --      |    Inf 
501.90/502.06	c   502s|207300 |   106 |  3535k|  17.1 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 116k|8764 | 0.000000e+00 |      --      |    Inf 
502.20/502.32	c   502s|207400 |   106 |  3537k|  17.1 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 116k|8764 | 0.000000e+00 |      --      |    Inf 
502.51/502.61	c   503s|207500 |   104 |  3539k|  17.1 |  11M|  55 |  43 | 231 |  11k| 231 |2453 |  17 | 116k|8764 | 0.000000e+00 |      --      |    Inf 
502.70/502.84	c   503s|207600 |   104 |  3541k|  17.1 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 116k|8764 | 0.000000e+00 |      --      |    Inf 
502.90/503.09	c   503s|207700 |   106 |  3543k|  17.1 |  11M|  55 |  18 | 231 |  11k| 231 |2453 |  17 | 116k|8766 | 0.000000e+00 |      --      |    Inf 
503.20/503.34	c   503s|207800 |   100 |  3544k|  17.1 |  11M|  55 |  48 | 231 |  11k| 231 |2453 |  17 | 116k|8775 | 0.000000e+00 |      --      |    Inf 
503.50/503.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.50/503.60	c   504s|207900 |   100 |  3546k|  17.1 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 | 116k|8775 | 0.000000e+00 |      --      |    Inf 
503.81/503.91	c   504s|208000 |    98 |  3548k|  17.1 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 116k|8788 | 0.000000e+00 |      --      |    Inf 
504.01/504.17	c   504s|208100 |    98 |  3550k|  17.1 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 | 116k|8788 | 0.000000e+00 |      --      |    Inf 
504.30/504.40	c   504s|208200 |   100 |  3552k|  17.1 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 | 116k|8788 | 0.000000e+00 |      --      |    Inf 
504.50/504.65	c   505s|208300 |    96 |  3553k|  17.1 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 | 116k|8794 | 0.000000e+00 |      --      |    Inf 
504.81/504.93	c   505s|208400 |    94 |  3555k|  17.1 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 | 116k|8800 | 0.000000e+00 |      --      |    Inf 
505.00/505.16	c   505s|208500 |    94 |  3557k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 116k|8800 | 0.000000e+00 |      --      |    Inf 
505.31/505.43	c   505s|208600 |    90 |  3559k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 116k|8809 | 0.000000e+00 |      --      |    Inf 
505.50/505.66	c   506s|208700 |    90 |  3561k|  17.1 |  11M|  58 |   - | 231 |  10k|   0 |   0 |  17 | 116k|8809 | 0.000000e+00 |      --      |    Inf 
505.70/505.90	c   506s|208800 |    89 |  3563k|  17.1 |  11M|  58 |  45 | 231 |  10k| 231 |2453 |  17 | 116k|8811 | 0.000000e+00 |      --      |    Inf 
506.01/506.14	c   506s|208900 |    89 |  3564k|  17.1 |  11M|  58 |  31 | 231 |  10k| 231 |2453 |  17 | 116k|8820 | 0.000000e+00 |      --      |    Inf 
506.20/506.39	c   506s|209000 |    91 |  3566k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 116k|8820 | 0.000000e+00 |      --      |    Inf 
506.50/506.65	c   507s|209100 |    91 |  3568k|  17.1 |  11M|  58 |  48 | 231 |  10k| 231 |2453 |  17 | 116k|8827 | 0.000000e+00 |      --      |    Inf 
506.80/506.90	c   507s|209200 |    95 |  3570k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8827 | 0.000000e+00 |      --      |    Inf 
507.01/507.18	c   507s|209300 |    95 |  3572k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8833 | 0.000000e+00 |      --      |    Inf 
507.30/507.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.30/507.43	c   507s|209400 |    91 |  3573k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8841 | 0.000000e+00 |      --      |    Inf 
507.50/507.66	c   508s|209500 |    89 |  3575k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8841 | 0.000000e+00 |      --      |    Inf 
507.80/507.92	c   508s|209600 |    88 |  3577k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8846 | 0.000000e+00 |      --      |    Inf 
508.00/508.18	c   508s|209700 |    87 |  3579k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8848 | 0.000000e+00 |      --      |    Inf 
508.31/508.49	c   508s|209800 |    85 |  3581k|  17.1 |  11M|  58 |  40 | 231 |  10k| 231 |2453 |  17 | 117k|8859 | 0.000000e+00 |      --      |    Inf 
508.60/508.71	c   509s|209900 |    82 |  3583k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8859 | 0.000000e+00 |      --      |    Inf 
508.81/508.99	c   509s|210000 |    85 |  3584k|  17.1 |  11M|  58 |  40 | 231 |  10k| 231 |2453 |  17 | 117k|8868 | 0.000000e+00 |      --      |    Inf 
509.11/509.23	c   509s|210100 |    79 |  3586k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8868 | 0.000000e+00 |      --      |    Inf 
509.30/509.49	c   509s|210200 |    83 |  3588k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 117k|8871 | 0.000000e+00 |      --      |    Inf 
509.60/509.75	c   510s|210300 |    83 |  3590k|  17.1 |  11M|  58 |   - | 231 |9954 |   0 |   0 |  17 | 117k|8876 | 0.000000e+00 |      --      |    Inf 
509.90/510.03	c   510s|210400 |    85 |  3592k|  17.1 |  11M|  58 |   - | 231 |9796 | 231 |2453 |  17 | 117k|8882 | 0.000000e+00 |      --      |    Inf 
510.21/510.35	c   510s|210500 |    81 |  3594k|  17.1 |  11M|  58 |   - | 231 |9711 | 231 |2453 |  17 | 117k|8891 | 0.000000e+00 |      --      |    Inf 
510.50/510.61	c   511s|210600 |    77 |  3596k|  17.1 |  10M|  58 |   - | 231 |9656 | 231 |2453 |  17 | 117k|8891 | 0.000000e+00 |      --      |    Inf 
510.70/510.87	c   511s|210700 |    77 |  3598k|  17.1 |  10M|  58 |  30 | 231 |9604 | 231 |2453 |  17 | 117k|8896 | 0.000000e+00 |      --      |    Inf 
511.01/511.12	c   511s|210800 |    73 |  3600k|  17.1 |  10M|  58 |  50 | 231 |9482 | 231 |2453 |  17 | 118k|8902 | 0.000000e+00 |      --      |    Inf 
511.21/511.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.21/511.37	c   511s|210900 |    75 |  3601k|  17.1 |  10M|  58 |  50 | 231 |9476 | 231 |2453 |  17 | 118k|8905 | 0.000000e+00 |      --      |    Inf 
511.50/511.63	c   512s|211000 |    79 |  3603k|  17.1 |  10M|  58 |  36 | 231 |9459 | 231 |2453 |  17 | 118k|8910 | 0.000000e+00 |      --      |    Inf 
511.70/511.87	c   512s|211100 |    79 |  3605k|  17.1 |  10M|  58 |  40 | 231 |9492 | 231 |2453 |  17 | 118k|8913 | 0.000000e+00 |      --      |    Inf 
512.00/512.10	c   512s|211200 |    76 |  3607k|  17.1 |  10M|  58 |  39 | 231 |9523 | 231 |2453 |  17 | 118k|8916 | 0.000000e+00 |      --      |    Inf 
512.20/512.34	c   512s|211300 |    78 |  3608k|  17.1 |  10M|  58 |  41 | 231 |9547 | 231 |2453 |  17 | 118k|8920 | 0.000000e+00 |      --      |    Inf 
512.41/512.59	c   513s|211400 |    74 |  3610k|  17.1 |  10M|  58 |   - | 231 |9585 | 231 |2453 |  17 | 118k|8926 | 0.000000e+00 |      --      |    Inf 
512.70/512.84	c   513s|211500 |    74 |  3612k|  17.1 |  10M|  58 |  37 | 231 |9565 | 231 |2453 |  17 | 118k|8930 | 0.000000e+00 |      --      |    Inf 
513.01/513.14	c   513s|211600 |    72 |  3614k|  17.1 |  10M|  58 |   - | 231 |9559 | 231 |2453 |  17 | 118k|8934 | 0.000000e+00 |      --      |    Inf 
513.20/513.39	c   513s|211700 |    72 |  3616k|  17.1 |  10M|  58 |   - | 231 |9563 | 231 |2453 |  17 | 118k|8939 | 0.000000e+00 |      --      |    Inf 
513.51/513.64	c   514s|211800 |    72 |  3618k|  17.1 |  10M|  58 |  35 | 231 |9544 | 231 |2453 |  17 | 118k|8943 | 0.000000e+00 |      --      |    Inf 
513.70/513.85	c   514s|211900 |    67 |  3619k|  17.1 |  10M|  58 |   - | 231 |9553 | 231 |2453 |  17 | 118k|8945 | 0.000000e+00 |      --      |    Inf 
514.01/514.11	c   514s|212000 |    67 |  3621k|  17.1 |  10M|  58 |  36 | 231 |9511 | 231 |2453 |  17 | 118k|8949 | 0.000000e+00 |      --      |    Inf 
514.20/514.36	c   514s|212100 |    67 |  3623k|  17.1 |  10M|  58 |  32 | 231 |9486 | 231 |2453 |  17 | 118k|8953 | 0.000000e+00 |      --      |    Inf 
514.40/514.57	c   515s|212200 |    67 |  3624k|  17.1 |  10M|  58 |  39 | 231 |9518 | 231 |2453 |  17 | 118k|8953 | 0.000000e+00 |      --      |    Inf 
514.71/514.82	c   515s|212300 |    67 |  3626k|  17.1 |  10M|  58 |  42 | 231 |9547 | 231 |2453 |  17 | 118k|8955 | 0.000000e+00 |      --      |    Inf 
514.90/515.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.90/515.09	c   515s|212400 |    65 |  3628k|  17.1 |  10M|  58 |   - | 231 |9569 | 231 |2453 |  17 | 118k|8956 | 0.000000e+00 |      --      |    Inf 
515.20/515.34	c   515s|212500 |    63 |  3630k|  17.1 |  10M|  58 |   - | 231 |9619 | 231 |2453 |  17 | 118k|8956 | 0.000000e+00 |      --      |    Inf 
515.40/515.56	c   516s|212600 |    64 |  3632k|  17.1 |  10M|  58 |   - | 231 |9522 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
515.61/515.78	c   516s|212700 |    63 |  3633k|  17.1 |  10M|  58 |  38 | 231 |9457 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
515.90/516.00	c   516s|212800 |    62 |  3635k|  17.1 |  10M|  58 |   - | 231 |9480 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
516.11/516.21	c   516s|212900 |    62 |  3637k|  17.1 |  10M|  58 |   - | 231 |9495 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
516.30/516.43	c   516s|213000 |    60 |  3638k|  17.1 |  10M|  58 |   - | 231 |9529 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
516.50/516.64	c   517s|213100 |    60 |  3640k|  17.1 |  10M|  58 |  31 | 231 |9566 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
516.70/516.87	c   517s|213200 |    62 |  3642k|  17.1 |  10M|  58 |   - | 231 |9608 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
516.91/517.07	c   517s|213300 |    61 |  3643k|  17.1 |  10M|  58 |   - | 231 |9645 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
517.20/517.31	c   517s|213400 |    58 |  3645k|  17.1 |  10M|  58 |  26 | 231 |9612 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
517.40/517.52	c   518s|213500 |    58 |  3646k|  17.1 |  10M|  58 |  26 | 231 |9605 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
517.60/517.73	c   518s|213600 |    54 |  3648k|  17.1 |  10M|  58 |   - | 231 |9582 |   0 |   0 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
517.80/517.95	c   518s|213700 |    52 |  3650k|  17.1 |  10M|  58 |   - | 231 |9568 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
518.01/518.18	c   518s|213800 |    50 |  3651k|  17.1 |  10M|  58 |  38 | 231 |9468 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
518.20/518.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.20/518.39	c   518s|213900 |    48 |  3653k|  17.1 |  10M|  58 |   - | 231 |9404 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
518.50/518.61	c   519s|214000 |    54 |  3654k|  17.1 |  10M|  58 |  26 | 231 |9395 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
518.70/518.81	c   519s|214100 |    56 |  3656k|  17.1 |  10M|  58 |  16 | 231 |9438 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
518.90/519.04	c   519s|214200 |    52 |  3658k|  17.1 |  10M|  58 |   - | 231 |9457 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
519.10/519.26	c   519s|214300 |    53 |  3659k|  17.1 |  10M|  58 |  19 | 231 |9460 | 231 |2453 |  17 | 119k|8957 | 0.000000e+00 |      --      |    Inf 
519.40/519.50	c   520s|214400 |    51 |  3661k|  17.1 |  10M|  58 |  41 | 231 |9456 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
519.60/519.73	c   520s|214500 |    53 |  3663k|  17.1 |  10M|  58 |  23 | 231 |9464 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
519.81/519.97	c   520s|214600 |    53 |  3665k|  17.1 |  10M|  58 |  39 | 231 |9472 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
520.00/520.20	c   520s|214700 |    51 |  3666k|  17.1 |  10M|  58 |   - | 231 |9474 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
520.31/520.45	c   520s|214800 |    53 |  3668k|  17.1 |  10M|  58 |  21 | 231 |9516 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
520.51/520.69	c   521s|214900 |    53 |  3670k|  17.1 |  10M|  58 |  41 | 231 |9565 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
520.80/520.92	c   521s|215000 |    53 |  3672k|  17.1 |  10M|  58 |  41 | 231 |9585 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
521.01/521.17	c   521s|215100 |    51 |  3674k|  17.1 |  10M|  58 |  36 | 231 |9588 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
521.31/521.43	c   521s|215200 |    48 |  3676k|  17.1 |  10M|  58 |   - | 231 |9592 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
521.50/521.68	c   522s|215300 |    50 |  3678k|  17.1 |  10M|  58 |  39 | 231 |9629 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
521.80/521.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.80/521.91	c   522s|215400 |    52 |  3680k|  17.1 |  10M|  58 |  34 | 231 |9655 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
522.00/522.16	c   522s|215500 |    50 |  3682k|  17.1 |  10M|  58 |   - | 231 |9655 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
522.30/522.41	c   522s|215600 |    54 |  3684k|  17.1 |  10M|  58 |   - | 231 |9661 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
522.51/522.63	c   523s|215700 |    54 |  3685k|  17.1 |  10M|  58 |  39 | 231 |9703 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
522.70/522.86	c   523s|215800 |    54 |  3687k|  17.1 |  10M|  58 |  46 | 231 |9710 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
523.00/523.10	c   523s|215900 |    54 |  3689k|  17.1 |  10M|  58 |   - | 231 |9724 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
523.20/523.33	c   523s|216000 |    51 |  3691k|  17.1 |  10M|  58 |   - | 231 |9734 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
523.41/523.60	c   524s|216100 |    48 |  3693k|  17.1 |  10M|  58 |   - | 231 |9742 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
523.70/523.84	c   524s|216200 |    44 |  3695k|  17.1 |  10M|  58 |   - | 231 |9762 | 231 |2453 |  17 | 120k|8957 | 0.000000e+00 |      --      |    Inf 
523.90/524.08	c   524s|216300 |    46 |  3697k|  17.1 |  10M|  58 |  31 | 231 |9702 | 231 |2453 |  17 | 121k|8957 | 0.000000e+00 |      --      |    Inf 
524.10/524.29	c   524s|216400 |    46 |  3698k|  17.1 |  10M|  58 |  29 | 231 |9643 | 231 |2453 |  17 | 121k|8957 | 0.000000e+00 |      --      |    Inf 
524.40/524.52	c   525s|216500 |    46 |  3700k|  17.1 |  10M|  58 |  32 | 231 |9637 | 231 |2453 |  17 | 121k|8957 | 0.000000e+00 |      --      |    Inf 
524.60/524.75	c   525s|216600 |    43 |  3702k|  17.1 |  10M|  58 |   - | 231 |9641 | 231 |2453 |  17 | 121k|8957 | 0.000000e+00 |      --      |    Inf 
524.91/525.01	c   525s|216700 |    45 |  3704k|  17.1 |  10M|  58 |   - | 231 |9594 | 231 |2453 |  17 | 121k|8957 | 0.000000e+00 |      --      |    Inf 
525.10/525.26	c   525s|216800 |    47 |  3706k|  17.1 |  10M|  58 |  27 | 231 |9604 | 231 |2453 |  17 | 121k|8964 | 0.000000e+00 |      --      |    Inf 
525.40/525.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.40/525.55	c   526s|216900 |    44 |  3708k|  17.1 |  10M|  58 |  52 | 231 |9596 | 231 |2453 |  17 | 121k|8977 | 0.000000e+00 |      --      |    Inf 
525.61/525.76	c   526s|217000 |    45 |  3709k|  17.1 |  10M|  58 |   - | 231 |9609 |   0 |   0 |  17 | 121k|8977 | 0.000000e+00 |      --      |    Inf 
525.80/525.96	c   526s|217100 |    43 |  3711k|  17.1 |  10M|  58 |   - | 231 |9646 | 231 |2453 |  17 | 121k|8977 | 0.000000e+00 |      --      |    Inf 
526.10/526.23	c   526s|217200 |    45 |  3712k|  17.1 |  10M|  58 |  24 | 231 |9657 | 231 |2453 |  17 | 121k|8986 | 0.000000e+00 |      --      |    Inf 
526.30/526.48	c   526s|217300 |    45 |  3715k|  17.1 |  10M|  58 |  38 | 231 |9655 | 231 |2453 |  17 | 121k|8986 | 0.000000e+00 |      --      |    Inf 
526.60/526.78	c   527s|217400 |    43 |  3717k|  17.1 |  10M|  58 |   - | 231 |9654 | 231 |2453 |  17 | 121k|8992 | 0.000000e+00 |      --      |    Inf 
527.00/527.11	c   527s|217500 |    44 |  3719k|  17.1 |  10M|  58 |  36 | 231 |9642 | 231 |2453 |  17 | 121k|9003 | 0.000000e+00 |      --      |    Inf 
527.20/527.35	c   527s|217600 |    47 |  3721k|  17.1 |  10M|  58 |  18 | 231 |9659 | 231 |2453 |  17 | 121k|9003 | 0.000000e+00 |      --      |    Inf 
527.50/527.60	c   528s|217700 |    42 |  3723k|  17.1 |  10M|  58 |  32 | 231 |9648 | 231 |2453 |  17 | 121k|9003 | 0.000000e+00 |      --      |    Inf 
527.71/527.85	c   528s|217800 |    43 |  3725k|  17.1 |  10M|  58 |  33 | 231 |9669 | 231 |2453 |  17 | 121k|9004 | 0.000000e+00 |      --      |    Inf 
528.00/528.12	c   528s|217900 |    40 |  3727k|  17.1 |  10M|  58 |   - | 231 |9673 | 231 |2453 |  17 | 121k|9011 | 0.000000e+00 |      --      |    Inf 
528.20/528.35	c   528s|218000 |    42 |  3729k|  17.1 |  10M|  58 |  34 | 231 |9666 | 231 |2453 |  17 | 121k|9011 | 0.000000e+00 |      --      |    Inf 
528.50/528.62	c   529s|218100 |    40 |  3731k|  17.1 |  10M|  58 |   - | 231 |9713 | 231 |2453 |  17 | 121k|9019 | 0.000000e+00 |      --      |    Inf 
528.70/528.84	c   529s|218200 |    42 |  3732k|  17.1 |  10M|  58 |   - | 231 |9684 | 231 |2453 |  17 | 121k|9019 | 0.000000e+00 |      --      |    Inf 
528.91/529.09	c   529s|218300 |    44 |  3734k|  17.1 |  10M|  58 |  34 | 231 |9713 | 231 |2453 |  17 | 122k|9027 | 0.000000e+00 |      --      |    Inf 
529.20/529.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
529.20/529.32	c   529s|218400 |    47 |  3736k|  17.1 |  10M|  58 |  37 | 231 |9670 | 231 |2453 |  17 | 122k|9033 | 0.000000e+00 |      --      |    Inf 
529.41/529.52	c   530s|218500 |    41 |  3737k|  17.1 |  10M|  58 |   - | 231 |9719 | 231 |2453 |  17 | 122k|9033 | 0.000000e+00 |      --      |    Inf 
529.60/529.76	c   530s|218600 |    43 |  3739k|  17.1 |  10M|  58 |  28 | 231 |9741 | 231 |2453 |  17 | 122k|9039 | 0.000000e+00 |      --      |    Inf 
529.80/529.98	c   530s|218700 |    45 |  3740k|  17.1 |  10M|  58 |  30 | 231 |9781 | 231 |2453 |  17 | 122k|9039 | 0.000000e+00 |      --      |    Inf 
530.11/530.23	c   530s|218800 |    42 |  3742k|  17.1 |  10M|  58 |  33 | 231 |9828 | 231 |2453 |  17 | 122k|9048 | 0.000000e+00 |      --      |    Inf 
530.30/530.46	c   530s|218900 |    44 |  3744k|  17.1 |  10M|  58 |  14 | 231 |9880 | 231 |2453 |  17 | 122k|9048 | 0.000000e+00 |      --      |    Inf 
530.60/530.71	c   531s|219000 |    46 |  3746k|  17.1 |  10M|  58 |   - | 231 |9929 | 231 |2453 |  17 | 122k|9056 | 0.000000e+00 |      --      |    Inf 
530.80/530.92	c   531s|219100 |    43 |  3747k|  17.1 |  10M|  58 |  36 | 231 |9984 | 231 |2453 |  17 | 122k|9056 | 0.000000e+00 |      --      |    Inf 
531.00/531.18	c   531s|219200 |    41 |  3749k|  17.1 |  10M|  58 |  35 | 231 |  10k| 231 |2453 |  17 | 122k|9062 | 0.000000e+00 |      --      |    Inf 
531.30/531.44	c   531s|219300 |    40 |  3751k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 122k|9065 | 0.000000e+00 |      --      |    Inf 
531.50/531.68	c   532s|219400 |    40 |  3753k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 122k|9069 | 0.000000e+00 |      --      |    Inf 
531.80/531.93	c   532s|219500 |    40 |  3755k|  17.1 |  11M|  58 |  32 | 231 |  10k| 231 |2453 |  17 | 122k|9073 | 0.000000e+00 |      --      |    Inf 
532.00/532.19	c   532s|219600 |    43 |  3757k|  17.1 |  11M|  58 |  29 | 231 |  10k| 231 |2453 |  17 | 122k|9078 | 0.000000e+00 |      --      |    Inf 
532.30/532.45	c   532s|219700 |    46 |  3759k|  17.1 |  11M|  58 |  34 | 231 |  10k| 231 |2453 |  17 | 122k|9082 | 0.000000e+00 |      --      |    Inf 
532.60/532.73	c   533s|219800 |    42 |  3761k|  17.1 |  11M|  58 |  41 | 231 |  10k| 231 |2453 |  17 | 122k|9089 | 0.000000e+00 |      --      |    Inf 
532.80/532.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.80/532.99	c   533s|219900 |    39 |  3763k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 122k|9092 | 0.000000e+00 |      --      |    Inf 
533.10/533.24	c   533s|220000 |    42 |  3765k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 122k|9096 | 0.000000e+00 |      --      |    Inf 
533.41/533.52	c   534s|220100 |    49 |  3767k|  17.1 |  11M|  58 |  35 | 231 |  10k| 231 |2453 |  17 | 123k|9101 | 0.000000e+00 |      --      |    Inf 
533.60/533.73	c   534s|220200 |    49 |  3768k|  17.1 |  11M|  58 |  12 | 231 |  10k| 231 |2453 |  17 | 123k|9104 | 0.000000e+00 |      --      |    Inf 
533.80/533.96	c   534s|220300 |    48 |  3770k|  17.1 |  11M|  58 |  29 | 231 |  10k| 231 |2453 |  17 | 123k|9111 | 0.000000e+00 |      --      |    Inf 
534.10/534.22	c   534s|220400 |    46 |  3772k|  17.1 |  11M|  58 |  19 | 231 |  10k| 231 |2453 |  17 | 123k|9114 | 0.000000e+00 |      --      |    Inf 
534.30/534.47	c   534s|220500 |    44 |  3773k|  17.1 |  11M|  58 |   - | 231 |  10k|   0 |   0 |  17 | 123k|9118 | 0.000000e+00 |      --      |    Inf 
534.61/534.72	c   535s|220600 |    43 |  3775k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 123k|9123 | 0.000000e+00 |      --      |    Inf 
534.80/534.97	c   535s|220700 |    44 |  3777k|  17.1 |  11M|  58 |  27 | 231 |  10k| 231 |2453 |  17 | 123k|9126 | 0.000000e+00 |      --      |    Inf 
535.10/535.23	c   535s|220800 |    43 |  3779k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 123k|9131 | 0.000000e+00 |      --      |    Inf 
535.30/535.45	c   535s|220900 |    45 |  3781k|  17.1 |  11M|  58 |  34 | 231 |  10k| 231 |2453 |  17 | 123k|9131 | 0.000000e+00 |      --      |    Inf 
535.50/535.68	c   536s|221000 |    45 |  3782k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 123k|9134 | 0.000000e+00 |      --      |    Inf 
535.80/535.91	c   536s|221100 |    43 |  3784k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 123k|9138 | 0.000000e+00 |      --      |    Inf 
536.00/536.10	c   536s|221200 |    45 |  3786k|  17.1 |  11M|  58 |  25 | 231 |  10k| 231 |2453 |  17 | 123k|9138 | 0.000000e+00 |      --      |    Inf 
536.20/536.30	c   536s|221300 |    46 |  3787k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 123k|9138 | 0.000000e+00 |      --      |    Inf 
536.40/536.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.40/536.51	c   537s|221400 |    50 |  3789k|  17.1 |  11M|  58 |  27 | 231 |  11k| 231 |2453 |  17 | 123k|9140 | 0.000000e+00 |      --      |    Inf 
536.61/536.72	c   537s|221500 |    50 |  3790k|  17.1 |  11M|  58 |  33 | 231 |  11k| 231 |2453 |  17 | 123k|9140 | 0.000000e+00 |      --      |    Inf 
536.80/536.93	c   537s|221600 |    50 |  3792k|  17.1 |  11M|  58 |  25 | 231 |  11k| 231 |2453 |  17 | 123k|9142 | 0.000000e+00 |      --      |    Inf 
537.00/537.15	c   537s|221700 |    46 |  3793k|  17.1 |  11M|  58 |  28 | 231 |  11k| 231 |2453 |  17 | 123k|9142 | 0.000000e+00 |      --      |    Inf 
537.20/537.31	c   537s|221800 |    45 |  3795k|  17.1 |  11M|  58 |  33 | 231 |  11k| 231 |2453 |  17 | 123k|9144 | 0.000000e+00 |      --      |    Inf 
537.39/537.53	c   538s|221900 |    47 |  3796k|  17.1 |  11M|  58 |  25 | 231 |  11k| 231 |2453 |  17 | 124k|9144 | 0.000000e+00 |      --      |    Inf 
537.60/537.78	c   538s|222000 |    44 |  3798k|  17.1 |  11M|  58 |  39 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
537.81/537.99	c   538s|222100 |    43 |  3800k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
538.09/538.21	c   538s|222200 |    45 |  3802k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
538.30/538.47	c   538s|222300 |    48 |  3803k|  17.1 |  11M|  58 |  31 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
538.50/538.67	c   539s|222400 |    46 |  3805k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
538.70/538.90	c   539s|222500 |    45 |  3807k|  17.1 |  11M|  58 |  38 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
539.00/539.14	c   539s|222600 |    45 |  3809k|  17.1 |  11M|  58 |  38 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
539.20/539.38	c   539s|222700 |    44 |  3811k|  17.1 |  11M|  58 |  44 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
539.50/539.64	c   540s|222800 |    45 |  3813k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
539.69/539.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.69/539.89	c   540s|222900 |    43 |  3815k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
539.91/540.09	c   540s|223000 |    46 |  3816k|  17.1 |  11M|  58 |  35 | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
540.20/540.33	c   540s|223100 |    45 |  3818k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9145 | 0.000000e+00 |      --      |    Inf 
540.40/540.56	c   541s|223200 |    40 |  3820k|  17.1 |  11M|  58 |  31 | 231 |  11k| 231 |2453 |  17 | 124k|9146 | 0.000000e+00 |      --      |    Inf 
540.60/540.78	c   541s|223300 |    44 |  3821k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9146 | 0.000000e+00 |      --      |    Inf 
540.90/541.04	c   541s|223400 |    43 |  3824k|  17.1 |  11M|  58 |   - | 231 |  11k|   0 |   0 |  17 | 124k|9146 | 0.000000e+00 |      --      |    Inf 
541.20/541.32	c   541s|223500 |    44 |  3826k|  17.1 |  11M|  58 |  37 | 231 |  11k| 231 |2453 |  17 | 124k|9146 | 0.000000e+00 |      --      |    Inf 
541.40/541.59	c   542s|223600 |    39 |  3828k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 124k|9146 | 0.000000e+00 |      --      |    Inf 
541.70/541.85	c   542s|223700 |    37 |  3830k|  17.1 |  11M|  58 |   - | 231 |  11k|   0 |   0 |  17 | 124k|9147 | 0.000000e+00 |      --      |    Inf 
542.00/542.10	c   542s|223800 |    40 |  3832k|  17.1 |  11M|  58 |  19 | 231 |  11k| 231 |2453 |  17 | 125k|9147 | 0.000000e+00 |      --      |    Inf 
542.20/542.34	c   542s|223900 |    38 |  3834k|  17.1 |  11M|  58 |  36 | 231 |  11k| 231 |2453 |  17 | 125k|9147 | 0.000000e+00 |      --      |    Inf 
542.39/542.58	c   543s|224000 |    36 |  3836k|  17.1 |  11M|  58 |  50 | 231 |  11k| 231 |2453 |  17 | 125k|9147 | 0.000000e+00 |      --      |    Inf 
542.70/542.83	c   543s|224100 |    36 |  3838k|  17.1 |  11M|  58 |  16 | 231 |  11k| 231 |2453 |  17 | 125k|9147 | 0.000000e+00 |      --      |    Inf 
542.90/543.07	c   543s|224200 |    34 |  3840k|  17.1 |  11M|  58 |  43 | 231 |  11k| 231 |2453 |  17 | 125k|9148 | 0.000000e+00 |      --      |    Inf 
543.20/543.32	c   543s|224300 |    28 |  3841k|  17.1 |  11M|  58 |   - | 231 |  11k| 231 |2453 |  17 | 125k|9148 | 0.000000e+00 |      --      |    Inf 
543.39/543.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.39/543.58	c   544s|224400 |    28 |  3843k|  17.1 |  11M|  58 |  44 | 231 |  11k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
543.70/543.86	c   544s|224500 |    24 |  3846k|  17.1 |  11M|  58 |   - | 231 |  11k|   0 |   0 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
544.00/544.12	c   544s|224600 |    22 |  3847k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
544.19/544.35	c   544s|224700 |    26 |  3849k|  17.1 |  11M|  58 |  32 | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
544.41/544.57	c   545s|224800 |    25 |  3851k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
544.60/544.79	c   545s|224900 |    24 |  3852k|  17.1 |  10M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
544.90/545.02	c   545s|225000 |    29 |  3854k|  17.1 |  10M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
545.09/545.23	c   545s|225100 |    24 |  3855k|  17.1 |  10M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
545.30/545.44	c   545s|225200 |    27 |  3857k|  17.1 |  10M|  58 |   - | 231 |9932 |   0 |   0 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
545.51/545.67	c   546s|225300 |    31 |  3859k|  17.1 |  10M|  58 |  27 | 231 |9859 | 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
545.70/545.89	c   546s|225400 |    28 |  3860k|  17.1 |  10M|  58 |   - | 231 |9867 |   0 |   0 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
546.00/546.12	c   546s|225500 |    26 |  3862k|  17.1 |  10M|  58 |   - | 231 |9865 | 231 |2453 |  17 | 125k|9149 | 0.000000e+00 |      --      |    Inf 
546.20/546.34	c   546s|225600 |    24 |  3864k|  17.1 |  10M|  58 |   - | 231 |9847 | 231 |2453 |  17 | 126k|9149 | 0.000000e+00 |      --      |    Inf 
546.39/546.53	c   547s|225700 |    26 |  3865k|  17.1 |  10M|  58 |   - | 231 |9853 | 231 |2453 |  17 | 126k|9149 | 0.000000e+00 |      --      |    Inf 
546.61/546.70	c   547s|225800 |    23 |  3866k|  17.1 |  10M|  58 |   - | 231 |9897 | 231 |2453 |  17 | 126k|9149 | 0.000000e+00 |      --      |    Inf 
546.80/546.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.80/546.90	c   547s|225900 |    25 |  3868k|  17.1 |  10M|  58 |   - | 231 |9932 | 231 |2453 |  17 | 126k|9149 | 0.000000e+00 |      --      |    Inf 
547.00/547.13	c   547s|226000 |    25 |  3869k|  17.1 |  10M|  58 |  23 | 231 |9982 | 231 |2453 |  17 | 126k|9156 | 0.000000e+00 |      --      |    Inf 
547.20/547.39	c   547s|226100 |    23 |  3871k|  17.1 |  10M|  58 |   - | 231 |9999 | 231 |2453 |  17 | 126k|9160 | 0.000000e+00 |      --      |    Inf 
547.49/547.61	c   548s|226200 |    25 |  3873k|  17.1 |  10M|  58 |  19 | 231 |9997 | 231 |2453 |  17 | 126k|9160 | 0.000000e+00 |      --      |    Inf 
547.71/547.83	c   548s|226300 |    25 |  3874k|  17.1 |  10M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 126k|9169 | 0.000000e+00 |      --      |    Inf 
547.89/548.01	c   548s|226400 |    23 |  3875k|  17.1 |  10M|  58 |  44 | 231 |  10k| 231 |2453 |  17 | 126k|9169 | 0.000000e+00 |      --      |    Inf 
548.09/548.23	c   548s|226500 |    25 |  3877k|  17.1 |  10M|  58 |  24 | 231 |  10k| 231 |2453 |  17 | 126k|9169 | 0.000000e+00 |      --      |    Inf 
548.40/548.50	c   549s|226600 |    25 |  3878k|  17.1 |  10M|  58 |  25 | 231 |  10k| 231 |2453 |  17 | 126k|9181 | 0.000000e+00 |      --      |    Inf 
548.60/548.72	c   549s|226700 |    27 |  3880k|  17.1 |  10M|  58 |  28 | 231 |  10k| 231 |2453 |  17 | 126k|9181 | 0.000000e+00 |      --      |    Inf 
548.81/548.92	c   549s|226800 |    25 |  3882k|  17.1 |  10M|  58 |  34 | 231 |  10k| 231 |2453 |  17 | 126k|9181 | 0.000000e+00 |      --      |    Inf 
549.00/549.13	c   549s|226900 |    25 |  3883k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 126k|9181 | 0.000000e+00 |      --      |    Inf 
549.20/549.35	c   549s|227000 |    25 |  3884k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 126k|9191 | 0.000000e+00 |      --      |    Inf 
549.39/549.55	c   550s|227100 |    27 |  3886k|  17.1 |  11M|  58 |  35 | 231 |  10k| 231 |2453 |  17 | 126k|9191 | 0.000000e+00 |      --      |    Inf 
549.70/549.80	c   550s|227200 |    25 |  3888k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 126k|9196 | 0.000000e+00 |      --      |    Inf 
549.90/550.01	c   550s|227300 |    26 |  3889k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 126k|9196 | 0.000000e+00 |      --      |    Inf 
550.10/550.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.10/550.27	c   550s|227400 |    23 |  3891k|  17.1 |  11M|  58 |  33 | 231 |  10k| 231 |2453 |  17 | 126k|9207 | 0.000000e+00 |      --      |    Inf 
550.40/550.50	c   551s|227500 |    25 |  3893k|  17.1 |  11M|  58 |  38 | 231 |  10k| 231 |2453 |  17 | 126k|9207 | 0.000000e+00 |      --      |    Inf 
550.60/550.75	c   551s|227600 |    25 |  3894k|  17.1 |  11M|  58 |  33 | 231 |  10k| 231 |2453 |  17 | 127k|9213 | 0.000000e+00 |      --      |    Inf 
550.80/550.98	c   551s|227700 |    24 |  3896k|  17.1 |  11M|  58 |  30 | 231 |  10k| 231 |2453 |  17 | 127k|9217 | 0.000000e+00 |      --      |    Inf 
551.09/551.21	c   551s|227800 |    24 |  3897k|  17.1 |  11M|  58 |  20 | 231 |  10k| 231 |2453 |  17 | 127k|9221 | 0.000000e+00 |      --      |    Inf 
551.30/551.44	c   551s|227900 |    22 |  3899k|  17.1 |  11M|  58 |  35 | 231 |  10k| 231 |2453 |  17 | 127k|9226 | 0.000000e+00 |      --      |    Inf 
551.60/551.73	c   552s|228000 |    22 |  3901k|  17.1 |  11M|  58 |  34 | 231 |  10k| 231 |2453 |  17 | 127k|9236 | 0.000000e+00 |      --      |    Inf 
551.79/551.95	c   552s|228100 |    22 |  3903k|  17.1 |  11M|  58 |  33 | 231 |  10k| 231 |2453 |  17 | 127k|9236 | 0.000000e+00 |      --      |    Inf 
552.01/552.15	c   552s|228200 |    20 |  3904k|  17.1 |  11M|  58 |  35 | 231 |  10k| 231 |2453 |  17 | 127k|9236 | 0.000000e+00 |      --      |    Inf 
552.30/552.41	c   552s|228300 |    20 |  3906k|  17.1 |  11M|  58 |  36 | 231 |  10k| 231 |2453 |  17 | 127k|9241 | 0.000000e+00 |      --      |    Inf 
552.50/552.63	c   553s|228400 |    18 |  3908k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9241 | 0.000000e+00 |      --      |    Inf 
552.80/552.92	c   553s|228500 |    24 |  3909k|  17.1 |  11M|  58 |  22 | 231 |  10k| 231 |2453 |  17 | 127k|9249 | 0.000000e+00 |      --      |    Inf 
553.00/553.14	c   553s|228600 |    22 |  3911k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9249 | 0.000000e+00 |      --      |    Inf 
553.30/553.41	c   553s|228700 |    23 |  3913k|  17.1 |  11M|  58 |  38 | 231 |  10k| 231 |2453 |  17 | 127k|9254 | 0.000000e+00 |      --      |    Inf 
553.50/553.64	c   554s|228800 |    21 |  3915k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9254 | 0.000000e+00 |      --      |    Inf 
553.69/553.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
553.69/553.89	c   554s|228900 |    22 |  3916k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9258 | 0.000000e+00 |      --      |    Inf 
554.00/554.15	c   554s|229000 |    24 |  3918k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9263 | 0.000000e+00 |      --      |    Inf 
554.20/554.40	c   554s|229100 |    26 |  3920k|  17.1 |  11M|  58 |  23 | 231 |  10k| 231 |2453 |  17 | 127k|9266 | 0.000000e+00 |      --      |    Inf 
554.49/554.64	c   555s|229200 |    25 |  3922k|  17.1 |  11M|  58 |  27 | 231 |  10k| 231 |2453 |  17 | 127k|9270 | 0.000000e+00 |      --      |    Inf 
554.80/554.90	c   555s|229300 |    24 |  3924k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 127k|9277 | 0.000000e+00 |      --      |    Inf 
555.00/555.15	c   555s|229400 |    24 |  3926k|  17.1 |  11M|  58 |  39 | 231 |  10k| 231 |2453 |  17 | 127k|9277 | 0.000000e+00 |      --      |    Inf 
555.30/555.41	c   555s|229500 |    24 |  3927k|  17.1 |  11M|  58 |  31 | 231 |  10k| 231 |2453 |  17 | 127k|9284 | 0.000000e+00 |      --      |    Inf 
555.49/555.64	c   556s|229600 |    22 |  3929k|  17.1 |  11M|  58 |  43 | 231 |  10k| 231 |2453 |  17 | 128k|9284 | 0.000000e+00 |      --      |    Inf 
555.80/555.91	c   556s|229700 |    22 |  3931k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 128k|9287 | 0.000000e+00 |      --      |    Inf 
555.99/556.15	c   556s|229800 |    24 |  3933k|  17.1 |  11M|  58 |  52 | 231 |  10k| 231 |2453 |  17 | 128k|9293 | 0.000000e+00 |      --      |    Inf 
556.30/556.40	c   556s|229900 |    24 |  3935k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 128k|9296 | 0.000000e+00 |      --      |    Inf 
556.50/556.65	c   557s|230000 |    22 |  3936k|  17.1 |  11M|  58 |  48 | 231 |  10k| 231 |2453 |  17 | 128k|9300 | 0.000000e+00 |      --      |    Inf 
556.80/556.92	c   557s|230100 |    20 |  3938k|  17.1 |  11M|  58 |  33 | 231 |  10k| 231 |2453 |  17 | 128k|9304 | 0.000000e+00 |      --      |    Inf 
557.00/557.18	c   557s|230200 |    18 |  3940k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 128k|9311 | 0.000000e+00 |      --      |    Inf 
557.29/557.45	c   557s|230300 |    18 |  3942k|  17.1 |  11M|  58 |  15 | 231 |  10k| 231 |2453 |  17 | 128k|9315 | 0.000000e+00 |      --      |    Inf 
557.60/557.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.60/557.71	c   558s|230400 |    15 |  3944k|  17.1 |  11M|  58 |  33 | 231 |  10k| 231 |2453 |  17 | 128k|9318 | 0.000000e+00 |      --      |    Inf 
557.89/558.00	c   558s|230500 |    13 |  3946k|  17.1 |  11M|  58 |  41 | 231 |  10k| 231 |2453 |  17 | 128k|9322 | 0.000000e+00 |      --      |    Inf 
558.10/558.25	c   558s|230600 |    10 |  3948k|  17.1 |  11M|  58 |  27 | 231 |  10k| 231 |2453 |  17 | 128k|9329 | 0.000000e+00 |      --      |    Inf 
558.39/558.50	c   559s|230700 |     8 |  3950k|  17.1 |  11M|  58 |  41 | 231 |  10k| 231 |2453 |  17 | 128k|9330 | 0.000000e+00 |      --      |    Inf 
558.61/558.79	c   559s|230800 |     8 |  3952k|  17.1 |  11M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 128k|9331 | 0.000000e+00 |      --      |    Inf 
558.99/559.11	c   559s|230900 |     4 |  3955k|  17.1 |  10M|  58 |   - | 231 |  10k| 231 |2453 |  17 | 128k|9336 | 0.000000e+00 |      --      |    Inf 
559.20/559.34	c 
559.20/559.34	c SCIP Status        : problem is solved [infeasible]
559.20/559.34	c Solving Time (sec) : 559.34
559.20/559.34	c Solving Nodes      : 230994
559.20/559.34	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
559.20/559.34	c Dual Bound         : +1.00000000000000e+20
559.20/559.34	c Gap                : 0.00 %
559.20/559.34	s UNSATISFIABLE
559.20/559.34	c SCIP Status        : problem is solved [infeasible]
559.20/559.34	c Total Time         :     559.34
559.20/559.34	c   solving          :     559.34
559.20/559.34	c   presolving       :       0.05 (included in solving)
559.20/559.34	c   reading          :       0.01 (included in solving)
559.20/559.34	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
559.20/559.34	c Original Problem   :
559.20/559.34	c   Problem name     : HOME/instance-3690413-1338016936.opb
559.20/559.34	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
559.20/559.34	c   Constraints      : 2707 initial, 2707 maximal
559.20/559.34	c   Objective sense  : minimize
559.20/559.34	c Presolved Problem  :
559.20/559.34	c   Problem name     : t_HOME/instance-3690413-1338016936.opb
559.20/559.34	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
559.20/559.34	c   Constraints      : 2443 initial, 15405 maximal
559.20/559.34	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
559.20/559.34	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
559.20/559.34	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
559.20/559.34	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
559.20/559.34	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
559.20/559.34	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
559.20/559.34	c   integral         :          0          0          0          0     118724          0          1          0        344       3494          0          0     232574
559.20/559.34	c   knapsack         :          1          1          5     858275          0          0          0      54564       2003     376596          0          0          0
559.20/559.34	c   setppc           :         22         22          5     856880          0          0          0    2679217       4828    1184607          0          0          0
559.20/559.34	c   linear           :          0+       240          5     140758          0          0          0        544         12       5999          0          0          0
559.20/559.34	c   logicor          :       2420+     15382          5     431604          0          0          0     840704       1718    1583923          0          0          0
559.20/559.34	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
559.20/559.34	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
559.20/559.34	c   integral         :      36.95       0.00       0.00       0.00      36.95       0.00       0.00       0.00
559.20/559.34	c   knapsack         :       0.98       0.00       0.00       0.91       0.00       0.00       0.00       0.07
559.20/559.34	c   setppc           :       3.43       0.00       0.00       2.62       0.00       0.00       0.00       0.81
559.20/559.34	c   linear           :       0.19       0.00       0.00       0.19       0.00       0.00       0.00       0.00
559.20/559.34	c   logicor          :      16.38       0.00       0.00      15.69       0.00       0.00       0.00       0.69
559.20/559.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
559.20/559.34	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
559.20/559.34	c   rootredcost      :          0          0          0          0
559.20/559.34	c   pseudoobj        :          0          0          0          0
559.20/559.34	c   vbounds          :          0          0          0          0
559.20/559.34	c   redcost          :     118729          0          0          0
559.20/559.34	c   probing          :          0          0          0          0
559.20/559.34	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
559.20/559.34	c   rootredcost      :       0.22       0.00       0.00       0.22       0.00
559.20/559.34	c   pseudoobj        :       0.22       0.00       0.00       0.22       0.00
559.20/559.34	c   vbounds          :       0.19       0.00       0.00       0.19       0.00
559.20/559.34	c   redcost          :       0.51       0.00       0.00       0.51       0.00
559.20/559.34	c   probing          :       0.00       0.00       0.00       0.00       0.00
559.20/559.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
559.20/559.34	c   propagation      :       0.37       8561       8520      48706       24.8        119       23.3          -
559.20/559.34	c   infeasible LP    :       9.62     107376     101832     644780       36.8        293       20.2          0
559.20/559.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
559.20/559.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
559.20/559.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
559.20/559.34	c   applied globally :          -          -          -     116284       20.3          -          -          -
559.20/559.34	c   applied locally  :          -          -          -      12585       34.8          -          -          -
559.20/559.34	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
559.20/559.34	c   cut pool         :       0.00                     4          -          -        306          -    (maximal pool size: 514)
559.20/559.34	c   closecuts        :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
559.20/559.34	c   intobj           :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   gomory           :       0.10       0.00          5          0          0        200          0
559.20/559.34	c   cgmip            :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   strongcg         :       0.18       0.00          5          0          0       2500          0
559.20/559.34	c   cmir             :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   flowcover        :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   clique           :       0.00       0.00          5          0          0          0          0
559.20/559.34	c   zerohalf         :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   mcf              :       0.00       0.00          1          0          0          0          0
559.20/559.34	c   oddcycle         :       0.00       0.00          0          0          0          0          0
559.20/559.34	c   rapidlearning    :       0.10       0.00          1          0          0          0        240
559.20/559.34	c Pricers            :   ExecTime  SetupTime      Calls       Vars
559.20/559.34	c   problem variables:       0.00          -          0          0
559.20/559.34	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
559.20/559.34	c   relpscost        :      36.85       0.00     118724        344       3494          0          0     232574
559.20/559.34	c   pscost           :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   inference        :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c   random           :       0.00       0.00          0          0          0          0          0          0
559.20/559.34	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
559.20/559.34	c   LP solutions     :       0.00          -          -          0
559.20/559.34	c   pseudo solutions :       0.00          -          -          0
559.20/559.34	c   smallcard        :       0.00       0.00          0          0
559.20/559.34	c   trivial          :       0.00       0.00          1          0
559.20/559.34	c   shiftandpropagate:       0.00       0.00          0          0
559.20/559.34	c   simplerounding   :       0.00       0.00          0          0
559.20/559.34	c   zirounding       :       0.00       0.00          0          0
559.20/559.34	c   rounding         :       0.00       0.00          0          0
559.20/559.34	c   shifting         :       0.00       0.00          0          0
559.20/559.34	c   intshifting      :       0.00       0.00          0          0
559.20/559.34	c   oneopt           :       0.00       0.00          0          0
559.20/559.34	c   twoopt           :       0.00       0.00          0          0
559.20/559.34	c   indtwoopt        :       0.00       0.00          0          0
559.20/559.34	c   indoneopt        :       0.00       0.00          0          0
559.20/559.34	c   fixandinfer      :       0.00       0.00          0          0
559.20/559.34	c   feaspump         :       0.00       0.00          0          0
559.20/559.34	c   clique           :       0.00       0.00          0          0
559.20/559.34	c   indrounding      :       0.00       0.00          0          0
559.20/559.34	c   indcoefdiving    :       0.00       0.00          0          0
559.20/559.34	c   coefdiving       :       0.00       0.00          0          0
559.20/559.34	c   pscostdiving     :       0.00       0.00          0          0
559.20/559.34	c   nlpdiving        :       0.00       0.00          0          0
559.20/559.34	c   fracdiving       :       0.00       0.00          0          0
559.20/559.34	c   veclendiving     :       0.00       0.00          0          0
559.20/559.34	c   intdiving        :       0.00       0.00          0          0
559.20/559.34	c   actconsdiving    :       0.00       0.00          0          0
559.20/559.34	c   objpscostdiving  :       0.00       0.00          0          0
559.20/559.34	c   rootsoldiving    :       0.00       0.00          0          0
559.20/559.34	c   linesearchdiving :       0.00       0.00          0          0
559.20/559.34	c   guideddiving     :       0.00       0.00          0          0
559.20/559.34	c   octane           :       0.00       0.00          0          0
559.20/559.34	c   rens             :       0.00       0.00          0          0
559.20/559.34	c   rins             :       0.00       0.00          0          0
559.20/559.34	c   localbranching   :       0.00       0.00          0          0
559.20/559.34	c   mutation         :       0.00       0.00          0          0
559.20/559.34	c   crossover        :       0.00       0.00          0          0
559.20/559.34	c   dins             :       0.00       0.00          0          0
559.20/559.34	c   vbounds          :       0.00       0.00          0          0
559.20/559.34	c   undercover       :       0.00       0.00          0          0
559.20/559.34	c   subnlp           :       0.00       0.00          0          0
559.20/559.34	c   trysol           :       0.00       0.00          0          0
559.20/559.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
559.20/559.34	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
559.20/559.34	c   dual LP          :     435.91     226105    3956898      17.54    9077.41       0.21        551
559.20/559.34	c   lex dual LP      :       0.00          0          0       0.00          -
559.20/559.34	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
559.20/559.34	c   diving/probing LP:       0.00          0          0       0.00          -
559.20/559.34	c   strong branching :      35.17       9337     294233      31.51    8365.41
559.20/559.34	c     (at root node) :          -         10       2134     213.40          -
559.20/559.34	c   conflict analysis:       0.00          0          0       0.00          -
559.20/559.34	c B&B Tree           :
559.20/559.34	c   number of runs   :          1
559.20/559.34	c   nodes            :     230994
559.20/559.34	c   nodes (total)    :     230994
559.20/559.34	c   nodes left       :          0
559.20/559.34	c   max depth        :         58
559.20/559.34	c   max depth (total):         58
559.20/559.34	c   backtracks       :      29801 (12.9%)
559.20/559.34	c   delayed cutoffs  :       1581
559.20/559.34	c   repropagations   :     336101 (467740 domain reductions, 1578 cutoffs)
559.20/559.34	c   avg switch length:       4.63
559.20/559.34	c   switching time   :      19.44
559.20/559.34	c Solution           :
559.20/559.34	c   Solutions found  :          0 (0 improvements)
559.20/559.34	c   Primal Bound     : infeasible
559.20/559.34	c   Dual Bound       :          -
559.20/559.34	c   Gap              :       0.00 %
559.20/559.34	c   Root Dual Bound  : +0.00000000000000e+00
559.20/559.34	c   Root Iterations  :        146
559.20/559.36	c Time complete: 559.26.

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 32442
/proc/meminfo: memFree=29430980/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 1325 0 0 0 0 0 0 0 20 0 1 0 267819514 10539008 1280 33554432000 4194304 10173063 140736612257520 140734796977880 8985008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 2573 1280 413 1460 0 1104 0

[startup+0.097762 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 32442
/proc/meminfo: memFree=29430980/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=29504 CPUtime=0.09 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 6536 0 0 0 8 1 0 0 20 0 1 0 267819514 30212096 6194 33554432000 4194304 10173063 140736612257520 140734796977880 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 7376 6194 770 1460 0 5907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29504

[startup+0.100259 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 32442
/proc/meminfo: memFree=29430980/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=29768 CPUtime=0.09 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 6598 0 0 0 8 1 0 0 20 0 1 0 267819514 30482432 6256 33554432000 4194304 10173063 140736612257520 140734796977880 8800002 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 7442 6272 782 1460 0 5973 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29768

[startup+0.300224 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 32442
/proc/meminfo: memFree=29430980/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47196 CPUtime=0.29 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10696 0 0 0 26 3 0 0 20 0 1 0 267819514 48328704 10352 33554432000 4194304 10173063 140736612257520 140734796977880 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11799 10352 827 1460 0 10330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47196

[startup+0.700221 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 32442
/proc/meminfo: memFree=29430980/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=0.69 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10741 0 0 0 66 3 0 0 20 0 1 0 267819514 48500736 10397 33554432000 4194304 10173063 140736612257520 140736612250968 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10397 832 1460 0 10372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47364

[startup+1.50023 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 32443
/proc/meminfo: memFree=29392352/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=1.48 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10744 0 0 0 145 3 0 0 20 0 1 0 267819514 48500736 10400 33554432000 4194304 10173063 140736612257520 140736612250968 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10400 835 1460 0 10372 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47364

[startup+3.10018 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 32443
/proc/meminfo: memFree=29391732/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=3.09 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10744 0 0 0 304 5 0 0 20 0 1 0 267819514 48500736 10400 33554432000 4194304 10173063 140736612257520 140736612250696 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10400 835 1460 0 10372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47364

[startup+6.30023 s]
/proc/loadavg: 0.23 0.05 0.02 3/177 32457
/proc/meminfo: memFree=29335104/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=6.29 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10744 0 0 0 621 8 0 0 20 0 1 0 267819514 48500736 10400 33554432000 4194304 10173063 140736612257520 140736612250968 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10400 835 1460 0 10372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47364

[startup+12.7002 s]
/proc/loadavg: 0.37 0.08 0.03 3/177 32457
/proc/meminfo: memFree=29333272/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=12.69 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10749 0 0 0 1252 17 0 0 20 0 1 0 267819514 48500736 10550 33554432000 4194304 10173063 140736612257520 140736612250968 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10550 836 1460 0 10372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47364

[startup+25.5002 s]
/proc/loadavg: 0.62 0.14 0.05 3/177 32457
/proc/meminfo: memFree=29332436/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=25.48 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10754 0 0 0 2506 42 0 0 20 0 1 0 267819514 48500736 10880 33554432000 4194304 10173063 140736612257520 140736612250776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 10880 836 1460 0 10372 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47364

[startup+51.1003 s]
/proc/loadavg: 1.16 0.32 0.11 3/177 32457
/proc/meminfo: memFree=29330264/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=51.07 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10757 0 0 0 5019 88 0 0 20 0 1 0 267819514 48500736 11162 33554432000 4194304 10173063 140736612257520 140736612250136 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 11162 836 1460 0 10372 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47364

[startup+102.306 s]
/proc/loadavg: 1.75 0.61 0.21 3/177 32457
/proc/meminfo: memFree=29329432/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=102.27 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10757 0 0 0 10057 170 0 0 20 0 1 0 267819514 48500736 11162 33554432000 4194304 10173063 140736612257520 140736612251160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 11162 836 1460 0 10372 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47364

[startup+162.301 s]
/proc/loadavg: 1.91 0.86 0.32 3/177 32457
/proc/meminfo: memFree=29328368/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=162.26 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10757 0 0 0 15960 266 0 0 20 0 1 0 267819514 48500736 11162 33554432000 4194304 10173063 140736612257520 140736612250504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 11162 836 1460 0 10372 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47364

[startup+222.3 s]
/proc/loadavg: 1.96 1.06 0.43 3/177 32457
/proc/meminfo: memFree=29321648/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=222.25 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10757 0 0 0 21858 367 0 0 20 0 1 0 267819514 48500736 11162 33554432000 4194304 10173063 140736612257520 140736612250504 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 11162 836 1460 0 10372 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 47364

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/177 32457
/proc/meminfo: memFree=29322024/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=47364 CPUtime=282.24 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 10757 0 0 0 27761 463 0 0 20 0 1 0 267819514 48500736 11162 33554432000 4194304 10173063 140736612257520 140736612250776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 11841 11162 836 1460 0 10372 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 47364

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 32458
/proc/meminfo: memFree=29321100/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=48444 CPUtime=342.23 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11009 0 0 0 33670 553 0 0 20 0 1 0 267819514 49606656 11414 33554432000 4194304 10173063 140736612257520 140736612250824 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12111 11414 836 1460 0 10642 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 48444

[startup+402.301 s]
/proc/loadavg: 2.03 1.50 0.70 3/177 32458
/proc/meminfo: memFree=29319976/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49128 CPUtime=402.22 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11146 0 0 0 39579 643 0 0 20 0 1 0 267819514 50307072 11551 33554432000 4194304 10173063 140736612257520 140736612251160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12282 11551 836 1460 0 10813 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 49128

[startup+462.3 s]
/proc/loadavg: 2.01 1.58 0.78 3/177 32458
/proc/meminfo: memFree=29318292/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=462.21 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11242 0 0 0 45485 736 0 0 20 0 1 0 267819514 50626560 11647 33554432000 4194304 10173063 140736612257520 140736612250776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11647 836 1460 0 10891 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 49440

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.85 3/178 32461
/proc/meminfo: memFree=29317948/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=522.2 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11250 0 0 0 51393 827 0 0 20 0 1 0 267819514 50626560 11655 33554432000 4194304 10173063 140736612257520 140736612250136 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11655 836 1460 0 10891 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 49440

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

[startup+537.5 s]
/proc/loadavg: 2.00 1.67 0.87 3/177 32461
/proc/meminfo: memFree=29318096/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=537.39 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11250 0 0 0 52890 849 0 0 20 0 1 0 267819514 50626560 11655 33554432000 4194304 10173063 140736612257520 140736612251160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11655 836 1460 0 10891 0
Current children cumulated CPU time (s) 537.39
Current children cumulated vsize (KiB) 49440

[startup+550.3 s]
/proc/loadavg: 2.08 1.70 0.89 3/177 32461
/proc/meminfo: memFree=29318104/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=550.19 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11252 0 0 0 54150 869 0 0 20 0 1 0 267819514 50626560 11657 33554432000 4194304 10173063 140736612257520 140736612250776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11657 838 1460 0 10891 0
Current children cumulated CPU time (s) 550.19
Current children cumulated vsize (KiB) 49440

[startup+553.5 s]
/proc/loadavg: 2.07 1.71 0.89 3/177 32461
/proc/meminfo: memFree=29318112/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=553.4 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11253 0 0 0 54466 874 0 0 20 0 1 0 267819514 50626560 11658 33554432000 4194304 10173063 140736612257520 140736612250136 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11658 838 1460 0 10891 0
Current children cumulated CPU time (s) 553.4
Current children cumulated vsize (KiB) 49440

[startup+556.7 s]
/proc/loadavg: 2.07 1.71 0.90 3/177 32461
/proc/meminfo: memFree=29318112/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=556.59 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11253 0 0 0 54781 878 0 0 20 0 1 0 267819514 50626560 11658 33554432000 4194304 10173063 140736612257520 140736612251432 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11658 838 1460 0 10891 0
Current children cumulated CPU time (s) 556.59
Current children cumulated vsize (KiB) 49440

[startup+558.3 s]
/proc/loadavg: 2.07 1.71 0.90 3/177 32461
/proc/meminfo: memFree=29318112/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=558.2 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11253 0 0 0 54939 881 0 0 20 0 1 0 267819514 50626560 11658 33554432000 4194304 10173063 140736612257520 140736612253992 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11658 838 1460 0 10891 0
Current children cumulated CPU time (s) 558.2
Current children cumulated vsize (KiB) 49440

[startup+559.1 s]
/proc/loadavg: 2.07 1.71 0.90 3/177 32461
/proc/meminfo: memFree=29318112/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=558.99 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11253 0 0 0 55017 882 0 0 20 0 1 0 267819514 50626560 11658 33554432000 4194304 10173063 140736612257520 140736612252888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11658 838 1460 0 10891 0
Current children cumulated CPU time (s) 558.99
Current children cumulated vsize (KiB) 49440

[startup+559.3 s]
/proc/loadavg: 2.07 1.71 0.90 3/177 32461
/proc/meminfo: memFree=29318112/32873648 swapFree=6844/6844
[pid=32442] ppid=32440 vsize=49440 CPUtime=559.2 cores=0,2,4,6
/proc/32442/stat : 32442 (scip-2.1.1.4fix) R 32440 32442 32411 0 -1 4202496 11253 0 0 0 55037 883 0 0 20 0 1 0 267819514 50626560 11658 33554432000 4194304 10173063 140736612257520 140736612252888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/32442/statm: 12360 11658 838 1460 0 10891 0
Current children cumulated CPU time (s) 559.2
Current children cumulated vsize (KiB) 49440

Child status: 0
Real time (s): 559.362
CPU time (s): 559.268
CPU user time (s): 550.434
CPU system time (s): 8.83366
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 49440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.434
system time used= 8.83366
maximum resident set size= 46644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11258
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= 15
involuntary context switches= 574

runsolver used 0.995848 second user time and 2.71359 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-26 09:22:16
IDJOB=3690413
IDBENCH=1331
IDSOLVER=2270
FILE ID=node124/3690413-1338016936
RUNJOBID= node124-1338016935-32428
PBS_JOBID= 14624347
Free space on /tmp= 71612 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.1900550006.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-3690413-1338016936/watcher-3690413-1338016936 -o /tmp/evaluation-result-3690413-1338016936/solver-3690413-1338016936 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690413-1338016936.opb -t 1800 -m 15500

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=1525563287

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29430980 kB
Buffers:          249256 kB
Cached:          2402612 kB
SwapCached:            0 kB
Active:           624580 kB
Inactive:        2040308 kB
Active(anon):      15392 kB
Inactive(anon):        0 kB
Active(file):     609188 kB
Inactive(file):  2040308 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13692 kB
Writeback:             0 kB
AnonPages:         19660 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             639164 kB
SReclaimable:      83980 kB
SUnreclaim:       555184 kB
KernelStack:        1392 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71584 MiB
End job on node124 at 2012-05-26 09:31:36