Trace number 3691553

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
MD5SUM3df4b6f92f1f3083d4934635de2b04ef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.022995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2280
Total number of constraints1636
Number of constraints which are clauses1558
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691553-1338028288.opb>
0.00/0.02	c original problem has 2280 variables (2280 bin, 0 int, 0 impl, 0 cont) and 1636 constraints
0.00/0.02	c problem read in 0.02
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1636 upgd conss, 0 impls, 78 clqs
0.09/0.11	c presolving (2 rounds):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  0 implications, 78 cliques
0.09/0.11	c presolved problem has 2280 variables (2280 bin, 0 int, 0 impl, 0 cont) and 1636 constraints
0.09/0.11	c      78 constraints of type <setppc>
0.09/0.11	c    1558 constraints of type <logicor>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.08
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.1.1.4
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c limits/solutions = 1
0.09/0.11	c 
0.09/0.11	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.11	c separating/maxrounds = 1
0.09/0.11	c 
0.09/0.11	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/maxroundsroot = 5
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.11	c constraints/knapsack/disaggregation = FALSE
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/coefdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.11	c heuristics/crossover/freq = -1
0.09/0.11	c 
0.09/0.11	c # number of nodes added to the contingent of the total nodes
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.11	c heuristics/crossover/nodesofs = 750
0.09/0.11	c 
0.09/0.11	c # number of nodes without incumbent change that heuristic should wait
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.11	c heuristics/crossover/nwaitingnodes = 100
0.09/0.11	c 
0.09/0.11	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.11	c # [type: real, range: [0,1], default: 0.1]
0.09/0.11	c heuristics/crossover/nodesquot = 0.15
0.09/0.11	c 
0.09/0.11	c # minimum percentage of integer variables that have to be fixed 
0.09/0.11	c # [type: real, range: [0,1], default: 0.666]
0.09/0.11	c heuristics/crossover/minfixingrate = 0.5
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/feaspump/freq = -1
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/fracdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/guideddiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/intshifting/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/linesearchdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/objpscostdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.11	c # [type: real, range: [0,1], default: 0.01]
0.09/0.11	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/oneopt/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/pscostdiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/rens/freq = -1
0.09/0.11	c 
0.09/0.11	c # minimum percentage of integer variables that have to be fixable 
0.09/0.11	c # [type: real, range: [0,1], default: 0.5]
0.09/0.11	c heuristics/rens/minfixingrate = 0.3
0.09/0.11	c 
0.09/0.11	c # number of nodes added to the contingent of the total nodes
0.09/0.11	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.11	c heuristics/rens/nodesofs = 2000
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.11	c heuristics/rootsoldiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.11	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/rounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/shiftandpropagate/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/shifting/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/simplerounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/subnlp/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/trivial/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/trysol/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c heuristics/undercover/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.11	c heuristics/veclendiving/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.11	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.11	c 
0.09/0.11	c # additional number of allowed LP iterations
0.09/0.11	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.11	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/zirounding/freq = -1
0.09/0.11	c 
0.09/0.11	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c propagating/probing/maxprerounds = 0
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c separating/cmir/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.11	c separating/flowcover/freq = -1
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c heuristics/indoneopt/freq = -1
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.19/0.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.23	c   0.2s|     1 |     0 |   974 |     - |  12M|   0 | 318 |2280 |1636 |2280 |1636 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.68/0.73	c   0.7s|     1 |     0 |  1531 |     - |  12M|   0 | 348 |2280 |1671 |2280 |1654 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |  2036 |     - |  12M|   0 | 419 |2280 |1671 |2280 |1669 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.10	c   1.1s|     1 |     0 |  3261 |     - |  12M|   0 | 479 |2280 |1671 |2280 |1691 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.3s|     1 |     0 |  4111 |     - |  12M|   0 | 387 |2280 |1671 |2280 |1708 |  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.46	c   1.5s|     1 |     0 |  5212 |     - |  12M|   0 | 349 |2280 |1671 |2280 |1729 |  93 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.69	c   1.7s|     1 |     2 |  5212 |     - |  12M|   0 | 349 |2280 |1671 |2280 |1729 |  93 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
17.59/17.64	c  17.6s|   100 |   101 |  7394 |  22.0 |  12M|  22 | 335 |2280 |1671 |2280 |1674 |  93 |   0 |1322 | 0.000000e+00 |      --      |    Inf 
18.78/18.89	c  18.9s|   200 |   201 | 10137 |  24.7 |  13M|  22 | 250 |2280 |1671 |2280 |1674 |  93 |   0 |1402 | 0.000000e+00 |      --      |    Inf 
19.48/19.50	c  19.5s|   300 |   301 | 12563 |  24.6 |  13M|  27 | 218 |2280 |1671 |2280 |1674 |  93 |   0 |1428 | 0.000000e+00 |      --      |    Inf 
19.78/19.88	c  19.9s|   400 |   401 | 13561 |  20.9 |  13M|  31 | 219 |2280 |1671 |2280 |1674 |  93 |   0 |1446 | 0.000000e+00 |      --      |    Inf 
20.18/20.28	c  20.3s|   500 |   501 | 14980 |  19.6 |  13M|  36 | 201 |2280 |1671 |2280 |1674 |  93 |   0 |1462 | 0.000000e+00 |      --      |    Inf 
20.68/20.76	c  20.8s|   600 |   601 | 16769 |  19.3 |  14M|  36 | 191 |2280 |1671 |2280 |1674 |  93 |   0 |1479 | 0.000000e+00 |      --      |    Inf 
21.18/21.25	c  21.3s|   700 |   701 | 18312 |  18.7 |  14M|  36 | 206 |2280 |1671 |2280 |1674 |  93 |   0 |1505 | 0.000000e+00 |      --      |    Inf 
21.68/21.72	c  21.7s|   800 |   801 | 20087 |  18.6 |  14M|  36 | 232 |2280 |1671 |2280 |1674 |  93 |   0 |1523 | 0.000000e+00 |      --      |    Inf 
22.18/22.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.18/22.26	c  22.3s|   900 |   901 | 22068 |  18.7 |  14M|  36 | 217 |2280 |1671 |2280 |1674 |  93 |   0 |1548 | 0.000000e+00 |      --      |    Inf 
22.78/22.83	c  22.8s|  1000 |  1001 | 23987 |  18.8 |  14M|  36 | 263 |2280 |1671 |2280 |1674 |  93 |   0 |1583 | 0.000000e+00 |      --      |    Inf 
23.08/23.17	c  23.2s|  1100 |  1101 | 25345 |  18.3 |  15M|  48 | 136 |2280 |1671 |2280 |1674 |  93 |   0 |1592 | 0.000000e+00 |      --      |    Inf 
23.28/23.38	c  23.4s|  1200 |  1201 | 25787 |  17.2 |  15M| 111 | 129 |2280 |1671 |2280 |1674 |  93 |   0 |1600 | 0.000000e+00 |      --      |    Inf 
23.48/23.59	c  23.6s|  1300 |  1301 | 26267 |  16.2 |  15M| 165 | 105 |2280 |1671 |2280 |1674 |  93 |   0 |1608 | 0.000000e+00 |      --      |    Inf 
23.67/23.78	c  23.8s|  1400 |  1401 | 26611 |  15.3 |  15M| 214 |  93 |2280 |1671 |2280 |1674 |  93 |   0 |1616 | 0.000000e+00 |      --      |    Inf 
23.88/23.92	c  23.9s|  1500 |  1499 | 27023 |  14.6 |  15M| 262 |  71 |2280 |1671 |2280 |1674 |  93 |   0 |1616 | 0.000000e+00 |      --      |    Inf 
24.08/24.18	c  24.2s|  1600 |  1595 | 27637 |  14.0 |  15M| 351 | 185 |2280 |1671 |2280 |1674 |  93 |   0 |1633 | 0.000000e+00 |      --      |    Inf 
24.28/24.39	c  24.4s|  1700 |  1679 | 28261 |  13.6 |  16M| 393 |  14 |2280 |1686 |2280 |1674 |  93 |  15 |1640 | 0.000000e+00 |      --      |    Inf 
24.58/24.65	c  24.7s|  1800 |  1726 | 28904 |  13.2 |  16M| 393 |  17 |2280 |1714 |2280 |1674 |  93 |  43 |1649 | 0.000000e+00 |      --      |    Inf 
24.88/24.93	c  24.9s|  1900 |  1772 | 29531 |  12.8 |  16M| 393 |   - |2280 |1739 |2280 |1674 |  93 |  69 |1667 | 0.000000e+00 |      --      |    Inf 
25.28/25.31	c  25.3s|  2000 |  1764 | 30379 |  12.6 |  16M| 393 |  19 |2280 |1772 |2280 |1674 |  93 | 116 |1698 | 0.000000e+00 |      --      |    Inf 
25.48/25.56	c  25.6s|  2100 |  1812 | 30838 |  12.2 |  16M| 393 |  73 |2280 |1769 |2280 |1674 |  93 | 129 |1713 | 0.000000e+00 |      --      |    Inf 
25.77/25.82	c  25.8s|  2200 |  1859 | 31449 |  11.9 |  16M| 393 |  16 |2280 |1810 |2280 |1674 |  93 | 175 |1732 | 0.000000e+00 |      --      |    Inf 
25.98/26.08	c  26.1s|  2300 |  1905 | 31942 |  11.6 |  16M| 393 |   - |2280 |1838 |2280 |1674 |  93 | 212 |1744 | 0.000000e+00 |      --      |    Inf 
26.28/26.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.28/26.34	c  26.3s|  2400 |  1951 | 32475 |  11.4 |  16M| 393 |   - |2280 |1850 |2280 |1674 |  93 | 235 |1758 | 0.000000e+00 |      --      |    Inf 
26.58/26.67	c  26.7s|  2500 |  1930 | 33657 |  11.4 |  16M| 393 |  37 |2280 |1809 |2280 |1674 |  93 | 259 |1775 | 0.000000e+00 |      --      |    Inf 
26.97/27.05	c  27.1s|  2600 |  1980 | 34243 |  11.2 |  17M| 393 |  11 |2280 |1851 |2280 |1674 |  93 | 319 |1842 | 0.000000e+00 |      --      |    Inf 
27.28/27.38	c  27.4s|  2700 |  1977 | 35105 |  11.1 |  17M| 393 |  15 |2280 |1887 |2280 |1674 |  93 | 395 |1851 | 0.000000e+00 |      --      |    Inf 
27.58/27.67	c  27.7s|  2800 |  1987 | 35886 |  11.0 |  17M| 393 |   - |2280 |1936 |2280 |1674 |  93 | 481 |1858 | 0.000000e+00 |      --      |    Inf 
27.88/27.96	c  28.0s|  2900 |  1981 | 36508 |  10.8 |  17M| 393 |  29 |2280 |1957 |2280 |1674 |  93 | 566 |1859 | 0.000000e+00 |      --      |    Inf 
28.18/28.23	c  28.2s|  3000 |  1981 | 37266 |  10.7 |  17M| 393 |   - |2280 |2012 |2280 |1674 |  93 | 642 |1859 | 0.000000e+00 |      --      |    Inf 
28.38/28.47	c  28.5s|  3100 |  1981 | 38022 |  10.6 |  17M| 393 |   - |2280 |2024 |2280 |1674 |  93 | 684 |1859 | 0.000000e+00 |      --      |    Inf 
28.77/28.83	c  28.8s|  3200 |  1978 | 39344 |  10.7 |  17M| 393 |   - |2280 |1879 |2280 |1674 |  93 | 718 |1865 | 0.000000e+00 |      --      |    Inf 
29.08/29.14	c  29.1s|  3300 |  1980 | 40377 |  10.7 |  17M| 393 |  14 |2280 |1903 |2280 |1674 |  93 | 778 |1867 | 0.000000e+00 |      --      |    Inf 
29.37/29.43	c  29.4s|  3400 |  1978 | 41346 |  10.6 |  17M| 393 |   - |2280 |1935 |2280 |1674 |  93 | 853 |1867 | 0.000000e+00 |      --      |    Inf 
29.58/29.70	c  29.7s|  3500 |  1979 | 42260 |  10.6 |  17M| 393 |  30 |2280 |1883 |2280 |1674 |  93 | 892 |1868 | 0.000000e+00 |      --      |    Inf 
29.87/29.98	c  30.0s|  3600 |  1977 | 43066 |  10.5 |  17M| 393 |  26 |2280 |1943 |2280 |1674 |  93 | 967 |1870 | 0.000000e+00 |      --      |    Inf 
30.17/30.26	c  30.3s|  3700 |  1972 | 43980 |  10.5 |  17M| 393 |  14 |2280 |1982 |2280 |1674 |  93 |1026 |1870 | 0.000000e+00 |      --      |    Inf 
30.47/30.55	c  30.5s|  3800 |  1969 | 44836 |  10.4 |  17M| 393 |   8 |2280 |1927 |2280 |1674 |  93 |1066 |1870 | 0.000000e+00 |      --      |    Inf 
30.78/30.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.78/30.88	c  30.9s|  3900 |  1943 | 45922 |  10.4 |  17M| 393 |  15 |2280 |1924 |2280 |1674 |  93 |1157 |1877 | 0.000000e+00 |      --      |    Inf 
31.08/31.17	c  31.2s|  4000 |  1933 | 46853 |  10.4 |  17M| 393 |  22 |2280 |1947 |2280 |1674 |  93 |1211 |1884 | 0.000000e+00 |      --      |    Inf 
31.37/31.49	c  31.5s|  4100 |  1930 | 47676 |  10.4 |  17M| 393 |   - |2280 |1995 |2280 |1674 |  93 |1298 |1889 | 0.000000e+00 |      --      |    Inf 
31.68/31.77	c  31.8s|  4200 |  1929 | 48705 |  10.4 |  17M| 393 |   - |2280 |2025 |2280 |1674 |  93 |1362 |1890 | 0.000000e+00 |      --      |    Inf 
31.97/32.06	c  32.1s|  4300 |  1929 | 49537 |  10.3 |  17M| 393 |  25 |2280 |2081 |2280 |1674 |  93 |1439 |1891 | 0.000000e+00 |      --      |    Inf 
32.37/32.40	c  32.4s|  4400 |  1928 | 50514 |  10.3 |  17M| 393 |  18 |2280 |2116 |2280 |1674 |  93 |1522 |1899 | 0.000000e+00 |      --      |    Inf 
32.67/32.71	c  32.7s|  4500 |  1926 | 51510 |  10.3 |  17M| 393 |  37 |2280 |2138 |2280 |1674 |  93 |1595 |1906 | 0.000000e+00 |      --      |    Inf 
32.98/33.02	c  33.0s|  4600 |  1922 | 52360 |  10.3 |  17M| 393 |   - |2280 |2161 |2280 |1674 |  93 |1658 |1909 | 0.000000e+00 |      --      |    Inf 
33.27/33.35	c  33.3s|  4700 |  1921 | 53179 |  10.2 |  17M| 393 |  20 |2280 |2139 |2280 |1674 |  93 |1719 |1917 | 0.000000e+00 |      --      |    Inf 
33.57/33.67	c  33.7s|  4800 |  1929 | 53923 |  10.2 |  17M| 393 |  14 |2280 |2063 |2280 |1674 |  93 |1779 |1923 | 0.000000e+00 |      --      |    Inf 
33.87/33.94	c  33.9s|  4900 |  1929 | 54784 |  10.1 |  17M| 393 |  31 |2280 |2106 |2280 |1674 |  93 |1847 |1931 | 0.000000e+00 |      --      |    Inf 
34.17/34.22	c  34.2s|  5000 |  1923 | 55511 |  10.1 |  17M| 393 |  10 |2280 |2245 |2280 |1674 |  93 |2006 |1935 | 0.000000e+00 |      --      |    Inf 
34.47/34.52	c  34.5s|  5100 |  1933 | 56453 |  10.0 |  17M| 393 |   - |2280 |2191 |2280 |1674 |  93 |2089 |1940 | 0.000000e+00 |      --      |    Inf 
34.77/34.80	c  34.8s|  5200 |  1925 | 57226 |  10.0 |  17M| 393 |  19 |2280 |2181 |2280 |1674 |  93 |2184 |1942 | 0.000000e+00 |      --      |    Inf 
34.97/35.07	c  35.1s|  5300 |  1927 | 58026 |  10.0 |  17M| 393 |   - |2280 |2233 |   0 |   0 |  93 |2269 |1949 | 0.000000e+00 |      --      |    Inf 
35.27/35.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.27/35.30	c  35.3s|  5400 |  1928 | 58584 |   9.9 |  17M| 393 |  18 |2280 |2299 |2280 |1674 |  93 |2362 |1950 | 0.000000e+00 |      --      |    Inf 
35.47/35.56	c  35.6s|  5500 |  1926 | 59354 |   9.8 |  17M| 393 |   - |2280 |2392 |2280 |1674 |  93 |2467 |1950 | 0.000000e+00 |      --      |    Inf 
35.78/35.82	c  35.8s|  5600 |  1928 | 60241 |   9.8 |  17M| 393 |   - |2280 |2421 |2280 |1674 |  93 |2539 |1951 | 0.000000e+00 |      --      |    Inf 
35.97/36.08	c  36.1s|  5700 |  1930 | 61013 |   9.8 |  17M| 393 |   - |2280 |2467 |2280 |1674 |  93 |2624 |1953 | 0.000000e+00 |      --      |    Inf 
36.28/36.34	c  36.3s|  5800 |  1930 | 61896 |   9.8 |  17M| 393 |   - |2280 |2452 |2280 |1674 |  93 |2696 |1955 | 0.000000e+00 |      --      |    Inf 
36.47/36.59	c  36.6s|  5900 |  1926 | 62810 |   9.8 |  17M| 393 |  17 |2280 |2383 |2280 |1674 |  93 |2769 |1955 | 0.000000e+00 |      --      |    Inf 
36.77/36.87	c  36.9s|  6000 |  1926 | 63523 |   9.7 |  17M| 393 |  14 |2280 |2407 |2280 |1674 |  93 |2842 |1955 | 0.000000e+00 |      --      |    Inf 
37.07/37.15	c  37.1s|  6100 |  1930 | 64342 |   9.7 |  17M| 393 |  18 |2280 |2437 |2280 |1674 |  93 |2905 |1955 | 0.000000e+00 |      --      |    Inf 
37.37/37.42	c  37.4s|  6200 |  1928 | 65217 |   9.7 |  17M| 393 |  16 |2280 |2468 |2280 |1674 |  93 |2984 |1955 | 0.000000e+00 |      --      |    Inf 
37.57/37.65	c  37.6s|  6300 |  1928 | 66028 |   9.7 |  17M| 393 |  16 |2280 |2435 |2280 |1674 |  93 |3008 |1956 | 0.000000e+00 |      --      |    Inf 
37.77/37.88	c  37.9s|  6400 |  1924 | 66809 |   9.6 |  17M| 393 |   - |2280 |2449 |2280 |1674 |  93 |3051 |1956 | 0.000000e+00 |      --      |    Inf 
38.06/38.14	c  38.1s|  6500 |  1922 | 67563 |   9.6 |  17M| 393 |  42 |2280 |2444 |2280 |1674 |  93 |3157 |1956 | 0.000000e+00 |      --      |    Inf 
38.38/38.42	c  38.4s|  6600 |  1928 | 68379 |   9.6 |  17M| 393 |  15 |2280 |2469 |2280 |1674 |  93 |3250 |1957 | 0.000000e+00 |      --      |    Inf 
38.66/38.71	c  38.7s|  6700 |  1924 | 69235 |   9.6 |  17M| 393 |  10 |2280 |2493 |2280 |1674 |  93 |3342 |1957 | 0.000000e+00 |      --      |    Inf 
38.97/39.02	c  39.0s|  6800 |  1924 | 70304 |   9.6 |  17M| 393 |   - |2280 |2446 |2280 |1674 |  93 |3433 |1958 | 0.000000e+00 |      --      |    Inf 
39.27/39.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.27/39.30	c  39.3s|  6900 |  1924 | 70964 |   9.5 |  17M| 393 |   - |2280 |2418 |2280 |1674 |  93 |3529 |1960 | 0.000000e+00 |      --      |    Inf 
39.57/39.69	c  39.7s|  7000 |  1922 | 71756 |   9.5 |  17M| 393 |  28 |2280 |2421 |2280 |1674 |  93 |3632 |1997 | 0.000000e+00 |      --      |    Inf 
39.97/40.05	c  40.0s|  7100 |  1926 | 72697 |   9.5 |  17M| 393 |  25 |2280 |2466 |2280 |1674 |  93 |3743 |2022 | 0.000000e+00 |      --      |    Inf 
40.27/40.30	c  40.3s|  7200 |  1922 | 73317 |   9.5 |  17M| 393 |   - |2280 |2458 |2280 |1674 |  93 |3777 |2043 | 0.000000e+00 |      --      |    Inf 
40.57/40.62	c  40.6s|  7300 |  1918 | 74073 |   9.4 |  17M| 393 |   - |2280 |2529 |2280 |1674 |  93 |3898 |2064 | 0.000000e+00 |      --      |    Inf 
40.87/40.97	c  41.0s|  7400 |  1920 | 74953 |   9.4 |  17M| 393 |  31 |2280 |2559 |2280 |1674 |  93 |4007 |2084 | 0.000000e+00 |      --      |    Inf 
41.16/41.27	c  41.3s|  7500 |  1922 | 75748 |   9.4 |  18M| 393 |  32 |2280 |2558 |2280 |1674 |  93 |4063 |2091 | 0.000000e+00 |      --      |    Inf 
41.47/41.56	c  41.6s|  7600 |  1918 | 76433 |   9.4 |  18M| 393 |   - |2280 |2597 |2280 |1674 |  93 |4137 |2102 | 0.000000e+00 |      --      |    Inf 
41.77/41.87	c  41.9s|  7700 |  1922 | 77265 |   9.4 |  18M| 393 |   - |2280 |2572 |2280 |1674 |  93 |4249 |2118 | 0.000000e+00 |      --      |    Inf 
42.07/42.15	c  42.1s|  7800 |  1922 | 78110 |   9.3 |  18M| 393 |  10 |2280 |2570 |2280 |1674 |  93 |4292 |2125 | 0.000000e+00 |      --      |    Inf 
42.37/42.45	c  42.4s|  7900 |  1920 | 79109 |   9.4 |  18M| 393 |   - |2280 |2650 |2280 |1674 |  93 |4382 |2126 | 0.000000e+00 |      --      |    Inf 
42.67/42.79	c  42.8s|  8000 |  1922 | 80172 |   9.4 |  18M| 393 |   - |2280 |2698 |2280 |1674 |  93 |4465 |2133 | 0.000000e+00 |      --      |    Inf 
42.97/43.09	c  43.1s|  8100 |  1920 | 81128 |   9.4 |  18M| 393 |   6 |2280 |2766 |2280 |1674 |  93 |4553 |2137 | 0.000000e+00 |      --      |    Inf 
43.27/43.37	c  43.4s|  8200 |  1918 | 82162 |   9.4 |  18M| 393 |   - |2280 |2762 |2280 |1674 |  93 |4618 |2146 | 0.000000e+00 |      --      |    Inf 
43.57/43.63	c  43.6s|  8300 |  1918 | 83063 |   9.4 |  18M| 393 |   - |2280 |2784 |2280 |1674 |  93 |4693 |2146 | 0.000000e+00 |      --      |    Inf 
43.87/43.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.87/43.93	c  43.9s|  8400 |  1919 | 84192 |   9.4 |  18M| 393 |   - |2280 |2571 |2280 |1674 |  93 |4753 |2152 | 0.000000e+00 |      --      |    Inf 
44.27/44.33	c  44.3s|  8500 |  1923 | 85254 |   9.4 |  17M| 393 |  12 |2280 |2519 |2280 |1674 |  93 |4797 |2199 | 0.000000e+00 |      --      |    Inf 
44.57/44.65	c  44.6s|  8600 |  1923 | 86389 |   9.4 |  18M| 393 |   - |2280 |2585 |2280 |1674 |  93 |4893 |2201 | 0.000000e+00 |      --      |    Inf 
44.87/44.98	c  45.0s|  8700 |  1927 | 87387 |   9.4 |  17M| 393 |   - |2280 |2263 |2280 |1674 |  93 |4965 |2208 | 0.000000e+00 |      --      |    Inf 
45.17/45.28	c  45.3s|  8800 |  1927 | 88349 |   9.4 |  17M| 393 |  27 |2280 |2175 |2280 |1674 |  93 |5014 |2210 | 0.000000e+00 |      --      |    Inf 
45.56/45.61	c  45.6s|  8900 |  1926 | 89655 |   9.5 |  17M| 393 |  38 |2280 |2134 |2280 |1674 |  93 |5092 |2212 | 0.000000e+00 |      --      |    Inf 
45.87/45.91	c  45.9s|  9000 |  1928 | 90610 |   9.5 |  17M| 393 |   - |2280 |2068 |2280 |1674 |  93 |5173 |2213 | 0.000000e+00 |      --      |    Inf 
46.08/46.20	c  46.2s|  9100 |  1926 | 91424 |   9.5 |  17M| 393 |   - |2280 |2099 |2280 |1674 |  93 |5250 |2216 | 0.000000e+00 |      --      |    Inf 
46.46/46.52	c  46.5s|  9200 |  1924 | 92490 |   9.5 |  17M| 393 |   - |2280 |2140 |2280 |1674 |  93 |5328 |2217 | 0.000000e+00 |      --      |    Inf 
46.77/46.82	c  46.8s|  9300 |  1928 | 93366 |   9.5 |  17M| 393 |   - |2280 |2088 |2280 |1674 |  93 |5389 |2219 | 0.000000e+00 |      --      |    Inf 
47.07/47.14	c  47.1s|  9400 |  1928 | 94237 |   9.5 |  17M| 393 |  33 |2280 |2139 |2280 |1674 |  93 |5444 |2224 | 0.000000e+00 |      --      |    Inf 
47.46/47.56	c  47.6s|  9500 |  1930 | 95552 |   9.5 |  17M| 393 |   - |2280 |2174 |2280 |1674 |  93 |5523 |2259 | 0.000000e+00 |      --      |    Inf 
47.77/47.87	c  47.9s|  9600 |  1930 | 96739 |   9.5 |  17M| 393 |  37 |2280 |2141 |2280 |1674 |  93 |5578 |2262 | 0.000000e+00 |      --      |    Inf 
48.06/48.17	c  48.2s|  9700 |  1934 | 97685 |   9.5 |  17M| 393 |   - |2280 |2152 |2280 |1674 |  93 |5647 |2266 | 0.000000e+00 |      --      |    Inf 
48.47/48.52	c  48.5s|  9800 |  1930 | 98602 |   9.5 |  17M| 393 |   - |2280 |2226 |2280 |1674 |  93 |5736 |2289 | 0.000000e+00 |      --      |    Inf 
48.77/48.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.77/48.81	c  48.8s|  9900 |  1935 | 99603 |   9.5 |  17M| 393 |   - |2280 |2248 |2280 |1674 |  93 |5825 |2290 | 0.000000e+00 |      --      |    Inf 
49.06/49.10	c  49.1s| 10000 |  1933 |100402 |   9.5 |  17M| 393 |  35 |2280 |2319 |2280 |1674 |  93 |5920 |2291 | 0.000000e+00 |      --      |    Inf 
49.37/49.41	c  49.4s| 10100 |  1935 |101364 |   9.5 |  17M| 393 |   - |2280 |2348 |2280 |1674 |  93 |6014 |2297 | 0.000000e+00 |      --      |    Inf 
49.56/49.67	c  49.7s| 10200 |  1933 |102317 |   9.5 |  17M| 393 |   - |2280 |2368 |2280 |1674 |  93 |6047 |2297 | 0.000000e+00 |      --      |    Inf 
49.86/49.96	c  50.0s| 10300 |  1935 |103412 |   9.5 |  17M| 393 |  23 |2280 |2379 |2280 |1674 |  93 |6116 |2297 | 0.000000e+00 |      --      |    Inf 
50.16/50.28	c  50.3s| 10400 |  1931 |104578 |   9.6 |  17M| 393 |   - |2280 |2467 |2280 |1674 |  93 |6241 |2299 | 0.000000e+00 |      --      |    Inf 
50.47/50.58	c  50.6s| 10500 |  1937 |105672 |   9.6 |  18M| 393 |  21 |2280 |2502 |2280 |1674 |  93 |6336 |2300 | 0.000000e+00 |      --      |    Inf 
50.87/50.91	c  50.9s| 10600 |  1935 |106884 |   9.6 |  18M| 393 |   - |2280 |2597 |2280 |1674 |  93 |6455 |2302 | 0.000000e+00 |      --      |    Inf 
51.17/51.20	c  51.2s| 10700 |  1929 |107993 |   9.6 |  18M| 393 |   - |2280 |2592 |2280 |1674 |  93 |6519 |2303 | 0.000000e+00 |      --      |    Inf 
51.36/51.47	c  51.5s| 10800 |  1933 |108977 |   9.6 |  18M| 393 |   - |2280 |2498 |2280 |1674 |  93 |6595 |2304 | 0.000000e+00 |      --      |    Inf 
51.67/51.73	c  51.7s| 10900 |  1933 |109764 |   9.6 |  18M| 393 |  22 |2280 |2541 |2280 |1674 |  93 |6653 |2306 | 0.000000e+00 |      --      |    Inf 
51.96/52.01	c  52.0s| 11000 |  1929 |110920 |   9.6 |  17M| 393 |   - |2280 |2424 |2280 |1674 |  93 |6712 |2309 | 0.000000e+00 |      --      |    Inf 
52.16/52.29	c  52.3s| 11100 |  1937 |111879 |   9.6 |  17M| 393 |   - |2280 |2219 |2280 |1674 |  93 |6793 |2311 | 0.000000e+00 |      --      |    Inf 
52.47/52.56	c  52.6s| 11200 |  1937 |112584 |   9.6 |  17M| 393 |   - |2280 |2267 |2280 |1674 |  93 |6878 |2311 | 0.000000e+00 |      --      |    Inf 
52.77/52.83	c  52.8s| 11300 |  1934 |113551 |   9.6 |  17M| 393 |   - |2280 |2292 |2280 |1674 |  93 |6931 |2311 | 0.000000e+00 |      --      |    Inf 
52.96/53.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.96/53.09	c  53.1s| 11400 |  1932 |114619 |   9.6 |  17M| 393 |  24 |2280 |2289 |2280 |1674 |  93 |6979 |2313 | 0.000000e+00 |      --      |    Inf 
53.26/53.39	c  53.4s| 11500 |  1934 |115654 |   9.6 |  17M| 393 |   - |2280 |2331 |2280 |1674 |  93 |7099 |2316 | 0.000000e+00 |      --      |    Inf 
53.56/53.65	c  53.6s| 11600 |  1934 |116554 |   9.6 |  17M| 393 |  21 |2280 |2289 |2280 |1674 |  93 |7157 |2317 | 0.000000e+00 |      --      |    Inf 
53.96/54.04	c  54.0s| 11700 |  1934 |117735 |   9.6 |  17M| 393 |  30 |2280 |2294 |2280 |1674 |  93 |7197 |2351 | 0.000000e+00 |      --      |    Inf 
54.36/54.43	c  54.4s| 11800 |  1930 |118864 |   9.6 |  17M| 393 |   - |2280 |2338 |2280 |1674 |  93 |7252 |2383 | 0.000000e+00 |      --      |    Inf 
54.76/54.81	c  54.8s| 11900 |  1930 |120129 |   9.7 |  17M| 393 |  25 |2280 |2308 |2280 |1674 |  93 |7297 |2418 | 0.000000e+00 |      --      |    Inf 
55.06/55.17	c  55.2s| 12000 |  1925 |121091 |   9.7 |  17M| 393 |  49 |2280 |2302 |2280 |1674 |  93 |7402 |2440 | 0.000000e+00 |      --      |    Inf 
55.46/55.53	c  55.5s| 12100 |  1935 |122178 |   9.7 |  17M| 393 |  23 |2280 |2258 |2280 |1674 |  93 |7512 |2466 | 0.000000e+00 |      --      |    Inf 
55.77/55.83	c  55.8s| 12200 |  1935 |123121 |   9.7 |  17M| 393 |  26 |2280 |2308 |2280 |1674 |  93 |7577 |2477 | 0.000000e+00 |      --      |    Inf 
56.07/56.11	c  56.1s| 12300 |  1937 |124050 |   9.7 |  17M| 393 |  19 |2280 |2300 |2280 |1674 |  93 |7618 |2485 | 0.000000e+00 |      --      |    Inf 
56.36/56.44	c  56.4s| 12400 |  1931 |125018 |   9.7 |  17M| 393 |  37 |2280 |2309 |2280 |1674 |  93 |7680 |2494 | 0.000000e+00 |      --      |    Inf 
56.66/56.71	c  56.7s| 12500 |  1929 |125902 |   9.7 |  17M| 393 |   - |2280 |2355 |2280 |1674 |  93 |7760 |2496 | 0.000000e+00 |      --      |    Inf 
56.86/56.98	c  57.0s| 12600 |  1929 |126769 |   9.6 |  17M| 393 |  17 |2280 |2352 |2280 |1674 |  93 |7807 |2509 | 0.000000e+00 |      --      |    Inf 
57.17/57.26	c  57.3s| 12700 |  1927 |127631 |   9.6 |  17M| 393 |  27 |2280 |2367 |2280 |1674 |  93 |7864 |2510 | 0.000000e+00 |      --      |    Inf 
57.46/57.57	c  57.6s| 12800 |  1929 |128827 |   9.7 |  17M| 393 |  25 |2280 |2376 |2280 |1674 |  93 |7944 |2521 | 0.000000e+00 |      --      |    Inf 
57.86/57.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.86/57.90	c  57.9s| 12900 |  1927 |129929 |   9.7 |  17M| 393 |  33 |2280 |2296 |2280 |1674 |  93 |8053 |2528 | 0.000000e+00 |      --      |    Inf 
58.17/58.23	c  58.2s| 13000 |  1927 |131120 |   9.7 |  17M| 393 |  28 |2280 |2278 |2280 |1674 |  93 |8161 |2533 | 0.000000e+00 |      --      |    Inf 
58.46/58.54	c  58.5s| 13100 |  1925 |132190 |   9.7 |  17M| 393 |  13 |2280 |2292 |2280 |1674 |  93 |8232 |2538 | 0.000000e+00 |      --      |    Inf 
58.76/58.82	c  58.8s| 13200 |  1925 |133276 |   9.7 |  17M| 393 |   - |2280 |2202 |2280 |1674 |  93 |8269 |2543 | 0.000000e+00 |      --      |    Inf 
58.96/59.07	c  59.1s| 13300 |  1925 |134165 |   9.7 |  17M| 393 |   - |2280 |2194 |2280 |1674 |  93 |8301 |2545 | 0.000000e+00 |      --      |    Inf 
59.26/59.34	c  59.3s| 13400 |  1923 |135209 |   9.7 |  17M| 393 |  20 |2280 |2229 |2280 |1674 |  93 |8350 |2549 | 0.000000e+00 |      --      |    Inf 
59.57/59.66	c  59.7s| 13500 |  1922 |136325 |   9.7 |  17M| 393 |   - |2280 |2315 |2280 |1674 |  93 |8459 |2553 | 0.000000e+00 |      --      |    Inf 
59.86/59.94	c  59.9s| 13600 |  1920 |137347 |   9.7 |  17M| 393 |   - |2280 |2405 |2280 |1674 |  93 |8573 |2555 | 0.000000e+00 |      --      |    Inf 
60.16/60.23	c  60.2s| 13700 |  1922 |138505 |   9.7 |  17M| 393 |   - |2280 |2453 |2280 |1674 |  93 |8659 |2558 | 0.000000e+00 |      --      |    Inf 
60.76/60.80	c  60.8s| 13800 |  1968 |139296 |   9.7 |  17M| 393 |  10 |2280 |2391 |2280 |1674 |  93 |8702 |2689 | 0.000000e+00 |      --      |    Inf 
61.07/61.15	c  61.1s| 13900 |  1927 |140266 |   9.7 |  17M| 393 |  42 |2280 |2289 |2280 |1674 |  93 |8771 |2712 | 0.000000e+00 |      --      |    Inf 
61.36/61.48	c  61.5s| 14000 |  1925 |141349 |   9.7 |  17M| 393 |   - |2280 |2202 |2280 |1674 |  93 |8852 |2716 | 0.000000e+00 |      --      |    Inf 
61.66/61.78	c  61.8s| 14100 |  1927 |142390 |   9.7 |  17M| 393 |  27 |2280 |2178 |2280 |1674 |  93 |8926 |2722 | 0.000000e+00 |      --      |    Inf 
61.96/62.04	c  62.0s| 14200 |  1925 |143422 |   9.7 |  17M| 393 |   - |2280 |2165 |2280 |1674 |  93 |8983 |2723 | 0.000000e+00 |      --      |    Inf 
62.26/62.37	c  62.4s| 14300 |  1923 |144556 |   9.7 |  17M| 393 |   - |2280 |2211 |2280 |1674 |  93 |9068 |2728 | 0.000000e+00 |      --      |    Inf 
62.86/62.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.86/62.98	c  63.0s| 14400 |  1957 |145498 |   9.7 |  17M| 393 |  24 |2280 |2176 |2280 |1674 |  93 |9113 |2863 | 0.000000e+00 |      --      |    Inf 
63.46/63.55	c  63.6s| 14500 |  1985 |146293 |   9.7 |  17M| 393 |  28 |2280 |2175 |2280 |1674 |  93 |9145 |2978 | 0.000000e+00 |      --      |    Inf 
63.77/63.89	c  63.9s| 14600 |  2005 |147070 |   9.7 |  17M| 393 |   - |2280 |2138 |2280 |1674 |  93 |9149 |3032 | 0.000000e+00 |      --      |    Inf 
64.06/64.16	c  64.2s| 14700 |  1989 |148164 |   9.7 |  17M| 393 |   - |2280 |2170 |2280 |1674 |  93 |9182 |3047 | 0.000000e+00 |      --      |    Inf 
64.36/64.41	c  64.4s| 14800 |  1974 |149176 |   9.7 |  17M| 393 |  18 |2280 |2150 |2280 |1674 |  93 |9192 |3055 | 0.000000e+00 |      --      |    Inf 
64.56/64.68	c  64.7s| 14900 |  1964 |150263 |   9.7 |  17M| 393 |  27 |2280 |2161 |2280 |1674 |  93 |9221 |3067 | 0.000000e+00 |      --      |    Inf 
64.87/64.95	c  65.0s| 15000 |  1948 |151269 |   9.7 |  17M| 393 |  22 |2280 |2153 |2280 |1674 |  93 |9231 |3083 | 0.000000e+00 |      --      |    Inf 
65.25/65.33	c  65.3s| 15100 |  1950 |152516 |   9.8 |  17M| 393 |  28 |2280 |2168 |2280 |1674 |  93 |9259 |3127 | 0.000000e+00 |      --      |    Inf 
65.46/65.59	c  65.6s| 15200 |  1940 |153621 |   9.8 |  17M| 393 |   - |2280 |2149 |2280 |1674 |  93 |9259 |3144 | 0.000000e+00 |      --      |    Inf 
65.76/65.89	c  65.9s| 15300 |  1928 |154703 |   9.8 |  17M| 393 |  10 |2280 |2186 |2280 |1674 |  93 |9337 |3155 | 0.000000e+00 |      --      |    Inf 
66.06/66.15	c  66.2s| 15400 |  1928 |155733 |   9.8 |  17M| 393 |   - |2280 |2126 |2280 |1674 |  93 |9375 |3164 | 0.000000e+00 |      --      |    Inf 
66.36/66.44	c  66.4s| 15500 |  1924 |156923 |   9.8 |  17M| 393 |  45 |2280 |2169 |2280 |1674 |  93 |9440 |3175 | 0.000000e+00 |      --      |    Inf 
66.66/66.77	c  66.8s| 15600 |  1933 |157830 |   9.8 |  17M| 393 |  35 |2280 |2200 |2280 |1674 |  93 |9585 |3188 | 0.000000e+00 |      --      |    Inf 
66.96/67.06	c  67.1s| 15700 |  1935 |158621 |   9.8 |  17M| 393 |  14 |2280 |2247 |2280 |1674 |  93 |9666 |3188 | 0.000000e+00 |      --      |    Inf 
67.26/67.35	c  67.3s| 15800 |  1937 |159369 |   9.8 |  17M| 393 |  19 |2280 |2306 |2280 |1674 |  93 |9775 |3190 | 0.000000e+00 |      --      |    Inf 
67.56/67.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.56/67.65	c  67.7s| 15900 |  1931 |160328 |   9.8 |  17M| 393 |  35 |2280 |2276 |2280 |1674 |  93 |9848 |3190 | 0.000000e+00 |      --      |    Inf 
67.86/67.95	c  68.0s| 16000 |  1931 |161115 |   9.7 |  17M| 393 |   - |2280 |2297 |2280 |1674 |  93 |9898 |3191 | 0.000000e+00 |      --      |    Inf 
68.16/68.23	c  68.2s| 16100 |  1931 |161884 |   9.7 |  17M| 393 |   - |2280 |2342 |2280 |1674 |  93 |9960 |3191 | 0.000000e+00 |      --      |    Inf 
68.46/68.51	c  68.5s| 16200 |  1931 |162628 |   9.7 |  18M| 393 |  18 |2280 |2410 |2280 |1674 |  93 |  10k|3194 | 0.000000e+00 |      --      |    Inf 
68.76/68.80	c  68.8s| 16300 |  1932 |163465 |   9.7 |  18M| 393 |  22 |2280 |2479 |2280 |1674 |  93 |  10k|3199 | 0.000000e+00 |      --      |    Inf 
69.06/69.10	c  69.1s| 16400 |  1933 |164398 |   9.7 |  18M| 393 |  25 |2280 |2532 |2280 |1674 |  93 |  10k|3204 | 0.000000e+00 |      --      |    Inf 
69.36/69.42	c  69.4s| 16500 |  1933 |165274 |   9.7 |  18M| 393 |   - |2280 |2497 |2280 |1674 |  93 |  10k|3214 | 0.000000e+00 |      --      |    Inf 
69.66/69.72	c  69.7s| 16600 |  1935 |166149 |   9.7 |  18M| 393 |  42 |2280 |2629 |2280 |1674 |  93 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
69.86/69.99	c  70.0s| 16700 |  1935 |166924 |   9.7 |  18M| 393 |  34 |2280 |2724 |2280 |1674 |  93 |  10k|3226 | 0.000000e+00 |      --      |    Inf 
70.16/70.27	c  70.3s| 16800 |  1935 |167709 |   9.7 |  18M| 393 |   - |2280 |2818 |2280 |1674 |  93 |  10k|3228 | 0.000000e+00 |      --      |    Inf 
70.46/70.58	c  70.6s| 16900 |  1935 |168567 |   9.7 |  18M| 393 |   - |2280 |2858 |2280 |1674 |  93 |  10k|3233 | 0.000000e+00 |      --      |    Inf 
70.76/70.86	c  70.9s| 17000 |  1931 |169232 |   9.6 |  18M| 393 |   - |2280 |2888 |2280 |1674 |  93 |  10k|3234 | 0.000000e+00 |      --      |    Inf 
71.05/71.13	c  71.1s| 17100 |  1937 |169962 |   9.6 |  18M| 393 |  21 |2280 |2885 |2280 |1674 |  93 |  10k|3234 | 0.000000e+00 |      --      |    Inf 
71.36/71.41	c  71.4s| 17200 |  1936 |170795 |   9.6 |  18M| 393 |   - |2280 |2917 |2280 |1674 |  93 |  11k|3235 | 0.000000e+00 |      --      |    Inf 
71.56/71.69	c  71.7s| 17300 |  1934 |171636 |   9.6 |  18M| 393 |   - |2280 |2986 |2280 |1674 |  93 |  11k|3235 | 0.000000e+00 |      --      |    Inf 
71.85/71.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.85/71.96	c  72.0s| 17400 |  1934 |172457 |   9.6 |  18M| 393 |  16 |2280 |3030 |2280 |1674 |  93 |  11k|3235 | 0.000000e+00 |      --      |    Inf 
72.36/72.50	c  72.5s| 17500 |  1981 |173170 |   9.6 |  18M| 393 |   - |2280 |3026 |2280 |1674 |  93 |  11k|3352 | 0.000000e+00 |      --      |    Inf 
72.86/72.90	c  72.9s| 17600 |  1974 |174127 |   9.6 |  19M| 393 |   - |2280 |3108 |2280 |1674 |  93 |  11k|3393 | 0.000000e+00 |      --      |    Inf 
73.26/73.31	c  73.3s| 17700 |  1983 |175088 |   9.6 |  19M| 393 |  31 |2280 |3102 |2280 |1674 |  93 |  11k|3439 | 0.000000e+00 |      --      |    Inf 
73.67/73.79	c  73.8s| 17800 |  1979 |176077 |   9.6 |  19M| 393 |   - |2280 |3278 |2280 |1674 |  93 |  11k|3516 | 0.000000e+00 |      --      |    Inf 
74.06/74.15	c  74.1s| 17900 |  1977 |177365 |   9.6 |  19M| 393 |  36 |2280 |3413 |2280 |1674 |  93 |  11k|3531 | 0.000000e+00 |      --      |    Inf 
74.35/74.49	c  74.5s| 18000 |  1959 |178684 |   9.6 |  19M| 393 |   - |2280 |3295 |2280 |1674 |  93 |  11k|3548 | 0.000000e+00 |      --      |    Inf 
74.66/74.80	c  74.8s| 18100 |  1946 |179689 |   9.6 |  19M| 393 |   - |2280 |3304 |2280 |1674 |  93 |  12k|3557 | 0.000000e+00 |      --      |    Inf 
75.06/75.18	c  75.2s| 18200 |  1963 |180313 |   9.6 |  19M| 393 |   - |2280 |3396 |2280 |1674 |  93 |  12k|3610 | 0.000000e+00 |      --      |    Inf 
75.46/75.54	c  75.5s| 18300 |  1953 |181144 |   9.6 |  19M| 393 |  34 |2280 |3451 |2280 |1674 |  93 |  12k|3648 | 0.000000e+00 |      --      |    Inf 
75.77/75.88	c  75.9s| 18400 |  1949 |182455 |   9.6 |  19M| 393 |   - |2280 |3572 |2280 |1674 |  93 |  12k|3658 | 0.000000e+00 |      --      |    Inf 
76.06/76.18	c  76.2s| 18500 |  1963 |183390 |   9.6 |  19M| 393 |   - |2280 |3555 |2280 |1674 |  93 |  12k|3676 | 0.000000e+00 |      --      |    Inf 
76.35/76.48	c  76.5s| 18600 |  1956 |184389 |   9.6 |  19M| 393 |  37 |2280 |3404 |2280 |1674 |  93 |  12k|3682 | 0.000000e+00 |      --      |    Inf 
76.76/76.81	c  76.8s| 18700 |  1960 |185478 |   9.6 |  19M| 393 |  24 |2280 |3428 |2280 |1674 |  93 |  12k|3692 | 0.000000e+00 |      --      |    Inf 
77.06/77.13	c  77.1s| 18800 |  1963 |186411 |   9.6 |  19M| 393 |   - |2280 |3354 |2280 |1674 |  93 |  12k|3707 | 0.000000e+00 |      --      |    Inf 
77.36/77.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.36/77.47	c  77.5s| 18900 |  1957 |187205 |   9.6 |  19M| 393 |   - |2280 |3395 |2280 |1674 |  93 |  12k|3743 | 0.000000e+00 |      --      |    Inf 
77.66/77.76	c  77.8s| 19000 |  1950 |188333 |   9.6 |  19M| 393 |  33 |2280 |3344 |2280 |1674 |  93 |  13k|3757 | 0.000000e+00 |      --      |    Inf 
77.96/78.01	c  78.0s| 19100 |  1960 |189239 |   9.6 |  19M| 393 |   - |2280 |3351 |2280 |1674 |  93 |  13k|3762 | 0.000000e+00 |      --      |    Inf 
78.26/78.32	c  78.3s| 19200 |  1952 |190254 |   9.6 |  19M| 393 |  30 |2280 |3355 |2280 |1674 |  93 |  13k|3777 | 0.000000e+00 |      --      |    Inf 
78.56/78.62	c  78.6s| 19300 |  1954 |191764 |   9.7 |  19M| 393 |  35 |2280 |3556 |2280 |1674 |  93 |  13k|3781 | 0.000000e+00 |      --      |    Inf 
78.76/78.89	c  78.9s| 19400 |  1951 |192911 |   9.7 |  19M| 393 |   - |2280 |3695 |2280 |1674 |  93 |  13k|3783 | 0.000000e+00 |      --      |    Inf 
79.06/79.19	c  79.2s| 19500 |  1953 |194210 |   9.7 |  20M| 393 |  39 |2280 |3928 |2280 |1674 |  93 |  14k|3785 | 0.000000e+00 |      --      |    Inf 
79.45/79.53	c  79.5s| 19600 |  1953 |195671 |   9.7 |  20M| 393 |  36 |2280 |4353 |2280 |1674 |  93 |  14k|3790 | 0.000000e+00 |      --      |    Inf 
79.85/79.92	c  79.9s| 19700 |  1951 |197317 |   9.8 |  21M| 393 |   - |2280 |4795 |2280 |1674 |  93 |  14k|3800 | 0.000000e+00 |      --      |    Inf 
80.16/80.23	c  80.2s| 19800 |  1949 |198608 |   9.8 |  20M| 393 |  41 |2280 |4410 |2280 |1674 |  93 |  15k|3802 | 0.000000e+00 |      --      |    Inf 
80.45/80.50	c  80.5s| 19900 |  1965 |199689 |   9.8 |  20M| 393 |  43 |2280 |4198 |2280 |1674 |  93 |  15k|3805 | 0.000000e+00 |      --      |    Inf 
80.76/80.83	c  80.8s| 20000 |  1964 |200978 |   9.8 |  19M| 393 |  30 |2280 |3686 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
81.05/81.13	c  81.1s| 20100 |  1956 |202376 |   9.8 |  19M| 393 |  40 |2280 |3431 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
81.36/81.44	c  81.4s| 20200 |  1948 |203201 |   9.8 |  19M| 393 |  18 |2280 |3041 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
81.65/81.75	c  81.7s| 20300 |  1952 |203932 |   9.8 |  19M| 393 |   - |2280 |2986 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
81.96/82.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.96/82.04	c  82.0s| 20400 |  1948 |204701 |   9.8 |  19M| 393 |   - |2280 |2989 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
82.25/82.33	c  82.3s| 20500 |  1948 |205468 |   9.8 |  19M| 393 |  31 |2280 |2979 |2280 |1674 |  93 |  15k|3809 | 0.000000e+00 |      --      |    Inf 
82.55/82.63	c  82.6s| 20600 |  1945 |206297 |   9.8 |  19M| 393 |  27 |2280 |2935 |2280 |1674 |  93 |  15k|3816 | 0.000000e+00 |      --      |    Inf 
82.76/82.88	c  82.9s| 20700 |  1949 |207265 |   9.8 |  19M| 393 |  14 |2280 |2889 |2280 |1674 |  93 |  15k|3822 | 0.000000e+00 |      --      |    Inf 
83.06/83.14	c  83.1s| 20800 |  1943 |208299 |   9.8 |  19M| 393 |   - |2280 |2843 |2280 |1674 |  93 |  16k|3824 | 0.000000e+00 |      --      |    Inf 
83.26/83.34	c  83.3s| 20900 |  1943 |209035 |   9.8 |  19M| 393 |  10 |2280 |2857 |2280 |1674 |  93 |  16k|3824 | 0.000000e+00 |      --      |    Inf 
83.56/83.63	c  83.6s| 21000 |  1942 |209894 |   9.7 |  19M| 393 |   - |2280 |2870 |2280 |1674 |  93 |  16k|3825 | 0.000000e+00 |      --      |    Inf 
83.86/83.91	c  83.9s| 21100 |  1942 |210984 |   9.8 |  19M| 393 |  23 |2280 |2834 |2280 |1674 |  93 |  16k|3827 | 0.000000e+00 |      --      |    Inf 
84.16/84.24	c  84.2s| 21200 |  1943 |212132 |   9.8 |  18M| 393 |  23 |2280 |2734 |2280 |1674 |  93 |  16k|3833 | 0.000000e+00 |      --      |    Inf 
84.46/84.54	c  84.5s| 21300 |  1943 |213108 |   9.8 |  19M| 393 |  22 |2280 |2840 |2280 |1674 |  93 |  16k|3844 | 0.000000e+00 |      --      |    Inf 
84.76/84.84	c  84.8s| 21400 |  1945 |214082 |   9.8 |  19M| 393 |   8 |2280 |2776 |2280 |1674 |  93 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
85.15/85.23	c  85.2s| 21500 |  1947 |215071 |   9.8 |  19M| 393 |   - |2280 |2852 |2280 |1674 |  93 |  16k|3890 | 0.000000e+00 |      --      |    Inf 
85.46/85.54	c  85.5s| 21600 |  1951 |215963 |   9.8 |  19M| 393 |  29 |2280 |2929 |2280 |1674 |  93 |  16k|3911 | 0.000000e+00 |      --      |    Inf 
85.76/85.86	c  85.9s| 21700 |  1947 |216718 |   9.7 |  19M| 393 |  30 |2280 |2977 |2280 |1674 |  93 |  16k|3931 | 0.000000e+00 |      --      |    Inf 
86.06/86.11	c  86.1s| 21800 |  1951 |217498 |   9.7 |  19M| 393 |  20 |2280 |3047 |2280 |1674 |  93 |  16k|3936 | 0.000000e+00 |      --      |    Inf 
86.25/86.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.25/86.39	c  86.4s| 21900 |  1951 |218343 |   9.7 |  19M| 393 |   - |2280 |3174 |2280 |1674 |  93 |  17k|3940 | 0.000000e+00 |      --      |    Inf 
86.55/86.64	c  86.6s| 22000 |  1952 |219064 |   9.7 |  19M| 393 |  35 |2280 |3145 |2280 |1674 |  93 |  17k|3942 | 0.000000e+00 |      --      |    Inf 
86.86/86.92	c  86.9s| 22100 |  1948 |220049 |   9.7 |  19M| 393 |   - |2280 |3130 |2280 |1674 |  93 |  17k|3943 | 0.000000e+00 |      --      |    Inf 
87.15/87.21	c  87.2s| 22200 |  1950 |221008 |   9.7 |  19M| 393 |  23 |2280 |3156 |2280 |1674 |  93 |  17k|3954 | 0.000000e+00 |      --      |    Inf 
87.35/87.49	c  87.5s| 22300 |  1951 |221948 |   9.7 |  19M| 393 |  10 |2280 |3240 |2280 |1674 |  93 |  17k|3957 | 0.000000e+00 |      --      |    Inf 
87.65/87.78	c  87.8s| 22400 |  1945 |222776 |   9.7 |  19M| 393 |  39 |2280 |3298 |2280 |1674 |  93 |  17k|3960 | 0.000000e+00 |      --      |    Inf 
87.96/88.05	c  88.1s| 22500 |  1949 |223757 |   9.7 |  19M| 393 |  21 |2280 |3287 |2280 |1674 |  93 |  17k|3965 | 0.000000e+00 |      --      |    Inf 
88.26/88.33	c  88.3s| 22600 |  1949 |224713 |   9.7 |  19M| 393 |  19 |2280 |3358 |2280 |1674 |  93 |  17k|3966 | 0.000000e+00 |      --      |    Inf 
88.55/88.63	c  88.6s| 22700 |  1948 |225638 |   9.7 |  19M| 393 |   - |2280 |3315 |2280 |1674 |  93 |  17k|3972 | 0.000000e+00 |      --      |    Inf 
88.76/88.89	c  88.9s| 22800 |  1949 |226609 |   9.7 |  19M| 393 |   - |2280 |3291 |2280 |1674 |  93 |  17k|3973 | 0.000000e+00 |      --      |    Inf 
89.06/89.16	c  89.2s| 22900 |  1944 |227681 |   9.7 |  19M| 393 |   - |2280 |3328 |2280 |1674 |  93 |  18k|3973 | 0.000000e+00 |      --      |    Inf 
89.36/89.47	c  89.5s| 23000 |  1946 |228489 |   9.7 |  19M| 393 |   - |2280 |3306 |2280 |1674 |  93 |  18k|3981 | 0.000000e+00 |      --      |    Inf 
89.65/89.75	c  89.8s| 23100 |  1944 |229334 |   9.7 |  19M| 393 |  32 |2280 |3359 |2280 |1674 |  93 |  18k|3983 | 0.000000e+00 |      --      |    Inf 
89.96/90.07	c  90.1s| 23200 |  1946 |230298 |   9.7 |  19M| 393 |  26 |2280 |3227 |2280 |1674 |  93 |  18k|3998 | 0.000000e+00 |      --      |    Inf 
90.25/90.37	c  90.4s| 23300 |  1948 |231330 |   9.7 |  19M| 393 |  21 |2280 |3096 |2280 |1674 |  93 |  18k|4003 | 0.000000e+00 |      --      |    Inf 
90.55/90.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.55/90.69	c  90.7s| 23400 |  1944 |232516 |   9.7 |  19M| 393 |   - |2280 |3097 |2280 |1674 |  93 |  18k|4005 | 0.000000e+00 |      --      |    Inf 
90.95/91.01	c  91.0s| 23500 |  1948 |233704 |   9.7 |  19M| 393 |   - |2280 |3062 |2280 |1674 |  93 |  18k|4014 | 0.000000e+00 |      --      |    Inf 
91.26/91.34	c  91.3s| 23600 |  1948 |234731 |   9.7 |  19M| 393 |  40 |2280 |3135 |2280 |1674 |  93 |  18k|4020 | 0.000000e+00 |      --      |    Inf 
91.55/91.67	c  91.7s| 23700 |  1948 |235900 |   9.7 |  19M| 393 |   - |2280 |3191 |2280 |1674 |  93 |  18k|4022 | 0.000000e+00 |      --      |    Inf 
91.85/91.96	c  92.0s| 23800 |  1949 |237168 |   9.7 |  19M| 393 |   - |2280 |3212 |2280 |1674 |  93 |  18k|4033 | 0.000000e+00 |      --      |    Inf 
92.26/92.30	c  92.3s| 23900 |  1958 |238427 |   9.8 |  19M| 393 |  23 |2280 |3011 |2280 |1674 |  93 |  18k|4045 | 0.000000e+00 |      --      |    Inf 
92.55/92.64	c  92.6s| 24000 |  1958 |239458 |   9.8 |  19M| 393 |  33 |2280 |2881 |2280 |1674 |  93 |  18k|4050 | 0.000000e+00 |      --      |    Inf 
92.85/92.94	c  92.9s| 24100 |  1960 |240369 |   9.8 |  19M| 393 |  35 |2280 |2896 |2280 |1674 |  93 |  18k|4051 | 0.000000e+00 |      --      |    Inf 
93.15/93.28	c  93.3s| 24200 |  1958 |241529 |   9.8 |  19M| 393 |   - |2280 |2932 |2280 |1674 |  93 |  19k|4054 | 0.000000e+00 |      --      |    Inf 
93.55/93.60	c  93.6s| 24300 |  1959 |242624 |   9.8 |  19M| 393 |  39 |2280 |2985 |2280 |1674 |  93 |  19k|4054 | 0.000000e+00 |      --      |    Inf 
93.85/93.95	c  93.9s| 24400 |  1957 |243654 |   9.8 |  19M| 393 |   - |2280 |3012 |2280 |1674 |  93 |  19k|4057 | 0.000000e+00 |      --      |    Inf 
94.15/94.29	c  94.3s| 24500 |  1957 |244810 |   9.8 |  19M| 393 |  50 |2280 |3000 |2280 |1674 |  93 |  19k|4066 | 0.000000e+00 |      --      |    Inf 
94.56/94.68	c  94.7s| 24600 |  1959 |245947 |   9.8 |  19M| 393 |  35 |2280 |2988 |2280 |1674 |  93 |  19k|4093 | 0.000000e+00 |      --      |    Inf 
94.95/95.04	c  95.0s| 24700 |  1967 |247014 |   9.8 |  19M| 393 |  23 |2280 |2693 |2280 |1674 |  93 |  19k|4109 | 0.000000e+00 |      --      |    Inf 
95.25/95.35	c  95.3s| 24800 |  1969 |248025 |   9.8 |  18M| 393 |  24 |2280 |2662 |2280 |1674 |  93 |  19k|4114 | 0.000000e+00 |      --      |    Inf 
95.56/95.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.56/95.64	c  95.6s| 24900 |  1969 |248917 |   9.8 |  19M| 393 |   - |2280 |2691 |2280 |1674 |  93 |  19k|4116 | 0.000000e+00 |      --      |    Inf 
95.85/95.96	c  96.0s| 25000 |  1967 |249749 |   9.8 |  19M| 393 |   - |2280 |2726 |2280 |1674 |  93 |  19k|4123 | 0.000000e+00 |      --      |    Inf 
96.16/96.27	c  96.3s| 25100 |  1969 |250672 |   9.8 |  19M| 393 |   - |2280 |2778 |2280 |1674 |  93 |  19k|4130 | 0.000000e+00 |      --      |    Inf 
96.45/96.58	c  96.6s| 25200 |  1967 |251634 |   9.8 |  19M| 393 |  21 |2280 |2814 |2280 |1674 |  93 |  19k|4131 | 0.000000e+00 |      --      |    Inf 
96.76/96.89	c  96.9s| 25300 |  1965 |252527 |   9.8 |  19M| 393 |   - |2280 |2826 |2280 |1674 |  93 |  19k|4134 | 0.000000e+00 |      --      |    Inf 
97.16/97.20	c  97.2s| 25400 |  1961 |253262 |   9.8 |  19M| 393 |   - |2280 |2796 |2280 |1674 |  93 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
97.35/97.49	c  97.5s| 25500 |  1962 |254112 |   9.8 |  19M| 393 |  27 |2280 |2788 |2280 |1674 |  93 |  19k|4139 | 0.000000e+00 |      --      |    Inf 
97.65/97.78	c  97.8s| 25600 |  1966 |255045 |   9.8 |  19M| 393 |  44 |2280 |2801 |2280 |1674 |  93 |  19k|4141 | 0.000000e+00 |      --      |    Inf 
97.96/98.04	c  98.0s| 25700 |  1966 |255799 |   9.8 |  19M| 393 |   - |2280 |2847 |2280 |1674 |  93 |  20k|4142 | 0.000000e+00 |      --      |    Inf 
98.26/98.35	c  98.3s| 25800 |  1974 |256871 |   9.8 |  19M| 393 |  17 |2280 |2853 |2280 |1674 |  93 |  20k|4144 | 0.000000e+00 |      --      |    Inf 
98.56/98.64	c  98.6s| 25900 |  1976 |257861 |   9.8 |  19M| 393 |   - |2280 |2881 |2280 |1674 |  93 |  20k|4144 | 0.000000e+00 |      --      |    Inf 
98.86/98.95	c  98.9s| 26000 |  1972 |258918 |   9.8 |  19M| 393 |   - |2280 |2966 |2280 |1674 |  93 |  20k|4144 | 0.000000e+00 |      --      |    Inf 
99.15/99.25	c  99.3s| 26100 |  1972 |259975 |   9.8 |  19M| 393 |   - |2280 |3000 |2280 |1674 |  93 |  20k|4145 | 0.000000e+00 |      --      |    Inf 
99.45/99.59	c  99.6s| 26200 |  1972 |261248 |   9.8 |  19M| 393 |   - |2280 |3029 |2280 |1674 |  93 |  20k|4145 | 0.000000e+00 |      --      |    Inf 
99.85/99.92	c  99.9s| 26300 |  1972 |262336 |   9.8 |  19M| 393 |  17 |2280 |3003 |2280 |1674 |  93 |  20k|4145 | 0.000000e+00 |      --      |    Inf 
100.15/100.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.15/100.20	c   100s| 26400 |  1972 |263263 |   9.8 |  19M| 393 |  30 |2280 |3028 |2280 |1674 |  93 |  20k|4149 | 0.000000e+00 |      --      |    Inf 
100.45/100.50	c   101s| 26500 |  1974 |264408 |   9.8 |  19M| 393 |  23 |2280 |3037 |2280 |1674 |  93 |  20k|4149 | 0.000000e+00 |      --      |    Inf 
100.75/100.80	c   101s| 26600 |  1972 |265353 |   9.8 |  19M| 393 |  25 |2280 |3102 |2280 |1674 |  93 |  20k|4149 | 0.000000e+00 |      --      |    Inf 
100.95/101.10	c   101s| 26700 |  1972 |266337 |   9.8 |  19M| 393 |  35 |2280 |3149 |2280 |1674 |  93 |  20k|4149 | 0.000000e+00 |      --      |    Inf 
101.36/101.49	c   101s| 26800 |  1970 |267318 |   9.8 |  19M| 393 |   - |2280 |3168 |2280 |1674 |  93 |  20k|4175 | 0.000000e+00 |      --      |    Inf 
101.75/101.86	c   102s| 26900 |  1968 |268155 |   9.8 |  19M| 393 |   - |2280 |3179 |2280 |1674 |  93 |  20k|4195 | 0.000000e+00 |      --      |    Inf 
102.16/102.25	c   102s| 27000 |  1968 |269169 |   9.8 |  19M| 393 |  16 |2280 |3218 |2280 |1674 |  93 |  21k|4219 | 0.000000e+00 |      --      |    Inf 
102.56/102.61	c   103s| 27100 |  1966 |270041 |   9.8 |  19M| 393 |   - |2280 |3251 |2280 |1674 |  93 |  21k|4242 | 0.000000e+00 |      --      |    Inf 
102.85/102.96	c   103s| 27200 |  1962 |270901 |   9.8 |  19M| 393 |   - |2280 |3289 |2280 |1674 |  93 |  21k|4260 | 0.000000e+00 |      --      |    Inf 
103.26/103.33	c   103s| 27300 |  1964 |271867 |   9.8 |  19M| 393 |  21 |2280 |3228 |2280 |1674 |  93 |  21k|4285 | 0.000000e+00 |      --      |    Inf 
103.66/103.76	c   104s| 27400 |  1961 |272890 |   9.8 |  19M| 393 |  44 |2280 |3095 |2280 |1674 |  93 |  21k|4320 | 0.000000e+00 |      --      |    Inf 
104.06/104.18	c   104s| 27500 |  1960 |274157 |   9.8 |  19M| 393 |   - |2280 |3103 |2280 |1674 |  93 |  21k|4345 | 0.000000e+00 |      --      |    Inf 
104.36/104.50	c   104s| 27600 |  1964 |275023 |   9.8 |  19M| 393 |   - |2280 |3026 |2280 |1674 |  93 |  21k|4357 | 0.000000e+00 |      --      |    Inf 
104.75/104.88	c   105s| 27700 |  1980 |276168 |   9.8 |  19M| 393 |  37 |2280 |2908 |2280 |1674 |  93 |  21k|4393 | 0.000000e+00 |      --      |    Inf 
105.15/105.26	c   105s| 27800 |  1991 |277474 |   9.8 |  19M| 393 |   - |2280 |2694 |2280 |1674 |  93 |  21k|4416 | 0.000000e+00 |      --      |    Inf 
105.46/105.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.46/105.57	c   106s| 27900 |  1993 |278423 |   9.8 |  19M| 393 |  26 |2280 |2713 |2280 |1674 |  93 |  21k|4419 | 0.000000e+00 |      --      |    Inf 
105.75/105.86	c   106s| 28000 |  1995 |279237 |   9.8 |  19M| 393 |  33 |2280 |2706 |2280 |1674 |  93 |  21k|4428 | 0.000000e+00 |      --      |    Inf 
106.15/106.21	c   106s| 28100 |  1995 |280249 |   9.8 |  19M| 393 |   - |2280 |2712 |2280 |1674 |  93 |  21k|4433 | 0.000000e+00 |      --      |    Inf 
106.35/106.49	c   106s| 28200 |  1993 |280973 |   9.8 |  19M| 393 |   - |2280 |2690 |2280 |1674 |  93 |  21k|4434 | 0.000000e+00 |      --      |    Inf 
106.75/106.82	c   107s| 28300 |  1997 |282001 |   9.8 |  19M| 393 |  21 |2280 |2660 |2280 |1674 |  93 |  21k|4446 | 0.000000e+00 |      --      |    Inf 
106.95/107.08	c   107s| 28400 |  1993 |282912 |   9.8 |  19M| 393 |   - |2280 |2756 |2280 |1674 |  93 |  22k|4449 | 0.000000e+00 |      --      |    Inf 
107.25/107.36	c   107s| 28500 |  1995 |283838 |   9.8 |  19M| 393 |   - |2280 |2842 |2280 |1674 |  93 |  22k|4449 | 0.000000e+00 |      --      |    Inf 
107.55/107.62	c   108s| 28600 |  1997 |284706 |   9.8 |  19M| 393 |   - |2280 |2940 |2280 |1674 |  93 |  22k|4449 | 0.000000e+00 |      --      |    Inf 
107.76/107.89	c   108s| 28700 |  1995 |285618 |   9.8 |  19M| 393 |  21 |2280 |2993 |2280 |1674 |  93 |  22k|4450 | 0.000000e+00 |      --      |    Inf 
108.05/108.16	c   108s| 28800 |  1995 |286574 |   9.8 |  19M| 393 |   - |2280 |3070 |2280 |1674 |  93 |  22k|4450 | 0.000000e+00 |      --      |    Inf 
108.35/108.45	c   108s| 28900 |  1998 |287532 |   9.8 |  19M| 393 |   - |2280 |3043 |2280 |1674 |  93 |  22k|4450 | 0.000000e+00 |      --      |    Inf 
108.65/108.74	c   109s| 29000 |  2000 |288516 |   9.8 |  19M| 393 |  26 |2280 |3013 |2280 |1674 |  93 |  22k|4454 | 0.000000e+00 |      --      |    Inf 
108.95/109.04	c   109s| 29100 |  2000 |289515 |   9.8 |  19M| 393 |  23 |2280 |3134 |2280 |1674 |  93 |  22k|4455 | 0.000000e+00 |      --      |    Inf 
109.25/109.33	c   109s| 29200 |  1998 |290525 |   9.8 |  19M| 393 |   - |2280 |3196 |2280 |1674 |  93 |  22k|4457 | 0.000000e+00 |      --      |    Inf 
109.55/109.65	c   110s| 29300 |  1998 |291512 |   9.8 |  19M| 393 |   - |2280 |3257 |2280 |1674 |  93 |  23k|4464 | 0.000000e+00 |      --      |    Inf 
109.85/109.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.85/109.94	c   110s| 29400 |  1998 |292524 |   9.8 |  19M| 393 |  23 |2280 |3293 |2280 |1674 |  93 |  23k|4464 | 0.000000e+00 |      --      |    Inf 
110.15/110.25	c   110s| 29500 |  1996 |293524 |   9.8 |  19M| 393 |  21 |2280 |3233 |2280 |1674 |  93 |  23k|4465 | 0.000000e+00 |      --      |    Inf 
110.45/110.55	c   111s| 29600 |  2000 |294629 |   9.8 |  19M| 393 |  32 |2280 |3144 |2280 |1674 |  93 |  23k|4467 | 0.000000e+00 |      --      |    Inf 
110.75/110.83	c   111s| 29700 |  2002 |295555 |   9.8 |  19M| 393 |   - |2280 |3097 |2280 |1674 |  93 |  23k|4467 | 0.000000e+00 |      --      |    Inf 
110.96/111.10	c   111s| 29800 |  2000 |296271 |   9.8 |  19M| 393 |   - |2280 |3114 |2280 |1674 |  93 |  23k|4467 | 0.000000e+00 |      --      |    Inf 
111.25/111.37	c   111s| 29900 |  2000 |296917 |   9.8 |  19M| 393 |  25 |2280 |3161 |2280 |1674 |  93 |  23k|4468 | 0.000000e+00 |      --      |    Inf 
111.55/111.65	c   112s| 30000 |  2000 |297675 |   9.7 |  19M| 393 |  19 |2280 |3182 |2280 |1674 |  93 |  23k|4470 | 0.000000e+00 |      --      |    Inf 
111.85/111.92	c   112s| 30100 |  1998 |298346 |   9.7 |  19M| 393 |  23 |2280 |3230 |2280 |1674 |  93 |  23k|4472 | 0.000000e+00 |      --      |    Inf 
112.06/112.19	c   112s| 30200 |  2002 |299065 |   9.7 |  19M| 393 |   - |2280 |3209 |2280 |1674 |  93 |  23k|4472 | 0.000000e+00 |      --      |    Inf 
112.35/112.47	c   112s| 30300 |  2000 |299844 |   9.7 |  19M| 393 |   - |2280 |3241 |2280 |1674 |  93 |  23k|4475 | 0.000000e+00 |      --      |    Inf 
112.65/112.73	c   113s| 30400 |  2000 |300581 |   9.7 |  19M| 393 |  25 |2280 |3273 |2280 |1674 |  93 |  23k|4477 | 0.000000e+00 |      --      |    Inf 
112.95/113.02	c   113s| 30500 |  1998 |301479 |   9.7 |  19M| 393 |  35 |2280 |3291 |2280 |1674 |  93 |  23k|4481 | 0.000000e+00 |      --      |    Inf 
113.15/113.29	c   113s| 30600 |  2000 |302192 |   9.7 |  20M| 393 |  34 |2280 |3356 |2280 |1674 |  93 |  24k|4483 | 0.000000e+00 |      --      |    Inf 
113.45/113.56	c   114s| 30700 |  2000 |303093 |   9.7 |  20M| 393 |  34 |2280 |3439 |2280 |1674 |  93 |  24k|4483 | 0.000000e+00 |      --      |    Inf 
113.75/113.83	c   114s| 30800 |  2000 |304053 |   9.7 |  20M| 393 |   - |2280 |3524 |2280 |1674 |  93 |  24k|4483 | 0.000000e+00 |      --      |    Inf 
114.05/114.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.05/114.11	c   114s| 30900 |  1996 |304950 |   9.7 |  20M| 393 |   - |2280 |3451 |2280 |1674 |  93 |  24k|4483 | 0.000000e+00 |      --      |    Inf 
114.26/114.38	c   114s| 31000 |  1996 |305553 |   9.7 |  20M| 393 |  37 |2280 |3450 |2280 |1674 |  93 |  24k|4483 | 0.000000e+00 |      --      |    Inf 
114.54/114.66	c   115s| 31100 |  1998 |306307 |   9.7 |  19M| 393 |   - |2280 |3195 |2280 |1674 |  93 |  24k|4485 | 0.000000e+00 |      --      |    Inf 
114.85/114.96	c   115s| 31200 |  1996 |307131 |   9.7 |  19M| 393 |  25 |2280 |3241 |2280 |1674 |  93 |  24k|4486 | 0.000000e+00 |      --      |    Inf 
115.15/115.25	c   115s| 31300 |  2000 |307919 |   9.7 |  19M| 393 |  32 |2280 |3248 |2280 |1674 |  93 |  24k|4495 | 0.000000e+00 |      --      |    Inf 
115.46/115.51	c   116s| 31400 |  1998 |308738 |   9.7 |  19M| 393 |   - |2280 |3280 |2280 |1674 |  93 |  24k|4495 | 0.000000e+00 |      --      |    Inf 
115.65/115.79	c   116s| 31500 |  1996 |309589 |   9.7 |  20M| 393 |   - |2280 |3316 |2280 |1674 |  93 |  24k|4496 | 0.000000e+00 |      --      |    Inf 
115.95/116.07	c   116s| 31600 |  1994 |310256 |   9.7 |  20M| 393 |   - |2280 |3370 |2280 |1674 |  93 |  24k|4500 | 0.000000e+00 |      --      |    Inf 
116.25/116.37	c   116s| 31700 |  2000 |311271 |   9.7 |  20M| 393 |   - |2280 |3415 |2280 |1674 |  93 |  24k|4502 | 0.000000e+00 |      --      |    Inf 
116.56/116.66	c   117s| 31800 |  1996 |312219 |   9.7 |  20M| 393 |   - |2280 |3441 |2280 |1674 |  93 |  24k|4503 | 0.000000e+00 |      --      |    Inf 
116.85/116.92	c   117s| 31900 |  1996 |313140 |   9.7 |  20M| 393 |   - |2280 |3441 |2280 |1674 |  93 |  24k|4503 | 0.000000e+00 |      --      |    Inf 
117.04/117.18	c   117s| 32000 |  1994 |313928 |   9.6 |  20M| 393 |   - |2280 |3470 |2280 |1674 |  93 |  24k|4504 | 0.000000e+00 |      --      |    Inf 
117.35/117.46	c   117s| 32100 |  2002 |314776 |   9.6 |  19M| 393 |  12 |2280 |3262 |2280 |1674 |  93 |  24k|4506 | 0.000000e+00 |      --      |    Inf 
117.65/117.74	c   118s| 32200 |  2001 |315585 |   9.6 |  20M| 393 |  31 |2280 |3315 |2280 |1674 |  93 |  25k|4506 | 0.000000e+00 |      --      |    Inf 
117.95/118.01	c   118s| 32300 |  1999 |316355 |   9.6 |  20M| 393 |  31 |2280 |3347 |2280 |1674 |  93 |  25k|4506 | 0.000000e+00 |      --      |    Inf 
118.15/118.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.15/118.28	c   118s| 32400 |  2000 |317056 |   9.6 |  20M| 393 |   - |2280 |3311 |2280 |1674 |  93 |  25k|4506 | 0.000000e+00 |      --      |    Inf 
118.45/118.54	c   119s| 32500 |  2000 |317701 |   9.6 |  20M| 393 |  23 |2280 |3374 |2280 |1674 |  93 |  25k|4506 | 0.000000e+00 |      --      |    Inf 
118.75/118.81	c   119s| 32600 |  1998 |318352 |   9.6 |  20M| 393 |  31 |2280 |3413 |2280 |1674 |  93 |  25k|4506 | 0.000000e+00 |      --      |    Inf 
118.95/119.08	c   119s| 32700 |  1998 |319089 |   9.6 |  20M| 393 |   - |2280 |3476 |2280 |1674 |  93 |  25k|4510 | 0.000000e+00 |      --      |    Inf 
119.25/119.36	c   119s| 32800 |  2000 |319895 |   9.6 |  20M| 393 |   - |2280 |3492 |2280 |1674 |  93 |  25k|4515 | 0.000000e+00 |      --      |    Inf 
119.55/119.63	c   120s| 32900 |  2003 |320727 |   9.6 |  20M| 393 |  22 |2280 |3487 |2280 |1674 |  93 |  25k|4515 | 0.000000e+00 |      --      |    Inf 
119.85/119.92	c   120s| 33000 |  2001 |321607 |   9.6 |  20M| 393 |   - |2280 |3524 |2280 |1674 |  93 |  25k|4515 | 0.000000e+00 |      --      |    Inf 
120.15/120.22	c   120s| 33100 |  2001 |322411 |   9.6 |  20M| 393 |   - |2280 |3528 |2280 |1674 |  93 |  26k|4515 | 0.000000e+00 |      --      |    Inf 
120.34/120.48	c   120s| 33200 |  2001 |323156 |   9.6 |  20M| 393 |  18 |2280 |3590 |2280 |1674 |  93 |  26k|4515 | 0.000000e+00 |      --      |    Inf 
120.65/120.74	c   121s| 33300 |  1999 |323846 |   9.6 |  20M| 393 |   - |2280 |3691 |2280 |1674 |  93 |  26k|4515 | 0.000000e+00 |      --      |    Inf 
120.95/121.07	c   121s| 33400 |  2001 |324565 |   9.6 |  20M| 393 |  30 |2280 |3641 |2280 |1674 |  93 |  26k|4533 | 0.000000e+00 |      --      |    Inf 
121.35/121.42	c   121s| 33500 |  1999 |325384 |   9.6 |  20M| 393 |   - |2280 |3733 |2280 |1674 |  93 |  26k|4555 | 0.000000e+00 |      --      |    Inf 
121.65/121.73	c   122s| 33600 |  2001 |326144 |   9.6 |  20M| 393 |  34 |2280 |3729 |2280 |1674 |  93 |  26k|4565 | 0.000000e+00 |      --      |    Inf 
121.95/122.03	c   122s| 33700 |  1997 |326883 |   9.5 |  20M| 393 |   - |2280 |3778 |2280 |1674 |  93 |  26k|4571 | 0.000000e+00 |      --      |    Inf 
122.35/122.40	c   122s| 33800 |  2001 |327749 |   9.5 |  20M| 393 |  21 |2280 |3550 |2280 |1674 |  93 |  26k|4598 | 0.000000e+00 |      --      |    Inf 
122.65/122.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.65/122.72	c   123s| 33900 |  2000 |328576 |   9.5 |  20M| 393 |   - |2280 |3586 |2280 |1674 |  93 |  26k|4606 | 0.000000e+00 |      --      |    Inf 
122.94/123.02	c   123s| 34000 |  2000 |329385 |   9.5 |  20M| 393 |   - |2280 |3591 |2280 |1674 |  93 |  26k|4608 | 0.000000e+00 |      --      |    Inf 
123.25/123.30	c   123s| 34100 |  2000 |330231 |   9.5 |  20M| 393 |   - |2280 |3590 |2280 |1674 |  93 |  26k|4612 | 0.000000e+00 |      --      |    Inf 
123.45/123.57	c   124s| 34200 |  2002 |331014 |   9.5 |  20M| 393 |  33 |2280 |3678 |2280 |1674 |  93 |  27k|4613 | 0.000000e+00 |      --      |    Inf 
123.74/123.87	c   124s| 34300 |  2002 |331961 |   9.5 |  20M| 393 |   - |2280 |3753 |2280 |1674 |  93 |  27k|4619 | 0.000000e+00 |      --      |    Inf 
124.04/124.16	c   124s| 34400 |  2000 |333078 |   9.5 |  20M| 393 |  30 |2280 |3814 |2280 |1674 |  93 |  27k|4623 | 0.000000e+00 |      --      |    Inf 
124.35/124.43	c   124s| 34500 |  1998 |333993 |   9.5 |  20M| 393 |   - |2280 |3824 |2280 |1674 |  93 |  27k|4625 | 0.000000e+00 |      --      |    Inf 
124.65/124.70	c   125s| 34600 |  1998 |334675 |   9.5 |  20M| 393 |   - |2280 |3804 |2280 |1674 |  93 |  27k|4626 | 0.000000e+00 |      --      |    Inf 
124.85/124.98	c   125s| 34700 |  2002 |335411 |   9.5 |  20M| 393 |  21 |2280 |3850 |2280 |1674 |  93 |  27k|4628 | 0.000000e+00 |      --      |    Inf 
125.15/125.26	c   125s| 34800 |  2002 |336139 |   9.5 |  20M| 393 |  28 |2280 |3933 |2280 |1674 |  93 |  27k|4630 | 0.000000e+00 |      --      |    Inf 
125.45/125.59	c   126s| 34900 |  1998 |336932 |   9.5 |  20M| 393 |  21 |2280 |3981 |2280 |1674 |  93 |  27k|4634 | 0.000000e+00 |      --      |    Inf 
125.74/125.87	c   126s| 35000 |  2002 |337743 |   9.5 |  20M| 393 |  25 |2280 |3882 |2280 |1674 |  93 |  27k|4642 | 0.000000e+00 |      --      |    Inf 
126.05/126.16	c   126s| 35100 |  2000 |338626 |   9.5 |  20M| 393 |   - |2280 |3901 |2280 |1674 |  93 |  27k|4644 | 0.000000e+00 |      --      |    Inf 
126.36/126.45	c   126s| 35200 |  1996 |339390 |   9.5 |  20M| 393 |  34 |2280 |3954 |2280 |1674 |  93 |  27k|4645 | 0.000000e+00 |      --      |    Inf 
126.65/126.74	c   127s| 35300 |  2000 |340233 |   9.5 |  20M| 393 |  21 |2280 |3767 |2280 |1674 |  93 |  28k|4649 | 0.000000e+00 |      --      |    Inf 
126.94/127.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.94/127.01	c   127s| 35400 |  1998 |340977 |   9.5 |  20M| 393 |  41 |2280 |3800 |2280 |1674 |  93 |  28k|4652 | 0.000000e+00 |      --      |    Inf 
127.15/127.27	c   127s| 35500 |  2001 |341675 |   9.5 |  20M| 393 |  23 |2280 |3765 |2280 |1674 |  93 |  28k|4655 | 0.000000e+00 |      --      |    Inf 
127.46/127.57	c   128s| 35600 |  1999 |342447 |   9.5 |  20M| 393 |   - |2280 |3818 |2280 |1674 |  93 |  28k|4668 | 0.000000e+00 |      --      |    Inf 
127.75/127.83	c   128s| 35700 |  1999 |343271 |   9.5 |  20M| 393 |   - |2280 |3885 |2280 |1674 |  93 |  28k|4668 | 0.000000e+00 |      --      |    Inf 
128.05/128.10	c   128s| 35800 |  1999 |343962 |   9.5 |  20M| 393 |   - |2280 |3930 |2280 |1674 |  93 |  28k|4671 | 0.000000e+00 |      --      |    Inf 
128.25/128.37	c   128s| 35900 |  1999 |344603 |   9.5 |  20M| 393 |  46 |2280 |3906 |2280 |1674 |  93 |  28k|4672 | 0.000000e+00 |      --      |    Inf 
128.55/128.67	c   129s| 36000 |  2001 |345461 |   9.5 |  20M| 393 |   - |2280 |3946 |2280 |1674 |  93 |  28k|4677 | 0.000000e+00 |      --      |    Inf 
128.84/128.95	c   129s| 36100 |  2001 |346131 |   9.4 |  20M| 393 |  27 |2280 |4004 |2280 |1674 |  93 |  28k|4678 | 0.000000e+00 |      --      |    Inf 
129.15/129.24	c   129s| 36200 |  2001 |346872 |   9.4 |  20M| 393 |  24 |2280 |4045 |2280 |1674 |  93 |  28k|4682 | 0.000000e+00 |      --      |    Inf 
129.45/129.55	c   130s| 36300 |  1999 |347617 |   9.4 |  21M| 393 |  27 |2280 |4086 |2280 |1674 |  93 |  28k|4685 | 0.000000e+00 |      --      |    Inf 
129.75/129.87	c   130s| 36400 |  1997 |348393 |   9.4 |  20M| 393 |  13 |2280 |3978 |2280 |1674 |  93 |  28k|4691 | 0.000000e+00 |      --      |    Inf 
130.05/130.14	c   130s| 36500 |  1999 |349135 |   9.4 |  20M| 393 |   - |2280 |3948 |2280 |1674 |  93 |  28k|4691 | 0.000000e+00 |      --      |    Inf 
130.35/130.42	c   130s| 36600 |  1997 |349838 |   9.4 |  20M| 393 |   - |2280 |3986 |2280 |1674 |  93 |  29k|4691 | 0.000000e+00 |      --      |    Inf 
130.64/130.71	c   131s| 36700 |  1997 |350668 |   9.4 |  20M| 393 |  21 |2280 |3944 |2280 |1674 |  93 |  29k|4692 | 0.000000e+00 |      --      |    Inf 
130.95/131.03	c   131s| 36800 |  1997 |351564 |   9.4 |  20M| 393 |  26 |2280 |3978 |2280 |1674 |  93 |  29k|4694 | 0.000000e+00 |      --      |    Inf 
131.25/131.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.25/131.32	c   131s| 36900 |  1999 |352242 |   9.4 |  20M| 393 |   - |2280 |4007 |2280 |1674 |  93 |  29k|4694 | 0.000000e+00 |      --      |    Inf 
131.55/131.62	c   132s| 37000 |  2003 |353056 |   9.4 |  21M| 393 |  21 |2280 |4059 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
131.85/131.95	c   132s| 37100 |  1997 |353938 |   9.4 |  21M| 393 |  33 |2280 |4080 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
132.15/132.28	c   132s| 37200 |  1995 |354702 |   9.4 |  21M| 393 |   - |2280 |4107 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
132.45/132.59	c   133s| 37300 |  1997 |355482 |   9.4 |  21M| 393 |   - |2280 |4036 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
132.74/132.87	c   133s| 37400 |  1999 |356183 |   9.4 |  20M| 393 |  31 |2280 |3868 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
133.05/133.14	c   133s| 37500 |  1993 |356851 |   9.4 |  20M| 393 |   - |2280 |3809 |2280 |1674 |  93 |  29k|4696 | 0.000000e+00 |      --      |    Inf 
133.34/133.44	c   133s| 37600 |  1995 |357803 |   9.4 |  20M| 393 |   - |2280 |3730 |2280 |1674 |  93 |  29k|4701 | 0.000000e+00 |      --      |    Inf 
133.65/133.78	c   134s| 37700 |  1999 |358827 |   9.4 |  20M| 393 |  30 |2280 |3469 |2280 |1674 |  93 |  29k|4721 | 0.000000e+00 |      --      |    Inf 
133.95/134.08	c   134s| 37800 |  1999 |359639 |   9.4 |  20M| 393 |  29 |2280 |3511 |2280 |1674 |  93 |  29k|4721 | 0.000000e+00 |      --      |    Inf 
134.35/134.42	c   134s| 37900 |  1998 |360723 |   9.4 |  20M| 393 |  38 |2280 |3344 |2280 |1674 |  93 |  30k|4725 | 0.000000e+00 |      --      |    Inf 
134.64/134.73	c   135s| 38000 |  2001 |361703 |   9.4 |  19M| 393 |  62 |2280 |3173 |2280 |1674 |  93 |  30k|4740 | 0.000000e+00 |      --      |    Inf 
134.95/135.04	c   135s| 38100 |  2005 |362680 |   9.4 |  19M| 393 |   - |2280 |3156 |2280 |1674 |  93 |  30k|4748 | 0.000000e+00 |      --      |    Inf 
135.25/135.35	c   135s| 38200 |  2009 |363592 |   9.4 |  19M| 393 |   - |2280 |3084 |2280 |1674 |  93 |  30k|4759 | 0.000000e+00 |      --      |    Inf 
135.54/135.66	c   136s| 38300 |  2015 |364454 |   9.4 |  19M| 393 |  20 |2280 |3043 |2280 |1674 |  93 |  30k|4764 | 0.000000e+00 |      --      |    Inf 
135.84/135.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.84/135.93	c   136s| 38400 |  2012 |365141 |   9.4 |  19M| 393 |  20 |2280 |3062 |2280 |1674 |  93 |  30k|4765 | 0.000000e+00 |      --      |    Inf 
136.04/136.19	c   136s| 38500 |  2010 |365731 |   9.4 |  19M| 393 |  28 |2280 |3083 |2280 |1674 |  93 |  30k|4765 | 0.000000e+00 |      --      |    Inf 
136.35/136.48	c   136s| 38600 |  2012 |366425 |   9.4 |  19M| 393 |   - |2280 |3084 |2280 |1674 |  93 |  30k|4765 | 0.000000e+00 |      --      |    Inf 
136.64/136.76	c   137s| 38700 |  2010 |367094 |   9.4 |  19M| 393 |  10 |2280 |3126 |2280 |1674 |  93 |  30k|4765 | 0.000000e+00 |      --      |    Inf 
136.95/137.04	c   137s| 38800 |  2010 |367850 |   9.3 |  19M| 393 |   - |2280 |3166 |2280 |1674 |  93 |  30k|4765 | 0.000000e+00 |      --      |    Inf 
137.24/137.34	c   137s| 38900 |  2012 |368680 |   9.3 |  19M| 393 |   - |2280 |3199 |2280 |1674 |  93 |  30k|4769 | 0.000000e+00 |      --      |    Inf 
137.55/137.61	c   138s| 39000 |  2010 |369463 |   9.3 |  19M| 393 |   - |2280 |3183 |2280 |1674 |  93 |  30k|4769 | 0.000000e+00 |      --      |    Inf 
137.75/137.89	c   138s| 39100 |  2016 |370443 |   9.3 |  20M| 393 |   - |2280 |3239 |2280 |1674 |  93 |  31k|4769 | 0.000000e+00 |      --      |    Inf 
138.04/138.18	c   138s| 39200 |  2011 |371295 |   9.3 |  19M| 393 |  58 |2280 |3213 |2280 |1674 |  93 |  31k|4769 | 0.000000e+00 |      --      |    Inf 
138.35/138.49	c   138s| 39300 |  2018 |372489 |   9.3 |  19M| 393 |  44 |2280 |3108 |2280 |1674 |  93 |  31k|4775 | 0.000000e+00 |      --      |    Inf 
138.74/138.82	c   139s| 39400 |  2017 |373584 |   9.3 |  19M| 393 |  45 |2280 |3146 |2280 |1674 |  93 |  31k|4788 | 0.000000e+00 |      --      |    Inf 
139.05/139.13	c   139s| 39500 |  2021 |374922 |   9.4 |  19M| 393 |  53 |2280 |3196 |2280 |1674 |  93 |  31k|4793 | 0.000000e+00 |      --      |    Inf 
139.35/139.45	c   139s| 39600 |  2022 |376091 |   9.4 |  19M| 393 |  40 |2280 |3155 |2280 |1674 |  93 |  31k|4796 | 0.000000e+00 |      --      |    Inf 
139.65/139.78	c   140s| 39700 |  2027 |377351 |   9.4 |  19M| 393 |  33 |2280 |2982 |2280 |1674 |  93 |  31k|4798 | 0.000000e+00 |      --      |    Inf 
139.95/140.05	c   140s| 39800 |  2031 |378372 |   9.4 |  19M| 393 |   - |2280 |2998 |2280 |1674 |  93 |  31k|4799 | 0.000000e+00 |      --      |    Inf 
140.35/140.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.35/140.41	c   140s| 39900 |  2031 |379297 |   9.4 |  19M| 393 |  23 |2280 |3034 |2280 |1674 |  93 |  31k|4825 | 0.000000e+00 |      --      |    Inf 
140.55/140.69	c   141s| 40000 |  2031 |380212 |   9.4 |  19M| 393 |  17 |2280 |3074 |2280 |1674 |  93 |  31k|4831 | 0.000000e+00 |      --      |    Inf 
140.94/141.03	c   141s| 40100 |  2029 |381232 |   9.4 |  19M| 393 |  30 |2280 |3125 |2280 |1674 |  93 |  31k|4848 | 0.000000e+00 |      --      |    Inf 
141.24/141.31	c   141s| 40200 |  2029 |382220 |   9.4 |  19M| 393 |  19 |2280 |3150 |2280 |1674 |  93 |  31k|4851 | 0.000000e+00 |      --      |    Inf 
141.65/141.75	c   142s| 40300 |  2030 |383125 |   9.4 |  19M| 393 |  15 |2280 |3122 |2280 |1674 |  93 |  31k|4907 | 0.000000e+00 |      --      |    Inf 
141.94/142.07	c   142s| 40400 |  2025 |384133 |   9.4 |  19M| 393 |   - |2280 |3139 |2280 |1674 |  93 |  31k|4917 | 0.000000e+00 |      --      |    Inf 
142.34/142.40	c   142s| 40500 |  2029 |385111 |   9.4 |  19M| 393 |  39 |2280 |3142 |2280 |1674 |  93 |  32k|4927 | 0.000000e+00 |      --      |    Inf 
142.64/142.71	c   143s| 40600 |  2027 |385920 |   9.4 |  20M| 393 |   - |2280 |3227 |2280 |1674 |  93 |  32k|4932 | 0.000000e+00 |      --      |    Inf 
142.95/143.05	c   143s| 40700 |  2031 |386911 |   9.4 |  20M| 393 |   - |2280 |3274 |2280 |1674 |  93 |  32k|4939 | 0.000000e+00 |      --      |    Inf 
143.25/143.39	c   143s| 40800 |  2029 |387944 |   9.4 |  20M| 393 |  34 |2280 |3325 |2280 |1674 |  93 |  32k|4946 | 0.000000e+00 |      --      |    Inf 
143.65/143.78	c   144s| 40900 |  2027 |389185 |   9.4 |  20M| 393 |  40 |2280 |3294 |2280 |1674 |  93 |  32k|4970 | 0.000000e+00 |      --      |    Inf 
144.35/144.43	c   144s| 41000 |  2026 |390688 |   9.4 |  20M| 393 |   - |2280 |3285 |2280 |1674 |  93 |  32k|5070 | 0.000000e+00 |      --      |    Inf 
144.84/144.94	c   145s| 41100 |  2033 |391971 |   9.4 |  19M| 393 |   - |2280 |3132 |2280 |1674 |  93 |  32k|5121 | 0.000000e+00 |      --      |    Inf 
145.25/145.31	c   145s| 41200 |  2033 |393108 |   9.4 |  19M| 393 |  37 |2280 |3079 |2280 |1674 |  93 |  32k|5134 | 0.000000e+00 |      --      |    Inf 
145.54/145.67	c   146s| 41300 |  2034 |394143 |   9.4 |  19M| 393 |   - |2280 |3009 |2280 |1674 |  93 |  32k|5153 | 0.000000e+00 |      --      |    Inf 
145.95/146.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.95/146.06	c   146s| 41400 |  2032 |395333 |   9.4 |  19M| 393 |   - |2280 |2782 |2280 |1674 |  93 |  32k|5182 | 0.000000e+00 |      --      |    Inf 
146.25/146.37	c   146s| 41500 |  2030 |396325 |   9.4 |  19M| 393 |  46 |2280 |2789 |2280 |1674 |  93 |  32k|5191 | 0.000000e+00 |      --      |    Inf 
146.55/146.66	c   147s| 41600 |  2033 |397241 |   9.4 |  19M| 393 |  16 |2280 |2731 |2280 |1674 |  93 |  32k|5193 | 0.000000e+00 |      --      |    Inf 
146.84/146.94	c   147s| 41700 |  2035 |398087 |   9.4 |  19M| 393 |  26 |2280 |2810 |2280 |1674 |  93 |  32k|5195 | 0.000000e+00 |      --      |    Inf 
147.15/147.25	c   147s| 41800 |  2033 |399060 |   9.4 |  19M| 393 |   - |2280 |2894 |2280 |1674 |  93 |  33k|5195 | 0.000000e+00 |      --      |    Inf 
147.44/147.55	c   148s| 41900 |  2037 |400141 |   9.4 |  19M| 393 |  29 |2280 |2985 |2280 |1674 |  93 |  33k|5199 | 0.000000e+00 |      --      |    Inf 
147.74/147.83	c   148s| 42000 |  2037 |401126 |   9.4 |  20M| 393 |   - |2280 |3123 |2280 |1674 |  93 |  33k|5200 | 0.000000e+00 |      --      |    Inf 
148.05/148.17	c   148s| 42100 |  2033 |402325 |   9.4 |  20M| 393 |   - |2280 |3144 |2280 |1674 |  93 |  33k|5206 | 0.000000e+00 |      --      |    Inf 
148.35/148.48	c   148s| 42200 |  2035 |403372 |   9.4 |  19M| 393 |  31 |2280 |3094 |2280 |1674 |  93 |  33k|5206 | 0.000000e+00 |      --      |    Inf 
148.64/148.79	c   149s| 42300 |  2033 |404319 |   9.4 |  20M| 393 |  29 |2280 |3146 |2280 |1674 |  93 |  33k|5206 | 0.000000e+00 |      --      |    Inf 
148.94/149.09	c   149s| 42400 |  2035 |405301 |   9.4 |  20M| 393 |  35 |2280 |3191 |2280 |1674 |  93 |  33k|5206 | 0.000000e+00 |      --      |    Inf 
149.24/149.39	c   149s| 42500 |  2039 |406201 |   9.4 |  19M| 393 |  43 |2280 |3081 |2280 |1674 |  93 |  33k|5209 | 0.000000e+00 |      --      |    Inf 
149.55/149.67	c   150s| 42600 |  2038 |407048 |   9.4 |  20M| 393 |  35 |2280 |3117 |2280 |1674 |  93 |  33k|5212 | 0.000000e+00 |      --      |    Inf 
149.84/149.95	c   150s| 42700 |  2041 |407753 |   9.4 |  20M| 393 |  38 |2280 |3146 |2280 |1674 |  93 |  34k|5212 | 0.000000e+00 |      --      |    Inf 
150.15/150.24	c   150s| 42800 |  2048 |408577 |   9.4 |  20M| 393 |   - |2280 |3218 |2280 |1674 |  93 |  34k|5213 | 0.000000e+00 |      --      |    Inf 
150.45/150.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.45/150.55	c   151s| 42900 |  2044 |409539 |   9.4 |  20M| 393 |   - |2280 |3296 |2280 |1674 |  93 |  34k|5213 | 0.000000e+00 |      --      |    Inf 
150.74/150.85	c   151s| 43000 |  2046 |410449 |   9.4 |  20M| 393 |   - |2280 |3338 |2280 |1674 |  93 |  34k|5213 | 0.000000e+00 |      --      |    Inf 
151.05/151.16	c   151s| 43100 |  2046 |411404 |   9.4 |  20M| 393 |  25 |2280 |3357 |2280 |1674 |  93 |  34k|5215 | 0.000000e+00 |      --      |    Inf 
151.35/151.46	c   151s| 43200 |  2050 |412303 |   9.4 |  20M| 393 |   - |2280 |3367 |2280 |1674 |  93 |  34k|5219 | 0.000000e+00 |      --      |    Inf 
151.65/151.74	c   152s| 43300 |  2046 |412999 |   9.4 |  20M| 393 |   - |2280 |3472 |2280 |1674 |  93 |  34k|5219 | 0.000000e+00 |      --      |    Inf 
151.94/152.02	c   152s| 43400 |  2042 |413769 |   9.4 |  20M| 393 |   - |2280 |3560 |2280 |1674 |  93 |  34k|5219 | 0.000000e+00 |      --      |    Inf 
152.25/152.33	c   152s| 43500 |  2038 |414631 |   9.4 |  20M| 393 |   - |2280 |3212 |2280 |1674 |  93 |  34k|5220 | 0.000000e+00 |      --      |    Inf 
152.44/152.59	c   153s| 43600 |  2042 |415499 |   9.4 |  20M| 393 |   - |2280 |3210 |2280 |1674 |  93 |  34k|5220 | 0.000000e+00 |      --      |    Inf 
152.75/152.88	c   153s| 43700 |  2044 |416452 |   9.4 |  20M| 393 |   - |2280 |3227 |2280 |1674 |  93 |  35k|5220 | 0.000000e+00 |      --      |    Inf 
153.05/153.16	c   153s| 43800 |  2046 |417328 |   9.4 |  20M| 393 |   - |2280 |3312 |2280 |1674 |  93 |  35k|5220 | 0.000000e+00 |      --      |    Inf 
153.34/153.45	c   153s| 43900 |  2044 |418169 |   9.4 |  20M| 393 |  22 |2280 |3353 |2280 |1674 |  93 |  35k|5221 | 0.000000e+00 |      --      |    Inf 
153.65/153.76	c   154s| 44000 |  2038 |419225 |   9.4 |  20M| 393 |   - |2280 |3409 |2280 |1674 |  93 |  35k|5222 | 0.000000e+00 |      --      |    Inf 
153.95/154.06	c   154s| 44100 |  2038 |420359 |   9.4 |  20M| 393 |  16 |2280 |3394 |2280 |1674 |  93 |  35k|5222 | 0.000000e+00 |      --      |    Inf 
154.25/154.36	c   154s| 44200 |  2041 |421470 |   9.4 |  20M| 393 |  27 |2280 |3278 |2280 |1674 |  93 |  35k|5223 | 0.000000e+00 |      --      |    Inf 
154.55/154.67	c   155s| 44300 |  2041 |422294 |   9.4 |  20M| 393 |  33 |2280 |3278 |2280 |1674 |  93 |  35k|5229 | 0.000000e+00 |      --      |    Inf 
154.95/155.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.95/155.02	c   155s| 44400 |  2043 |423386 |   9.4 |  20M| 393 |  31 |2280 |3298 |2280 |1674 |  93 |  35k|5235 | 0.000000e+00 |      --      |    Inf 
155.24/155.32	c   155s| 44500 |  2045 |424405 |   9.4 |  20M| 393 |  29 |2280 |3351 |2280 |1674 |  93 |  35k|5235 | 0.000000e+00 |      --      |    Inf 
155.54/155.62	c   156s| 44600 |  2045 |425725 |   9.4 |  20M| 393 |   - |2280 |3381 |2280 |1674 |  93 |  35k|5235 | 0.000000e+00 |      --      |    Inf 
155.84/155.93	c   156s| 44700 |  2047 |427016 |   9.4 |  20M| 393 |   - |2280 |3476 |2280 |1674 |  93 |  35k|5235 | 0.000000e+00 |      --      |    Inf 
156.15/156.24	c   156s| 44800 |  2043 |428117 |   9.4 |  20M| 393 |  32 |2280 |3537 |2280 |1674 |  93 |  36k|5241 | 0.000000e+00 |      --      |    Inf 
156.44/156.52	c   157s| 44900 |  2045 |429260 |   9.4 |  20M| 393 |   - |2280 |3571 |2280 |1674 |  93 |  36k|5241 | 0.000000e+00 |      --      |    Inf 
156.74/156.80	c   157s| 45000 |  2045 |430446 |   9.4 |  20M| 393 |  34 |2280 |3599 |2280 |1674 |  93 |  36k|5241 | 0.000000e+00 |      --      |    Inf 
157.04/157.11	c   157s| 45100 |  2045 |431920 |   9.5 |  20M| 393 |   - |2280 |3691 |2280 |1674 |  93 |  36k|5241 | 0.000000e+00 |      --      |    Inf 
157.34/157.43	c   157s| 45200 |  2043 |433287 |   9.5 |  20M| 393 |   - |2280 |3746 |2280 |1674 |  93 |  36k|5241 | 0.000000e+00 |      --      |    Inf 
157.64/157.73	c   158s| 45300 |  2047 |434605 |   9.5 |  20M| 393 |  34 |2280 |3805 |2280 |1674 |  93 |  36k|5242 | 0.000000e+00 |      --      |    Inf 
157.94/158.05	c   158s| 45400 |  2045 |435865 |   9.5 |  21M| 393 |   - |2280 |3844 |2280 |1674 |  93 |  36k|5244 | 0.000000e+00 |      --      |    Inf 
158.25/158.36	c   158s| 45500 |  2047 |437120 |   9.5 |  21M| 393 |  47 |2280 |3827 |2280 |1674 |  93 |  36k|5246 | 0.000000e+00 |      --      |    Inf 
158.55/158.67	c   159s| 45600 |  2045 |438495 |   9.5 |  21M| 393 |  34 |2280 |3855 |2280 |1674 |  93 |  36k|5246 | 0.000000e+00 |      --      |    Inf 
158.94/159.00	c   159s| 45700 |  2041 |439856 |   9.5 |  20M| 393 |   - |2280 |3789 |2280 |1674 |  93 |  36k|5249 | 0.000000e+00 |      --      |    Inf 
159.24/159.33	c   159s| 45800 |  2041 |441144 |   9.5 |  20M| 393 |  29 |2280 |3819 |2280 |1674 |  93 |  36k|5251 | 0.000000e+00 |      --      |    Inf 
159.54/159.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.54/159.67	c   160s| 45900 |  2039 |442371 |   9.5 |  21M| 393 |  34 |2280 |3885 |2280 |1674 |  93 |  37k|5253 | 0.000000e+00 |      --      |    Inf 
159.94/160.01	c   160s| 46000 |  2039 |443703 |   9.5 |  21M| 393 |  24 |2280 |3920 |2280 |1674 |  93 |  37k|5253 | 0.000000e+00 |      --      |    Inf 
160.24/160.31	c   160s| 46100 |  2035 |444879 |   9.5 |  21M| 393 |  24 |2280 |3978 |2280 |1674 |  93 |  37k|5253 | 0.000000e+00 |      --      |    Inf 
160.55/160.62	c   161s| 46200 |  2030 |445782 |   9.5 |  20M| 393 |   - |2280 |3772 |2280 |1674 |  93 |  37k|5254 | 0.000000e+00 |      --      |    Inf 
160.84/160.90	c   161s| 46300 |  2036 |446820 |   9.5 |  20M| 393 |  31 |2280 |3576 |2280 |1674 |  93 |  37k|5254 | 0.000000e+00 |      --      |    Inf 
161.14/161.20	c   161s| 46400 |  2034 |447858 |   9.5 |  20M| 393 |  34 |2280 |3589 |2280 |1674 |  93 |  37k|5254 | 0.000000e+00 |      --      |    Inf 
161.44/161.50	c   162s| 46500 |  2032 |449032 |   9.5 |  20M| 393 |   - |2280 |3637 |2280 |1674 |  93 |  37k|5254 | 0.000000e+00 |      --      |    Inf 
161.74/161.82	c   162s| 46600 |  2035 |450231 |   9.5 |  20M| 393 |  22 |2280 |3663 |2280 |1674 |  93 |  37k|5256 | 0.000000e+00 |      --      |    Inf 
162.04/162.13	c   162s| 46700 |  2033 |451282 |   9.6 |  20M| 393 |  19 |2280 |3667 |2280 |1674 |  93 |  37k|5256 | 0.000000e+00 |      --      |    Inf 
162.34/162.46	c   162s| 46800 |  2033 |452673 |   9.6 |  20M| 393 |  35 |2280 |3731 |2280 |1674 |  93 |  37k|5260 | 0.000000e+00 |      --      |    Inf 
162.75/162.81	c   163s| 46900 |  2034 |454000 |   9.6 |  20M| 393 |  28 |2280 |3827 |2280 |1674 |  93 |  37k|5269 | 0.000000e+00 |      --      |    Inf 
163.05/163.15	c   163s| 47000 |  2032 |455349 |   9.6 |  21M| 393 |   - |2280 |3893 |2280 |1674 |  93 |  38k|5269 | 0.000000e+00 |      --      |    Inf 
163.35/163.49	c   163s| 47100 |  2030 |456710 |   9.6 |  20M| 393 |   - |2280 |3863 |2280 |1674 |  93 |  38k|5269 | 0.000000e+00 |      --      |    Inf 
163.75/163.82	c   164s| 47200 |  2030 |457854 |   9.6 |  20M| 393 |   - |2280 |3789 |2280 |1674 |  93 |  38k|5272 | 0.000000e+00 |      --      |    Inf 
164.04/164.12	c   164s| 47300 |  2031 |458927 |   9.6 |  20M| 393 |  34 |2280 |3763 |2280 |1674 |  93 |  38k|5275 | 0.000000e+00 |      --      |    Inf 
164.34/164.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.34/164.44	c   164s| 47400 |  2032 |460183 |   9.6 |  20M| 393 |   - |2280 |3614 |2280 |1674 |  93 |  38k|5275 | 0.000000e+00 |      --      |    Inf 
164.64/164.78	c   165s| 47500 |  2035 |461458 |   9.6 |  20M| 393 |   - |2280 |3410 |2280 |1674 |  93 |  38k|5283 | 0.000000e+00 |      --      |    Inf 
164.95/165.09	c   165s| 47600 |  2033 |462635 |   9.6 |  20M| 393 |  28 |2280 |3439 |2280 |1674 |  93 |  38k|5289 | 0.000000e+00 |      --      |    Inf 
165.24/165.39	c   165s| 47700 |  2029 |463956 |   9.6 |  20M| 393 |   - |2280 |3504 |2280 |1674 |  93 |  38k|5291 | 0.000000e+00 |      --      |    Inf 
165.64/165.70	c   166s| 47800 |  2025 |464986 |   9.6 |  20M| 393 |  32 |2280 |3190 |2280 |1674 |  93 |  38k|5293 | 0.000000e+00 |      --      |    Inf 
165.95/166.02	c   166s| 47900 |  2023 |466355 |   9.6 |  20M| 393 |   - |2280 |3247 |2280 |1674 |  93 |  38k|5293 | 0.000000e+00 |      --      |    Inf 
166.24/166.36	c   166s| 48000 |  2023 |467867 |   9.6 |  20M| 393 |  25 |2280 |3348 |2280 |1674 |  93 |  38k|5297 | 0.000000e+00 |      --      |    Inf 
166.54/166.69	c   167s| 48100 |  2023 |469449 |   9.7 |  20M| 393 |  39 |2280 |3430 |2280 |1674 |  93 |  39k|5297 | 0.000000e+00 |      --      |    Inf 
166.94/167.01	c   167s| 48200 |  2023 |470919 |   9.7 |  20M| 393 |   - |2280 |3529 |2280 |1674 |  93 |  39k|5297 | 0.000000e+00 |      --      |    Inf 
167.24/167.34	c   167s| 48300 |  2019 |472375 |   9.7 |  20M| 393 |   - |2280 |3587 |2280 |1674 |  93 |  39k|5298 | 0.000000e+00 |      --      |    Inf 
167.54/167.60	c   168s| 48400 |  2031 |473299 |   9.7 |  20M| 393 |  14 |2280 |3499 |2280 |1674 |  93 |  39k|5298 | 0.000000e+00 |      --      |    Inf 
167.74/167.87	c   168s| 48500 |  2027 |474060 |   9.7 |  20M| 393 |   - |2280 |3529 |2280 |1674 |  93 |  39k|5298 | 0.000000e+00 |      --      |    Inf 
168.04/168.15	c   168s| 48600 |  2026 |474883 |   9.7 |  20M| 393 |  23 |2280 |3550 |2280 |1674 |  93 |  39k|5298 | 0.000000e+00 |      --      |    Inf 
168.34/168.46	c   168s| 48700 |  2023 |476059 |   9.7 |  20M| 393 |   - |2280 |3628 |2280 |1674 |  93 |  39k|5300 | 0.000000e+00 |      --      |    Inf 
168.64/168.75	c   169s| 48800 |  2031 |477202 |   9.7 |  20M| 393 |   - |2280 |3472 |2280 |1674 |  93 |  39k|5301 | 0.000000e+00 |      --      |    Inf 
168.95/169.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.95/169.04	c   169s| 48900 |  2030 |478097 |   9.7 |  20M| 393 |   - |2280 |3515 |2280 |1674 |  93 |  39k|5304 | 0.000000e+00 |      --      |    Inf 
169.25/169.33	c   169s| 49000 |  2034 |479022 |   9.7 |  20M| 393 |  21 |2280 |3536 |2280 |1674 |  93 |  39k|5305 | 0.000000e+00 |      --      |    Inf 
169.54/169.61	c   170s| 49100 |  2032 |479948 |   9.7 |  20M| 393 |  26 |2280 |3610 |2280 |1674 |  93 |  39k|5306 | 0.000000e+00 |      --      |    Inf 
169.75/169.89	c   170s| 49200 |  2032 |480963 |   9.7 |  20M| 393 |  15 |2280 |3690 |2280 |1674 |  93 |  40k|5306 | 0.000000e+00 |      --      |    Inf 
170.04/170.17	c   170s| 49300 |  2032 |481943 |   9.7 |  20M| 393 |   - |2280 |3744 |2280 |1674 |  93 |  40k|5306 | 0.000000e+00 |      --      |    Inf 
170.35/170.45	c   170s| 49400 |  2034 |482777 |   9.7 |  20M| 393 |  14 |2280 |3754 |2280 |1674 |  93 |  40k|5306 | 0.000000e+00 |      --      |    Inf 
170.64/170.76	c   171s| 49500 |  2034 |483517 |   9.7 |  20M| 393 |  14 |2280 |3825 |2280 |1674 |  93 |  40k|5307 | 0.000000e+00 |      --      |    Inf 
170.94/171.05	c   171s| 49600 |  2030 |484504 |   9.7 |  21M| 393 |   - |2280 |3900 |2280 |1674 |  93 |  40k|5310 | 0.000000e+00 |      --      |    Inf 
171.24/171.33	c   171s| 49700 |  2032 |485614 |   9.7 |  21M| 393 |  14 |2280 |3964 |2280 |1674 |  93 |  40k|5312 | 0.000000e+00 |      --      |    Inf 
171.54/171.63	c   172s| 49800 |  2028 |486707 |   9.7 |  21M| 393 |   - |2280 |4039 |2280 |1674 |  93 |  40k|5312 | 0.000000e+00 |      --      |    Inf 
171.84/171.93	c   172s| 49900 |  2028 |487818 |   9.7 |  21M| 393 |   - |2280 |3990 |2280 |1674 |  93 |  40k|5312 | 0.000000e+00 |      --      |    Inf 
172.14/172.24	c   172s| 50000 |  2027 |489119 |   9.7 |  21M| 393 |  22 |2280 |4022 |2280 |1674 |  93 |  40k|5312 | 0.000000e+00 |      --      |    Inf 
172.44/172.53	c   173s| 50100 |  2029 |490203 |   9.7 |  21M| 393 |  21 |2280 |4059 |2280 |1674 |  93 |  40k|5312 | 0.000000e+00 |      --      |    Inf 
172.74/172.83	c   173s| 50200 |  2032 |491359 |   9.7 |  20M| 393 |  33 |2280 |3663 |2280 |1674 |  93 |  40k|5315 | 0.000000e+00 |      --      |    Inf 
173.04/173.13	c   173s| 50300 |  2037 |492277 |   9.7 |  20M| 393 |  19 |2280 |3530 |2280 |1674 |  93 |  40k|5315 | 0.000000e+00 |      --      |    Inf 
173.34/173.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.34/173.44	c   173s| 50400 |  2037 |493258 |   9.7 |  20M| 393 |   - |2280 |3427 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
173.65/173.73	c   174s| 50500 |  2037 |494133 |   9.7 |  20M| 393 |   - |2280 |3457 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
173.94/174.04	c   174s| 50600 |  2037 |495279 |   9.7 |  20M| 393 |   - |2280 |3497 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
174.24/174.33	c   174s| 50700 |  2036 |496172 |   9.7 |  20M| 393 |  43 |2280 |3568 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
174.54/174.63	c   175s| 50800 |  2034 |497140 |   9.7 |  20M| 393 |   - |2280 |3542 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
174.84/174.92	c   175s| 50900 |  2036 |498269 |   9.7 |  20M| 393 |   - |2280 |3458 |2280 |1674 |  93 |  41k|5317 | 0.000000e+00 |      --      |    Inf 
175.14/175.21	c   175s| 51000 |  2033 |499270 |   9.7 |  20M| 393 |  34 |2280 |3423 |2280 |1674 |  93 |  41k|5325 | 0.000000e+00 |      --      |    Inf 
175.45/175.53	c   176s| 51100 |  2035 |500322 |   9.7 |  20M| 393 |   - |2280 |3489 |2280 |1674 |  93 |  41k|5325 | 0.000000e+00 |      --      |    Inf 
175.74/175.88	c   176s| 51200 |  2028 |501313 |   9.7 |  20M| 393 |   - |2280 |3436 |2280 |1674 |  93 |  41k|5330 | 0.000000e+00 |      --      |    Inf 
176.04/176.19	c   176s| 51300 |  2033 |502202 |   9.7 |  20M| 393 |  28 |2280 |3437 |2280 |1674 |  93 |  41k|5330 | 0.000000e+00 |      --      |    Inf 
176.34/176.50	c   176s| 51400 |  2035 |503266 |   9.7 |  20M| 393 |   - |2280 |3518 |2280 |1674 |  93 |  41k|5332 | 0.000000e+00 |      --      |    Inf 
176.74/176.82	c   177s| 51500 |  2030 |504209 |   9.7 |  20M| 393 |  22 |2280 |3562 |2280 |1674 |  93 |  42k|5332 | 0.000000e+00 |      --      |    Inf 
176.94/177.10	c   177s| 51600 |  2024 |505182 |   9.7 |  20M| 393 |   - |2280 |3407 |2280 |1674 |  93 |  42k|5332 | 0.000000e+00 |      --      |    Inf 
177.34/177.42	c   177s| 51700 |  2032 |506410 |   9.7 |  20M| 393 |  31 |2280 |3261 |2280 |1674 |  93 |  42k|5332 | 0.000000e+00 |      --      |    Inf 
177.64/177.73	c   178s| 51800 |  2032 |507243 |   9.7 |  20M| 393 |   - |2280 |3296 |2280 |1674 |  93 |  42k|5332 | 0.000000e+00 |      --      |    Inf 
177.94/178.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.94/178.03	c   178s| 51900 |  2038 |508124 |   9.7 |  20M| 393 |  30 |2280 |3338 |2280 |1674 |  93 |  42k|5336 | 0.000000e+00 |      --      |    Inf 
178.24/178.33	c   178s| 52000 |  2038 |509081 |   9.7 |  20M| 393 |  33 |2280 |3384 |2280 |1674 |  93 |  42k|5336 | 0.000000e+00 |      --      |    Inf 
178.54/178.63	c   179s| 52100 |  2038 |509881 |   9.7 |  20M| 393 |  31 |2280 |3430 |2280 |1674 |  93 |  42k|5336 | 0.000000e+00 |      --      |    Inf 
178.84/178.91	c   179s| 52200 |  2042 |510704 |   9.7 |  20M| 393 |   - |2280 |3489 |2280 |1674 |  93 |  42k|5340 | 0.000000e+00 |      --      |    Inf 
179.04/179.17	c   179s| 52300 |  2042 |511642 |   9.7 |  20M| 393 |  30 |2280 |3563 |2280 |1674 |  93 |  42k|5340 | 0.000000e+00 |      --      |    Inf 
179.34/179.48	c   179s| 52400 |  2040 |512634 |   9.7 |  20M| 393 |   - |2280 |3595 |2280 |1674 |  93 |  42k|5341 | 0.000000e+00 |      --      |    Inf 
179.64/179.75	c   180s| 52500 |  2036 |513438 |   9.7 |  20M| 393 |  68 |2280 |3534 |2280 |1674 |  93 |  42k|5344 | 0.000000e+00 |      --      |    Inf 
179.94/180.06	c   180s| 52600 |  2040 |514455 |   9.7 |  20M| 393 |   - |2280 |3554 |2280 |1674 |  93 |  42k|5345 | 0.000000e+00 |      --      |    Inf 
180.24/180.37	c   180s| 52700 |  2038 |515546 |   9.7 |  20M| 393 |  41 |2280 |3573 |2280 |1674 |  93 |  42k|5345 | 0.000000e+00 |      --      |    Inf 
180.54/180.69	c   181s| 52800 |  2038 |516670 |   9.7 |  20M| 393 |   - |2280 |3553 |2280 |1674 |  93 |  42k|5345 | 0.000000e+00 |      --      |    Inf 
180.94/181.02	c   181s| 52900 |  2038 |517805 |   9.7 |  20M| 393 |  30 |2280 |3549 |2280 |1674 |  93 |  43k|5350 | 0.000000e+00 |      --      |    Inf 
181.24/181.31	c   181s| 53000 |  2034 |518806 |   9.7 |  20M| 393 |   - |2280 |3624 |2280 |1674 |  93 |  43k|5350 | 0.000000e+00 |      --      |    Inf 
181.54/181.63	c   182s| 53100 |  2034 |519847 |   9.7 |  20M| 393 |   - |2280 |3647 |2280 |1674 |  93 |  43k|5350 | 0.000000e+00 |      --      |    Inf 
181.84/181.92	c   182s| 53200 |  2031 |521022 |   9.7 |  20M| 393 |  42 |2280 |3606 |2280 |1674 |  93 |  43k|5354 | 0.000000e+00 |      --      |    Inf 
182.04/182.18	c   182s| 53300 |  2031 |522256 |   9.7 |  20M| 393 |  36 |2280 |3560 |2280 |1674 |  93 |  43k|5356 | 0.000000e+00 |      --      |    Inf 
182.55/182.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.55/182.64	c   183s| 53400 |  2035 |523358 |   9.7 |  20M| 393 |  58 |2280 |3337 |2280 |1674 |  93 |  43k|5403 | 0.000000e+00 |      --      |    Inf 
183.14/183.20	c   183s| 53500 |  2039 |524540 |   9.7 |  20M| 393 |  37 |2280 |3368 |2280 |1674 |  93 |  43k|5493 | 0.000000e+00 |      --      |    Inf 
183.55/183.65	c   184s| 53600 |  2042 |525849 |   9.7 |  20M| 393 |  28 |2280 |3401 |2280 |1674 |  93 |  43k|5545 | 0.000000e+00 |      --      |    Inf 
183.84/183.97	c   184s| 53700 |  2038 |526913 |   9.7 |  20M| 393 |   - |2280 |3391 |2280 |1674 |  93 |  43k|5557 | 0.000000e+00 |      --      |    Inf 
184.23/184.30	c   184s| 53800 |  2040 |528064 |   9.7 |  20M| 393 |   - |2280 |3454 |2280 |1674 |  93 |  43k|5579 | 0.000000e+00 |      --      |    Inf 
184.43/184.59	c   185s| 53900 |  2037 |529257 |   9.7 |  20M| 393 |  27 |2280 |3485 |2280 |1674 |  93 |  43k|5584 | 0.000000e+00 |      --      |    Inf 
184.74/184.87	c   185s| 54000 |  2044 |530246 |   9.7 |  20M| 393 |   - |2280 |3509 |2280 |1674 |  93 |  43k|5592 | 0.000000e+00 |      --      |    Inf 
185.04/185.12	c   185s| 54100 |  2044 |531337 |   9.7 |  20M| 393 |  30 |2280 |3544 |2280 |1674 |  93 |  43k|5596 | 0.000000e+00 |      --      |    Inf 
185.34/185.40	c   185s| 54200 |  2046 |532432 |   9.7 |  20M| 393 |  31 |2280 |3630 |2280 |1674 |  93 |  44k|5599 | 0.000000e+00 |      --      |    Inf 
185.54/185.67	c   186s| 54300 |  2046 |533728 |   9.7 |  20M| 393 |  20 |2280 |3644 |2280 |1674 |  93 |  44k|5602 | 0.000000e+00 |      --      |    Inf 
185.84/185.97	c   186s| 54400 |  2044 |534812 |   9.7 |  20M| 393 |   - |2280 |3760 |2280 |1674 |  93 |  44k|5608 | 0.000000e+00 |      --      |    Inf 
186.14/186.29	c   186s| 54500 |  2044 |536123 |   9.7 |  20M| 393 |  37 |2280 |3799 |2280 |1674 |  93 |  44k|5612 | 0.000000e+00 |      --      |    Inf 
186.54/186.64	c   187s| 54600 |  2040 |537433 |   9.7 |  20M| 393 |   - |2280 |3737 |2280 |1674 |  93 |  44k|5627 | 0.000000e+00 |      --      |    Inf 
186.84/186.91	c   187s| 54700 |  2038 |538256 |   9.7 |  20M| 393 |   - |2280 |3499 |2280 |1674 |  93 |  44k|5629 | 0.000000e+00 |      --      |    Inf 
187.04/187.18	c   187s| 54800 |  2040 |539211 |   9.7 |  20M| 393 |   - |2280 |3488 |2280 |1674 |  93 |  44k|5630 | 0.000000e+00 |      --      |    Inf 
187.34/187.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.34/187.45	c   187s| 54900 |  2041 |540123 |   9.7 |  20M| 393 |  29 |2280 |3581 |2280 |1674 |  93 |  44k|5632 | 0.000000e+00 |      --      |    Inf 
187.64/187.73	c   188s| 55000 |  2037 |541061 |   9.7 |  20M| 393 |   - |2280 |3695 |2280 |1674 |  93 |  44k|5634 | 0.000000e+00 |      --      |    Inf 
187.95/188.02	c   188s| 55100 |  2039 |542120 |   9.7 |  20M| 393 |   - |2280 |3687 |2280 |1674 |  93 |  44k|5635 | 0.000000e+00 |      --      |    Inf 
188.24/188.31	c   188s| 55200 |  2042 |542777 |   9.7 |  20M| 393 |  12 |2280 |3718 |2280 |1674 |  93 |  44k|5635 | 0.000000e+00 |      --      |    Inf 
188.53/188.60	c   189s| 55300 |  2039 |543448 |   9.7 |  20M| 393 |   - |2280 |3760 |2280 |1674 |  93 |  45k|5635 | 0.000000e+00 |      --      |    Inf 
188.84/188.92	c   189s| 55400 |  2039 |544451 |   9.7 |  20M| 393 |   - |2280 |3804 |2280 |1674 |  93 |  45k|5640 | 0.000000e+00 |      --      |    Inf 
189.15/189.21	c   189s| 55500 |  2037 |545610 |   9.7 |  20M| 393 |   - |2280 |3778 |2280 |1674 |  93 |  45k|5640 | 0.000000e+00 |      --      |    Inf 
189.44/189.50	c   189s| 55600 |  2038 |546604 |   9.7 |  20M| 393 |  33 |2280 |3785 |2280 |1674 |  93 |  45k|5641 | 0.000000e+00 |      --      |    Inf 
189.63/189.79	c   190s| 55700 |  2035 |547725 |   9.7 |  20M| 393 |  25 |2280 |3755 |2280 |1674 |  93 |  45k|5650 | 0.000000e+00 |      --      |    Inf 
190.04/190.15	c   190s| 55800 |  2033 |548908 |   9.7 |  20M| 393 |   - |2280 |3771 |2280 |1674 |  93 |  45k|5670 | 0.000000e+00 |      --      |    Inf 
190.34/190.43	c   190s| 55900 |  2043 |550040 |   9.7 |  20M| 393 |  16 |2280 |3473 |2280 |1674 |  93 |  45k|5671 | 0.000000e+00 |      --      |    Inf 
190.63/190.74	c   191s| 56000 |  2047 |550886 |   9.7 |  20M| 393 |  37 |2280 |3383 |2280 |1674 |  93 |  45k|5671 | 0.000000e+00 |      --      |    Inf 
190.94/191.03	c   191s| 56100 |  2043 |551701 |   9.7 |  20M| 393 |  39 |2280 |3426 |2280 |1674 |  93 |  45k|5671 | 0.000000e+00 |      --      |    Inf 
191.24/191.32	c   191s| 56200 |  2048 |552678 |   9.7 |  20M| 393 |   - |2280 |3305 |2280 |1674 |  93 |  45k|5671 | 0.000000e+00 |      --      |    Inf 
191.54/191.62	c   192s| 56300 |  2053 |553630 |   9.7 |  20M| 393 |  20 |2280 |3322 |2280 |1674 |  93 |  45k|5673 | 0.000000e+00 |      --      |    Inf 
191.84/191.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.84/191.90	c   192s| 56400 |  2052 |554397 |   9.7 |  20M| 393 |   - |2280 |3357 |2280 |1674 |  93 |  45k|5673 | 0.000000e+00 |      --      |    Inf 
192.04/192.18	c   192s| 56500 |  2057 |555093 |   9.7 |  20M| 393 |   - |2280 |3430 |2280 |1674 |  93 |  45k|5674 | 0.000000e+00 |      --      |    Inf 
192.34/192.46	c   192s| 56600 |  2055 |555781 |   9.7 |  20M| 393 |  12 |2280 |3455 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
192.64/192.73	c   193s| 56700 |  2057 |556514 |   9.7 |  20M| 393 |  15 |2280 |3479 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
192.94/193.01	c   193s| 56800 |  2055 |557268 |   9.7 |  20M| 393 |   - |2280 |3510 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
193.14/193.28	c   193s| 56900 |  2056 |558067 |   9.7 |  20M| 393 |   - |2280 |3544 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
193.44/193.56	c   194s| 57000 |  2054 |558818 |   9.7 |  20M| 393 |   - |2280 |3583 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
193.74/193.83	c   194s| 57100 |  2060 |559608 |   9.7 |  20M| 393 |   - |2280 |3539 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
193.93/194.08	c   194s| 57200 |  2064 |560294 |   9.7 |  20M| 393 |  12 |2280 |3579 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
194.24/194.35	c   194s| 57300 |  2066 |560962 |   9.7 |  20M| 393 |  19 |2280 |3636 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
194.54/194.60	c   195s| 57400 |  2068 |561723 |   9.7 |  20M| 393 |  41 |2280 |3690 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
194.73/194.89	c   195s| 57500 |  2066 |562600 |   9.7 |  20M| 393 |   - |2280 |3731 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
195.04/195.16	c   195s| 57600 |  2066 |563451 |   9.7 |  21M| 393 |  14 |2280 |3819 |2280 |1674 |  93 |  46k|5674 | 0.000000e+00 |      --      |    Inf 
195.33/195.45	c   195s| 57700 |  2062 |564304 |   9.7 |  21M| 393 |   - |2280 |3853 |2280 |1674 |  93 |  47k|5674 | 0.000000e+00 |      --      |    Inf 
195.64/195.74	c   196s| 57800 |  2061 |565216 |   9.7 |  21M| 393 |  33 |2280 |3902 |2280 |1674 |  93 |  47k|5674 | 0.000000e+00 |      --      |    Inf 
195.93/196.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.93/196.04	c   196s| 57900 |  2060 |566127 |   9.7 |  21M| 393 |   - |2280 |3888 |2280 |1674 |  93 |  47k|5674 | 0.000000e+00 |      --      |    Inf 
196.24/196.35	c   196s| 58000 |  2060 |567134 |   9.7 |  21M| 393 |  16 |2280 |3939 |2280 |1674 |  93 |  47k|5674 | 0.000000e+00 |      --      |    Inf 
196.54/196.65	c   197s| 58100 |  2059 |568083 |   9.7 |  21M| 393 |   - |2280 |3899 |2280 |1674 |  93 |  47k|5678 | 0.000000e+00 |      --      |    Inf 
196.84/196.91	c   197s| 58200 |  2061 |568854 |   9.7 |  21M| 393 |  40 |2280 |3887 |2280 |1674 |  93 |  47k|5678 | 0.000000e+00 |      --      |    Inf 
197.14/197.21	c   197s| 58300 |  2058 |569584 |   9.7 |  21M| 393 |   - |2280 |3769 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
197.33/197.48	c   197s| 58400 |  2062 |570426 |   9.7 |  21M| 393 |   - |2280 |3824 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
197.64/197.76	c   198s| 58500 |  2058 |571179 |   9.7 |  20M| 393 |   - |2280 |3696 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
197.94/198.04	c   198s| 58600 |  2060 |571973 |   9.7 |  20M| 393 |   - |2280 |3550 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
198.24/198.32	c   198s| 58700 |  2059 |572793 |   9.7 |  20M| 393 |  16 |2280 |3578 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
198.54/198.60	c   199s| 58800 |  2059 |573605 |   9.7 |  20M| 393 |   - |2280 |3563 |2280 |1674 |  93 |  47k|5680 | 0.000000e+00 |      --      |    Inf 
198.73/198.89	c   199s| 58900 |  2062 |574375 |   9.7 |  20M| 393 |   - |2280 |3544 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
199.05/199.18	c   199s| 59000 |  2060 |575046 |   9.7 |  20M| 393 |   - |2280 |3621 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
199.34/199.46	c   199s| 59100 |  2062 |575909 |   9.7 |  20M| 393 |   - |2280 |3645 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
199.63/199.73	c   200s| 59200 |  2062 |576752 |   9.7 |  21M| 393 |  36 |2280 |3695 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
199.93/200.01	c   200s| 59300 |  2060 |577482 |   9.7 |  21M| 393 |  19 |2280 |3731 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
200.24/200.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.24/200.30	c   200s| 59400 |  2058 |578449 |   9.7 |  21M| 393 |   - |2280 |3759 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
200.43/200.59	c   201s| 59500 |  2056 |579326 |   9.6 |  20M| 393 |  31 |2280 |3627 |2280 |1674 |  93 |  48k|5682 | 0.000000e+00 |      --      |    Inf 
200.84/200.90	c   201s| 59600 |  2055 |580488 |   9.7 |  20M| 393 |   - |2280 |3648 |2280 |1674 |  93 |  48k|5686 | 0.000000e+00 |      --      |    Inf 
201.03/201.18	c   201s| 59700 |  2055 |581390 |   9.7 |  20M| 393 |   - |2280 |3678 |2280 |1674 |  93 |  48k|5687 | 0.000000e+00 |      --      |    Inf 
201.33/201.46	c   201s| 59800 |  2054 |582255 |   9.6 |  20M| 393 |   - |2280 |3683 |2280 |1674 |  93 |  48k|5687 | 0.000000e+00 |      --      |    Inf 
201.63/201.74	c   202s| 59900 |  2056 |583027 |   9.6 |  20M| 393 |  22 |2280 |3727 |2280 |1674 |  93 |  48k|5687 | 0.000000e+00 |      --      |    Inf 
201.94/202.07	c   202s| 60000 |  2052 |584114 |   9.6 |  21M| 393 |  45 |2280 |3775 |2280 |1674 |  93 |  48k|5689 | 0.000000e+00 |      --      |    Inf 
202.24/202.34	c   202s| 60100 |  2055 |585024 |   9.6 |  21M| 393 |   - |2280 |3761 |2280 |1674 |  93 |  48k|5689 | 0.000000e+00 |      --      |    Inf 
202.54/202.64	c   203s| 60200 |  2053 |585928 |   9.6 |  21M| 393 |   - |2280 |3811 |2280 |1674 |  93 |  48k|5691 | 0.000000e+00 |      --      |    Inf 
202.84/202.94	c   203s| 60300 |  2056 |587049 |   9.6 |  21M| 393 |   - |2280 |3775 |2280 |1674 |  93 |  49k|5692 | 0.000000e+00 |      --      |    Inf 
203.14/203.27	c   203s| 60400 |  2058 |588138 |   9.7 |  21M| 393 |   - |2280 |3756 |2280 |1674 |  93 |  49k|5702 | 0.000000e+00 |      --      |    Inf 
203.44/203.56	c   204s| 60500 |  2058 |589245 |   9.7 |  21M| 393 |  47 |2280 |3788 |2280 |1674 |  93 |  49k|5702 | 0.000000e+00 |      --      |    Inf 
203.74/203.87	c   204s| 60600 |  2060 |590379 |   9.7 |  21M| 393 |  53 |2280 |3864 |2280 |1674 |  93 |  49k|5705 | 0.000000e+00 |      --      |    Inf 
204.03/204.14	c   204s| 60700 |  2064 |591227 |   9.7 |  21M| 393 |  38 |2280 |3962 |2280 |1674 |  93 |  49k|5706 | 0.000000e+00 |      --      |    Inf 
204.34/204.41	c   204s| 60800 |  2067 |592082 |   9.7 |  21M| 393 |  40 |2280 |4040 |2280 |1674 |  93 |  49k|5706 | 0.000000e+00 |      --      |    Inf 
204.64/204.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.64/204.72	c   205s| 60900 |  2061 |593106 |   9.7 |  21M| 393 |   - |2280 |4074 |2280 |1674 |  93 |  49k|5708 | 0.000000e+00 |      --      |    Inf 
204.94/205.01	c   205s| 61000 |  2059 |594155 |   9.7 |  21M| 393 |   - |2280 |4098 |2280 |1674 |  93 |  49k|5708 | 0.000000e+00 |      --      |    Inf 
205.24/205.33	c   205s| 61100 |  2053 |595280 |   9.7 |  21M| 393 |   - |2280 |4038 |2280 |1674 |  93 |  49k|5709 | 0.000000e+00 |      --      |    Inf 
205.54/205.64	c   206s| 61200 |  2059 |596455 |   9.7 |  20M| 393 |  24 |2280 |3748 |2280 |1674 |  93 |  49k|5709 | 0.000000e+00 |      --      |    Inf 
205.84/205.96	c   206s| 61300 |  2060 |597844 |   9.7 |  20M| 393 |  42 |2280 |3420 |2280 |1674 |  93 |  49k|5710 | 0.000000e+00 |      --      |    Inf 
206.13/206.27	c   206s| 61400 |  2060 |599090 |   9.7 |  20M| 393 |   - |2280 |3467 |2280 |1674 |  93 |  49k|5710 | 0.000000e+00 |      --      |    Inf 
206.54/206.60	c   207s| 61500 |  2061 |600456 |   9.7 |  20M| 393 |  20 |2280 |3569 |2280 |1674 |  93 |  50k|5714 | 0.000000e+00 |      --      |    Inf 
206.84/206.92	c   207s| 61600 |  2065 |601824 |   9.7 |  20M| 393 |  19 |2280 |3656 |2280 |1674 |  93 |  50k|5715 | 0.000000e+00 |      --      |    Inf 
207.14/207.24	c   207s| 61700 |  2063 |603004 |   9.7 |  20M| 393 |  43 |2280 |3716 |2280 |1674 |  93 |  50k|5715 | 0.000000e+00 |      --      |    Inf 
207.44/207.58	c   208s| 61800 |  2059 |604334 |   9.7 |  20M| 393 |  35 |2280 |3657 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
207.84/207.92	c   208s| 61900 |  2059 |605831 |   9.7 |  20M| 393 |  39 |2280 |3672 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
208.13/208.24	c   208s| 62000 |  2063 |607134 |   9.7 |  20M| 393 |  46 |2280 |3748 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
208.44/208.54	c   209s| 62100 |  2063 |608351 |   9.7 |  21M| 393 |   - |2280 |3836 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
208.73/208.88	c   209s| 62200 |  2057 |609521 |   9.7 |  21M| 393 |   - |2280 |3838 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
209.14/209.21	c   209s| 62300 |  2057 |610648 |   9.7 |  21M| 393 |   - |2280 |3855 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
209.44/209.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.44/209.53	c   210s| 62400 |  2057 |611974 |   9.7 |  21M| 393 |   - |2280 |3928 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
209.73/209.87	c   210s| 62500 |  2057 |613431 |   9.7 |  21M| 393 |  38 |2280 |3865 |2280 |1674 |  93 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
210.13/210.20	c   210s| 62600 |  2053 |614465 |   9.7 |  20M| 393 |  40 |2280 |3701 |2280 |1674 |  93 |  51k|5723 | 0.000000e+00 |      --      |    Inf 
210.44/210.56	c   211s| 62700 |  2053 |615803 |   9.7 |  20M| 393 |  50 |2280 |3546 |2280 |1674 |  93 |  51k|5737 | 0.000000e+00 |      --      |    Inf 
210.83/210.90	c   211s| 62800 |  2056 |617140 |   9.7 |  20M| 393 |   - |2280 |3532 |2280 |1674 |  93 |  51k|5746 | 0.000000e+00 |      --      |    Inf 
211.14/211.22	c   211s| 62900 |  2051 |618053 |   9.7 |  20M| 393 |  40 |2280 |3520 |2280 |1674 |  93 |  51k|5752 | 0.000000e+00 |      --      |    Inf 
211.44/211.53	c   212s| 63000 |  2054 |619038 |   9.7 |  20M| 393 |  32 |2280 |3552 |2280 |1674 |  93 |  51k|5752 | 0.000000e+00 |      --      |    Inf 
211.74/211.86	c   212s| 63100 |  2049 |620181 |   9.7 |  20M| 393 |  48 |2280 |3462 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
212.03/212.15	c   212s| 63200 |  2057 |621089 |   9.7 |  20M| 393 |  10 |2280 |3503 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
212.34/212.47	c   212s| 63300 |  2053 |622085 |   9.7 |  20M| 393 |   - |2280 |3566 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
212.63/212.78	c   213s| 63400 |  2046 |623017 |   9.7 |  20M| 393 |   - |2280 |3523 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
212.94/213.06	c   213s| 63500 |  2052 |623767 |   9.7 |  20M| 393 |  49 |2280 |3403 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
213.24/213.36	c   213s| 63600 |  2054 |624732 |   9.7 |  20M| 393 |   - |2280 |3244 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
213.53/213.66	c   214s| 63700 |  2050 |625732 |   9.7 |  20M| 393 |   - |2280 |3221 |2280 |1674 |  93 |  51k|5757 | 0.000000e+00 |      --      |    Inf 
213.94/214.04	c   214s| 63800 |  2049 |627013 |   9.7 |  20M| 393 |  39 |2280 |3174 |2280 |1674 |  93 |  51k|5774 | 0.000000e+00 |      --      |    Inf 
214.34/214.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.34/214.42	c   214s| 63900 |  2053 |628363 |   9.8 |  20M| 393 |  24 |2280 |2953 |2280 |1674 |  93 |  51k|5791 | 0.000000e+00 |      --      |    Inf 
214.63/214.73	c   215s| 64000 |  2055 |629522 |   9.8 |  20M| 393 |   - |2280 |2975 |2280 |1674 |  93 |  52k|5796 | 0.000000e+00 |      --      |    Inf 
214.93/215.07	c   215s| 64100 |  2054 |630641 |   9.8 |  20M| 393 |   - |2280 |2965 |2280 |1674 |  93 |  52k|5802 | 0.000000e+00 |      --      |    Inf 
215.24/215.33	c   215s| 64200 |  2057 |631343 |   9.8 |  20M| 393 |  32 |2280 |2976 |2280 |1674 |  93 |  52k|5804 | 0.000000e+00 |      --      |    Inf 
215.44/215.59	c   216s| 64300 |  2057 |632136 |   9.8 |  20M| 393 |   - |2280 |3007 |2280 |1674 |  93 |  52k|5804 | 0.000000e+00 |      --      |    Inf 
215.73/215.85	c   216s| 64400 |  2054 |632877 |   9.7 |  20M| 393 |  21 |2280 |3030 |2280 |1674 |  93 |  52k|5804 | 0.000000e+00 |      --      |    Inf 
216.03/216.16	c   216s| 64500 |  2054 |633806 |   9.7 |  20M| 393 |   - |2280 |2970 |2280 |1674 |  93 |  52k|5805 | 0.000000e+00 |      --      |    Inf 
216.33/216.42	c   216s| 64600 |  2064 |634544 |   9.7 |  20M| 393 |  10 |2280 |2997 |2280 |1674 |  93 |  52k|5805 | 0.000000e+00 |      --      |    Inf 
216.64/216.71	c   217s| 64700 |  2060 |635444 |   9.7 |  20M| 393 |  14 |2280 |3099 |2280 |1674 |  93 |  52k|5806 | 0.000000e+00 |      --      |    Inf 
216.83/216.99	c   217s| 64800 |  2054 |636219 |   9.7 |  20M| 393 |  36 |2280 |3117 |2280 |1674 |  93 |  52k|5806 | 0.000000e+00 |      --      |    Inf 
217.13/217.28	c   217s| 64900 |  2053 |637198 |   9.7 |  20M| 393 |   - |2280 |3117 |2280 |1674 |  93 |  52k|5806 | 0.000000e+00 |      --      |    Inf 
217.43/217.58	c   218s| 65000 |  2060 |638304 |   9.7 |  20M| 393 |   - |2280 |3083 |2280 |1674 |  93 |  52k|5806 | 0.000000e+00 |      --      |    Inf 
217.74/217.89	c   218s| 65100 |  2057 |639156 |   9.7 |  20M| 393 |  22 |2280 |3157 |2280 |1674 |  93 |  53k|5810 | 0.000000e+00 |      --      |    Inf 
218.03/218.19	c   218s| 65200 |  2057 |640179 |   9.7 |  20M| 393 |  23 |2280 |3184 |2280 |1674 |  93 |  53k|5811 | 0.000000e+00 |      --      |    Inf 
218.34/218.49	c   218s| 65300 |  2055 |641083 |   9.7 |  20M| 393 |   - |2280 |3226 |2280 |1674 |  93 |  53k|5811 | 0.000000e+00 |      --      |    Inf 
218.74/218.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.74/218.81	c   219s| 65400 |  2055 |642065 |   9.7 |  20M| 393 |   - |2280 |3242 |2280 |1674 |  93 |  53k|5811 | 0.000000e+00 |      --      |    Inf 
218.94/219.09	c   219s| 65500 |  2057 |643144 |   9.7 |  20M| 393 |  51 |2280 |3264 |2280 |1674 |  93 |  53k|5812 | 0.000000e+00 |      --      |    Inf 
219.34/219.40	c   219s| 65600 |  2061 |644088 |   9.7 |  20M| 393 |   - |2280 |3321 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
219.54/219.69	c   220s| 65700 |  2061 |645048 |   9.7 |  20M| 393 |   - |2280 |3343 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
219.84/219.95	c   220s| 65800 |  2063 |645693 |   9.7 |  20M| 393 |  35 |2280 |3386 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
220.13/220.24	c   220s| 65900 |  2063 |646756 |   9.7 |  20M| 393 |   - |2280 |3508 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
220.43/220.56	c   221s| 66000 |  2059 |647986 |   9.7 |  20M| 393 |  26 |2280 |3559 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
220.73/220.86	c   221s| 66100 |  2057 |649012 |   9.7 |  20M| 393 |  28 |2280 |3498 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
221.04/221.18	c   221s| 66200 |  2055 |650173 |   9.7 |  20M| 393 |   - |2280 |3469 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
221.34/221.47	c   221s| 66300 |  2055 |651276 |   9.7 |  20M| 393 |  22 |2280 |3495 |2280 |1674 |  93 |  53k|5816 | 0.000000e+00 |      --      |    Inf 
221.63/221.76	c   222s| 66400 |  2059 |652215 |   9.7 |  20M| 393 |  18 |2280 |3395 |2280 |1674 |  93 |  54k|5816 | 0.000000e+00 |      --      |    Inf 
221.94/222.08	c   222s| 66500 |  2059 |653422 |   9.7 |  20M| 393 |  27 |2280 |3438 |2280 |1674 |  93 |  54k|5816 | 0.000000e+00 |      --      |    Inf 
222.23/222.34	c   222s| 66600 |  2063 |654391 |   9.7 |  20M| 393 |  23 |2280 |3500 |2280 |1674 |  93 |  54k|5816 | 0.000000e+00 |      --      |    Inf 
222.53/222.63	c   223s| 66700 |  2061 |655359 |   9.7 |  20M| 393 |  21 |2280 |3594 |2280 |1674 |  93 |  54k|5816 | 0.000000e+00 |      --      |    Inf 
222.84/222.90	c   223s| 66800 |  2063 |656447 |   9.7 |  21M| 393 |   - |2280 |3659 |2280 |1674 |  93 |  54k|5816 | 0.000000e+00 |      --      |    Inf 
223.04/223.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.04/223.18	c   223s| 66900 |  2061 |657540 |   9.8 |  21M| 393 |   - |2280 |3702 |2280 |1674 |  93 |  54k|5817 | 0.000000e+00 |      --      |    Inf 
223.33/223.43	c   223s| 67000 |  2059 |658586 |   9.8 |  21M| 393 |   - |2280 |3722 |2280 |1674 |  93 |  54k|5817 | 0.000000e+00 |      --      |    Inf 
223.63/223.73	c   224s| 67100 |  2059 |659525 |   9.8 |  21M| 393 |  17 |2280 |3727 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
223.94/224.03	c   224s| 67200 |  2061 |660504 |   9.8 |  20M| 393 |   - |2280 |3581 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
224.24/224.33	c   224s| 67300 |  2059 |661525 |   9.8 |  20M| 393 |   - |2280 |3591 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
224.53/224.63	c   225s| 67400 |  2057 |662428 |   9.8 |  21M| 393 |  31 |2280 |3658 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
224.84/224.94	c   225s| 67500 |  2054 |663359 |   9.8 |  20M| 393 |  50 |2280 |3621 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
225.13/225.21	c   225s| 67600 |  2058 |664350 |   9.8 |  20M| 393 |  28 |2280 |3618 |2280 |1674 |  93 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
225.34/225.50	c   226s| 67700 |  2058 |665454 |   9.8 |  20M| 393 |  23 |2280 |3630 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
225.64/225.78	c   226s| 67800 |  2054 |666371 |   9.8 |  20M| 393 |   - |2280 |3647 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
225.93/226.08	c   226s| 67900 |  2056 |667448 |   9.8 |  21M| 393 |  30 |2280 |3743 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
226.34/226.40	c   226s| 68000 |  2057 |668749 |   9.8 |  21M| 393 |  29 |2280 |3808 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
226.63/226.70	c   227s| 68100 |  2059 |669740 |   9.8 |  21M| 393 |  26 |2280 |3745 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
226.94/227.00	c   227s| 68200 |  2057 |670682 |   9.8 |  21M| 393 |  13 |2280 |3652 |2280 |1674 |  93 |  55k|5822 | 0.000000e+00 |      --      |    Inf 
227.23/227.31	c   227s| 68300 |  2059 |671657 |   9.8 |  21M| 393 |  29 |2280 |3678 |2280 |1674 |  93 |  55k|5829 | 0.000000e+00 |      --      |    Inf 
227.54/227.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.54/227.60	c   228s| 68400 |  2057 |672707 |   9.8 |  21M| 393 |   - |2280 |3748 |2280 |1674 |  93 |  55k|5829 | 0.000000e+00 |      --      |    Inf 
227.73/227.86	c   228s| 68500 |  2061 |673501 |   9.8 |  21M| 393 |  19 |2280 |3829 |2280 |1674 |  93 |  55k|5829 | 0.000000e+00 |      --      |    Inf 
228.03/228.16	c   228s| 68600 |  2059 |674427 |   9.8 |  21M| 393 |  21 |2280 |3839 |2280 |1674 |  93 |  55k|5829 | 0.000000e+00 |      --      |    Inf 
228.33/228.46	c   228s| 68700 |  2059 |675696 |   9.8 |  21M| 393 |  13 |2280 |3846 |2280 |1674 |  93 |  55k|5829 | 0.000000e+00 |      --      |    Inf 
228.73/228.83	c   229s| 68800 |  2056 |676921 |   9.8 |  21M| 393 |   - |2280 |3927 |2280 |1674 |  93 |  55k|5856 | 0.000000e+00 |      --      |    Inf 
229.03/229.18	c   229s| 68900 |  2054 |678074 |   9.8 |  21M| 393 |   - |2280 |4000 |2280 |1674 |  93 |  56k|5871 | 0.000000e+00 |      --      |    Inf 
229.44/229.53	c   230s| 69000 |  2054 |679068 |   9.8 |  21M| 393 |  34 |2280 |3975 |2280 |1674 |  93 |  56k|5886 | 0.000000e+00 |      --      |    Inf 
229.74/229.83	c   230s| 69100 |  2054 |679860 |   9.8 |  21M| 393 |  39 |2280 |4041 |2280 |1674 |  93 |  56k|5890 | 0.000000e+00 |      --      |    Inf 
230.03/230.10	c   230s| 69200 |  2054 |680518 |   9.8 |  21M| 393 |   - |2280 |4050 |2280 |1674 |  93 |  56k|5895 | 0.000000e+00 |      --      |    Inf 
230.23/230.39	c   230s| 69300 |  2056 |681369 |   9.8 |  21M| 393 |  25 |2280 |4040 |2280 |1674 |  93 |  56k|5896 | 0.000000e+00 |      --      |    Inf 
230.53/230.70	c   231s| 69400 |  2052 |682207 |   9.8 |  21M| 393 |   - |2280 |4080 |2280 |1674 |  93 |  56k|5901 | 0.000000e+00 |      --      |    Inf 
230.84/230.99	c   231s| 69500 |  2054 |683148 |   9.8 |  21M| 393 |  31 |2280 |3907 |2280 |1674 |  93 |  56k|5903 | 0.000000e+00 |      --      |    Inf 
231.33/231.41	c   231s| 69600 |  2049 |684126 |   9.8 |  21M| 393 |  47 |2280 |3758 |2280 |1674 |  93 |  56k|5944 | 0.000000e+00 |      --      |    Inf 
231.63/231.73	c   232s| 69700 |  2047 |685106 |   9.8 |  20M| 393 |   - |2280 |3462 |2280 |1674 |  93 |  56k|5957 | 0.000000e+00 |      --      |    Inf 
231.93/232.07	c   232s| 69800 |  2049 |686107 |   9.8 |  20M| 393 |  27 |2280 |3398 |2280 |1674 |  93 |  56k|5973 | 0.000000e+00 |      --      |    Inf 
232.23/232.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.23/232.37	c   232s| 69900 |  2047 |687007 |   9.8 |  20M| 393 |  49 |2280 |3383 |2280 |1674 |  93 |  57k|5976 | 0.000000e+00 |      --      |    Inf 
232.84/232.91	c   233s| 70000 |  2052 |688372 |   9.8 |  20M| 393 |  38 |2280 |3309 |2280 |1674 |  93 |  57k|6057 | 0.000000e+00 |      --      |    Inf 
233.14/233.24	c   233s| 70100 |  2049 |689457 |   9.8 |  20M| 393 |  22 |2280 |3297 |2280 |1674 |  93 |  57k|6066 | 0.000000e+00 |      --      |    Inf 
233.43/233.59	c   234s| 70200 |  2051 |690753 |   9.8 |  20M| 393 |  31 |2280 |3201 |2280 |1674 |  93 |  57k|6076 | 0.000000e+00 |      --      |    Inf 
233.83/233.92	c   234s| 70300 |  2048 |691814 |   9.8 |  20M| 393 |   - |2280 |3225 |2280 |1674 |  93 |  57k|6086 | 0.000000e+00 |      --      |    Inf 
234.24/234.35	c   234s| 70400 |  2051 |693106 |   9.8 |  20M| 393 |   - |2280 |3193 |2280 |1674 |  93 |  57k|6136 | 0.000000e+00 |      --      |    Inf 
234.63/234.73	c   235s| 70500 |  2053 |694161 |   9.8 |  20M| 393 |  37 |2280 |3241 |2280 |1674 |  93 |  57k|6171 | 0.000000e+00 |      --      |    Inf 
234.93/235.05	c   235s| 70600 |  2053 |695129 |   9.8 |  20M| 393 |   - |2280 |3257 |2280 |1674 |  93 |  57k|6185 | 0.000000e+00 |      --      |    Inf 
235.23/235.37	c   235s| 70700 |  2052 |696192 |   9.8 |  20M| 393 |   - |2280 |3298 |2280 |1674 |  93 |  57k|6199 | 0.000000e+00 |      --      |    Inf 
235.53/235.69	c   236s| 70800 |  2054 |697268 |   9.8 |  20M| 393 |   - |2280 |3372 |2280 |1674 |  93 |  57k|6204 | 0.000000e+00 |      --      |    Inf 
235.93/236.04	c   236s| 70900 |  2054 |698165 |   9.8 |  20M| 393 |   - |2280 |3311 |2280 |1674 |  93 |  57k|6231 | 0.000000e+00 |      --      |    Inf 
236.23/236.35	c   236s| 71000 |  2054 |699182 |   9.8 |  20M| 393 |  24 |2280 |3278 |2280 |1674 |  93 |  57k|6231 | 0.000000e+00 |      --      |    Inf 
236.53/236.65	c   237s| 71100 |  2051 |700284 |   9.8 |  20M| 393 |   - |2280 |3189 |2280 |1674 |  93 |  58k|6240 | 0.000000e+00 |      --      |    Inf 
236.84/236.96	c   237s| 71200 |  2048 |701515 |   9.8 |  20M| 393 |  30 |2280 |3191 |2280 |1674 |  93 |  58k|6240 | 0.000000e+00 |      --      |    Inf 
237.13/237.26	c   237s| 71300 |  2049 |702505 |   9.8 |  20M| 393 |  13 |2280 |3265 |2280 |1674 |  93 |  58k|6247 | 0.000000e+00 |      --      |    Inf 
237.43/237.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.43/237.56	c   238s| 71400 |  2048 |703554 |   9.8 |  20M| 393 |   - |2280 |3243 |2280 |1674 |  93 |  58k|6248 | 0.000000e+00 |      --      |    Inf 
237.73/237.85	c   238s| 71500 |  2048 |704645 |   9.8 |  20M| 393 |  26 |2280 |3259 |2280 |1674 |  93 |  58k|6249 | 0.000000e+00 |      --      |    Inf 
238.03/238.16	c   238s| 71600 |  2052 |705573 |   9.8 |  20M| 393 |  48 |2280 |3281 |2280 |1674 |  93 |  58k|6254 | 0.000000e+00 |      --      |    Inf 
238.33/238.47	c   238s| 71700 |  2051 |706769 |   9.8 |  20M| 393 |   - |2280 |3298 |2280 |1674 |  93 |  58k|6258 | 0.000000e+00 |      --      |    Inf 
238.73/238.80	c   239s| 71800 |  2051 |708206 |   9.8 |  20M| 393 |  29 |2280 |3312 |2280 |1674 |  93 |  58k|6263 | 0.000000e+00 |      --      |    Inf 
239.03/239.14	c   239s| 71900 |  2045 |709466 |   9.8 |  20M| 393 |  50 |2280 |3348 |2280 |1674 |  93 |  58k|6271 | 0.000000e+00 |      --      |    Inf 
239.33/239.44	c   239s| 72000 |  2048 |710460 |   9.8 |  20M| 393 |  51 |2280 |3129 |2280 |1674 |  93 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
239.64/239.74	c   240s| 72100 |  2050 |711100 |   9.8 |  20M| 393 |   - |2280 |3052 |2280 |1674 |  93 |  58k|6276 | 0.000000e+00 |      --      |    Inf 
239.93/240.03	c   240s| 72200 |  2045 |711772 |   9.8 |  20M| 393 |   - |2280 |3075 |2280 |1674 |  93 |  58k|6276 | 0.000000e+00 |      --      |    Inf 
240.23/240.36	c   240s| 72300 |  2053 |712868 |   9.8 |  19M| 393 |   - |2280 |2840 |2280 |1674 |  93 |  58k|6290 | 0.000000e+00 |      --      |    Inf 
240.53/240.64	c   241s| 72400 |  2055 |713866 |   9.8 |  20M| 393 |  37 |2280 |2917 |2280 |1674 |  93 |  58k|6294 | 0.000000e+00 |      --      |    Inf 
240.83/240.92	c   241s| 72500 |  2055 |714747 |   9.8 |  20M| 393 |  31 |2280 |2938 |2280 |1674 |  93 |  58k|6298 | 0.000000e+00 |      --      |    Inf 
241.03/241.19	c   241s| 72600 |  2053 |715560 |   9.8 |  20M| 393 |  29 |2280 |3016 |2280 |1674 |  93 |  59k|6298 | 0.000000e+00 |      --      |    Inf 
241.43/241.52	c   242s| 72700 |  2050 |716448 |   9.8 |  20M| 393 |  45 |2280 |2900 |2280 |1674 |  93 |  59k|6309 | 0.000000e+00 |      --      |    Inf 
241.73/241.83	c   242s| 72800 |  2069 |717587 |   9.8 |  19M| 393 |   - |2280 |2779 |2280 |1674 |  93 |  59k|6316 | 0.000000e+00 |      --      |    Inf 
241.93/242.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.93/242.09	c   242s| 72900 |  2077 |718314 |   9.8 |  20M| 393 |  27 |2280 |2835 |2280 |1674 |  93 |  59k|6317 | 0.000000e+00 |      --      |    Inf 
242.23/242.38	c   242s| 73000 |  2077 |719144 |   9.8 |  20M| 393 |  10 |2280 |2941 |2280 |1674 |  93 |  59k|6322 | 0.000000e+00 |      --      |    Inf 
242.53/242.65	c   243s| 73100 |  2075 |720044 |   9.8 |  20M| 393 |   - |2280 |3007 |2280 |1674 |  93 |  59k|6324 | 0.000000e+00 |      --      |    Inf 
242.83/242.94	c   243s| 73200 |  2077 |720786 |   9.8 |  20M| 393 |  18 |2280 |2986 |2280 |1674 |  93 |  59k|6325 | 0.000000e+00 |      --      |    Inf 
243.13/243.22	c   243s| 73300 |  2071 |721607 |   9.8 |  20M| 393 |  31 |2280 |3022 |2280 |1674 |  93 |  59k|6325 | 0.000000e+00 |      --      |    Inf 
243.43/243.51	c   244s| 73400 |  2073 |722257 |   9.8 |  20M| 393 |   - |2280 |3072 |2280 |1674 |  93 |  59k|6325 | 0.000000e+00 |      --      |    Inf 
243.63/243.78	c   244s| 73500 |  2071 |722802 |   9.8 |  20M| 393 |   - |2280 |3105 |2280 |1674 |  93 |  59k|6325 | 0.000000e+00 |      --      |    Inf 
243.93/244.03	c   244s| 73600 |  2077 |723397 |   9.8 |  20M| 393 |   - |2280 |3184 |2280 |1674 |  93 |  60k|6325 | 0.000000e+00 |      --      |    Inf 
244.14/244.29	c   244s| 73700 |  2071 |723966 |   9.8 |  20M| 393 |   - |2280 |3177 |2280 |1674 |  93 |  60k|6325 | 0.000000e+00 |      --      |    Inf 
244.43/244.56	c   245s| 73800 |  2077 |724717 |   9.7 |  20M| 393 |  12 |2280 |3181 |2280 |1674 |  93 |  60k|6325 | 0.000000e+00 |      --      |    Inf 
244.73/244.86	c   245s| 73900 |  2075 |725554 |   9.7 |  20M| 393 |   - |2280 |3232 |2280 |1674 |  93 |  60k|6325 | 0.000000e+00 |      --      |    Inf 
245.03/245.14	c   245s| 74000 |  2077 |726395 |   9.7 |  20M| 393 |   - |2280 |3245 |2280 |1674 |  93 |  60k|6326 | 0.000000e+00 |      --      |    Inf 
245.33/245.44	c   245s| 74100 |  2076 |727413 |   9.7 |  20M| 393 |   - |2280 |3276 |2280 |1674 |  93 |  60k|6326 | 0.000000e+00 |      --      |    Inf 
245.63/245.73	c   246s| 74200 |  2084 |728161 |   9.7 |  20M| 393 |  16 |2280 |3143 |2280 |1674 |  93 |  60k|6331 | 0.000000e+00 |      --      |    Inf 
245.93/246.03	c   246s| 74300 |  2081 |728781 |   9.7 |  20M| 393 |  30 |2280 |3196 |2280 |1674 |  93 |  60k|6331 | 0.000000e+00 |      --      |    Inf 
246.23/246.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.23/246.34	c   246s| 74400 |  2086 |729605 |   9.7 |  20M| 393 |  19 |2280 |3233 |2280 |1674 |  93 |  60k|6337 | 0.000000e+00 |      --      |    Inf 
246.53/246.65	c   247s| 74500 |  2082 |730467 |   9.7 |  20M| 393 |  27 |2280 |3281 |2280 |1674 |  93 |  60k|6338 | 0.000000e+00 |      --      |    Inf 
246.83/246.97	c   247s| 74600 |  2084 |731445 |   9.7 |  20M| 393 |  28 |2280 |3222 |2280 |1674 |  93 |  61k|6339 | 0.000000e+00 |      --      |    Inf 
247.13/247.24	c   247s| 74700 |  2085 |732066 |   9.7 |  20M| 393 |   - |2280 |3208 |2280 |1674 |  93 |  61k|6340 | 0.000000e+00 |      --      |    Inf 
247.44/247.54	c   248s| 74800 |  2080 |732891 |   9.7 |  20M| 393 |   - |2280 |3231 |2280 |1674 |  93 |  61k|6340 | 0.000000e+00 |      --      |    Inf 
247.72/247.83	c   248s| 74900 |  2082 |733557 |   9.7 |  20M| 393 |  18 |2280 |3240 |2280 |1674 |  93 |  61k|6341 | 0.000000e+00 |      --      |    Inf 
248.03/248.13	c   248s| 75000 |  2084 |734542 |   9.7 |  20M| 393 |  10 |2280 |3243 |2280 |1674 |  93 |  61k|6341 | 0.000000e+00 |      --      |    Inf 
248.33/248.44	c   248s| 75100 |  2085 |735595 |   9.7 |  20M| 393 |   - |2280 |3283 |2280 |1674 |  93 |  61k|6343 | 0.000000e+00 |      --      |    Inf 
248.63/248.73	c   249s| 75200 |  2085 |736623 |   9.7 |  20M| 393 |   - |2280 |3306 |2280 |1674 |  93 |  61k|6344 | 0.000000e+00 |      --      |    Inf 
248.93/249.04	c   249s| 75300 |  2081 |737622 |   9.7 |  20M| 393 |   - |2280 |3352 |2280 |1674 |  93 |  61k|6346 | 0.000000e+00 |      --      |    Inf 
249.23/249.34	c   249s| 75400 |  2085 |738524 |   9.7 |  20M| 393 |  13 |2280 |3399 |2280 |1674 |  93 |  61k|6348 | 0.000000e+00 |      --      |    Inf 
249.54/249.62	c   250s| 75500 |  2087 |739318 |   9.7 |  20M| 393 |   - |2280 |3470 |2280 |1674 |  93 |  61k|6350 | 0.000000e+00 |      --      |    Inf 
249.82/249.92	c   250s| 75600 |  2089 |740284 |   9.7 |  21M| 393 |  10 |2280 |3532 |2280 |1674 |  93 |  61k|6350 | 0.000000e+00 |      --      |    Inf 
250.13/250.23	c   250s| 75700 |  2087 |741370 |   9.7 |  21M| 393 |   - |2280 |3564 |2280 |1674 |  93 |  61k|6350 | 0.000000e+00 |      --      |    Inf 
250.43/250.54	c   251s| 75800 |  2085 |742581 |   9.7 |  21M| 393 |  25 |2280 |3668 |2280 |1674 |  93 |  61k|6351 | 0.000000e+00 |      --      |    Inf 
250.73/250.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.73/250.86	c   251s| 75900 |  2087 |743723 |   9.7 |  21M| 393 |  39 |2280 |3665 |2280 |1674 |  93 |  62k|6353 | 0.000000e+00 |      --      |    Inf 
251.03/251.18	c   251s| 76000 |  2089 |744785 |   9.7 |  21M| 393 |   - |2280 |3761 |2280 |1674 |  93 |  62k|6363 | 0.000000e+00 |      --      |    Inf 
251.43/251.50	c   252s| 76100 |  2089 |745847 |   9.7 |  21M| 393 |  39 |2280 |3750 |2280 |1674 |  93 |  62k|6363 | 0.000000e+00 |      --      |    Inf 
251.63/251.80	c   252s| 76200 |  2087 |746678 |   9.7 |  21M| 393 |   - |2280 |3710 |2280 |1674 |  93 |  62k|6366 | 0.000000e+00 |      --      |    Inf 
252.03/252.11	c   252s| 76300 |  2089 |747673 |   9.7 |  21M| 393 |   - |2280 |3676 |2280 |1674 |  93 |  62k|6366 | 0.000000e+00 |      --      |    Inf 
252.23/252.38	c   252s| 76400 |  2089 |748390 |   9.7 |  21M| 393 |   - |2280 |3706 |2280 |1674 |  93 |  62k|6367 | 0.000000e+00 |      --      |    Inf 
252.53/252.66	c   253s| 76500 |  2091 |749085 |   9.7 |  21M| 393 |  32 |2280 |3747 |2280 |1674 |  93 |  62k|6367 | 0.000000e+00 |      --      |    Inf 
252.83/252.96	c   253s| 76600 |  2087 |749882 |   9.7 |  21M| 393 |   - |2280 |3761 |2280 |1674 |  93 |  62k|6367 | 0.000000e+00 |      --      |    Inf 
253.13/253.25	c   253s| 76700 |  2089 |750798 |   9.7 |  21M| 393 |   - |2280 |3717 |2280 |1674 |  93 |  62k|6367 | 0.000000e+00 |      --      |    Inf 
253.42/253.59	c   254s| 76800 |  2089 |751863 |   9.7 |  21M| 393 |  33 |2280 |3755 |2280 |1674 |  93 |  62k|6377 | 0.000000e+00 |      --      |    Inf 
253.83/253.95	c   254s| 76900 |  2087 |752821 |   9.7 |  21M| 393 |   - |2280 |3793 |2280 |1674 |  93 |  62k|6394 | 0.000000e+00 |      --      |    Inf 
254.23/254.35	c   254s| 77000 |  2091 |754057 |   9.7 |  21M| 393 |   - |2280 |3872 |2280 |1674 |  93 |  62k|6418 | 0.000000e+00 |      --      |    Inf 
254.53/254.68	c   255s| 77100 |  2087 |755050 |   9.7 |  21M| 393 |  37 |2280 |3655 |2280 |1674 |  93 |  62k|6422 | 0.000000e+00 |      --      |    Inf 
254.93/255.04	c   255s| 77200 |  2081 |755990 |   9.7 |  21M| 393 |   - |2280 |3596 |2280 |1674 |  93 |  63k|6440 | 0.000000e+00 |      --      |    Inf 
255.23/255.37	c   255s| 77300 |  2077 |756884 |   9.7 |  20M| 393 |  29 |2280 |3500 |2280 |1674 |  93 |  63k|6446 | 0.000000e+00 |      --      |    Inf 
255.63/255.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.63/255.70	c   256s| 77400 |  2079 |757703 |   9.7 |  20M| 393 |  32 |2280 |3452 |2280 |1674 |  93 |  63k|6461 | 0.000000e+00 |      --      |    Inf 
255.83/255.99	c   256s| 77500 |  2079 |758526 |   9.7 |  20M| 393 |  18 |2280 |3505 |2280 |1674 |  93 |  63k|6463 | 0.000000e+00 |      --      |    Inf 
256.13/256.27	c   256s| 77600 |  2079 |759290 |   9.7 |  21M| 393 |   - |2280 |3550 |2280 |1674 |  93 |  63k|6466 | 0.000000e+00 |      --      |    Inf 
256.42/256.56	c   257s| 77700 |  2079 |760210 |   9.7 |  21M| 393 |   - |2280 |3605 |2280 |1674 |  93 |  63k|6467 | 0.000000e+00 |      --      |    Inf 
256.73/256.84	c   257s| 77800 |  2079 |760999 |   9.7 |  21M| 393 |   - |2280 |3651 |2280 |1674 |  93 |  63k|6471 | 0.000000e+00 |      --      |    Inf 
257.03/257.12	c   257s| 77900 |  2075 |761818 |   9.7 |  21M| 393 |   - |2280 |3708 |2280 |1674 |  93 |  63k|6471 | 0.000000e+00 |      --      |    Inf 
257.33/257.43	c   257s| 78000 |  2079 |762734 |   9.7 |  21M| 393 |   - |2280 |3703 |2280 |1674 |  93 |  63k|6473 | 0.000000e+00 |      --      |    Inf 
257.62/257.71	c   258s| 78100 |  2079 |763592 |   9.7 |  21M| 393 |   - |2280 |3669 |2280 |1674 |  93 |  63k|6476 | 0.000000e+00 |      --      |    Inf 
257.83/258.00	c   258s| 78200 |  2079 |764442 |   9.7 |  21M| 393 |  30 |2280 |3636 |2280 |1674 |  93 |  63k|6477 | 0.000000e+00 |      --      |    Inf 
258.13/258.27	c   258s| 78300 |  2081 |765221 |   9.7 |  21M| 393 |  25 |2280 |3661 |2280 |1674 |  93 |  63k|6478 | 0.000000e+00 |      --      |    Inf 
258.44/258.57	c   259s| 78400 |  2075 |766156 |   9.7 |  21M| 393 |   - |2280 |3656 |2280 |1674 |  93 |  63k|6479 | 0.000000e+00 |      --      |    Inf 
258.83/258.90	c   259s| 78500 |  2079 |767282 |   9.7 |  21M| 393 |  31 |2280 |3682 |2280 |1674 |  93 |  64k|6485 | 0.000000e+00 |      --      |    Inf 
259.13/259.22	c   259s| 78600 |  2081 |768476 |   9.7 |  21M| 393 |  43 |2280 |3719 |2280 |1674 |  93 |  64k|6489 | 0.000000e+00 |      --      |    Inf 
259.43/259.58	c   260s| 78700 |  2074 |769665 |   9.7 |  21M| 393 |   - |2280 |3593 |2280 |1674 |  93 |  64k|6503 | 0.000000e+00 |      --      |    Inf 
259.73/259.89	c   260s| 78800 |  2070 |770577 |   9.7 |  21M| 393 |  50 |2280 |3561 |2280 |1674 |  93 |  64k|6505 | 0.000000e+00 |      --      |    Inf 
260.13/260.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.13/260.21	c   260s| 78900 |  2065 |771664 |   9.7 |  20M| 393 |  42 |2280 |3536 |2280 |1674 |  93 |  64k|6509 | 0.000000e+00 |      --      |    Inf 
260.43/260.54	c   261s| 79000 |  2068 |772655 |   9.7 |  20M| 393 |  16 |2280 |3301 |2280 |1674 |  93 |  64k|6514 | 0.000000e+00 |      --      |    Inf 
260.72/260.81	c   261s| 79100 |  2070 |773367 |   9.7 |  20M| 393 |   - |2280 |3319 |2280 |1674 |  93 |  64k|6519 | 0.000000e+00 |      --      |    Inf 
260.93/261.07	c   261s| 79200 |  2071 |774141 |   9.7 |  20M| 393 |   - |2280 |3311 |2280 |1674 |  93 |  64k|6519 | 0.000000e+00 |      --      |    Inf 
261.23/261.35	c   261s| 79300 |  2068 |774900 |   9.7 |  20M| 393 |  28 |2280 |3326 |2280 |1674 |  93 |  64k|6523 | 0.000000e+00 |      --      |    Inf 
261.52/261.64	c   262s| 79400 |  2068 |775770 |   9.7 |  20M| 393 |   - |2280 |3348 |2280 |1674 |  93 |  64k|6528 | 0.000000e+00 |      --      |    Inf 
261.83/261.96	c   262s| 79500 |  2071 |776916 |   9.7 |  20M| 393 |  36 |2280 |3442 |2280 |1674 |  93 |  64k|6534 | 0.000000e+00 |      --      |    Inf 
262.13/262.29	c   262s| 79600 |  2073 |778070 |   9.7 |  20M| 393 |  42 |2280 |3510 |2280 |1674 |  93 |  64k|6541 | 0.000000e+00 |      --      |    Inf 
262.52/262.62	c   263s| 79700 |  2071 |779326 |   9.7 |  20M| 393 |   - |2280 |3517 |2280 |1674 |  93 |  65k|6542 | 0.000000e+00 |      --      |    Inf 
262.83/262.93	c   263s| 79800 |  2073 |780530 |   9.7 |  21M| 393 |   - |2280 |3561 |2280 |1674 |  93 |  65k|6542 | 0.000000e+00 |      --      |    Inf 
263.12/263.23	c   263s| 79900 |  2071 |781494 |   9.7 |  21M| 393 |  43 |2280 |3599 |2280 |1674 |  93 |  65k|6543 | 0.000000e+00 |      --      |    Inf 
263.43/263.52	c   264s| 80000 |  2071 |782431 |   9.7 |  21M| 393 |  47 |2280 |3643 |2280 |1674 |  93 |  65k|6544 | 0.000000e+00 |      --      |    Inf 
263.72/263.83	c   264s| 80100 |  2071 |783569 |   9.7 |  21M| 393 |   - |2280 |3762 |2280 |1674 |  93 |  65k|6546 | 0.000000e+00 |      --      |    Inf 
264.03/264.16	c   264s| 80200 |  2069 |784750 |   9.7 |  21M| 393 |   - |2280 |3765 |2280 |1674 |  93 |  65k|6554 | 0.000000e+00 |      --      |    Inf 
264.43/264.50	c   265s| 80300 |  2069 |786139 |   9.7 |  21M| 393 |  47 |2280 |3806 |2280 |1674 |  93 |  65k|6558 | 0.000000e+00 |      --      |    Inf 
264.73/264.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.73/264.81	c   265s| 80400 |  2073 |787255 |   9.7 |  21M| 393 |  45 |2280 |3897 |2280 |1674 |  93 |  65k|6562 | 0.000000e+00 |      --      |    Inf 
265.03/265.15	c   265s| 80500 |  2075 |788416 |   9.7 |  21M| 393 |  33 |2280 |4016 |2280 |1674 |  93 |  65k|6576 | 0.000000e+00 |      --      |    Inf 
265.32/265.47	c   265s| 80600 |  2071 |789634 |   9.7 |  21M| 393 |   - |2280 |4095 |2280 |1674 |  93 |  65k|6580 | 0.000000e+00 |      --      |    Inf 
265.63/265.79	c   266s| 80700 |  2071 |790720 |   9.7 |  21M| 393 |  32 |2280 |3751 |2280 |1674 |  93 |  65k|6582 | 0.000000e+00 |      --      |    Inf 
266.03/266.12	c   266s| 80800 |  2073 |792024 |   9.7 |  21M| 393 |  36 |2280 |3772 |2280 |1674 |  93 |  66k|6583 | 0.000000e+00 |      --      |    Inf 
266.32/266.43	c   266s| 80900 |  2071 |793116 |   9.7 |  21M| 393 |  18 |2280 |3731 |2280 |1674 |  93 |  66k|6583 | 0.000000e+00 |      --      |    Inf 
266.62/266.73	c   267s| 81000 |  2069 |794109 |   9.7 |  21M| 393 |   - |2280 |3706 |2280 |1674 |  93 |  66k|6583 | 0.000000e+00 |      --      |    Inf 
266.92/267.02	c   267s| 81100 |  2071 |795109 |   9.7 |  21M| 393 |  27 |2280 |3736 |2280 |1674 |  93 |  66k|6583 | 0.000000e+00 |      --      |    Inf 
267.23/267.33	c   267s| 81200 |  2075 |796410 |   9.7 |  21M| 393 |  22 |2280 |3799 |2280 |1674 |  93 |  66k|6585 | 0.000000e+00 |      --      |    Inf 
267.52/267.62	c   268s| 81300 |  2071 |797472 |   9.7 |  21M| 393 |   - |2280 |3885 |2280 |1674 |  93 |  66k|6586 | 0.000000e+00 |      --      |    Inf 
267.83/267.93	c   268s| 81400 |  2071 |798497 |   9.7 |  21M| 393 |  29 |2280 |3842 |2280 |1674 |  93 |  66k|6589 | 0.000000e+00 |      --      |    Inf 
268.13/268.23	c   268s| 81500 |  2071 |799518 |   9.7 |  21M| 393 |  38 |2280 |3853 |2280 |1674 |  93 |  66k|6590 | 0.000000e+00 |      --      |    Inf 
268.42/268.55	c   269s| 81600 |  2071 |800619 |   9.7 |  21M| 393 |  44 |2280 |3967 |2280 |1674 |  93 |  66k|6590 | 0.000000e+00 |      --      |    Inf 
268.73/268.87	c   269s| 81700 |  2063 |801616 |   9.7 |  21M| 393 |   - |2280 |3929 |2280 |1674 |  93 |  66k|6591 | 0.000000e+00 |      --      |    Inf 
269.03/269.15	c   269s| 81800 |  2065 |802537 |   9.7 |  21M| 393 |   - |2280 |3844 |2280 |1674 |  93 |  67k|6594 | 0.000000e+00 |      --      |    Inf 
269.33/269.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.33/269.45	c   269s| 81900 |  2066 |803476 |   9.7 |  21M| 393 |   - |2280 |3898 |2280 |1674 |  93 |  67k|6600 | 0.000000e+00 |      --      |    Inf 
269.63/269.75	c   270s| 82000 |  2064 |804392 |   9.7 |  21M| 393 |  35 |2280 |3981 |2280 |1674 |  93 |  67k|6600 | 0.000000e+00 |      --      |    Inf 
270.23/270.30	c   270s| 82100 |  2064 |805516 |   9.7 |  21M| 393 |   - |2280 |3757 |2280 |1674 |  93 |  67k|6682 | 0.000000e+00 |      --      |    Inf 
270.53/270.63	c   271s| 82200 |  2062 |806765 |   9.8 |  21M| 393 |   - |2280 |3798 |2280 |1674 |  93 |  67k|6691 | 0.000000e+00 |      --      |    Inf 
270.83/270.94	c   271s| 82300 |  2061 |808015 |   9.8 |  21M| 393 |  54 |2280 |3815 |2280 |1674 |  93 |  67k|6696 | 0.000000e+00 |      --      |    Inf 
271.23/271.33	c   271s| 82400 |  2069 |809377 |   9.8 |  21M| 393 |   - |2280 |3664 |2280 |1674 |  93 |  67k|6730 | 0.000000e+00 |      --      |    Inf 
271.53/271.65	c   272s| 82500 |  2069 |810361 |   9.8 |  21M| 393 |   - |2280 |3601 |2280 |1674 |  93 |  67k|6733 | 0.000000e+00 |      --      |    Inf 
271.82/271.91	c   272s| 82600 |  2071 |810846 |   9.8 |  21M| 393 |  26 |2280 |3677 |2280 |1674 |  93 |  67k|6737 | 0.000000e+00 |      --      |    Inf 
272.13/272.21	c   272s| 82700 |  2067 |811530 |   9.8 |  21M| 393 |   - |2280 |3659 |2280 |1674 |  93 |  67k|6743 | 0.000000e+00 |      --      |    Inf 
272.33/272.49	c   272s| 82800 |  2069 |812140 |   9.7 |  21M| 393 |   - |2280 |3657 |2280 |1674 |  93 |  67k|6743 | 0.000000e+00 |      --      |    Inf 
272.63/272.77	c   273s| 82900 |  2064 |812777 |   9.7 |  21M| 393 |   - |2280 |3674 |2280 |1674 |  93 |  67k|6743 | 0.000000e+00 |      --      |    Inf 
272.92/273.03	c   273s| 83000 |  2072 |813499 |   9.7 |  21M| 393 |   - |2280 |3625 |2280 |1674 |  93 |  67k|6743 | 0.000000e+00 |      --      |    Inf 
273.23/273.32	c   273s| 83100 |  2069 |814255 |   9.7 |  21M| 393 |  16 |2280 |3661 |2280 |1674 |  93 |  67k|6743 | 0.000000e+00 |      --      |    Inf 
273.52/273.60	c   274s| 83200 |  2071 |815017 |   9.7 |  21M| 393 |  27 |2280 |3698 |2280 |1674 |  93 |  68k|6748 | 0.000000e+00 |      --      |    Inf 
273.74/273.88	c   274s| 83300 |  2071 |815759 |   9.7 |  21M| 393 |   - |2280 |3718 |2280 |1674 |  93 |  68k|6748 | 0.000000e+00 |      --      |    Inf 
274.03/274.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.03/274.18	c   274s| 83400 |  2073 |816498 |   9.7 |  21M| 393 |  21 |2280 |3688 |2280 |1674 |  93 |  68k|6753 | 0.000000e+00 |      --      |    Inf 
274.33/274.48	c   274s| 83500 |  2073 |817218 |   9.7 |  21M| 393 |  10 |2280 |3726 |2280 |1674 |  93 |  68k|6755 | 0.000000e+00 |      --      |    Inf 
274.62/274.79	c   275s| 83600 |  2071 |818012 |   9.7 |  21M| 393 |   - |2280 |3764 |2280 |1674 |  93 |  68k|6755 | 0.000000e+00 |      --      |    Inf 
274.93/275.08	c   275s| 83700 |  2071 |818922 |   9.7 |  21M| 393 |   8 |2280 |3821 |2280 |1674 |  93 |  68k|6755 | 0.000000e+00 |      --      |    Inf 
275.22/275.37	c   275s| 83800 |  2073 |819616 |   9.7 |  21M| 393 |   - |2280 |3884 |2280 |1674 |  93 |  68k|6756 | 0.000000e+00 |      --      |    Inf 
275.52/275.67	c   276s| 83900 |  2069 |820274 |   9.7 |  21M| 393 |  45 |2280 |3887 |2280 |1674 |  93 |  68k|6757 | 0.000000e+00 |      --      |    Inf 
275.82/275.98	c   276s| 84000 |  2071 |821099 |   9.7 |  21M| 393 |  42 |2280 |3916 |2280 |1674 |  93 |  68k|6765 | 0.000000e+00 |      --      |    Inf 
276.12/276.29	c   276s| 84100 |  2071 |821942 |   9.7 |  21M| 393 |  10 |2280 |3981 |2280 |1674 |  93 |  68k|6775 | 0.000000e+00 |      --      |    Inf 
276.52/276.63	c   277s| 84200 |  2071 |822778 |   9.7 |  21M| 393 |  34 |2280 |3958 |2280 |1674 |  93 |  68k|6792 | 0.000000e+00 |      --      |    Inf 
276.92/277.01	c   277s| 84300 |  2073 |823629 |   9.7 |  21M| 393 |  42 |2280 |3967 |2280 |1674 |  93 |  68k|6820 | 0.000000e+00 |      --      |    Inf 
277.22/277.33	c   277s| 84400 |  2075 |824865 |   9.7 |  21M| 393 |  43 |2280 |3934 |2280 |1674 |  93 |  68k|6833 | 0.000000e+00 |      --      |    Inf 
277.62/277.73	c   278s| 84500 |  2071 |826202 |   9.7 |  21M| 393 |  15 |2280 |3921 |2280 |1674 |  93 |  68k|6859 | 0.000000e+00 |      --      |    Inf 
278.03/278.10	c   278s| 84600 |  2070 |827062 |   9.7 |  21M| 393 |  36 |2280 |3911 |2280 |1674 |  93 |  68k|6878 | 0.000000e+00 |      --      |    Inf 
278.32/278.46	c   278s| 84700 |  2072 |828013 |   9.7 |  21M| 393 |  31 |2280 |3850 |2280 |1674 |  93 |  69k|6891 | 0.000000e+00 |      --      |    Inf 
278.73/278.84	c   279s| 84800 |  2070 |829238 |   9.7 |  21M| 393 |   - |2280 |3821 |2280 |1674 |  93 |  69k|6910 | 0.000000e+00 |      --      |    Inf 
279.02/279.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.02/279.17	c   279s| 84900 |  2074 |830304 |   9.7 |  21M| 393 |  22 |2280 |3747 |2280 |1674 |  93 |  69k|6920 | 0.000000e+00 |      --      |    Inf 
279.43/279.50	c   280s| 85000 |  2070 |831186 |   9.7 |  21M| 393 |  40 |2280 |3808 |2280 |1674 |  93 |  69k|6923 | 0.000000e+00 |      --      |    Inf 
279.73/279.81	c   280s| 85100 |  2074 |831992 |   9.7 |  21M| 393 |   - |2280 |3861 |2280 |1674 |  93 |  69k|6930 | 0.000000e+00 |      --      |    Inf 
280.02/280.15	c   280s| 85200 |  2077 |832881 |   9.7 |  21M| 393 |  11 |2280 |3894 |2280 |1674 |  93 |  69k|6936 | 0.000000e+00 |      --      |    Inf 
280.33/280.46	c   280s| 85300 |  2073 |833647 |   9.7 |  21M| 393 |   - |2280 |3926 |   0 |   0 |  93 |  69k|6936 | 0.000000e+00 |      --      |    Inf 
280.63/280.78	c   281s| 85400 |  2073 |834706 |   9.7 |  21M| 393 |  21 |2280 |3935 |2280 |1674 |  93 |  69k|6937 | 0.000000e+00 |      --      |    Inf 
281.03/281.12	c   281s| 85500 |  2074 |835568 |   9.7 |  21M| 393 |   - |2280 |3899 |2280 |1674 |  93 |  69k|6951 | 0.000000e+00 |      --      |    Inf 
281.33/281.41	c   281s| 85600 |  2072 |836297 |   9.7 |  21M| 393 |   - |2280 |3976 |2280 |1674 |  93 |  69k|6951 | 0.000000e+00 |      --      |    Inf 
281.62/281.73	c   282s| 85700 |  2072 |837066 |   9.7 |  21M| 393 |   - |2280 |3962 |2280 |1674 |  93 |  69k|6953 | 0.000000e+00 |      --      |    Inf 
281.93/282.03	c   282s| 85800 |  2078 |837896 |   9.7 |  21M| 393 |   - |2280 |3988 |2280 |1674 |  93 |  69k|6955 | 0.000000e+00 |      --      |    Inf 
282.22/282.34	c   282s| 85900 |  2078 |838637 |   9.7 |  21M| 393 |  27 |2280 |4042 |2280 |1674 |  93 |  69k|6956 | 0.000000e+00 |      --      |    Inf 
282.53/282.65	c   283s| 86000 |  2078 |839462 |   9.7 |  21M| 393 |   - |2280 |4085 |2280 |1674 |  93 |  69k|6957 | 0.000000e+00 |      --      |    Inf 
282.82/282.96	c   283s| 86100 |  2078 |840361 |   9.7 |  21M| 393 |  23 |2280 |4092 |2280 |1674 |  93 |  70k|6959 | 0.000000e+00 |      --      |    Inf 
283.12/283.29	c   283s| 86200 |  2074 |841251 |   9.7 |  21M| 393 |  37 |2280 |4112 |2280 |1674 |  93 |  70k|6960 | 0.000000e+00 |      --      |    Inf 
283.53/283.61	c   284s| 86300 |  2072 |842208 |   9.7 |  21M| 393 |  25 |2280 |4121 |2280 |1674 |  93 |  70k|6961 | 0.000000e+00 |      --      |    Inf 
283.83/283.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.83/283.93	c   284s| 86400 |  2074 |843124 |   9.7 |  21M| 393 |   - |2280 |4097 |2280 |1674 |  93 |  70k|6962 | 0.000000e+00 |      --      |    Inf 
284.12/284.24	c   284s| 86500 |  2072 |844069 |   9.7 |  21M| 393 |   - |2280 |4127 |2280 |1674 |  93 |  70k|6962 | 0.000000e+00 |      --      |    Inf 
284.42/284.54	c   285s| 86600 |  2070 |844856 |   9.7 |  21M| 393 |   - |2280 |4126 |2280 |1674 |  93 |  70k|6962 | 0.000000e+00 |      --      |    Inf 
284.73/284.88	c   285s| 86700 |  2068 |845874 |   9.7 |  21M| 393 |  31 |2280 |4143 |2280 |1674 |  93 |  70k|6966 | 0.000000e+00 |      --      |    Inf 
285.12/285.23	c   285s| 86800 |  2072 |846782 |   9.7 |  21M| 393 |   - |2280 |4107 |2280 |1674 |  93 |  70k|6978 | 0.000000e+00 |      --      |    Inf 
285.43/285.53	c   286s| 86900 |  2070 |847605 |   9.7 |  21M| 393 |  24 |2280 |4148 |2280 |1674 |  93 |  70k|6982 | 0.000000e+00 |      --      |    Inf 
285.72/285.81	c   286s| 87000 |  2070 |848417 |   9.7 |  21M| 393 |   - |2280 |4174 |2280 |1674 |  93 |  70k|6983 | 0.000000e+00 |      --      |    Inf 
286.02/286.14	c   286s| 87100 |  2066 |849264 |   9.7 |  21M| 393 |   - |2280 |4110 |2280 |1674 |  93 |  70k|6989 | 0.000000e+00 |      --      |    Inf 
286.32/286.44	c   286s| 87200 |  2072 |850107 |   9.7 |  21M| 393 |   - |2280 |4031 |2280 |1674 |  93 |  70k|6995 | 0.000000e+00 |      --      |    Inf 
286.62/286.71	c   287s| 87300 |  2072 |850726 |   9.7 |  21M| 393 |   - |2280 |4036 |2280 |1674 |  93 |  70k|7002 | 0.000000e+00 |      --      |    Inf 
286.82/286.99	c   287s| 87400 |  2072 |851404 |   9.7 |  21M| 393 |   - |2280 |4074 |2280 |1674 |  93 |  70k|7007 | 0.000000e+00 |      --      |    Inf 
287.12/287.28	c   287s| 87500 |  2076 |851957 |   9.7 |  21M| 393 |   - |2280 |4107 |2280 |1674 |  93 |  71k|7009 | 0.000000e+00 |      --      |    Inf 
287.43/287.58	c   288s| 87600 |  2072 |852560 |   9.7 |  21M| 393 |   - |2280 |4144 |2280 |1674 |  93 |  71k|7013 | 0.000000e+00 |      --      |    Inf 
287.72/287.85	c   288s| 87700 |  2078 |853168 |   9.7 |  21M| 393 |  25 |2280 |4156 |2280 |1674 |  93 |  71k|7014 | 0.000000e+00 |      --      |    Inf 
288.03/288.14	c   288s| 87800 |  2074 |853733 |   9.7 |  21M| 393 |   - |2280 |4210 |2280 |1674 |  93 |  71k|7019 | 0.000000e+00 |      --      |    Inf 
288.32/288.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.32/288.42	c   288s| 87900 |  2080 |854379 |   9.7 |  22M| 393 |  20 |2280 |4265 |2280 |1674 |  93 |  71k|7026 | 0.000000e+00 |      --      |    Inf 
288.63/288.70	c   289s| 88000 |  2078 |854932 |   9.7 |  22M| 393 |  16 |2280 |4316 |2280 |1674 |  93 |  71k|7026 | 0.000000e+00 |      --      |    Inf 
288.93/289.01	c   289s| 88100 |  2074 |855540 |   9.7 |  22M| 393 |   - |2280 |4334 |2280 |1674 |  93 |  71k|7027 | 0.000000e+00 |      --      |    Inf 
289.13/289.27	c   289s| 88200 |  2078 |856169 |   9.6 |  22M| 393 |   - |2280 |4327 |2280 |1674 |  93 |  71k|7028 | 0.000000e+00 |      --      |    Inf 
289.42/289.56	c   290s| 88300 |  2079 |856814 |   9.6 |  22M| 393 |   - |2280 |4275 |2280 |1674 |  93 |  71k|7028 | 0.000000e+00 |      --      |    Inf 
289.72/289.86	c   290s| 88400 |  2075 |857410 |   9.6 |  22M| 393 |   - |2280 |4323 |2280 |1674 |  93 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
290.02/290.15	c   290s| 88500 |  2077 |858019 |   9.6 |  22M| 393 |   - |2280 |4399 |2280 |1674 |  93 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
290.32/290.44	c   290s| 88600 |  2075 |858688 |   9.6 |  22M| 393 |   - |2280 |4405 |2280 |1674 |  93 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
290.62/290.71	c   291s| 88700 |  2075 |859300 |   9.6 |  22M| 393 |   - |2280 |4425 |2280 |1674 |  93 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
290.92/291.00	c   291s| 88800 |  2073 |859966 |   9.6 |  22M| 393 |  16 |2280 |4453 |2280 |1674 |  93 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
291.13/291.29	c   291s| 88900 |  2071 |860617 |   9.6 |  22M| 393 |  16 |2280 |4451 |2280 |1674 |  93 |  72k|7033 | 0.000000e+00 |      --      |    Inf 
291.52/291.60	c   292s| 89000 |  2069 |861456 |   9.6 |  22M| 393 |   - |2280 |4422 |2280 |1674 |  93 |  72k|7033 | 0.000000e+00 |      --      |    Inf 
291.82/291.91	c   292s| 89100 |  2074 |862222 |   9.6 |  22M| 393 |  32 |2280 |4333 |2280 |1674 |  93 |  72k|7040 | 0.000000e+00 |      --      |    Inf 
292.02/292.19	c   292s| 89200 |  2075 |862860 |   9.6 |  22M| 393 |  14 |2280 |4337 |2280 |1674 |  93 |  72k|7042 | 0.000000e+00 |      --      |    Inf 
292.43/292.51	c   293s| 89300 |  2075 |863531 |   9.6 |  22M| 393 |  16 |2280 |4391 |2280 |1674 |  93 |  72k|7046 | 0.000000e+00 |      --      |    Inf 
292.62/292.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.62/292.79	c   293s| 89400 |  2075 |864094 |   9.6 |  22M| 393 |   - |2280 |4445 |2280 |1674 |  93 |  72k|7051 | 0.000000e+00 |      --      |    Inf 
292.93/293.07	c   293s| 89500 |  2075 |864686 |   9.6 |  22M| 393 |  15 |2280 |4490 |2280 |1674 |  93 |  72k|7052 | 0.000000e+00 |      --      |    Inf 
293.22/293.37	c   293s| 89600 |  2075 |865417 |   9.6 |  22M| 393 |  30 |2280 |4493 |2280 |1674 |  93 |  72k|7053 | 0.000000e+00 |      --      |    Inf 
293.53/293.66	c   294s| 89700 |  2075 |865998 |   9.6 |  22M| 393 |  18 |2280 |4531 |2280 |1674 |  93 |  72k|7053 | 0.000000e+00 |      --      |    Inf 
293.82/293.97	c   294s| 89800 |  2073 |866644 |   9.6 |  22M| 393 |   - |2280 |4573 |2280 |1674 |  93 |  72k|7053 | 0.000000e+00 |      --      |    Inf 
294.12/294.27	c   294s| 89900 |  2075 |867312 |   9.6 |  22M| 393 |   8 |2280 |4468 |2280 |1674 |  93 |  72k|7053 | 0.000000e+00 |      --      |    Inf 
294.43/294.59	c   295s| 90000 |  2069 |867968 |   9.6 |  22M| 393 |   - |2280 |4492 |2280 |1674 |  93 |  72k|7056 | 0.000000e+00 |      --      |    Inf 
294.82/294.90	c   295s| 90100 |  2073 |868708 |   9.6 |  22M| 393 |  25 |2280 |4337 |2280 |1674 |  93 |  72k|7065 | 0.000000e+00 |      --      |    Inf 
295.02/295.19	c   295s| 90200 |  2071 |869305 |   9.6 |  22M| 393 |   - |2280 |4371 |2280 |1674 |  93 |  72k|7065 | 0.000000e+00 |      --      |    Inf 
295.32/295.46	c   295s| 90300 |  2075 |869936 |   9.6 |  22M| 393 |  27 |2280 |4399 |2280 |1674 |  93 |  73k|7065 | 0.000000e+00 |      --      |    Inf 
295.63/295.72	c   296s| 90400 |  2074 |870437 |   9.6 |  22M| 393 |   - |2280 |4443 |2280 |1674 |  93 |  73k|7065 | 0.000000e+00 |      --      |    Inf 
295.92/296.01	c   296s| 90500 |  2073 |871000 |   9.6 |  22M| 393 |  23 |2280 |4495 |2280 |1674 |  93 |  73k|7070 | 0.000000e+00 |      --      |    Inf 
296.13/296.29	c   296s| 90600 |  2073 |871673 |   9.6 |  22M| 393 |  22 |2280 |4551 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
296.42/296.57	c   297s| 90700 |  2071 |872316 |   9.6 |  22M| 393 |   - |2280 |4616 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
296.73/296.87	c   297s| 90800 |  2071 |872972 |   9.6 |  22M| 393 |  16 |2280 |4641 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
297.03/297.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.03/297.18	c   297s| 90900 |  2075 |873622 |   9.6 |  22M| 393 |  24 |2280 |4660 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
297.33/297.48	c   297s| 91000 |  2075 |874362 |   9.6 |  22M| 393 |   - |2280 |4736 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
297.63/297.78	c   298s| 91100 |  2071 |875028 |   9.5 |  22M| 393 |   - |2280 |4781 |2280 |1674 |  93 |  73k|7072 | 0.000000e+00 |      --      |    Inf 
297.92/298.08	c   298s| 91200 |  2075 |875914 |   9.5 |  22M| 393 |  16 |2280 |4820 |2280 |1674 |  93 |  73k|7074 | 0.000000e+00 |      --      |    Inf 
298.22/298.38	c   298s| 91300 |  2079 |876537 |   9.5 |  22M| 393 |  27 |2280 |4885 |2280 |1674 |  93 |  73k|7074 | 0.000000e+00 |      --      |    Inf 
298.53/298.69	c   299s| 91400 |  2070 |877220 |   9.5 |  22M| 393 |  34 |2280 |4914 |2280 |1674 |  93 |  73k|7074 | 0.000000e+00 |      --      |    Inf 
298.82/298.97	c   299s| 91500 |  2074 |877920 |   9.5 |  22M| 393 |   - |2280 |4898 |2280 |1674 |  93 |  73k|7074 | 0.000000e+00 |      --      |    Inf 
299.12/299.26	c   299s| 91600 |  2074 |878589 |   9.5 |  22M| 393 |  14 |2280 |4947 |2280 |1674 |  93 |  74k|7078 | 0.000000e+00 |      --      |    Inf 
299.42/299.54	c   300s| 91700 |  2076 |879244 |   9.5 |  22M| 393 |  12 |2280 |4997 |2280 |1674 |  93 |  74k|7078 | 0.000000e+00 |      --      |    Inf 
299.72/299.87	c   300s| 91800 |  2070 |880025 |   9.5 |  23M| 393 |   - |2280 |5020 |2280 |1674 |  93 |  74k|7084 | 0.000000e+00 |      --      |    Inf 
300.02/300.19	c   300s| 91900 |  2070 |880766 |   9.5 |  22M| 393 |  30 |2280 |4935 |2280 |1674 |  93 |  74k|7088 | 0.000000e+00 |      --      |    Inf 
300.32/300.49	c   300s| 92000 |  2070 |881484 |   9.5 |  22M| 393 |   - |2280 |4713 |2280 |1674 |  93 |  74k|7088 | 0.000000e+00 |      --      |    Inf 
300.72/300.80	c   301s| 92100 |  2070 |882065 |   9.5 |  22M| 393 |  35 |2280 |4562 |2280 |1674 |  93 |  74k|7088 | 0.000000e+00 |      --      |    Inf 
301.02/301.11	c   301s| 92200 |  2068 |882718 |   9.5 |  22M| 393 |  12 |2280 |4555 |2280 |1674 |  93 |  74k|7089 | 0.000000e+00 |      --      |    Inf 
301.33/301.43	c   301s| 92300 |  2072 |883514 |   9.5 |  22M| 393 |   6 |2280 |4509 |2280 |1674 |  93 |  74k|7092 | 0.000000e+00 |      --      |    Inf 
301.62/301.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.62/301.73	c   302s| 92400 |  2072 |884170 |   9.5 |  22M| 393 |   - |2280 |4530 |2280 |1674 |  93 |  74k|7093 | 0.000000e+00 |      --      |    Inf 
301.92/302.03	c   302s| 92500 |  2072 |884863 |   9.5 |  22M| 393 |   - |2280 |4570 |2280 |1674 |  93 |  74k|7093 | 0.000000e+00 |      --      |    Inf 
302.22/302.35	c   302s| 92600 |  2072 |885765 |   9.5 |  22M| 393 |  39 |2280 |4626 |2280 |1674 |  93 |  74k|7094 | 0.000000e+00 |      --      |    Inf 
302.52/302.66	c   303s| 92700 |  2074 |886532 |   9.5 |  22M| 393 |   - |2280 |4641 |2280 |1674 |  93 |  74k|7095 | 0.000000e+00 |      --      |    Inf 
302.82/302.99	c   303s| 92800 |  2072 |887250 |   9.5 |  22M| 393 |  21 |2280 |4655 |2280 |1674 |  93 |  74k|7095 | 0.000000e+00 |      --      |    Inf 
303.22/303.30	c   303s| 92900 |  2068 |888036 |   9.5 |  22M| 393 |  36 |2280 |4687 |2280 |1674 |  93 |  74k|7095 | 0.000000e+00 |      --      |    Inf 
303.53/303.63	c   304s| 93000 |  2068 |888800 |   9.5 |  22M| 393 |  31 |2280 |4636 |2280 |1674 |  93 |  74k|7098 | 0.000000e+00 |      --      |    Inf 
303.82/303.95	c   304s| 93100 |  2064 |889521 |   9.5 |  22M| 393 |  55 |2280 |4577 |2280 |1674 |  93 |  74k|7099 | 0.000000e+00 |      --      |    Inf 
304.12/304.20	c   304s| 93200 |  2074 |890122 |   9.5 |  22M| 393 |  10 |2280 |4374 |2280 |1674 |  93 |  75k|7104 | 0.000000e+00 |      --      |    Inf 
304.42/304.50	c   305s| 93300 |  2071 |890994 |   9.5 |  22M| 393 |   - |2280 |4346 |2280 |1674 |  93 |  75k|7118 | 0.000000e+00 |      --      |    Inf 
304.72/304.81	c   305s| 93400 |  2071 |891764 |   9.5 |  22M| 393 |  22 |2280 |4380 |2280 |1674 |  93 |  75k|7135 | 0.000000e+00 |      --      |    Inf 
305.02/305.13	c   305s| 93500 |  2072 |892673 |   9.5 |  22M| 393 |   - |2280 |4419 |2280 |1674 |  93 |  75k|7146 | 0.000000e+00 |      --      |    Inf 
305.32/305.42	c   305s| 93600 |  2072 |893307 |   9.5 |  22M| 393 |   - |2280 |4425 |2280 |1674 |  93 |  75k|7156 | 0.000000e+00 |      --      |    Inf 
305.73/305.81	c   306s| 93700 |  2072 |894311 |   9.5 |  21M| 393 |   - |2280 |4181 |2280 |1674 |  93 |  75k|7189 | 0.000000e+00 |      --      |    Inf 
306.02/306.11	c   306s| 93800 |  2071 |895192 |   9.5 |  21M| 393 |   - |2280 |4148 |2280 |1674 |  93 |  75k|7198 | 0.000000e+00 |      --      |    Inf 
306.32/306.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.32/306.41	c   306s| 93900 |  2076 |895987 |   9.5 |  21M| 393 |  21 |2280 |4115 |2280 |1674 |  93 |  75k|7210 | 0.000000e+00 |      --      |    Inf 
306.52/306.69	c   307s| 94000 |  2076 |896857 |   9.5 |  21M| 393 |  27 |2280 |4150 |2280 |1674 |  93 |  75k|7210 | 0.000000e+00 |      --      |    Inf 
306.83/306.98	c   307s| 94100 |  2073 |897666 |   9.5 |  21M| 393 |  25 |2280 |4198 |2280 |1674 |  93 |  75k|7211 | 0.000000e+00 |      --      |    Inf 
307.22/307.31	c   307s| 94200 |  2075 |898615 |   9.5 |  22M| 393 |   - |2280 |4265 |2280 |1674 |  93 |  75k|7220 | 0.000000e+00 |      --      |    Inf 
307.52/307.64	c   308s| 94300 |  2075 |899523 |   9.5 |  22M| 393 |   - |2280 |4293 |2280 |1674 |  93 |  75k|7228 | 0.000000e+00 |      --      |    Inf 
307.83/307.92	c   308s| 94400 |  2079 |900316 |   9.5 |  22M| 393 |   - |2280 |4328 |2280 |1674 |  93 |  75k|7231 | 0.000000e+00 |      --      |    Inf 
308.12/308.21	c   308s| 94500 |  2076 |901198 |   9.5 |  22M| 393 |   - |2280 |4361 |2280 |1674 |  93 |  75k|7231 | 0.000000e+00 |      --      |    Inf 
308.42/308.52	c   309s| 94600 |  2074 |902016 |   9.5 |  22M| 393 |  28 |2280 |4377 |2280 |1674 |  93 |  76k|7235 | 0.000000e+00 |      --      |    Inf 
308.72/308.81	c   309s| 94700 |  2073 |902760 |   9.5 |  22M| 393 |   - |2280 |4372 |2280 |1674 |  93 |  76k|7245 | 0.000000e+00 |      --      |    Inf 
308.93/309.09	c   309s| 94800 |  2075 |903503 |   9.5 |  22M| 393 |   - |2280 |4440 |2280 |1674 |  93 |  76k|7248 | 0.000000e+00 |      --      |    Inf 
309.22/309.37	c   309s| 94900 |  2075 |904297 |   9.5 |  22M| 393 |  38 |2280 |4510 |2280 |1674 |  93 |  76k|7250 | 0.000000e+00 |      --      |    Inf 
309.52/309.66	c   310s| 95000 |  2073 |905000 |   9.5 |  22M| 393 |  25 |2280 |4397 |2280 |1674 |  93 |  76k|7252 | 0.000000e+00 |      --      |    Inf 
309.82/309.95	c   310s| 95100 |  2071 |905676 |   9.5 |  22M| 393 |   - |2280 |4404 |2280 |1674 |  93 |  76k|7255 | 0.000000e+00 |      --      |    Inf 
310.13/310.23	c   310s| 95200 |  2073 |906394 |   9.5 |  22M| 393 |   - |2280 |4412 |2280 |1674 |  93 |  76k|7259 | 0.000000e+00 |      --      |    Inf 
310.42/310.51	c   311s| 95300 |  2073 |907190 |   9.5 |  22M| 393 |  27 |2280 |4480 |2280 |1674 |  93 |  76k|7259 | 0.000000e+00 |      --      |    Inf 
310.72/310.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.72/310.81	c   311s| 95400 |  2071 |908094 |   9.5 |  22M| 393 |  22 |2280 |4516 |2280 |1674 |  93 |  76k|7260 | 0.000000e+00 |      --      |    Inf 
311.02/311.13	c   311s| 95500 |  2073 |909072 |   9.5 |  22M| 393 |  21 |2280 |4463 |2280 |1674 |  93 |  76k|7266 | 0.000000e+00 |      --      |    Inf 
311.32/311.46	c   311s| 95600 |  2072 |910193 |   9.5 |  22M| 393 |   - |2280 |4453 |2280 |1674 |  93 |  76k|7278 | 0.000000e+00 |      --      |    Inf 
311.62/311.77	c   312s| 95700 |  2072 |911142 |   9.5 |  22M| 393 |  33 |2280 |4527 |2280 |1674 |  93 |  76k|7284 | 0.000000e+00 |      --      |    Inf 
312.02/312.12	c   312s| 95800 |  2070 |912402 |   9.5 |  22M| 393 |   - |2280 |4519 |2280 |1674 |  93 |  76k|7292 | 0.000000e+00 |      --      |    Inf 
312.32/312.46	c   312s| 95900 |  2076 |913525 |   9.5 |  22M| 393 |   - |2280 |4477 |2280 |1674 |  93 |  76k|7307 | 0.000000e+00 |      --      |    Inf 
312.62/312.75	c   313s| 96000 |  2078 |914386 |   9.5 |  22M| 393 |   - |2280 |4566 |2280 |1674 |  93 |  77k|7313 | 0.000000e+00 |      --      |    Inf 
312.92/313.07	c   313s| 96100 |  2074 |915552 |   9.5 |  22M| 393 |   - |2280 |4573 |2280 |1674 |  93 |  77k|7314 | 0.000000e+00 |      --      |    Inf 
313.33/313.42	c   313s| 96200 |  2068 |916515 |   9.5 |  22M| 393 |   - |2280 |4466 |2280 |1674 |  93 |  77k|7327 | 0.000000e+00 |      --      |    Inf 
313.62/313.74	c   314s| 96300 |  2068 |917401 |   9.5 |  22M| 393 |   - |2280 |4462 |2280 |1674 |  93 |  77k|7331 | 0.000000e+00 |      --      |    Inf 
314.22/314.33	c   314s| 96400 |  2068 |918549 |   9.5 |  21M| 393 |   - |2280 |3751 |2280 |1674 |  93 |  77k|7423 | 0.000000e+00 |      --      |    Inf 
314.52/314.66	c   315s| 96500 |  2074 |919694 |   9.5 |  21M| 393 |  45 |2280 |3486 |2280 |1674 |  93 |  77k|7435 | 0.000000e+00 |      --      |    Inf 
314.82/314.98	c   315s| 96600 |  2076 |920871 |   9.5 |  20M| 393 |   - |2280 |3395 |2280 |1674 |  93 |  77k|7437 | 0.000000e+00 |      --      |    Inf 
315.22/315.30	c   315s| 96700 |  2074 |922015 |   9.5 |  21M| 393 |   - |2280 |3445 |2280 |1674 |  93 |  77k|7439 | 0.000000e+00 |      --      |    Inf 
315.53/315.60	c   316s| 96800 |  2082 |923146 |   9.5 |  21M| 393 |  54 |2280 |3483 |2280 |1674 |  93 |  77k|7442 | 0.000000e+00 |      --      |    Inf 
315.81/315.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.81/315.90	c   316s| 96900 |  2090 |924110 |   9.5 |  21M| 393 |  43 |2280 |3565 |2280 |1674 |  93 |  77k|7443 | 0.000000e+00 |      --      |    Inf 
316.12/316.24	c   316s| 97000 |  2088 |925252 |   9.5 |  21M| 393 |   - |2280 |3625 |2280 |1674 |  93 |  77k|7447 | 0.000000e+00 |      --      |    Inf 
316.42/316.56	c   317s| 97100 |  2089 |926241 |   9.5 |  21M| 393 |  62 |2280 |3632 |2280 |1674 |  93 |  78k|7448 | 0.000000e+00 |      --      |    Inf 
316.73/316.88	c   317s| 97200 |  2091 |927421 |   9.5 |  21M| 393 |   - |2280 |3686 |2280 |1674 |  93 |  78k|7448 | 0.000000e+00 |      --      |    Inf 
317.11/317.21	c   317s| 97300 |  2091 |928602 |   9.5 |  21M| 393 |   - |2280 |3638 |2280 |1674 |  93 |  78k|7456 | 0.000000e+00 |      --      |    Inf 
317.52/317.69	c   318s| 97400 |  2096 |929823 |   9.5 |  21M| 393 |  30 |2280 |3525 |2280 |1674 |  93 |  78k|7521 | 0.000000e+00 |      --      |    Inf 
317.92/318.02	c   318s| 97500 |  2095 |930879 |   9.5 |  21M| 393 |  22 |2280 |3489 |2280 |1674 |  93 |  78k|7531 | 0.000000e+00 |      --      |    Inf 
318.22/318.34	c   318s| 97600 |  2099 |931903 |   9.5 |  21M| 393 |   - |2280 |3481 |2280 |1674 |  93 |  78k|7534 | 0.000000e+00 |      --      |    Inf 
318.52/318.66	c   319s| 97700 |  2097 |932914 |   9.5 |  21M| 393 |  37 |2280 |3490 |2280 |1674 |  93 |  78k|7541 | 0.000000e+00 |      --      |    Inf 
318.83/318.95	c   319s| 97800 |  2099 |933855 |   9.5 |  21M| 393 |  35 |2280 |3530 |2280 |1674 |  93 |  78k|7541 | 0.000000e+00 |      --      |    Inf 
319.12/319.29	c   319s| 97900 |  2092 |934885 |   9.5 |  21M| 393 |  45 |2280 |3486 |2280 |1674 |  93 |  78k|7544 | 0.000000e+00 |      --      |    Inf 
319.42/319.59	c   320s| 98000 |  2094 |935849 |   9.5 |  21M| 393 |  46 |2280 |3451 |2280 |1674 |  93 |  78k|7550 | 0.000000e+00 |      --      |    Inf 
319.72/319.86	c   320s| 98100 |  2096 |936600 |   9.5 |  21M| 393 |   - |2280 |3421 |2280 |1674 |  93 |  78k|7550 | 0.000000e+00 |      --      |    Inf 
320.02/320.15	c   320s| 98200 |  2099 |937522 |   9.5 |  21M| 393 |  34 |2280 |3446 |2280 |1674 |  93 |  78k|7552 | 0.000000e+00 |      --      |    Inf 
320.32/320.44	c   320s| 98300 |  2099 |938241 |   9.5 |  21M| 393 |  36 |2280 |3444 |2280 |1674 |  93 |  78k|7558 | 0.000000e+00 |      --      |    Inf 
320.62/320.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.62/320.73	c   321s| 98400 |  2100 |939100 |   9.5 |  21M| 393 |  27 |2280 |3444 |2280 |1674 |  93 |  78k|7558 | 0.000000e+00 |      --      |    Inf 
320.92/321.01	c   321s| 98500 |  2104 |940033 |   9.5 |  21M| 393 |  29 |2280 |3468 |2280 |1674 |  93 |  78k|7558 | 0.000000e+00 |      --      |    Inf 
321.22/321.30	c   321s| 98600 |  2102 |940893 |   9.5 |  21M| 393 |  29 |2280 |3526 |2280 |1674 |  93 |  79k|7558 | 0.000000e+00 |      --      |    Inf 
321.51/321.61	c   322s| 98700 |  2099 |941901 |   9.5 |  21M| 393 |   - |2280 |3516 |2280 |1674 |  93 |  79k|7565 | 0.000000e+00 |      --      |    Inf 
321.82/321.91	c   322s| 98800 |  2098 |942846 |   9.5 |  21M| 393 |   - |2280 |3551 |2280 |1674 |  93 |  79k|7565 | 0.000000e+00 |      --      |    Inf 
322.23/322.31	c   322s| 98900 |  2100 |944162 |   9.5 |  21M| 393 |   - |2280 |3560 |2280 |1674 |  93 |  79k|7588 | 0.000000e+00 |      --      |    Inf 
322.52/322.62	c   323s| 99000 |  2097 |945076 |   9.5 |  21M| 393 |   - |2280 |3600 |2280 |1674 |  93 |  79k|7588 | 0.000000e+00 |      --      |    Inf 
322.82/322.95	c   323s| 99100 |  2097 |945968 |   9.5 |  21M| 393 |   - |2280 |3609 |2280 |1674 |  93 |  79k|7590 | 0.000000e+00 |      --      |    Inf 
323.12/323.29	c   323s| 99200 |  2102 |946900 |   9.5 |  21M| 393 |   - |2280 |3496 |2280 |1674 |  93 |  79k|7602 | 0.000000e+00 |      --      |    Inf 
323.51/323.63	c   324s| 99300 |  2104 |947940 |   9.5 |  21M| 393 |  38 |2280 |3522 |2280 |1674 |  93 |  79k|7610 | 0.000000e+00 |      --      |    Inf 
323.82/323.96	c   324s| 99400 |  2104 |948954 |   9.5 |  21M| 393 |   - |2280 |3569 |2280 |1674 |  93 |  79k|7612 | 0.000000e+00 |      --      |    Inf 
324.12/324.29	c   324s| 99500 |  2098 |949842 |   9.5 |  21M| 393 |   - |2280 |3437 |2280 |1674 |  93 |  79k|7620 | 0.000000e+00 |      --      |    Inf 
324.43/324.58	c   325s| 99600 |  2100 |950628 |   9.5 |  21M| 393 |   - |2280 |3439 |2280 |1674 |  93 |  79k|7621 | 0.000000e+00 |      --      |    Inf 
324.72/324.88	c   325s| 99700 |  2100 |951468 |   9.5 |  21M| 393 |   - |2280 |3433 |2280 |1674 |  93 |  79k|7625 | 0.000000e+00 |      --      |    Inf 
325.02/325.18	c   325s| 99800 |  2098 |952287 |   9.5 |  21M| 393 |  26 |2280 |3449 |2280 |1674 |  93 |  79k|7632 | 0.000000e+00 |      --      |    Inf 
325.32/325.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.32/325.48	c   325s| 99900 |  2106 |953147 |   9.5 |  21M| 393 |   - |2280 |3424 |2280 |1674 |  93 |  79k|7637 | 0.000000e+00 |      --      |    Inf 
325.62/325.79	c   326s|100000 |  2103 |954135 |   9.5 |  21M| 393 |  39 |2280 |3495 |2280 |1674 |  93 |  80k|7638 | 0.000000e+00 |      --      |    Inf 
326.02/326.12	c   326s|100100 |  2105 |955068 |   9.5 |  21M| 393 |  42 |2280 |3363 |2280 |1674 |  93 |  80k|7642 | 0.000000e+00 |      --      |    Inf 
326.32/326.44	c   326s|100200 |  2107 |956397 |   9.5 |  21M| 393 |  37 |2280 |3302 |2280 |1674 |  93 |  80k|7650 | 0.000000e+00 |      --      |    Inf 
326.62/326.71	c   327s|100300 |  2109 |957488 |   9.5 |  20M| 393 |   - |2280 |3245 |2280 |1674 |  93 |  80k|7650 | 0.000000e+00 |      --      |    Inf 
326.91/327.00	c   327s|100400 |  2109 |958484 |   9.5 |  21M| 393 |  37 |2280 |3290 |2280 |1674 |  93 |  80k|7650 | 0.000000e+00 |      --      |    Inf 
327.22/327.30	c   327s|100500 |  2105 |959513 |   9.5 |  21M| 393 |  51 |2280 |3283 |2280 |1674 |  93 |  80k|7652 | 0.000000e+00 |      --      |    Inf 
327.52/327.66	c   328s|100600 |  2112 |960498 |   9.5 |  20M| 393 |  27 |2280 |3148 |2280 |1674 |  93 |  80k|7671 | 0.000000e+00 |      --      |    Inf 
327.82/327.97	c   328s|100700 |  2114 |961239 |   9.5 |  20M| 393 |  24 |2280 |3144 |2280 |1674 |  93 |  80k|7675 | 0.000000e+00 |      --      |    Inf 
328.21/328.32	c   328s|100800 |  2111 |962278 |   9.5 |  20M| 393 |  42 |2280 |3113 |2280 |1674 |  93 |  80k|7677 | 0.000000e+00 |      --      |    Inf 
328.51/328.63	c   329s|100900 |  2111 |963082 |   9.5 |  20M| 393 |   - |2280 |3149 |2280 |1674 |  93 |  80k|7679 | 0.000000e+00 |      --      |    Inf 
328.83/328.93	c   329s|101000 |  2115 |964000 |   9.5 |  20M| 393 |   - |2280 |3212 |2280 |1674 |  93 |  80k|7680 | 0.000000e+00 |      --      |    Inf 
329.11/329.26	c   329s|101100 |  2118 |964998 |   9.5 |  21M| 393 |  45 |2280 |3293 |2280 |1674 |  93 |  80k|7680 | 0.000000e+00 |      --      |    Inf 
329.42/329.58	c   330s|101200 |  2115 |965871 |   9.5 |  21M| 393 |   - |2280 |3293 |2280 |1674 |  93 |  80k|7681 | 0.000000e+00 |      --      |    Inf 
329.71/329.89	c   330s|101300 |  2111 |966724 |   9.5 |  21M| 393 |  45 |2280 |3327 |2280 |1674 |  93 |  81k|7683 | 0.000000e+00 |      --      |    Inf 
330.02/330.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.02/330.18	c   330s|101400 |  2121 |967554 |   9.5 |  21M| 393 |  39 |2280 |3398 |2280 |1674 |  93 |  81k|7683 | 0.000000e+00 |      --      |    Inf 
330.32/330.49	c   330s|101500 |  2118 |968407 |   9.5 |  21M| 393 |   - |2280 |3489 |2280 |1674 |  93 |  81k|7688 | 0.000000e+00 |      --      |    Inf 
330.72/330.80	c   331s|101600 |  2120 |969418 |   9.5 |  21M| 393 |  36 |2280 |3527 |2280 |1674 |  93 |  81k|7689 | 0.000000e+00 |      --      |    Inf 
331.02/331.12	c   331s|101700 |  2122 |970343 |   9.5 |  21M| 393 |  30 |2280 |3566 |2280 |1674 |  93 |  81k|7691 | 0.000000e+00 |      --      |    Inf 
331.31/331.44	c   331s|101800 |  2115 |971367 |   9.5 |  21M| 393 |  31 |2280 |3566 |2280 |1674 |  93 |  81k|7691 | 0.000000e+00 |      --      |    Inf 
331.61/331.75	c   332s|101900 |  2111 |972370 |   9.5 |  21M| 393 |   - |2280 |3557 |2280 |1674 |  93 |  81k|7692 | 0.000000e+00 |      --      |    Inf 
331.91/332.05	c   332s|102000 |  2113 |973195 |   9.5 |  21M| 393 |  44 |2280 |3603 |2280 |1674 |  93 |  81k|7692 | 0.000000e+00 |      --      |    Inf 
332.31/332.40	c   332s|102100 |  2108 |974325 |   9.5 |  21M| 393 |  35 |2280 |3617 |2280 |1674 |  93 |  81k|7692 | 0.000000e+00 |      --      |    Inf 
332.62/332.75	c   333s|102200 |  2107 |975438 |   9.5 |  21M| 393 |  50 |2280 |3307 |2280 |1674 |  93 |  82k|7701 | 0.000000e+00 |      --      |    Inf 
332.92/333.05	c   333s|102300 |  2112 |976534 |   9.5 |  20M| 393 |   - |2280 |3170 |2280 |1674 |  93 |  82k|7701 | 0.000000e+00 |      --      |    Inf 
333.23/333.36	c   333s|102400 |  2115 |977345 |   9.5 |  20M| 393 |  25 |2280 |3213 |2280 |1674 |  93 |  82k|7723 | 0.000000e+00 |      --      |    Inf 
333.52/333.69	c   334s|102500 |  2115 |978343 |   9.5 |  21M| 393 |   - |2280 |3276 |2280 |1674 |  93 |  82k|7743 | 0.000000e+00 |      --      |    Inf 
333.82/333.99	c   334s|102600 |  2117 |979352 |   9.5 |  21M| 393 |   - |2280 |3331 |2280 |1674 |  93 |  82k|7751 | 0.000000e+00 |      --      |    Inf 
334.22/334.33	c   334s|102700 |  2117 |980352 |   9.5 |  21M| 393 |   - |2280 |3404 |2280 |1674 |  93 |  82k|7775 | 0.000000e+00 |      --      |    Inf 
334.52/334.65	c   335s|102800 |  2119 |981224 |   9.5 |  21M| 393 |  20 |2280 |3438 |2280 |1674 |  93 |  82k|7791 | 0.000000e+00 |      --      |    Inf 
334.81/334.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.81/334.96	c   335s|102900 |  2119 |981890 |   9.5 |  21M| 393 |  19 |2280 |3478 |2280 |1674 |  93 |  82k|7800 | 0.000000e+00 |      --      |    Inf 
335.12/335.28	c   335s|103000 |  2119 |982742 |   9.5 |  21M| 393 |   - |2280 |3514 |2280 |1674 |  93 |  82k|7806 | 0.000000e+00 |      --      |    Inf 
335.43/335.59	c   336s|103100 |  2116 |983488 |   9.5 |  21M| 393 |   - |2280 |3546 |2280 |1674 |  93 |  82k|7809 | 0.000000e+00 |      --      |    Inf 
335.71/335.89	c   336s|103200 |  2114 |984283 |   9.5 |  21M| 393 |  39 |2280 |3556 |2280 |1674 |  93 |  82k|7815 | 0.000000e+00 |      --      |    Inf 
336.12/336.23	c   336s|103300 |  2114 |985266 |   9.5 |  21M| 393 |   - |2280 |3450 |2280 |1674 |  93 |  82k|7836 | 0.000000e+00 |      --      |    Inf 
336.43/336.52	c   337s|103400 |  2114 |986234 |   9.5 |  21M| 393 |   - |2280 |3403 |2280 |1674 |  93 |  82k|7844 | 0.000000e+00 |      --      |    Inf 
336.72/336.85	c   337s|103500 |  2120 |987535 |   9.5 |  21M| 393 |  35 |2280 |3464 |2280 |1674 |  93 |  82k|7852 | 0.000000e+00 |      --      |    Inf 
337.01/337.18	c   337s|103600 |  2117 |988679 |   9.5 |  21M| 393 |  41 |2280 |3533 |2280 |1674 |  93 |  83k|7852 | 0.000000e+00 |      --      |    Inf 
337.42/337.52	c   338s|103700 |  2113 |989667 |   9.5 |  21M| 393 |   - |2280 |3465 |2280 |1674 |  93 |  83k|7871 | 0.000000e+00 |      --      |    Inf 
337.72/337.82	c   338s|103800 |  2117 |990545 |   9.5 |  21M| 393 |   - |2280 |3384 |2280 |1674 |  93 |  83k|7873 | 0.000000e+00 |      --      |    Inf 
338.02/338.13	c   338s|103900 |  2115 |991534 |   9.5 |  21M| 393 |   - |2280 |3434 |2280 |1674 |  93 |  83k|7874 | 0.000000e+00 |      --      |    Inf 
338.32/338.43	c   338s|104000 |  2115 |992533 |   9.5 |  21M| 393 |   - |2280 |3463 |2280 |1674 |  93 |  83k|7880 | 0.000000e+00 |      --      |    Inf 
338.62/338.77	c   339s|104100 |  2114 |993527 |   9.5 |  21M| 393 |   - |2280 |3374 |2280 |1674 |  93 |  83k|7893 | 0.000000e+00 |      --      |    Inf 
338.92/339.08	c   339s|104200 |  2120 |994466 |   9.5 |  21M| 393 |   - |2280 |3341 |2280 |1674 |  93 |  83k|7902 | 0.000000e+00 |      --      |    Inf 
339.22/339.38	c   339s|104300 |  2111 |995144 |   9.5 |  21M| 393 |   - |2280 |3367 |2280 |1674 |  93 |  83k|7902 | 0.000000e+00 |      --      |    Inf 
339.51/339.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.51/339.66	c   340s|104400 |  2118 |995997 |   9.5 |  21M| 393 |   - |2280 |3355 |   0 |   0 |  93 |  83k|7903 | 0.000000e+00 |      --      |    Inf 
339.82/339.96	c   340s|104500 |  2114 |997039 |   9.5 |  21M| 393 |  35 |2280 |3369 |2280 |1674 |  93 |  83k|7905 | 0.000000e+00 |      --      |    Inf 
340.12/340.27	c   340s|104600 |  2118 |997962 |   9.5 |  21M| 393 |  37 |2280 |3404 |2280 |1674 |  93 |  83k|7907 | 0.000000e+00 |      --      |    Inf 
340.42/340.57	c   341s|104700 |  2114 |998764 |   9.5 |  20M| 393 |   - |2280 |3188 |2280 |1674 |  93 |  83k|7910 | 0.000000e+00 |      --      |    Inf 
340.71/340.85	c   341s|104800 |  2112 |999550 |   9.5 |  20M| 393 |   - |2280 |3041 |2280 |1674 |  93 |  83k|7910 | 0.000000e+00 |      --      |    Inf 
341.01/341.17	c   341s|104900 |  2111 |  1000k|   9.5 |  20M| 393 |  14 |2280 |3094 |2280 |1674 |  93 |  83k|7911 | 0.000000e+00 |      --      |    Inf 
341.31/341.46	c   341s|105000 |  2109 |  1000k|   9.5 |  20M| 393 |   - |2280 |3147 |2280 |1674 |  93 |  83k|7911 | 0.000000e+00 |      --      |    Inf 
341.61/341.75	c   342s|105100 |  2115 |  1001k|   9.5 |  20M| 393 |  32 |2280 |3049 |2280 |1674 |  93 |  84k|7912 | 0.000000e+00 |      --      |    Inf 
341.92/342.07	c   342s|105200 |  2116 |  1002k|   9.5 |  20M| 393 |  46 |2280 |2996 |2280 |1674 |  93 |  84k|7920 | 0.000000e+00 |      --      |    Inf 
342.22/342.36	c   342s|105300 |  2120 |  1003k|   9.5 |  20M| 393 |   - |2280 |2982 |2280 |1674 |  93 |  84k|7931 | 0.000000e+00 |      --      |    Inf 
342.52/342.66	c   343s|105400 |  2118 |  1004k|   9.5 |  20M| 393 |   - |2280 |3027 |2280 |1674 |  93 |  84k|7935 | 0.000000e+00 |      --      |    Inf 
342.81/342.94	c   343s|105500 |  2121 |  1005k|   9.5 |  20M| 393 |   - |2280 |3090 |2280 |1674 |  93 |  84k|7940 | 0.000000e+00 |      --      |    Inf 
343.12/343.21	c   343s|105600 |  2121 |  1006k|   9.5 |  20M| 393 |  41 |2280 |3175 |2280 |1674 |  93 |  84k|7942 | 0.000000e+00 |      --      |    Inf 
343.42/343.52	c   344s|105700 |  2119 |  1006k|   9.5 |  20M| 393 |   - |2280 |3198 |2280 |1674 |  93 |  84k|7944 | 0.000000e+00 |      --      |    Inf 
343.72/343.85	c   344s|105800 |  2127 |  1007k|   9.5 |  21M| 393 |  18 |2280 |3247 |2280 |1674 |  93 |  84k|7955 | 0.000000e+00 |      --      |    Inf 
344.01/344.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.01/344.12	c   344s|105900 |  2123 |  1008k|   9.5 |  21M| 393 |   - |2280 |3299 |2280 |1674 |  93 |  84k|7956 | 0.000000e+00 |      --      |    Inf 
344.32/344.40	c   344s|106000 |  2124 |  1009k|   9.5 |  21M| 393 |  44 |2280 |3295 |2280 |1674 |  93 |  84k|7956 | 0.000000e+00 |      --      |    Inf 
344.61/344.71	c   345s|106100 |  2130 |  1010k|   9.5 |  21M| 393 |  27 |2280 |3332 |2280 |1674 |  93 |  85k|7966 | 0.000000e+00 |      --      |    Inf 
344.92/345.00	c   345s|106200 |  2126 |  1010k|   9.5 |  21M| 393 |   - |2280 |3383 |2280 |1674 |  93 |  85k|7967 | 0.000000e+00 |      --      |    Inf 
345.12/345.29	c   345s|106300 |  2126 |  1011k|   9.5 |  21M| 393 |   - |2280 |3417 |2280 |1674 |  93 |  85k|7967 | 0.000000e+00 |      --      |    Inf 
345.41/345.56	c   346s|106400 |  2126 |  1012k|   9.5 |  21M| 393 |   - |2280 |3465 |2280 |1674 |  93 |  85k|7973 | 0.000000e+00 |      --      |    Inf 
345.72/345.88	c   346s|106500 |  2124 |  1013k|   9.5 |  21M| 393 |  22 |2280 |3483 |2280 |1674 |  93 |  85k|7978 | 0.000000e+00 |      --      |    Inf 
346.01/346.17	c   346s|106600 |  2120 |  1013k|   9.5 |  21M| 393 |   - |2280 |3451 |2280 |1674 |  93 |  85k|7979 | 0.000000e+00 |      --      |    Inf 
346.32/346.48	c   346s|106700 |  2118 |  1014k|   9.5 |  21M| 393 |  50 |2280 |3415 |2280 |1674 |  93 |  85k|7984 | 0.000000e+00 |      --      |    Inf 
346.61/346.74	c   347s|106800 |  2120 |  1015k|   9.5 |  21M| 393 |  36 |2280 |3454 |2280 |1674 |  93 |  85k|7985 | 0.000000e+00 |      --      |    Inf 
346.92/347.06	c   347s|106900 |  2119 |  1016k|   9.5 |  21M| 393 |   - |2280 |3447 |2280 |1674 |  93 |  85k|7987 | 0.000000e+00 |      --      |    Inf 
347.22/347.36	c   347s|107000 |  2121 |  1017k|   9.5 |  21M| 393 |   - |2280 |3444 |2280 |1674 |  93 |  85k|7990 | 0.000000e+00 |      --      |    Inf 
347.52/347.64	c   348s|107100 |  2119 |  1018k|   9.5 |  21M| 393 |   - |2280 |3429 |2280 |1674 |  93 |  85k|7995 | 0.000000e+00 |      --      |    Inf 
347.81/347.93	c   348s|107200 |  2123 |  1019k|   9.5 |  21M| 393 |  18 |2280 |3468 |2280 |1674 |  93 |  85k|7996 | 0.000000e+00 |      --      |    Inf 
348.11/348.21	c   348s|107300 |  2123 |  1019k|   9.5 |  21M| 393 |  44 |2280 |3542 |2280 |1674 |  93 |  85k|7999 | 0.000000e+00 |      --      |    Inf 
348.32/348.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.32/348.49	c   348s|107400 |  2129 |  1020k|   9.5 |  21M| 393 |  18 |2280 |3578 |2280 |1674 |  93 |  86k|7999 | 0.000000e+00 |      --      |    Inf 
348.62/348.79	c   349s|107500 |  2122 |  1021k|   9.5 |  21M| 393 |  32 |2280 |3598 |2280 |1674 |  93 |  86k|7999 | 0.000000e+00 |      --      |    Inf 
349.01/349.11	c   349s|107600 |  2122 |  1022k|   9.5 |  21M| 393 |   - |2280 |3571 |2280 |1674 |  93 |  86k|8000 | 0.000000e+00 |      --      |    Inf 
349.31/349.43	c   349s|107700 |  2129 |  1023k|   9.5 |  21M| 393 |   - |2280 |3623 |2280 |1674 |  93 |  86k|8000 | 0.000000e+00 |      --      |    Inf 
349.62/349.71	c   350s|107800 |  2130 |  1024k|   9.5 |  21M| 393 |   - |2280 |3699 |2280 |1674 |  93 |  86k|8000 | 0.000000e+00 |      --      |    Inf 
349.81/349.99	c   350s|107900 |  2126 |  1025k|   9.5 |  21M| 393 |   - |2280 |3715 |2280 |1674 |  93 |  86k|8002 | 0.000000e+00 |      --      |    Inf 
350.32/350.49	c   350s|108000 |  2121 |  1026k|   9.5 |  21M| 393 |   - |2280 |3526 |2280 |1674 |  93 |  86k|8061 | 0.000000e+00 |      --      |    Inf 
350.61/350.79	c   351s|108100 |  2122 |  1027k|   9.5 |  21M| 393 |  19 |2280 |3469 |2280 |1674 |  93 |  86k|8071 | 0.000000e+00 |      --      |    Inf 
350.92/351.05	c   351s|108200 |  2123 |  1027k|   9.5 |  21M| 393 |  29 |2280 |3580 |2280 |1674 |  93 |  86k|8074 | 0.000000e+00 |      --      |    Inf 
351.22/351.30	c   351s|108300 |  2124 |  1028k|   9.4 |  21M| 393 |   - |2280 |3515 |2280 |1674 |  93 |  86k|8079 | 0.000000e+00 |      --      |    Inf 
351.41/351.58	c   352s|108400 |  2122 |  1029k|   9.4 |  21M| 393 |   - |2280 |3381 |2280 |1674 |  93 |  86k|8080 | 0.000000e+00 |      --      |    Inf 
351.71/351.87	c   352s|108500 |  2124 |  1029k|   9.4 |  21M| 393 |  42 |2280 |3369 |2280 |1674 |  93 |  87k|8080 | 0.000000e+00 |      --      |    Inf 
352.01/352.19	c   352s|108600 |  2127 |  1030k|   9.4 |  20M| 393 |   - |2280 |3150 |2280 |1674 |  93 |  87k|8084 | 0.000000e+00 |      --      |    Inf 
352.41/352.51	c   353s|108700 |  2132 |  1031k|   9.4 |  20M| 393 |  31 |2280 |2896 |2280 |1674 |  93 |  87k|8088 | 0.000000e+00 |      --      |    Inf 
352.82/352.93	c   353s|108800 |  2131 |  1033k|   9.4 |  20M| 393 |  33 |2280 |2893 |2280 |1674 |  93 |  87k|8130 | 0.000000e+00 |      --      |    Inf 
353.31/353.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.31/353.41	c   353s|108900 |  2133 |  1034k|   9.4 |  20M| 393 |   - |2280 |2857 |2280 |1674 |  93 |  87k|8208 | 0.000000e+00 |      --      |    Inf 
353.61/353.79	c   354s|109000 |  2132 |  1035k|   9.5 |  20M| 393 |   - |2280 |2833 |2280 |1674 |  93 |  87k|8232 | 0.000000e+00 |      --      |    Inf 
354.02/354.12	c   354s|109100 |  2134 |  1036k|   9.5 |  20M| 393 |   - |2280 |2840 |2280 |1674 |  93 |  87k|8239 | 0.000000e+00 |      --      |    Inf 
354.32/354.45	c   354s|109200 |  2136 |  1038k|   9.5 |  20M| 393 |  12 |2280 |2892 |2280 |1674 |  93 |  87k|8245 | 0.000000e+00 |      --      |    Inf 
354.62/354.73	c   355s|109300 |  2136 |  1039k|   9.5 |  20M| 393 |   - |2280 |2928 |2280 |1674 |  93 |  87k|8246 | 0.000000e+00 |      --      |    Inf 
354.92/355.08	c   355s|109400 |  2132 |  1040k|   9.5 |  20M| 393 |  42 |2280 |3000 |2280 |1674 |  93 |  87k|8248 | 0.000000e+00 |      --      |    Inf 
355.32/355.43	c   355s|109500 |  2130 |  1041k|   9.5 |  20M| 393 |  44 |2280 |2940 |2280 |1674 |  93 |  87k|8251 | 0.000000e+00 |      --      |    Inf 
355.61/355.71	c   356s|109600 |  2135 |  1042k|   9.5 |  20M| 393 |  29 |2280 |2945 |2280 |1674 |  93 |  87k|8253 | 0.000000e+00 |      --      |    Inf 
355.81/355.98	c   356s|109700 |  2135 |  1043k|   9.5 |  20M| 393 |  28 |2280 |2980 |2280 |1674 |  93 |  88k|8253 | 0.000000e+00 |      --      |    Inf 
356.12/356.24	c   356s|109800 |  2134 |  1044k|   9.5 |  20M| 393 |   - |2280 |3054 |2280 |1674 |  93 |  88k|8253 | 0.000000e+00 |      --      |    Inf 
356.42/356.51	c   357s|109900 |  2136 |  1045k|   9.5 |  21M| 393 |  18 |2280 |3119 |2280 |1674 |  93 |  88k|8253 | 0.000000e+00 |      --      |    Inf 
356.61/356.76	c   357s|110000 |  2134 |  1045k|   9.5 |  21M| 393 |   - |2280 |3116 |2280 |1674 |  93 |  88k|8253 | 0.000000e+00 |      --      |    Inf 
356.91/357.05	c   357s|110100 |  2133 |  1046k|   9.5 |  21M| 393 |  26 |2280 |3139 |2280 |1674 |  93 |  88k|8253 | 0.000000e+00 |      --      |    Inf 
357.21/357.35	c   357s|110200 |  2132 |  1047k|   9.5 |  21M| 393 |   - |2280 |3187 |2280 |1674 |  93 |  88k|8258 | 0.000000e+00 |      --      |    Inf 
357.51/357.64	c   358s|110300 |  2131 |  1048k|   9.5 |  21M| 393 |   - |2280 |3230 |2280 |1674 |  93 |  88k|8258 | 0.000000e+00 |      --      |    Inf 
357.81/357.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.81/357.94	c   358s|110400 |  2131 |  1049k|   9.5 |  20M| 393 |  44 |2280 |3099 |2280 |1674 |  93 |  88k|8258 | 0.000000e+00 |      --      |    Inf 
358.12/358.28	c   358s|110500 |  2133 |  1050k|   9.5 |  20M| 393 |  32 |2280 |3148 |2280 |1674 |  93 |  88k|8269 | 0.000000e+00 |      --      |    Inf 
358.52/358.62	c   359s|110600 |  2129 |  1051k|   9.5 |  20M| 393 |   - |2280 |3055 |2280 |1674 |  93 |  88k|8269 | 0.000000e+00 |      --      |    Inf 
358.71/358.87	c   359s|110700 |  2129 |  1052k|   9.5 |  20M| 393 |  10 |2280 |3119 |2280 |1674 |  93 |  88k|8269 | 0.000000e+00 |      --      |    Inf 
359.11/359.22	c   359s|110800 |  2137 |  1054k|   9.5 |  20M| 393 |  29 |2280 |2775 |2280 |1674 |  93 |  88k|8291 | 0.000000e+00 |      --      |    Inf 
359.32/359.46	c   359s|110900 |  2147 |  1054k|   9.5 |  20M| 393 |  18 |2280 |2766 |2280 |1674 |  93 |  88k|8296 | 0.000000e+00 |      --      |    Inf 
359.62/359.72	c   360s|111000 |  2148 |  1055k|   9.5 |  20M| 393 |  19 |2280 |2847 |2280 |1674 |  93 |  89k|8296 | 0.000000e+00 |      --      |    Inf 
359.82/359.96	c   360s|111100 |  2146 |  1056k|   9.5 |  20M| 393 |  18 |2280 |2870 |2280 |1674 |  93 |  89k|8297 | 0.000000e+00 |      --      |    Inf 
360.11/360.22	c   360s|111200 |  2146 |  1057k|   9.5 |  20M| 393 |   - |2280 |2915 |2280 |1674 |  93 |  89k|8297 | 0.000000e+00 |      --      |    Inf 
360.32/360.44	c   360s|111300 |  2146 |  1058k|   9.5 |  20M| 393 |  18 |2280 |2952 |2280 |1674 |  93 |  89k|8297 | 0.000000e+00 |      --      |    Inf 
360.51/360.67	c   361s|111400 |  2143 |  1058k|   9.5 |  20M| 393 |   - |2280 |2895 |2280 |1674 |  93 |  89k|8298 | 0.000000e+00 |      --      |    Inf 
360.81/360.90	c   361s|111500 |  2140 |  1059k|   9.5 |  20M| 393 |   - |2280 |2963 |2280 |1674 |  93 |  89k|8298 | 0.000000e+00 |      --      |    Inf 
361.01/361.17	c   361s|111600 |  2143 |  1060k|   9.5 |  20M| 393 |  23 |2280 |2995 |2280 |1674 |  93 |  89k|8300 | 0.000000e+00 |      --      |    Inf 
361.31/361.41	c   361s|111700 |  2142 |  1061k|   9.5 |  20M| 393 |  37 |2280 |2927 |2280 |1674 |  93 |  89k|8300 | 0.000000e+00 |      --      |    Inf 
361.51/361.65	c   362s|111800 |  2142 |  1062k|   9.5 |  20M| 393 |  33 |2280 |2950 |2280 |1674 |  93 |  89k|8300 | 0.000000e+00 |      --      |    Inf 
361.82/361.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.82/361.94	c   362s|111900 |  2136 |  1063k|   9.5 |  20M| 393 |   - |2280 |2958 |2280 |1674 |  93 |  89k|8305 | 0.000000e+00 |      --      |    Inf 
362.11/362.27	c   362s|112000 |  2139 |  1064k|   9.5 |  20M| 393 |  43 |2280 |2962 |2280 |1674 |  93 |  89k|8321 | 0.000000e+00 |      --      |    Inf 
362.41/362.55	c   363s|112100 |  2145 |  1065k|   9.5 |  20M| 393 |  15 |2280 |2904 |2280 |1674 |  93 |  89k|8322 | 0.000000e+00 |      --      |    Inf 
362.71/362.87	c   363s|112200 |  2146 |  1066k|   9.5 |  20M| 393 |   - |2280 |2930 |2280 |1674 |  93 |  89k|8332 | 0.000000e+00 |      --      |    Inf 
363.11/363.24	c   363s|112300 |  2152 |  1067k|   9.5 |  20M| 393 |  30 |2280 |2981 |2280 |1674 |  93 |  89k|8356 | 0.000000e+00 |      --      |    Inf 
363.41/363.58	c   364s|112400 |  2151 |  1068k|   9.5 |  20M| 393 |  17 |2280 |3014 |2280 |1674 |  93 |  90k|8365 | 0.000000e+00 |      --      |    Inf 
363.81/363.93	c   364s|112500 |  2145 |  1069k|   9.5 |  20M| 393 |   - |2280 |3052 |2280 |1674 |  93 |  90k|8377 | 0.000000e+00 |      --      |    Inf 
364.11/364.29	c   364s|112600 |  2142 |  1070k|   9.5 |  20M| 393 |   - |2280 |3078 |2280 |1674 |  93 |  90k|8390 | 0.000000e+00 |      --      |    Inf 
364.51/364.67	c   365s|112700 |  2142 |  1072k|   9.5 |  20M| 393 |  15 |2280 |3109 |2280 |1674 |  93 |  90k|8407 | 0.000000e+00 |      --      |    Inf 
364.91/365.03	c   365s|112800 |  2139 |  1073k|   9.5 |  20M| 393 |   - |2280 |3040 |2280 |1674 |  93 |  90k|8432 | 0.000000e+00 |      --      |    Inf 
365.31/365.40	c   365s|112900 |  2137 |  1074k|   9.5 |  20M| 393 |  44 |2280 |2929 |2280 |1674 |  93 |  90k|8455 | 0.000000e+00 |      --      |    Inf 
365.51/365.69	c   366s|113000 |  2139 |  1075k|   9.5 |  20M| 393 |  40 |2280 |2904 |2280 |1674 |  93 |  90k|8465 | 0.000000e+00 |      --      |    Inf 
365.91/366.02	c   366s|113100 |  2143 |  1076k|   9.5 |  20M| 393 |   - |2280 |2963 |2280 |1674 |  93 |  90k|8478 | 0.000000e+00 |      --      |    Inf 
366.22/366.33	c   366s|113200 |  2137 |  1077k|   9.5 |  20M| 393 |  38 |2280 |2992 |2280 |1674 |  93 |  90k|8483 | 0.000000e+00 |      --      |    Inf 
366.51/366.63	c   367s|113300 |  2132 |  1079k|   9.5 |  20M| 393 |   - |2280 |2962 |2280 |1674 |  93 |  90k|8486 | 0.000000e+00 |      --      |    Inf 
366.81/366.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.81/366.94	c   367s|113400 |  2134 |  1080k|   9.5 |  20M| 393 |   - |2280 |2952 |2280 |1674 |  93 |  90k|8493 | 0.000000e+00 |      --      |    Inf 
367.11/367.30	c   367s|113500 |  2135 |  1081k|   9.5 |  20M| 393 |   - |2280 |2903 |2280 |1674 |  93 |  90k|8513 | 0.000000e+00 |      --      |    Inf 
367.51/367.63	c   368s|113600 |  2137 |  1082k|   9.5 |  20M| 393 |   - |2280 |2943 |2280 |1674 |  93 |  90k|8528 | 0.000000e+00 |      --      |    Inf 
367.81/367.93	c   368s|113700 |  2139 |  1083k|   9.5 |  20M| 393 |   - |2280 |2977 |2280 |1674 |  93 |  91k|8532 | 0.000000e+00 |      --      |    Inf 
368.11/368.25	c   368s|113800 |  2138 |  1084k|   9.5 |  20M| 393 |  50 |2280 |3022 |2280 |1674 |  93 |  91k|8542 | 0.000000e+00 |      --      |    Inf 
368.42/368.58	c   369s|113900 |  2129 |  1085k|   9.5 |  20M| 393 |   - |2280 |3016 |2280 |1674 |  93 |  91k|8560 | 0.000000e+00 |      --      |    Inf 
368.71/368.86	c   369s|114000 |  2127 |  1085k|   9.5 |  20M| 393 |   - |2280 |2965 |2280 |1674 |  93 |  91k|8561 | 0.000000e+00 |      --      |    Inf 
369.01/369.12	c   369s|114100 |  2133 |  1086k|   9.5 |  20M| 393 |   - |2280 |2810 |2280 |1674 |  93 |  91k|8562 | 0.000000e+00 |      --      |    Inf 
369.31/369.40	c   369s|114200 |  2137 |  1088k|   9.5 |  20M| 393 |   - |2280 |2863 |2280 |1674 |  93 |  91k|8563 | 0.000000e+00 |      --      |    Inf 
369.61/369.70	c   370s|114300 |  2132 |  1089k|   9.5 |  20M| 393 |  20 |2280 |2927 |2280 |1674 |  93 |  91k|8566 | 0.000000e+00 |      --      |    Inf 
369.91/370.00	c   370s|114400 |  2134 |  1090k|   9.5 |  20M| 393 |   - |2280 |2900 |2280 |1674 |  93 |  91k|8567 | 0.000000e+00 |      --      |    Inf 
370.21/370.35	c   370s|114500 |  2132 |  1091k|   9.5 |  20M| 393 |   - |2280 |2963 |2280 |1674 |  93 |  91k|8579 | 0.000000e+00 |      --      |    Inf 
370.41/370.59	c   371s|114600 |  2134 |  1092k|   9.5 |  20M| 393 |  37 |2280 |2990 |2280 |1674 |  93 |  91k|8580 | 0.000000e+00 |      --      |    Inf 
370.71/370.85	c   371s|114700 |  2142 |  1093k|   9.5 |  20M| 393 |  19 |2280 |2865 |2280 |1674 |  93 |  91k|8581 | 0.000000e+00 |      --      |    Inf 
371.01/371.15	c   371s|114800 |  2142 |  1094k|   9.5 |  20M| 393 |  16 |2280 |2895 |2280 |1674 |  93 |  91k|8582 | 0.000000e+00 |      --      |    Inf 
371.31/371.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.31/371.45	c   371s|114900 |  2140 |  1094k|   9.5 |  20M| 393 |   - |2280 |2906 |2280 |1674 |  93 |  91k|8588 | 0.000000e+00 |      --      |    Inf 
371.51/371.68	c   372s|115000 |  2144 |  1095k|   9.5 |  20M| 393 |  30 |2280 |2940 |2280 |1674 |  93 |  91k|8590 | 0.000000e+00 |      --      |    Inf 
371.81/371.95	c   372s|115100 |  2142 |  1097k|   9.5 |  20M| 393 |   - |2280 |2974 |2280 |1674 |  93 |  92k|8593 | 0.000000e+00 |      --      |    Inf 
372.11/372.26	c   372s|115200 |  2142 |  1098k|   9.5 |  20M| 393 |   - |2280 |3029 |2280 |1674 |  93 |  92k|8594 | 0.000000e+00 |      --      |    Inf 
372.41/372.53	c   373s|115300 |  2144 |  1099k|   9.5 |  20M| 393 |   - |2280 |3083 |2280 |1674 |  93 |  92k|8596 | 0.000000e+00 |      --      |    Inf 
372.72/372.81	c   373s|115400 |  2145 |  1100k|   9.5 |  20M| 393 |  40 |2280 |3137 |2280 |1674 |  93 |  92k|8597 | 0.000000e+00 |      --      |    Inf 
373.01/373.11	c   373s|115500 |  2140 |  1102k|   9.5 |  21M| 393 |   - |2280 |3187 |2280 |1674 |  93 |  92k|8600 | 0.000000e+00 |      --      |    Inf 
373.31/373.44	c   373s|115600 |  2140 |  1103k|   9.5 |  21M| 393 |  34 |2280 |3232 |2280 |1674 |  93 |  92k|8605 | 0.000000e+00 |      --      |    Inf 
373.61/373.71	c   374s|115700 |  2142 |  1104k|   9.5 |  21M| 393 |  24 |2280 |3173 |2280 |1674 |  93 |  92k|8607 | 0.000000e+00 |      --      |    Inf 
373.91/374.02	c   374s|115800 |  2135 |  1105k|   9.5 |  21M| 393 |   - |2280 |3203 |2280 |1674 |  93 |  92k|8613 | 0.000000e+00 |      --      |    Inf 
374.21/374.30	c   374s|115900 |  2141 |  1107k|   9.5 |  21M| 393 |   - |2280 |3189 |2280 |1674 |  93 |  92k|8613 | 0.000000e+00 |      --      |    Inf 
374.41/374.57	c   375s|116000 |  2144 |  1108k|   9.5 |  21M| 393 |  20 |2280 |3214 |2280 |1674 |  93 |  92k|8613 | 0.000000e+00 |      --      |    Inf 
374.71/374.83	c   375s|116100 |  2144 |  1109k|   9.5 |  21M| 393 |   - |2280 |3231 |2280 |1674 |  93 |  92k|8614 | 0.000000e+00 |      --      |    Inf 
375.02/375.11	c   375s|116200 |  2147 |  1110k|   9.5 |  21M| 393 |   - |2280 |3303 |2280 |1674 |  93 |  93k|8614 | 0.000000e+00 |      --      |    Inf 
375.21/375.39	c   375s|116300 |  2143 |  1111k|   9.5 |  21M| 393 |  35 |2280 |3359 |2280 |1674 |  93 |  93k|8616 | 0.000000e+00 |      --      |    Inf 
375.51/375.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.51/375.67	c   376s|116400 |  2139 |  1112k|   9.5 |  21M| 393 |  35 |2280 |3385 |2280 |1674 |  93 |  93k|8616 | 0.000000e+00 |      --      |    Inf 
375.81/375.94	c   376s|116500 |  2139 |  1113k|   9.5 |  21M| 393 |  30 |2280 |3374 |2280 |1674 |  93 |  93k|8616 | 0.000000e+00 |      --      |    Inf 
376.12/376.28	c   376s|116600 |  2138 |  1115k|   9.5 |  21M| 393 |  37 |2280 |3449 |2280 |1674 |  93 |  93k|8617 | 0.000000e+00 |      --      |    Inf 
376.41/376.59	c   377s|116700 |  2139 |  1116k|   9.5 |  21M| 393 |  18 |2280 |3263 |2280 |1674 |  93 |  93k|8618 | 0.000000e+00 |      --      |    Inf 
376.81/376.92	c   377s|116800 |  2143 |  1117k|   9.5 |  21M| 393 |   - |2280 |3207 |2280 |1674 |  93 |  93k|8621 | 0.000000e+00 |      --      |    Inf 
377.12/377.26	c   377s|116900 |  2143 |  1118k|   9.5 |  21M| 393 |   - |2280 |3246 |2280 |1674 |  93 |  93k|8627 | 0.000000e+00 |      --      |    Inf 
377.51/377.61	c   378s|117000 |  2139 |  1120k|   9.5 |  21M| 393 |  37 |2280 |3274 |2280 |1674 |  93 |  93k|8629 | 0.000000e+00 |      --      |    Inf 
377.81/377.92	c   378s|117100 |  2139 |  1121k|   9.5 |  21M| 393 |   - |2280 |3309 |2280 |1674 |  93 |  93k|8630 | 0.000000e+00 |      --      |    Inf 
378.11/378.25	c   378s|117200 |  2143 |  1122k|   9.5 |  21M| 393 |   - |2280 |3366 |2280 |1674 |  93 |  93k|8632 | 0.000000e+00 |      --      |    Inf 
378.41/378.57	c   379s|117300 |  2145 |  1124k|   9.5 |  21M| 393 |   - |2280 |3421 |2280 |1674 |  93 |  93k|8633 | 0.000000e+00 |      --      |    Inf 
378.81/378.91	c   379s|117400 |  2143 |  1125k|   9.5 |  21M| 393 |   - |2280 |3483 |2280 |1674 |  93 |  93k|8638 | 0.000000e+00 |      --      |    Inf 
379.11/379.25	c   379s|117500 |  2141 |  1126k|   9.5 |  21M| 393 |   - |2280 |3548 |2280 |1674 |  93 |  93k|8638 | 0.000000e+00 |      --      |    Inf 
379.42/379.58	c   380s|117600 |  2135 |  1127k|   9.5 |  21M| 393 |   - |2280 |3609 |2280 |1674 |  93 |  93k|8639 | 0.000000e+00 |      --      |    Inf 
379.71/379.87	c   380s|117700 |  2135 |  1128k|   9.5 |  21M| 393 |   - |2280 |3521 |2280 |1674 |  93 |  94k|8639 | 0.000000e+00 |      --      |    Inf 
380.01/380.17	c   380s|117800 |  2137 |  1130k|   9.5 |  21M| 393 |  36 |2280 |3517 |2280 |1674 |  93 |  94k|8640 | 0.000000e+00 |      --      |    Inf 
380.30/380.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.30/380.47	c   380s|117900 |  2143 |  1131k|   9.6 |  21M| 393 |   - |2280 |3438 |2280 |1674 |  93 |  94k|8641 | 0.000000e+00 |      --      |    Inf 
380.61/380.76	c   381s|118000 |  2143 |  1132k|   9.6 |  21M| 393 |  23 |2280 |3408 |2280 |1674 |  93 |  94k|8642 | 0.000000e+00 |      --      |    Inf 
380.91/381.07	c   381s|118100 |  2147 |  1133k|   9.6 |  21M| 393 |  29 |2280 |3497 |2280 |1674 |  93 |  94k|8644 | 0.000000e+00 |      --      |    Inf 
381.21/381.37	c   381s|118200 |  2153 |  1135k|   9.6 |  21M| 393 |  30 |2280 |3516 |2280 |1674 |  93 |  94k|8644 | 0.000000e+00 |      --      |    Inf 
381.52/381.66	c   382s|118300 |  2153 |  1136k|   9.6 |  21M| 393 |  43 |2280 |3569 |2280 |1674 |  93 |  94k|8644 | 0.000000e+00 |      --      |    Inf 
381.81/381.98	c   382s|118400 |  2143 |  1137k|   9.6 |  21M| 393 |  27 |2280 |3599 |2280 |1674 |  93 |  94k|8645 | 0.000000e+00 |      --      |    Inf 
382.10/382.30	c   382s|118500 |  2142 |  1138k|   9.6 |  21M| 393 |  41 |2280 |3575 |2280 |1674 |  93 |  94k|8648 | 0.000000e+00 |      --      |    Inf 
382.51/382.60	c   383s|118600 |  2138 |  1139k|   9.6 |  21M| 393 |  14 |2280 |3587 |2280 |1674 |  93 |  94k|8648 | 0.000000e+00 |      --      |    Inf 
382.72/382.86	c   383s|118700 |  2144 |  1140k|   9.6 |  21M| 393 |  35 |2280 |3520 |2280 |1674 |  93 |  94k|8648 | 0.000000e+00 |      --      |    Inf 
383.01/383.12	c   383s|118800 |  2146 |  1141k|   9.6 |  21M| 393 |   - |2280 |3575 |2280 |1674 |  93 |  94k|8657 | 0.000000e+00 |      --      |    Inf 
383.21/383.37	c   383s|118900 |  2146 |  1142k|   9.6 |  21M| 393 |   - |2280 |3609 |2280 |1674 |  93 |  94k|8659 | 0.000000e+00 |      --      |    Inf 
383.51/383.63	c   384s|119000 |  2154 |  1143k|   9.6 |  21M| 393 |  18 |2280 |3656 |2280 |1674 |  93 |  94k|8664 | 0.000000e+00 |      --      |    Inf 
383.81/383.92	c   384s|119100 |  2152 |  1143k|   9.6 |  21M| 393 |  22 |2280 |3724 |2280 |1674 |  93 |  95k|8675 | 0.000000e+00 |      --      |    Inf 
384.11/384.21	c   384s|119200 |  2160 |  1144k|   9.6 |  21M| 393 |  24 |2280 |3734 |2280 |1674 |  93 |  95k|8686 | 0.000000e+00 |      --      |    Inf 
384.41/384.52	c   385s|119300 |  2162 |  1145k|   9.6 |  21M| 393 |   - |2280 |3774 |2280 |1674 |  93 |  95k|8699 | 0.000000e+00 |      --      |    Inf 
384.61/384.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.61/384.77	c   385s|119400 |  2164 |  1146k|   9.6 |  21M| 393 |  35 |2280 |3748 |2280 |1674 |  93 |  95k|8707 | 0.000000e+00 |      --      |    Inf 
384.91/385.07	c   385s|119500 |  2166 |  1147k|   9.6 |  21M| 393 |  26 |2280 |3777 |2280 |1674 |  93 |  95k|8718 | 0.000000e+00 |      --      |    Inf 
385.21/385.39	c   385s|119600 |  2161 |  1147k|   9.6 |  21M| 393 |   - |2280 |3772 |2280 |1674 |  93 |  95k|8738 | 0.000000e+00 |      --      |    Inf 
385.51/385.68	c   386s|119700 |  2163 |  1148k|   9.6 |  21M| 393 |  22 |2280 |3785 |2280 |1674 |  93 |  95k|8746 | 0.000000e+00 |      --      |    Inf 
385.80/385.97	c   386s|119800 |  2169 |  1149k|   9.6 |  21M| 393 |   - |2280 |3806 |2280 |1674 |  93 |  95k|8764 | 0.000000e+00 |      --      |    Inf 
386.11/386.26	c   386s|119900 |  2161 |  1150k|   9.5 |  21M| 393 |   - |2280 |3821 |2280 |1674 |  93 |  95k|8773 | 0.000000e+00 |      --      |    Inf 
386.41/386.55	c   387s|120000 |  2165 |  1150k|   9.5 |  21M| 393 |   - |2280 |3836 |2280 |1674 |  93 |  95k|8778 | 0.000000e+00 |      --      |    Inf 
386.71/386.82	c   387s|120100 |  2149 |  1151k|   9.5 |  21M| 393 |   - |2280 |3853 |2280 |1674 |  93 |  95k|8781 | 0.000000e+00 |      --      |    Inf 
387.02/387.11	c   387s|120200 |  2150 |  1152k|   9.5 |  21M| 393 |   - |2280 |3867 |2280 |1674 |  93 |  95k|8791 | 0.000000e+00 |      --      |    Inf 
387.20/387.38	c   387s|120300 |  2147 |  1153k|   9.5 |  21M| 393 |   - |2280 |3900 |2280 |1674 |  93 |  95k|8796 | 0.000000e+00 |      --      |    Inf 
387.51/387.64	c   388s|120400 |  2154 |  1154k|   9.5 |  22M| 393 |   - |2280 |3939 |2280 |1674 |  93 |  95k|8798 | 0.000000e+00 |      --      |    Inf 
387.81/387.92	c   388s|120500 |  2157 |  1155k|   9.5 |  21M| 393 |  37 |2280 |3904 |2280 |1674 |  93 |  95k|8800 | 0.000000e+00 |      --      |    Inf 
388.00/388.19	c   388s|120600 |  2159 |  1156k|   9.5 |  22M| 393 |   - |2280 |3932 |2280 |1674 |  93 |  95k|8803 | 0.000000e+00 |      --      |    Inf 
388.30/388.47	c   388s|120700 |  2156 |  1156k|   9.5 |  22M| 393 |  41 |2280 |3985 |2280 |1674 |  93 |  95k|8807 | 0.000000e+00 |      --      |    Inf 
388.61/388.70	c   389s|120800 |  2151 |  1157k|   9.5 |  22M| 393 |  45 |2280 |3958 |2280 |1674 |  93 |  96k|8807 | 0.000000e+00 |      --      |    Inf 
388.81/388.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.81/388.97	c   389s|120900 |  2148 |  1158k|   9.5 |  21M| 393 |   - |2280 |3875 |2280 |1674 |  93 |  96k|8810 | 0.000000e+00 |      --      |    Inf 
389.11/389.29	c   389s|121000 |  2143 |  1159k|   9.5 |  21M| 393 |  18 |2280 |3878 |2280 |1674 |  93 |  96k|8815 | 0.000000e+00 |      --      |    Inf 
389.80/389.90	c   390s|121100 |  2141 |  1160k|   9.5 |  21M| 393 |  43 |2280 |3704 |2280 |1674 |  93 |  96k|8922 | 0.000000e+00 |      --      |    Inf 
390.11/390.25	c   390s|121200 |  2141 |  1161k|   9.5 |  21M| 393 |  41 |2280 |3414 |2280 |1674 |  93 |  96k|8944 | 0.000000e+00 |      --      |    Inf 
390.50/390.60	c   391s|121300 |  2139 |  1162k|   9.5 |  21M| 393 |   - |2280 |3407 |2280 |1674 |  93 |  96k|8962 | 0.000000e+00 |      --      |    Inf 
390.71/390.89	c   391s|121400 |  2139 |  1163k|   9.5 |  21M| 393 |  45 |2280 |3433 |2280 |1674 |  93 |  96k|8970 | 0.000000e+00 |      --      |    Inf 
391.01/391.19	c   391s|121500 |  2139 |  1164k|   9.5 |  21M| 393 |   - |2280 |3339 |2280 |1674 |  93 |  96k|8975 | 0.000000e+00 |      --      |    Inf 
391.30/391.49	c   391s|121600 |  2141 |  1165k|   9.5 |  21M| 393 |   - |2280 |3358 |2280 |1674 |  93 |  96k|8984 | 0.000000e+00 |      --      |    Inf 
391.61/391.78	c   392s|121700 |  2140 |  1166k|   9.5 |  21M| 393 |   - |2280 |3324 |2280 |1674 |  93 |  96k|8986 | 0.000000e+00 |      --      |    Inf 
391.91/392.07	c   392s|121800 |  2142 |  1167k|   9.5 |  21M| 393 |   - |2280 |3347 |2280 |1674 |  93 |  96k|8988 | 0.000000e+00 |      --      |    Inf 
392.21/392.38	c   392s|121900 |  2138 |  1168k|   9.5 |  21M| 393 |  46 |2280 |3373 |2280 |1674 |  93 |  96k|8997 | 0.000000e+00 |      --      |    Inf 
392.62/392.71	c   393s|122000 |  2136 |  1169k|   9.5 |  21M| 393 |   - |2280 |3356 |2280 |1674 |  93 |  96k|9004 | 0.000000e+00 |      --      |    Inf 
393.01/393.15	c   393s|122100 |  2146 |  1170k|   9.5 |  21M| 393 |   - |2280 |3183 |2280 |1674 |  93 |  96k|9049 | 0.000000e+00 |      --      |    Inf 
393.31/393.49	c   393s|122200 |  2148 |  1171k|   9.5 |  21M| 393 |  34 |2280 |3183 |2280 |1674 |  93 |  96k|9065 | 0.000000e+00 |      --      |    Inf 
393.71/393.86	c   394s|122300 |  2152 |  1173k|   9.6 |  21M| 393 |   - |2280 |3234 |2280 |1674 |  93 |  97k|9082 | 0.000000e+00 |      --      |    Inf 
394.00/394.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.00/394.19	c   394s|122400 |  2151 |  1175k|   9.6 |  21M| 393 |   - |2280 |3310 |2280 |1674 |  93 |  97k|9087 | 0.000000e+00 |      --      |    Inf 
394.40/394.50	c   395s|122500 |  2145 |  1176k|   9.6 |  21M| 393 |  48 |2280 |3328 |2280 |1674 |  93 |  97k|9088 | 0.000000e+00 |      --      |    Inf 
394.61/394.79	c   395s|122600 |  2139 |  1178k|   9.6 |  21M| 393 |   - |2280 |3294 |2280 |1674 |  93 |  97k|9088 | 0.000000e+00 |      --      |    Inf 
395.01/395.11	c   395s|122700 |  2137 |  1179k|   9.6 |  21M| 393 |  53 |2280 |3329 |2280 |1674 |  93 |  97k|9091 | 0.000000e+00 |      --      |    Inf 
395.31/395.46	c   395s|122800 |  2136 |  1180k|   9.6 |  21M| 393 |   - |2280 |3267 |2280 |1674 |  93 |  97k|9110 | 0.000000e+00 |      --      |    Inf 
395.61/395.76	c   396s|122900 |  2143 |  1181k|   9.6 |  21M| 393 |  26 |2280 |3249 |2280 |1674 |  93 |  97k|9111 | 0.000000e+00 |      --      |    Inf 
396.00/396.10	c   396s|123000 |  2142 |  1182k|   9.6 |  21M| 393 |  42 |2280 |3318 |2280 |1674 |  93 |  97k|9115 | 0.000000e+00 |      --      |    Inf 
396.31/396.40	c   396s|123100 |  2142 |  1183k|   9.6 |  21M| 393 |  23 |2280 |3400 |2280 |1674 |  93 |  97k|9115 | 0.000000e+00 |      --      |    Inf 
396.61/396.72	c   397s|123200 |  2142 |  1184k|   9.6 |  21M| 393 |   - |2280 |3472 |2280 |1674 |  93 |  97k|9115 | 0.000000e+00 |      --      |    Inf 
396.91/397.03	c   397s|123300 |  2140 |  1185k|   9.6 |  21M| 393 |  51 |2280 |3536 |2280 |1674 |  93 |  97k|9115 | 0.000000e+00 |      --      |    Inf 
397.21/397.30	c   397s|123400 |  2142 |  1186k|   9.6 |  21M| 393 |  45 |2280 |3612 |2280 |1674 |  93 |  97k|9115 | 0.000000e+00 |      --      |    Inf 
397.50/397.60	c   398s|123500 |  2144 |  1187k|   9.6 |  21M| 393 |  42 |2280 |3586 |2280 |1674 |  93 |  97k|9117 | 0.000000e+00 |      --      |    Inf 
397.81/397.92	c   398s|123600 |  2142 |  1188k|   9.6 |  21M| 393 |   - |2280 |3618 |2280 |1674 |  93 |  98k|9120 | 0.000000e+00 |      --      |    Inf 
398.11/398.23	c   398s|123700 |  2140 |  1189k|   9.6 |  21M| 393 |   - |2280 |3709 |2280 |1674 |  93 |  98k|9124 | 0.000000e+00 |      --      |    Inf 
398.41/398.54	c   399s|123800 |  2140 |  1190k|   9.6 |  21M| 393 |   - |2280 |3758 |2280 |1674 |  93 |  98k|9124 | 0.000000e+00 |      --      |    Inf 
398.70/398.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.70/398.86	c   399s|123900 |  2138 |  1191k|   9.6 |  21M| 393 |  38 |2280 |3827 |2280 |1674 |  93 |  98k|9125 | 0.000000e+00 |      --      |    Inf 
399.01/399.14	c   399s|124000 |  2141 |  1193k|   9.6 |  21M| 393 |  38 |2280 |3851 |2280 |1674 |  93 |  98k|9125 | 0.000000e+00 |      --      |    Inf 
399.31/399.45	c   399s|124100 |  2141 |  1194k|   9.6 |  22M| 393 |  44 |2280 |3933 |2280 |1674 |  93 |  98k|9126 | 0.000000e+00 |      --      |    Inf 
399.61/399.77	c   400s|124200 |  2141 |  1196k|   9.6 |  21M| 393 |  14 |2280 |3788 |2280 |1674 |  93 |  98k|9130 | 0.000000e+00 |      --      |    Inf 
400.31/400.40	c   400s|124300 |  2141 |  1197k|   9.6 |  21M| 393 |  35 |2280 |3630 |2280 |1674 |  93 |  98k|9241 | 0.000000e+00 |      --      |    Inf 
400.51/400.69	c   401s|124400 |  2141 |  1198k|   9.6 |  21M| 393 |  42 |2280 |3390 |2280 |1674 |  93 |  98k|9242 | 0.000000e+00 |      --      |    Inf 
400.81/400.97	c   401s|124500 |  2138 |  1198k|   9.6 |  21M| 393 |   - |2280 |3424 |2280 |1674 |  93 |  98k|9246 | 0.000000e+00 |      --      |    Inf 
401.10/401.28	c   401s|124600 |  2141 |  1199k|   9.6 |  21M| 393 |   - |2280 |3324 |2280 |1674 |  93 |  98k|9249 | 0.000000e+00 |      --      |    Inf 
401.51/401.61	c   402s|124700 |  2140 |  1200k|   9.6 |  21M| 393 |  27 |2280 |3369 |2280 |1674 |  93 |  98k|9250 | 0.000000e+00 |      --      |    Inf 
401.81/401.92	c   402s|124800 |  2137 |  1201k|   9.6 |  21M| 393 |   - |2280 |3360 |2280 |1674 |  93 |  98k|9251 | 0.000000e+00 |      --      |    Inf 
402.10/402.26	c   402s|124900 |  2137 |  1202k|   9.6 |  21M| 393 |  41 |2280 |3346 |2280 |1674 |  93 |  98k|9263 | 0.000000e+00 |      --      |    Inf 
402.41/402.55	c   403s|125000 |  2139 |  1203k|   9.6 |  21M| 393 |   - |2280 |3264 |2280 |1674 |  93 |  99k|9263 | 0.000000e+00 |      --      |    Inf 
402.70/402.83	c   403s|125100 |  2140 |  1203k|   9.6 |  21M| 393 |   - |2280 |3259 |2280 |1674 |  93 |  99k|9263 | 0.000000e+00 |      --      |    Inf 
403.00/403.11	c   403s|125200 |  2144 |  1204k|   9.6 |  21M| 393 |  20 |2280 |3327 |2280 |1674 |  93 |  99k|9263 | 0.000000e+00 |      --      |    Inf 
403.31/403.41	c   403s|125300 |  2142 |  1205k|   9.6 |  21M| 393 |  36 |2280 |3365 |2280 |1674 |  93 |  99k|9263 | 0.000000e+00 |      --      |    Inf 
403.61/403.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.61/403.74	c   404s|125400 |  2137 |  1206k|   9.6 |  21M| 393 |   - |2280 |3349 |2280 |1674 |  93 |  99k|9263 | 0.000000e+00 |      --      |    Inf 
403.91/404.03	c   404s|125500 |  2138 |  1207k|   9.6 |  21M| 393 |  30 |2280 |3305 |2280 |1674 |  93 |  99k|9265 | 0.000000e+00 |      --      |    Inf 
404.21/404.31	c   404s|125600 |  2140 |  1208k|   9.6 |  21M| 393 |   - |2280 |3336 |2280 |1674 |  93 |  99k|9267 | 0.000000e+00 |      --      |    Inf 
404.40/404.58	c   405s|125700 |  2138 |  1209k|   9.6 |  21M| 393 |   - |2280 |3378 |2280 |1674 |  93 |  99k|9269 | 0.000000e+00 |      --      |    Inf 
404.81/404.90	c   405s|125800 |  2138 |  1210k|   9.6 |  21M| 393 |  29 |2280 |3433 |2280 |1674 |  93 |  99k|9270 | 0.000000e+00 |      --      |    Inf 
405.01/405.18	c   405s|125900 |  2138 |  1211k|   9.6 |  21M| 393 |   - |2280 |3515 |2280 |1674 |  93 |  99k|9270 | 0.000000e+00 |      --      |    Inf 
405.30/405.49	c   405s|126000 |  2134 |  1211k|   9.6 |  21M| 393 |   - |2280 |3580 |2280 |1674 |  93 |  99k|9276 | 0.000000e+00 |      --      |    Inf 
405.61/405.80	c   406s|126100 |  2138 |  1212k|   9.6 |  21M| 393 |  21 |2280 |3640 |2280 |1674 |  93 |  99k|9276 | 0.000000e+00 |      --      |    Inf 
406.00/406.13	c   406s|126200 |  2136 |  1213k|   9.6 |  21M| 393 |   - |2280 |3592 |2280 |1674 |  93 | 100k|9277 | 0.000000e+00 |      --      |    Inf 
406.31/406.42	c   406s|126300 |  2138 |  1214k|   9.6 |  21M| 393 |  28 |2280 |3522 |2280 |1674 |  93 | 100k|9284 | 0.000000e+00 |      --      |    Inf 
406.61/406.73	c   407s|126400 |  2135 |  1215k|   9.6 |  21M| 393 |   - |2280 |3383 |2280 |1674 |  93 | 100k|9292 | 0.000000e+00 |      --      |    Inf 
406.91/407.03	c   407s|126500 |  2139 |  1216k|   9.6 |  21M| 393 |  27 |2280 |3292 |2280 |1674 |  93 | 100k|9298 | 0.000000e+00 |      --      |    Inf 
407.21/407.32	c   407s|126600 |  2141 |  1217k|   9.6 |  21M| 393 |  38 |2280 |3342 |2280 |1674 |  93 | 100k|9301 | 0.000000e+00 |      --      |    Inf 
407.50/407.62	c   408s|126700 |  2139 |  1218k|   9.6 |  21M| 393 |   - |2280 |3387 |2280 |1674 |  93 | 100k|9301 | 0.000000e+00 |      --      |    Inf 
407.80/407.92	c   408s|126800 |  2141 |  1219k|   9.6 |  21M| 393 |   - |2280 |3404 |2280 |1674 |  93 | 100k|9304 | 0.000000e+00 |      --      |    Inf 
408.01/408.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.01/408.19	c   408s|126900 |  2143 |  1220k|   9.6 |  21M| 393 |  19 |2280 |3420 |2280 |1674 |  93 | 100k|9304 | 0.000000e+00 |      --      |    Inf 
408.31/408.49	c   408s|127000 |  2141 |  1221k|   9.6 |  21M| 393 |   - |2280 |3467 |2280 |1674 |  93 | 100k|9307 | 0.000000e+00 |      --      |    Inf 
408.70/408.82	c   409s|127100 |  2143 |  1222k|   9.6 |  21M| 393 |   - |2280 |3520 |2280 |1674 |  93 | 100k|9310 | 0.000000e+00 |      --      |    Inf 
408.91/409.10	c   409s|127200 |  2143 |  1222k|   9.6 |  21M| 393 |  41 |2280 |3556 |2280 |1674 |  93 | 100k|9314 | 0.000000e+00 |      --      |    Inf 
409.31/409.43	c   409s|127300 |  2141 |  1223k|   9.6 |  21M| 393 |   - |2280 |3596 |2280 |1674 |  93 | 100k|9319 | 0.000000e+00 |      --      |    Inf 
409.61/409.73	c   410s|127400 |  2144 |  1224k|   9.6 |  21M| 393 |   - |2280 |3651 |2280 |1674 |  93 | 101k|9320 | 0.000000e+00 |      --      |    Inf 
409.91/410.02	c   410s|127500 |  2142 |  1225k|   9.6 |  21M| 393 |  36 |2280 |3671 |2280 |1674 |  93 | 101k|9321 | 0.000000e+00 |      --      |    Inf 
410.21/410.34	c   410s|127600 |  2142 |  1226k|   9.6 |  21M| 393 |   - |2280 |3703 |2280 |1674 |  93 | 101k|9323 | 0.000000e+00 |      --      |    Inf 
410.51/410.64	c   411s|127700 |  2144 |  1227k|   9.6 |  21M| 393 |   - |2280 |3740 |2280 |1674 |  93 | 101k|9326 | 0.000000e+00 |      --      |    Inf 
410.80/410.95	c   411s|127800 |  2141 |  1227k|   9.6 |  21M| 393 |  10 |2280 |3803 |2280 |1674 |  93 | 101k|9328 | 0.000000e+00 |      --      |    Inf 
411.10/411.26	c   411s|127900 |  2139 |  1228k|   9.6 |  21M| 393 |   - |2280 |3757 |2280 |1674 |  93 | 101k|9330 | 0.000000e+00 |      --      |    Inf 
411.40/411.56	c   412s|128000 |  2141 |  1229k|   9.6 |  21M| 393 |  29 |2280 |3611 |2280 |1674 |  93 | 101k|9331 | 0.000000e+00 |      --      |    Inf 
411.71/411.86	c   412s|128100 |  2143 |  1230k|   9.6 |  21M| 393 |  14 |2280 |3640 |2280 |1674 |  93 | 101k|9332 | 0.000000e+00 |      --      |    Inf 
412.01/412.15	c   412s|128200 |  2141 |  1231k|   9.6 |  21M| 393 |   - |2280 |3668 |2280 |1674 |  93 | 101k|9332 | 0.000000e+00 |      --      |    Inf 
412.31/412.42	c   412s|128300 |  2141 |  1232k|   9.6 |  21M| 393 |  21 |2280 |3694 |2280 |1674 |  93 | 101k|9336 | 0.000000e+00 |      --      |    Inf 
412.61/412.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.61/412.72	c   413s|128400 |  2140 |  1233k|   9.6 |  21M| 393 |   - |2280 |3698 |2280 |1674 |  93 | 101k|9337 | 0.000000e+00 |      --      |    Inf 
412.90/413.02	c   413s|128500 |  2136 |  1233k|   9.6 |  21M| 393 |   - |2280 |3710 |2280 |1674 |  93 | 101k|9337 | 0.000000e+00 |      --      |    Inf 
413.11/413.29	c   413s|128600 |  2134 |  1234k|   9.6 |  21M| 393 |   - |2280 |3600 |2280 |1674 |  93 | 101k|9339 | 0.000000e+00 |      --      |    Inf 
413.41/413.57	c   414s|128700 |  2141 |  1235k|   9.6 |  21M| 393 |  14 |2280 |3431 |2280 |1674 |  93 | 101k|9341 | 0.000000e+00 |      --      |    Inf 
413.71/413.87	c   414s|128800 |  2137 |  1236k|   9.6 |  21M| 393 |   - |2280 |3465 |2280 |1674 |  93 | 101k|9341 | 0.000000e+00 |      --      |    Inf 
414.01/414.16	c   414s|128900 |  2135 |  1237k|   9.6 |  21M| 393 |  38 |2280 |3461 |2280 |1674 |  93 | 102k|9341 | 0.000000e+00 |      --      |    Inf 
414.31/414.46	c   414s|129000 |  2136 |  1238k|   9.6 |  21M| 393 |  35 |2280 |3473 |2280 |1674 |  93 | 102k|9341 | 0.000000e+00 |      --      |    Inf 
414.61/414.77	c   415s|129100 |  2132 |  1238k|   9.6 |  21M| 393 |   - |2280 |3515 |2280 |1674 |  93 | 102k|9342 | 0.000000e+00 |      --      |    Inf 
415.11/415.20	c   415s|129200 |  2138 |  1239k|   9.6 |  21M| 393 |   - |2280 |3141 |2280 |1674 |  93 | 102k|9380 | 0.000000e+00 |      --      |    Inf 
415.41/415.51	c   416s|129300 |  2142 |  1240k|   9.6 |  21M| 393 |  24 |2280 |3154 |2280 |1674 |  93 | 102k|9381 | 0.000000e+00 |      --      |    Inf 
415.61/415.79	c   416s|129400 |  2140 |  1241k|   9.6 |  21M| 393 |   - |2280 |3176 |2280 |1674 |  93 | 102k|9381 | 0.000000e+00 |      --      |    Inf 
415.90/416.09	c   416s|129500 |  2138 |  1242k|   9.6 |  21M| 393 |   - |2280 |3176 |2280 |1674 |  93 | 102k|9381 | 0.000000e+00 |      --      |    Inf 
416.30/416.40	c   416s|129600 |  2136 |  1243k|   9.6 |  21M| 393 |   - |2280 |3170 |2280 |1674 |  93 | 102k|9382 | 0.000000e+00 |      --      |    Inf 
416.60/416.70	c   417s|129700 |  2140 |  1244k|   9.6 |  21M| 393 |  26 |2280 |3155 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
416.90/417.00	c   417s|129800 |  2136 |  1245k|   9.6 |  21M| 393 |   - |2280 |3184 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
417.20/417.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.20/417.30	c   417s|129900 |  2142 |  1246k|   9.6 |  21M| 393 |   - |2280 |3183 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
417.50/417.60	c   418s|130000 |  2145 |  1247k|   9.6 |  21M| 393 |   - |2280 |3235 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
417.70/417.89	c   418s|130100 |  2146 |  1248k|   9.6 |  21M| 393 |   - |2280 |3253 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
418.01/418.19	c   418s|130200 |  2145 |  1249k|   9.6 |  21M| 393 |  48 |2280 |3284 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
418.30/418.48	c   418s|130300 |  2150 |  1249k|   9.6 |  21M| 393 |  18 |2280 |3324 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
418.61/418.77	c   419s|130400 |  2151 |  1250k|   9.6 |  21M| 393 |  16 |2280 |3375 |2280 |1674 |  93 | 102k|9383 | 0.000000e+00 |      --      |    Inf 
418.90/419.07	c   419s|130500 |  2135 |  1251k|   9.5 |  21M| 393 |  48 |2280 |3346 |2280 |1674 |  93 | 102k|9392 | 0.000000e+00 |      --      |    Inf 
419.30/419.44	c   419s|130600 |  2131 |  1252k|   9.5 |  21M| 393 |  37 |2280 |3209 |2280 |1674 |  93 | 103k|9413 | 0.000000e+00 |      --      |    Inf 
419.60/419.77	c   420s|130700 |  2133 |  1253k|   9.5 |  21M| 393 |  44 |2280 |3134 |2280 |1674 |  93 | 103k|9430 | 0.000000e+00 |      --      |    Inf 
419.90/420.08	c   420s|130800 |  2132 |  1254k|   9.5 |  21M| 393 |  41 |2280 |3174 |2280 |1674 |  93 | 103k|9445 | 0.000000e+00 |      --      |    Inf 
420.20/420.38	c   420s|130900 |  2132 |  1255k|   9.5 |  21M| 393 |   - |2280 |3108 |2280 |1674 |  93 | 103k|9453 | 0.000000e+00 |      --      |    Inf 
420.60/420.72	c   421s|131000 |  2130 |  1256k|   9.5 |  21M| 393 |   - |2280 |3106 |2280 |1674 |  93 | 103k|9474 | 0.000000e+00 |      --      |    Inf 
420.90/421.08	c   421s|131100 |  2130 |  1257k|   9.5 |  21M| 393 |   - |2280 |3071 |2280 |1674 |  93 | 103k|9508 | 0.000000e+00 |      --      |    Inf 
421.21/421.39	c   421s|131200 |  2132 |  1258k|   9.5 |  21M| 393 |  20 |2280 |3076 |2280 |1674 |  93 | 103k|9526 | 0.000000e+00 |      --      |    Inf 
421.50/421.69	c   422s|131300 |  2132 |  1259k|   9.5 |  21M| 393 |   - |2280 |3154 |2280 |1674 |  93 | 103k|9526 | 0.000000e+00 |      --      |    Inf 
421.81/421.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.81/421.97	c   422s|131400 |  2134 |  1259k|   9.5 |  21M| 393 |   - |2280 |3065 |2280 |1674 |  93 | 103k|9528 | 0.000000e+00 |      --      |    Inf 
422.10/422.23	c   422s|131500 |  2144 |  1260k|   9.5 |  21M| 393 |  20 |2280 |3036 |2280 |1674 |  93 | 103k|9529 | 0.000000e+00 |      --      |    Inf 
422.40/422.53	c   423s|131600 |  2142 |  1261k|   9.5 |  21M| 393 |  16 |2280 |3065 |2280 |1674 |  93 | 103k|9536 | 0.000000e+00 |      --      |    Inf 
422.71/422.85	c   423s|131700 |  2140 |  1262k|   9.5 |  21M| 393 |   - |2280 |3101 |2280 |1674 |  93 | 103k|9546 | 0.000000e+00 |      --      |    Inf 
423.00/423.16	c   423s|131800 |  2131 |  1263k|   9.5 |  21M| 393 |   - |2280 |3117 |2280 |1674 |  93 | 103k|9547 | 0.000000e+00 |      --      |    Inf 
423.41/423.55	c   424s|131900 |  2134 |  1264k|   9.5 |  21M| 393 |   - |2280 |3067 |2280 |1674 |  93 | 103k|9574 | 0.000000e+00 |      --      |    Inf 
423.71/423.85	c   424s|132000 |  2133 |  1265k|   9.5 |  21M| 393 |   - |2280 |3109 |2280 |1674 |  93 | 104k|9584 | 0.000000e+00 |      --      |    Inf 
424.01/424.14	c   424s|132100 |  2136 |  1265k|   9.5 |  21M| 393 |   - |2280 |3131 |2280 |1674 |  93 | 104k|9585 | 0.000000e+00 |      --      |    Inf 
424.30/424.43	c   424s|132200 |  2134 |  1266k|   9.5 |  21M| 393 |  26 |2280 |3178 |2280 |1674 |  93 | 104k|9587 | 0.000000e+00 |      --      |    Inf 
424.60/424.71	c   425s|132300 |  2134 |  1267k|   9.5 |  21M| 393 |  35 |2280 |3220 |2280 |1674 |  93 | 104k|9590 | 0.000000e+00 |      --      |    Inf 
424.90/425.03	c   425s|132400 |  2132 |  1268k|   9.5 |  21M| 393 |   - |2280 |3273 |2280 |1674 |  93 | 104k|9594 | 0.000000e+00 |      --      |    Inf 
425.10/425.29	c   425s|132500 |  2136 |  1269k|   9.5 |  21M| 393 |   - |2280 |3309 |2280 |1674 |  93 | 104k|9598 | 0.000000e+00 |      --      |    Inf 
425.40/425.59	c   426s|132600 |  2138 |  1270k|   9.5 |  21M| 393 |  18 |2280 |3328 |2280 |1674 |  93 | 104k|9602 | 0.000000e+00 |      --      |    Inf 
425.80/425.91	c   426s|132700 |  2138 |  1270k|   9.5 |  21M| 393 |  12 |2280 |3361 |2280 |1674 |  93 | 104k|9602 | 0.000000e+00 |      --      |    Inf 
426.01/426.18	c   426s|132800 |  2140 |  1271k|   9.5 |  21M| 393 |  23 |2280 |3390 |2280 |1674 |  93 | 104k|9603 | 0.000000e+00 |      --      |    Inf 
426.31/426.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.31/426.48	c   426s|132900 |  2136 |  1272k|   9.5 |  21M| 393 |   - |2280 |3434 |2280 |1674 |  93 | 104k|9603 | 0.000000e+00 |      --      |    Inf 
426.70/426.81	c   427s|133000 |  2136 |  1273k|   9.5 |  21M| 393 |   - |2280 |3476 |2280 |1674 |  93 | 104k|9613 | 0.000000e+00 |      --      |    Inf 
427.00/427.12	c   427s|133100 |  2134 |  1273k|   9.5 |  21M| 393 |  34 |2280 |3349 |2280 |1674 |  93 | 104k|9625 | 0.000000e+00 |      --      |    Inf 
427.20/427.39	c   427s|133200 |  2136 |  1274k|   9.5 |  21M| 393 |   - |2280 |3350 |2280 |1674 |  93 | 104k|9626 | 0.000000e+00 |      --      |    Inf 
427.50/427.68	c   428s|133300 |  2132 |  1275k|   9.5 |  21M| 393 |   - |2280 |3386 |2280 |1674 |  93 | 104k|9626 | 0.000000e+00 |      --      |    Inf 
427.80/427.98	c   428s|133400 |  2138 |  1275k|   9.5 |  21M| 393 |  38 |2280 |3403 |2280 |1674 |  93 | 105k|9632 | 0.000000e+00 |      --      |    Inf 
428.10/428.25	c   428s|133500 |  2140 |  1276k|   9.5 |  21M| 393 |  12 |2280 |3468 |2280 |1674 |  93 | 105k|9632 | 0.000000e+00 |      --      |    Inf 
428.40/428.55	c   429s|133600 |  2134 |  1277k|   9.5 |  21M| 393 |   - |2280 |3533 |2280 |1674 |  93 | 105k|9634 | 0.000000e+00 |      --      |    Inf 
428.70/428.84	c   429s|133700 |  2134 |  1277k|   9.5 |  21M| 393 |   - |2280 |3563 |2280 |1674 |  93 | 105k|9634 | 0.000000e+00 |      --      |    Inf 
429.00/429.15	c   429s|133800 |  2136 |  1278k|   9.5 |  21M| 393 |  22 |2280 |3596 |2280 |1674 |  93 | 105k|9638 | 0.000000e+00 |      --      |    Inf 
429.30/429.46	c   429s|133900 |  2134 |  1278k|   9.5 |  21M| 393 |   - |2280 |3632 |2280 |1674 |  93 | 105k|9639 | 0.000000e+00 |      --      |    Inf 
429.60/429.76	c   430s|134000 |  2134 |  1279k|   9.5 |  21M| 393 |   - |2280 |3658 |2280 |1674 |  93 | 105k|9639 | 0.000000e+00 |      --      |    Inf 
429.91/430.04	c   430s|134100 |  2132 |  1280k|   9.5 |  21M| 393 |   - |2280 |3592 |2280 |1674 |  93 | 105k|9645 | 0.000000e+00 |      --      |    Inf 
430.21/430.32	c   430s|134200 |  2138 |  1281k|   9.5 |  21M| 393 |   - |2280 |3603 |2280 |1674 |  93 | 105k|9647 | 0.000000e+00 |      --      |    Inf 
430.50/430.63	c   431s|134300 |  2137 |  1282k|   9.5 |  21M| 393 |  39 |2280 |3655 |2280 |1674 |  93 | 105k|9655 | 0.000000e+00 |      --      |    Inf 
430.80/430.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.80/430.93	c   431s|134400 |  2135 |  1283k|   9.5 |  21M| 393 |  48 |2280 |3645 |2280 |1674 |  93 | 105k|9660 | 0.000000e+00 |      --      |    Inf 
431.11/431.24	c   431s|134500 |  2137 |  1284k|   9.5 |  21M| 393 |  35 |2280 |3595 |2280 |1674 |  93 | 105k|9667 | 0.000000e+00 |      --      |    Inf 
431.41/431.55	c   432s|134600 |  2133 |  1285k|   9.5 |  21M| 393 |   - |2280 |3649 |2280 |1674 |  93 | 106k|9668 | 0.000000e+00 |      --      |    Inf 
431.70/431.88	c   432s|134700 |  2135 |  1286k|   9.5 |  21M| 393 |  31 |2280 |3615 |2280 |1674 |  93 | 106k|9673 | 0.000000e+00 |      --      |    Inf 
432.00/432.17	c   432s|134800 |  2140 |  1287k|   9.5 |  21M| 393 |  10 |2280 |3426 |2280 |1674 |  93 | 106k|9675 | 0.000000e+00 |      --      |    Inf 
432.30/432.44	c   432s|134900 |  2140 |  1288k|   9.5 |  21M| 393 |   - |2280 |3455 |2280 |1674 |  93 | 106k|9675 | 0.000000e+00 |      --      |    Inf 
432.50/432.68	c   433s|135000 |  2146 |  1289k|   9.5 |  21M| 393 |  15 |2280 |3397 |2280 |1674 |  93 | 106k|9676 | 0.000000e+00 |      --      |    Inf 
432.80/432.97	c   433s|135100 |  2140 |  1290k|   9.5 |  21M| 393 |   - |2280 |3415 |2280 |1674 |  93 | 106k|9689 | 0.000000e+00 |      --      |    Inf 
433.10/433.23	c   433s|135200 |  2141 |  1291k|   9.5 |  21M| 393 |  39 |2280 |3481 |2280 |1674 |  93 | 106k|9690 | 0.000000e+00 |      --      |    Inf 
433.31/433.49	c   433s|135300 |  2142 |  1291k|   9.5 |  21M| 393 |   - |2280 |3565 |2280 |1674 |  93 | 106k|9691 | 0.000000e+00 |      --      |    Inf 
433.60/433.75	c   434s|135400 |  2139 |  1292k|   9.5 |  21M| 393 |   - |2280 |3595 |2280 |1674 |  93 | 106k|9691 | 0.000000e+00 |      --      |    Inf 
433.91/434.03	c   434s|135500 |  2139 |  1293k|   9.5 |  21M| 393 |  34 |2280 |3514 |2280 |1674 |  93 | 106k|9691 | 0.000000e+00 |      --      |    Inf 
434.20/434.32	c   434s|135600 |  2143 |  1294k|   9.5 |  21M| 393 |  10 |2280 |3483 |2280 |1674 |  93 | 106k|9693 | 0.000000e+00 |      --      |    Inf 
434.50/434.61	c   435s|135700 |  2143 |  1295k|   9.5 |  21M| 393 |   - |2280 |3494 |2280 |1674 |  93 | 106k|9695 | 0.000000e+00 |      --      |    Inf 
434.70/434.88	c   435s|135800 |  2143 |  1296k|   9.5 |  21M| 393 |  27 |2280 |3573 |2280 |1674 |  93 | 106k|9697 | 0.000000e+00 |      --      |    Inf 
435.00/435.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.00/435.14	c   435s|135900 |  2142 |  1297k|   9.5 |  21M| 393 |   - |2280 |3542 |2280 |1674 |  93 | 106k|9698 | 0.000000e+00 |      --      |    Inf 
435.30/435.41	c   435s|136000 |  2144 |  1298k|   9.5 |  21M| 393 |  22 |2280 |3624 |2280 |1674 |  93 | 106k|9700 | 0.000000e+00 |      --      |    Inf 
435.51/435.69	c   436s|136100 |  2142 |  1298k|   9.5 |  21M| 393 |   - |2280 |3661 |2280 |1674 |  93 | 107k|9700 | 0.000000e+00 |      --      |    Inf 
435.80/435.97	c   436s|136200 |  2144 |  1299k|   9.5 |  21M| 393 |  19 |2280 |3578 |2280 |1674 |  93 | 107k|9700 | 0.000000e+00 |      --      |    Inf 
436.10/436.25	c   436s|136300 |  2138 |  1300k|   9.5 |  21M| 393 |  21 |2280 |3503 |2280 |1674 |  93 | 107k|9704 | 0.000000e+00 |      --      |    Inf 
436.40/436.54	c   437s|136400 |  2137 |  1301k|   9.5 |  21M| 393 |   - |2280 |3427 |2280 |1674 |  93 | 107k|9706 | 0.000000e+00 |      --      |    Inf 
436.70/436.85	c   437s|136500 |  2142 |  1302k|   9.5 |  21M| 393 |  19 |2280 |3418 |2280 |1674 |  93 | 107k|9706 | 0.000000e+00 |      --      |    Inf 
437.10/437.21	c   437s|136600 |  2136 |  1304k|   9.5 |  21M| 393 |  43 |2280 |3450 |2280 |1674 |  93 | 107k|9706 | 0.000000e+00 |      --      |    Inf 
437.40/437.52	c   438s|136700 |  2133 |  1305k|   9.5 |  21M| 393 |   - |2280 |3422 |2280 |1674 |  93 | 107k|9706 | 0.000000e+00 |      --      |    Inf 
437.71/437.83	c   438s|136800 |  2133 |  1306k|   9.5 |  21M| 393 |  22 |2280 |3408 |2280 |1674 |  93 | 107k|9707 | 0.000000e+00 |      --      |    Inf 
437.90/438.08	c   438s|136900 |  2133 |  1307k|   9.5 |  21M| 393 |  35 |2280 |3448 |2280 |1674 |  93 | 107k|9707 | 0.000000e+00 |      --      |    Inf 
438.20/438.35	c   438s|137000 |  2133 |  1308k|   9.5 |  21M| 393 |  41 |2280 |3361 |2280 |1674 |  93 | 107k|9709 | 0.000000e+00 |      --      |    Inf 
438.50/438.64	c   439s|137100 |  2137 |  1309k|   9.5 |  21M| 393 |  12 |2280 |3291 |2280 |1674 |  93 | 107k|9712 | 0.000000e+00 |      --      |    Inf 
438.80/438.93	c   439s|137200 |  2135 |  1310k|   9.5 |  21M| 393 |   - |2280 |3345 |2280 |1674 |  93 | 107k|9712 | 0.000000e+00 |      --      |    Inf 
439.10/439.22	c   439s|137300 |  2135 |  1310k|   9.5 |  21M| 393 |   - |2280 |3397 |2280 |1674 |  93 | 107k|9712 | 0.000000e+00 |      --      |    Inf 
439.30/439.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.30/439.49	c   439s|137400 |  2137 |  1311k|   9.5 |  21M| 393 |  20 |2280 |3418 |2280 |1674 |  93 | 107k|9712 | 0.000000e+00 |      --      |    Inf 
439.60/439.77	c   440s|137500 |  2135 |  1312k|   9.5 |  21M| 393 |  30 |2280 |3427 |2280 |1674 |  93 | 107k|9712 | 0.000000e+00 |      --      |    Inf 
439.91/440.05	c   440s|137600 |  2133 |  1313k|   9.5 |  21M| 393 |  48 |2280 |3461 |2280 |1674 |  93 | 108k|9712 | 0.000000e+00 |      --      |    Inf 
440.20/440.36	c   440s|137700 |  2133 |  1314k|   9.5 |  21M| 393 |  44 |2280 |3542 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
440.50/440.65	c   441s|137800 |  2137 |  1315k|   9.5 |  21M| 393 |   - |2280 |3572 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
440.80/440.94	c   441s|137900 |  2137 |  1316k|   9.5 |  21M| 393 |   - |2280 |3612 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
441.10/441.24	c   441s|138000 |  2135 |  1317k|   9.5 |  21M| 393 |   - |2280 |3641 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
441.40/441.54	c   442s|138100 |  2135 |  1318k|   9.5 |  21M| 393 |   - |2280 |3577 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
441.70/441.82	c   442s|138200 |  2137 |  1318k|   9.5 |  21M| 393 |  19 |2280 |3588 |2280 |1674 |  93 | 108k|9713 | 0.000000e+00 |      --      |    Inf 
442.00/442.12	c   442s|138300 |  2136 |  1319k|   9.5 |  21M| 393 |   - |2280 |3615 |2280 |1674 |  93 | 108k|9714 | 0.000000e+00 |      --      |    Inf 
442.29/442.40	c   442s|138400 |  2140 |  1320k|   9.5 |  21M| 393 |  10 |2280 |3639 |2280 |1674 |  93 | 108k|9714 | 0.000000e+00 |      --      |    Inf 
442.60/442.70	c   443s|138500 |  2142 |  1320k|   9.5 |  21M| 393 |  16 |2280 |3668 |2280 |1674 |  93 | 108k|9716 | 0.000000e+00 |      --      |    Inf 
442.90/443.01	c   443s|138600 |  2140 |  1321k|   9.5 |  21M| 393 |  29 |2280 |3723 |2280 |1674 |  93 | 108k|9717 | 0.000000e+00 |      --      |    Inf 
443.20/443.33	c   443s|138700 |  2140 |  1322k|   9.5 |  21M| 393 |   - |2280 |3754 |2280 |1674 |  93 | 108k|9717 | 0.000000e+00 |      --      |    Inf 
443.50/443.65	c   444s|138800 |  2138 |  1323k|   9.5 |  21M| 393 |  23 |2280 |3814 |2280 |1674 |  93 | 108k|9717 | 0.000000e+00 |      --      |    Inf 
443.80/443.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.80/443.95	c   444s|138900 |  2136 |  1324k|   9.5 |  22M| 393 |   - |2280 |3877 |2280 |1674 |  93 | 108k|9717 | 0.000000e+00 |      --      |    Inf 
444.10/444.25	c   444s|139000 |  2138 |  1325k|   9.5 |  22M| 393 |  26 |2280 |3946 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
444.40/444.57	c   445s|139100 |  2134 |  1326k|   9.5 |  22M| 393 |   - |2280 |4043 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
444.70/444.86	c   445s|139200 |  2134 |  1327k|   9.5 |  22M| 393 |   - |2280 |3932 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
444.99/445.15	c   445s|139300 |  2136 |  1328k|   9.5 |  22M| 393 |  25 |2280 |3929 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
445.31/445.43	c   445s|139400 |  2134 |  1328k|   9.5 |  22M| 393 |   - |2280 |3952 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
445.60/445.70	c   446s|139500 |  2136 |  1329k|   9.5 |  22M| 393 |  27 |2280 |4004 |2280 |1674 |  93 | 109k|9720 | 0.000000e+00 |      --      |    Inf 
445.80/445.99	c   446s|139600 |  2136 |  1330k|   9.5 |  22M| 393 |   - |2280 |4074 |2280 |1674 |  93 | 109k|9722 | 0.000000e+00 |      --      |    Inf 
446.09/446.25	c   446s|139700 |  2136 |  1331k|   9.5 |  22M| 393 |   - |2280 |4116 |2280 |1674 |  93 | 109k|9722 | 0.000000e+00 |      --      |    Inf 
446.40/446.53	c   447s|139800 |  2134 |  1331k|   9.5 |  22M| 393 |  43 |2280 |4146 |2280 |1674 |  93 | 109k|9726 | 0.000000e+00 |      --      |    Inf 
446.70/446.87	c   447s|139900 |  2136 |  1332k|   9.5 |  22M| 393 |   - |2280 |4122 |2280 |1674 |  93 | 109k|9735 | 0.000000e+00 |      --      |    Inf 
447.10/447.21	c   447s|140000 |  2136 |  1333k|   9.5 |  22M| 393 |  35 |2280 |4164 |2280 |1674 |  93 | 109k|9749 | 0.000000e+00 |      --      |    Inf 
447.40/447.60	c   448s|140100 |  2132 |  1334k|   9.5 |  22M| 393 |   - |2280 |4054 |2280 |1674 |  93 | 109k|9767 | 0.000000e+00 |      --      |    Inf 
447.80/447.95	c   448s|140200 |  2132 |  1335k|   9.5 |  21M| 393 |   - |2280 |3763 |2280 |1674 |  93 | 109k|9784 | 0.000000e+00 |      --      |    Inf 
448.20/448.30	c   448s|140300 |  2132 |  1336k|   9.5 |  21M| 393 |   - |2280 |3730 |2280 |1674 |  93 | 109k|9791 | 0.000000e+00 |      --      |    Inf 
448.50/448.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.50/448.63	c   449s|140400 |  2134 |  1337k|   9.5 |  21M| 393 |   - |2280 |3685 |2280 |1674 |  93 | 109k|9800 | 0.000000e+00 |      --      |    Inf 
448.79/448.96	c   449s|140500 |  2136 |  1338k|   9.5 |  21M| 393 |   - |2280 |3729 |2280 |1674 |  93 | 109k|9807 | 0.000000e+00 |      --      |    Inf 
449.10/449.30	c   449s|140600 |  2136 |  1339k|   9.5 |  21M| 393 |  34 |2280 |3735 |2280 |1674 |  93 | 109k|9811 | 0.000000e+00 |      --      |    Inf 
449.50/449.62	c   450s|140700 |  2132 |  1340k|   9.5 |  21M| 393 |   - |2280 |3760 |2280 |1674 |  93 | 110k|9822 | 0.000000e+00 |      --      |    Inf 
449.81/449.95	c   450s|140800 |  2135 |  1341k|   9.5 |  21M| 393 |  42 |2280 |3741 |2280 |1674 |  93 | 110k|9834 | 0.000000e+00 |      --      |    Inf 
450.10/450.29	c   450s|140900 |  2133 |  1342k|   9.5 |  21M| 393 |   - |2280 |3776 |2280 |1674 |  93 | 110k|9838 | 0.000000e+00 |      --      |    Inf 
450.50/450.62	c   451s|141000 |  2135 |  1343k|   9.5 |  21M| 393 |   - |2280 |3819 |2280 |1674 |  93 | 110k|9842 | 0.000000e+00 |      --      |    Inf 
451.10/451.22	c   451s|141100 |  2133 |  1344k|   9.5 |  21M| 393 |  35 |2280 |3754 |2280 |1674 |  93 | 110k|9929 | 0.000000e+00 |      --      |    Inf 
451.39/451.56	c   452s|141200 |  2132 |  1345k|   9.5 |  21M| 393 |  39 |2280 |3678 |2280 |1674 |  93 | 110k|9943 | 0.000000e+00 |      --      |    Inf 
451.80/451.90	c   452s|141300 |  2129 |  1346k|   9.5 |  21M| 393 |   - |2280 |3462 |2280 |1674 |  93 | 110k|9951 | 0.000000e+00 |      --      |    Inf 
452.10/452.21	c   452s|141400 |  2129 |  1346k|   9.5 |  21M| 393 |   - |2280 |3552 |2280 |1674 |  93 | 110k|9951 | 0.000000e+00 |      --      |    Inf 
452.40/452.52	c   453s|141500 |  2130 |  1347k|   9.5 |  21M| 393 |   - |2280 |3491 |2280 |1674 |  93 | 110k|9954 | 0.000000e+00 |      --      |    Inf 
452.70/452.88	c   453s|141600 |  2132 |  1349k|   9.5 |  21M| 393 |  34 |2280 |3314 |2280 |1674 |  93 | 110k|9962 | 0.000000e+00 |      --      |    Inf 
453.11/453.20	c   453s|141700 |  2138 |  1350k|   9.5 |  21M| 393 |  38 |2280 |3357 |2280 |1674 |  93 | 110k|9975 | 0.000000e+00 |      --      |    Inf 
453.39/453.55	c   454s|141800 |  2141 |  1351k|   9.5 |  21M| 393 |  39 |2280 |3378 |2280 |1674 |  93 | 110k|9982 | 0.000000e+00 |      --      |    Inf 
453.70/453.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.70/453.83	c   454s|141900 |  2147 |  1352k|   9.5 |  21M| 393 |   - |2280 |3405 |2280 |1674 |  93 | 110k|9990 | 0.000000e+00 |      --      |    Inf 
454.00/454.13	c   454s|142000 |  2159 |  1353k|   9.5 |  21M| 393 |   - |2280 |3461 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
454.20/454.36	c   454s|142100 |  2159 |  1354k|   9.5 |  21M| 393 |  38 |2280 |3553 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
454.50/454.60	c   455s|142200 |  2157 |  1355k|   9.5 |  21M| 393 |  20 |2280 |3578 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
454.70/454.86	c   455s|142300 |  2154 |  1356k|   9.5 |  21M| 393 |  37 |2280 |3606 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
454.99/455.17	c   455s|142400 |  2147 |  1357k|   9.5 |  21M| 393 |   - |2280 |3583 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
455.30/455.45	c   455s|142500 |  2145 |  1358k|   9.5 |  21M| 393 |  34 |2280 |3612 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
455.60/455.75	c   456s|142600 |  2143 |  1359k|   9.5 |  21M| 393 |   - |2280 |3545 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
455.89/456.06	c   456s|142700 |  2145 |  1360k|   9.5 |  21M| 393 |  53 |2280 |3433 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
456.20/456.38	c   456s|142800 |  2146 |  1361k|   9.5 |  21M| 393 |   - |2280 |3447 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
456.49/456.69	c   457s|142900 |  2144 |  1363k|   9.5 |  21M| 393 |  35 |2280 |3461 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
456.80/456.97	c   457s|143000 |  2140 |  1364k|   9.5 |  21M| 393 |   - |2280 |3480 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
457.10/457.27	c   457s|143100 |  2138 |  1365k|   9.5 |  21M| 393 |   - |2280 |3511 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
457.41/457.58	c   458s|143200 |  2138 |  1366k|   9.5 |  21M| 393 |  43 |2280 |3451 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
457.70/457.84	c   458s|143300 |  2138 |  1367k|   9.5 |  21M| 393 |   - |2280 |3451 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
458.00/458.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.00/458.15	c   458s|143400 |  2137 |  1367k|   9.5 |  21M| 393 |   - |2280 |3403 |2280 |1674 |  93 | 111k|  10k| 0.000000e+00 |      --      |    Inf 
458.61/458.72	c   459s|143500 |  2141 |  1369k|   9.5 |  21M| 393 |  39 |2280 |3346 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
458.99/459.11	c   459s|143600 |  2142 |  1370k|   9.5 |  21M| 393 |  34 |2280 |3355 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
459.30/459.44	c   459s|143700 |  2138 |  1370k|   9.5 |  21M| 393 |   - |2280 |3365 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
459.70/459.82	c   460s|143800 |  2141 |  1372k|   9.5 |  21M| 393 |  42 |2280 |3347 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
459.90/460.08	c   460s|143900 |  2139 |  1373k|   9.5 |  21M| 393 |  41 |2280 |3366 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
460.30/460.47	c   460s|144000 |  2146 |  1374k|   9.5 |  21M| 393 |  35 |2280 |3326 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
460.70/460.81	c   461s|144100 |  2142 |  1375k|   9.5 |  21M| 393 |   - |2280 |3341 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
461.00/461.12	c   461s|144200 |  2140 |  1376k|   9.5 |  21M| 393 |   - |2280 |3337 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
461.30/461.42	c   461s|144300 |  2142 |  1377k|   9.5 |  21M| 393 |  44 |2280 |3221 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
461.59/461.77	c   462s|144400 |  2140 |  1378k|   9.5 |  21M| 393 |   - |2280 |3251 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
461.90/462.09	c   462s|144500 |  2140 |  1379k|   9.5 |  21M| 393 |   - |2280 |3290 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
462.29/462.40	c   462s|144600 |  2144 |  1380k|   9.5 |  21M| 393 |   - |2280 |3240 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
462.60/462.71	c   463s|144700 |  2144 |  1381k|   9.5 |  21M| 393 |  16 |2280 |3289 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
462.90/463.04	c   463s|144800 |  2147 |  1382k|   9.5 |  21M| 393 |  18 |2280 |3322 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
463.19/463.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.19/463.37	c   463s|144900 |  2142 |  1383k|   9.5 |  21M| 393 |   - |2280 |3322 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
463.50/463.64	c   464s|145000 |  2153 |  1384k|   9.5 |  21M| 393 |  35 |2280 |3316 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
463.79/463.93	c   464s|145100 |  2157 |  1385k|   9.5 |  21M| 393 |   - |2280 |3346 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
464.10/464.25	c   464s|145200 |  2147 |  1386k|   9.5 |  21M| 393 |   - |2280 |3357 |2280 |1674 |  93 | 112k|  10k| 0.000000e+00 |      --      |    Inf 
464.40/464.58	c   465s|145300 |  2142 |  1387k|   9.5 |  21M| 393 |  13 |2280 |3297 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
464.69/464.85	c   465s|145400 |  2146 |  1387k|   9.5 |  21M| 393 |  35 |2280 |3363 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
465.00/465.13	c   465s|145500 |  2145 |  1388k|   9.5 |  21M| 393 |   - |2280 |3392 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
465.29/465.40	c   465s|145600 |  2145 |  1389k|   9.5 |  21M| 393 |   - |2280 |3383 |   0 |   0 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
465.50/465.69	c   466s|145700 |  2145 |  1390k|   9.5 |  21M| 393 |  21 |2280 |3421 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
465.89/466.03	c   466s|145800 |  2147 |  1391k|   9.5 |  21M| 393 |  28 |2280 |3447 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
466.20/466.36	c   466s|145900 |  2146 |  1392k|   9.5 |  21M| 393 |  11 |2280 |3466 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
466.50/466.65	c   467s|146000 |  2142 |  1392k|   9.5 |  21M| 393 |   - |2280 |3507 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
466.80/466.95	c   467s|146100 |  2146 |  1393k|   9.5 |  21M| 393 |   - |2280 |3533 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
467.10/467.24	c   467s|146200 |  2144 |  1394k|   9.5 |  21M| 393 |   - |2280 |3570 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
467.40/467.55	c   468s|146300 |  2140 |  1395k|   9.5 |  21M| 393 |   - |2280 |3596 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
467.70/467.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.70/467.86	c   468s|146400 |  2142 |  1396k|   9.5 |  21M| 393 |  11 |2280 |3626 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
467.99/468.13	c   468s|146500 |  2148 |  1396k|   9.5 |  21M| 393 |   - |2280 |3575 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
468.30/468.40	c   468s|146600 |  2156 |  1397k|   9.5 |  21M| 393 |   - |2280 |3564 |2280 |1674 |  93 | 113k|  10k| 0.000000e+00 |      --      |    Inf 
468.50/468.66	c   469s|146700 |  2163 |  1398k|   9.5 |  21M| 393 |  39 |2280 |3634 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
468.80/468.93	c   469s|146800 |  2163 |  1399k|   9.5 |  21M| 393 |  44 |2280 |3656 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
469.09/469.21	c   469s|146900 |  2159 |  1399k|   9.5 |  21M| 393 |   - |2280 |3683 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
469.39/469.52	c   470s|147000 |  2159 |  1400k|   9.5 |  21M| 393 |   - |2280 |3704 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
469.60/469.77	c   470s|147100 |  2162 |  1401k|   9.5 |  22M| 393 |  25 |2280 |3759 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
469.90/470.04	c   470s|147200 |  2162 |  1402k|   9.5 |  22M| 393 |  34 |2280 |3813 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
470.20/470.34	c   470s|147300 |  2162 |  1403k|   9.5 |  22M| 393 |   - |2280 |3836 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
470.50/470.63	c   471s|147400 |  2163 |  1403k|   9.5 |  22M| 393 |   - |2280 |3841 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
470.80/470.93	c   471s|147500 |  2161 |  1404k|   9.5 |  22M| 393 |  39 |2280 |3878 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
471.10/471.24	c   471s|147600 |  2155 |  1405k|   9.5 |  22M| 393 |   - |2280 |3873 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
471.39/471.50	c   471s|147700 |  2157 |  1405k|   9.5 |  22M| 393 |  26 |2280 |3890 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
471.70/471.81	c   472s|147800 |  2155 |  1406k|   9.5 |  22M| 393 |   - |2280 |3916 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
471.99/472.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.99/472.10	c   472s|147900 |  2153 |  1407k|   9.5 |  22M| 393 |   - |2280 |3968 |2280 |1674 |  93 | 114k|  10k| 0.000000e+00 |      --      |    Inf 
472.20/472.39	c   472s|148000 |  2154 |  1408k|   9.5 |  22M| 393 |  16 |2280 |3977 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
472.49/472.69	c   473s|148100 |  2149 |  1408k|   9.5 |  22M| 393 |   - |2280 |3997 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
472.80/472.97	c   473s|148200 |  2152 |  1409k|   9.5 |  22M| 393 |   - |2280 |3825 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
473.10/473.23	c   473s|148300 |  2154 |  1410k|   9.5 |  22M| 393 |   - |2280 |3929 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
473.40/473.51	c   474s|148400 |  2153 |  1410k|   9.5 |  22M| 393 |  25 |2280 |3992 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
473.60/473.78	c   474s|148500 |  2151 |  1411k|   9.5 |  22M| 393 |   - |2280 |4049 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
473.90/474.07	c   474s|148600 |  2148 |  1412k|   9.5 |  22M| 393 |   - |2280 |4022 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
474.20/474.36	c   474s|148700 |  2148 |  1412k|   9.5 |  22M| 393 |   - |2280 |3745 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
474.50/474.66	c   475s|148800 |  2150 |  1413k|   9.5 |  22M| 393 |   - |2280 |3732 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
474.79/474.93	c   475s|148900 |  2150 |  1414k|   9.5 |  22M| 393 |   - |2280 |3784 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
475.01/475.20	c   475s|149000 |  2150 |  1414k|   9.5 |  22M| 393 |   - |2280 |3835 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
475.39/475.50	c   475s|149100 |  2154 |  1415k|   9.5 |  22M| 393 |  18 |2280 |3843 |2280 |1674 |  93 | 115k|  10k| 0.000000e+00 |      --      |    Inf 
475.70/475.80	c   476s|149200 |  2155 |  1416k|   9.5 |  22M| 393 |   - |2280 |3898 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
475.89/476.08	c   476s|149300 |  2150 |  1416k|   9.5 |  22M| 393 |  12 |2280 |3948 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
476.20/476.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.20/476.39	c   476s|149400 |  2150 |  1417k|   9.5 |  22M| 393 |  17 |2280 |3935 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
476.50/476.68	c   477s|149500 |  2150 |  1417k|   9.4 |  22M| 393 |   - |2280 |3994 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
476.80/476.97	c   477s|149600 |  2156 |  1418k|   9.4 |  22M| 393 |  14 |2280 |4060 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
477.09/477.27	c   477s|149700 |  2152 |  1419k|   9.4 |  22M| 393 |   - |2280 |4101 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
477.40/477.56	c   478s|149800 |  2148 |  1420k|   9.4 |  22M| 393 |   - |2280 |4137 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
477.69/477.86	c   478s|149900 |  2150 |  1420k|   9.4 |  22M| 393 |  33 |2280 |4082 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
478.00/478.16	c   478s|150000 |  2153 |  1421k|   9.4 |  22M| 393 |  23 |2280 |4063 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
478.30/478.45	c   478s|150100 |  2152 |  1421k|   9.4 |  22M| 393 |   - |2280 |4098 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
478.59/478.75	c   479s|150200 |  2149 |  1422k|   9.4 |  22M| 393 |   - |2280 |4064 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
478.90/479.04	c   479s|150300 |  2146 |  1423k|   9.4 |  22M| 393 |  34 |2280 |4088 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
479.19/479.36	c   479s|150400 |  2151 |  1424k|   9.4 |  22M| 393 |   - |2280 |3946 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
479.59/479.74	c   480s|150500 |  2155 |  1425k|   9.4 |  22M| 393 |   - |2280 |3925 |2280 |1674 |  93 | 116k|  10k| 0.000000e+00 |      --      |    Inf 
479.89/480.03	c   480s|150600 |  2157 |  1425k|   9.4 |  22M| 393 |  30 |2280 |3984 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
480.19/480.34	c   480s|150700 |  2149 |  1426k|   9.4 |  22M| 393 |  26 |2280 |3994 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
480.50/480.63	c   481s|150800 |  2157 |  1426k|   9.4 |  22M| 393 |   - |2280 |4003 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
480.80/480.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.80/480.93	c   481s|150900 |  2156 |  1427k|   9.4 |  22M| 393 |  10 |2280 |4016 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
481.09/481.20	c   481s|151000 |  2154 |  1428k|   9.4 |  22M| 393 |  12 |2280 |4051 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
481.29/481.48	c   481s|151100 |  2157 |  1428k|   9.4 |  22M| 393 |  17 |2280 |4090 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
481.60/481.80	c   482s|151200 |  2155 |  1429k|   9.4 |  22M| 393 |  10 |2280 |4119 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
481.89/482.09	c   482s|151300 |  2150 |  1430k|   9.4 |  22M| 393 |   - |2280 |4152 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
482.19/482.37	c   482s|151400 |  2158 |  1430k|   9.4 |  22M| 393 |  17 |2280 |4115 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
482.50/482.67	c   483s|151500 |  2157 |  1431k|   9.4 |  22M| 393 |  34 |2280 |4171 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
482.80/482.98	c   483s|151600 |  2158 |  1432k|   9.4 |  22M| 393 |  10 |2280 |4203 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
483.09/483.28	c   483s|151700 |  2158 |  1433k|   9.4 |  22M| 393 |   - |2280 |4269 |2280 |1674 |  93 | 117k|  10k| 0.000000e+00 |      --      |    Inf 
483.39/483.58	c   484s|151800 |  2156 |  1434k|   9.4 |  22M| 393 |   - |2280 |4335 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
483.80/483.91	c   484s|151900 |  2158 |  1434k|   9.4 |  22M| 393 |  32 |2280 |4254 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
484.10/484.24	c   484s|152000 |  2152 |  1435k|   9.4 |  22M| 393 |   - |2280 |4202 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
484.40/484.54	c   485s|152100 |  2148 |  1436k|   9.4 |  22M| 393 |   - |2280 |4063 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
484.70/484.87	c   485s|152200 |  2146 |  1437k|   9.4 |  22M| 393 |  34 |2280 |3926 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
485.09/485.21	c   485s|152300 |  2152 |  1438k|   9.4 |  22M| 393 |   - |2280 |3908 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
485.39/485.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.39/485.52	c   486s|152400 |  2152 |  1439k|   9.4 |  22M| 393 |  37 |2280 |3915 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
485.70/485.84	c   486s|152500 |  2146 |  1440k|   9.4 |  22M| 393 |  39 |2280 |3945 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
486.00/486.17	c   486s|152600 |  2145 |  1441k|   9.4 |  22M| 393 |  26 |2280 |3961 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
486.29/486.46	c   486s|152700 |  2142 |  1442k|   9.4 |  22M| 393 |  48 |2280 |3784 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
486.60/486.74	c   487s|152800 |  2144 |  1443k|   9.4 |  21M| 393 |  47 |2280 |3659 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
486.89/487.02	c   487s|152900 |  2140 |  1444k|   9.4 |  21M| 393 |   - |2280 |3645 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
487.20/487.35	c   487s|153000 |  2140 |  1445k|   9.4 |  21M| 393 |   - |2280 |3527 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
487.49/487.64	c   488s|153100 |  2145 |  1446k|   9.4 |  21M| 393 |   - |2280 |3387 |2280 |1674 |  93 | 118k|  10k| 0.000000e+00 |      --      |    Inf 
487.79/487.93	c   488s|153200 |  2141 |  1447k|   9.4 |  21M| 393 |   - |2280 |3432 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
488.09/488.22	c   488s|153300 |  2146 |  1448k|   9.4 |  21M| 393 |  21 |2280 |3503 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
488.39/488.51	c   489s|153400 |  2144 |  1448k|   9.4 |  21M| 393 |   - |2280 |3575 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
488.69/488.85	c   489s|153500 |  2140 |  1450k|   9.4 |  21M| 393 |   - |2280 |3479 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
488.99/489.14	c   489s|153600 |  2147 |  1450k|   9.4 |  21M| 393 |  22 |2280 |3210 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
489.30/489.42	c   489s|153700 |  2144 |  1451k|   9.4 |  21M| 393 |  37 |2280 |3212 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
489.59/489.72	c   490s|153800 |  2145 |  1452k|   9.4 |  21M| 393 |  27 |2280 |3068 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
489.89/490.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.89/490.03	c   490s|153900 |  2147 |  1453k|   9.4 |  21M| 393 |  42 |2280 |3053 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
490.19/490.32	c   490s|154000 |  2147 |  1454k|   9.4 |  21M| 393 |  27 |2280 |3101 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
490.50/490.61	c   491s|154100 |  2147 |  1454k|   9.4 |  21M| 393 |  40 |2280 |3171 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
490.79/490.91	c   491s|154200 |  2142 |  1455k|   9.4 |  21M| 393 |   - |2280 |3236 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
491.09/491.21	c   491s|154300 |  2143 |  1456k|   9.4 |  21M| 393 |   - |2280 |3190 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
491.39/491.56	c   492s|154400 |  2142 |  1457k|   9.4 |  21M| 393 |  33 |2280 |3203 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
491.80/491.90	c   492s|154500 |  2144 |  1458k|   9.4 |  21M| 393 |   - |2280 |3249 |2280 |1674 |  93 | 119k|  10k| 0.000000e+00 |      --      |    Inf 
492.10/492.23	c   492s|154600 |  2144 |  1459k|   9.4 |  21M| 393 |  51 |2280 |3270 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
492.40/492.57	c   493s|154700 |  2145 |  1460k|   9.4 |  21M| 393 |  48 |2280 |3254 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
492.79/492.91	c   493s|154800 |  2147 |  1460k|   9.4 |  21M| 393 |  28 |2280 |3256 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
493.09/493.24	c   493s|154900 |  2145 |  1461k|   9.4 |  21M| 393 |  27 |2280 |3304 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
493.49/493.61	c   494s|155000 |  2149 |  1462k|   9.4 |  21M| 393 |  21 |2280 |3278 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
493.80/493.93	c   494s|155100 |  2143 |  1464k|   9.4 |  21M| 393 |   - |2280 |3261 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
494.09/494.25	c   494s|155200 |  2146 |  1465k|   9.4 |  21M| 393 |  30 |2280 |3207 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
494.49/494.61	c   495s|155300 |  2144 |  1466k|   9.4 |  21M| 393 |   - |2280 |3254 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
494.80/494.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.80/494.95	c   495s|155400 |  2148 |  1468k|   9.4 |  21M| 393 |  12 |2280 |3361 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
495.10/495.26	c   495s|155500 |  2145 |  1468k|   9.4 |  21M| 393 |   - |2280 |3356 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
495.39/495.55	c   496s|155600 |  2151 |  1469k|   9.4 |  21M| 393 |   - |2280 |3386 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
495.69/495.84	c   496s|155700 |  2151 |  1470k|   9.4 |  21M| 393 |  17 |2280 |3428 |2280 |1674 |  93 | 120k|  10k| 0.000000e+00 |      --      |    Inf 
495.99/496.12	c   496s|155800 |  2154 |  1471k|   9.4 |  21M| 393 |  21 |2280 |3468 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
496.29/496.43	c   496s|155900 |  2153 |  1472k|   9.4 |  21M| 393 |   - |2280 |3504 |   0 |   0 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
496.60/496.72	c   497s|156000 |  2156 |  1472k|   9.4 |  21M| 393 |  18 |2280 |3550 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
496.89/497.02	c   497s|156100 |  2150 |  1473k|   9.4 |  21M| 393 |  10 |2280 |3548 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
497.10/497.29	c   497s|156200 |  2152 |  1474k|   9.4 |  21M| 393 |  14 |2280 |3613 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
497.39/497.56	c   498s|156300 |  2148 |  1475k|   9.4 |  21M| 393 |  22 |2280 |3635 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
497.69/497.84	c   498s|156400 |  2146 |  1476k|   9.4 |  21M| 393 |   - |2280 |3609 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
497.99/498.17	c   498s|156500 |  2144 |  1477k|   9.4 |  21M| 393 |  49 |2280 |3473 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
498.29/498.48	c   498s|156600 |  2150 |  1478k|   9.4 |  21M| 393 |  43 |2280 |3261 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
498.59/498.77	c   499s|156700 |  2150 |  1479k|   9.4 |  21M| 393 |  46 |2280 |3309 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
498.89/499.08	c   499s|156800 |  2150 |  1480k|   9.4 |  21M| 393 |  39 |2280 |3336 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
499.20/499.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.20/499.40	c   499s|156900 |  2149 |  1481k|   9.4 |  21M| 393 |   - |2280 |3341 |2280 |1674 |  93 | 121k|  10k| 0.000000e+00 |      --      |    Inf 
499.59/499.72	c   500s|157000 |  2151 |  1482k|   9.4 |  21M| 393 |   - |2280 |3388 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
499.89/500.05	c   500s|157100 |  2149 |  1483k|   9.4 |  21M| 393 |  45 |2280 |3431 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
500.30/500.43	c   500s|157200 |  2151 |  1484k|   9.4 |  21M| 393 |  22 |2280 |3463 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
500.59/500.79	c   501s|157300 |  2151 |  1485k|   9.4 |  21M| 393 |  35 |2280 |3283 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
500.89/501.07	c   501s|157400 |  2156 |  1486k|   9.4 |  21M| 393 |   - |2280 |3152 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
501.19/501.36	c   501s|157500 |  2153 |  1487k|   9.4 |  21M| 393 |   - |2280 |3101 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
501.50/501.65	c   502s|157600 |  2152 |  1488k|   9.4 |  21M| 393 |   - |2280 |3120 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
501.79/501.97	c   502s|157700 |  2149 |  1489k|   9.4 |  21M| 393 |  57 |2280 |3089 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
502.19/502.30	c   502s|157800 |  2157 |  1491k|   9.4 |  21M| 393 |   9 |2280 |3031 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
502.39/502.58	c   503s|157900 |  2151 |  1492k|   9.4 |  21M| 393 |   - |2280 |3065 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
502.69/502.89	c   503s|158000 |  2153 |  1493k|   9.4 |  21M| 393 |  38 |2280 |3075 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
503.09/503.22	c   503s|158100 |  2153 |  1494k|   9.4 |  21M| 393 |  37 |2280 |3128 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
503.39/503.53	c   504s|158200 |  2153 |  1495k|   9.4 |  21M| 393 |  37 |2280 |3173 |2280 |1674 |  93 | 122k|  10k| 0.000000e+00 |      --      |    Inf 
503.70/503.84	c   504s|158300 |  2155 |  1497k|   9.4 |  21M| 393 |  33 |2280 |3268 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
503.99/504.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.99/504.12	c   504s|158400 |  2159 |  1498k|   9.4 |  21M| 393 |   - |2280 |3378 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
504.29/504.44	c   504s|158500 |  2159 |  1499k|   9.4 |  21M| 393 |  38 |2280 |3476 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
504.59/504.74	c   505s|158600 |  2157 |  1500k|   9.4 |  21M| 393 |   - |2280 |3546 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
504.89/505.05	c   505s|158700 |  2157 |  1501k|   9.4 |  21M| 393 |  16 |2280 |3572 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
505.19/505.35	c   505s|158800 |  2158 |  1502k|   9.4 |  21M| 393 |  20 |2280 |3488 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
505.49/505.66	c   506s|158900 |  2159 |  1503k|   9.4 |  21M| 393 |   - |2280 |3380 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
505.80/505.93	c   506s|159000 |  2165 |  1504k|   9.4 |  21M| 393 |   - |2280 |3345 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
506.09/506.23	c   506s|159100 |  2163 |  1505k|   9.4 |  21M| 393 |  35 |2280 |3359 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
506.39/506.50	c   507s|159200 |  2163 |  1506k|   9.4 |  21M| 393 |  18 |2280 |3418 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
506.59/506.76	c   507s|159300 |  2163 |  1507k|   9.4 |  21M| 393 |   - |2280 |3472 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
506.90/507.05	c   507s|159400 |  2163 |  1508k|   9.4 |  21M| 393 |  16 |2280 |3531 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
507.19/507.31	c   507s|159500 |  2163 |  1509k|   9.4 |  21M| 393 |   - |2280 |3619 |2280 |1674 |  93 | 123k|  10k| 0.000000e+00 |      --      |    Inf 
507.39/507.58	c   508s|159600 |  2163 |  1509k|   9.4 |  21M| 393 |   - |2280 |3662 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
507.69/507.87	c   508s|159700 |  2163 |  1510k|   9.4 |  22M| 393 |  23 |2280 |3733 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
508.00/508.14	c   508s|159800 |  2163 |  1511k|   9.4 |  22M| 393 |   - |2280 |3783 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
508.29/508.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.29/508.44	c   508s|159900 |  2164 |  1512k|   9.4 |  22M| 393 |  31 |2280 |3781 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
508.59/508.73	c   509s|160000 |  2160 |  1513k|   9.4 |  22M| 393 |   - |2280 |3748 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
508.89/509.02	c   509s|160100 |  2162 |  1514k|   9.4 |  22M| 393 |   - |2280 |3754 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
509.10/509.28	c   509s|160200 |  2162 |  1515k|   9.4 |  22M| 393 |  21 |2280 |3808 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
509.39/509.57	c   510s|160300 |  2166 |  1516k|   9.4 |  22M| 393 |  13 |2280 |3760 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
509.69/509.89	c   510s|160400 |  2164 |  1518k|   9.4 |  22M| 393 |  29 |2280 |3805 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
510.09/510.22	c   510s|160500 |  2170 |  1519k|   9.4 |  22M| 393 |  12 |2280 |3868 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
510.39/510.51	c   511s|160600 |  2166 |  1520k|   9.4 |  22M| 393 |  18 |2280 |3946 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
510.59/510.79	c   511s|160700 |  2160 |  1521k|   9.4 |  22M| 393 |   - |2280 |3953 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
510.99/511.11	c   511s|160800 |  2160 |  1522k|   9.4 |  22M| 393 |  43 |2280 |3957 |2280 |1674 |  93 | 124k|  10k| 0.000000e+00 |      --      |    Inf 
511.30/511.43	c   511s|160900 |  2160 |  1523k|   9.4 |  22M| 393 |  35 |2280 |3921 |2280 |1674 |  93 | 125k|  10k| 0.000000e+00 |      --      |    Inf 
511.59/511.74	c   512s|161000 |  2160 |  1524k|   9.4 |  22M| 393 |  27 |2280 |3817 |2280 |1674 |  93 | 125k|  10k| 0.000000e+00 |      --      |    Inf 
512.69/512.82	c   513s|161100 |  2166 |  1526k|   9.4 |  21M| 393 |   - |2280 |3632 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
512.99/513.18	c   513s|161200 |  2172 |  1527k|   9.4 |  21M| 393 |   - |2280 |3635 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
513.29/513.48	c   513s|161300 |  2166 |  1527k|   9.4 |  22M| 393 |   - |2280 |3720 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
513.60/513.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.60/513.78	c   514s|161400 |  2168 |  1529k|   9.4 |  22M| 393 |  38 |2280 |3707 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
513.88/514.07	c   514s|161500 |  2164 |  1530k|   9.4 |  22M| 393 |   - |2280 |3814 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
514.19/514.39	c   514s|161600 |  2166 |  1531k|   9.4 |  22M| 393 |   - |2280 |3897 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
514.60/514.72	c   515s|161700 |  2164 |  1532k|   9.4 |  22M| 393 |   - |2280 |3927 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
514.89/515.06	c   515s|161800 |  2164 |  1533k|   9.4 |  22M| 393 |  37 |2280 |3814 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
515.19/515.32	c   515s|161900 |  2168 |  1534k|   9.4 |  22M| 393 |  30 |2280 |3834 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
515.48/515.64	c   516s|162000 |  2166 |  1535k|   9.4 |  22M| 393 |  41 |2280 |3911 |2280 |1674 |  93 | 125k|  11k| 0.000000e+00 |      --      |    Inf 
515.88/516.04	c   516s|162100 |  2164 |  1536k|   9.4 |  22M| 393 |   - |2280 |3871 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
516.19/516.39	c   516s|162200 |  2165 |  1537k|   9.4 |  22M| 393 |   - |2280 |3759 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
516.48/516.63	c   517s|162300 |  2167 |  1538k|   9.4 |  22M| 393 |  12 |2280 |3733 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
516.69/516.89	c   517s|162400 |  2165 |  1539k|   9.4 |  22M| 393 |  43 |2280 |3759 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
516.98/517.19	c   517s|162500 |  2166 |  1540k|   9.4 |  22M| 393 |   - |2280 |3728 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
517.39/517.52	c   518s|162600 |  2168 |  1541k|   9.4 |  22M| 393 |  37 |2280 |3671 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
517.69/517.83	c   518s|162700 |  2164 |  1542k|   9.4 |  22M| 393 |   - |2280 |3687 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
517.99/518.12	c   518s|162800 |  2172 |  1543k|   9.4 |  22M| 393 |   - |2280 |3766 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
518.29/518.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.29/518.44	c   518s|162900 |  2166 |  1544k|   9.5 |  22M| 393 |  36 |2280 |3831 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
518.59/518.76	c   519s|163000 |  2165 |  1546k|   9.5 |  22M| 393 |  21 |2280 |3731 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
518.89/519.04	c   519s|163100 |  2165 |  1546k|   9.5 |  22M| 393 |   - |2280 |3692 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
519.19/519.35	c   519s|163200 |  2162 |  1547k|   9.5 |  21M| 393 |   - |2280 |3672 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
519.59/519.70	c   520s|163300 |  2164 |  1548k|   9.5 |  21M| 393 |  28 |2280 |3575 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
519.89/520.02	c   520s|163400 |  2162 |  1550k|   9.5 |  21M| 393 |  20 |2280 |3452 |2280 |1674 |  93 | 126k|  11k| 0.000000e+00 |      --      |    Inf 
520.20/520.34	c   520s|163500 |  2166 |  1551k|   9.5 |  21M| 393 |   - |2280 |3391 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
520.48/520.68	c   521s|163600 |  2162 |  1552k|   9.5 |  21M| 393 |   - |2280 |3392 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
520.89/521.02	c   521s|163700 |  2169 |  1553k|   9.5 |  21M| 393 |   - |2280 |3371 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
521.20/521.38	c   521s|163800 |  2167 |  1554k|   9.5 |  21M| 393 |  21 |2280 |3393 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
521.59/521.76	c   522s|163900 |  2159 |  1555k|   9.5 |  21M| 393 |   - |2280 |3419 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
521.89/522.07	c   522s|164000 |  2168 |  1556k|   9.5 |  21M| 393 |   - |2280 |3352 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
522.19/522.37	c   522s|164100 |  2165 |  1557k|   9.5 |  21M| 393 |  33 |2280 |3407 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
522.59/522.76	c   523s|164200 |  2165 |  1558k|   9.5 |  21M| 393 |   - |2280 |3455 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
522.89/523.07	c   523s|164300 |  2164 |  1560k|   9.5 |  21M| 393 |   - |2280 |3472 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
523.19/523.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.19/523.38	c   523s|164400 |  2164 |  1561k|   9.5 |  21M| 393 |   - |2280 |3462 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
523.49/523.67	c   524s|164500 |  2168 |  1562k|   9.5 |  21M| 393 |  34 |2280 |3527 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
523.79/523.93	c   524s|164600 |  2168 |  1563k|   9.5 |  21M| 393 |   - |2280 |3583 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
524.09/524.22	c   524s|164700 |  2169 |  1564k|   9.5 |  22M| 393 |   - |2280 |3667 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
524.39/524.51	c   525s|164800 |  2165 |  1565k|   9.5 |  22M| 393 |   - |2280 |3686 |2280 |1674 |  93 | 127k|  11k| 0.000000e+00 |      --      |    Inf 
524.68/524.81	c   525s|164900 |  2163 |  1566k|   9.5 |  22M| 393 |   - |2280 |3754 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
524.98/525.13	c   525s|165000 |  2161 |  1567k|   9.5 |  22M| 393 |   - |2280 |3739 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
525.29/525.45	c   525s|165100 |  2167 |  1568k|   9.5 |  22M| 393 |  29 |2280 |3763 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
525.69/525.84	c   526s|165200 |  2164 |  1569k|   9.5 |  22M| 393 |  33 |2280 |3620 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
525.99/526.15	c   526s|165300 |  2166 |  1570k|   9.5 |  22M| 393 |  37 |2280 |3630 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
526.28/526.44	c   526s|165400 |  2165 |  1571k|   9.5 |  22M| 393 |  37 |2280 |3644 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
526.58/526.73	c   527s|165500 |  2163 |  1572k|   9.5 |  22M| 393 |   - |2280 |3714 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
526.89/527.05	c   527s|165600 |  2161 |  1573k|   9.5 |  21M| 393 |   - |2280 |3599 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
527.18/527.33	c   527s|165700 |  2163 |  1574k|   9.5 |  21M| 393 |   - |2280 |3569 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
527.49/527.63	c   528s|165800 |  2167 |  1575k|   9.5 |  21M| 393 |  13 |2280 |3544 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
527.80/527.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.80/527.93	c   528s|165900 |  2165 |  1576k|   9.5 |  21M| 393 |   - |2280 |3578 |2280 |1674 |  93 | 128k|  11k| 0.000000e+00 |      --      |    Inf 
528.09/528.25	c   528s|166000 |  2165 |  1577k|   9.5 |  22M| 393 |  43 |2280 |3682 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
528.39/528.56	c   529s|166100 |  2163 |  1578k|   9.5 |  22M| 393 |   - |2280 |3729 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
528.69/528.84	c   529s|166200 |  2161 |  1578k|   9.5 |  22M| 393 |  31 |2280 |3757 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
528.99/529.12	c   529s|166300 |  2159 |  1579k|   9.5 |  22M| 393 |   - |2280 |3736 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
529.29/529.45	c   529s|166400 |  2164 |  1580k|   9.5 |  22M| 393 |   - |2280 |3705 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
529.59/529.77	c   530s|166500 |  2160 |  1581k|   9.5 |  22M| 393 |   - |2280 |3765 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
529.88/530.07	c   530s|166600 |  2158 |  1582k|   9.5 |  22M| 393 |   - |2280 |3699 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
530.18/530.38	c   530s|166700 |  2157 |  1583k|   9.5 |  22M| 393 |   - |2280 |3727 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
530.49/530.68	c   531s|166800 |  2157 |  1584k|   9.5 |  21M| 393 |  29 |2280 |3547 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
530.88/531.00	c   531s|166900 |  2155 |  1585k|   9.5 |  21M| 393 |   - |2280 |3424 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
531.20/531.31	c   531s|167000 |  2156 |  1586k|   9.5 |  21M| 393 |   - |2280 |3304 |2280 |1674 |  93 | 129k|  11k| 0.000000e+00 |      --      |    Inf 
531.38/531.59	c   532s|167100 |  2164 |  1587k|   9.5 |  21M| 393 |   - |2280 |3104 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
531.68/531.89	c   532s|167200 |  2159 |  1588k|   9.5 |  21M| 393 |  29 |2280 |3077 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
531.98/532.16	c   532s|167300 |  2161 |  1589k|   9.5 |  21M| 393 |  14 |2280 |3118 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
532.29/532.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.29/532.41	c   532s|167400 |  2162 |  1590k|   9.5 |  21M| 393 |  42 |2280 |3173 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
532.49/532.67	c   533s|167500 |  2160 |  1591k|   9.5 |  21M| 393 |   - |2280 |3169 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
532.79/532.97	c   533s|167600 |  2167 |  1592k|   9.5 |  21M| 393 |   - |2280 |3184 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
533.09/533.27	c   533s|167700 |  2166 |  1593k|   9.5 |  21M| 393 |  17 |2280 |3275 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
533.39/533.57	c   534s|167800 |  2162 |  1594k|   9.5 |  21M| 393 |  47 |2280 |3357 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
533.69/533.85	c   534s|167900 |  2163 |  1595k|   9.5 |  21M| 393 |   - |2280 |3409 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
533.99/534.17	c   534s|168000 |  2158 |  1596k|   9.5 |  21M| 393 |   - |2280 |3405 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
534.28/534.44	c   534s|168100 |  2161 |  1597k|   9.5 |  21M| 393 |  39 |2280 |3413 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
534.59/534.74	c   535s|168200 |  2159 |  1598k|   9.5 |  21M| 393 |  40 |2280 |3451 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
534.89/535.06	c   535s|168300 |  2157 |  1599k|   9.5 |  21M| 393 |  55 |2280 |3238 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
535.19/535.37	c   535s|168400 |  2161 |  1600k|   9.5 |  21M| 393 |  32 |2280 |3185 |2280 |1674 |  93 | 130k|  11k| 0.000000e+00 |      --      |    Inf 
535.49/535.67	c   536s|168500 |  2160 |  1600k|   9.5 |  21M| 393 |   - |2280 |3195 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
535.79/535.98	c   536s|168600 |  2158 |  1601k|   9.5 |  21M| 393 |   - |2280 |3260 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
536.09/536.29	c   536s|168700 |  2158 |  1602k|   9.5 |  21M| 393 |  30 |2280 |3256 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
536.39/536.59	c   537s|168800 |  2160 |  1603k|   9.5 |  21M| 393 |   - |2280 |3243 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
536.78/536.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.78/536.90	c   537s|168900 |  2157 |  1604k|   9.5 |  21M| 393 |   - |2280 |3279 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
536.99/537.19	c   537s|169000 |  2158 |  1604k|   9.5 |  21M| 393 |  35 |2280 |3283 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
537.59/537.70	c   538s|169100 |  2157 |  1606k|   9.5 |  21M| 393 |  39 |2280 |3113 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
537.89/538.09	c   538s|169200 |  2157 |  1607k|   9.5 |  21M| 393 |  44 |2280 |3059 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
538.29/538.44	c   538s|169300 |  2153 |  1608k|   9.5 |  21M| 393 |   - |2280 |3108 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
538.59/538.72	c   539s|169400 |  2155 |  1609k|   9.5 |  21M| 393 |   - |2280 |3138 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
538.80/539.00	c   539s|169500 |  2163 |  1610k|   9.5 |  21M| 393 |  34 |2280 |3150 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
539.19/539.31	c   539s|169600 |  2158 |  1610k|   9.5 |  21M| 393 |   - |2280 |3185 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
539.49/539.63	c   540s|169700 |  2154 |  1611k|   9.5 |  21M| 393 |   - |2280 |3221 |2280 |1674 |  93 | 131k|  11k| 0.000000e+00 |      --      |    Inf 
539.78/539.91	c   540s|169800 |  2157 |  1612k|   9.5 |  21M| 393 |   - |2280 |3334 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
540.08/540.23	c   540s|169900 |  2156 |  1613k|   9.5 |  21M| 393 |   - |2280 |3184 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
540.38/540.52	c   541s|170000 |  2154 |  1614k|   9.5 |  21M| 393 |   - |2280 |3177 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
540.69/540.81	c   541s|170100 |  2147 |  1614k|   9.5 |  21M| 393 |   - |2280 |3064 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
540.88/541.06	c   541s|170200 |  2144 |  1615k|   9.5 |  21M| 393 |   - |2280 |3066 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
541.18/541.35	c   541s|170300 |  2145 |  1616k|   9.5 |  21M| 393 |   - |2280 |3082 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
541.48/541.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.48/541.64	c   542s|170400 |  2147 |  1617k|   9.5 |  21M| 393 |  46 |2280 |3110 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
541.78/541.93	c   542s|170500 |  2145 |  1618k|   9.5 |  21M| 393 |   - |2280 |3165 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
542.09/542.22	c   542s|170600 |  2150 |  1619k|   9.5 |  21M| 393 |  38 |2280 |3262 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
542.38/542.53	c   543s|170700 |  2146 |  1619k|   9.5 |  21M| 393 |  32 |2280 |3301 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
542.68/542.88	c   543s|170800 |  2142 |  1620k|   9.5 |  21M| 393 |  43 |2280 |3131 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
543.08/543.23	c   543s|170900 |  2144 |  1621k|   9.5 |  21M| 393 |  29 |2280 |3073 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
543.38/543.54	c   544s|171000 |  2148 |  1622k|   9.5 |  21M| 393 |  25 |2280 |3140 |2280 |1674 |  93 | 132k|  11k| 0.000000e+00 |      --      |    Inf 
543.69/543.88	c   544s|171100 |  2147 |  1623k|   9.5 |  21M| 393 |  40 |2280 |3279 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
544.08/544.23	c   544s|171200 |  2145 |  1624k|   9.5 |  21M| 393 |   - |2280 |3297 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
544.39/544.57	c   545s|171300 |  2140 |  1625k|   9.5 |  21M| 393 |  36 |2280 |3260 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
544.69/544.86	c   545s|171400 |  2143 |  1625k|   9.5 |  21M| 393 |   - |2280 |3255 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
545.09/545.20	c   545s|171500 |  2141 |  1626k|   9.5 |  21M| 393 |  27 |2280 |3250 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
545.28/545.47	c   545s|171600 |  2145 |  1627k|   9.5 |  21M| 393 |  37 |2280 |3279 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
545.58/545.78	c   546s|171700 |  2142 |  1628k|   9.5 |  21M| 393 |  14 |2280 |3302 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
545.88/546.08	c   546s|171800 |  2144 |  1628k|   9.5 |  21M| 393 |  26 |2280 |3303 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
546.19/546.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.19/546.38	c   546s|171900 |  2143 |  1629k|   9.5 |  21M| 393 |   - |2280 |3355 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
546.49/546.69	c   547s|172000 |  2143 |  1630k|   9.5 |  21M| 393 |   - |2280 |3373 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
546.79/546.98	c   547s|172100 |  2141 |  1631k|   9.5 |  21M| 393 |   - |2280 |3407 |2280 |1674 |  93 | 133k|  11k| 0.000000e+00 |      --      |    Inf 
547.08/547.28	c   547s|172200 |  2142 |  1632k|   9.4 |  21M| 393 |   - |2280 |3419 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
547.39/547.59	c   548s|172300 |  2144 |  1633k|   9.4 |  21M| 393 |   - |2280 |3454 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
547.69/547.88	c   548s|172400 |  2146 |  1634k|   9.4 |  21M| 393 |  34 |2280 |3491 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
547.98/548.16	c   548s|172500 |  2144 |  1635k|   9.4 |  21M| 393 |  31 |2280 |3536 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
548.29/548.45	c   548s|172600 |  2140 |  1636k|   9.4 |  22M| 393 |   - |2280 |3577 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
548.58/548.74	c   549s|172700 |  2144 |  1637k|   9.4 |  22M| 393 |   - |2280 |3638 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
548.89/549.05	c   549s|172800 |  2145 |  1638k|   9.5 |  22M| 393 |   - |2280 |3730 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
549.18/549.35	c   549s|172900 |  2142 |  1639k|   9.5 |  22M| 393 |  42 |2280 |3748 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
549.48/549.66	c   550s|173000 |  2143 |  1640k|   9.5 |  22M| 393 |  38 |2280 |3594 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
549.79/549.97	c   550s|173100 |  2146 |  1641k|   9.5 |  22M| 393 |   8 |2280 |3553 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
550.09/550.28	c   550s|173200 |  2141 |  1642k|   9.5 |  22M| 393 |  28 |2280 |3645 |2280 |1674 |  93 | 134k|  11k| 0.000000e+00 |      --      |    Inf 
550.38/550.55	c   551s|173300 |  2145 |  1643k|   9.5 |  22M| 393 |   - |2280 |3657 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
550.68/550.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.68/550.89	c   551s|173400 |  2145 |  1643k|   9.5 |  21M| 393 |   - |2280 |3517 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
550.99/551.16	c   551s|173500 |  2145 |  1644k|   9.4 |  22M| 393 |   - |2280 |3542 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
551.28/551.48	c   551s|173600 |  2144 |  1645k|   9.4 |  21M| 393 |  29 |2280 |3527 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
551.58/551.78	c   552s|173700 |  2144 |  1646k|   9.4 |  21M| 393 |   - |2280 |3436 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
551.88/552.05	c   552s|173800 |  2152 |  1647k|   9.4 |  21M| 393 |  16 |2280 |3478 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
552.19/552.33	c   552s|173900 |  2158 |  1647k|   9.4 |  22M| 393 |   - |2280 |3501 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
552.49/552.61	c   553s|174000 |  2164 |  1648k|   9.4 |  22M| 393 |  22 |2280 |3586 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
552.68/552.86	c   553s|174100 |  2172 |  1648k|   9.4 |  22M| 393 |  16 |2280 |3606 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
552.98/553.12	c   553s|174200 |  2170 |  1649k|   9.4 |  22M| 393 |   - |2280 |3627 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
553.19/553.38	c   553s|174300 |  2172 |  1649k|   9.4 |  22M| 393 |   - |2280 |3644 |2280 |1674 |  93 | 135k|  11k| 0.000000e+00 |      --      |    Inf 
553.48/553.66	c   554s|174400 |  2166 |  1650k|   9.4 |  22M| 393 |  12 |2280 |3618 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
553.78/553.97	c   554s|174500 |  2160 |  1651k|   9.4 |  22M| 393 |  18 |2280 |3534 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
554.08/554.26	c   554s|174600 |  2154 |  1651k|   9.4 |  22M| 393 |   - |2280 |3524 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
554.38/554.55	c   555s|174700 |  2152 |  1652k|   9.4 |  22M| 393 |   - |2280 |3538 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
554.69/554.83	c   555s|174800 |  2146 |  1652k|   9.4 |  21M| 393 |  26 |2280 |3493 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
554.98/555.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.98/555.10	c   555s|174900 |  2146 |  1653k|   9.4 |  22M| 393 |  16 |2280 |3521 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
555.18/555.36	c   555s|175000 |  2146 |  1653k|   9.4 |  22M| 393 |  12 |2280 |3566 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
555.49/555.63	c   556s|175100 |  2148 |  1654k|   9.4 |  22M| 393 |   8 |2280 |3630 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
555.78/555.93	c   556s|175200 |  2150 |  1655k|   9.4 |  22M| 393 |  20 |2280 |3642 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
556.08/556.23	c   556s|175300 |  2148 |  1655k|   9.4 |  22M| 393 |   - |2280 |3667 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
556.39/556.52	c   557s|175400 |  2152 |  1656k|   9.4 |  22M| 393 |  24 |2280 |3715 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
556.68/556.84	c   557s|175500 |  2142 |  1657k|   9.4 |  22M| 393 |  23 |2280 |3626 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
556.98/557.12	c   557s|175600 |  2146 |  1658k|   9.4 |  22M| 393 |   - |2280 |3656 |2280 |1674 |  93 | 136k|  11k| 0.000000e+00 |      --      |    Inf 
557.29/557.44	c   557s|175700 |  2138 |  1658k|   9.4 |  22M| 393 |   - |2280 |3679 |2280 |1674 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
557.58/557.74	c   558s|175800 |  2143 |  1659k|   9.4 |  22M| 393 |  29 |2280 |3698 |2280 |1674 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
557.88/558.04	c   558s|175900 |  2140 |  1660k|   9.4 |  22M| 393 |   - |2280 |3730 |2280 |1674 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
558.18/558.34	c   558s|176000 |  2137 |  1661k|   9.4 |  22M| 393 |   - |2280 |3549 |2280 |1674 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
558.69/558.89	c   559s|176100 |  2138 |  1662k|   9.4 |  21M| 393 |   - |2280 |3523 |   0 |   0 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
559.08/559.26	c   559s|176200 |  2136 |  1664k|   9.4 |  21M| 393 |   - |2280 |3522 |2280 |1674 |  93 | 137k|  11k| 0.000000e+00 |      --      |    Inf 
559.38/559.60	c   560s|176300 |  2140 |  1665k|   9.4 |  22M| 393 |  20 |2280 |3562 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
559.79/559.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.79/559.91	c   560s|176400 |  2141 |  1666k|   9.4 |  21M| 393 |   - |2280 |3527 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
559.98/560.18	c   560s|176500 |  2141 |  1667k|   9.4 |  22M| 393 |   - |2280 |3576 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
560.28/560.45	c   560s|176600 |  2146 |  1668k|   9.4 |  22M| 393 |   - |2280 |3573 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
560.58/560.71	c   561s|176700 |  2142 |  1669k|   9.4 |  22M| 393 |   - |2280 |3608 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
560.79/560.97	c   561s|176800 |  2140 |  1669k|   9.4 |  22M| 393 |   - |2280 |3601 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
561.08/561.25	c   561s|176900 |  2145 |  1670k|   9.4 |  22M| 393 |  25 |2280 |3620 |2280 |1674 |  93 | 137k|  12k| 0.000000e+00 |      --      |    Inf 
561.38/561.51	c   562s|177000 |  2141 |  1671k|   9.4 |  22M| 393 |  22 |2280 |3543 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
561.68/561.80	c   562s|177100 |  2142 |  1672k|   9.4 |  22M| 393 |  28 |2280 |3597 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
561.88/562.09	c   562s|177200 |  2142 |  1673k|   9.4 |  22M| 393 |   - |2280 |3677 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
562.18/562.38	c   562s|177300 |  2144 |  1674k|   9.4 |  22M| 393 |   - |2280 |3700 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
562.48/562.69	c   563s|177400 |  2142 |  1675k|   9.4 |  22M| 393 |   - |2280 |3753 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
562.78/562.95	c   563s|177500 |  2142 |  1676k|   9.4 |  22M| 393 |   - |2280 |3795 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
563.09/563.23	c   563s|177600 |  2140 |  1677k|   9.4 |  22M| 393 |  30 |2280 |3833 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
563.38/563.53	c   564s|177700 |  2138 |  1678k|   9.4 |  22M| 393 |   - |2280 |3897 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
563.68/563.83	c   564s|177800 |  2137 |  1679k|   9.4 |  22M| 393 |   - |2280 |3836 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
563.98/564.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.98/564.14	c   564s|177900 |  2139 |  1680k|   9.4 |  22M| 393 |   - |2280 |3763 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
564.28/564.46	c   564s|178000 |  2137 |  1681k|   9.4 |  22M| 393 |   - |2280 |3663 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
564.58/564.76	c   565s|178100 |  2138 |  1682k|   9.4 |  21M| 393 |   - |2280 |3553 |2280 |1674 |  93 | 138k|  12k| 0.000000e+00 |      --      |    Inf 
564.88/565.07	c   565s|178200 |  2138 |  1683k|   9.4 |  22M| 393 |   - |2280 |3567 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
565.18/565.40	c   565s|178300 |  2136 |  1684k|   9.4 |  22M| 393 |  40 |2280 |3631 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
565.58/565.70	c   566s|178400 |  2138 |  1685k|   9.4 |  22M| 393 |   - |2280 |3704 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
565.78/565.97	c   566s|178500 |  2137 |  1686k|   9.4 |  22M| 393 |  33 |2280 |3787 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
566.08/566.28	c   566s|178600 |  2137 |  1686k|   9.4 |  22M| 393 |   - |2280 |3834 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
566.48/566.61	c   567s|178700 |  2135 |  1687k|   9.4 |  22M| 393 |   - |2280 |3886 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
566.68/566.89	c   567s|178800 |  2135 |  1688k|   9.4 |  22M| 393 |  50 |2280 |3696 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
567.08/567.21	c   567s|178900 |  2133 |  1689k|   9.4 |  22M| 393 |  36 |2280 |3695 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
567.39/567.53	c   568s|179000 |  2130 |  1690k|   9.4 |  22M| 393 |  40 |2280 |3711 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
567.68/567.84	c   568s|179100 |  2130 |  1691k|   9.4 |  22M| 393 |  33 |2280 |3735 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
567.98/568.15	c   568s|179200 |  2124 |  1692k|   9.4 |  22M| 393 |   - |2280 |3725 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
568.28/568.46	c   568s|179300 |  2137 |  1693k|   9.4 |  21M| 393 |   - |2280 |3467 |2280 |1674 |  93 | 139k|  12k| 0.000000e+00 |      --      |    Inf 
568.59/568.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.59/568.78	c   569s|179400 |  2131 |  1695k|   9.4 |  21M| 393 |   - |2280 |3475 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
568.88/569.06	c   569s|179500 |  2130 |  1695k|   9.4 |  21M| 393 |   - |2280 |3425 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
569.18/569.34	c   569s|179600 |  2134 |  1697k|   9.4 |  21M| 393 |  28 |2280 |3338 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
569.38/569.59	c   570s|179700 |  2134 |  1698k|   9.4 |  21M| 393 |  33 |2280 |3326 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
569.68/569.86	c   570s|179800 |  2134 |  1699k|   9.4 |  21M| 393 |   - |2280 |3309 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
569.98/570.13	c   570s|179900 |  2138 |  1700k|   9.4 |  21M| 393 |   - |2280 |3348 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
570.18/570.38	c   570s|180000 |  2146 |  1701k|   9.4 |  21M| 393 |  11 |2280 |3418 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
570.48/570.66	c   571s|180100 |  2138 |  1702k|   9.4 |  21M| 393 |   - |2280 |3456 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
570.78/570.91	c   571s|180200 |  2138 |  1703k|   9.4 |  21M| 393 |  36 |2280 |3488 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
571.08/571.23	c   571s|180300 |  2136 |  1705k|   9.4 |  21M| 393 |   - |2280 |3561 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
571.38/571.53	c   572s|180400 |  2134 |  1706k|   9.4 |  22M| 393 |  32 |2280 |3603 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
571.68/571.82	c   572s|180500 |  2132 |  1707k|   9.4 |  22M| 393 |   - |2280 |3660 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
571.98/572.13	c   572s|180600 |  2136 |  1708k|   9.4 |  22M| 393 |  31 |2280 |3684 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
572.28/572.42	c   572s|180700 |  2134 |  1709k|   9.4 |  22M| 393 |   - |2280 |3717 |2280 |1674 |  93 | 140k|  12k| 0.000000e+00 |      --      |    Inf 
572.58/572.71	c   573s|180800 |  2138 |  1710k|   9.4 |  22M| 393 |  40 |2280 |3807 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
572.89/573.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.89/573.04	c   573s|180900 |  2138 |  1712k|   9.4 |  22M| 393 |  28 |2280 |3864 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
573.18/573.36	c   573s|181000 |  2132 |  1713k|   9.4 |  22M| 393 |   - |2280 |3856 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
573.48/573.65	c   574s|181100 |  2132 |  1713k|   9.4 |  22M| 393 |  24 |2280 |3809 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
573.78/573.94	c   574s|181200 |  2132 |  1715k|   9.4 |  22M| 393 |  34 |2280 |3846 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
574.08/574.28	c   574s|181300 |  2134 |  1716k|   9.4 |  22M| 393 |  24 |2280 |3916 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
574.48/574.63	c   575s|181400 |  2132 |  1717k|   9.4 |  22M| 393 |   - |2280 |3997 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
574.78/574.98	c   575s|181500 |  2128 |  1719k|   9.4 |  22M| 393 |   - |2280 |4003 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
575.08/575.23	c   575s|181600 |  2136 |  1720k|   9.4 |  22M| 393 |   - |2280 |3965 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
575.28/575.49	c   575s|181700 |  2131 |  1721k|   9.4 |  22M| 393 |  44 |2280 |3949 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
575.58/575.77	c   576s|181800 |  2139 |  1722k|   9.4 |  22M| 393 |   - |2280 |3978 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
575.88/576.09	c   576s|181900 |  2143 |  1723k|   9.4 |  22M| 393 |  10 |2280 |3945 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
576.18/576.36	c   576s|182000 |  2140 |  1724k|   9.4 |  22M| 393 |   - |2280 |4007 |2280 |1674 |  93 | 141k|  12k| 0.000000e+00 |      --      |    Inf 
576.48/576.64	c   577s|182100 |  2144 |  1725k|   9.4 |  22M| 393 |  26 |2280 |4025 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
576.78/576.93	c   577s|182200 |  2140 |  1726k|   9.4 |  22M| 393 |  29 |2280 |4061 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
577.08/577.28	c   577s|182300 |  2148 |  1728k|   9.5 |  22M| 393 |  24 |2280 |4079 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
577.38/577.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.38/577.56	c   578s|182400 |  2146 |  1729k|   9.5 |  22M| 393 |  22 |2280 |4096 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
577.68/577.89	c   578s|182500 |  2144 |  1730k|   9.5 |  22M| 393 |   - |2280 |4098 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
577.98/578.18	c   578s|182600 |  2144 |  1731k|   9.5 |  22M| 393 |   - |2280 |4088 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
578.28/578.48	c   578s|182700 |  2146 |  1733k|   9.5 |  22M| 393 |   - |2280 |4144 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
578.68/578.83	c   579s|182800 |  2140 |  1734k|   9.5 |  22M| 393 |  46 |2280 |4064 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
578.98/579.15	c   579s|182900 |  2136 |  1736k|   9.5 |  22M| 393 |   - |2280 |4093 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
579.28/579.47	c   579s|183000 |  2136 |  1737k|   9.5 |  22M| 393 |  37 |2280 |4103 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
579.58/579.75	c   580s|183100 |  2142 |  1738k|   9.5 |  22M| 393 |  26 |2280 |4080 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
579.88/580.02	c   580s|183200 |  2137 |  1740k|   9.5 |  22M| 393 |   - |2280 |4131 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
580.18/580.30	c   580s|183300 |  2141 |  1741k|   9.5 |  22M| 393 |   - |2280 |4215 |2280 |1674 |  93 | 142k|  12k| 0.000000e+00 |      --      |    Inf 
580.38/580.55	c   581s|183400 |  2138 |  1741k|   9.5 |  22M| 393 |   - |2280 |4247 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
580.68/580.82	c   581s|183500 |  2136 |  1742k|   9.5 |  22M| 393 |   - |2280 |4276 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
580.98/581.10	c   581s|183600 |  2138 |  1744k|   9.5 |  22M| 393 |  31 |2280 |4307 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
581.17/581.37	c   581s|183700 |  2136 |  1745k|   9.5 |  22M| 393 |   - |2280 |4290 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
581.48/581.64	c   582s|183800 |  2138 |  1746k|   9.5 |  22M| 393 |   - |2280 |4337 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
581.78/581.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.78/581.90	c   582s|183900 |  2137 |  1747k|   9.5 |  23M| 393 |   - |2280 |4402 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
581.98/582.15	c   582s|184000 |  2137 |  1748k|   9.5 |  23M| 393 |   - |2280 |4423 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
582.18/582.39	c   582s|184100 |  2143 |  1749k|   9.5 |  23M| 393 |  38 |2280 |4381 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
582.48/582.65	c   583s|184200 |  2139 |  1750k|   9.5 |  23M| 393 |  38 |2280 |4436 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
582.78/582.91	c   583s|184300 |  2142 |  1751k|   9.5 |  23M| 393 |  27 |2280 |4513 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
582.97/583.16	c   583s|184400 |  2142 |  1752k|   9.5 |  23M| 393 |   - |2280 |4509 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
583.28/583.42	c   583s|184500 |  2142 |  1753k|   9.5 |  23M| 393 |   - |2280 |4587 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
583.58/583.70	c   584s|184600 |  2142 |  1754k|   9.5 |  23M| 393 |  34 |2280 |4685 |2280 |1674 |  93 | 143k|  12k| 0.000000e+00 |      --      |    Inf 
583.78/583.97	c   584s|184700 |  2140 |  1755k|   9.5 |  23M| 393 |  33 |2280 |4612 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
584.08/584.22	c   584s|184800 |  2136 |  1755k|   9.5 |  23M| 393 |   - |2280 |4652 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
584.28/584.46	c   584s|184900 |  2136 |  1756k|   9.5 |  23M| 393 |  33 |2280 |4498 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
584.58/584.72	c   585s|185000 |  2136 |  1758k|   9.5 |  23M| 393 |   - |2280 |4535 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
584.78/584.98	c   585s|185100 |  2136 |  1759k|   9.5 |  23M| 393 |  45 |2280 |4567 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
585.08/585.26	c   585s|185200 |  2136 |  1760k|   9.5 |  23M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
585.37/585.51	c   586s|185300 |  2136 |  1761k|   9.5 |  23M| 393 |   - |2280 |4661 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
585.58/585.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.58/585.75	c   586s|185400 |  2136 |  1761k|   9.5 |  23M| 393 |  36 |2280 |4688 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
585.88/586.04	c   586s|185500 |  2134 |  1762k|   9.5 |  23M| 393 |  30 |2280 |4750 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
586.19/586.33	c   586s|185600 |  2134 |  1764k|   9.5 |  23M| 393 |   - |2280 |4629 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
586.48/586.61	c   587s|185700 |  2132 |  1765k|   9.5 |  23M| 393 |   - |2280 |4664 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
586.67/586.89	c   587s|185800 |  2132 |  1766k|   9.5 |  23M| 393 |  36 |2280 |4678 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
586.98/587.17	c   587s|185900 |  2132 |  1767k|   9.5 |  23M| 393 |  35 |2280 |4685 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
587.28/587.44	c   587s|186000 |  2132 |  1768k|   9.5 |  23M| 393 |  40 |2280 |4706 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
587.58/587.70	c   588s|186100 |  2132 |  1769k|   9.5 |  23M| 393 |  38 |2280 |4754 |2280 |1674 |  93 | 144k|  12k| 0.000000e+00 |      --      |    Inf 
587.78/587.95	c   588s|186200 |  2132 |  1770k|   9.5 |  23M| 393 |   - |2280 |4793 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
588.08/588.20	c   588s|186300 |  2140 |  1772k|   9.5 |  23M| 393 |  18 |2280 |4684 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
588.29/588.46	c   588s|186400 |  2136 |  1773k|   9.5 |  23M| 393 |   - |2280 |4727 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
588.58/588.75	c   589s|186500 |  2134 |  1774k|   9.5 |  23M| 393 |   - |2280 |4789 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
588.88/589.03	c   589s|186600 |  2140 |  1775k|   9.5 |  23M| 393 |   - |2280 |4735 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
589.18/589.34	c   589s|186700 |  2140 |  1776k|   9.5 |  23M| 393 |   - |2280 |4784 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
589.48/589.64	c   590s|186800 |  2138 |  1777k|   9.5 |  23M| 393 |  33 |2280 |4839 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
589.78/589.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
589.78/589.96	c   590s|186900 |  2130 |  1779k|   9.5 |  23M| 393 |   - |2280 |4693 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
590.08/590.23	c   590s|187000 |  2136 |  1780k|   9.5 |  23M| 393 |   - |2280 |4576 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
590.28/590.49	c   590s|187100 |  2136 |  1781k|   9.5 |  23M| 393 |  37 |2280 |4578 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
590.58/590.78	c   591s|187200 |  2136 |  1782k|   9.5 |  23M| 393 |  40 |2280 |4632 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
590.88/591.05	c   591s|187300 |  2134 |  1783k|   9.5 |  23M| 393 |   - |2280 |4652 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
591.17/591.33	c   591s|187400 |  2136 |  1784k|   9.5 |  23M| 393 |  37 |2280 |4514 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
591.48/591.62	c   592s|187500 |  2136 |  1785k|   9.5 |  23M| 393 |  30 |2280 |4582 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
591.68/591.87	c   592s|187600 |  2134 |  1786k|   9.5 |  23M| 393 |   - |2280 |4639 |2280 |1674 |  93 | 145k|  12k| 0.000000e+00 |      --      |    Inf 
591.98/592.13	c   592s|187700 |  2136 |  1787k|   9.5 |  23M| 393 |  44 |2280 |4694 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
592.28/592.40	c   592s|187800 |  2136 |  1788k|   9.5 |  23M| 393 |  24 |2280 |4748 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
592.47/592.69	c   593s|187900 |  2134 |  1790k|   9.5 |  23M| 393 |   - |2280 |4821 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
592.78/593.00	c   593s|188000 |  2134 |  1791k|   9.5 |  23M| 393 |   - |2280 |4871 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
593.08/593.26	c   593s|188100 |  2140 |  1792k|   9.5 |  23M| 393 |   - |2280 |4860 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
593.38/593.56	c   594s|188200 |  2142 |  1793k|   9.5 |  23M| 393 |  46 |2280 |4892 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
593.67/593.86	c   594s|188300 |  2144 |  1794k|   9.5 |  23M| 393 |   - |2280 |4845 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
593.98/594.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.98/594.10	c   594s|188400 |  2146 |  1795k|   9.5 |  23M| 393 |  30 |2280 |4800 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
594.18/594.35	c   594s|188500 |  2142 |  1796k|   9.5 |  23M| 393 |   - |2280 |4839 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
594.48/594.63	c   595s|188600 |  2143 |  1797k|   9.5 |  23M| 393 |   - |2280 |4779 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
594.78/594.91	c   595s|188700 |  2139 |  1798k|   9.5 |  23M| 393 |   - |2280 |4812 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
594.98/595.16	c   595s|188800 |  2139 |  1799k|   9.5 |  23M| 393 |   - |2280 |4882 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
595.27/595.41	c   595s|188900 |  2139 |  1800k|   9.5 |  23M| 393 |   - |2280 |4919 |2280 |1674 |  93 | 146k|  12k| 0.000000e+00 |      --      |    Inf 
595.48/595.67	c   596s|189000 |  2139 |  1801k|   9.5 |  23M| 393 |  32 |2280 |4980 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
595.77/595.96	c   596s|189100 |  2135 |  1802k|   9.5 |  23M| 393 |   - |2280 |4931 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
596.08/596.21	c   596s|189200 |  2139 |  1803k|   9.5 |  23M| 393 |  45 |2280 |4968 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
596.28/596.49	c   596s|189300 |  2135 |  1805k|   9.5 |  23M| 393 |  45 |2280 |5049 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
596.57/596.79	c   597s|189400 |  2139 |  1806k|   9.5 |  23M| 393 |  44 |2280 |5091 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
596.87/597.07	c   597s|189500 |  2137 |  1807k|   9.5 |  23M| 393 |   - |2280 |5125 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
597.18/597.38	c   597s|189600 |  2137 |  1808k|   9.5 |  24M| 393 |  47 |2280 |5200 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
597.58/597.70	c   598s|189700 |  2135 |  1809k|   9.5 |  24M| 393 |   - |2280 |5284 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
597.87/598.03	c   598s|189800 |  2137 |  1810k|   9.5 |  24M| 393 |  37 |2280 |5345 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
598.18/598.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.18/598.36	c   598s|189900 |  2135 |  1812k|   9.5 |  24M| 393 |  41 |2280 |5416 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
598.47/598.69	c   599s|190000 |  2133 |  1813k|   9.5 |  24M| 393 |  45 |2280 |5384 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
598.88/599.03	c   599s|190100 |  2137 |  1814k|   9.5 |  24M| 393 |   - |2280 |5392 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
599.17/599.30	c   599s|190200 |  2137 |  1815k|   9.5 |  24M| 393 |  47 |2280 |5440 |2280 |1674 |  93 | 147k|  12k| 0.000000e+00 |      --      |    Inf 
599.38/599.56	c   600s|190300 |  2137 |  1816k|   9.5 |  24M| 393 |  48 |2280 |5443 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
599.68/599.86	c   600s|190400 |  2137 |  1817k|   9.5 |  24M| 393 |   - |2280 |5446 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
599.98/600.16	c   600s|190500 |  2135 |  1819k|   9.5 |  24M| 393 |   - |2280 |5489 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
600.28/600.47	c   600s|190600 |  2137 |  1820k|   9.5 |  24M| 393 |   - |2280 |5533 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
600.57/600.78	c   601s|190700 |  2141 |  1821k|   9.5 |  24M| 393 |   - |2280 |5586 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
600.87/601.09	c   601s|190800 |  2137 |  1822k|   9.5 |  24M| 393 |   - |2280 |5661 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
601.17/601.39	c   601s|190900 |  2137 |  1824k|   9.5 |  24M| 393 |  39 |2280 |5479 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
601.49/601.69	c   602s|191000 |  2141 |  1825k|   9.5 |  24M| 393 |  10 |2280 |5332 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
601.88/602.00	c   602s|191100 |  2141 |  1826k|   9.5 |  24M| 393 |   - |2280 |5407 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
602.08/602.28	c   602s|191200 |  2141 |  1827k|   9.5 |  24M| 393 |  30 |2280 |5451 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
602.38/602.57	c   603s|191300 |  2140 |  1828k|   9.5 |  24M| 393 |  38 |2280 |5498 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
602.68/602.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.68/602.87	c   603s|191400 |  2142 |  1829k|   9.5 |  24M| 393 |  46 |2280 |5571 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
603.07/603.23	c   603s|191500 |  2136 |  1830k|   9.5 |  24M| 393 |  51 |2280 |5547 |2280 |1674 |  93 | 148k|  12k| 0.000000e+00 |      --      |    Inf 
603.37/603.58	c   604s|191600 |  2143 |  1832k|   9.5 |  24M| 393 |   - |2280 |5180 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
603.68/603.89	c   604s|191700 |  2142 |  1833k|   9.5 |  24M| 393 |  26 |2280 |5194 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
603.98/604.19	c   604s|191800 |  2142 |  1834k|   9.5 |  24M| 393 |   - |2280 |5202 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
604.28/604.47	c   604s|191900 |  2142 |  1835k|   9.5 |  24M| 393 |  44 |2280 |5209 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
604.57/604.76	c   605s|192000 |  2142 |  1836k|   9.5 |  24M| 393 |  31 |2280 |5284 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
604.97/605.10	c   605s|192100 |  2144 |  1837k|   9.5 |  24M| 393 |  28 |2280 |5328 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
605.28/605.41	c   605s|192200 |  2151 |  1839k|   9.5 |  24M| 393 |  30 |2280 |5388 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
605.58/605.75	c   606s|192300 |  2140 |  1840k|   9.5 |  24M| 393 |  28 |2280 |5454 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
605.88/606.06	c   606s|192400 |  2138 |  1841k|   9.5 |  24M| 393 |   - |2280 |5380 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
606.18/606.39	c   606s|192500 |  2140 |  1843k|   9.5 |  24M| 393 |   - |2280 |5443 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
606.58/606.73	c   607s|192600 |  2138 |  1844k|   9.6 |  24M| 393 |  40 |2280 |5526 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
606.98/607.12	c   607s|192700 |  2135 |  1845k|   9.6 |  23M| 393 |   - |2280 |4831 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
607.17/607.38	c   607s|192800 |  2138 |  1846k|   9.6 |  23M| 393 |  31 |2280 |4732 |2280 |1674 |  93 | 149k|  12k| 0.000000e+00 |      --      |    Inf 
607.47/607.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.47/607.65	c   608s|192900 |  2138 |  1847k|   9.5 |  23M| 393 |  30 |2280 |4776 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
607.78/607.97	c   608s|193000 |  2139 |  1848k|   9.6 |  23M| 393 |  42 |2280 |4775 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
608.18/608.31	c   608s|193100 |  2137 |  1850k|   9.6 |  23M| 393 |  43 |2280 |4825 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
608.48/608.62	c   609s|193200 |  2135 |  1851k|   9.6 |  23M| 393 |   - |2280 |4817 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
608.78/608.91	c   609s|193300 |  2133 |  1852k|   9.6 |  23M| 393 |  33 |2280 |4824 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
609.08/609.23	c   609s|193400 |  2135 |  1853k|   9.6 |  23M| 393 |  14 |2280 |4726 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
609.38/609.50	c   610s|193500 |  2133 |  1854k|   9.6 |  23M| 393 |   - |2280 |4565 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
609.57/609.77	c   610s|193600 |  2132 |  1855k|   9.6 |  23M| 393 |  38 |2280 |4516 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
609.87/610.04	c   610s|193700 |  2132 |  1856k|   9.6 |  23M| 393 |   - |2280 |4554 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
610.18/610.31	c   610s|193800 |  2136 |  1857k|   9.6 |  23M| 393 |  43 |2280 |4601 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
610.38/610.57	c   611s|193900 |  2132 |  1858k|   9.6 |  23M| 393 |  35 |2280 |4624 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
610.67/610.87	c   611s|194000 |  2134 |  1859k|   9.6 |  23M| 393 |  43 |2280 |4695 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
610.97/611.14	c   611s|194100 |  2132 |  1860k|   9.6 |  23M| 393 |   - |2280 |4702 |2280 |1674 |  93 | 150k|  12k| 0.000000e+00 |      --      |    Inf 
611.28/611.44	c   611s|194200 |  2132 |  1861k|   9.6 |  23M| 393 |   - |2280 |4830 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
611.57/611.75	c   612s|194300 |  2136 |  1862k|   9.6 |  23M| 393 |  30 |2280 |4393 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
611.88/612.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.88/612.06	c   612s|194400 |  2138 |  1863k|   9.6 |  22M| 393 |  27 |2280 |4309 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
612.27/612.43	c   612s|194500 |  2136 |  1864k|   9.6 |  23M| 393 |  32 |2280 |4349 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
612.58/612.75	c   613s|194600 |  2136 |  1866k|   9.6 |  22M| 393 |   - |2280 |4233 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
612.87/613.01	c   613s|194700 |  2133 |  1867k|   9.6 |  22M| 393 |   - |2280 |4168 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
613.17/613.32	c   613s|194800 |  2138 |  1868k|   9.6 |  22M| 393 |  45 |2280 |4185 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
613.38/613.59	c   614s|194900 |  2141 |  1869k|   9.6 |  22M| 393 |   - |2280 |4235 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
613.68/613.89	c   614s|195000 |  2146 |  1870k|   9.6 |  22M| 393 |   - |2280 |4257 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
613.97/614.18	c   614s|195100 |  2143 |  1871k|   9.6 |  22M| 393 |   - |2280 |4294 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
614.27/614.48	c   614s|195200 |  2144 |  1872k|   9.6 |  22M| 393 |   - |2280 |4314 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
614.57/614.79	c   615s|195300 |  2149 |  1873k|   9.6 |  22M| 393 |  16 |2280 |4312 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
614.87/615.05	c   615s|195400 |  2153 |  1874k|   9.6 |  23M| 393 |  16 |2280 |4347 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
615.07/615.28	c   615s|195500 |  2157 |  1875k|   9.6 |  23M| 393 |   - |2280 |4378 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
615.37/615.53	c   616s|195600 |  2159 |  1876k|   9.6 |  23M| 393 |  20 |2280 |4411 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
615.58/615.77	c   616s|195700 |  2157 |  1876k|   9.6 |  23M| 393 |   - |2280 |4428 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
615.88/616.05	c   616s|195800 |  2146 |  1877k|   9.6 |  23M| 393 |  33 |2280 |4427 |2280 |1674 |  93 | 151k|  12k| 0.000000e+00 |      --      |    Inf 
616.17/616.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.17/616.33	c   616s|195900 |  2149 |  1878k|   9.6 |  23M| 393 |   - |2280 |4474 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
616.48/616.61	c   617s|196000 |  2149 |  1879k|   9.6 |  23M| 393 |  23 |2280 |4518 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
616.67/616.89	c   617s|196100 |  2147 |  1880k|   9.6 |  23M| 393 |  19 |2280 |4570 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
616.98/617.19	c   617s|196200 |  2143 |  1880k|   9.6 |  23M| 393 |   - |2280 |4591 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
617.27/617.49	c   617s|196300 |  2143 |  1881k|   9.6 |  23M| 393 |  33 |2280 |4531 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
617.67/617.81	c   618s|196400 |  2144 |  1882k|   9.6 |  23M| 393 |  45 |2280 |4593 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
617.98/618.11	c   618s|196500 |  2148 |  1883k|   9.6 |  23M| 393 |   - |2280 |4644 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
618.27/618.44	c   618s|196600 |  2147 |  1884k|   9.6 |  23M| 393 |   - |2280 |4682 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
618.57/618.77	c   619s|196700 |  2150 |  1885k|   9.6 |  23M| 393 |  44 |2280 |4684 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
618.87/619.09	c   619s|196800 |  2151 |  1886k|   9.6 |  23M| 393 |  43 |2280 |4768 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
619.28/619.41	c   619s|196900 |  2149 |  1887k|   9.6 |  23M| 393 |   - |2280 |4827 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
619.58/619.75	c   620s|197000 |  2142 |  1888k|   9.6 |  23M| 393 |   - |2280 |4819 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
619.87/620.09	c   620s|197100 |  2142 |  1890k|   9.6 |  23M| 393 |  37 |2280 |4761 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
620.28/620.41	c   620s|197200 |  2138 |  1891k|   9.6 |  23M| 393 |   - |2280 |4760 |2280 |1674 |  93 | 152k|  12k| 0.000000e+00 |      --      |    Inf 
620.57/620.72	c   621s|197300 |  2138 |  1892k|   9.6 |  23M| 393 |  28 |2280 |4787 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
620.87/621.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.87/621.02	c   621s|197400 |  2138 |  1893k|   9.6 |  23M| 393 |  40 |2280 |4744 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
621.17/621.33	c   621s|197500 |  2138 |  1894k|   9.6 |  23M| 393 |  34 |2280 |4759 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
621.48/621.63	c   622s|197600 |  2138 |  1894k|   9.6 |  23M| 393 |   - |2280 |4834 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
621.77/621.94	c   622s|197700 |  2138 |  1895k|   9.6 |  23M| 393 |  37 |2280 |4879 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
622.07/622.26	c   622s|197800 |  2134 |  1896k|   9.6 |  23M| 393 |   - |2280 |4833 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
622.38/622.57	c   623s|197900 |  2134 |  1897k|   9.6 |  23M| 393 |   - |2280 |4778 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
622.67/622.89	c   623s|198000 |  2134 |  1898k|   9.6 |  23M| 393 |  41 |2280 |4850 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
623.07/623.21	c   623s|198100 |  2132 |  1899k|   9.6 |  23M| 393 |   - |2280 |4923 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
623.37/623.56	c   624s|198200 |  2131 |  1900k|   9.6 |  23M| 393 |   - |2280 |4497 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
623.67/623.86	c   624s|198300 |  2133 |  1901k|   9.6 |  22M| 393 |   - |2280 |3874 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
624.07/624.20	c   624s|198400 |  2138 |  1902k|   9.6 |  22M| 393 |  17 |2280 |3754 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
624.37/624.54	c   625s|198500 |  2134 |  1903k|   9.6 |  22M| 393 |  24 |2280 |3669 |2280 |1674 |  93 | 153k|  12k| 0.000000e+00 |      --      |    Inf 
624.68/624.89	c   625s|198600 |  2133 |  1904k|   9.6 |  22M| 393 |  51 |2280 |3597 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
625.08/625.21	c   625s|198700 |  2134 |  1905k|   9.6 |  21M| 393 |  39 |2280 |3417 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
625.37/625.53	c   626s|198800 |  2143 |  1906k|   9.6 |  21M| 393 |  19 |2280 |3447 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
625.68/625.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
625.68/625.88	c   626s|198900 |  2139 |  1907k|   9.6 |  21M| 393 |  29 |2280 |3478 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
626.07/626.23	c   626s|199000 |  2137 |  1908k|   9.6 |  22M| 393 |   - |2280 |3527 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
626.47/626.60	c   627s|199100 |  2136 |  1908k|   9.6 |  22M| 393 |   - |2280 |3558 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
626.77/626.94	c   627s|199200 |  2134 |  1909k|   9.6 |  22M| 393 |   - |2280 |3600 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
627.07/627.24	c   627s|199300 |  2140 |  1910k|   9.6 |  22M| 393 |   - |2280 |3591 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
627.37/627.53	c   628s|199400 |  2146 |  1911k|   9.6 |  22M| 393 |  19 |2280 |3577 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
627.67/627.87	c   628s|199500 |  2146 |  1912k|   9.6 |  22M| 393 |  27 |2280 |3618 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
628.07/628.20	c   628s|199600 |  2142 |  1913k|   9.6 |  22M| 393 |   - |2280 |3668 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
628.37/628.53	c   629s|199700 |  2142 |  1914k|   9.6 |  22M| 393 |  42 |2280 |3680 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
628.67/628.82	c   629s|199800 |  2142 |  1915k|   9.6 |  22M| 393 |   - |2280 |3723 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
628.97/629.16	c   629s|199900 |  2142 |  1916k|   9.6 |  22M| 393 |   - |2280 |3754 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
629.37/629.50	c   630s|200000 |  2140 |  1918k|   9.6 |  22M| 393 |  32 |2280 |3801 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
629.67/629.83	c   630s|200100 |  2142 |  1919k|   9.6 |  22M| 393 |  40 |2280 |3874 |2280 |1674 |  93 | 154k|  12k| 0.000000e+00 |      --      |    Inf 
629.97/630.17	c   630s|200200 |  2146 |  1920k|   9.6 |  22M| 393 |   - |2280 |3950 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
630.27/630.48	c   630s|200300 |  2146 |  1921k|   9.6 |  22M| 393 |  42 |2280 |4028 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
630.67/630.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.67/630.86	c   631s|200400 |  2144 |  1922k|   9.6 |  22M| 393 |   - |2280 |4077 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
631.07/631.23	c   631s|200500 |  2144 |  1923k|   9.6 |  22M| 393 |  19 |2280 |4125 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
631.37/631.57	c   632s|200600 |  2142 |  1924k|   9.6 |  22M| 393 |   - |2280 |4182 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
631.77/631.90	c   632s|200700 |  2140 |  1925k|   9.6 |  22M| 393 |   - |2280 |4114 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
632.07/632.21	c   632s|200800 |  2140 |  1927k|   9.6 |  22M| 393 |   - |2280 |4149 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
632.38/632.58	c   633s|200900 |  2138 |  1928k|   9.6 |  23M| 393 |   - |2280 |4239 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
632.77/632.94	c   633s|201000 |  2140 |  1929k|   9.6 |  22M| 393 |  33 |2280 |4231 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
633.18/633.30	c   633s|201100 |  2140 |  1930k|   9.6 |  23M| 393 |   - |2280 |4288 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
633.37/633.60	c   634s|201200 |  2148 |  1931k|   9.6 |  23M| 393 |  23 |2280 |4322 |2280 |1674 |  93 | 155k|  12k| 0.000000e+00 |      --      |    Inf 
633.77/633.96	c   634s|201300 |  2141 |  1932k|   9.6 |  23M| 393 |  44 |2280 |4369 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
634.07/634.28	c   634s|201400 |  2141 |  1933k|   9.6 |  23M| 393 |  44 |2280 |4408 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
634.48/634.61	c   635s|201500 |  2140 |  1935k|   9.6 |  23M| 393 |   - |2280 |4431 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
634.77/634.94	c   635s|201600 |  2142 |  1936k|   9.6 |  23M| 393 |   - |2280 |4404 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
635.07/635.29	c   635s|201700 |  2142 |  1937k|   9.6 |  23M| 393 |  16 |2280 |4380 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
635.47/635.60	c   636s|201800 |  2144 |  1938k|   9.6 |  23M| 393 |  42 |2280 |4435 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
635.77/635.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.77/635.96	c   636s|201900 |  2140 |  1940k|   9.6 |  23M| 393 |   - |2280 |4487 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
636.17/636.32	c   636s|202000 |  2140 |  1941k|   9.6 |  23M| 393 |  38 |2280 |4404 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
636.47/636.68	c   637s|202100 |  2136 |  1942k|   9.6 |  23M| 393 |   - |2280 |4401 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
636.87/637.05	c   637s|202200 |  2134 |  1944k|   9.6 |  22M| 393 |   - |2280 |4199 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
637.27/637.42	c   637s|202300 |  2128 |  1945k|   9.6 |  22M| 393 |   - |2280 |4047 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
637.57/637.72	c   638s|202400 |  2128 |  1946k|   9.6 |  22M| 393 |  39 |2280 |4089 |2280 |1674 |  93 | 156k|  12k| 0.000000e+00 |      --      |    Inf 
637.78/638.00	c   638s|202500 |  2138 |  1947k|   9.6 |  22M| 393 |  33 |2280 |3939 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
638.07/638.28	c   638s|202600 |  2136 |  1948k|   9.6 |  22M| 393 |   - |2280 |3974 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
638.37/638.55	c   639s|202700 |  2138 |  1949k|   9.6 |  22M| 393 |  41 |2280 |3706 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
638.67/638.81	c   639s|202800 |  2131 |  1950k|   9.6 |  22M| 393 |   - |2280 |3682 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
638.88/639.05	c   639s|202900 |  2131 |  1951k|   9.6 |  22M| 393 |   - |2280 |3668 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
639.17/639.31	c   639s|203000 |  2135 |  1952k|   9.6 |  22M| 393 |   - |2280 |3667 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
639.37/639.56	c   640s|203100 |  2135 |  1953k|   9.6 |  22M| 393 |  31 |2280 |3685 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
639.67/639.82	c   640s|203200 |  2137 |  1954k|   9.6 |  22M| 393 |  41 |2280 |3723 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
639.87/640.07	c   640s|203300 |  2137 |  1955k|   9.6 |  22M| 393 |  42 |2280 |3758 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
640.17/640.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.17/640.32	c   640s|203400 |  2133 |  1956k|   9.6 |  22M| 393 |   - |2280 |3792 |   0 |   0 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
640.37/640.56	c   641s|203500 |  2135 |  1956k|   9.6 |  22M| 393 |  30 |2280 |3803 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
640.67/640.84	c   641s|203600 |  2132 |  1957k|   9.6 |  22M| 393 |   - |2280 |3808 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
640.97/641.13	c   641s|203700 |  2130 |  1958k|   9.6 |  22M| 393 |   - |2280 |3799 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
641.27/641.40	c   641s|203800 |  2134 |  1959k|   9.6 |  22M| 393 |  41 |2280 |3845 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
641.47/641.67	c   642s|203900 |  2133 |  1960k|   9.6 |  22M| 393 |  35 |2280 |3868 |2280 |1674 |  93 | 157k|  12k| 0.000000e+00 |      --      |    Inf 
641.77/641.95	c   642s|204000 |  2145 |  1961k|   9.6 |  22M| 393 |  37 |2280 |3850 |2280 |1674 |  93 | 158k|  12k| 0.000000e+00 |      --      |    Inf 
642.07/642.20	c   642s|204100 |  2145 |  1962k|   9.6 |  22M| 393 |  31 |2280 |3940 |2280 |1674 |  93 | 158k|  12k| 0.000000e+00 |      --      |    Inf 
642.27/642.47	c   642s|204200 |  2155 |  1963k|   9.6 |  22M| 393 |   - |2280 |3998 |2280 |1674 |  93 | 158k|  12k| 0.000000e+00 |      --      |    Inf 
642.57/642.76	c   643s|204300 |  2155 |  1964k|   9.6 |  22M| 393 |   - |2280 |4048 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
642.87/643.02	c   643s|204400 |  2155 |  1965k|   9.6 |  22M| 393 |   - |2280 |4064 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
643.07/643.29	c   643s|204500 |  2151 |  1966k|   9.6 |  22M| 393 |   - |2280 |4122 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
643.37/643.58	c   644s|204600 |  2150 |  1967k|   9.6 |  22M| 393 |   - |2280 |4162 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
643.67/643.86	c   644s|204700 |  2148 |  1968k|   9.6 |  23M| 393 |   - |2280 |4217 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
643.97/644.14	c   644s|204800 |  2146 |  1969k|   9.6 |  23M| 393 |   - |2280 |4191 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
644.27/644.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.27/644.41	c   644s|204900 |  2142 |  1970k|   9.6 |  22M| 393 |   - |2280 |4170 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
644.47/644.66	c   645s|205000 |  2136 |  1971k|   9.6 |  22M| 393 |   - |2280 |4179 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
644.77/644.93	c   645s|205100 |  2128 |  1972k|   9.6 |  22M| 393 |   - |2280 |4180 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
645.07/645.20	c   645s|205200 |  2126 |  1973k|   9.6 |  22M| 393 |   - |2280 |4190 |2280 |1674 |  93 | 158k|  13k| 0.000000e+00 |      --      |    Inf 
645.27/645.49	c   645s|205300 |  2130 |  1974k|   9.6 |  22M| 393 |  37 |2280 |3966 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
645.67/645.81	c   646s|205400 |  2138 |  1975k|   9.6 |  22M| 393 |  41 |2280 |3824 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
645.97/646.13	c   646s|205500 |  2140 |  1976k|   9.6 |  22M| 393 |  47 |2280 |3837 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
646.27/646.45	c   646s|205600 |  2141 |  1977k|   9.6 |  22M| 393 |  35 |2280 |3855 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
646.58/646.74	c   647s|205700 |  2138 |  1978k|   9.6 |  22M| 393 |   - |2280 |3850 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
646.87/647.05	c   647s|205800 |  2138 |  1979k|   9.6 |  22M| 393 |  37 |2280 |3828 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
647.07/647.29	c   647s|205900 |  2142 |  1980k|   9.6 |  22M| 393 |   - |2280 |3759 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
647.37/647.55	c   648s|206000 |  2142 |  1980k|   9.6 |  22M| 393 |   - |2280 |3804 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
647.57/647.80	c   648s|206100 |  2142 |  1982k|   9.6 |  22M| 393 |  12 |2280 |3810 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
647.87/648.06	c   648s|206200 |  2142 |  1983k|   9.6 |  22M| 393 |  16 |2280 |3857 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
648.17/648.31	c   648s|206300 |  2140 |  1984k|   9.6 |  22M| 393 |   - |2280 |3859 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
648.37/648.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.37/648.58	c   649s|206400 |  2140 |  1985k|   9.6 |  22M| 393 |   - |2280 |3881 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
648.67/648.82	c   649s|206500 |  2138 |  1986k|   9.6 |  22M| 393 |  37 |2280 |3870 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
648.87/649.09	c   649s|206600 |  2142 |  1986k|   9.6 |  22M| 393 |   - |2280 |3839 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
649.17/649.39	c   649s|206700 |  2140 |  1987k|   9.6 |  22M| 393 |   - |2280 |3831 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
649.57/649.70	c   650s|206800 |  2147 |  1988k|   9.6 |  22M| 393 |   - |2280 |3878 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
649.77/649.98	c   650s|206900 |  2143 |  1989k|   9.6 |  22M| 393 |  36 |2280 |3867 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
650.07/650.25	c   650s|207000 |  2143 |  1990k|   9.6 |  22M| 393 |   - |2280 |3882 |2280 |1674 |  93 | 159k|  13k| 0.000000e+00 |      --      |    Inf 
650.37/650.53	c   651s|207100 |  2144 |  1991k|   9.6 |  22M| 393 |   - |2280 |3914 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
650.67/650.86	c   651s|207200 |  2143 |  1992k|   9.6 |  22M| 393 |   - |2280 |3967 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
650.97/651.15	c   651s|207300 |  2139 |  1993k|   9.6 |  22M| 393 |  34 |2280 |3991 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
651.27/651.42	c   651s|207400 |  2137 |  1994k|   9.6 |  22M| 393 |   - |2280 |4002 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
651.57/651.72	c   652s|207500 |  2135 |  1995k|   9.6 |  22M| 393 |   - |2280 |3966 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
651.87/652.02	c   652s|207600 |  2133 |  1996k|   9.6 |  22M| 393 |  45 |2280 |3843 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
652.07/652.30	c   652s|207700 |  2131 |  1997k|   9.6 |  22M| 393 |  44 |2280 |3890 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
652.47/652.60	c   653s|207800 |  2136 |  1998k|   9.6 |  22M| 393 |  35 |2280 |3830 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
652.67/652.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.67/652.88	c   653s|207900 |  2132 |  1999k|   9.6 |  22M| 393 |  39 |2280 |3839 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
652.97/653.13	c   653s|208000 |  2131 |  2000k|   9.6 |  22M| 393 |  51 |2280 |3890 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
653.27/653.42	c   653s|208100 |  2131 |  2001k|   9.6 |  22M| 393 |   - |2280 |3935 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
653.56/653.74	c   654s|208200 |  2132 |  2002k|   9.6 |  22M| 393 |  45 |2280 |4014 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
653.97/654.10	c   654s|208300 |  2130 |  2003k|   9.6 |  22M| 393 |  42 |2280 |4066 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
654.27/654.42	c   654s|208400 |  2128 |  2005k|   9.6 |  22M| 393 |  48 |2280 |4133 |2280 |1674 |  93 | 160k|  13k| 0.000000e+00 |      --      |    Inf 
654.57/654.77	c   655s|208500 |  2128 |  2006k|   9.6 |  22M| 393 |  45 |2280 |4205 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
654.97/655.11	c   655s|208600 |  2126 |  2007k|   9.6 |  22M| 393 |  45 |2280 |4238 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
655.27/655.45	c   655s|208700 |  2128 |  2008k|   9.6 |  22M| 393 |  45 |2280 |3977 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
655.67/655.81	c   656s|208800 |  2135 |  2010k|   9.6 |  22M| 393 |  39 |2280 |3930 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
655.97/656.16	c   656s|208900 |  2132 |  2011k|   9.6 |  22M| 393 |  40 |2280 |3960 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
656.26/656.46	c   656s|209000 |  2136 |  2012k|   9.6 |  22M| 393 |  41 |2280 |3965 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
656.57/656.78	c   657s|209100 |  2145 |  2013k|   9.6 |  22M| 393 |   - |2280 |3953 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
656.96/657.12	c   657s|209200 |  2139 |  2014k|   9.6 |  22M| 393 |  47 |2280 |4047 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
657.26/657.46	c   657s|209300 |  2140 |  2015k|   9.6 |  22M| 393 |  50 |2280 |4074 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
657.57/657.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
657.57/657.79	c   658s|209400 |  2140 |  2016k|   9.6 |  22M| 393 |   - |2280 |4089 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
657.97/658.12	c   658s|209500 |  2136 |  2017k|   9.6 |  22M| 393 |   - |2280 |4101 |2280 |1674 |  93 | 161k|  13k| 0.000000e+00 |      --      |    Inf 
658.27/658.44	c   658s|209600 |  2136 |  2019k|   9.6 |  22M| 393 |   - |2280 |4133 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
658.57/658.77	c   659s|209700 |  2138 |  2020k|   9.6 |  22M| 393 |  43 |2280 |4155 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
658.97/659.12	c   659s|209800 |  2142 |  2021k|   9.6 |  22M| 393 |  41 |2280 |4039 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
659.27/659.47	c   659s|209900 |  2140 |  2022k|   9.6 |  22M| 393 |  42 |2280 |4060 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
659.57/659.78	c   660s|210000 |  2142 |  2023k|   9.6 |  22M| 393 |  42 |2280 |4135 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
659.97/660.12	c   660s|210100 |  2142 |  2024k|   9.6 |  22M| 393 |  37 |2280 |4168 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
660.26/660.50	c   660s|210200 |  2146 |  2026k|   9.6 |  22M| 393 |   - |2280 |4200 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
660.66/660.82	c   661s|210300 |  2144 |  2027k|   9.6 |  23M| 393 |  46 |2280 |4296 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
660.97/661.18	c   661s|210400 |  2142 |  2028k|   9.6 |  23M| 393 |   - |2280 |4353 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
661.37/661.50	c   662s|210500 |  2140 |  2029k|   9.6 |  23M| 393 |   - |2280 |4301 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
661.66/661.85	c   662s|210600 |  2142 |  2031k|   9.6 |  23M| 393 |  46 |2280 |4334 |2280 |1674 |  93 | 162k|  13k| 0.000000e+00 |      --      |    Inf 
662.07/662.21	c   662s|210700 |  2142 |  2032k|   9.6 |  23M| 393 |   - |2280 |4426 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
662.37/662.50	c   663s|210800 |  2138 |  2033k|   9.6 |  23M| 393 |  49 |2280 |4445 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
662.67/662.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.67/662.81	c   663s|210900 |  2140 |  2035k|   9.6 |  23M| 393 |  50 |2280 |4463 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
662.97/663.14	c   663s|211000 |  2140 |  2036k|   9.6 |  23M| 393 |  37 |2280 |4470 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
663.26/663.45	c   663s|211100 |  2140 |  2037k|   9.6 |  23M| 393 |   - |2280 |4510 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
663.56/663.74	c   664s|211200 |  2136 |  2038k|   9.6 |  23M| 393 |   - |2280 |4531 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
663.87/664.01	c   664s|211300 |  2138 |  2039k|   9.6 |  23M| 393 |   - |2280 |4550 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
664.07/664.29	c   664s|211400 |  2140 |  2040k|   9.6 |  23M| 393 |   - |2280 |4586 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
664.47/664.60	c   665s|211500 |  2142 |  2042k|   9.6 |  23M| 393 |  39 |2280 |4645 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
664.67/664.89	c   665s|211600 |  2136 |  2043k|   9.6 |  23M| 393 |  47 |2280 |4692 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
665.07/665.22	c   665s|211700 |  2135 |  2044k|   9.6 |  23M| 393 |   - |2280 |4557 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
665.37/665.55	c   666s|211800 |  2136 |  2045k|   9.6 |  23M| 393 |   - |2280 |4343 |2280 |1674 |  93 | 163k|  13k| 0.000000e+00 |      --      |    Inf 
665.66/665.86	c   666s|211900 |  2138 |  2046k|   9.6 |  22M| 393 |   - |2280 |3918 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
665.97/666.18	c   666s|212000 |  2138 |  2047k|   9.6 |  22M| 393 |  50 |2280 |3928 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
666.27/666.50	c   666s|212100 |  2138 |  2048k|   9.6 |  22M| 393 |   - |2280 |3695 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
666.56/666.77	c   667s|212200 |  2140 |  2049k|   9.6 |  22M| 393 |   9 |2280 |3684 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
666.86/667.06	c   667s|212300 |  2138 |  2050k|   9.6 |  22M| 393 |   - |2280 |3678 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
667.17/667.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.17/667.36	c   667s|212400 |  2139 |  2051k|   9.6 |  22M| 393 |  41 |2280 |3491 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
667.48/667.65	c   668s|212500 |  2138 |  2051k|   9.6 |  22M| 393 |  33 |2280 |3485 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
667.77/667.94	c   668s|212600 |  2138 |  2052k|   9.6 |  22M| 393 |  35 |2280 |3535 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
668.07/668.25	c   668s|212700 |  2140 |  2054k|   9.6 |  22M| 393 |   - |2280 |3544 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
668.36/668.55	c   669s|212800 |  2141 |  2055k|   9.6 |  22M| 393 |   - |2280 |3566 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
668.67/668.88	c   669s|212900 |  2141 |  2056k|   9.6 |  22M| 393 |   - |2280 |3668 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
669.07/669.21	c   669s|213000 |  2139 |  2057k|   9.6 |  22M| 393 |  25 |2280 |3558 |2280 |1674 |  93 | 164k|  13k| 0.000000e+00 |      --      |    Inf 
669.36/669.54	c   670s|213100 |  2137 |  2058k|   9.6 |  21M| 393 |  34 |2280 |3418 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
669.67/669.90	c   670s|213200 |  2138 |  2060k|   9.6 |  21M| 393 |  42 |2280 |3397 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
669.97/670.19	c   670s|213300 |  2138 |  2061k|   9.6 |  21M| 393 |  39 |2280 |3367 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
670.36/670.50	c   670s|213400 |  2137 |  2062k|   9.6 |  22M| 393 |   - |2280 |3445 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
670.56/670.79	c   671s|213500 |  2142 |  2063k|   9.6 |  22M| 393 |   - |2280 |3419 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
670.96/671.13	c   671s|213600 |  2140 |  2064k|   9.6 |  22M| 393 |   - |2280 |3433 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
671.27/671.45	c   671s|213700 |  2144 |  2065k|   9.6 |  22M| 393 |   - |2280 |3463 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
671.57/671.74	c   672s|213800 |  2144 |  2066k|   9.6 |  22M| 393 |  39 |2280 |3515 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
671.87/672.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.87/672.05	c   672s|213900 |  2144 |  2068k|   9.6 |  22M| 393 |   - |2280 |3584 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
672.17/672.38	c   672s|214000 |  2150 |  2069k|   9.6 |  22M| 393 |   - |2280 |3649 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
672.46/672.67	c   673s|214100 |  2158 |  2070k|   9.6 |  22M| 393 |  26 |2280 |3709 |2280 |1674 |  93 | 165k|  13k| 0.000000e+00 |      --      |    Inf 
672.76/672.96	c   673s|214200 |  2158 |  2071k|   9.6 |  22M| 393 |  41 |2280 |3831 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
673.07/673.26	c   673s|214300 |  2154 |  2072k|   9.6 |  22M| 393 |   - |2280 |3828 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
673.36/673.56	c   674s|214400 |  2154 |  2073k|   9.6 |  22M| 393 |  43 |2280 |3904 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
673.67/673.86	c   674s|214500 |  2150 |  2074k|   9.6 |  22M| 393 |  42 |2280 |3913 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
673.96/674.15	c   674s|214600 |  2146 |  2075k|   9.6 |  22M| 393 |  44 |2280 |3799 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
674.26/674.44	c   674s|214700 |  2144 |  2076k|   9.6 |  22M| 393 |   - |2280 |3774 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
674.56/674.74	c   675s|214800 |  2146 |  2077k|   9.6 |  22M| 393 |  43 |2280 |3832 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
674.87/675.00	c   675s|214900 |  2146 |  2078k|   9.6 |  22M| 393 |   - |2280 |3867 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
675.07/675.29	c   675s|215000 |  2141 |  2079k|   9.6 |  22M| 393 |   - |2280 |3881 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
675.36/675.57	c   676s|215100 |  2139 |  2080k|   9.6 |  22M| 393 |   - |2280 |3824 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
675.67/675.82	c   676s|215200 |  2143 |  2081k|   9.6 |  22M| 393 |  17 |2280 |3813 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
675.97/676.11	c   676s|215300 |  2145 |  2082k|   9.6 |  22M| 393 |   - |2280 |3796 |2280 |1674 |  93 | 166k|  13k| 0.000000e+00 |      --      |    Inf 
676.17/676.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.17/676.37	c   676s|215400 |  2143 |  2083k|   9.6 |  22M| 393 |   - |2280 |3866 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
676.47/676.62	c   677s|215500 |  2145 |  2083k|   9.6 |  22M| 393 |  21 |2280 |3939 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
676.67/676.88	c   677s|215600 |  2147 |  2084k|   9.6 |  22M| 393 |  25 |2280 |3999 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
676.96/677.14	c   677s|215700 |  2145 |  2085k|   9.6 |  22M| 393 |  21 |2280 |4084 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
677.26/677.44	c   677s|215800 |  2145 |  2086k|   9.6 |  22M| 393 |   - |2280 |4128 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
677.57/677.72	c   678s|215900 |  2143 |  2087k|   9.6 |  23M| 393 |   - |2280 |4225 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
677.76/677.99	c   678s|216000 |  2143 |  2088k|   9.6 |  23M| 393 |  38 |2280 |4293 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
678.16/678.30	c   678s|216100 |  2146 |  2089k|   9.6 |  23M| 393 |   - |2280 |4337 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
678.37/678.60	c   679s|216200 |  2144 |  2090k|   9.6 |  23M| 393 |   - |2280 |4398 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
678.66/678.87	c   679s|216300 |  2148 |  2091k|   9.6 |  23M| 393 |  25 |2280 |4464 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
678.97/679.17	c   679s|216400 |  2147 |  2092k|   9.6 |  23M| 393 |  19 |2280 |4515 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
679.26/679.48	c   679s|216500 |  2145 |  2093k|   9.6 |  23M| 393 |  33 |2280 |4511 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
679.57/679.78	c   680s|216600 |  2142 |  2094k|   9.6 |  23M| 393 |  48 |2280 |4558 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
679.86/680.09	c   680s|216700 |  2144 |  2094k|   9.6 |  23M| 393 |   - |2280 |4579 |2280 |1674 |  93 | 167k|  13k| 0.000000e+00 |      --      |    Inf 
680.27/680.43	c   680s|216800 |  2140 |  2095k|   9.6 |  23M| 393 |   - |2280 |4622 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
680.56/680.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.56/680.71	c   681s|216900 |  2143 |  2097k|   9.6 |  23M| 393 |  30 |2280 |4393 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
680.87/681.00	c   681s|217000 |  2143 |  2098k|   9.6 |  23M| 393 |  35 |2280 |4319 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
681.07/681.28	c   681s|217100 |  2143 |  2099k|   9.6 |  23M| 393 |   - |2280 |4322 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
681.36/681.59	c   682s|217200 |  2143 |  2100k|   9.6 |  23M| 393 |  38 |2280 |4321 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
681.66/681.85	c   682s|217300 |  2143 |  2101k|   9.6 |  23M| 393 |   - |2280 |4362 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
681.97/682.14	c   682s|217400 |  2144 |  2102k|   9.6 |  23M| 393 |  37 |2280 |4382 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
682.26/682.45	c   682s|217500 |  2146 |  2103k|   9.6 |  23M| 393 |  33 |2280 |4389 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
682.57/682.77	c   683s|217600 |  2145 |  2104k|   9.6 |  23M| 393 |  32 |2280 |4459 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
682.87/683.10	c   683s|217700 |  2144 |  2104k|   9.6 |  23M| 393 |   - |2280 |4533 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
683.26/683.41	c   683s|217800 |  2145 |  2106k|   9.6 |  23M| 393 |  39 |2280 |4249 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
683.57/683.71	c   684s|217900 |  2147 |  2107k|   9.6 |  23M| 393 |  41 |2280 |4255 |2280 |1674 |  93 | 168k|  13k| 0.000000e+00 |      --      |    Inf 
683.86/684.02	c   684s|218000 |  2147 |  2108k|   9.6 |  23M| 393 |  53 |2280 |4253 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
684.17/684.33	c   684s|218100 |  2151 |  2110k|   9.7 |  23M| 393 |   - |2280 |4321 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
684.46/684.67	c   685s|218200 |  2147 |  2111k|   9.7 |  23M| 393 |   - |2280 |4400 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
684.76/684.99	c   685s|218300 |  2149 |  2112k|   9.7 |  23M| 393 |  41 |2280 |4475 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
685.17/685.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.17/685.32	c   685s|218400 |  2146 |  2114k|   9.7 |  23M| 393 |  41 |2280 |4536 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
685.96/686.17	c   686s|218500 |  2150 |  2115k|   9.7 |  23M| 393 |   - |2280 |4548 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
686.37/686.51	c   687s|218600 |  2150 |  2116k|   9.7 |  23M| 393 |  53 |2280 |4641 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
686.66/686.82	c   687s|218700 |  2150 |  2118k|   9.7 |  23M| 393 |  39 |2280 |4728 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
687.06/687.23	c   687s|218800 |  2147 |  2119k|   9.7 |  23M| 393 |   - |2280 |4740 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
687.36/687.54	c   688s|218900 |  2149 |  2120k|   9.7 |  23M| 393 |   - |2280 |4803 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
687.67/687.85	c   688s|219000 |  2150 |  2121k|   9.7 |  23M| 393 |  42 |2280 |4854 |2280 |1674 |  93 | 169k|  13k| 0.000000e+00 |      --      |    Inf 
687.96/688.16	c   688s|219100 |  2150 |  2122k|   9.7 |  24M| 393 |   - |2280 |4907 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
688.26/688.50	c   688s|219200 |  2152 |  2124k|   9.7 |  24M| 393 |  28 |2280 |4942 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
688.66/688.82	c   689s|219300 |  2148 |  2125k|   9.7 |  24M| 393 |   - |2280 |5025 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
689.06/689.28	c   689s|219400 |  2150 |  2126k|   9.7 |  24M| 393 |  37 |2280 |5091 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
689.47/689.67	c   690s|219500 |  2146 |  2128k|   9.7 |  24M| 393 |  40 |2280 |5141 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
689.97/690.11	c   690s|219600 |  2146 |  2129k|   9.7 |  24M| 393 |  48 |2280 |5048 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
690.36/690.54	c   691s|219700 |  2148 |  2131k|   9.7 |  24M| 393 |  31 |2280 |5061 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
690.76/690.90	c   691s|219800 |  2146 |  2132k|   9.7 |  24M| 393 |   - |2280 |5131 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
691.06/691.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.06/691.29	c   691s|219900 |  2144 |  2134k|   9.7 |  24M| 393 |  55 |2280 |5090 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
691.47/691.62	c   692s|220000 |  2144 |  2135k|   9.7 |  24M| 393 |  19 |2280 |5107 |2280 |1674 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
691.77/691.95	c   692s|220100 |  2144 |  2136k|   9.7 |  24M| 393 |   - |2280 |5174 |   0 |   0 |  93 | 170k|  13k| 0.000000e+00 |      --      |    Inf 
692.06/692.29	c   692s|220200 |  2143 |  2138k|   9.7 |  24M| 393 |   - |2280 |5237 |2280 |1674 |  93 | 171k|  13k| 0.000000e+00 |      --      |    Inf 
692.36/692.54	c   693s|220300 |  2146 |  2139k|   9.7 |  24M| 393 |  16 |2280 |5150 |2280 |1674 |  93 | 171k|  13k| 0.000000e+00 |      --      |    Inf 
692.66/692.82	c   693s|220400 |  2146 |  2139k|   9.7 |  24M| 393 |   - |2280 |5154 |2280 |1674 |  93 | 171k|  13k| 0.000000e+00 |      --      |    Inf 
692.96/693.14	c   693s|220500 |  2149 |  2140k|   9.7 |  24M| 393 |  36 |2280 |5155 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
693.26/693.42	c   693s|220600 |  2149 |  2141k|   9.7 |  24M| 393 |   - |2280 |5270 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
693.46/693.68	c   694s|220700 |  2151 |  2142k|   9.7 |  24M| 393 |   - |2280 |5384 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
693.76/693.96	c   694s|220800 |  2150 |  2143k|   9.7 |  24M| 393 |   - |2280 |5428 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
694.07/694.26	c   694s|220900 |  2147 |  2144k|   9.7 |  24M| 393 |   - |2280 |5390 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
694.36/694.57	c   695s|221000 |  2147 |  2145k|   9.7 |  24M| 393 |  43 |2280 |5370 |2280 |1674 |  93 | 171k|  14k| 0.000000e+00 |      --      |    Inf 
694.66/694.88	c   695s|221100 |  2149 |  2146k|   9.7 |  24M| 393 |  47 |2280 |5382 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
695.07/695.24	c   695s|221200 |  2147 |  2147k|   9.7 |  24M| 393 |  39 |2280 |5406 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
695.36/695.51	c   696s|221300 |  2149 |  2148k|   9.7 |  24M| 393 |  38 |2280 |5375 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
695.66/695.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.66/695.80	c   696s|221400 |  2149 |  2148k|   9.7 |  24M| 393 |  35 |2280 |5439 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
695.96/696.11	c   696s|221500 |  2143 |  2149k|   9.7 |  24M| 393 |   - |2280 |5445 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
696.26/696.41	c   696s|221600 |  2147 |  2150k|   9.7 |  24M| 393 |   - |2280 |5485 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
696.56/696.71	c   697s|221700 |  2146 |  2151k|   9.7 |  24M| 393 |  38 |2280 |5578 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
696.76/696.96	c   697s|221800 |  2150 |  2152k|   9.7 |  24M| 393 |  34 |2280 |5434 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
697.06/697.26	c   697s|221900 |  2145 |  2152k|   9.7 |  24M| 393 |   - |2280 |5449 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
697.36/697.56	c   698s|222000 |  2143 |  2153k|   9.7 |  24M| 393 |   - |2280 |5505 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
697.66/697.88	c   698s|222100 |  2143 |  2154k|   9.7 |  24M| 393 |   - |2280 |5162 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
697.97/698.16	c   698s|222200 |  2143 |  2155k|   9.7 |  24M| 393 |   - |2280 |5009 |2280 |1674 |  93 | 172k|  14k| 0.000000e+00 |      --      |    Inf 
698.27/698.44	c   698s|222300 |  2141 |  2156k|   9.7 |  24M| 393 |  36 |2280 |5032 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
698.56/698.74	c   699s|222400 |  2142 |  2157k|   9.7 |  23M| 393 |  28 |2280 |4902 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
698.86/699.03	c   699s|222500 |  2141 |  2158k|   9.7 |  24M| 393 |   - |2280 |4922 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
699.16/699.35	c   699s|222600 |  2141 |  2159k|   9.7 |  23M| 393 |   - |2280 |4889 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
699.47/699.63	c   700s|222700 |  2145 |  2160k|   9.7 |  24M| 393 |  25 |2280 |4918 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
699.76/699.96	c   700s|222800 |  2137 |  2161k|   9.7 |  23M| 393 |  10 |2280 |4790 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
700.06/700.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.06/700.21	c   700s|222900 |  2135 |  2162k|   9.7 |  23M| 393 |   - |2280 |4827 |   0 |   0 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
700.26/700.49	c   700s|223000 |  2133 |  2162k|   9.7 |  23M| 393 |  34 |2280 |4662 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
700.57/700.78	c   701s|223100 |  2137 |  2163k|   9.7 |  23M| 393 |   - |2280 |4609 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
700.86/701.08	c   701s|223200 |  2135 |  2165k|   9.7 |  23M| 393 |  37 |2280 |4697 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
701.16/701.36	c   701s|223300 |  2137 |  2165k|   9.7 |  23M| 393 |  34 |2280 |4616 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
701.46/701.64	c   702s|223400 |  2141 |  2166k|   9.7 |  23M| 393 |   - |2280 |4551 |2280 |1674 |  93 | 173k|  14k| 0.000000e+00 |      --      |    Inf 
701.76/701.93	c   702s|223500 |  2138 |  2167k|   9.7 |  23M| 393 |  45 |2280 |4567 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
702.06/702.24	c   702s|223600 |  2137 |  2168k|   9.7 |  23M| 393 |   - |2280 |4562 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
702.36/702.56	c   703s|223700 |  2134 |  2169k|   9.7 |  23M| 393 |   - |2280 |4578 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
702.67/702.88	c   703s|223800 |  2135 |  2170k|   9.7 |  23M| 393 |   - |2280 |4559 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
703.06/703.20	c   703s|223900 |  2134 |  2170k|   9.7 |  23M| 393 |   - |2280 |4593 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
703.36/703.53	c   704s|224000 |  2131 |  2171k|   9.7 |  23M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
703.66/703.84	c   704s|224100 |  2126 |  2173k|   9.7 |  23M| 393 |   - |2280 |4593 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
704.06/704.25	c   704s|224200 |  2133 |  2174k|   9.7 |  23M| 393 |  26 |2280 |4488 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
704.36/704.57	c   705s|224300 |  2129 |  2175k|   9.7 |  23M| 393 |  39 |2280 |4428 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
704.76/704.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.76/704.93	c   705s|224400 |  2129 |  2176k|   9.7 |  23M| 393 |  45 |2280 |4369 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
705.06/705.23	c   705s|224500 |  2128 |  2177k|   9.7 |  23M| 393 |   - |2280 |4410 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
705.36/705.54	c   706s|224600 |  2132 |  2178k|   9.7 |  23M| 393 |   - |2280 |4345 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
705.66/705.88	c   706s|224700 |  2134 |  2179k|   9.7 |  23M| 393 |  22 |2280 |4291 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
705.96/706.19	c   706s|224800 |  2140 |  2180k|   9.7 |  23M| 393 |   - |2280 |4378 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
706.36/706.52	c   707s|224900 |  2130 |  2182k|   9.7 |  23M| 393 |  45 |2280 |4439 |2280 |1674 |  93 | 174k|  14k| 0.000000e+00 |      --      |    Inf 
706.66/706.84	c   707s|225000 |  2132 |  2183k|   9.7 |  23M| 393 |  28 |2280 |4385 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
706.96/707.19	c   707s|225100 |  2130 |  2185k|   9.7 |  23M| 393 |   - |2280 |4374 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
707.36/707.52	c   708s|225200 |  2129 |  2187k|   9.7 |  23M| 393 |   - |2280 |4447 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
707.66/707.84	c   708s|225300 |  2127 |  2188k|   9.7 |  23M| 393 |  35 |2280 |4461 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
707.96/708.17	c   708s|225400 |  2124 |  2190k|   9.7 |  23M| 393 |  27 |2280 |4447 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
708.27/708.49	c   708s|225500 |  2125 |  2191k|   9.7 |  23M| 393 |  29 |2280 |4471 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
708.66/708.81	c   709s|225600 |  2125 |  2191k|   9.7 |  22M| 393 |   - |2280 |4169 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
708.86/709.09	c   709s|225700 |  2127 |  2192k|   9.7 |  22M| 393 |  10 |2280 |4207 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
709.16/709.37	c   709s|225800 |  2126 |  2193k|   9.7 |  22M| 393 |  29 |2280 |4212 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
709.46/709.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.46/709.69	c   710s|225900 |  2126 |  2194k|   9.7 |  23M| 393 |   - |2280 |4258 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
709.86/710.01	c   710s|226000 |  2129 |  2196k|   9.7 |  22M| 393 |   - |2280 |4227 |2280 |1674 |  93 | 175k|  14k| 0.000000e+00 |      --      |    Inf 
710.16/710.36	c   710s|226100 |  2127 |  2197k|   9.7 |  23M| 393 |   - |2280 |4232 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
710.56/710.74	c   711s|226200 |  2128 |  2198k|   9.7 |  23M| 393 |   - |2280 |4309 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
710.86/711.09	c   711s|226300 |  2126 |  2200k|   9.7 |  23M| 393 |   - |2280 |4341 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
711.26/711.42	c   711s|226400 |  2128 |  2201k|   9.7 |  23M| 393 |   - |2280 |4294 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
711.65/711.80	c   712s|226500 |  2133 |  2202k|   9.7 |  23M| 393 |  52 |2280 |4318 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
711.96/712.15	c   712s|226600 |  2128 |  2203k|   9.7 |  23M| 393 |  50 |2280 |4294 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
712.36/712.52	c   713s|226700 |  2129 |  2205k|   9.7 |  23M| 393 |  60 |2280 |4301 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
712.66/712.87	c   713s|226800 |  2127 |  2206k|   9.7 |  23M| 393 |   - |2280 |4328 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
713.05/713.29	c   713s|226900 |  2125 |  2207k|   9.7 |  22M| 393 |  31 |2280 |4155 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
713.35/713.59	c   714s|227000 |  2126 |  2208k|   9.7 |  22M| 393 |   - |2280 |4096 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
713.66/713.87	c   714s|227100 |  2128 |  2209k|   9.7 |  22M| 393 |   - |2280 |4147 |2280 |1674 |  93 | 176k|  14k| 0.000000e+00 |      --      |    Inf 
713.96/714.15	c   714s|227200 |  2130 |  2210k|   9.7 |  22M| 393 |  20 |2280 |4196 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
714.26/714.44	c   714s|227300 |  2126 |  2210k|   9.7 |  22M| 393 |   - |2280 |4162 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
714.56/714.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.56/714.75	c   715s|227400 |  2130 |  2212k|   9.7 |  22M| 393 |  16 |2280 |4103 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
714.86/715.01	c   715s|227500 |  2129 |  2213k|   9.7 |  22M| 393 |   - |2280 |4102 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
715.06/715.28	c   715s|227600 |  2131 |  2214k|   9.7 |  22M| 393 |  14 |2280 |4119 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
715.46/715.60	c   716s|227700 |  2125 |  2215k|   9.7 |  22M| 393 |   - |2280 |4157 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
715.76/715.91	c   716s|227800 |  2128 |  2217k|   9.7 |  22M| 393 |  14 |2280 |3940 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
715.97/716.19	c   716s|227900 |  2128 |  2217k|   9.7 |  22M| 393 |  29 |2280 |3817 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
716.36/716.51	c   717s|228000 |  2129 |  2218k|   9.7 |  22M| 393 |   - |2280 |3833 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
716.66/716.81	c   717s|228100 |  2130 |  2219k|   9.7 |  22M| 393 |  39 |2280 |3912 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
716.96/717.12	c   717s|228200 |  2130 |  2220k|   9.7 |  22M| 393 |   - |2280 |4015 |2280 |1674 |  93 | 177k|  14k| 0.000000e+00 |      --      |    Inf 
717.26/717.46	c   717s|228300 |  2124 |  2221k|   9.7 |  22M| 393 |   - |2280 |4063 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
717.56/717.77	c   718s|228400 |  2128 |  2222k|   9.7 |  22M| 393 |   - |2280 |4084 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
717.86/718.06	c   718s|228500 |  2128 |  2223k|   9.7 |  22M| 393 |   - |2280 |4184 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
718.16/718.34	c   718s|228600 |  2132 |  2224k|   9.7 |  23M| 393 |   - |2280 |4213 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
718.46/718.64	c   719s|228700 |  2130 |  2225k|   9.7 |  23M| 393 |  25 |2280 |4248 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
718.76/718.91	c   719s|228800 |  2130 |  2226k|   9.7 |  23M| 393 |   - |2280 |4336 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
718.96/719.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.96/719.19	c   719s|228900 |  2132 |  2226k|   9.7 |  23M| 393 |   - |2280 |4309 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
719.27/719.49	c   719s|229000 |  2136 |  2227k|   9.7 |  23M| 393 |   - |2280 |4371 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
719.66/719.80	c   720s|229100 |  2134 |  2228k|   9.7 |  23M| 393 |   - |2280 |4457 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
719.96/720.10	c   720s|229200 |  2134 |  2229k|   9.7 |  23M| 393 |   - |2280 |4505 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
720.15/720.39	c   720s|229300 |  2138 |  2230k|   9.7 |  23M| 393 |  35 |2280 |4527 |2280 |1674 |  93 | 178k|  14k| 0.000000e+00 |      --      |    Inf 
720.56/720.72	c   721s|229400 |  2138 |  2231k|   9.7 |  23M| 393 |   - |2280 |4592 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
720.86/721.00	c   721s|229500 |  2136 |  2231k|   9.7 |  23M| 393 |  23 |2280 |4711 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
721.15/721.34	c   721s|229600 |  2135 |  2232k|   9.7 |  23M| 393 |  29 |2280 |4747 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
721.46/721.63	c   722s|229700 |  2137 |  2233k|   9.7 |  23M| 393 |   - |2280 |4655 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
721.76/721.95	c   722s|229800 |  2141 |  2234k|   9.7 |  23M| 393 |  39 |2280 |4696 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
722.05/722.25	c   722s|229900 |  2141 |  2235k|   9.7 |  23M| 393 |  36 |2280 |4758 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
722.35/722.53	c   723s|230000 |  2141 |  2235k|   9.7 |  23M| 393 |  28 |2280 |4800 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
722.65/722.84	c   723s|230100 |  2139 |  2236k|   9.7 |  23M| 393 |  41 |2280 |4832 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
722.96/723.12	c   723s|230200 |  2138 |  2237k|   9.7 |  23M| 393 |  25 |2280 |4812 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
723.26/723.44	c   723s|230300 |  2132 |  2238k|   9.7 |  23M| 393 |   - |2280 |4701 |2280 |1674 |  93 | 179k|  14k| 0.000000e+00 |      --      |    Inf 
723.56/723.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
723.56/723.73	c   724s|230400 |  2138 |  2238k|   9.7 |  23M| 393 |  23 |2280 |4622 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
723.86/724.04	c   724s|230500 |  2131 |  2239k|   9.7 |  23M| 393 |   - |2280 |4689 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
724.16/724.37	c   724s|230600 |  2129 |  2240k|   9.7 |  23M| 393 |   - |2280 |4477 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
724.46/724.69	c   725s|230700 |  2133 |  2241k|   9.7 |  23M| 393 |   - |2280 |4381 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
724.77/724.95	c   725s|230800 |  2132 |  2242k|   9.7 |  23M| 393 |  35 |2280 |4327 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
725.06/725.26	c   725s|230900 |  2134 |  2243k|   9.7 |  22M| 393 |   - |2280 |4154 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
725.36/725.55	c   726s|231000 |  2134 |  2244k|   9.7 |  22M| 393 |  28 |2280 |3825 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
725.66/725.84	c   726s|231100 |  2137 |  2244k|   9.7 |  22M| 393 |   - |2280 |3719 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
725.96/726.10	c   726s|231200 |  2136 |  2245k|   9.7 |  22M| 393 |   - |2280 |3706 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
726.15/726.38	c   726s|231300 |  2136 |  2246k|   9.7 |  22M| 393 |  36 |2280 |3751 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
726.46/726.67	c   727s|231400 |  2134 |  2247k|   9.7 |  22M| 393 |   - |2280 |3708 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
726.76/726.93	c   727s|231500 |  2139 |  2247k|   9.7 |  22M| 393 |   - |2280 |3690 |2280 |1674 |  93 | 180k|  14k| 0.000000e+00 |      --      |    Inf 
727.06/727.23	c   727s|231600 |  2137 |  2248k|   9.7 |  22M| 393 |  19 |2280 |3780 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
727.36/727.52	c   728s|231700 |  2137 |  2249k|   9.7 |  22M| 393 |   - |2280 |3840 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
727.66/727.81	c   728s|231800 |  2137 |  2250k|   9.7 |  22M| 393 |   - |2280 |3877 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
727.96/728.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
727.96/728.14	c   728s|231900 |  2135 |  2251k|   9.7 |  22M| 393 |   - |2280 |3949 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
728.26/728.46	c   728s|232000 |  2137 |  2252k|   9.7 |  22M| 393 |  31 |2280 |4013 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
728.55/728.77	c   729s|232100 |  2139 |  2253k|   9.7 |  22M| 393 |  21 |2280 |4084 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
728.85/729.07	c   729s|232200 |  2137 |  2254k|   9.7 |  23M| 393 |   - |2280 |4161 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
729.16/729.40	c   729s|232300 |  2135 |  2255k|   9.7 |  23M| 393 |  23 |2280 |4208 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
729.46/729.69	c   730s|232400 |  2135 |  2256k|   9.7 |  23M| 393 |   - |2280 |4276 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
729.85/730.04	c   730s|232500 |  2131 |  2257k|   9.7 |  23M| 393 |   - |2280 |4267 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
730.16/730.36	c   730s|232600 |  2133 |  2259k|   9.7 |  23M| 393 |   - |2280 |4338 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
730.46/730.68	c   731s|232700 |  2133 |  2260k|   9.7 |  23M| 393 |   - |2280 |4388 |2280 |1674 |  93 | 181k|  14k| 0.000000e+00 |      --      |    Inf 
730.85/731.00	c   731s|232800 |  2133 |  2261k|   9.7 |  23M| 393 |   - |2280 |4449 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
731.15/731.32	c   731s|232900 |  2137 |  2262k|   9.7 |  23M| 393 |  32 |2280 |4342 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
731.46/731.61	c   732s|233000 |  2137 |  2263k|   9.7 |  23M| 393 |   - |2280 |4446 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
731.76/731.93	c   732s|233100 |  2133 |  2264k|   9.7 |  23M| 393 |  50 |2280 |4494 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
732.05/732.24	c   732s|233200 |  2135 |  2266k|   9.7 |  23M| 393 |  33 |2280 |4571 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
732.36/732.54	c   733s|233300 |  2135 |  2267k|   9.7 |  23M| 393 |   - |2280 |4628 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
732.66/732.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
732.66/732.84	c   733s|233400 |  2135 |  2268k|   9.7 |  23M| 393 |   - |2280 |4693 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
732.96/733.17	c   733s|233500 |  2131 |  2269k|   9.7 |  23M| 393 |   - |2280 |4725 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
733.26/733.48	c   733s|233600 |  2135 |  2270k|   9.7 |  23M| 393 |   - |2280 |4699 |2280 |1674 |  93 | 182k|  14k| 0.000000e+00 |      --      |    Inf 
733.56/733.79	c   734s|233700 |  2134 |  2271k|   9.7 |  23M| 393 |   - |2280 |4812 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
733.95/734.13	c   734s|233800 |  2138 |  2273k|   9.7 |  23M| 393 |  30 |2280 |4878 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
734.26/734.47	c   734s|233900 |  2134 |  2274k|   9.7 |  23M| 393 |  31 |2280 |4944 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
734.66/734.82	c   735s|234000 |  2134 |  2275k|   9.7 |  24M| 393 |   - |2280 |5041 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
734.95/735.16	c   735s|234100 |  2138 |  2277k|   9.7 |  24M| 393 |   - |2280 |5010 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
735.36/735.50	c   735s|234200 |  2138 |  2278k|   9.7 |  24M| 393 |  16 |2280 |5041 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
735.66/735.81	c   736s|234300 |  2134 |  2279k|   9.7 |  24M| 393 |   - |2280 |5077 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
735.95/736.13	c   736s|234400 |  2134 |  2280k|   9.7 |  24M| 393 |  20 |2280 |5070 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
736.26/736.47	c   736s|234500 |  2134 |  2281k|   9.7 |  24M| 393 |  29 |2280 |5148 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
736.56/736.79	c   737s|234600 |  2136 |  2282k|   9.7 |  24M| 393 |   - |2280 |5153 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
736.96/737.11	c   737s|234700 |  2138 |  2283k|   9.7 |  24M| 393 |  21 |2280 |5166 |2280 |1674 |  93 | 183k|  14k| 0.000000e+00 |      --      |    Inf 
737.25/737.41	c   737s|234800 |  2138 |  2284k|   9.7 |  24M| 393 |   - |2280 |5243 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
737.55/737.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.55/737.72	c   738s|234900 |  2138 |  2285k|   9.7 |  24M| 393 |  27 |2280 |5284 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
737.86/738.03	c   738s|235000 |  2134 |  2286k|   9.7 |  24M| 393 |   - |2280 |5266 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
738.16/738.31	c   738s|235100 |  2138 |  2287k|   9.7 |  24M| 393 |   - |2280 |5317 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
738.46/738.61	c   739s|235200 |  2138 |  2288k|   9.7 |  24M| 393 |   - |2280 |5346 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
738.76/738.92	c   739s|235300 |  2138 |  2289k|   9.7 |  24M| 393 |   - |2280 |5397 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
739.06/739.26	c   739s|235400 |  2138 |  2290k|   9.7 |  24M| 393 |  26 |2280 |5435 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
739.35/739.58	c   740s|235500 |  2140 |  2292k|   9.7 |  24M| 393 |   - |2280 |5491 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
739.65/739.89	c   740s|235600 |  2140 |  2292k|   9.7 |  24M| 393 |  29 |2280 |5522 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
740.06/740.22	c   740s|235700 |  2144 |  2294k|   9.7 |  24M| 393 |  21 |2280 |5550 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
740.35/740.54	c   741s|235800 |  2140 |  2295k|   9.7 |  24M| 393 |  22 |2280 |5623 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
740.65/740.84	c   741s|235900 |  2142 |  2296k|   9.7 |  24M| 393 |  30 |2280 |5685 |2280 |1674 |  93 | 184k|  14k| 0.000000e+00 |      --      |    Inf 
740.95/741.19	c   741s|236000 |  2140 |  2297k|   9.7 |  25M| 393 |   - |2280 |5740 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
741.35/741.52	c   742s|236100 |  2142 |  2298k|   9.7 |  25M| 393 |   - |2280 |5814 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
741.65/741.89	c   742s|236200 |  2138 |  2299k|   9.7 |  25M| 393 |   - |2280 |5845 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
742.05/742.25	c   742s|236300 |  2132 |  2299k|   9.7 |  25M| 393 |   - |2280 |5832 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
742.36/742.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.36/742.55	c   743s|236400 |  2132 |  2300k|   9.7 |  25M| 393 |   - |2280 |5867 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
742.65/742.87	c   743s|236500 |  2132 |  2301k|   9.7 |  25M| 393 |   - |2280 |5947 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
743.05/743.21	c   743s|236600 |  2136 |  2303k|   9.7 |  24M| 393 |  37 |2280 |5531 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
743.36/743.56	c   744s|236700 |  2134 |  2304k|   9.7 |  24M| 393 |   - |2280 |5339 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
743.65/743.89	c   744s|236800 |  2138 |  2305k|   9.7 |  24M| 393 |   - |2280 |5273 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
744.06/744.21	c   744s|236900 |  2137 |  2306k|   9.7 |  24M| 393 |   - |2280 |5289 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
744.35/744.53	c   745s|237000 |  2133 |  2307k|   9.7 |  24M| 393 |  38 |2280 |5316 |2280 |1674 |  93 | 185k|  14k| 0.000000e+00 |      --      |    Inf 
744.65/744.86	c   745s|237100 |  2135 |  2308k|   9.7 |  24M| 393 |  44 |2280 |5309 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
745.06/745.20	c   745s|237200 |  2133 |  2309k|   9.7 |  24M| 393 |   - |2280 |5341 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
745.35/745.52	c   746s|237300 |  2135 |  2310k|   9.7 |  24M| 393 |  36 |2280 |5365 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
745.66/745.86	c   746s|237400 |  2139 |  2311k|   9.7 |  24M| 393 |   - |2280 |5012 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
745.95/746.17	c   746s|237500 |  2143 |  2312k|   9.7 |  23M| 393 |  20 |2280 |4970 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
746.25/746.48	c   746s|237600 |  2145 |  2313k|   9.7 |  24M| 393 |   - |2280 |5022 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
746.55/746.79	c   747s|237700 |  2142 |  2313k|   9.7 |  24M| 393 |   - |2280 |5064 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
746.95/747.10	c   747s|237800 |  2140 |  2314k|   9.7 |  24M| 393 |  24 |2280 |5090 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
747.25/747.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.25/747.42	c   747s|237900 |  2143 |  2315k|   9.7 |  24M| 393 |  23 |2280 |5171 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
747.55/747.72	c   748s|238000 |  2147 |  2316k|   9.7 |  24M| 393 |  27 |2280 |5248 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
747.86/748.01	c   748s|238100 |  2144 |  2317k|   9.7 |  24M| 393 |  23 |2280 |5301 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
748.15/748.31	c   748s|238200 |  2144 |  2318k|   9.7 |  24M| 393 |   - |2280 |5370 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
748.35/748.59	c   749s|238300 |  2145 |  2318k|   9.7 |  24M| 393 |  24 |2280 |5386 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
748.65/748.89	c   749s|238400 |  2147 |  2319k|   9.7 |  24M| 393 |  12 |2280 |5400 |2280 |1674 |  93 | 186k|  14k| 0.000000e+00 |      --      |    Inf 
748.96/749.18	c   749s|238500 |  2147 |  2320k|   9.7 |  24M| 393 |  20 |2280 |5392 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
749.25/749.45	c   749s|238600 |  2147 |  2321k|   9.7 |  24M| 393 |   - |2280 |5384 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
749.55/749.75	c   750s|238700 |  2146 |  2322k|   9.7 |  24M| 393 |   - |2280 |5408 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
749.86/750.06	c   750s|238800 |  2143 |  2323k|   9.7 |  24M| 393 |   - |2280 |5455 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
750.15/750.38	c   750s|238900 |  2136 |  2324k|   9.7 |  24M| 393 |  53 |2280 |5309 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
750.45/750.64	c   751s|239000 |  2145 |  2325k|   9.7 |  24M| 393 |   - |2280 |5030 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
750.75/750.95	c   751s|239100 |  2143 |  2326k|   9.7 |  24M| 393 |  28 |2280 |5094 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
751.06/751.25	c   751s|239200 |  2145 |  2327k|   9.7 |  24M| 393 |   - |2280 |5164 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
751.35/751.51	c   752s|239300 |  2149 |  2328k|   9.7 |  24M| 393 |  10 |2280 |5257 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
751.65/751.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.65/751.82	c   752s|239400 |  2145 |  2328k|   9.7 |  24M| 393 |   - |2280 |5334 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
751.95/752.13	c   752s|239500 |  2145 |  2330k|   9.7 |  24M| 393 |  21 |2280 |5386 |2280 |1674 |  93 | 187k|  14k| 0.000000e+00 |      --      |    Inf 
752.26/752.45	c   752s|239600 |  2143 |  2331k|   9.7 |  24M| 393 |  33 |2280 |5456 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
752.56/752.79	c   753s|239700 |  2141 |  2332k|   9.7 |  24M| 393 |   - |2280 |5423 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
752.86/753.06	c   753s|239800 |  2143 |  2332k|   9.7 |  24M| 393 |  32 |2280 |5311 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
753.15/753.34	c   753s|239900 |  2145 |  2333k|   9.7 |  24M| 393 |  32 |2280 |5259 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
753.46/753.66	c   754s|240000 |  2141 |  2334k|   9.7 |  24M| 393 |   - |2280 |5163 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
753.75/753.98	c   754s|240100 |  2141 |  2335k|   9.7 |  24M| 393 |  12 |2280 |5198 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
754.05/754.26	c   754s|240200 |  2145 |  2336k|   9.7 |  24M| 393 |  16 |2280 |5236 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
754.36/754.59	c   755s|240300 |  2141 |  2336k|   9.7 |  24M| 393 |   - |2280 |5323 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
754.65/754.89	c   755s|240400 |  2141 |  2337k|   9.7 |  24M| 393 |   - |2280 |5367 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
755.06/755.23	c   755s|240500 |  2141 |  2338k|   9.7 |  24M| 393 |   - |2280 |5352 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
755.35/755.56	c   756s|240600 |  2143 |  2339k|   9.7 |  24M| 393 |  23 |2280 |5403 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
755.65/755.88	c   756s|240700 |  2139 |  2340k|   9.7 |  24M| 393 |   - |2280 |5448 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
756.05/756.21	c   756s|240800 |  2138 |  2341k|   9.7 |  24M| 393 |  38 |2280 |5481 |2280 |1674 |  93 | 188k|  14k| 0.000000e+00 |      --      |    Inf 
756.35/756.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.35/756.52	c   757s|240900 |  2140 |  2342k|   9.7 |  24M| 393 |  26 |2280 |5497 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
756.65/756.82	c   757s|241000 |  2138 |  2343k|   9.7 |  24M| 393 |  18 |2280 |5528 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
756.95/757.13	c   757s|241100 |  2140 |  2344k|   9.7 |  24M| 393 |  31 |2280 |5548 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
757.25/757.48	c   757s|241200 |  2140 |  2344k|   9.7 |  24M| 393 |  26 |2280 |5576 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
757.55/757.79	c   758s|241300 |  2136 |  2346k|   9.7 |  24M| 393 |   - |2280 |5576 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
757.86/758.08	c   758s|241400 |  2142 |  2346k|   9.7 |  24M| 393 |  27 |2280 |5452 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
758.16/758.36	c   758s|241500 |  2144 |  2347k|   9.7 |  24M| 393 |  14 |2280 |5512 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
758.45/758.64	c   759s|241600 |  2144 |  2348k|   9.7 |  24M| 393 |   - |2280 |5557 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
758.76/758.92	c   759s|241700 |  2144 |  2349k|   9.7 |  24M| 393 |  34 |2280 |5602 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
759.05/759.22	c   759s|241800 |  2141 |  2350k|   9.7 |  24M| 393 |   - |2280 |5480 |2280 |1674 |  93 | 189k|  14k| 0.000000e+00 |      --      |    Inf 
759.35/759.54	c   760s|241900 |  2142 |  2351k|   9.7 |  24M| 393 |  34 |2280 |5528 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
759.65/759.84	c   760s|242000 |  2142 |  2352k|   9.7 |  24M| 393 |   - |2280 |5609 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
759.96/760.17	c   760s|242100 |  2140 |  2353k|   9.7 |  24M| 393 |   - |2280 |5707 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
760.25/760.45	c   760s|242200 |  2140 |  2354k|   9.7 |  25M| 393 |  45 |2280 |5765 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
760.55/760.79	c   761s|242300 |  2144 |  2356k|   9.7 |  25M| 393 |  35 |2280 |5808 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
760.96/761.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
760.96/761.12	c   761s|242400 |  2142 |  2357k|   9.7 |  25M| 393 |   - |2280 |5793 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
761.25/761.42	c   761s|242500 |  2146 |  2357k|   9.7 |  25M| 393 |  27 |2280 |5839 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
761.55/761.73	c   762s|242600 |  2144 |  2358k|   9.7 |  25M| 393 |   - |2280 |5877 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
761.86/762.03	c   762s|242700 |  2146 |  2359k|   9.7 |  25M| 393 |  33 |2280 |5926 |2280 |1674 |  93 | 190k|  14k| 0.000000e+00 |      --      |    Inf 
762.16/762.32	c   762s|242800 |  2140 |  2360k|   9.7 |  25M| 393 |   - |2280 |5976 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
762.45/762.64	c   763s|242900 |  2142 |  2361k|   9.7 |  25M| 393 |   - |2280 |5819 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
762.75/762.94	c   763s|243000 |  2145 |  2362k|   9.7 |  25M| 393 |   - |2280 |5834 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
763.05/763.27	c   763s|243100 |  2143 |  2363k|   9.7 |  25M| 393 |   - |2280 |5839 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
763.35/763.57	c   764s|243200 |  2143 |  2364k|   9.7 |  25M| 393 |   - |2280 |5865 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
763.65/763.86	c   764s|243300 |  2143 |  2364k|   9.7 |  25M| 393 |   - |2280 |5918 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
763.95/764.17	c   764s|243400 |  2141 |  2365k|   9.7 |  25M| 393 |   - |2280 |5973 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
764.26/764.45	c   764s|243500 |  2149 |  2366k|   9.7 |  25M| 393 |  18 |2280 |5945 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
764.55/764.74	c   765s|243600 |  2147 |  2367k|   9.7 |  25M| 393 |   - |2280 |5938 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
764.85/765.02	c   765s|243700 |  2149 |  2367k|   9.7 |  25M| 393 |  13 |2280 |5987 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
765.15/765.32	c   765s|243800 |  2147 |  2368k|   9.7 |  25M| 393 |  32 |2280 |6069 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
765.46/765.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.46/765.61	c   766s|243900 |  2148 |  2369k|   9.7 |  25M| 393 |   - |2280 |6100 |2280 |1674 |  93 | 191k|  14k| 0.000000e+00 |      --      |    Inf 
765.65/765.89	c   766s|244000 |  2152 |  2370k|   9.7 |  25M| 393 |   - |2280 |6071 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
765.95/766.16	c   766s|244100 |  2154 |  2371k|   9.7 |  25M| 393 |   - |2280 |6129 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
766.25/766.41	c   766s|244200 |  2154 |  2371k|   9.7 |  25M| 393 |   - |2280 |6149 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
766.46/766.69	c   767s|244300 |  2156 |  2372k|   9.7 |  25M| 393 |  21 |2280 |6196 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
766.75/766.98	c   767s|244400 |  2160 |  2373k|   9.7 |  25M| 393 |  21 |2280 |6269 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
767.05/767.26	c   767s|244500 |  2158 |  2374k|   9.7 |  25M| 393 |   - |2280 |6311 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
767.35/767.57	c   768s|244600 |  2158 |  2374k|   9.7 |  25M| 393 |   - |2280 |6359 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
767.66/767.88	c   768s|244700 |  2158 |  2375k|   9.7 |  25M| 393 |  10 |2280 |6364 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
767.95/768.16	c   768s|244800 |  2158 |  2376k|   9.7 |  25M| 393 |   - |2280 |6391 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
768.25/768.44	c   768s|244900 |  2160 |  2377k|   9.7 |  25M| 393 |  16 |2280 |6432 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
768.55/768.72	c   769s|245000 |  2160 |  2377k|   9.7 |  26M| 393 |   - |2280 |6508 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
768.76/768.99	c   769s|245100 |  2160 |  2378k|   9.7 |  26M| 393 |   - |2280 |6556 |2280 |1674 |  93 | 192k|  14k| 0.000000e+00 |      --      |    Inf 
769.05/769.26	c   769s|245200 |  2162 |  2379k|   9.7 |  26M| 393 |   - |2280 |6603 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
769.35/769.54	c   770s|245300 |  2162 |  2379k|   9.7 |  26M| 393 |   - |2280 |6626 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
769.65/769.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.65/769.83	c   770s|245400 |  2158 |  2380k|   9.7 |  26M| 393 |   - |2280 |6645 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
769.95/770.13	c   770s|245500 |  2160 |  2380k|   9.7 |  26M| 393 |  25 |2280 |6578 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
770.25/770.41	c   770s|245600 |  2160 |  2381k|   9.7 |  26M| 393 |   - |2280 |6628 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
770.45/770.68	c   771s|245700 |  2160 |  2382k|   9.7 |  26M| 393 |   - |2280 |6654 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
770.75/770.97	c   771s|245800 |  2160 |  2383k|   9.7 |  26M| 393 |   - |2280 |6704 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
771.05/771.25	c   771s|245900 |  2158 |  2383k|   9.7 |  26M| 393 |   - |2280 |6762 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
771.35/771.52	c   772s|246000 |  2160 |  2384k|   9.7 |  26M| 393 |  13 |2280 |6831 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
771.65/771.81	c   772s|246100 |  2164 |  2385k|   9.7 |  26M| 393 |  26 |2280 |6918 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
771.95/772.10	c   772s|246200 |  2162 |  2385k|   9.7 |  26M| 393 |  28 |2280 |6996 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
772.25/772.41	c   772s|246300 |  2162 |  2386k|   9.7 |  26M| 393 |  21 |2280 |6996 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
772.55/772.71	c   773s|246400 |  2162 |  2387k|   9.7 |  26M| 393 |  23 |2280 |7030 |2280 |1674 |  93 | 193k|  14k| 0.000000e+00 |      --      |    Inf 
772.85/773.00	c   773s|246500 |  2160 |  2387k|   9.7 |  26M| 393 |   - |2280 |7079 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
773.06/773.28	c   773s|246600 |  2160 |  2388k|   9.7 |  26M| 393 |  10 |2280 |7175 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
773.35/773.56	c   774s|246700 |  2160 |  2388k|   9.7 |  27M| 393 |   8 |2280 |7257 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
773.65/773.85	c   774s|246800 |  2162 |  2389k|   9.7 |  27M| 393 |   - |2280 |7243 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
773.95/774.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
773.95/774.14	c   774s|246900 |  2158 |  2390k|   9.7 |  27M| 393 |   - |2280 |7262 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
774.25/774.42	c   774s|247000 |  2162 |  2390k|   9.7 |  26M| 393 |   - |2280 |7128 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
774.55/774.72	c   775s|247100 |  2160 |  2391k|   9.7 |  26M| 393 |  20 |2280 |7171 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
774.85/775.02	c   775s|247200 |  2156 |  2391k|   9.7 |  26M| 393 |   - |2280 |7176 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
775.05/775.28	c   775s|247300 |  2158 |  2392k|   9.7 |  26M| 393 |   - |2280 |7157 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
775.36/775.56	c   776s|247400 |  2160 |  2393k|   9.7 |  27M| 393 |   - |2280 |7246 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
775.65/775.85	c   776s|247500 |  2158 |  2394k|   9.7 |  27M| 393 |   - |2280 |7306 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
775.95/776.12	c   776s|247600 |  2157 |  2395k|   9.7 |  27M| 393 |   - |2280 |7331 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
776.15/776.39	c   776s|247700 |  2157 |  2395k|   9.7 |  27M| 393 |   - |2280 |7385 |2280 |1674 |  93 | 194k|  14k| 0.000000e+00 |      --      |    Inf 
776.46/776.67	c   777s|247800 |  2157 |  2396k|   9.6 |  27M| 393 |   - |2280 |7460 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
776.74/776.92	c   777s|247900 |  2159 |  2397k|   9.6 |  27M| 393 |   - |2280 |7508 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
777.04/777.21	c   777s|248000 |  2157 |  2397k|   9.6 |  27M| 393 |  27 |2280 |7545 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
777.35/777.50	c   778s|248100 |  2155 |  2398k|   9.6 |  27M| 393 |   - |2280 |7599 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
777.55/777.79	c   778s|248200 |  2155 |  2399k|   9.6 |  27M| 393 |   - |2280 |7328 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
777.85/778.07	c   778s|248300 |  2159 |  2400k|   9.6 |  27M| 393 |  16 |2280 |7212 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
778.15/778.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
778.15/778.34	c   778s|248400 |  2157 |  2400k|   9.6 |  27M| 393 |   - |2280 |7239 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
778.45/778.62	c   779s|248500 |  2157 |  2401k|   9.6 |  27M| 393 |   - |2280 |7358 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
778.75/778.90	c   779s|248600 |  2159 |  2402k|   9.6 |  27M| 393 |  18 |2280 |7434 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
779.05/779.21	c   779s|248700 |  2159 |  2402k|   9.6 |  27M| 393 |   - |2280 |7503 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
779.35/779.52	c   780s|248800 |  2157 |  2403k|   9.6 |  27M| 393 |   - |2280 |7574 |2280 |1674 |  93 | 195k|  14k| 0.000000e+00 |      --      |    Inf 
779.55/779.80	c   780s|248900 |  2161 |  2404k|   9.6 |  27M| 393 |   - |2280 |7614 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
779.95/780.13	c   780s|249000 |  2165 |  2405k|   9.6 |  27M| 393 |   - |2280 |7639 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
780.25/780.46	c   780s|249100 |  2157 |  2405k|   9.6 |  27M| 393 |   - |2280 |7670 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
780.55/780.79	c   781s|249200 |  2153 |  2406k|   9.6 |  27M| 393 |   - |2280 |7683 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
780.95/781.10	c   781s|249300 |  2155 |  2407k|   9.6 |  27M| 393 |   - |2280 |7688 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
781.25/781.43	c   781s|249400 |  2157 |  2408k|   9.6 |  27M| 393 |   - |2280 |7324 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
781.55/781.77	c   782s|249500 |  2155 |  2409k|   9.6 |  26M| 393 |  30 |2280 |7232 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
781.85/782.09	c   782s|249600 |  2157 |  2410k|   9.6 |  26M| 393 |  27 |2280 |7202 |2280 |1674 |  93 | 196k|  14k| 0.000000e+00 |      --      |    Inf 
782.25/782.40	c   782s|249700 |  2155 |  2410k|   9.6 |  26M| 393 |   - |2280 |7208 |2280 |1674 |  93 | 196k|  15k| 0.000000e+00 |      --      |    Inf 
782.55/782.71	c   783s|249800 |  2157 |  2411k|   9.6 |  27M| 393 |  27 |2280 |7266 |2280 |1674 |  93 | 196k|  15k| 0.000000e+00 |      --      |    Inf 
782.85/783.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
782.85/783.04	c   783s|249900 |  2157 |  2412k|   9.6 |  26M| 393 |   - |2280 |7150 |2280 |1674 |  93 | 196k|  15k| 0.000000e+00 |      --      |    Inf 
783.14/783.39	c   783s|250000 |  2157 |  2413k|   9.6 |  26M| 393 |   - |2280 |7129 |2280 |1674 |  93 | 196k|  15k| 0.000000e+00 |      --      |    Inf 
783.44/783.69	c   784s|250100 |  2160 |  2414k|   9.6 |  26M| 393 |  17 |2280 |7128 |2280 |1674 |  93 | 196k|  15k| 0.000000e+00 |      --      |    Inf 
783.75/783.98	c   784s|250200 |  2156 |  2415k|   9.6 |  26M| 393 |  28 |2280 |7190 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
784.15/784.30	c   784s|250300 |  2158 |  2416k|   9.6 |  27M| 393 |   - |2280 |7235 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
784.45/784.67	c   785s|250400 |  2162 |  2417k|   9.6 |  27M| 393 |  21 |2280 |7296 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
784.75/784.99	c   785s|250500 |  2164 |  2418k|   9.6 |  27M| 393 |  34 |2280 |7394 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
785.05/785.29	c   785s|250600 |  2162 |  2419k|   9.6 |  27M| 393 |   - |2280 |7506 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
785.45/785.60	c   786s|250700 |  2158 |  2420k|   9.6 |  27M| 393 |   - |2280 |7528 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
785.64/785.89	c   786s|250800 |  2154 |  2421k|   9.6 |  27M| 393 |   - |2280 |7567 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
786.05/786.23	c   786s|250900 |  2154 |  2422k|   9.6 |  27M| 393 |   - |2280 |7523 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
786.36/786.54	c   787s|251000 |  2154 |  2422k|   9.6 |  27M| 393 |   - |2280 |7528 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
786.65/786.84	c   787s|251100 |  2154 |  2424k|   9.6 |  27M| 393 |   - |2280 |7250 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
786.94/787.14	c   787s|251200 |  2158 |  2424k|   9.6 |  27M| 393 |  15 |2280 |7291 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
787.24/787.46	c   787s|251300 |  2154 |  2425k|   9.6 |  27M| 393 |  38 |2280 |7369 |2280 |1674 |  93 | 197k|  15k| 0.000000e+00 |      --      |    Inf 
787.65/787.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.65/787.81	c   788s|251400 |  2156 |  2426k|   9.6 |  27M| 393 |   - |2280 |7347 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
787.95/788.10	c   788s|251500 |  2160 |  2427k|   9.6 |  27M| 393 |  35 |2280 |7422 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
788.24/788.42	c   788s|251600 |  2159 |  2428k|   9.6 |  27M| 393 |  31 |2280 |7481 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
788.55/788.75	c   789s|251700 |  2157 |  2429k|   9.6 |  27M| 393 |   - |2280 |7538 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
788.84/789.07	c   789s|251800 |  2159 |  2430k|   9.6 |  27M| 393 |   - |2280 |7501 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
789.24/789.40	c   789s|251900 |  2155 |  2431k|   9.6 |  27M| 393 |   - |2280 |7510 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
789.55/789.73	c   790s|252000 |  2157 |  2432k|   9.6 |  27M| 393 |  32 |2280 |7472 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
789.85/790.04	c   790s|252100 |  2159 |  2433k|   9.6 |  27M| 393 |  27 |2280 |7535 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
790.15/790.35	c   790s|252200 |  2162 |  2434k|   9.6 |  27M| 393 |  27 |2280 |7590 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
790.45/790.69	c   791s|252300 |  2155 |  2435k|   9.6 |  27M| 393 |   - |2280 |7595 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
790.75/790.99	c   791s|252400 |  2153 |  2436k|   9.6 |  27M| 393 |   - |2280 |7419 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
791.05/791.29	c   791s|252500 |  2153 |  2437k|   9.6 |  27M| 393 |   - |2280 |7385 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
791.45/791.60	c   792s|252600 |  2155 |  2438k|   9.6 |  26M| 393 |   - |2280 |7192 |2280 |1674 |  93 | 198k|  15k| 0.000000e+00 |      --      |    Inf 
791.75/791.93	c   792s|252700 |  2155 |  2439k|   9.6 |  27M| 393 |   - |2280 |7243 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
792.05/792.24	c   792s|252800 |  2155 |  2440k|   9.6 |  27M| 393 |   - |2280 |7266 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
792.34/792.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.34/792.56	c   793s|252900 |  2155 |  2441k|   9.6 |  27M| 393 |   - |2280 |7332 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
792.64/792.88	c   793s|253000 |  2154 |  2442k|   9.6 |  27M| 393 |   - |2280 |7359 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
792.96/793.19	c   793s|253100 |  2160 |  2443k|   9.6 |  27M| 393 |   - |2280 |7432 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
793.34/793.51	c   794s|253200 |  2158 |  2444k|   9.6 |  27M| 393 |   - |2280 |7479 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
793.65/793.82	c   794s|253300 |  2156 |  2445k|   9.6 |  27M| 393 |  26 |2280 |7503 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
793.95/794.15	c   794s|253400 |  2156 |  2446k|   9.6 |  27M| 393 |  24 |2280 |7551 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
794.25/794.46	c   794s|253500 |  2160 |  2447k|   9.6 |  27M| 393 |  17 |2280 |7594 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
794.54/794.79	c   795s|253600 |  2160 |  2448k|   9.6 |  27M| 393 |  28 |2280 |7674 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
794.95/795.14	c   795s|253700 |  2156 |  2449k|   9.6 |  27M| 393 |   - |2280 |7738 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
795.24/795.47	c   795s|253800 |  2156 |  2450k|   9.6 |  27M| 393 |   - |2280 |7505 |2280 |1674 |  93 | 199k|  15k| 0.000000e+00 |      --      |    Inf 
795.55/795.77	c   796s|253900 |  2151 |  2452k|   9.6 |  27M| 393 |  25 |2280 |7429 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
795.95/796.10	c   796s|254000 |  2154 |  2453k|   9.6 |  27M| 393 |   - |2280 |7345 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
796.25/796.43	c   796s|254100 |  2150 |  2454k|   9.6 |  27M| 393 |  26 |2280 |7290 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
796.55/796.78	c   797s|254200 |  2151 |  2455k|   9.6 |  27M| 393 |  25 |2280 |7255 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
796.84/797.08	c   797s|254300 |  2150 |  2456k|   9.6 |  26M| 393 |   - |2280 |7202 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
797.26/797.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.26/797.42	c   797s|254400 |  2153 |  2458k|   9.6 |  27M| 393 |   - |2280 |7260 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
797.55/797.76	c   798s|254500 |  2159 |  2459k|   9.6 |  27M| 393 |  14 |2280 |7296 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
797.95/798.13	c   798s|254600 |  2151 |  2461k|   9.6 |  27M| 393 |   - |2280 |7335 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
798.24/798.44	c   798s|254700 |  2149 |  2462k|   9.6 |  27M| 393 |  32 |2280 |7369 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
798.55/798.75	c   799s|254800 |  2149 |  2463k|   9.6 |  27M| 393 |  19 |2280 |7429 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
798.85/799.07	c   799s|254900 |  2147 |  2464k|   9.6 |  27M| 393 |   - |2280 |7279 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
799.15/799.39	c   799s|255000 |  2149 |  2465k|   9.6 |  27M| 393 |   - |2280 |7279 |2280 |1674 |  93 | 200k|  15k| 0.000000e+00 |      --      |    Inf 
799.55/799.73	c   800s|255100 |  2151 |  2466k|   9.6 |  27M| 393 |  19 |2280 |7338 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
799.85/800.04	c   800s|255200 |  2151 |  2467k|   9.6 |  27M| 393 |  23 |2280 |7417 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
800.15/800.36	c   800s|255300 |  2151 |  2468k|   9.6 |  27M| 393 |  26 |2280 |7473 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
800.45/800.67	c   801s|255400 |  2153 |  2469k|   9.6 |  27M| 393 |   - |2280 |7503 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
800.85/801.00	c   801s|255500 |  2152 |  2470k|   9.6 |  27M| 393 |  27 |2280 |7578 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
801.05/801.29	c   801s|255600 |  2150 |  2471k|   9.6 |  27M| 393 |   - |2280 |7398 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
801.44/801.62	c   802s|255700 |  2146 |  2472k|   9.6 |  27M| 393 |   - |2280 |7335 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
801.75/801.92	c   802s|255800 |  2154 |  2473k|   9.6 |  27M| 393 |  30 |2280 |7293 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
802.04/802.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.04/802.23	c   802s|255900 |  2152 |  2474k|   9.6 |  27M| 393 |   - |2280 |7364 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
802.34/802.55	c   803s|256000 |  2152 |  2475k|   9.6 |  27M| 393 |  33 |2280 |7404 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
802.65/802.86	c   803s|256100 |  2154 |  2476k|   9.6 |  27M| 393 |  34 |2280 |7458 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
803.05/803.20	c   803s|256200 |  2152 |  2477k|   9.6 |  27M| 393 |  30 |2280 |7486 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
803.35/803.54	c   804s|256300 |  2152 |  2478k|   9.6 |  27M| 393 |   - |2280 |7493 |2280 |1674 |  93 | 201k|  15k| 0.000000e+00 |      --      |    Inf 
803.65/803.88	c   804s|256400 |  2148 |  2479k|   9.7 |  27M| 393 |  35 |2280 |7547 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
804.04/804.21	c   804s|256500 |  2148 |  2480k|   9.7 |  27M| 393 |  23 |2280 |7569 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
804.35/804.57	c   805s|256600 |  2142 |  2481k|   9.7 |  27M| 393 |   - |2280 |7513 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
804.64/804.88	c   805s|256700 |  2145 |  2482k|   9.7 |  26M| 393 |  43 |2280 |7162 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
804.95/805.19	c   805s|256800 |  2143 |  2483k|   9.7 |  26M| 393 |   - |2280 |7092 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
805.25/805.48	c   805s|256900 |  2147 |  2485k|   9.7 |  26M| 393 |  29 |2280 |7006 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
805.65/805.80	c   806s|257000 |  2146 |  2486k|   9.7 |  26M| 393 |   - |2280 |7027 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
805.94/806.12	c   806s|257100 |  2145 |  2487k|   9.7 |  26M| 393 |  24 |2280 |7089 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
806.25/806.42	c   806s|257200 |  2141 |  2488k|   9.7 |  26M| 393 |   - |2280 |7021 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
806.55/806.71	c   807s|257300 |  2141 |  2489k|   9.7 |  26M| 393 |  20 |2280 |6831 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
806.85/807.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
806.85/807.01	c   807s|257400 |  2141 |  2489k|   9.7 |  25M| 393 |  17 |2280 |6456 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
807.15/807.32	c   807s|257500 |  2141 |  2490k|   9.7 |  25M| 393 |  24 |2280 |6390 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
807.45/807.62	c   808s|257600 |  2140 |  2491k|   9.7 |  25M| 393 |  26 |2280 |6359 |2280 |1674 |  93 | 202k|  15k| 0.000000e+00 |      --      |    Inf 
807.75/807.93	c   808s|257700 |  2139 |  2492k|   9.7 |  25M| 393 |  20 |2280 |6420 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
808.05/808.22	c   808s|257800 |  2139 |  2493k|   9.7 |  25M| 393 |  25 |2280 |6449 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
808.35/808.53	c   809s|257900 |  2139 |  2494k|   9.7 |  26M| 393 |  24 |2280 |6484 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
808.65/808.84	c   809s|258000 |  2139 |  2495k|   9.7 |  25M| 393 |  41 |2280 |6459 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
808.95/809.16	c   809s|258100 |  2137 |  2496k|   9.7 |  26M| 393 |   - |2280 |6495 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
809.25/809.44	c   809s|258200 |  2141 |  2497k|   9.7 |  26M| 393 |   - |2280 |6550 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
809.54/809.74	c   810s|258300 |  2140 |  2497k|   9.7 |  26M| 393 |  26 |2280 |6582 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
809.85/810.02	c   810s|258400 |  2140 |  2498k|   9.6 |  26M| 393 |  39 |2280 |6571 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
810.14/810.33	c   810s|258500 |  2138 |  2499k|   9.6 |  26M| 393 |  27 |2280 |6589 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
810.44/810.67	c   811s|258600 |  2138 |  2500k|   9.6 |  25M| 393 |  30 |2280 |6420 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
810.84/811.00	c   811s|258700 |  2134 |  2501k|   9.6 |  25M| 393 |   - |2280 |6247 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
811.14/811.33	c   811s|258800 |  2136 |  2502k|   9.6 |  25M| 393 |  37 |2280 |6277 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
811.44/811.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.44/811.67	c   812s|258900 |  2134 |  2503k|   9.7 |  25M| 393 |   - |2280 |6346 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
811.85/812.01	c   812s|259000 |  2134 |  2504k|   9.7 |  25M| 393 |  29 |2280 |6309 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
812.14/812.39	c   812s|259100 |  2132 |  2505k|   9.7 |  25M| 393 |   - |2280 |6267 |2280 |1674 |  93 | 203k|  15k| 0.000000e+00 |      --      |    Inf 
812.55/812.73	c   813s|259200 |  2130 |  2506k|   9.7 |  25M| 393 |  41 |2280 |6253 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
812.84/813.06	c   813s|259300 |  2132 |  2507k|   9.7 |  25M| 393 |   - |2280 |5985 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
813.14/813.38	c   813s|259400 |  2133 |  2508k|   9.7 |  25M| 393 |   - |2280 |5731 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
813.54/813.70	c   814s|259500 |  2135 |  2509k|   9.7 |  25M| 393 |  18 |2280 |5766 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
813.85/814.02	c   814s|259600 |  2136 |  2510k|   9.6 |  25M| 393 |   6 |2280 |5817 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
814.14/814.34	c   814s|259700 |  2136 |  2510k|   9.6 |  25M| 393 |  16 |2280 |5854 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
814.45/814.65	c   815s|259800 |  2132 |  2511k|   9.6 |  25M| 393 |   - |2280 |5912 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
814.74/814.97	c   815s|259900 |  2136 |  2512k|   9.6 |  25M| 393 |   - |2280 |5770 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
815.05/815.27	c   815s|260000 |  2132 |  2513k|   9.6 |  25M| 393 |   - |2280 |5728 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
815.34/815.55	c   816s|260100 |  2134 |  2514k|   9.6 |  25M| 393 |  21 |2280 |5679 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
815.64/815.84	c   816s|260200 |  2136 |  2514k|   9.6 |  25M| 393 |  17 |2280 |5737 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
815.94/816.14	c   816s|260300 |  2136 |  2515k|   9.6 |  25M| 393 |  27 |2280 |5776 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
816.24/816.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.24/816.44	c   816s|260400 |  2134 |  2516k|   9.6 |  25M| 393 |   - |2280 |5833 |2280 |1674 |  93 | 204k|  15k| 0.000000e+00 |      --      |    Inf 
816.54/816.73	c   817s|260500 |  2138 |  2517k|   9.6 |  25M| 393 |  22 |2280 |5897 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
816.84/817.06	c   817s|260600 |  2138 |  2518k|   9.6 |  25M| 393 |   - |2280 |6015 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
817.14/817.38	c   817s|260700 |  2136 |  2518k|   9.6 |  25M| 393 |  25 |2280 |6068 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
817.45/817.69	c   818s|260800 |  2132 |  2519k|   9.6 |  25M| 393 |   - |2280 |6081 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
817.74/817.98	c   818s|260900 |  2138 |  2520k|   9.6 |  25M| 393 |  19 |2280 |6025 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
818.15/818.31	c   818s|261000 |  2138 |  2521k|   9.6 |  25M| 393 |   - |2280 |6011 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
818.44/818.63	c   819s|261100 |  2136 |  2521k|   9.6 |  25M| 393 |   - |2280 |6058 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
818.75/818.93	c   819s|261200 |  2138 |  2522k|   9.6 |  25M| 393 |   - |2280 |6104 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
819.04/819.26	c   819s|261300 |  2136 |  2523k|   9.6 |  25M| 393 |  24 |2280 |6065 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
819.35/819.57	c   820s|261400 |  2136 |  2524k|   9.6 |  25M| 393 |   - |2280 |6061 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
819.64/819.86	c   820s|261500 |  2138 |  2525k|   9.6 |  25M| 393 |  12 |2280 |6001 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
819.94/820.17	c   820s|261600 |  2136 |  2526k|   9.6 |  25M| 393 |   - |2280 |6045 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
820.24/820.49	c   820s|261700 |  2140 |  2527k|   9.6 |  25M| 393 |   - |2280 |6075 |2280 |1674 |  93 | 205k|  15k| 0.000000e+00 |      --      |    Inf 
820.64/820.80	c   821s|261800 |  2140 |  2527k|   9.6 |  25M| 393 |  35 |2280 |6115 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
820.95/821.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.95/821.12	c   821s|261900 |  2136 |  2528k|   9.6 |  25M| 393 |   - |2280 |6160 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
821.24/821.42	c   821s|262000 |  2138 |  2529k|   9.6 |  25M| 393 |   - |2280 |6172 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
821.54/821.75	c   822s|262100 |  2138 |  2530k|   9.6 |  25M| 393 |  27 |2280 |6205 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
821.84/822.09	c   822s|262200 |  2136 |  2531k|   9.6 |  25M| 393 |  27 |2280 |6259 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
822.25/822.42	c   822s|262300 |  2132 |  2532k|   9.6 |  25M| 393 |   - |2280 |6272 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
822.55/822.75	c   823s|262400 |  2132 |  2532k|   9.6 |  25M| 393 |   - |2280 |6134 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
822.84/823.03	c   823s|262500 |  2134 |  2533k|   9.6 |  25M| 393 |  41 |2280 |6179 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
823.14/823.34	c   823s|262600 |  2135 |  2534k|   9.6 |  25M| 393 |   - |2280 |5990 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
823.44/823.65	c   824s|262700 |  2137 |  2535k|   9.6 |  25M| 393 |  29 |2280 |6028 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
823.75/823.99	c   824s|262800 |  2135 |  2536k|   9.6 |  25M| 393 |  33 |2280 |5856 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
824.04/824.28	c   824s|262900 |  2137 |  2536k|   9.6 |  25M| 393 |  14 |2280 |5922 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
824.34/824.59	c   825s|263000 |  2137 |  2537k|   9.6 |  25M| 393 |   - |2280 |5968 |2280 |1674 |  93 | 206k|  15k| 0.000000e+00 |      --      |    Inf 
824.75/824.92	c   825s|263100 |  2135 |  2538k|   9.6 |  25M| 393 |   - |2280 |6039 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
825.04/825.23	c   825s|263200 |  2135 |  2539k|   9.6 |  25M| 393 |   - |2280 |6089 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
825.34/825.55	c   826s|263300 |  2131 |  2540k|   9.6 |  25M| 393 |   - |2280 |5991 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
825.64/825.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.64/825.86	c   826s|263400 |  2133 |  2541k|   9.6 |  25M| 393 |  24 |2280 |5808 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
825.95/826.14	c   826s|263500 |  2133 |  2541k|   9.6 |  25M| 393 |  39 |2280 |5886 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
826.24/826.45	c   826s|263600 |  2132 |  2542k|   9.6 |  25M| 393 |   - |2280 |5905 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
826.54/826.76	c   827s|263700 |  2129 |  2543k|   9.6 |  25M| 393 |  40 |2280 |5937 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
826.84/827.06	c   827s|263800 |  2137 |  2544k|   9.6 |  25M| 393 |   - |2280 |5706 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
827.14/827.34	c   827s|263900 |  2136 |  2544k|   9.6 |  25M| 393 |   - |2280 |5778 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
827.45/827.65	c   828s|264000 |  2134 |  2545k|   9.6 |  25M| 393 |  18 |2280 |5790 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
827.75/827.91	c   828s|264100 |  2139 |  2546k|   9.6 |  25M| 393 |   - |2280 |5783 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
827.94/828.17	c   828s|264200 |  2139 |  2546k|   9.6 |  25M| 393 |   - |2280 |5866 |2280 |1674 |  93 | 207k|  15k| 0.000000e+00 |      --      |    Inf 
828.24/828.45	c   828s|264300 |  2137 |  2547k|   9.6 |  25M| 393 |   - |2280 |5968 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
828.54/828.72	c   829s|264400 |  2138 |  2548k|   9.6 |  25M| 393 |  10 |2280 |5924 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
828.74/828.99	c   829s|264500 |  2138 |  2548k|   9.6 |  25M| 393 |  34 |2280 |5933 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
829.05/829.27	c   829s|264600 |  2136 |  2549k|   9.6 |  25M| 393 |  27 |2280 |5976 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
829.34/829.56	c   830s|264700 |  2136 |  2550k|   9.6 |  25M| 393 |   - |2280 |5999 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
829.64/829.86	c   830s|264800 |  2134 |  2550k|   9.6 |  25M| 393 |   - |2280 |5998 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
829.94/830.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
829.94/830.15	c   830s|264900 |  2136 |  2551k|   9.6 |  25M| 393 |  38 |2280 |5998 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
830.24/830.42	c   830s|265000 |  2142 |  2552k|   9.6 |  25M| 393 |  30 |2280 |6011 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
830.54/830.71	c   831s|265100 |  2140 |  2552k|   9.6 |  25M| 393 |   - |2280 |6073 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
830.74/830.99	c   831s|265200 |  2140 |  2553k|   9.6 |  25M| 393 |   - |2280 |6117 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
831.04/831.27	c   831s|265300 |  2140 |  2554k|   9.6 |  25M| 393 |   - |2280 |6169 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
831.35/831.53	c   832s|265400 |  2140 |  2554k|   9.6 |  25M| 393 |  29 |2280 |6236 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
831.64/831.81	c   832s|265500 |  2138 |  2555k|   9.6 |  25M| 393 |   - |2280 |6267 |2280 |1674 |  93 | 208k|  15k| 0.000000e+00 |      --      |    Inf 
831.94/832.10	c   832s|265600 |  2140 |  2556k|   9.6 |  25M| 393 |   - |2280 |6244 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
832.24/832.41	c   832s|265700 |  2138 |  2557k|   9.6 |  25M| 393 |   - |2280 |6224 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
832.55/832.72	c   833s|265800 |  2136 |  2557k|   9.6 |  25M| 393 |   - |2280 |6269 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
832.84/833.02	c   833s|265900 |  2136 |  2558k|   9.6 |  25M| 393 |  19 |2280 |6281 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
833.04/833.29	c   833s|266000 |  2134 |  2559k|   9.6 |  25M| 393 |  32 |2280 |6235 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
833.34/833.57	c   834s|266100 |  2134 |  2559k|   9.6 |  25M| 393 |  33 |2280 |6307 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
833.64/833.84	c   834s|266200 |  2138 |  2560k|   9.6 |  25M| 393 |  29 |2280 |6363 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
833.94/834.14	c   834s|266300 |  2134 |  2561k|   9.6 |  26M| 393 |  43 |2280 |6410 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
834.24/834.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
834.24/834.46	c   834s|266400 |  2132 |  2561k|   9.6 |  26M| 393 |   - |2280 |6430 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
834.54/834.77	c   835s|266500 |  2132 |  2562k|   9.6 |  26M| 393 |  38 |2280 |6479 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
834.84/835.07	c   835s|266600 |  2136 |  2563k|   9.6 |  25M| 393 |  37 |2280 |6344 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
835.14/835.38	c   835s|266700 |  2136 |  2564k|   9.6 |  26M| 393 |  13 |2280 |6372 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
835.44/835.69	c   836s|266800 |  2134 |  2564k|   9.6 |  26M| 393 |  12 |2280 |6404 |2280 |1674 |  93 | 209k|  15k| 0.000000e+00 |      --      |    Inf 
835.75/835.97	c   836s|266900 |  2132 |  2565k|   9.6 |  26M| 393 |   - |2280 |6439 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
836.04/836.24	c   836s|267000 |  2134 |  2566k|   9.6 |  26M| 393 |  29 |2280 |6441 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
836.34/836.52	c   837s|267100 |  2132 |  2566k|   9.6 |  26M| 393 |   - |2280 |6503 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
836.64/836.80	c   837s|267200 |  2132 |  2567k|   9.6 |  26M| 393 |  30 |2280 |6586 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
836.84/837.07	c   837s|267300 |  2132 |  2568k|   9.6 |  26M| 393 |  29 |2280 |6565 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
837.14/837.36	c   837s|267400 |  2138 |  2568k|   9.6 |  26M| 393 |  12 |2280 |6512 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
837.44/837.66	c   838s|267500 |  2136 |  2569k|   9.6 |  26M| 393 |  21 |2280 |6556 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
837.74/837.97	c   838s|267600 |  2133 |  2570k|   9.6 |  26M| 393 |   - |2280 |6588 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
838.05/838.28	c   838s|267700 |  2135 |  2571k|   9.6 |  26M| 393 |   - |2280 |6642 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
838.34/838.58	c   839s|267800 |  2133 |  2571k|   9.6 |  26M| 393 |   - |2280 |6670 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
838.64/838.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.64/838.88	c   839s|267900 |  2134 |  2572k|   9.6 |  26M| 393 |   - |2280 |6653 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
839.04/839.22	c   839s|268000 |  2134 |  2573k|   9.6 |  26M| 393 |  27 |2280 |6685 |2280 |1674 |  93 | 210k|  15k| 0.000000e+00 |      --      |    Inf 
839.34/839.54	c   840s|268100 |  2132 |  2573k|   9.6 |  26M| 393 |  40 |2280 |6714 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
839.63/839.86	c   840s|268200 |  2132 |  2574k|   9.6 |  26M| 393 |   - |2280 |6742 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
839.94/840.19	c   840s|268300 |  2132 |  2575k|   9.6 |  26M| 393 |   - |2280 |6769 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
840.34/840.52	c   841s|268400 |  2134 |  2576k|   9.6 |  26M| 393 |  27 |2280 |6808 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
840.64/840.88	c   841s|268500 |  2130 |  2576k|   9.6 |  26M| 393 |   - |2280 |6840 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
840.94/841.18	c   841s|268600 |  2134 |  2577k|   9.6 |  26M| 393 |   - |2280 |6574 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
841.25/841.46	c   841s|268700 |  2132 |  2578k|   9.6 |  26M| 393 |   - |2280 |6667 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
841.54/841.75	c   842s|268800 |  2134 |  2579k|   9.6 |  26M| 393 |  18 |2280 |6727 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
841.83/842.05	c   842s|268900 |  2136 |  2579k|   9.6 |  26M| 393 |  12 |2280 |6778 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
842.14/842.36	c   842s|269000 |  2132 |  2580k|   9.6 |  26M| 393 |  28 |2280 |6828 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
842.45/842.65	c   843s|269100 |  2132 |  2581k|   9.6 |  26M| 393 |  27 |2280 |6799 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
842.74/842.93	c   843s|269200 |  2133 |  2582k|   9.6 |  26M| 393 |  35 |2280 |6788 |2280 |1674 |  93 | 211k|  15k| 0.000000e+00 |      --      |    Inf 
843.04/843.21	c   843s|269300 |  2132 |  2582k|   9.6 |  26M| 393 |   - |2280 |6879 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
843.24/843.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
843.24/843.49	c   843s|269400 |  2130 |  2583k|   9.6 |  26M| 393 |  32 |2280 |6917 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
843.54/843.80	c   844s|269500 |  2130 |  2584k|   9.6 |  26M| 393 |  46 |2280 |6843 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
843.93/844.12	c   844s|269600 |  2128 |  2584k|   9.6 |  25M| 393 |  34 |2280 |6288 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
844.24/844.45	c   844s|269700 |  2130 |  2585k|   9.6 |  25M| 393 |  35 |2280 |5657 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
844.55/844.72	c   845s|269800 |  2128 |  2586k|   9.6 |  25M| 393 |   - |2280 |5673 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
844.84/845.00	c   845s|269900 |  2128 |  2587k|   9.6 |  25M| 393 |   - |2280 |5702 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
845.04/845.28	c   845s|270000 |  2128 |  2588k|   9.6 |  25M| 393 |   - |2280 |5748 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
845.34/845.55	c   846s|270100 |  2132 |  2589k|   9.6 |  25M| 393 |  31 |2280 |5790 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
845.64/845.83	c   846s|270200 |  2132 |  2589k|   9.6 |  25M| 393 |  41 |2280 |5833 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
845.94/846.13	c   846s|270300 |  2130 |  2590k|   9.6 |  25M| 393 |  37 |2280 |5905 |2280 |1674 |  93 | 212k|  15k| 0.000000e+00 |      --      |    Inf 
846.24/846.46	c   846s|270400 |  2129 |  2591k|   9.6 |  25M| 393 |  32 |2280 |5881 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
846.54/846.74	c   847s|270500 |  2124 |  2592k|   9.6 |  24M| 393 |   - |2280 |5406 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
847.24/847.47	c   847s|270600 |  2126 |  2593k|   9.6 |  24M| 393 |  39 |2280 |5144 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
847.74/847.93	c   848s|270700 |  2128 |  2594k|   9.6 |  24M| 393 |  32 |2280 |5097 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
848.14/848.33	c   848s|270800 |  2128 |  2595k|   9.6 |  24M| 393 |  37 |2280 |4984 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
848.54/848.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.54/848.71	c   849s|270900 |  2127 |  2596k|   9.6 |  24M| 393 |   - |2280 |5006 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
848.83/849.10	c   849s|271000 |  2125 |  2598k|   9.6 |  24M| 393 |   - |2280 |4992 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
849.24/849.48	c   849s|271100 |  2127 |  2599k|   9.6 |  24M| 393 |  42 |2280 |4848 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
849.54/849.76	c   850s|271200 |  2131 |  2600k|   9.6 |  24M| 393 |  32 |2280 |4779 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
849.84/850.09	c   850s|271300 |  2131 |  2601k|   9.6 |  24M| 393 |   - |2280 |4781 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
850.14/850.37	c   850s|271400 |  2131 |  2602k|   9.6 |  24M| 393 |  19 |2280 |4838 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
850.44/850.66	c   851s|271500 |  2127 |  2603k|   9.6 |  24M| 393 |   - |2280 |4903 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
850.74/850.96	c   851s|271600 |  2134 |  2604k|   9.6 |  24M| 393 |  22 |2280 |4929 |2280 |1674 |  93 | 213k|  15k| 0.000000e+00 |      --      |    Inf 
851.04/851.26	c   851s|271700 |  2132 |  2605k|   9.6 |  24M| 393 |  15 |2280 |5025 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
851.34/851.55	c   852s|271800 |  2130 |  2606k|   9.6 |  24M| 393 |   - |2280 |5081 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
851.74/851.91	c   852s|271900 |  2130 |  2607k|   9.6 |  24M| 393 |  39 |2280 |5137 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
852.04/852.28	c   852s|272000 |  2130 |  2608k|   9.6 |  24M| 393 |   - |2280 |5269 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
852.35/852.57	c   853s|272100 |  2128 |  2609k|   9.6 |  24M| 393 |  30 |2280 |5423 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
852.63/852.86	c   853s|272200 |  2130 |  2610k|   9.6 |  25M| 393 |  23 |2280 |5576 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
852.94/853.18	c   853s|272300 |  2128 |  2611k|   9.6 |  25M| 393 |  45 |2280 |5582 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
853.24/853.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
853.24/853.47	c   853s|272400 |  2128 |  2612k|   9.6 |  25M| 393 |  49 |2280 |5700 |2280 |1674 |  93 | 214k|  15k| 0.000000e+00 |      --      |    Inf 
853.54/853.80	c   854s|272500 |  2132 |  2613k|   9.6 |  24M| 393 |   - |2280 |5130 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
853.93/854.16	c   854s|272600 |  2134 |  2614k|   9.6 |  24M| 393 |   - |2280 |4992 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
854.34/854.52	c   855s|272700 |  2130 |  2616k|   9.6 |  24M| 393 |  42 |2280 |5000 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
854.64/854.86	c   855s|272800 |  2129 |  2617k|   9.6 |  24M| 393 |   - |2280 |5060 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
854.94/855.16	c   855s|272900 |  2129 |  2619k|   9.6 |  24M| 393 |   - |2280 |4994 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
855.23/855.46	c   855s|273000 |  2130 |  2620k|   9.6 |  23M| 393 |   - |2280 |4546 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
855.54/855.76	c   856s|273100 |  2130 |  2621k|   9.6 |  23M| 393 |   - |2280 |4438 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
855.84/856.06	c   856s|273200 |  2130 |  2622k|   9.6 |  23M| 393 |   - |2280 |4467 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
856.14/856.36	c   856s|273300 |  2130 |  2623k|   9.6 |  23M| 393 |  40 |2280 |4189 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
856.44/856.62	c   857s|273400 |  2130 |  2624k|   9.6 |  23M| 393 |  37 |2280 |4119 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
856.75/856.92	c   857s|273500 |  2131 |  2625k|   9.6 |  23M| 393 |  37 |2280 |4101 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
857.03/857.23	c   857s|273600 |  2129 |  2626k|   9.6 |  23M| 393 |  68 |2280 |4036 |2280 |1674 |  93 | 215k|  15k| 0.000000e+00 |      --      |    Inf 
857.33/857.54	c   858s|273700 |  2135 |  2627k|   9.6 |  23M| 393 |   - |2280 |4049 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
857.63/857.84	c   858s|273800 |  2139 |  2628k|   9.6 |  23M| 393 |  40 |2280 |4135 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
857.93/858.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.93/858.12	c   858s|273900 |  2139 |  2628k|   9.6 |  23M| 393 |  34 |2280 |4208 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
858.23/858.44	c   858s|274000 |  2138 |  2629k|   9.6 |  23M| 393 |  35 |2280 |4250 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
858.54/858.73	c   859s|274100 |  2139 |  2630k|   9.6 |  23M| 393 |   - |2280 |4290 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
858.85/859.07	c   859s|274200 |  2138 |  2631k|   9.6 |  23M| 393 |  42 |2280 |4306 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
859.13/859.39	c   859s|274300 |  2134 |  2632k|   9.6 |  23M| 393 |   - |2280 |4315 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
859.44/859.67	c   860s|274400 |  2138 |  2633k|   9.6 |  23M| 393 |  12 |2280 |4024 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
859.74/859.93	c   860s|274500 |  2134 |  2633k|   9.6 |  23M| 393 |   - |2280 |4045 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
859.94/860.18	c   860s|274600 |  2136 |  2634k|   9.6 |  23M| 393 |  33 |2280 |4110 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
860.24/860.47	c   860s|274700 |  2138 |  2635k|   9.6 |  23M| 393 |  13 |2280 |4166 |2280 |1674 |  93 | 216k|  15k| 0.000000e+00 |      --      |    Inf 
860.53/860.74	c   861s|274800 |  2140 |  2636k|   9.6 |  23M| 393 |  21 |2280 |4251 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
860.74/860.99	c   861s|274900 |  2144 |  2637k|   9.6 |  23M| 393 |  27 |2280 |4314 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
861.04/861.27	c   861s|275000 |  2140 |  2638k|   9.6 |  23M| 393 |   - |2280 |4387 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
861.33/861.51	c   862s|275100 |  2138 |  2639k|   9.6 |  23M| 393 |  43 |2280 |4457 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
861.54/861.77	c   862s|275200 |  2138 |  2640k|   9.6 |  23M| 393 |  51 |2280 |4522 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
861.84/862.03	c   862s|275300 |  2142 |  2641k|   9.6 |  24M| 393 |   - |2280 |4651 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
862.14/862.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.14/862.34	c   862s|275400 |  2136 |  2642k|   9.6 |  23M| 393 |  34 |2280 |4630 |2280 |1674 |  93 | 217k|  15k| 0.000000e+00 |      --      |    Inf 
862.43/862.64	c   863s|275500 |  2141 |  2643k|   9.6 |  23M| 393 |  17 |2280 |4159 |2280 |1674 |  93 | 218k|  15k| 0.000000e+00 |      --      |    Inf 
862.84/863.00	c   863s|275600 |  2138 |  2644k|   9.6 |  23M| 393 |  21 |2280 |3981 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
863.04/863.29	c   863s|275700 |  2139 |  2645k|   9.6 |  23M| 393 |   - |2280 |4002 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
863.44/863.61	c   864s|275800 |  2141 |  2646k|   9.6 |  23M| 393 |   - |2280 |3982 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
863.74/863.94	c   864s|275900 |  2142 |  2647k|   9.6 |  23M| 393 |   - |2280 |4000 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
864.04/864.25	c   864s|276000 |  2140 |  2648k|   9.6 |  23M| 393 |  26 |2280 |4068 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
864.34/864.52	c   865s|276100 |  2137 |  2649k|   9.6 |  23M| 393 |   - |2280 |3987 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
864.54/864.77	c   865s|276200 |  2139 |  2650k|   9.6 |  23M| 393 |   - |2280 |4049 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
864.84/865.06	c   865s|276300 |  2139 |  2651k|   9.6 |  23M| 393 |   - |2280 |4104 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
865.14/865.31	c   865s|276400 |  2143 |  2651k|   9.6 |  23M| 393 |  12 |2280 |4139 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
865.34/865.58	c   866s|276500 |  2141 |  2652k|   9.6 |  23M| 393 |   - |2280 |4208 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
865.63/865.83	c   866s|276600 |  2143 |  2653k|   9.6 |  23M| 393 |  28 |2280 |4246 |2280 |1674 |  93 | 218k|  16k| 0.000000e+00 |      --      |    Inf 
865.93/866.11	c   866s|276700 |  2138 |  2654k|   9.6 |  23M| 393 |   - |2280 |4249 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
866.13/866.37	c   866s|276800 |  2138 |  2654k|   9.6 |  23M| 393 |  26 |2280 |4205 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
866.44/866.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.44/866.65	c   867s|276900 |  2138 |  2655k|   9.6 |  23M| 393 |   - |2280 |4222 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
866.74/866.95	c   867s|277000 |  2138 |  2656k|   9.6 |  23M| 393 |  20 |2280 |4171 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
866.94/867.19	c   867s|277100 |  2138 |  2656k|   9.6 |  23M| 393 |   - |2280 |4070 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
867.23/867.43	c   867s|277200 |  2140 |  2657k|   9.6 |  23M| 393 |   - |2280 |4084 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
867.44/867.67	c   868s|277300 |  2140 |  2658k|   9.6 |  23M| 393 |   - |2280 |4111 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
867.74/867.94	c   868s|277400 |  2140 |  2658k|   9.6 |  23M| 393 |   - |2280 |4135 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
867.93/868.19	c   868s|277500 |  2144 |  2659k|   9.6 |  23M| 393 |  10 |2280 |4151 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
868.24/868.47	c   868s|277600 |  2140 |  2660k|   9.6 |  23M| 393 |   - |2280 |4199 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
868.54/868.76	c   869s|277700 |  2138 |  2660k|   9.6 |  23M| 393 |  38 |2280 |4209 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
868.85/869.03	c   869s|277800 |  2142 |  2662k|   9.6 |  23M| 393 |   - |2280 |4119 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
869.14/869.30	c   869s|277900 |  2140 |  2663k|   9.6 |  23M| 393 |   - |2280 |4186 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
869.34/869.55	c   870s|278000 |  2144 |  2663k|   9.6 |  23M| 393 |   - |2280 |4264 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
869.63/869.84	c   870s|278100 |  2140 |  2664k|   9.6 |  23M| 393 |   - |2280 |4309 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
869.94/870.10	c   870s|278200 |  2148 |  2665k|   9.6 |  23M| 393 |  29 |2280 |4327 |2280 |1674 |  93 | 219k|  16k| 0.000000e+00 |      --      |    Inf 
870.14/870.36	c   870s|278300 |  2148 |  2666k|   9.6 |  23M| 393 |  31 |2280 |4381 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
870.44/870.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.44/870.64	c   871s|278400 |  2146 |  2667k|   9.6 |  23M| 393 |   - |2280 |4444 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
870.74/870.93	c   871s|278500 |  2146 |  2668k|   9.6 |  23M| 393 |  40 |2280 |4534 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
871.05/871.23	c   871s|278600 |  2140 |  2669k|   9.6 |  23M| 393 |   - |2280 |4537 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
871.23/871.49	c   871s|278700 |  2138 |  2669k|   9.6 |  23M| 393 |   - |2280 |4548 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
871.53/871.78	c   872s|278800 |  2134 |  2671k|   9.6 |  23M| 393 |   - |2280 |4507 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
871.84/872.06	c   872s|278900 |  2136 |  2671k|   9.6 |  23M| 393 |  16 |2280 |4500 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
872.14/872.34	c   872s|279000 |  2136 |  2672k|   9.6 |  23M| 393 |  25 |2280 |4321 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
872.43/872.66	c   873s|279100 |  2134 |  2674k|   9.6 |  23M| 393 |   - |2280 |4323 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
872.73/872.95	c   873s|279200 |  2133 |  2675k|   9.6 |  23M| 393 |   - |2280 |4351 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
873.03/873.21	c   873s|279300 |  2135 |  2675k|   9.6 |  23M| 393 |  14 |2280 |4329 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
873.24/873.49	c   873s|279400 |  2133 |  2676k|   9.6 |  23M| 393 |  18 |2280 |4351 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
873.54/873.76	c   874s|279500 |  2133 |  2677k|   9.6 |  23M| 393 |   - |2280 |4376 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
873.84/874.09	c   874s|279600 |  2133 |  2678k|   9.6 |  23M| 393 |   - |2280 |4431 |2280 |1674 |  93 | 220k|  16k| 0.000000e+00 |      --      |    Inf 
874.13/874.38	c   874s|279700 |  2132 |  2678k|   9.6 |  23M| 393 |  32 |2280 |4486 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
874.43/874.67	c   875s|279800 |  2141 |  2679k|   9.6 |  23M| 393 |  20 |2280 |4163 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
874.73/874.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.73/874.97	c   875s|279900 |  2143 |  2681k|   9.6 |  23M| 393 |   - |2280 |4215 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
875.03/875.29	c   875s|280000 |  2143 |  2682k|   9.6 |  23M| 393 |  16 |2280 |4211 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
875.34/875.58	c   876s|280100 |  2145 |  2683k|   9.6 |  23M| 393 |   - |2280 |4225 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
875.64/875.89	c   876s|280200 |  2151 |  2684k|   9.6 |  23M| 393 |  39 |2280 |4160 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
875.94/876.16	c   876s|280300 |  2153 |  2684k|   9.6 |  23M| 393 |   - |2280 |4213 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
876.23/876.47	c   876s|280400 |  2152 |  2685k|   9.6 |  23M| 393 |   - |2280 |4298 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
876.54/876.75	c   877s|280500 |  2151 |  2686k|   9.6 |  23M| 393 |  47 |2280 |4356 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
876.84/877.03	c   877s|280600 |  2148 |  2687k|   9.6 |  23M| 393 |  37 |2280 |4415 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
877.13/877.32	c   877s|280700 |  2148 |  2688k|   9.6 |  23M| 393 |   - |2280 |4507 |2280 |1674 |  93 | 221k|  16k| 0.000000e+00 |      --      |    Inf 
877.44/877.62	c   878s|280800 |  2150 |  2689k|   9.6 |  23M| 393 |   - |2280 |4529 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
877.73/877.91	c   878s|280900 |  2152 |  2690k|   9.6 |  23M| 393 |  33 |2280 |4499 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
877.93/878.19	c   878s|281000 |  2154 |  2691k|   9.6 |  23M| 393 |   - |2280 |4552 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
878.24/878.45	c   878s|281100 |  2154 |  2692k|   9.6 |  23M| 393 |  34 |2280 |4633 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
878.54/878.74	c   879s|281200 |  2151 |  2692k|   9.6 |  23M| 393 |   - |2280 |4655 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
878.84/879.02	c   879s|281300 |  2151 |  2693k|   9.6 |  24M| 393 |  32 |2280 |4715 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
879.04/879.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.04/879.28	c   879s|281400 |  2147 |  2694k|   9.6 |  24M| 393 |  42 |2280 |4759 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
879.33/879.54	c   880s|281500 |  2149 |  2695k|   9.6 |  24M| 393 |  28 |2280 |4836 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
879.64/879.81	c   880s|281600 |  2143 |  2696k|   9.6 |  24M| 393 |   - |2280 |4758 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
879.84/880.09	c   880s|281700 |  2143 |  2697k|   9.6 |  23M| 393 |  36 |2280 |4644 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
880.14/880.39	c   880s|281800 |  2143 |  2697k|   9.6 |  23M| 393 |  34 |2280 |4456 |2280 |1674 |  93 | 222k|  16k| 0.000000e+00 |      --      |    Inf 
880.44/880.68	c   881s|281900 |  2143 |  2698k|   9.6 |  23M| 393 |  25 |2280 |4448 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
880.73/880.99	c   881s|282000 |  2144 |  2699k|   9.6 |  23M| 393 |   - |2280 |4140 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
881.03/881.28	c   881s|282100 |  2149 |  2700k|   9.6 |  23M| 393 |   - |2280 |4144 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
881.43/881.62	c   882s|282200 |  2142 |  2701k|   9.6 |  23M| 393 |  30 |2280 |4179 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
881.74/881.93	c   882s|282300 |  2145 |  2702k|   9.6 |  23M| 393 |  22 |2280 |4044 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
881.94/882.20	c   882s|282400 |  2145 |  2703k|   9.6 |  23M| 393 |   - |2280 |4084 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
882.34/882.53	c   883s|282500 |  2143 |  2704k|   9.6 |  23M| 393 |   - |2280 |4139 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
882.63/882.82	c   883s|282600 |  2145 |  2705k|   9.6 |  23M| 393 |   - |2280 |4218 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
882.93/883.13	c   883s|282700 |  2143 |  2706k|   9.6 |  23M| 393 |  24 |2280 |4247 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
883.23/883.48	c   883s|282800 |  2145 |  2706k|   9.6 |  23M| 393 |   - |2280 |4262 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
883.53/883.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.53/883.77	c   884s|282900 |  2148 |  2707k|   9.6 |  23M| 393 |  27 |2280 |4313 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
883.94/884.10	c   884s|283000 |  2147 |  2709k|   9.6 |  23M| 393 |  21 |2280 |4360 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
884.24/884.43	c   884s|283100 |  2145 |  2710k|   9.6 |  23M| 393 |  50 |2280 |4377 |2280 |1674 |  93 | 223k|  16k| 0.000000e+00 |      --      |    Inf 
884.54/884.75	c   885s|283200 |  2149 |  2711k|   9.6 |  23M| 393 |   - |2280 |4406 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
884.83/885.05	c   885s|283300 |  2148 |  2712k|   9.6 |  23M| 393 |   - |2280 |4488 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
885.13/885.38	c   885s|283400 |  2150 |  2713k|   9.6 |  23M| 393 |  23 |2280 |4550 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
885.53/885.72	c   886s|283500 |  2146 |  2714k|   9.6 |  23M| 393 |   - |2280 |4598 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
885.83/886.04	c   886s|283600 |  2144 |  2715k|   9.6 |  23M| 393 |  33 |2280 |4617 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
886.13/886.35	c   886s|283700 |  2142 |  2716k|   9.6 |  23M| 393 |   9 |2280 |4487 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
886.43/886.67	c   887s|283800 |  2138 |  2717k|   9.6 |  23M| 393 |   - |2280 |4503 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
886.73/886.97	c   887s|283900 |  2146 |  2718k|   9.6 |  23M| 393 |  25 |2280 |4137 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
887.03/887.29	c   887s|284000 |  2141 |  2719k|   9.6 |  23M| 393 |   - |2280 |4098 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
887.33/887.59	c   888s|284100 |  2147 |  2720k|   9.6 |  22M| 393 |  22 |2280 |3961 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
887.63/887.86	c   888s|284200 |  2147 |  2721k|   9.6 |  23M| 393 |   - |2280 |3992 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
887.94/888.15	c   888s|284300 |  2147 |  2722k|   9.6 |  23M| 393 |   - |2280 |4058 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
888.23/888.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
888.23/888.44	c   888s|284400 |  2144 |  2723k|   9.6 |  23M| 393 |  33 |2280 |4090 |2280 |1674 |  93 | 224k|  16k| 0.000000e+00 |      --      |    Inf 
888.53/888.70	c   889s|284500 |  2146 |  2723k|   9.6 |  23M| 393 |   - |2280 |4104 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
888.74/888.98	c   889s|284600 |  2146 |  2724k|   9.6 |  23M| 393 |  14 |2280 |4174 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
889.03/889.25	c   889s|284700 |  2148 |  2725k|   9.6 |  23M| 393 |  19 |2280 |4228 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
889.33/889.52	c   890s|284800 |  2147 |  2726k|   9.6 |  23M| 393 |   - |2280 |4315 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
889.54/889.80	c   890s|284900 |  2145 |  2727k|   9.6 |  23M| 393 |  23 |2280 |4378 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
889.83/890.06	c   890s|285000 |  2145 |  2728k|   9.6 |  23M| 393 |  19 |2280 |4399 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
890.13/890.33	c   890s|285100 |  2149 |  2729k|   9.6 |  23M| 393 |   - |2280 |4445 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
890.43/890.61	c   891s|285200 |  2148 |  2730k|   9.6 |  23M| 393 |  21 |2280 |4506 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
890.63/890.89	c   891s|285300 |  2145 |  2730k|   9.6 |  23M| 393 |   - |2280 |4516 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
890.93/891.20	c   891s|285400 |  2145 |  2731k|   9.6 |  23M| 393 |   - |2280 |4556 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
891.33/891.54	c   892s|285500 |  2143 |  2732k|   9.6 |  23M| 393 |   - |2280 |4570 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
891.63/891.86	c   892s|285600 |  2145 |  2734k|   9.6 |  23M| 393 |  21 |2280 |4606 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
891.94/892.17	c   892s|285700 |  2148 |  2735k|   9.6 |  23M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 225k|  16k| 0.000000e+00 |      --      |    Inf 
892.23/892.44	c   892s|285800 |  2147 |  2735k|   9.6 |  23M| 393 |   - |2280 |4674 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
892.53/892.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
892.53/892.72	c   893s|285900 |  2146 |  2736k|   9.6 |  23M| 393 |   - |2280 |4714 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
892.83/893.02	c   893s|286000 |  2141 |  2737k|   9.6 |  23M| 393 |  33 |2280 |4747 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
893.14/893.34	c   893s|286100 |  2143 |  2739k|   9.6 |  23M| 393 |   - |2280 |4587 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
893.43/893.66	c   894s|286200 |  2141 |  2740k|   9.6 |  23M| 393 |  39 |2280 |4609 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
893.73/893.96	c   894s|286300 |  2145 |  2741k|   9.6 |  23M| 393 |   - |2280 |4561 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
894.04/894.24	c   894s|286400 |  2147 |  2742k|   9.6 |  23M| 393 |   - |2280 |4554 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
894.33/894.56	c   895s|286500 |  2144 |  2743k|   9.6 |  23M| 393 |  31 |2280 |4620 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
894.63/894.82	c   895s|286600 |  2148 |  2744k|   9.6 |  23M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
894.83/895.07	c   895s|286700 |  2147 |  2745k|   9.6 |  23M| 393 |   - |2280 |4617 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
895.14/895.33	c   895s|286800 |  2147 |  2746k|   9.6 |  23M| 393 |  33 |2280 |4655 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
895.43/895.64	c   896s|286900 |  2145 |  2747k|   9.6 |  23M| 393 |   - |2280 |4697 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
895.73/895.96	c   896s|287000 |  2145 |  2748k|   9.6 |  23M| 393 |  41 |2280 |4780 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
896.03/896.25	c   896s|287100 |  2145 |  2749k|   9.6 |  24M| 393 |  23 |2280 |4827 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
896.34/896.55	c   897s|287200 |  2142 |  2751k|   9.6 |  24M| 393 |  34 |2280 |4844 |2280 |1674 |  93 | 226k|  16k| 0.000000e+00 |      --      |    Inf 
896.63/896.82	c   897s|287300 |  2144 |  2752k|   9.6 |  24M| 393 |  25 |2280 |4904 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
896.93/897.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
896.93/897.12	c   897s|287400 |  2140 |  2753k|   9.6 |  23M| 393 |  44 |2280 |4769 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
897.23/897.43	c   897s|287500 |  2146 |  2754k|   9.6 |  23M| 393 |   - |2280 |4802 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
897.53/897.73	c   898s|287600 |  2145 |  2755k|   9.6 |  24M| 393 |   - |2280 |4841 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
897.84/898.01	c   898s|287700 |  2142 |  2756k|   9.6 |  24M| 393 |  29 |2280 |4909 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
898.13/898.31	c   898s|287800 |  2146 |  2757k|   9.6 |  24M| 393 |  20 |2280 |4937 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
898.44/898.61	c   899s|287900 |  2144 |  2758k|   9.6 |  24M| 393 |  27 |2280 |4987 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
898.73/898.92	c   899s|288000 |  2144 |  2759k|   9.6 |  24M| 393 |  33 |2280 |5068 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
899.03/899.23	c   899s|288100 |  2142 |  2760k|   9.6 |  24M| 393 |   - |2280 |5098 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
899.33/899.52	c   900s|288200 |  2146 |  2760k|   9.6 |  24M| 393 |   - |2280 |5149 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
899.64/899.83	c   900s|288300 |  2142 |  2761k|   9.6 |  24M| 393 |   - |2280 |5205 |2280 |1674 |  93 | 227k|  16k| 0.000000e+00 |      --      |    Inf 
899.93/900.13	c   900s|288400 |  2142 |  2762k|   9.6 |  24M| 393 |  38 |2280 |5250 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
900.23/900.43	c   900s|288500 |  2144 |  2763k|   9.6 |  24M| 393 |  31 |2280 |5338 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
900.53/900.74	c   901s|288600 |  2146 |  2764k|   9.6 |  24M| 393 |   - |2280 |5398 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
900.83/901.06	c   901s|288700 |  2141 |  2765k|   9.6 |  24M| 393 |  40 |2280 |5418 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
901.13/901.37	c   901s|288800 |  2147 |  2766k|   9.6 |  24M| 393 |  31 |2280 |5390 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
901.43/901.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.43/901.69	c   902s|288900 |  2145 |  2767k|   9.6 |  24M| 393 |  34 |2280 |5301 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
901.84/902.01	c   902s|289000 |  2146 |  2768k|   9.6 |  24M| 393 |   - |2280 |5346 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
902.13/902.35	c   902s|289100 |  2146 |  2769k|   9.6 |  24M| 393 |  41 |2280 |5362 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
902.43/902.67	c   903s|289200 |  2146 |  2770k|   9.6 |  24M| 393 |   - |2280 |5401 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
902.73/902.96	c   903s|289300 |  2144 |  2771k|   9.6 |  24M| 393 |  32 |2280 |5485 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
903.03/903.26	c   903s|289400 |  2139 |  2772k|   9.6 |  24M| 393 |  59 |2280 |5510 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
903.33/903.52	c   904s|289500 |  2143 |  2773k|   9.6 |  24M| 393 |   - |2280 |5453 |2280 |1674 |  93 | 228k|  16k| 0.000000e+00 |      --      |    Inf 
903.63/903.81	c   904s|289600 |  2143 |  2774k|   9.6 |  24M| 393 |   - |2280 |5436 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
903.93/904.12	c   904s|289700 |  2141 |  2775k|   9.6 |  24M| 393 |  32 |2280 |5294 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
904.23/904.42	c   904s|289800 |  2139 |  2776k|   9.6 |  24M| 393 |  31 |2280 |5268 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
904.43/904.68	c   905s|289900 |  2143 |  2776k|   9.6 |  24M| 393 |  15 |2280 |5247 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
904.73/904.94	c   905s|290000 |  2146 |  2777k|   9.6 |  24M| 393 |  16 |2280 |5202 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
904.93/905.20	c   905s|290100 |  2141 |  2778k|   9.6 |  24M| 393 |  32 |2280 |5269 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
905.23/905.49	c   905s|290200 |  2143 |  2779k|   9.6 |  24M| 393 |   - |2280 |5301 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
905.63/905.80	c   906s|290300 |  2141 |  2780k|   9.6 |  24M| 393 |  38 |2280 |5391 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
905.83/906.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.83/906.08	c   906s|290400 |  2141 |  2780k|   9.6 |  24M| 393 |  19 |2280 |5494 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
906.13/906.36	c   906s|290500 |  2143 |  2781k|   9.6 |  24M| 393 |   - |2280 |5225 |2280 |1674 |  93 | 229k|  16k| 0.000000e+00 |      --      |    Inf 
906.43/906.62	c   907s|290600 |  2145 |  2782k|   9.6 |  24M| 393 |  12 |2280 |5182 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
906.73/906.90	c   907s|290700 |  2145 |  2783k|   9.6 |  24M| 393 |  15 |2280 |5245 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
906.93/907.18	c   907s|290800 |  2146 |  2784k|   9.6 |  24M| 393 |  20 |2280 |5284 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
907.24/907.47	c   907s|290900 |  2142 |  2785k|   9.6 |  24M| 393 |   - |2280 |5301 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
907.53/907.75	c   908s|291000 |  2147 |  2786k|   9.6 |  24M| 393 |  10 |2280 |5271 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
907.83/908.06	c   908s|291100 |  2141 |  2787k|   9.6 |  24M| 393 |  34 |2280 |5273 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
908.12/908.38	c   908s|291200 |  2145 |  2788k|   9.6 |  24M| 393 |   - |2280 |4930 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
908.44/908.67	c   909s|291300 |  2146 |  2789k|   9.6 |  24M| 393 |  30 |2280 |4928 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
908.73/908.96	c   909s|291400 |  2143 |  2790k|   9.6 |  24M| 393 |   - |2280 |4796 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
909.02/909.26	c   909s|291500 |  2145 |  2791k|   9.6 |  24M| 393 |  21 |2280 |4793 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
909.32/909.56	c   910s|291600 |  2141 |  2792k|   9.6 |  24M| 393 |  35 |2280 |4778 |2280 |1674 |  93 | 230k|  16k| 0.000000e+00 |      --      |    Inf 
909.63/909.82	c   910s|291700 |  2148 |  2792k|   9.6 |  23M| 393 |  27 |2280 |4673 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
909.93/910.12	c   910s|291800 |  2146 |  2793k|   9.6 |  24M| 393 |   - |2280 |4763 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
910.23/910.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.23/910.42	c   910s|291900 |  2146 |  2794k|   9.6 |  23M| 393 |   - |2280 |4712 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
910.42/910.70	c   911s|292000 |  2146 |  2795k|   9.6 |  23M| 393 |  22 |2280 |4706 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
910.72/910.96	c   911s|292100 |  2146 |  2795k|   9.6 |  24M| 393 |   - |2280 |4728 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
911.03/911.26	c   911s|292200 |  2148 |  2796k|   9.6 |  24M| 393 |   - |2280 |4710 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
911.33/911.59	c   912s|292300 |  2144 |  2798k|   9.6 |  24M| 393 |  34 |2280 |4819 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
911.64/911.90	c   912s|292400 |  2146 |  2799k|   9.6 |  24M| 393 |  30 |2280 |4842 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
912.03/912.21	c   912s|292500 |  2144 |  2800k|   9.6 |  24M| 393 |  34 |2280 |4899 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
912.33/912.50	c   913s|292600 |  2146 |  2801k|   9.6 |  24M| 393 |   - |2280 |4885 |2280 |1674 |  93 | 231k|  16k| 0.000000e+00 |      --      |    Inf 
912.63/912.80	c   913s|292700 |  2144 |  2802k|   9.6 |  24M| 393 |   - |2280 |4895 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
912.83/913.09	c   913s|292800 |  2144 |  2803k|   9.6 |  24M| 393 |  20 |2280 |4878 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
913.12/913.38	c   913s|292900 |  2142 |  2804k|   9.6 |  24M| 393 |   - |2280 |4880 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
913.43/913.68	c   914s|293000 |  2143 |  2805k|   9.6 |  24M| 393 |   - |2280 |4927 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
913.83/914.01	c   914s|293100 |  2141 |  2806k|   9.6 |  24M| 393 |   - |2280 |4986 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
914.13/914.38	c   914s|293200 |  2139 |  2808k|   9.6 |  24M| 393 |   - |2280 |4846 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
914.52/914.76	c   915s|293300 |  2140 |  2809k|   9.6 |  23M| 393 |   - |2280 |4627 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
914.94/915.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.94/915.13	c   915s|293400 |  2142 |  2811k|   9.6 |  23M| 393 |   - |2280 |4318 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
915.23/915.43	c   915s|293500 |  2148 |  2812k|   9.6 |  23M| 393 |  16 |2280 |4306 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
915.53/915.77	c   916s|293600 |  2142 |  2813k|   9.6 |  23M| 393 |  12 |2280 |4261 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
915.83/916.09	c   916s|293700 |  2140 |  2814k|   9.6 |  23M| 393 |   - |2280 |4186 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
916.14/916.37	c   916s|293800 |  2142 |  2815k|   9.6 |  23M| 393 |  29 |2280 |4083 |2280 |1674 |  93 | 232k|  16k| 0.000000e+00 |      --      |    Inf 
916.43/916.68	c   917s|293900 |  2139 |  2816k|   9.6 |  23M| 393 |   - |2280 |4051 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
916.83/917.02	c   917s|294000 |  2139 |  2818k|   9.6 |  23M| 393 |   - |2280 |4039 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
917.14/917.36	c   917s|294100 |  2138 |  2819k|   9.6 |  23M| 393 |   - |2280 |4092 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
917.42/917.68	c   918s|294200 |  2136 |  2820k|   9.6 |  23M| 393 |   - |2280 |4170 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
917.83/918.04	c   918s|294300 |  2136 |  2822k|   9.6 |  23M| 393 |   - |2280 |4168 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
918.12/918.39	c   918s|294400 |  2136 |  2823k|   9.6 |  23M| 393 |  35 |2280 |3986 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
918.52/918.70	c   919s|294500 |  2132 |  2825k|   9.6 |  23M| 393 |   - |2280 |3997 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
918.82/919.04	c   919s|294600 |  2138 |  2826k|   9.6 |  22M| 393 |  42 |2280 |3745 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
919.03/919.29	c   919s|294700 |  2142 |  2827k|   9.6 |  22M| 393 |   - |2280 |3756 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
919.33/919.54	c   920s|294800 |  2142 |  2828k|   9.6 |  22M| 393 |  30 |2280 |3808 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
919.53/919.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
919.53/919.79	c   920s|294900 |  2137 |  2829k|   9.6 |  22M| 393 |   - |2280 |3808 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
919.82/920.05	c   920s|295000 |  2136 |  2830k|   9.6 |  22M| 393 |   - |2280 |3818 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
920.13/920.34	c   920s|295100 |  2137 |  2831k|   9.6 |  22M| 393 |   - |2280 |3857 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
920.43/920.63	c   921s|295200 |  2137 |  2832k|   9.6 |  22M| 393 |  42 |2280 |3884 |2280 |1674 |  93 | 233k|  16k| 0.000000e+00 |      --      |    Inf 
920.73/920.95	c   921s|295300 |  2137 |  2833k|   9.6 |  22M| 393 |   - |2280 |3929 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
921.03/921.25	c   921s|295400 |  2135 |  2834k|   9.6 |  23M| 393 |   - |2280 |3987 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
921.33/921.53	c   922s|295500 |  2137 |  2835k|   9.6 |  22M| 393 |  41 |2280 |3926 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
921.64/921.85	c   922s|295600 |  2132 |  2837k|   9.6 |  22M| 393 |   - |2280 |3896 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
921.92/922.13	c   922s|295700 |  2134 |  2838k|   9.6 |  22M| 393 |  47 |2280 |3955 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
922.22/922.47	c   922s|295800 |  2131 |  2839k|   9.6 |  22M| 393 |   - |2280 |3835 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
922.52/922.77	c   923s|295900 |  2135 |  2840k|   9.6 |  22M| 393 |  42 |2280 |3622 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
922.92/923.11	c   923s|296000 |  2133 |  2841k|   9.6 |  22M| 393 |  27 |2280 |3336 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
923.23/923.40	c   923s|296100 |  2132 |  2842k|   9.6 |  22M| 393 |  41 |2280 |3407 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
923.53/923.71	c   924s|296200 |  2134 |  2843k|   9.6 |  22M| 393 |   - |2280 |3430 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
923.84/924.03	c   924s|296300 |  2136 |  2844k|   9.6 |  22M| 393 |   - |2280 |3441 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
924.13/924.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.13/924.34	c   924s|296400 |  2138 |  2845k|   9.6 |  22M| 393 |  41 |2280 |3472 |2280 |1674 |  93 | 234k|  16k| 0.000000e+00 |      --      |    Inf 
924.42/924.66	c   925s|296500 |  2138 |  2846k|   9.6 |  22M| 393 |  11 |2280 |3533 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
924.73/924.98	c   925s|296600 |  2136 |  2847k|   9.6 |  22M| 393 |  29 |2280 |3590 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
925.02/925.29	c   925s|296700 |  2136 |  2848k|   9.6 |  22M| 393 |   - |2280 |3612 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
925.33/925.59	c   926s|296800 |  2137 |  2849k|   9.6 |  22M| 393 |  18 |2280 |3560 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
926.23/926.42	c   926s|296900 |  2140 |  2850k|   9.6 |  22M| 393 |  36 |2280 |3496 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
926.73/926.91	c   927s|297000 |  2140 |  2851k|   9.6 |  22M| 393 |  35 |2280 |3469 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
927.03/927.22	c   927s|297100 |  2140 |  2852k|   9.6 |  22M| 393 |   - |2280 |3461 |2280 |1674 |  93 | 235k|  16k| 0.000000e+00 |      --      |    Inf 
927.33/927.52	c   928s|297200 |  2139 |  2854k|   9.6 |  22M| 393 |   - |2280 |3500 |2280 |1674 |  93 | 235k|  17k| 0.000000e+00 |      --      |    Inf 
927.72/927.92	c   928s|297300 |  2135 |  2855k|   9.6 |  22M| 393 |   - |2280 |3496 |2280 |1674 |  93 | 235k|  17k| 0.000000e+00 |      --      |    Inf 
928.14/928.31	c   928s|297400 |  2136 |  2857k|   9.6 |  22M| 393 |   - |2280 |3461 |2280 |1674 |  93 | 235k|  17k| 0.000000e+00 |      --      |    Inf 
928.62/928.83	c   929s|297500 |  2134 |  2858k|   9.6 |  22M| 393 |  60 |2280 |3544 |2280 |1674 |  93 | 235k|  17k| 0.000000e+00 |      --      |    Inf 
928.82/929.09	c   929s|297600 |  2139 |  2859k|   9.6 |  22M| 393 |   - |2280 |3438 |2280 |1674 |  93 | 235k|  17k| 0.000000e+00 |      --      |    Inf 
929.12/929.35	c   929s|297700 |  2137 |  2860k|   9.6 |  22M| 393 |   - |2280 |3504 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
929.43/929.61	c   930s|297800 |  2137 |  2861k|   9.6 |  22M| 393 |   - |2280 |3682 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
929.62/929.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.62/929.89	c   930s|297900 |  2141 |  2862k|   9.6 |  22M| 393 |   - |2280 |3810 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
929.92/930.17	c   930s|298000 |  2137 |  2863k|   9.6 |  23M| 393 |   - |2280 |3954 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
930.23/930.45	c   930s|298100 |  2139 |  2864k|   9.6 |  23M| 393 |   - |2280 |4025 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
930.52/930.74	c   931s|298200 |  2137 |  2865k|   9.6 |  23M| 393 |  19 |2280 |4041 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
930.83/931.02	c   931s|298300 |  2139 |  2866k|   9.6 |  23M| 393 |   - |2280 |3951 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
931.13/931.30	c   931s|298400 |  2141 |  2867k|   9.6 |  23M| 393 |  18 |2280 |3992 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
931.32/931.59	c   932s|298500 |  2141 |  2868k|   9.6 |  23M| 393 |  35 |2280 |4037 |2280 |1674 |  93 | 236k|  17k| 0.000000e+00 |      --      |    Inf 
931.63/931.86	c   932s|298600 |  2141 |  2869k|   9.6 |  23M| 393 |  29 |2280 |3980 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
931.93/932.14	c   932s|298700 |  2143 |  2870k|   9.6 |  23M| 393 |  25 |2280 |4007 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
932.23/932.47	c   932s|298800 |  2140 |  2871k|   9.6 |  23M| 393 |   - |2280 |4035 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
932.53/932.78	c   933s|298900 |  2140 |  2872k|   9.6 |  22M| 393 |  10 |2280 |3819 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
932.83/933.08	c   933s|299000 |  2142 |  2873k|   9.6 |  22M| 393 |  15 |2280 |3712 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
933.22/933.41	c   933s|299100 |  2140 |  2874k|   9.6 |  22M| 393 |  31 |2280 |3747 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
933.52/933.73	c   934s|299200 |  2138 |  2875k|   9.6 |  22M| 393 |   - |2280 |3770 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
933.83/934.07	c   934s|299300 |  2140 |  2876k|   9.6 |  22M| 393 |  35 |2280 |3799 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
934.22/934.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.22/934.43	c   934s|299400 |  2139 |  2877k|   9.6 |  22M| 393 |   - |2280 |3796 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
934.53/934.76	c   935s|299500 |  2141 |  2878k|   9.6 |  22M| 393 |  42 |2280 |3835 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
934.83/935.09	c   935s|299600 |  2141 |  2879k|   9.6 |  22M| 393 |  24 |2280 |3833 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
935.23/935.43	c   935s|299700 |  2139 |  2880k|   9.6 |  22M| 393 |  36 |2280 |3801 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
935.52/935.75	c   936s|299800 |  2140 |  2882k|   9.6 |  22M| 393 |  43 |2280 |3826 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
935.83/936.05	c   936s|299900 |  2142 |  2882k|   9.6 |  23M| 393 |   - |2280 |3896 |2280 |1674 |  93 | 237k|  17k| 0.000000e+00 |      --      |    Inf 
936.13/936.36	c   936s|300000 |  2144 |  2883k|   9.6 |  23M| 393 |  31 |2280 |3961 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
936.43/936.65	c   937s|300100 |  2142 |  2884k|   9.6 |  23M| 393 |   - |2280 |4048 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
936.72/936.94	c   937s|300200 |  2142 |  2885k|   9.6 |  23M| 393 |  24 |2280 |4135 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
937.03/937.26	c   937s|300300 |  2143 |  2886k|   9.6 |  23M| 393 |  19 |2280 |4155 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
937.42/937.61	c   938s|300400 |  2143 |  2887k|   9.6 |  23M| 393 |  12 |2280 |4205 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
937.72/937.93	c   938s|300500 |  2138 |  2888k|   9.6 |  23M| 393 |   - |2280 |4227 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
938.03/938.23	c   938s|300600 |  2139 |  2889k|   9.6 |  23M| 393 |   - |2280 |4126 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
938.32/938.54	c   939s|300700 |  2139 |  2890k|   9.6 |  23M| 393 |  25 |2280 |4066 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
938.62/938.84	c   939s|300800 |  2137 |  2891k|   9.6 |  23M| 393 |   - |2280 |4100 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
938.92/939.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
938.92/939.14	c   939s|300900 |  2139 |  2892k|   9.6 |  23M| 393 |   - |2280 |4072 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
939.23/939.47	c   939s|301000 |  2137 |  2893k|   9.6 |  23M| 393 |  31 |2280 |3974 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
939.52/939.79	c   940s|301100 |  2141 |  2895k|   9.6 |  22M| 393 |   - |2280 |3763 |2280 |1674 |  93 | 238k|  17k| 0.000000e+00 |      --      |    Inf 
939.92/940.12	c   940s|301200 |  2144 |  2896k|   9.6 |  22M| 393 |  34 |2280 |3608 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
940.23/940.41	c   940s|301300 |  2150 |  2897k|   9.6 |  22M| 393 |   - |2280 |3595 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
940.42/940.69	c   941s|301400 |  2146 |  2898k|   9.6 |  22M| 393 |   - |2280 |3663 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
940.73/940.98	c   941s|301500 |  2145 |  2899k|   9.6 |  22M| 393 |  23 |2280 |3729 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
941.03/941.25	c   941s|301600 |  2149 |  2900k|   9.6 |  22M| 393 |  36 |2280 |3804 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
941.33/941.55	c   942s|301700 |  2143 |  2901k|   9.6 |  23M| 393 |  36 |2280 |3884 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
941.63/941.81	c   942s|301800 |  2149 |  2902k|   9.6 |  23M| 393 |   - |2280 |3915 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
941.82/942.09	c   942s|301900 |  2150 |  2903k|   9.6 |  23M| 393 |   - |2280 |4005 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
942.12/942.39	c   942s|302000 |  2147 |  2904k|   9.6 |  23M| 393 |  35 |2280 |3981 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
942.43/942.70	c   943s|302100 |  2145 |  2905k|   9.6 |  23M| 393 |  36 |2280 |4017 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
942.82/943.01	c   943s|302200 |  2141 |  2907k|   9.6 |  23M| 393 |  38 |2280 |3980 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
943.12/943.31	c   943s|302300 |  2141 |  2908k|   9.6 |  23M| 393 |   - |2280 |3989 |2280 |1674 |  93 | 239k|  17k| 0.000000e+00 |      --      |    Inf 
943.32/943.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.32/943.59	c   944s|302400 |  2145 |  2909k|   9.6 |  23M| 393 |  30 |2280 |3885 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
943.73/943.91	c   944s|302500 |  2149 |  2910k|   9.6 |  23M| 393 |  13 |2280 |3867 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
944.03/944.20	c   944s|302600 |  2144 |  2911k|   9.6 |  23M| 393 |   - |2280 |3911 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
944.33/944.51	c   945s|302700 |  2146 |  2912k|   9.6 |  23M| 393 |   - |2280 |3974 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
944.52/944.78	c   945s|302800 |  2147 |  2913k|   9.6 |  23M| 393 |  45 |2280 |4035 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
944.82/945.07	c   945s|302900 |  2151 |  2914k|   9.6 |  23M| 393 |  21 |2280 |4088 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
945.13/945.36	c   945s|303000 |  2149 |  2915k|   9.6 |  23M| 393 |   - |2280 |4147 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
945.42/945.65	c   946s|303100 |  2151 |  2916k|   9.6 |  23M| 393 |  37 |2280 |4195 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
945.73/945.95	c   946s|303200 |  2144 |  2917k|   9.6 |  23M| 393 |   - |2280 |4196 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
946.03/946.24	c   946s|303300 |  2148 |  2918k|   9.6 |  23M| 393 |  12 |2280 |4204 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
946.32/946.53	c   947s|303400 |  2144 |  2919k|   9.6 |  23M| 393 |   - |2280 |4295 |2280 |1674 |  93 | 240k|  17k| 0.000000e+00 |      --      |    Inf 
946.63/946.83	c   947s|303500 |  2150 |  2920k|   9.6 |  23M| 393 |  21 |2280 |4343 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
946.93/947.11	c   947s|303600 |  2149 |  2920k|   9.6 |  23M| 393 |  16 |2280 |4404 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
947.22/947.41	c   947s|303700 |  2147 |  2921k|   9.6 |  23M| 393 |  23 |2280 |4477 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
947.52/947.70	c   948s|303800 |  2147 |  2922k|   9.6 |  23M| 393 |  44 |2280 |4558 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
947.82/948.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.82/948.03	c   948s|303900 |  2148 |  2923k|   9.6 |  24M| 393 |   - |2280 |4621 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
948.12/948.32	c   948s|304000 |  2148 |  2924k|   9.6 |  24M| 393 |   - |2280 |4774 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
948.43/948.64	c   949s|304100 |  2147 |  2925k|   9.6 |  24M| 393 |   - |2280 |4815 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
948.73/948.95	c   949s|304200 |  2149 |  2926k|   9.6 |  24M| 393 |   - |2280 |4844 |2280 |1674 |  93 | 241k|  17k| 0.000000e+00 |      --      |    Inf 
949.03/949.26	c   949s|304300 |  2145 |  2927k|   9.6 |  24M| 393 |   - |2280 |4874 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
949.32/949.53	c   950s|304400 |  2147 |  2928k|   9.6 |  24M| 393 |  17 |2280 |4691 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
949.62/949.80	c   950s|304500 |  2143 |  2929k|   9.6 |  24M| 393 |  19 |2280 |4715 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
949.82/950.04	c   950s|304600 |  2142 |  2930k|   9.6 |  24M| 393 |   - |2280 |4755 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
950.13/950.35	c   950s|304700 |  2144 |  2931k|   9.6 |  23M| 393 |   - |2280 |4496 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
950.42/950.61	c   951s|304800 |  2150 |  2932k|   9.6 |  23M| 393 |  22 |2280 |4523 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
950.62/950.88	c   951s|304900 |  2150 |  2932k|   9.6 |  23M| 393 |   8 |2280 |4585 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
950.93/951.15	c   951s|305000 |  2150 |  2933k|   9.6 |  24M| 393 |   - |2280 |4654 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
951.23/951.45	c   951s|305100 |  2152 |  2934k|   9.6 |  24M| 393 |  14 |2280 |4746 |2280 |1674 |  93 | 242k|  17k| 0.000000e+00 |      --      |    Inf 
951.52/951.75	c   952s|305200 |  2148 |  2934k|   9.6 |  24M| 393 |  26 |2280 |4786 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
951.83/952.03	c   952s|305300 |  2148 |  2935k|   9.6 |  24M| 393 |  20 |2280 |4788 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
952.12/952.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.12/952.31	c   952s|305400 |  2150 |  2936k|   9.6 |  24M| 393 |   - |2280 |4858 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
952.43/952.62	c   953s|305500 |  2146 |  2936k|   9.6 |  24M| 393 |   - |2280 |4948 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
952.72/952.91	c   953s|305600 |  2146 |  2937k|   9.6 |  24M| 393 |   - |2280 |4923 |   0 |   0 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
953.03/953.20	c   953s|305700 |  2142 |  2938k|   9.6 |  24M| 393 |   - |2280 |4973 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
953.32/953.51	c   954s|305800 |  2144 |  2939k|   9.6 |  24M| 393 |  32 |2280 |4874 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
953.63/953.81	c   954s|305900 |  2146 |  2940k|   9.6 |  24M| 393 |   8 |2280 |4758 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
953.83/954.08	c   954s|306000 |  2146 |  2941k|   9.6 |  24M| 393 |  29 |2280 |4801 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
954.12/954.35	c   954s|306100 |  2146 |  2942k|   9.6 |  24M| 393 |  31 |2280 |4901 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
954.42/954.65	c   955s|306200 |  2147 |  2943k|   9.6 |  24M| 393 |  14 |2280 |4930 |2280 |1674 |  93 | 243k|  17k| 0.000000e+00 |      --      |    Inf 
954.72/954.94	c   955s|306300 |  2143 |  2944k|   9.6 |  24M| 393 |   - |2280 |4949 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
954.92/955.19	c   955s|306400 |  2157 |  2945k|   9.6 |  24M| 393 |  23 |2280 |4919 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
955.22/955.46	c   955s|306500 |  2155 |  2945k|   9.6 |  24M| 393 |   - |2280 |5052 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
955.52/955.74	c   956s|306600 |  2149 |  2946k|   9.6 |  24M| 393 |   - |2280 |5070 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
955.83/956.03	c   956s|306700 |  2149 |  2947k|   9.6 |  24M| 393 |  23 |2280 |5147 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
956.12/956.34	c   956s|306800 |  2147 |  2948k|   9.6 |  24M| 393 |   - |2280 |5185 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
956.42/956.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
956.42/956.63	c   957s|306900 |  2149 |  2949k|   9.6 |  24M| 393 |  19 |2280 |5221 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
956.73/956.91	c   957s|307000 |  2147 |  2949k|   9.6 |  24M| 393 |   - |2280 |5248 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
957.03/957.20	c   957s|307100 |  2147 |  2950k|   9.6 |  24M| 393 |   - |2280 |5235 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
957.22/957.49	c   957s|307200 |  2147 |  2951k|   9.6 |  24M| 393 |  10 |2280 |5298 |2280 |1674 |  93 | 244k|  17k| 0.000000e+00 |      --      |    Inf 
957.62/957.80	c   958s|307300 |  2145 |  2952k|   9.6 |  24M| 393 |   - |2280 |5258 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
957.83/958.10	c   958s|307400 |  2146 |  2953k|   9.6 |  24M| 393 |  29 |2280 |5045 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
958.12/958.39	c   958s|307500 |  2143 |  2954k|   9.6 |  24M| 393 |   - |2280 |5032 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
958.42/958.65	c   959s|307600 |  2141 |  2954k|   9.6 |  24M| 393 |   - |2280 |5081 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
958.72/958.95	c   959s|307700 |  2147 |  2955k|   9.6 |  24M| 393 |  21 |2280 |4905 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
959.03/959.22	c   959s|307800 |  2147 |  2956k|   9.6 |  24M| 393 |   - |2280 |4941 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
959.32/959.52	c   960s|307900 |  2149 |  2957k|   9.6 |  24M| 393 |  21 |2280 |5018 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
959.62/959.82	c   960s|308000 |  2151 |  2958k|   9.6 |  24M| 393 |  19 |2280 |5082 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
959.92/960.14	c   960s|308100 |  2145 |  2958k|   9.6 |  24M| 393 |   - |2280 |5165 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
960.23/960.42	c   960s|308200 |  2147 |  2960k|   9.6 |  24M| 393 |  36 |2280 |5166 |2280 |1674 |  93 | 245k|  17k| 0.000000e+00 |      --      |    Inf 
960.52/960.70	c   961s|308300 |  2151 |  2960k|   9.6 |  24M| 393 |  33 |2280 |5150 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
960.72/960.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.72/960.98	c   961s|308400 |  2153 |  2961k|   9.6 |  24M| 393 |  22 |2280 |5254 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
961.02/961.26	c   961s|308500 |  2152 |  2962k|   9.6 |  24M| 393 |   - |2280 |5259 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
961.32/961.56	c   962s|308600 |  2152 |  2963k|   9.6 |  24M| 393 |   - |2280 |5323 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
961.62/961.84	c   962s|308700 |  2154 |  2964k|   9.6 |  24M| 393 |  35 |2280 |5346 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
961.92/962.11	c   962s|308800 |  2152 |  2964k|   9.6 |  25M| 393 |   - |2280 |5417 |   0 |   0 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
962.12/962.36	c   962s|308900 |  2151 |  2965k|   9.6 |  25M| 393 |   - |2280 |5446 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
962.33/962.60	c   963s|309000 |  2153 |  2966k|   9.6 |  25M| 393 |  33 |2280 |5494 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
962.62/962.87	c   963s|309100 |  2153 |  2967k|   9.6 |  25M| 393 |   - |2280 |5373 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
962.92/963.17	c   963s|309200 |  2155 |  2968k|   9.6 |  25M| 393 |  16 |2280 |5389 |2280 |1674 |  93 | 246k|  17k| 0.000000e+00 |      --      |    Inf 
963.22/963.43	c   963s|309300 |  2153 |  2968k|   9.6 |  25M| 393 |   - |2280 |5513 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
963.52/963.70	c   964s|309400 |  2153 |  2969k|   9.6 |  25M| 393 |  44 |2280 |5598 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
963.72/963.98	c   964s|309500 |  2151 |  2970k|   9.6 |  25M| 393 |   - |2280 |5638 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
964.02/964.26	c   964s|309600 |  2154 |  2971k|   9.6 |  25M| 393 |  34 |2280 |5594 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
964.32/964.51	c   965s|309700 |  2154 |  2972k|   9.6 |  25M| 393 |  29 |2280 |5688 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
964.62/964.82	c   965s|309800 |  2149 |  2973k|   9.6 |  25M| 393 |  36 |2280 |5614 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
964.82/965.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.82/965.09	c   965s|309900 |  2151 |  2974k|   9.6 |  25M| 393 |   - |2280 |5538 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
965.12/965.38	c   965s|310000 |  2149 |  2975k|   9.6 |  25M| 393 |   - |2280 |5393 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
965.42/965.68	c   966s|310100 |  2154 |  2975k|   9.6 |  25M| 393 |  32 |2280 |5420 |2280 |1674 |  93 | 247k|  17k| 0.000000e+00 |      --      |    Inf 
965.72/965.97	c   966s|310200 |  2158 |  2976k|   9.6 |  25M| 393 |   - |2280 |5475 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
966.02/966.27	c   966s|310300 |  2160 |  2977k|   9.6 |  25M| 393 |   - |2280 |5573 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
966.32/966.56	c   967s|310400 |  2157 |  2978k|   9.6 |  25M| 393 |  34 |2280 |5626 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
966.63/966.86	c   967s|310500 |  2155 |  2978k|   9.6 |  25M| 393 |  25 |2280 |5583 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
966.92/967.19	c   967s|310600 |  2148 |  2979k|   9.6 |  25M| 393 |  54 |2280 |5364 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
967.22/967.49	c   967s|310700 |  2144 |  2980k|   9.6 |  24M| 393 |   - |2280 |5330 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
967.52/967.79	c   968s|310800 |  2146 |  2981k|   9.6 |  25M| 393 |   - |2280 |5410 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
967.92/968.10	c   968s|310900 |  2148 |  2981k|   9.6 |  24M| 393 |   - |2280 |5168 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
968.22/968.41	c   968s|311000 |  2148 |  2982k|   9.6 |  24M| 393 |   - |2280 |5195 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
968.52/968.71	c   969s|311100 |  2150 |  2983k|   9.6 |  24M| 393 |   - |2280 |5190 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
968.72/968.98	c   969s|311200 |  2152 |  2984k|   9.6 |  24M| 393 |  33 |2280 |5238 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
969.02/969.27	c   969s|311300 |  2150 |  2985k|   9.6 |  24M| 393 |   - |2280 |5266 |2280 |1674 |  93 | 248k|  17k| 0.000000e+00 |      --      |    Inf 
969.32/969.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.32/969.58	c   970s|311400 |  2148 |  2985k|   9.6 |  25M| 393 |  32 |2280 |5358 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
969.61/969.88	c   970s|311500 |  2148 |  2986k|   9.6 |  25M| 393 |  14 |2280 |5371 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
969.93/970.18	c   970s|311600 |  2146 |  2987k|   9.6 |  25M| 393 |  34 |2280 |5357 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
970.32/970.51	c   971s|311700 |  2145 |  2988k|   9.6 |  25M| 393 |   - |2280 |5386 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
970.62/970.85	c   971s|311800 |  2145 |  2989k|   9.6 |  25M| 393 |   - |2280 |5365 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
970.92/971.15	c   971s|311900 |  2144 |  2990k|   9.6 |  24M| 393 |   - |2280 |5296 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
971.22/971.45	c   971s|312000 |  2143 |  2991k|   9.6 |  24M| 393 |  14 |2280 |5128 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
971.52/971.78	c   972s|312100 |  2146 |  2992k|   9.6 |  24M| 393 |  17 |2280 |5185 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
971.92/972.14	c   972s|312200 |  2144 |  2993k|   9.6 |  24M| 393 |   - |2280 |5199 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
972.23/972.46	c   972s|312300 |  2146 |  2993k|   9.6 |  24M| 393 |  32 |2280 |5184 |2280 |1674 |  93 | 249k|  17k| 0.000000e+00 |      --      |    Inf 
972.52/972.78	c   973s|312400 |  2142 |  2994k|   9.6 |  24M| 393 |  30 |2280 |5233 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
972.81/973.08	c   973s|312500 |  2144 |  2995k|   9.6 |  24M| 393 |   - |2280 |5194 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
973.12/973.39	c   973s|312600 |  2137 |  2996k|   9.6 |  24M| 393 |   - |2280 |5203 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
973.42/973.69	c   974s|312700 |  2141 |  2997k|   9.6 |  24M| 393 |   - |2280 |5093 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
973.82/974.01	c   974s|312800 |  2143 |  2998k|   9.6 |  24M| 393 |  28 |2280 |5166 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
974.12/974.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.12/974.30	c   974s|312900 |  2141 |  2999k|   9.6 |  24M| 393 |   - |2280 |5241 |   0 |   0 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
974.43/974.62	c   975s|313000 |  2139 |  3000k|   9.6 |  24M| 393 |   - |2280 |5236 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
974.72/974.93	c   975s|313100 |  2140 |  3001k|   9.6 |  24M| 393 |  43 |2280 |5269 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
975.01/975.25	c   975s|313200 |  2140 |  3002k|   9.6 |  24M| 393 |  38 |2280 |5231 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
975.32/975.56	c   976s|313300 |  2139 |  3003k|   9.6 |  24M| 393 |  48 |2280 |5129 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
975.62/975.84	c   976s|313400 |  2139 |  3004k|   9.6 |  24M| 393 |   - |2280 |5003 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
975.92/976.15	c   976s|313500 |  2133 |  3005k|   9.6 |  24M| 393 |  51 |2280 |4639 |2280 |1674 |  93 | 250k|  17k| 0.000000e+00 |      --      |    Inf 
976.21/976.44	c   976s|313600 |  2132 |  3006k|   9.6 |  23M| 393 |   - |2280 |4616 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
976.52/976.72	c   977s|313700 |  2131 |  3006k|   9.6 |  23M| 393 |  44 |2280 |4507 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
976.81/977.02	c   977s|313800 |  2130 |  3007k|   9.6 |  23M| 393 |   - |2280 |4484 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
977.02/977.30	c   977s|313900 |  2132 |  3008k|   9.6 |  23M| 393 |   - |2280 |4532 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
977.32/977.59	c   978s|314000 |  2132 |  3009k|   9.6 |  23M| 393 |   - |2280 |4549 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
977.63/977.88	c   978s|314100 |  2132 |  3010k|   9.6 |  23M| 393 |   - |2280 |4528 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
977.92/978.19	c   978s|314200 |  2133 |  3011k|   9.6 |  23M| 393 |   - |2280 |4487 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
978.22/978.49	c   978s|314300 |  2131 |  3012k|   9.6 |  23M| 393 |   - |2280 |4542 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
978.52/978.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
978.52/978.80	c   979s|314400 |  2132 |  3013k|   9.6 |  23M| 393 |  40 |2280 |4564 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
978.83/979.09	c   979s|314500 |  2137 |  3014k|   9.6 |  23M| 393 |   - |2280 |4318 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
979.21/979.41	c   979s|314600 |  2141 |  3015k|   9.6 |  23M| 393 |  34 |2280 |4312 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
979.51/979.73	c   980s|314700 |  2137 |  3016k|   9.6 |  23M| 393 |   - |2280 |4313 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
979.83/980.07	c   980s|314800 |  2140 |  3017k|   9.6 |  23M| 393 |   - |2280 |4264 |2280 |1674 |  93 | 251k|  17k| 0.000000e+00 |      --      |    Inf 
980.22/980.40	c   980s|314900 |  2140 |  3018k|   9.6 |  23M| 393 |   - |2280 |4280 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
980.52/980.73	c   981s|315000 |  2138 |  3019k|   9.6 |  23M| 393 |   - |2280 |4343 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
980.82/981.04	c   981s|315100 |  2142 |  3021k|   9.6 |  23M| 393 |  34 |2280 |4090 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
981.12/981.35	c   981s|315200 |  2142 |  3022k|   9.6 |  23M| 393 |  39 |2280 |4122 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
981.42/981.67	c   982s|315300 |  2144 |  3023k|   9.6 |  23M| 393 |  42 |2280 |4162 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
981.72/981.98	c   982s|315400 |  2142 |  3024k|   9.6 |  23M| 393 |   - |2280 |4226 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
982.02/982.28	c   982s|315500 |  2150 |  3025k|   9.6 |  23M| 393 |   - |2280 |4216 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
982.32/982.54	c   983s|315600 |  2146 |  3026k|   9.6 |  23M| 393 |   - |2280 |4329 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
982.62/982.83	c   983s|315700 |  2144 |  3027k|   9.6 |  23M| 393 |   - |2280 |4388 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
982.92/983.16	c   983s|315800 |  2144 |  3028k|   9.6 |  23M| 393 |  34 |2280 |4415 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
983.32/983.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
983.32/983.51	c   984s|315900 |  2144 |  3030k|   9.6 |  23M| 393 |  49 |2280 |4437 |2280 |1674 |  93 | 252k|  17k| 0.000000e+00 |      --      |    Inf 
983.62/983.88	c   984s|316000 |  2146 |  3031k|   9.6 |  23M| 393 |   - |2280 |4306 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
983.91/984.19	c   984s|316100 |  2156 |  3032k|   9.6 |  23M| 393 |   - |2280 |4339 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
984.33/984.51	c   985s|316200 |  2154 |  3033k|   9.6 |  23M| 393 |  41 |2280 |4408 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
984.61/984.84	c   985s|316300 |  2149 |  3034k|   9.6 |  23M| 393 |   - |2280 |4492 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
985.02/985.20	c   985s|316400 |  2153 |  3036k|   9.6 |  23M| 393 |  49 |2280 |4510 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
985.32/985.51	c   986s|316500 |  2154 |  3037k|   9.6 |  23M| 393 |   - |2280 |4522 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
985.62/985.85	c   986s|316600 |  2151 |  3038k|   9.6 |  23M| 393 |   - |2280 |4528 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
985.92/986.16	c   986s|316700 |  2149 |  3039k|   9.6 |  23M| 393 |   - |2280 |4519 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
986.22/986.47	c   986s|316800 |  2153 |  3040k|   9.6 |  23M| 393 |  57 |2280 |4559 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
986.62/986.80	c   987s|316900 |  2154 |  3042k|   9.6 |  23M| 393 |  36 |2280 |4493 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
986.92/987.10	c   987s|317000 |  2157 |  3043k|   9.6 |  23M| 393 |  34 |2280 |4480 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
987.22/987.45	c   987s|317100 |  2155 |  3044k|   9.6 |  23M| 393 |  39 |2280 |4543 |2280 |1674 |  93 | 253k|  17k| 0.000000e+00 |      --      |    Inf 
987.53/987.75	c   988s|317200 |  2157 |  3045k|   9.6 |  23M| 393 |  34 |2280 |4475 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
987.82/988.05	c   988s|317300 |  2160 |  3046k|   9.6 |  23M| 393 |  18 |2280 |4535 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
988.12/988.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
988.12/988.33	c   988s|317400 |  2162 |  3047k|   9.6 |  24M| 393 |  29 |2280 |4622 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
988.42/988.63	c   989s|317500 |  2154 |  3048k|   9.6 |  24M| 393 |   - |2280 |4641 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
988.72/988.92	c   989s|317600 |  2158 |  3049k|   9.6 |  24M| 393 |   - |2280 |4663 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
988.92/989.20	c   989s|317700 |  2158 |  3050k|   9.6 |  24M| 393 |  35 |2280 |4708 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
989.22/989.49	c   989s|317800 |  2164 |  3051k|   9.6 |  24M| 393 |  24 |2280 |4796 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
989.62/989.80	c   990s|317900 |  2162 |  3052k|   9.6 |  24M| 393 |   - |2280 |4864 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
989.82/990.09	c   990s|318000 |  2166 |  3053k|   9.6 |  24M| 393 |  36 |2280 |4915 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
990.12/990.38	c   990s|318100 |  2162 |  3054k|   9.6 |  24M| 393 |  43 |2280 |4933 |2280 |1674 |  93 | 254k|  17k| 0.000000e+00 |      --      |    Inf 
990.42/990.68	c   991s|318200 |  2160 |  3055k|   9.6 |  24M| 393 |  34 |2280 |4967 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
990.71/990.99	c   991s|318300 |  2156 |  3056k|   9.6 |  24M| 393 |   - |2280 |4955 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
991.02/991.28	c   991s|318400 |  2159 |  3057k|   9.6 |  24M| 393 |  22 |2280 |4784 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
991.32/991.58	c   992s|318500 |  2161 |  3058k|   9.6 |  24M| 393 |  32 |2280 |4820 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
991.62/991.89	c   992s|318600 |  2160 |  3059k|   9.6 |  24M| 393 |   - |2280 |4864 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
991.92/992.19	c   992s|318700 |  2160 |  3059k|   9.6 |  24M| 393 |  24 |2280 |4912 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
992.22/992.49	c   992s|318800 |  2157 |  3060k|   9.6 |  24M| 393 |   - |2280 |5016 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
992.62/992.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
992.62/992.82	c   993s|318900 |  2158 |  3061k|   9.6 |  24M| 393 |  31 |2280 |5007 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
992.91/993.11	c   993s|319000 |  2164 |  3062k|   9.6 |  24M| 393 |   - |2280 |4655 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
993.22/993.42	c   993s|319100 |  2162 |  3063k|   9.6 |  24M| 393 |   - |2280 |4697 |2280 |1674 |  93 | 255k|  17k| 0.000000e+00 |      --      |    Inf 
993.51/993.78	c   994s|319200 |  2163 |  3064k|   9.6 |  24M| 393 |   - |2280 |4769 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
993.92/994.10	c   994s|319300 |  2161 |  3065k|   9.6 |  24M| 393 |   - |2280 |4804 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
994.12/994.39	c   994s|319400 |  2163 |  3066k|   9.6 |  24M| 393 |  13 |2280 |4846 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
994.42/994.69	c   995s|319500 |  2159 |  3067k|   9.6 |  24M| 393 |  32 |2280 |4903 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
994.72/994.98	c   995s|319600 |  2162 |  3067k|   9.6 |  24M| 393 |   - |2280 |4950 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
995.11/995.31	c   995s|319700 |  2161 |  3068k|   9.6 |  24M| 393 |   - |2280 |4973 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
995.42/995.61	c   996s|319800 |  2164 |  3069k|   9.6 |  24M| 393 |   - |2280 |5057 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
995.72/995.90	c   996s|319900 |  2160 |  3070k|   9.6 |  24M| 393 |   - |2280 |5140 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
996.01/996.20	c   996s|320000 |  2159 |  3071k|   9.6 |  24M| 393 |   - |2280 |5198 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
996.21/996.48	c   996s|320100 |  2163 |  3071k|   9.6 |  24M| 393 |   - |2280 |5209 |2280 |1674 |  93 | 256k|  17k| 0.000000e+00 |      --      |    Inf 
996.61/996.80	c   997s|320200 |  2161 |  3072k|   9.6 |  24M| 393 |   - |2280 |5253 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
996.92/997.12	c   997s|320300 |  2159 |  3073k|   9.6 |  24M| 393 |   - |2280 |5284 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
997.22/997.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
997.22/997.46	c   997s|320400 |  2158 |  3073k|   9.6 |  25M| 393 |  16 |2280 |5335 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
997.52/997.77	c   998s|320500 |  2164 |  3074k|   9.6 |  24M| 393 |  15 |2280 |5146 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
997.82/998.05	c   998s|320600 |  2163 |  3075k|   9.6 |  24M| 393 |   - |2280 |5211 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
998.12/998.33	c   998s|320700 |  2165 |  3076k|   9.6 |  25M| 393 |   - |2280 |5307 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
998.41/998.63	c   999s|320800 |  2165 |  3076k|   9.6 |  25M| 393 |  12 |2280 |5391 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
998.71/998.91	c   999s|320900 |  2165 |  3077k|   9.6 |  25M| 393 |   8 |2280 |5439 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
999.02/999.20	c   999s|321000 |  2161 |  3078k|   9.6 |  25M| 393 |  44 |2280 |5333 |2280 |1674 |  93 | 257k|  17k| 0.000000e+00 |      --      |    Inf 
999.22/999.49	c   999s|321100 |  2163 |  3079k|   9.6 |  25M| 393 |   - |2280 |5430 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
999.52/999.75	c  1000s|321200 |  2161 |  3079k|   9.6 |  25M| 393 |   - |2280 |5476 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
999.82/1000.03	c  1000s|321300 |  2163 |  3080k|   9.6 |  25M| 393 |   - |2280 |5426 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1000.02/1000.27	c  1000s|321400 |  2161 |  3081k|   9.6 |  25M| 393 |   - |2280 |5485 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1000.31/1000.52	c  1001s|321500 |  2161 |  3081k|   9.6 |  25M| 393 |   - |2280 |5563 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1000.52/1000.79	c  1001s|321600 |  2163 |  3082k|   9.6 |  25M| 393 |  33 |2280 |5618 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1000.82/1001.08	c  1001s|321700 |  2161 |  3083k|   9.6 |  25M| 393 |   - |2280 |5661 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1001.11/1001.38	c  1001s|321800 |  2161 |  3084k|   9.6 |  25M| 393 |  30 |2280 |5732 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1001.41/1001.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.41/1001.69	c  1002s|321900 |  2158 |  3085k|   9.6 |  25M| 393 |  48 |2280 |5438 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1001.72/1002.00	c  1002s|322000 |  2164 |  3086k|   9.6 |  24M| 393 |  24 |2280 |4969 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1002.11/1002.30	c  1002s|322100 |  2164 |  3086k|   9.6 |  24M| 393 |  23 |2280 |4895 |2280 |1674 |  93 | 258k|  17k| 0.000000e+00 |      --      |    Inf 
1002.42/1002.60	c  1003s|322200 |  2162 |  3087k|   9.6 |  24M| 393 |  20 |2280 |4927 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1002.71/1002.90	c  1003s|322300 |  2162 |  3088k|   9.6 |  24M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1002.92/1003.19	c  1003s|322400 |  2162 |  3088k|   9.6 |  24M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1003.32/1003.53	c  1004s|322500 |  2158 |  3089k|   9.6 |  24M| 393 |   - |2280 |4875 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1003.62/1003.86	c  1004s|322600 |  2161 |  3090k|   9.6 |  24M| 393 |  33 |2280 |4834 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1003.91/1004.19	c  1004s|322700 |  2163 |  3091k|   9.6 |  24M| 393 |   - |2280 |4854 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1004.31/1004.53	c  1005s|322800 |  2163 |  3092k|   9.6 |  24M| 393 |   - |2280 |4900 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1004.61/1004.87	c  1005s|322900 |  2167 |  3093k|   9.6 |  24M| 393 |  19 |2280 |4929 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1005.01/1005.22	c  1005s|323000 |  2161 |  3093k|   9.6 |  24M| 393 |  36 |2280 |4985 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1005.31/1005.55	c  1006s|323100 |  2161 |  3094k|   9.6 |  24M| 393 |  42 |2280 |5047 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1005.61/1005.86	c  1006s|323200 |  2165 |  3095k|   9.6 |  24M| 393 |   - |2280 |5105 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1005.91/1006.19	c  1006s|323300 |  2161 |  3096k|   9.6 |  24M| 393 |   - |2280 |5136 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1006.32/1006.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.32/1006.51	c  1007s|323400 |  2163 |  3097k|   9.6 |  24M| 393 |  14 |2280 |5192 |2280 |1674 |  93 | 259k|  17k| 0.000000e+00 |      --      |    Inf 
1006.61/1006.83	c  1007s|323500 |  2160 |  3098k|   9.6 |  24M| 393 |  18 |2280 |5212 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1006.92/1007.14	c  1007s|323600 |  2158 |  3098k|   9.6 |  25M| 393 |   - |2280 |5285 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1007.21/1007.47	c  1007s|323700 |  2158 |  3099k|   9.6 |  24M| 393 |   - |2280 |5219 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1007.61/1007.80	c  1008s|323800 |  2160 |  3100k|   9.6 |  24M| 393 |   - |2280 |4949 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1007.82/1008.07	c  1008s|323900 |  2161 |  3101k|   9.6 |  24M| 393 |  30 |2280 |4802 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1008.11/1008.36	c  1008s|324000 |  2163 |  3102k|   9.6 |  24M| 393 |  16 |2280 |4878 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1008.42/1008.66	c  1009s|324100 |  2162 |  3102k|   9.6 |  24M| 393 |  24 |2280 |4944 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1008.71/1008.94	c  1009s|324200 |  2159 |  3103k|   9.6 |  24M| 393 |   - |2280 |4906 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1009.02/1009.25	c  1009s|324300 |  2165 |  3104k|   9.6 |  24M| 393 |  27 |2280 |4859 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1009.31/1009.56	c  1010s|324400 |  2163 |  3105k|   9.6 |  24M| 393 |   - |2280 |4943 |2280 |1674 |  93 | 260k|  17k| 0.000000e+00 |      --      |    Inf 
1009.62/1009.89	c  1010s|324500 |  2161 |  3106k|   9.6 |  24M| 393 |  25 |2280 |4984 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1010.02/1010.23	c  1010s|324600 |  2161 |  3107k|   9.6 |  24M| 393 |  27 |2280 |5003 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1010.31/1010.56	c  1011s|324700 |  2161 |  3107k|   9.6 |  24M| 393 |  32 |2280 |5036 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1010.62/1010.89	c  1011s|324800 |  2165 |  3108k|   9.6 |  24M| 393 |  33 |2280 |4948 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1011.02/1011.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1011.02/1011.25	c  1011s|324900 |  2159 |  3109k|   9.6 |  24M| 393 |  35 |2280 |4996 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1011.42/1011.61	c  1012s|325000 |  2161 |  3111k|   9.6 |  24M| 393 |   - |2280 |4915 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1011.72/1011.97	c  1012s|325100 |  2163 |  3112k|   9.6 |  24M| 393 |   - |2280 |4970 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1012.11/1012.31	c  1012s|325200 |  2161 |  3113k|   9.6 |  24M| 393 |  46 |2280 |5034 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1012.42/1012.66	c  1013s|325300 |  2159 |  3114k|   9.6 |  24M| 393 |  38 |2280 |4921 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1012.82/1013.01	c  1013s|325400 |  2159 |  3115k|   9.6 |  24M| 393 |  39 |2280 |4944 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1013.11/1013.31	c  1013s|325500 |  2157 |  3116k|   9.6 |  24M| 393 |  33 |2280 |4964 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1013.41/1013.63	c  1014s|325600 |  2157 |  3117k|   9.6 |  24M| 393 |  50 |2280 |5010 |2280 |1674 |  93 | 261k|  17k| 0.000000e+00 |      --      |    Inf 
1013.71/1013.96	c  1014s|325700 |  2157 |  3118k|   9.6 |  24M| 393 |   - |2280 |5040 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1014.02/1014.27	c  1014s|325800 |  2155 |  3119k|   9.6 |  24M| 393 |   - |2280 |5072 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1014.41/1014.67	c  1015s|325900 |  2159 |  3121k|   9.6 |  24M| 393 |  29 |2280 |4878 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1014.71/1014.99	c  1015s|326000 |  2158 |  3122k|   9.6 |  24M| 393 |  25 |2280 |4754 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1015.12/1015.31	c  1015s|326100 |  2153 |  3123k|   9.6 |  24M| 393 |   - |2280 |4809 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1015.41/1015.63	c  1016s|326200 |  2155 |  3124k|   9.6 |  23M| 393 |   - |2280 |4443 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1015.81/1016.00	c  1016s|326300 |  2155 |  3125k|   9.6 |  23M| 393 |  12 |2280 |4200 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1016.12/1016.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.12/1016.34	c  1016s|326400 |  2155 |  3126k|   9.6 |  23M| 393 |  16 |2280 |4159 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1016.51/1016.72	c  1017s|326500 |  2154 |  3127k|   9.6 |  23M| 393 |  18 |2280 |4186 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1016.82/1017.08	c  1017s|326600 |  2150 |  3129k|   9.6 |  23M| 393 |  50 |2280 |4214 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1017.11/1017.35	c  1017s|326700 |  2158 |  3130k|   9.6 |  23M| 393 |   - |2280 |4023 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1017.41/1017.63	c  1018s|326800 |  2156 |  3131k|   9.6 |  23M| 393 |   - |2280 |3991 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1017.71/1017.90	c  1018s|326900 |  2158 |  3131k|   9.6 |  23M| 393 |  26 |2280 |4011 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1017.91/1018.19	c  1018s|327000 |  2158 |  3132k|   9.6 |  23M| 393 |  15 |2280 |4062 |2280 |1674 |  93 | 262k|  17k| 0.000000e+00 |      --      |    Inf 
1018.21/1018.48	c  1018s|327100 |  2156 |  3133k|   9.6 |  23M| 393 |  19 |2280 |4120 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1018.62/1018.80	c  1019s|327200 |  2152 |  3134k|   9.6 |  23M| 393 |   - |2280 |4167 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1018.81/1019.07	c  1019s|327300 |  2154 |  3135k|   9.6 |  23M| 393 |  17 |2280 |4207 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1019.11/1019.33	c  1019s|327400 |  2162 |  3136k|   9.6 |  23M| 393 |  29 |2280 |4223 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1019.31/1019.57	c  1020s|327500 |  2164 |  3136k|   9.6 |  23M| 393 |   - |2280 |4298 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1019.62/1019.83	c  1020s|327600 |  2164 |  3137k|   9.6 |  23M| 393 |  12 |2280 |4324 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1019.91/1020.11	c  1020s|327700 |  2162 |  3137k|   9.6 |  23M| 393 |  16 |2280 |4344 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1020.11/1020.36	c  1020s|327800 |  2158 |  3138k|   9.6 |  23M| 393 |   - |2280 |4325 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1020.41/1020.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.41/1020.61	c  1021s|327900 |  2160 |  3139k|   9.6 |  23M| 393 |  19 |2280 |4328 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1020.62/1020.87	c  1021s|328000 |  2160 |  3139k|   9.6 |  23M| 393 |   - |2280 |4356 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1020.91/1021.15	c  1021s|328100 |  2160 |  3140k|   9.6 |  23M| 393 |   - |2280 |4350 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1021.21/1021.43	c  1021s|328200 |  2160 |  3140k|   9.6 |  23M| 393 |   - |2280 |4361 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1021.52/1021.71	c  1022s|328300 |  2160 |  3141k|   9.6 |  23M| 393 |  45 |2280 |4323 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1021.81/1022.02	c  1022s|328400 |  2158 |  3143k|   9.6 |  23M| 393 |   - |2280 |4371 |2280 |1674 |  93 | 263k|  17k| 0.000000e+00 |      --      |    Inf 
1022.11/1022.31	c  1022s|328500 |  2158 |  3144k|   9.6 |  23M| 393 |  33 |2280 |4407 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1022.41/1022.63	c  1023s|328600 |  2158 |  3145k|   9.6 |  23M| 393 |  34 |2280 |4486 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1022.72/1022.93	c  1023s|328700 |  2158 |  3146k|   9.6 |  23M| 393 |  39 |2280 |4381 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1023.01/1023.24	c  1023s|328800 |  2152 |  3147k|   9.6 |  23M| 393 |   - |2280 |4452 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1023.31/1023.55	c  1024s|328900 |  2156 |  3148k|   9.6 |  23M| 393 |  45 |2280 |4423 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1023.62/1023.89	c  1024s|329000 |  2156 |  3150k|   9.6 |  23M| 393 |   - |2280 |4516 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1024.01/1024.21	c  1024s|329100 |  2158 |  3151k|   9.6 |  23M| 393 |   - |2280 |4489 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1024.31/1024.54	c  1025s|329200 |  2160 |  3152k|   9.6 |  24M| 393 |  38 |2280 |4553 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1024.62/1024.88	c  1025s|329300 |  2156 |  3154k|   9.6 |  24M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1025.01/1025.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1025.01/1025.22	c  1025s|329400 |  2155 |  3155k|   9.6 |  24M| 393 |  38 |2280 |4667 |2280 |1674 |  93 | 264k|  17k| 0.000000e+00 |      --      |    Inf 
1025.31/1025.54	c  1026s|329500 |  2155 |  3156k|   9.6 |  24M| 393 |  32 |2280 |4734 |2280 |1674 |  93 | 265k|  17k| 0.000000e+00 |      --      |    Inf 
1025.61/1025.88	c  1026s|329600 |  2155 |  3157k|   9.6 |  24M| 393 |  46 |2280 |4808 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1025.92/1026.19	c  1026s|329700 |  2161 |  3158k|   9.6 |  24M| 393 |  31 |2280 |4644 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1026.31/1026.51	c  1027s|329800 |  2158 |  3159k|   9.6 |  24M| 393 |   - |2280 |4674 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1026.61/1026.80	c  1027s|329900 |  2160 |  3160k|   9.6 |  24M| 393 |  22 |2280 |4641 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1026.91/1027.11	c  1027s|330000 |  2162 |  3161k|   9.6 |  23M| 393 |   - |2280 |4530 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1027.12/1027.40	c  1027s|330100 |  2162 |  3162k|   9.6 |  24M| 393 |   - |2280 |4572 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1027.51/1027.70	c  1028s|330200 |  2161 |  3163k|   9.6 |  23M| 393 |  30 |2280 |4528 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1027.71/1027.98	c  1028s|330300 |  2160 |  3164k|   9.6 |  23M| 393 |   - |2280 |4524 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1028.01/1028.29	c  1028s|330400 |  2158 |  3165k|   9.6 |  24M| 393 |   - |2280 |4557 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1028.32/1028.58	c  1029s|330500 |  2158 |  3166k|   9.6 |  24M| 393 |   - |2280 |4613 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1028.61/1028.88	c  1029s|330600 |  2162 |  3167k|   9.6 |  23M| 393 |  21 |2280 |4545 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1028.91/1029.19	c  1029s|330700 |  2162 |  3168k|   9.6 |  24M| 393 |  22 |2280 |4573 |2280 |1674 |  93 | 265k|  18k| 0.000000e+00 |      --      |    Inf 
1029.21/1029.50	c  1029s|330800 |  2160 |  3169k|   9.6 |  24M| 393 |   - |2280 |4681 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1029.62/1029.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.62/1029.86	c  1030s|330900 |  2160 |  3171k|   9.6 |  24M| 393 |  42 |2280 |4741 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1029.91/1030.19	c  1030s|331000 |  2158 |  3172k|   9.6 |  24M| 393 |   - |2280 |4637 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1030.22/1030.48	c  1030s|331100 |  2158 |  3173k|   9.6 |  23M| 393 |   - |2280 |4551 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1030.52/1030.76	c  1031s|331200 |  2163 |  3174k|   9.6 |  24M| 393 |   - |2280 |4576 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1030.81/1031.06	c  1031s|331300 |  2161 |  3175k|   9.6 |  24M| 393 |   - |2280 |4646 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1031.11/1031.34	c  1031s|331400 |  2161 |  3176k|   9.6 |  24M| 393 |   - |2280 |4687 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1031.41/1031.62	c  1032s|331500 |  2159 |  3177k|   9.6 |  24M| 393 |  23 |2280 |4724 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1031.71/1031.92	c  1032s|331600 |  2163 |  3178k|   9.6 |  24M| 393 |   - |2280 |4708 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1032.01/1032.24	c  1032s|331700 |  2156 |  3179k|   9.6 |  24M| 393 |   - |2280 |4776 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1032.31/1032.54	c  1033s|331800 |  2159 |  3180k|   9.6 |  24M| 393 |   - |2280 |4791 |2280 |1674 |  93 | 266k|  18k| 0.000000e+00 |      --      |    Inf 
1032.62/1032.83	c  1033s|331900 |  2165 |  3181k|   9.6 |  24M| 393 |   - |2280 |4816 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1032.91/1033.13	c  1033s|332000 |  2163 |  3182k|   9.6 |  24M| 393 |   - |2280 |4863 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1033.21/1033.44	c  1033s|332100 |  2161 |  3183k|   9.6 |  24M| 393 |  42 |2280 |4943 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1033.51/1033.76	c  1034s|332200 |  2161 |  3184k|   9.6 |  24M| 393 |   - |2280 |4985 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1033.82/1034.09	c  1034s|332300 |  2158 |  3186k|   9.6 |  24M| 393 |   - |2280 |5065 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1034.21/1034.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1034.21/1034.42	c  1034s|332400 |  2160 |  3187k|   9.6 |  24M| 393 |  17 |2280 |5096 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1034.51/1034.75	c  1035s|332500 |  2160 |  3189k|   9.6 |  24M| 393 |   - |2280 |5152 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1034.81/1035.09	c  1035s|332600 |  2162 |  3190k|   9.6 |  24M| 393 |   - |2280 |5173 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1035.21/1035.40	c  1035s|332700 |  2164 |  3191k|   9.6 |  24M| 393 |  46 |2280 |5206 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1035.51/1035.71	c  1036s|332800 |  2160 |  3192k|   9.6 |  24M| 393 |  46 |2280 |5238 |2280 |1674 |  93 | 267k|  18k| 0.000000e+00 |      --      |    Inf 
1035.81/1036.02	c  1036s|332900 |  2160 |  3193k|   9.6 |  24M| 393 |   - |2280 |5116 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1036.11/1036.34	c  1036s|333000 |  2160 |  3195k|   9.6 |  24M| 393 |  39 |2280 |5026 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1036.41/1036.64	c  1037s|333100 |  2164 |  3196k|   9.6 |  24M| 393 |  31 |2280 |5058 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1036.71/1036.92	c  1037s|333200 |  2161 |  3196k|   9.6 |  24M| 393 |  28 |2280 |5101 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1036.91/1037.20	c  1037s|333300 |  2156 |  3197k|   9.6 |  24M| 393 |   - |2280 |5151 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1037.31/1037.50	c  1038s|333400 |  2157 |  3198k|   9.6 |  24M| 393 |   - |2280 |4752 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1037.61/1037.80	c  1038s|333500 |  2161 |  3199k|   9.6 |  24M| 393 |   - |2280 |4729 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1037.81/1038.09	c  1038s|333600 |  2159 |  3200k|   9.6 |  24M| 393 |   - |2280 |4760 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1038.21/1038.41	c  1038s|333700 |  2158 |  3201k|   9.6 |  24M| 393 |   - |2280 |4719 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1038.51/1038.71	c  1039s|333800 |  2156 |  3202k|   9.6 |  24M| 393 |   - |2280 |4761 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1038.81/1039.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.81/1039.00	c  1039s|333900 |  2154 |  3203k|   9.6 |  24M| 393 |  51 |2280 |4685 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1039.11/1039.30	c  1039s|334000 |  2155 |  3204k|   9.6 |  24M| 393 |   - |2280 |4708 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1039.32/1039.59	c  1040s|334100 |  2153 |  3205k|   9.6 |  24M| 393 |   - |2280 |4753 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1039.71/1039.90	c  1040s|334200 |  2152 |  3205k|   9.6 |  24M| 393 |   - |2280 |4707 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1039.91/1040.17	c  1040s|334300 |  2153 |  3207k|   9.6 |  23M| 393 |  36 |2280 |4500 |2280 |1674 |  93 | 268k|  18k| 0.000000e+00 |      --      |    Inf 
1040.21/1040.45	c  1040s|334400 |  2155 |  3208k|   9.6 |  23M| 393 |   - |2280 |4407 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1040.51/1040.74	c  1041s|334500 |  2157 |  3209k|   9.6 |  23M| 393 |   - |2280 |4459 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1040.81/1041.04	c  1041s|334600 |  2157 |  3210k|   9.6 |  23M| 393 |   - |2280 |4513 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1041.11/1041.35	c  1041s|334700 |  2155 |  3211k|   9.6 |  23M| 393 |   - |2280 |4563 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1041.41/1041.65	c  1042s|334800 |  2154 |  3212k|   9.6 |  23M| 393 |   - |2280 |4525 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1041.71/1041.92	c  1042s|334900 |  2160 |  3213k|   9.6 |  23M| 393 |  47 |2280 |4535 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1042.01/1042.20	c  1042s|335000 |  2156 |  3214k|   9.6 |  23M| 393 |  43 |2280 |4581 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1042.31/1042.53	c  1043s|335100 |  2151 |  3215k|   9.6 |  23M| 393 |   - |2280 |4574 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1042.61/1042.83	c  1043s|335200 |  2151 |  3216k|   9.6 |  23M| 393 |   - |2280 |4556 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1042.91/1043.12	c  1043s|335300 |  2153 |  3217k|   9.6 |  24M| 393 |   - |2280 |4628 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1043.21/1043.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.21/1043.43	c  1043s|335400 |  2153 |  3218k|   9.6 |  24M| 393 |  50 |2280 |4703 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1043.51/1043.74	c  1044s|335500 |  2151 |  3219k|   9.6 |  24M| 393 |   - |2280 |4685 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1044.31/1044.51	c  1045s|335600 |  2148 |  3220k|   9.6 |  23M| 393 |  44 |2280 |4265 |2280 |1674 |  93 | 269k|  18k| 0.000000e+00 |      --      |    Inf 
1044.61/1044.83	c  1045s|335700 |  2146 |  3221k|   9.6 |  23M| 393 |  40 |2280 |4231 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1044.91/1045.18	c  1045s|335800 |  2145 |  3222k|   9.6 |  23M| 393 |  53 |2280 |4159 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1045.21/1045.49	c  1045s|335900 |  2147 |  3223k|   9.6 |  23M| 393 |   - |2280 |4083 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1045.61/1045.80	c  1046s|336000 |  2146 |  3224k|   9.6 |  23M| 393 |   - |2280 |4091 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1045.81/1046.06	c  1046s|336100 |  2148 |  3224k|   9.6 |  23M| 393 |   - |2280 |4157 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1046.11/1046.33	c  1046s|336200 |  2150 |  3225k|   9.6 |  23M| 393 |  25 |2280 |4228 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1046.40/1046.60	c  1047s|336300 |  2148 |  3226k|   9.6 |  23M| 393 |  20 |2280 |4302 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1046.61/1046.88	c  1047s|336400 |  2148 |  3227k|   9.6 |  23M| 393 |   - |2280 |4441 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1046.92/1047.17	c  1047s|336500 |  2148 |  3228k|   9.6 |  23M| 393 |   - |2280 |4467 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1047.21/1047.47	c  1047s|336600 |  2149 |  3229k|   9.6 |  23M| 393 |  23 |2280 |4468 |2280 |1674 |  93 | 270k|  18k| 0.000000e+00 |      --      |    Inf 
1047.51/1047.74	c  1048s|336700 |  2149 |  3229k|   9.6 |  23M| 393 |  34 |2280 |4478 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1047.81/1048.02	c  1048s|336800 |  2149 |  3230k|   9.6 |  24M| 393 |  25 |2280 |4577 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1048.01/1048.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1048.01/1048.30	c  1048s|336900 |  2146 |  3231k|   9.6 |  24M| 393 |   - |2280 |4602 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1048.41/1048.61	c  1049s|337000 |  2148 |  3231k|   9.6 |  24M| 393 |   - |2280 |4631 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1048.71/1048.92	c  1049s|337100 |  2148 |  3232k|   9.6 |  24M| 393 |   - |2280 |4689 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1049.01/1049.20	c  1049s|337200 |  2146 |  3233k|   9.6 |  24M| 393 |   - |2280 |4667 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1049.31/1049.50	c  1049s|337300 |  2148 |  3234k|   9.6 |  24M| 393 |  16 |2280 |4671 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1049.51/1049.79	c  1050s|337400 |  2145 |  3234k|   9.6 |  24M| 393 |  32 |2280 |4607 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1049.81/1050.05	c  1050s|337500 |  2150 |  3235k|   9.6 |  23M| 393 |  27 |2280 |4558 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1050.11/1050.34	c  1050s|337600 |  2147 |  3236k|   9.6 |  23M| 393 |   - |2280 |4567 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1050.41/1050.62	c  1051s|337700 |  2151 |  3237k|   9.6 |  24M| 393 |  24 |2280 |4627 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1050.71/1050.94	c  1051s|337800 |  2146 |  3237k|   9.6 |  24M| 393 |  50 |2280 |4669 |2280 |1674 |  93 | 271k|  18k| 0.000000e+00 |      --      |    Inf 
1051.01/1051.22	c  1051s|337900 |  2148 |  3238k|   9.6 |  24M| 393 |   - |2280 |4701 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1051.31/1051.53	c  1052s|338000 |  2146 |  3239k|   9.6 |  24M| 393 |  48 |2280 |4759 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1051.60/1051.82	c  1052s|338100 |  2148 |  3240k|   9.6 |  23M| 393 |  26 |2280 |4321 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1051.90/1052.12	c  1052s|338200 |  2152 |  3241k|   9.6 |  23M| 393 |   - |2280 |4236 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1052.21/1052.41	c  1052s|338300 |  2152 |  3242k|   9.6 |  23M| 393 |   - |2280 |4281 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1052.42/1052.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.42/1052.68	c  1053s|338400 |  2146 |  3242k|   9.6 |  23M| 393 |  42 |2280 |4344 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1052.71/1052.97	c  1053s|338500 |  2151 |  3243k|   9.6 |  23M| 393 |  37 |2280 |4238 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1053.01/1053.24	c  1053s|338600 |  2151 |  3245k|   9.6 |  23M| 393 |   - |2280 |4241 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1053.31/1053.52	c  1054s|338700 |  2152 |  3246k|   9.6 |  23M| 393 |   - |2280 |4315 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1053.52/1053.77	c  1054s|338800 |  2150 |  3247k|   9.6 |  23M| 393 |  44 |2280 |4404 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1053.81/1054.04	c  1054s|338900 |  2152 |  3248k|   9.6 |  23M| 393 |  34 |2280 |4356 |2280 |1674 |  93 | 272k|  18k| 0.000000e+00 |      --      |    Inf 
1054.11/1054.34	c  1054s|339000 |  2152 |  3249k|   9.6 |  23M| 393 |  33 |2280 |4411 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1054.40/1054.63	c  1055s|339100 |  2148 |  3251k|   9.6 |  23M| 393 |   - |2280 |4420 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1054.71/1054.92	c  1055s|339200 |  2152 |  3252k|   9.6 |  23M| 393 |   - |2280 |4392 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1054.91/1055.19	c  1055s|339300 |  2156 |  3253k|   9.6 |  23M| 393 |   - |2280 |4433 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1055.21/1055.49	c  1055s|339400 |  2158 |  3254k|   9.6 |  23M| 393 |  14 |2280 |4492 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1055.50/1055.77	c  1056s|339500 |  2154 |  3255k|   9.6 |  24M| 393 |  37 |2280 |4522 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1055.81/1056.05	c  1056s|339600 |  2158 |  3256k|   9.6 |  24M| 393 |  10 |2280 |4549 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1056.01/1056.28	c  1056s|339700 |  2158 |  3257k|   9.6 |  24M| 393 |  12 |2280 |4617 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1056.30/1056.55	c  1057s|339800 |  2160 |  3258k|   9.6 |  24M| 393 |  28 |2280 |4664 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1056.61/1056.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1056.61/1056.83	c  1057s|339900 |  2164 |  3259k|   9.6 |  24M| 393 |  21 |2280 |4731 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1056.91/1057.12	c  1057s|340000 |  2162 |  3260k|   9.6 |  24M| 393 |  30 |2280 |4780 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1057.21/1057.42	c  1057s|340100 |  2162 |  3261k|   9.6 |  24M| 393 |  23 |2280 |4782 |2280 |1674 |  93 | 273k|  18k| 0.000000e+00 |      --      |    Inf 
1057.50/1057.72	c  1058s|340200 |  2160 |  3262k|   9.6 |  24M| 393 |   - |2280 |4883 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1057.81/1058.05	c  1058s|340300 |  2158 |  3263k|   9.6 |  24M| 393 |   - |2280 |4933 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1058.10/1058.35	c  1058s|340400 |  2160 |  3264k|   9.6 |  24M| 393 |   - |2280 |4963 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1058.40/1058.69	c  1059s|340500 |  2162 |  3265k|   9.6 |  24M| 393 |  53 |2280 |4953 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1058.81/1059.01	c  1059s|340600 |  2166 |  3266k|   9.6 |  24M| 393 |   - |2280 |5017 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1059.11/1059.35	c  1059s|340700 |  2164 |  3267k|   9.6 |  24M| 393 |   - |2280 |5079 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1059.40/1059.68	c  1060s|340800 |  2168 |  3269k|   9.6 |  24M| 393 |  18 |2280 |5135 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1059.81/1060.02	c  1060s|340900 |  2164 |  3270k|   9.6 |  25M| 393 |   - |2280 |5230 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1060.12/1060.34	c  1060s|341000 |  2163 |  3271k|   9.6 |  25M| 393 |  12 |2280 |5284 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1060.41/1060.64	c  1061s|341100 |  2163 |  3272k|   9.6 |  25M| 393 |  50 |2280 |5331 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1060.70/1060.98	c  1061s|341200 |  2163 |  3272k|   9.6 |  25M| 393 |   - |2280 |5402 |2280 |1674 |  93 | 274k|  18k| 0.000000e+00 |      --      |    Inf 
1061.01/1061.29	c  1061s|341300 |  2167 |  3274k|   9.6 |  25M| 393 |   - |2280 |5440 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1061.41/1061.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1061.41/1061.60	c  1062s|341400 |  2169 |  3275k|   9.6 |  25M| 393 |  34 |2280 |5530 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1061.71/1061.96	c  1062s|341500 |  2165 |  3276k|   9.6 |  25M| 393 |  40 |2280 |5522 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1062.01/1062.28	c  1062s|341600 |  2165 |  3277k|   9.6 |  25M| 393 |   - |2280 |5551 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1062.41/1062.63	c  1063s|341700 |  2163 |  3278k|   9.6 |  25M| 393 |  31 |2280 |5487 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1062.71/1062.98	c  1063s|341800 |  2161 |  3280k|   9.6 |  25M| 393 |   - |2280 |5478 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1063.10/1063.31	c  1063s|341900 |  2163 |  3281k|   9.6 |  25M| 393 |   - |2280 |5507 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1063.41/1063.66	c  1064s|342000 |  2159 |  3283k|   9.6 |  25M| 393 |   - |2280 |5546 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1063.80/1064.00	c  1064s|342100 |  2165 |  3284k|   9.6 |  25M| 393 |  39 |2280 |5366 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1064.11/1064.33	c  1064s|342200 |  2161 |  3285k|   9.6 |  25M| 393 |  47 |2280 |5402 |2280 |1674 |  93 | 275k|  18k| 0.000000e+00 |      --      |    Inf 
1064.41/1064.68	c  1065s|342300 |  2161 |  3287k|   9.6 |  25M| 393 |   - |2280 |5496 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1064.81/1065.03	c  1065s|342400 |  2165 |  3288k|   9.6 |  25M| 393 |  19 |2280 |5572 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1065.10/1065.37	c  1065s|342500 |  2161 |  3290k|   9.6 |  25M| 393 |   - |2280 |5655 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1065.51/1065.75	c  1066s|342600 |  2161 |  3291k|   9.6 |  25M| 393 |  50 |2280 |5678 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1065.90/1066.10	c  1066s|342700 |  2157 |  3292k|   9.6 |  25M| 393 |   - |2280 |5716 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1066.21/1066.45	c  1066s|342800 |  2157 |  3294k|   9.6 |  25M| 393 |  53 |2280 |5602 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1066.50/1066.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1066.50/1066.78	c  1067s|342900 |  2157 |  3295k|   9.6 |  25M| 393 |   - |2280 |5350 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1066.81/1067.09	c  1067s|343000 |  2159 |  3296k|   9.6 |  24M| 393 |   - |2280 |5209 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1067.20/1067.42	c  1067s|343100 |  2155 |  3298k|   9.6 |  24M| 393 |  34 |2280 |5264 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1067.61/1067.80	c  1068s|343200 |  2153 |  3299k|   9.6 |  24M| 393 |  20 |2280 |5136 |2280 |1674 |  93 | 276k|  18k| 0.000000e+00 |      --      |    Inf 
1068.30/1068.52	c  1069s|343300 |  2155 |  3300k|   9.6 |  24M| 393 |   - |2280 |4920 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1068.71/1068.94	c  1069s|343400 |  2155 |  3301k|   9.6 |  24M| 393 |  32 |2280 |4851 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1069.10/1069.30	c  1069s|343500 |  2154 |  3302k|   9.6 |  24M| 393 |  26 |2280 |4883 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1069.40/1069.65	c  1070s|343600 |  2160 |  3303k|   9.6 |  24M| 393 |  35 |2280 |4928 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1069.70/1069.99	c  1070s|343700 |  2160 |  3305k|   9.6 |  24M| 393 |  27 |2280 |4983 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1070.11/1070.34	c  1070s|343800 |  2160 |  3306k|   9.6 |  24M| 393 |   - |2280 |4996 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1070.40/1070.61	c  1071s|343900 |  2160 |  3307k|   9.6 |  24M| 393 |  41 |2280 |5014 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1070.70/1070.92	c  1071s|344000 |  2157 |  3308k|   9.6 |  24M| 393 |   - |2280 |5006 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1071.01/1071.27	c  1071s|344100 |  2156 |  3310k|   9.6 |  24M| 393 |  46 |2280 |5070 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1071.41/1071.61	c  1072s|344200 |  2154 |  3311k|   9.6 |  24M| 393 |  30 |2280 |5039 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1071.60/1071.85	c  1072s|344300 |  2154 |  3312k|   9.6 |  24M| 393 |   - |2280 |5071 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1071.90/1072.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.90/1072.14	c  1072s|344400 |  2156 |  3312k|   9.6 |  24M| 393 |  10 |2280 |5094 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1072.21/1072.43	c  1072s|344500 |  2152 |  3313k|   9.6 |  24M| 393 |   - |2280 |5168 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1072.50/1072.71	c  1073s|344600 |  2152 |  3314k|   9.6 |  24M| 393 |   - |2280 |5257 |2280 |1674 |  93 | 277k|  18k| 0.000000e+00 |      --      |    Inf 
1072.80/1073.01	c  1073s|344700 |  2152 |  3315k|   9.6 |  25M| 393 |  41 |2280 |5358 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1073.10/1073.32	c  1073s|344800 |  2158 |  3316k|   9.6 |  24M| 393 |  22 |2280 |4860 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1073.41/1073.62	c  1074s|344900 |  2160 |  3317k|   9.6 |  24M| 393 |  28 |2280 |4754 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1073.71/1073.92	c  1074s|345000 |  2158 |  3318k|   9.6 |  24M| 393 |  39 |2280 |4802 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1074.00/1074.23	c  1074s|345100 |  2152 |  3320k|   9.6 |  24M| 393 |   - |2280 |4790 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1074.31/1074.55	c  1075s|345200 |  2156 |  3321k|   9.6 |  24M| 393 |  25 |2280 |4785 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1074.61/1074.89	c  1075s|345300 |  2154 |  3322k|   9.6 |  24M| 393 |  21 |2280 |4830 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1075.01/1075.22	c  1075s|345400 |  2151 |  3322k|   9.6 |  24M| 393 |   - |2280 |4795 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1075.30/1075.53	c  1076s|345500 |  2153 |  3323k|   9.6 |  24M| 393 |   - |2280 |4618 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1075.61/1075.81	c  1076s|345600 |  2157 |  3325k|   9.6 |  24M| 393 |  28 |2280 |4599 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1075.80/1076.07	c  1076s|345700 |  2153 |  3325k|   9.6 |  24M| 393 |   - |2280 |4644 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1076.11/1076.34	c  1076s|345800 |  2155 |  3326k|   9.6 |  24M| 393 |   - |2280 |4707 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1076.40/1076.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.40/1076.61	c  1077s|345900 |  2155 |  3328k|   9.6 |  24M| 393 |  28 |2280 |4754 |2280 |1674 |  93 | 278k|  18k| 0.000000e+00 |      --      |    Inf 
1076.71/1076.93	c  1077s|346000 |  2155 |  3329k|   9.6 |  24M| 393 |  16 |2280 |4841 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1077.01/1077.22	c  1077s|346100 |  2157 |  3329k|   9.6 |  24M| 393 |  23 |2280 |4845 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1077.30/1077.50	c  1077s|346200 |  2157 |  3330k|   9.6 |  24M| 393 |   - |2280 |4888 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1077.51/1077.79	c  1078s|346300 |  2157 |  3331k|   9.6 |  24M| 393 |  24 |2280 |4923 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1077.80/1078.09	c  1078s|346400 |  2157 |  3332k|   9.6 |  24M| 393 |  17 |2280 |4927 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1078.10/1078.39	c  1078s|346500 |  2159 |  3334k|   9.6 |  24M| 393 |  22 |2280 |4923 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1078.41/1078.68	c  1079s|346600 |  2157 |  3334k|   9.6 |  24M| 393 |  26 |2280 |4976 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1078.71/1078.98	c  1079s|346700 |  2157 |  3336k|   9.6 |  24M| 393 |  30 |2280 |4987 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1079.01/1079.24	c  1079s|346800 |  2161 |  3337k|   9.6 |  24M| 393 |  15 |2280 |5024 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1079.30/1079.52	c  1080s|346900 |  2159 |  3337k|   9.6 |  24M| 393 |   - |2280 |5061 |2280 |1674 |  93 | 279k|  18k| 0.000000e+00 |      --      |    Inf 
1079.61/1079.81	c  1080s|347000 |  2157 |  3338k|   9.6 |  24M| 393 |  42 |2280 |5070 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1079.80/1080.07	c  1080s|347100 |  2157 |  3339k|   9.6 |  24M| 393 |  12 |2280 |5099 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1080.11/1080.34	c  1080s|347200 |  2157 |  3340k|   9.6 |  24M| 393 |   - |2280 |5094 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1080.40/1080.62	c  1081s|347300 |  2157 |  3341k|   9.6 |  24M| 393 |   - |2280 |5131 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1080.70/1080.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.70/1080.91	c  1081s|347400 |  2159 |  3342k|   9.6 |  24M| 393 |   - |2280 |5148 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1081.01/1081.21	c  1081s|347500 |  2155 |  3343k|   9.6 |  24M| 393 |   - |2280 |5186 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1081.30/1081.51	c  1082s|347600 |  2155 |  3344k|   9.6 |  24M| 393 |  34 |2280 |5182 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1081.60/1081.82	c  1082s|347700 |  2157 |  3345k|   9.6 |  24M| 393 |  37 |2280 |5169 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1081.90/1082.14	c  1082s|347800 |  2153 |  3347k|   9.6 |  24M| 393 |   - |2280 |5234 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1082.21/1082.46	c  1082s|347900 |  2153 |  3348k|   9.6 |  24M| 393 |   - |2280 |5104 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1082.50/1082.75	c  1083s|348000 |  2155 |  3349k|   9.6 |  24M| 393 |  34 |2280 |5047 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1082.81/1083.05	c  1083s|348100 |  2155 |  3350k|   9.6 |  24M| 393 |  24 |2280 |5059 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1083.10/1083.32	c  1083s|348200 |  2153 |  3351k|   9.6 |  24M| 393 |   - |2280 |5082 |2280 |1674 |  93 | 280k|  18k| 0.000000e+00 |      --      |    Inf 
1083.40/1083.64	c  1084s|348300 |  2157 |  3352k|   9.6 |  24M| 393 |   - |2280 |5018 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1083.71/1083.93	c  1084s|348400 |  2154 |  3353k|   9.6 |  24M| 393 |   - |2280 |4969 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1083.90/1084.19	c  1084s|348500 |  2156 |  3354k|   9.6 |  24M| 393 |   - |2280 |5038 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1084.20/1084.50	c  1084s|348600 |  2154 |  3355k|   9.6 |  24M| 393 |   - |2280 |5114 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1084.50/1084.79	c  1085s|348700 |  2154 |  3356k|   9.6 |  24M| 393 |  41 |2280 |4975 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1084.81/1085.07	c  1085s|348800 |  2154 |  3357k|   9.6 |  24M| 393 |   - |2280 |5047 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1085.10/1085.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1085.10/1085.37	c  1085s|348900 |  2156 |  3358k|   9.6 |  24M| 393 |  42 |2280 |5101 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1085.41/1085.69	c  1086s|349000 |  2154 |  3360k|   9.6 |  24M| 393 |  32 |2280 |5107 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1085.80/1086.06	c  1086s|349100 |  2154 |  3361k|   9.6 |  24M| 393 |   - |2280 |5103 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1086.20/1086.42	c  1086s|349200 |  2152 |  3362k|   9.6 |  24M| 393 |  44 |2280 |5166 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1086.51/1086.74	c  1087s|349300 |  2148 |  3364k|   9.6 |  24M| 393 |   - |2280 |5212 |2280 |1674 |  93 | 281k|  18k| 0.000000e+00 |      --      |    Inf 
1086.80/1087.05	c  1087s|349400 |  2158 |  3365k|   9.6 |  24M| 393 |  25 |2280 |4952 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1087.10/1087.35	c  1087s|349500 |  2158 |  3366k|   9.6 |  24M| 393 |   - |2280 |4612 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1087.41/1087.65	c  1088s|349600 |  2160 |  3367k|   9.6 |  24M| 393 |   - |2280 |4494 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1087.70/1087.95	c  1088s|349700 |  2160 |  3368k|   9.6 |  24M| 393 |  37 |2280 |4510 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1088.00/1088.27	c  1088s|349800 |  2156 |  3369k|   9.6 |  24M| 393 |   - |2280 |4568 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1088.30/1088.57	c  1089s|349900 |  2160 |  3370k|   9.6 |  24M| 393 |  32 |2280 |4592 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1088.60/1088.88	c  1089s|350000 |  2160 |  3371k|   9.6 |  24M| 393 |   - |2280 |4652 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1088.90/1089.16	c  1089s|350100 |  2160 |  3372k|   9.6 |  24M| 393 |  25 |2280 |4651 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1089.20/1089.47	c  1089s|350200 |  2160 |  3373k|   9.6 |  24M| 393 |  33 |2280 |4673 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1089.50/1089.75	c  1090s|350300 |  2159 |  3374k|   9.6 |  24M| 393 |   - |2280 |4716 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1089.80/1090.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.80/1090.03	c  1090s|350400 |  2161 |  3375k|   9.6 |  24M| 393 |  16 |2280 |4752 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1090.10/1090.33	c  1090s|350500 |  2169 |  3376k|   9.6 |  24M| 393 |  21 |2280 |4799 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1090.41/1090.63	c  1091s|350600 |  2169 |  3376k|   9.6 |  24M| 393 |  21 |2280 |4875 |2280 |1674 |  93 | 282k|  18k| 0.000000e+00 |      --      |    Inf 
1090.70/1090.93	c  1091s|350700 |  2168 |  3377k|   9.6 |  24M| 393 |  27 |2280 |4836 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1091.01/1091.23	c  1091s|350800 |  2166 |  3378k|   9.6 |  24M| 393 |   - |2280 |4902 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1091.30/1091.54	c  1092s|350900 |  2163 |  3379k|   9.6 |  24M| 393 |   - |2280 |4898 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1091.60/1091.83	c  1092s|351000 |  2162 |  3379k|   9.6 |  24M| 393 |  28 |2280 |4858 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1091.91/1092.12	c  1092s|351100 |  2160 |  3380k|   9.6 |  24M| 393 |  32 |2280 |4877 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1092.20/1092.41	c  1092s|351200 |  2156 |  3381k|   9.6 |  24M| 393 |  27 |2280 |4872 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1092.50/1092.70	c  1093s|351300 |  2156 |  3382k|   9.6 |  24M| 393 |  24 |2280 |4907 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1092.70/1092.99	c  1093s|351400 |  2156 |  3383k|   9.6 |  24M| 393 |  22 |2280 |4909 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1093.11/1093.31	c  1093s|351500 |  2156 |  3384k|   9.6 |  24M| 393 |   - |2280 |4866 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1093.30/1093.58	c  1094s|351600 |  2156 |  3384k|   9.6 |  24M| 393 |  39 |2280 |4885 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1093.60/1093.85	c  1094s|351700 |  2156 |  3385k|   9.6 |  24M| 393 |   - |2280 |4997 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1093.90/1094.15	c  1094s|351800 |  2158 |  3386k|   9.6 |  24M| 393 |   - |2280 |4985 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1094.21/1094.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.21/1094.44	c  1094s|351900 |  2158 |  3387k|   9.6 |  24M| 393 |   - |2280 |4861 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1094.50/1094.72	c  1095s|352000 |  2159 |  3388k|   9.6 |  24M| 393 |  22 |2280 |4614 |2280 |1674 |  93 | 283k|  18k| 0.000000e+00 |      --      |    Inf 
1094.80/1095.04	c  1095s|352100 |  2163 |  3389k|   9.6 |  24M| 393 |  22 |2280 |4617 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1095.10/1095.37	c  1095s|352200 |  2164 |  3390k|   9.6 |  24M| 393 |  33 |2280 |4706 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1095.41/1095.69	c  1096s|352300 |  2160 |  3391k|   9.6 |  24M| 393 |  46 |2280 |4752 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1095.80/1096.00	c  1096s|352400 |  2160 |  3392k|   9.6 |  24M| 393 |   - |2280 |4673 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1096.10/1096.31	c  1096s|352500 |  2158 |  3393k|   9.6 |  24M| 393 |   - |2280 |4665 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1096.40/1096.63	c  1097s|352600 |  2158 |  3394k|   9.6 |  24M| 393 |   - |2280 |4629 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1096.70/1096.93	c  1097s|352700 |  2162 |  3394k|   9.6 |  24M| 393 |  22 |2280 |4661 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1097.00/1097.22	c  1097s|352800 |  2160 |  3396k|   9.6 |  23M| 393 |  41 |2280 |4470 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1097.30/1097.53	c  1098s|352900 |  2164 |  3397k|   9.6 |  23M| 393 |  32 |2280 |4407 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1097.61/1097.86	c  1098s|353000 |  2161 |  3398k|   9.6 |  23M| 393 |   - |2280 |4329 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1097.90/1098.19	c  1098s|353100 |  2163 |  3399k|   9.6 |  23M| 393 |  45 |2280 |4370 |2280 |1674 |  93 | 284k|  18k| 0.000000e+00 |      --      |    Inf 
1098.30/1098.51	c  1099s|353200 |  2161 |  3400k|   9.6 |  23M| 393 |  52 |2280 |4470 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1098.60/1098.83	c  1099s|353300 |  2163 |  3401k|   9.6 |  24M| 393 |   - |2280 |4510 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1098.90/1099.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.90/1099.15	c  1099s|353400 |  2161 |  3403k|   9.6 |  24M| 393 |   - |2280 |4565 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1099.20/1099.47	c  1099s|353500 |  2163 |  3404k|   9.6 |  24M| 393 |  25 |2280 |4606 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1099.60/1099.80	c  1100s|353600 |  2163 |  3405k|   9.6 |  24M| 393 |   - |2280 |4647 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1099.81/1100.09	c  1100s|353700 |  2167 |  3406k|   9.6 |  24M| 393 |   - |2280 |4662 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1100.10/1100.39	c  1100s|353800 |  2167 |  3407k|   9.6 |  24M| 393 |   - |2280 |4742 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1100.50/1100.72	c  1101s|353900 |  2165 |  3408k|   9.6 |  24M| 393 |  53 |2280 |4794 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1100.80/1101.03	c  1101s|354000 |  2169 |  3409k|   9.6 |  24M| 393 |   - |2280 |4825 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1101.10/1101.36	c  1101s|354100 |  2169 |  3410k|   9.6 |  24M| 393 |  50 |2280 |4858 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1101.39/1101.69	c  1102s|354200 |  2175 |  3411k|   9.6 |  24M| 393 |  35 |2280 |4926 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1101.80/1102.06	c  1102s|354300 |  2173 |  3413k|   9.6 |  24M| 393 |  31 |2280 |4971 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1102.10/1102.38	c  1102s|354400 |  2173 |  3414k|   9.6 |  24M| 393 |  29 |2280 |5013 |2280 |1674 |  93 | 285k|  18k| 0.000000e+00 |      --      |    Inf 
1102.50/1102.74	c  1103s|354500 |  2171 |  3415k|   9.6 |  24M| 393 |   - |2280 |5057 |2280 |1674 |  93 | 286k|  18k| 0.000000e+00 |      --      |    Inf 
1102.79/1103.08	c  1103s|354600 |  2170 |  3416k|   9.6 |  24M| 393 |   - |2280 |5103 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1103.20/1103.40	c  1103s|354700 |  2169 |  3417k|   9.6 |  24M| 393 |  35 |2280 |5114 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1103.40/1103.69	c  1104s|354800 |  2165 |  3418k|   9.6 |  24M| 393 |  63 |2280 |4965 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1103.70/1103.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.70/1103.99	c  1104s|354900 |  2169 |  3419k|   9.6 |  24M| 393 |   - |2280 |4863 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1104.00/1104.29	c  1104s|355000 |  2170 |  3420k|   9.6 |  24M| 393 |  36 |2280 |4759 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1104.40/1104.63	c  1105s|355100 |  2163 |  3421k|   9.6 |  24M| 393 |   - |2280 |4789 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1104.70/1104.96	c  1105s|355200 |  2165 |  3422k|   9.6 |  24M| 393 |   - |2280 |4641 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1105.00/1105.26	c  1105s|355300 |  2168 |  3423k|   9.6 |  24M| 393 |   - |2280 |4554 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1105.31/1105.57	c  1106s|355400 |  2164 |  3425k|   9.6 |  24M| 393 |  48 |2280 |4574 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1105.70/1105.91	c  1106s|355500 |  2167 |  3426k|   9.6 |  24M| 393 |   - |2280 |4611 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1106.00/1106.21	c  1106s|355600 |  2173 |  3427k|   9.6 |  24M| 393 |  42 |2280 |4713 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1106.30/1106.55	c  1107s|355700 |  2167 |  3428k|   9.6 |  24M| 393 |   - |2280 |4740 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1106.60/1106.88	c  1107s|355800 |  2165 |  3430k|   9.6 |  24M| 393 |  46 |2280 |4774 |2280 |1674 |  93 | 286k|  19k| 0.000000e+00 |      --      |    Inf 
1106.89/1107.19	c  1107s|355900 |  2161 |  3431k|   9.6 |  24M| 393 |  53 |2280 |4662 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1107.40/1107.65	c  1108s|356000 |  2162 |  3432k|   9.6 |  24M| 393 |  12 |2280 |4564 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1107.70/1107.95	c  1108s|356100 |  2162 |  3433k|   9.6 |  24M| 393 |  25 |2280 |4658 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1108.10/1108.31	c  1108s|356200 |  2160 |  3434k|   9.6 |  24M| 393 |  12 |2280 |4663 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1108.40/1108.68	c  1109s|356300 |  2160 |  3436k|   9.6 |  24M| 393 |   - |2280 |4666 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1108.80/1109.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.80/1109.04	c  1109s|356400 |  2160 |  3437k|   9.6 |  24M| 393 |  49 |2280 |4696 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1109.10/1109.37	c  1109s|356500 |  2164 |  3438k|   9.6 |  23M| 393 |  17 |2280 |4301 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1109.40/1109.65	c  1110s|356600 |  2164 |  3439k|   9.6 |  23M| 393 |  29 |2280 |4288 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1109.71/1109.95	c  1110s|356700 |  2161 |  3440k|   9.6 |  23M| 393 |   - |2280 |4234 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1110.00/1110.26	c  1110s|356800 |  2165 |  3441k|   9.6 |  23M| 393 |   - |2280 |4249 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1110.30/1110.57	c  1111s|356900 |  2164 |  3442k|   9.6 |  23M| 393 |   - |2280 |4287 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1110.60/1110.86	c  1111s|357000 |  2166 |  3442k|   9.6 |  23M| 393 |  30 |2280 |4330 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1110.90/1111.16	c  1111s|357100 |  2168 |  3443k|   9.6 |  23M| 393 |   - |2280 |4370 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1111.19/1111.47	c  1111s|357200 |  2165 |  3444k|   9.6 |  23M| 393 |  43 |2280 |4417 |2280 |1674 |  93 | 287k|  19k| 0.000000e+00 |      --      |    Inf 
1111.49/1111.78	c  1112s|357300 |  2162 |  3444k|   9.6 |  23M| 393 |   - |2280 |4389 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1111.80/1112.09	c  1112s|357400 |  2164 |  3445k|   9.6 |  23M| 393 |  18 |2280 |4352 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1112.20/1112.41	c  1112s|357500 |  2164 |  3446k|   9.6 |  23M| 393 |  37 |2280 |4306 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1112.50/1112.73	c  1113s|357600 |  2162 |  3447k|   9.6 |  23M| 393 |   - |2280 |4272 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1112.80/1113.04	c  1113s|357700 |  2159 |  3448k|   9.6 |  23M| 393 |  35 |2280 |4253 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1113.10/1113.36	c  1113s|357800 |  2158 |  3449k|   9.6 |  23M| 393 |  45 |2280 |4264 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1113.40/1113.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1113.40/1113.68	c  1114s|357900 |  2160 |  3450k|   9.6 |  23M| 393 |   - |2280 |4071 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1113.69/1113.92	c  1114s|358000 |  2162 |  3451k|   9.6 |  23M| 393 |  36 |2280 |3983 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1113.90/1114.19	c  1114s|358100 |  2160 |  3451k|   9.6 |  23M| 393 |   - |2280 |3835 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1114.20/1114.44	c  1114s|358200 |  2160 |  3452k|   9.6 |  23M| 393 |  45 |2280 |3819 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1114.50/1114.70	c  1115s|358300 |  2158 |  3453k|   9.6 |  23M| 393 |  47 |2280 |3871 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1114.70/1114.95	c  1115s|358400 |  2166 |  3454k|   9.6 |  23M| 393 |   - |2280 |3714 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1115.00/1115.23	c  1115s|358500 |  2170 |  3455k|   9.6 |  23M| 393 |   - |2280 |3726 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1115.30/1115.51	c  1116s|358600 |  2171 |  3455k|   9.6 |  23M| 393 |   - |2280 |3801 |2280 |1674 |  93 | 288k|  19k| 0.000000e+00 |      --      |    Inf 
1115.49/1115.79	c  1116s|358700 |  2171 |  3456k|   9.6 |  23M| 393 |   - |2280 |3868 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1115.79/1116.08	c  1116s|358800 |  2171 |  3457k|   9.6 |  23M| 393 |   - |2280 |3894 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1116.10/1116.36	c  1116s|358900 |  2173 |  3458k|   9.6 |  23M| 393 |  27 |2280 |3972 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1116.40/1116.65	c  1117s|359000 |  2171 |  3458k|   9.6 |  23M| 393 |  30 |2280 |4016 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1116.70/1116.94	c  1117s|359100 |  2173 |  3459k|   9.6 |  23M| 393 |   - |2280 |4048 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1116.99/1117.23	c  1117s|359200 |  2172 |  3460k|   9.6 |  23M| 393 |  18 |2280 |4045 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1117.30/1117.53	c  1118s|359300 |  2170 |  3460k|   9.6 |  23M| 393 |   - |2280 |4067 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1117.50/1117.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.50/1117.79	c  1118s|359400 |  2170 |  3461k|   9.6 |  23M| 393 |   - |2280 |4119 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1117.89/1118.10	c  1118s|359500 |  2168 |  3462k|   9.6 |  23M| 393 |   - |2280 |4176 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1118.09/1118.38	c  1118s|359600 |  2170 |  3463k|   9.6 |  23M| 393 |  14 |2280 |4188 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1118.41/1118.68	c  1119s|359700 |  2170 |  3464k|   9.6 |  23M| 393 |   - |2280 |4243 |2280 |1674 |  93 | 289k|  19k| 0.000000e+00 |      --      |    Inf 
1118.80/1119.00	c  1119s|359800 |  2170 |  3465k|   9.6 |  23M| 393 |   - |2280 |4286 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1119.09/1119.31	c  1119s|359900 |  2172 |  3466k|   9.6 |  23M| 393 |  26 |2280 |4351 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1119.40/1119.61	c  1120s|360000 |  2170 |  3466k|   9.6 |  23M| 393 |  28 |2280 |4362 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1119.70/1119.92	c  1120s|360100 |  2170 |  3467k|   9.6 |  23M| 393 |  37 |2280 |4327 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1120.00/1120.22	c  1120s|360200 |  2170 |  3468k|   9.6 |  23M| 393 |  21 |2280 |4255 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1120.30/1120.50	c  1121s|360300 |  2170 |  3469k|   9.6 |  23M| 393 |  24 |2280 |4359 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1120.60/1120.81	c  1121s|360400 |  2168 |  3470k|   9.6 |  23M| 393 |  27 |2280 |4425 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1120.90/1121.11	c  1121s|360500 |  2166 |  3471k|   9.6 |  24M| 393 |   - |2280 |4469 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1121.20/1121.41	c  1121s|360600 |  2164 |  3472k|   9.6 |  23M| 393 |   - |2280 |4396 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1121.50/1121.74	c  1122s|360700 |  2164 |  3473k|   9.6 |  23M| 393 |   - |2280 |4398 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1121.80/1122.08	c  1122s|360800 |  2166 |  3474k|   9.6 |  24M| 393 |   - |2280 |4483 |2280 |1674 |  93 | 290k|  19k| 0.000000e+00 |      --      |    Inf 
1122.20/1122.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1122.20/1122.40	c  1122s|360900 |  2168 |  3475k|   9.6 |  24M| 393 |  32 |2280 |4539 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1122.50/1122.73	c  1123s|361000 |  2163 |  3476k|   9.6 |  23M| 393 |  30 |2280 |4439 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1122.81/1123.01	c  1123s|361100 |  2165 |  3477k|   9.6 |  23M| 393 |  12 |2280 |4392 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1123.00/1123.28	c  1123s|361200 |  2165 |  3478k|   9.6 |  23M| 393 |   - |2280 |4367 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1123.29/1123.57	c  1124s|361300 |  2167 |  3479k|   9.6 |  23M| 393 |  16 |2280 |4326 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1123.60/1123.84	c  1124s|361400 |  2167 |  3480k|   9.6 |  23M| 393 |   - |2280 |4315 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1123.90/1124.12	c  1124s|361500 |  2169 |  3481k|   9.6 |  23M| 393 |  19 |2280 |4381 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1124.20/1124.41	c  1124s|361600 |  2168 |  3481k|   9.6 |  23M| 393 |  13 |2280 |4419 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1124.39/1124.69	c  1125s|361700 |  2170 |  3483k|   9.6 |  24M| 393 |  29 |2280 |4461 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1124.69/1124.97	c  1125s|361800 |  2168 |  3484k|   9.6 |  24M| 393 |  34 |2280 |4559 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1125.00/1125.27	c  1125s|361900 |  2166 |  3485k|   9.6 |  24M| 393 |  38 |2280 |4634 |2280 |1674 |  93 | 291k|  19k| 0.000000e+00 |      --      |    Inf 
1125.29/1125.58	c  1126s|362000 |  2168 |  3486k|   9.6 |  24M| 393 |  36 |2280 |4504 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1125.60/1125.86	c  1126s|362100 |  2172 |  3487k|   9.6 |  23M| 393 |  18 |2280 |4370 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1125.90/1126.15	c  1126s|362200 |  2171 |  3487k|   9.6 |  23M| 393 |  31 |2280 |4326 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1126.20/1126.41	c  1126s|362300 |  2166 |  3488k|   9.6 |  23M| 393 |  52 |2280 |4276 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1126.40/1126.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1126.40/1126.68	c  1127s|362400 |  2166 |  3489k|   9.6 |  23M| 393 |  42 |2280 |4296 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1126.70/1126.96	c  1127s|362500 |  2162 |  3490k|   9.6 |  23M| 393 |   - |2280 |4318 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1127.00/1127.24	c  1127s|362600 |  2161 |  3490k|   9.6 |  23M| 393 |   - |2280 |4262 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1127.30/1127.54	c  1128s|362700 |  2161 |  3491k|   9.6 |  23M| 393 |   - |2280 |4244 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1127.59/1127.84	c  1128s|362800 |  2161 |  3492k|   9.6 |  23M| 393 |  52 |2280 |4180 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1127.90/1128.13	c  1128s|362900 |  2163 |  3493k|   9.6 |  23M| 393 |  34 |2280 |4113 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1128.20/1128.44	c  1128s|363000 |  2161 |  3494k|   9.6 |  23M| 393 |  44 |2280 |4075 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1128.89/1129.18	c  1129s|363100 |  2168 |  3496k|   9.6 |  23M| 393 |   - |2280 |3908 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1129.79/1130.02	c  1130s|363200 |  2172 |  3497k|   9.6 |  23M| 393 |   - |2280 |3825 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1130.30/1130.55	c  1131s|363300 |  2170 |  3498k|   9.6 |  23M| 393 |   - |2280 |3851 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1130.61/1130.89	c  1131s|363400 |  2171 |  3500k|   9.6 |  23M| 393 |  32 |2280 |3914 |2280 |1674 |  93 | 292k|  19k| 0.000000e+00 |      --      |    Inf 
1131.09/1131.33	c  1131s|363500 |  2169 |  3501k|   9.6 |  23M| 393 |  37 |2280 |3968 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1131.49/1131.71	c  1132s|363600 |  2168 |  3502k|   9.6 |  23M| 393 |  33 |2280 |3931 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1131.70/1131.97	c  1132s|363700 |  2169 |  3503k|   9.6 |  23M| 393 |   - |2280 |3987 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1132.00/1132.25	c  1132s|363800 |  2167 |  3504k|   9.6 |  23M| 393 |  34 |2280 |3985 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1132.29/1132.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.29/1132.53	c  1133s|363900 |  2165 |  3504k|   9.6 |  23M| 393 |  29 |2280 |4028 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1132.60/1132.85	c  1133s|364000 |  2168 |  3506k|   9.6 |  23M| 393 |   - |2280 |4041 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1132.89/1133.19	c  1133s|364100 |  2168 |  3507k|   9.6 |  23M| 393 |   - |2280 |4030 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1133.30/1133.57	c  1134s|364200 |  2170 |  3508k|   9.6 |  23M| 393 |   - |2280 |4034 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1133.69/1133.92	c  1134s|364300 |  2178 |  3510k|   9.6 |  23M| 393 |  36 |2280 |4084 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1134.09/1134.39	c  1134s|364400 |  2168 |  3511k|   9.6 |  23M| 393 |   - |2280 |4088 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1134.39/1134.69	c  1135s|364500 |  2174 |  3512k|   9.6 |  23M| 393 |  30 |2280 |4132 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1134.79/1135.07	c  1135s|364600 |  2166 |  3513k|   9.6 |  23M| 393 |   - |2280 |4129 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1135.20/1135.47	c  1135s|364700 |  2166 |  3514k|   9.6 |  23M| 393 |  46 |2280 |4130 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1135.50/1135.77	c  1136s|364800 |  2164 |  3516k|   9.6 |  23M| 393 |   - |2280 |4092 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1135.80/1136.09	c  1136s|364900 |  2164 |  3518k|   9.6 |  23M| 393 |  49 |2280 |4057 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1136.20/1136.41	c  1136s|365000 |  2162 |  3519k|   9.6 |  23M| 393 |  52 |2280 |4033 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1136.39/1136.66	c  1137s|365100 |  2164 |  3520k|   9.6 |  23M| 393 |  34 |2280 |4014 |2280 |1674 |  93 | 293k|  19k| 0.000000e+00 |      --      |    Inf 
1136.80/1137.02	c  1137s|365200 |  2166 |  3521k|   9.6 |  23M| 393 |  39 |2280 |4014 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1137.10/1137.37	c  1137s|365300 |  2163 |  3522k|   9.6 |  23M| 393 |   - |2280 |4048 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1137.40/1137.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1137.40/1137.69	c  1138s|365400 |  2168 |  3523k|   9.6 |  23M| 393 |   - |2280 |3987 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1137.69/1137.99	c  1138s|365500 |  2166 |  3524k|   9.6 |  23M| 393 |   - |2280 |3999 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1137.99/1138.26	c  1138s|365600 |  2164 |  3525k|   9.6 |  23M| 393 |  35 |2280 |4048 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1138.30/1138.53	c  1139s|365700 |  2164 |  3526k|   9.6 |  23M| 393 |  29 |2280 |4061 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1138.59/1138.84	c  1139s|365800 |  2164 |  3527k|   9.6 |  23M| 393 |   - |2280 |3990 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1138.89/1139.18	c  1139s|365900 |  2164 |  3528k|   9.6 |  23M| 393 |   - |2280 |3986 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1139.19/1139.49	c  1139s|366000 |  2164 |  3529k|   9.6 |  23M| 393 |  36 |2280 |4021 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1139.60/1139.80	c  1140s|366100 |  2167 |  3529k|   9.6 |  23M| 393 |  33 |2280 |3978 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1139.90/1140.13	c  1140s|366200 |  2165 |  3530k|   9.6 |  23M| 393 |   - |2280 |3946 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1140.19/1140.45	c  1140s|366300 |  2166 |  3531k|   9.6 |  23M| 393 |   - |2280 |4021 |2280 |1674 |  93 | 294k|  19k| 0.000000e+00 |      --      |    Inf 
1140.50/1140.77	c  1141s|366400 |  2167 |  3532k|   9.6 |  23M| 393 |   - |2280 |4032 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1140.80/1141.08	c  1141s|366500 |  2163 |  3533k|   9.6 |  23M| 393 |   - |2280 |4057 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1141.09/1141.38	c  1141s|366600 |  2169 |  3534k|   9.6 |  23M| 393 |  16 |2280 |4117 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1141.50/1141.72	c  1142s|366700 |  2167 |  3534k|   9.6 |  23M| 393 |  10 |2280 |4172 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1141.79/1142.06	c  1142s|366800 |  2163 |  3535k|   9.6 |  23M| 393 |  34 |2280 |4191 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1142.10/1142.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1142.10/1142.39	c  1142s|366900 |  2162 |  3536k|   9.6 |  23M| 393 |   - |2280 |3916 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1142.39/1142.65	c  1143s|367000 |  2169 |  3537k|   9.6 |  23M| 393 |   - |2280 |3711 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1142.70/1142.93	c  1143s|367100 |  2165 |  3538k|   9.6 |  23M| 393 |   - |2280 |3711 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1142.99/1143.22	c  1143s|367200 |  2168 |  3539k|   9.6 |  23M| 393 |  27 |2280 |3700 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1143.19/1143.49	c  1143s|367300 |  2170 |  3540k|   9.6 |  22M| 393 |  35 |2280 |3564 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1143.49/1143.77	c  1144s|367400 |  2166 |  3541k|   9.6 |  22M| 393 |   - |2280 |3520 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1143.80/1144.01	c  1144s|367500 |  2168 |  3542k|   9.6 |  22M| 393 |   - |2280 |3543 |2280 |1674 |  93 | 295k|  19k| 0.000000e+00 |      --      |    Inf 
1143.99/1144.29	c  1144s|367600 |  2168 |  3543k|   9.6 |  22M| 393 |   - |2280 |3576 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1144.29/1144.57	c  1145s|367700 |  2172 |  3544k|   9.6 |  23M| 393 |   - |2280 |3630 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1144.59/1144.82	c  1145s|367800 |  2172 |  3544k|   9.6 |  23M| 393 |  23 |2280 |3685 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1144.80/1145.10	c  1145s|367900 |  2175 |  3545k|   9.6 |  23M| 393 |  35 |2280 |3758 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1145.09/1145.39	c  1145s|368000 |  2171 |  3546k|   9.6 |  23M| 393 |   - |2280 |3809 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1145.40/1145.66	c  1146s|368100 |  2171 |  3547k|   9.6 |  23M| 393 |  34 |2280 |3753 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1145.70/1145.92	c  1146s|368200 |  2165 |  3547k|   9.6 |  23M| 393 |   - |2280 |3747 |2280 |1674 |  93 | 296k|  19k| 0.000000e+00 |      --      |    Inf 
1145.99/1146.23	c  1146s|368300 |  2173 |  3548k|   9.6 |  23M| 393 |  30 |2280 |3773 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1146.29/1146.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.29/1146.56	c  1147s|368400 |  2170 |  3549k|   9.6 |  23M| 393 |  36 |2280 |3821 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1146.59/1146.82	c  1147s|368500 |  2178 |  3550k|   9.6 |  23M| 393 |   - |2280 |3820 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1146.80/1147.08	c  1147s|368600 |  2172 |  3551k|   9.6 |  23M| 393 |  36 |2280 |3882 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1147.10/1147.37	c  1147s|368700 |  2174 |  3552k|   9.6 |  23M| 393 |  30 |2280 |3975 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1147.39/1147.65	c  1148s|368800 |  2171 |  3553k|   9.6 |  23M| 393 |   - |2280 |3988 |2280 |1674 |  93 | 296k|  20k| 0.000000e+00 |      --      |    Inf 
1147.69/1147.92	c  1148s|368900 |  2172 |  3554k|   9.6 |  23M| 393 |   - |2280 |4056 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1147.99/1148.21	c  1148s|369000 |  2168 |  3555k|   9.6 |  23M| 393 |  48 |2280 |4076 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1148.29/1148.51	c  1149s|369100 |  2172 |  3556k|   9.6 |  23M| 393 |  39 |2280 |4003 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1148.60/1148.80	c  1149s|369200 |  2172 |  3557k|   9.6 |  23M| 393 |  29 |2280 |4074 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1148.79/1149.08	c  1149s|369300 |  2178 |  3558k|   9.6 |  23M| 393 |   - |2280 |4110 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1149.09/1149.37	c  1149s|369400 |  2176 |  3559k|   9.6 |  23M| 393 |  16 |2280 |4116 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1149.49/1149.70	c  1150s|369500 |  2176 |  3561k|   9.6 |  23M| 393 |  30 |2280 |4167 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1149.69/1149.98	c  1150s|369600 |  2184 |  3562k|   9.6 |  23M| 393 |   - |2280 |4210 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1149.99/1150.27	c  1150s|369700 |  2182 |  3563k|   9.6 |  23M| 393 |  15 |2280 |4243 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1150.40/1150.61	c  1151s|369800 |  2180 |  3564k|   9.6 |  23M| 393 |   - |2280 |4264 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1150.59/1150.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1150.59/1150.88	c  1151s|369900 |  2182 |  3565k|   9.6 |  23M| 393 |   - |2280 |4301 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1150.89/1151.16	c  1151s|370000 |  2182 |  3566k|   9.6 |  24M| 393 |  37 |2280 |4355 |2280 |1674 |  93 | 297k|  20k| 0.000000e+00 |      --      |    Inf 
1151.19/1151.46	c  1151s|370100 |  2178 |  3567k|   9.6 |  24M| 393 |   - |2280 |4377 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1151.50/1151.75	c  1152s|370200 |  2182 |  3569k|   9.6 |  24M| 393 |   - |2280 |4352 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1151.79/1152.06	c  1152s|370300 |  2186 |  3570k|   9.6 |  24M| 393 |  29 |2280 |4429 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1152.09/1152.37	c  1152s|370400 |  2184 |  3571k|   9.6 |  24M| 393 |  24 |2280 |4468 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1152.39/1152.65	c  1153s|370500 |  2176 |  3572k|   9.6 |  24M| 393 |  55 |2280 |4480 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1152.70/1152.97	c  1153s|370600 |  2172 |  3573k|   9.6 |  24M| 393 |  62 |2280 |4480 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1153.10/1153.31	c  1153s|370700 |  2170 |  3575k|   9.6 |  24M| 393 |   - |2280 |4477 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1153.40/1153.63	c  1154s|370800 |  2174 |  3576k|   9.6 |  24M| 393 |  33 |2280 |4410 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1153.69/1153.95	c  1154s|370900 |  2176 |  3577k|   9.6 |  24M| 393 |   - |2280 |4409 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1153.99/1154.26	c  1154s|371000 |  2174 |  3578k|   9.6 |  24M| 393 |   - |2280 |4479 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1154.30/1154.57	c  1155s|371100 |  2174 |  3579k|   9.6 |  24M| 393 |   - |2280 |4542 |2280 |1674 |  93 | 298k|  20k| 0.000000e+00 |      --      |    Inf 
1154.69/1154.91	c  1155s|371200 |  2178 |  3581k|   9.6 |  24M| 393 |  24 |2280 |4468 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1154.99/1155.22	c  1155s|371300 |  2178 |  3582k|   9.6 |  24M| 393 |   - |2280 |4485 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1155.29/1155.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.29/1155.53	c  1156s|371400 |  2179 |  3583k|   9.6 |  24M| 393 |  43 |2280 |4564 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1155.59/1155.86	c  1156s|371500 |  2175 |  3584k|   9.6 |  24M| 393 |   - |2280 |4620 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1155.90/1156.16	c  1156s|371600 |  2173 |  3585k|   9.6 |  24M| 393 |  42 |2280 |4611 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1156.20/1156.42	c  1156s|371700 |  2179 |  3585k|   9.6 |  23M| 393 |   - |2280 |4362 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1156.49/1156.74	c  1157s|371800 |  2173 |  3586k|   9.6 |  23M| 393 |   - |2280 |4287 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1156.79/1157.07	c  1157s|371900 |  2179 |  3588k|   9.6 |  23M| 393 |   - |2280 |4156 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1157.09/1157.34	c  1157s|372000 |  2179 |  3589k|   9.6 |  23M| 393 |   - |2280 |4219 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1157.40/1157.65	c  1158s|372100 |  2179 |  3590k|   9.6 |  23M| 393 |  26 |2280 |4322 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1157.70/1157.95	c  1158s|372200 |  2177 |  3591k|   9.6 |  23M| 393 |   - |2280 |4243 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1157.99/1158.26	c  1158s|372300 |  2176 |  3592k|   9.6 |  23M| 393 |   - |2280 |4283 |2280 |1674 |  93 | 299k|  20k| 0.000000e+00 |      --      |    Inf 
1158.29/1158.59	c  1159s|372400 |  2173 |  3593k|   9.6 |  23M| 393 |  39 |2280 |4328 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1158.59/1158.89	c  1159s|372500 |  2183 |  3594k|   9.6 |  23M| 393 |   - |2280 |4137 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1158.89/1159.18	c  1159s|372600 |  2183 |  3595k|   9.6 |  23M| 393 |   - |2280 |4117 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1159.20/1159.48	c  1159s|372700 |  2181 |  3596k|   9.6 |  23M| 393 |  40 |2280 |4131 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1159.49/1159.76	c  1160s|372800 |  2181 |  3597k|   9.6 |  23M| 393 |  20 |2280 |4164 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1159.79/1160.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.79/1160.02	c  1160s|372900 |  2184 |  3598k|   9.6 |  23M| 393 |  22 |2280 |4209 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1160.09/1160.30	c  1160s|373000 |  2182 |  3599k|   9.6 |  23M| 393 |  33 |2280 |4300 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1160.30/1160.59	c  1161s|373100 |  2183 |  3599k|   9.6 |  23M| 393 |  25 |2280 |4348 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1160.69/1160.91	c  1161s|373200 |  2181 |  3600k|   9.6 |  24M| 393 |  33 |2280 |4403 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1160.99/1161.21	c  1161s|373300 |  2177 |  3601k|   9.6 |  23M| 393 |   - |2280 |4367 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1161.30/1161.51	c  1162s|373400 |  2179 |  3602k|   9.6 |  23M| 393 |  36 |2280 |4320 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1161.59/1161.80	c  1162s|373500 |  2179 |  3603k|   9.6 |  24M| 393 |   - |2280 |4393 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1161.79/1162.08	c  1162s|373600 |  2179 |  3604k|   9.6 |  24M| 393 |   - |2280 |4441 |2280 |1674 |  93 | 300k|  20k| 0.000000e+00 |      --      |    Inf 
1162.09/1162.38	c  1162s|373700 |  2181 |  3605k|   9.6 |  24M| 393 |  36 |2280 |4463 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1162.40/1162.68	c  1163s|373800 |  2179 |  3606k|   9.6 |  24M| 393 |  40 |2280 |4507 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1162.69/1162.96	c  1163s|373900 |  2177 |  3607k|   9.6 |  24M| 393 |   - |2280 |4570 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1162.99/1163.23	c  1163s|374000 |  2179 |  3608k|   9.6 |  24M| 393 |   - |2280 |4635 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1163.29/1163.50	c  1164s|374100 |  2179 |  3609k|   9.6 |  24M| 393 |  36 |2280 |4684 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1163.60/1163.82	c  1164s|374200 |  2179 |  3610k|   9.6 |  24M| 393 |  43 |2280 |4779 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1163.89/1164.11	c  1164s|374300 |  2177 |  3611k|   9.6 |  24M| 393 |   - |2280 |4826 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1164.19/1164.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1164.19/1164.40	c  1164s|374400 |  2177 |  3612k|   9.6 |  24M| 393 |   - |2280 |4901 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1164.49/1164.73	c  1165s|374500 |  2179 |  3613k|   9.6 |  24M| 393 |  40 |2280 |4973 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1164.79/1165.03	c  1165s|374600 |  2175 |  3614k|   9.6 |  24M| 393 |  24 |2280 |4968 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1165.09/1165.34	c  1165s|374700 |  2177 |  3615k|   9.6 |  24M| 393 |  46 |2280 |4775 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1165.39/1165.63	c  1166s|374800 |  2181 |  3616k|   9.6 |  24M| 393 |  40 |2280 |4641 |2280 |1674 |  93 | 301k|  20k| 0.000000e+00 |      --      |    Inf 
1165.69/1165.96	c  1166s|374900 |  2177 |  3617k|   9.6 |  24M| 393 |  51 |2280 |4643 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1165.99/1166.29	c  1166s|375000 |  2179 |  3618k|   9.6 |  24M| 393 |   - |2280 |4539 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1166.39/1166.60	c  1167s|375100 |  2181 |  3619k|   9.6 |  24M| 393 |   - |2280 |4518 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1166.69/1166.91	c  1167s|375200 |  2181 |  3620k|   9.6 |  24M| 393 |   - |2280 |4570 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1166.99/1167.25	c  1167s|375300 |  2181 |  3621k|   9.6 |  24M| 393 |   - |2280 |4585 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1167.29/1167.58	c  1168s|375400 |  2181 |  3622k|   9.6 |  24M| 393 |   - |2280 |4592 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1167.69/1167.93	c  1168s|375500 |  2181 |  3624k|   9.6 |  24M| 393 |   - |2280 |4650 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1167.99/1168.25	c  1168s|375600 |  2181 |  3625k|   9.6 |  24M| 393 |   - |2280 |4701 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1168.39/1168.60	c  1169s|375700 |  2179 |  3626k|   9.6 |  24M| 393 |   - |2280 |4802 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1168.69/1168.93	c  1169s|375800 |  2176 |  3627k|   9.6 |  24M| 393 |  45 |2280 |4429 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1168.89/1169.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.89/1169.19	c  1169s|375900 |  2177 |  3628k|   9.6 |  24M| 393 |  35 |2280 |4418 |2280 |1674 |  93 | 302k|  20k| 0.000000e+00 |      --      |    Inf 
1169.29/1169.50	c  1169s|376000 |  2177 |  3629k|   9.6 |  23M| 393 |  49 |2280 |4104 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1169.49/1169.78	c  1170s|376100 |  2183 |  3630k|   9.6 |  23M| 393 |   - |2280 |4131 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1169.79/1170.05	c  1170s|376200 |  2183 |  3631k|   9.6 |  23M| 393 |   - |2280 |4189 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1170.09/1170.34	c  1170s|376300 |  2182 |  3632k|   9.6 |  23M| 393 |  27 |2280 |4175 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1170.39/1170.62	c  1171s|376400 |  2186 |  3633k|   9.6 |  23M| 393 |  19 |2280 |4231 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1170.69/1170.92	c  1171s|376500 |  2185 |  3634k|   9.6 |  23M| 393 |  47 |2280 |4248 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1170.99/1171.20	c  1171s|376600 |  2183 |  3635k|   9.6 |  23M| 393 |  37 |2280 |4280 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1171.29/1171.51	c  1172s|376700 |  2187 |  3635k|   9.6 |  23M| 393 |   - |2280 |4168 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1171.49/1171.77	c  1172s|376800 |  2187 |  3636k|   9.6 |  23M| 393 |  27 |2280 |4188 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1171.79/1172.05	c  1172s|376900 |  2188 |  3637k|   9.6 |  23M| 393 |   - |2280 |4277 |2280 |1674 |  93 | 303k|  20k| 0.000000e+00 |      --      |    Inf 
1172.09/1172.37	c  1172s|377000 |  2189 |  3638k|   9.6 |  23M| 393 |   - |2280 |4191 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1172.39/1172.68	c  1173s|377100 |  2191 |  3639k|   9.6 |  23M| 393 |  23 |2280 |4251 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1172.69/1172.98	c  1173s|377200 |  2195 |  3640k|   9.6 |  24M| 393 |  26 |2280 |4376 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1172.99/1173.26	c  1173s|377300 |  2191 |  3641k|   9.6 |  24M| 393 |  28 |2280 |4483 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1173.29/1173.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1173.29/1173.56	c  1174s|377400 |  2184 |  3642k|   9.6 |  24M| 393 |  43 |2280 |4424 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1173.59/1173.85	c  1174s|377500 |  2188 |  3642k|   9.6 |  24M| 393 |   - |2280 |4474 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1173.89/1174.16	c  1174s|377600 |  2189 |  3643k|   9.6 |  24M| 393 |  43 |2280 |4459 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1174.19/1174.46	c  1174s|377700 |  2195 |  3645k|   9.6 |  24M| 393 |   - |2280 |4533 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1174.50/1174.77	c  1175s|377800 |  2195 |  3646k|   9.6 |  24M| 393 |   - |2280 |4599 |2280 |1674 |  93 | 304k|  20k| 0.000000e+00 |      --      |    Inf 
1174.79/1175.07	c  1175s|377900 |  2197 |  3647k|   9.6 |  24M| 393 |  38 |2280 |4653 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1175.09/1175.38	c  1175s|378000 |  2199 |  3648k|   9.6 |  24M| 393 |  22 |2280 |4720 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1175.49/1175.73	c  1176s|378100 |  2194 |  3649k|   9.6 |  24M| 393 |   - |2280 |4760 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1175.79/1176.04	c  1176s|378200 |  2198 |  3650k|   9.6 |  24M| 393 |  27 |2280 |4657 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1176.09/1176.32	c  1176s|378300 |  2198 |  3651k|   9.6 |  24M| 393 |  59 |2280 |4588 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1176.39/1176.62	c  1177s|378400 |  2200 |  3652k|   9.6 |  24M| 393 |   - |2280 |4574 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1176.69/1176.91	c  1177s|378500 |  2202 |  3654k|   9.6 |  24M| 393 |  19 |2280 |4658 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1176.99/1177.21	c  1177s|378600 |  2202 |  3655k|   9.6 |  24M| 393 |  35 |2280 |4601 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1177.28/1177.51	c  1178s|378700 |  2198 |  3656k|   9.6 |  24M| 393 |  26 |2280 |4631 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1177.59/1177.81	c  1178s|378800 |  2200 |  3657k|   9.6 |  24M| 393 |   - |2280 |4650 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1177.79/1178.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1177.79/1178.09	c  1178s|378900 |  2196 |  3658k|   9.6 |  24M| 393 |   - |2280 |4699 |2280 |1674 |  93 | 305k|  20k| 0.000000e+00 |      --      |    Inf 
1178.09/1178.35	c  1178s|379000 |  2202 |  3658k|   9.6 |  24M| 393 |   - |2280 |4745 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1178.39/1178.68	c  1179s|379100 |  2200 |  3660k|   9.6 |  24M| 393 |   - |2280 |4742 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1178.78/1179.07	c  1179s|379200 |  2196 |  3661k|   9.6 |  24M| 393 |   - |2280 |4749 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1179.18/1179.40	c  1179s|379300 |  2196 |  3661k|   9.6 |  24M| 393 |   - |2280 |4793 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1179.48/1179.72	c  1180s|379400 |  2192 |  3662k|   9.6 |  24M| 393 |   - |2280 |4742 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1179.79/1180.07	c  1180s|379500 |  2193 |  3664k|   9.6 |  24M| 393 |  37 |2280 |4721 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1180.10/1180.36	c  1180s|379600 |  2191 |  3665k|   9.6 |  24M| 393 |  37 |2280 |4675 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1180.39/1180.65	c  1181s|379700 |  2191 |  3666k|   9.6 |  24M| 393 |  30 |2280 |4639 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1180.68/1180.94	c  1181s|379800 |  2187 |  3667k|   9.6 |  24M| 393 |   - |2280 |4542 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1180.99/1181.26	c  1181s|379900 |  2182 |  3668k|   9.6 |  24M| 393 |   - |2280 |4540 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1181.29/1181.55	c  1182s|380000 |  2182 |  3669k|   9.6 |  24M| 393 |   - |2280 |4508 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1181.59/1181.85	c  1182s|380100 |  2183 |  3670k|   9.6 |  24M| 393 |   - |2280 |4525 |2280 |1674 |  93 | 306k|  20k| 0.000000e+00 |      --      |    Inf 
1181.89/1182.15	c  1182s|380200 |  2183 |  3671k|   9.6 |  24M| 393 |  49 |2280 |4571 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1182.20/1182.46	c  1182s|380300 |  2184 |  3672k|   9.6 |  24M| 393 |  39 |2280 |4549 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1182.49/1182.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1182.49/1182.76	c  1183s|380400 |  2179 |  3673k|   9.6 |  24M| 393 |   - |2280 |4522 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1182.89/1183.10	c  1183s|380500 |  2181 |  3674k|   9.6 |  23M| 393 |   - |2280 |4161 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1183.09/1183.37	c  1183s|380600 |  2184 |  3675k|   9.6 |  23M| 393 |  14 |2280 |4047 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1183.39/1183.65	c  1184s|380700 |  2182 |  3676k|   9.6 |  23M| 393 |  28 |2280 |4039 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1183.69/1183.96	c  1184s|380800 |  2182 |  3677k|   9.6 |  23M| 393 |   - |2280 |4104 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1183.99/1184.24	c  1184s|380900 |  2186 |  3678k|   9.6 |  23M| 393 |  32 |2280 |4150 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1184.29/1184.51	c  1185s|381000 |  2186 |  3679k|   9.6 |  23M| 393 |   - |2280 |4201 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1184.58/1184.80	c  1185s|381100 |  2179 |  3679k|   9.6 |  23M| 393 |   - |2280 |4205 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1184.79/1185.09	c  1185s|381200 |  2181 |  3680k|   9.6 |  23M| 393 |  34 |2280 |4148 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1185.08/1185.37	c  1185s|381300 |  2182 |  3681k|   9.6 |  23M| 393 |   - |2280 |4072 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1185.39/1185.69	c  1186s|381400 |  2182 |  3683k|   9.6 |  23M| 393 |   - |2280 |4113 |2280 |1674 |  93 | 307k|  20k| 0.000000e+00 |      --      |    Inf 
1185.79/1186.01	c  1186s|381500 |  2182 |  3684k|   9.6 |  23M| 393 |  45 |2280 |4073 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1185.99/1186.29	c  1186s|381600 |  2182 |  3685k|   9.6 |  23M| 393 |   - |2280 |4104 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1186.29/1186.57	c  1187s|381700 |  2186 |  3686k|   9.6 |  23M| 393 |  33 |2280 |4146 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1186.59/1186.88	c  1187s|381800 |  2183 |  3687k|   9.6 |  23M| 393 |  38 |2280 |4171 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1186.99/1187.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.99/1187.22	c  1187s|381900 |  2180 |  3688k|   9.6 |  23M| 393 |   - |2280 |4175 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1187.29/1187.54	c  1188s|382000 |  2190 |  3689k|   9.6 |  23M| 393 |  33 |2280 |4216 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1187.59/1187.87	c  1188s|382100 |  2186 |  3690k|   9.6 |  23M| 393 |  25 |2280 |4281 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1187.88/1188.14	c  1188s|382200 |  2188 |  3692k|   9.6 |  24M| 393 |  34 |2280 |4377 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1188.19/1188.45	c  1188s|382300 |  2185 |  3693k|   9.6 |  24M| 393 |   - |2280 |4400 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1188.48/1188.75	c  1189s|382400 |  2186 |  3694k|   9.6 |  24M| 393 |   - |2280 |4499 |2280 |1674 |  93 | 308k|  20k| 0.000000e+00 |      --      |    Inf 
1188.79/1189.08	c  1189s|382500 |  2183 |  3695k|   9.6 |  24M| 393 |   - |2280 |4562 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1189.09/1189.37	c  1189s|382600 |  2185 |  3696k|   9.6 |  24M| 393 |  41 |2280 |4527 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1189.39/1189.66	c  1190s|382700 |  2187 |  3697k|   9.6 |  24M| 393 |  42 |2280 |4557 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1189.68/1189.95	c  1190s|382800 |  2188 |  3698k|   9.6 |  24M| 393 |  42 |2280 |4573 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1189.99/1190.24	c  1190s|382900 |  2192 |  3700k|   9.6 |  24M| 393 |   - |2280 |4654 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1190.28/1190.56	c  1191s|383000 |  2191 |  3701k|   9.7 |  24M| 393 |  23 |2280 |4706 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1190.59/1190.88	c  1191s|383100 |  2188 |  3702k|   9.7 |  24M| 393 |  44 |2280 |4791 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1190.88/1191.18	c  1191s|383200 |  2184 |  3703k|   9.7 |  24M| 393 |   - |2280 |4767 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1191.19/1191.45	c  1191s|383300 |  2186 |  3705k|   9.7 |  24M| 393 |  44 |2280 |4800 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1191.49/1191.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.49/1191.76	c  1192s|383400 |  2186 |  3706k|   9.7 |  24M| 393 |   - |2280 |4843 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1191.78/1192.05	c  1192s|383500 |  2186 |  3707k|   9.7 |  24M| 393 |  35 |2280 |4934 |2280 |1674 |  93 | 309k|  20k| 0.000000e+00 |      --      |    Inf 
1192.09/1192.37	c  1192s|383600 |  2184 |  3708k|   9.7 |  24M| 393 |  43 |2280 |5019 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1192.38/1192.69	c  1193s|383700 |  2184 |  3709k|   9.7 |  24M| 393 |  38 |2280 |5105 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1192.69/1192.98	c  1193s|383800 |  2181 |  3710k|   9.7 |  24M| 393 |   - |2280 |5026 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1192.98/1193.28	c  1193s|383900 |  2181 |  3712k|   9.7 |  24M| 393 |  39 |2280 |4969 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1193.29/1193.57	c  1194s|384000 |  2179 |  3713k|   9.7 |  24M| 393 |  47 |2280 |4773 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1193.58/1193.85	c  1194s|384100 |  2181 |  3714k|   9.7 |  24M| 393 |  42 |2280 |4518 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1193.89/1194.16	c  1194s|384200 |  2185 |  3715k|   9.7 |  24M| 393 |   - |2280 |4524 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1194.18/1194.44	c  1194s|384300 |  2190 |  3716k|   9.7 |  24M| 393 |  34 |2280 |4602 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1194.49/1194.74	c  1195s|384400 |  2193 |  3717k|   9.7 |  24M| 393 |   - |2280 |4633 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1194.79/1195.08	c  1195s|384500 |  2192 |  3718k|   9.7 |  24M| 393 |  25 |2280 |4688 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1195.08/1195.37	c  1195s|384600 |  2194 |  3719k|   9.7 |  24M| 393 |   - |2280 |4685 |2280 |1674 |  93 | 310k|  20k| 0.000000e+00 |      --      |    Inf 
1195.39/1195.67	c  1196s|384700 |  2198 |  3720k|   9.7 |  24M| 393 |  40 |2280 |4746 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1195.69/1195.98	c  1196s|384800 |  2198 |  3721k|   9.7 |  24M| 393 |   - |2280 |4804 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1196.09/1196.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.09/1196.31	c  1196s|384900 |  2200 |  3722k|   9.7 |  24M| 393 |   - |2280 |4771 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1196.39/1196.60	c  1197s|385000 |  2201 |  3723k|   9.7 |  24M| 393 |   - |2280 |4739 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1196.60/1196.89	c  1197s|385100 |  2197 |  3724k|   9.7 |  24M| 393 |   - |2280 |4769 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1196.89/1197.19	c  1197s|385200 |  2199 |  3725k|   9.7 |  24M| 393 |  31 |2280 |4766 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1197.29/1197.51	c  1198s|385300 |  2197 |  3726k|   9.7 |  24M| 393 |  28 |2280 |4774 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1197.59/1197.86	c  1198s|385400 |  2195 |  3727k|   9.7 |  24M| 393 |   - |2280 |4840 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1197.88/1198.19	c  1198s|385500 |  2193 |  3728k|   9.7 |  24M| 393 |  37 |2280 |4848 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1198.28/1198.50	c  1198s|385600 |  2191 |  3729k|   9.7 |  24M| 393 |   - |2280 |4848 |2280 |1674 |  93 | 311k|  20k| 0.000000e+00 |      --      |    Inf 
1198.48/1198.79	c  1199s|385700 |  2191 |  3730k|   9.7 |  24M| 393 |   - |2280 |4930 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1198.79/1199.07	c  1199s|385800 |  2191 |  3730k|   9.7 |  24M| 393 |   - |2280 |5009 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1199.18/1199.40	c  1199s|385900 |  2187 |  3731k|   9.7 |  24M| 393 |  25 |2280 |5064 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1199.48/1199.76	c  1200s|386000 |  2185 |  3732k|   9.7 |  24M| 393 |   - |2280 |5039 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1199.80/1200.08	c  1200s|386100 |  2183 |  3733k|   9.7 |  24M| 393 |  43 |2280 |4980 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1200.19/1200.41	c  1200s|386200 |  2181 |  3734k|   9.7 |  24M| 393 |  30 |2280 |5030 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1200.48/1200.76	c  1201s|386300 |  2181 |  3736k|   9.7 |  24M| 393 |  43 |2280 |4991 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1200.89/1201.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.89/1201.15	c  1201s|386400 |  2183 |  3737k|   9.7 |  24M| 393 |   - |2280 |4968 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1201.29/1201.50	c  1202s|386500 |  2183 |  3739k|   9.7 |  24M| 393 |   - |2280 |5081 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1201.59/1201.86	c  1202s|386600 |  2181 |  3740k|   9.7 |  25M| 393 |   - |2280 |5206 |2280 |1674 |  93 | 312k|  20k| 0.000000e+00 |      --      |    Inf 
1201.99/1202.21	c  1202s|386700 |  2185 |  3741k|   9.7 |  25M| 393 |   - |2280 |5272 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1202.28/1202.52	c  1203s|386800 |  2188 |  3742k|   9.7 |  24M| 393 |  36 |2280 |4972 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1202.58/1202.80	c  1203s|386900 |  2186 |  3743k|   9.7 |  24M| 393 |   - |2280 |4914 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1202.88/1203.11	c  1203s|387000 |  2188 |  3744k|   9.7 |  24M| 393 |   - |2280 |4922 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1203.19/1203.44	c  1203s|387100 |  2191 |  3744k|   9.7 |  24M| 393 |   - |2280 |4696 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1203.49/1203.77	c  1204s|387200 |  2190 |  3745k|   9.7 |  24M| 393 |   - |2280 |4591 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1203.79/1204.09	c  1204s|387300 |  2195 |  3746k|   9.7 |  24M| 393 |   - |2280 |4613 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1204.19/1204.41	c  1204s|387400 |  2191 |  3747k|   9.7 |  24M| 393 |   - |2280 |4635 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1204.48/1204.72	c  1205s|387500 |  2186 |  3748k|   9.7 |  24M| 393 |   - |2280 |4624 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1204.78/1205.03	c  1205s|387600 |  2188 |  3749k|   9.7 |  24M| 393 |   - |2280 |4661 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1205.09/1205.37	c  1205s|387700 |  2186 |  3750k|   9.7 |  24M| 393 |  40 |2280 |4685 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1205.49/1205.71	c  1206s|387800 |  2187 |  3751k|   9.7 |  24M| 393 |   - |2280 |4594 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1205.78/1206.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.78/1206.01	c  1206s|387900 |  2189 |  3752k|   9.7 |  24M| 393 |  22 |2280 |4572 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1206.08/1206.34	c  1206s|388000 |  2189 |  3753k|   9.7 |  24M| 393 |  33 |2280 |4586 |2280 |1674 |  93 | 313k|  20k| 0.000000e+00 |      --      |    Inf 
1206.39/1206.70	c  1207s|388100 |  2185 |  3754k|   9.7 |  24M| 393 |   - |2280 |4628 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1206.78/1207.00	c  1207s|388200 |  2186 |  3755k|   9.7 |  24M| 393 |   - |2280 |4561 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1207.08/1207.31	c  1207s|388300 |  2188 |  3756k|   9.7 |  24M| 393 |  26 |2280 |4571 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1207.39/1207.66	c  1208s|388400 |  2186 |  3757k|   9.7 |  24M| 393 |   - |2280 |4599 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1207.79/1208.04	c  1208s|388500 |  2181 |  3758k|   9.7 |  24M| 393 |  50 |2280 |4633 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1208.08/1208.35	c  1208s|388600 |  2185 |  3759k|   9.7 |  24M| 393 |  33 |2280 |4674 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1208.38/1208.64	c  1209s|388700 |  2186 |  3760k|   9.7 |  24M| 393 |   - |2280 |4743 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1208.69/1208.92	c  1209s|388800 |  2189 |  3761k|   9.7 |  24M| 393 |  18 |2280 |4835 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1208.98/1209.26	c  1209s|388900 |  2190 |  3762k|   9.7 |  24M| 393 |  35 |2280 |4870 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1209.28/1209.58	c  1210s|389000 |  2188 |  3763k|   9.7 |  24M| 393 |  34 |2280 |4918 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1209.58/1209.88	c  1210s|389100 |  2190 |  3764k|   9.7 |  24M| 393 |  41 |2280 |5011 |2280 |1674 |  93 | 314k|  20k| 0.000000e+00 |      --      |    Inf 
1209.88/1210.17	c  1210s|389200 |  2185 |  3764k|   9.7 |  24M| 393 |  35 |2280 |4990 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1210.18/1210.48	c  1210s|389300 |  2187 |  3765k|   9.7 |  24M| 393 |  35 |2280 |4978 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1210.48/1210.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.48/1210.78	c  1211s|389400 |  2183 |  3766k|   9.7 |  24M| 393 |  20 |2280 |4898 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1210.79/1211.06	c  1211s|389500 |  2183 |  3767k|   9.7 |  24M| 393 |   - |2280 |4854 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1211.08/1211.35	c  1211s|389600 |  2187 |  3768k|   9.7 |  24M| 393 |  23 |2280 |4969 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1211.38/1211.63	c  1212s|389700 |  2189 |  3769k|   9.7 |  24M| 393 |  39 |2280 |5077 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1211.68/1211.92	c  1212s|389800 |  2188 |  3770k|   9.7 |  25M| 393 |  31 |2280 |5163 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1211.99/1212.24	c  1212s|389900 |  2180 |  3771k|   9.7 |  24M| 393 |  35 |2280 |5099 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1212.28/1212.54	c  1213s|390000 |  2182 |  3772k|   9.7 |  24M| 393 |  34 |2280 |4754 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1212.48/1212.79	c  1213s|390100 |  2180 |  3773k|   9.7 |  24M| 393 |   - |2280 |4808 |2280 |1674 |  93 | 315k|  20k| 0.000000e+00 |      --      |    Inf 
1212.78/1213.07	c  1213s|390200 |  2184 |  3773k|   9.7 |  24M| 393 |   - |2280 |4899 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1213.09/1213.38	c  1213s|390300 |  2180 |  3774k|   9.7 |  24M| 393 |   - |2280 |4980 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1213.38/1213.65	c  1214s|390400 |  2180 |  3775k|   9.7 |  24M| 393 |  30 |2280 |5001 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1213.68/1213.98	c  1214s|390500 |  2181 |  3776k|   9.7 |  24M| 393 |  34 |2280 |4812 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1213.99/1214.23	c  1214s|390600 |  2183 |  3777k|   9.7 |  24M| 393 |  10 |2280 |4516 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1214.29/1214.50	c  1214s|390700 |  2181 |  3778k|   9.7 |  24M| 393 |   - |2280 |4512 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1214.48/1214.75	c  1215s|390800 |  2179 |  3779k|   9.7 |  24M| 393 |   - |2280 |4498 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1214.79/1215.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1214.79/1215.03	c  1215s|390900 |  2177 |  3780k|   9.7 |  24M| 393 |  19 |2280 |4510 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1215.08/1215.32	c  1215s|391000 |  2178 |  3781k|   9.7 |  24M| 393 |   - |2280 |4448 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1215.39/1215.65	c  1216s|391100 |  2176 |  3783k|   9.7 |  23M| 393 |  37 |2280 |4250 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1215.89/1216.17	c  1216s|391200 |  2177 |  3784k|   9.7 |  23M| 393 |   - |2280 |4171 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1216.39/1216.64	c  1217s|391300 |  2183 |  3785k|   9.7 |  23M| 393 |  26 |2280 |4171 |2280 |1674 |  93 | 316k|  20k| 0.000000e+00 |      --      |    Inf 
1216.88/1217.13	c  1217s|391400 |  2185 |  3787k|   9.7 |  23M| 393 |  20 |2280 |4234 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1217.29/1217.52	c  1218s|391500 |  2185 |  3788k|   9.7 |  23M| 393 |  32 |2280 |4291 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1217.68/1217.91	c  1218s|391600 |  2181 |  3790k|   9.7 |  23M| 393 |   - |2280 |4351 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1218.08/1218.31	c  1218s|391700 |  2176 |  3791k|   9.7 |  23M| 393 |  48 |2280 |4289 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1218.49/1218.70	c  1219s|391800 |  2174 |  3793k|   9.7 |  24M| 393 |   - |2280 |4397 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1218.78/1219.02	c  1219s|391900 |  2177 |  3794k|   9.7 |  23M| 393 |   - |2280 |4189 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1219.08/1219.31	c  1219s|392000 |  2182 |  3794k|   9.7 |  23M| 393 |  10 |2280 |4154 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1219.28/1219.59	c  1220s|392100 |  2182 |  3795k|   9.7 |  23M| 393 |  29 |2280 |4196 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1219.59/1219.88	c  1220s|392200 |  2186 |  3796k|   9.7 |  23M| 393 |  16 |2280 |4236 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1219.88/1220.17	c  1220s|392300 |  2180 |  3797k|   9.7 |  23M| 393 |   - |2280 |4263 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1220.18/1220.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1220.18/1220.47	c  1220s|392400 |  2173 |  3797k|   9.7 |  23M| 393 |  22 |2280 |4217 |2280 |1674 |  93 | 317k|  20k| 0.000000e+00 |      --      |    Inf 
1220.48/1220.74	c  1221s|392500 |  2186 |  3798k|   9.7 |  23M| 393 |   - |2280 |3915 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1220.68/1220.98	c  1221s|392600 |  2190 |  3799k|   9.7 |  23M| 393 |   - |2280 |3944 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1220.98/1221.24	c  1221s|392700 |  2197 |  3800k|   9.7 |  23M| 393 |  19 |2280 |4030 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1221.29/1221.51	c  1222s|392800 |  2201 |  3800k|   9.7 |  23M| 393 |  31 |2280 |4074 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1221.48/1221.78	c  1222s|392900 |  2199 |  3801k|   9.7 |  23M| 393 |   - |2280 |4102 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1221.79/1222.03	c  1222s|393000 |  2201 |  3802k|   9.7 |  23M| 393 |   - |2280 |4108 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1221.98/1222.27	c  1222s|393100 |  2200 |  3802k|   9.7 |  23M| 393 |   - |2280 |4223 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1222.28/1222.53	c  1223s|393200 |  2202 |  3803k|   9.7 |  23M| 393 |   - |2280 |4050 |2280 |1674 |  93 | 318k|  20k| 0.000000e+00 |      --      |    Inf 
1222.58/1222.82	c  1223s|393300 |  2195 |  3804k|   9.7 |  23M| 393 |   - |2280 |3993 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1222.88/1223.10	c  1223s|393400 |  2198 |  3805k|   9.7 |  23M| 393 |  50 |2280 |3894 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1223.18/1223.42	c  1223s|393500 |  2192 |  3806k|   9.7 |  23M| 393 |  20 |2280 |3920 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1223.48/1223.70	c  1224s|393600 |  2192 |  3808k|   9.7 |  23M| 393 |   - |2280 |3859 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1223.68/1223.99	c  1224s|393700 |  2193 |  3809k|   9.7 |  23M| 393 |  36 |2280 |3871 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1223.99/1224.28	c  1224s|393800 |  2196 |  3810k|   9.7 |  23M| 393 |   - |2280 |3925 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1224.39/1224.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1224.39/1224.61	c  1225s|393900 |  2190 |  3812k|   9.7 |  23M| 393 |  52 |2280 |3897 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1224.58/1224.88	c  1225s|394000 |  2190 |  3813k|   9.7 |  23M| 393 |   - |2280 |3887 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1224.88/1225.17	c  1225s|394100 |  2196 |  3814k|   9.7 |  23M| 393 |  30 |2280 |3981 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1225.19/1225.48	c  1225s|394200 |  2200 |  3816k|   9.7 |  23M| 393 |   - |2280 |4018 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1225.48/1225.78	c  1226s|394300 |  2196 |  3817k|   9.7 |  23M| 393 |   - |2280 |4047 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1225.78/1226.06	c  1226s|394400 |  2194 |  3818k|   9.7 |  23M| 393 |   - |2280 |4007 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1226.08/1226.34	c  1226s|394500 |  2191 |  3819k|   9.7 |  23M| 393 |  53 |2280 |3961 |2280 |1674 |  93 | 319k|  20k| 0.000000e+00 |      --      |    Inf 
1226.38/1226.62	c  1227s|394600 |  2195 |  3820k|   9.7 |  23M| 393 |  27 |2280 |4004 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1226.68/1226.94	c  1227s|394700 |  2191 |  3821k|   9.7 |  23M| 393 |   - |2280 |4060 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1226.98/1227.26	c  1227s|394800 |  2190 |  3822k|   9.7 |  23M| 393 |   - |2280 |4112 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1227.29/1227.55	c  1228s|394900 |  2195 |  3824k|   9.7 |  23M| 393 |  29 |2280 |4067 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1227.58/1227.87	c  1228s|395000 |  2193 |  3825k|   9.7 |  23M| 393 |  38 |2280 |4041 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1227.88/1228.19	c  1228s|395100 |  2188 |  3826k|   9.7 |  23M| 393 |   - |2280 |3979 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1228.18/1228.46	c  1228s|395200 |  2190 |  3827k|   9.7 |  23M| 393 |  35 |2280 |3868 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1228.49/1228.78	c  1229s|395300 |  2190 |  3828k|   9.7 |  23M| 393 |  50 |2280 |3860 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1228.78/1229.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.78/1229.09	c  1229s|395400 |  2192 |  3830k|   9.7 |  23M| 393 |  38 |2280 |3924 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1229.08/1229.39	c  1229s|395500 |  2190 |  3831k|   9.7 |  23M| 393 |   - |2280 |3959 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1229.38/1229.69	c  1230s|395600 |  2190 |  3833k|   9.7 |  23M| 393 |   - |2280 |3985 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1229.78/1230.00	c  1230s|395700 |  2182 |  3834k|   9.7 |  23M| 393 |  33 |2280 |3999 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1230.08/1230.33	c  1230s|395800 |  2182 |  3835k|   9.7 |  23M| 393 |   - |2280 |3972 |2280 |1674 |  93 | 320k|  20k| 0.000000e+00 |      --      |    Inf 
1230.38/1230.65	c  1231s|395900 |  2182 |  3836k|   9.7 |  23M| 393 |   - |2280 |4089 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1230.69/1230.95	c  1231s|396000 |  2179 |  3837k|   9.7 |  23M| 393 |  44 |2280 |3654 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1230.98/1231.23	c  1231s|396100 |  2183 |  3838k|   9.7 |  23M| 393 |  36 |2280 |3644 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1231.28/1231.53	c  1232s|396200 |  2182 |  3839k|   9.7 |  23M| 393 |   - |2280 |3692 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1231.58/1231.82	c  1232s|396300 |  2184 |  3840k|   9.7 |  23M| 393 |   - |2280 |3738 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1231.88/1232.14	c  1232s|396400 |  2183 |  3841k|   9.7 |  23M| 393 |  46 |2280 |3753 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1232.18/1232.49	c  1232s|396500 |  2181 |  3842k|   9.7 |  23M| 393 |  31 |2280 |3767 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1232.48/1232.79	c  1233s|396600 |  2180 |  3843k|   9.7 |  23M| 393 |  33 |2280 |3823 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1232.88/1233.11	c  1233s|396700 |  2182 |  3845k|   9.7 |  23M| 393 |  35 |2280 |3866 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1233.18/1233.43	c  1233s|396800 |  2179 |  3846k|   9.7 |  23M| 393 |  28 |2280 |3940 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1233.48/1233.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1233.48/1233.73	c  1234s|396900 |  2181 |  3847k|   9.7 |  23M| 393 |   - |2280 |3807 |2280 |1674 |  93 | 321k|  20k| 0.000000e+00 |      --      |    Inf 
1233.78/1234.01	c  1234s|397000 |  2185 |  3848k|   9.7 |  23M| 393 |  35 |2280 |3839 |2280 |1674 |  93 | 321k|  21k| 0.000000e+00 |      --      |    Inf 
1234.08/1234.30	c  1234s|397100 |  2182 |  3849k|   9.7 |  23M| 393 |  31 |2280 |3881 |2280 |1674 |  93 | 321k|  21k| 0.000000e+00 |      --      |    Inf 
1234.28/1234.58	c  1235s|397200 |  2182 |  3850k|   9.7 |  23M| 393 |   - |2280 |3943 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1234.58/1234.87	c  1235s|397300 |  2180 |  3851k|   9.7 |  23M| 393 |   - |2280 |3971 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1234.88/1235.18	c  1235s|397400 |  2180 |  3852k|   9.7 |  23M| 393 |  46 |2280 |4033 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1235.28/1235.50	c  1235s|397500 |  2185 |  3853k|   9.7 |  23M| 393 |  14 |2280 |4035 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1235.48/1235.77	c  1236s|397600 |  2181 |  3854k|   9.7 |  23M| 393 |  27 |2280 |4070 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1235.78/1236.06	c  1236s|397700 |  2180 |  3855k|   9.7 |  23M| 393 |   - |2280 |4116 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1236.08/1236.34	c  1236s|397800 |  2184 |  3856k|   9.7 |  23M| 393 |   - |2280 |4158 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1236.38/1236.62	c  1237s|397900 |  2186 |  3857k|   9.7 |  23M| 393 |  52 |2280 |4260 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1236.68/1236.95	c  1237s|398000 |  2179 |  3858k|   9.7 |  23M| 393 |  34 |2280 |4173 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1236.97/1237.29	c  1237s|398100 |  2181 |  3859k|   9.7 |  23M| 393 |  36 |2280 |4185 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1237.38/1237.63	c  1238s|398200 |  2177 |  3860k|   9.7 |  23M| 393 |  43 |2280 |4159 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1237.68/1237.90	c  1238s|398300 |  2181 |  3861k|   9.7 |  23M| 393 |   - |2280 |4187 |2280 |1674 |  93 | 322k|  21k| 0.000000e+00 |      --      |    Inf 
1237.88/1238.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.88/1238.16	c  1238s|398400 |  2177 |  3862k|   9.7 |  23M| 393 |   - |2280 |4227 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1238.18/1238.43	c  1238s|398500 |  2181 |  3863k|   9.7 |  24M| 393 |   - |2280 |4316 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1238.47/1238.73	c  1239s|398600 |  2179 |  3864k|   9.7 |  24M| 393 |  29 |2280 |4390 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1238.78/1239.01	c  1239s|398700 |  2183 |  3864k|   9.7 |  24M| 393 |  22 |2280 |4372 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1239.08/1239.31	c  1239s|398800 |  2180 |  3866k|   9.7 |  24M| 393 |   - |2280 |4418 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1239.38/1239.61	c  1240s|398900 |  2182 |  3866k|   9.7 |  24M| 393 |  40 |2280 |4451 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1239.68/1239.92	c  1240s|399000 |  2178 |  3868k|   9.7 |  24M| 393 |  47 |2280 |4435 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1239.97/1240.21	c  1240s|399100 |  2178 |  3869k|   9.7 |  24M| 393 |   - |2280 |4470 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1240.28/1240.53	c  1241s|399200 |  2180 |  3870k|   9.7 |  24M| 393 |  47 |2280 |4511 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1240.59/1240.85	c  1241s|399300 |  2180 |  3871k|   9.7 |  24M| 393 |  49 |2280 |4549 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1240.87/1241.19	c  1241s|399400 |  2183 |  3872k|   9.7 |  24M| 393 |  18 |2280 |4458 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1241.17/1241.47	c  1241s|399500 |  2183 |  3873k|   9.7 |  24M| 393 |  34 |2280 |4390 |2280 |1674 |  93 | 323k|  21k| 0.000000e+00 |      --      |    Inf 
1241.47/1241.74	c  1242s|399600 |  2184 |  3874k|   9.7 |  24M| 393 |   - |2280 |4455 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1241.78/1242.01	c  1242s|399700 |  2189 |  3874k|   9.7 |  24M| 393 |   - |2280 |4421 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1241.98/1242.28	c  1242s|399800 |  2189 |  3875k|   9.7 |  24M| 393 |   - |2280 |4472 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1242.28/1242.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.28/1242.56	c  1243s|399900 |  2191 |  3876k|   9.7 |  24M| 393 |  21 |2280 |4548 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1242.58/1242.84	c  1243s|400000 |  2187 |  3876k|   9.7 |  24M| 393 |   - |2280 |4606 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1242.88/1243.12	c  1243s|400100 |  2189 |  3877k|   9.7 |  24M| 393 |   - |2280 |4583 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1243.18/1243.40	c  1243s|400200 |  2188 |  3878k|   9.7 |  24M| 393 |  27 |2280 |4556 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1243.38/1243.68	c  1244s|400300 |  2187 |  3879k|   9.7 |  24M| 393 |  10 |2280 |4592 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1243.68/1243.95	c  1244s|400400 |  2187 |  3879k|   9.7 |  24M| 393 |   - |2280 |4655 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1243.98/1244.23	c  1244s|400500 |  2187 |  3880k|   9.7 |  24M| 393 |  29 |2280 |4705 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1244.28/1244.51	c  1245s|400600 |  2190 |  3881k|   9.7 |  24M| 393 |  34 |2280 |4718 |2280 |1674 |  93 | 324k|  21k| 0.000000e+00 |      --      |    Inf 
1244.48/1244.78	c  1245s|400700 |  2185 |  3882k|   9.7 |  24M| 393 |   - |2280 |4608 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1244.77/1245.01	c  1245s|400800 |  2187 |  3883k|   9.7 |  24M| 393 |  30 |2280 |4612 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1244.98/1245.28	c  1245s|400900 |  2186 |  3883k|   9.7 |  24M| 393 |  47 |2280 |4585 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1245.28/1245.58	c  1246s|401000 |  2193 |  3884k|   9.7 |  24M| 393 |   - |2280 |4612 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1245.58/1245.88	c  1246s|401100 |  2196 |  3885k|   9.7 |  24M| 393 |   - |2280 |4681 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1245.88/1246.13	c  1246s|401200 |  2201 |  3886k|   9.7 |  24M| 393 |  36 |2280 |4730 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1246.18/1246.41	c  1246s|401300 |  2205 |  3887k|   9.7 |  24M| 393 |   - |2280 |4791 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1246.38/1246.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.38/1246.69	c  1247s|401400 |  2208 |  3887k|   9.7 |  24M| 393 |   - |2280 |4849 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1246.68/1246.99	c  1247s|401500 |  2204 |  3888k|   9.7 |  24M| 393 |  33 |2280 |4861 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1246.97/1247.27	c  1247s|401600 |  2201 |  3889k|   9.7 |  24M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1247.28/1247.55	c  1248s|401700 |  2193 |  3890k|   9.7 |  24M| 393 |  45 |2280 |4800 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1247.58/1247.84	c  1248s|401800 |  2195 |  3891k|   9.7 |  24M| 393 |   - |2280 |4849 |2280 |1674 |  93 | 325k|  21k| 0.000000e+00 |      --      |    Inf 
1247.88/1248.14	c  1248s|401900 |  2193 |  3892k|   9.7 |  24M| 393 |  31 |2280 |4866 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1248.18/1248.41	c  1248s|402000 |  2195 |  3893k|   9.7 |  24M| 393 |   - |2280 |4837 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1248.47/1248.71	c  1249s|402100 |  2191 |  3894k|   9.7 |  24M| 393 |  51 |2280 |4831 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1248.77/1249.00	c  1249s|402200 |  2193 |  3894k|   9.7 |  24M| 393 |  35 |2280 |4925 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1248.98/1249.29	c  1249s|402300 |  2189 |  3895k|   9.7 |  24M| 393 |   - |2280 |5020 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1249.29/1249.55	c  1250s|402400 |  2190 |  3896k|   9.7 |  24M| 393 |  38 |2280 |4901 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1249.58/1249.80	c  1250s|402500 |  2193 |  3897k|   9.7 |  24M| 393 |   - |2280 |4943 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1249.78/1250.07	c  1250s|402600 |  2193 |  3898k|   9.7 |  24M| 393 |   - |2280 |5067 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1250.08/1250.36	c  1250s|402700 |  2191 |  3899k|   9.7 |  25M| 393 |  41 |2280 |5116 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1250.38/1250.64	c  1251s|402800 |  2184 |  3900k|   9.7 |  25M| 393 |  52 |2280 |5148 |2280 |1674 |  93 | 326k|  21k| 0.000000e+00 |      --      |    Inf 
1250.68/1250.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1250.68/1250.92	c  1251s|402900 |  2180 |  3901k|   9.7 |  24M| 393 |  42 |2280 |5006 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1250.98/1251.21	c  1251s|403000 |  2176 |  3902k|   9.7 |  24M| 393 |   - |2280 |4872 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1251.18/1251.48	c  1251s|403100 |  2177 |  3903k|   9.7 |  24M| 393 |  33 |2280 |4568 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1251.49/1251.77	c  1252s|403200 |  2180 |  3904k|   9.7 |  23M| 393 |  25 |2280 |4176 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1251.77/1252.06	c  1252s|403300 |  2182 |  3905k|   9.7 |  23M| 393 |  37 |2280 |4163 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1252.07/1252.36	c  1252s|403400 |  2185 |  3905k|   9.7 |  23M| 393 |  12 |2280 |4175 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1252.38/1252.66	c  1253s|403500 |  2178 |  3906k|   9.7 |  23M| 393 |   - |2280 |4176 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1252.58/1252.90	c  1253s|403600 |  2181 |  3907k|   9.7 |  23M| 393 |   - |2280 |4236 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1252.88/1253.15	c  1253s|403700 |  2190 |  3907k|   9.7 |  23M| 393 |  35 |2280 |4289 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1253.17/1253.44	c  1253s|403800 |  2172 |  3908k|   9.7 |  23M| 393 |   - |2280 |4287 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1253.48/1253.76	c  1254s|403900 |  2176 |  3910k|   9.7 |  23M| 393 |   - |2280 |4085 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1253.79/1254.04	c  1254s|404000 |  2180 |  3910k|   9.7 |  23M| 393 |  42 |2280 |4067 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1254.08/1254.36	c  1254s|404100 |  2182 |  3911k|   9.7 |  23M| 393 |   - |2280 |4105 |2280 |1674 |  93 | 327k|  21k| 0.000000e+00 |      --      |    Inf 
1254.37/1254.65	c  1255s|404200 |  2181 |  3912k|   9.7 |  23M| 393 |   - |2280 |4153 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1254.67/1254.96	c  1255s|404300 |  2183 |  3913k|   9.7 |  23M| 393 |   - |2280 |4192 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1254.97/1255.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1254.97/1255.29	c  1255s|404400 |  2183 |  3913k|   9.7 |  23M| 393 |  24 |2280 |4224 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1255.38/1255.60	c  1256s|404500 |  2183 |  3914k|   9.7 |  23M| 393 |   - |2280 |4260 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1255.68/1255.91	c  1256s|404600 |  2181 |  3915k|   9.7 |  23M| 393 |   - |2280 |4314 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1255.98/1256.20	c  1256s|404700 |  2179 |  3916k|   9.7 |  23M| 393 |   - |2280 |4360 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1256.27/1256.50	c  1256s|404800 |  2185 |  3917k|   9.7 |  23M| 393 |   - |2280 |4338 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1256.58/1256.80	c  1257s|404900 |  2181 |  3917k|   9.7 |  24M| 393 |   - |2280 |4365 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1256.78/1257.09	c  1257s|405000 |  2183 |  3918k|   9.7 |  24M| 393 |   - |2280 |4369 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1257.08/1257.37	c  1257s|405100 |  2181 |  3919k|   9.7 |  24M| 393 |  26 |2280 |4421 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1257.37/1257.69	c  1258s|405200 |  2177 |  3919k|   9.7 |  24M| 393 |   - |2280 |4435 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1257.77/1258.01	c  1258s|405300 |  2176 |  3920k|   9.7 |  23M| 393 |   - |2280 |4370 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1257.97/1258.30	c  1258s|405400 |  2176 |  3921k|   9.7 |  24M| 393 |   - |2280 |4419 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1258.38/1258.65	c  1259s|405500 |  2178 |  3922k|   9.7 |  24M| 393 |  24 |2280 |4395 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1258.68/1258.99	c  1259s|405600 |  2177 |  3924k|   9.7 |  24M| 393 |   - |2280 |4431 |2280 |1674 |  93 | 328k|  21k| 0.000000e+00 |      --      |    Inf 
1259.08/1259.34	c  1259s|405700 |  2179 |  3925k|   9.7 |  24M| 393 |  43 |2280 |4474 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1259.38/1259.68	c  1260s|405800 |  2178 |  3926k|   9.7 |  24M| 393 |  50 |2280 |4562 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1259.78/1260.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.78/1260.02	c  1260s|405900 |  2177 |  3927k|   9.7 |  24M| 393 |   - |2280 |4608 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1260.08/1260.36	c  1260s|406000 |  2177 |  3929k|   9.7 |  24M| 393 |   - |2280 |4642 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1260.48/1260.74	c  1261s|406100 |  2171 |  3930k|   9.7 |  23M| 393 |   - |2280 |4364 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1260.78/1261.03	c  1261s|406200 |  2173 |  3931k|   9.7 |  23M| 393 |  36 |2280 |4251 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1260.98/1261.28	c  1261s|406300 |  2170 |  3931k|   9.7 |  23M| 393 |   - |2280 |4301 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1261.27/1261.55	c  1262s|406400 |  2172 |  3932k|   9.7 |  23M| 393 |  42 |2280 |4338 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1261.58/1261.84	c  1262s|406500 |  2178 |  3933k|   9.7 |  23M| 393 |   - |2280 |4141 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1261.88/1262.17	c  1262s|406600 |  2176 |  3934k|   9.7 |  23M| 393 |  33 |2280 |4141 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1262.17/1262.49	c  1262s|406700 |  2176 |  3935k|   9.7 |  23M| 393 |   - |2280 |4103 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1262.48/1262.79	c  1263s|406800 |  2180 |  3936k|   9.7 |  23M| 393 |  14 |2280 |4115 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1262.77/1263.09	c  1263s|406900 |  2178 |  3937k|   9.7 |  23M| 393 |  29 |2280 |4171 |2280 |1674 |  93 | 329k|  21k| 0.000000e+00 |      --      |    Inf 
1263.18/1263.40	c  1263s|407000 |  2182 |  3938k|   9.7 |  23M| 393 |  14 |2280 |4189 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1263.47/1263.70	c  1264s|407100 |  2182 |  3939k|   9.7 |  23M| 393 |  32 |2280 |4220 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1263.78/1264.02	c  1264s|407200 |  2180 |  3940k|   9.7 |  23M| 393 |  31 |2280 |4245 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1264.08/1264.35	c  1264s|407300 |  2176 |  3941k|   9.7 |  23M| 393 |   - |2280 |4277 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1264.37/1264.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1264.37/1264.67	c  1265s|407400 |  2176 |  3943k|   9.7 |  23M| 393 |  45 |2280 |4294 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1264.69/1264.96	c  1265s|407500 |  2174 |  3944k|   9.7 |  23M| 393 |  44 |2280 |4328 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1264.97/1265.25	c  1265s|407600 |  2176 |  3945k|   9.7 |  24M| 393 |  42 |2280 |4404 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1265.28/1265.55	c  1266s|407700 |  2174 |  3946k|   9.7 |  24M| 393 |  48 |2280 |4420 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1265.57/1265.85	c  1266s|407800 |  2174 |  3947k|   9.7 |  23M| 393 |   - |2280 |4400 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1265.88/1266.19	c  1266s|407900 |  2173 |  3949k|   9.7 |  24M| 393 |  34 |2280 |4492 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1266.18/1266.48	c  1266s|408000 |  2175 |  3950k|   9.7 |  24M| 393 |  31 |2280 |4522 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1266.57/1266.83	c  1267s|408100 |  2171 |  3951k|   9.7 |  24M| 393 |   - |2280 |4575 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1266.88/1267.16	c  1267s|408200 |  2177 |  3953k|   9.7 |  24M| 393 |   - |2280 |4614 |2280 |1674 |  93 | 330k|  21k| 0.000000e+00 |      --      |    Inf 
1267.18/1267.47	c  1267s|408300 |  2175 |  3954k|   9.7 |  24M| 393 |   - |2280 |4635 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1267.58/1267.80	c  1268s|408400 |  2169 |  3955k|   9.7 |  24M| 393 |   - |2280 |4594 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1267.87/1268.13	c  1268s|408500 |  2173 |  3956k|   9.7 |  24M| 393 |  35 |2280 |4468 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1268.17/1268.45	c  1268s|408600 |  2175 |  3957k|   9.7 |  24M| 393 |  57 |2280 |4509 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1268.48/1268.76	c  1269s|408700 |  2171 |  3959k|   9.7 |  23M| 393 |   - |2280 |4341 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1268.77/1269.07	c  1269s|408800 |  2177 |  3960k|   9.7 |  23M| 393 |   - |2280 |4047 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1269.08/1269.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.08/1269.38	c  1269s|408900 |  2179 |  3961k|   9.7 |  23M| 393 |  40 |2280 |3970 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1269.47/1269.72	c  1270s|409000 |  2180 |  3962k|   9.7 |  23M| 393 |   - |2280 |4005 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1269.77/1270.00	c  1270s|409100 |  2182 |  3963k|   9.7 |  23M| 393 |   - |2280 |4045 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1269.98/1270.29	c  1270s|409200 |  2182 |  3964k|   9.7 |  23M| 393 |  46 |2280 |4100 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1270.37/1270.63	c  1271s|409300 |  2184 |  3965k|   9.7 |  23M| 393 |   - |2280 |4150 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1270.67/1270.93	c  1271s|409400 |  2184 |  3966k|   9.7 |  23M| 393 |   - |2280 |4173 |2280 |1674 |  93 | 331k|  21k| 0.000000e+00 |      --      |    Inf 
1270.98/1271.23	c  1271s|409500 |  2184 |  3968k|   9.7 |  23M| 393 |  31 |2280 |4261 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1271.28/1271.55	c  1272s|409600 |  2190 |  3969k|   9.7 |  23M| 393 |  42 |2280 |4290 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1271.57/1271.83	c  1272s|409700 |  2184 |  3970k|   9.7 |  23M| 393 |  53 |2280 |4291 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1271.87/1272.13	c  1272s|409800 |  2188 |  3971k|   9.7 |  23M| 393 |  35 |2280 |4215 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1272.18/1272.46	c  1272s|409900 |  2186 |  3971k|   9.7 |  23M| 393 |  41 |2280 |4233 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1272.58/1272.83	c  1273s|410000 |  2186 |  3973k|   9.7 |  23M| 393 |  38 |2280 |4077 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1272.88/1273.17	c  1273s|410100 |  2189 |  3974k|   9.7 |  23M| 393 |  53 |2280 |4075 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1273.18/1273.47	c  1273s|410200 |  2190 |  3975k|   9.7 |  23M| 393 |  51 |2280 |4114 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1273.48/1273.78	c  1274s|410300 |  2192 |  3976k|   9.7 |  23M| 393 |   - |2280 |4120 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1273.78/1274.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.78/1274.08	c  1274s|410400 |  2194 |  3977k|   9.7 |  23M| 393 |  44 |2280 |4130 |2280 |1674 |  93 | 332k|  21k| 0.000000e+00 |      --      |    Inf 
1274.18/1274.40	c  1274s|410500 |  2192 |  3978k|   9.7 |  23M| 393 |   - |2280 |4160 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1274.47/1274.72	c  1275s|410600 |  2194 |  3979k|   9.7 |  23M| 393 |   - |2280 |4157 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1274.78/1275.00	c  1275s|410700 |  2197 |  3980k|   9.7 |  23M| 393 |  45 |2280 |4203 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1274.97/1275.29	c  1275s|410800 |  2200 |  3981k|   9.7 |  23M| 393 |   - |2280 |4191 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1275.28/1275.58	c  1276s|410900 |  2198 |  3982k|   9.7 |  23M| 393 |   - |2280 |4229 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1275.57/1275.89	c  1276s|411000 |  2202 |  3983k|   9.7 |  23M| 393 |  37 |2280 |4274 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1275.87/1276.20	c  1276s|411100 |  2200 |  3984k|   9.7 |  23M| 393 |   - |2280 |4327 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1276.17/1276.49	c  1276s|411200 |  2204 |  3985k|   9.7 |  24M| 393 |  30 |2280 |4337 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1276.47/1276.78	c  1277s|411300 |  2204 |  3986k|   9.7 |  24M| 393 |  39 |2280 |4376 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1276.78/1277.07	c  1277s|411400 |  2204 |  3987k|   9.7 |  24M| 393 |  38 |2280 |4438 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1277.07/1277.38	c  1277s|411500 |  2203 |  3988k|   9.7 |  24M| 393 |   - |2280 |4506 |2280 |1674 |  93 | 333k|  21k| 0.000000e+00 |      --      |    Inf 
1277.37/1277.67	c  1278s|411600 |  2203 |  3989k|   9.7 |  24M| 393 |  42 |2280 |4546 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1277.77/1278.00	c  1278s|411700 |  2199 |  3990k|   9.7 |  24M| 393 |   - |2280 |4565 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1278.08/1278.30	c  1278s|411800 |  2199 |  3991k|   9.7 |  24M| 393 |  38 |2280 |4557 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1278.37/1278.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1278.37/1278.60	c  1279s|411900 |  2199 |  3992k|   9.7 |  24M| 393 |  37 |2280 |4603 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1278.67/1278.92	c  1279s|412000 |  2197 |  3993k|   9.7 |  24M| 393 |   - |2280 |4424 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1278.98/1279.21	c  1279s|412100 |  2198 |  3994k|   9.7 |  24M| 393 |   - |2280 |4470 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1279.27/1279.51	c  1280s|412200 |  2202 |  3995k|   9.7 |  23M| 393 |  47 |2280 |4329 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1279.58/1279.84	c  1280s|412300 |  2202 |  3996k|   9.7 |  23M| 393 |  42 |2280 |4327 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1279.87/1280.16	c  1280s|412400 |  2200 |  3997k|   9.7 |  24M| 393 |   - |2280 |4340 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1280.18/1280.48	c  1280s|412500 |  2202 |  3998k|   9.7 |  24M| 393 |  40 |2280 |4409 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1280.48/1280.76	c  1281s|412600 |  2200 |  3999k|   9.7 |  24M| 393 |  43 |2280 |4424 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1280.77/1281.07	c  1281s|412700 |  2202 |  4001k|   9.7 |  24M| 393 |  40 |2280 |4467 |2280 |1674 |  93 | 334k|  21k| 0.000000e+00 |      --      |    Inf 
1281.08/1281.39	c  1281s|412800 |  2200 |  4002k|   9.7 |  24M| 393 |   - |2280 |4494 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1281.48/1281.71	c  1282s|412900 |  2204 |  4003k|   9.7 |  24M| 393 |  33 |2280 |4542 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1281.67/1282.00	c  1282s|413000 |  2202 |  4004k|   9.7 |  24M| 393 |   - |2280 |4613 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1282.07/1282.30	c  1282s|413100 |  2202 |  4005k|   9.7 |  24M| 393 |   - |2280 |4678 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1282.38/1282.62	c  1283s|413200 |  2202 |  4007k|   9.7 |  24M| 393 |  37 |2280 |4755 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1282.67/1282.93	c  1283s|413300 |  2202 |  4008k|   9.7 |  24M| 393 |   - |2280 |4737 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1282.97/1283.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1282.97/1283.22	c  1283s|413400 |  2200 |  4009k|   9.7 |  24M| 393 |  38 |2280 |4770 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1283.28/1283.53	c  1284s|413500 |  2201 |  4010k|   9.7 |  24M| 393 |  48 |2280 |4725 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1283.57/1283.82	c  1284s|413600 |  2204 |  4011k|   9.7 |  24M| 393 |  45 |2280 |4814 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1283.87/1284.12	c  1284s|413700 |  2201 |  4012k|   9.7 |  24M| 393 |  36 |2280 |4825 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1284.17/1284.40	c  1284s|413800 |  2203 |  4013k|   9.7 |  24M| 393 |  45 |2280 |4788 |2280 |1674 |  93 | 335k|  21k| 0.000000e+00 |      --      |    Inf 
1284.37/1284.70	c  1285s|413900 |  2201 |  4014k|   9.7 |  24M| 393 |   - |2280 |4817 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1284.77/1285.03	c  1285s|414000 |  2196 |  4015k|   9.7 |  24M| 393 |   - |2280 |4827 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1285.07/1285.36	c  1285s|414100 |  2200 |  4017k|   9.7 |  24M| 393 |  38 |2280 |4906 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1285.37/1285.67	c  1286s|414200 |  2198 |  4017k|   9.7 |  24M| 393 |  42 |2280 |4792 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1285.67/1285.97	c  1286s|414300 |  2202 |  4018k|   9.7 |  24M| 393 |  31 |2280 |4631 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1285.97/1286.29	c  1286s|414400 |  2202 |  4019k|   9.7 |  24M| 393 |  34 |2280 |4641 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1286.37/1286.60	c  1287s|414500 |  2195 |  4020k|   9.7 |  24M| 393 |  51 |2280 |4618 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1286.68/1286.91	c  1287s|414600 |  2190 |  4021k|   9.7 |  24M| 393 |   - |2280 |4422 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1286.97/1287.25	c  1287s|414700 |  2193 |  4023k|   9.7 |  23M| 393 |  39 |2280 |4204 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1287.27/1287.55	c  1288s|414800 |  2194 |  4024k|   9.7 |  23M| 393 |  28 |2280 |4143 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1287.57/1287.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1287.57/1287.87	c  1288s|414900 |  2196 |  4025k|   9.7 |  23M| 393 |   - |2280 |4175 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1287.97/1288.20	c  1288s|415000 |  2198 |  4026k|   9.7 |  23M| 393 |  43 |2280 |4251 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1288.27/1288.54	c  1289s|415100 |  2198 |  4028k|   9.7 |  23M| 393 |  29 |2280 |4321 |2280 |1674 |  93 | 336k|  21k| 0.000000e+00 |      --      |    Inf 
1288.57/1288.89	c  1289s|415200 |  2193 |  4029k|   9.7 |  24M| 393 |   - |2280 |4365 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1288.88/1289.18	c  1289s|415300 |  2194 |  4030k|   9.7 |  24M| 393 |   - |2280 |4398 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1289.27/1289.53	c  1290s|415400 |  2192 |  4031k|   9.7 |  24M| 393 |   - |2280 |4434 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1289.57/1289.83	c  1290s|415500 |  2189 |  4032k|   9.7 |  23M| 393 |   - |2280 |4313 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1289.87/1290.16	c  1290s|415600 |  2189 |  4033k|   9.7 |  23M| 393 |   - |2280 |4316 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1290.47/1290.72	c  1291s|415700 |  2188 |  4035k|   9.7 |  23M| 393 |  37 |2280 |4311 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1290.87/1291.11	c  1291s|415800 |  2194 |  4036k|   9.7 |  23M| 393 |   - |2280 |4342 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1291.18/1291.42	c  1291s|415900 |  2196 |  4037k|   9.7 |  24M| 393 |   - |2280 |4361 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1291.47/1291.72	c  1292s|416000 |  2189 |  4038k|   9.7 |  24M| 393 |   - |2280 |4409 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1291.97/1292.20	c  1292s|416100 |  2191 |  4040k|   9.7 |  23M| 393 |  36 |2280 |4324 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1292.27/1292.59	c  1293s|416200 |  2191 |  4041k|   9.7 |  24M| 393 |   - |2280 |4353 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1292.77/1293.02	c  1293s|416300 |  2193 |  4043k|   9.7 |  24M| 393 |   - |2280 |4404 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1293.07/1293.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.07/1293.35	c  1293s|416400 |  2187 |  4044k|   9.7 |  23M| 393 |   - |2280 |4359 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1293.47/1293.70	c  1294s|416500 |  2187 |  4046k|   9.7 |  23M| 393 |   - |2280 |4309 |2280 |1674 |  93 | 337k|  21k| 0.000000e+00 |      --      |    Inf 
1293.77/1294.08	c  1294s|416600 |  2185 |  4048k|   9.7 |  23M| 393 |   - |2280 |4260 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1294.17/1294.43	c  1294s|416700 |  2189 |  4049k|   9.7 |  23M| 393 |   - |2280 |4096 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1294.38/1294.68	c  1295s|416800 |  2190 |  4050k|   9.7 |  23M| 393 |  27 |2280 |4046 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1294.67/1294.96	c  1295s|416900 |  2190 |  4051k|   9.7 |  23M| 393 |  35 |2280 |4095 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1294.97/1295.24	c  1295s|417000 |  2197 |  4052k|   9.7 |  23M| 393 |   - |2280 |3988 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1295.27/1295.53	c  1296s|417100 |  2197 |  4053k|   9.7 |  23M| 393 |  40 |2280 |4001 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1295.57/1295.81	c  1296s|417200 |  2200 |  4054k|   9.7 |  23M| 393 |  27 |2280 |4032 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1295.87/1296.10	c  1296s|417300 |  2196 |  4056k|   9.7 |  23M| 393 |  49 |2280 |3918 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1296.07/1296.37	c  1296s|417400 |  2203 |  4057k|   9.7 |  23M| 393 |   - |2280 |3952 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1296.37/1296.64	c  1297s|417500 |  2199 |  4058k|   9.7 |  23M| 393 |   - |2280 |4057 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1296.57/1296.88	c  1297s|417600 |  2209 |  4059k|   9.7 |  23M| 393 |  33 |2280 |4098 |2280 |1674 |  93 | 338k|  21k| 0.000000e+00 |      --      |    Inf 
1296.87/1297.18	c  1297s|417700 |  2216 |  4060k|   9.7 |  23M| 393 |  35 |2280 |3946 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1297.17/1297.48	c  1297s|417800 |  2212 |  4062k|   9.7 |  23M| 393 |  40 |2280 |3963 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1297.46/1297.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.46/1297.76	c  1298s|417900 |  2213 |  4063k|   9.7 |  23M| 393 |  22 |2280 |3945 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1297.77/1298.01	c  1298s|418000 |  2211 |  4064k|   9.7 |  23M| 393 |   - |2280 |3962 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1297.97/1298.28	c  1298s|418100 |  2207 |  4065k|   9.7 |  23M| 393 |  46 |2280 |3975 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1298.36/1298.60	c  1299s|418200 |  2207 |  4066k|   9.7 |  23M| 393 |   - |2280 |4011 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1298.57/1298.89	c  1299s|418300 |  2208 |  4068k|   9.7 |  23M| 393 |  28 |2280 |4060 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1298.97/1299.21	c  1299s|418400 |  2215 |  4069k|   9.7 |  23M| 393 |  27 |2280 |4126 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1299.27/1299.56	c  1300s|418500 |  2205 |  4071k|   9.7 |  23M| 393 |   - |2280 |4147 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1299.57/1299.85	c  1300s|418600 |  2196 |  4072k|   9.7 |  23M| 393 |  46 |2280 |4146 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1299.88/1300.15	c  1300s|418700 |  2190 |  4073k|   9.7 |  23M| 393 |  26 |2280 |4189 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1300.17/1300.44	c  1300s|418800 |  2184 |  4074k|   9.7 |  23M| 393 |  45 |2280 |4120 |2280 |1674 |  93 | 339k|  21k| 0.000000e+00 |      --      |    Inf 
1300.47/1300.76	c  1301s|418900 |  2183 |  4076k|   9.7 |  23M| 393 |  45 |2280 |4093 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1300.77/1301.06	c  1301s|419000 |  2184 |  4077k|   9.7 |  23M| 393 |   - |2280 |4046 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1301.07/1301.34	c  1301s|419100 |  2196 |  4079k|   9.7 |  23M| 393 |  35 |2280 |4075 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1301.37/1301.67	c  1302s|419200 |  2188 |  4080k|   9.7 |  23M| 393 |  24 |2280 |4114 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1301.67/1301.96	c  1302s|419300 |  2183 |  4081k|   9.7 |  23M| 393 |   - |2280 |4126 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1301.97/1302.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.97/1302.28	c  1302s|419400 |  2184 |  4083k|   9.7 |  23M| 393 |  35 |2280 |4140 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1302.37/1302.61	c  1303s|419500 |  2184 |  4085k|   9.7 |  23M| 393 |  39 |2280 |4189 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1302.67/1302.94	c  1303s|419600 |  2184 |  4086k|   9.7 |  23M| 393 |   - |2280 |4282 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1302.97/1303.26	c  1303s|419700 |  2186 |  4087k|   9.7 |  23M| 393 |  38 |2280 |4384 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1303.37/1303.61	c  1304s|419800 |  2182 |  4089k|   9.7 |  24M| 393 |   - |2280 |4435 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1303.67/1303.94	c  1304s|419900 |  2182 |  4090k|   9.7 |  24M| 393 |  39 |2280 |4427 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1303.97/1304.27	c  1304s|420000 |  2180 |  4092k|   9.7 |  24M| 393 |   - |2280 |4480 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1304.27/1304.58	c  1305s|420100 |  2183 |  4093k|   9.7 |  23M| 393 |   - |2280 |4368 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1304.57/1304.89	c  1305s|420200 |  2183 |  4094k|   9.7 |  23M| 393 |   - |2280 |4323 |2280 |1674 |  93 | 340k|  21k| 0.000000e+00 |      --      |    Inf 
1304.87/1305.16	c  1305s|420300 |  2185 |  4096k|   9.7 |  23M| 393 |   - |2280 |4281 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1305.17/1305.42	c  1305s|420400 |  2189 |  4097k|   9.7 |  23M| 393 |  16 |2280 |4346 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1305.37/1305.68	c  1306s|420500 |  2187 |  4098k|   9.7 |  24M| 393 |   - |2280 |4425 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1305.67/1305.97	c  1306s|420600 |  2189 |  4099k|   9.7 |  24M| 393 |  26 |2280 |4505 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1305.96/1306.27	c  1306s|420700 |  2189 |  4100k|   9.7 |  24M| 393 |  12 |2280 |4574 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1306.27/1306.57	c  1307s|420800 |  2187 |  4101k|   9.7 |  24M| 393 |   - |2280 |4635 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1306.57/1306.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.57/1306.88	c  1307s|420900 |  2189 |  4102k|   9.7 |  24M| 393 |   - |2280 |4695 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1306.87/1307.18	c  1307s|421000 |  2189 |  4103k|   9.7 |  24M| 393 |   - |2280 |4749 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1307.26/1307.50	c  1308s|421100 |  2189 |  4104k|   9.7 |  24M| 393 |   - |2280 |4766 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1307.47/1307.80	c  1308s|421200 |  2189 |  4105k|   9.7 |  24M| 393 |   - |2280 |4748 |2280 |1674 |  93 | 341k|  21k| 0.000000e+00 |      --      |    Inf 
1307.87/1308.12	c  1308s|421300 |  2191 |  4106k|   9.7 |  24M| 393 |   - |2280 |4859 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1308.17/1308.44	c  1308s|421400 |  2195 |  4108k|   9.7 |  24M| 393 |   - |2280 |4870 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1308.47/1308.76	c  1309s|421500 |  2197 |  4109k|   9.7 |  24M| 393 |  38 |2280 |4912 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1308.77/1309.06	c  1309s|421600 |  2197 |  4110k|   9.7 |  24M| 393 |  29 |2280 |4940 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1309.07/1309.39	c  1309s|421700 |  2198 |  4111k|   9.7 |  24M| 393 |  29 |2280 |4993 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1309.36/1309.69	c  1310s|421800 |  2195 |  4112k|   9.7 |  24M| 393 |   - |2280 |5012 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1309.67/1309.98	c  1310s|421900 |  2197 |  4113k|   9.7 |  24M| 393 |   - |2280 |5001 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1310.07/1310.30	c  1310s|422000 |  2197 |  4114k|   9.7 |  24M| 393 |  43 |2280 |5098 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1310.37/1310.60	c  1311s|422100 |  2191 |  4116k|   9.7 |  24M| 393 |   - |2280 |5055 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1310.67/1310.92	c  1311s|422200 |  2191 |  4117k|   9.7 |  24M| 393 |  33 |2280 |5055 |2280 |1674 |  93 | 342k|  21k| 0.000000e+00 |      --      |    Inf 
1310.97/1311.24	c  1311s|422300 |  2192 |  4118k|   9.7 |  24M| 393 |  52 |2280 |4694 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1311.27/1311.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.27/1311.55	c  1312s|422400 |  2190 |  4119k|   9.7 |  24M| 393 |   - |2280 |4706 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1311.57/1311.84	c  1312s|422500 |  2192 |  4120k|   9.7 |  24M| 393 |  42 |2280 |4636 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1311.86/1312.15	c  1312s|422600 |  2191 |  4121k|   9.7 |  24M| 393 |  43 |2280 |4561 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1312.16/1312.47	c  1312s|422700 |  2188 |  4122k|   9.7 |  24M| 393 |   - |2280 |4560 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1312.56/1312.81	c  1313s|422800 |  2194 |  4123k|   9.7 |  23M| 393 |  33 |2280 |4328 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1312.87/1313.13	c  1313s|422900 |  2200 |  4124k|   9.7 |  23M| 393 |   - |2280 |4273 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1313.17/1313.46	c  1313s|423000 |  2194 |  4125k|   9.7 |  23M| 393 |  41 |2280 |4316 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1313.46/1313.78	c  1314s|423100 |  2194 |  4126k|   9.7 |  23M| 393 |  35 |2280 |4324 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1313.87/1314.11	c  1314s|423200 |  2194 |  4127k|   9.7 |  24M| 393 |   - |2280 |4433 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1314.18/1314.42	c  1314s|423300 |  2194 |  4128k|   9.7 |  24M| 393 |  36 |2280 |4485 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1314.47/1314.71	c  1315s|423400 |  2193 |  4129k|   9.7 |  24M| 393 |   - |2280 |4519 |2280 |1674 |  93 | 343k|  21k| 0.000000e+00 |      --      |    Inf 
1314.76/1315.03	c  1315s|423500 |  2193 |  4130k|   9.7 |  24M| 393 |  41 |2280 |4582 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1315.06/1315.37	c  1315s|423600 |  2188 |  4131k|   9.7 |  24M| 393 |  41 |2280 |4592 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1315.37/1315.67	c  1316s|423700 |  2190 |  4132k|   9.7 |  24M| 393 |   - |2280 |4529 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1315.67/1315.94	c  1316s|423800 |  2196 |  4133k|   9.7 |  24M| 393 |  40 |2280 |4505 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1315.96/1316.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1315.96/1316.22	c  1316s|423900 |  2195 |  4134k|   9.7 |  24M| 393 |   - |2280 |4573 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1316.26/1316.52	c  1317s|424000 |  2192 |  4135k|   9.7 |  24M| 393 |   - |2280 |4649 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1316.57/1316.83	c  1317s|424100 |  2189 |  4136k|   9.7 |  24M| 393 |   - |2280 |4569 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1316.87/1317.12	c  1317s|424200 |  2195 |  4137k|   9.7 |  24M| 393 |  32 |2280 |4391 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1317.07/1317.38	c  1317s|424300 |  2193 |  4138k|   9.7 |  24M| 393 |   - |2280 |4454 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1317.36/1317.68	c  1318s|424400 |  2195 |  4139k|   9.7 |  24M| 393 |  40 |2280 |4491 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1317.67/1317.97	c  1318s|424500 |  2193 |  4140k|   9.7 |  24M| 393 |  25 |2280 |4539 |2280 |1674 |  93 | 344k|  21k| 0.000000e+00 |      --      |    Inf 
1317.96/1318.27	c  1318s|424600 |  2193 |  4141k|   9.7 |  24M| 393 |  29 |2280 |4511 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1318.26/1318.58	c  1319s|424700 |  2193 |  4142k|   9.7 |  24M| 393 |  43 |2280 |4577 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1318.57/1318.86	c  1319s|424800 |  2193 |  4143k|   9.7 |  24M| 393 |   - |2280 |4647 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1318.87/1319.13	c  1319s|424900 |  2197 |  4143k|   9.7 |  24M| 393 |  25 |2280 |4630 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1319.17/1319.40	c  1319s|425000 |  2196 |  4144k|   9.7 |  24M| 393 |   - |2280 |4703 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1319.47/1319.71	c  1320s|425100 |  2192 |  4145k|   9.7 |  24M| 393 |   - |2280 |4741 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1319.67/1319.96	c  1320s|425200 |  2196 |  4146k|   9.7 |  24M| 393 |  21 |2280 |4824 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1319.97/1320.25	c  1320s|425300 |  2194 |  4147k|   9.7 |  24M| 393 |  28 |2280 |4911 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1320.27/1320.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.27/1320.54	c  1321s|425400 |  2192 |  4148k|   9.7 |  24M| 393 |   - |2280 |4909 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1320.57/1320.83	c  1321s|425500 |  2194 |  4149k|   9.7 |  24M| 393 |  32 |2280 |4834 |2280 |1674 |  93 | 345k|  21k| 0.000000e+00 |      --      |    Inf 
1320.87/1321.14	c  1321s|425600 |  2195 |  4150k|   9.7 |  24M| 393 |  44 |2280 |4783 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1321.16/1321.43	c  1321s|425700 |  2197 |  4150k|   9.7 |  24M| 393 |  34 |2280 |4775 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1321.47/1321.74	c  1322s|425800 |  2195 |  4151k|   9.7 |  24M| 393 |   - |2280 |4786 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1321.77/1322.04	c  1322s|425900 |  2197 |  4152k|   9.7 |  24M| 393 |   - |2280 |4862 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1322.07/1322.34	c  1322s|426000 |  2194 |  4153k|   9.7 |  24M| 393 |   - |2280 |4930 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1322.37/1322.64	c  1323s|426100 |  2194 |  4153k|   9.7 |  24M| 393 |  19 |2280 |4876 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1322.66/1322.94	c  1323s|426200 |  2191 |  4154k|   9.7 |  24M| 393 |  41 |2280 |4910 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1322.97/1323.24	c  1323s|426300 |  2193 |  4155k|   9.7 |  24M| 393 |  39 |2280 |4799 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1323.27/1323.54	c  1324s|426400 |  2193 |  4156k|   9.7 |  24M| 393 |   - |2280 |4832 |2280 |1674 |  93 | 346k|  21k| 0.000000e+00 |      --      |    Inf 
1323.57/1323.85	c  1324s|426500 |  2201 |  4157k|   9.7 |  24M| 393 |  12 |2280 |4796 |2280 |1674 |  93 | 346k|  22k| 0.000000e+00 |      --      |    Inf 
1323.86/1324.16	c  1324s|426600 |  2196 |  4157k|   9.7 |  24M| 393 |  39 |2280 |4792 |2280 |1674 |  93 | 346k|  22k| 0.000000e+00 |      --      |    Inf 
1324.17/1324.47	c  1324s|426700 |  2198 |  4158k|   9.7 |  24M| 393 |   - |2280 |4780 |2280 |1674 |  93 | 346k|  22k| 0.000000e+00 |      --      |    Inf 
1324.56/1324.80	c  1325s|426800 |  2200 |  4160k|   9.7 |  24M| 393 |  40 |2280 |4471 |2280 |1674 |  93 | 346k|  22k| 0.000000e+00 |      --      |    Inf 
1324.76/1325.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1324.76/1325.08	c  1325s|426900 |  2200 |  4161k|   9.7 |  24M| 393 |  42 |2280 |4338 |2280 |1674 |  93 | 346k|  22k| 0.000000e+00 |      --      |    Inf 
1325.07/1325.34	c  1325s|427000 |  2200 |  4162k|   9.7 |  24M| 393 |   - |2280 |4339 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1325.28/1325.59	c  1326s|427100 |  2204 |  4163k|   9.7 |  23M| 393 |   - |2280 |4306 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1325.57/1325.85	c  1326s|427200 |  2201 |  4163k|   9.7 |  24M| 393 |  23 |2280 |4384 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1325.87/1326.13	c  1326s|427300 |  2201 |  4164k|   9.7 |  24M| 393 |   - |2280 |4346 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1326.17/1326.40	c  1326s|427400 |  2201 |  4165k|   9.7 |  24M| 393 |   - |2280 |4427 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1326.47/1326.70	c  1327s|427500 |  2201 |  4166k|   9.7 |  24M| 393 |   - |2280 |4496 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1326.77/1327.00	c  1327s|427600 |  2201 |  4167k|   9.7 |  24M| 393 |  35 |2280 |4545 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1327.07/1327.32	c  1327s|427700 |  2201 |  4168k|   9.7 |  24M| 393 |  31 |2280 |4588 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1327.37/1327.61	c  1328s|427800 |  2201 |  4169k|   9.7 |  24M| 393 |   - |2280 |4550 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1327.66/1327.91	c  1328s|427900 |  2197 |  4170k|   9.7 |  24M| 393 |   - |2280 |4480 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1327.97/1328.22	c  1328s|428000 |  2201 |  4172k|   9.7 |  24M| 393 |  18 |2280 |4341 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1328.26/1328.52	c  1329s|428100 |  2198 |  4173k|   9.7 |  24M| 393 |   - |2280 |4399 |2280 |1674 |  93 | 347k|  22k| 0.000000e+00 |      --      |    Inf 
1328.57/1328.84	c  1329s|428200 |  2200 |  4175k|   9.7 |  24M| 393 |  36 |2280 |4428 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1328.87/1329.11	c  1329s|428300 |  2202 |  4176k|   9.7 |  24M| 393 |   - |2280 |4467 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1329.16/1329.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1329.16/1329.41	c  1329s|428400 |  2200 |  4177k|   9.7 |  24M| 393 |   - |2280 |4537 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1329.47/1329.73	c  1330s|428500 |  2200 |  4179k|   9.7 |  24M| 393 |   - |2280 |4587 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1329.76/1330.00	c  1330s|428600 |  2202 |  4180k|   9.7 |  24M| 393 |  45 |2280 |4622 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1329.96/1330.28	c  1330s|428700 |  2200 |  4181k|   9.7 |  24M| 393 |  41 |2280 |4694 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1330.26/1330.57	c  1331s|428800 |  2200 |  4182k|   9.7 |  24M| 393 |  42 |2280 |4752 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1330.67/1330.91	c  1331s|428900 |  2198 |  4183k|   9.7 |  24M| 393 |  50 |2280 |4649 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1330.97/1331.20	c  1331s|429000 |  2199 |  4184k|   9.7 |  24M| 393 |  37 |2280 |4563 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1331.26/1331.51	c  1332s|429100 |  2199 |  4185k|   9.7 |  24M| 393 |  40 |2280 |4611 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1331.56/1331.82	c  1332s|429200 |  2197 |  4186k|   9.7 |  24M| 393 |   - |2280 |4716 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1331.87/1332.14	c  1332s|429300 |  2195 |  4187k|   9.7 |  24M| 393 |   - |2280 |4760 |2280 |1674 |  93 | 348k|  22k| 0.000000e+00 |      --      |    Inf 
1332.17/1332.44	c  1332s|429400 |  2199 |  4189k|   9.7 |  24M| 393 |  38 |2280 |4690 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1332.46/1332.75	c  1333s|429500 |  2195 |  4190k|   9.7 |  24M| 393 |   - |2280 |4628 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1332.76/1333.05	c  1333s|429600 |  2197 |  4191k|   9.7 |  24M| 393 |  50 |2280 |4624 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1333.07/1333.36	c  1333s|429700 |  2201 |  4192k|   9.7 |  24M| 393 |   - |2280 |4661 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1333.36/1333.69	c  1334s|429800 |  2201 |  4193k|   9.7 |  24M| 393 |  37 |2280 |4667 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1333.77/1334.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.77/1334.02	c  1334s|429900 |  2199 |  4194k|   9.7 |  24M| 393 |  43 |2280 |4718 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1334.07/1334.37	c  1334s|430000 |  2197 |  4195k|   9.7 |  24M| 393 |   - |2280 |4635 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1334.36/1334.69	c  1335s|430100 |  2197 |  4197k|   9.7 |  24M| 393 |   - |2280 |4688 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1334.66/1335.00	c  1335s|430200 |  2197 |  4198k|   9.7 |  24M| 393 |   - |2280 |4755 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1334.97/1335.30	c  1335s|430300 |  2199 |  4199k|   9.7 |  24M| 393 |  18 |2280 |4725 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1335.26/1335.58	c  1336s|430400 |  2197 |  4200k|   9.7 |  24M| 393 |   - |2280 |4653 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1335.56/1335.89	c  1336s|430500 |  2195 |  4201k|   9.7 |  24M| 393 |   - |2280 |4648 |2280 |1674 |  93 | 349k|  22k| 0.000000e+00 |      --      |    Inf 
1335.97/1336.23	c  1336s|430600 |  2195 |  4202k|   9.7 |  24M| 393 |   - |2280 |4676 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1336.27/1336.54	c  1337s|430700 |  2199 |  4203k|   9.7 |  23M| 393 |  26 |2280 |4181 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1336.57/1336.83	c  1337s|430800 |  2197 |  4204k|   9.7 |  23M| 393 |   - |2280 |4183 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1336.86/1337.13	c  1337s|430900 |  2197 |  4205k|   9.7 |  23M| 393 |   - |2280 |4148 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1337.16/1337.44	c  1337s|431000 |  2197 |  4207k|   9.7 |  23M| 393 |  24 |2280 |4031 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1337.46/1337.77	c  1338s|431100 |  2201 |  4208k|   9.8 |  23M| 393 |  42 |2280 |4026 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1337.77/1338.06	c  1338s|431200 |  2201 |  4209k|   9.8 |  23M| 393 |  26 |2280 |4075 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1338.07/1338.38	c  1338s|431300 |  2201 |  4211k|   9.8 |  23M| 393 |  36 |2280 |4114 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1338.47/1338.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.47/1338.72	c  1339s|431400 |  2201 |  4212k|   9.8 |  23M| 393 |  28 |2280 |4166 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1338.76/1339.05	c  1339s|431500 |  2199 |  4213k|   9.8 |  23M| 393 |  42 |2280 |4230 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1339.06/1339.35	c  1339s|431600 |  2197 |  4215k|   9.8 |  23M| 393 |   - |2280 |4225 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1339.36/1339.65	c  1340s|431700 |  2197 |  4216k|   9.8 |  23M| 393 |   - |2280 |4253 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1339.66/1339.95	c  1340s|431800 |  2199 |  4217k|   9.8 |  23M| 393 |   - |2280 |4322 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1339.97/1340.22	c  1340s|431900 |  2205 |  4218k|   9.8 |  24M| 393 |  29 |2280 |4374 |2280 |1674 |  93 | 350k|  22k| 0.000000e+00 |      --      |    Inf 
1340.26/1340.51	c  1341s|432000 |  2202 |  4219k|   9.8 |  24M| 393 |  36 |2280 |4398 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1340.46/1340.78	c  1341s|432100 |  2200 |  4219k|   9.8 |  24M| 393 |  21 |2280 |4432 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1340.76/1341.08	c  1341s|432200 |  2200 |  4220k|   9.8 |  24M| 393 |   - |2280 |4466 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1341.06/1341.37	c  1341s|432300 |  2198 |  4221k|   9.8 |  24M| 393 |   - |2280 |4497 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1341.36/1341.66	c  1342s|432400 |  2198 |  4222k|   9.8 |  24M| 393 |  28 |2280 |4534 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1341.67/1341.94	c  1342s|432500 |  2198 |  4224k|   9.8 |  24M| 393 |   - |2280 |4548 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1341.97/1342.27	c  1342s|432600 |  2198 |  4225k|   9.8 |  24M| 393 |  45 |2280 |4571 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1342.26/1342.58	c  1343s|432700 |  2198 |  4226k|   9.8 |  24M| 393 |   - |2280 |4636 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1342.57/1342.85	c  1343s|432800 |  2200 |  4227k|   9.8 |  24M| 393 |  34 |2280 |4639 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1342.87/1343.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.87/1343.13	c  1343s|432900 |  2206 |  4228k|   9.8 |  24M| 393 |  33 |2280 |4655 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1343.16/1343.42	c  1343s|433000 |  2206 |  4229k|   9.8 |  24M| 393 |  35 |2280 |4707 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1343.36/1343.69	c  1344s|433100 |  2202 |  4230k|   9.8 |  24M| 393 |   - |2280 |4750 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1343.76/1344.01	c  1344s|433200 |  2202 |  4231k|   9.8 |  24M| 393 |   - |2280 |4739 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1344.06/1344.31	c  1344s|433300 |  2202 |  4232k|   9.8 |  24M| 393 |  35 |2280 |4757 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1344.26/1344.58	c  1345s|433400 |  2202 |  4233k|   9.8 |  24M| 393 |  30 |2280 |4757 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1344.56/1344.87	c  1345s|433500 |  2200 |  4234k|   9.8 |  24M| 393 |   - |2280 |4795 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1344.86/1345.17	c  1345s|433600 |  2198 |  4235k|   9.8 |  24M| 393 |   - |2280 |4807 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1345.16/1345.45	c  1345s|433700 |  2198 |  4235k|   9.8 |  24M| 393 |   - |2280 |4886 |2280 |1674 |  93 | 351k|  22k| 0.000000e+00 |      --      |    Inf 
1345.47/1345.71	c  1346s|433800 |  2198 |  4236k|   9.8 |  24M| 393 |  24 |2280 |4912 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1345.66/1345.99	c  1346s|433900 |  2200 |  4237k|   9.8 |  24M| 393 |   - |2280 |4982 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1345.97/1346.29	c  1346s|434000 |  2198 |  4238k|   9.8 |  24M| 393 |  33 |2280 |5065 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1346.36/1346.62	c  1347s|434100 |  2200 |  4239k|   9.8 |  24M| 393 |   - |2280 |4762 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1346.66/1346.92	c  1347s|434200 |  2206 |  4240k|   9.8 |  24M| 393 |   - |2280 |4606 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1346.96/1347.26	c  1347s|434300 |  2202 |  4241k|   9.8 |  24M| 393 |   - |2280 |4544 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1347.27/1347.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.27/1347.55	c  1348s|434400 |  2204 |  4243k|   9.8 |  24M| 393 |  34 |2280 |4571 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1347.57/1347.87	c  1348s|434500 |  2202 |  4244k|   9.8 |  23M| 393 |   - |2280 |4391 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1347.86/1348.14	c  1348s|434600 |  2206 |  4245k|   9.8 |  23M| 393 |   - |2280 |4359 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1348.16/1348.43	c  1348s|434700 |  2207 |  4246k|   9.8 |  24M| 393 |   - |2280 |4420 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1348.46/1348.72	c  1349s|434800 |  2208 |  4247k|   9.8 |  23M| 393 |   - |2280 |4355 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1348.76/1349.01	c  1349s|434900 |  2211 |  4248k|   9.8 |  24M| 393 |  22 |2280 |4395 |2280 |1674 |  93 | 352k|  22k| 0.000000e+00 |      --      |    Inf 
1349.06/1349.32	c  1349s|435000 |  2207 |  4249k|   9.8 |  24M| 393 |   - |2280 |4492 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1349.37/1349.61	c  1350s|435100 |  2209 |  4250k|   9.8 |  24M| 393 |  35 |2280 |4464 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1349.66/1349.90	c  1350s|435200 |  2209 |  4251k|   9.8 |  24M| 393 |  33 |2280 |4489 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1349.97/1350.23	c  1350s|435300 |  2207 |  4252k|   9.8 |  24M| 393 |   - |2280 |4519 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1350.27/1350.50	c  1351s|435400 |  2209 |  4253k|   9.8 |  24M| 393 |  24 |2280 |4559 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1350.46/1350.79	c  1351s|435500 |  2215 |  4255k|   9.8 |  24M| 393 |  25 |2280 |4592 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1350.76/1351.08	c  1351s|435600 |  2211 |  4256k|   9.8 |  24M| 393 |   - |2280 |4651 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1351.06/1351.36	c  1351s|435700 |  2210 |  4257k|   9.8 |  24M| 393 |   - |2280 |4658 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1351.36/1351.67	c  1352s|435800 |  2208 |  4258k|   9.8 |  24M| 393 |   - |2280 |4718 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1351.67/1351.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1351.67/1351.98	c  1352s|435900 |  2208 |  4259k|   9.8 |  24M| 393 |   - |2280 |4739 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1351.97/1352.28	c  1352s|436000 |  2209 |  4260k|   9.8 |  24M| 393 |  31 |2280 |4736 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1352.26/1352.56	c  1353s|436100 |  2209 |  4261k|   9.8 |  24M| 393 |   - |2280 |4791 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1352.56/1352.80	c  1353s|436200 |  2207 |  4262k|   9.8 |  24M| 393 |   - |2280 |4814 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1352.76/1353.04	c  1353s|436300 |  2207 |  4263k|   9.8 |  24M| 393 |   - |2280 |4857 |2280 |1674 |  93 | 353k|  22k| 0.000000e+00 |      --      |    Inf 
1353.06/1353.33	c  1353s|436400 |  2207 |  4264k|   9.8 |  24M| 393 |   - |2280 |4892 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1353.37/1353.61	c  1354s|436500 |  2203 |  4265k|   9.8 |  24M| 393 |   - |2280 |4862 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1353.66/1353.93	c  1354s|436600 |  2201 |  4266k|   9.8 |  24M| 393 |  39 |2280 |4918 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1353.96/1354.20	c  1354s|436700 |  2201 |  4267k|   9.8 |  24M| 393 |   - |2280 |4928 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1354.26/1354.52	c  1355s|436800 |  2201 |  4268k|   9.8 |  24M| 393 |   - |2280 |4961 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1354.56/1354.83	c  1355s|436900 |  2201 |  4269k|   9.8 |  24M| 393 |  20 |2280 |4889 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1354.76/1355.09	c  1355s|437000 |  2203 |  4270k|   9.8 |  24M| 393 |  38 |2280 |4975 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1355.06/1355.39	c  1355s|437100 |  2203 |  4271k|   9.8 |  24M| 393 |  33 |2280 |5003 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1355.36/1355.64	c  1356s|437200 |  2205 |  4272k|   9.8 |  24M| 393 |  28 |2280 |5056 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1355.67/1355.92	c  1356s|437300 |  2203 |  4273k|   9.8 |  24M| 393 |  44 |2280 |5141 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1355.86/1356.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1355.86/1356.20	c  1356s|437400 |  2199 |  4274k|   9.8 |  24M| 393 |   - |2280 |5173 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1356.16/1356.45	c  1356s|437500 |  2201 |  4275k|   9.8 |  24M| 393 |   - |2280 |5079 |2280 |1674 |  93 | 354k|  22k| 0.000000e+00 |      --      |    Inf 
1356.46/1356.72	c  1357s|437600 |  2201 |  4276k|   9.8 |  24M| 393 |  28 |2280 |5025 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1356.76/1357.02	c  1357s|437700 |  2201 |  4277k|   9.8 |  24M| 393 |  40 |2280 |4968 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1357.07/1357.31	c  1357s|437800 |  2201 |  4278k|   9.8 |  24M| 393 |   - |2280 |4919 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1357.26/1357.58	c  1358s|437900 |  2201 |  4279k|   9.8 |  24M| 393 |  49 |2280 |4967 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1357.56/1357.86	c  1358s|438000 |  2201 |  4279k|   9.8 |  24M| 393 |  44 |2280 |4934 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1357.86/1358.15	c  1358s|438100 |  2203 |  4280k|   9.8 |  24M| 393 |  59 |2280 |4989 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1358.17/1358.48	c  1358s|438200 |  2207 |  4282k|   9.8 |  24M| 393 |   - |2280 |4821 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1358.46/1358.78	c  1359s|438300 |  2207 |  4283k|   9.8 |  24M| 393 |   - |2280 |4839 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1358.86/1359.11	c  1359s|438400 |  2207 |  4284k|   9.8 |  24M| 393 |   - |2280 |4759 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1359.06/1359.36	c  1359s|438500 |  2210 |  4284k|   9.8 |  24M| 393 |  47 |2280 |4735 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1359.37/1359.67	c  1360s|438600 |  2213 |  4285k|   9.8 |  24M| 393 |   - |2280 |4709 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1359.66/1359.99	c  1360s|438700 |  2215 |  4287k|   9.8 |  24M| 393 |   - |2280 |4711 |2280 |1674 |  93 | 355k|  22k| 0.000000e+00 |      --      |    Inf 
1359.96/1360.29	c  1360s|438800 |  2213 |  4287k|   9.8 |  24M| 393 |  30 |2280 |4792 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1360.36/1360.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1360.36/1360.60	c  1361s|438900 |  2217 |  4288k|   9.8 |  24M| 393 |   - |2280 |4769 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1360.56/1360.88	c  1361s|439000 |  2217 |  4289k|   9.8 |  24M| 393 |   - |2280 |4773 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1360.86/1361.16	c  1361s|439100 |  2217 |  4290k|   9.8 |  24M| 393 |  34 |2280 |4826 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1361.16/1361.44	c  1361s|439200 |  2215 |  4291k|   9.8 |  24M| 393 |  47 |2280 |4790 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1361.47/1361.73	c  1362s|439300 |  2215 |  4291k|   9.8 |  24M| 393 |  19 |2280 |4854 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1361.76/1362.01	c  1362s|439400 |  2215 |  4292k|   9.8 |  24M| 393 |   - |2280 |4926 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1361.96/1362.28	c  1362s|439500 |  2215 |  4293k|   9.8 |  24M| 393 |  26 |2280 |4951 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1362.26/1362.57	c  1363s|439600 |  2213 |  4294k|   9.8 |  24M| 393 |   - |2280 |4994 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1362.57/1362.87	c  1363s|439700 |  2211 |  4295k|   9.8 |  24M| 393 |   - |2280 |5013 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1362.86/1363.19	c  1363s|439800 |  2216 |  4296k|   9.8 |  24M| 393 |  44 |2280 |4719 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1363.15/1363.49	c  1363s|439900 |  2217 |  4297k|   9.8 |  24M| 393 |  29 |2280 |4715 |2280 |1674 |  93 | 356k|  22k| 0.000000e+00 |      --      |    Inf 
1363.56/1363.81	c  1364s|440000 |  2214 |  4298k|   9.8 |  24M| 393 |   - |2280 |4653 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1363.86/1364.10	c  1364s|440100 |  2217 |  4299k|   9.8 |  24M| 393 |  15 |2280 |4579 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1364.15/1364.44	c  1364s|440200 |  2213 |  4300k|   9.8 |  24M| 393 |   - |2280 |4631 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1364.46/1364.71	c  1365s|440300 |  2219 |  4301k|   9.8 |  24M| 393 |   - |2280 |4641 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1364.66/1364.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.66/1364.98	c  1365s|440400 |  2221 |  4302k|   9.8 |  24M| 393 |  18 |2280 |4725 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1364.95/1365.29	c  1365s|440500 |  2221 |  4303k|   9.8 |  24M| 393 |   - |2280 |4796 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1365.26/1365.59	c  1366s|440600 |  2213 |  4304k|   9.8 |  24M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1365.56/1365.89	c  1366s|440700 |  2219 |  4305k|   9.8 |  24M| 393 |  19 |2280 |4812 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1365.96/1366.21	c  1366s|440800 |  2217 |  4306k|   9.8 |  24M| 393 |   - |2280 |4817 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1366.25/1366.53	c  1367s|440900 |  2213 |  4306k|   9.8 |  24M| 393 |   - |2280 |4828 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1366.56/1366.84	c  1367s|441000 |  2214 |  4307k|   9.8 |  24M| 393 |  29 |2280 |4846 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1366.86/1367.17	c  1367s|441100 |  2214 |  4308k|   9.8 |  24M| 393 |   - |2280 |4825 |2280 |1674 |  93 | 357k|  22k| 0.000000e+00 |      --      |    Inf 
1367.16/1367.47	c  1367s|441200 |  2219 |  4309k|   9.8 |  24M| 393 |  30 |2280 |4810 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1367.46/1367.78	c  1368s|441300 |  2219 |  4310k|   9.8 |  24M| 393 |  28 |2280 |4871 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1367.75/1368.08	c  1368s|441400 |  2215 |  4311k|   9.8 |  24M| 393 |   - |2280 |4910 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1368.07/1368.37	c  1368s|441500 |  2219 |  4312k|   9.8 |  24M| 393 |   - |2280 |4913 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1368.36/1368.64	c  1369s|441600 |  2219 |  4313k|   9.8 |  24M| 393 |   - |2280 |5008 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1368.56/1368.89	c  1369s|441700 |  2222 |  4314k|   9.8 |  25M| 393 |  16 |2280 |5124 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1368.86/1369.15	c  1369s|441800 |  2220 |  4314k|   9.8 |  25M| 393 |   8 |2280 |5244 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1369.16/1369.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1369.16/1369.45	c  1369s|441900 |  2220 |  4315k|   9.8 |  25M| 393 |   - |2280 |5334 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1369.46/1369.71	c  1370s|442000 |  2220 |  4316k|   9.8 |  25M| 393 |   - |2280 |5242 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1369.66/1369.97	c  1370s|442100 |  2218 |  4317k|   9.8 |  25M| 393 |   - |2280 |5248 |2280 |1674 |  93 | 358k|  22k| 0.000000e+00 |      --      |    Inf 
1369.96/1370.27	c  1370s|442200 |  2222 |  4318k|   9.8 |  25M| 393 |   - |2280 |5203 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1370.27/1370.57	c  1371s|442300 |  2222 |  4318k|   9.8 |  25M| 393 |   - |2280 |5231 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1370.56/1370.86	c  1371s|442400 |  2219 |  4319k|   9.8 |  25M| 393 |   - |2280 |5288 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1370.86/1371.14	c  1371s|442500 |  2223 |  4320k|   9.8 |  25M| 393 |  42 |2280 |5330 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1371.16/1371.46	c  1371s|442600 |  2221 |  4321k|   9.8 |  25M| 393 |   - |2280 |5389 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1371.47/1371.78	c  1372s|442700 |  2217 |  4322k|   9.8 |  25M| 393 |  49 |2280 |5398 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1371.76/1372.04	c  1372s|442800 |  2225 |  4323k|   9.8 |  25M| 393 |  16 |2280 |5457 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1372.06/1372.34	c  1372s|442900 |  2221 |  4324k|   9.8 |  25M| 393 |   - |2280 |5498 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1372.35/1372.64	c  1373s|443000 |  2221 |  4325k|   9.8 |  25M| 393 |   9 |2280 |5500 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1372.65/1372.94	c  1373s|443100 |  2219 |  4326k|   9.8 |  25M| 393 |   - |2280 |5558 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1372.96/1373.22	c  1373s|443200 |  2221 |  4326k|   9.8 |  25M| 393 |  27 |2280 |5648 |2280 |1674 |  93 | 359k|  22k| 0.000000e+00 |      --      |    Inf 
1373.26/1373.50	c  1373s|443300 |  2221 |  4327k|   9.8 |  25M| 393 |  23 |2280 |5727 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1373.56/1373.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1373.56/1373.80	c  1374s|443400 |  2221 |  4328k|   9.8 |  25M| 393 |  16 |2280 |5693 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1373.86/1374.12	c  1374s|443500 |  2219 |  4329k|   9.8 |  25M| 393 |  35 |2280 |5572 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1374.16/1374.40	c  1374s|443600 |  2219 |  4330k|   9.8 |  25M| 393 |   - |2280 |5634 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1374.35/1374.68	c  1375s|443700 |  2221 |  4331k|   9.8 |  25M| 393 |   6 |2280 |5711 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1374.67/1374.96	c  1375s|443800 |  2223 |  4332k|   9.7 |  25M| 393 |  25 |2280 |5791 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1374.96/1375.25	c  1375s|443900 |  2215 |  4333k|   9.7 |  26M| 393 |   - |2280 |5815 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1375.26/1375.52	c  1376s|444000 |  2221 |  4333k|   9.7 |  25M| 393 |   8 |2280 |5781 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1375.56/1375.82	c  1376s|444100 |  2221 |  4334k|   9.7 |  26M| 393 |   - |2280 |5804 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1375.86/1376.13	c  1376s|444200 |  2219 |  4335k|   9.7 |  26M| 393 |   - |2280 |5910 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1376.15/1376.44	c  1376s|444300 |  2217 |  4336k|   9.7 |  26M| 393 |   - |2280 |5891 |2280 |1674 |  93 | 360k|  22k| 0.000000e+00 |      --      |    Inf 
1376.46/1376.73	c  1377s|444400 |  2221 |  4337k|   9.7 |  26M| 393 |   - |2280 |5943 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1376.76/1377.02	c  1377s|444500 |  2221 |  4338k|   9.7 |  26M| 393 |  12 |2280 |5958 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1377.06/1377.33	c  1377s|444600 |  2215 |  4339k|   9.7 |  26M| 393 |   - |2280 |5945 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1377.36/1377.61	c  1378s|444700 |  2217 |  4340k|   9.7 |  26M| 393 |   8 |2280 |5818 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1377.56/1377.89	c  1378s|444800 |  2219 |  4341k|   9.7 |  25M| 393 |  27 |2280 |5399 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1377.86/1378.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.86/1378.16	c  1378s|444900 |  2219 |  4342k|   9.7 |  25M| 393 |  10 |2280 |5298 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1378.15/1378.44	c  1378s|445000 |  2219 |  4343k|   9.7 |  25M| 393 |  22 |2280 |5355 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1378.45/1378.72	c  1379s|445100 |  2219 |  4344k|   9.8 |  25M| 393 |  22 |2280 |5374 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1378.76/1379.00	c  1379s|445200 |  2221 |  4346k|   9.8 |  25M| 393 |  40 |2280 |5422 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1379.06/1379.32	c  1379s|445300 |  2222 |  4347k|   9.8 |  25M| 393 |  39 |2280 |5477 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1379.36/1379.64	c  1380s|445400 |  2220 |  4348k|   9.8 |  25M| 393 |   - |2280 |5556 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1379.66/1379.92	c  1380s|445500 |  2220 |  4349k|   9.8 |  25M| 393 |   - |2280 |5476 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1379.96/1380.24	c  1380s|445600 |  2218 |  4351k|   9.8 |  25M| 393 |   - |2280 |5436 |2280 |1674 |  93 | 361k|  22k| 0.000000e+00 |      --      |    Inf 
1380.27/1380.56	c  1381s|445700 |  2218 |  4352k|   9.8 |  25M| 393 |   - |2280 |5474 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1380.55/1380.86	c  1381s|445800 |  2218 |  4353k|   9.8 |  25M| 393 |   - |2280 |5424 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1380.85/1381.18	c  1381s|445900 |  2218 |  4354k|   9.8 |  25M| 393 |   - |2280 |5535 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1381.15/1381.49	c  1381s|446000 |  2218 |  4356k|   9.8 |  25M| 393 |   - |2280 |5595 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1381.55/1381.80	c  1382s|446100 |  2220 |  4357k|   9.8 |  25M| 393 |  23 |2280 |5673 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1381.86/1382.11	c  1382s|446200 |  2216 |  4358k|   9.8 |  25M| 393 |   - |2280 |5711 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1382.16/1382.46	c  1382s|446300 |  2220 |  4359k|   9.8 |  25M| 393 |  33 |2280 |5772 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1382.46/1382.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.46/1382.76	c  1383s|446400 |  2215 |  4361k|   9.8 |  26M| 393 |  30 |2280 |5854 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1382.76/1383.04	c  1383s|446500 |  2219 |  4362k|   9.8 |  25M| 393 |   - |2280 |5534 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1383.06/1383.31	c  1383s|446600 |  2219 |  4363k|   9.8 |  25M| 393 |   - |2280 |5497 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1383.36/1383.60	c  1384s|446700 |  2219 |  4364k|   9.8 |  25M| 393 |   - |2280 |5489 |2280 |1674 |  93 | 362k|  22k| 0.000000e+00 |      --      |    Inf 
1383.57/1383.89	c  1384s|446800 |  2220 |  4364k|   9.8 |  25M| 393 |  16 |2280 |5602 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1383.85/1384.18	c  1384s|446900 |  2220 |  4365k|   9.8 |  25M| 393 |   - |2280 |5571 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1384.15/1384.43	c  1384s|447000 |  2224 |  4366k|   9.8 |  25M| 393 |  19 |2280 |5589 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1384.45/1384.71	c  1385s|447100 |  2224 |  4367k|   9.8 |  25M| 393 |  31 |2280 |5662 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1384.66/1384.98	c  1385s|447200 |  2220 |  4368k|   9.8 |  25M| 393 |  48 |2280 |5714 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1384.96/1385.26	c  1385s|447300 |  2224 |  4369k|   9.8 |  25M| 393 |   - |2280 |5783 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1385.25/1385.51	c  1386s|447400 |  2229 |  4370k|   9.8 |  26M| 393 |   - |2280 |5772 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1385.46/1385.78	c  1386s|447500 |  2224 |  4371k|   9.8 |  26M| 393 |   - |2280 |5800 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1385.77/1386.06	c  1386s|447600 |  2222 |  4372k|   9.8 |  26M| 393 |   - |2280 |5821 |2280 |1674 |  93 | 363k|  22k| 0.000000e+00 |      --      |    Inf 
1386.06/1386.32	c  1386s|447700 |  2224 |  4373k|   9.8 |  26M| 393 |  40 |2280 |5814 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1386.36/1386.60	c  1387s|447800 |  2222 |  4374k|   9.8 |  25M| 393 |   - |2280 |5767 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1386.56/1386.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.56/1386.89	c  1387s|447900 |  2223 |  4375k|   9.8 |  26M| 393 |   - |2280 |5827 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1386.86/1387.18	c  1387s|448000 |  2223 |  4376k|   9.8 |  26M| 393 |   - |2280 |5899 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1387.15/1387.47	c  1387s|448100 |  2223 |  4377k|   9.8 |  26M| 393 |   - |2280 |5836 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1387.45/1387.77	c  1388s|448200 |  2225 |  4378k|   9.8 |  26M| 393 |  41 |2280 |5793 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1387.76/1388.08	c  1388s|448300 |  2226 |  4379k|   9.8 |  26M| 393 |  35 |2280 |5883 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1388.06/1388.36	c  1388s|448400 |  2226 |  4380k|   9.8 |  26M| 393 |  34 |2280 |5952 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1388.35/1388.65	c  1389s|448500 |  2230 |  4381k|   9.8 |  26M| 393 |   - |2280 |5984 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1388.66/1388.93	c  1389s|448600 |  2234 |  4382k|   9.8 |  26M| 393 |  32 |2280 |6031 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1388.86/1389.19	c  1389s|448700 |  2235 |  4383k|   9.8 |  26M| 393 |  27 |2280 |6121 |2280 |1674 |  93 | 364k|  22k| 0.000000e+00 |      --      |    Inf 
1389.16/1389.44	c  1389s|448800 |  2229 |  4383k|   9.8 |  26M| 393 |   - |2280 |6160 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1389.45/1389.77	c  1390s|448900 |  2228 |  4385k|   9.8 |  26M| 393 |   - |2280 |6162 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1389.76/1390.09	c  1390s|449000 |  2220 |  4386k|   9.8 |  26M| 393 |   - |2280 |6079 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1390.06/1390.38	c  1390s|449100 |  2222 |  4387k|   9.8 |  26M| 393 |   - |2280 |6099 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1390.45/1390.72	c  1391s|449200 |  2222 |  4388k|   9.8 |  26M| 393 |  31 |2280 |6110 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1390.76/1391.09	c  1391s|449300 |  2222 |  4389k|   9.8 |  26M| 393 |  33 |2280 |6123 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1391.16/1391.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.16/1391.44	c  1391s|449400 |  2216 |  4391k|   9.8 |  26M| 393 |  21 |2280 |6130 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1391.45/1391.77	c  1392s|449500 |  2220 |  4392k|   9.8 |  26M| 393 |   - |2280 |6043 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1391.76/1392.06	c  1392s|449600 |  2220 |  4392k|   9.8 |  26M| 393 |  32 |2280 |6098 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1392.16/1392.41	c  1392s|449700 |  2216 |  4393k|   9.8 |  26M| 393 |   - |2280 |6127 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1392.36/1392.68	c  1393s|449800 |  2220 |  4394k|   9.8 |  26M| 393 |  27 |2280 |6063 |2280 |1674 |  93 | 365k|  22k| 0.000000e+00 |      --      |    Inf 
1392.65/1392.99	c  1393s|449900 |  2220 |  4395k|   9.8 |  26M| 393 |  42 |2280 |6091 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1393.05/1393.31	c  1393s|450000 |  2221 |  4396k|   9.8 |  26M| 393 |  32 |2280 |6120 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1393.36/1393.65	c  1394s|450100 |  2219 |  4397k|   9.8 |  26M| 393 |  18 |2280 |6130 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1393.66/1393.99	c  1394s|450200 |  2221 |  4398k|   9.8 |  26M| 393 |   - |2280 |6130 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1393.95/1394.26	c  1394s|450300 |  2218 |  4398k|   9.8 |  26M| 393 |  35 |2280 |6220 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1394.26/1394.58	c  1395s|450400 |  2216 |  4399k|   9.8 |  26M| 393 |   - |2280 |6305 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1394.65/1394.93	c  1395s|450500 |  2214 |  4400k|   9.8 |  26M| 393 |   - |2280 |6282 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1394.95/1395.24	c  1395s|450600 |  2218 |  4401k|   9.8 |  26M| 393 |  13 |2280 |5986 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1395.25/1395.53	c  1396s|450700 |  2216 |  4402k|   9.8 |  26M| 393 |  13 |2280 |6039 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1395.56/1395.87	c  1396s|450800 |  2214 |  4402k|   9.8 |  26M| 393 |   - |2280 |6052 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1395.96/1396.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.96/1396.22	c  1396s|450900 |  2214 |  4403k|   9.8 |  25M| 393 |   - |2280 |5815 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1396.16/1396.49	c  1396s|451000 |  2222 |  4404k|   9.8 |  25M| 393 |  24 |2280 |5642 |2280 |1674 |  93 | 366k|  22k| 0.000000e+00 |      --      |    Inf 
1396.46/1396.78	c  1397s|451100 |  2222 |  4405k|   9.8 |  25M| 393 |  15 |2280 |5684 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1396.76/1397.08	c  1397s|451200 |  2222 |  4405k|   9.8 |  25M| 393 |   - |2280 |5712 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1397.06/1397.36	c  1397s|451300 |  2224 |  4406k|   9.8 |  26M| 393 |   - |2280 |5773 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1397.36/1397.64	c  1398s|451400 |  2226 |  4407k|   9.8 |  25M| 393 |  18 |2280 |5767 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1397.65/1397.94	c  1398s|451500 |  2228 |  4407k|   9.8 |  26M| 393 |  15 |2280 |5803 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1397.96/1398.25	c  1398s|451600 |  2224 |  4408k|   9.8 |  26M| 393 |   - |2280 |5884 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1398.25/1398.54	c  1399s|451700 |  2222 |  4409k|   9.7 |  26M| 393 |   - |2280 |5969 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1398.55/1398.83	c  1399s|451800 |  2224 |  4409k|   9.7 |  26M| 393 |  20 |2280 |6064 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1398.75/1399.08	c  1399s|451900 |  2226 |  4410k|   9.7 |  26M| 393 |  21 |2280 |6147 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1399.06/1399.39	c  1399s|452000 |  2227 |  4410k|   9.7 |  26M| 393 |   - |2280 |6200 |2280 |1674 |  93 | 367k|  22k| 0.000000e+00 |      --      |    Inf 
1399.35/1399.67	c  1400s|452100 |  2227 |  4411k|   9.7 |  26M| 393 |   - |2280 |6273 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1399.65/1399.94	c  1400s|452200 |  2225 |  4412k|   9.7 |  26M| 393 |   - |2280 |6351 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1399.96/1400.24	c  1400s|452300 |  2224 |  4412k|   9.7 |  26M| 393 |  19 |2280 |6374 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1400.25/1400.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.25/1400.51	c  1401s|452400 |  2224 |  4413k|   9.7 |  26M| 393 |  23 |2280 |6377 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1400.55/1400.80	c  1401s|452500 |  2224 |  4414k|   9.7 |  26M| 393 |  22 |2280 |6439 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1400.85/1401.11	c  1401s|452600 |  2225 |  4414k|   9.7 |  26M| 393 |   - |2280 |6431 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1401.17/1401.43	c  1401s|452700 |  2221 |  4415k|   9.7 |  26M| 393 |  21 |2280 |6444 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1401.46/1401.75	c  1402s|452800 |  2217 |  4416k|   9.7 |  26M| 393 |  34 |2280 |6144 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1401.76/1402.08	c  1402s|452900 |  2222 |  4417k|   9.7 |  25M| 393 |  34 |2280 |5689 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1402.05/1402.39	c  1402s|453000 |  2224 |  4418k|   9.7 |  25M| 393 |  31 |2280 |5701 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1402.45/1402.73	c  1403s|453100 |  2219 |  4419k|   9.7 |  25M| 393 |   - |2280 |5715 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1402.76/1403.06	c  1403s|453200 |  2220 |  4420k|   9.7 |  25M| 393 |  34 |2280 |5376 |2280 |1674 |  93 | 368k|  22k| 0.000000e+00 |      --      |    Inf 
1403.05/1403.34	c  1403s|453300 |  2218 |  4421k|   9.7 |  25M| 393 |  36 |2280 |5442 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1403.36/1403.67	c  1404s|453400 |  2219 |  4422k|   9.7 |  25M| 393 |   - |2280 |5443 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1403.66/1403.96	c  1404s|453500 |  2223 |  4422k|   9.7 |  25M| 393 |  12 |2280 |5390 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1403.95/1404.24	c  1404s|453600 |  2222 |  4423k|   9.7 |  25M| 393 |  18 |2280 |5438 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1404.26/1404.57	c  1405s|453700 |  2220 |  4424k|   9.7 |  25M| 393 |  21 |2280 |5487 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1404.56/1404.88	c  1405s|453800 |  2220 |  4425k|   9.7 |  25M| 393 |  18 |2280 |5539 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1404.86/1405.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1404.86/1405.16	c  1405s|453900 |  2224 |  4425k|   9.7 |  25M| 393 |  32 |2280 |5589 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1405.16/1405.46	c  1405s|454000 |  2220 |  4426k|   9.7 |  25M| 393 |   - |2280 |5674 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1405.46/1405.76	c  1406s|454100 |  2218 |  4427k|   9.7 |  26M| 393 |   - |2280 |5767 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1405.76/1406.03	c  1406s|454200 |  2220 |  4428k|   9.7 |  26M| 393 |  31 |2280 |5768 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1405.95/1406.30	c  1406s|454300 |  2221 |  4428k|   9.7 |  26M| 393 |  29 |2280 |5838 |2280 |1674 |  93 | 369k|  22k| 0.000000e+00 |      --      |    Inf 
1406.25/1406.56	c  1407s|454400 |  2221 |  4429k|   9.7 |  26M| 393 |   - |2280 |5933 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1406.56/1406.85	c  1407s|454500 |  2221 |  4429k|   9.7 |  26M| 393 |   - |2280 |5991 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1406.85/1407.16	c  1407s|454600 |  2218 |  4430k|   9.7 |  26M| 393 |   - |2280 |5992 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1407.15/1407.46	c  1407s|454700 |  2224 |  4431k|   9.7 |  26M| 393 |  12 |2280 |5992 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1407.45/1407.75	c  1408s|454800 |  2222 |  4432k|   9.7 |  26M| 393 |  12 |2280 |6009 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1407.76/1408.00	c  1408s|454900 |  2221 |  4432k|   9.7 |  26M| 393 |  35 |2280 |6100 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1407.95/1408.29	c  1408s|455000 |  2226 |  4433k|   9.7 |  26M| 393 |  10 |2280 |6104 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1408.26/1408.57	c  1409s|455100 |  2234 |  4434k|   9.7 |  26M| 393 |  30 |2280 |6028 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1408.55/1408.87	c  1409s|455200 |  2228 |  4434k|   9.7 |  26M| 393 |  19 |2280 |6079 |2280 |1674 |  93 | 370k|  22k| 0.000000e+00 |      --      |    Inf 
1408.86/1409.18	c  1409s|455300 |  2235 |  4435k|   9.7 |  26M| 393 |  29 |2280 |6072 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1409.25/1409.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1409.25/1409.51	c  1410s|455400 |  2238 |  4436k|   9.7 |  26M| 393 |   - |2280 |6124 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1409.55/1409.85	c  1410s|455500 |  2224 |  4437k|   9.7 |  26M| 393 |   - |2280 |6054 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1409.86/1410.14	c  1410s|455600 |  2220 |  4438k|   9.7 |  26M| 393 |   - |2280 |6088 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1410.15/1410.42	c  1410s|455700 |  2220 |  4438k|   9.7 |  26M| 393 |   - |2280 |6132 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1410.46/1410.74	c  1411s|455800 |  2217 |  4439k|   9.7 |  26M| 393 |  17 |2280 |6183 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1410.76/1411.06	c  1411s|455900 |  2214 |  4440k|   9.7 |  25M| 393 |  40 |2280 |5690 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1411.06/1411.39	c  1411s|456000 |  2214 |  4441k|   9.7 |  25M| 393 |   - |2280 |5639 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1411.46/1411.71	c  1412s|456100 |  2216 |  4441k|   9.7 |  25M| 393 |   - |2280 |5676 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1411.76/1412.03	c  1412s|456200 |  2216 |  4442k|   9.7 |  25M| 393 |  44 |2280 |5696 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1412.06/1412.35	c  1412s|456300 |  2216 |  4442k|   9.7 |  26M| 393 |  29 |2280 |5751 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1412.35/1412.68	c  1413s|456400 |  2220 |  4443k|   9.7 |  25M| 393 |  36 |2280 |5474 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1412.66/1412.97	c  1413s|456500 |  2224 |  4444k|   9.7 |  25M| 393 |  14 |2280 |5201 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1412.96/1413.26	c  1413s|456600 |  2220 |  4445k|   9.7 |  25M| 393 |  32 |2280 |5209 |2280 |1674 |  93 | 371k|  22k| 0.000000e+00 |      --      |    Inf 
1413.25/1413.55	c  1414s|456700 |  2222 |  4446k|   9.7 |  25M| 393 |   - |2280 |5210 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1413.55/1413.85	c  1414s|456800 |  2218 |  4446k|   9.7 |  25M| 393 |   - |2280 |5250 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1413.85/1414.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.85/1414.14	c  1414s|456900 |  2220 |  4447k|   9.7 |  25M| 393 |   - |2280 |5277 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1414.15/1414.45	c  1414s|457000 |  2218 |  4448k|   9.7 |  25M| 393 |   - |2280 |5354 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1414.45/1414.75	c  1415s|457100 |  2219 |  4449k|   9.7 |  25M| 393 |  38 |2280 |5308 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1414.76/1415.04	c  1415s|457200 |  2220 |  4450k|   9.7 |  25M| 393 |  41 |2280 |5333 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1415.05/1415.35	c  1415s|457300 |  2217 |  4451k|   9.7 |  25M| 393 |  40 |2280 |5369 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1415.36/1415.64	c  1416s|457400 |  2215 |  4451k|   9.7 |  25M| 393 |   - |2280 |5392 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1415.66/1415.96	c  1416s|457500 |  2212 |  4452k|   9.7 |  25M| 393 |  47 |2280 |5174 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1415.95/1416.28	c  1416s|457600 |  2220 |  4453k|   9.7 |  24M| 393 |   - |2280 |4701 |2280 |1674 |  93 | 372k|  22k| 0.000000e+00 |      --      |    Inf 
1416.26/1416.60	c  1417s|457700 |  2216 |  4454k|   9.7 |  24M| 393 |   - |2280 |4669 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1416.55/1416.86	c  1417s|457800 |  2218 |  4455k|   9.7 |  24M| 393 |   - |2280 |4605 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1416.86/1417.12	c  1417s|457900 |  2220 |  4456k|   9.7 |  24M| 393 |  30 |2280 |4674 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1417.05/1417.39	c  1417s|458000 |  2223 |  4457k|   9.7 |  24M| 393 |   8 |2280 |4475 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1417.36/1417.67	c  1418s|458100 |  2225 |  4458k|   9.7 |  24M| 393 |   - |2280 |4396 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1417.66/1417.97	c  1418s|458200 |  2227 |  4459k|   9.7 |  24M| 393 |  12 |2280 |4413 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1417.95/1418.29	c  1418s|458300 |  2222 |  4460k|   9.7 |  24M| 393 |  19 |2280 |4436 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1418.35/1418.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.35/1418.60	c  1419s|458400 |  2217 |  4462k|   9.7 |  24M| 393 |  38 |2280 |4456 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1418.55/1418.87	c  1419s|458500 |  2221 |  4463k|   9.7 |  24M| 393 |  20 |2280 |4341 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1418.85/1419.16	c  1419s|458600 |  2217 |  4464k|   9.7 |  24M| 393 |  23 |2280 |4371 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1419.15/1419.47	c  1419s|458700 |  2220 |  4465k|   9.7 |  24M| 393 |  15 |2280 |4388 |2280 |1674 |  93 | 373k|  22k| 0.000000e+00 |      --      |    Inf 
1419.45/1419.76	c  1420s|458800 |  2218 |  4467k|   9.7 |  24M| 393 |   - |2280 |4440 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1419.76/1420.05	c  1420s|458900 |  2216 |  4468k|   9.7 |  24M| 393 |  34 |2280 |4502 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1420.05/1420.39	c  1420s|459000 |  2216 |  4470k|   9.7 |  24M| 393 |  23 |2280 |4571 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1420.35/1420.67	c  1421s|459100 |  2216 |  4471k|   9.7 |  24M| 393 |  37 |2280 |4586 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1420.66/1420.97	c  1421s|459200 |  2216 |  4472k|   9.7 |  24M| 393 |  50 |2280 |4568 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1420.96/1421.28	c  1421s|459300 |  2216 |  4473k|   9.7 |  24M| 393 |   - |2280 |4536 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1421.26/1421.54	c  1422s|459400 |  2218 |  4473k|   9.7 |  24M| 393 |  37 |2280 |4559 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1421.56/1421.82	c  1422s|459500 |  2216 |  4474k|   9.7 |  24M| 393 |   - |2280 |4580 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1421.75/1422.09	c  1422s|459600 |  2214 |  4475k|   9.7 |  24M| 393 |  45 |2280 |4624 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1422.15/1422.40	c  1422s|459700 |  2216 |  4476k|   9.7 |  24M| 393 |   - |2280 |4651 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1422.35/1422.68	c  1423s|459800 |  2220 |  4476k|   9.7 |  24M| 393 |   - |2280 |4606 |2280 |1674 |  93 | 374k|  22k| 0.000000e+00 |      --      |    Inf 
1422.65/1422.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1422.65/1422.96	c  1423s|459900 |  2222 |  4477k|   9.7 |  24M| 393 |   - |2280 |4634 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1422.96/1423.26	c  1423s|460000 |  2219 |  4479k|   9.7 |  24M| 393 |   - |2280 |4654 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1423.25/1423.55	c  1424s|460100 |  2214 |  4480k|   9.7 |  24M| 393 |   - |2280 |4688 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1423.55/1423.85	c  1424s|460200 |  2214 |  4481k|   9.7 |  24M| 393 |   - |2280 |4662 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1423.85/1424.16	c  1424s|460300 |  2216 |  4482k|   9.7 |  24M| 393 |   - |2280 |4387 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1424.15/1424.44	c  1424s|460400 |  2222 |  4483k|   9.7 |  24M| 393 |  18 |2280 |4258 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1424.45/1424.72	c  1425s|460500 |  2220 |  4484k|   9.7 |  24M| 393 |  16 |2280 |4267 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1424.76/1425.03	c  1425s|460600 |  2222 |  4485k|   9.7 |  24M| 393 |  12 |2280 |4294 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1425.05/1425.31	c  1425s|460700 |  2222 |  4486k|   9.7 |  24M| 393 |  14 |2280 |4311 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1425.26/1425.59	c  1426s|460800 |  2222 |  4487k|   9.7 |  24M| 393 |  25 |2280 |4359 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1425.65/1425.90	c  1426s|460900 |  2223 |  4488k|   9.7 |  24M| 393 |  21 |2280 |4443 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1425.95/1426.21	c  1426s|461000 |  2215 |  4490k|   9.7 |  24M| 393 |  33 |2280 |4472 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1426.26/1426.51	c  1427s|461100 |  2217 |  4491k|   9.7 |  24M| 393 |  31 |2280 |4484 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1426.55/1426.81	c  1427s|461200 |  2215 |  4492k|   9.7 |  24M| 393 |   - |2280 |4548 |2280 |1674 |  93 | 375k|  22k| 0.000000e+00 |      --      |    Inf 
1426.85/1427.11	c  1427s|461300 |  2213 |  4493k|   9.7 |  24M| 393 |   - |2280 |4501 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1427.15/1427.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1427.15/1427.40	c  1427s|461400 |  2219 |  4494k|   9.7 |  24M| 393 |  49 |2280 |4410 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1427.35/1427.69	c  1428s|461500 |  2219 |  4495k|   9.7 |  24M| 393 |  29 |2280 |4450 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1427.65/1427.97	c  1428s|461600 |  2217 |  4496k|   9.7 |  24M| 393 |  51 |2280 |4447 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1427.95/1428.26	c  1428s|461700 |  2219 |  4497k|   9.7 |  24M| 393 |   - |2280 |4472 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1428.25/1428.54	c  1429s|461800 |  2219 |  4498k|   9.7 |  24M| 393 |   - |2280 |4555 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1428.56/1428.83	c  1429s|461900 |  2221 |  4499k|   9.7 |  24M| 393 |  27 |2280 |4606 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1428.85/1429.14	c  1429s|462000 |  2219 |  4500k|   9.7 |  24M| 393 |   - |2280 |4666 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1429.15/1429.42	c  1429s|462100 |  2219 |  4501k|   9.7 |  24M| 393 |   - |2280 |4693 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1429.45/1429.70	c  1430s|462200 |  2219 |  4501k|   9.7 |  24M| 393 |  34 |2280 |4726 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1429.75/1430.00	c  1430s|462300 |  2217 |  4502k|   9.7 |  24M| 393 |   - |2280 |4793 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1430.05/1430.31	c  1430s|462400 |  2213 |  4503k|   9.7 |  24M| 393 |   - |2280 |4789 |2280 |1674 |  93 | 376k|  22k| 0.000000e+00 |      --      |    Inf 
1430.25/1430.60	c  1431s|462500 |  2217 |  4504k|   9.7 |  24M| 393 |   - |2280 |4623 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1430.65/1430.91	c  1431s|462600 |  2215 |  4505k|   9.7 |  24M| 393 |   - |2280 |4614 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1430.95/1431.22	c  1431s|462700 |  2215 |  4506k|   9.7 |  24M| 393 |   - |2280 |4570 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1431.25/1431.52	c  1432s|462800 |  2213 |  4507k|   9.7 |  24M| 393 |  26 |2280 |4582 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1431.45/1431.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1431.45/1431.79	c  1432s|462900 |  2213 |  4508k|   9.7 |  24M| 393 |   - |2280 |4619 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1431.75/1432.08	c  1432s|463000 |  2215 |  4509k|   9.7 |  24M| 393 |  44 |2280 |4619 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1432.05/1432.39	c  1432s|463100 |  2215 |  4510k|   9.7 |  24M| 393 |   - |2280 |4725 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1432.35/1432.66	c  1433s|463200 |  2223 |  4511k|   9.7 |  24M| 393 |   - |2280 |4657 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1432.65/1432.98	c  1433s|463300 |  2218 |  4512k|   9.7 |  24M| 393 |  47 |2280 |4513 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1432.95/1433.27	c  1433s|463400 |  2219 |  4513k|   9.7 |  24M| 393 |   - |2280 |4454 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1433.25/1433.53	c  1434s|463500 |  2221 |  4514k|   9.7 |  24M| 393 |  36 |2280 |4482 |2280 |1674 |  93 | 377k|  22k| 0.000000e+00 |      --      |    Inf 
1433.55/1433.81	c  1434s|463600 |  2214 |  4515k|   9.7 |  24M| 393 |  40 |2280 |4482 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1433.85/1434.11	c  1434s|463700 |  2216 |  4516k|   9.7 |  24M| 393 |   - |2280 |4414 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1434.05/1434.38	c  1434s|463800 |  2216 |  4518k|   9.7 |  24M| 393 |  23 |2280 |4451 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1434.35/1434.68	c  1435s|463900 |  2216 |  4519k|   9.7 |  24M| 393 |  35 |2280 |4468 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1434.75/1435.02	c  1435s|464000 |  2214 |  4521k|   9.7 |  24M| 393 |   - |2280 |4525 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1434.95/1435.29	c  1435s|464100 |  2213 |  4522k|   9.7 |  24M| 393 |  38 |2280 |4269 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1435.25/1435.56	c  1436s|464200 |  2213 |  4523k|   9.7 |  24M| 393 |   - |2280 |4133 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1435.54/1435.87	c  1436s|464300 |  2213 |  4524k|   9.7 |  23M| 393 |  57 |2280 |4016 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1435.95/1436.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1435.95/1436.20	c  1436s|464400 |  2213 |  4525k|   9.7 |  23M| 393 |   - |2280 |4045 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1436.26/1436.52	c  1437s|464500 |  2213 |  4527k|   9.7 |  23M| 393 |  47 |2280 |4074 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1436.54/1436.83	c  1437s|464600 |  2213 |  4528k|   9.7 |  24M| 393 |   - |2280 |4120 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1436.85/1437.14	c  1437s|464700 |  2213 |  4529k|   9.7 |  24M| 393 |  24 |2280 |4151 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1437.15/1437.47	c  1437s|464800 |  2215 |  4530k|   9.7 |  24M| 393 |  38 |2280 |4199 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1437.46/1437.78	c  1438s|464900 |  2214 |  4530k|   9.7 |  24M| 393 |  29 |2280 |4197 |2280 |1674 |  93 | 378k|  22k| 0.000000e+00 |      --      |    Inf 
1437.85/1438.11	c  1438s|465000 |  2210 |  4532k|   9.7 |  24M| 393 |   - |2280 |4268 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1438.15/1438.41	c  1438s|465100 |  2216 |  4533k|   9.7 |  24M| 393 |  12 |2280 |4279 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1438.45/1438.72	c  1439s|465200 |  2216 |  4534k|   9.7 |  24M| 393 |   - |2280 |4341 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1438.75/1439.03	c  1439s|465300 |  2216 |  4535k|   9.7 |  24M| 393 |  28 |2280 |4400 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1439.05/1439.35	c  1439s|465400 |  2212 |  4536k|   9.7 |  24M| 393 |   - |2280 |4437 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1439.34/1439.63	c  1440s|465500 |  2217 |  4536k|   9.7 |  24M| 393 |   - |2280 |4484 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1439.65/1439.95	c  1440s|465600 |  2215 |  4537k|   9.7 |  24M| 393 |   - |2280 |4508 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1439.95/1440.26	c  1440s|465700 |  2213 |  4538k|   9.7 |  24M| 393 |   - |2280 |4483 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1440.25/1440.56	c  1441s|465800 |  2214 |  4539k|   9.7 |  24M| 393 |  27 |2280 |4558 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1440.54/1440.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1440.54/1440.90	c  1441s|465900 |  2212 |  4540k|   9.7 |  24M| 393 |  53 |2280 |4578 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1440.95/1441.22	c  1441s|466000 |  2210 |  4541k|   9.7 |  24M| 393 |   - |2280 |4601 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1441.25/1441.54	c  1442s|466100 |  2210 |  4542k|   9.7 |  24M| 393 |   - |2280 |4666 |2280 |1674 |  93 | 379k|  22k| 0.000000e+00 |      --      |    Inf 
1441.55/1441.86	c  1442s|466200 |  2214 |  4543k|   9.7 |  24M| 393 |   - |2280 |4751 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1441.86/1442.20	c  1442s|466300 |  2216 |  4544k|   9.7 |  24M| 393 |   - |2280 |4807 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1442.25/1442.52	c  1443s|466400 |  2215 |  4545k|   9.7 |  25M| 393 |   - |2280 |4879 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1442.55/1442.89	c  1443s|466500 |  2211 |  4546k|   9.7 |  24M| 393 |   - |2280 |4718 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1442.96/1443.25	c  1443s|466600 |  2214 |  4547k|   9.7 |  24M| 393 |  41 |2280 |4691 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1443.25/1443.58	c  1444s|466700 |  2209 |  4548k|   9.7 |  24M| 393 |   - |2280 |4716 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1443.65/1443.97	c  1444s|466800 |  2209 |  4549k|   9.7 |  24M| 393 |   - |2280 |4692 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1443.95/1444.30	c  1444s|466900 |  2207 |  4550k|   9.7 |  24M| 393 |   - |2280 |4559 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1444.24/1444.57	c  1445s|467000 |  2208 |  4550k|   9.7 |  24M| 393 |  43 |2280 |4294 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1444.55/1444.85	c  1445s|467100 |  2213 |  4551k|   9.7 |  24M| 393 |   - |2280 |4101 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1444.85/1445.13	c  1445s|467200 |  2213 |  4552k|   9.7 |  24M| 393 |  25 |2280 |4148 |2280 |1674 |  93 | 380k|  22k| 0.000000e+00 |      --      |    Inf 
1445.15/1445.41	c  1445s|467300 |  2211 |  4553k|   9.7 |  24M| 393 |   - |2280 |4126 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1445.34/1445.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1445.34/1445.68	c  1446s|467400 |  2217 |  4554k|   9.7 |  24M| 393 |  20 |2280 |4140 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1445.65/1445.95	c  1446s|467500 |  2213 |  4555k|   9.7 |  24M| 393 |   - |2280 |4198 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1445.95/1446.24	c  1446s|467600 |  2219 |  4556k|   9.7 |  24M| 393 |  32 |2280 |4274 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1446.25/1446.52	c  1447s|467700 |  2215 |  4557k|   9.7 |  24M| 393 |   - |2280 |4227 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1446.45/1446.79	c  1447s|467800 |  2213 |  4558k|   9.7 |  24M| 393 |   - |2280 |4237 |2280 |1674 |  93 | 381k|  22k| 0.000000e+00 |      --      |    Inf 
1446.75/1447.04	c  1447s|467900 |  2215 |  4559k|   9.7 |  24M| 393 |   - |2280 |4327 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1446.95/1447.29	c  1447s|468000 |  2218 |  4560k|   9.7 |  24M| 393 |   - |2280 |4346 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1447.25/1447.55	c  1448s|468100 |  2222 |  4561k|   9.7 |  24M| 393 |   - |2280 |4361 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1447.45/1447.79	c  1448s|468200 |  2226 |  4561k|   9.7 |  24M| 393 |  15 |2280 |4399 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1447.75/1448.05	c  1448s|468300 |  2226 |  4562k|   9.7 |  24M| 393 |   - |2280 |4409 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1448.04/1448.31	c  1448s|468400 |  2224 |  4563k|   9.7 |  24M| 393 |   - |2280 |4433 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1448.24/1448.60	c  1449s|468500 |  2217 |  4564k|   9.7 |  24M| 393 |  33 |2280 |4471 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1448.54/1448.88	c  1449s|468600 |  2214 |  4565k|   9.7 |  24M| 393 |   - |2280 |4471 |2280 |1674 |  93 | 381k|  23k| 0.000000e+00 |      --      |    Inf 
1448.84/1449.16	c  1449s|468700 |  2218 |  4566k|   9.7 |  24M| 393 |  34 |2280 |4306 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1449.15/1449.45	c  1449s|468800 |  2224 |  4566k|   9.7 |  24M| 393 |   - |2280 |4387 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1449.45/1449.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.45/1449.73	c  1450s|468900 |  2223 |  4567k|   9.7 |  24M| 393 |  20 |2280 |4364 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1449.74/1450.02	c  1450s|469000 |  2221 |  4568k|   9.7 |  24M| 393 |   - |2280 |4389 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1449.94/1450.27	c  1450s|469100 |  2221 |  4569k|   9.7 |  24M| 393 |  16 |2280 |4395 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1450.25/1450.54	c  1451s|469200 |  2219 |  4570k|   9.7 |  24M| 393 |   - |2280 |4445 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1450.55/1450.85	c  1451s|469300 |  2219 |  4571k|   9.7 |  24M| 393 |   - |2280 |4439 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1450.84/1451.16	c  1451s|469400 |  2217 |  4573k|   9.7 |  24M| 393 |  42 |2280 |4474 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1451.14/1451.46	c  1451s|469500 |  2217 |  4574k|   9.7 |  24M| 393 |  38 |2280 |4476 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1451.45/1451.75	c  1452s|469600 |  2219 |  4575k|   9.7 |  24M| 393 |   - |2280 |4456 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1451.75/1452.04	c  1452s|469700 |  2223 |  4576k|   9.7 |  24M| 393 |   - |2280 |4530 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1452.05/1452.33	c  1452s|469800 |  2220 |  4577k|   9.7 |  24M| 393 |   - |2280 |4596 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1452.34/1452.62	c  1453s|469900 |  2220 |  4578k|   9.7 |  24M| 393 |   - |2280 |4618 |2280 |1674 |  93 | 382k|  23k| 0.000000e+00 |      --      |    Inf 
1452.65/1452.91	c  1453s|470000 |  2224 |  4579k|   9.7 |  24M| 393 |  33 |2280 |4684 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1452.95/1453.21	c  1453s|470100 |  2220 |  4581k|   9.7 |  24M| 393 |   - |2280 |4712 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1453.24/1453.50	c  1453s|470200 |  2224 |  4582k|   9.7 |  24M| 393 |  39 |2280 |4742 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1453.44/1453.78	c  1454s|470300 |  2220 |  4583k|   9.7 |  24M| 393 |   - |2280 |4820 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1453.75/1454.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.75/1454.06	c  1454s|470400 |  2220 |  4584k|   9.7 |  25M| 393 |   - |2280 |4897 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1454.05/1454.36	c  1454s|470500 |  2220 |  4585k|   9.7 |  25M| 393 |   - |2280 |4955 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1454.35/1454.65	c  1455s|470600 |  2224 |  4586k|   9.7 |  24M| 393 |  43 |2280 |4784 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1454.64/1454.98	c  1455s|470700 |  2224 |  4587k|   9.7 |  24M| 393 |   - |2280 |4716 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1454.95/1455.27	c  1455s|470800 |  2227 |  4588k|   9.7 |  24M| 393 |  41 |2280 |4758 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1455.24/1455.54	c  1456s|470900 |  2231 |  4589k|   9.7 |  25M| 393 |  44 |2280 |4855 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1455.55/1455.83	c  1456s|471000 |  2229 |  4590k|   9.7 |  25M| 393 |  39 |2280 |4944 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1455.85/1456.12	c  1456s|471100 |  2225 |  4591k|   9.7 |  25M| 393 |   - |2280 |5018 |2280 |1674 |  93 | 383k|  23k| 0.000000e+00 |      --      |    Inf 
1456.15/1456.43	c  1456s|471200 |  2221 |  4593k|   9.7 |  25M| 393 |  48 |2280 |4953 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1456.44/1456.73	c  1457s|471300 |  2215 |  4594k|   9.7 |  25M| 393 |   - |2280 |4931 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1456.75/1457.02	c  1457s|471400 |  2213 |  4595k|   9.7 |  24M| 393 |  36 |2280 |4780 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1457.04/1457.31	c  1457s|471500 |  2211 |  4596k|   9.7 |  24M| 393 |  33 |2280 |4819 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1457.34/1457.60	c  1458s|471600 |  2215 |  4597k|   9.7 |  24M| 393 |  36 |2280 |4821 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1457.55/1457.89	c  1458s|471700 |  2213 |  4598k|   9.7 |  24M| 393 |   - |2280 |4862 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1457.95/1458.22	c  1458s|471800 |  2212 |  4599k|   9.7 |  24M| 393 |   - |2280 |4773 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1458.25/1458.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1458.25/1458.51	c  1459s|471900 |  2212 |  4600k|   9.7 |  24M| 393 |   - |2280 |4756 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1458.55/1458.80	c  1459s|472000 |  2214 |  4601k|   9.7 |  24M| 393 |   - |2280 |4804 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1458.75/1459.08	c  1459s|472100 |  2216 |  4601k|   9.7 |  24M| 393 |   - |2280 |4872 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1459.04/1459.37	c  1459s|472200 |  2218 |  4602k|   9.7 |  25M| 393 |  39 |2280 |4966 |2280 |1674 |  93 | 384k|  23k| 0.000000e+00 |      --      |    Inf 
1459.35/1459.63	c  1460s|472300 |  2216 |  4603k|   9.7 |  25M| 393 |  46 |2280 |5047 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1459.65/1459.91	c  1460s|472400 |  2214 |  4604k|   9.7 |  25M| 393 |   - |2280 |5102 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1459.94/1460.22	c  1460s|472500 |  2214 |  4605k|   9.7 |  25M| 393 |   - |2280 |5151 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1460.25/1460.50	c  1460s|472600 |  2218 |  4606k|   9.7 |  25M| 393 |  29 |2280 |5189 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1460.46/1460.80	c  1461s|472700 |  2214 |  4607k|   9.7 |  25M| 393 |  28 |2280 |5168 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1460.74/1461.07	c  1461s|472800 |  2214 |  4607k|   9.7 |  25M| 393 |  30 |2280 |5111 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1461.04/1461.37	c  1461s|472900 |  2210 |  4608k|   9.7 |  25M| 393 |   - |2280 |5166 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1461.35/1461.67	c  1462s|473000 |  2210 |  4609k|   9.7 |  25M| 393 |   - |2280 |5041 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1461.65/1461.95	c  1462s|473100 |  2214 |  4610k|   9.7 |  25M| 393 |   - |2280 |4966 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1461.95/1462.25	c  1462s|473200 |  2214 |  4611k|   9.7 |  25M| 393 |  32 |2280 |4976 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1462.24/1462.52	c  1463s|473300 |  2215 |  4612k|   9.7 |  25M| 393 |  36 |2280 |5030 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1462.54/1462.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1462.54/1462.83	c  1463s|473400 |  2211 |  4613k|   9.7 |  25M| 393 |  35 |2280 |5094 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1462.84/1463.13	c  1463s|473500 |  2210 |  4615k|   9.7 |  25M| 393 |  48 |2280 |4953 |2280 |1674 |  93 | 385k|  23k| 0.000000e+00 |      --      |    Inf 
1463.15/1463.44	c  1463s|473600 |  2210 |  4616k|   9.7 |  25M| 393 |   - |2280 |5026 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1463.45/1463.76	c  1464s|473700 |  2212 |  4617k|   9.7 |  24M| 393 |  36 |2280 |4896 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1463.75/1464.08	c  1464s|473800 |  2212 |  4619k|   9.7 |  25M| 393 |   - |2280 |4912 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1464.14/1464.40	c  1464s|473900 |  2212 |  4620k|   9.7 |  25M| 393 |  26 |2280 |4917 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1464.44/1464.71	c  1465s|474000 |  2210 |  4622k|   9.7 |  25M| 393 |   - |2280 |5014 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1464.75/1465.03	c  1465s|474100 |  2214 |  4623k|   9.7 |  25M| 393 |   - |2280 |4980 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1465.04/1465.38	c  1465s|474200 |  2210 |  4624k|   9.7 |  25M| 393 |  47 |2280 |5012 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1465.34/1465.60	c  1466s|474300 |  2212 |  4625k|   9.7 |  25M| 393 |   - |2280 |5053 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1465.54/1465.86	c  1466s|474400 |  2219 |  4626k|   9.7 |  25M| 393 |  39 |2280 |5065 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1465.84/1466.15	c  1466s|474500 |  2215 |  4627k|   9.7 |  25M| 393 |   - |2280 |5115 |   0 |   0 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1466.14/1466.44	c  1466s|474600 |  2213 |  4628k|   9.7 |  25M| 393 |   - |2280 |5168 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1466.44/1466.72	c  1467s|474700 |  2221 |  4629k|   9.7 |  25M| 393 |  31 |2280 |5221 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1466.75/1467.02	c  1467s|474800 |  2221 |  4630k|   9.7 |  25M| 393 |  14 |2280 |5207 |2280 |1674 |  93 | 386k|  23k| 0.000000e+00 |      --      |    Inf 
1467.05/1467.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.05/1467.34	c  1467s|474900 |  2218 |  4631k|   9.7 |  25M| 393 |   - |2280 |5244 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1467.35/1467.64	c  1468s|475000 |  2220 |  4632k|   9.7 |  25M| 393 |   - |2280 |5287 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1467.65/1467.97	c  1468s|475100 |  2220 |  4633k|   9.7 |  25M| 393 |   - |2280 |5360 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1467.94/1468.26	c  1468s|475200 |  2218 |  4633k|   9.7 |  25M| 393 |   - |2280 |5392 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1468.25/1468.60	c  1469s|475300 |  2218 |  4634k|   9.7 |  25M| 393 |  45 |2280 |5350 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1468.64/1468.92	c  1469s|475400 |  2216 |  4636k|   9.7 |  25M| 393 |  26 |2280 |5382 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1468.94/1469.24	c  1469s|475500 |  2218 |  4637k|   9.7 |  25M| 393 |  40 |2280 |5416 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1469.25/1469.59	c  1470s|475600 |  2218 |  4638k|   9.7 |  25M| 393 |   - |2280 |5435 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1469.65/1469.92	c  1470s|475700 |  2216 |  4639k|   9.7 |  25M| 393 |   - |2280 |5462 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1469.94/1470.26	c  1470s|475800 |  2216 |  4641k|   9.7 |  25M| 393 |   - |2280 |5528 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1470.24/1470.58	c  1471s|475900 |  2212 |  4642k|   9.7 |  25M| 393 |  33 |2280 |5515 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1470.64/1470.90	c  1471s|476000 |  2212 |  4643k|   9.7 |  25M| 393 |   - |2280 |5519 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1470.95/1471.21	c  1471s|476100 |  2214 |  4644k|   9.7 |  25M| 393 |   - |2280 |5440 |2280 |1674 |  93 | 387k|  23k| 0.000000e+00 |      --      |    Inf 
1471.24/1471.55	c  1472s|476200 |  2220 |  4646k|   9.7 |  25M| 393 |  29 |2280 |5438 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1471.55/1471.89	c  1472s|476300 |  2217 |  4647k|   9.7 |  25M| 393 |   - |2280 |5521 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1471.95/1472.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.95/1472.20	c  1472s|476400 |  2219 |  4648k|   9.7 |  25M| 393 |   - |2280 |5564 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1472.24/1472.55	c  1473s|476500 |  2220 |  4649k|   9.7 |  25M| 393 |  35 |2280 |5610 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1472.65/1472.91	c  1473s|476600 |  2215 |  4650k|   9.7 |  25M| 393 |  36 |2280 |5623 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1472.94/1473.24	c  1473s|476700 |  2215 |  4652k|   9.7 |  25M| 393 |  38 |2280 |5589 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1473.24/1473.56	c  1474s|476800 |  2217 |  4653k|   9.7 |  25M| 393 |  42 |2280 |5510 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1473.54/1473.89	c  1474s|476900 |  2217 |  4654k|   9.7 |  25M| 393 |  36 |2280 |5575 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1473.94/1474.25	c  1474s|477000 |  2212 |  4655k|   9.8 |  25M| 393 |   - |2280 |5580 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1474.24/1474.56	c  1475s|477100 |  2216 |  4657k|   9.8 |  25M| 393 |   - |2280 |5577 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1474.55/1474.86	c  1475s|477200 |  2216 |  4658k|   9.8 |  25M| 393 |   - |2280 |5595 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1474.84/1475.17	c  1475s|477300 |  2214 |  4659k|   9.8 |  25M| 393 |   - |2280 |5646 |2280 |1674 |  93 | 388k|  23k| 0.000000e+00 |      --      |    Inf 
1475.14/1475.49	c  1475s|477400 |  2214 |  4660k|   9.8 |  26M| 393 |  25 |2280 |5717 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1475.54/1475.80	c  1476s|477500 |  2214 |  4661k|   9.8 |  26M| 393 |   - |2280 |5785 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1475.85/1476.11	c  1476s|477600 |  2214 |  4662k|   9.8 |  26M| 393 |  34 |2280 |5848 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1476.14/1476.44	c  1476s|477700 |  2212 |  4663k|   9.8 |  26M| 393 |  39 |2280 |5895 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1476.44/1476.77	c  1477s|477800 |  2212 |  4665k|   9.8 |  26M| 393 |  30 |2280 |5927 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1476.85/1477.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.85/1477.13	c  1477s|477900 |  2212 |  4666k|   9.8 |  26M| 393 |  34 |2280 |5953 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1477.14/1477.44	c  1477s|478000 |  2214 |  4667k|   9.8 |  26M| 393 |  10 |2280 |5839 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1477.44/1477.76	c  1478s|478100 |  2210 |  4669k|   9.8 |  26M| 393 |   - |2280 |5819 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1477.74/1478.09	c  1478s|478200 |  2209 |  4670k|   9.8 |  26M| 393 |  46 |2280 |5886 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1478.15/1478.43	c  1478s|478300 |  2209 |  4672k|   9.8 |  26M| 393 |   - |2280 |5824 |2280 |1674 |  93 | 389k|  23k| 0.000000e+00 |      --      |    Inf 
1478.44/1478.75	c  1479s|478400 |  2210 |  4673k|   9.8 |  26M| 393 |   - |2280 |5715 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1478.74/1479.06	c  1479s|478500 |  2211 |  4674k|   9.8 |  26M| 393 |  32 |2280 |5778 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1479.04/1479.35	c  1479s|478600 |  2207 |  4675k|   9.8 |  26M| 393 |   - |2280 |5825 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1479.34/1479.65	c  1480s|478700 |  2209 |  4676k|   9.8 |  26M| 393 |  27 |2280 |5849 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1479.64/1479.98	c  1480s|478800 |  2209 |  4677k|   9.8 |  26M| 393 |   - |2280 |5880 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1480.04/1480.32	c  1480s|478900 |  2213 |  4679k|   9.8 |  26M| 393 |   - |2280 |5934 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1480.35/1480.62	c  1481s|479000 |  2215 |  4680k|   9.8 |  26M| 393 |   - |2280 |5989 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1480.64/1480.96	c  1481s|479100 |  2215 |  4681k|   9.8 |  26M| 393 |   - |2280 |6028 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1481.05/1481.31	c  1481s|479200 |  2212 |  4683k|   9.8 |  26M| 393 |  48 |2280 |6063 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1481.35/1481.62	c  1482s|479300 |  2212 |  4684k|   9.8 |  26M| 393 |  45 |2280 |6103 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1481.65/1481.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.65/1481.95	c  1482s|479400 |  2210 |  4685k|   9.8 |  26M| 393 |   - |2280 |6147 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1481.95/1482.29	c  1482s|479500 |  2210 |  4686k|   9.8 |  26M| 393 |   - |2280 |6132 |2280 |1674 |  93 | 390k|  23k| 0.000000e+00 |      --      |    Inf 
1482.34/1482.63	c  1483s|479600 |  2208 |  4687k|   9.8 |  26M| 393 |   - |2280 |5804 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1482.65/1482.96	c  1483s|479700 |  2208 |  4688k|   9.8 |  26M| 393 |   - |2280 |5719 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1482.94/1483.29	c  1483s|479800 |  2208 |  4689k|   9.8 |  26M| 393 |  23 |2280 |5732 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1483.34/1483.62	c  1484s|479900 |  2206 |  4690k|   9.8 |  25M| 393 |   - |2280 |5629 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1483.65/1483.99	c  1484s|480000 |  2206 |  4691k|   9.8 |  25M| 393 |   - |2280 |5302 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1484.05/1484.31	c  1484s|480100 |  2212 |  4692k|   9.8 |  25M| 393 |  37 |2280 |5180 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1484.34/1484.62	c  1485s|480200 |  2209 |  4693k|   9.8 |  25M| 393 |  47 |2280 |5200 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1484.65/1484.92	c  1485s|480300 |  2211 |  4694k|   9.8 |  25M| 393 |   - |2280 |5060 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1484.95/1485.26	c  1485s|480400 |  2211 |  4695k|   9.8 |  25M| 393 |  30 |2280 |5106 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1485.24/1485.55	c  1486s|480500 |  2211 |  4696k|   9.8 |  25M| 393 |   - |2280 |5172 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1485.54/1485.84	c  1486s|480600 |  2215 |  4696k|   9.8 |  25M| 393 |  24 |2280 |5137 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1485.84/1486.13	c  1486s|480700 |  2213 |  4697k|   9.8 |  25M| 393 |  43 |2280 |5175 |2280 |1674 |  93 | 391k|  23k| 0.000000e+00 |      --      |    Inf 
1486.14/1486.43	c  1486s|480800 |  2213 |  4698k|   9.8 |  25M| 393 |   - |2280 |5200 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1486.44/1486.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1486.44/1486.71	c  1487s|480900 |  2215 |  4699k|   9.8 |  25M| 393 |  18 |2280 |5247 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1486.74/1487.02	c  1487s|481000 |  2211 |  4700k|   9.8 |  25M| 393 |   - |2280 |5259 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1487.04/1487.34	c  1487s|481100 |  2211 |  4700k|   9.8 |  25M| 393 |   - |2280 |5276 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1487.34/1487.65	c  1488s|481200 |  2209 |  4701k|   9.8 |  25M| 393 |  59 |2280 |5257 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1487.64/1487.93	c  1488s|481300 |  2213 |  4702k|   9.8 |  25M| 393 |   - |2280 |5251 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1487.95/1488.25	c  1488s|481400 |  2213 |  4703k|   9.8 |  25M| 393 |  44 |2280 |5241 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1488.24/1488.54	c  1489s|481500 |  2213 |  4704k|   9.8 |  25M| 393 |  36 |2280 |5303 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1488.54/1488.84	c  1489s|481600 |  2213 |  4705k|   9.8 |  25M| 393 |   - |2280 |5393 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1488.84/1489.16	c  1489s|481700 |  2217 |  4706k|   9.8 |  25M| 393 |  24 |2280 |5453 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1489.15/1489.47	c  1489s|481800 |  2215 |  4707k|   9.8 |  25M| 393 |   - |2280 |5494 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1489.54/1489.80	c  1490s|481900 |  2211 |  4708k|   9.8 |  25M| 393 |   - |2280 |5384 |2280 |1674 |  93 | 392k|  23k| 0.000000e+00 |      --      |    Inf 
1489.74/1490.06	c  1490s|482000 |  2215 |  4708k|   9.8 |  25M| 393 |   - |2280 |5142 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1490.04/1490.36	c  1490s|482100 |  2215 |  4709k|   9.8 |  25M| 393 |   - |2280 |5077 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1490.34/1490.62	c  1491s|482200 |  2213 |  4710k|   9.8 |  25M| 393 |   - |2280 |5112 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1490.54/1490.89	c  1491s|482300 |  2217 |  4711k|   9.8 |  25M| 393 |   - |2280 |5129 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1490.84/1491.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1490.84/1491.18	c  1491s|482400 |  2218 |  4712k|   9.8 |  25M| 393 |   - |2280 |5199 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1491.14/1491.47	c  1491s|482500 |  2212 |  4712k|   9.8 |  25M| 393 |  12 |2280 |5250 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1491.44/1491.74	c  1492s|482600 |  2214 |  4713k|   9.8 |  25M| 393 |   - |2280 |5230 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1491.74/1492.00	c  1492s|482700 |  2212 |  4714k|   9.8 |  25M| 393 |   - |2280 |5286 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1491.94/1492.28	c  1492s|482800 |  2214 |  4715k|   9.8 |  25M| 393 |   - |2280 |5361 |2280 |1674 |  93 | 393k|  23k| 0.000000e+00 |      --      |    Inf 
1492.24/1492.59	c  1493s|482900 |  2212 |  4716k|   9.8 |  25M| 393 |  26 |2280 |5425 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1492.54/1492.89	c  1493s|483000 |  2215 |  4717k|   9.8 |  25M| 393 |   - |2280 |5313 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1492.84/1493.17	c  1493s|483100 |  2217 |  4718k|   9.8 |  25M| 393 |  26 |2280 |5306 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1493.14/1493.42	c  1493s|483200 |  2215 |  4719k|   9.8 |  25M| 393 |   - |2280 |5341 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1493.44/1493.71	c  1494s|483300 |  2213 |  4720k|   9.8 |  25M| 393 |   - |2280 |5380 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1493.74/1494.01	c  1494s|483400 |  2215 |  4721k|   9.8 |  25M| 393 |  38 |2280 |5350 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1494.04/1494.35	c  1494s|483500 |  2212 |  4723k|   9.8 |  25M| 393 |   - |2280 |5428 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1494.34/1494.67	c  1495s|483600 |  2209 |  4723k|   9.8 |  25M| 393 |   - |2280 |5480 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1494.65/1494.97	c  1495s|483700 |  2211 |  4724k|   9.8 |  25M| 393 |  37 |2280 |5196 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1494.94/1495.27	c  1495s|483800 |  2211 |  4725k|   9.8 |  25M| 393 |   - |2280 |5284 |2280 |1674 |  93 | 394k|  23k| 0.000000e+00 |      --      |    Inf 
1495.24/1495.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1495.24/1495.58	c  1496s|483900 |  2215 |  4727k|   9.8 |  25M| 393 |  23 |2280 |5327 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1495.54/1495.90	c  1496s|484000 |  2213 |  4728k|   9.8 |  25M| 393 |  39 |2280 |5351 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1495.94/1496.20	c  1496s|484100 |  2213 |  4729k|   9.8 |  25M| 393 |  37 |2280 |5396 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1496.24/1496.54	c  1497s|484200 |  2211 |  4731k|   9.8 |  25M| 393 |   - |2280 |5433 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1496.54/1496.86	c  1497s|484300 |  2215 |  4732k|   9.8 |  25M| 393 |  45 |2280 |5466 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1496.85/1497.18	c  1497s|484400 |  2215 |  4733k|   9.8 |  25M| 393 |   - |2280 |5538 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1497.24/1497.50	c  1498s|484500 |  2217 |  4734k|   9.8 |  25M| 393 |  25 |2280 |5573 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1497.54/1497.83	c  1498s|484600 |  2213 |  4735k|   9.8 |  25M| 393 |  38 |2280 |5610 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1497.84/1498.12	c  1498s|484700 |  2213 |  4736k|   9.8 |  25M| 393 |   - |2280 |5482 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1498.14/1498.42	c  1498s|484800 |  2215 |  4737k|   9.8 |  25M| 393 |  24 |2280 |5429 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1498.44/1498.72	c  1499s|484900 |  2211 |  4738k|   9.8 |  25M| 393 |   - |2280 |5439 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1498.73/1499.08	c  1499s|485000 |  2207 |  4739k|   9.8 |  25M| 393 |   - |2280 |5105 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1499.05/1499.35	c  1499s|485100 |  2207 |  4740k|   9.8 |  24M| 393 |  33 |2280 |4799 |2280 |1674 |  93 | 395k|  23k| 0.000000e+00 |      --      |    Inf 
1499.34/1499.65	c  1500s|485200 |  2211 |  4741k|   9.8 |  24M| 393 |   - |2280 |4160 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1499.64/1499.97	c  1500s|485300 |  2221 |  4742k|   9.8 |  23M| 393 |   - |2280 |3916 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1499.94/1500.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1499.94/1500.27	c  1500s|485400 |  2229 |  4743k|   9.8 |  23M| 393 |   - |2280 |3952 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1500.24/1500.59	c  1501s|485500 |  2225 |  4744k|   9.8 |  23M| 393 |  32 |2280 |4004 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1500.63/1500.90	c  1501s|485600 |  2224 |  4745k|   9.8 |  23M| 393 |  48 |2280 |4021 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1500.84/1501.19	c  1501s|485700 |  2227 |  4747k|   9.8 |  24M| 393 |  29 |2280 |4100 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1501.14/1501.49	c  1501s|485800 |  2230 |  4748k|   9.8 |  24M| 393 |  40 |2280 |4121 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1501.44/1501.79	c  1502s|485900 |  2233 |  4749k|   9.8 |  24M| 393 |  39 |2280 |4152 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1501.74/1502.06	c  1502s|486000 |  2233 |  4750k|   9.8 |  24M| 393 |  41 |2280 |4238 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1502.04/1502.33	c  1502s|486100 |  2233 |  4751k|   9.8 |  24M| 393 |   - |2280 |4304 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1502.35/1502.61	c  1503s|486200 |  2233 |  4752k|   9.8 |  24M| 393 |   - |2280 |4344 |2280 |1674 |  93 | 396k|  23k| 0.000000e+00 |      --      |    Inf 
1502.64/1502.92	c  1503s|486300 |  2237 |  4753k|   9.8 |  24M| 393 |  44 |2280 |4417 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1502.94/1503.23	c  1503s|486400 |  2241 |  4754k|   9.8 |  24M| 393 |  40 |2280 |4501 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1503.24/1503.56	c  1504s|486500 |  2230 |  4755k|   9.8 |  24M| 393 |  48 |2280 |4550 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1503.54/1503.89	c  1504s|486600 |  2227 |  4756k|   9.8 |  24M| 393 |   - |2280 |4358 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1503.84/1504.19	c  1504s|486700 |  2225 |  4757k|   9.8 |  24M| 393 |   - |2280 |4282 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1504.24/1504.50	c  1505s|486800 |  2226 |  4758k|   9.8 |  24M| 393 |  42 |2280 |4244 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1504.54/1504.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.54/1504.82	c  1505s|486900 |  2222 |  4759k|   9.8 |  24M| 393 |  40 |2280 |4212 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1504.84/1505.14	c  1505s|487000 |  2226 |  4761k|   9.8 |  24M| 393 |  30 |2280 |4247 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1505.14/1505.46	c  1505s|487100 |  2232 |  4762k|   9.8 |  24M| 393 |   - |2280 |4301 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1505.44/1505.77	c  1506s|487200 |  2232 |  4763k|   9.8 |  24M| 393 |   - |2280 |4365 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1505.84/1506.10	c  1506s|487300 |  2230 |  4764k|   9.8 |  24M| 393 |  35 |2280 |4434 |2280 |1674 |  93 | 397k|  23k| 0.000000e+00 |      --      |    Inf 
1506.14/1506.43	c  1506s|487400 |  2228 |  4765k|   9.8 |  24M| 393 |   - |2280 |4536 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1506.44/1506.73	c  1507s|487500 |  2227 |  4767k|   9.8 |  24M| 393 |  33 |2280 |4561 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1506.74/1507.05	c  1507s|487600 |  2231 |  4768k|   9.8 |  24M| 393 |   - |2280 |4632 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1507.03/1507.37	c  1507s|487700 |  2225 |  4769k|   9.8 |  24M| 393 |   - |2280 |4715 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1507.34/1507.68	c  1508s|487800 |  2223 |  4770k|   9.8 |  24M| 393 |   - |2280 |4715 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1507.64/1507.99	c  1508s|487900 |  2231 |  4771k|   9.8 |  24M| 393 |  36 |2280 |4821 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1508.04/1508.33	c  1508s|488000 |  2225 |  4773k|   9.8 |  25M| 393 |   - |2280 |4887 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1508.34/1508.64	c  1509s|488100 |  2221 |  4774k|   9.8 |  24M| 393 |   - |2280 |4747 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1508.64/1508.95	c  1509s|488200 |  2222 |  4775k|   9.8 |  24M| 393 |  17 |2280 |4528 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1508.94/1509.26	c  1509s|488300 |  2226 |  4776k|   9.8 |  24M| 393 |  24 |2280 |4418 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1509.23/1509.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.23/1509.59	c  1510s|488400 |  2226 |  4778k|   9.8 |  24M| 393 |   - |2280 |4539 |2280 |1674 |  93 | 398k|  23k| 0.000000e+00 |      --      |    Inf 
1509.54/1509.89	c  1510s|488500 |  2226 |  4779k|   9.8 |  24M| 393 |  32 |2280 |4605 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1509.94/1510.22	c  1510s|488600 |  2228 |  4780k|   9.8 |  24M| 393 |   - |2280 |4550 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1510.24/1510.50	c  1510s|488700 |  2228 |  4781k|   9.8 |  24M| 393 |  35 |2280 |4620 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1510.54/1510.81	c  1511s|488800 |  2232 |  4783k|   9.8 |  24M| 393 |  29 |2280 |4648 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1510.84/1511.12	c  1511s|488900 |  2232 |  4784k|   9.8 |  24M| 393 |  34 |2280 |4735 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1511.14/1511.41	c  1511s|489000 |  2232 |  4785k|   9.8 |  24M| 393 |  34 |2280 |4745 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1511.44/1511.71	c  1512s|489100 |  2232 |  4786k|   9.8 |  24M| 393 |   - |2280 |4778 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1511.73/1512.04	c  1512s|489200 |  2234 |  4788k|   9.8 |  25M| 393 |  22 |2280 |4836 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1512.03/1512.32	c  1512s|489300 |  2236 |  4789k|   9.8 |  25M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1512.24/1512.59	c  1513s|489400 |  2236 |  4790k|   9.8 |  25M| 393 |  41 |2280 |4918 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1512.64/1512.92	c  1513s|489500 |  2234 |  4791k|   9.8 |  25M| 393 |   - |2280 |4930 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1512.93/1513.23	c  1513s|489600 |  2236 |  4792k|   9.8 |  25M| 393 |  45 |2280 |4983 |2280 |1674 |  93 | 399k|  23k| 0.000000e+00 |      --      |    Inf 
1513.24/1513.54	c  1514s|489700 |  2234 |  4793k|   9.8 |  25M| 393 |   - |2280 |5016 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1513.54/1513.83	c  1514s|489800 |  2234 |  4794k|   9.8 |  25M| 393 |  47 |2280 |5040 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1513.83/1514.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1513.83/1514.14	c  1514s|489900 |  2230 |  4795k|   9.8 |  25M| 393 |  38 |2280 |5065 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1514.13/1514.42	c  1514s|490000 |  2228 |  4795k|   9.8 |  25M| 393 |  29 |2280 |5096 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1514.44/1514.72	c  1515s|490100 |  2224 |  4796k|   9.8 |  25M| 393 |   - |2280 |4982 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1514.73/1515.04	c  1515s|490200 |  2224 |  4797k|   9.8 |  24M| 393 |   - |2280 |4779 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1515.03/1515.37	c  1515s|490300 |  2226 |  4798k|   9.8 |  24M| 393 |   - |2280 |4801 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1515.33/1515.68	c  1516s|490400 |  2225 |  4799k|   9.8 |  24M| 393 |  32 |2280 |4753 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1515.63/1515.98	c  1516s|490500 |  2225 |  4800k|   9.8 |  24M| 393 |  35 |2280 |4791 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1516.04/1516.32	c  1516s|490600 |  2223 |  4801k|   9.8 |  25M| 393 |  38 |2280 |4919 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1516.34/1516.61	c  1517s|490700 |  2231 |  4802k|   9.8 |  24M| 393 |  33 |2280 |4505 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1516.55/1516.90	c  1517s|490800 |  2231 |  4803k|   9.8 |  24M| 393 |  26 |2280 |4590 |2280 |1674 |  93 | 400k|  23k| 0.000000e+00 |      --      |    Inf 
1516.94/1517.20	c  1517s|490900 |  2230 |  4805k|   9.8 |  24M| 393 |  27 |2280 |4434 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1517.13/1517.49	c  1517s|491000 |  2234 |  4806k|   9.8 |  24M| 393 |   - |2280 |4377 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1517.43/1517.78	c  1518s|491100 |  2233 |  4807k|   9.8 |  24M| 393 |   - |2280 |4402 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1517.74/1518.09	c  1518s|491200 |  2235 |  4808k|   9.8 |  24M| 393 |   - |2280 |4482 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1518.14/1518.41	c  1518s|491300 |  2239 |  4809k|   9.8 |  24M| 393 |  36 |2280 |4540 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1518.44/1518.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1518.44/1518.71	c  1519s|491400 |  2241 |  4811k|   9.8 |  24M| 393 |  31 |2280 |4589 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1518.64/1519.00	c  1519s|491500 |  2243 |  4812k|   9.8 |  24M| 393 |  34 |2280 |4657 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1519.04/1519.32	c  1519s|491600 |  2235 |  4813k|   9.8 |  24M| 393 |  37 |2280 |4644 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1519.34/1519.62	c  1520s|491700 |  2233 |  4814k|   9.8 |  24M| 393 |  23 |2280 |4684 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1519.64/1519.94	c  1520s|491800 |  2233 |  4815k|   9.8 |  24M| 393 |   - |2280 |4716 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1519.94/1520.26	c  1520s|491900 |  2231 |  4816k|   9.8 |  24M| 393 |   - |2280 |4770 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1520.24/1520.57	c  1521s|492000 |  2225 |  4818k|   9.8 |  24M| 393 |  35 |2280 |4732 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1520.64/1520.91	c  1521s|492100 |  2227 |  4819k|   9.8 |  24M| 393 |  35 |2280 |4501 |2280 |1674 |  93 | 401k|  23k| 0.000000e+00 |      --      |    Inf 
1520.94/1521.21	c  1521s|492200 |  2229 |  4820k|   9.8 |  24M| 393 |   - |2280 |4501 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1521.23/1521.51	c  1522s|492300 |  2229 |  4820k|   9.8 |  24M| 393 |  22 |2280 |4513 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1521.53/1521.81	c  1522s|492400 |  2229 |  4821k|   9.8 |  24M| 393 |  42 |2280 |4550 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1521.83/1522.10	c  1522s|492500 |  2229 |  4822k|   9.8 |  24M| 393 |  37 |2280 |4595 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1522.04/1522.39	c  1522s|492600 |  2228 |  4823k|   9.8 |  24M| 393 |  36 |2280 |4661 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1522.33/1522.69	c  1523s|492700 |  2230 |  4824k|   9.8 |  24M| 393 |  21 |2280 |4662 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1522.63/1522.97	c  1523s|492800 |  2230 |  4825k|   9.8 |  24M| 393 |  43 |2280 |4620 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1522.94/1523.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.94/1523.26	c  1523s|492900 |  2226 |  4826k|   9.8 |  24M| 393 |   - |2280 |4672 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1523.24/1523.53	c  1524s|493000 |  2226 |  4827k|   9.8 |  24M| 393 |  55 |2280 |4712 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1523.53/1523.82	c  1524s|493100 |  2226 |  4828k|   9.8 |  24M| 393 |  28 |2280 |4666 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1523.83/1524.13	c  1524s|493200 |  2226 |  4828k|   9.8 |  24M| 393 |  20 |2280 |4489 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1524.13/1524.41	c  1524s|493300 |  2225 |  4829k|   9.8 |  24M| 393 |   - |2280 |4479 |2280 |1674 |  93 | 402k|  23k| 0.000000e+00 |      --      |    Inf 
1524.34/1524.69	c  1525s|493400 |  2231 |  4830k|   9.8 |  24M| 393 |  20 |2280 |4424 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1524.63/1525.00	c  1525s|493500 |  2228 |  4831k|   9.8 |  24M| 393 |   - |2280 |4428 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1525.04/1525.31	c  1525s|493600 |  2228 |  4833k|   9.8 |  24M| 393 |  35 |2280 |4478 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1525.24/1525.57	c  1526s|493700 |  2228 |  4833k|   9.8 |  24M| 393 |  16 |2280 |4538 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1525.54/1525.84	c  1526s|493800 |  2228 |  4834k|   9.8 |  24M| 393 |  38 |2280 |4620 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1525.84/1526.13	c  1526s|493900 |  2229 |  4835k|   9.8 |  24M| 393 |  16 |2280 |4672 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1526.13/1526.42	c  1526s|494000 |  2225 |  4836k|   9.8 |  24M| 393 |  39 |2280 |4711 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1526.45/1526.73	c  1527s|494100 |  2227 |  4837k|   9.8 |  24M| 393 |   - |2280 |4456 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1526.74/1527.05	c  1527s|494200 |  2229 |  4838k|   9.8 |  24M| 393 |   - |2280 |4292 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1527.03/1527.38	c  1527s|494300 |  2226 |  4840k|   9.8 |  24M| 393 |   - |2280 |4339 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1527.43/1527.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1527.43/1527.71	c  1528s|494400 |  2231 |  4841k|   9.8 |  24M| 393 |  10 |2280 |4248 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1527.74/1528.04	c  1528s|494500 |  2228 |  4841k|   9.8 |  24M| 393 |   - |2280 |4279 |2280 |1674 |  93 | 403k|  23k| 0.000000e+00 |      --      |    Inf 
1528.03/1528.34	c  1528s|494600 |  2228 |  4842k|   9.8 |  24M| 393 |   - |2280 |4234 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1528.33/1528.63	c  1529s|494700 |  2228 |  4843k|   9.8 |  24M| 393 |  44 |2280 |4279 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1528.64/1528.96	c  1529s|494800 |  2229 |  4844k|   9.8 |  24M| 393 |   - |2280 |4232 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1528.93/1529.25	c  1529s|494900 |  2229 |  4845k|   9.8 |  24M| 393 |   - |2280 |4271 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1529.23/1529.56	c  1530s|495000 |  2231 |  4846k|   9.8 |  24M| 393 |  42 |2280 |4341 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1529.53/1529.88	c  1530s|495100 |  2229 |  4847k|   9.8 |  24M| 393 |  37 |2280 |4393 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1529.94/1530.23	c  1530s|495200 |  2230 |  4848k|   9.8 |  24M| 393 |   - |2280 |4345 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1530.24/1530.52	c  1531s|495300 |  2232 |  4849k|   9.8 |  24M| 393 |   - |2280 |4325 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1530.54/1530.82	c  1531s|495400 |  2233 |  4849k|   9.8 |  24M| 393 |  35 |2280 |4351 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1530.84/1531.14	c  1531s|495500 |  2230 |  4850k|   9.8 |  24M| 393 |   6 |2280 |4382 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1531.13/1531.44	c  1531s|495600 |  2228 |  4851k|   9.8 |  24M| 393 |  38 |2280 |4379 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1531.44/1531.74	c  1532s|495700 |  2226 |  4852k|   9.8 |  24M| 393 |   - |2280 |4402 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1531.74/1532.09	c  1532s|495800 |  2229 |  4853k|   9.8 |  24M| 393 |   - |2280 |4311 |2280 |1674 |  93 | 404k|  23k| 0.000000e+00 |      --      |    Inf 
1532.04/1532.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1532.04/1532.37	c  1532s|495900 |  2227 |  4854k|   9.8 |  24M| 393 |  35 |2280 |4250 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1532.33/1532.66	c  1533s|496000 |  2233 |  4855k|   9.8 |  24M| 393 |  38 |2280 |4115 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1532.63/1532.98	c  1533s|496100 |  2234 |  4856k|   9.8 |  24M| 393 |   - |2280 |4079 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1532.94/1533.28	c  1533s|496200 |  2235 |  4856k|   9.8 |  24M| 393 |  21 |2280 |4086 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1533.23/1533.59	c  1534s|496300 |  2233 |  4857k|   9.8 |  24M| 393 |  17 |2280 |4099 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1533.53/1533.88	c  1534s|496400 |  2231 |  4858k|   9.8 |  24M| 393 |   - |2280 |4080 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1533.94/1534.22	c  1534s|496500 |  2227 |  4859k|   9.8 |  24M| 393 |  31 |2280 |4079 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1534.24/1534.52	c  1535s|496600 |  2229 |  4860k|   9.8 |  24M| 393 |  38 |2280 |4048 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1534.54/1534.81	c  1535s|496700 |  2233 |  4861k|   9.8 |  24M| 393 |   - |2280 |4053 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1534.83/1535.12	c  1535s|496800 |  2229 |  4862k|   9.8 |  24M| 393 |   - |2280 |4099 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1535.04/1535.40	c  1535s|496900 |  2229 |  4863k|   9.8 |  24M| 393 |  48 |2280 |4133 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1535.44/1535.72	c  1536s|497000 |  2231 |  4864k|   9.8 |  24M| 393 |   - |2280 |4229 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1535.73/1536.03	c  1536s|497100 |  2227 |  4865k|   9.8 |  24M| 393 |   - |2280 |4293 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1536.04/1536.33	c  1536s|497200 |  2225 |  4866k|   9.8 |  24M| 393 |   - |2280 |4351 |2280 |1674 |  93 | 405k|  23k| 0.000000e+00 |      --      |    Inf 
1536.34/1536.66	c  1537s|497300 |  2226 |  4867k|   9.8 |  24M| 393 |  44 |2280 |4308 |2280 |1674 |  93 | 406k|  23k| 0.000000e+00 |      --      |    Inf 
1536.64/1536.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.64/1536.99	c  1537s|497400 |  2227 |  4868k|   9.8 |  24M| 393 |   - |2280 |4315 |2280 |1674 |  93 | 406k|  23k| 0.000000e+00 |      --      |    Inf 
1537.84/1538.14	c  1538s|497500 |  2232 |  4869k|   9.8 |  23M| 393 |  46 |2280 |3947 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1538.43/1538.74	c  1539s|497600 |  2234 |  4870k|   9.8 |  23M| 393 |  49 |2280 |3896 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1538.93/1539.27	c  1539s|497700 |  2236 |  4871k|   9.8 |  23M| 393 |  57 |2280 |3908 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1539.44/1539.74	c  1540s|497800 |  2231 |  4873k|   9.8 |  23M| 393 |  56 |2280 |3932 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1539.74/1540.05	c  1540s|497900 |  2233 |  4874k|   9.8 |  24M| 393 |   - |2280 |3980 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1540.03/1540.38	c  1540s|498000 |  2231 |  4875k|   9.8 |  24M| 393 |  21 |2280 |4025 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1540.44/1540.79	c  1541s|498100 |  2230 |  4876k|   9.8 |  24M| 393 |  62 |2280 |3885 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1540.84/1541.18	c  1541s|498200 |  2230 |  4878k|   9.8 |  24M| 393 |  40 |2280 |3882 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1541.23/1541.52	c  1542s|498300 |  2228 |  4879k|   9.8 |  23M| 393 |   - |2280 |3794 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1541.53/1541.85	c  1542s|498400 |  2228 |  4881k|   9.8 |  23M| 393 |  31 |2280 |3795 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1541.84/1542.14	c  1542s|498500 |  2232 |  4882k|   9.8 |  23M| 393 |   - |2280 |3819 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1542.23/1542.53	c  1543s|498600 |  2230 |  4883k|   9.8 |  23M| 393 |  39 |2280 |3804 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1542.63/1542.94	c  1543s|498700 |  2230 |  4884k|   9.8 |  23M| 393 |  30 |2280 |3816 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1543.04/1543.31	c  1543s|498800 |  2227 |  4885k|   9.8 |  23M| 393 |  43 |2280 |3829 |2280 |1674 |  93 | 406k|  24k| 0.000000e+00 |      --      |    Inf 
1543.23/1543.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.23/1543.58	c  1544s|498900 |  2235 |  4886k|   9.8 |  23M| 393 |  27 |2280 |3769 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1543.53/1543.86	c  1544s|499000 |  2232 |  4887k|   9.8 |  23M| 393 |  36 |2280 |3842 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1543.84/1544.16	c  1544s|499100 |  2230 |  4888k|   9.8 |  23M| 393 |   - |2280 |3822 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1544.14/1544.46	c  1544s|499200 |  2228 |  4889k|   9.8 |  23M| 393 |  33 |2280 |3825 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1544.43/1544.74	c  1545s|499300 |  2232 |  4890k|   9.8 |  23M| 393 |  15 |2280 |3794 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1544.73/1545.03	c  1545s|499400 |  2230 |  4891k|   9.8 |  23M| 393 |   - |2280 |3865 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1545.03/1545.31	c  1545s|499500 |  2236 |  4892k|   9.8 |  24M| 393 |   - |2280 |3909 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1545.34/1545.61	c  1546s|499600 |  2233 |  4892k|   9.8 |  23M| 393 |   - |2280 |3884 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1545.54/1545.89	c  1546s|499700 |  2234 |  4893k|   9.8 |  23M| 393 |  20 |2280 |3895 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1545.83/1546.18	c  1546s|499800 |  2235 |  4894k|   9.8 |  24M| 393 |  33 |2280 |3914 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1546.13/1546.44	c  1546s|499900 |  2232 |  4894k|   9.8 |  24M| 393 |   - |2280 |3961 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1546.43/1546.73	c  1547s|500000 |  2233 |  4895k|   9.8 |  24M| 393 |  31 |2280 |4013 |2280 |1674 |  93 | 407k|  24k| 0.000000e+00 |      --      |    Inf 
1546.73/1547.01	c  1547s|500100 |  2234 |  4896k|   9.8 |  24M| 393 |   - |2280 |4064 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1546.94/1547.29	c  1547s|500200 |  2238 |  4897k|   9.8 |  24M| 393 |  50 |2280 |4099 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1547.23/1547.56	c  1548s|500300 |  2238 |  4897k|   9.8 |  24M| 393 |   - |2280 |4155 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1547.54/1547.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1547.54/1547.84	c  1548s|500400 |  2235 |  4898k|   9.8 |  24M| 393 |   - |2280 |4059 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1547.83/1548.11	c  1548s|500500 |  2236 |  4899k|   9.8 |  24M| 393 |   - |2280 |4081 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1548.14/1548.41	c  1548s|500600 |  2236 |  4900k|   9.8 |  24M| 393 |  23 |2280 |4136 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1548.44/1548.71	c  1549s|500700 |  2234 |  4901k|   9.8 |  24M| 393 |   - |2280 |4177 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1548.73/1549.00	c  1549s|500800 |  2240 |  4902k|   9.8 |  24M| 393 |   - |2280 |4238 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1549.03/1549.30	c  1549s|500900 |  2239 |  4903k|   9.8 |  24M| 393 |   - |2280 |4289 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1549.23/1549.57	c  1550s|501000 |  2241 |  4904k|   9.8 |  24M| 393 |   - |2280 |4355 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1549.54/1549.84	c  1550s|501100 |  2245 |  4905k|   9.8 |  24M| 393 |   - |2280 |4454 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1549.83/1550.14	c  1550s|501200 |  2242 |  4906k|   9.8 |  24M| 393 |  53 |2280 |4467 |2280 |1674 |  93 | 408k|  24k| 0.000000e+00 |      --      |    Inf 
1550.13/1550.41	c  1550s|501300 |  2242 |  4906k|   9.8 |  24M| 393 |  31 |2280 |4470 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1550.44/1550.74	c  1551s|501400 |  2240 |  4907k|   9.8 |  24M| 393 |   - |2280 |4427 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1550.74/1551.05	c  1551s|501500 |  2240 |  4908k|   9.8 |  24M| 393 |   - |2280 |4473 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1551.03/1551.35	c  1551s|501600 |  2240 |  4909k|   9.8 |  24M| 393 |   - |2280 |4508 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1551.33/1551.68	c  1552s|501700 |  2242 |  4910k|   9.8 |  24M| 393 |  34 |2280 |4494 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1551.63/1551.94	c  1552s|501800 |  2242 |  4911k|   9.8 |  24M| 393 |   - |2280 |4519 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1551.93/1552.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1551.93/1552.23	c  1552s|501900 |  2240 |  4912k|   9.8 |  24M| 393 |  34 |2280 |4588 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1552.23/1552.52	c  1553s|502000 |  2238 |  4913k|   9.8 |  24M| 393 |   - |2280 |4640 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1552.53/1552.81	c  1553s|502100 |  2238 |  4913k|   9.8 |  24M| 393 |  45 |2280 |4641 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1552.73/1553.08	c  1553s|502200 |  2236 |  4914k|   9.8 |  25M| 393 |   - |2280 |4693 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1553.04/1553.37	c  1553s|502300 |  2234 |  4915k|   9.8 |  25M| 393 |  42 |2280 |4686 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1553.33/1553.67	c  1554s|502400 |  2233 |  4916k|   9.8 |  25M| 393 |   - |2280 |4718 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1553.63/1553.95	c  1554s|502500 |  2232 |  4916k|   9.8 |  25M| 393 |   - |2280 |4758 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1553.93/1554.22	c  1554s|502600 |  2237 |  4917k|   9.8 |  25M| 393 |  34 |2280 |4803 |2280 |1674 |  93 | 409k|  24k| 0.000000e+00 |      --      |    Inf 
1554.14/1554.49	c  1554s|502700 |  2241 |  4918k|   9.8 |  25M| 393 |  42 |2280 |4868 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1554.43/1554.79	c  1555s|502800 |  2235 |  4919k|   9.8 |  25M| 393 |   - |2280 |4902 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1554.73/1555.07	c  1555s|502900 |  2232 |  4920k|   9.8 |  25M| 393 |   - |2280 |4927 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1555.03/1555.38	c  1555s|503000 |  2234 |  4920k|   9.8 |  25M| 393 |   - |2280 |4875 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1555.33/1555.65	c  1556s|503100 |  2233 |  4921k|   9.8 |  25M| 393 |   - |2280 |4951 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1555.63/1555.94	c  1556s|503200 |  2237 |  4922k|   9.8 |  25M| 393 |   - |2280 |4908 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1555.93/1556.23	c  1556s|503300 |  2238 |  4923k|   9.8 |  25M| 393 |   9 |2280 |4951 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1556.23/1556.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.23/1556.52	c  1557s|503400 |  2238 |  4924k|   9.8 |  25M| 393 |  24 |2280 |4984 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1556.43/1556.76	c  1557s|503500 |  2236 |  4925k|   9.8 |  25M| 393 |  19 |2280 |5035 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1556.73/1557.04	c  1557s|503600 |  2234 |  4925k|   9.8 |  25M| 393 |  23 |2280 |5092 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1557.03/1557.33	c  1557s|503700 |  2234 |  4926k|   9.8 |  25M| 393 |   - |2280 |5074 |2280 |1674 |  93 | 410k|  24k| 0.000000e+00 |      --      |    Inf 
1557.34/1557.61	c  1558s|503800 |  2236 |  4927k|   9.8 |  25M| 393 |  24 |2280 |5151 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1557.63/1557.91	c  1558s|503900 |  2234 |  4928k|   9.8 |  25M| 393 |  33 |2280 |5226 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1557.93/1558.24	c  1558s|504000 |  2232 |  4929k|   9.8 |  25M| 393 |  34 |2280 |5187 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1558.23/1558.59	c  1559s|504100 |  2232 |  4930k|   9.8 |  25M| 393 |  35 |2280 |5213 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1558.63/1558.90	c  1559s|504200 |  2234 |  4931k|   9.8 |  25M| 393 |  33 |2280 |5147 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1558.93/1559.21	c  1559s|504300 |  2230 |  4932k|   9.8 |  25M| 393 |   - |2280 |5207 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1559.23/1559.52	c  1560s|504400 |  2231 |  4933k|   9.8 |  25M| 393 |   - |2280 |4948 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1559.54/1559.88	c  1560s|504500 |  2231 |  4934k|   9.8 |  25M| 393 |  32 |2280 |4901 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1559.83/1560.19	c  1560s|504600 |  2231 |  4935k|   9.8 |  25M| 393 |  16 |2280 |4678 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1560.13/1560.47	c  1560s|504700 |  2229 |  4935k|   9.8 |  25M| 393 |  12 |2280 |4712 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1560.43/1560.72	c  1561s|504800 |  2228 |  4936k|   9.8 |  25M| 393 |   - |2280 |4683 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1560.63/1560.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.63/1560.96	c  1561s|504900 |  2230 |  4937k|   9.8 |  25M| 393 |   - |2280 |4779 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1560.83/1561.19	c  1561s|505000 |  2232 |  4938k|   9.8 |  25M| 393 |  10 |2280 |4791 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1561.13/1561.46	c  1561s|505100 |  2230 |  4939k|   9.8 |  25M| 393 |   - |2280 |4800 |2280 |1674 |  93 | 411k|  24k| 0.000000e+00 |      --      |    Inf 
1561.43/1561.77	c  1562s|505200 |  2229 |  4940k|   9.8 |  25M| 393 |   - |2280 |4873 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1561.74/1562.07	c  1562s|505300 |  2230 |  4941k|   9.8 |  25M| 393 |   - |2280 |4903 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1562.03/1562.35	c  1562s|505400 |  2226 |  4942k|   9.8 |  25M| 393 |  41 |2280 |4886 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1562.33/1562.64	c  1563s|505500 |  2227 |  4942k|   9.8 |  24M| 393 |  28 |2280 |4449 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1562.63/1562.93	c  1563s|505600 |  2226 |  4943k|   9.8 |  24M| 393 |   - |2280 |4345 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1562.93/1563.26	c  1563s|505700 |  2227 |  4944k|   9.8 |  24M| 393 |   - |2280 |4285 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1563.23/1563.56	c  1564s|505800 |  2229 |  4945k|   9.8 |  24M| 393 |  45 |2280 |4308 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1563.53/1563.84	c  1564s|505900 |  2229 |  4946k|   9.8 |  24M| 393 |   - |2280 |4387 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1563.84/1564.14	c  1564s|506000 |  2228 |  4947k|   9.8 |  24M| 393 |  40 |2280 |4449 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1564.13/1564.46	c  1564s|506100 |  2224 |  4948k|   9.8 |  24M| 393 |   - |2280 |4469 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1564.42/1564.77	c  1565s|506200 |  2226 |  4949k|   9.8 |  24M| 393 |  46 |2280 |4472 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1564.83/1565.10	c  1565s|506300 |  2224 |  4950k|   9.8 |  24M| 393 |   - |2280 |4519 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1565.13/1565.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.13/1565.40	c  1565s|506400 |  2228 |  4951k|   9.8 |  24M| 393 |  29 |2280 |4512 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1565.33/1565.69	c  1566s|506500 |  2228 |  4952k|   9.8 |  24M| 393 |  38 |2280 |4551 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1565.73/1566.00	c  1566s|506600 |  2226 |  4953k|   9.8 |  25M| 393 |  48 |2280 |4623 |2280 |1674 |  93 | 412k|  24k| 0.000000e+00 |      --      |    Inf 
1566.04/1566.32	c  1566s|506700 |  2224 |  4954k|   9.8 |  25M| 393 |   - |2280 |4676 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1566.33/1566.65	c  1567s|506800 |  2226 |  4955k|   9.8 |  24M| 393 |  32 |2280 |4120 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1566.63/1566.98	c  1567s|506900 |  2229 |  4956k|   9.8 |  23M| 393 |   - |2280 |3834 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1567.03/1567.30	c  1567s|507000 |  2230 |  4957k|   9.8 |  23M| 393 |  33 |2280 |3789 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1567.33/1567.61	c  1568s|507100 |  2229 |  4958k|   9.8 |  23M| 393 |  35 |2280 |3751 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1567.63/1567.91	c  1568s|507200 |  2230 |  4960k|   9.8 |  23M| 393 |   - |2280 |3760 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1567.93/1568.22	c  1568s|507300 |  2228 |  4961k|   9.8 |  23M| 393 |  43 |2280 |3764 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1568.23/1568.50	c  1569s|507400 |  2228 |  4962k|   9.8 |  23M| 393 |   - |2280 |3769 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1568.53/1568.81	c  1569s|507500 |  2234 |  4963k|   9.8 |  23M| 393 |  26 |2280 |3726 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1568.83/1569.13	c  1569s|507600 |  2229 |  4964k|   9.8 |  23M| 393 |   - |2280 |3768 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1569.13/1569.45	c  1569s|507700 |  2229 |  4965k|   9.8 |  23M| 393 |  47 |2280 |3773 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1569.43/1569.74	c  1570s|507800 |  2231 |  4966k|   9.8 |  23M| 393 |  42 |2280 |3813 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1569.73/1570.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1569.73/1570.03	c  1570s|507900 |  2237 |  4968k|   9.8 |  23M| 393 |  10 |2280 |3538 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1570.02/1570.35	c  1570s|508000 |  2236 |  4969k|   9.8 |  23M| 393 |   - |2280 |3598 |2280 |1674 |  93 | 413k|  24k| 0.000000e+00 |      --      |    Inf 
1570.33/1570.67	c  1571s|508100 |  2238 |  4970k|   9.8 |  23M| 393 |  39 |2280 |3573 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1570.63/1570.95	c  1571s|508200 |  2241 |  4971k|   9.8 |  23M| 393 |   - |2280 |3635 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1570.93/1571.27	c  1571s|508300 |  2239 |  4972k|   9.8 |  23M| 393 |  19 |2280 |3663 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1571.22/1571.56	c  1572s|508400 |  2243 |  4973k|   9.8 |  23M| 393 |   - |2280 |3733 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1571.53/1571.85	c  1572s|508500 |  2241 |  4974k|   9.8 |  23M| 393 |   - |2280 |3787 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1571.83/1572.17	c  1572s|508600 |  2238 |  4976k|   9.8 |  24M| 393 |   - |2280 |3871 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1572.13/1572.49	c  1572s|508700 |  2238 |  4977k|   9.8 |  24M| 393 |  16 |2280 |3876 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1572.53/1572.81	c  1573s|508800 |  2238 |  4978k|   9.8 |  24M| 393 |   - |2280 |3914 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1572.82/1573.13	c  1573s|508900 |  2234 |  4979k|   9.8 |  24M| 393 |   - |2280 |4000 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1573.12/1573.45	c  1573s|509000 |  2235 |  4980k|   9.8 |  24M| 393 |  42 |2280 |4013 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1573.43/1573.74	c  1574s|509100 |  2235 |  4981k|   9.8 |  24M| 393 |  29 |2280 |4060 |2280 |1674 |  93 | 414k|  24k| 0.000000e+00 |      --      |    Inf 
1573.73/1574.07	c  1574s|509200 |  2233 |  4982k|   9.8 |  24M| 393 |   - |2280 |4047 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1574.03/1574.39	c  1574s|509300 |  2237 |  4983k|   9.8 |  24M| 393 |  27 |2280 |3975 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1574.33/1574.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.33/1574.67	c  1575s|509400 |  2235 |  4984k|   9.8 |  24M| 393 |  34 |2280 |3914 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1574.63/1574.96	c  1575s|509500 |  2235 |  4985k|   9.8 |  24M| 393 |   - |2280 |3984 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1574.93/1575.25	c  1575s|509600 |  2237 |  4986k|   9.8 |  24M| 393 |   - |2280 |4026 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1575.22/1575.54	c  1576s|509700 |  2233 |  4987k|   9.8 |  24M| 393 |   - |2280 |4082 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1575.53/1575.82	c  1576s|509800 |  2237 |  4988k|   9.8 |  24M| 393 |  42 |2280 |4050 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1575.83/1576.11	c  1576s|509900 |  2239 |  4989k|   9.8 |  24M| 393 |  31 |2280 |4116 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1576.13/1576.40	c  1576s|510000 |  2237 |  4990k|   9.8 |  24M| 393 |   - |2280 |4213 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1576.43/1576.70	c  1577s|510100 |  2235 |  4991k|   9.8 |  24M| 393 |   - |2280 |4252 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1576.73/1577.00	c  1577s|510200 |  2235 |  4992k|   9.8 |  24M| 393 |   - |2280 |4266 |2280 |1674 |  93 | 415k|  24k| 0.000000e+00 |      --      |    Inf 
1577.03/1577.31	c  1577s|510300 |  2239 |  4993k|   9.8 |  24M| 393 |  31 |2280 |4240 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1577.23/1577.59	c  1578s|510400 |  2239 |  4994k|   9.8 |  24M| 393 |   - |2280 |4261 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1577.53/1577.87	c  1578s|510500 |  2241 |  4995k|   9.8 |  24M| 393 |  28 |2280 |4336 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1577.83/1578.16	c  1578s|510600 |  2237 |  4996k|   9.8 |  24M| 393 |   - |2280 |4414 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1578.13/1578.43	c  1578s|510700 |  2243 |  4997k|   9.8 |  24M| 393 |   - |2280 |4472 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1578.43/1578.72	c  1579s|510800 |  2243 |  4998k|   9.8 |  24M| 393 |   - |2280 |4523 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1578.72/1579.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.72/1579.04	c  1579s|510900 |  2241 |  4999k|   9.8 |  24M| 393 |   - |2280 |4581 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1579.03/1579.32	c  1579s|511000 |  2241 |  5000k|   9.8 |  24M| 393 |  40 |2280 |4586 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1579.34/1579.64	c  1580s|511100 |  2247 |  5001k|   9.8 |  25M| 393 |  31 |2280 |4696 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1579.63/1579.97	c  1580s|511200 |  2245 |  5002k|   9.8 |  25M| 393 |  28 |2280 |4674 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1579.93/1580.25	c  1580s|511300 |  2242 |  5003k|   9.8 |  24M| 393 |   - |2280 |4613 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1580.22/1580.57	c  1581s|511400 |  2242 |  5005k|   9.8 |  25M| 393 |  21 |2280 |4645 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1580.62/1580.92	c  1581s|511500 |  2240 |  5006k|   9.8 |  25M| 393 |   - |2280 |4677 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1580.93/1581.23	c  1581s|511600 |  2242 |  5007k|   9.8 |  25M| 393 |  34 |2280 |4695 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1581.23/1581.54	c  1582s|511700 |  2242 |  5008k|   9.8 |  25M| 393 |   - |2280 |4742 |2280 |1674 |  93 | 416k|  24k| 0.000000e+00 |      --      |    Inf 
1581.53/1581.84	c  1582s|511800 |  2240 |  5010k|   9.8 |  25M| 393 |  36 |2280 |4739 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1581.83/1582.15	c  1582s|511900 |  2242 |  5011k|   9.8 |  25M| 393 |  24 |2280 |4649 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1582.13/1582.45	c  1582s|512000 |  2246 |  5012k|   9.8 |  25M| 393 |  20 |2280 |4637 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1582.42/1582.72	c  1583s|512100 |  2242 |  5012k|   9.8 |  25M| 393 |   - |2280 |4646 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1582.63/1582.98	c  1583s|512200 |  2243 |  5013k|   9.8 |  25M| 393 |  29 |2280 |4658 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1582.93/1583.25	c  1583s|512300 |  2243 |  5014k|   9.8 |  25M| 393 |  31 |2280 |4695 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1583.23/1583.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1583.23/1583.54	c  1584s|512400 |  2243 |  5015k|   9.8 |  25M| 393 |   - |2280 |4752 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1583.53/1583.82	c  1584s|512500 |  2240 |  5016k|   9.8 |  25M| 393 |   - |2280 |4773 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1583.83/1584.13	c  1584s|512600 |  2242 |  5017k|   9.8 |  24M| 393 |  34 |2280 |4601 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1584.13/1584.42	c  1584s|512700 |  2243 |  5018k|   9.8 |  24M| 393 |   - |2280 |4612 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1584.42/1584.72	c  1585s|512800 |  2242 |  5019k|   9.8 |  24M| 393 |  60 |2280 |4637 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1584.63/1585.00	c  1585s|512900 |  2246 |  5020k|   9.8 |  25M| 393 |  26 |2280 |4706 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1584.93/1585.29	c  1585s|513000 |  2248 |  5022k|   9.8 |  25M| 393 |   - |2280 |4720 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1585.33/1585.60	c  1586s|513100 |  2244 |  5023k|   9.8 |  25M| 393 |  33 |2280 |4756 |2280 |1674 |  93 | 417k|  24k| 0.000000e+00 |      --      |    Inf 
1585.62/1585.91	c  1586s|513200 |  2248 |  5024k|   9.8 |  25M| 393 |   - |2280 |4801 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1585.93/1586.24	c  1586s|513300 |  2244 |  5026k|   9.8 |  25M| 393 |   - |2280 |4868 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1586.23/1586.53	c  1587s|513400 |  2246 |  5027k|   9.8 |  25M| 393 |   - |2280 |4887 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1586.53/1586.85	c  1587s|513500 |  2244 |  5028k|   9.8 |  25M| 393 |   - |2280 |4948 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1586.82/1587.16	c  1587s|513600 |  2246 |  5029k|   9.8 |  25M| 393 |   - |2280 |4959 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1587.13/1587.49	c  1587s|513700 |  2246 |  5030k|   9.8 |  25M| 393 |   - |2280 |5011 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1587.53/1587.82	c  1588s|513800 |  2248 |  5031k|   9.8 |  25M| 393 |  41 |2280 |5065 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1587.82/1588.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1587.82/1588.17	c  1588s|513900 |  2244 |  5033k|   9.8 |  25M| 393 |   - |2280 |5062 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1588.23/1588.51	c  1589s|514000 |  2244 |  5034k|   9.8 |  25M| 393 |  34 |2280 |5048 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1588.53/1588.82	c  1589s|514100 |  2245 |  5035k|   9.8 |  25M| 393 |   - |2280 |5091 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1588.83/1589.11	c  1589s|514200 |  2243 |  5037k|   9.8 |  25M| 393 |   - |2280 |5098 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1589.13/1589.46	c  1589s|514300 |  2243 |  5038k|   9.8 |  25M| 393 |   - |2280 |5138 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1589.43/1589.75	c  1590s|514400 |  2243 |  5039k|   9.8 |  25M| 393 |   - |2280 |5037 |2280 |1674 |  93 | 418k|  24k| 0.000000e+00 |      --      |    Inf 
1589.72/1590.08	c  1590s|514500 |  2240 |  5040k|   9.8 |  25M| 393 |  32 |2280 |5048 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1590.02/1590.38	c  1590s|514600 |  2244 |  5041k|   9.8 |  25M| 393 |   - |2280 |5044 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1590.42/1590.72	c  1591s|514700 |  2238 |  5042k|   9.8 |  25M| 393 |   - |2280 |5084 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1590.73/1591.01	c  1591s|514800 |  2244 |  5043k|   9.8 |  25M| 393 |  28 |2280 |4944 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1591.03/1591.31	c  1591s|514900 |  2238 |  5044k|   9.8 |  25M| 393 |  41 |2280 |4891 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1591.22/1591.59	c  1592s|515000 |  2240 |  5045k|   9.8 |  25M| 393 |  32 |2280 |4891 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1591.52/1591.89	c  1592s|515100 |  2242 |  5046k|   9.8 |  25M| 393 |  35 |2280 |4905 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1591.82/1592.19	c  1592s|515200 |  2242 |  5046k|   9.8 |  25M| 393 |   - |2280 |4953 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1592.13/1592.46	c  1592s|515300 |  2242 |  5047k|   9.8 |  25M| 393 |  25 |2280 |5012 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1592.43/1592.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.43/1592.75	c  1593s|515400 |  2238 |  5048k|   9.8 |  25M| 393 |  36 |2280 |5037 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1592.72/1593.04	c  1593s|515500 |  2244 |  5049k|   9.8 |  24M| 393 |   - |2280 |4568 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1593.03/1593.34	c  1593s|515600 |  2240 |  5050k|   9.8 |  24M| 393 |   - |2280 |4547 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1593.23/1593.57	c  1594s|515700 |  2246 |  5050k|   9.8 |  24M| 393 |  10 |2280 |4429 |2280 |1674 |  93 | 419k|  24k| 0.000000e+00 |      --      |    Inf 
1593.53/1593.84	c  1594s|515800 |  2246 |  5051k|   9.8 |  24M| 393 |  42 |2280 |4504 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1593.82/1594.12	c  1594s|515900 |  2242 |  5052k|   9.8 |  24M| 393 |   - |2280 |4528 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1594.13/1594.42	c  1594s|516000 |  2242 |  5053k|   9.8 |  24M| 393 |   - |2280 |4523 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1594.43/1594.71	c  1595s|516100 |  2244 |  5053k|   9.8 |  24M| 393 |   - |2280 |4512 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1594.73/1595.03	c  1595s|516200 |  2240 |  5054k|   9.8 |  24M| 393 |  38 |2280 |4485 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1595.02/1595.32	c  1595s|516300 |  2240 |  5055k|   9.8 |  24M| 393 |  37 |2280 |4530 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1595.32/1595.64	c  1596s|516400 |  2242 |  5056k|   9.8 |  24M| 393 |  33 |2280 |4487 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1595.62/1595.97	c  1596s|516500 |  2240 |  5057k|   9.8 |  24M| 393 |   - |2280 |4515 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1595.93/1596.25	c  1596s|516600 |  2238 |  5058k|   9.8 |  24M| 393 |  42 |2280 |4497 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1596.22/1596.53	c  1597s|516700 |  2238 |  5059k|   9.8 |  24M| 393 |   - |2280 |4472 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1596.52/1596.83	c  1597s|516800 |  2245 |  5060k|   9.8 |  24M| 393 |   - |2280 |4436 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1596.83/1597.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1596.83/1597.12	c  1597s|516900 |  2245 |  5061k|   9.8 |  24M| 393 |   - |2280 |4508 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1597.03/1597.39	c  1597s|517000 |  2246 |  5062k|   9.8 |  24M| 393 |   - |2280 |4530 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1597.42/1597.70	c  1598s|517100 |  2246 |  5063k|   9.8 |  24M| 393 |  40 |2280 |4546 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1597.73/1598.01	c  1598s|517200 |  2244 |  5063k|   9.8 |  24M| 393 |   - |2280 |4593 |2280 |1674 |  93 | 420k|  24k| 0.000000e+00 |      --      |    Inf 
1598.03/1598.34	c  1598s|517300 |  2241 |  5064k|   9.8 |  24M| 393 |  25 |2280 |4559 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1598.32/1598.64	c  1599s|517400 |  2239 |  5066k|   9.8 |  24M| 393 |   - |2280 |4578 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1598.62/1598.97	c  1599s|517500 |  2237 |  5067k|   9.8 |  24M| 393 |   - |2280 |4539 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1598.92/1599.28	c  1599s|517600 |  2239 |  5068k|   9.8 |  24M| 393 |   - |2280 |4483 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1599.22/1599.59	c  1600s|517700 |  2239 |  5069k|   9.8 |  24M| 393 |   - |2280 |4535 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1599.52/1599.89	c  1600s|517800 |  2245 |  5070k|   9.8 |  24M| 393 |  23 |2280 |4579 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1599.92/1600.21	c  1600s|517900 |  2238 |  5071k|   9.8 |  25M| 393 |   - |2280 |4639 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1600.13/1600.48	c  1600s|518000 |  2238 |  5071k|   9.8 |  25M| 393 |   - |2280 |4650 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1600.42/1600.76	c  1601s|518100 |  2238 |  5072k|   9.8 |  24M| 393 |   - |2280 |4618 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1600.73/1601.08	c  1601s|518200 |  2240 |  5074k|   9.8 |  24M| 393 |   - |2280 |4593 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1601.03/1601.38	c  1601s|518300 |  2242 |  5074k|   9.8 |  24M| 393 |   - |2280 |4575 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1601.33/1601.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.33/1601.68	c  1602s|518400 |  2241 |  5075k|   9.8 |  24M| 393 |  36 |2280 |4620 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1601.63/1601.95	c  1602s|518500 |  2241 |  5076k|   9.8 |  24M| 393 |  23 |2280 |4627 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1601.92/1602.26	c  1602s|518600 |  2239 |  5077k|   9.8 |  25M| 393 |  25 |2280 |4689 |2280 |1674 |  93 | 421k|  24k| 0.000000e+00 |      --      |    Inf 
1602.22/1602.54	c  1603s|518700 |  2243 |  5078k|   9.8 |  25M| 393 |   - |2280 |4775 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1602.52/1602.82	c  1603s|518800 |  2243 |  5079k|   9.8 |  25M| 393 |   - |2280 |4815 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1602.82/1603.13	c  1603s|518900 |  2241 |  5080k|   9.8 |  25M| 393 |   - |2280 |4801 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1603.12/1603.45	c  1603s|519000 |  2243 |  5081k|   9.8 |  25M| 393 |   - |2280 |4859 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1603.43/1603.76	c  1604s|519100 |  2242 |  5082k|   9.8 |  25M| 393 |  35 |2280 |4932 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1603.72/1604.07	c  1604s|519200 |  2236 |  5083k|   9.8 |  25M| 393 |  43 |2280 |4858 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1604.02/1604.36	c  1604s|519300 |  2242 |  5084k|   9.8 |  25M| 393 |  32 |2280 |4803 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1604.33/1604.66	c  1605s|519400 |  2239 |  5085k|   9.8 |  25M| 393 |   - |2280 |4780 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1604.63/1604.94	c  1605s|519500 |  2238 |  5086k|   9.8 |  25M| 393 |   - |2280 |4786 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1604.92/1605.25	c  1605s|519600 |  2236 |  5087k|   9.8 |  25M| 393 |  25 |2280 |4760 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1605.22/1605.56	c  1606s|519700 |  2238 |  5088k|   9.8 |  24M| 393 |   - |2280 |4452 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1605.53/1605.82	c  1606s|519800 |  2238 |  5089k|   9.8 |  24M| 393 |   - |2280 |4500 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1605.82/1606.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1605.82/1606.12	c  1606s|519900 |  2236 |  5091k|   9.8 |  24M| 393 |   - |2280 |4586 |2280 |1674 |  93 | 422k|  24k| 0.000000e+00 |      --      |    Inf 
1606.12/1606.44	c  1606s|520000 |  2235 |  5092k|   9.8 |  25M| 393 |   - |2280 |4642 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1606.42/1606.74	c  1607s|520100 |  2239 |  5093k|   9.8 |  24M| 393 |  21 |2280 |4570 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1606.73/1607.06	c  1607s|520200 |  2245 |  5094k|   9.8 |  24M| 393 |  22 |2280 |4599 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1607.02/1607.39	c  1607s|520300 |  2238 |  5096k|   9.8 |  25M| 393 |  34 |2280 |4624 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1607.42/1607.73	c  1608s|520400 |  2238 |  5097k|   9.8 |  24M| 393 |   - |2280 |4552 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1607.72/1608.07	c  1608s|520500 |  2236 |  5099k|   9.8 |  24M| 393 |  42 |2280 |4600 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1608.02/1608.39	c  1608s|520600 |  2236 |  5100k|   9.8 |  25M| 393 |  44 |2280 |4666 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1608.42/1608.73	c  1609s|520700 |  2236 |  5101k|   9.8 |  25M| 393 |  30 |2280 |4726 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1608.72/1609.02	c  1609s|520800 |  2233 |  5102k|   9.8 |  25M| 393 |   - |2280 |4796 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1608.93/1609.30	c  1609s|520900 |  2237 |  5103k|   9.8 |  25M| 393 |  18 |2280 |4814 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1609.22/1609.59	c  1610s|521000 |  2235 |  5104k|   9.8 |  25M| 393 |   - |2280 |4887 |2280 |1674 |  93 | 423k|  24k| 0.000000e+00 |      --      |    Inf 
1609.63/1609.92	c  1610s|521100 |  2235 |  5106k|   9.8 |  25M| 393 |  37 |2280 |4916 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1609.92/1610.23	c  1610s|521200 |  2237 |  5107k|   9.8 |  24M| 393 |   - |2280 |4589 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1610.22/1610.54	c  1611s|521300 |  2239 |  5108k|   9.8 |  24M| 393 |   - |2280 |4565 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1610.52/1610.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1610.52/1610.84	c  1611s|521400 |  2238 |  5109k|   9.8 |  25M| 393 |  26 |2280 |4633 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1610.83/1611.14	c  1611s|521500 |  2239 |  5110k|   9.8 |  25M| 393 |   - |2280 |4693 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1611.13/1611.43	c  1611s|521600 |  2237 |  5111k|   9.8 |  25M| 393 |   - |2280 |4760 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1611.43/1611.75	c  1612s|521700 |  2237 |  5112k|   9.8 |  25M| 393 |  32 |2280 |4792 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1611.72/1612.06	c  1612s|521800 |  2237 |  5113k|   9.8 |  25M| 393 |  14 |2280 |4813 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1612.02/1612.37	c  1612s|521900 |  2237 |  5114k|   9.8 |  25M| 393 |  31 |2280 |4708 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1612.33/1612.63	c  1613s|522000 |  2238 |  5115k|   9.8 |  25M| 393 |   - |2280 |4748 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1612.62/1612.94	c  1613s|522100 |  2239 |  5116k|   9.8 |  25M| 393 |   - |2280 |4732 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1612.92/1613.22	c  1613s|522200 |  2241 |  5116k|   9.8 |  25M| 393 |  24 |2280 |4753 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1613.22/1613.52	c  1614s|522300 |  2238 |  5117k|   9.8 |  25M| 393 |  35 |2280 |4797 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1613.52/1613.83	c  1614s|522400 |  2237 |  5118k|   9.8 |  25M| 393 |   - |2280 |4816 |2280 |1674 |  93 | 424k|  24k| 0.000000e+00 |      --      |    Inf 
1613.82/1614.15	c  1614s|522500 |  2238 |  5119k|   9.8 |  25M| 393 |  23 |2280 |4860 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1614.12/1614.44	c  1614s|522600 |  2243 |  5119k|   9.8 |  25M| 393 |  26 |2280 |4905 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1614.43/1614.73	c  1615s|522700 |  2247 |  5120k|   9.8 |  25M| 393 |   - |2280 |4924 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1614.73/1615.04	c  1615s|522800 |  2243 |  5121k|   9.8 |  25M| 393 |   - |2280 |4953 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1615.02/1615.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.02/1615.35	c  1615s|522900 |  2243 |  5122k|   9.8 |  25M| 393 |   - |2280 |4971 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1615.32/1615.67	c  1616s|523000 |  2245 |  5122k|   9.8 |  25M| 393 |  33 |2280 |5024 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1615.63/1615.98	c  1616s|523100 |  2241 |  5123k|   9.8 |  25M| 393 |  33 |2280 |5053 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1616.02/1616.31	c  1616s|523200 |  2238 |  5124k|   9.8 |  25M| 393 |  35 |2280 |5085 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1616.32/1616.64	c  1617s|523300 |  2234 |  5125k|   9.8 |  25M| 393 |   - |2280 |5035 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1616.62/1616.95	c  1617s|523400 |  2236 |  5126k|   9.8 |  25M| 393 |  40 |2280 |4949 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1617.02/1617.30	c  1617s|523500 |  2238 |  5127k|   9.8 |  25M| 393 |   - |2280 |4946 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1617.32/1617.61	c  1618s|523600 |  2244 |  5129k|   9.8 |  25M| 393 |  29 |2280 |4809 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1617.62/1617.90	c  1618s|523700 |  2242 |  5130k|   9.8 |  25M| 393 |   - |2280 |4889 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1617.83/1618.18	c  1618s|523800 |  2240 |  5130k|   9.8 |  25M| 393 |   - |2280 |4950 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1618.12/1618.49	c  1618s|523900 |  2244 |  5132k|   9.8 |  25M| 393 |   - |2280 |4918 |2280 |1674 |  93 | 425k|  24k| 0.000000e+00 |      --      |    Inf 
1618.42/1618.79	c  1619s|524000 |  2244 |  5132k|   9.8 |  25M| 393 |  10 |2280 |4894 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1618.83/1619.11	c  1619s|524100 |  2244 |  5133k|   9.8 |  25M| 393 |  31 |2280 |4929 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1619.02/1619.36	c  1619s|524200 |  2245 |  5134k|   9.8 |  25M| 393 |  24 |2280 |4973 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1619.32/1619.66	c  1620s|524300 |  2243 |  5135k|   9.8 |  25M| 393 |   - |2280 |4992 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1619.72/1620.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1619.72/1620.00	c  1620s|524400 |  2241 |  5136k|   9.8 |  25M| 393 |   - |2280 |5016 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1619.92/1620.28	c  1620s|524500 |  2247 |  5136k|   9.8 |  25M| 393 |  21 |2280 |5031 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1620.22/1620.56	c  1621s|524600 |  2247 |  5137k|   9.8 |  25M| 393 |   - |2280 |5074 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1620.52/1620.87	c  1621s|524700 |  2245 |  5138k|   9.8 |  25M| 393 |   - |2280 |5131 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1620.82/1621.14	c  1621s|524800 |  2249 |  5139k|   9.8 |  25M| 393 |   - |2280 |5159 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1621.13/1621.41	c  1621s|524900 |  2246 |  5139k|   9.8 |  25M| 393 |   - |2280 |5211 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1621.32/1621.69	c  1622s|525000 |  2246 |  5140k|   9.8 |  25M| 393 |  12 |2280 |5276 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1621.62/1621.98	c  1622s|525100 |  2248 |  5141k|   9.8 |  26M| 393 |   - |2280 |5326 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1621.92/1622.26	c  1622s|525200 |  2246 |  5141k|   9.8 |  26M| 393 |  17 |2280 |5394 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1622.23/1622.52	c  1623s|525300 |  2244 |  5142k|   9.8 |  26M| 393 |  18 |2280 |5434 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1622.42/1622.76	c  1623s|525400 |  2244 |  5143k|   9.8 |  26M| 393 |  18 |2280 |5465 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1622.72/1623.06	c  1623s|525500 |  2242 |  5144k|   9.8 |  26M| 393 |   - |2280 |5348 |2280 |1674 |  93 | 426k|  24k| 0.000000e+00 |      --      |    Inf 
1623.02/1623.34	c  1623s|525600 |  2242 |  5145k|   9.8 |  26M| 393 |   - |2280 |5356 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1623.23/1623.60	c  1624s|525700 |  2242 |  5146k|   9.8 |  26M| 393 |  25 |2280 |5394 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1623.62/1623.91	c  1624s|525800 |  2242 |  5147k|   9.8 |  26M| 393 |  33 |2280 |5454 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1623.82/1624.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1623.82/1624.18	c  1624s|525900 |  2242 |  5148k|   9.8 |  26M| 393 |  28 |2280 |5501 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1624.22/1624.51	c  1625s|526000 |  2240 |  5149k|   9.8 |  26M| 393 |   - |2280 |5586 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1624.43/1624.78	c  1625s|526100 |  2242 |  5150k|   9.8 |  26M| 393 |   - |2280 |5525 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1624.72/1625.03	c  1625s|526200 |  2242 |  5151k|   9.8 |  26M| 393 |   - |2280 |5535 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1625.02/1625.32	c  1625s|526300 |  2237 |  5151k|   9.8 |  26M| 393 |   - |2280 |5342 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1625.32/1625.62	c  1626s|526400 |  2239 |  5152k|   9.8 |  25M| 393 |   - |2280 |5238 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1625.62/1625.91	c  1626s|526500 |  2239 |  5153k|   9.8 |  25M| 393 |  31 |2280 |5263 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1625.82/1626.17	c  1626s|526600 |  2239 |  5154k|   9.8 |  25M| 393 |   - |2280 |5293 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1626.12/1626.41	c  1626s|526700 |  2237 |  5155k|   9.8 |  26M| 393 |   - |2280 |5349 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1626.32/1626.64	c  1627s|526800 |  2237 |  5156k|   9.8 |  26M| 393 |   - |2280 |5394 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1626.63/1626.93	c  1627s|526900 |  2241 |  5157k|   9.8 |  25M| 393 |   - |2280 |5142 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1626.92/1627.24	c  1627s|527000 |  2239 |  5158k|   9.8 |  25M| 393 |  32 |2280 |5093 |2280 |1674 |  93 | 427k|  24k| 0.000000e+00 |      --      |    Inf 
1627.22/1627.51	c  1628s|527100 |  2239 |  5159k|   9.8 |  25M| 393 |  36 |2280 |5102 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1627.42/1627.79	c  1628s|527200 |  2241 |  5159k|   9.8 |  25M| 393 |  27 |2280 |5133 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1627.73/1628.08	c  1628s|527300 |  2240 |  5160k|   9.8 |  25M| 393 |   - |2280 |5163 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1628.02/1628.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.02/1628.37	c  1628s|527400 |  2242 |  5161k|   9.8 |  25M| 393 |   - |2280 |5177 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1628.32/1628.66	c  1629s|527500 |  2242 |  5162k|   9.8 |  25M| 393 |   - |2280 |5202 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1628.62/1629.00	c  1629s|527600 |  2246 |  5163k|   9.8 |  25M| 393 |  22 |2280 |5237 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1629.02/1629.32	c  1629s|527700 |  2248 |  5163k|   9.8 |  25M| 393 |   - |2280 |5314 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1629.32/1629.65	c  1630s|527800 |  2248 |  5164k|   9.8 |  26M| 393 |   - |2280 |5348 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1629.62/1629.95	c  1630s|527900 |  2248 |  5165k|   9.8 |  26M| 393 |  31 |2280 |5410 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1629.93/1630.24	c  1630s|528000 |  2248 |  5166k|   9.8 |  26M| 393 |   - |2280 |5408 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1630.21/1630.57	c  1631s|528100 |  2246 |  5167k|   9.8 |  26M| 393 |   - |2280 |5440 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1630.52/1630.89	c  1631s|528200 |  2246 |  5168k|   9.8 |  26M| 393 |  19 |2280 |5491 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1630.82/1631.19	c  1631s|528300 |  2247 |  5168k|   9.8 |  26M| 393 |   - |2280 |5537 |2280 |1674 |  93 | 428k|  24k| 0.000000e+00 |      --      |    Inf 
1631.11/1631.48	c  1631s|528400 |  2247 |  5169k|   9.8 |  26M| 393 |  27 |2280 |5645 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1631.42/1631.78	c  1632s|528500 |  2243 |  5170k|   9.8 |  26M| 393 |   - |2280 |5650 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1631.82/1632.10	c  1632s|528600 |  2248 |  5171k|   9.8 |  26M| 393 |  30 |2280 |5562 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1632.03/1632.36	c  1632s|528700 |  2246 |  5171k|   9.8 |  26M| 393 |  32 |2280 |5604 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1632.32/1632.66	c  1633s|528800 |  2247 |  5172k|   9.8 |  26M| 393 |   - |2280 |5630 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1632.62/1632.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1632.62/1632.97	c  1633s|528900 |  2244 |  5173k|   9.8 |  26M| 393 |   - |2280 |5702 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1632.92/1633.26	c  1633s|529000 |  2242 |  5174k|   9.8 |  26M| 393 |   - |2280 |5757 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1633.22/1633.58	c  1634s|529100 |  2244 |  5175k|   9.8 |  26M| 393 |  21 |2280 |5732 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1633.52/1633.89	c  1634s|529200 |  2244 |  5176k|   9.8 |  26M| 393 |  42 |2280 |5759 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1633.92/1634.23	c  1634s|529300 |  2248 |  5177k|   9.8 |  26M| 393 |   - |2280 |5756 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1634.23/1634.57	c  1635s|529400 |  2242 |  5178k|   9.8 |  26M| 393 |   - |2280 |5811 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1634.52/1634.87	c  1635s|529500 |  2246 |  5179k|   9.8 |  26M| 393 |   - |2280 |5873 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1634.92/1635.20	c  1635s|529600 |  2244 |  5180k|   9.8 |  26M| 393 |  28 |2280 |5910 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1635.22/1635.57	c  1636s|529700 |  2246 |  5181k|   9.8 |  26M| 393 |  31 |2280 |5945 |2280 |1674 |  93 | 429k|  24k| 0.000000e+00 |      --      |    Inf 
1635.51/1635.84	c  1636s|529800 |  2246 |  5182k|   9.8 |  26M| 393 |  25 |2280 |5979 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1635.82/1636.18	c  1636s|529900 |  2242 |  5183k|   9.8 |  26M| 393 |   - |2280 |6015 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1636.22/1636.53	c  1637s|530000 |  2242 |  5184k|   9.8 |  26M| 393 |  51 |2280 |5996 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1636.52/1636.83	c  1637s|530100 |  2243 |  5185k|   9.8 |  26M| 393 |  39 |2280 |5981 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1636.82/1637.13	c  1637s|530200 |  2243 |  5186k|   9.8 |  26M| 393 |   - |2280 |6043 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1637.01/1637.37	c  1637s|530300 |  2243 |  5187k|   9.8 |  26M| 393 |   - |2280 |6082 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1637.32/1637.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1637.32/1637.68	c  1638s|530400 |  2241 |  5188k|   9.8 |  27M| 393 |  24 |2280 |6113 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1637.71/1638.01	c  1638s|530500 |  2241 |  5189k|   9.8 |  27M| 393 |  42 |2280 |6127 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1637.92/1638.29	c  1638s|530600 |  2241 |  5190k|   9.8 |  27M| 393 |   - |2280 |6163 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1638.22/1638.59	c  1639s|530700 |  2241 |  5191k|   9.8 |  27M| 393 |   - |2280 |6242 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1638.51/1638.90	c  1639s|530800 |  2241 |  5192k|   9.8 |  27M| 393 |  19 |2280 |6310 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1638.82/1639.17	c  1639s|530900 |  2239 |  5193k|   9.8 |  27M| 393 |   - |2280 |6339 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1639.11/1639.44	c  1639s|531000 |  2239 |  5194k|   9.8 |  27M| 393 |   - |2280 |6270 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1639.42/1639.73	c  1640s|531100 |  2242 |  5195k|   9.8 |  26M| 393 |   - |2280 |6098 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1639.72/1640.01	c  1640s|531200 |  2238 |  5196k|   9.8 |  26M| 393 |   - |2280 |6090 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1640.02/1640.34	c  1640s|531300 |  2240 |  5197k|   9.8 |  26M| 393 |   - |2280 |5801 |2280 |1674 |  93 | 430k|  24k| 0.000000e+00 |      --      |    Inf 
1640.32/1640.66	c  1641s|531400 |  2246 |  5198k|   9.8 |  26M| 393 |  18 |2280 |5865 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1640.61/1640.94	c  1641s|531500 |  2243 |  5199k|   9.8 |  26M| 393 |   - |2280 |5879 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1640.93/1641.27	c  1641s|531600 |  2239 |  5200k|   9.8 |  26M| 393 |   - |2280 |5933 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1641.31/1641.63	c  1642s|531700 |  2235 |  5201k|   9.8 |  26M| 393 |   - |2280 |5964 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1641.62/1641.96	c  1642s|531800 |  2243 |  5202k|   9.8 |  26M| 393 |  25 |2280 |5501 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1641.92/1642.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1641.92/1642.28	c  1642s|531900 |  2243 |  5203k|   9.8 |  26M| 393 |  33 |2280 |5515 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1642.32/1642.63	c  1643s|532000 |  2241 |  5204k|   9.8 |  26M| 393 |   - |2280 |5545 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1642.62/1642.94	c  1643s|532100 |  2243 |  5205k|   9.8 |  26M| 393 |  38 |2280 |5570 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1642.92/1643.27	c  1643s|532200 |  2241 |  5206k|   9.8 |  26M| 393 |   - |2280 |5605 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1643.32/1643.60	c  1644s|532300 |  2245 |  5207k|   9.8 |  26M| 393 |  19 |2280 |5656 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1643.62/1643.92	c  1644s|532400 |  2245 |  5208k|   9.8 |  26M| 393 |  35 |2280 |5693 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1643.92/1644.25	c  1644s|532500 |  2241 |  5210k|   9.8 |  26M| 393 |  29 |2280 |5550 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1644.22/1644.57	c  1645s|532600 |  2244 |  5211k|   9.8 |  26M| 393 |   - |2280 |5432 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1644.61/1644.90	c  1645s|532700 |  2238 |  5212k|   9.8 |  25M| 393 |   - |2280 |5322 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1644.92/1645.21	c  1645s|532800 |  2237 |  5213k|   9.8 |  25M| 393 |   - |2280 |5203 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1645.22/1645.53	c  1646s|532900 |  2238 |  5214k|   9.8 |  25M| 393 |   - |2280 |5121 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1645.51/1645.83	c  1646s|533000 |  2244 |  5215k|   9.8 |  25M| 393 |   - |2280 |5147 |2280 |1674 |  93 | 431k|  24k| 0.000000e+00 |      --      |    Inf 
1645.82/1646.13	c  1646s|533100 |  2238 |  5216k|   9.8 |  25M| 393 |   - |2280 |4942 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1646.12/1646.43	c  1646s|533200 |  2238 |  5217k|   9.8 |  25M| 393 |  41 |2280 |4643 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1646.42/1646.71	c  1647s|533300 |  2243 |  5218k|   9.8 |  25M| 393 |  24 |2280 |4630 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1646.61/1646.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1646.61/1646.99	c  1647s|533400 |  2245 |  5219k|   9.8 |  25M| 393 |  39 |2280 |4712 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1646.91/1647.27	c  1647s|533500 |  2242 |  5219k|   9.8 |  25M| 393 |  36 |2280 |4755 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1647.22/1647.50	c  1647s|533600 |  2242 |  5220k|   9.8 |  25M| 393 |  26 |2280 |4786 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1647.42/1647.74	c  1648s|533700 |  2240 |  5221k|   9.8 |  25M| 393 |   - |2280 |4857 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1647.71/1648.01	c  1648s|533800 |  2238 |  5222k|   9.8 |  25M| 393 |   - |2280 |4855 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1647.92/1648.29	c  1648s|533900 |  2236 |  5223k|   9.8 |  25M| 393 |   - |2280 |4902 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1648.32/1648.61	c  1649s|534000 |  2240 |  5224k|   9.8 |  25M| 393 |   - |2280 |4952 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1648.62/1648.91	c  1649s|534100 |  2240 |  5225k|   9.8 |  25M| 393 |   - |2280 |4949 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1648.91/1649.20	c  1649s|534200 |  2244 |  5226k|   9.8 |  25M| 393 |  25 |2280 |4939 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1649.21/1649.52	c  1650s|534300 |  2240 |  5227k|   9.8 |  25M| 393 |   - |2280 |5002 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1649.52/1649.80	c  1650s|534400 |  2240 |  5228k|   9.8 |  25M| 393 |  38 |2280 |5089 |2280 |1674 |  93 | 432k|  24k| 0.000000e+00 |      --      |    Inf 
1649.82/1650.10	c  1650s|534500 |  2242 |  5229k|   9.8 |  25M| 393 |  44 |2280 |5084 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1650.12/1650.44	c  1650s|534600 |  2240 |  5230k|   9.8 |  25M| 393 |   - |2280 |5112 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1650.42/1650.77	c  1651s|534700 |  2238 |  5231k|   9.8 |  25M| 393 |  39 |2280 |5157 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1650.72/1651.08	c  1651s|534800 |  2238 |  5232k|   9.8 |  25M| 393 |   - |2280 |5213 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1651.02/1651.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1651.02/1651.38	c  1651s|534900 |  2236 |  5233k|   9.8 |  25M| 393 |   - |2280 |5305 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1651.32/1651.69	c  1652s|535000 |  2238 |  5234k|   9.8 |  26M| 393 |  24 |2280 |5363 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1651.71/1652.01	c  1652s|535100 |  2238 |  5235k|   9.8 |  26M| 393 |  45 |2280 |5394 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1652.01/1652.31	c  1652s|535200 |  2237 |  5236k|   9.8 |  26M| 393 |   - |2280 |5365 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1652.21/1652.59	c  1653s|535300 |  2239 |  5237k|   9.8 |  26M| 393 |  42 |2280 |5360 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1652.52/1652.86	c  1653s|535400 |  2239 |  5238k|   9.8 |  26M| 393 |  40 |2280 |5461 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1652.82/1653.13	c  1653s|535500 |  2235 |  5239k|   9.8 |  26M| 393 |   - |2280 |5506 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1653.12/1653.44	c  1653s|535600 |  2235 |  5240k|   9.8 |  25M| 393 |   - |2280 |5301 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1653.42/1653.75	c  1654s|535700 |  2235 |  5241k|   9.8 |  25M| 393 |   - |2280 |5224 |2280 |1674 |  93 | 433k|  24k| 0.000000e+00 |      --      |    Inf 
1653.72/1654.02	c  1654s|535800 |  2237 |  5242k|   9.8 |  25M| 393 |   - |2280 |5006 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1654.02/1654.30	c  1654s|535900 |  2242 |  5243k|   9.8 |  25M| 393 |   - |2280 |4952 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1654.31/1654.61	c  1655s|536000 |  2237 |  5244k|   9.8 |  25M| 393 |   - |2280 |5011 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1654.61/1654.91	c  1655s|536100 |  2237 |  5244k|   9.8 |  25M| 393 |  29 |2280 |5067 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1654.92/1655.23	c  1655s|536200 |  2237 |  5245k|   9.8 |  25M| 393 |  40 |2280 |5126 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1655.22/1655.55	c  1656s|536300 |  2237 |  5247k|   9.8 |  25M| 393 |  33 |2280 |5184 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1655.52/1655.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1655.52/1655.86	c  1656s|536400 |  2235 |  5248k|   9.8 |  25M| 393 |   - |2280 |5287 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1655.82/1656.15	c  1656s|536500 |  2237 |  5249k|   9.8 |  26M| 393 |   - |2280 |5373 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1656.12/1656.45	c  1656s|536600 |  2235 |  5250k|   9.8 |  26M| 393 |  44 |2280 |5414 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1656.42/1656.76	c  1657s|536700 |  2234 |  5250k|   9.8 |  26M| 393 |  43 |2280 |5470 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1656.72/1657.07	c  1657s|536800 |  2236 |  5252k|   9.8 |  26M| 393 |  23 |2280 |5481 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1657.02/1657.38	c  1657s|536900 |  2232 |  5253k|   9.8 |  26M| 393 |   - |2280 |5522 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1657.32/1657.67	c  1658s|537000 |  2232 |  5253k|   9.8 |  26M| 393 |  19 |2280 |5414 |2280 |1674 |  93 | 434k|  24k| 0.000000e+00 |      --      |    Inf 
1657.72/1658.00	c  1658s|537100 |  2232 |  5254k|   9.8 |  25M| 393 |   - |2280 |5270 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1658.02/1658.31	c  1658s|537200 |  2234 |  5255k|   9.8 |  25M| 393 |   - |2280 |5102 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1658.32/1658.63	c  1659s|537300 |  2234 |  5256k|   9.8 |  25M| 393 |   - |2280 |5042 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1658.62/1658.93	c  1659s|537400 |  2238 |  5258k|   9.8 |  25M| 393 |  23 |2280 |5057 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1658.92/1659.22	c  1659s|537500 |  2231 |  5259k|   9.8 |  25M| 393 |   - |2280 |5101 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1659.22/1659.55	c  1660s|537600 |  2233 |  5260k|   9.8 |  25M| 393 |  34 |2280 |4982 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1659.52/1659.85	c  1660s|537700 |  2235 |  5261k|   9.8 |  25M| 393 |  40 |2280 |4933 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1659.82/1660.16	c  1660s|537800 |  2233 |  5263k|   9.8 |  25M| 393 |  34 |2280 |4999 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1660.12/1660.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1660.12/1660.46	c  1660s|537900 |  2235 |  5264k|   9.8 |  25M| 393 |  19 |2280 |4962 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1660.42/1660.73	c  1661s|538000 |  2233 |  5265k|   9.8 |  25M| 393 |   - |2280 |4922 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1660.72/1661.01	c  1661s|538100 |  2233 |  5266k|   9.8 |  25M| 393 |  31 |2280 |4976 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1660.92/1661.29	c  1661s|538200 |  2233 |  5266k|   9.8 |  25M| 393 |  26 |2280 |5020 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1661.21/1661.59	c  1662s|538300 |  2233 |  5267k|   9.8 |  25M| 393 |   - |2280 |5048 |2280 |1674 |  93 | 435k|  24k| 0.000000e+00 |      --      |    Inf 
1661.51/1661.88	c  1662s|538400 |  2231 |  5268k|   9.8 |  25M| 393 |   - |2280 |5083 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1661.83/1662.19	c  1662s|538500 |  2235 |  5269k|   9.8 |  25M| 393 |   - |2280 |5032 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1662.11/1662.48	c  1662s|538600 |  2237 |  5270k|   9.8 |  25M| 393 |  25 |2280 |5015 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1662.51/1662.80	c  1663s|538700 |  2238 |  5271k|   9.8 |  25M| 393 |   - |2280 |5104 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1662.82/1663.11	c  1663s|538800 |  2234 |  5272k|   9.8 |  25M| 393 |  33 |2280 |5148 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1663.11/1663.41	c  1663s|538900 |  2234 |  5273k|   9.8 |  25M| 393 |  27 |2280 |5145 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1663.31/1663.69	c  1664s|539000 |  2234 |  5274k|   9.8 |  25M| 393 |  23 |2280 |5190 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1663.62/1663.96	c  1664s|539100 |  2234 |  5274k|   9.8 |  25M| 393 |  22 |2280 |5265 |2280 |1674 |  93 | 436k|  24k| 0.000000e+00 |      --      |    Inf 
1663.92/1664.27	c  1664s|539200 |  2232 |  5276k|   9.8 |  25M| 393 |   - |2280 |5345 |2280 |1674 |  93 | 436k|  25k| 0.000000e+00 |      --      |    Inf 
1664.21/1664.57	c  1665s|539300 |  2236 |  5277k|   9.8 |  26M| 393 |   - |2280 |5389 |2280 |1674 |  93 | 436k|  25k| 0.000000e+00 |      --      |    Inf 
1664.51/1664.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1664.51/1664.87	c  1665s|539400 |  2232 |  5277k|   9.8 |  26M| 393 |  39 |2280 |5407 |2280 |1674 |  93 | 436k|  25k| 0.000000e+00 |      --      |    Inf 
1664.82/1665.18	c  1665s|539500 |  2235 |  5279k|   9.8 |  26M| 393 |   - |2280 |5390 |2280 |1674 |  93 | 436k|  25k| 0.000000e+00 |      --      |    Inf 
1665.12/1665.49	c  1665s|539600 |  2235 |  5280k|   9.8 |  26M| 393 |  39 |2280 |5421 |2280 |1674 |  93 | 436k|  25k| 0.000000e+00 |      --      |    Inf 
1665.41/1665.79	c  1666s|539700 |  2235 |  5281k|   9.8 |  26M| 393 |   - |2280 |5498 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1665.81/1666.10	c  1666s|539800 |  2237 |  5282k|   9.8 |  26M| 393 |  29 |2280 |5607 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1666.12/1666.42	c  1666s|539900 |  2233 |  5283k|   9.8 |  26M| 393 |   - |2280 |5656 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1666.31/1666.70	c  1667s|540000 |  2235 |  5284k|   9.8 |  26M| 393 |   - |2280 |5708 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1666.61/1666.99	c  1667s|540100 |  2233 |  5285k|   9.8 |  26M| 393 |  27 |2280 |5814 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1667.02/1667.31	c  1667s|540200 |  2235 |  5287k|   9.8 |  26M| 393 |   - |2280 |5815 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1667.32/1667.60	c  1668s|540300 |  2235 |  5288k|   9.8 |  26M| 393 |   - |2280 |5864 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1667.61/1667.94	c  1668s|540400 |  2233 |  5289k|   9.8 |  26M| 393 |   - |2280 |5895 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1667.92/1668.24	c  1668s|540500 |  2235 |  5290k|   9.8 |  26M| 393 |  36 |2280 |5782 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1668.21/1668.58	c  1669s|540600 |  2231 |  5291k|   9.8 |  26M| 393 |  23 |2280 |5843 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1668.51/1668.89	c  1669s|540700 |  2231 |  5292k|   9.8 |  26M| 393 |  35 |2280 |5837 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1668.91/1669.22	c  1669s|540800 |  2233 |  5293k|   9.8 |  26M| 393 |   - |2280 |5895 |2280 |1674 |  93 | 437k|  25k| 0.000000e+00 |      --      |    Inf 
1669.21/1669.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1669.21/1669.56	c  1670s|540900 |  2235 |  5295k|   9.8 |  26M| 393 |  31 |2280 |5928 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1669.51/1669.88	c  1670s|541000 |  2233 |  5296k|   9.8 |  26M| 393 |  38 |2280 |5967 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1669.81/1670.19	c  1670s|541100 |  2235 |  5297k|   9.8 |  26M| 393 |  17 |2280 |5797 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1670.22/1670.52	c  1671s|541200 |  2237 |  5298k|   9.8 |  26M| 393 |  27 |2280 |5777 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1670.52/1670.85	c  1671s|541300 |  2231 |  5299k|   9.8 |  26M| 393 |   - |2280 |5823 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1670.81/1671.17	c  1671s|541400 |  2229 |  5300k|   9.8 |  26M| 393 |   - |2280 |5752 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1671.11/1671.49	c  1671s|541500 |  2229 |  5302k|   9.8 |  26M| 393 |  38 |2280 |5655 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1671.51/1671.84	c  1672s|541600 |  2231 |  5303k|   9.8 |  26M| 393 |   - |2280 |5510 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1671.82/1672.14	c  1672s|541700 |  2226 |  5303k|   9.8 |  26M| 393 |   - |2280 |5501 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1672.12/1672.44	c  1672s|541800 |  2229 |  5304k|   9.8 |  25M| 393 |  41 |2280 |5243 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1672.42/1672.75	c  1673s|541900 |  2232 |  5305k|   9.8 |  25M| 393 |   - |2280 |5007 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1672.72/1673.06	c  1673s|542000 |  2230 |  5306k|   9.8 |  25M| 393 |   - |2280 |5024 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1673.01/1673.35	c  1673s|542100 |  2230 |  5307k|   9.8 |  25M| 393 |  41 |2280 |5089 |2280 |1674 |  93 | 438k|  25k| 0.000000e+00 |      --      |    Inf 
1673.31/1673.65	c  1674s|542200 |  2230 |  5308k|   9.8 |  25M| 393 |  23 |2280 |5075 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1673.61/1673.99	c  1674s|542300 |  2230 |  5309k|   9.8 |  25M| 393 |  30 |2280 |5099 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1674.01/1674.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.01/1674.31	c  1674s|542400 |  2230 |  5310k|   9.8 |  25M| 393 |   - |2280 |5114 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1674.21/1674.56	c  1675s|542500 |  2234 |  5311k|   9.8 |  25M| 393 |   - |2280 |5168 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1674.51/1674.84	c  1675s|542600 |  2232 |  5311k|   9.8 |  25M| 393 |   - |2280 |5285 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1674.82/1675.11	c  1675s|542700 |  2230 |  5312k|   9.8 |  25M| 393 |   - |2280 |5325 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1675.12/1675.41	c  1675s|542800 |  2230 |  5313k|   9.8 |  25M| 393 |   - |2280 |5297 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1675.31/1675.69	c  1676s|542900 |  2232 |  5313k|   9.8 |  25M| 393 |  36 |2280 |5287 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1675.72/1676.01	c  1676s|543000 |  2234 |  5314k|   9.8 |  25M| 393 |  33 |2280 |5039 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1675.91/1676.30	c  1676s|543100 |  2230 |  5315k|   9.8 |  25M| 393 |  40 |2280 |4945 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1676.31/1676.62	c  1677s|543200 |  2237 |  5316k|   9.8 |  25M| 393 |  26 |2280 |4769 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1676.61/1676.92	c  1677s|543300 |  2235 |  5317k|   9.8 |  25M| 393 |   - |2280 |4813 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1676.91/1677.21	c  1677s|543400 |  2236 |  5317k|   9.8 |  25M| 393 |   - |2280 |4854 |2280 |1674 |  93 | 439k|  25k| 0.000000e+00 |      --      |    Inf 
1677.21/1677.53	c  1678s|543500 |  2231 |  5318k|   9.8 |  25M| 393 |  31 |2280 |4839 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1677.51/1677.84	c  1678s|543600 |  2233 |  5319k|   9.8 |  25M| 393 |  30 |2280 |4837 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1677.82/1678.15	c  1678s|543700 |  2233 |  5320k|   9.8 |  25M| 393 |  31 |2280 |4758 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1678.11/1678.48	c  1678s|543800 |  2226 |  5321k|   9.8 |  25M| 393 |   - |2280 |4690 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1678.51/1678.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.51/1678.80	c  1679s|543900 |  2233 |  5322k|   9.8 |  24M| 393 |   - |2280 |4203 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1678.71/1679.09	c  1679s|544000 |  2240 |  5323k|   9.8 |  24M| 393 |  30 |2280 |4102 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1679.11/1679.40	c  1679s|544100 |  2232 |  5324k|   9.8 |  24M| 393 |   - |2280 |4115 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1679.41/1679.74	c  1680s|544200 |  2234 |  5325k|   9.8 |  24M| 393 |  27 |2280 |4146 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1679.71/1680.07	c  1680s|544300 |  2232 |  5326k|   9.8 |  24M| 393 |  30 |2280 |4217 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1680.01/1680.39	c  1680s|544400 |  2232 |  5328k|   9.8 |  24M| 393 |   8 |2280 |3918 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1680.41/1680.71	c  1681s|544500 |  2230 |  5328k|   9.8 |  24M| 393 |  42 |2280 |3917 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1680.71/1681.04	c  1681s|544600 |  2232 |  5329k|   9.8 |  24M| 393 |   - |2280 |3909 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1681.01/1681.36	c  1681s|544700 |  2232 |  5331k|   9.8 |  24M| 393 |  41 |2280 |3915 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1681.31/1681.67	c  1682s|544800 |  2232 |  5332k|   9.8 |  24M| 393 |   - |2280 |3963 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1681.61/1681.99	c  1682s|544900 |  2234 |  5333k|   9.8 |  24M| 393 |   - |2280 |4015 |2280 |1674 |  93 | 440k|  25k| 0.000000e+00 |      --      |    Inf 
1682.01/1682.33	c  1682s|545000 |  2238 |  5334k|   9.8 |  24M| 393 |   - |2280 |3899 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1682.31/1682.65	c  1683s|545100 |  2244 |  5335k|   9.8 |  24M| 393 |  38 |2280 |3917 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1682.61/1682.94	c  1683s|545200 |  2240 |  5336k|   9.8 |  24M| 393 |   - |2280 |3964 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1682.91/1683.24	c  1683s|545300 |  2246 |  5337k|   9.8 |  24M| 393 |  20 |2280 |4083 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1683.21/1683.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1683.21/1683.53	c  1684s|545400 |  2245 |  5337k|   9.8 |  24M| 393 |   - |2280 |4138 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1683.51/1683.80	c  1684s|545500 |  2245 |  5338k|   9.8 |  24M| 393 |  44 |2280 |4195 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1683.82/1684.11	c  1684s|545600 |  2245 |  5339k|   9.8 |  24M| 393 |  38 |2280 |4246 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1684.11/1684.40	c  1684s|545700 |  2245 |  5340k|   9.8 |  24M| 393 |   - |2280 |4238 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1684.41/1684.71	c  1685s|545800 |  2241 |  5340k|   9.8 |  24M| 393 |  41 |2280 |4231 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1684.71/1685.00	c  1685s|545900 |  2241 |  5341k|   9.8 |  24M| 393 |   - |2280 |4282 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1685.01/1685.30	c  1685s|546000 |  2242 |  5342k|   9.8 |  24M| 393 |  31 |2280 |4253 |2280 |1674 |  93 | 441k|  25k| 0.000000e+00 |      --      |    Inf 
1685.31/1685.61	c  1686s|546100 |  2244 |  5343k|   9.8 |  24M| 393 |  35 |2280 |4346 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1685.61/1685.91	c  1686s|546200 |  2240 |  5344k|   9.8 |  24M| 393 |   - |2280 |4409 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1686.21/1686.58	c  1687s|546300 |  2244 |  5345k|   9.8 |  24M| 393 |  33 |2280 |4345 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1686.71/1687.02	c  1687s|546400 |  2242 |  5346k|   9.8 |  24M| 393 |   - |2280 |4360 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1687.21/1687.54	c  1688s|546500 |  2242 |  5347k|   9.8 |  24M| 393 |   - |2280 |4430 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1687.71/1688.00	c  1688s|546600 |  2242 |  5349k|   9.8 |  24M| 393 |  54 |2280 |4369 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1688.01/1688.39	c  1688s|546700 |  2243 |  5351k|   9.8 |  24M| 393 |   - |2280 |4353 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1688.41/1688.74	c  1689s|546800 |  2243 |  5352k|   9.8 |  24M| 393 |  18 |2280 |4348 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1688.71/1689.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1688.71/1689.02	c  1689s|546900 |  2241 |  5353k|   9.8 |  24M| 393 |   - |2280 |4394 |2280 |1674 |  93 | 442k|  25k| 0.000000e+00 |      --      |    Inf 
1689.01/1689.30	c  1689s|547000 |  2244 |  5353k|   9.8 |  24M| 393 |   - |2280 |4442 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1689.22/1689.60	c  1690s|547100 |  2244 |  5354k|   9.8 |  24M| 393 |  21 |2280 |4485 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1689.51/1689.89	c  1690s|547200 |  2240 |  5355k|   9.8 |  24M| 393 |   - |2280 |4526 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1689.91/1690.26	c  1690s|547300 |  2244 |  5356k|   9.8 |  24M| 393 |   - |2280 |4232 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1690.21/1690.57	c  1691s|547400 |  2242 |  5357k|   9.8 |  24M| 393 |   - |2280 |4144 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1690.51/1690.86	c  1691s|547500 |  2245 |  5358k|   9.8 |  24M| 393 |  32 |2280 |4133 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1690.81/1691.18	c  1691s|547600 |  2243 |  5359k|   9.8 |  24M| 393 |  38 |2280 |4212 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1691.21/1691.50	c  1692s|547700 |  2241 |  5359k|   9.8 |  24M| 393 |  16 |2280 |4168 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1691.42/1691.77	c  1692s|547800 |  2255 |  5360k|   9.8 |  24M| 393 |  37 |2280 |4088 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1691.71/1692.05	c  1692s|547900 |  2249 |  5361k|   9.8 |  24M| 393 |   - |2280 |4160 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1692.01/1692.33	c  1692s|548000 |  2253 |  5362k|   9.8 |  24M| 393 |   - |2280 |4099 |2280 |1674 |  93 | 443k|  25k| 0.000000e+00 |      --      |    Inf 
1692.31/1692.65	c  1693s|548100 |  2254 |  5363k|   9.8 |  24M| 393 |  35 |2280 |4056 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1692.61/1692.97	c  1693s|548200 |  2251 |  5364k|   9.8 |  24M| 393 |  47 |2280 |4049 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1692.91/1693.25	c  1693s|548300 |  2255 |  5365k|   9.8 |  24M| 393 |  26 |2280 |4131 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1693.21/1693.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1693.21/1693.55	c  1694s|548400 |  2255 |  5366k|   9.8 |  24M| 393 |   8 |2280 |4167 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1693.50/1693.82	c  1694s|548500 |  2252 |  5367k|   9.8 |  24M| 393 |  34 |2280 |4193 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1693.81/1694.11	c  1694s|548600 |  2252 |  5368k|   9.8 |  24M| 393 |   - |2280 |4286 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1694.11/1694.40	c  1694s|548700 |  2252 |  5369k|   9.8 |  24M| 393 |  38 |2280 |4344 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1694.41/1694.70	c  1695s|548800 |  2251 |  5370k|   9.8 |  24M| 393 |   - |2280 |4371 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1694.72/1695.02	c  1695s|548900 |  2248 |  5371k|   9.8 |  24M| 393 |   - |2280 |4231 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1695.01/1695.34	c  1695s|549000 |  2248 |  5372k|   9.8 |  24M| 393 |   - |2280 |4292 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1695.31/1695.67	c  1696s|549100 |  2246 |  5373k|   9.8 |  24M| 393 |  45 |2280 |4317 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1695.61/1695.98	c  1696s|549200 |  2254 |  5374k|   9.8 |  24M| 393 |   - |2280 |4232 |2280 |1674 |  93 | 444k|  25k| 0.000000e+00 |      --      |    Inf 
1695.91/1696.25	c  1696s|549300 |  2260 |  5375k|   9.8 |  24M| 393 |   - |2280 |4314 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1696.21/1696.56	c  1697s|549400 |  2256 |  5376k|   9.8 |  24M| 393 |   - |2280 |4362 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1696.51/1696.83	c  1697s|549500 |  2256 |  5377k|   9.8 |  24M| 393 |   - |2280 |4367 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1696.80/1697.12	c  1697s|549600 |  2257 |  5378k|   9.8 |  24M| 393 |   - |2280 |4403 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1697.11/1697.40	c  1697s|549700 |  2255 |  5379k|   9.8 |  24M| 393 |   - |2280 |4494 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1697.31/1697.68	c  1698s|549800 |  2257 |  5380k|   9.8 |  25M| 393 |  31 |2280 |4579 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1697.61/1697.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1697.61/1697.97	c  1698s|549900 |  2256 |  5380k|   9.8 |  25M| 393 |  34 |2280 |4590 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1697.91/1698.25	c  1698s|550000 |  2253 |  5381k|   9.8 |  25M| 393 |   - |2280 |4640 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1698.21/1698.52	c  1699s|550100 |  2257 |  5382k|   9.8 |  25M| 393 |  36 |2280 |4686 |2280 |1674 |  93 | 445k|  25k| 0.000000e+00 |      --      |    Inf 
1698.51/1698.81	c  1699s|550200 |  2259 |  5383k|   9.8 |  25M| 393 |  30 |2280 |4671 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1698.81/1699.11	c  1699s|550300 |  2258 |  5384k|   9.8 |  25M| 393 |  47 |2280 |4694 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1699.01/1699.40	c  1699s|550400 |  2256 |  5385k|   9.8 |  25M| 393 |  39 |2280 |4629 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1699.41/1699.72	c  1700s|550500 |  2256 |  5386k|   9.8 |  25M| 393 |   - |2280 |4615 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1699.70/1700.09	c  1700s|550600 |  2259 |  5387k|   9.8 |  25M| 393 |   - |2280 |4642 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1700.11/1700.41	c  1700s|550700 |  2259 |  5388k|   9.8 |  25M| 393 |   - |2280 |4712 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1700.41/1700.72	c  1701s|550800 |  2261 |  5389k|   9.8 |  25M| 393 |  35 |2280 |4742 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1700.71/1701.08	c  1701s|550900 |  2259 |  5391k|   9.8 |  25M| 393 |  40 |2280 |4759 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1701.11/1701.44	c  1701s|551000 |  2261 |  5391k|   9.8 |  25M| 393 |  40 |2280 |4780 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1701.42/1701.75	c  1702s|551100 |  2257 |  5393k|   9.8 |  25M| 393 |   - |2280 |4755 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1701.70/1702.03	c  1702s|551200 |  2260 |  5393k|   9.8 |  25M| 393 |  38 |2280 |4790 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1702.00/1702.32	c  1702s|551300 |  2257 |  5394k|   9.8 |  25M| 393 |   - |2280 |4839 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1702.31/1702.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1702.31/1702.60	c  1703s|551400 |  2255 |  5395k|   9.8 |  25M| 393 |  32 |2280 |4847 |2280 |1674 |  93 | 446k|  25k| 0.000000e+00 |      --      |    Inf 
1702.51/1702.88	c  1703s|551500 |  2253 |  5396k|   9.8 |  25M| 393 |  49 |2280 |4855 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1702.80/1703.19	c  1703s|551600 |  2253 |  5397k|   9.8 |  25M| 393 |  35 |2280 |4759 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1703.11/1703.49	c  1703s|551700 |  2255 |  5398k|   9.8 |  25M| 393 |  33 |2280 |4747 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1703.41/1703.77	c  1704s|551800 |  2259 |  5398k|   9.8 |  25M| 393 |   - |2280 |4821 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1703.71/1704.07	c  1704s|551900 |  2255 |  5399k|   9.8 |  25M| 393 |  28 |2280 |4912 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1704.00/1704.35	c  1704s|552000 |  2251 |  5400k|   9.8 |  25M| 393 |   - |2280 |4961 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1704.30/1704.63	c  1705s|552100 |  2255 |  5401k|   9.8 |  25M| 393 |  32 |2280 |4889 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1704.50/1704.90	c  1705s|552200 |  2256 |  5402k|   9.8 |  25M| 393 |   - |2280 |4905 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1704.91/1705.20	c  1705s|552300 |  2255 |  5403k|   9.8 |  25M| 393 |  41 |2280 |4977 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1705.10/1705.49	c  1705s|552400 |  2257 |  5404k|   9.8 |  25M| 393 |  27 |2280 |5078 |2280 |1674 |  93 | 447k|  25k| 0.000000e+00 |      --      |    Inf 
1705.40/1705.78	c  1706s|552500 |  2257 |  5405k|   9.8 |  25M| 393 |   - |2280 |5163 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1705.72/1706.08	c  1706s|552600 |  2259 |  5406k|   9.8 |  25M| 393 |  30 |2280 |5107 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1706.00/1706.38	c  1706s|552700 |  2259 |  5407k|   9.8 |  25M| 393 |  35 |2280 |5053 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1706.30/1706.68	c  1707s|552800 |  2261 |  5408k|   9.8 |  25M| 393 |   - |2280 |4995 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1706.61/1706.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1706.61/1706.98	c  1707s|552900 |  2263 |  5409k|   9.8 |  25M| 393 |  28 |2280 |5031 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1706.91/1707.29	c  1707s|553000 |  2258 |  5410k|   9.8 |  25M| 393 |   - |2280 |5070 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1707.30/1707.61	c  1708s|553100 |  2262 |  5411k|   9.8 |  25M| 393 |  44 |2280 |5101 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1707.61/1707.92	c  1708s|553200 |  2262 |  5413k|   9.8 |  25M| 393 |   - |2280 |5185 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1707.92/1708.22	c  1708s|553300 |  2262 |  5414k|   9.8 |  26M| 393 |  42 |2280 |5263 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1708.20/1708.54	c  1709s|553400 |  2258 |  5415k|   9.8 |  26M| 393 |  40 |2280 |5308 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1708.51/1708.85	c  1709s|553500 |  2256 |  5416k|   9.8 |  26M| 393 |  47 |2280 |5360 |2280 |1674 |  93 | 448k|  25k| 0.000000e+00 |      --      |    Inf 
1708.80/1709.18	c  1709s|553600 |  2263 |  5417k|   9.8 |  25M| 393 |   - |2280 |5236 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1709.21/1709.53	c  1710s|553700 |  2266 |  5418k|   9.8 |  25M| 393 |   - |2280 |5184 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1709.51/1709.87	c  1710s|553800 |  2266 |  5419k|   9.8 |  25M| 393 |   - |2280 |5206 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1709.90/1710.22	c  1710s|553900 |  2268 |  5420k|   9.8 |  26M| 393 |  33 |2280 |5265 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1710.21/1710.53	c  1711s|554000 |  2269 |  5422k|   9.8 |  26M| 393 |   - |2280 |5277 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1710.51/1710.82	c  1711s|554100 |  2269 |  5423k|   9.8 |  26M| 393 |   - |2280 |5309 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1710.81/1711.15	c  1711s|554200 |  2273 |  5424k|   9.8 |  26M| 393 |  28 |2280 |5333 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1711.11/1711.44	c  1711s|554300 |  2271 |  5425k|   9.8 |  26M| 393 |   - |2280 |5375 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1711.51/1711.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.51/1711.85	c  1712s|554400 |  2269 |  5426k|   9.8 |  26M| 393 |  33 |2280 |5378 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1711.81/1712.17	c  1712s|554500 |  2263 |  5427k|   9.8 |  26M| 393 |  38 |2280 |5365 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1712.21/1712.52	c  1713s|554600 |  2265 |  5429k|   9.8 |  26M| 393 |  44 |2280 |5408 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1712.51/1712.87	c  1713s|554700 |  2263 |  5429k|   9.8 |  26M| 393 |  41 |2280 |5449 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1712.81/1713.17	c  1713s|554800 |  2265 |  5430k|   9.8 |  26M| 393 |   - |2280 |5408 |2280 |1674 |  93 | 449k|  25k| 0.000000e+00 |      --      |    Inf 
1713.11/1713.47	c  1713s|554900 |  2264 |  5431k|   9.8 |  26M| 393 |   - |2280 |5462 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1713.41/1713.78	c  1714s|555000 |  2266 |  5433k|   9.8 |  26M| 393 |  29 |2280 |5551 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1713.81/1714.10	c  1714s|555100 |  2262 |  5434k|   9.8 |  26M| 393 |  42 |2280 |5587 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1714.11/1714.42	c  1714s|555200 |  2264 |  5435k|   9.8 |  26M| 393 |  27 |2280 |5500 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1714.40/1714.71	c  1715s|555300 |  2262 |  5436k|   9.8 |  26M| 393 |  20 |2280 |5502 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1714.62/1714.99	c  1715s|555400 |  2264 |  5437k|   9.8 |  26M| 393 |   - |2280 |5455 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1715.00/1715.30	c  1715s|555500 |  2268 |  5438k|   9.8 |  26M| 393 |   - |2280 |5520 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1715.30/1715.61	c  1716s|555600 |  2270 |  5439k|   9.8 |  26M| 393 |   - |2280 |5527 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1715.61/1715.91	c  1716s|555700 |  2268 |  5440k|   9.8 |  26M| 393 |  46 |2280 |5571 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1715.91/1716.21	c  1716s|555800 |  2268 |  5440k|   9.8 |  26M| 393 |   - |2280 |5638 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1716.20/1716.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1716.20/1716.51	c  1717s|555900 |  2268 |  5441k|   9.8 |  26M| 393 |   8 |2280 |5697 |2280 |1674 |  93 | 450k|  25k| 0.000000e+00 |      --      |    Inf 
1716.50/1716.80	c  1717s|556000 |  2266 |  5442k|   9.8 |  26M| 393 |   - |2280 |5731 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1716.82/1717.12	c  1717s|556100 |  2263 |  5443k|   9.8 |  26M| 393 |  25 |2280 |5763 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1717.01/1717.39	c  1717s|556200 |  2259 |  5444k|   9.8 |  26M| 393 |   - |2280 |5795 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1717.40/1717.70	c  1718s|556300 |  2261 |  5445k|   9.8 |  25M| 393 |  39 |2280 |5169 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1717.71/1718.05	c  1718s|556400 |  2261 |  5445k|   9.8 |  25M| 393 |   - |2280 |5174 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1718.00/1718.37	c  1718s|556500 |  2262 |  5446k|   9.8 |  25M| 393 |   - |2280 |5047 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1718.31/1718.68	c  1719s|556600 |  2266 |  5447k|   9.8 |  25M| 393 |  38 |2280 |4856 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1718.70/1719.00	c  1719s|556700 |  2262 |  5448k|   9.8 |  25M| 393 |  33 |2280 |4881 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1719.01/1719.31	c  1719s|556800 |  2263 |  5449k|   9.8 |  25M| 393 |  33 |2280 |4896 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1719.31/1719.63	c  1720s|556900 |  2263 |  5450k|   9.8 |  25M| 393 |  48 |2280 |4943 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1719.60/1719.98	c  1720s|557000 |  2265 |  5451k|   9.8 |  25M| 393 |  31 |2280 |4977 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1719.91/1720.29	c  1720s|557100 |  2263 |  5452k|   9.8 |  25M| 393 |   - |2280 |5029 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1720.21/1720.59	c  1721s|557200 |  2261 |  5452k|   9.8 |  25M| 393 |   - |2280 |5041 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1720.61/1720.90	c  1721s|557300 |  2263 |  5453k|   9.8 |  25M| 393 |  30 |2280 |5056 |2280 |1674 |  93 | 451k|  25k| 0.000000e+00 |      --      |    Inf 
1720.91/1721.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1720.91/1721.25	c  1721s|557400 |  2263 |  5454k|   9.8 |  25M| 393 |  37 |2280 |5066 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1721.30/1721.60	c  1722s|557500 |  2265 |  5455k|   9.8 |  25M| 393 |  34 |2280 |5105 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1721.61/1721.95	c  1722s|557600 |  2263 |  5456k|   9.8 |  25M| 393 |  36 |2280 |5048 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1721.90/1722.22	c  1722s|557700 |  2269 |  5457k|   9.8 |  25M| 393 |  41 |2280 |5013 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1722.11/1722.48	c  1722s|557800 |  2271 |  5458k|   9.8 |  25M| 393 |  36 |2280 |5064 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1722.41/1722.78	c  1723s|557900 |  2269 |  5459k|   9.8 |  25M| 393 |   - |2280 |5089 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1722.71/1723.08	c  1723s|558000 |  2268 |  5459k|   9.8 |  25M| 393 |  44 |2280 |5124 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1723.00/1723.38	c  1723s|558100 |  2270 |  5460k|   9.8 |  26M| 393 |   - |2280 |5180 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1723.31/1723.68	c  1724s|558200 |  2270 |  5461k|   9.8 |  26M| 393 |   - |2280 |5273 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1723.61/1723.97	c  1724s|558300 |  2274 |  5462k|   9.8 |  26M| 393 |  39 |2280 |5306 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1723.90/1724.27	c  1724s|558400 |  2275 |  5463k|   9.8 |  26M| 393 |  33 |2280 |5330 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1724.20/1724.55	c  1725s|558500 |  2271 |  5463k|   9.8 |  26M| 393 |   - |2280 |5373 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1724.51/1724.86	c  1725s|558600 |  2272 |  5464k|   9.8 |  26M| 393 |   - |2280 |5341 |2280 |1674 |  93 | 452k|  25k| 0.000000e+00 |      --      |    Inf 
1724.80/1725.13	c  1725s|558700 |  2276 |  5465k|   9.8 |  26M| 393 |  44 |2280 |5327 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1725.11/1725.41	c  1725s|558800 |  2276 |  5466k|   9.8 |  26M| 393 |   - |2280 |5360 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1725.40/1725.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.40/1725.71	c  1726s|558900 |  2271 |  5467k|   9.8 |  26M| 393 |   - |2280 |5416 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1725.71/1726.03	c  1726s|559000 |  2274 |  5468k|   9.8 |  26M| 393 |   - |2280 |5466 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1726.00/1726.34	c  1726s|559100 |  2276 |  5468k|   9.8 |  26M| 393 |  23 |2280 |5518 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1726.30/1726.66	c  1727s|559200 |  2272 |  5469k|   9.8 |  26M| 393 |   - |2280 |5456 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1726.61/1726.93	c  1727s|559300 |  2272 |  5470k|   9.8 |  26M| 393 |   - |2280 |5470 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1726.91/1727.24	c  1727s|559400 |  2274 |  5471k|   9.8 |  26M| 393 |  35 |2280 |5520 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1727.20/1727.54	c  1728s|559500 |  2272 |  5472k|   9.8 |  26M| 393 |  42 |2280 |5527 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1727.50/1727.84	c  1728s|559600 |  2268 |  5473k|   9.8 |  26M| 393 |   - |2280 |5470 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1727.81/1728.16	c  1728s|559700 |  2267 |  5474k|   9.8 |  26M| 393 |  46 |2280 |5415 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1728.10/1728.46	c  1728s|559800 |  2273 |  5475k|   9.8 |  26M| 393 |  12 |2280 |5418 |2280 |1674 |  93 | 453k|  25k| 0.000000e+00 |      --      |    Inf 
1728.40/1728.76	c  1729s|559900 |  2269 |  5475k|   9.8 |  26M| 393 |  44 |2280 |5435 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1728.71/1729.06	c  1729s|560000 |  2281 |  5476k|   9.8 |  26M| 393 |  27 |2280 |5425 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1729.00/1729.36	c  1729s|560100 |  2279 |  5477k|   9.8 |  26M| 393 |   - |2280 |5475 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1729.30/1729.68	c  1730s|560200 |  2275 |  5478k|   9.8 |  26M| 393 |   - |2280 |5546 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1729.70/1730.00	c  1730s|560300 |  2281 |  5478k|   9.8 |  26M| 393 |   - |2280 |5516 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1730.02/1730.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1730.02/1730.32	c  1730s|560400 |  2282 |  5479k|   9.8 |  26M| 393 |  33 |2280 |5589 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1730.30/1730.64	c  1731s|560500 |  2278 |  5480k|   9.8 |  26M| 393 |   - |2280 |5608 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1730.50/1730.89	c  1731s|560600 |  2276 |  5480k|   9.8 |  26M| 393 |   - |2280 |5619 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1730.91/1731.20	c  1731s|560700 |  2276 |  5481k|   9.8 |  26M| 393 |   - |2280 |5602 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1731.21/1731.53	c  1732s|560800 |  2272 |  5482k|   9.8 |  26M| 393 |   - |2280 |5593 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1731.50/1731.89	c  1732s|560900 |  2272 |  5483k|   9.8 |  26M| 393 |   - |2280 |5517 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1731.91/1732.22	c  1732s|561000 |  2274 |  5484k|   9.8 |  26M| 393 |   - |2280 |5494 |2280 |1674 |  93 | 454k|  25k| 0.000000e+00 |      --      |    Inf 
1732.21/1732.52	c  1733s|561100 |  2282 |  5485k|   9.8 |  26M| 393 |  24 |2280 |5515 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1732.51/1732.86	c  1733s|561200 |  2282 |  5486k|   9.8 |  26M| 393 |  13 |2280 |5479 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1732.90/1733.20	c  1733s|561300 |  2282 |  5486k|   9.8 |  26M| 393 |  28 |2280 |5485 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1733.21/1733.52	c  1734s|561400 |  2280 |  5487k|   9.8 |  26M| 393 |   - |2280 |5566 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1733.51/1733.86	c  1734s|561500 |  2283 |  5488k|   9.8 |  26M| 393 |  33 |2280 |5632 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1733.90/1734.22	c  1734s|561600 |  2279 |  5489k|   9.8 |  26M| 393 |   - |2280 |5684 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1734.20/1734.57	c  1735s|561700 |  2278 |  5490k|   9.8 |  26M| 393 |   - |2280 |5661 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1734.50/1734.89	c  1735s|561800 |  2277 |  5491k|   9.8 |  26M| 393 |  35 |2280 |5654 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1734.80/1735.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1734.80/1735.18	c  1735s|561900 |  2280 |  5492k|   9.8 |  26M| 393 |  37 |2280 |5666 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1735.21/1735.50	c  1736s|562000 |  2274 |  5493k|   9.8 |  26M| 393 |   - |2280 |5620 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1735.51/1735.82	c  1736s|562100 |  2278 |  5494k|   9.8 |  26M| 393 |  25 |2280 |5536 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1735.80/1736.14	c  1736s|562200 |  2273 |  5494k|   9.8 |  26M| 393 |   - |2280 |5598 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1736.11/1736.44	c  1736s|562300 |  2272 |  5495k|   9.8 |  26M| 393 |   - |2280 |5606 |2280 |1674 |  93 | 455k|  25k| 0.000000e+00 |      --      |    Inf 
1736.40/1736.76	c  1737s|562400 |  2274 |  5496k|   9.8 |  26M| 393 |   - |2280 |5626 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1736.81/1737.11	c  1737s|562500 |  2273 |  5497k|   9.8 |  26M| 393 |  34 |2280 |5641 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1737.11/1737.43	c  1737s|562600 |  2275 |  5498k|   9.8 |  26M| 393 |  20 |2280 |5672 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1737.41/1737.77	c  1738s|562700 |  2273 |  5498k|   9.8 |  26M| 393 |   - |2280 |5650 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1737.80/1738.11	c  1738s|562800 |  2269 |  5499k|   9.8 |  26M| 393 |   - |2280 |5704 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1738.10/1738.46	c  1738s|562900 |  2269 |  5500k|   9.8 |  26M| 393 |  38 |2280 |5764 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1738.50/1738.80	c  1739s|563000 |  2264 |  5501k|   9.8 |  26M| 393 |   - |2280 |5746 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1738.81/1739.15	c  1739s|563100 |  2266 |  5502k|   9.8 |  26M| 393 |   - |2280 |5667 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1739.10/1739.48	c  1739s|563200 |  2265 |  5502k|   9.8 |  26M| 393 |   - |2280 |5684 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1739.40/1739.78	c  1740s|563300 |  2275 |  5503k|   9.8 |  26M| 393 |  45 |2280 |5451 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1739.70/1740.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1739.70/1740.10	c  1740s|563400 |  2278 |  5504k|   9.8 |  26M| 393 |  34 |2280 |5476 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1740.10/1740.41	c  1740s|563500 |  2276 |  5505k|   9.8 |  26M| 393 |   - |2280 |5494 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1740.40/1740.73	c  1741s|563600 |  2272 |  5505k|   9.8 |  26M| 393 |   - |2280 |5496 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1740.71/1741.03	c  1741s|563700 |  2276 |  5506k|   9.8 |  26M| 393 |   - |2280 |5532 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1741.01/1741.33	c  1741s|563800 |  2278 |  5507k|   9.8 |  26M| 393 |  30 |2280 |5493 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1741.30/1741.63	c  1742s|563900 |  2276 |  5508k|   9.8 |  26M| 393 |  35 |2280 |5491 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1741.60/1741.95	c  1742s|564000 |  2270 |  5508k|   9.8 |  26M| 393 |   - |2280 |5494 |2280 |1674 |  93 | 456k|  25k| 0.000000e+00 |      --      |    Inf 
1741.90/1742.29	c  1742s|564100 |  2271 |  5509k|   9.8 |  26M| 393 |   - |2280 |5493 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1742.21/1742.59	c  1743s|564200 |  2274 |  5510k|   9.8 |  26M| 393 |   - |2280 |5543 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1742.60/1742.91	c  1743s|564300 |  2271 |  5511k|   9.8 |  26M| 393 |   - |2280 |5549 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1742.90/1743.24	c  1743s|564400 |  2269 |  5512k|   9.8 |  26M| 393 |   - |2280 |5565 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1743.21/1743.58	c  1744s|564500 |  2269 |  5513k|   9.8 |  26M| 393 |   - |2280 |5579 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1743.61/1743.91	c  1744s|564600 |  2273 |  5514k|   9.8 |  26M| 393 |   - |2280 |5571 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1743.91/1744.25	c  1744s|564700 |  2269 |  5514k|   9.8 |  26M| 393 |   - |2280 |5609 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1744.21/1744.59	c  1745s|564800 |  2272 |  5515k|   9.8 |  26M| 393 |  40 |2280 |5624 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1744.60/1744.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1744.60/1744.90	c  1745s|564900 |  2274 |  5516k|   9.8 |  26M| 393 |  41 |2280 |5664 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1744.90/1745.22	c  1745s|565000 |  2272 |  5517k|   9.8 |  26M| 393 |   - |2280 |5704 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1745.20/1745.54	c  1746s|565100 |  2272 |  5518k|   9.8 |  26M| 393 |  11 |2280 |5612 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1745.50/1745.88	c  1746s|565200 |  2267 |  5519k|   9.8 |  26M| 393 |   - |2280 |5617 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1745.90/1746.22	c  1746s|565300 |  2265 |  5520k|   9.8 |  26M| 393 |   - |2280 |5629 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1746.20/1746.54	c  1747s|565400 |  2265 |  5521k|   9.8 |  26M| 393 |   - |2280 |5623 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1746.51/1746.85	c  1747s|565500 |  2265 |  5521k|   9.8 |  26M| 393 |  42 |2280 |5604 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1746.80/1747.13	c  1747s|565600 |  2267 |  5522k|   9.8 |  26M| 393 |  35 |2280 |5653 |2280 |1674 |  93 | 457k|  25k| 0.000000e+00 |      --      |    Inf 
1747.10/1747.43	c  1747s|565700 |  2265 |  5523k|   9.8 |  26M| 393 |  38 |2280 |5718 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1747.41/1747.73	c  1748s|565800 |  2262 |  5524k|   9.8 |  26M| 393 |   - |2280 |5764 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1747.70/1748.06	c  1748s|565900 |  2265 |  5525k|   9.8 |  26M| 393 |  43 |2280 |5703 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1748.00/1748.39	c  1748s|566000 |  2263 |  5526k|   9.8 |  26M| 393 |  28 |2280 |5400 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1748.30/1748.66	c  1749s|566100 |  2271 |  5526k|   9.8 |  26M| 393 |  35 |2280 |5331 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1748.61/1748.96	c  1749s|566200 |  2269 |  5528k|   9.8 |  26M| 393 |  19 |2280 |5400 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1748.90/1749.27	c  1749s|566300 |  2269 |  5529k|   9.8 |  26M| 393 |  18 |2280 |5417 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1749.20/1749.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1749.20/1749.56	c  1750s|566400 |  2267 |  5530k|   9.8 |  26M| 393 |   - |2280 |5450 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1749.50/1749.88	c  1750s|566500 |  2266 |  5531k|   9.8 |  26M| 393 |   - |2280 |5497 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1749.81/1750.19	c  1750s|566600 |  2269 |  5532k|   9.8 |  26M| 393 |   - |2280 |5441 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1750.10/1750.49	c  1750s|566700 |  2270 |  5533k|   9.8 |  26M| 393 |  34 |2280 |5448 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1750.40/1750.74	c  1751s|566800 |  2272 |  5533k|   9.8 |  26M| 393 |  19 |2280 |5532 |2280 |1674 |  93 | 458k|  25k| 0.000000e+00 |      --      |    Inf 
1750.70/1751.03	c  1751s|566900 |  2272 |  5534k|   9.8 |  26M| 393 |  41 |2280 |5601 |2280 |1674 |  93 | 459k|  25k| 0.000000e+00 |      --      |    Inf 
1751.00/1751.33	c  1751s|567000 |  2266 |  5535k|   9.8 |  26M| 393 |  36 |2280 |5670 |2280 |1674 |  93 | 459k|  25k| 0.000000e+00 |      --      |    Inf 
1751.30/1751.62	c  1752s|567100 |  2266 |  5536k|   9.8 |  26M| 393 |  36 |2280 |5584 |2280 |1674 |  93 | 459k|  25k| 0.000000e+00 |      --      |    Inf 
1751.50/1751.89	c  1752s|567200 |  2266 |  5537k|   9.8 |  26M| 393 |   - |2280 |5642 |2280 |1674 |  93 | 459k|  25k| 0.000000e+00 |      --      |    Inf 
1751.80/1752.20	c  1752s|567300 |  2269 |  5538k|   9.8 |  26M| 393 |  26 |2280 |5578 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1752.20/1752.53	c  1753s|567400 |  2269 |  5538k|   9.8 |  26M| 393 |   - |2280 |5523 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1752.50/1752.81	c  1753s|567500 |  2267 |  5539k|   9.8 |  26M| 393 |   - |2280 |5593 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1752.80/1753.11	c  1753s|567600 |  2271 |  5540k|   9.8 |  26M| 393 |   - |2280 |5586 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1753.11/1753.42	c  1753s|567700 |  2269 |  5542k|   9.8 |  26M| 393 |  44 |2280 |5677 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1753.50/1753.84	c  1754s|567800 |  2269 |  5543k|   9.8 |  26M| 393 |  38 |2280 |5743 |2280 |1674 |  93 | 459k|  26k| 0.000000e+00 |      --      |    Inf 
1753.90/1754.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.90/1754.21	c  1754s|567900 |  2272 |  5544k|   9.8 |  26M| 393 |   - |2280 |5775 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1754.21/1754.54	c  1755s|568000 |  2267 |  5544k|   9.8 |  26M| 393 |   - |2280 |5833 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1754.50/1754.89	c  1755s|568100 |  2269 |  5546k|   9.8 |  26M| 393 |   - |2280 |5866 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1754.90/1755.23	c  1755s|568200 |  2269 |  5547k|   9.8 |  26M| 393 |  39 |2280 |5929 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1755.21/1755.55	c  1756s|568300 |  2265 |  5548k|   9.8 |  27M| 393 |   - |2280 |5988 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1755.50/1755.82	c  1756s|568400 |  2276 |  5549k|   9.8 |  26M| 393 |  42 |2280 |5862 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1755.80/1756.11	c  1756s|568500 |  2276 |  5550k|   9.8 |  26M| 393 |  37 |2280 |5941 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1756.10/1756.41	c  1756s|568600 |  2276 |  5551k|   9.8 |  26M| 393 |   - |2280 |5892 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1756.31/1756.70	c  1757s|568700 |  2284 |  5552k|   9.8 |  27M| 393 |  20 |2280 |6015 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1756.70/1757.02	c  1757s|568800 |  2282 |  5553k|   9.8 |  27M| 393 |   - |2280 |6074 |2280 |1674 |  93 | 460k|  26k| 0.000000e+00 |      --      |    Inf 
1757.00/1757.32	c  1757s|568900 |  2280 |  5554k|   9.8 |  27M| 393 |   - |2280 |6104 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1757.30/1757.62	c  1758s|569000 |  2291 |  5555k|   9.8 |  27M| 393 |   - |2280 |6144 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1757.60/1757.95	c  1758s|569100 |  2287 |  5556k|   9.8 |  27M| 393 |   - |2280 |6227 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1757.90/1758.24	c  1758s|569200 |  2287 |  5557k|   9.8 |  27M| 393 |   - |2280 |6303 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1758.20/1758.57	c  1759s|569300 |  2288 |  5559k|   9.8 |  27M| 393 |   - |2280 |6333 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1758.61/1758.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.61/1758.91	c  1759s|569400 |  2283 |  5560k|   9.8 |  27M| 393 |   - |2280 |6311 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1758.90/1759.21	c  1759s|569500 |  2289 |  5561k|   9.8 |  27M| 393 |  30 |2280 |6281 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1759.20/1759.54	c  1760s|569600 |  2281 |  5562k|   9.8 |  27M| 393 |  38 |2280 |6368 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1759.50/1759.87	c  1760s|569700 |  2279 |  5563k|   9.8 |  27M| 393 |  48 |2280 |6329 |2280 |1674 |  93 | 461k|  26k| 0.000000e+00 |      --      |    Inf 
1759.80/1760.18	c  1760s|569800 |  2279 |  5564k|   9.8 |  27M| 393 |  42 |2280 |6273 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1760.20/1760.51	c  1761s|569900 |  2279 |  5565k|   9.8 |  27M| 393 |  32 |2280 |6282 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1760.49/1760.81	c  1761s|570000 |  2279 |  5566k|   9.8 |  27M| 393 |  19 |2280 |6200 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1760.81/1761.11	c  1761s|570100 |  2277 |  5567k|   9.8 |  27M| 393 |  21 |2280 |6308 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1761.10/1761.40	c  1761s|570200 |  2275 |  5568k|   9.8 |  27M| 393 |   - |2280 |6350 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1761.30/1761.69	c  1762s|570300 |  2281 |  5569k|   9.8 |  27M| 393 |  34 |2280 |6412 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1761.60/1761.98	c  1762s|570400 |  2281 |  5570k|   9.8 |  27M| 393 |   - |2280 |6460 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1761.90/1762.29	c  1762s|570500 |  2279 |  5571k|   9.8 |  27M| 393 |  39 |2280 |6527 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1762.30/1762.64	c  1763s|570600 |  2279 |  5572k|   9.8 |  27M| 393 |   - |2280 |6578 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1762.60/1762.97	c  1763s|570700 |  2279 |  5573k|   9.8 |  27M| 393 |   - |2280 |6611 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1762.91/1763.30	c  1763s|570800 |  2283 |  5574k|   9.8 |  27M| 393 |  29 |2280 |6621 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1763.30/1763.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1763.30/1763.60	c  1764s|570900 |  2285 |  5575k|   9.8 |  27M| 393 |  49 |2280 |6616 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1763.60/1763.92	c  1764s|571000 |  2285 |  5576k|   9.8 |  28M| 393 |  30 |2280 |6692 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1763.90/1764.26	c  1764s|571100 |  2281 |  5577k|   9.8 |  28M| 393 |   - |2280 |6716 |2280 |1674 |  93 | 462k|  26k| 0.000000e+00 |      --      |    Inf 
1764.20/1764.58	c  1765s|571200 |  2281 |  5578k|   9.8 |  28M| 393 |  38 |2280 |6749 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1764.50/1764.87	c  1765s|571300 |  2283 |  5579k|   9.8 |  28M| 393 |  30 |2280 |6759 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1764.80/1765.19	c  1765s|571400 |  2281 |  5580k|   9.8 |  28M| 393 |   - |2280 |6808 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1765.20/1765.53	c  1766s|571500 |  2277 |  5580k|   9.8 |  28M| 393 |   - |2280 |6879 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1765.50/1765.87	c  1766s|571600 |  2277 |  5582k|   9.8 |  28M| 393 |  40 |2280 |6887 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1765.90/1766.21	c  1766s|571700 |  2274 |  5583k|   9.8 |  28M| 393 |   - |2280 |6795 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1766.20/1766.54	c  1767s|571800 |  2275 |  5584k|   9.8 |  27M| 393 |  34 |2280 |6428 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1766.50/1766.85	c  1767s|571900 |  2273 |  5585k|   9.8 |  27M| 393 |   - |2280 |6474 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1766.80/1767.15	c  1767s|572000 |  2273 |  5586k|   9.8 |  27M| 393 |   - |2280 |6494 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1767.10/1767.45	c  1767s|572100 |  2271 |  5587k|   9.8 |  27M| 393 |   - |2280 |6417 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1767.41/1767.73	c  1768s|572200 |  2275 |  5587k|   9.8 |  27M| 393 |  23 |2280 |6236 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1767.60/1767.99	c  1768s|572300 |  2275 |  5588k|   9.8 |  27M| 393 |  26 |2280 |6220 |2280 |1674 |  93 | 463k|  26k| 0.000000e+00 |      --      |    Inf 
1767.90/1768.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1767.90/1768.26	c  1768s|572400 |  2275 |  5589k|   9.8 |  27M| 393 |   - |2280 |6272 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1768.20/1768.56	c  1769s|572500 |  2277 |  5590k|   9.8 |  27M| 393 |  31 |2280 |6278 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1768.60/1768.91	c  1769s|572600 |  2275 |  5591k|   9.8 |  27M| 393 |   - |2280 |6294 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1768.90/1769.23	c  1769s|572700 |  2275 |  5592k|   9.8 |  27M| 393 |  37 |2280 |6363 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1769.20/1769.53	c  1770s|572800 |  2271 |  5593k|   9.8 |  27M| 393 |   - |2280 |6428 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1769.51/1769.83	c  1770s|572900 |  2273 |  5594k|   9.8 |  27M| 393 |   - |2280 |6350 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1769.80/1770.10	c  1770s|573000 |  2275 |  5595k|   9.8 |  27M| 393 |  36 |2280 |6378 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1769.99/1770.39	c  1770s|573100 |  2275 |  5596k|   9.8 |  27M| 393 |  36 |2280 |6442 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1770.29/1770.68	c  1771s|573200 |  2273 |  5597k|   9.8 |  27M| 393 |   - |2280 |6524 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1770.60/1770.98	c  1771s|573300 |  2271 |  5598k|   9.8 |  27M| 393 |   - |2280 |6564 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1770.90/1771.27	c  1771s|573400 |  2271 |  5599k|   9.8 |  27M| 393 |  42 |2280 |6594 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1771.20/1771.58	c  1772s|573500 |  2273 |  5600k|   9.8 |  27M| 393 |   - |2280 |6607 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1771.50/1771.88	c  1772s|573600 |  2268 |  5601k|   9.8 |  27M| 393 |  32 |2280 |6639 |2280 |1674 |  93 | 464k|  26k| 0.000000e+00 |      --      |    Inf 
1771.89/1772.23	c  1772s|573700 |  2265 |  5603k|   9.8 |  27M| 393 |   - |2280 |6414 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1772.20/1772.58	c  1773s|573800 |  2269 |  5604k|   9.8 |  27M| 393 |   - |2280 |5987 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1772.49/1772.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1772.49/1772.87	c  1773s|573900 |  2269 |  5605k|   9.8 |  27M| 393 |  33 |2280 |5986 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1772.91/1773.22	c  1773s|574000 |  2267 |  5606k|   9.8 |  27M| 393 |  38 |2280 |6031 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1773.20/1773.55	c  1774s|574100 |  2267 |  5606k|   9.8 |  27M| 393 |   - |2280 |6044 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1773.50/1773.88	c  1774s|574200 |  2267 |  5607k|   9.8 |  27M| 393 |  28 |2280 |6055 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1773.91/1774.20	c  1774s|574300 |  2267 |  5608k|   9.8 |  27M| 393 |  41 |2280 |6048 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1774.19/1774.54	c  1775s|574400 |  2267 |  5609k|   9.8 |  27M| 393 |   - |2280 |6100 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1774.59/1774.90	c  1775s|574500 |  2265 |  5609k|   9.8 |  27M| 393 |  47 |2280 |6125 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1774.90/1775.21	c  1775s|574600 |  2263 |  5610k|   9.8 |  27M| 393 |   - |2280 |6146 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1775.10/1775.49	c  1775s|574700 |  2267 |  5611k|   9.8 |  26M| 393 |  30 |2280 |5822 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1775.40/1775.78	c  1776s|574800 |  2268 |  5612k|   9.8 |  26M| 393 |  35 |2280 |5634 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1775.70/1776.07	c  1776s|574900 |  2267 |  5613k|   9.8 |  26M| 393 |  40 |2280 |5680 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1776.00/1776.33	c  1776s|575000 |  2267 |  5614k|   9.8 |  26M| 393 |  18 |2280 |5746 |2280 |1674 |  93 | 465k|  26k| 0.000000e+00 |      --      |    Inf 
1776.29/1776.62	c  1777s|575100 |  2267 |  5615k|   9.8 |  26M| 393 |   - |2280 |5755 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1776.59/1776.93	c  1777s|575200 |  2268 |  5616k|   9.8 |  26M| 393 |   - |2280 |5822 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1776.90/1777.27	c  1777s|575300 |  2266 |  5617k|   9.8 |  26M| 393 |   - |2280 |5828 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1777.20/1777.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.20/1777.57	c  1778s|575400 |  2264 |  5618k|   9.8 |  26M| 393 |  34 |2280 |5870 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1777.50/1777.87	c  1778s|575500 |  2263 |  5619k|   9.8 |  26M| 393 |   - |2280 |5815 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1777.79/1778.16	c  1778s|575600 |  2265 |  5619k|   9.8 |  26M| 393 |   - |2280 |5730 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1778.10/1778.48	c  1778s|575700 |  2265 |  5620k|   9.8 |  26M| 393 |  32 |2280 |5736 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1778.41/1778.79	c  1779s|575800 |  2262 |  5621k|   9.8 |  26M| 393 |  44 |2280 |5601 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1778.70/1779.08	c  1779s|575900 |  2262 |  5622k|   9.8 |  26M| 393 |   - |2280 |5646 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1779.00/1779.36	c  1779s|576000 |  2262 |  5623k|   9.8 |  26M| 393 |   - |2280 |5710 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1779.29/1779.70	c  1780s|576100 |  2260 |  5624k|   9.8 |  26M| 393 |  46 |2280 |5524 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1779.69/1780.02	c  1780s|576200 |  2260 |  5624k|   9.8 |  26M| 393 |   - |2280 |5406 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1779.99/1780.35	c  1780s|576300 |  2267 |  5625k|   9.8 |  26M| 393 |  36 |2280 |5427 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1780.30/1780.68	c  1781s|576400 |  2268 |  5626k|   9.8 |  26M| 393 |  25 |2280 |5464 |2280 |1674 |  93 | 466k|  26k| 0.000000e+00 |      --      |    Inf 
1780.70/1781.01	c  1781s|576500 |  2267 |  5627k|   9.8 |  26M| 393 |  33 |2280 |5496 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1780.99/1781.34	c  1781s|576600 |  2269 |  5628k|   9.8 |  26M| 393 |  27 |2280 |5572 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1781.30/1781.67	c  1782s|576700 |  2266 |  5629k|   9.8 |  26M| 393 |  46 |2280 |5613 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1781.60/1781.97	c  1782s|576800 |  2266 |  5630k|   9.8 |  26M| 393 |  12 |2280 |5666 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1781.99/1782.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1781.99/1782.31	c  1782s|576900 |  2268 |  5631k|   9.8 |  26M| 393 |  35 |2280 |5666 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1782.29/1782.68	c  1783s|577000 |  2261 |  5632k|   9.8 |  26M| 393 |  54 |2280 |5662 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1782.59/1782.99	c  1783s|577100 |  2262 |  5633k|   9.8 |  26M| 393 |   - |2280 |5513 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1783.00/1783.33	c  1783s|577200 |  2264 |  5634k|   9.8 |  26M| 393 |  33 |2280 |5451 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1783.29/1783.65	c  1784s|577300 |  2264 |  5635k|   9.8 |  26M| 393 |   - |2280 |5506 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1783.59/1783.97	c  1784s|577400 |  2262 |  5635k|   9.8 |  26M| 393 |   - |2280 |5569 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1783.91/1784.26	c  1784s|577500 |  2268 |  5636k|   9.8 |  26M| 393 |  31 |2280 |5304 |2280 |1674 |  93 | 467k|  26k| 0.000000e+00 |      --      |    Inf 
1784.19/1784.56	c  1785s|577600 |  2270 |  5637k|   9.8 |  26M| 393 |  48 |2280 |5200 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1784.50/1784.84	c  1785s|577700 |  2268 |  5638k|   9.8 |  26M| 393 |  39 |2280 |5259 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1784.79/1785.11	c  1785s|577800 |  2268 |  5639k|   9.8 |  26M| 393 |   - |2280 |5239 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1785.10/1785.40	c  1785s|577900 |  2273 |  5640k|   9.8 |  26M| 393 |   - |2280 |5132 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1785.39/1785.70	c  1786s|578000 |  2270 |  5641k|   9.8 |  26M| 393 |   - |2280 |5178 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1785.60/1785.96	c  1786s|578100 |  2269 |  5642k|   9.8 |  26M| 393 |  47 |2280 |5219 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1785.89/1786.20	c  1786s|578200 |  2267 |  5642k|   9.8 |  26M| 393 |  36 |2280 |5263 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1786.10/1786.48	c  1786s|578300 |  2269 |  5643k|   9.8 |  26M| 393 |   - |2280 |5326 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1786.40/1786.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1786.40/1786.77	c  1787s|578400 |  2267 |  5644k|   9.7 |  26M| 393 |   - |2280 |5333 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1786.69/1787.07	c  1787s|578500 |  2265 |  5645k|   9.7 |  26M| 393 |  41 |2280 |5305 |2280 |1674 |  93 | 468k|  26k| 0.000000e+00 |      --      |    Inf 
1787.00/1787.37	c  1787s|578600 |  2269 |  5646k|   9.7 |  26M| 393 |  40 |2280 |5334 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1787.30/1787.69	c  1788s|578700 |  2272 |  5647k|   9.8 |  26M| 393 |  18 |2280 |5347 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1787.60/1787.97	c  1788s|578800 |  2271 |  5648k|   9.8 |  26M| 393 |   - |2280 |5350 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1787.89/1788.27	c  1788s|578900 |  2267 |  5649k|   9.8 |  26M| 393 |  34 |2280 |5397 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1788.20/1788.55	c  1789s|579000 |  2271 |  5650k|   9.8 |  26M| 393 |   - |2280 |5462 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1788.49/1788.88	c  1789s|579100 |  2267 |  5651k|   9.7 |  26M| 393 |   - |2280 |5548 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1788.90/1789.20	c  1789s|579200 |  2267 |  5652k|   9.8 |  26M| 393 |  32 |2280 |5528 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1789.20/1789.52	c  1790s|579300 |  2266 |  5653k|   9.7 |  26M| 393 |  14 |2280 |5389 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1789.49/1789.84	c  1790s|579400 |  2264 |  5654k|   9.7 |  26M| 393 |   - |2280 |5197 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1789.80/1790.16	c  1790s|579500 |  2262 |  5654k|   9.7 |  26M| 393 |   - |2280 |5198 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1790.09/1790.49	c  1790s|579600 |  2266 |  5655k|   9.7 |  26M| 393 |  39 |2280 |5220 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1790.50/1790.81	c  1791s|579700 |  2262 |  5656k|   9.7 |  26M| 393 |  41 |2280 |5268 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1790.79/1791.16	c  1791s|579800 |  2267 |  5657k|   9.7 |  26M| 393 |  10 |2280 |5252 |2280 |1674 |  93 | 469k|  26k| 0.000000e+00 |      --      |    Inf 
1791.19/1791.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.19/1791.50	c  1791s|579900 |  2264 |  5657k|   9.7 |  26M| 393 |   - |2280 |5239 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1791.51/1791.82	c  1792s|580000 |  2268 |  5658k|   9.7 |  26M| 393 |  20 |2280 |5271 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1791.80/1792.14	c  1792s|580100 |  2266 |  5659k|   9.7 |  26M| 393 |   - |2280 |5163 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1792.09/1792.49	c  1792s|580200 |  2264 |  5660k|   9.7 |  25M| 393 |   - |2280 |5112 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1792.50/1792.83	c  1793s|580300 |  2260 |  5661k|   9.7 |  25M| 393 |   - |2280 |5063 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1792.80/1793.16	c  1793s|580400 |  2262 |  5662k|   9.7 |  25M| 393 |   - |2280 |5091 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1793.09/1793.49	c  1793s|580500 |  2265 |  5663k|   9.7 |  26M| 393 |   - |2280 |5156 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1793.50/1793.81	c  1794s|580600 |  2265 |  5664k|   9.7 |  26M| 393 |  41 |2280 |5164 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1793.80/1794.13	c  1794s|580700 |  2266 |  5664k|   9.7 |  26M| 393 |   - |2280 |5196 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1794.10/1794.48	c  1794s|580800 |  2260 |  5665k|   9.7 |  25M| 393 |   - |2280 |5095 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1794.39/1794.77	c  1795s|580900 |  2260 |  5666k|   9.7 |  25M| 393 |   - |2280 |5073 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1794.70/1795.07	c  1795s|581000 |  2260 |  5667k|   9.7 |  26M| 393 |  41 |2280 |5146 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1794.99/1795.37	c  1795s|581100 |  2261 |  5668k|   9.7 |  26M| 393 |  28 |2280 |5238 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1795.29/1795.68	c  1796s|581200 |  2265 |  5669k|   9.7 |  25M| 393 |  27 |2280 |4999 |2280 |1674 |  93 | 470k|  26k| 0.000000e+00 |      --      |    Inf 
1795.59/1795.98	c  1796s|581300 |  2261 |  5670k|   9.7 |  25M| 393 |  36 |2280 |5090 |2280 |1674 |  93 | 471k|  26k| 0.000000e+00 |      --      |    Inf 
1795.90/1796.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1795.90/1796.27	c  1796s|581400 |  2268 |  5671k|   9.7 |  26M| 393 |  27 |2280 |5132 |2280 |1674 |  93 | 471k|  26k| 0.000000e+00 |      --      |    Inf 
1796.19/1796.59	c  1797s|581500 |  2267 |  5671k|   9.7 |  26M| 393 |   - |2280 |5152 |2280 |1674 |  93 | 471k|  26k| 0.000000e+00 |      --      |    Inf 
1796.49/1796.87	c  1797s|581600 |  2266 |  5672k|   9.7 |  26M| 393 |   - |2280 |5217 |2280 |1674 |  93 | 471k|  26k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 581646
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.08 (included in solving)
1796.70/1797.00	c   reading          :       0.02 (included in solving)
1796.70/1797.00	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3691553-1338028288.opb
1796.70/1797.00	c   Variables        : 2280 (2280 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1636 initial, 1636 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3691553-1338028288.opb
1796.70/1797.00	c   Variables        : 2280 (2280 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1636 initial, 7764 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0     295489          0          1          0        248       2076          0          0     586722
1796.70/1797.00	c   setppc           :         78         78          5    1710943          0          0          0   63406718        301   12043339          0          0          0
1796.70/1797.00	c   linear           :          0+        35          5       1274          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       1558+      7651          5     583814          0          0          0    2004392       1070     350295          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :      86.57       0.00       0.00       0.00      86.57       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :      83.62       0.00       0.00      16.48       0.00       0.00       0.00      67.14
1796.70/1797.00	c   linear           :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :      30.48       0.00       0.00      21.89       0.00       0.00       0.00       8.59
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :     295494          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       1.47       0.00       0.00       1.47       0.00
1796.70/1797.00	c   pseudoobj        :       1.63       0.00       0.00       1.63       0.00
1796.70/1797.00	c   vbounds          :       1.39       0.00       0.00       1.39       0.00
1796.70/1797.00	c   redcost          :       9.60       0.00       0.00       9.60       0.00
1796.70/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.77       1371       1367      22165      199.3         15      152.0          -
1796.70/1797.00	c   infeasible LP    :     607.98     287023     228278    7408855      281.8        657      145.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -     471375      145.5          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 168)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.02       0.00          5          0          0        250          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.15       0.00          5          0          0       2500          0
1796.70/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.02       0.00          5          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.38       0.00          1          0          0          0         35
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :      85.78       0.00     295489        248       2076          0          0     586722
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.00       0.00          0          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
1796.70/1797.00	c   dual LP          :     859.85     582517    5673046       9.81    6597.71       2.39       4226
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :      80.08      26367     401041      15.21    5008.26
1796.70/1797.00	c     (at root node) :          -         11       1402     127.45          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     581646
1796.70/1797.00	c   nodes (total)    :     581646
1796.70/1797.00	c   nodes left       :       2264
1796.70/1797.00	c   max depth        :        393
1796.70/1797.00	c   max depth (total):        393
1796.70/1797.00	c   backtracks       :      97251 (16.7%)
1796.70/1797.00	c   delayed cutoffs  :       2813
1796.70/1797.00	c   repropagations   :     497497 (1672234 domain reductions, 2233 cutoffs)
1796.70/1797.00	c   avg switch length:       4.37
1796.70/1797.00	c   switching time   :      51.54
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :       5212
1796.70/1797.05	c Time complete: 1796.75.

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

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

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


[startup+0 s]
/proc/loadavg: 1.51 1.78 1.91 2/176 6630
/proc/meminfo: memFree=28527004/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=12832 CPUtime=0 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 1958 0 0 0 0 0 0 0 20 0 1 0 268957243 13139968 1912 33554432000 4194304 10219143 140735550808224 140735964520200 7589947 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6630/statm: 3251 1922 419 1471 0 1771 0

[startup+0.0333201 s]
/proc/loadavg: 1.51 1.78 1.91 2/176 6630
/proc/meminfo: memFree=28527004/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=26032 CPUtime=0.02 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 5252 0 0 0 2 0 0 0 20 0 1 0 268957243 26656768 5206 33554432000 4194304 10219143 140735550808224 140735964520200 7589947 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6630/statm: 6544 5213 482 1471 0 5064 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26032

[startup+0.100359 s]
/proc/loadavg: 1.51 1.78 1.91 2/176 6630
/proc/meminfo: memFree=28527004/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=35916 CPUtime=0.09 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 7769 0 0 0 7 2 0 0 20 0 1 0 268957243 36777984 7466 33554432000 4194304 10219143 140735550808224 140735550805224 9008087 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6630/statm: 8979 7466 560 1471 0 7499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35916

[startup+0.300295 s]
/proc/loadavg: 1.51 1.78 1.91 2/176 6630
/proc/meminfo: memFree=28527004/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=69252 CPUtime=0.29 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 16248 0 0 0 25 4 0 0 20 0 1 0 268957243 70914048 15722 33554432000 4194304 10219143 140735550808224 140735550802136 9008087 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6630/statm: 17313 15722 760 1471 0 15833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69252

[startup+0.700227 s]
/proc/loadavg: 1.51 1.78 1.91 2/176 6630
/proc/meminfo: memFree=28527004/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=0.68 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19241 0 0 0 56 12 0 0 20 0 1 0 268957243 79818752 17983 33554432000 4194304 10219143 140735550808224 140735550802136 9026266 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6630/statm: 19487 17983 790 1471 0 18007 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 77948

[startup+1.50024 s]
/proc/loadavg: 1.55 1.78 1.91 3/177 6631
/proc/meminfo: memFree=28457416/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=1.49 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19399 0 0 0 132 17 0 0 20 0 1 0 268957243 79818752 18141 33554432000 4194304 10219143 140735550808224 140735550803464 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18141 791 1471 0 18007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77948

[startup+3.10021 s]
/proc/loadavg: 1.55 1.78 1.91 3/177 6631
/proc/meminfo: memFree=28456680/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=3.09 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19402 0 0 0 290 19 0 0 20 0 1 0 268957243 79818752 18144 33554432000 4194304 10219143 140735550808224 140735550801352 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18144 794 1471 0 18007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77948

[startup+6.30021 s]
/proc/loadavg: 1.59 1.79 1.91 3/177 6631
/proc/meminfo: memFree=28456176/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=6.29 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19406 0 0 0 605 24 0 0 20 0 1 0 268957243 79818752 18271 33554432000 4194304 10219143 140735550808224 140735550801672 8930922 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18271 794 1471 0 18007 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77948

[startup+12.7002 s]
/proc/loadavg: 1.62 1.79 1.91 3/177 6632
/proc/meminfo: memFree=28455852/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=12.69 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19406 0 0 0 1239 30 0 0 20 0 1 0 268957243 79818752 18271 33554432000 4194304 10219143 140735550808224 140735550801768 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18271 794 1471 0 18007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77948

[startup+25.5003 s]
/proc/loadavg: 1.68 1.80 1.91 3/177 6632
/proc/meminfo: memFree=28455876/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=25.48 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19583 0 0 0 2452 96 0 0 20 0 1 0 268957243 79818752 18517 33554432000 4194304 10219143 140735550808224 140735550804024 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18517 798 1471 0 18007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77948

[startup+51.1003 s]
/proc/loadavg: 1.80 1.81 1.91 3/177 6632
/proc/meminfo: memFree=28455856/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=51.07 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19585 0 0 0 4402 705 0 0 20 0 1 0 268957243 79818752 18520 33554432000 4194304 10219143 140735550808224 140735550804024 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18520 798 1471 0 18007 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77948

[startup+102.307 s]
/proc/loadavg: 1.91 1.84 1.91 3/177 6632
/proc/meminfo: memFree=28455172/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=102.26 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19585 0 0 0 8357 1869 0 0 20 0 1 0 268957243 79818752 18520 33554432000 4194304 10219143 140735550808224 140735550803576 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18520 798 1471 0 18007 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 77948

[startup+162.3 s]
/proc/loadavg: 1.97 1.87 1.91 3/177 6632
/proc/meminfo: memFree=28452816/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=162.25 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19588 0 0 0 12801 3424 0 0 20 0 1 0 268957243 79818752 18523 33554432000 4194304 10219143 140735550808224 140735550801576 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18523 798 1471 0 18007 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 77948

[startup+222.3 s]
/proc/loadavg: 1.99 1.89 1.91 3/178 6633
/proc/meminfo: memFree=28447532/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=222.23 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19588 0 0 0 17276 4947 0 0 20 0 1 0 268957243 79818752 18523 33554432000 4194304 10219143 140735550808224 140735550801480 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18523 798 1471 0 18007 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 77948

[startup+282.3 s]
/proc/loadavg: 1.99 1.91 1.91 3/177 6633
/proc/meminfo: memFree=28446732/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=77948 CPUtime=282.22 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19588 0 0 0 21720 6502 0 0 20 0 1 0 268957243 79818752 18523 33554432000 4194304 10219143 140735550808224 140735550803560 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19487 18523 798 1471 0 18007 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 77948

[startup+342.3 s]
/proc/loadavg: 1.99 1.92 1.91 3/177 6634
/proc/meminfo: memFree=28446112/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=78452 CPUtime=342.22 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19676 0 0 0 26048 8174 0 0 20 0 1 0 268957243 80334848 18611 33554432000 4194304 10219143 140735550808224 140735550801576 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19613 18611 798 1471 0 18133 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 78452

[startup+402.3 s]
/proc/loadavg: 2.04 1.95 1.92 3/177 6634
/proc/meminfo: memFree=28443936/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=78908 CPUtime=402.21 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19822 0 0 0 30648 9573 0 0 20 0 1 0 268957243 80801792 18955 33554432000 4194304 10219143 140735550808224 140735550803592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19727 18955 798 1471 0 18247 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 78908

[startup+462.3 s]
/proc/loadavg: 2.01 1.95 1.92 3/177 6634
/proc/meminfo: memFree=28442820/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=79196 CPUtime=462.2 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 19895 0 0 0 35088 11132 0 0 20 0 1 0 268957243 81096704 19028 33554432000 4194304 10219143 140735550808224 140735550803592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 19799 19028 798 1471 0 18319 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 79196

[startup+522.3 s]
/proc/loadavg: 2.00 1.96 1.92 3/178 6637
/proc/meminfo: memFree=28441540/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=80008 CPUtime=522.19 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 20084 0 0 0 39533 12686 0 0 20 0 1 0 268957243 81928192 19217 33554432000 4194304 10219143 140735550808224 140735550804808 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 20002 19217 798 1471 0 18522 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 80008

[startup+582.3 s]
/proc/loadavg: 2.00 1.96 1.92 3/177 6637
/proc/meminfo: memFree=28440712/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=80636 CPUtime=582.18 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 20234 0 0 0 44029 14189 0 0 20 0 1 0 268957243 82571264 19367 33554432000 4194304 10219143 140735550808224 140735550801480 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 20159 19367 798 1471 0 18679 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 80636

[startup+642.3 s]

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

/proc/meminfo: memFree=28419384/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=84972 CPUtime=1122.09 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21321 0 0 0 84641 27568 0 0 20 0 1 0 268957243 87011328 20451 33554432000 4194304 10219143 140735550808224 140735550803592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21243 20451 798 1471 0 19763 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 84972

[startup+1182.3 s]
/proc/loadavg: 2.07 2.01 1.94 3/177 6642
/proc/meminfo: memFree=28419300/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=84972 CPUtime=1182.09 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21321 0 0 0 90096 28113 0 0 20 0 1 0 268957243 87011328 20451 33554432000 4194304 10219143 140735550808224 140735550801480 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21243 20451 798 1471 0 19763 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 84972

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 6642
/proc/meminfo: memFree=28416324/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=85280 CPUtime=1242.08 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21396 0 0 0 95581 28627 0 0 20 0 1 0 268957243 87326720 20526 33554432000 4194304 10219143 140735550808224 140735550804696 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21320 20526 798 1471 0 19840 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 85280

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 6643
/proc/meminfo: memFree=28414772/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=85280 CPUtime=1302.08 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21396 0 0 0 101099 29109 0 0 20 0 1 0 268957243 87326720 20526 33554432000 4194304 10219143 140735550808224 140735550803592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21320 20526 798 1471 0 19840 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 85280

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 6643
/proc/meminfo: memFree=28414152/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=85808 CPUtime=1362.06 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21528 0 0 0 106536 29670 0 0 20 0 1 0 268957243 87867392 20658 33554432000 4194304 10219143 140735550808224 140735550801160 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21452 20658 798 1471 0 19972 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 85808

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6643
/proc/meminfo: memFree=28413780/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=85968 CPUtime=1422.05 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21585 0 0 0 112034 30171 0 0 20 0 1 0 268957243 88031232 20715 33554432000 4194304 10219143 140735550808224 140735550803592 4928701 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21492 20715 798 1471 0 20012 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 85968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6643
/proc/meminfo: memFree=28412664/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=86252 CPUtime=1482.04 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21644 0 0 0 117543 30661 0 0 20 0 1 0 268957243 88322048 20774 33554432000 4194304 10219143 140735550808224 140735550803592 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21563 20774 798 1471 0 20083 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 86252

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6643
/proc/meminfo: memFree=28412168/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=86624 CPUtime=1542.03 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21732 0 0 0 123036 31167 0 0 20 0 1 0 268957243 88702976 20862 33554432000 4194304 10219143 140735550808224 140735550805592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21656 20862 798 1471 0 20176 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 86624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6644
/proc/meminfo: memFree=28410864/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=86624 CPUtime=1602.02 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21733 0 0 0 128524 31678 0 0 20 0 1 0 268957243 88702976 20863 33554432000 4194304 10219143 140735550808224 140735550801864 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21656 20863 798 1471 0 20176 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 86624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6644
/proc/meminfo: memFree=28410428/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=86788 CPUtime=1662.02 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21773 0 0 0 133981 32221 0 0 20 0 1 0 268957243 88870912 20903 33554432000 4194304 10219143 140735550808224 140735550801864 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21697 20903 798 1471 0 20217 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 86788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6647
/proc/meminfo: memFree=28409644/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=86788 CPUtime=1722.01 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21777 0 0 0 139386 32815 0 0 20 0 1 0 268957243 88870912 20907 33554432000 4194304 10219143 140735550808224 140735550801160 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21697 20907 798 1471 0 20217 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 86788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=27619732/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1781.99 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21926 0 0 0 144571 33628 0 0 20 0 1 0 268957243 89497600 21056 33554432000 4194304 10219143 140735550808224 140735550803576 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21056 798 1471 0 20370 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 87400

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=27652724/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1785.19 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21926 0 0 0 144807 33712 0 0 20 0 1 0 268957243 89497600 21056 33554432000 4194304 10219143 140735550808224 140735550805592 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21056 798 1471 0 20370 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 87400

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26857712/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1791.6 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21926 0 0 0 145288 33872 0 0 20 0 1 0 268957243 89497600 21056 33554432000 4194304 10219143 140735550808224 140735550803592 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21056 798 1471 0 20370 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 87400

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26857572/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1794.8 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21926 0 0 0 145517 33963 0 0 20 0 1 0 268957243 89497600 21056 33554432000 4194304 10219143 140735550808224 140735550803560 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21056 798 1471 0 20370 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 87400

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26857572/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1795.59 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21926 0 0 0 145577 33982 0 0 20 0 1 0 268957243 89497600 21056 33554432000 4194304 10219143 140735550808224 140735550801864 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21056 798 1471 0 20370 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 87400

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26839264/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1796.39 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21946 0 0 0 145633 34006 0 0 20 0 1 0 268957243 89497600 21076 33554432000 4194304 10219143 140735550808224 140735550803592 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21076 798 1471 0 20370 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 87400

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26839264/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1796.59 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21946 0 0 0 145647 34012 0 0 20 0 1 0 268957243 89497600 21076 33554432000 4194304 10219143 140735550808224 140735550803592 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21076 798 1471 0 20370 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 87400

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6707
/proc/meminfo: memFree=26839264/32873844 swapFree=6856/6856
[pid=6630] ppid=6628 vsize=87400 CPUtime=1796.7 cores=1,3,5,7
/proc/6630/stat : 6630 (scip-2.1.1.4exp) R 6628 6630 4553 0 -1 4202496 21946 0 0 0 145655 34015 0 0 20 0 1 0 268957243 89497600 21076 33554432000 4194304 10219143 140735550808224 140735550803592 8890990 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6630/statm: 21850 21076 798 1471 0 20370 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 87400

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.76
CPU user time (s): 1456.6
CPU system time (s): 340.16
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 87400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1456.6
system time used= 340.16
maximum resident set size= 84316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21951
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= 19
involuntary context switches= 2213

runsolver used 3.05154 second user time and 7.54085 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 12:31:28
IDJOB=3691553
IDBENCH=1419
IDSOLVER=2271
FILE ID=node106/3691553-1338028288
RUNJOBID= node106-1338028260-6451
PBS_JOBID= 14624365
Free space on /tmp= 71548 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691553-1338028288/watcher-3691553-1338028288 -o /tmp/evaluation-result-3691553-1338028288/solver-3691553-1338028288 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691553-1338028288.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3df4b6f92f1f3083d4934635de2b04ef
RANDOM SEED=1163452634

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28527004 kB
Buffers:          240552 kB
Cached:          3275960 kB
SwapCached:            0 kB
Active:           924388 kB
Inactive:        2647920 kB
Active(anon):      58536 kB
Inactive(anon):        0 kB
Active(file):     865852 kB
Inactive(file):  2647920 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27848 kB
Writeback:             0 kB
AnonPages:         72792 kB
Mapped:            17564 kB
Shmem:               200 kB
Slab:             635540 kB
SReclaimable:      77792 kB
SUnreclaim:       557748 kB
KernelStack:        1472 kB
PageTables:         3528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71520 MiB
End job on node106 at 2012-05-26 13:01:25