Trace number 3691554

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.79 1797.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
MD5SUM72bb077846a4d869a09744c0b238b13c
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.115982
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2340
Total number of constraints1678
Number of constraints which are clauses1599
Number of constraints which are cardinality constraints (but not clauses)79
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-3691554-1338028548.opb>
0.00/0.02	c original problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 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.00/0.03	c presolving:
0.04/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1678 upgd conss, 0 impls, 79 clqs
0.09/0.10	c presolving (2 rounds):
0.09/0.10	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.10	c  0 implications, 79 cliques
0.09/0.10	c presolved problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 constraints
0.09/0.10	c      79 constraints of type <setppc>
0.09/0.10	c    1599 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.07
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 2.1.1.4
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1797
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c limits/solutions = 1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.10	c separating/maxrounds = 1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/maxroundsroot = 5
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # belongs reading time to solving time?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c timing/reading = TRUE
0.09/0.10	c 
0.09/0.10	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.10	c constraints/knapsack/disaggregation = FALSE
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/coefdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.10	c heuristics/crossover/freq = -1
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/crossover/nodesofs = 750
0.09/0.10	c 
0.09/0.10	c # number of nodes without incumbent change that heuristic should wait
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.10	c heuristics/crossover/nwaitingnodes = 100
0.09/0.10	c 
0.09/0.10	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.10	c # [type: real, range: [0,1], default: 0.1]
0.09/0.10	c heuristics/crossover/nodesquot = 0.15
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixed 
0.09/0.10	c # [type: real, range: [0,1], default: 0.666]
0.09/0.10	c heuristics/crossover/minfixingrate = 0.5
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/feaspump/freq = -1
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/fracdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/guideddiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/intshifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/linesearchdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/objpscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.10	c # [type: real, range: [0,1], default: 0.01]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/oneopt/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/pscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/rens/freq = -1
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixable 
0.09/0.10	c # [type: real, range: [0,1], default: 0.5]
0.09/0.10	c heuristics/rens/minfixingrate = 0.3
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/rens/nodesofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/rootsoldiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/rounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/shiftandpropagate/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/shifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/simplerounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/subnlp/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/trivial/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/trysol/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/undercover/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/veclendiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/zirounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c propagating/probing/maxprerounds = 0
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/cmir/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/flowcover/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/indoneopt/freq = -1
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.2s|     1 |     0 |   749 |     - |  12M|   0 | 194 |2340 |1678 |2340 |1678 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  1577 |     - |  13M|   0 | 255 |2340 |1724 |2340 |1698 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |  2137 |     - |  13M|   0 | 335 |2340 |1724 |2340 |1711 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  2634 |     - |  13M|   0 | 324 |2340 |1724 |2340 |1731 |  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |  3340 |     - |  13M|   0 | 360 |2340 |1724 |2340 |1746 |  68 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.18/1.20	c   1.2s|     1 |     0 |  4142 |     - |  13M|   0 | 378 |2340 |1724 |2340 |1765 |  87 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.83	c   1.8s|     1 |     2 |  4142 |     - |  13M|   0 | 378 |2340 |1724 |2340 |1765 |  87 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
20.69/20.76	c  20.8s|   100 |   101 | 13786 |  97.4 |  14M|  17 | 361 |2340 |1724 |2340 |1708 |  87 |   0 | 971 | 0.000000e+00 |      --      |    Inf 
21.48/21.59	c  21.6s|   200 |   201 | 17224 |  65.7 |  14M|  37 |  90 |2340 |1724 |2340 |1708 |  87 |   0 |1008 | 0.000000e+00 |      --      |    Inf 
21.89/21.94	c  21.9s|   300 |   221 | 18121 |  46.8 |  15M|  68 |  47 |2340 |1923 |2340 |1708 |  87 | 199 |1036 | 0.000000e+00 |      --      |    Inf 
22.19/22.22	c  22.2s|   400 |   221 | 18822 |  36.8 |  15M|  71 |  47 |2340 |2079 |2340 |1708 |  87 | 355 |1049 | 0.000000e+00 |      --      |    Inf 
22.58/22.63	c  22.6s|   500 |   218 | 20025 |  31.8 |  15M|  71 |   - |2340 |2131 |2340 |1708 |  87 | 667 |1070 | 0.000000e+00 |      --      |    Inf 
22.99/23.03	c  23.0s|   600 |   219 | 20956 |  28.1 |  15M|  71 |  60 |2340 |2079 |2340 |1708 |  87 | 915 |1092 | 0.000000e+00 |      --      |    Inf 
23.40/23.48	c  23.5s|   700 |   242 | 22214 |  25.9 |  15M|  71 |  69 |2340 |2082 |2340 |1708 |  87 |1038 |1116 | 0.000000e+00 |      --      |    Inf 
23.78/23.80	c  23.8s|   800 |   287 | 23270 |  23.9 |  15M|  72 |  26 |2340 |2119 |2340 |1708 |  87 |1165 |1142 | 0.000000e+00 |      --      |    Inf 
24.18/24.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.18/24.22	c  24.2s|   900 |   269 | 24648 |  22.8 |  16M|  79 |  46 |2340 |2281 |2340 |1708 |  87 |1530 |1178 | 0.000000e+00 |      --      |    Inf 
24.58/24.60	c  24.6s|  1000 |   264 | 25986 |  21.9 |  15M|  79 |   - |2340 |2134 |2340 |1708 |  87 |1602 |1206 | 0.000000e+00 |      --      |    Inf 
24.98/25.00	c  25.0s|  1100 |   271 | 27434 |  21.2 |  15M|  79 |   - |2340 |2076 |2340 |1708 |  87 |1626 |1231 | 0.000000e+00 |      --      |    Inf 
25.49/25.56	c  25.6s|  1200 |   253 | 29498 |  21.1 |  15M|  79 |  57 |2340 |2030 |2340 |1708 |  87 |1688 |1279 | 0.000000e+00 |      --      |    Inf 
26.09/26.12	c  26.1s|  1300 |   247 | 31489 |  21.1 |  15M|  79 |   - |2340 |2039 |2340 |1708 |  87 |1722 |1328 | 0.000000e+00 |      --      |    Inf 
26.48/26.57	c  26.6s|  1400 |   239 | 32826 |  20.5 |  15M|  79 |   - |2340 |2135 |2340 |1708 |  87 |1858 |1358 | 0.000000e+00 |      --      |    Inf 
26.88/26.93	c  26.9s|  1500 |   236 | 33702 |  19.7 |  16M|  79 |   - |2340 |2423 |2340 |1708 |  87 |2155 |1378 | 0.000000e+00 |      --      |    Inf 
27.28/27.35	c  27.4s|  1600 |   233 | 34773 |  19.2 |  16M|  79 |  63 |2340 |2657 |2340 |1708 |  87 |2483 |1409 | 0.000000e+00 |      --      |    Inf 
27.58/27.68	c  27.7s|  1700 |   258 | 35622 |  18.5 |  16M|  79 |  43 |2340 |2760 |2340 |1708 |  87 |2700 |1428 | 0.000000e+00 |      --      |    Inf 
27.89/27.97	c  28.0s|  1800 |   282 | 36422 |  17.9 |  16M|  86 |  29 |2340 |2604 |2340 |1708 |  87 |2776 |1448 | 0.000000e+00 |      --      |    Inf 
28.29/28.30	c  28.3s|  1900 |   262 | 37198 |  17.4 |  16M|  86 |  41 |2340 |2567 |2340 |1708 |  87 |2906 |1476 | 0.000000e+00 |      --      |    Inf 
28.58/28.63	c  28.6s|  2000 |   249 | 37983 |  16.9 |  16M|  86 |   - |2340 |2612 |2340 |1708 |  87 |3017 |1498 | 0.000000e+00 |      --      |    Inf 
28.89/28.92	c  28.9s|  2100 |   253 | 38727 |  16.5 |  16M|  86 |  52 |2340 |2553 |2340 |1708 |  87 |3086 |1521 | 0.000000e+00 |      --      |    Inf 
29.29/29.32	c  29.3s|  2200 |   237 | 39790 |  16.2 |  16M|  86 |   - |2340 |2432 |2340 |1708 |  87 |3145 |1565 | 0.000000e+00 |      --      |    Inf 
29.58/29.69	c  29.7s|  2300 |   240 | 40874 |  16.0 |  16M|  86 |  65 |2340 |2442 |2340 |1708 |  87 |3191 |1588 | 0.000000e+00 |      --      |    Inf 
29.99/30.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.07	c  30.1s|  2400 |   240 | 41952 |  15.8 |  16M|  86 |   - |2340 |2534 |2340 |1708 |  87 |3413 |1607 | 0.000000e+00 |      --      |    Inf 
30.49/30.52	c  30.5s|  2500 |   235 | 43292 |  15.7 |  16M|  86 |  59 |2340 |2763 |2340 |1708 |  87 |3713 |1639 | 0.000000e+00 |      --      |    Inf 
30.78/30.84	c  30.8s|  2600 |   240 | 44526 |  15.5 |  16M|  86 |  55 |2340 |3029 |2340 |1708 |  87 |4007 |1644 | 0.000000e+00 |      --      |    Inf 
31.18/31.22	c  31.2s|  2700 |   235 | 45978 |  15.5 |  16M|  86 |   - |2340 |3059 |2340 |1708 |  87 |4304 |1654 | 0.000000e+00 |      --      |    Inf 
31.48/31.59	c  31.6s|  2800 |   233 | 47749 |  15.6 |  16M|  86 |  57 |2340 |3132 |2340 |1708 |  87 |4572 |1655 | 0.000000e+00 |      --      |    Inf 
32.28/32.35	c  32.4s|  2900 |   255 | 49213 |  15.5 |  16M|  86 |   - |2340 |3119 |2340 |1708 |  87 |4817 |1776 | 0.000000e+00 |      --      |    Inf 
32.68/32.71	c  32.7s|  3000 |   265 | 50245 |  15.4 |  16M|  86 |  47 |2340 |3208 |2340 |1708 |  87 |4962 |1813 | 0.000000e+00 |      --      |    Inf 
32.98/33.00	c  33.0s|  3100 |   265 | 51086 |  15.1 |  17M|  86 |  24 |2340 |3210 |2340 |1708 |  87 |5024 |1834 | 0.000000e+00 |      --      |    Inf 
33.38/33.42	c  33.4s|  3200 |   245 | 52321 |  15.1 |  16M|  86 |  62 |2340 |2998 |2340 |1708 |  87 |5147 |1869 | 0.000000e+00 |      --      |    Inf 
33.68/33.76	c  33.8s|  3300 |   243 | 53377 |  14.9 |  16M|  86 |  64 |2340 |3000 |2340 |1708 |  87 |5300 |1883 | 0.000000e+00 |      --      |    Inf 
34.18/34.22	c  34.2s|  3400 |   243 | 55015 |  15.0 |  16M|  86 |   - |2340 |2962 |2340 |1708 |  87 |5548 |1906 | 0.000000e+00 |      --      |    Inf 
34.68/34.71	c  34.7s|  3500 |   262 | 56201 |  14.9 |  16M|  86 |   - |2340 |2798 |2340 |1708 |  87 |5567 |1977 | 0.000000e+00 |      --      |    Inf 
34.98/35.09	c  35.1s|  3600 |   259 | 57088 |  14.7 |  16M|  86 |  23 |2340 |2763 |2340 |1708 |  87 |5628 |2014 | 0.000000e+00 |      --      |    Inf 
35.39/35.41	c  35.4s|  3700 |   255 | 57947 |  14.5 |  16M|  86 |  45 |2340 |2743 |2340 |1708 |  87 |5696 |2040 | 0.000000e+00 |      --      |    Inf 
35.68/35.78	c  35.8s|  3800 |   246 | 59012 |  14.4 |  16M|  86 |   - |2340 |2791 |2340 |1708 |  87 |5765 |2069 | 0.000000e+00 |      --      |    Inf 
36.08/36.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.08/36.15	c  36.2s|  3900 |   244 | 60005 |  14.3 |  16M|  86 |  65 |2340 |2892 |2340 |1708 |  87 |5880 |2089 | 0.000000e+00 |      --      |    Inf 
36.48/36.53	c  36.5s|  4000 |   274 | 60873 |  14.2 |  16M|  86 |   - |2340 |2822 |2340 |1708 |  87 |5922 |2142 | 0.000000e+00 |      --      |    Inf 
36.77/36.80	c  36.8s|  4100 |   270 | 61446 |  14.0 |  16M|  86 |   - |2340 |2803 |2340 |1708 |  87 |5953 |2173 | 0.000000e+00 |      --      |    Inf 
37.07/37.13	c  37.1s|  4200 |   260 | 62261 |  13.8 |  16M|  86 |  33 |2340 |2794 |2340 |1708 |  87 |5966 |2219 | 0.000000e+00 |      --      |    Inf 
37.48/37.52	c  37.5s|  4300 |   245 | 63574 |  13.8 |  16M|  86 |   - |2340 |2792 |2340 |1708 |  87 |6151 |2237 | 0.000000e+00 |      --      |    Inf 
37.88/37.95	c  38.0s|  4400 |   248 | 64796 |  13.8 |  16M|  86 |   - |2340 |2630 |2340 |1708 |  87 |6237 |2278 | 0.000000e+00 |      --      |    Inf 
38.18/38.25	c  38.3s|  4500 |   250 | 65761 |  13.7 |  16M|  86 |  62 |2340 |2710 |2340 |1708 |  87 |6336 |2287 | 0.000000e+00 |      --      |    Inf 
38.47/38.55	c  38.5s|  4600 |   245 | 66650 |  13.6 |  16M|  86 |   - |2340 |2749 |2340 |1708 |  87 |6419 |2293 | 0.000000e+00 |      --      |    Inf 
38.79/38.88	c  38.9s|  4700 |   252 | 67635 |  13.5 |  16M|  86 |  39 |2340 |2747 |2340 |1708 |  87 |6465 |2311 | 0.000000e+00 |      --      |    Inf 
39.18/39.21	c  39.2s|  4800 |   250 | 68827 |  13.5 |  16M|  86 |  50 |2340 |2785 |2340 |1708 |  87 |6537 |2315 | 0.000000e+00 |      --      |    Inf 
39.58/39.60	c  39.6s|  4900 |   248 | 70417 |  13.5 |  16M|  86 |   - |2340 |3032 |2340 |1708 |  87 |6792 |2331 | 0.000000e+00 |      --      |    Inf 
39.78/39.89	c  39.9s|  5000 |   250 | 71461 |  13.5 |  16M|  86 |  62 |2340 |3282 |2340 |1708 |  87 |7067 |2336 | 0.000000e+00 |      --      |    Inf 
40.18/40.22	c  40.2s|  5100 |   247 | 72660 |  13.4 |  17M|  86 |  64 |2340 |3600 |2340 |1708 |  87 |7430 |2338 | 0.000000e+00 |      --      |    Inf 
40.67/40.73	c  40.7s|  5200 |   254 | 73774 |  13.4 |  17M|  86 |  55 |2340 |3650 |2340 |1708 |  87 |7589 |2410 | 0.000000e+00 |      --      |    Inf 
41.27/41.30	c  41.3s|  5300 |   251 | 75187 |  13.4 |  17M|  86 |   - |2340 |3807 |2340 |1708 |  87 |7873 |2490 | 0.000000e+00 |      --      |    Inf 
41.58/41.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.58/41.69	c  41.7s|  5400 |   249 | 76602 |  13.4 |  17M|  86 |  59 |2340 |4030 |2340 |1708 |  87 |8229 |2508 | 0.000000e+00 |      --      |    Inf 
41.98/42.07	c  42.1s|  5500 |   260 | 78076 |  13.4 |  17M|  86 |  40 |2340 |4094 |2340 |1708 |  87 |8368 |2522 | 0.000000e+00 |      --      |    Inf 
42.27/42.39	c  42.4s|  5600 |   259 | 79146 |  13.4 |  17M|  88 |  47 |2340 |3753 |2340 |1708 |  87 |8395 |2552 | 0.000000e+00 |      --      |    Inf 
42.67/42.75	c  42.8s|  5700 |   255 | 80553 |  13.4 |  17M|  88 |  50 |2340 |3726 |2340 |1708 |  87 |8441 |2568 | 0.000000e+00 |      --      |    Inf 
42.98/43.07	c  43.1s|  5800 |   251 | 81821 |  13.4 |  17M|  88 |   - |2340 |3815 |2340 |1708 |  87 |8558 |2569 | 0.000000e+00 |      --      |    Inf 
43.27/43.38	c  43.4s|  5900 |   253 | 83009 |  13.4 |  17M|  88 |  61 |2340 |4058 |2340 |1708 |  87 |8835 |2571 | 0.000000e+00 |      --      |    Inf 
43.57/43.69	c  43.7s|  6000 |   255 | 84158 |  13.3 |  17M|  88 |  67 |2340 |4088 |2340 |1708 |  87 |8918 |2572 | 0.000000e+00 |      --      |    Inf 
43.97/44.04	c  44.0s|  6100 |   253 | 85516 |  13.3 |  17M|  88 |  63 |2340 |4158 |2340 |1708 |  87 |9021 |2574 | 0.000000e+00 |      --      |    Inf 
44.28/44.36	c  44.4s|  6200 |   253 | 86734 |  13.3 |  18M|  88 |  61 |2340 |4398 |2340 |1708 |  87 |9267 |2575 | 0.000000e+00 |      --      |    Inf 
44.58/44.67	c  44.7s|  6300 |   255 | 87799 |  13.3 |  18M|  88 |  61 |2340 |4486 |2340 |1708 |  87 |9454 |2577 | 0.000000e+00 |      --      |    Inf 
44.88/44.99	c  45.0s|  6400 |   271 | 88921 |  13.2 |  18M|  88 |  29 |2340 |4450 |2340 |1708 |  87 |9492 |2590 | 0.000000e+00 |      --      |    Inf 
45.18/45.30	c  45.3s|  6500 |   253 | 90245 |  13.2 |  18M|  88 |   - |2340 |4447 |2340 |1708 |  87 |9569 |2590 | 0.000000e+00 |      --      |    Inf 
45.58/45.63	c  45.6s|  6600 |   253 | 91390 |  13.2 |  18M|  88 |   - |2340 |4348 |2340 |1708 |  87 |9767 |2593 | 0.000000e+00 |      --      |    Inf 
45.88/45.96	c  46.0s|  6700 |   254 | 92658 |  13.2 |  17M|  88 |  56 |2340 |4264 |2340 |1708 |  87 |9944 |2598 | 0.000000e+00 |      --      |    Inf 
46.28/46.32	c  46.3s|  6800 |   257 | 93917 |  13.2 |  17M|  88 |  59 |2340 |4135 |2340 |1708 |  87 |  10k|2618 | 0.000000e+00 |      --      |    Inf 
46.57/46.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.57/46.68	c  46.7s|  6900 |   252 | 95501 |  13.2 |  17M|  88 |  68 |2340 |4023 |2340 |1708 |  87 |  10k|2622 | 0.000000e+00 |      --      |    Inf 
46.97/47.02	c  47.0s|  7000 |   256 | 96901 |  13.3 |  17M|  88 |  54 |2340 |3693 |2340 |1708 |  87 |  10k|2629 | 0.000000e+00 |      --      |    Inf 
47.27/47.34	c  47.3s|  7100 |   270 | 97844 |  13.2 |  17M|  88 |  35 |2340 |3508 |2340 |1708 |  87 |  10k|2655 | 0.000000e+00 |      --      |    Inf 
47.58/47.64	c  47.6s|  7200 |   262 | 98848 |  13.2 |  17M|  88 |  41 |2340 |3526 |2340 |1708 |  87 |  10k|2669 | 0.000000e+00 |      --      |    Inf 
47.87/47.96	c  48.0s|  7300 |   261 |100200 |  13.2 |  16M|  88 |  56 |2340 |3276 |2340 |1708 |  87 |  10k|2673 | 0.000000e+00 |      --      |    Inf 
48.17/48.26	c  48.3s|  7400 |   262 |101339 |  13.1 |  16M|  88 |   - |2340 |3301 |2340 |1708 |  87 |  10k|2674 | 0.000000e+00 |      --      |    Inf 
48.48/48.55	c  48.6s|  7500 |   260 |102577 |  13.1 |  17M|  88 |   - |2340 |3339 |2340 |1708 |  87 |  10k|2674 | 0.000000e+00 |      --      |    Inf 
48.77/48.86	c  48.9s|  7600 |   260 |103829 |  13.1 |  17M|  88 |  54 |2340 |3361 |2340 |1708 |  87 |  10k|2674 | 0.000000e+00 |      --      |    Inf 
49.07/49.19	c  49.2s|  7700 |   258 |105207 |  13.1 |  17M|  88 |  58 |2340 |3387 |2340 |1708 |  87 |  10k|2674 | 0.000000e+00 |      --      |    Inf 
49.38/49.48	c  49.5s|  7800 |   260 |106384 |  13.1 |  17M|  88 |  61 |2340 |3488 |2340 |1708 |  87 |  10k|2675 | 0.000000e+00 |      --      |    Inf 
49.78/49.81	c  49.8s|  7900 |   258 |107812 |  13.1 |  17M|  88 |   - |2340 |3562 |2340 |1708 |  87 |  11k|2678 | 0.000000e+00 |      --      |    Inf 
50.07/50.14	c  50.1s|  8000 |   256 |109178 |  13.1 |  17M|  88 |  51 |2340 |3565 |2340 |1708 |  87 |  11k|2680 | 0.000000e+00 |      --      |    Inf 
50.37/50.45	c  50.5s|  8100 |   256 |110421 |  13.1 |  17M|  88 |  48 |2340 |3609 |2340 |1708 |  87 |  11k|2681 | 0.000000e+00 |      --      |    Inf 
50.67/50.78	c  50.8s|  8200 |   251 |111698 |  13.1 |  17M|  88 |   - |2340 |3653 |2340 |1708 |  87 |  11k|2682 | 0.000000e+00 |      --      |    Inf 
50.97/51.09	c  51.1s|  8300 |   252 |112741 |  13.1 |  17M|  88 |  61 |2340 |3677 |2340 |1708 |  87 |  11k|2686 | 0.000000e+00 |      --      |    Inf 
51.37/51.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.37/51.47	c  51.5s|  8400 |   271 |113888 |  13.1 |  17M|  88 |  32 |2340 |3737 |2340 |1708 |  87 |  11k|2716 | 0.000000e+00 |      --      |    Inf 
51.67/51.78	c  51.8s|  8500 |   260 |114637 |  13.0 |  17M|  88 |   - |2340 |3752 |2340 |1708 |  87 |  11k|2745 | 0.000000e+00 |      --      |    Inf 
52.18/52.21	c  52.2s|  8600 |   255 |115784 |  13.0 |  17M|  88 |  62 |2340 |3794 |2340 |1708 |  87 |  11k|2776 | 0.000000e+00 |      --      |    Inf 
52.47/52.59	c  52.6s|  8700 |   258 |117301 |  13.0 |  17M|  88 |  55 |2340 |3775 |2340 |1708 |  87 |  11k|2790 | 0.000000e+00 |      --      |    Inf 
52.88/53.00	c  53.0s|  8800 |   258 |118519 |  13.0 |  17M|  88 |  69 |2340 |3885 |2340 |1708 |  87 |  12k|2818 | 0.000000e+00 |      --      |    Inf 
53.38/53.41	c  53.4s|  8900 |   256 |119744 |  13.0 |  17M|  88 |  63 |2340 |3833 |2340 |1708 |  87 |  12k|2846 | 0.000000e+00 |      --      |    Inf 
53.68/53.78	c  53.8s|  9000 |   252 |121048 |  13.0 |  17M|  88 |   - |2340 |3884 |2340 |1708 |  87 |  12k|2858 | 0.000000e+00 |      --      |    Inf 
54.08/54.14	c  54.1s|  9100 |   254 |122370 |  13.0 |  17M|  88 |   - |2340 |3770 |2340 |1708 |  87 |  12k|2868 | 0.000000e+00 |      --      |    Inf 
54.47/54.57	c  54.6s|  9200 |   265 |123394 |  13.0 |  17M|  88 |  19 |2340 |3766 |2340 |1708 |  87 |  12k|2924 | 0.000000e+00 |      --      |    Inf 
54.87/54.90	c  54.9s|  9300 |   256 |124632 |  13.0 |  17M|  88 |  57 |2340 |3816 |2340 |1708 |  87 |  12k|2929 | 0.000000e+00 |      --      |    Inf 
55.18/55.24	c  55.2s|  9400 |   259 |125626 |  12.9 |  17M|  88 |  45 |2340 |3888 |2340 |1708 |  87 |  12k|2948 | 0.000000e+00 |      --      |    Inf 
55.47/55.58	c  55.6s|  9500 |   256 |126777 |  12.9 |  17M|  88 |  53 |2340 |3904 |2340 |1708 |  87 |  12k|2958 | 0.000000e+00 |      --      |    Inf 
55.87/55.91	c  55.9s|  9600 |   254 |127985 |  12.9 |  17M|  88 |   - |2340 |3977 |2340 |1708 |  87 |  12k|2959 | 0.000000e+00 |      --      |    Inf 
56.18/56.23	c  56.2s|  9700 |   257 |129187 |  12.9 |  17M|  88 |  49 |2340 |4045 |2340 |1708 |  87 |  12k|2963 | 0.000000e+00 |      --      |    Inf 
56.56/56.60	c  56.6s|  9800 |   259 |130511 |  12.9 |  17M|  88 |   - |2340 |4105 |2340 |1708 |  87 |  12k|2968 | 0.000000e+00 |      --      |    Inf 
56.87/57.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.87/57.00	c  57.0s|  9900 |   260 |131747 |  12.9 |  17M|  88 |  54 |2340 |4069 |2340 |1708 |  87 |  12k|2997 | 0.000000e+00 |      --      |    Inf 
57.27/57.33	c  57.3s| 10000 |   255 |133019 |  12.9 |  17M|  88 |  58 |2340 |4068 |2340 |1708 |  87 |  12k|3003 | 0.000000e+00 |      --      |    Inf 
57.57/57.66	c  57.7s| 10100 |   257 |134450 |  12.9 |  17M|  88 |  57 |2340 |4078 |2340 |1708 |  87 |  13k|3008 | 0.000000e+00 |      --      |    Inf 
57.87/57.99	c  58.0s| 10200 |   257 |135851 |  12.9 |  17M|  88 |   - |2340 |4098 |2340 |1708 |  87 |  13k|3010 | 0.000000e+00 |      --      |    Inf 
58.27/58.32	c  58.3s| 10300 |   255 |137301 |  12.9 |  17M|  88 |  78 |2340 |4186 |2340 |1708 |  87 |  13k|3010 | 0.000000e+00 |      --      |    Inf 
58.77/58.80	c  58.8s| 10400 |   257 |138708 |  12.9 |  17M|  88 |   - |2340 |4088 |2340 |1708 |  87 |  13k|3047 | 0.000000e+00 |      --      |    Inf 
59.06/59.17	c  59.2s| 10500 |   259 |140179 |  13.0 |  17M|  88 |  68 |2340 |3928 |2340 |1708 |  87 |  13k|3054 | 0.000000e+00 |      --      |    Inf 
59.47/59.52	c  59.5s| 10600 |   257 |141622 |  13.0 |  17M|  88 |   - |2340 |3912 |2340 |1708 |  87 |  13k|3055 | 0.000000e+00 |      --      |    Inf 
59.76/59.88	c  59.9s| 10700 |   255 |143040 |  13.0 |  17M|  88 |   - |2340 |3851 |2340 |1708 |  87 |  13k|3057 | 0.000000e+00 |      --      |    Inf 
60.17/60.23	c  60.2s| 10800 |   256 |144302 |  13.0 |  17M|  88 |   - |2340 |3697 |2340 |1708 |  87 |  13k|3070 | 0.000000e+00 |      --      |    Inf 
60.46/60.58	c  60.6s| 10900 |   258 |145439 |  13.0 |  17M|  88 |  53 |2340 |3604 |2340 |1708 |  87 |  13k|3085 | 0.000000e+00 |      --      |    Inf 
60.87/60.94	c  60.9s| 11000 |   257 |146622 |  13.0 |  17M|  88 |   - |2340 |3400 |2340 |1708 |  87 |  13k|3110 | 0.000000e+00 |      --      |    Inf 
61.16/61.25	c  61.2s| 11100 |   256 |147666 |  12.9 |  17M|  88 |  65 |2340 |3401 |2340 |1708 |  87 |  13k|3110 | 0.000000e+00 |      --      |    Inf 
61.47/61.56	c  61.6s| 11200 |   254 |148790 |  12.9 |  17M|  88 |  61 |2340 |3420 |2340 |1708 |  87 |  13k|3112 | 0.000000e+00 |      --      |    Inf 
61.97/62.03	c  62.0s| 11300 |   257 |150192 |  12.9 |  17M|  88 |   - |2340 |3530 |2340 |1708 |  87 |  14k|3148 | 0.000000e+00 |      --      |    Inf 
62.47/62.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.47/62.56	c  62.6s| 11400 |   256 |151570 |  12.9 |  17M|  88 |  68 |2340 |3566 |2340 |1708 |  87 |  14k|3229 | 0.000000e+00 |      --      |    Inf 
62.87/62.95	c  63.0s| 11500 |   254 |153064 |  13.0 |  17M|  88 |  57 |2340 |3476 |2340 |1708 |  87 |  14k|3245 | 0.000000e+00 |      --      |    Inf 
63.16/63.28	c  63.3s| 11600 |   257 |154462 |  13.0 |  17M|  88 |   - |2340 |3391 |2340 |1708 |  87 |  14k|3250 | 0.000000e+00 |      --      |    Inf 
63.57/63.60	c  63.6s| 11700 |   260 |155802 |  13.0 |  17M|  88 |  12 |2340 |3399 |2340 |1708 |  87 |  14k|3259 | 0.000000e+00 |      --      |    Inf 
63.87/63.91	c  63.9s| 11800 |   262 |156986 |  13.0 |  17M|  88 |  21 |2340 |3421 |2340 |1708 |  87 |  14k|3264 | 0.000000e+00 |      --      |    Inf 
64.17/64.23	c  64.2s| 11900 |   262 |157753 |  12.9 |  17M|  88 |   - |2340 |3450 |2340 |1708 |  87 |  14k|3300 | 0.000000e+00 |      --      |    Inf 
64.46/64.51	c  64.5s| 12000 |   256 |158645 |  12.9 |  17M|  88 |   - |2340 |3481 |2340 |1708 |  87 |  14k|3303 | 0.000000e+00 |      --      |    Inf 
64.67/64.78	c  64.8s| 12100 |   265 |159723 |  12.9 |  17M|  88 |  19 |2340 |3505 |2340 |1708 |  87 |  14k|3306 | 0.000000e+00 |      --      |    Inf 
64.96/65.08	c  65.1s| 12200 |   257 |160851 |  12.8 |  17M|  88 |   - |2340 |3563 |2340 |1708 |  87 |  14k|3306 | 0.000000e+00 |      --      |    Inf 
65.27/65.36	c  65.4s| 12300 |   261 |161651 |  12.8 |  17M|  88 |  58 |2340 |3629 |2340 |1708 |  87 |  14k|3319 | 0.000000e+00 |      --      |    Inf 
65.56/65.63	c  65.6s| 12400 |   259 |162406 |  12.8 |  17M|  88 |  70 |2340 |3713 |2340 |1708 |  87 |  14k|3323 | 0.000000e+00 |      --      |    Inf 
65.87/65.95	c  65.9s| 12500 |   261 |163402 |  12.7 |  17M|  88 |  60 |2340 |3807 |2340 |1708 |  87 |  15k|3330 | 0.000000e+00 |      --      |    Inf 
66.18/66.25	c  66.3s| 12600 |   257 |164289 |  12.7 |  17M|  88 |   - |2340 |3854 |2340 |1708 |  87 |  15k|3337 | 0.000000e+00 |      --      |    Inf 
66.46/66.56	c  66.6s| 12700 |   262 |165313 |  12.7 |  17M|  88 |  68 |2340 |3926 |2340 |1708 |  87 |  15k|3342 | 0.000000e+00 |      --      |    Inf 
66.76/66.87	c  66.9s| 12800 |   260 |166308 |  12.7 |  17M|  88 |  67 |2340 |4080 |2340 |1708 |  87 |  15k|3348 | 0.000000e+00 |      --      |    Inf 
67.06/67.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.06/67.14	c  67.1s| 12900 |   261 |167212 |  12.6 |  18M|  88 |   - |2340 |4261 |2340 |1708 |  87 |  15k|3350 | 0.000000e+00 |      --      |    Inf 
67.37/67.43	c  67.4s| 13000 |   261 |168039 |  12.6 |  17M|  88 |  66 |2340 |4267 |2340 |1708 |  87 |  15k|3355 | 0.000000e+00 |      --      |    Inf 
67.66/67.74	c  67.7s| 13100 |   262 |169283 |  12.6 |  17M|  88 |   - |2340 |4215 |2340 |1708 |  87 |  15k|3358 | 0.000000e+00 |      --      |    Inf 
67.96/68.07	c  68.1s| 13200 |   266 |170667 |  12.6 |  18M|  88 |   - |2340 |4321 |2340 |1708 |  87 |  15k|3360 | 0.000000e+00 |      --      |    Inf 
68.37/68.41	c  68.4s| 13300 |   266 |172067 |  12.6 |  18M|  88 |  57 |2340 |4401 |2340 |1708 |  87 |  15k|3363 | 0.000000e+00 |      --      |    Inf 
68.66/68.75	c  68.8s| 13400 |   266 |173420 |  12.6 |  18M|  88 |   - |2340 |4550 |2340 |1708 |  87 |  16k|3368 | 0.000000e+00 |      --      |    Inf 
68.96/69.05	c  69.1s| 13500 |   267 |174707 |  12.6 |  18M|  88 |  65 |2340 |4799 |2340 |1708 |  87 |  16k|3368 | 0.000000e+00 |      --      |    Inf 
69.26/69.37	c  69.4s| 13600 |   266 |176033 |  12.6 |  18M|  88 |  66 |2340 |4869 |2340 |1708 |  87 |  16k|3369 | 0.000000e+00 |      --      |    Inf 
69.66/69.71	c  69.7s| 13700 |   266 |177531 |  12.7 |  18M|  88 |  56 |2340 |4817 |2340 |1708 |  87 |  16k|3369 | 0.000000e+00 |      --      |    Inf 
69.96/70.04	c  70.0s| 13800 |   266 |178730 |  12.7 |  18M|  88 |   - |2340 |4796 |2340 |1708 |  87 |  16k|3369 | 0.000000e+00 |      --      |    Inf 
70.26/70.35	c  70.3s| 13900 |   266 |180081 |  12.7 |  18M|  88 |   - |2340 |4805 |2340 |1708 |  87 |  16k|3369 | 0.000000e+00 |      --      |    Inf 
70.57/70.66	c  70.7s| 14000 |   264 |181324 |  12.7 |  18M|  88 |   - |2340 |4833 |2340 |1708 |  87 |  16k|3369 | 0.000000e+00 |      --      |    Inf 
70.86/70.99	c  71.0s| 14100 |   262 |182492 |  12.6 |  18M|  88 |   - |2340 |4848 |2340 |1708 |  87 |  16k|3379 | 0.000000e+00 |      --      |    Inf 
71.26/71.37	c  71.4s| 14200 |   263 |183560 |  12.6 |  18M|  88 |  69 |2340 |4873 |2340 |1708 |  87 |  17k|3403 | 0.000000e+00 |      --      |    Inf 
71.66/71.72	c  71.7s| 14300 |   263 |184497 |  12.6 |  18M|  88 |  73 |2340 |4877 |2340 |1708 |  87 |  17k|3421 | 0.000000e+00 |      --      |    Inf 
71.96/72.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.96/72.04	c  72.0s| 14400 |   263 |185267 |  12.6 |  18M|  88 |  67 |2340 |4999 |2340 |1708 |  87 |  17k|3436 | 0.000000e+00 |      --      |    Inf 
72.26/72.37	c  72.4s| 14500 |   259 |186139 |  12.6 |  18M|  88 |   - |2340 |4925 |2340 |1708 |  87 |  17k|3447 | 0.000000e+00 |      --      |    Inf 
72.66/72.76	c  72.8s| 14600 |   259 |187408 |  12.6 |  18M|  88 |  48 |2340 |4996 |2340 |1708 |  87 |  17k|3477 | 0.000000e+00 |      --      |    Inf 
73.06/73.15	c  73.1s| 14700 |   260 |188729 |  12.6 |  18M|  88 |   - |2340 |4859 |2340 |1708 |  87 |  17k|3494 | 0.000000e+00 |      --      |    Inf 
73.36/73.49	c  73.5s| 14800 |   259 |190147 |  12.6 |  18M|  88 |   - |2340 |4967 |2340 |1708 |  87 |  17k|3498 | 0.000000e+00 |      --      |    Inf 
73.76/73.80	c  73.8s| 14900 |   259 |191559 |  12.6 |  18M|  88 |   - |2340 |4937 |2340 |1708 |  87 |  17k|3499 | 0.000000e+00 |      --      |    Inf 
74.06/74.13	c  74.1s| 15000 |   261 |192762 |  12.6 |  17M|  88 |  61 |2340 |4391 |2340 |1708 |  87 |  17k|3505 | 0.000000e+00 |      --      |    Inf 
74.36/74.45	c  74.5s| 15100 |   261 |193996 |  12.6 |  17M|  88 |  63 |2340 |4145 |2340 |1708 |  87 |  17k|3509 | 0.000000e+00 |      --      |    Inf 
74.66/74.79	c  74.8s| 15200 |   261 |195239 |  12.6 |  17M|  88 |  55 |2340 |4035 |2340 |1708 |  87 |  17k|3514 | 0.000000e+00 |      --      |    Inf 
74.96/75.10	c  75.1s| 15300 |   261 |196471 |  12.6 |  17M|  88 |  61 |2340 |4163 |2340 |1708 |  87 |  18k|3516 | 0.000000e+00 |      --      |    Inf 
75.36/75.42	c  75.4s| 15400 |   261 |197749 |  12.6 |  17M|  88 |  66 |2340 |3990 |2340 |1708 |  87 |  18k|3516 | 0.000000e+00 |      --      |    Inf 
75.66/75.75	c  75.8s| 15500 |   261 |199097 |  12.6 |  17M|  88 |   - |2340 |4001 |2340 |1708 |  87 |  18k|3522 | 0.000000e+00 |      --      |    Inf 
75.96/76.08	c  76.1s| 15600 |   261 |200284 |  12.6 |  17M|  88 |   - |2340 |4017 |2340 |1708 |  87 |  18k|3525 | 0.000000e+00 |      --      |    Inf 
76.26/76.38	c  76.4s| 15700 |   262 |201398 |  12.6 |  17M|  88 |  60 |2340 |3930 |2340 |1708 |  87 |  18k|3528 | 0.000000e+00 |      --      |    Inf 
76.56/76.69	c  76.7s| 15800 |   263 |202601 |  12.6 |  17M|  88 |  52 |2340 |3888 |2340 |1708 |  87 |  18k|3541 | 0.000000e+00 |      --      |    Inf 
76.95/77.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.95/77.03	c  77.0s| 15900 |   261 |204031 |  12.6 |  17M|  88 |  59 |2340 |3759 |2340 |1708 |  87 |  18k|3554 | 0.000000e+00 |      --      |    Inf 
77.27/77.36	c  77.4s| 16000 |   259 |205536 |  12.6 |  17M|  88 |   - |2340 |3893 |2340 |1708 |  87 |  19k|3554 | 0.000000e+00 |      --      |    Inf 
77.56/77.69	c  77.7s| 16100 |   259 |206894 |  12.6 |  17M|  88 |   - |2340 |4003 |2340 |1708 |  87 |  19k|3556 | 0.000000e+00 |      --      |    Inf 
77.96/78.06	c  78.1s| 16200 |   259 |208437 |  12.6 |  17M|  88 |  71 |2340 |4037 |2340 |1708 |  87 |  19k|3563 | 0.000000e+00 |      --      |    Inf 
78.46/78.57	c  78.6s| 16300 |   261 |209785 |  12.6 |  17M|  88 |   - |2340 |3935 |2340 |1708 |  87 |  19k|3619 | 0.000000e+00 |      --      |    Inf 
78.86/78.92	c  78.9s| 16400 |   264 |210965 |  12.6 |  17M|  88 |  40 |2340 |3910 |2340 |1708 |  87 |  19k|3640 | 0.000000e+00 |      --      |    Inf 
79.16/79.24	c  79.2s| 16500 |   260 |212274 |  12.6 |  17M|  88 |  61 |2340 |3929 |2340 |1708 |  87 |  19k|3642 | 0.000000e+00 |      --      |    Inf 
79.47/79.57	c  79.6s| 16600 |   260 |213729 |  12.6 |  17M|  88 |   - |2340 |3965 |2340 |1708 |  87 |  19k|3643 | 0.000000e+00 |      --      |    Inf 
79.85/79.94	c  79.9s| 16700 |   264 |215150 |  12.6 |  17M|  88 |  53 |2340 |3938 |2340 |1708 |  87 |  19k|3653 | 0.000000e+00 |      --      |    Inf 
80.16/80.27	c  80.3s| 16800 |   262 |216538 |  12.6 |  17M|  88 |  55 |2340 |3955 |2340 |1708 |  87 |  19k|3654 | 0.000000e+00 |      --      |    Inf 
80.47/80.60	c  80.6s| 16900 |   262 |217776 |  12.6 |  17M|  88 |  63 |2340 |3991 |2340 |1708 |  87 |  19k|3655 | 0.000000e+00 |      --      |    Inf 
80.85/80.93	c  80.9s| 17000 |   262 |219213 |  12.7 |  17M|  88 |  69 |2340 |4055 |2340 |1708 |  87 |  19k|3655 | 0.000000e+00 |      --      |    Inf 
81.16/81.27	c  81.3s| 17100 |   262 |220699 |  12.7 |  17M|  88 |   - |2340 |3961 |2340 |1708 |  87 |  19k|3656 | 0.000000e+00 |      --      |    Inf 
81.56/81.62	c  81.6s| 17200 |   260 |222189 |  12.7 |  17M|  88 |   - |2340 |3990 |2340 |1708 |  87 |  19k|3656 | 0.000000e+00 |      --      |    Inf 
81.86/81.94	c  81.9s| 17300 |   270 |223576 |  12.7 |  17M|  88 |   - |2340 |3883 |2340 |1708 |  87 |  20k|3658 | 0.000000e+00 |      --      |    Inf 
82.16/82.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.16/82.27	c  82.3s| 17400 |   268 |225097 |  12.7 |  17M|  88 |   - |2340 |3930 |2340 |1708 |  87 |  20k|3663 | 0.000000e+00 |      --      |    Inf 
82.55/82.62	c  82.6s| 17500 |   265 |226614 |  12.7 |  17M|  88 |  61 |2340 |3943 |2340 |1708 |  87 |  20k|3665 | 0.000000e+00 |      --      |    Inf 
82.86/82.94	c  82.9s| 17600 |   268 |228091 |  12.7 |  17M|  88 |  48 |2340 |3815 |2340 |1708 |  87 |  20k|3668 | 0.000000e+00 |      --      |    Inf 
83.16/83.27	c  83.3s| 17700 |   266 |229491 |  12.7 |  17M|  88 |  61 |2340 |3925 |2340 |1708 |  87 |  20k|3670 | 0.000000e+00 |      --      |    Inf 
83.56/83.63	c  83.6s| 17800 |   266 |230996 |  12.7 |  17M|  88 |  51 |2340 |3938 |2340 |1708 |  87 |  20k|3675 | 0.000000e+00 |      --      |    Inf 
83.87/83.96	c  84.0s| 17900 |   266 |232495 |  12.8 |  17M|  88 |  53 |2340 |3957 |2340 |1708 |  87 |  20k|3675 | 0.000000e+00 |      --      |    Inf 
84.26/84.31	c  84.3s| 18000 |   265 |234012 |  12.8 |  17M|  88 |   - |2340 |3942 |2340 |1708 |  87 |  20k|3675 | 0.000000e+00 |      --      |    Inf 
84.56/84.67	c  84.7s| 18100 |   265 |235633 |  12.8 |  17M|  88 |  62 |2340 |4003 |2340 |1708 |  87 |  20k|3675 | 0.000000e+00 |      --      |    Inf 
84.96/85.00	c  85.0s| 18200 |   263 |237165 |  12.8 |  17M|  88 |   - |2340 |4039 |2340 |1708 |  87 |  20k|3675 | 0.000000e+00 |      --      |    Inf 
85.26/85.35	c  85.3s| 18300 |   271 |238668 |  12.8 |  17M|  88 |  37 |2340 |4075 |2340 |1708 |  87 |  20k|3678 | 0.000000e+00 |      --      |    Inf 
85.56/85.64	c  85.6s| 18400 |   271 |239769 |  12.8 |  17M|  90 |  27 |2340 |4109 |2340 |1708 |  87 |  20k|3686 | 0.000000e+00 |      --      |    Inf 
85.86/85.97	c  86.0s| 18500 |   268 |240866 |  12.8 |  17M|  90 |  41 |2340 |4158 |2340 |1708 |  87 |  21k|3699 | 0.000000e+00 |      --      |    Inf 
86.16/86.27	c  86.3s| 18600 |   269 |241798 |  12.8 |  18M|  92 |   - |2340 |4198 |2340 |1708 |  87 |  21k|3715 | 0.000000e+00 |      --      |    Inf 
86.56/86.61	c  86.6s| 18700 |   262 |242698 |  12.8 |  18M|  92 |   - |2340 |4253 |2340 |1708 |  87 |  21k|3731 | 0.000000e+00 |      --      |    Inf 
86.86/87.00	c  87.0s| 18800 |   263 |244041 |  12.8 |  18M|  92 |   - |2340 |4372 |2340 |1708 |  87 |  21k|3756 | 0.000000e+00 |      --      |    Inf 
87.25/87.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.25/87.31	c  87.3s| 18900 |   263 |244951 |  12.7 |  18M|  92 |   - |2340 |4420 |2340 |1708 |  87 |  21k|3763 | 0.000000e+00 |      --      |    Inf 
87.56/87.63	c  87.6s| 19000 |   263 |245885 |  12.7 |  18M|  92 |  57 |2340 |4468 |2340 |1708 |  87 |  21k|3778 | 0.000000e+00 |      --      |    Inf 
87.85/87.98	c  88.0s| 19100 |   263 |247053 |  12.7 |  18M|  92 |  56 |2340 |4581 |2340 |1708 |  87 |  21k|3794 | 0.000000e+00 |      --      |    Inf 
88.26/88.33	c  88.3s| 19200 |   261 |248227 |  12.7 |  18M|  92 |   - |2340 |4602 |2340 |1708 |  87 |  21k|3804 | 0.000000e+00 |      --      |    Inf 
88.56/88.66	c  88.7s| 19300 |   267 |249419 |  12.7 |  18M|  92 |   - |2340 |4536 |2340 |1708 |  87 |  21k|3813 | 0.000000e+00 |      --      |    Inf 
88.95/89.01	c  89.0s| 19400 |   265 |250649 |  12.7 |  18M|  92 |  58 |2340 |4580 |2340 |1708 |  87 |  22k|3824 | 0.000000e+00 |      --      |    Inf 
89.26/89.35	c  89.4s| 19500 |   272 |251846 |  12.7 |  18M|  92 |  37 |2340 |4643 |2340 |1708 |  87 |  22k|3847 | 0.000000e+00 |      --      |    Inf 
89.55/89.67	c  89.7s| 19600 |   267 |253049 |  12.7 |  18M|  92 |  58 |2340 |4721 |2340 |1708 |  87 |  22k|3852 | 0.000000e+00 |      --      |    Inf 
89.95/90.01	c  90.0s| 19700 |   267 |254249 |  12.7 |  18M|  92 |  69 |2340 |4752 |2340 |1708 |  87 |  22k|3860 | 0.000000e+00 |      --      |    Inf 
90.26/90.36	c  90.4s| 19800 |   265 |255378 |  12.7 |  18M|  92 |  64 |2340 |4647 |2340 |1708 |  87 |  22k|3871 | 0.000000e+00 |      --      |    Inf 
90.66/90.74	c  90.7s| 19900 |   269 |257010 |  12.7 |  18M|  92 |  51 |2340 |4507 |2340 |1708 |  87 |  22k|3875 | 0.000000e+00 |      --      |    Inf 
90.96/91.09	c  91.1s| 20000 |   272 |258199 |  12.7 |  18M|  92 |   - |2340 |4429 |2340 |1708 |  87 |  22k|3890 | 0.000000e+00 |      --      |    Inf 
91.36/91.42	c  91.4s| 20100 |   273 |259454 |  12.7 |  18M|  92 |   - |2340 |4284 |2340 |1708 |  87 |  22k|3893 | 0.000000e+00 |      --      |    Inf 
91.66/91.74	c  91.7s| 20200 |   272 |260705 |  12.7 |  18M|  92 |   - |2340 |4343 |2340 |1708 |  87 |  22k|3895 | 0.000000e+00 |      --      |    Inf 
91.96/92.07	c  92.1s| 20300 |   273 |261883 |  12.7 |  18M|  92 |  40 |2340 |4364 |2340 |1708 |  87 |  22k|3897 | 0.000000e+00 |      --      |    Inf 
92.25/92.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.25/92.38	c  92.4s| 20400 |   273 |263020 |  12.7 |  18M|  92 |  53 |2340 |4491 |2340 |1708 |  87 |  22k|3901 | 0.000000e+00 |      --      |    Inf 
92.56/92.69	c  92.7s| 20500 |   273 |264112 |  12.7 |  18M|  92 |   - |2340 |4571 |2340 |1708 |  87 |  23k|3902 | 0.000000e+00 |      --      |    Inf 
92.96/93.01	c  93.0s| 20600 |   270 |265311 |  12.7 |  18M|  92 |   - |2340 |4562 |2340 |1708 |  87 |  23k|3902 | 0.000000e+00 |      --      |    Inf 
93.26/93.30	c  93.3s| 20700 |   272 |266219 |  12.7 |  18M|  92 |   - |2340 |4545 |2340 |1708 |  87 |  23k|3902 | 0.000000e+00 |      --      |    Inf 
93.56/93.62	c  93.6s| 20800 |   269 |267292 |  12.7 |  18M|  92 |  63 |2340 |4563 |2340 |1708 |  87 |  23k|3902 | 0.000000e+00 |      --      |    Inf 
93.86/93.94	c  93.9s| 20900 |   270 |268452 |  12.6 |  18M|  92 |   - |2340 |4667 |   0 |   0 |  87 |  23k|3902 | 0.000000e+00 |      --      |    Inf 
94.15/94.25	c  94.2s| 21000 |   270 |269581 |  12.6 |  18M|  92 |   - |2340 |4764 |2340 |1708 |  87 |  23k|3912 | 0.000000e+00 |      --      |    Inf 
94.76/94.81	c  94.8s| 21100 |   273 |270740 |  12.6 |  18M|  92 |  75 |2340 |4683 |2340 |1708 |  87 |  23k|3985 | 0.000000e+00 |      --      |    Inf 
95.26/95.39	c  95.4s| 21200 |   279 |272332 |  12.7 |  18M|  92 |   - |2340 |4315 |2340 |1708 |  87 |  23k|4062 | 0.000000e+00 |      --      |    Inf 
95.76/95.85	c  95.9s| 21300 |   273 |273831 |  12.7 |  18M|  92 |  67 |2340 |4147 |2340 |1708 |  87 |  23k|4104 | 0.000000e+00 |      --      |    Inf 
96.16/96.27	c  96.3s| 21400 |   272 |275232 |  12.7 |  18M|  92 |  53 |2340 |3999 |2340 |1708 |  87 |  23k|4126 | 0.000000e+00 |      --      |    Inf 
96.46/96.58	c  96.6s| 21500 |   271 |276369 |  12.7 |  17M|  92 |  61 |2340 |3921 |2340 |1708 |  87 |  24k|4127 | 0.000000e+00 |      --      |    Inf 
96.76/96.89	c  96.9s| 21600 |   275 |277569 |  12.7 |  18M|  92 |  52 |2340 |4039 |2340 |1708 |  87 |  24k|4127 | 0.000000e+00 |      --      |    Inf 
97.16/97.22	c  97.2s| 21700 |   273 |278855 |  12.7 |  18M|  92 |   - |2340 |4080 |2340 |1708 |  87 |  24k|4127 | 0.000000e+00 |      --      |    Inf 
97.45/97.55	c  97.6s| 21800 |   273 |280212 |  12.7 |  18M|  92 |  71 |2340 |4155 |2340 |1708 |  87 |  24k|4128 | 0.000000e+00 |      --      |    Inf 
97.85/97.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.85/97.91	c  97.9s| 21900 |   273 |281796 |  12.7 |  18M|  92 |   - |2340 |4212 |2340 |1708 |  87 |  24k|4128 | 0.000000e+00 |      --      |    Inf 
98.16/98.23	c  98.2s| 22000 |   274 |283076 |  12.7 |  18M|  92 |   - |2340 |4323 |2340 |1708 |  87 |  24k|4128 | 0.000000e+00 |      --      |    Inf 
98.45/98.57	c  98.6s| 22100 |   275 |284401 |  12.7 |  18M|  92 |   - |2340 |4411 |2340 |1708 |  87 |  24k|4131 | 0.000000e+00 |      --      |    Inf 
98.86/98.92	c  98.9s| 22200 |   275 |285747 |  12.7 |  18M|  92 |   - |2340 |4510 |2340 |1708 |  87 |  24k|4139 | 0.000000e+00 |      --      |    Inf 
99.17/99.22	c  99.2s| 22300 |   277 |286840 |  12.7 |  18M|  92 |  57 |2340 |4616 |2340 |1708 |  87 |  24k|4139 | 0.000000e+00 |      --      |    Inf 
99.46/99.54	c  99.5s| 22400 |   277 |288017 |  12.7 |  18M|  92 |  49 |2340 |4659 |2340 |1708 |  87 |  25k|4139 | 0.000000e+00 |      --      |    Inf 
99.86/99.91	c  99.9s| 22500 |   275 |289536 |  12.7 |  18M|  92 |  63 |2340 |4747 |2340 |1708 |  87 |  25k|4139 | 0.000000e+00 |      --      |    Inf 
100.16/100.24	c   100s| 22600 |   275 |291172 |  12.7 |  18M|  92 |  59 |2340 |4454 |2340 |1708 |  87 |  25k|4143 | 0.000000e+00 |      --      |    Inf 
100.46/100.54	c   101s| 22700 |   275 |292622 |  12.7 |  18M|  92 |   - |2340 |4232 |2340 |1708 |  87 |  25k|4146 | 0.000000e+00 |      --      |    Inf 
100.75/100.87	c   101s| 22800 |   275 |294161 |  12.7 |  18M|  92 |  64 |2340 |4178 |2340 |1708 |  87 |  25k|4147 | 0.000000e+00 |      --      |    Inf 
101.15/101.23	c   101s| 22900 |   275 |295728 |  12.7 |  18M|  92 |  56 |2340 |4244 |2340 |1708 |  87 |  25k|4148 | 0.000000e+00 |      --      |    Inf 
101.46/101.56	c   102s| 23000 |   273 |297237 |  12.7 |  18M|  92 |   - |2340 |4192 |2340 |1708 |  87 |  25k|4148 | 0.000000e+00 |      --      |    Inf 
101.85/101.91	c   102s| 23100 |   271 |298848 |  12.8 |  18M|  92 |   - |2340 |4206 |2340 |1708 |  87 |  25k|4150 | 0.000000e+00 |      --      |    Inf 
102.15/102.20	c   102s| 23200 |   273 |300048 |  12.8 |  18M|  92 |  65 |2340 |4259 |2340 |1708 |  87 |  25k|4150 | 0.000000e+00 |      --      |    Inf 
102.46/102.51	c   103s| 23300 |   277 |301219 |  12.8 |  18M|  92 |   - |2340 |4273 |2340 |1708 |  87 |  25k|4153 | 0.000000e+00 |      --      |    Inf 
102.76/102.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.76/102.87	c   103s| 23400 |   271 |302893 |  12.8 |  18M|  92 |  63 |2340 |4268 |2340 |1708 |  87 |  25k|4154 | 0.000000e+00 |      --      |    Inf 
103.05/103.17	c   103s| 23500 |   275 |303979 |  12.8 |  18M|  92 |  60 |2340 |4168 |2340 |1708 |  87 |  25k|4154 | 0.000000e+00 |      --      |    Inf 
103.45/103.51	c   104s| 23600 |   273 |305357 |  12.8 |  18M|  92 |  59 |2340 |4222 |2340 |1708 |  87 |  26k|4154 | 0.000000e+00 |      --      |    Inf 
103.75/103.84	c   104s| 23700 |   272 |306838 |  12.8 |  18M|  92 |  58 |2340 |4115 |2340 |1708 |  87 |  26k|4154 | 0.000000e+00 |      --      |    Inf 
104.05/104.17	c   104s| 23800 |   270 |308138 |  12.8 |  18M|  92 |   - |2340 |4155 |2340 |1708 |  87 |  26k|4154 | 0.000000e+00 |      --      |    Inf 
104.45/104.50	c   104s| 23900 |   272 |309543 |  12.8 |  18M|  92 |  55 |2340 |4136 |2340 |1708 |  87 |  26k|4154 | 0.000000e+00 |      --      |    Inf 
104.86/104.95	c   105s| 24000 |   272 |310887 |  12.8 |  18M|  92 |   - |2340 |4219 |2340 |1708 |  87 |  26k|4184 | 0.000000e+00 |      --      |    Inf 
105.26/105.32	c   105s| 24100 |   274 |312225 |  12.8 |  17M|  92 |  50 |2340 |3794 |2340 |1708 |  87 |  26k|4196 | 0.000000e+00 |      --      |    Inf 
105.55/105.65	c   106s| 24200 |   274 |313269 |  12.8 |  17M|  92 |   - |2340 |3749 |2340 |1708 |  87 |  26k|4208 | 0.000000e+00 |      --      |    Inf 
105.86/105.99	c   106s| 24300 |   276 |314362 |  12.8 |  17M|  92 |  57 |2340 |3755 |2340 |1708 |  87 |  26k|4218 | 0.000000e+00 |      --      |    Inf 
106.25/106.36	c   106s| 24400 |   274 |315571 |  12.8 |  17M|  92 |   - |2340 |3818 |2340 |1708 |  87 |  26k|4236 | 0.000000e+00 |      --      |    Inf 
106.56/106.68	c   107s| 24500 |   272 |316778 |  12.8 |  17M|  92 |   - |2340 |3872 |2340 |1708 |  87 |  26k|4241 | 0.000000e+00 |      --      |    Inf 
107.06/107.14	c   107s| 24600 |   273 |318315 |  12.8 |  17M|  92 |   - |2340 |3798 |2340 |1708 |  87 |  26k|4270 | 0.000000e+00 |      --      |    Inf 
107.56/107.61	c   108s| 24700 |   271 |319694 |  12.8 |  17M|  92 |   - |2340 |3751 |2340 |1708 |  87 |  26k|4304 | 0.000000e+00 |      --      |    Inf 
107.85/107.98	c   108s| 24800 |   273 |320840 |  12.8 |  17M|  92 |   - |2340 |3564 |2340 |1708 |  87 |  27k|4326 | 0.000000e+00 |      --      |    Inf 
108.25/108.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.25/108.35	c   108s| 24900 |   273 |322118 |  12.8 |  17M|  92 |   - |2340 |3581 |2340 |1708 |  87 |  27k|4335 | 0.000000e+00 |      --      |    Inf 
108.66/108.72	c   109s| 25000 |   275 |323578 |  12.8 |  17M|  92 |  65 |2340 |3621 |2340 |1708 |  87 |  27k|4339 | 0.000000e+00 |      --      |    Inf 
109.26/109.35	c   109s| 25100 |   274 |324971 |  12.8 |  17M|  92 |   - |2340 |3547 |2340 |1708 |  87 |  27k|4418 | 0.000000e+00 |      --      |    Inf 
109.55/109.68	c   110s| 25200 |   274 |326207 |  12.8 |  17M|  92 |   - |2340 |3575 |2340 |1708 |  87 |  27k|4418 | 0.000000e+00 |      --      |    Inf 
109.96/110.06	c   110s| 25300 |   282 |327429 |  12.8 |  17M|  92 |   - |2340 |3595 |2340 |1708 |  87 |  27k|4444 | 0.000000e+00 |      --      |    Inf 
110.35/110.44	c   110s| 25400 |   276 |329016 |  12.8 |  17M|  92 |   - |2340 |3588 |2340 |1708 |  87 |  27k|4461 | 0.000000e+00 |      --      |    Inf 
110.66/110.79	c   111s| 25500 |   281 |330223 |  12.8 |  17M|  92 |  43 |2340 |3410 |2340 |1708 |  87 |  27k|4480 | 0.000000e+00 |      --      |    Inf 
111.05/111.13	c   111s| 25600 |   275 |331577 |  12.8 |  17M|  92 |   - |2340 |3530 |2340 |1708 |  87 |  27k|4482 | 0.000000e+00 |      --      |    Inf 
111.36/111.46	c   111s| 25700 |   275 |332894 |  12.8 |  17M|  92 |   - |2340 |3643 |2340 |1708 |  87 |  27k|4483 | 0.000000e+00 |      --      |    Inf 
111.66/111.79	c   112s| 25800 |   277 |334218 |  12.8 |  17M|  92 |  68 |2340 |3630 |2340 |1708 |  87 |  27k|4486 | 0.000000e+00 |      --      |    Inf 
112.06/112.13	c   112s| 25900 |   281 |335604 |  12.8 |  17M|  92 |   - |2340 |3435 |2340 |1708 |  87 |  27k|4492 | 0.000000e+00 |      --      |    Inf 
112.36/112.44	c   112s| 26000 |   281 |336942 |  12.8 |  17M|  92 |   - |2340 |3455 |2340 |1708 |  87 |  27k|4493 | 0.000000e+00 |      --      |    Inf 
112.65/112.77	c   113s| 26100 |   283 |338298 |  12.8 |  17M|  92 |  56 |2340 |3493 |2340 |1708 |  87 |  28k|4495 | 0.000000e+00 |      --      |    Inf 
112.96/113.09	c   113s| 26200 |   288 |339696 |  12.8 |  17M|  92 |  39 |2340 |3486 |2340 |1708 |  87 |  28k|4498 | 0.000000e+00 |      --      |    Inf 
113.35/113.44	c   113s| 26300 |   283 |341301 |  12.8 |  17M|  92 |   - |2340 |3539 |2340 |1708 |  87 |  28k|4501 | 0.000000e+00 |      --      |    Inf 
113.65/113.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.65/113.76	c   114s| 26400 |   281 |342890 |  12.8 |  17M|  92 |   - |2340 |3556 |2340 |1708 |  87 |  28k|4502 | 0.000000e+00 |      --      |    Inf 
113.96/114.08	c   114s| 26500 |   281 |344367 |  12.8 |  17M|  92 |   - |2340 |3625 |2340 |1708 |  87 |  28k|4503 | 0.000000e+00 |      --      |    Inf 
114.35/114.40	c   114s| 26600 |   287 |345880 |  12.8 |  17M|  92 |  38 |2340 |3711 |2340 |1708 |  87 |  28k|4506 | 0.000000e+00 |      --      |    Inf 
114.66/114.73	c   115s| 26700 |   282 |347214 |  12.8 |  17M|  92 |   - |2340 |3780 |2340 |1708 |  87 |  28k|4514 | 0.000000e+00 |      --      |    Inf 
114.95/115.02	c   115s| 26800 |   282 |348405 |  12.8 |  18M|  92 |  68 |2340 |3863 |2340 |1708 |  87 |  28k|4514 | 0.000000e+00 |      --      |    Inf 
115.25/115.32	c   115s| 26900 |   282 |349803 |  12.9 |  18M|  92 |  58 |2340 |3963 |2340 |1708 |  87 |  28k|4514 | 0.000000e+00 |      --      |    Inf 
115.55/115.64	c   116s| 27000 |   284 |351024 |  12.8 |  18M|  92 |  58 |2340 |4135 |2340 |1708 |  87 |  28k|4520 | 0.000000e+00 |      --      |    Inf 
115.85/115.96	c   116s| 27100 |   284 |352365 |  12.9 |  18M|  92 |  57 |2340 |4396 |2340 |1708 |  87 |  29k|4522 | 0.000000e+00 |      --      |    Inf 
116.16/116.28	c   116s| 27200 |   286 |353627 |  12.8 |  18M|  92 |  55 |2340 |4363 |2340 |1708 |  87 |  29k|4524 | 0.000000e+00 |      --      |    Inf 
116.55/116.62	c   117s| 27300 |   286 |354861 |  12.8 |  18M|  92 |   - |2340 |4569 |2340 |1708 |  87 |  29k|4530 | 0.000000e+00 |      --      |    Inf 
116.86/116.96	c   117s| 27400 |   284 |356127 |  12.8 |  18M|  92 |   - |2340 |4748 |2340 |1708 |  87 |  29k|4534 | 0.000000e+00 |      --      |    Inf 
117.16/117.29	c   117s| 27500 |   286 |357401 |  12.8 |  19M|  92 |  53 |2340 |4931 |2340 |1708 |  87 |  29k|4541 | 0.000000e+00 |      --      |    Inf 
117.55/117.63	c   118s| 27600 |   284 |358801 |  12.9 |  19M|  92 |   - |2340 |5099 |2340 |1708 |  87 |  30k|4541 | 0.000000e+00 |      --      |    Inf 
117.86/117.93	c   118s| 27700 |   284 |359951 |  12.8 |  19M|  92 |   - |2340 |5206 |2340 |1708 |  87 |  30k|4542 | 0.000000e+00 |      --      |    Inf 
118.15/118.24	c   118s| 27800 |   284 |361228 |  12.8 |  19M|  92 |   - |2340 |5284 |2340 |1708 |  87 |  30k|4543 | 0.000000e+00 |      --      |    Inf 
118.45/118.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.45/118.57	c   119s| 27900 |   286 |362441 |  12.8 |  19M|  92 |  55 |2340 |5369 |2340 |1708 |  87 |  30k|4545 | 0.000000e+00 |      --      |    Inf 
118.75/118.89	c   119s| 28000 |   285 |363788 |  12.8 |  19M|  92 |  65 |2340 |5509 |2340 |1708 |  87 |  30k|4545 | 0.000000e+00 |      --      |    Inf 
119.15/119.20	c   119s| 28100 |   285 |365050 |  12.8 |  19M|  92 |  53 |2340 |5594 |2340 |1708 |  87 |  31k|4546 | 0.000000e+00 |      --      |    Inf 
119.45/119.50	c   120s| 28200 |   285 |366260 |  12.8 |  19M|  92 |   - |2340 |5678 |2340 |1708 |  87 |  31k|4546 | 0.000000e+00 |      --      |    Inf 
119.75/119.82	c   120s| 28300 |   285 |367537 |  12.8 |  20M|  92 |  61 |2340 |5826 |2340 |1708 |  87 |  31k|4549 | 0.000000e+00 |      --      |    Inf 
120.06/120.13	c   120s| 28400 |   283 |368667 |  12.8 |  20M|  92 |   - |2340 |5910 |2340 |1708 |  87 |  31k|4549 | 0.000000e+00 |      --      |    Inf 
120.35/120.47	c   120s| 28500 |   283 |369981 |  12.8 |  20M|  92 |   - |2340 |6025 |2340 |1708 |  87 |  31k|4549 | 0.000000e+00 |      --      |    Inf 
120.75/120.81	c   121s| 28600 |   283 |371256 |  12.8 |  20M|  92 |   - |2340 |6175 |2340 |1708 |  87 |  31k|4552 | 0.000000e+00 |      --      |    Inf 
121.05/121.13	c   121s| 28700 |   281 |372435 |  12.8 |  20M|  92 |   - |2340 |6272 |2340 |1708 |  87 |  32k|4552 | 0.000000e+00 |      --      |    Inf 
121.36/121.46	c   121s| 28800 |   281 |373625 |  12.8 |  20M|  92 |   - |2340 |6116 |2340 |1708 |  87 |  32k|4556 | 0.000000e+00 |      --      |    Inf 
121.65/121.79	c   122s| 28900 |   283 |374793 |  12.8 |  20M|  92 |  64 |2340 |6072 |2340 |1708 |  87 |  32k|4560 | 0.000000e+00 |      --      |    Inf 
122.26/122.35	c   122s| 29000 |   284 |375964 |  12.8 |  19M|  92 |  55 |2340 |5879 |2340 |1708 |  87 |  32k|4632 | 0.000000e+00 |      --      |    Inf 
122.55/122.66	c   123s| 29100 |   285 |377072 |  12.8 |  19M|  92 |   - |2340 |5654 |2340 |1708 |  87 |  32k|4632 | 0.000000e+00 |      --      |    Inf 
122.86/122.97	c   123s| 29200 |   284 |378267 |  12.8 |  19M|  92 |  69 |2340 |5667 |2340 |1708 |  87 |  32k|4632 | 0.000000e+00 |      --      |    Inf 
123.25/123.32	c   123s| 29300 |   284 |379713 |  12.8 |  19M|  92 |   - |2340 |5432 |2340 |1708 |  87 |  32k|4632 | 0.000000e+00 |      --      |    Inf 
123.55/123.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.55/123.67	c   124s| 29400 |   284 |381141 |  12.8 |  19M|  92 |  53 |2340 |5546 |2340 |1708 |  87 |  32k|4634 | 0.000000e+00 |      --      |    Inf 
123.95/124.00	c   124s| 29500 |   282 |382459 |  12.8 |  19M|  92 |  58 |2340 |5588 |2340 |1708 |  87 |  32k|4634 | 0.000000e+00 |      --      |    Inf 
124.65/124.78	c   125s| 29600 |   288 |383751 |  12.8 |  19M|  92 |   - |2340 |5338 |2340 |1708 |  87 |  32k|4754 | 0.000000e+00 |      --      |    Inf 
125.16/125.21	c   125s| 29700 |   289 |384802 |  12.8 |  19M|  92 |   - |2340 |5363 |2340 |1708 |  87 |  33k|4781 | 0.000000e+00 |      --      |    Inf 
125.46/125.54	c   126s| 29800 |   287 |385777 |  12.8 |  19M|  92 |   - |2340 |5547 |2340 |1708 |  87 |  33k|4782 | 0.000000e+00 |      --      |    Inf 
125.75/125.82	c   126s| 29900 |   287 |386849 |  12.8 |  19M|  92 |   - |2340 |5638 |2340 |1708 |  87 |  33k|4782 | 0.000000e+00 |      --      |    Inf 
126.05/126.12	c   126s| 30000 |   289 |387915 |  12.8 |  19M|  92 |  56 |2340 |5733 |2340 |1708 |  87 |  33k|4782 | 0.000000e+00 |      --      |    Inf 
126.35/126.44	c   126s| 30100 |   287 |389141 |  12.8 |  19M|  92 |   - |2340 |5585 |2340 |1708 |  87 |  33k|4782 | 0.000000e+00 |      --      |    Inf 
126.66/126.77	c   127s| 30200 |   286 |390510 |  12.8 |  19M|  92 |   - |2340 |5550 |2340 |1708 |  87 |  33k|4783 | 0.000000e+00 |      --      |    Inf 
126.95/127.07	c   127s| 30300 |   285 |391729 |  12.8 |  19M|  92 |   - |2340 |5708 |2340 |1708 |  87 |  34k|4784 | 0.000000e+00 |      --      |    Inf 
127.25/127.37	c   127s| 30400 |   287 |392970 |  12.8 |  19M|  92 |   - |2340 |5734 |2340 |1708 |  87 |  34k|4786 | 0.000000e+00 |      --      |    Inf 
127.95/128.03	c   128s| 30500 |   288 |394361 |  12.8 |  19M|  92 |   - |2340 |5447 |2340 |1708 |  87 |  34k|4881 | 0.000000e+00 |      --      |    Inf 
128.25/128.31	c   128s| 30600 |   290 |395579 |  12.8 |  19M|  92 |   - |2340 |5436 |2340 |1708 |  87 |  34k|4882 | 0.000000e+00 |      --      |    Inf 
128.45/128.58	c   129s| 30700 |   292 |396770 |  12.8 |  19M|  92 |   - |2340 |5485 |2340 |1708 |  87 |  34k|4882 | 0.000000e+00 |      --      |    Inf 
128.75/128.84	c   129s| 30800 |   292 |397882 |  12.8 |  19M|  92 |  58 |2340 |5561 |2340 |1708 |  87 |  34k|4883 | 0.000000e+00 |      --      |    Inf 
129.05/129.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.05/129.11	c   129s| 30900 |   294 |399249 |  12.8 |  19M|  92 |  64 |2340 |5620 |2340 |1708 |  87 |  34k|4884 | 0.000000e+00 |      --      |    Inf 
129.25/129.38	c   129s| 31000 |   291 |400484 |  12.8 |  19M|  92 |  62 |2340 |5710 |2340 |1708 |  87 |  34k|4885 | 0.000000e+00 |      --      |    Inf 
129.55/129.69	c   130s| 31100 |   289 |401655 |  12.8 |  19M|  92 |   - |2340 |5739 |2340 |1708 |  87 |  34k|4895 | 0.000000e+00 |      --      |    Inf 
130.05/130.16	c   130s| 31200 |   290 |403005 |  12.8 |  19M|  92 |  69 |2340 |5330 |2340 |1708 |  87 |  34k|4927 | 0.000000e+00 |      --      |    Inf 
130.45/130.51	c   131s| 31300 |   289 |404194 |  12.8 |  19M|  92 |   - |2340 |5370 |2340 |1708 |  87 |  34k|4927 | 0.000000e+00 |      --      |    Inf 
130.75/130.89	c   131s| 31400 |   289 |405342 |  12.8 |  19M|  92 |  59 |2340 |5197 |2340 |1708 |  87 |  34k|4936 | 0.000000e+00 |      --      |    Inf 
131.25/131.35	c   131s| 31500 |   286 |406784 |  12.8 |  19M|  92 |   - |2340 |5079 |2340 |1708 |  87 |  34k|4961 | 0.000000e+00 |      --      |    Inf 
131.75/131.82	c   132s| 31600 |   290 |408276 |  12.8 |  18M|  92 |   - |2340 |4838 |2340 |1708 |  87 |  34k|4999 | 0.000000e+00 |      --      |    Inf 
132.26/132.30	c   132s| 31700 |   288 |409811 |  12.8 |  18M|  92 |   - |2340 |4741 |2340 |1708 |  87 |  35k|5035 | 0.000000e+00 |      --      |    Inf 
132.55/132.61	c   133s| 31800 |   288 |410953 |  12.8 |  18M|  92 |   - |2340 |4753 |2340 |1708 |  87 |  35k|5035 | 0.000000e+00 |      --      |    Inf 
132.85/132.95	c   133s| 31900 |   290 |411844 |  12.8 |  18M|  92 |  59 |2340 |4782 |2340 |1708 |  87 |  35k|5052 | 0.000000e+00 |      --      |    Inf 
133.55/133.63	c   134s| 32000 |   287 |413422 |  12.8 |  18M|  92 |  71 |2340 |4735 |2340 |1708 |  87 |  35k|5139 | 0.000000e+00 |      --      |    Inf 
133.95/134.04	c   134s| 32100 |   295 |414887 |  12.8 |  18M|  92 |  19 |2340 |4646 |2340 |1708 |  87 |  35k|5172 | 0.000000e+00 |      --      |    Inf 
134.25/134.37	c   134s| 32200 |   287 |416122 |  12.8 |  18M|  92 |  58 |2340 |4490 |2340 |1708 |  87 |  35k|5176 | 0.000000e+00 |      --      |    Inf 
134.85/134.91	c   135s| 32300 |   304 |417206 |  12.8 |  18M|  92 |  25 |2340 |4398 |2340 |1708 |  87 |  35k|5279 | 0.000000e+00 |      --      |    Inf 
135.15/135.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.15/135.27	c   135s| 32400 |   304 |417703 |  12.8 |  18M|  92 |  27 |2340 |4263 |2340 |1708 |  87 |  35k|5346 | 0.000000e+00 |      --      |    Inf 
136.05/136.13	c   136s| 32500 |   304 |418382 |  12.7 |  18M|  92 |   - |2340 |4222 |2340 |1708 |  87 |  35k|5561 | 0.000000e+00 |      --      |    Inf 
137.05/137.15	c   137s| 32600 |   292 |419093 |  12.7 |  18M|  92 |   - |2340 |4215 |2340 |1708 |  87 |  35k|5820 | 0.000000e+00 |      --      |    Inf 
137.85/137.92	c   138s| 32700 |   294 |420641 |  12.7 |  18M|  92 |  40 |2340 |4115 |2340 |1708 |  87 |  35k|5936 | 0.000000e+00 |      --      |    Inf 
138.15/138.24	c   138s| 32800 |   291 |422064 |  12.7 |  18M|  92 |   - |2340 |4151 |2340 |1708 |  87 |  36k|5936 | 0.000000e+00 |      --      |    Inf 
138.45/138.56	c   139s| 32900 |   291 |423361 |  12.7 |  18M|  92 |   - |2340 |4216 |2340 |1708 |  87 |  36k|5936 | 0.000000e+00 |      --      |    Inf 
138.95/139.01	c   139s| 33000 |   290 |424831 |  12.7 |  18M|  92 |   - |2340 |4261 |2340 |1708 |  87 |  36k|5970 | 0.000000e+00 |      --      |    Inf 
139.55/139.65	c   140s| 33100 |   288 |426215 |  12.8 |  18M|  92 |  62 |2340 |4236 |2340 |1708 |  87 |  36k|6053 | 0.000000e+00 |      --      |    Inf 
139.96/140.07	c   140s| 33200 |   286 |427621 |  12.8 |  18M|  92 |  62 |2340 |4260 |2340 |1708 |  87 |  36k|6074 | 0.000000e+00 |      --      |    Inf 
140.35/140.47	c   140s| 33300 |   290 |428998 |  12.8 |  18M|  92 |   - |2340 |4301 |2340 |1708 |  87 |  36k|6098 | 0.000000e+00 |      --      |    Inf 
140.75/140.80	c   141s| 33400 |   287 |430498 |  12.8 |  18M|  92 |   - |2340 |4284 |2340 |1708 |  87 |  36k|6099 | 0.000000e+00 |      --      |    Inf 
141.05/141.13	c   141s| 33500 |   287 |432017 |  12.8 |  18M|  92 |   - |2340 |4338 |2340 |1708 |  87 |  36k|6099 | 0.000000e+00 |      --      |    Inf 
141.35/141.46	c   141s| 33600 |   285 |433424 |  12.8 |  18M|  92 |   - |2340 |4400 |2340 |1708 |  87 |  36k|6099 | 0.000000e+00 |      --      |    Inf 
141.75/141.82	c   142s| 33700 |   285 |434912 |  12.8 |  18M|  92 |   - |2340 |3963 |2340 |1708 |  87 |  36k|6099 | 0.000000e+00 |      --      |    Inf 
142.06/142.14	c   142s| 33800 |   287 |436342 |  12.8 |  18M|  92 |   - |2340 |3918 |2340 |1708 |  87 |  36k|6099 | 0.000000e+00 |      --      |    Inf 
142.35/142.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.35/142.47	c   142s| 33900 |   287 |437911 |  12.8 |  18M|  92 |   - |2340 |4045 |2340 |1708 |  87 |  37k|6099 | 0.000000e+00 |      --      |    Inf 
142.75/142.82	c   143s| 34000 |   287 |439546 |  12.8 |  18M|  92 |   - |2340 |4161 |2340 |1708 |  87 |  37k|6099 | 0.000000e+00 |      --      |    Inf 
143.05/143.17	c   143s| 34100 |   287 |441039 |  12.8 |  18M|  92 |   - |2340 |4253 |2340 |1708 |  87 |  37k|6105 | 0.000000e+00 |      --      |    Inf 
143.45/143.53	c   144s| 34200 |   287 |442538 |  12.8 |  18M|  92 |  56 |2340 |4330 |2340 |1708 |  87 |  37k|6110 | 0.000000e+00 |      --      |    Inf 
143.74/143.88	c   144s| 34300 |   287 |443950 |  12.8 |  18M|  92 |  55 |2340 |4413 |2340 |1708 |  87 |  37k|6115 | 0.000000e+00 |      --      |    Inf 
144.15/144.20	c   144s| 34400 |   287 |445217 |  12.8 |  18M|  92 |   - |2340 |4049 |2340 |1708 |  87 |  37k|6115 | 0.000000e+00 |      --      |    Inf 
144.45/144.51	c   145s| 34500 |   287 |446511 |  12.8 |  18M|  92 |   - |2340 |3980 |2340 |1708 |  87 |  37k|6115 | 0.000000e+00 |      --      |    Inf 
144.75/144.86	c   145s| 34600 |   287 |448112 |  12.8 |  18M|  92 |  56 |2340 |3971 |2340 |1708 |  87 |  37k|6117 | 0.000000e+00 |      --      |    Inf 
145.15/145.20	c   145s| 34700 |   286 |449496 |  12.8 |  18M|  92 |   - |2340 |3929 |2340 |1708 |  87 |  37k|6117 | 0.000000e+00 |      --      |    Inf 
145.45/145.53	c   146s| 34800 |   287 |450806 |  12.8 |  18M|  92 |  67 |2340 |3918 |2340 |1708 |  87 |  38k|6117 | 0.000000e+00 |      --      |    Inf 
145.85/145.90	c   146s| 34900 |   285 |452320 |  12.8 |  18M|  92 |  60 |2340 |3936 |2340 |1708 |  87 |  38k|6123 | 0.000000e+00 |      --      |    Inf 
146.35/146.43	c   146s| 35000 |   294 |453746 |  12.8 |  18M|  92 |  36 |2340 |3729 |2340 |1708 |  87 |  38k|6184 | 0.000000e+00 |      --      |    Inf 
146.74/146.82	c   147s| 35100 |   282 |454997 |  12.8 |  18M|  92 |  56 |2340 |3684 |2340 |1708 |  87 |  38k|6212 | 0.000000e+00 |      --      |    Inf 
147.05/147.12	c   147s| 35200 |   280 |456159 |  12.8 |  18M|  92 |  64 |2340 |3771 |2340 |1708 |  87 |  38k|6212 | 0.000000e+00 |      --      |    Inf 
147.35/147.43	c   147s| 35300 |   280 |457424 |  12.8 |  18M|  92 |  57 |2340 |3903 |2340 |1708 |  87 |  38k|6212 | 0.000000e+00 |      --      |    Inf 
147.66/147.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.66/147.75	c   148s| 35400 |   280 |458841 |  12.8 |  18M|  92 |   - |2340 |4008 |2340 |1708 |  87 |  38k|6212 | 0.000000e+00 |      --      |    Inf 
147.95/148.08	c   148s| 35500 |   280 |460265 |  12.8 |  18M|  92 |   - |2340 |4000 |2340 |1708 |  87 |  38k|6212 | 0.000000e+00 |      --      |    Inf 
148.35/148.43	c   148s| 35600 |   278 |461782 |  12.9 |  18M|  92 |   - |2340 |3973 |2340 |1708 |  87 |  38k|6216 | 0.000000e+00 |      --      |    Inf 
148.75/148.85	c   149s| 35700 |   280 |463198 |  12.9 |  18M|  92 |   - |2340 |3964 |2340 |1708 |  87 |  38k|6238 | 0.000000e+00 |      --      |    Inf 
149.15/149.24	c   149s| 35800 |   280 |464606 |  12.9 |  18M|  92 |  58 |2340 |4042 |2340 |1708 |  87 |  38k|6255 | 0.000000e+00 |      --      |    Inf 
149.55/149.62	c   150s| 35900 |   280 |465984 |  12.9 |  18M|  92 |  67 |2340 |4088 |2340 |1708 |  87 |  39k|6269 | 0.000000e+00 |      --      |    Inf 
149.86/149.97	c   150s| 36000 |   280 |467290 |  12.9 |  18M|  92 |  67 |2340 |4170 |2340 |1708 |  87 |  39k|6277 | 0.000000e+00 |      --      |    Inf 
150.25/150.32	c   150s| 36100 |   280 |468629 |  12.9 |  18M|  92 |   - |2340 |4198 |2340 |1708 |  87 |  39k|6282 | 0.000000e+00 |      --      |    Inf 
150.55/150.65	c   151s| 36200 |   282 |469989 |  12.9 |  18M|  92 |  63 |2340 |4222 |2340 |1708 |  87 |  39k|6286 | 0.000000e+00 |      --      |    Inf 
150.86/151.00	c   151s| 36300 |   282 |471355 |  12.9 |  18M|  92 |   - |2340 |4302 |2340 |1708 |  87 |  39k|6296 | 0.000000e+00 |      --      |    Inf 
151.25/151.33	c   151s| 36400 |   282 |472678 |  12.9 |  18M|  92 |  59 |2340 |4348 |2340 |1708 |  87 |  39k|6299 | 0.000000e+00 |      --      |    Inf 
151.55/151.68	c   152s| 36500 |   280 |473999 |  12.9 |  18M|  92 |   - |2340 |4394 |2340 |1708 |  87 |  39k|6301 | 0.000000e+00 |      --      |    Inf 
151.96/152.02	c   152s| 36600 |   282 |475308 |  12.9 |  18M|  92 |   - |2340 |4434 |2340 |1708 |  87 |  39k|6301 | 0.000000e+00 |      --      |    Inf 
152.84/152.91	c   153s| 36700 |   280 |476678 |  12.9 |  18M|  92 |  65 |2340 |4382 |2340 |1708 |  87 |  39k|6455 | 0.000000e+00 |      --      |    Inf 
153.35/153.45	c   153s| 36800 |   285 |477945 |  12.9 |  18M|  92 |  46 |2340 |4240 |2340 |1708 |  87 |  39k|6515 | 0.000000e+00 |      --      |    Inf 
153.75/153.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.75/153.80	c   154s| 36900 |   278 |479340 |  12.9 |  18M|  92 |   - |2340 |4260 |2340 |1708 |  87 |  39k|6531 | 0.000000e+00 |      --      |    Inf 
154.05/154.19	c   154s| 37000 |   280 |480955 |  12.9 |  18M|  92 |  55 |2340 |3777 |2340 |1708 |  87 |  39k|6542 | 0.000000e+00 |      --      |    Inf 
154.45/154.56	c   155s| 37100 |   284 |482389 |  12.9 |  18M|  92 |  54 |2340 |3716 |2340 |1708 |  87 |  40k|6547 | 0.000000e+00 |      --      |    Inf 
154.75/154.89	c   155s| 37200 |   282 |483686 |  12.9 |  18M|  92 |  59 |2340 |3785 |2340 |1708 |  87 |  40k|6547 | 0.000000e+00 |      --      |    Inf 
155.15/155.24	c   155s| 37300 |   280 |485156 |  12.9 |  18M|  92 |   - |2340 |3735 |2340 |1708 |  87 |  40k|6551 | 0.000000e+00 |      --      |    Inf 
155.45/155.55	c   156s| 37400 |   283 |486309 |  12.9 |  18M|  92 |  52 |2340 |3860 |2340 |1708 |  87 |  40k|6557 | 0.000000e+00 |      --      |    Inf 
155.94/156.04	c   156s| 37500 |   280 |487758 |  12.9 |  18M|  92 |  67 |2340 |3886 |2340 |1708 |  87 |  40k|6594 | 0.000000e+00 |      --      |    Inf 
156.25/156.37	c   156s| 37600 |   283 |489110 |  12.9 |  18M|  92 |   - |2340 |3892 |2340 |1708 |  87 |  40k|6599 | 0.000000e+00 |      --      |    Inf 
156.55/156.69	c   157s| 37700 |   281 |490338 |  12.9 |  18M|  92 |   - |2340 |3942 |2340 |1708 |  87 |  40k|6599 | 0.000000e+00 |      --      |    Inf 
156.94/157.00	c   157s| 37800 |   281 |491642 |  12.9 |  18M|  92 |   - |2340 |3968 |2340 |1708 |  87 |  40k|6599 | 0.000000e+00 |      --      |    Inf 
157.24/157.31	c   157s| 37900 |   281 |492989 |  12.9 |  18M|  92 |  61 |2340 |3983 |2340 |1708 |  87 |  40k|6599 | 0.000000e+00 |      --      |    Inf 
157.56/157.63	c   158s| 38000 |   283 |494401 |  12.9 |  18M|  92 |  68 |2340 |4121 |2340 |1708 |  87 |  40k|6599 | 0.000000e+00 |      --      |    Inf 
157.84/157.99	c   158s| 38100 |   283 |495920 |  12.9 |  18M|  92 |   - |2340 |4126 |2340 |1708 |  87 |  40k|6605 | 0.000000e+00 |      --      |    Inf 
158.25/158.33	c   158s| 38200 |   283 |497222 |  12.9 |  18M|  92 |   - |2340 |4154 |2340 |1708 |  87 |  41k|6607 | 0.000000e+00 |      --      |    Inf 
158.56/158.66	c   159s| 38300 |   283 |498575 |  12.9 |  18M|  92 |  70 |2340 |4217 |2340 |1708 |  87 |  41k|6608 | 0.000000e+00 |      --      |    Inf 
158.95/159.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.95/159.01	c   159s| 38400 |   280 |500004 |  12.9 |  18M|  92 |  61 |2340 |4259 |2340 |1708 |  87 |  41k|6609 | 0.000000e+00 |      --      |    Inf 
159.24/159.35	c   159s| 38500 |   282 |501390 |  12.9 |  18M|  92 |  52 |2340 |4133 |2340 |1708 |  87 |  41k|6610 | 0.000000e+00 |      --      |    Inf 
159.65/159.70	c   160s| 38600 |   280 |502860 |  12.9 |  18M|  92 |   - |2340 |4200 |2340 |1708 |  87 |  41k|6610 | 0.000000e+00 |      --      |    Inf 
159.95/160.06	c   160s| 38700 |   280 |504342 |  12.9 |  18M|  92 |   - |2340 |3965 |2340 |1708 |  87 |  41k|6610 | 0.000000e+00 |      --      |    Inf 
160.24/160.38	c   160s| 38800 |   283 |505756 |  12.9 |  17M|  92 |   - |2340 |3576 |2340 |1708 |  87 |  41k|6612 | 0.000000e+00 |      --      |    Inf 
160.65/160.73	c   161s| 38900 |   283 |507232 |  12.9 |  18M|  92 |   - |2340 |3704 |2340 |1708 |  87 |  41k|6612 | 0.000000e+00 |      --      |    Inf 
160.94/161.08	c   161s| 39000 |   282 |508650 |  12.9 |  18M|  92 |  61 |2340 |3724 |2340 |1708 |  87 |  41k|6613 | 0.000000e+00 |      --      |    Inf 
161.34/161.40	c   161s| 39100 |   282 |510067 |  12.9 |  17M|  92 |   - |2340 |3476 |2340 |1708 |  87 |  41k|6613 | 0.000000e+00 |      --      |    Inf 
161.64/161.74	c   162s| 39200 |   282 |511473 |  12.9 |  17M|  92 |   - |2340 |3591 |2340 |1708 |  87 |  42k|6615 | 0.000000e+00 |      --      |    Inf 
161.95/162.08	c   162s| 39300 |   281 |512880 |  12.9 |  18M|  92 |   - |2340 |3606 |2340 |1708 |  87 |  42k|6616 | 0.000000e+00 |      --      |    Inf 
162.34/162.44	c   162s| 39400 |   281 |514546 |  13.0 |  18M|  92 |   - |2340 |3666 |2340 |1708 |  87 |  42k|6616 | 0.000000e+00 |      --      |    Inf 
162.65/162.76	c   163s| 39500 |   281 |515980 |  13.0 |  17M|  92 |   - |2340 |3596 |2340 |1708 |  87 |  42k|6616 | 0.000000e+00 |      --      |    Inf 
163.06/163.11	c   163s| 39600 |   281 |517497 |  13.0 |  18M|  92 |   - |2340 |3769 |2340 |1708 |  87 |  42k|6618 | 0.000000e+00 |      --      |    Inf 
163.34/163.45	c   163s| 39700 |   281 |518958 |  13.0 |  18M|  92 |  57 |2340 |3924 |2340 |1708 |  87 |  42k|6619 | 0.000000e+00 |      --      |    Inf 
163.65/163.78	c   164s| 39800 |   283 |520424 |  13.0 |  18M|  92 |  56 |2340 |3861 |2340 |1708 |  87 |  42k|6621 | 0.000000e+00 |      --      |    Inf 
164.05/164.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.05/164.13	c   164s| 39900 |   282 |521901 |  13.0 |  18M|  92 |   - |2340 |3787 |2340 |1708 |  87 |  42k|6628 | 0.000000e+00 |      --      |    Inf 
164.35/164.45	c   164s| 40000 |   282 |523303 |  13.0 |  18M|  92 |   - |2340 |3835 |2340 |1708 |  87 |  43k|6628 | 0.000000e+00 |      --      |    Inf 
164.64/164.79	c   165s| 40100 |   282 |524731 |  13.0 |  18M|  92 |  64 |2340 |3879 |2340 |1708 |  87 |  43k|6628 | 0.000000e+00 |      --      |    Inf 
164.95/165.09	c   165s| 40200 |   282 |525946 |  13.0 |  18M|  92 |   - |2340 |3946 |2340 |1708 |  87 |  43k|6629 | 0.000000e+00 |      --      |    Inf 
165.26/165.39	c   165s| 40300 |   282 |527233 |  13.0 |  18M|  92 |   - |2340 |3988 |2340 |1708 |  87 |  43k|6629 | 0.000000e+00 |      --      |    Inf 
165.65/165.70	c   166s| 40400 |   282 |528462 |  13.0 |  18M|  92 |  60 |2340 |4043 |2340 |1708 |  87 |  43k|6629 | 0.000000e+00 |      --      |    Inf 
165.85/165.99	c   166s| 40500 |   282 |529558 |  13.0 |  18M|  92 |   - |2340 |4159 |2340 |1708 |  87 |  43k|6629 | 0.000000e+00 |      --      |    Inf 
166.25/166.34	c   166s| 40600 |   282 |531079 |  13.0 |  18M|  92 |   - |2340 |4314 |2340 |1708 |  87 |  43k|6631 | 0.000000e+00 |      --      |    Inf 
166.54/166.68	c   167s| 40700 |   283 |532677 |  13.0 |  18M|  92 |  56 |2340 |4422 |2340 |1708 |  87 |  43k|6631 | 0.000000e+00 |      --      |    Inf 
166.95/167.03	c   167s| 40800 |   283 |534295 |  13.0 |  18M|  92 |  70 |2340 |4509 |2340 |1708 |  87 |  43k|6632 | 0.000000e+00 |      --      |    Inf 
167.24/167.38	c   167s| 40900 |   283 |535881 |  13.0 |  18M|  92 |   - |2340 |4571 |2340 |1708 |  87 |  43k|6633 | 0.000000e+00 |      --      |    Inf 
167.64/167.73	c   168s| 41000 |   281 |537456 |  13.0 |  18M|  92 |   - |2340 |4661 |2340 |1708 |  87 |  44k|6633 | 0.000000e+00 |      --      |    Inf 
167.95/168.09	c   168s| 41100 |   283 |539082 |  13.0 |  18M|  92 |  55 |2340 |4726 |2340 |1708 |  87 |  44k|6634 | 0.000000e+00 |      --      |    Inf 
168.34/168.44	c   168s| 41200 |   283 |540698 |  13.0 |  19M|  92 |  56 |2340 |4837 |2340 |1708 |  87 |  44k|6634 | 0.000000e+00 |      --      |    Inf 
168.75/168.80	c   169s| 41300 |   281 |542390 |  13.0 |  19M|  92 |   - |2340 |4901 |2340 |1708 |  87 |  44k|6634 | 0.000000e+00 |      --      |    Inf 
169.05/169.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.05/169.19	c   169s| 41400 |   281 |544063 |  13.0 |  19M|  92 |  68 |2340 |4984 |2340 |1708 |  87 |  44k|6643 | 0.000000e+00 |      --      |    Inf 
169.55/169.65	c   170s| 41500 |   281 |545997 |  13.1 |  19M|  92 |  53 |2340 |5114 |2340 |1708 |  87 |  44k|6662 | 0.000000e+00 |      --      |    Inf 
170.04/170.10	c   170s| 41600 |   281 |547687 |  13.1 |  19M|  92 |   - |2340 |5175 |2340 |1708 |  87 |  44k|6686 | 0.000000e+00 |      --      |    Inf 
170.44/170.54	c   171s| 41700 |   281 |549189 |  13.1 |  19M|  92 |   - |2340 |5277 |2340 |1708 |  87 |  44k|6710 | 0.000000e+00 |      --      |    Inf 
170.84/170.92	c   171s| 41800 |   283 |550781 |  13.1 |  19M|  92 |  58 |2340 |5398 |2340 |1708 |  87 |  45k|6717 | 0.000000e+00 |      --      |    Inf 
171.25/171.35	c   171s| 41900 |   281 |552390 |  13.1 |  19M|  92 |   - |2340 |5523 |2340 |1708 |  87 |  45k|6736 | 0.000000e+00 |      --      |    Inf 
171.64/171.75	c   172s| 42000 |   279 |553930 |  13.1 |  19M|  92 |   - |2340 |5613 |2340 |1708 |  87 |  45k|6751 | 0.000000e+00 |      --      |    Inf 
172.04/172.17	c   172s| 42100 |   281 |555672 |  13.1 |  19M|  92 |   - |2340 |5434 |2340 |1708 |  87 |  45k|6761 | 0.000000e+00 |      --      |    Inf 
172.44/172.54	c   173s| 42200 |   281 |557109 |  13.1 |  19M|  92 |   - |2340 |5398 |2340 |1708 |  87 |  45k|6767 | 0.000000e+00 |      --      |    Inf 
172.85/172.92	c   173s| 42300 |   281 |558595 |  13.1 |  19M|  92 |   - |2340 |5370 |2340 |1708 |  87 |  45k|6767 | 0.000000e+00 |      --      |    Inf 
173.15/173.29	c   173s| 42400 |   283 |560129 |  13.1 |  19M|  92 |   - |2340 |5284 |2340 |1708 |  87 |  45k|6769 | 0.000000e+00 |      --      |    Inf 
173.54/173.69	c   174s| 42500 |   283 |561718 |  13.1 |  19M|  92 |   - |2340 |5197 |2340 |1708 |  87 |  45k|6785 | 0.000000e+00 |      --      |    Inf 
173.95/174.08	c   174s| 42600 |   282 |563190 |  13.1 |  19M|  92 |  64 |2340 |5271 |2340 |1708 |  87 |  45k|6790 | 0.000000e+00 |      --      |    Inf 
174.34/174.42	c   174s| 42700 |   282 |564622 |  13.1 |  19M|  92 |   - |2340 |5326 |2340 |1708 |  87 |  45k|6792 | 0.000000e+00 |      --      |    Inf 
174.65/174.77	c   175s| 42800 |   280 |565936 |  13.1 |  19M|  92 |   - |2340 |5425 |2340 |1708 |  87 |  46k|6796 | 0.000000e+00 |      --      |    Inf 
174.94/175.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.94/175.04	c   175s| 42900 |   280 |566962 |  13.1 |  18M|  92 |   - |2340 |4787 |2340 |1708 |  87 |  46k|6800 | 0.000000e+00 |      --      |    Inf 
175.25/175.37	c   175s| 43000 |   282 |568318 |  13.1 |  18M|  92 |   - |2340 |4571 |2340 |1708 |  87 |  46k|6804 | 0.000000e+00 |      --      |    Inf 
175.64/175.77	c   176s| 43100 |   282 |569713 |  13.1 |  18M|  92 |   - |2340 |4557 |2340 |1708 |  87 |  46k|6821 | 0.000000e+00 |      --      |    Inf 
176.05/176.12	c   176s| 43200 |   282 |571093 |  13.1 |  18M|  92 |  67 |2340 |4561 |2340 |1708 |  87 |  46k|6822 | 0.000000e+00 |      --      |    Inf 
176.44/176.50	c   176s| 43300 |   282 |572475 |  13.1 |  18M|  92 |  67 |2340 |4542 |2340 |1708 |  87 |  46k|6826 | 0.000000e+00 |      --      |    Inf 
176.74/176.81	c   177s| 43400 |   282 |573811 |  13.1 |  18M|  92 |  65 |2340 |4272 |2340 |1708 |  87 |  46k|6828 | 0.000000e+00 |      --      |    Inf 
177.05/177.13	c   177s| 43500 |   283 |575194 |  13.1 |  18M|  92 |   - |2340 |4166 |2340 |1708 |  87 |  46k|6832 | 0.000000e+00 |      --      |    Inf 
177.35/177.47	c   177s| 43600 |   283 |576625 |  13.1 |  18M|  92 |   - |2340 |4182 |2340 |1708 |  87 |  46k|6834 | 0.000000e+00 |      --      |    Inf 
177.74/177.81	c   178s| 43700 |   283 |578052 |  13.1 |  18M|  92 |  60 |2340 |4084 |2340 |1708 |  87 |  46k|6834 | 0.000000e+00 |      --      |    Inf 
178.04/178.12	c   178s| 43800 |   281 |579306 |  13.1 |  18M|  92 |   - |2340 |4010 |2340 |1708 |  87 |  46k|6834 | 0.000000e+00 |      --      |    Inf 
178.84/178.97	c   179s| 43900 |   281 |580679 |  13.1 |  17M|  92 |  66 |2340 |3640 |2340 |1708 |  87 |  46k|6994 | 0.000000e+00 |      --      |    Inf 
179.35/179.45	c   179s| 44000 |   281 |582071 |  13.1 |  17M|  92 |   - |2340 |3560 |2340 |1708 |  87 |  46k|7041 | 0.000000e+00 |      --      |    Inf 
179.64/179.75	c   180s| 44100 |   280 |583333 |  13.1 |  17M|  92 |   - |2340 |3606 |2340 |1708 |  87 |  46k|7041 | 0.000000e+00 |      --      |    Inf 
179.95/180.04	c   180s| 44200 |   281 |584590 |  13.1 |  17M|  92 |   - |2340 |3483 |2340 |1708 |  87 |  47k|7042 | 0.000000e+00 |      --      |    Inf 
180.24/180.36	c   180s| 44300 |   281 |585925 |  13.1 |  17M|  92 |   - |2340 |3506 |2340 |1708 |  87 |  47k|7043 | 0.000000e+00 |      --      |    Inf 
180.74/180.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.74/180.83	c   181s| 44400 |   281 |587215 |  13.1 |  17M|  92 |   - |2340 |3493 |2340 |1708 |  87 |  47k|7084 | 0.000000e+00 |      --      |    Inf 
181.24/181.36	c   181s| 44500 |   279 |588704 |  13.1 |  17M|  92 |   - |2340 |3472 |2340 |1708 |  87 |  47k|7142 | 0.000000e+00 |      --      |    Inf 
181.55/181.67	c   182s| 44600 |   279 |590071 |  13.1 |  17M|  92 |   - |2340 |3462 |2340 |1708 |  87 |  47k|7143 | 0.000000e+00 |      --      |    Inf 
181.84/181.99	c   182s| 44700 |   281 |591480 |  13.1 |  17M|  92 |  54 |2340 |3509 |2340 |1708 |  87 |  47k|7143 | 0.000000e+00 |      --      |    Inf 
182.24/182.36	c   182s| 44800 |   277 |593009 |  13.1 |  17M|  92 |   - |2340 |3527 |2340 |1708 |  87 |  47k|7146 | 0.000000e+00 |      --      |    Inf 
182.85/182.98	c   183s| 44900 |   285 |594680 |  13.2 |  17M|  92 |  42 |2340 |3439 |2340 |1708 |  87 |  47k|7214 | 0.000000e+00 |      --      |    Inf 
183.34/183.46	c   183s| 45000 |   279 |596106 |  13.2 |  17M|  92 |   - |2340 |3478 |2340 |1708 |  87 |  47k|7257 | 0.000000e+00 |      --      |    Inf 
183.75/183.82	c   184s| 45100 |   281 |597610 |  13.2 |  17M|  92 |   - |2340 |3539 |2340 |1708 |  87 |  47k|7263 | 0.000000e+00 |      --      |    Inf 
184.14/184.21	c   184s| 45200 |   283 |599240 |  13.2 |  18M|  92 |   - |2340 |3572 |2340 |1708 |  87 |  47k|7276 | 0.000000e+00 |      --      |    Inf 
184.44/184.57	c   185s| 45300 |   283 |600713 |  13.2 |  18M|  92 |  59 |2340 |3678 |2340 |1708 |  87 |  47k|7280 | 0.000000e+00 |      --      |    Inf 
184.84/184.94	c   185s| 45400 |   278 |602293 |  13.2 |  18M|  92 |   - |2340 |3754 |2340 |1708 |  87 |  47k|7283 | 0.000000e+00 |      --      |    Inf 
185.24/185.35	c   185s| 45500 |   278 |603748 |  13.2 |  17M|  92 |  62 |2340 |3501 |2340 |1708 |  87 |  48k|7304 | 0.000000e+00 |      --      |    Inf 
185.55/185.66	c   186s| 45600 |   280 |604974 |  13.2 |  17M|  92 |   - |2340 |3482 |2340 |1708 |  87 |  48k|7305 | 0.000000e+00 |      --      |    Inf 
185.85/185.97	c   186s| 45700 |   282 |606048 |  13.2 |  18M|  92 |  56 |2340 |3580 |2340 |1708 |  87 |  48k|7310 | 0.000000e+00 |      --      |    Inf 
186.24/186.32	c   186s| 45800 |   284 |607389 |  13.2 |  18M|  92 |  67 |2340 |3690 |2340 |1708 |  87 |  48k|7326 | 0.000000e+00 |      --      |    Inf 
186.55/186.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.55/186.68	c   187s| 45900 |   284 |608824 |  13.2 |  18M|  92 |  59 |2340 |3634 |2340 |1708 |  87 |  48k|7332 | 0.000000e+00 |      --      |    Inf 
186.94/187.02	c   187s| 46000 |   284 |610219 |  13.2 |  18M|  92 |   - |2340 |3682 |2340 |1708 |  87 |  48k|7337 | 0.000000e+00 |      --      |    Inf 
187.25/187.35	c   187s| 46100 |   284 |611603 |  13.2 |  18M|  92 |   - |2340 |3757 |2340 |1708 |  87 |  48k|7337 | 0.000000e+00 |      --      |    Inf 
187.54/187.65	c   188s| 46200 |   284 |612845 |  13.2 |  18M|  92 |  53 |2340 |3805 |2340 |1708 |  87 |  48k|7339 | 0.000000e+00 |      --      |    Inf 
187.94/188.01	c   188s| 46300 |   284 |614338 |  13.2 |  18M|  92 |  62 |2340 |3894 |2340 |1708 |  87 |  48k|7343 | 0.000000e+00 |      --      |    Inf 
188.35/188.42	c   188s| 46400 |   284 |615678 |  13.2 |  18M|  92 |  68 |2340 |3883 |2340 |1708 |  87 |  48k|7369 | 0.000000e+00 |      --      |    Inf 
188.64/188.76	c   189s| 46500 |   286 |617014 |  13.2 |  18M|  92 |  68 |2340 |3861 |2340 |1708 |  87 |  48k|7373 | 0.000000e+00 |      --      |    Inf 
189.04/189.19	c   189s| 46600 |   283 |618251 |  13.2 |  18M|  92 |   - |2340 |3701 |2340 |1708 |  87 |  48k|7420 | 0.000000e+00 |      --      |    Inf 
189.45/189.56	c   190s| 46700 |   289 |619573 |  13.2 |  18M|  92 |   - |2340 |3539 |2340 |1708 |  87 |  49k|7437 | 0.000000e+00 |      --      |    Inf 
189.84/189.91	c   190s| 46800 |   284 |621050 |  13.2 |  17M|  92 |   - |2340 |3517 |2340 |1708 |  87 |  49k|7444 | 0.000000e+00 |      --      |    Inf 
190.14/190.27	c   190s| 46900 |   284 |622460 |  13.2 |  18M|  92 |   - |2340 |3553 |2340 |1708 |  87 |  49k|7451 | 0.000000e+00 |      --      |    Inf 
190.44/190.60	c   191s| 47000 |   283 |623628 |  13.2 |  17M|  92 |   - |2340 |3323 |2340 |1708 |  87 |  49k|7463 | 0.000000e+00 |      --      |    Inf 
190.84/190.92	c   191s| 47100 |   284 |624978 |  13.2 |  17M|  92 |   - |2340 |3460 |2340 |1708 |  87 |  49k|7466 | 0.000000e+00 |      --      |    Inf 
191.15/191.29	c   191s| 47200 |   284 |626478 |  13.2 |  18M|  92 |  56 |2340 |3564 |2340 |1708 |  87 |  49k|7475 | 0.000000e+00 |      --      |    Inf 
191.65/191.74	c   192s| 47300 |   285 |627964 |  13.2 |  18M|  92 |  64 |2340 |3664 |2340 |1708 |  87 |  49k|7505 | 0.000000e+00 |      --      |    Inf 
191.95/192.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.95/192.08	c   192s| 47400 |   281 |629358 |  13.2 |  18M|  92 |   - |2340 |3748 |2340 |1708 |  87 |  49k|7505 | 0.000000e+00 |      --      |    Inf 
192.34/192.40	c   192s| 47500 |   282 |630661 |  13.2 |  18M|  92 |   - |2340 |3725 |2340 |1708 |  87 |  49k|7506 | 0.000000e+00 |      --      |    Inf 
192.65/192.72	c   193s| 47600 |   283 |632028 |  13.2 |  18M|  92 |  54 |2340 |3839 |2340 |1708 |  87 |  49k|7508 | 0.000000e+00 |      --      |    Inf 
192.94/193.05	c   193s| 47700 |   285 |633321 |  13.2 |  18M|  92 |  72 |2340 |3944 |2340 |1708 |  87 |  50k|7508 | 0.000000e+00 |      --      |    Inf 
193.34/193.43	c   193s| 47800 |   283 |634861 |  13.2 |  18M|  92 |   - |2340 |3940 |2340 |1708 |  87 |  50k|7515 | 0.000000e+00 |      --      |    Inf 
193.64/193.75	c   194s| 47900 |   281 |636119 |  13.2 |  18M|  92 |   - |2340 |3991 |2340 |1708 |  87 |  50k|7516 | 0.000000e+00 |      --      |    Inf 
194.05/194.10	c   194s| 48000 |   281 |637572 |  13.2 |  18M|  92 |  58 |2340 |3968 |2340 |1708 |  87 |  50k|7516 | 0.000000e+00 |      --      |    Inf 
194.44/194.55	c   195s| 48100 |   281 |639179 |  13.2 |  18M|  92 |  62 |2340 |3986 |2340 |1708 |  87 |  50k|7540 | 0.000000e+00 |      --      |    Inf 
194.74/194.90	c   195s| 48200 |   281 |640529 |  13.2 |  18M|  92 |  67 |2340 |4054 |2340 |1708 |  87 |  50k|7547 | 0.000000e+00 |      --      |    Inf 
195.15/195.25	c   195s| 48300 |   281 |641960 |  13.2 |  18M|  92 |   - |2340 |4104 |2340 |1708 |  87 |  50k|7547 | 0.000000e+00 |      --      |    Inf 
195.54/195.68	c   196s| 48400 |   283 |643449 |  13.2 |  18M|  92 |   - |2340 |4142 |2340 |1708 |  87 |  50k|7572 | 0.000000e+00 |      --      |    Inf 
195.84/196.00	c   196s| 48500 |   286 |644485 |  13.2 |  18M|  92 |  61 |2340 |4140 |2340 |1708 |  87 |  50k|7588 | 0.000000e+00 |      --      |    Inf 
196.24/196.33	c   196s| 48600 |   286 |645725 |  13.2 |  18M|  92 |   - |2340 |4230 |2340 |1708 |  87 |  50k|7589 | 0.000000e+00 |      --      |    Inf 
196.94/197.03	c   197s| 48700 |   286 |647669 |  13.2 |  18M|  92 |   - |2340 |4264 |2340 |1708 |  87 |  51k|7679 | 0.000000e+00 |      --      |    Inf 
197.24/197.39	c   197s| 48800 |   285 |648999 |  13.2 |  18M|  92 |   - |2340 |3859 |   0 |   0 |  87 |  51k|7698 | 0.000000e+00 |      --      |    Inf 
197.54/197.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.54/197.67	c   198s| 48900 |   287 |650049 |  13.2 |  18M|  92 |  77 |2340 |3744 |2340 |1708 |  87 |  51k|7700 | 0.000000e+00 |      --      |    Inf 
197.85/197.96	c   198s| 49000 |   287 |650969 |  13.2 |  18M|  92 |  72 |2340 |3849 |2340 |1708 |  87 |  51k|7700 | 0.000000e+00 |      --      |    Inf 
198.15/198.24	c   198s| 49100 |   285 |651763 |  13.2 |  18M|  92 |   - |2340 |3981 |2340 |1708 |  87 |  51k|7700 | 0.000000e+00 |      --      |    Inf 
198.45/198.51	c   199s| 49200 |   283 |652760 |  13.2 |  18M|  92 |  63 |2340 |3896 |2340 |1708 |  87 |  51k|7703 | 0.000000e+00 |      --      |    Inf 
198.74/198.84	c   199s| 49300 |   284 |653982 |  13.2 |  18M|  92 |  52 |2340 |3903 |2340 |1708 |  87 |  51k|7703 | 0.000000e+00 |      --      |    Inf 
199.04/199.15	c   199s| 49400 |   280 |655014 |  13.2 |  18M|  92 |   - |2340 |3984 |2340 |1708 |  87 |  51k|7705 | 0.000000e+00 |      --      |    Inf 
199.34/199.47	c   199s| 49500 |   281 |656187 |  13.2 |  18M|  92 |  57 |2340 |3957 |2340 |1708 |  87 |  51k|7705 | 0.000000e+00 |      --      |    Inf 
199.74/199.81	c   200s| 49600 |   281 |657322 |  13.2 |  18M|  92 |  69 |2340 |3980 |2340 |1708 |  87 |  51k|7705 | 0.000000e+00 |      --      |    Inf 
200.14/200.29	c   200s| 49700 |   282 |658661 |  13.2 |  18M|  92 |  56 |2340 |4118 |2340 |1708 |  87 |  51k|7756 | 0.000000e+00 |      --      |    Inf 
200.54/200.64	c   201s| 49800 |   282 |660267 |  13.2 |  18M|  92 |  47 |2340 |4139 |2340 |1708 |  87 |  52k|7760 | 0.000000e+00 |      --      |    Inf 
200.94/201.00	c   201s| 49900 |   279 |661918 |  13.2 |  18M|  92 |   - |2340 |4183 |2340 |1708 |  87 |  52k|7763 | 0.000000e+00 |      --      |    Inf 
201.24/201.34	c   201s| 50000 |   278 |663450 |  13.2 |  18M|  92 |  55 |2340 |4294 |2340 |1708 |  87 |  52k|7763 | 0.000000e+00 |      --      |    Inf 
201.54/201.67	c   202s| 50100 |   276 |664830 |  13.2 |  18M|  92 |   - |2340 |4426 |2340 |1708 |  87 |  52k|7763 | 0.000000e+00 |      --      |    Inf 
201.84/201.99	c   202s| 50200 |   278 |666275 |  13.2 |  18M|  92 |  53 |2340 |4337 |2340 |1708 |  87 |  52k|7764 | 0.000000e+00 |      --      |    Inf 
202.24/202.33	c   202s| 50300 |   280 |667746 |  13.2 |  18M|  92 |  56 |2340 |4280 |2340 |1708 |  87 |  52k|7764 | 0.000000e+00 |      --      |    Inf 
202.55/202.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.55/202.66	c   203s| 50400 |   280 |669133 |  13.2 |  18M|  92 |  54 |2340 |4346 |2340 |1708 |  87 |  52k|7764 | 0.000000e+00 |      --      |    Inf 
202.84/202.96	c   203s| 50500 |   278 |670346 |  13.2 |  18M|  92 |   - |2340 |4279 |2340 |1708 |  87 |  52k|7764 | 0.000000e+00 |      --      |    Inf 
203.14/203.28	c   203s| 50600 |   280 |671649 |  13.2 |  18M|  92 |   - |2340 |4214 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
203.44/203.59	c   204s| 50700 |   280 |672868 |  13.2 |  18M|  92 |  58 |2340 |4265 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
203.84/203.92	c   204s| 50800 |   280 |674102 |  13.2 |  18M|  92 |   - |2340 |4394 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
204.14/204.25	c   204s| 50900 |   282 |675499 |  13.2 |  18M|  92 |  70 |2340 |4515 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
204.54/204.60	c   205s| 51000 |   282 |677057 |  13.2 |  18M|  92 |   - |2340 |4613 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
204.85/204.95	c   205s| 51100 |   282 |678550 |  13.2 |  19M|  92 |   - |2340 |4735 |2340 |1708 |  87 |  53k|7766 | 0.000000e+00 |      --      |    Inf 
205.14/205.28	c   205s| 51200 |   282 |679782 |  13.2 |  19M|  92 |   - |2340 |4849 |2340 |1708 |  87 |  53k|7771 | 0.000000e+00 |      --      |    Inf 
205.54/205.62	c   206s| 51300 |   282 |681168 |  13.2 |  19M|  92 |  64 |2340 |4994 |2340 |1708 |  87 |  53k|7771 | 0.000000e+00 |      --      |    Inf 
205.85/205.97	c   206s| 51400 |   282 |682594 |  13.2 |  19M|  92 |   - |2340 |5156 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
206.24/206.31	c   206s| 51500 |   282 |684077 |  13.2 |  19M|  92 |  64 |2340 |5291 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
206.54/206.66	c   207s| 51600 |   282 |685509 |  13.2 |  19M|  92 |   - |2340 |5413 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
206.95/207.01	c   207s| 51700 |   280 |686913 |  13.2 |  19M|  92 |   - |2340 |5556 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
207.24/207.36	c   207s| 51800 |   282 |688339 |  13.2 |  19M|  92 |  59 |2340 |5635 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
207.64/207.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.64/207.72	c   208s| 51900 |   284 |689851 |  13.2 |  19M|  92 |  65 |2340 |5707 |2340 |1708 |  87 |  54k|7771 | 0.000000e+00 |      --      |    Inf 
207.94/208.06	c   208s| 52000 |   284 |691342 |  13.2 |  19M|  92 |  59 |2340 |5726 |2340 |1708 |  87 |  55k|7771 | 0.000000e+00 |      --      |    Inf 
208.34/208.40	c   208s| 52100 |   284 |692797 |  13.2 |  20M|  92 |  58 |2340 |5854 |2340 |1708 |  87 |  55k|7774 | 0.000000e+00 |      --      |    Inf 
208.64/208.76	c   209s| 52200 |   282 |694203 |  13.2 |  20M|  92 |  63 |2340 |5909 |2340 |1708 |  87 |  55k|7774 | 0.000000e+00 |      --      |    Inf 
209.04/209.13	c   209s| 52300 |   284 |695787 |  13.2 |  19M|  92 |  57 |2340 |5702 |2340 |1708 |  87 |  55k|7776 | 0.000000e+00 |      --      |    Inf 
209.34/209.48	c   209s| 52400 |   284 |697376 |  13.2 |  19M|  92 |   - |2340 |5666 |2340 |1708 |  87 |  55k|7776 | 0.000000e+00 |      --      |    Inf 
209.74/209.82	c   210s| 52500 |   284 |699036 |  13.2 |  19M|  92 |   - |2340 |5725 |2340 |1708 |  87 |  55k|7776 | 0.000000e+00 |      --      |    Inf 
210.04/210.16	c   210s| 52600 |   287 |700464 |  13.2 |  19M|  92 |  54 |2340 |5587 |2340 |1708 |  87 |  55k|7779 | 0.000000e+00 |      --      |    Inf 
210.44/210.51	c   211s| 52700 |   286 |702036 |  13.2 |  19M|  92 |  62 |2340 |5404 |2340 |1708 |  87 |  55k|7779 | 0.000000e+00 |      --      |    Inf 
210.74/210.87	c   211s| 52800 |   282 |703511 |  13.2 |  19M|  92 |   - |2340 |5405 |2340 |1708 |  87 |  56k|7779 | 0.000000e+00 |      --      |    Inf 
211.14/211.23	c   211s| 52900 |   284 |705296 |  13.3 |  19M|  92 |   - |2340 |5290 |2340 |1708 |  87 |  56k|7780 | 0.000000e+00 |      --      |    Inf 
211.44/211.58	c   212s| 53000 |   284 |706842 |  13.3 |  19M|  92 |  67 |2340 |5327 |2340 |1708 |  87 |  56k|7781 | 0.000000e+00 |      --      |    Inf 
211.84/211.93	c   212s| 53100 |   284 |708368 |  13.3 |  19M|  92 |  56 |2340 |5269 |2340 |1708 |  87 |  56k|7781 | 0.000000e+00 |      --      |    Inf 
212.14/212.25	c   212s| 53200 |   284 |709483 |  13.3 |  19M|  92 |  63 |2340 |5231 |2340 |1708 |  87 |  56k|7786 | 0.000000e+00 |      --      |    Inf 
212.44/212.60	c   213s| 53300 |   280 |710869 |  13.3 |  19M|  92 |   - |2340 |5189 |2340 |1708 |  87 |  56k|7786 | 0.000000e+00 |      --      |    Inf 
212.84/212.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.84/212.94	c   213s| 53400 |   280 |712363 |  13.3 |  19M|  92 |   - |2340 |5128 |2340 |1708 |  87 |  56k|7786 | 0.000000e+00 |      --      |    Inf 
213.14/213.29	c   213s| 53500 |   280 |713716 |  13.3 |  19M|  92 |   - |2340 |5055 |2340 |1708 |  87 |  56k|7786 | 0.000000e+00 |      --      |    Inf 
213.54/213.63	c   214s| 53600 |   280 |715163 |  13.3 |  19M|  92 |   - |2340 |5014 |2340 |1708 |  87 |  56k|7786 | 0.000000e+00 |      --      |    Inf 
213.94/214.05	c   214s| 53700 |   282 |716615 |  13.3 |  18M|  92 |   - |2340 |4546 |2340 |1708 |  87 |  56k|7812 | 0.000000e+00 |      --      |    Inf 
214.24/214.32	c   214s| 53800 |   283 |717833 |  13.3 |  18M|  92 |  59 |2340 |4375 |2340 |1708 |  87 |  56k|7812 | 0.000000e+00 |      --      |    Inf 
214.54/214.66	c   215s| 53900 |   281 |719290 |  13.3 |  18M|  92 |   - |2340 |4338 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
214.84/214.99	c   215s| 54000 |   281 |720681 |  13.3 |  18M|  92 |   - |2340 |4197 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
215.24/215.33	c   215s| 54100 |   285 |722131 |  13.3 |  18M|  92 |  57 |2340 |4011 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
215.54/215.61	c   216s| 54200 |   285 |723247 |  13.3 |  18M|  92 |  53 |2340 |3830 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
215.84/215.91	c   216s| 54300 |   284 |724449 |  13.3 |  18M|  92 |   - |2340 |3798 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
216.14/216.24	c   216s| 54400 |   284 |725824 |  13.3 |  18M|  92 |   - |2340 |3892 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
216.54/216.60	c   217s| 54500 |   284 |727370 |  13.3 |  18M|  92 |   - |2340 |4014 |2340 |1708 |  87 |  57k|7812 | 0.000000e+00 |      --      |    Inf 
216.84/216.92	c   217s| 54600 |   284 |728729 |  13.3 |  18M|  92 |  62 |2340 |4015 |2340 |1708 |  87 |  57k|7816 | 0.000000e+00 |      --      |    Inf 
217.14/217.21	c   217s| 54700 |   282 |729952 |  13.3 |  18M|  92 |   - |2340 |3881 |2340 |1708 |  87 |  57k|7816 | 0.000000e+00 |      --      |    Inf 
217.44/217.54	c   218s| 54800 |   284 |731459 |  13.3 |  18M|  92 |  52 |2340 |3797 |2340 |1708 |  87 |  57k|7816 | 0.000000e+00 |      --      |    Inf 
217.95/218.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.95/218.07	c   218s| 54900 |   286 |732950 |  13.3 |  18M|  92 |  55 |2340 |3726 |2340 |1708 |  87 |  57k|7871 | 0.000000e+00 |      --      |    Inf 
218.33/218.45	c   218s| 55000 |   286 |734437 |  13.3 |  18M|  92 |   - |2340 |3815 |2340 |1708 |  87 |  58k|7882 | 0.000000e+00 |      --      |    Inf 
218.64/218.79	c   219s| 55100 |   286 |735807 |  13.3 |  18M|  92 |   - |2340 |3888 |2340 |1708 |  87 |  58k|7886 | 0.000000e+00 |      --      |    Inf 
219.05/219.14	c   219s| 55200 |   288 |737252 |  13.3 |  18M|  92 |  61 |2340 |3744 |2340 |1708 |  87 |  58k|7894 | 0.000000e+00 |      --      |    Inf 
219.34/219.49	c   219s| 55300 |   288 |738729 |  13.3 |  18M|  92 |   - |2340 |3669 |2340 |1708 |  87 |  58k|7902 | 0.000000e+00 |      --      |    Inf 
219.74/219.85	c   220s| 55400 |   290 |739950 |  13.3 |  18M|  92 |   - |2340 |3680 |2340 |1708 |  87 |  58k|7921 | 0.000000e+00 |      --      |    Inf 
220.04/220.19	c   220s| 55500 |   291 |741355 |  13.3 |  18M|  92 |  51 |2340 |3745 |2340 |1708 |  87 |  58k|7923 | 0.000000e+00 |      --      |    Inf 
220.44/220.51	c   221s| 55600 |   291 |742723 |  13.3 |  18M|  92 |  70 |2340 |3778 |2340 |1708 |  87 |  58k|7923 | 0.000000e+00 |      --      |    Inf 
220.74/220.84	c   221s| 55700 |   289 |744129 |  13.3 |  18M|  92 |   - |2340 |3835 |2340 |1708 |  87 |  58k|7923 | 0.000000e+00 |      --      |    Inf 
221.04/221.19	c   221s| 55800 |   289 |745536 |  13.3 |  18M|  92 |   - |2340 |3876 |2340 |1708 |  87 |  58k|7927 | 0.000000e+00 |      --      |    Inf 
221.44/221.51	c   222s| 55900 |   291 |746850 |  13.3 |  18M|  92 |   - |2340 |4043 |2340 |1708 |  87 |  58k|7927 | 0.000000e+00 |      --      |    Inf 
221.73/221.84	c   222s| 56000 |   291 |748169 |  13.3 |  18M|  92 |   - |2340 |4166 |2340 |1708 |  87 |  58k|7929 | 0.000000e+00 |      --      |    Inf 
222.14/222.20	c   222s| 56100 |   293 |749489 |  13.3 |  18M|  92 |   - |2340 |4213 |2340 |1708 |  87 |  59k|7944 | 0.000000e+00 |      --      |    Inf 
222.45/222.56	c   223s| 56200 |   295 |750913 |  13.3 |  18M|  92 |  61 |2340 |4353 |2340 |1708 |  87 |  59k|7953 | 0.000000e+00 |      --      |    Inf 
222.74/222.89	c   223s| 56300 |   295 |752314 |  13.3 |  18M|  92 |  62 |2340 |4479 |2340 |1708 |  87 |  59k|7954 | 0.000000e+00 |      --      |    Inf 
223.14/223.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.14/223.24	c   223s| 56400 |   295 |753532 |  13.3 |  19M|  92 |   - |2340 |4634 |2340 |1708 |  87 |  59k|7967 | 0.000000e+00 |      --      |    Inf 
223.45/223.57	c   224s| 56500 |   295 |754876 |  13.3 |  19M|  92 |   - |2340 |4710 |2340 |1708 |  87 |  59k|7968 | 0.000000e+00 |      --      |    Inf 
223.83/223.91	c   224s| 56600 |   297 |756307 |  13.3 |  19M|  92 |  58 |2340 |4739 |2340 |1708 |  87 |  59k|7969 | 0.000000e+00 |      --      |    Inf 
224.14/224.26	c   224s| 56700 |   293 |757648 |  13.3 |  19M|  92 |   - |2340 |4785 |2340 |1708 |  87 |  59k|7971 | 0.000000e+00 |      --      |    Inf 
224.43/224.59	c   225s| 56800 |   292 |758942 |  13.3 |  19M|  92 |  66 |2340 |4757 |2340 |1708 |  87 |  59k|7971 | 0.000000e+00 |      --      |    Inf 
224.84/224.93	c   225s| 56900 |   290 |760185 |  13.3 |  18M|  92 |   - |2340 |4529 |2340 |1708 |  87 |  60k|7976 | 0.000000e+00 |      --      |    Inf 
225.14/225.28	c   225s| 57000 |   290 |761542 |  13.3 |  18M|  92 |  71 |2340 |4435 |2340 |1708 |  87 |  60k|7976 | 0.000000e+00 |      --      |    Inf 
225.54/225.61	c   226s| 57100 |   290 |762814 |  13.3 |  18M|  92 |   - |2340 |4512 |2340 |1708 |  87 |  60k|7976 | 0.000000e+00 |      --      |    Inf 
225.83/225.98	c   226s| 57200 |   286 |764396 |  13.3 |  18M|  92 |   - |2340 |4529 |2340 |1708 |  87 |  60k|7976 | 0.000000e+00 |      --      |    Inf 
226.14/226.26	c   226s| 57300 |   283 |765491 |  13.3 |  18M|  92 |   - |2340 |4153 |2340 |1708 |  87 |  60k|7977 | 0.000000e+00 |      --      |    Inf 
226.54/226.62	c   227s| 57400 |   283 |767156 |  13.3 |  18M|  92 |   - |2340 |4279 |2340 |1708 |  87 |  60k|7979 | 0.000000e+00 |      --      |    Inf 
226.84/226.96	c   227s| 57500 |   283 |768718 |  13.3 |  18M|  92 |  58 |2340 |4288 |2340 |1708 |  87 |  60k|7979 | 0.000000e+00 |      --      |    Inf 
227.13/227.28	c   227s| 57600 |   283 |769979 |  13.3 |  18M|  92 |   - |2340 |4199 |2340 |1708 |  87 |  60k|7979 | 0.000000e+00 |      --      |    Inf 
227.44/227.58	c   228s| 57700 |   283 |771176 |  13.3 |  18M|  92 |   - |2340 |4194 |2340 |1708 |  87 |  60k|7980 | 0.000000e+00 |      --      |    Inf 
227.85/227.90	c   228s| 57800 |   283 |772482 |  13.3 |  18M|  92 |   - |2340 |4231 |2340 |1708 |  87 |  60k|7981 | 0.000000e+00 |      --      |    Inf 
228.13/228.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.13/228.22	c   228s| 57900 |   285 |773754 |  13.3 |  18M|  92 |  60 |2340 |4291 |2340 |1708 |  87 |  60k|7981 | 0.000000e+00 |      --      |    Inf 
228.44/228.55	c   229s| 58000 |   285 |775113 |  13.3 |  18M|  92 |   - |2340 |4428 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
228.74/228.88	c   229s| 58100 |   284 |776681 |  13.3 |  18M|  92 |  67 |2340 |4458 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
229.13/229.23	c   229s| 58200 |   284 |778380 |  13.3 |  18M|  92 |  64 |2340 |4547 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
229.43/229.54	c   230s| 58300 |   286 |779798 |  13.3 |  19M|  92 |  52 |2340 |4640 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
229.74/229.88	c   230s| 58400 |   286 |781319 |  13.3 |  19M|  92 |  52 |2340 |4713 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
230.15/230.24	c   230s| 58500 |   284 |782952 |  13.3 |  19M|  92 |   - |2340 |4720 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
230.43/230.57	c   231s| 58600 |   284 |784333 |  13.3 |  19M|  92 |   - |2340 |4814 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
230.84/230.90	c   231s| 58700 |   284 |785812 |  13.3 |  19M|  92 |   - |2340 |4823 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
231.14/231.25	c   231s| 58800 |   286 |787327 |  13.3 |  19M|  92 |   - |2340 |4947 |2340 |1708 |  87 |  61k|7981 | 0.000000e+00 |      --      |    Inf 
231.44/231.58	c   232s| 58900 |   286 |788771 |  13.3 |  19M|  92 |  70 |2340 |5029 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
231.84/231.95	c   232s| 59000 |   286 |790386 |  13.3 |  19M|  92 |  60 |2340 |5158 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
232.24/232.30	c   232s| 59100 |   284 |791886 |  13.3 |  19M|  92 |   - |2340 |5291 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
232.54/232.65	c   233s| 59200 |   284 |793430 |  13.3 |  19M|  92 |   - |2340 |5423 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
232.83/232.99	c   233s| 59300 |   284 |794721 |  13.3 |  19M|  92 |   - |2340 |5529 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
233.23/233.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.23/233.35	c   233s| 59400 |   284 |796196 |  13.3 |  19M|  92 |  64 |2340 |5623 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
233.54/233.69	c   234s| 59500 |   284 |797598 |  13.3 |  20M|  92 |   - |2340 |5675 |2340 |1708 |  87 |  62k|7981 | 0.000000e+00 |      --      |    Inf 
233.94/234.06	c   234s| 59600 |   286 |798751 |  13.3 |  20M|  92 |  63 |2340 |5667 |2340 |1708 |  87 |  62k|8000 | 0.000000e+00 |      --      |    Inf 
234.23/234.38	c   234s| 59700 |   285 |799916 |  13.3 |  19M|  92 |   - |2340 |5305 |2340 |1708 |  87 |  63k|8002 | 0.000000e+00 |      --      |    Inf 
234.64/234.71	c   235s| 59800 |   286 |801164 |  13.3 |  19M|  92 |  63 |2340 |5307 |2340 |1708 |  87 |  63k|8012 | 0.000000e+00 |      --      |    Inf 
234.94/235.07	c   235s| 59900 |   282 |802444 |  13.3 |  19M|  92 |  67 |2340 |5252 |2340 |1708 |  87 |  63k|8021 | 0.000000e+00 |      --      |    Inf 
235.34/235.42	c   235s| 60000 |   281 |803856 |  13.3 |  19M|  92 |  78 |2340 |5185 |2340 |1708 |  87 |  63k|8021 | 0.000000e+00 |      --      |    Inf 
235.83/235.97	c   236s| 60100 |   299 |804998 |  13.3 |  19M|  92 |   - |2340 |4988 |2340 |1708 |  87 |  63k|8106 | 0.000000e+00 |      --      |    Inf 
236.23/236.35	c   236s| 60200 |   283 |806255 |  13.3 |  19M|  92 |   - |2340 |4971 |2340 |1708 |  87 |  63k|8121 | 0.000000e+00 |      --      |    Inf 
236.64/236.72	c   237s| 60300 |   281 |807637 |  13.3 |  18M|  92 |  67 |2340 |4710 |2340 |1708 |  87 |  63k|8128 | 0.000000e+00 |      --      |    Inf 
236.93/237.06	c   237s| 60400 |   281 |808827 |  13.3 |  18M|  92 |   - |2340 |4738 |2340 |1708 |  87 |  63k|8136 | 0.000000e+00 |      --      |    Inf 
237.33/237.41	c   237s| 60500 |   280 |810234 |  13.3 |  18M|  92 |  67 |2340 |4431 |2340 |1708 |  87 |  63k|8138 | 0.000000e+00 |      --      |    Inf 
237.64/237.75	c   238s| 60600 |   282 |811640 |  13.3 |  18M|  92 |  56 |2340 |4456 |2340 |1708 |  87 |  63k|8138 | 0.000000e+00 |      --      |    Inf 
238.03/238.11	c   238s| 60700 |   288 |813135 |  13.3 |  18M|  92 |   - |2340 |4531 |2340 |1708 |  87 |  63k|8140 | 0.000000e+00 |      --      |    Inf 
238.44/238.52	c   239s| 60800 |   284 |814562 |  13.3 |  18M|  92 |   - |2340 |4588 |2340 |1708 |  87 |  64k|8165 | 0.000000e+00 |      --      |    Inf 
238.84/238.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.84/238.92	c   239s| 60900 |   280 |816120 |  13.3 |  18M|  92 |   - |2340 |4509 |2340 |1708 |  87 |  64k|8170 | 0.000000e+00 |      --      |    Inf 
239.13/239.26	c   239s| 61000 |   280 |817479 |  13.3 |  18M|  92 |   - |2340 |4455 |2340 |1708 |  87 |  64k|8172 | 0.000000e+00 |      --      |    Inf 
239.44/239.58	c   240s| 61100 |   279 |818602 |  13.3 |  18M|  92 |   - |2340 |4233 |2340 |1708 |  87 |  64k|8173 | 0.000000e+00 |      --      |    Inf 
239.73/239.86	c   240s| 61200 |   279 |819720 |  13.3 |  18M|  92 |   - |2340 |3939 |2340 |1708 |  87 |  64k|8173 | 0.000000e+00 |      --      |    Inf 
240.04/240.17	c   240s| 61300 |   281 |820996 |  13.3 |  18M|  92 |  63 |2340 |3956 |2340 |1708 |  87 |  64k|8173 | 0.000000e+00 |      --      |    Inf 
240.43/240.52	c   241s| 61400 |   281 |822394 |  13.3 |  18M|  92 |  63 |2340 |4081 |2340 |1708 |  87 |  64k|8177 | 0.000000e+00 |      --      |    Inf 
240.74/240.86	c   241s| 61500 |   278 |823877 |  13.3 |  18M|  92 |  60 |2340 |4117 |2340 |1708 |  87 |  64k|8177 | 0.000000e+00 |      --      |    Inf 
241.04/241.18	c   241s| 61600 |   280 |825143 |  13.3 |  18M|  92 |  55 |2340 |4148 |2340 |1708 |  87 |  64k|8177 | 0.000000e+00 |      --      |    Inf 
241.43/241.52	c   242s| 61700 |   278 |826528 |  13.3 |  18M|  92 |  53 |2340 |4237 |2340 |1708 |  87 |  65k|8177 | 0.000000e+00 |      --      |    Inf 
241.74/241.87	c   242s| 61800 |   278 |827999 |  13.3 |  18M|  92 |  63 |2340 |4322 |2340 |1708 |  87 |  65k|8177 | 0.000000e+00 |      --      |    Inf 
242.14/242.21	c   242s| 61900 |   277 |829382 |  13.3 |  18M|  92 |   - |2340 |4378 |2340 |1708 |  87 |  65k|8177 | 0.000000e+00 |      --      |    Inf 
242.43/242.56	c   243s| 62000 |   279 |830849 |  13.3 |  18M|  92 |  62 |2340 |4432 |2340 |1708 |  87 |  65k|8177 | 0.000000e+00 |      --      |    Inf 
242.83/242.92	c   243s| 62100 |   277 |832355 |  13.3 |  18M|  92 |  72 |2340 |4526 |2340 |1708 |  87 |  65k|8178 | 0.000000e+00 |      --      |    Inf 
243.13/243.25	c   243s| 62200 |   279 |833674 |  13.3 |  18M|  92 |  59 |2340 |4583 |2340 |1708 |  87 |  65k|8178 | 0.000000e+00 |      --      |    Inf 
243.43/243.57	c   244s| 62300 |   279 |834980 |  13.3 |  18M|  92 |  67 |2340 |4671 |2340 |1708 |  87 |  65k|8178 | 0.000000e+00 |      --      |    Inf 
243.83/243.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.83/243.91	c   244s| 62400 |   279 |836366 |  13.3 |  19M|  92 |  71 |2340 |4723 |2340 |1708 |  87 |  65k|8179 | 0.000000e+00 |      --      |    Inf 
244.14/244.25	c   244s| 62500 |   279 |837678 |  13.3 |  18M|  92 |   - |2340 |4493 |2340 |1708 |  87 |  65k|8179 | 0.000000e+00 |      --      |    Inf 
244.44/244.59	c   245s| 62600 |   281 |839086 |  13.3 |  18M|  92 |   - |2340 |4363 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
244.84/244.92	c   245s| 62700 |   281 |840598 |  13.3 |  18M|  92 |   - |2340 |4372 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
245.14/245.26	c   245s| 62800 |   282 |841951 |  13.3 |  18M|  92 |  58 |2340 |4381 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
245.44/245.58	c   246s| 62900 |   282 |843233 |  13.3 |  18M|  92 |  47 |2340 |4406 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
245.73/245.89	c   246s| 63000 |   280 |844599 |  13.3 |  18M|  92 |   - |2340 |4410 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
246.14/246.22	c   246s| 63100 |   282 |846038 |  13.3 |  18M|  92 |  50 |2340 |4386 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
246.43/246.53	c   247s| 63200 |   282 |847421 |  13.3 |  18M|  92 |  68 |2340 |4428 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
246.74/246.89	c   247s| 63300 |   280 |848906 |  13.3 |  18M|  92 |   - |2340 |4525 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
247.14/247.23	c   247s| 63400 |   282 |850407 |  13.3 |  18M|  92 |  59 |2340 |4631 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
247.43/247.57	c   248s| 63500 |   284 |851919 |  13.4 |  19M|  92 |   - |2340 |4753 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
247.83/247.92	c   248s| 63600 |   284 |853332 |  13.4 |  19M|  92 |   - |2340 |4792 |2340 |1708 |  87 |  66k|8179 | 0.000000e+00 |      --      |    Inf 
248.13/248.26	c   248s| 63700 |   282 |854747 |  13.4 |  19M|  92 |   - |2340 |4862 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
248.44/248.59	c   249s| 63800 |   282 |856162 |  13.4 |  19M|  92 |   - |2340 |4929 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
248.84/248.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.84/248.95	c   249s| 63900 |   282 |857717 |  13.4 |  19M|  92 |  61 |2340 |5007 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
249.24/249.31	c   249s| 64000 |   280 |859269 |  13.4 |  19M|  92 |   - |2340 |5093 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
249.54/249.64	c   250s| 64100 |   281 |860580 |  13.4 |  19M|  92 |   - |2340 |4870 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
249.84/249.99	c   250s| 64200 |   281 |862013 |  13.4 |  19M|  92 |  66 |2340 |4831 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
250.23/250.34	c   250s| 64300 |   281 |863515 |  13.4 |  19M|  92 |   - |2340 |4791 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
250.54/250.65	c   251s| 64400 |   280 |864739 |  13.4 |  18M|  92 |   - |2340 |4429 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
250.94/251.00	c   251s| 64500 |   280 |866173 |  13.4 |  18M|  92 |   - |2340 |4387 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
251.23/251.35	c   251s| 64600 |   280 |867615 |  13.4 |  18M|  92 |   - |2340 |4434 |2340 |1708 |  87 |  67k|8179 | 0.000000e+00 |      --      |    Inf 
251.53/251.63	c   252s| 64700 |   281 |868760 |  13.4 |  18M|  92 |  58 |2340 |4201 |2340 |1708 |  87 |  68k|8179 | 0.000000e+00 |      --      |    Inf 
251.83/251.97	c   252s| 64800 |   280 |870270 |  13.4 |  18M|  92 |   - |2340 |4139 |2340 |1708 |  87 |  68k|8180 | 0.000000e+00 |      --      |    Inf 
252.14/252.28	c   252s| 64900 |   280 |871563 |  13.4 |  18M|  92 |   - |2340 |4034 |2340 |1708 |  87 |  68k|8181 | 0.000000e+00 |      --      |    Inf 
252.53/252.66	c   253s| 65000 |   288 |873145 |  13.4 |  18M|  92 |  62 |2340 |3952 |2340 |1708 |  87 |  68k|8195 | 0.000000e+00 |      --      |    Inf 
253.04/253.16	c   253s| 65100 |   282 |875005 |  13.4 |  18M|  92 |  59 |2340 |3981 |2340 |1708 |  87 |  68k|8229 | 0.000000e+00 |      --      |    Inf 
253.43/253.53	c   254s| 65200 |   281 |876730 |  13.4 |  18M|  92 |   - |2340 |4031 |2340 |1708 |  87 |  68k|8241 | 0.000000e+00 |      --      |    Inf 
253.74/253.87	c   254s| 65300 |   279 |878223 |  13.4 |  18M|  92 |   - |2340 |4095 |2340 |1708 |  87 |  68k|8247 | 0.000000e+00 |      --      |    Inf 
254.13/254.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.13/254.22	c   254s| 65400 |   283 |879960 |  13.4 |  18M|  92 |  62 |2340 |4191 |2340 |1708 |  87 |  68k|8247 | 0.000000e+00 |      --      |    Inf 
254.44/254.59	c   255s| 65500 |   281 |881823 |  13.4 |  18M|  92 |   - |2340 |4267 |2340 |1708 |  87 |  68k|8253 | 0.000000e+00 |      --      |    Inf 
254.83/254.97	c   255s| 65600 |   287 |883553 |  13.4 |  18M|  92 |  66 |2340 |4298 |2340 |1708 |  87 |  68k|8259 | 0.000000e+00 |      --      |    Inf 
255.23/255.31	c   255s| 65700 |   286 |885011 |  13.4 |  18M|  92 |   - |2340 |4311 |   0 |   0 |  87 |  68k|8259 | 0.000000e+00 |      --      |    Inf 
255.54/255.63	c   256s| 65800 |   286 |886259 |  13.4 |  18M|  92 |   - |2340 |4482 |2340 |1708 |  87 |  69k|8260 | 0.000000e+00 |      --      |    Inf 
255.83/255.96	c   256s| 65900 |   290 |887460 |  13.4 |  19M|  92 |  61 |2340 |4718 |2340 |1708 |  87 |  69k|8260 | 0.000000e+00 |      --      |    Inf 
256.13/256.29	c   256s| 66000 |   291 |888870 |  13.4 |  19M|  92 |   - |2340 |4910 |2340 |1708 |  87 |  69k|8260 | 0.000000e+00 |      --      |    Inf 
256.54/256.61	c   257s| 66100 |   286 |890065 |  13.4 |  19M|  92 |   - |2340 |5101 |2340 |1708 |  87 |  69k|8260 | 0.000000e+00 |      --      |    Inf 
256.83/256.96	c   257s| 66200 |   288 |891435 |  13.4 |  19M|  92 |   - |2340 |5383 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
257.13/257.29	c   257s| 66300 |   289 |892591 |  13.4 |  20M|  92 |  53 |2340 |5542 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
257.54/257.61	c   258s| 66400 |   289 |893779 |  13.4 |  20M|  92 |  71 |2340 |5652 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
257.83/257.93	c   258s| 66500 |   289 |894894 |  13.4 |  20M|  92 |  62 |2340 |5738 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
258.14/258.24	c   258s| 66600 |   289 |896050 |  13.4 |  20M|  92 |   - |2340 |5765 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
258.43/258.56	c   259s| 66700 |   287 |897234 |  13.4 |  20M|  92 |   - |2340 |5837 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
258.74/258.89	c   259s| 66800 |   287 |898522 |  13.4 |  20M|  92 |   - |2340 |5957 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
259.14/259.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.14/259.24	c   259s| 66900 |   287 |899672 |  13.4 |  20M|  92 |   - |2340 |5990 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
259.43/259.59	c   260s| 67000 |   287 |900958 |  13.4 |  20M|  92 |  67 |2340 |6016 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
259.84/259.95	c   260s| 67100 |   287 |902388 |  13.4 |  20M|  92 |   - |2340 |5973 |2340 |1708 |  87 |  70k|8260 | 0.000000e+00 |      --      |    Inf 
260.23/260.35	c   260s| 67200 |   286 |903701 |  13.4 |  20M|  92 |  73 |2340 |5921 |2340 |1708 |  87 |  71k|8274 | 0.000000e+00 |      --      |    Inf 
260.53/260.69	c   261s| 67300 |   287 |904914 |  13.4 |  20M|  92 |   - |2340 |5898 |2340 |1708 |  87 |  71k|8275 | 0.000000e+00 |      --      |    Inf 
260.94/261.03	c   261s| 67400 |   283 |905841 |  13.4 |  20M|  92 |   - |2340 |6046 |2340 |1708 |  87 |  71k|8281 | 0.000000e+00 |      --      |    Inf 
261.24/261.36	c   261s| 67500 |   283 |906930 |  13.4 |  20M|  92 |   - |2340 |6270 |2340 |1708 |  87 |  71k|8281 | 0.000000e+00 |      --      |    Inf 
261.53/261.67	c   262s| 67600 |   281 |907990 |  13.4 |  21M|  92 |   - |2340 |6557 |2340 |1708 |  87 |  71k|8281 | 0.000000e+00 |      --      |    Inf 
261.94/262.00	c   262s| 67700 |   283 |909274 |  13.4 |  21M|  92 |  58 |2340 |6651 |2340 |1708 |  87 |  71k|8281 | 0.000000e+00 |      --      |    Inf 
262.23/262.35	c   262s| 67800 |   283 |910779 |  13.4 |  21M|  92 |  58 |2340 |6758 |2340 |1708 |  87 |  72k|8281 | 0.000000e+00 |      --      |    Inf 
262.53/262.67	c   263s| 67900 |   283 |912201 |  13.4 |  21M|  92 |   - |2340 |6834 |2340 |1708 |  87 |  72k|8281 | 0.000000e+00 |      --      |    Inf 
262.93/263.02	c   263s| 68000 |   282 |913727 |  13.4 |  21M|  92 |   - |2340 |6905 |2340 |1708 |  87 |  72k|8281 | 0.000000e+00 |      --      |    Inf 
263.33/263.49	c   263s| 68100 |   286 |915358 |  13.4 |  21M|  92 |   - |2340 |6928 |2340 |1708 |  87 |  72k|8308 | 0.000000e+00 |      --      |    Inf 
263.73/263.83	c   264s| 68200 |   282 |916710 |  13.4 |  21M|  92 |   - |2340 |6949 |2340 |1708 |  87 |  72k|8311 | 0.000000e+00 |      --      |    Inf 
264.13/264.27	c   264s| 68300 |   286 |918057 |  13.4 |  21M|  92 |  62 |2340 |6940 |2340 |1708 |  87 |  72k|8341 | 0.000000e+00 |      --      |    Inf 
264.53/264.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.53/264.62	c   265s| 68400 |   283 |919493 |  13.4 |  20M|  92 |   - |2340 |6569 |2340 |1708 |  87 |  72k|8341 | 0.000000e+00 |      --      |    Inf 
264.93/265.01	c   265s| 68500 |   284 |920755 |  13.4 |  20M|  92 |  59 |2340 |6430 |2340 |1708 |  87 |  72k|8361 | 0.000000e+00 |      --      |    Inf 
265.33/265.41	c   265s| 68600 |   283 |921937 |  13.4 |  20M|  92 |   - |2340 |6392 |2340 |1708 |  87 |  72k|8383 | 0.000000e+00 |      --      |    Inf 
265.63/265.77	c   266s| 68700 |   283 |923208 |  13.4 |  20M|  92 |   - |2340 |6347 |2340 |1708 |  87 |  72k|8393 | 0.000000e+00 |      --      |    Inf 
266.03/266.13	c   266s| 68800 |   281 |924432 |  13.4 |  20M|  92 |   - |2340 |6341 |2340 |1708 |  87 |  73k|8401 | 0.000000e+00 |      --      |    Inf 
266.44/266.51	c   267s| 68900 |   286 |925639 |  13.4 |  20M|  92 |  57 |2340 |6208 |2340 |1708 |  87 |  73k|8424 | 0.000000e+00 |      --      |    Inf 
266.83/266.90	c   267s| 69000 |   283 |926957 |  13.4 |  20M|  92 |  61 |2340 |6205 |2340 |1708 |  87 |  73k|8441 | 0.000000e+00 |      --      |    Inf 
267.23/267.32	c   267s| 69100 |   285 |928441 |  13.4 |  19M|  92 |   - |2340 |5963 |2340 |1708 |  87 |  73k|8471 | 0.000000e+00 |      --      |    Inf 
267.63/267.72	c   268s| 69200 |   285 |929651 |  13.4 |  19M|  92 |  41 |2340 |5771 |2340 |1708 |  87 |  73k|8497 | 0.000000e+00 |      --      |    Inf 
267.93/268.09	c   268s| 69300 |   281 |930958 |  13.4 |  19M|  92 |   - |2340 |5710 |2340 |1708 |  87 |  73k|8514 | 0.000000e+00 |      --      |    Inf 
268.33/268.47	c   268s| 69400 |   283 |932472 |  13.4 |  19M|  92 |  65 |2340 |5739 |2340 |1708 |  87 |  73k|8522 | 0.000000e+00 |      --      |    Inf 
268.83/268.90	c   269s| 69500 |   281 |933816 |  13.4 |  19M|  92 |  76 |2340 |5699 |2340 |1708 |  87 |  73k|8547 | 0.000000e+00 |      --      |    Inf 
269.13/269.26	c   269s| 69600 |   281 |935154 |  13.4 |  19M|  92 |   - |2340 |5460 |2340 |1708 |  87 |  73k|8555 | 0.000000e+00 |      --      |    Inf 
269.43/269.57	c   270s| 69700 |   284 |936279 |  13.4 |  19M|  92 |  61 |2340 |5364 |2340 |1708 |  87 |  73k|8559 | 0.000000e+00 |      --      |    Inf 
269.83/269.91	c   270s| 69800 |   282 |937605 |  13.4 |  19M|  92 |   - |2340 |5395 |2340 |1708 |  87 |  73k|8559 | 0.000000e+00 |      --      |    Inf 
270.13/270.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.13/270.23	c   270s| 69900 |   281 |938890 |  13.4 |  19M|  92 |   - |2340 |5382 |2340 |1708 |  87 |  73k|8560 | 0.000000e+00 |      --      |    Inf 
270.43/270.56	c   271s| 70000 |   281 |940254 |  13.4 |  19M|  92 |   - |2340 |5385 |2340 |1708 |  87 |  73k|8560 | 0.000000e+00 |      --      |    Inf 
270.74/270.88	c   271s| 70100 |   281 |941545 |  13.4 |  19M|  92 |  71 |2340 |5364 |2340 |1708 |  87 |  73k|8560 | 0.000000e+00 |      --      |    Inf 
271.13/271.23	c   271s| 70200 |   283 |942918 |  13.4 |  19M|  92 |   - |2340 |5253 |2340 |1708 |  87 |  74k|8563 | 0.000000e+00 |      --      |    Inf 
271.53/271.61	c   272s| 70300 |   282 |944333 |  13.4 |  18M|  92 |   - |2340 |4934 |2340 |1708 |  87 |  74k|8576 | 0.000000e+00 |      --      |    Inf 
271.83/271.95	c   272s| 70400 |   282 |945814 |  13.4 |  19M|  92 |  73 |2340 |4973 |2340 |1708 |  87 |  74k|8579 | 0.000000e+00 |      --      |    Inf 
272.23/272.30	c   272s| 70500 |   286 |947189 |  13.4 |  18M|  92 |  45 |2340 |4688 |2340 |1708 |  87 |  74k|8592 | 0.000000e+00 |      --      |    Inf 
272.53/272.66	c   273s| 70600 |   283 |948527 |  13.4 |  18M|  92 |  80 |2340 |4531 |2340 |1708 |  87 |  74k|8606 | 0.000000e+00 |      --      |    Inf 
272.93/273.05	c   273s| 70700 |   283 |950111 |  13.4 |  18M|  92 |  56 |2340 |4579 |2340 |1708 |  87 |  74k|8611 | 0.000000e+00 |      --      |    Inf 
273.33/273.48	c   273s| 70800 |   281 |951683 |  13.4 |  18M|  92 |  68 |2340 |4533 |2340 |1708 |  87 |  74k|8634 | 0.000000e+00 |      --      |    Inf 
273.83/273.92	c   274s| 70900 |   280 |953169 |  13.4 |  18M|  92 |   - |2340 |4317 |2340 |1708 |  87 |  74k|8661 | 0.000000e+00 |      --      |    Inf 
274.33/274.41	c   274s| 71000 |   279 |954335 |  13.4 |  18M|  92 |   - |2340 |4247 |2340 |1708 |  87 |  74k|8732 | 0.000000e+00 |      --      |    Inf 
274.63/274.75	c   275s| 71100 |   281 |955605 |  13.4 |  18M|  92 |   - |2340 |4328 |2340 |1708 |  87 |  74k|8732 | 0.000000e+00 |      --      |    Inf 
275.14/275.23	c   275s| 71200 |   280 |957111 |  13.4 |  18M|  92 |  66 |2340 |4240 |2340 |1708 |  87 |  74k|8767 | 0.000000e+00 |      --      |    Inf 
275.53/275.63	c   276s| 71300 |   279 |958121 |  13.4 |  18M|  92 |   - |2340 |4251 |2340 |1708 |  87 |  74k|8809 | 0.000000e+00 |      --      |    Inf 
275.93/276.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.93/276.00	c   276s| 71400 |   277 |959512 |  13.4 |  18M|  92 |   - |2340 |4152 |2340 |1708 |  87 |  74k|8822 | 0.000000e+00 |      --      |    Inf 
276.24/276.32	c   276s| 71500 |   277 |960908 |  13.4 |  18M|  92 |   - |2340 |4095 |2340 |1708 |  87 |  74k|8822 | 0.000000e+00 |      --      |    Inf 
276.63/276.71	c   277s| 71600 |   277 |962476 |  13.4 |  18M|  92 |   - |2340 |4154 |2340 |1708 |  87 |  74k|8826 | 0.000000e+00 |      --      |    Inf 
276.93/277.08	c   277s| 71700 |   275 |963969 |  13.4 |  18M|  92 |   - |2340 |4037 |   0 |   0 |  87 |  75k|8840 | 0.000000e+00 |      --      |    Inf 
277.34/277.44	c   277s| 71800 |   273 |965454 |  13.4 |  18M|  92 |  73 |2340 |3992 |2340 |1708 |  87 |  75k|8843 | 0.000000e+00 |      --      |    Inf 
277.63/277.77	c   278s| 71900 |   275 |966781 |  13.4 |  18M|  92 |  57 |2340 |3992 |2340 |1708 |  87 |  75k|8844 | 0.000000e+00 |      --      |    Inf 
278.02/278.12	c   278s| 72000 |   275 |968275 |  13.4 |  18M|  92 |   - |2340 |4013 |2340 |1708 |  87 |  75k|8847 | 0.000000e+00 |      --      |    Inf 
278.33/278.49	c   278s| 72100 |   275 |969625 |  13.4 |  18M|  92 |  58 |2340 |4025 |2340 |1708 |  87 |  75k|8853 | 0.000000e+00 |      --      |    Inf 
278.82/278.97	c   279s| 72200 |   273 |970734 |  13.4 |  18M|  92 |   - |2340 |3938 |2340 |1708 |  87 |  75k|8912 | 0.000000e+00 |      --      |    Inf 
279.23/279.34	c   279s| 72300 |   273 |972219 |  13.4 |  18M|  92 |   - |2340 |3983 |2340 |1708 |  87 |  75k|8914 | 0.000000e+00 |      --      |    Inf 
279.54/279.68	c   280s| 72400 |   273 |973717 |  13.4 |  18M|  92 |   - |2340 |3943 |2340 |1708 |  87 |  75k|8914 | 0.000000e+00 |      --      |    Inf 
279.93/280.02	c   280s| 72500 |   273 |975316 |  13.4 |  18M|  92 |   - |2340 |4023 |2340 |1708 |  87 |  75k|8914 | 0.000000e+00 |      --      |    Inf 
280.23/280.38	c   280s| 72600 |   274 |976795 |  13.4 |  18M|  92 |  73 |2340 |3879 |2340 |1708 |  87 |  75k|8917 | 0.000000e+00 |      --      |    Inf 
280.53/280.67	c   281s| 72700 |   275 |978050 |  13.4 |  18M|  92 |  63 |2340 |3660 |2340 |1708 |  87 |  75k|8917 | 0.000000e+00 |      --      |    Inf 
280.83/280.97	c   281s| 72800 |   274 |979294 |  13.4 |  18M|  92 |   - |2340 |3676 |2340 |1708 |  87 |  75k|8917 | 0.000000e+00 |      --      |    Inf 
281.23/281.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.23/281.30	c   281s| 72900 |   275 |980496 |  13.4 |  18M|  92 |  66 |2340 |3678 |2340 |1708 |  87 |  75k|8930 | 0.000000e+00 |      --      |    Inf 
281.53/281.60	c   282s| 73000 |   281 |981832 |  13.4 |  18M|  92 |   - |2340 |3693 |2340 |1708 |  87 |  75k|8931 | 0.000000e+00 |      --      |    Inf 
281.83/281.92	c   282s| 73100 |   276 |983457 |  13.4 |  18M|  92 |  70 |2340 |3690 |2340 |1708 |  87 |  75k|8931 | 0.000000e+00 |      --      |    Inf 
282.13/282.26	c   282s| 73200 |   276 |985155 |  13.4 |  18M|  92 |   - |2340 |3798 |2340 |1708 |  87 |  76k|8931 | 0.000000e+00 |      --      |    Inf 
282.43/282.59	c   283s| 73300 |   276 |986560 |  13.4 |  18M|  92 |   - |2340 |3840 |2340 |1708 |  87 |  76k|8932 | 0.000000e+00 |      --      |    Inf 
282.84/282.94	c   283s| 73400 |   276 |988133 |  13.4 |  18M|  92 |   - |2340 |3895 |2340 |1708 |  87 |  76k|8933 | 0.000000e+00 |      --      |    Inf 
283.12/283.27	c   283s| 73500 |   276 |989748 |  13.4 |  18M|  92 |   - |2340 |3994 |2340 |1708 |  87 |  76k|8933 | 0.000000e+00 |      --      |    Inf 
283.53/283.61	c   284s| 73600 |   276 |991229 |  13.4 |  18M|  92 |   - |2340 |4028 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
283.82/283.94	c   284s| 73700 |   276 |992681 |  13.4 |  18M|  92 |  71 |2340 |4070 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
284.13/284.26	c   284s| 73800 |   276 |994059 |  13.4 |  18M|  92 |   - |2340 |4080 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
284.52/284.61	c   285s| 73900 |   276 |995565 |  13.4 |  18M|  92 |   - |2340 |4172 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
284.83/284.96	c   285s| 74000 |   276 |997044 |  13.4 |  18M|  92 |   - |2340 |4247 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
285.14/285.29	c   285s| 74100 |   276 |998431 |  13.4 |  18M|  92 |  53 |2340 |4291 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
285.53/285.60	c   286s| 74200 |   276 |999728 |  13.4 |  18M|  92 |   - |2340 |4351 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
285.83/285.94	c   286s| 74300 |   276 |  1001k|  13.4 |  18M|  92 |   - |2340 |4417 |2340 |1708 |  87 |  76k|8934 | 0.000000e+00 |      --      |    Inf 
286.14/286.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.14/286.26	c   286s| 74400 |   276 |  1002k|  13.4 |  18M|  92 |   - |2340 |4464 |2340 |1708 |  87 |  77k|8934 | 0.000000e+00 |      --      |    Inf 
286.43/286.59	c   287s| 74500 |   276 |  1003k|  13.4 |  18M|  92 |   - |2340 |4553 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
286.83/286.94	c   287s| 74600 |   278 |  1005k|  13.4 |  19M|  92 |  61 |2340 |4673 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
287.13/287.28	c   287s| 74700 |   278 |  1006k|  13.4 |  19M|  92 |  60 |2340 |4776 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
287.53/287.64	c   288s| 74800 |   278 |  1008k|  13.4 |  19M|  92 |   - |2340 |4838 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
287.93/288.00	c   288s| 74900 |   278 |  1009k|  13.4 |  19M|  92 |   - |2340 |4977 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
288.22/288.34	c   288s| 75000 |   278 |  1011k|  13.4 |  19M|  92 |  60 |2340 |5121 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
288.63/288.70	c   289s| 75100 |   278 |  1012k|  13.4 |  19M|  92 |  70 |2340 |5186 |2340 |1708 |  87 |  77k|8935 | 0.000000e+00 |      --      |    Inf 
288.92/289.04	c   289s| 75200 |   280 |  1014k|  13.4 |  19M|  92 |  60 |2340 |5262 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
289.23/289.39	c   289s| 75300 |   278 |  1015k|  13.4 |  19M|  92 |   - |2340 |5353 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
289.63/289.73	c   290s| 75400 |   278 |  1017k|  13.4 |  19M|  92 |  56 |2340 |5397 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
289.93/290.09	c   290s| 75500 |   276 |  1018k|  13.4 |  19M|  92 |  75 |2340 |5502 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
290.33/290.43	c   290s| 75600 |   276 |  1020k|  13.4 |  19M|  92 |   - |2340 |5440 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
290.64/290.79	c   291s| 75700 |   278 |  1021k|  13.4 |  19M|  92 |  69 |2340 |5372 |2340 |1708 |  87 |  78k|8935 | 0.000000e+00 |      --      |    Inf 
291.03/291.15	c   291s| 75800 |   277 |  1023k|  13.4 |  19M|  92 |   - |2340 |5197 |2340 |1708 |  87 |  78k|8950 | 0.000000e+00 |      --      |    Inf 
291.42/291.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.42/291.50	c   291s| 75900 |   277 |  1024k|  13.4 |  19M|  92 |  57 |2340 |4997 |2340 |1708 |  87 |  78k|8951 | 0.000000e+00 |      --      |    Inf 
291.93/292.00	c   292s| 76000 |   273 |  1026k|  13.4 |  19M|  92 |   - |2340 |4858 |2340 |1708 |  87 |  78k|8991 | 0.000000e+00 |      --      |    Inf 
292.23/292.33	c   292s| 76100 |   274 |  1027k|  13.5 |  18M|  92 |   - |2340 |4533 |2340 |1708 |  87 |  78k|8992 | 0.000000e+00 |      --      |    Inf 
292.62/292.72	c   293s| 76200 |   271 |  1029k|  13.5 |  18M|  92 |   - |2340 |4541 |2340 |1708 |  87 |  78k|9001 | 0.000000e+00 |      --      |    Inf 
293.03/293.18	c   293s| 76300 |   273 |  1030k|  13.5 |  18M|  92 |  64 |2340 |4374 |2340 |1708 |  87 |  79k|9024 | 0.000000e+00 |      --      |    Inf 
293.43/293.57	c   294s| 76400 |   273 |  1032k|  13.5 |  18M|  92 |   - |2340 |4406 |2340 |1708 |  87 |  79k|9035 | 0.000000e+00 |      --      |    Inf 
293.83/294.00	c   294s| 76500 |   275 |  1034k|  13.5 |  18M|  92 |  71 |2340 |4455 |2340 |1708 |  87 |  79k|9051 | 0.000000e+00 |      --      |    Inf 
294.33/294.45	c   294s| 76600 |   273 |  1035k|  13.5 |  18M|  92 |   - |2340 |4536 |2340 |1708 |  87 |  79k|9073 | 0.000000e+00 |      --      |    Inf 
294.73/294.86	c   295s| 76700 |   275 |  1037k|  13.5 |  18M|  95 |   - |2340 |4496 |2340 |1708 |  87 |  79k|9093 | 0.000000e+00 |      --      |    Inf 
295.12/295.28	c   295s| 76800 |   271 |  1038k|  13.5 |  18M|  95 |   - |2340 |4448 |2340 |1708 |  87 |  79k|9112 | 0.000000e+00 |      --      |    Inf 
295.62/295.71	c   296s| 76900 |   271 |  1040k|  13.5 |  18M|  95 |   - |2340 |4355 |2340 |1708 |  87 |  79k|9140 | 0.000000e+00 |      --      |    Inf 
296.04/296.13	c   296s| 77000 |   273 |  1041k|  13.5 |  18M|  95 |  62 |2340 |4252 |2340 |1708 |  87 |  79k|9151 | 0.000000e+00 |      --      |    Inf 
296.62/296.78	c   297s| 77100 |   279 |  1042k|  13.5 |  18M|  95 |   - |2340 |4195 |2340 |1708 |  87 |  79k|9242 | 0.000000e+00 |      --      |    Inf 
297.13/297.24	c   297s| 77200 |   280 |  1044k|  13.5 |  18M|  95 |   - |2340 |4232 |2340 |1708 |  87 |  79k|9288 | 0.000000e+00 |      --      |    Inf 
297.53/297.70	c   298s| 77300 |   279 |  1045k|  13.5 |  18M|  95 |   - |2340 |4192 |2340 |1708 |  87 |  79k|9317 | 0.000000e+00 |      --      |    Inf 
297.93/298.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.93/298.06	c   298s| 77400 |   276 |  1047k|  13.5 |  18M|  95 |   - |2340 |4291 |2340 |1708 |  87 |  79k|9328 | 0.000000e+00 |      --      |    Inf 
298.33/298.42	c   298s| 77500 |   276 |  1048k|  13.5 |  18M|  95 |   - |2340 |4342 |2340 |1708 |  87 |  80k|9331 | 0.000000e+00 |      --      |    Inf 
298.73/298.84	c   299s| 77600 |   271 |  1050k|  13.5 |  18M|  95 |  82 |2340 |4370 |2340 |1708 |  87 |  80k|9344 | 0.000000e+00 |      --      |    Inf 
299.03/299.17	c   299s| 77700 |   274 |  1052k|  13.5 |  18M|  95 |  54 |2340 |4391 |2340 |1708 |  87 |  80k|9345 | 0.000000e+00 |      --      |    Inf 
299.34/299.47	c   299s| 77800 |   276 |  1053k|  13.5 |  18M|  95 |  55 |2340 |4388 |2340 |1708 |  87 |  80k|9345 | 0.000000e+00 |      --      |    Inf 
299.73/299.81	c   300s| 77900 |   275 |  1054k|  13.5 |  18M|  95 |  69 |2340 |4425 |2340 |1708 |  87 |  80k|9345 | 0.000000e+00 |      --      |    Inf 
300.03/300.19	c   300s| 78000 |   275 |  1056k|  13.5 |  18M|  95 |  53 |2340 |4440 |2340 |1708 |  87 |  80k|9353 | 0.000000e+00 |      --      |    Inf 
300.43/300.58	c   301s| 78100 |   274 |  1057k|  13.5 |  18M|  95 |  63 |2340 |4428 |2340 |1708 |  87 |  80k|9368 | 0.000000e+00 |      --      |    Inf 
300.83/300.93	c   301s| 78200 |   272 |  1059k|  13.5 |  18M|  95 |   - |2340 |4505 |2340 |1708 |  87 |  80k|9370 | 0.000000e+00 |      --      |    Inf 
301.12/301.26	c   301s| 78300 |   272 |  1060k|  13.5 |  18M|  95 |   - |2340 |4644 |2340 |1708 |  87 |  80k|9371 | 0.000000e+00 |      --      |    Inf 
301.42/301.60	c   302s| 78400 |   272 |  1062k|  13.5 |  19M|  95 |   - |2340 |4735 |2340 |1708 |  87 |  80k|9372 | 0.000000e+00 |      --      |    Inf 
301.83/301.93	c   302s| 78500 |   272 |  1063k|  13.5 |  19M|  95 |   - |2340 |4868 |2340 |1708 |  87 |  81k|9374 | 0.000000e+00 |      --      |    Inf 
302.12/302.29	c   302s| 78600 |   272 |  1064k|  13.5 |  19M|  95 |  61 |2340 |4702 |2340 |1708 |  87 |  81k|9383 | 0.000000e+00 |      --      |    Inf 
302.52/302.67	c   303s| 78700 |   272 |  1066k|  13.5 |  19M|  95 |  66 |2340 |4676 |2340 |1708 |  87 |  81k|9389 | 0.000000e+00 |      --      |    Inf 
302.82/302.99	c   303s| 78800 |   271 |  1067k|  13.5 |  18M|  95 |   - |2340 |4483 |2340 |1708 |  87 |  81k|9390 | 0.000000e+00 |      --      |    Inf 
303.22/303.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.22/303.34	c   303s| 78900 |   271 |  1069k|  13.5 |  18M|  95 |  63 |2340 |4351 |2340 |1708 |  87 |  81k|9391 | 0.000000e+00 |      --      |    Inf 
303.53/303.68	c   304s| 79000 |   276 |  1070k|  13.5 |  18M|  95 |   - |2340 |4110 |2340 |1708 |  87 |  81k|9407 | 0.000000e+00 |      --      |    Inf 
303.92/304.03	c   304s| 79100 |   273 |  1071k|  13.5 |  18M|  95 |  52 |2340 |4009 |2340 |1708 |  87 |  81k|9412 | 0.000000e+00 |      --      |    Inf 
304.23/304.37	c   304s| 79200 |   273 |  1072k|  13.5 |  18M|  95 |  56 |2340 |3888 |2340 |1708 |  87 |  81k|9414 | 0.000000e+00 |      --      |    Inf 
304.62/304.70	c   305s| 79300 |   273 |  1074k|  13.5 |  18M|  95 |  69 |2340 |3995 |2340 |1708 |  87 |  81k|9414 | 0.000000e+00 |      --      |    Inf 
304.93/305.06	c   305s| 79400 |   275 |  1075k|  13.5 |  18M|  95 |  58 |2340 |4039 |2340 |1708 |  87 |  81k|9414 | 0.000000e+00 |      --      |    Inf 
305.23/305.39	c   305s| 79500 |   273 |  1076k|  13.5 |  18M|  95 |   - |2340 |4064 |2340 |1708 |  87 |  81k|9414 | 0.000000e+00 |      --      |    Inf 
305.63/305.73	c   306s| 79600 |   275 |  1078k|  13.5 |  18M|  95 |  73 |2340 |4135 |2340 |1708 |  87 |  81k|9414 | 0.000000e+00 |      --      |    Inf 
305.94/306.09	c   306s| 79700 |   275 |  1079k|  13.5 |  18M|  95 |   - |2340 |4222 |2340 |1708 |  87 |  82k|9416 | 0.000000e+00 |      --      |    Inf 
306.33/306.46	c   306s| 79800 |   277 |  1081k|  13.5 |  18M|  95 |  70 |2340 |4294 |2340 |1708 |  87 |  82k|9417 | 0.000000e+00 |      --      |    Inf 
306.72/306.85	c   307s| 79900 |   273 |  1082k|  13.5 |  18M|  95 |   - |2340 |4353 |2340 |1708 |  87 |  82k|9420 | 0.000000e+00 |      --      |    Inf 
307.13/307.21	c   307s| 80000 |   270 |  1084k|  13.5 |  18M|  95 |  73 |2340 |4395 |2340 |1708 |  87 |  82k|9423 | 0.000000e+00 |      --      |    Inf 
307.42/307.56	c   308s| 80100 |   271 |  1085k|  13.5 |  18M|  95 |   - |2340 |4471 |2340 |1708 |  87 |  82k|9424 | 0.000000e+00 |      --      |    Inf 
307.83/307.90	c   308s| 80200 |   271 |  1087k|  13.5 |  18M|  95 |  76 |2340 |4493 |2340 |1708 |  87 |  82k|9424 | 0.000000e+00 |      --      |    Inf 
308.14/308.23	c   308s| 80300 |   271 |  1088k|  13.5 |  18M|  95 |   - |2340 |4618 |2340 |1708 |  87 |  82k|9424 | 0.000000e+00 |      --      |    Inf 
308.73/308.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.73/308.83	c   309s| 80400 |   269 |  1089k|  13.5 |  18M|  95 |   - |2340 |4634 |2340 |1708 |  87 |  82k|9507 | 0.000000e+00 |      --      |    Inf 
309.02/309.16	c   309s| 80500 |   269 |  1091k|  13.5 |  18M|  95 |  65 |2340 |4633 |2340 |1708 |  87 |  82k|9509 | 0.000000e+00 |      --      |    Inf 
309.34/309.49	c   309s| 80600 |   269 |  1092k|  13.5 |  18M|  95 |   - |2340 |4450 |2340 |1708 |  87 |  82k|9509 | 0.000000e+00 |      --      |    Inf 
309.72/309.82	c   310s| 80700 |   269 |  1093k|  13.5 |  18M|  95 |  67 |2340 |4481 |2340 |1708 |  87 |  82k|9511 | 0.000000e+00 |      --      |    Inf 
310.22/310.40	c   310s| 80800 |   267 |  1095k|  13.5 |  18M|  95 |   - |2340 |4445 |2340 |1708 |  87 |  83k|9586 | 0.000000e+00 |      --      |    Inf 
310.73/310.89	c   311s| 80900 |   269 |  1096k|  13.5 |  18M|  95 |   - |2340 |4293 |2340 |1708 |  87 |  83k|9637 | 0.000000e+00 |      --      |    Inf 
311.12/311.23	c   311s| 81000 |   269 |  1098k|  13.5 |  18M|  95 |   - |2340 |4349 |2340 |1708 |  87 |  83k|9644 | 0.000000e+00 |      --      |    Inf 
311.53/311.67	c   312s| 81100 |   269 |  1099k|  13.5 |  18M|  95 |   - |2340 |4291 |2340 |1708 |  87 |  83k|9684 | 0.000000e+00 |      --      |    Inf 
311.93/312.06	c   312s| 81200 |   270 |  1100k|  13.5 |  18M|  95 |  66 |2340 |4280 |2340 |1708 |  87 |  83k|9701 | 0.000000e+00 |      --      |    Inf 
312.33/312.44	c   312s| 81300 |   268 |  1102k|  13.5 |  18M|  95 |  73 |2340 |4317 |2340 |1708 |  87 |  83k|9720 | 0.000000e+00 |      --      |    Inf 
312.63/312.78	c   313s| 81400 |   268 |  1103k|  13.5 |  18M|  95 |   - |2340 |4317 |2340 |1708 |  87 |  83k|9726 | 0.000000e+00 |      --      |    Inf 
313.03/313.12	c   313s| 81500 |   266 |  1105k|  13.5 |  18M|  95 |   - |2340 |4382 |2340 |1708 |  87 |  83k|9732 | 0.000000e+00 |      --      |    Inf 
313.33/313.44	c   313s| 81600 |   267 |  1106k|  13.5 |  18M|  95 |  77 |2340 |4342 |2340 |1708 |  87 |  83k|9736 | 0.000000e+00 |      --      |    Inf 
313.63/313.78	c   314s| 81700 |   267 |  1107k|  13.5 |  18M|  95 |  58 |2340 |4150 |2340 |1708 |  87 |  83k|9737 | 0.000000e+00 |      --      |    Inf 
313.93/314.08	c   314s| 81800 |   268 |  1109k|  13.5 |  18M|  95 |  70 |2340 |4058 |2340 |1708 |  87 |  83k|9737 | 0.000000e+00 |      --      |    Inf 
314.23/314.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.23/314.39	c   314s| 81900 |   266 |  1110k|  13.5 |  18M|  95 |   - |2340 |4113 |2340 |1708 |  87 |  83k|9737 | 0.000000e+00 |      --      |    Inf 
314.62/314.71	c   315s| 82000 |   266 |  1111k|  13.5 |  18M|  95 |   - |2340 |4025 |2340 |1708 |  87 |  83k|9737 | 0.000000e+00 |      --      |    Inf 
314.92/315.04	c   315s| 82100 |   271 |  1112k|  13.5 |  18M|  95 |  61 |2340 |3922 |2340 |1708 |  87 |  84k|9747 | 0.000000e+00 |      --      |    Inf 
315.23/315.37	c   315s| 82200 |   268 |  1114k|  13.5 |  18M|  95 |   - |2340 |3919 |2340 |1708 |  87 |  84k|9753 | 0.000000e+00 |      --      |    Inf 
315.63/315.71	c   316s| 82300 |   270 |  1115k|  13.5 |  18M|  95 |  67 |2340 |3913 |2340 |1708 |  87 |  84k|9759 | 0.000000e+00 |      --      |    Inf 
315.93/316.06	c   316s| 82400 |   270 |  1116k|  13.5 |  18M|  95 |   - |2340 |3972 |2340 |1708 |  87 |  84k|9760 | 0.000000e+00 |      --      |    Inf 
316.32/316.48	c   316s| 82500 |   274 |  1118k|  13.5 |  18M|  95 |  64 |2340 |3964 |2340 |1708 |  87 |  84k|9782 | 0.000000e+00 |      --      |    Inf 
316.73/316.81	c   317s| 82600 |   275 |  1119k|  13.5 |  18M|  95 |  73 |2340 |4002 |2340 |1708 |  87 |  84k|9782 | 0.000000e+00 |      --      |    Inf 
317.03/317.16	c   317s| 82700 |   275 |  1121k|  13.5 |  18M|  95 |   - |2340 |4096 |2340 |1708 |  87 |  84k|9783 | 0.000000e+00 |      --      |    Inf 
317.33/317.48	c   317s| 82800 |   273 |  1122k|  13.5 |  18M|  95 |   - |2340 |4102 |2340 |1708 |  87 |  84k|9783 | 0.000000e+00 |      --      |    Inf 
317.72/317.81	c   318s| 82900 |   274 |  1124k|  13.5 |  18M|  95 |   - |2340 |4179 |2340 |1708 |  87 |  84k|9783 | 0.000000e+00 |      --      |    Inf 
318.03/318.16	c   318s| 83000 |   272 |  1125k|  13.5 |  18M|  95 |   - |2340 |4224 |2340 |1708 |  87 |  84k|9785 | 0.000000e+00 |      --      |    Inf 
318.32/318.49	c   318s| 83100 |   270 |  1126k|  13.5 |  18M|  95 |   - |2340 |4247 |2340 |1708 |  87 |  84k|9785 | 0.000000e+00 |      --      |    Inf 
318.72/318.86	c   319s| 83200 |   269 |  1128k|  13.5 |  18M|  95 |   - |2340 |4272 |2340 |1708 |  87 |  84k|9789 | 0.000000e+00 |      --      |    Inf 
319.13/319.20	c   319s| 83300 |   269 |  1129k|  13.5 |  18M|  95 |  80 |2340 |4302 |2340 |1708 |  87 |  84k|9789 | 0.000000e+00 |      --      |    Inf 
319.42/319.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.42/319.57	c   320s| 83400 |   269 |  1131k|  13.5 |  18M|  95 |  63 |2340 |4278 |2340 |1708 |  87 |  85k|9792 | 0.000000e+00 |      --      |    Inf 
319.73/319.86	c   320s| 83500 |   269 |  1132k|  13.5 |  18M|  95 |   - |2340 |4073 |   0 |   0 |  87 |  85k|9793 | 0.000000e+00 |      --      |    Inf 
320.12/320.25	c   320s| 83600 |   267 |  1134k|  13.5 |  18M|  95 |   - |2340 |4060 |2340 |1708 |  87 |  85k|9809 | 0.000000e+00 |      --      |    Inf 
320.52/320.61	c   321s| 83700 |   271 |  1135k|  13.5 |  18M|  95 |   - |2340 |4095 |2340 |1708 |  87 |  85k|9825 | 0.000000e+00 |      --      |    Inf 
320.82/320.99	c   321s| 83800 |   264 |  1136k|  13.5 |  18M|  95 |  63 |2340 |4165 |2340 |1708 |  87 |  85k|9832 | 0.000000e+00 |      --      |    Inf 
321.22/321.30	c   321s| 83900 |   264 |  1138k|  13.5 |  18M|  95 |   - |2340 |4155 |2340 |1708 |  87 |  85k|9832 | 0.000000e+00 |      --      |    Inf 
321.52/321.67	c   322s| 84000 |   264 |  1139k|  13.5 |  18M|  95 |   - |2340 |4274 |2340 |1708 |  87 |  85k|9838 | 0.000000e+00 |      --      |    Inf 
321.92/322.00	c   322s| 84100 |   264 |  1140k|  13.5 |  18M|  95 |  91 |2340 |4351 |2340 |1708 |  87 |  85k|9838 | 0.000000e+00 |      --      |    Inf 
322.23/322.35	c   322s| 84200 |   264 |  1142k|  13.5 |  18M|  95 |  64 |2340 |4443 |2340 |1708 |  87 |  85k|9838 | 0.000000e+00 |      --      |    Inf 
322.53/322.68	c   323s| 84300 |   264 |  1143k|  13.5 |  18M|  95 |  64 |2340 |4533 |2340 |1708 |  87 |  85k|9838 | 0.000000e+00 |      --      |    Inf 
323.02/323.10	c   323s| 84400 |   263 |  1145k|  13.5 |  18M|  95 |  77 |2340 |4507 |2340 |1708 |  87 |  86k|9853 | 0.000000e+00 |      --      |    Inf 
323.32/323.44	c   323s| 84500 |   263 |  1146k|  13.5 |  18M|  95 |   - |2340 |4312 |   0 |   0 |  87 |  86k|9853 | 0.000000e+00 |      --      |    Inf 
323.63/323.77	c   324s| 84600 |   265 |  1147k|  13.5 |  18M|  95 |   - |2340 |4298 |   0 |   0 |  87 |  86k|9853 | 0.000000e+00 |      --      |    Inf 
324.03/324.10	c   324s| 84700 |   264 |  1149k|  13.5 |  18M|  95 |   - |2340 |4271 |2340 |1708 |  87 |  86k|9853 | 0.000000e+00 |      --      |    Inf 
324.32/324.46	c   324s| 84800 |   262 |  1150k|  13.5 |  18M|  95 |  86 |2340 |4049 |2340 |1708 |  87 |  86k|9857 | 0.000000e+00 |      --      |    Inf 
324.73/324.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.73/324.82	c   325s| 84900 |   266 |  1152k|  13.5 |  18M|  95 |   - |2340 |3960 |2340 |1708 |  87 |  86k|9864 | 0.000000e+00 |      --      |    Inf 
325.02/325.14	c   325s| 85000 |   270 |  1154k|  13.5 |  18M|  95 |   - |2340 |3950 |2340 |1708 |  87 |  86k|9868 | 0.000000e+00 |      --      |    Inf 
325.43/325.50	c   325s| 85100 |   268 |  1155k|  13.5 |  18M|  95 |   - |2340 |4009 |2340 |1708 |  87 |  86k|9875 | 0.000000e+00 |      --      |    Inf 
325.73/325.86	c   326s| 85200 |   267 |  1157k|  13.5 |  18M|  95 |   - |2340 |4147 |2340 |1708 |  87 |  86k|9877 | 0.000000e+00 |      --      |    Inf 
326.13/326.20	c   326s| 85300 |   267 |  1158k|  13.5 |  18M|  95 |   - |2340 |4207 |2340 |1708 |  87 |  86k|9877 | 0.000000e+00 |      --      |    Inf 
326.42/326.58	c   327s| 85400 |   265 |  1160k|  13.5 |  18M|  95 |   - |2340 |4219 |2340 |1708 |  87 |  86k|9885 | 0.000000e+00 |      --      |    Inf 
326.83/326.93	c   327s| 85500 |   264 |  1162k|  13.5 |  18M|  95 |   - |2340 |4197 |2340 |1708 |  87 |  86k|9895 | 0.000000e+00 |      --      |    Inf 
327.22/327.31	c   327s| 85600 |   264 |  1163k|  13.5 |  18M|  95 |   - |2340 |4224 |   0 |   0 |  87 |  87k|9906 | 0.000000e+00 |      --      |    Inf 
327.62/327.78	c   328s| 85700 |   261 |  1164k|  13.5 |  18M|  95 |  60 |2340 |4176 |2340 |1708 |  87 |  87k|9941 | 0.000000e+00 |      --      |    Inf 
328.03/328.12	c   328s| 85800 |   261 |  1166k|  13.5 |  18M|  95 |   - |2340 |3891 |2340 |1708 |  87 |  87k|9942 | 0.000000e+00 |      --      |    Inf 
328.32/328.48	c   328s| 85900 |   261 |  1167k|  13.5 |  18M|  95 |   - |2340 |3812 |2340 |1708 |  87 |  87k|9957 | 0.000000e+00 |      --      |    Inf 
328.72/328.87	c   329s| 86000 |   261 |  1169k|  13.5 |  18M|  95 |  56 |2340 |3856 |2340 |1708 |  87 |  87k|9969 | 0.000000e+00 |      --      |    Inf 
329.22/329.33	c   329s| 86100 |   261 |  1171k|  13.6 |  18M|  95 |  66 |2340 |3834 |2340 |1708 |  87 |  87k|9995 | 0.000000e+00 |      --      |    Inf 
329.62/329.76	c   330s| 86200 |   260 |  1172k|  13.6 |  18M|  95 |   - |2340 |3819 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
330.02/330.11	c   330s| 86300 |   266 |  1174k|  13.6 |  18M|  95 |  65 |2340 |3769 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
330.42/330.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.42/330.51	c   331s| 86400 |   266 |  1175k|  13.6 |  18M|  95 |  64 |2340 |3808 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
330.72/330.86	c   331s| 86500 |   264 |  1177k|  13.6 |  18M|  95 |   - |2340 |3850 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
331.12/331.25	c   331s| 86600 |   264 |  1178k|  13.6 |  18M|  95 |   - |2340 |3860 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
331.52/331.62	c   332s| 86700 |   264 |  1179k|  13.6 |  18M|  95 |  58 |2340 |3851 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
331.93/332.02	c   332s| 86800 |   264 |  1181k|  13.6 |  18M|  95 |   - |2340 |3938 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
332.33/332.43	c   332s| 86900 |   264 |  1183k|  13.6 |  18M|  95 |   - |2340 |4005 |2340 |1708 |  87 |  87k|  10k| 0.000000e+00 |      --      |    Inf 
332.72/332.83	c   333s| 87000 |   264 |  1184k|  13.6 |  18M|  95 |   - |2340 |4092 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
333.12/333.21	c   333s| 87100 |   264 |  1186k|  13.6 |  18M|  95 |   - |2340 |4198 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
333.43/333.59	c   334s| 87200 |   266 |  1187k|  13.6 |  18M|  95 |   - |2340 |4122 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
333.82/333.95	c   334s| 87300 |   268 |  1188k|  13.6 |  18M|  95 |   - |2340 |4187 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
334.23/334.32	c   334s| 87400 |   266 |  1190k|  13.6 |  18M|  95 |   - |2340 |4263 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
334.53/334.67	c   335s| 87500 |   268 |  1191k|  13.6 |  18M|  95 |   - |2340 |4349 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
334.92/335.02	c   335s| 87600 |   268 |  1193k|  13.6 |  18M|  95 |  57 |2340 |4439 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
335.22/335.36	c   335s| 87700 |   268 |  1194k|  13.6 |  19M|  95 |   - |2340 |4575 |2340 |1708 |  87 |  88k|  10k| 0.000000e+00 |      --      |    Inf 
335.52/335.69	c   336s| 87800 |   270 |  1196k|  13.6 |  18M|  95 |  69 |2340 |4590 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
335.92/336.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.92/336.03	c   336s| 87900 |   268 |  1197k|  13.6 |  19M|  95 |  68 |2340 |4643 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
336.42/336.51	c   337s| 88000 |   268 |  1199k|  13.6 |  19M|  95 |  61 |2340 |4659 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
336.82/336.91	c   337s| 88100 |   268 |  1200k|  13.6 |  19M|  95 |  58 |2340 |4698 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
337.12/337.26	c   337s| 88200 |   268 |  1202k|  13.6 |  19M|  95 |  78 |2340 |4771 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
337.52/337.65	c   338s| 88300 |   266 |  1203k|  13.6 |  19M|  95 |   - |2340 |4830 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
337.93/338.01	c   338s| 88400 |   266 |  1205k|  13.6 |  19M|  95 |  64 |2340 |4798 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
338.22/338.34	c   338s| 88500 |   260 |  1206k|  13.6 |  18M|  95 |   - |2340 |4749 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
338.62/338.72	c   339s| 88600 |   263 |  1208k|  13.6 |  18M|  95 |   - |2340 |4664 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
338.93/339.05	c   339s| 88700 |   263 |  1209k|  13.6 |  18M|  95 |  50 |2340 |4727 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
339.22/339.38	c   339s| 88800 |   261 |  1210k|  13.6 |  19M|  95 |   - |2340 |4776 |2340 |1708 |  87 |  89k|  10k| 0.000000e+00 |      --      |    Inf 
339.72/339.80	c   340s| 88900 |   267 |  1212k|  13.6 |  19M|  95 |  51 |2340 |4773 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
340.12/340.21	c   340s| 89000 |   263 |  1214k|  13.6 |  19M|  95 |  71 |2340 |4831 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
340.42/340.58	c   341s| 89100 |   261 |  1216k|  13.6 |  19M|  95 |   - |2340 |4806 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
340.82/340.92	c   341s| 89200 |   261 |  1217k|  13.6 |  19M|  95 |   - |2340 |4771 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
341.12/341.28	c   341s| 89300 |   261 |  1219k|  13.6 |  18M|  95 |   - |2340 |4709 |   0 |   0 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
341.52/341.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.52/341.64	c   342s| 89400 |   263 |  1220k|  13.6 |  18M|  95 |  43 |2340 |4706 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
341.82/341.99	c   342s| 89500 |   263 |  1222k|  13.6 |  18M|  95 |  51 |2340 |4740 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
342.23/342.34	c   342s| 89600 |   261 |  1223k|  13.6 |  19M|  95 |   - |2340 |4830 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
342.52/342.67	c   343s| 89700 |   261 |  1225k|  13.6 |  19M|  95 |  65 |2340 |4839 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
342.92/343.00	c   343s| 89800 |   258 |  1226k|  13.6 |  18M|  95 |   - |2340 |4484 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
343.22/343.35	c   343s| 89900 |   261 |  1228k|  13.6 |  18M|  95 |  53 |2340 |4065 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
343.52/343.64	c   344s| 90000 |   258 |  1229k|  13.6 |  18M|  95 |   - |2340 |4031 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
343.82/343.96	c   344s| 90100 |   259 |  1230k|  13.6 |  18M|  95 |   - |2340 |3929 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
344.22/344.30	c   344s| 90200 |   259 |  1232k|  13.6 |  18M|  95 |   - |2340 |4003 |2340 |1708 |  87 |  90k|  10k| 0.000000e+00 |      --      |    Inf 
344.52/344.63	c   345s| 90300 |   259 |  1233k|  13.6 |  18M|  95 |   - |2340 |4094 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
344.82/344.99	c   345s| 90400 |   258 |  1235k|  13.6 |  18M|  95 |   - |2340 |4195 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
345.22/345.36	c   345s| 90500 |   256 |  1236k|  13.6 |  18M|  95 |   - |2340 |4259 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
345.52/345.69	c   346s| 90600 |   260 |  1238k|  13.6 |  18M|  95 |  57 |2340 |4309 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
345.92/346.02	c   346s| 90700 |   260 |  1239k|  13.6 |  18M|  95 |  49 |2340 |4404 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
346.22/346.34	c   346s| 90800 |   260 |  1240k|  13.6 |  18M|  95 |  58 |2340 |4426 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
346.51/346.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.51/346.67	c   347s| 90900 |   258 |  1242k|  13.6 |  18M|  95 |   - |2340 |4493 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
346.92/347.01	c   347s| 91000 |   260 |  1243k|  13.6 |  18M|  95 |  57 |2340 |4603 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
347.22/347.35	c   347s| 91100 |   258 |  1245k|  13.6 |  18M|  95 |   - |2340 |4746 |2340 |1708 |  87 |  91k|  10k| 0.000000e+00 |      --      |    Inf 
347.52/347.69	c   348s| 91200 |   260 |  1246k|  13.6 |  19M|  95 |  57 |2340 |4824 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
347.92/348.02	c   348s| 91300 |   260 |  1248k|  13.6 |  19M|  95 |   - |2340 |4899 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
348.22/348.38	c   348s| 91400 |   260 |  1249k|  13.6 |  19M|  95 |  69 |2340 |5004 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
348.62/348.72	c   349s| 91500 |   258 |  1251k|  13.6 |  19M|  95 |   - |2340 |5055 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
348.93/349.05	c   349s| 91600 |   260 |  1252k|  13.6 |  19M|  95 |  67 |2340 |5063 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
349.22/349.39	c   349s| 91700 |   258 |  1254k|  13.6 |  19M|  95 |  54 |2340 |5132 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
349.62/349.72	c   350s| 91800 |   257 |  1255k|  13.6 |  19M|  95 |   - |2340 |4920 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
349.93/350.07	c   350s| 91900 |   258 |  1257k|  13.6 |  18M|  95 |  51 |2340 |4439 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
350.21/350.37	c   350s| 92000 |   256 |  1258k|  13.6 |  18M|  95 |   - |2340 |4216 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
350.61/350.74	c   351s| 92100 |   256 |  1259k|  13.6 |  18M|  95 |   - |2340 |4243 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
350.91/351.08	c   351s| 92200 |   256 |  1261k|  13.6 |  18M|  95 |   - |2340 |4308 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
351.32/351.43	c   351s| 92300 |   256 |  1262k|  13.6 |  18M|  95 |   - |2340 |4252 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
351.62/351.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.62/351.77	c   352s| 92400 |   258 |  1264k|  13.6 |  18M|  95 |  60 |2340 |4230 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
352.02/352.11	c   352s| 92500 |   257 |  1266k|  13.6 |  18M|  95 |   - |2340 |4198 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
352.32/352.47	c   352s| 92600 |   257 |  1267k|  13.6 |  18M|  95 |   - |2340 |4253 |2340 |1708 |  87 |  92k|  10k| 0.000000e+00 |      --      |    Inf 
352.72/352.80	c   353s| 92700 |   258 |  1269k|  13.6 |  18M|  95 |  62 |2340 |4263 |2340 |1708 |  87 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
353.02/353.13	c   353s| 92800 |   258 |  1270k|  13.6 |  18M|  95 |  67 |2340 |4272 |2340 |1708 |  87 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
354.22/354.30	c   354s| 92900 |   261 |  1271k|  13.6 |  18M|  95 |  65 |2340 |4198 |2340 |1708 |  87 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
354.92/355.06	c   355s| 93000 |   262 |  1273k|  13.6 |  18M|  95 |   - |2340 |4252 |2340 |1708 |  87 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
355.82/355.97	c   356s| 93100 |   279 |  1274k|  13.6 |  18M|  95 |   - |2340 |4251 |2340 |1708 |  87 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
356.41/356.60	c   357s| 93200 |   271 |  1275k|  13.6 |  18M|  95 |   - |2340 |4257 |   0 |   0 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
357.32/357.41	c   357s| 93300 |   281 |  1277k|  13.6 |  18M|  95 |  40 |2340 |4273 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
358.01/358.16	c   358s| 93400 |   268 |  1278k|  13.6 |  18M|  95 |  63 |2340 |4277 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
358.52/358.64	c   359s| 93500 |   285 |  1279k|  13.6 |  18M|  95 |   - |2340 |4288 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
359.22/359.34	c   359s| 93600 |   273 |  1280k|  13.6 |  18M|  95 |  63 |2340 |4293 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
359.72/359.89	c   360s| 93700 |   268 |  1282k|  13.6 |  18M|  95 |  65 |2340 |4301 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
360.22/360.38	c   360s| 93800 |   276 |  1283k|  13.6 |  18M|  95 |   - |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
360.62/360.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.62/360.75	c   361s| 93900 |   280 |  1285k|  13.6 |  18M|  95 |  42 |2340 |4298 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
360.92/361.06	c   361s| 94000 |   274 |  1287k|  13.7 |  18M|  95 |   - |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
361.22/361.36	c   361s| 94100 |   272 |  1289k|  13.7 |  18M|  95 |   - |2340 |4303 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
361.62/361.70	c   362s| 94200 |   274 |  1290k|  13.7 |  18M|  95 |   - |2340 |4307 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
361.92/362.01	c   362s| 94300 |   276 |  1292k|  13.7 |  18M|  95 |   - |2340 |4307 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
362.22/362.37	c   362s| 94400 |   288 |  1293k|  13.7 |  18M|  95 |  36 |2340 |4304 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
362.52/362.64	c   363s| 94500 |   288 |  1294k|  13.7 |  18M|  95 |   - |2340 |4302 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
362.71/362.87	c   363s| 94600 |   284 |  1295k|  13.7 |  18M|  95 |   - |2340 |4301 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
363.02/363.15	c   363s| 94700 |   286 |  1297k|  13.7 |  18M|  95 |  38 |2340 |4300 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
363.22/363.39	c   363s| 94800 |   280 |  1298k|  13.7 |  18M|  95 |   - |2340 |4300 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
363.51/363.64	c   364s| 94900 |   290 |  1299k|  13.7 |  18M|  95 |   - |2340 |4300 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
363.81/363.91	c   364s| 95000 |   282 |  1301k|  13.7 |  18M|  95 |  47 |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
364.12/364.21	c   364s| 95100 |   280 |  1302k|  13.7 |  18M|  95 |  67 |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
364.42/364.51	c   365s| 95200 |   288 |  1303k|  13.7 |  18M|  95 |  30 |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
364.62/364.77	c   365s| 95300 |   292 |  1305k|  13.7 |  18M|  95 |  32 |2340 |4299 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
364.92/365.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.92/365.02	c   365s| 95400 |   276 |  1306k|  13.7 |  18M|  95 |  65 |2340 |4300 |2340 |1708 |  87 |  93k|  11k| 0.000000e+00 |      --      |    Inf 
365.21/365.40	c   365s| 95500 |   295 |  1307k|  13.7 |  18M|  95 |   - |2340 |4310 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
365.72/365.80	c   366s| 95600 |   291 |  1308k|  13.6 |  18M|  95 |   - |2340 |4331 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
366.01/366.13	c   366s| 95700 |   285 |  1309k|  13.6 |  18M|  95 |   - |2340 |4334 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
366.31/366.41	c   366s| 95800 |   281 |  1310k|  13.6 |  18M|  95 |   - |2340 |4331 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
366.52/366.66	c   367s| 95900 |   275 |  1311k|  13.6 |  18M|  95 |   - |2340 |4323 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
366.82/366.94	c   367s| 96000 |   279 |  1312k|  13.6 |  18M|  95 |   - |2340 |4339 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
367.11/367.25	c   367s| 96100 |   284 |  1314k|  13.6 |  18M|  95 |  42 |2340 |4360 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
367.41/367.59	c   368s| 96200 |   273 |  1315k|  13.6 |  18M|  95 |   - |2340 |4355 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
367.72/367.89	c   368s| 96300 |   268 |  1317k|  13.6 |  18M|  95 |  48 |2340 |4328 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
368.11/368.23	c   368s| 96400 |   273 |  1318k|  13.6 |  18M|  95 |   - |2340 |4355 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
368.41/368.57	c   369s| 96500 |   265 |  1319k|  13.6 |  18M|  95 |  50 |2340 |4365 |2340 |1708 |  87 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
368.81/368.99	c   369s| 96600 |   266 |  1320k|  13.6 |  18M|  95 |  66 |2340 |4462 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
369.21/369.36	c   369s| 96700 |   261 |  1322k|  13.6 |  18M|  95 |   - |2340 |4619 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
369.62/369.71	c   370s| 96800 |   263 |  1323k|  13.6 |  19M|  95 |   - |2340 |4733 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
369.92/370.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.92/370.04	c   370s| 96900 |   264 |  1324k|  13.6 |  19M|  95 |  67 |2340 |4832 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
370.21/370.38	c   370s| 97000 |   264 |  1326k|  13.6 |  19M|  95 |   - |2340 |4814 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
370.62/370.71	c   371s| 97100 |   275 |  1327k|  13.6 |  19M|  95 |  43 |2340 |4821 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
371.01/371.13	c   371s| 97200 |   260 |  1328k|  13.6 |  18M|  95 |   - |2340 |4707 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
371.31/371.50	c   371s| 97300 |   264 |  1330k|  13.6 |  18M|  95 |  59 |2340 |4739 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
371.72/371.82	c   372s| 97400 |   262 |  1332k|  13.6 |  19M|  95 |   - |2340 |4802 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
371.92/372.09	c   372s| 97500 |   262 |  1333k|  13.6 |  19M|  95 |  66 |2340 |4832 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
372.21/372.34	c   372s| 97600 |   262 |  1334k|  13.6 |  19M|  95 |  66 |2340 |4832 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
372.51/372.60	c   373s| 97700 |   260 |  1336k|  13.6 |  19M|  95 |   - |2340 |4840 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
372.71/372.86	c   373s| 97800 |   260 |  1337k|  13.6 |  19M|  95 |   - |2340 |4844 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
373.02/373.15	c   373s| 97900 |   262 |  1338k|  13.6 |  19M|  95 |  56 |2340 |4969 |2340 |1708 |  87 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
373.42/373.54	c   374s| 98000 |   261 |  1340k|  13.6 |  19M|  95 |  56 |2340 |5073 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
373.82/373.90	c   374s| 98100 |   261 |  1341k|  13.6 |  19M|  95 |  59 |2340 |5266 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
374.12/374.22	c   374s| 98200 |   261 |  1342k|  13.6 |  19M|  95 |   - |2340 |5476 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
374.42/374.52	c   375s| 98300 |   261 |  1344k|  13.6 |  20M|  95 |  77 |2340 |5752 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
374.71/374.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.71/374.82	c   375s| 98400 |   259 |  1345k|  13.6 |  20M|  95 |  78 |2340 |5660 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
375.01/375.11	c   375s| 98500 |   263 |  1346k|  13.6 |  19M|  95 |  54 |2340 |5546 |2340 |1708 |  87 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
375.42/375.56	c   376s| 98600 |   261 |  1348k|  13.6 |  19M|  95 |   - |2340 |5564 |2340 |1708 |  87 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
375.82/375.94	c   376s| 98700 |   261 |  1350k|  13.6 |  20M|  95 |   - |2340 |5676 |2340 |1708 |  87 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
376.21/376.30	c   376s| 98800 |   260 |  1352k|  13.6 |  19M|  95 |   - |2340 |5633 |2340 |1708 |  87 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
376.51/376.67	c   377s| 98900 |   260 |  1353k|  13.6 |  19M|  95 |   - |2340 |5520 |2340 |1708 |  87 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
376.92/377.03	c   377s| 99000 |   259 |  1355k|  13.6 |  20M|  95 |   - |2340 |5760 |2340 |1708 |  87 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
377.21/377.34	c   377s| 99100 |   259 |  1356k|  13.6 |  20M|  95 |   - |2340 |6062 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
377.52/377.64	c   378s| 99200 |   261 |  1357k|  13.6 |  20M|  95 |   - |2340 |6206 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
377.81/377.91	c   378s| 99300 |   259 |  1358k|  13.6 |  20M|  95 |  74 |2340 |6218 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
378.02/378.19	c   378s| 99400 |   260 |  1359k|  13.6 |  19M|  95 |  58 |2340 |5689 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
378.42/378.52	c   379s| 99500 |   260 |  1360k|  13.6 |  19M|  95 |  74 |2340 |5540 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
378.71/378.88	c   379s| 99600 |   257 |  1362k|  13.6 |  19M|  95 |   - |2340 |5607 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
379.11/379.20	c   379s| 99700 |   260 |  1363k|  13.6 |  19M|  95 |  73 |2340 |5641 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
379.42/379.52	c   380s| 99800 |   261 |  1364k|  13.6 |  19M|  95 |  77 |2340 |5613 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
379.72/379.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.72/379.86	c   380s| 99900 |   259 |  1366k|  13.6 |  19M|  95 |  82 |2340 |5625 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
380.11/380.21	c   380s|100000 |   260 |  1367k|  13.6 |  19M|  95 |  63 |2340 |5443 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
380.41/380.51	c   381s|100100 |   261 |  1369k|  13.6 |  19M|  95 |   - |2340 |5440 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
380.72/380.85	c   381s|100200 |   258 |  1370k|  13.6 |  19M|  95 |   - |2340 |5454 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
381.01/381.19	c   381s|100300 |   260 |  1372k|  13.6 |  19M|  95 |  59 |2340 |5510 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
381.42/381.51	c   382s|100400 |   260 |  1373k|  13.6 |  19M|  95 |   - |2340 |5547 |2340 |1708 |  87 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
381.71/381.86	c   382s|100500 |   258 |  1374k|  13.6 |  19M|  95 |   - |2340 |5592 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
382.11/382.20	c   382s|100600 |   257 |  1376k|  13.6 |  19M|  95 |   - |2340 |5536 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
382.41/382.51	c   383s|100700 |   258 |  1377k|  13.6 |  19M|  95 |   - |2340 |5559 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
382.71/382.84	c   383s|100800 |   258 |  1378k|  13.6 |  19M|  95 |  56 |2340 |5466 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
383.01/383.19	c   383s|100900 |   258 |  1380k|  13.6 |  19M|  95 |   - |2340 |5525 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
383.41/383.51	c   384s|101000 |   258 |  1381k|  13.6 |  19M|  95 |   - |2340 |5593 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
383.81/383.91	c   384s|101100 |   257 |  1383k|  13.6 |  19M|  95 |  64 |2340 |5431 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
384.12/384.28	c   384s|101200 |   257 |  1385k|  13.6 |  19M|  95 |   - |2340 |5091 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
384.42/384.59	c   385s|101300 |   259 |  1386k|  13.6 |  19M|  95 |  70 |2340 |5053 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
384.71/384.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.71/384.89	c   385s|101400 |   259 |  1387k|  13.6 |  19M|  95 |   - |2340 |5170 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
385.12/385.21	c   385s|101500 |   266 |  1388k|  13.6 |  19M|  95 |   - |2340 |5204 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
385.42/385.56	c   386s|101600 |   260 |  1389k|  13.6 |  19M|  95 |   - |2340 |5265 |2340 |1708 |  87 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
385.81/385.90	c   386s|101700 |   262 |  1391k|  13.6 |  19M|  95 |   - |2340 |5369 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
386.11/386.25	c   386s|101800 |   264 |  1392k|  13.6 |  19M|  95 |   - |2340 |5428 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
386.41/386.59	c   387s|101900 |   264 |  1394k|  13.6 |  19M|  95 |   - |2340 |5522 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
386.81/386.93	c   387s|102000 |   266 |  1395k|  13.6 |  19M|  95 |   - |2340 |5607 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
387.11/387.22	c   387s|102100 |   268 |  1396k|  13.6 |  19M|  95 |  53 |2340 |5656 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
387.42/387.51	c   388s|102200 |   266 |  1397k|  13.6 |  19M|  95 |   - |2340 |5706 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
387.72/387.83	c   388s|102300 |   264 |  1399k|  13.6 |  19M|  95 |   - |2340 |5792 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
387.91/388.09	c   388s|102400 |   264 |  1400k|  13.6 |  20M|  95 |   - |2340 |5829 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
388.31/388.41	c   388s|102500 |   264 |  1401k|  13.6 |  20M|  95 |  68 |2340 |5875 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
388.61/388.74	c   389s|102600 |   264 |  1402k|  13.6 |  20M|  95 |  67 |2340 |5933 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
388.91/389.05	c   389s|102700 |   260 |  1403k|  13.6 |  20M|  95 |  64 |2340 |5925 |2340 |1708 |  87 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
389.21/389.34	c   389s|102800 |   260 |  1404k|  13.6 |  20M|  95 |   - |2340 |5972 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
389.52/389.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.52/389.61	c   390s|102900 |   258 |  1405k|  13.6 |  20M|  95 |   - |2340 |6020 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
389.81/389.97	c   390s|103000 |   260 |  1407k|  13.6 |  20M|  95 |   - |2340 |6045 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
390.21/390.30	c   390s|103100 |   260 |  1408k|  13.6 |  20M|  95 |   - |2340 |6107 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
390.52/390.62	c   391s|103200 |   260 |  1409k|  13.6 |  20M|  95 |   - |2340 |6003 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
391.41/391.57	c   392s|103300 |   260 |  1411k|  13.6 |  20M|  95 |  63 |2340 |5834 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
392.01/392.10	c   392s|103400 |   266 |  1412k|  13.6 |  20M|  95 |  65 |2340 |5851 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
392.31/392.42	c   392s|103500 |   268 |  1413k|  13.6 |  20M|  95 |   - |2340 |5856 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
392.71/392.81	c   393s|103600 |   270 |  1414k|  13.6 |  20M| 101 |  54 |2340 |5868 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
393.01/393.17	c   393s|103700 |   266 |  1416k|  13.6 |  20M| 101 |  54 |2340 |5872 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
393.31/393.42	c   393s|103800 |   262 |  1417k|  13.6 |  20M| 101 |   - |2340 |5879 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
393.61/393.73	c   394s|103900 |   259 |  1418k|  13.6 |  19M| 101 |  61 |2340 |5607 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
393.92/394.07	c   394s|104000 |   269 |  1420k|  13.6 |  19M| 101 |   - |2340 |5153 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
394.21/394.38	c   394s|104100 |   261 |  1421k|  13.6 |  19M| 101 |  59 |2340 |5162 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
394.61/394.71	c   395s|104200 |   257 |  1422k|  13.6 |  19M| 101 |   - |2340 |5219 |2340 |1708 |  87 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
394.91/395.04	c   395s|104300 |   262 |  1424k|  13.6 |  19M| 101 |  69 |2340 |4902 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
395.21/395.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.21/395.34	c   395s|104400 |   259 |  1425k|  13.6 |  19M| 101 |   - |2340 |4930 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
395.51/395.62	c   396s|104500 |   259 |  1426k|  13.6 |  19M| 101 |  55 |2340 |4944 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
395.81/395.94	c   396s|104600 |   259 |  1428k|  13.6 |  19M| 101 |   - |2340 |5029 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
396.11/396.27	c   396s|104700 |   259 |  1429k|  13.6 |  19M| 101 |   - |2340 |5060 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
396.41/396.59	c   397s|104800 |   271 |  1430k|  13.6 |  19M| 101 |   - |2340 |5096 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
396.71/396.89	c   397s|104900 |   259 |  1431k|  13.6 |  19M| 101 |  65 |2340 |5134 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
397.01/397.17	c   397s|105000 |   261 |  1432k|  13.6 |  19M| 101 |  58 |2340 |4974 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
397.41/397.51	c   398s|105100 |   261 |  1434k|  13.6 |  19M| 101 |  62 |2340 |4940 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
397.71/397.87	c   398s|105200 |   261 |  1435k|  13.6 |  19M| 101 |   - |2340 |4969 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
398.11/398.24	c   398s|105300 |   259 |  1437k|  13.6 |  19M| 101 |   - |2340 |5004 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
398.41/398.58	c   399s|105400 |   261 |  1438k|  13.6 |  19M| 101 |   - |2340 |5070 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
398.71/398.88	c   399s|105500 |   261 |  1439k|  13.6 |  19M| 101 |  51 |2340 |5149 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
399.11/399.20	c   399s|105600 |   262 |  1441k|  13.6 |  19M| 101 |   - |2340 |5192 |2340 |1708 |  87 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
399.42/399.55	c   400s|105700 |   264 |  1442k|  13.6 |  19M| 101 |   - |2340 |5228 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
399.71/399.89	c   400s|105800 |   264 |  1444k|  13.6 |  19M| 101 |   - |2340 |5384 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
400.11/400.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.11/400.23	c   400s|105900 |   262 |  1445k|  13.6 |  19M| 101 |  62 |2340 |5455 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
400.41/400.58	c   401s|106000 |   262 |  1447k|  13.6 |  19M| 101 |  69 |2340 |5479 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
400.81/400.96	c   401s|106100 |   261 |  1448k|  13.6 |  19M| 101 |   - |2340 |5467 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
401.11/401.29	c   401s|106200 |   261 |  1450k|  13.6 |  19M| 101 |   - |2340 |5523 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
401.51/401.64	c   402s|106300 |   263 |  1451k|  13.6 |  19M| 101 |  60 |2340 |5539 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
401.91/402.00	c   402s|106400 |   263 |  1453k|  13.6 |  19M| 101 |  69 |2340 |5566 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
402.21/402.35	c   402s|106500 |   261 |  1454k|  13.6 |  19M| 101 |   - |2340 |5596 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
402.61/402.70	c   403s|106600 |   261 |  1456k|  13.6 |  19M| 101 |   - |2340 |5656 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
402.91/403.04	c   403s|106700 |   262 |  1457k|  13.6 |  19M| 101 |  75 |2340 |5701 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
403.30/403.41	c   403s|106800 |   260 |  1459k|  13.6 |  19M| 101 |   - |2340 |5764 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
403.60/403.78	c   404s|106900 |   260 |  1460k|  13.6 |  19M| 101 |   - |2340 |5807 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
404.01/404.13	c   404s|107000 |   260 |  1462k|  13.6 |  19M| 101 |  69 |2340 |5853 |2340 |1708 |  87 | 102k|  12k| 0.000000e+00 |      --      |    Inf 
404.31/404.48	c   404s|107100 |   259 |  1463k|  13.6 |  19M| 101 |   - |2340 |5900 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
404.71/404.83	c   405s|107200 |   259 |  1465k|  13.6 |  20M| 101 |   - |2340 |5949 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
405.02/405.16	c   405s|107300 |   259 |  1466k|  13.6 |  20M| 101 |  65 |2340 |5963 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
405.41/405.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.41/405.52	c   406s|107400 |   261 |  1468k|  13.6 |  20M| 101 |   - |2340 |5990 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
405.70/405.89	c   406s|107500 |   255 |  1469k|  13.6 |  20M| 101 |   - |2340 |6048 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
406.02/406.20	c   406s|107600 |   262 |  1470k|  13.6 |  20M| 101 |   - |2340 |6017 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
406.51/406.69	c   407s|107700 |   269 |  1472k|  13.6 |  20M| 101 |  57 |2340 |5987 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
407.01/407.12	c   407s|107800 |   262 |  1473k|  13.6 |  20M| 101 |   - |2340 |6069 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
407.31/407.45	c   407s|107900 |   265 |  1475k|  13.6 |  20M| 101 |  58 |2340 |6149 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
407.61/407.75	c   408s|108000 |   268 |  1476k|  13.6 |  20M| 101 |  66 |2340 |6212 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
407.91/408.05	c   408s|108100 |   260 |  1477k|  13.6 |  20M| 101 |   - |2340 |6263 |2340 |1708 |  87 | 103k|  12k| 0.000000e+00 |      --      |    Inf 
408.21/408.38	c   408s|108200 |   260 |  1478k|  13.6 |  20M| 101 |   - |2340 |6348 |2340 |1708 |  87 | 104k|  12k| 0.000000e+00 |      --      |    Inf 
408.51/408.69	c   409s|108300 |   276 |  1478k|  13.6 |  20M| 101 |  62 |2340 |6390 |2340 |1708 |  87 | 104k|  12k| 0.000000e+00 |      --      |    Inf 
408.80/408.97	c   409s|108400 |   281 |  1479k|  13.6 |  20M| 101 |  27 |2340 |6462 |2340 |1708 |  87 | 104k|  12k| 0.000000e+00 |      --      |    Inf 
409.21/409.40	c   409s|108500 |   269 |  1480k|  13.6 |  20M| 101 |  64 |2340 |6493 |2340 |1708 |  87 | 104k|  12k| 0.000000e+00 |      --      |    Inf 
409.61/409.79	c   410s|108600 |   285 |  1481k|  13.6 |  20M| 101 |   - |2340 |6654 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
409.90/410.06	c   410s|108700 |   303 |  1481k|  13.6 |  21M| 101 |  58 |2340 |6717 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
410.10/410.29	c   410s|108800 |   315 |  1482k|  13.6 |  21M| 101 |  24 |2340 |6718 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
410.42/410.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.42/410.57	c   411s|108900 |   331 |  1482k|  13.6 |  21M| 101 |  29 |2340 |6742 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
410.61/410.75	c   411s|109000 |   343 |  1483k|  13.6 |  21M| 101 |   - |2340 |6762 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
410.91/411.00	c   411s|109100 |   296 |  1483k|  13.6 |  20M| 101 |  66 |2340 |6679 |2340 |1708 |  87 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
411.30/411.41	c   411s|109200 |   280 |  1485k|  13.6 |  21M| 101 |  57 |2340 |6881 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
411.71/411.84	c   412s|109300 |   283 |  1486k|  13.6 |  21M| 101 |  20 |2340 |6987 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
412.01/412.19	c   412s|109400 |   273 |  1487k|  13.6 |  21M| 101 |  59 |2340 |7054 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
412.51/412.62	c   413s|109500 |   279 |  1488k|  13.6 |  21M| 101 |  36 |2340 |7077 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
412.80/412.92	c   413s|109600 |   274 |  1489k|  13.6 |  21M| 101 |  52 |2340 |7131 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
413.11/413.23	c   413s|109700 |   269 |  1490k|  13.5 |  21M| 101 |   - |2340 |7039 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
413.31/413.46	c   413s|109800 |   293 |  1490k|  13.5 |  21M| 101 |  42 |2340 |7039 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
413.60/413.76	c   414s|109900 |   269 |  1491k|  13.5 |  21M| 101 |  40 |2340 |6967 |2340 |1708 |  87 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
413.91/414.06	c   414s|110000 |   267 |  1492k|  13.5 |  21M| 101 |  55 |2340 |6966 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
414.21/414.33	c   414s|110100 |   269 |  1493k|  13.5 |  21M| 101 |   - |2340 |6867 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
414.51/414.69	c   415s|110200 |   268 |  1494k|  13.5 |  21M| 101 |  61 |2340 |6846 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
414.82/414.97	c   415s|110300 |   266 |  1495k|  13.5 |  21M| 101 |  63 |2340 |6871 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
415.21/415.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
415.21/415.30	c   415s|110400 |   270 |  1497k|  13.5 |  21M| 101 |   - |2340 |6993 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
415.51/415.63	c   416s|110500 |   264 |  1498k|  13.5 |  21M| 101 |  72 |2340 |6999 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
415.91/416.00	c   416s|110600 |   266 |  1499k|  13.5 |  21M| 101 |  59 |2340 |6898 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
416.21/416.37	c   416s|110700 |   264 |  1501k|  13.5 |  21M| 101 |  64 |2340 |6909 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
416.61/416.70	c   417s|110800 |   265 |  1502k|  13.5 |  21M| 101 |  66 |2340 |6942 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
416.91/417.04	c   417s|110900 |   263 |  1504k|  13.5 |  21M| 101 |  58 |2340 |7006 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
417.21/417.39	c   417s|111000 |   260 |  1505k|  13.5 |  21M| 101 |   - |2340 |7131 |2340 |1708 |  87 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
417.50/417.68	c   418s|111100 |   260 |  1506k|  13.5 |  21M| 101 |  56 |2340 |7205 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
417.91/418.00	c   418s|111200 |   261 |  1507k|  13.5 |  21M| 101 |   - |2340 |7324 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
418.12/418.29	c   418s|111300 |   273 |  1508k|  13.5 |  21M| 101 |   - |2340 |7427 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
418.41/418.51	c   419s|111400 |   266 |  1509k|  13.5 |  21M| 101 |  78 |2340 |7545 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
418.70/418.80	c   419s|111500 |   265 |  1510k|  13.5 |  21M| 101 |  71 |2340 |7682 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
419.01/419.10	c   419s|111600 |   262 |  1511k|  13.5 |  21M| 101 |   - |2340 |7756 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
419.31/419.43	c   419s|111700 |   266 |  1512k|  13.5 |  22M| 101 |  70 |2340 |7888 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
419.61/419.72	c   420s|111800 |   264 |  1513k|  13.5 |  22M| 101 |  62 |2340 |7987 |2340 |1708 |  87 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
419.91/420.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.91/420.00	c   420s|111900 |   264 |  1514k|  13.5 |  22M| 101 |   - |2340 |8133 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
420.10/420.27	c   420s|112000 |   262 |  1515k|  13.5 |  22M| 101 |   - |2340 |8211 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
420.42/420.57	c   421s|112100 |   263 |  1516k|  13.5 |  22M| 101 |   - |2340 |8270 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
420.71/420.87	c   421s|112200 |   267 |  1517k|  13.5 |  22M| 101 |  77 |2340 |8361 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
421.11/421.26	c   421s|112300 |   259 |  1519k|  13.5 |  22M| 101 |  77 |2340 |8490 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
421.42/421.59	c   422s|112400 |   260 |  1520k|  13.5 |  22M| 101 |   - |2340 |8645 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
421.80/421.90	c   422s|112500 |   262 |  1520k|  13.5 |  22M| 101 |   - |2340 |8672 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
422.00/422.17	c   422s|112600 |   263 |  1521k|  13.5 |  22M| 101 |  59 |2340 |8688 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
422.31/422.43	c   422s|112700 |   263 |  1522k|  13.5 |  22M| 101 |  67 |2340 |8759 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
422.61/422.74	c   423s|112800 |   265 |  1523k|  13.5 |  22M| 101 |  66 |2340 |8880 |2340 |1708 |  87 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
422.90/423.06	c   423s|112900 |   267 |  1524k|  13.5 |  23M| 101 |  65 |2340 |9041 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
423.21/423.37	c   423s|113000 |   265 |  1525k|  13.5 |  23M| 101 |   - |2340 |9165 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
423.51/423.63	c   424s|113100 |   263 |  1525k|  13.5 |  23M| 101 |   - |2340 |9230 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
423.81/423.97	c   424s|113200 |   263 |  1527k|  13.5 |  23M| 101 |  82 |2340 |9346 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
424.10/424.28	c   424s|113300 |   261 |  1527k|  13.4 |  23M| 101 |   - |2340 |9428 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
424.50/424.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.50/424.61	c   425s|113400 |   261 |  1528k|  13.4 |  23M| 101 |  80 |2340 |9450 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
424.81/424.98	c   425s|113500 |   256 |  1529k|  13.4 |  23M| 101 |  73 |2340 |9401 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
425.21/425.32	c   425s|113600 |   255 |  1530k|  13.4 |  23M| 101 |   - |2340 |9356 |2340 |1708 |  87 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
425.51/425.67	c   426s|113700 |   255 |  1532k|  13.4 |  23M| 101 |   - |2340 |9310 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
425.91/426.06	c   426s|113800 |   267 |  1533k|  13.4 |  23M| 101 |   - |2340 |9238 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
426.30/426.47	c   426s|113900 |   256 |  1534k|  13.4 |  22M| 101 |   - |2340 |9177 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
426.61/426.76	c   427s|114000 |   256 |  1535k|  13.4 |  22M| 101 |   - |2340 |9129 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
426.92/427.07	c   427s|114100 |   258 |  1537k|  13.4 |  22M| 101 |   - |2340 |9090 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
427.20/427.39	c   427s|114200 |   259 |  1538k|  13.4 |  22M| 101 |  48 |2340 |9097 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
427.60/427.74	c   428s|114300 |   256 |  1539k|  13.4 |  22M| 101 |  57 |2340 |9008 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
427.90/428.10	c   428s|114400 |   260 |  1540k|  13.4 |  22M| 101 |   - |2340 |8986 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
428.30/428.48	c   428s|114500 |   255 |  1541k|  13.4 |  22M| 101 |  77 |2340 |8775 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
428.71/428.84	c   429s|114600 |   258 |  1543k|  13.4 |  22M| 101 |  70 |2340 |8478 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
429.11/429.26	c   429s|114700 |   254 |  1544k|  13.4 |  21M| 101 |  66 |2340 |8052 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
429.50/429.61	c   430s|114800 |   254 |  1545k|  13.4 |  21M| 101 |   - |2340 |8072 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
429.81/429.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.81/429.98	c   430s|114900 |   253 |  1547k|  13.4 |  21M| 101 |  58 |2340 |8082 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
430.31/430.40	c   430s|115000 |   255 |  1548k|  13.4 |  21M| 101 |  69 |2340 |7915 |2340 |1708 |  87 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
430.60/430.79	c   431s|115100 |   257 |  1550k|  13.4 |  21M| 101 |   - |2340 |7634 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
431.01/431.17	c   431s|115200 |   254 |  1551k|  13.4 |  20M| 101 |  74 |2340 |7300 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
431.51/431.60	c   432s|115300 |   254 |  1553k|  13.4 |  20M| 101 |   - |2340 |7117 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
431.71/431.89	c   432s|115400 |   258 |  1554k|  13.4 |  20M| 101 |  72 |2340 |7110 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
432.00/432.16	c   432s|115500 |   256 |  1555k|  13.4 |  20M| 101 |  80 |2340 |7102 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
432.41/432.52	c   433s|115600 |   252 |  1556k|  13.4 |  20M| 101 |   - |2340 |6918 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
432.70/432.83	c   433s|115700 |   254 |  1558k|  13.4 |  20M| 101 |   - |2340 |6755 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
433.00/433.18	c   433s|115800 |   253 |  1559k|  13.4 |  20M| 101 |   - |2340 |6670 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
433.41/433.51	c   434s|115900 |   253 |  1561k|  13.4 |  20M| 101 |   - |2340 |6664 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
433.71/433.86	c   434s|116000 |   252 |  1562k|  13.4 |  20M| 101 |  73 |2340 |6636 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
434.00/434.19	c   434s|116100 |   256 |  1563k|  13.4 |  20M| 101 |   - |2340 |6592 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
434.31/434.45	c   434s|116200 |   259 |  1564k|  13.4 |  20M| 101 |   - |2340 |6588 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
434.62/434.72	c   435s|116300 |   258 |  1565k|  13.4 |  20M| 101 |  66 |2340 |6668 |2340 |1708 |  87 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
434.90/435.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.90/435.01	c   435s|116400 |   255 |  1566k|  13.4 |  20M| 101 |  62 |2340 |6782 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
435.10/435.28	c   435s|116500 |   253 |  1567k|  13.4 |  20M| 101 |   - |2340 |6887 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
435.40/435.57	c   436s|116600 |   253 |  1567k|  13.4 |  20M| 101 |  59 |2340 |6935 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
435.71/435.82	c   436s|116700 |   251 |  1568k|  13.4 |  20M| 101 |  69 |2340 |6997 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
436.01/436.11	c   436s|116800 |   253 |  1569k|  13.4 |  20M| 101 |  62 |2340 |6973 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
436.30/436.40	c   436s|116900 |   251 |  1570k|  13.4 |  20M| 101 |  74 |2340 |7042 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
436.51/436.65	c   437s|117000 |   251 |  1571k|  13.4 |  21M| 101 |   - |2340 |7130 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
436.81/436.93	c   437s|117100 |   251 |  1572k|  13.4 |  21M| 101 |  59 |2340 |7217 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
437.11/437.21	c   437s|117200 |   249 |  1573k|  13.4 |  21M| 101 |   - |2340 |7348 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
437.30/437.49	c   437s|117300 |   251 |  1574k|  13.4 |  21M| 101 |   - |2340 |7413 |2340 |1708 |  87 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
437.61/437.76	c   438s|117400 |   251 |  1575k|  13.4 |  21M| 101 |   - |2340 |7468 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
437.92/438.06	c   438s|117500 |   251 |  1576k|  13.4 |  21M| 101 |  75 |2340 |7579 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
438.20/438.32	c   438s|117600 |   253 |  1577k|  13.4 |  21M| 101 |  62 |2340 |7597 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
438.50/438.60	c   439s|117700 |   253 |  1578k|  13.4 |  21M| 101 |  70 |2340 |7678 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
438.81/438.92	c   439s|117800 |   249 |  1579k|  13.4 |  21M| 101 |   - |2340 |7809 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
439.11/439.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.11/439.24	c   439s|117900 |   249 |  1580k|  13.4 |  21M| 101 |   - |2340 |7915 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
439.51/439.65	c   440s|118000 |   249 |  1581k|  13.4 |  21M| 101 |  87 |2340 |7703 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
439.90/440.02	c   440s|118100 |   250 |  1583k|  13.4 |  21M| 101 |  64 |2340 |7378 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
440.21/440.39	c   440s|118200 |   249 |  1584k|  13.4 |  21M| 101 |  75 |2340 |7025 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
440.60/440.72	c   441s|118300 |   247 |  1586k|  13.4 |  21M| 101 |  68 |2340 |7045 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
440.90/441.04	c   441s|118400 |   247 |  1587k|  13.4 |  21M| 101 |   - |2340 |7043 |2340 |1708 |  87 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
441.21/441.38	c   441s|118500 |   245 |  1589k|  13.4 |  21M| 101 |   - |2340 |7074 |2340 |1708 |  87 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
441.60/441.78	c   442s|118600 |   242 |  1590k|  13.4 |  20M| 101 |   - |2340 |6929 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
442.01/442.15	c   442s|118700 |   244 |  1591k|  13.4 |  20M| 101 |  64 |2340 |6902 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
442.41/442.51	c   443s|118800 |   244 |  1593k|  13.4 |  20M| 101 |  77 |2340 |6893 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
442.70/442.89	c   443s|118900 |   244 |  1595k|  13.4 |  20M| 101 |  74 |2340 |6903 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
443.10/443.25	c   443s|119000 |   244 |  1596k|  13.4 |  20M| 101 |  66 |2340 |6932 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
443.51/443.63	c   444s|119100 |   242 |  1598k|  13.4 |  20M| 101 |   - |2340 |6964 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
443.80/443.98	c   444s|119200 |   242 |  1600k|  13.4 |  20M| 101 |   - |2340 |6980 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
444.20/444.33	c   444s|119300 |   242 |  1601k|  13.4 |  20M| 101 |  74 |2340 |7022 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
444.51/444.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.51/444.69	c   445s|119400 |   242 |  1603k|  13.4 |  20M| 101 |   - |2340 |7056 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
444.90/445.04	c   445s|119500 |   242 |  1605k|  13.4 |  20M| 101 |   - |2340 |7092 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
445.20/445.39	c   445s|119600 |   250 |  1606k|  13.4 |  20M| 101 |  41 |2340 |7102 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
445.61/445.77	c   446s|119700 |   239 |  1608k|  13.4 |  20M| 101 |  73 |2340 |7121 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
446.00/446.15	c   446s|119800 |   236 |  1609k|  13.4 |  20M| 101 |   - |2340 |6988 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
446.30/446.48	c   446s|119900 |   237 |  1611k|  13.4 |  20M| 101 |  61 |2340 |6567 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
446.71/446.83	c   447s|120000 |   236 |  1612k|  13.4 |  20M| 101 |   - |2340 |6332 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
447.00/447.16	c   447s|120100 |   236 |  1613k|  13.4 |  20M| 101 |  65 |2340 |6299 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
447.31/447.49	c   447s|120200 |   236 |  1615k|  13.4 |  20M| 101 |   - |2340 |6203 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
447.70/447.85	c   448s|120300 |   236 |  1616k|  13.4 |  20M| 101 |   - |2340 |6127 |2340 |1708 |  87 | 114k|  14k| 0.000000e+00 |      --      |    Inf 
448.01/448.18	c   448s|120400 |   236 |  1618k|  13.4 |  20M| 101 |  71 |2340 |6180 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
448.41/448.55	c   449s|120500 |   237 |  1619k|  13.4 |  20M| 101 |  73 |2340 |6104 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
448.80/448.91	c   449s|120600 |   241 |  1621k|  13.4 |  20M| 101 |   - |2340 |6090 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
449.11/449.26	c   449s|120700 |   233 |  1623k|  13.4 |  20M| 101 |   - |2340 |6010 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
449.50/449.60	c   450s|120800 |   233 |  1624k|  13.4 |  20M| 101 |   - |2340 |6013 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
449.80/449.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.80/449.95	c   450s|120900 |   233 |  1626k|  13.4 |  20M| 101 |   - |2340 |6035 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
450.20/450.34	c   450s|121000 |   233 |  1627k|  13.4 |  20M| 101 |   - |2340 |6100 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
450.60/450.70	c   451s|121100 |   236 |  1629k|  13.4 |  20M| 101 |  64 |2340 |6097 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
450.91/451.04	c   451s|121200 |   234 |  1630k|  13.4 |  20M| 101 |  60 |2340 |6122 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
451.21/451.39	c   451s|121300 |   234 |  1632k|  13.4 |  20M| 101 |  81 |2340 |6124 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
451.60/451.73	c   452s|121400 |   234 |  1633k|  13.4 |  20M| 101 |  65 |2340 |6172 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
451.90/452.08	c   452s|121500 |   232 |  1635k|  13.4 |  20M| 101 |  69 |2340 |6182 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
452.21/452.40	c   452s|121600 |   234 |  1637k|  13.4 |  20M| 101 |   - |2340 |6128 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
452.50/452.67	c   453s|121700 |   235 |  1638k|  13.4 |  20M| 101 |  68 |2340 |6158 |2340 |1708 |  87 | 115k|  14k| 0.000000e+00 |      --      |    Inf 
452.81/452.93	c   453s|121800 |   242 |  1638k|  13.4 |  20M| 101 |   - |2340 |6217 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
453.10/453.21	c   453s|121900 |   236 |  1639k|  13.4 |  20M| 101 |   - |2340 |6277 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
453.31/453.48	c   453s|122000 |   237 |  1640k|  13.4 |  20M| 101 |   - |2340 |6338 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
453.60/453.75	c   454s|122100 |   237 |  1641k|  13.4 |  20M| 101 |  63 |2340 |6366 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
453.90/454.03	c   454s|122200 |   240 |  1642k|  13.4 |  20M| 101 |  66 |2340 |6323 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
454.21/454.31	c   454s|122300 |   240 |  1643k|  13.4 |  20M| 101 |  67 |2340 |6386 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
454.41/454.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.41/454.58	c   455s|122400 |   240 |  1643k|  13.4 |  20M| 101 |  63 |2340 |6421 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
454.70/454.85	c   455s|122500 |   240 |  1644k|  13.4 |  20M| 101 |  72 |2340 |6523 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
455.00/455.14	c   455s|122600 |   240 |  1645k|  13.4 |  20M| 101 |   - |2340 |6639 |2340 |1708 |  87 | 116k|  14k| 0.000000e+00 |      --      |    Inf 
455.30/455.41	c   455s|122700 |   240 |  1646k|  13.4 |  20M| 101 |   - |2340 |6730 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
455.51/455.68	c   456s|122800 |   239 |  1647k|  13.4 |  20M| 101 |  66 |2340 |6876 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
455.80/455.93	c   456s|122900 |   239 |  1648k|  13.4 |  20M| 101 |  64 |2340 |6962 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
456.00/456.19	c   456s|123000 |   239 |  1648k|  13.4 |  21M| 101 |  69 |2340 |7053 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
456.30/456.46	c   456s|123100 |   239 |  1649k|  13.4 |  21M| 101 |  64 |2340 |7124 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
456.61/456.72	c   457s|123200 |   241 |  1650k|  13.4 |  20M| 101 |  62 |2340 |7074 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
456.80/456.98	c   457s|123300 |   236 |  1651k|  13.4 |  20M| 101 |   - |2340 |7143 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
457.10/457.26	c   457s|123400 |   238 |  1652k|  13.4 |  20M| 101 |   - |2340 |7150 |2340 |1708 |  87 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
457.40/457.54	c   458s|123500 |   238 |  1652k|  13.3 |  21M| 101 |  64 |2340 |7262 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
457.60/457.80	c   458s|123600 |   238 |  1653k|  13.3 |  21M| 101 |  66 |2340 |7297 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
457.90/458.06	c   458s|123700 |   238 |  1654k|  13.3 |  21M| 101 |   - |2340 |7288 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
458.20/458.32	c   458s|123800 |   238 |  1655k|  13.3 |  21M| 101 |   - |2340 |7343 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
458.40/458.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.40/458.58	c   459s|123900 |   238 |  1655k|  13.3 |  21M| 101 |  62 |2340 |7380 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
458.70/458.86	c   459s|124000 |   240 |  1656k|  13.3 |  21M| 101 |   - |2340 |7496 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
459.00/459.16	c   459s|124100 |   242 |  1657k|  13.3 |  21M| 101 |  63 |2340 |7599 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
459.30/459.43	c   459s|124200 |   240 |  1658k|  13.3 |  21M| 101 |   - |2340 |7656 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
459.60/459.74	c   460s|124300 |   238 |  1659k|  13.3 |  21M| 101 |   - |2340 |7670 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
459.91/460.06	c   460s|124400 |   236 |  1660k|  13.3 |  21M| 101 |  64 |2340 |7665 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
460.30/460.40	c   460s|124500 |   234 |  1661k|  13.3 |  21M| 101 |   - |2340 |7687 |2340 |1708 |  87 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
460.50/460.68	c   461s|124600 |   236 |  1662k|  13.3 |  21M| 101 |  82 |2340 |7671 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
460.90/461.01	c   461s|124700 |   236 |  1662k|  13.3 |  21M| 101 |  75 |2340 |7699 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
461.10/461.29	c   461s|124800 |   236 |  1663k|  13.3 |  21M| 101 |  80 |2340 |7718 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
461.50/461.63	c   462s|124900 |   238 |  1664k|  13.3 |  21M| 101 |  65 |2340 |7803 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
461.80/461.95	c   462s|125000 |   238 |  1665k|  13.3 |  21M| 101 |   - |2340 |7857 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
462.21/462.33	c   462s|125100 |   235 |  1667k|  13.3 |  21M| 101 |  67 |2340 |7732 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
462.50/462.67	c   463s|125200 |   237 |  1668k|  13.3 |  20M| 101 |   - |2340 |7640 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
462.90/463.04	c   463s|125300 |   236 |  1669k|  13.3 |  20M| 101 |  57 |2340 |7525 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
463.30/463.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.30/463.46	c   463s|125400 |   235 |  1671k|  13.3 |  20M| 101 |   - |2340 |7504 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
463.70/463.85	c   464s|125500 |   235 |  1672k|  13.3 |  20M| 101 |   - |2340 |7481 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
464.10/464.20	c   464s|125600 |   234 |  1674k|  13.3 |  20M| 101 |   - |2340 |7392 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
464.41/464.58	c   465s|125700 |   236 |  1675k|  13.3 |  20M| 101 |  68 |2340 |7342 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
464.80/464.97	c   465s|125800 |   238 |  1676k|  13.3 |  20M| 101 |  74 |2340 |7333 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
465.20/465.32	c   465s|125900 |   238 |  1678k|  13.3 |  20M| 101 |  66 |2340 |7354 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
465.60/465.74	c   466s|126000 |   236 |  1680k|  13.3 |  20M| 101 |   - |2340 |7400 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
466.00/466.15	c   466s|126100 |   237 |  1681k|  13.3 |  20M| 101 |   - |2340 |7467 |2340 |1708 |  87 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
466.40/466.55	c   467s|126200 |   237 |  1683k|  13.3 |  20M| 101 |   - |2340 |7549 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
466.80/466.93	c   467s|126300 |   239 |  1684k|  13.3 |  20M| 101 |  68 |2340 |7591 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
467.30/467.42	c   467s|126400 |   235 |  1686k|  13.3 |  20M| 101 |   - |2340 |7157 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
467.71/467.83	c   468s|126500 |   237 |  1688k|  13.3 |  20M| 101 |  76 |2340 |6983 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
468.10/468.26	c   468s|126600 |   242 |  1689k|  13.3 |  20M| 101 |  60 |2340 |6988 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
468.50/468.66	c   469s|126700 |   238 |  1691k|  13.3 |  20M| 101 |   - |2340 |7027 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
468.90/469.03	c   469s|126800 |   238 |  1692k|  13.3 |  20M| 101 |  54 |2340 |7031 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
469.30/469.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.30/469.43	c   469s|126900 |   236 |  1693k|  13.3 |  20M| 101 |   - |2340 |7030 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
469.69/469.81	c   470s|127000 |   236 |  1695k|  13.3 |  20M| 101 |  74 |2340 |7026 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
470.10/470.23	c   470s|127100 |   235 |  1697k|  13.3 |  20M| 101 |  69 |2340 |6981 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
470.50/470.63	c   471s|127200 |   231 |  1698k|  13.3 |  20M| 101 |   - |2340 |6949 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
470.90/471.10	c   471s|127300 |   235 |  1699k|  13.3 |  20M| 101 |   - |2340 |6963 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
471.29/471.46	c   471s|127400 |   235 |  1701k|  13.3 |  20M| 101 |  65 |2340 |7023 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
471.70/471.85	c   472s|127500 |   235 |  1703k|  13.3 |  20M| 101 |  79 |2340 |7063 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
472.10/472.22	c   472s|127600 |   232 |  1704k|  13.3 |  20M| 101 |  64 |2340 |7105 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
472.50/472.61	c   473s|127700 |   240 |  1706k|  13.3 |  20M| 101 |   - |2340 |7211 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
472.80/472.94	c   473s|127800 |   235 |  1707k|  13.3 |  20M| 101 |   - |2340 |7355 |2340 |1708 |  87 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
473.21/473.35	c   473s|127900 |   241 |  1708k|  13.3 |  20M| 101 |  51 |2340 |7398 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
473.60/473.70	c   474s|128000 |   237 |  1710k|  13.3 |  20M| 101 |  68 |2340 |7437 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
473.90/474.04	c   474s|128100 |   237 |  1711k|  13.3 |  20M| 101 |   - |2340 |7457 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
474.21/474.39	c   474s|128200 |   237 |  1713k|  13.3 |  20M| 101 |  79 |2340 |7495 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
474.60/474.74	c   475s|128300 |   233 |  1714k|  13.3 |  20M| 101 |   - |2340 |7532 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
474.90/475.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.90/475.04	c   475s|128400 |   237 |  1715k|  13.3 |  21M| 101 |  64 |2340 |7677 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
475.20/475.36	c   475s|128500 |   237 |  1716k|  13.3 |  21M| 101 |  66 |2340 |7789 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
475.50/475.65	c   476s|128600 |   235 |  1717k|  13.3 |  21M| 101 |  63 |2340 |7882 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
475.79/475.96	c   476s|128700 |   235 |  1718k|  13.3 |  21M| 101 |  79 |2340 |8051 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
476.10/476.24	c   476s|128800 |   234 |  1719k|  13.3 |  21M| 101 |   - |2340 |8127 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
476.40/476.53	c   477s|128900 |   234 |  1720k|  13.3 |  21M| 101 |  67 |2340 |8242 |2340 |1708 |  87 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
476.70/476.83	c   477s|129000 |   234 |  1721k|  13.3 |  21M| 101 |   - |2340 |8324 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
476.99/477.11	c   477s|129100 |   234 |  1722k|  13.3 |  21M| 101 |   - |2340 |8443 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
477.30/477.41	c   477s|129200 |   234 |  1723k|  13.3 |  21M| 101 |  75 |2340 |8539 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
477.51/477.70	c   478s|129300 |   234 |  1724k|  13.3 |  22M| 101 |  74 |2340 |8613 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
477.80/477.99	c   478s|129400 |   234 |  1725k|  13.3 |  22M| 101 |   - |2340 |8698 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
478.20/478.30	c   478s|129500 |   236 |  1726k|  13.3 |  22M| 101 |   - |2340 |8821 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
478.50/478.60	c   479s|129600 |   236 |  1727k|  13.3 |  22M| 101 |  83 |2340 |8858 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
478.71/478.88	c   479s|129700 |   236 |  1728k|  13.3 |  22M| 101 |   - |2340 |8975 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
478.99/479.16	c   479s|129800 |   236 |  1729k|  13.3 |  22M| 101 |   - |2340 |9069 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
479.30/479.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.30/479.45	c   479s|129900 |   238 |  1730k|  13.3 |  22M| 101 |  67 |2340 |9144 |2340 |1708 |  87 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
479.60/479.73	c   480s|130000 |   236 |  1731k|  13.3 |  22M| 101 |  68 |2340 |9244 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
479.89/480.02	c   480s|130100 |   238 |  1732k|  13.3 |  22M| 101 |  72 |2340 |9305 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
480.20/480.32	c   480s|130200 |   236 |  1733k|  13.3 |  22M| 101 |   - |2340 |9436 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
480.49/480.65	c   481s|130300 |   238 |  1734k|  13.3 |  22M| 101 |  63 |2340 |9501 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
480.80/480.95	c   481s|130400 |   238 |  1735k|  13.3 |  22M| 101 |   - |2340 |9583 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
481.10/481.26	c   481s|130500 |   238 |  1736k|  13.3 |  23M| 101 |  65 |2340 |9681 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
481.40/481.54	c   482s|130600 |   236 |  1737k|  13.3 |  23M| 101 |  69 |2340 |9750 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
481.69/481.82	c   482s|130700 |   234 |  1737k|  13.3 |  23M| 101 |   - |2340 |9772 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
482.00/482.14	c   482s|130800 |   234 |  1738k|  13.3 |  22M| 101 |  64 |2340 |9754 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
482.29/482.45	c   482s|130900 |   234 |  1740k|  13.3 |  23M| 101 |  79 |2340 |9856 |2340 |1708 |  87 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
482.70/482.80	c   483s|131000 |   242 |  1740k|  13.3 |  23M| 101 |  45 |2340 |9842 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
482.90/483.09	c   483s|131100 |   235 |  1741k|  13.3 |  23M| 101 |   - |2340 |9896 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
483.20/483.39	c   483s|131200 |   237 |  1742k|  13.3 |  22M| 101 |   - |2340 |9865 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
483.50/483.68	c   484s|131300 |   239 |  1743k|  13.2 |  22M| 101 |  59 |2340 |9862 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
483.80/483.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.80/483.97	c   484s|131400 |   239 |  1744k|  13.2 |  22M| 101 |   - |2340 |9897 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
484.10/484.25	c   484s|131500 |   239 |  1745k|  13.2 |  22M| 101 |   - |2340 |9951 |2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
484.40/484.54	c   485s|131600 |   239 |  1746k|  13.2 |  23M| 101 |  63 |2340 |  10k|2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
484.69/484.83	c   485s|131700 |   235 |  1747k|  13.2 |  23M| 101 |  70 |2340 |  10k|2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
485.00/485.13	c   485s|131800 |   232 |  1748k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
485.30/485.41	c   485s|131900 |   234 |  1748k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
485.49/485.69	c   486s|132000 |   234 |  1749k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
485.80/485.99	c   486s|132100 |   240 |  1750k|  13.2 |  23M| 101 |  62 |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
486.10/486.26	c   486s|132200 |   240 |  1751k|  13.2 |  23M| 101 |  66 |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
486.41/486.54	c   487s|132300 |   236 |  1752k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
486.70/486.82	c   487s|132400 |   236 |  1752k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
487.00/487.10	c   487s|132500 |   236 |  1753k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
487.29/487.42	c   487s|132600 |   238 |  1754k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
487.60/487.72	c   488s|132700 |   238 |  1755k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
487.89/488.03	c   488s|132800 |   238 |  1756k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
488.20/488.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.20/488.31	c   488s|132900 |   237 |  1757k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
488.50/488.61	c   489s|133000 |   237 |  1758k|  13.2 |  23M| 101 |  78 |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
488.80/488.92	c   489s|133100 |   239 |  1759k|  13.2 |  23M| 101 |  71 |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
489.10/489.21	c   489s|133200 |   239 |  1760k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
489.30/489.48	c   489s|133300 |   239 |  1760k|  13.2 |  23M| 101 |  63 |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
489.60/489.77	c   490s|133400 |   241 |  1761k|  13.2 |  23M| 101 |  72 |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
489.90/490.06	c   490s|133500 |   239 |  1762k|  13.2 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
490.20/490.34	c   490s|133600 |   241 |  1763k|  13.2 |  23M| 101 |  64 |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
490.49/490.61	c   491s|133700 |   241 |  1763k|  13.2 |  24M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
490.70/490.89	c   491s|133800 |   239 |  1764k|  13.2 |  24M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
491.00/491.18	c   491s|133900 |   239 |  1765k|  13.2 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
491.29/491.48	c   491s|134000 |   241 |  1766k|  13.2 |  24M| 101 |  64 |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
491.60/491.78	c   492s|134100 |   241 |  1767k|  13.1 |  24M| 101 |  65 |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
491.91/492.09	c   492s|134200 |   239 |  1768k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
492.20/492.39	c   492s|134300 |   241 |  1769k|  13.1 |  24M| 101 |  81 |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
492.49/492.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.49/492.69	c   493s|134400 |   241 |  1770k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
492.80/492.98	c   493s|134500 |   241 |  1770k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
493.09/493.27	c   493s|134600 |   240 |  1771k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
493.40/493.55	c   494s|134700 |   240 |  1772k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
493.70/493.85	c   494s|134800 |   238 |  1773k|  13.1 |  24M| 101 |  82 |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
494.11/494.21	c   494s|134900 |   237 |  1774k|  13.1 |  24M| 101 |  73 |2340 |  11k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
494.39/494.50	c   495s|135000 |   241 |  1775k|  13.1 |  23M| 101 |  73 |2340 |  10k|2340 |1708 |  87 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
494.70/494.80	c   495s|135100 |   241 |  1776k|  13.1 |  23M| 101 |  68 |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
494.89/495.08	c   495s|135200 |   239 |  1777k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
495.20/495.38	c   495s|135300 |   239 |  1778k|  13.1 |  23M| 101 |  64 |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
495.50/495.69	c   496s|135400 |   243 |  1779k|  13.1 |  23M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
495.79/495.99	c   496s|135500 |   243 |  1780k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
496.10/496.27	c   496s|135600 |   242 |  1781k|  13.1 |  23M| 101 |  78 |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
496.49/496.66	c   497s|135700 |   242 |  1782k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
496.89/497.04	c   497s|135800 |   241 |  1783k|  13.1 |  23M| 101 |  69 |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
497.19/497.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.19/497.37	c   497s|135900 |   242 |  1785k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
497.49/497.69	c   498s|136000 |   243 |  1786k|  13.1 |  23M| 101 |  70 |2340 |  10k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
497.90/498.00	c   498s|136100 |   243 |  1787k|  13.1 |  23M| 101 |  67 |2340 |  10k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
498.19/498.33	c   498s|136200 |   241 |  1788k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
498.51/498.66	c   499s|136300 |   241 |  1789k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
498.80/498.95	c   499s|136400 |   241 |  1790k|  13.1 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
499.10/499.23	c   499s|136500 |   243 |  1791k|  13.1 |  23M| 101 |  66 |2340 |  11k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
499.40/499.59	c   500s|136600 |   240 |  1793k|  13.1 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
499.79/499.94	c   500s|136700 |   245 |  1794k|  13.1 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
500.10/500.27	c   500s|136800 |   243 |  1795k|  13.1 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
500.50/500.62	c   501s|136900 |   244 |  1797k|  13.1 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
500.79/500.97	c   501s|137000 |   244 |  1798k|  13.1 |  23M| 101 |  65 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
501.20/501.33	c   501s|137100 |   246 |  1800k|  13.1 |  23M| 101 |  72 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
501.50/501.68	c   502s|137200 |   246 |  1801k|  13.1 |  23M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
501.89/502.00	c   502s|137300 |   244 |  1802k|  13.1 |  23M| 101 |  79 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
502.19/502.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.19/502.36	c   502s|137400 |   248 |  1804k|  13.1 |  23M| 101 |  71 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
502.60/502.71	c   503s|137500 |   246 |  1805k|  13.1 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
502.90/503.04	c   503s|137600 |   246 |  1806k|  13.1 |  23M| 101 |  78 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
503.29/503.40	c   503s|137700 |   244 |  1808k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
503.49/503.69	c   504s|137800 |   244 |  1808k|  13.1 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
503.80/503.99	c   504s|137900 |   246 |  1809k|  13.1 |  24M| 101 |  80 |2340 |  11k|2340 |1708 |  87 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
504.19/504.37	c   504s|138000 |   244 |  1811k|  13.1 |  24M| 101 |  79 |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
504.49/504.69	c   505s|138100 |   244 |  1812k|  13.1 |  24M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
504.89/505.05	c   505s|138200 |   244 |  1813k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
505.30/505.41	c   505s|138300 |   244 |  1814k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
505.59/505.71	c   506s|138400 |   244 |  1815k|  13.1 |  24M| 101 |  90 |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
505.90/506.08	c   506s|138500 |   248 |  1816k|  13.1 |  24M| 101 |  62 |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
506.20/506.39	c   506s|138600 |   246 |  1817k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
506.59/506.73	c   507s|138700 |   248 |  1818k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 132k|  14k| 0.000000e+00 |      --      |    Inf 
506.89/507.10	c   507s|138800 |   248 |  1819k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
507.30/507.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.30/507.44	c   507s|138900 |   248 |  1820k|  13.1 |  24M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
507.60/507.76	c   508s|139000 |   248 |  1821k|  13.1 |  24M| 101 |  81 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
508.00/508.12	c   508s|139100 |   250 |  1822k|  13.1 |  24M| 101 |  79 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
508.40/508.51	c   509s|139200 |   251 |  1823k|  13.1 |  24M| 101 |  79 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
508.70/508.89	c   509s|139300 |   251 |  1824k|  13.1 |  24M| 101 |  60 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
508.99/509.17	c   509s|139400 |   251 |  1825k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
509.29/509.49	c   509s|139500 |   251 |  1826k|  13.1 |  24M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
509.70/509.82	c   510s|139600 |   251 |  1827k|  13.1 |  24M| 101 |  67 |2340 |  12k|2340 |1708 |  87 | 133k|  14k| 0.000000e+00 |      --      |    Inf 
509.99/510.12	c   510s|139700 |   251 |  1827k|  13.1 |  24M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
510.29/510.46	c   510s|139800 |   248 |  1828k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
510.69/510.84	c   511s|139900 |   247 |  1829k|  13.1 |  23M| 101 |  80 |2340 |  10k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
510.99/511.16	c   511s|140000 |   247 |  1830k|  13.0 |  23M| 101 |  80 |2340 |  10k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
511.29/511.47	c   511s|140100 |   245 |  1831k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
511.60/511.79	c   512s|140200 |   244 |  1832k|  13.0 |  23M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 134k|  14k| 0.000000e+00 |      --      |    Inf 
511.99/512.14	c   512s|140300 |   246 |  1833k|  13.0 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
512.29/512.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.29/512.44	c   512s|140400 |   246 |  1834k|  13.0 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
512.59/512.78	c   513s|140500 |   246 |  1835k|  13.0 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
513.00/513.12	c   513s|140600 |   246 |  1836k|  13.0 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
513.29/513.44	c   513s|140700 |   247 |  1837k|  13.0 |  23M| 101 |  71 |2340 |  10k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
513.60/513.74	c   514s|140800 |   247 |  1838k|  13.0 |  23M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
513.90/514.06	c   514s|140900 |   245 |  1839k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
514.29/514.41	c   514s|141000 |   247 |  1840k|  13.0 |  23M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
514.59/514.72	c   515s|141100 |   247 |  1841k|  13.0 |  23M| 101 |  81 |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
514.90/515.06	c   515s|141200 |   245 |  1842k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
515.29/515.42	c   515s|141300 |   245 |  1842k|  13.0 |  23M| 101 |  66 |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
515.60/515.74	c   516s|141400 |   245 |  1843k|  13.0 |  23M| 101 |  74 |2340 |  11k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
515.89/516.05	c   516s|141500 |   246 |  1844k|  13.0 |  23M| 101 |  75 |2340 |  10k|2340 |1708 |  87 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
516.19/516.37	c   516s|141600 |   246 |  1845k|  13.0 |  23M| 101 |  78 |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
516.49/516.67	c   517s|141700 |   246 |  1846k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
516.79/516.96	c   517s|141800 |   246 |  1847k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
517.10/517.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.10/517.26	c   517s|141900 |   242 |  1848k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
517.40/517.56	c   518s|142000 |   244 |  1849k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
517.69/517.89	c   518s|142100 |   244 |  1850k|  13.0 |  23M| 101 |  91 |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
518.09/518.21	c   518s|142200 |   244 |  1851k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
518.30/518.49	c   518s|142300 |   244 |  1852k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
518.59/518.79	c   519s|142400 |   244 |  1852k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
518.90/519.09	c   519s|142500 |   246 |  1853k|  13.0 |  23M| 101 |  73 |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
519.19/519.39	c   519s|142600 |   246 |  1854k|  13.0 |  23M| 101 |  66 |2340 |  11k|2340 |1708 |  87 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
519.49/519.68	c   520s|142700 |   246 |  1855k|  13.0 |  23M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
519.89/520.00	c   520s|142800 |   246 |  1856k|  13.0 |  24M| 101 |  67 |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
520.09/520.29	c   520s|142900 |   244 |  1857k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
520.40/520.59	c   521s|143000 |   244 |  1858k|  13.0 |  24M| 101 |  67 |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
520.69/520.89	c   521s|143100 |   244 |  1859k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
520.99/521.19	c   521s|143200 |   244 |  1860k|  13.0 |  24M| 101 |  74 |2340 |  11k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
521.39/521.50	c   521s|143300 |   244 |  1861k|  13.0 |  24M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
521.60/521.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.60/521.79	c   522s|143400 |   244 |  1862k|  13.0 |  24M| 101 |  66 |2340 |  12k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
521.89/522.09	c   522s|143500 |   244 |  1863k|  13.0 |  24M| 101 |  73 |2340 |  12k|2340 |1708 |  87 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
522.19/522.38	c   522s|143600 |   242 |  1863k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
522.49/522.68	c   523s|143700 |   244 |  1864k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
522.79/522.98	c   523s|143800 |   244 |  1865k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
523.09/523.27	c   523s|143900 |   246 |  1866k|  12.9 |  24M| 101 |  74 |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
523.39/523.56	c   524s|144000 |   246 |  1867k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
523.70/523.85	c   524s|144100 |   246 |  1868k|  12.9 |  24M| 101 |  74 |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
523.99/524.15	c   524s|144200 |   246 |  1869k|  12.9 |  24M| 101 |  68 |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
524.29/524.44	c   524s|144300 |   244 |  1870k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
524.59/524.75	c   525s|144400 |   244 |  1871k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
524.89/525.05	c   525s|144500 |   244 |  1871k|  12.9 |  24M| 101 |  68 |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
525.19/525.35	c   525s|144600 |   242 |  1872k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
525.49/525.65	c   526s|144700 |   244 |  1873k|  12.9 |  24M| 101 |  72 |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
525.79/525.95	c   526s|144800 |   244 |  1874k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
526.09/526.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.09/526.24	c   526s|144900 |   244 |  1875k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
526.69/526.80	c   527s|145000 |   246 |  1876k|  12.9 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
527.19/527.39	c   527s|145100 |   250 |  1877k|  12.9 |  24M| 101 |  60 |2340 |  11k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
527.79/527.90	c   528s|145200 |   248 |  1879k|  12.9 |  24M| 101 |  68 |2340 |  11k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
528.20/528.31	c   528s|145300 |   248 |  1880k|  12.9 |  24M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
528.49/528.68	c   529s|145400 |   248 |  1882k|  12.9 |  24M| 101 |  72 |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
528.89/529.07	c   529s|145500 |   246 |  1883k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
529.30/529.48	c   529s|145600 |   246 |  1885k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
529.79/529.90	c   530s|145700 |   246 |  1886k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
530.09/530.28	c   530s|145800 |   244 |  1888k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
530.49/530.64	c   531s|145900 |   250 |  1889k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
530.89/531.02	c   531s|146000 |   246 |  1890k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
531.19/531.31	c   531s|146100 |   246 |  1891k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
531.50/531.64	c   532s|146200 |   250 |  1892k|  12.9 |  24M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
531.79/531.93	c   532s|146300 |   248 |  1893k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
532.09/532.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.09/532.28	c   532s|146400 |   248 |  1894k|  12.9 |  24M| 101 |  65 |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
532.49/532.61	c   533s|146500 |   247 |  1895k|  12.9 |  24M| 101 |  81 |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
532.79/532.99	c   533s|146600 |   246 |  1896k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
533.19/533.35	c   533s|146700 |   248 |  1897k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
533.49/533.70	c   534s|146800 |   246 |  1899k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
533.89/534.01	c   534s|146900 |   248 |  1899k|  12.9 |  24M| 101 |  57 |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
534.19/534.31	c   534s|147000 |   245 |  1900k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
534.49/534.66	c   535s|147100 |   247 |  1902k|  12.9 |  24M| 101 |  83 |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
534.89/535.02	c   535s|147200 |   245 |  1903k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
535.19/535.37	c   535s|147300 |   245 |  1904k|  12.9 |  24M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
535.59/535.70	c   536s|147400 |   245 |  1905k|  12.9 |  24M| 101 |  72 |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
535.80/536.00	c   536s|147500 |   245 |  1906k|  12.9 |  24M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
536.19/536.30	c   536s|147600 |   245 |  1907k|  12.9 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
536.48/536.63	c   537s|147700 |   244 |  1908k|  12.9 |  24M| 101 |  85 |2340 |  12k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
536.99/537.12	c   537s|147800 |   246 |  1909k|  12.9 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
537.49/537.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.49/537.62	c   538s|147900 |   246 |  1911k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
537.89/538.01	c   538s|148000 |   246 |  1913k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
538.29/538.42	c   538s|148100 |   250 |  1914k|  12.9 |  23M| 101 |  51 |2340 |  11k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
538.69/538.82	c   539s|148200 |   254 |  1916k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
539.09/539.29	c   539s|148300 |   247 |  1918k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
539.49/539.67	c   540s|148400 |   247 |  1920k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
539.89/540.09	c   540s|148500 |   247 |  1922k|  12.9 |  23M| 101 |  74 |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
540.29/540.48	c   540s|148600 |   247 |  1924k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
540.69/540.87	c   541s|148700 |   247 |  1925k|  12.9 |  23M| 101 |  83 |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
541.09/541.25	c   541s|148800 |   251 |  1927k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
541.49/541.65	c   542s|148900 |   251 |  1929k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
541.89/542.05	c   542s|149000 |   251 |  1931k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
542.19/542.39	c   542s|149100 |   251 |  1932k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
542.59/542.78	c   543s|149200 |   253 |  1934k|  12.9 |  23M| 101 |  69 |2340 |  10k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
542.99/543.14	c   543s|149300 |   251 |  1935k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
543.39/543.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.39/543.52	c   544s|149400 |   251 |  1937k|  12.9 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
543.69/543.89	c   544s|149500 |   253 |  1939k|  12.9 |  23M| 101 |  74 |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
544.08/544.25	c   544s|149600 |   251 |  1940k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
544.48/544.64	c   545s|149700 |   252 |  1942k|  12.9 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
544.88/545.03	c   545s|149800 |   252 |  1944k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
545.19/545.39	c   545s|149900 |   252 |  1945k|  13.0 |  23M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
545.59/545.75	c   546s|150000 |   252 |  1947k|  13.0 |  23M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
545.99/546.11	c   546s|150100 |   252 |  1949k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
546.28/546.48	c   546s|150200 |   254 |  1950k|  13.0 |  24M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
546.69/546.87	c   547s|150300 |   254 |  1952k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
547.09/547.25	c   547s|150400 |   254 |  1954k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
547.49/547.64	c   548s|150500 |   254 |  1956k|  13.0 |  24M| 101 |  73 |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
547.89/548.02	c   548s|150600 |   252 |  1957k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
548.29/548.41	c   548s|150700 |   254 |  1959k|  13.0 |  24M| 101 |  74 |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
548.58/548.79	c   549s|150800 |   252 |  1961k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
549.00/549.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.00/549.19	c   549s|150900 |   252 |  1963k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
549.38/549.56	c   550s|151000 |   252 |  1965k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
549.79/549.96	c   550s|151100 |   252 |  1966k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
550.20/550.36	c   550s|151200 |   252 |  1968k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
550.58/550.71	c   551s|151300 |   256 |  1970k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
550.88/551.08	c   551s|151400 |   257 |  1971k|  13.0 |  24M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
551.30/551.47	c   551s|151500 |   255 |  1973k|  13.0 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
551.69/551.87	c   552s|151600 |   253 |  1975k|  13.0 |  24M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
552.09/552.24	c   552s|151700 |   257 |  1977k|  13.0 |  24M| 101 |  67 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
552.49/552.61	c   553s|151800 |   255 |  1979k|  13.0 |  24M| 101 |  58 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
552.79/552.97	c   553s|151900 |   255 |  1980k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
553.19/553.37	c   553s|152000 |   255 |  1982k|  13.0 |  24M| 101 |  63 |2340 |  11k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
553.59/553.75	c   554s|152100 |   255 |  1984k|  13.0 |  24M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
553.99/554.13	c   554s|152200 |   255 |  1985k|  13.0 |  24M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
554.39/554.52	c   555s|152300 |   255 |  1987k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
554.79/554.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.79/554.90	c   555s|152400 |   255 |  1989k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
555.09/555.28	c   555s|152500 |   253 |  1991k|  13.0 |  24M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
555.59/555.71	c   556s|152600 |   253 |  1992k|  13.0 |  24M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
555.99/556.11	c   556s|152700 |   251 |  1994k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
556.38/556.51	c   557s|152800 |   251 |  1996k|  13.0 |  24M| 101 |  90 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
556.79/556.91	c   557s|152900 |   257 |  1997k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
557.19/557.34	c   557s|153000 |   253 |  1999k|  13.0 |  24M| 101 |  65 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
557.58/557.78	c   558s|153100 |   251 |  2001k|  13.0 |  24M| 101 |  66 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
558.09/558.20	c   558s|153200 |   251 |  2002k|  13.0 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
558.48/558.68	c   559s|153300 |   253 |  2004k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
558.99/559.14	c   559s|153400 |   255 |  2006k|  13.1 |  24M| 101 |  78 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
559.38/559.55	c   560s|153500 |   255 |  2008k|  13.1 |  24M| 101 |  61 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
559.88/560.00	c   560s|153600 |   255 |  2010k|  13.1 |  24M| 101 |  74 |2340 |  12k|2340 |1708 |  87 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
560.29/560.45	c   560s|153700 |   255 |  2011k|  13.1 |  24M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
560.68/560.87	c   561s|153800 |   261 |  2013k|  13.1 |  24M| 101 |  51 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
561.19/561.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
561.19/561.34	c   561s|153900 |   257 |  2015k|  13.1 |  24M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
561.69/561.80	c   562s|154000 |   259 |  2017k|  13.1 |  24M| 101 |  65 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
562.09/562.27	c   562s|154100 |   257 |  2019k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
562.49/562.68	c   563s|154200 |   259 |  2021k|  13.1 |  24M| 101 |  67 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
562.88/563.08	c   563s|154300 |   255 |  2022k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
563.40/563.52	c   564s|154400 |   257 |  2024k|  13.1 |  24M| 101 |  66 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
563.78/563.90	c   564s|154500 |   256 |  2026k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
564.08/564.28	c   564s|154600 |   256 |  2028k|  13.1 |  24M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
564.49/564.66	c   565s|154700 |   256 |  2029k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
564.89/565.05	c   565s|154800 |   254 |  2031k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
565.28/565.44	c   565s|154900 |   256 |  2033k|  13.1 |  24M| 101 |  73 |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
565.68/565.85	c   566s|155000 |   254 |  2035k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
566.09/566.26	c   566s|155100 |   254 |  2037k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
566.49/566.67	c   567s|155200 |   256 |  2038k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
566.88/567.03	c   567s|155300 |   259 |  2040k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
567.28/567.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.28/567.41	c   567s|155400 |   258 |  2041k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
567.70/567.82	c   568s|155500 |   258 |  2043k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
567.98/568.19	c   568s|155600 |   257 |  2045k|  13.1 |  24M| 101 |  84 |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
568.39/568.58	c   569s|155700 |   259 |  2046k|  13.1 |  24M| 101 |  82 |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
568.79/568.94	c   569s|155800 |   257 |  2048k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
569.19/569.33	c   569s|155900 |   257 |  2050k|  13.1 |  24M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
569.58/569.71	c   570s|156000 |   257 |  2051k|  13.1 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
569.89/570.09	c   570s|156100 |   259 |  2053k|  13.1 |  25M| 101 |  74 |2340 |  13k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
570.29/570.46	c   570s|156200 |   261 |  2054k|  13.1 |  25M| 101 |  66 |2340 |  13k|2340 |1708 |  87 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
570.69/570.82	c   571s|156300 |   257 |  2056k|  13.1 |  25M| 101 |  88 |2340 |  13k|2340 |1708 |  87 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
571.09/571.25	c   571s|156400 |   262 |  2057k|  13.1 |  25M| 101 |  74 |2340 |  13k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
571.49/571.63	c   572s|156500 |   257 |  2058k|  13.1 |  24M| 101 |  71 |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
571.79/571.98	c   572s|156600 |   257 |  2060k|  13.1 |  24M| 101 |  80 |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
572.19/572.32	c   572s|156700 |   255 |  2061k|  13.1 |  24M| 101 |  79 |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
572.69/572.80	c   573s|156800 |   262 |  2062k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
573.08/573.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.08/573.21	c   573s|156900 |   256 |  2064k|  13.1 |  24M| 101 |  73 |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
573.39/573.56	c   574s|157000 |   256 |  2065k|  13.1 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
573.78/573.92	c   574s|157100 |   258 |  2066k|  13.1 |  24M| 101 |  71 |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
574.08/574.28	c   574s|157200 |   256 |  2068k|  13.1 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
574.48/574.65	c   575s|157300 |   256 |  2070k|  13.1 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
574.78/574.98	c   575s|157400 |   256 |  2071k|  13.1 |  25M| 101 |  83 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
575.18/575.36	c   575s|157500 |   258 |  2072k|  13.1 |  25M| 101 |  81 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
575.58/575.74	c   576s|157600 |   256 |  2074k|  13.1 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
575.89/576.09	c   576s|157700 |   256 |  2075k|  13.1 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
576.29/576.45	c   576s|157800 |   254 |  2077k|  13.1 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
576.68/576.84	c   577s|157900 |   264 |  2079k|  13.1 |  25M| 101 |  34 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
577.08/577.20	c   577s|158000 |   256 |  2080k|  13.1 |  25M| 101 |  67 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
577.48/577.61	c   578s|158100 |   256 |  2082k|  13.1 |  25M| 101 |  71 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
577.78/577.97	c   578s|158200 |   254 |  2083k|  13.1 |  25M| 101 |  87 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
578.19/578.37	c   578s|158300 |   256 |  2085k|  13.1 |  25M| 101 |  70 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
578.58/578.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.58/578.78	c   579s|158400 |   254 |  2086k|  13.1 |  25M| 101 |  67 |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
578.99/579.15	c   579s|158500 |   250 |  2088k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
579.39/579.50	c   579s|158600 |   250 |  2089k|  13.1 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
579.68/579.87	c   580s|158700 |   254 |  2090k|  13.1 |  25M| 101 |  81 |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
580.08/580.24	c   580s|158800 |   254 |  2092k|  13.2 |  25M| 101 |  76 |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
580.49/580.64	c   581s|158900 |   250 |  2094k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
580.99/581.17	c   581s|159000 |   248 |  2095k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
581.38/581.52	c   582s|159100 |   248 |  2096k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
581.78/581.91	c   582s|159200 |   248 |  2098k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
582.18/582.33	c   582s|159300 |   249 |  2100k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
582.58/582.72	c   583s|159400 |   249 |  2101k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
582.89/583.09	c   583s|159500 |   249 |  2103k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
583.29/583.45	c   583s|159600 |   249 |  2105k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
583.68/583.87	c   584s|159700 |   251 |  2106k|  13.2 |  25M| 101 |  80 |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
584.08/584.27	c   584s|159800 |   253 |  2108k|  13.2 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
584.49/584.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.49/584.63	c   585s|159900 |   253 |  2110k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
584.88/585.01	c   585s|160000 |   253 |  2112k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
585.18/585.38	c   585s|160100 |   253 |  2113k|  13.2 |  25M| 101 |  74 |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
585.58/585.74	c   586s|160200 |   253 |  2115k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
585.98/586.11	c   586s|160300 |   253 |  2116k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
586.39/586.53	c   587s|160400 |   253 |  2118k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
586.78/586.94	c   587s|160500 |   253 |  2120k|  13.2 |  25M| 101 |  87 |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
587.19/587.32	c   587s|160600 |   253 |  2122k|  13.2 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
587.49/587.68	c   588s|160700 |   251 |  2123k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
587.88/588.07	c   588s|160800 |   249 |  2125k|  13.2 |  25M| 101 |  79 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
588.28/588.40	c   588s|160900 |   248 |  2126k|  13.2 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
588.98/589.18	c   589s|161000 |   259 |  2127k|  13.2 |  25M| 101 |  53 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
589.38/589.57	c   590s|161100 |   257 |  2129k|  13.2 |  25M| 101 |  57 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
589.78/589.92	c   590s|161200 |   254 |  2130k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
590.08/590.23	c   590s|161300 |   248 |  2131k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
590.48/590.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.48/590.65	c   591s|161400 |   259 |  2133k|  13.2 |  25M| 101 |  46 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
590.89/591.02	c   591s|161500 |   253 |  2134k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
591.18/591.34	c   591s|161600 |   254 |  2135k|  13.2 |  25M| 101 |  75 |2340 |  13k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
591.48/591.67	c   592s|161700 |   256 |  2136k|  13.2 |  25M| 101 |  47 |2340 |  12k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
591.88/592.04	c   592s|161800 |   253 |  2138k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
592.28/592.40	c   592s|161900 |   255 |  2139k|  13.2 |  24M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
592.58/592.73	c   593s|162000 |   255 |  2141k|  13.2 |  24M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
592.88/593.05	c   593s|162100 |   254 |  2142k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
593.18/593.39	c   593s|162200 |   254 |  2144k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
593.58/593.73	c   594s|162300 |   254 |  2145k|  13.2 |  24M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
593.88/594.09	c   594s|162400 |   252 |  2147k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
594.28/594.46	c   594s|162500 |   256 |  2148k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
594.68/594.83	c   595s|162600 |   253 |  2150k|  13.2 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
594.99/595.19	c   595s|162700 |   254 |  2152k|  13.2 |  24M| 101 |  68 |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
595.38/595.54	c   596s|162800 |   255 |  2153k|  13.2 |  25M| 101 |  62 |2340 |  12k|2340 |1708 |  87 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
595.68/595.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
595.68/595.86	c   596s|162900 |   253 |  2154k|  13.2 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
596.08/596.22	c   596s|163000 |   253 |  2156k|  13.2 |  25M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
596.39/596.59	c   597s|163100 |   253 |  2158k|  13.2 |  25M| 101 |  72 |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
596.78/596.95	c   597s|163200 |   253 |  2160k|  13.2 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
597.18/597.34	c   597s|163300 |   253 |  2161k|  13.2 |  25M| 101 |  65 |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
597.58/597.71	c   598s|163400 |   253 |  2163k|  13.2 |  25M| 101 |  78 |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
597.88/598.08	c   598s|163500 |   253 |  2164k|  13.2 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
598.28/598.44	c   598s|163600 |   253 |  2166k|  13.2 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
598.68/598.82	c   599s|163700 |   253 |  2167k|  13.2 |  25M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
598.98/599.18	c   599s|163800 |   254 |  2169k|  13.2 |  25M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
599.38/599.55	c   600s|163900 |   252 |  2171k|  13.2 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
599.78/599.91	c   600s|164000 |   252 |  2172k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
600.08/600.28	c   600s|164100 |   254 |  2174k|  13.2 |  25M| 101 |  65 |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
600.58/600.70	c   601s|164200 |   252 |  2175k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
600.88/601.06	c   601s|164300 |   251 |  2177k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
601.28/601.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.28/601.45	c   601s|164400 |   251 |  2178k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
601.68/601.82	c   602s|164500 |   251 |  2180k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
601.98/602.16	c   602s|164600 |   251 |  2181k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
602.38/602.50	c   602s|164700 |   251 |  2183k|  13.2 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
602.68/602.86	c   603s|164800 |   251 |  2185k|  13.2 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
603.08/603.27	c   603s|164900 |   251 |  2186k|  13.2 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
603.48/603.69	c   604s|165000 |   251 |  2188k|  13.2 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
603.99/604.15	c   604s|165100 |   251 |  2190k|  13.2 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
604.38/604.58	c   605s|165200 |   251 |  2191k|  13.2 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
604.78/604.94	c   605s|165300 |   251 |  2193k|  13.2 |  26M| 101 |  79 |2340 |  14k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
605.19/605.37	c   605s|165400 |   251 |  2195k|  13.2 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
605.58/605.79	c   606s|165500 |   251 |  2196k|  13.2 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
606.08/606.21	c   606s|165600 |   250 |  2198k|  13.2 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
606.48/606.60	c   607s|165700 |   252 |  2199k|  13.3 |  26M| 101 |  59 |2340 |  14k|2340 |1708 |  87 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
606.88/607.03	c   607s|165800 |   252 |  2201k|  13.3 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
607.29/607.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.29/607.41	c   607s|165900 |   250 |  2203k|  13.3 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
607.68/607.83	c   608s|166000 |   252 |  2204k|  13.3 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
608.08/608.26	c   608s|166100 |   250 |  2206k|  13.3 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
608.49/608.63	c   609s|166200 |   250 |  2207k|  13.3 |  27M| 101 |  74 |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
608.88/609.04	c   609s|166300 |   250 |  2208k|  13.3 |  27M| 101 |  72 |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
609.28/609.46	c   609s|166400 |   250 |  2210k|  13.3 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
609.68/609.89	c   610s|166500 |   250 |  2211k|  13.3 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
610.18/610.31	c   610s|166600 |   249 |  2213k|  13.3 |  27M| 101 |  78 |2340 |  14k|2340 |1708 |  87 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
610.48/610.69	c   611s|166700 |   247 |  2214k|  13.3 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
610.88/611.09	c   611s|166800 |   249 |  2216k|  13.3 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
611.38/611.50	c   612s|166900 |   247 |  2217k|  13.3 |  27M| 101 |  76 |2340 |  15k|2340 |1708 |  87 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
612.48/612.69	c   613s|167000 |   271 |  2219k|  13.3 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
612.89/613.03	c   613s|167100 |   270 |  2220k|  13.3 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
613.28/613.48	c   613s|167200 |   262 |  2221k|  13.3 |  25M| 101 |  50 |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
613.99/614.17	c   614s|167300 |   254 |  2222k|  13.3 |  25M| 101 |  59 |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
614.48/614.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
614.48/614.64	c   615s|167400 |   258 |  2223k|  13.3 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
614.88/615.03	c   615s|167500 |   259 |  2225k|  13.3 |  25M| 101 |  64 |2340 |  12k|2340 |1708 |  87 | 160k|  17k| 0.000000e+00 |      --      |    Inf 
615.28/615.42	c   615s|167600 |   258 |  2226k|  13.3 |  25M| 101 |  51 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
615.97/616.13	c   616s|167700 |   256 |  2228k|  13.3 |  24M| 101 |  59 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
616.38/616.55	c   617s|167800 |   262 |  2229k|  13.3 |  24M| 101 |  46 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
616.78/616.91	c   617s|167900 |   253 |  2231k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
617.08/617.27	c   617s|168000 |   254 |  2232k|  13.3 |  24M| 101 |  64 |2340 |  11k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
617.48/617.65	c   618s|168100 |   254 |  2234k|  13.3 |  24M| 101 |  61 |2340 |  11k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
617.87/618.02	c   618s|168200 |   254 |  2236k|  13.3 |  24M| 101 |  64 |2340 |  11k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
618.18/618.38	c   618s|168300 |   254 |  2237k|  13.3 |  25M| 101 |  58 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
618.57/618.77	c   619s|168400 |   253 |  2239k|  13.3 |  25M| 101 |  73 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
618.97/619.14	c   619s|168500 |   253 |  2240k|  13.3 |  25M| 101 |  62 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
619.38/619.52	c   620s|168600 |   251 |  2242k|  13.3 |  25M| 101 |  65 |2340 |  12k|2340 |1708 |  87 | 161k|  17k| 0.000000e+00 |      --      |    Inf 
619.77/619.90	c   620s|168700 |   252 |  2244k|  13.3 |  24M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
620.07/620.29	c   620s|168800 |   252 |  2246k|  13.3 |  24M| 101 |  65 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
620.48/620.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.48/620.68	c   621s|168900 |   252 |  2247k|  13.3 |  24M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
620.88/621.07	c   621s|169000 |   250 |  2249k|  13.3 |  24M| 101 |  68 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
621.37/621.51	c   622s|169100 |   250 |  2251k|  13.3 |  24M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
621.77/621.93	c   622s|169200 |   250 |  2253k|  13.3 |  24M| 101 |  79 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
622.18/622.34	c   622s|169300 |   248 |  2255k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
622.48/622.67	c   623s|169400 |   248 |  2256k|  13.3 |  24M| 101 |  68 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
623.07/623.20	c   623s|169500 |   252 |  2258k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
623.38/623.57	c   624s|169600 |   248 |  2259k|  13.3 |  24M| 101 |  74 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
623.79/623.94	c   624s|169700 |   251 |  2261k|  13.3 |  24M| 101 |  73 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
624.08/624.29	c   624s|169800 |   249 |  2262k|  13.3 |  24M| 101 |  63 |2340 |  11k|2340 |1708 |  87 | 162k|  17k| 0.000000e+00 |      --      |    Inf 
624.47/624.66	c   625s|169900 |   246 |  2264k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
624.88/625.02	c   625s|170000 |   248 |  2266k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
625.17/625.38	c   625s|170100 |   248 |  2267k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
625.57/625.76	c   626s|170200 |   246 |  2269k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
625.88/626.08	c   626s|170300 |   255 |  2270k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
626.28/626.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.28/626.49	c   626s|170400 |   246 |  2272k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
626.68/626.81	c   627s|170500 |   246 |  2273k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
626.97/627.15	c   627s|170600 |   244 |  2274k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
627.37/627.52	c   628s|170700 |   246 |  2276k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
627.68/627.89	c   628s|170800 |   246 |  2278k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
628.18/628.34	c   628s|170900 |   254 |  2279k|  13.3 |  24M| 101 |  53 |2340 |  11k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
628.57/628.70	c   629s|171000 |   256 |  2281k|  13.3 |  24M| 101 |  58 |2340 |  10k|2340 |1708 |  87 | 163k|  17k| 0.000000e+00 |      --      |    Inf 
628.88/629.08	c   629s|171100 |   248 |  2283k|  13.3 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
629.28/629.45	c   629s|171200 |   252 |  2284k|  13.3 |  24M| 101 |  66 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
629.67/629.81	c   630s|171300 |   251 |  2286k|  13.3 |  24M| 101 |  58 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
630.08/630.20	c   630s|171400 |   248 |  2288k|  13.3 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
630.38/630.56	c   631s|171500 |   248 |  2290k|  13.3 |  24M| 101 |  57 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
630.77/630.94	c   631s|171600 |   250 |  2291k|  13.3 |  23M| 101 |  41 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
631.08/631.28	c   631s|171700 |   254 |  2293k|  13.3 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
631.48/631.64	c   632s|171800 |   252 |  2294k|  13.3 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
631.78/631.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.78/631.99	c   632s|171900 |   250 |  2296k|  13.3 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
632.18/632.35	c   632s|172000 |   250 |  2298k|  13.3 |  23M| 101 |  59 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
632.47/632.69	c   633s|172100 |   247 |  2299k|  13.3 |  23M| 101 |  88 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
632.87/633.05	c   633s|172200 |   249 |  2301k|  13.3 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
633.18/633.39	c   633s|172300 |   251 |  2302k|  13.3 |  23M| 101 |  60 |2340 |  10k|2340 |1708 |  87 | 164k|  17k| 0.000000e+00 |      --      |    Inf 
633.58/633.75	c   634s|172400 |   250 |  2303k|  13.3 |  23M| 101 |  64 |2340 |  10k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
633.88/634.10	c   634s|172500 |   247 |  2305k|  13.3 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
634.27/634.45	c   634s|172600 |   249 |  2306k|  13.3 |  24M| 101 |  55 |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
634.68/634.80	c   635s|172700 |   249 |  2308k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
634.97/635.17	c   635s|172800 |   249 |  2309k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
635.38/635.58	c   636s|172900 |   249 |  2311k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
635.78/635.97	c   636s|173000 |   249 |  2312k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
636.17/636.37	c   636s|173100 |   249 |  2314k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
636.57/636.76	c   637s|173200 |   248 |  2316k|  13.3 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 165k|  17k| 0.000000e+00 |      --      |    Inf 
636.98/637.14	c   637s|173300 |   248 |  2317k|  13.3 |  24M| 101 |  78 |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
637.37/637.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.37/637.52	c   638s|173400 |   248 |  2319k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
637.77/637.90	c   638s|173500 |   250 |  2321k|  13.4 |  24M| 101 |  61 |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
638.09/638.30	c   638s|173600 |   250 |  2322k|  13.4 |  24M| 101 |  67 |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
638.47/638.68	c   639s|173700 |   250 |  2324k|  13.4 |  24M| 101 |  75 |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
638.87/639.07	c   639s|173800 |   250 |  2325k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
639.28/639.46	c   639s|173900 |   248 |  2327k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
639.68/639.82	c   640s|174000 |   248 |  2329k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
639.97/640.19	c   640s|174100 |   248 |  2330k|  13.4 |  25M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 166k|  17k| 0.000000e+00 |      --      |    Inf 
640.38/640.59	c   641s|174200 |   249 |  2332k|  13.4 |  25M| 101 |  55 |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
640.78/640.99	c   641s|174300 |   249 |  2334k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
641.18/641.39	c   641s|174400 |   249 |  2336k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
641.57/641.77	c   642s|174500 |   249 |  2337k|  13.4 |  25M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
641.97/642.13	c   642s|174600 |   249 |  2339k|  13.4 |  25M| 101 |  74 |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
642.28/642.48	c   642s|174700 |   249 |  2340k|  13.4 |  25M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
642.68/642.86	c   643s|174800 |   249 |  2342k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
643.07/643.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
643.07/643.25	c   643s|174900 |   249 |  2343k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 167k|  17k| 0.000000e+00 |      --      |    Inf 
643.48/643.64	c   644s|175000 |   249 |  2345k|  13.4 |  25M| 101 |  60 |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
643.78/643.99	c   644s|175100 |   249 |  2346k|  13.4 |  25M| 101 |  66 |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
644.17/644.34	c   644s|175200 |   249 |  2348k|  13.4 |  25M| 101 |  78 |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
644.57/644.73	c   645s|175300 |   249 |  2350k|  13.4 |  25M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
644.98/645.13	c   645s|175400 |   250 |  2351k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
645.37/645.52	c   646s|175500 |   249 |  2353k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
645.78/645.91	c   646s|175600 |   249 |  2355k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
646.08/646.28	c   646s|175700 |   251 |  2357k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 168k|  17k| 0.000000e+00 |      --      |    Inf 
646.47/646.65	c   647s|175800 |   251 |  2358k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
646.78/646.99	c   647s|175900 |   251 |  2360k|  13.4 |  25M| 101 |  71 |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
647.17/647.36	c   647s|176000 |   251 |  2361k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
647.58/647.73	c   648s|176100 |   253 |  2363k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
647.98/648.13	c   648s|176200 |   250 |  2365k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
648.38/648.54	c   649s|176300 |   250 |  2367k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
648.77/648.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.77/648.92	c   649s|176400 |   250 |  2368k|  13.4 |  25M| 101 |  74 |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
649.08/649.26	c   649s|176500 |   250 |  2370k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
649.47/649.64	c   650s|176600 |   250 |  2372k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
649.87/650.00	c   650s|176700 |   248 |  2374k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
650.18/650.38	c   650s|176800 |   250 |  2375k|  13.4 |  26M| 101 |  76 |2340 |  13k|2340 |1708 |  87 | 169k|  17k| 0.000000e+00 |      --      |    Inf 
650.58/650.76	c   651s|176900 |   252 |  2377k|  13.4 |  26M| 101 |  69 |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
650.97/651.11	c   651s|177000 |   252 |  2379k|  13.4 |  26M| 101 |  61 |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
651.28/651.50	c   651s|177100 |   250 |  2381k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
651.67/651.87	c   652s|177200 |   250 |  2382k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
652.08/652.24	c   652s|177300 |   250 |  2384k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
652.48/652.61	c   653s|177400 |   252 |  2386k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
652.87/653.02	c   653s|177500 |   252 |  2387k|  13.4 |  26M| 101 |  68 |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
653.17/653.38	c   653s|177600 |   252 |  2389k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
653.58/653.77	c   654s|177700 |   248 |  2391k|  13.4 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
653.97/654.18	c   654s|177800 |   253 |  2392k|  13.4 |  25M| 101 |  58 |2340 |  12k|2340 |1708 |  87 | 170k|  17k| 0.000000e+00 |      --      |    Inf 
654.37/654.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.37/654.54	c   655s|177900 |   250 |  2394k|  13.4 |  24M| 101 |  73 |2340 |  12k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
654.77/654.95	c   655s|178000 |   250 |  2395k|  13.4 |  24M| 101 |  80 |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
655.17/655.36	c   655s|178100 |   246 |  2397k|  13.4 |  24M| 101 |  81 |2340 |  12k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
655.58/655.76	c   656s|178200 |   254 |  2399k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
655.97/656.10	c   656s|178300 |   249 |  2400k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
656.27/656.45	c   656s|178400 |   249 |  2402k|  13.4 |  24M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
656.67/656.80	c   657s|178500 |   249 |  2403k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
656.98/657.17	c   657s|178600 |   249 |  2405k|  13.4 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
657.37/657.53	c   658s|178700 |   249 |  2406k|  13.4 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
657.77/657.91	c   658s|178800 |   249 |  2408k|  13.4 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
658.07/658.29	c   658s|178900 |   249 |  2409k|  13.4 |  24M| 101 |  78 |2340 |  12k|2340 |1708 |  87 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
658.47/658.64	c   659s|179000 |   249 |  2411k|  13.4 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
658.87/659.01	c   659s|179100 |   249 |  2412k|  13.4 |  24M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
659.17/659.37	c   659s|179200 |   251 |  2414k|  13.4 |  25M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
659.57/659.74	c   660s|179300 |   249 |  2415k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
659.87/660.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.87/660.09	c   660s|179400 |   249 |  2417k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
660.27/660.45	c   660s|179500 |   249 |  2418k|  13.5 |  25M| 101 |  71 |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
660.67/660.81	c   661s|179600 |   249 |  2420k|  13.5 |  25M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
660.97/661.18	c   661s|179700 |   249 |  2421k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
661.37/661.59	c   662s|179800 |   249 |  2423k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
661.77/661.96	c   662s|179900 |   249 |  2424k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
662.17/662.33	c   662s|180000 |   251 |  2426k|  13.5 |  25M| 101 |  67 |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
662.47/662.68	c   663s|180100 |   251 |  2427k|  13.5 |  25M| 101 |  62 |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
662.87/663.04	c   663s|180200 |   251 |  2429k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
663.27/663.41	c   663s|180300 |   251 |  2430k|  13.5 |  25M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
663.57/663.79	c   664s|180400 |   251 |  2432k|  13.5 |  25M| 101 |  70 |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
663.97/664.17	c   664s|180500 |   251 |  2433k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
664.37/664.55	c   665s|180600 |   249 |  2435k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
664.77/664.92	c   665s|180700 |   249 |  2437k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
665.17/665.31	c   665s|180800 |   247 |  2438k|  13.5 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
665.58/665.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.58/665.73	c   666s|180900 |   247 |  2440k|  13.5 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
665.87/666.08	c   666s|181000 |   247 |  2441k|  13.5 |  25M| 101 |  83 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
666.37/666.50	c   667s|181100 |   260 |  2443k|  13.5 |  25M| 101 |  56 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
666.68/666.84	c   667s|181200 |   256 |  2444k|  13.5 |  25M| 101 |  61 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
667.07/667.26	c   667s|181300 |   249 |  2446k|  13.5 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
667.47/667.66	c   668s|181400 |   249 |  2448k|  13.5 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
667.88/668.05	c   668s|181500 |   249 |  2449k|  13.5 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
668.27/668.44	c   668s|181600 |   249 |  2451k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
668.67/668.83	c   669s|181700 |   250 |  2452k|  13.5 |  25M| 101 |  64 |2340 |  12k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
668.98/669.15	c   669s|181800 |   250 |  2454k|  13.5 |  25M| 101 |  78 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
669.37/669.54	c   670s|181900 |   249 |  2455k|  13.5 |  25M| 101 |  97 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
669.77/669.92	c   670s|182000 |   247 |  2457k|  13.5 |  25M| 101 |  89 |2340 |  13k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
670.27/670.42	c   670s|182100 |   251 |  2458k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
670.67/670.85	c   671s|182200 |   247 |  2460k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
671.17/671.35	c   671s|182300 |   245 |  2461k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
671.57/671.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.57/671.74	c   672s|182400 |   245 |  2462k|  13.5 |  25M| 101 |  72 |2340 |  12k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
671.87/672.08	c   672s|182500 |   245 |  2463k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
672.28/672.46	c   672s|182600 |   239 |  2464k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
672.67/672.82	c   673s|182700 |   239 |  2465k|  13.5 |  24M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
672.96/673.17	c   673s|182800 |   243 |  2467k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
673.37/673.57	c   674s|182900 |   244 |  2468k|  13.5 |  23M| 101 |  76 |2340 |  10k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
673.77/673.91	c   674s|183000 |   242 |  2469k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
674.07/674.26	c   674s|183100 |   242 |  2471k|  13.5 |  23M| 101 |  68 |2340 |  10k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
674.48/674.63	c   675s|183200 |   242 |  2472k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 175k|  18k| 0.000000e+00 |      --      |    Inf 
674.77/674.96	c   675s|183300 |   242 |  2474k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
675.17/675.31	c   675s|183400 |   243 |  2475k|  13.5 |  23M| 101 |  56 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
675.58/675.70	c   676s|183500 |   241 |  2476k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
675.97/676.10	c   676s|183600 |   241 |  2478k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
676.37/676.50	c   676s|183700 |   241 |  2479k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
676.68/676.86	c   677s|183800 |   241 |  2480k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
677.07/677.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
677.07/677.27	c   677s|183900 |   237 |  2482k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
677.47/677.65	c   678s|184000 |   243 |  2483k|  13.5 |  23M| 101 |  88 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
677.86/678.04	c   678s|184100 |   243 |  2485k|  13.5 |  23M| 101 |  67 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
678.27/678.46	c   678s|184200 |   241 |  2486k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
678.67/678.87	c   679s|184300 |   239 |  2488k|  13.5 |  23M| 101 |  85 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
679.06/679.29	c   679s|184400 |   242 |  2489k|  13.5 |  23M| 101 |  69 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
679.47/679.65	c   680s|184500 |   253 |  2491k|  13.5 |  23M| 101 |  38 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
679.88/680.08	c   680s|184600 |   241 |  2492k|  13.5 |  23M| 101 |  66 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
680.27/680.49	c   680s|184700 |   242 |  2494k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
680.77/680.90	c   681s|184800 |   240 |  2496k|  13.5 |  23M| 101 |  66 |2340 |  10k|2340 |1708 |  87 | 176k|  18k| 0.000000e+00 |      --      |    Inf 
681.07/681.30	c   681s|184900 |   244 |  2497k|  13.5 |  23M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
681.47/681.67	c   682s|185000 |   246 |  2499k|  13.5 |  23M| 101 |  55 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
681.97/682.12	c   682s|185100 |   239 |  2501k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
682.37/682.56	c   683s|185200 |   241 |  2502k|  13.5 |  23M| 101 |  82 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
682.76/682.97	c   683s|185300 |   241 |  2504k|  13.5 |  23M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
683.17/683.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.17/683.39	c   683s|185400 |   240 |  2506k|  13.5 |  23M| 101 |  83 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
683.67/683.81	c   684s|185500 |   242 |  2507k|  13.5 |  23M| 101 |  68 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
684.07/684.23	c   684s|185600 |   240 |  2509k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
684.46/684.61	c   685s|185700 |   240 |  2511k|  13.5 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
684.97/685.10	c   685s|185800 |   243 |  2512k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
685.47/685.63	c   686s|185900 |   242 |  2514k|  13.5 |  23M| 101 |  65 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
685.87/686.09	c   686s|186000 |   244 |  2515k|  13.5 |  23M| 101 |  67 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
686.27/686.48	c   686s|186100 |   244 |  2516k|  13.5 |  23M| 101 |  69 |2340 |  10k|2340 |1708 |  87 | 177k|  18k| 0.000000e+00 |      --      |    Inf 
686.67/686.85	c   687s|186200 |   244 |  2518k|  13.5 |  23M| 101 |  75 |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
686.96/687.17	c   687s|186300 |   242 |  2519k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
687.37/687.54	c   688s|186400 |   242 |  2521k|  13.5 |  23M| 101 |  67 |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
687.86/688.02	c   688s|186500 |   245 |  2522k|  13.5 |  23M| 101 |  75 |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
688.17/688.38	c   688s|186600 |   245 |  2524k|  13.5 |  23M| 101 |  65 |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
688.57/688.73	c   689s|186700 |   241 |  2525k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
688.96/689.12	c   689s|186800 |   244 |  2527k|  13.5 |  23M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
689.27/689.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.27/689.46	c   689s|186900 |   244 |  2529k|  13.5 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
689.67/689.80	c   690s|187000 |   244 |  2530k|  13.5 |  24M| 101 |  77 |2340 |  10k|2340 |1708 |  87 | 178k|  18k| 0.000000e+00 |      --      |    Inf 
689.96/690.14	c   690s|187100 |   244 |  2532k|  13.5 |  24M| 101 |  74 |2340 |  10k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
690.27/690.46	c   690s|187200 |   244 |  2533k|  13.5 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
690.56/690.79	c   691s|187300 |   246 |  2535k|  13.5 |  24M| 101 |  66 |2340 |  10k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
690.97/691.17	c   691s|187400 |   243 |  2536k|  13.5 |  24M| 101 |   - |2340 |  10k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
691.37/691.56	c   692s|187500 |   245 |  2538k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
691.77/691.91	c   692s|187600 |   245 |  2539k|  13.5 |  24M| 101 |  79 |2340 |  11k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
692.07/692.28	c   692s|187700 |   245 |  2541k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
692.46/692.67	c   693s|187800 |   245 |  2543k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
692.86/693.01	c   693s|187900 |   245 |  2544k|  13.5 |  24M| 101 |  78 |2340 |  11k|2340 |1708 |  87 | 179k|  18k| 0.000000e+00 |      --      |    Inf 
693.17/693.37	c   693s|188000 |   243 |  2546k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
693.57/693.74	c   694s|188100 |   243 |  2547k|  13.5 |  24M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
693.96/694.11	c   694s|188200 |   245 |  2549k|  13.5 |  25M| 101 |  73 |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
694.27/694.49	c   694s|188300 |   245 |  2551k|  13.5 |  25M| 101 |  69 |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
694.67/694.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.67/694.86	c   695s|188400 |   244 |  2552k|  13.5 |  25M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
695.06/695.26	c   695s|188500 |   244 |  2554k|  13.5 |  25M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
695.47/695.61	c   696s|188600 |   244 |  2555k|  13.5 |  25M| 101 |   - |2340 |  11k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
695.76/695.96	c   696s|188700 |   244 |  2557k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 180k|  18k| 0.000000e+00 |      --      |    Inf 
696.17/696.34	c   696s|188800 |   244 |  2558k|  13.5 |  25M| 101 |  75 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
696.57/696.71	c   697s|188900 |   244 |  2560k|  13.5 |  25M| 101 |  79 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
696.87/697.08	c   697s|189000 |   244 |  2561k|  13.5 |  25M| 101 |  80 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
697.26/697.45	c   697s|189100 |   242 |  2563k|  13.5 |  25M| 101 |  84 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
697.66/697.85	c   698s|189200 |   242 |  2565k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
697.96/698.17	c   698s|189300 |   242 |  2566k|  13.5 |  25M| 101 |  77 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
698.37/698.53	c   699s|189400 |   242 |  2568k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
698.67/698.85	c   699s|189500 |   242 |  2569k|  13.5 |  25M| 101 |  69 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
699.06/699.21	c   699s|189600 |   242 |  2571k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
699.36/699.56	c   700s|189700 |   242 |  2572k|  13.5 |  25M| 101 |  80 |2340 |  12k|2340 |1708 |  87 | 181k|  18k| 0.000000e+00 |      --      |    Inf 
699.67/699.90	c   700s|189800 |   242 |  2573k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
700.07/700.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.07/700.24	c   700s|189900 |   242 |  2575k|  13.5 |  25M| 101 |  88 |2340 |  12k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
700.36/700.56	c   701s|190000 |   244 |  2576k|  13.5 |  25M| 101 |  61 |2340 |  12k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
700.66/700.90	c   701s|190100 |   242 |  2578k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
701.06/701.24	c   701s|190200 |   242 |  2579k|  13.5 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
701.37/701.58	c   702s|190300 |   242 |  2580k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
701.76/701.92	c   702s|190400 |   242 |  2582k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
702.07/702.27	c   702s|190500 |   242 |  2583k|  13.5 |  26M| 101 |  76 |2340 |  13k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
702.46/702.62	c   703s|190600 |   242 |  2585k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 182k|  18k| 0.000000e+00 |      --      |    Inf 
702.76/702.97	c   703s|190700 |   242 |  2586k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
703.16/703.31	c   703s|190800 |   246 |  2588k|  13.5 |  26M| 101 |  64 |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
703.46/703.66	c   704s|190900 |   244 |  2589k|  13.5 |  26M| 101 |  81 |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
703.87/704.00	c   704s|191000 |   244 |  2590k|  13.5 |  26M| 101 |  64 |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
704.17/704.36	c   704s|191100 |   244 |  2592k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
704.57/704.73	c   705s|191200 |   246 |  2593k|  13.5 |  26M| 101 |  82 |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
704.97/705.10	c   705s|191300 |   244 |  2595k|  13.5 |  26M| 101 |  79 |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
705.36/705.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
705.36/705.50	c   706s|191400 |   244 |  2596k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
705.76/705.90	c   706s|191500 |   251 |  2598k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
706.16/706.34	c   706s|191600 |   245 |  2600k|  13.5 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
706.56/706.74	c   707s|191700 |   244 |  2601k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
706.96/707.15	c   707s|191800 |   246 |  2603k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
707.37/707.56	c   708s|191900 |   246 |  2605k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
707.76/707.94	c   708s|192000 |   244 |  2607k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
708.17/708.31	c   708s|192100 |   244 |  2608k|  13.6 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
708.57/708.73	c   709s|192200 |   246 |  2610k|  13.6 |  26M| 101 |  86 |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
708.86/709.09	c   709s|192300 |   246 |  2611k|  13.6 |  26M| 101 |  74 |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
709.27/709.47	c   709s|192400 |   244 |  2613k|  13.6 |  26M| 101 |  88 |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
709.66/709.82	c   710s|192500 |   242 |  2614k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
709.96/710.19	c   710s|192600 |   240 |  2616k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
710.36/710.54	c   711s|192700 |   246 |  2617k|  13.6 |  25M| 101 |  63 |2340 |  13k|2340 |1708 |  87 | 184k|  18k| 0.000000e+00 |      --      |    Inf 
710.77/710.93	c   711s|192800 |   239 |  2618k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
711.16/711.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.16/711.30	c   711s|192900 |   241 |  2620k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
711.46/711.69	c   712s|193000 |   242 |  2621k|  13.6 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
711.87/712.07	c   712s|193100 |   242 |  2623k|  13.6 |  25M| 101 |  76 |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
712.27/712.47	c   712s|193200 |   240 |  2624k|  13.6 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
712.66/712.84	c   713s|193300 |   240 |  2626k|  13.6 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
713.06/713.21	c   713s|193400 |   241 |  2628k|  13.6 |  25M| 101 |  64 |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
713.46/713.61	c   714s|193500 |   241 |  2629k|  13.6 |  25M| 101 |  63 |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
713.76/713.99	c   714s|193600 |   239 |  2631k|  13.6 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
714.16/714.37	c   714s|193700 |   239 |  2633k|  13.6 |  25M| 101 |   - |2340 |  12k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
714.56/714.73	c   715s|193800 |   238 |  2634k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
714.96/715.13	c   715s|193900 |   240 |  2636k|  13.6 |  25M| 101 |  67 |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
715.36/715.53	c   716s|194000 |   240 |  2638k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
715.76/715.92	c   716s|194100 |   240 |  2639k|  13.6 |  25M| 101 |  80 |2340 |  13k|2340 |1708 |  87 | 185k|  18k| 0.000000e+00 |      --      |    Inf 
716.06/716.30	c   716s|194200 |   240 |  2641k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
716.46/716.66	c   717s|194300 |   240 |  2643k|  13.6 |  25M| 101 |  78 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
716.76/716.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.76/716.98	c   717s|194400 |   241 |  2644k|  13.6 |  25M| 101 |  65 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
717.16/717.39	c   717s|194500 |   241 |  2646k|  13.6 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
717.56/717.79	c   718s|194600 |   241 |  2648k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
717.96/718.19	c   718s|194700 |   242 |  2649k|  13.6 |  25M| 101 |  61 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
718.37/718.59	c   719s|194800 |   242 |  2651k|  13.6 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
718.86/719.01	c   719s|194900 |   242 |  2653k|  13.6 |  25M| 101 |  77 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
719.26/719.43	c   719s|195000 |   242 |  2655k|  13.6 |  25M| 101 |  68 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
719.66/719.84	c   720s|195100 |   242 |  2657k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
720.06/720.27	c   720s|195200 |   242 |  2659k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
720.46/720.66	c   721s|195300 |   242 |  2661k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
720.86/721.06	c   721s|195400 |   242 |  2663k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
721.26/721.44	c   721s|195500 |   246 |  2664k|  13.6 |  26M| 101 |  65 |2340 |  13k|2340 |1708 |  87 | 186k|  18k| 0.000000e+00 |      --      |    Inf 
721.66/721.84	c   722s|195600 |   244 |  2666k|  13.6 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
722.06/722.23	c   722s|195700 |   242 |  2667k|  13.6 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
722.36/722.58	c   723s|195800 |   243 |  2669k|  13.6 |  26M| 101 |  73 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
722.77/722.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.77/722.96	c   723s|195900 |   243 |  2671k|  13.6 |  26M| 101 |  71 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
723.16/723.34	c   723s|196000 |   243 |  2672k|  13.6 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
723.56/723.74	c   724s|196100 |   245 |  2674k|  13.6 |  26M| 101 |  75 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
723.96/724.16	c   724s|196200 |   243 |  2676k|  13.6 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
724.36/724.56	c   725s|196300 |   245 |  2678k|  13.6 |  26M| 101 |  67 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
724.86/725.00	c   725s|196400 |   245 |  2679k|  13.6 |  27M| 101 |  66 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
725.16/725.36	c   725s|196500 |   245 |  2681k|  13.6 |  27M| 101 |  67 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
725.56/725.76	c   726s|196600 |   243 |  2682k|  13.6 |  27M| 101 |  82 |2340 |  14k|2340 |1708 |  87 | 187k|  18k| 0.000000e+00 |      --      |    Inf 
725.96/726.15	c   726s|196700 |   244 |  2684k|  13.6 |  27M| 101 |  73 |2340 |  14k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
726.36/726.59	c   727s|196800 |   244 |  2685k|  13.6 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
726.76/726.99	c   727s|196900 |   244 |  2687k|  13.6 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
727.26/727.41	c   727s|197000 |   244 |  2688k|  13.6 |  27M| 101 |  81 |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
727.66/727.81	c   728s|197100 |   244 |  2690k|  13.6 |  27M| 101 |  68 |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
728.06/728.23	c   728s|197200 |   244 |  2691k|  13.6 |  27M| 101 |  72 |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
728.46/728.66	c   729s|197300 |   242 |  2693k|  13.6 |  28M| 101 |  72 |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
728.96/729.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.96/729.11	c   729s|197400 |   242 |  2695k|  13.6 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 188k|  18k| 0.000000e+00 |      --      |    Inf 
729.37/729.58	c   730s|197500 |   242 |  2697k|  13.6 |  28M| 101 |  72 |2340 |  15k|2340 |1708 |  87 | 188k|  19k| 0.000000e+00 |      --      |    Inf 
729.85/730.00	c   730s|197600 |   242 |  2699k|  13.6 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
730.26/730.41	c   730s|197700 |   242 |  2700k|  13.6 |  28M| 101 |  69 |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
730.66/730.82	c   731s|197800 |   242 |  2702k|  13.6 |  28M| 101 |  72 |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
731.06/731.23	c   731s|197900 |   244 |  2704k|  13.6 |  28M| 101 |  68 |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
731.45/731.63	c   732s|198000 |   245 |  2705k|  13.6 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
731.86/732.02	c   732s|198100 |   244 |  2707k|  13.6 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
732.25/732.42	c   732s|198200 |   241 |  2708k|  13.6 |  28M| 101 |  81 |2340 |  15k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
732.66/732.85	c   733s|198300 |   240 |  2710k|  13.6 |  28M| 101 |  69 |2340 |  16k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
733.06/733.24	c   733s|198400 |   248 |  2711k|  13.6 |  28M| 101 |  64 |2340 |  16k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
733.45/733.65	c   734s|198500 |   242 |  2713k|  13.6 |  28M| 101 |  75 |2340 |  16k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
733.87/734.06	c   734s|198600 |   242 |  2714k|  13.6 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 189k|  19k| 0.000000e+00 |      --      |    Inf 
734.26/734.48	c   734s|198700 |   240 |  2716k|  13.7 |  28M| 101 |  73 |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
734.65/734.87	c   735s|198800 |   240 |  2718k|  13.7 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
735.06/735.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.06/735.26	c   735s|198900 |   240 |  2720k|  13.7 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
735.45/735.66	c   736s|199000 |   240 |  2721k|  13.7 |  28M| 101 |  72 |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
735.85/736.05	c   736s|199100 |   240 |  2723k|  13.7 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
736.26/736.42	c   736s|199200 |   238 |  2724k|  13.7 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
736.65/736.81	c   737s|199300 |   240 |  2726k|  13.7 |  28M| 101 |  69 |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
737.06/737.21	c   737s|199400 |   240 |  2728k|  13.7 |  29M| 101 |  67 |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
737.46/737.64	c   738s|199500 |   238 |  2730k|  13.7 |  29M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 190k|  19k| 0.000000e+00 |      --      |    Inf 
737.85/738.04	c   738s|199600 |   242 |  2731k|  13.7 |  29M| 101 |  77 |2340 |  16k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
738.26/738.46	c   738s|199700 |   240 |  2733k|  13.7 |  29M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
738.65/738.87	c   739s|199800 |   242 |  2735k|  13.7 |  29M| 101 |  75 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
739.06/739.27	c   739s|199900 |   242 |  2736k|  13.7 |  29M| 101 |  66 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
739.46/739.69	c   740s|200000 |   242 |  2738k|  13.7 |  29M| 101 |  63 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
739.86/740.08	c   740s|200100 |   242 |  2740k|  13.7 |  29M| 101 |  76 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
740.26/740.47	c   740s|200200 |   240 |  2741k|  13.7 |  29M| 101 |  72 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
740.66/740.88	c   741s|200300 |   240 |  2743k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
741.05/741.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
741.05/741.29	c   741s|200400 |   240 |  2745k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
741.46/741.68	c   742s|200500 |   242 |  2746k|  13.7 |  29M| 101 |  70 |2340 |  17k|2340 |1708 |  87 | 191k|  19k| 0.000000e+00 |      --      |    Inf 
741.85/742.08	c   742s|200600 |   240 |  2748k|  13.7 |  29M| 101 |  79 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
742.26/742.45	c   742s|200700 |   240 |  2750k|  13.7 |  29M| 101 |  69 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
742.66/742.83	c   743s|200800 |   240 |  2751k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
743.06/743.24	c   743s|200900 |   238 |  2753k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
743.46/743.66	c   744s|201000 |   238 |  2755k|  13.7 |  29M| 101 |  69 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
743.95/744.10	c   744s|201100 |   236 |  2756k|  13.7 |  29M| 101 |  86 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
744.65/744.80	c   745s|201200 |   239 |  2758k|  13.7 |  29M| 101 |  58 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
745.16/745.30	c   745s|201300 |   235 |  2759k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
745.66/745.81	c   746s|201400 |   235 |  2761k|  13.7 |  29M| 101 |  79 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
746.26/746.49	c   746s|201500 |   239 |  2762k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
746.85/747.09	c   747s|201600 |   239 |  2764k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
747.45/747.60	c   748s|201700 |   239 |  2765k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
747.76/747.97	c   748s|201800 |   237 |  2767k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
748.16/748.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.16/748.39	c   748s|201900 |   237 |  2768k|  13.7 |  29M| 101 |  77 |2340 |  17k|2340 |1708 |  87 | 192k|  19k| 0.000000e+00 |      --      |    Inf 
748.66/748.84	c   749s|202000 |   243 |  2770k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
749.05/749.23	c   749s|202100 |   241 |  2772k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
749.56/749.70	c   750s|202200 |   239 |  2773k|  13.7 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
749.96/750.11	c   750s|202300 |   241 |  2775k|  13.7 |  29M| 101 |  77 |2340 |  17k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
750.37/750.51	c   751s|202400 |   245 |  2777k|  13.7 |  27M| 101 |  62 |2340 |  14k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
750.65/750.87	c   751s|202500 |   243 |  2778k|  13.7 |  26M| 101 |  65 |2340 |  14k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
751.05/751.22	c   751s|202600 |   243 |  2779k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
751.46/751.62	c   752s|202700 |   243 |  2781k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
751.85/752.01	c   752s|202800 |   244 |  2782k|  13.7 |  26M| 101 |  66 |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
752.15/752.38	c   752s|202900 |   243 |  2784k|  13.7 |  26M| 101 |  74 |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
752.56/752.78	c   753s|203000 |   242 |  2786k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
752.96/753.18	c   753s|203100 |   243 |  2787k|  13.7 |  26M| 101 |  91 |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
753.35/753.56	c   754s|203200 |   239 |  2789k|  13.7 |  26M| 101 |  76 |2340 |  13k|2340 |1708 |  87 | 193k|  19k| 0.000000e+00 |      --      |    Inf 
753.75/753.98	c   754s|203300 |   242 |  2790k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
754.16/754.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.16/754.35	c   754s|203400 |   239 |  2792k|  13.7 |  26M| 101 |  62 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
754.55/754.71	c   755s|203500 |   251 |  2793k|  13.7 |  25M| 101 |  51 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
754.85/755.09	c   755s|203600 |   242 |  2795k|  13.7 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
755.26/755.43	c   755s|203700 |   243 |  2796k|  13.7 |  25M| 101 |  71 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
755.55/755.79	c   756s|203800 |   241 |  2798k|  13.7 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
755.96/756.18	c   756s|203900 |   243 |  2799k|  13.7 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
756.36/756.55	c   757s|204000 |   247 |  2801k|  13.7 |  25M| 101 |  61 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
756.75/756.91	c   757s|204100 |   245 |  2802k|  13.7 |  25M| 101 |  64 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
757.05/757.24	c   757s|204200 |   246 |  2804k|  13.7 |  25M| 101 |  62 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
757.35/757.58	c   758s|204300 |   248 |  2805k|  13.7 |  25M| 101 |  76 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
757.76/757.94	c   758s|204400 |   246 |  2806k|  13.7 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
758.15/758.30	c   758s|204500 |   246 |  2808k|  13.7 |  25M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
758.45/758.65	c   759s|204600 |   246 |  2810k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
758.86/759.01	c   759s|204700 |   246 |  2811k|  13.7 |  26M| 101 |  73 |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
759.16/759.34	c   759s|204800 |   246 |  2812k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 194k|  19k| 0.000000e+00 |      --      |    Inf 
759.45/759.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.45/759.69	c   760s|204900 |   244 |  2814k|  13.7 |  26M| 101 |   - |2340 |  13k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
759.86/760.05	c   760s|205000 |   244 |  2816k|  13.7 |  26M| 101 |  71 |2340 |  13k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
760.16/760.39	c   760s|205100 |   246 |  2817k|  13.7 |  26M| 101 |  66 |2340 |  13k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
760.56/760.74	c   761s|205200 |   248 |  2819k|  13.7 |  26M| 101 |  85 |2340 |  13k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
760.96/761.11	c   761s|205300 |   246 |  2820k|  13.7 |  26M| 101 |  78 |2340 |  13k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
761.36/761.51	c   762s|205400 |   248 |  2822k|  13.7 |  26M| 101 |  59 |2340 |  14k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
761.65/761.89	c   762s|205500 |   246 |  2824k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 195k|  19k| 0.000000e+00 |      --      |    Inf 
762.05/762.24	c   762s|205600 |   246 |  2825k|  13.7 |  26M| 101 |  70 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
762.46/762.64	c   763s|205700 |   246 |  2827k|  13.7 |  26M| 101 |  77 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
762.86/763.03	c   763s|205800 |   246 |  2829k|  13.7 |  26M| 101 |  66 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
763.25/763.45	c   763s|205900 |   244 |  2831k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
763.65/763.84	c   764s|206000 |   244 |  2832k|  13.7 |  27M| 101 |  67 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
764.06/764.25	c   764s|206100 |   244 |  2834k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
764.45/764.61	c   765s|206200 |   244 |  2836k|  13.7 |  26M| 101 |  71 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
764.75/764.96	c   765s|206300 |   243 |  2837k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
765.15/765.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.15/765.35	c   765s|206400 |   245 |  2839k|  13.7 |  26M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
765.55/765.73	c   766s|206500 |   245 |  2841k|  13.7 |  27M| 101 |  74 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
765.85/766.03	c   766s|206600 |   245 |  2842k|  13.7 |  27M| 101 |  69 |2340 |  14k|2340 |1708 |  87 | 196k|  19k| 0.000000e+00 |      --      |    Inf 
766.15/766.36	c   766s|206700 |   243 |  2843k|  13.7 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
766.55/766.71	c   767s|206800 |   245 |  2845k|  13.7 |  27M| 101 |  81 |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
766.86/767.08	c   767s|206900 |   245 |  2846k|  13.7 |  27M| 101 |  79 |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
767.25/767.47	c   767s|207000 |   243 |  2848k|  13.7 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
767.66/767.84	c   768s|207100 |   243 |  2850k|  13.7 |  27M| 101 |   - |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
768.05/768.20	c   768s|207200 |   243 |  2851k|  13.7 |  27M| 101 |  91 |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
768.35/768.57	c   769s|207300 |   243 |  2853k|  13.7 |  27M| 101 |  78 |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
768.75/768.93	c   769s|207400 |   241 |  2855k|  13.7 |  27M| 101 |  83 |2340 |  14k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
769.15/769.30	c   769s|207500 |   242 |  2856k|  13.7 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
769.46/769.66	c   770s|207600 |   244 |  2858k|  13.7 |  27M| 101 |  75 |2340 |  15k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
769.75/769.99	c   770s|207700 |   244 |  2859k|  13.7 |  27M| 101 |  81 |2340 |  15k|2340 |1708 |  87 | 197k|  19k| 0.000000e+00 |      --      |    Inf 
770.16/770.33	c   770s|207800 |   242 |  2860k|  13.7 |  27M| 101 |  70 |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
770.45/770.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.45/770.68	c   771s|207900 |   242 |  2861k|  13.7 |  27M| 101 |  74 |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
770.86/771.01	c   771s|208000 |   244 |  2863k|  13.7 |  27M| 101 |  76 |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
771.15/771.37	c   771s|208100 |   242 |  2864k|  13.7 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
771.55/771.72	c   772s|208200 |   244 |  2865k|  13.7 |  27M| 101 |  76 |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
771.85/772.04	c   772s|208300 |   248 |  2866k|  13.7 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
772.15/772.40	c   772s|208400 |   242 |  2868k|  13.7 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
772.55/772.75	c   773s|208500 |   242 |  2869k|  13.7 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
772.85/773.08	c   773s|208600 |   244 |  2871k|  13.7 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
773.25/773.46	c   773s|208700 |   246 |  2872k|  13.7 |  27M| 101 |  72 |2340 |  15k|2340 |1708 |  87 | 198k|  19k| 0.000000e+00 |      --      |    Inf 
773.65/773.86	c   774s|208800 |   243 |  2874k|  13.7 |  27M| 101 |  82 |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
774.05/774.22	c   774s|208900 |   245 |  2875k|  13.7 |  28M| 101 |  84 |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
774.35/774.59	c   775s|209000 |   252 |  2877k|  13.7 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
774.75/774.94	c   775s|209100 |   253 |  2879k|  13.7 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
775.15/775.30	c   775s|209200 |   254 |  2880k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
775.45/775.64	c   776s|209300 |   256 |  2882k|  13.8 |  28M| 101 |  58 |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
775.85/776.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
775.85/776.02	c   776s|209400 |   251 |  2883k|  13.8 |  28M| 101 |  69 |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
776.25/776.43	c   776s|209500 |   253 |  2885k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
776.66/776.82	c   777s|209600 |   253 |  2887k|  13.8 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
777.05/777.20	c   777s|209700 |   251 |  2889k|  13.8 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
777.45/777.60	c   778s|209800 |   249 |  2890k|  13.8 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
777.75/777.98	c   778s|209900 |   247 |  2892k|  13.8 |  28M| 101 |  85 |2340 |  16k|2340 |1708 |  87 | 199k|  19k| 0.000000e+00 |      --      |    Inf 
778.15/778.35	c   778s|210000 |   247 |  2894k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
778.55/778.76	c   779s|210100 |   247 |  2895k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
778.96/779.15	c   779s|210200 |   247 |  2897k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
779.35/779.52	c   780s|210300 |   249 |  2898k|  13.8 |  28M| 101 |  71 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
779.65/779.89	c   780s|210400 |   245 |  2900k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
780.06/780.28	c   780s|210500 |   249 |  2902k|  13.8 |  28M| 101 |  63 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
780.45/780.69	c   781s|210600 |   249 |  2903k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
780.85/781.09	c   781s|210700 |   246 |  2905k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
781.25/781.47	c   781s|210800 |   246 |  2907k|  13.8 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
781.65/781.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
781.65/781.85	c   782s|210900 |   248 |  2908k|  13.8 |  28M| 101 |  74 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
782.05/782.24	c   782s|211000 |   246 |  2910k|  13.8 |  28M| 101 |  68 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
782.45/782.60	c   783s|211100 |   246 |  2911k|  13.8 |  28M| 101 |  69 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
782.75/782.97	c   783s|211200 |   246 |  2913k|  13.8 |  28M| 101 |  69 |2340 |  16k|2340 |1708 |  87 | 200k|  19k| 0.000000e+00 |      --      |    Inf 
783.15/783.36	c   783s|211300 |   244 |  2915k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
783.55/783.72	c   784s|211400 |   244 |  2916k|  13.8 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
783.95/784.14	c   784s|211500 |   244 |  2918k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
784.35/784.53	c   785s|211600 |   244 |  2920k|  13.8 |  28M| 101 |  73 |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
784.75/784.92	c   785s|211700 |   244 |  2921k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
785.15/785.30	c   785s|211800 |   244 |  2923k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
785.45/785.69	c   786s|211900 |   244 |  2925k|  13.8 |  28M| 101 |  71 |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
785.85/786.06	c   786s|212000 |   246 |  2926k|  13.8 |  28M| 101 |  72 |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
786.25/786.46	c   786s|212100 |   246 |  2928k|  13.8 |  28M| 101 |  78 |2340 |  16k|2340 |1708 |  87 | 201k|  19k| 0.000000e+00 |      --      |    Inf 
786.75/786.91	c   787s|212200 |   246 |  2929k|  13.8 |  28M| 101 |  69 |2340 |  16k|2340 |1708 |  87 | 201k|  20k| 0.000000e+00 |      --      |    Inf 
787.05/787.25	c   787s|212300 |   244 |  2930k|  13.8 |  28M| 101 |  77 |2340 |  16k|2340 |1708 |  87 | 201k|  20k| 0.000000e+00 |      --      |    Inf 
787.55/787.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.55/787.74	c   788s|212400 |   242 |  2932k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 201k|  20k| 0.000000e+00 |      --      |    Inf 
787.95/788.12	c   788s|212500 |   243 |  2934k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
788.45/788.61	c   789s|212600 |   243 |  2935k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
788.85/789.05	c   789s|212700 |   243 |  2937k|  13.8 |  28M| 101 |  75 |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
789.25/789.49	c   789s|212800 |   243 |  2939k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
789.75/789.96	c   790s|212900 |   245 |  2941k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
790.15/790.36	c   790s|213000 |   245 |  2942k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
790.55/790.78	c   791s|213100 |   245 |  2944k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
790.96/791.16	c   791s|213200 |   245 |  2945k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
791.34/791.50	c   792s|213300 |   247 |  2946k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
791.75/791.95	c   792s|213400 |   247 |  2948k|  13.8 |  28M| 101 |  71 |2340 |  17k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
792.15/792.37	c   792s|213500 |   247 |  2950k|  13.8 |  28M| 101 |  70 |2340 |  17k|2340 |1708 |  87 | 202k|  20k| 0.000000e+00 |      --      |    Inf 
792.65/792.81	c   793s|213600 |   249 |  2952k|  13.8 |  28M| 101 |  74 |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
793.05/793.25	c   793s|213700 |   249 |  2953k|  13.8 |  28M| 101 |  78 |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
793.45/793.66	c   794s|213800 |   247 |  2955k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
793.85/794.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.85/794.07	c   794s|213900 |   247 |  2956k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
794.26/794.47	c   794s|214000 |   245 |  2958k|  13.8 |  28M| 101 |  78 |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
794.75/794.91	c   795s|214100 |   241 |  2959k|  13.8 |  28M| 101 |  89 |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
795.25/795.41	c   795s|214200 |   246 |  2961k|  13.8 |  28M| 101 |  73 |2340 |  16k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
795.65/795.83	c   796s|214300 |   242 |  2963k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
796.05/796.25	c   796s|214400 |   246 |  2965k|  13.8 |  28M| 101 |  72 |2340 |  16k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
796.46/796.69	c   797s|214500 |   244 |  2966k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
796.85/797.09	c   797s|214600 |   246 |  2968k|  13.8 |  28M| 101 |  84 |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
797.34/797.51	c   798s|214700 |   246 |  2970k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
797.75/797.91	c   798s|214800 |   246 |  2971k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 203k|  20k| 0.000000e+00 |      --      |    Inf 
798.15/798.34	c   798s|214900 |   248 |  2973k|  13.8 |  28M| 101 |  60 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
798.55/798.77	c   799s|215000 |   244 |  2975k|  13.8 |  28M| 101 |  82 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
799.05/799.20	c   799s|215100 |   254 |  2976k|  13.8 |  28M| 101 |  51 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
799.45/799.64	c   800s|215200 |   244 |  2978k|  13.8 |  28M| 101 |  67 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
799.86/800.08	c   800s|215300 |   243 |  2980k|  13.8 |  28M| 101 |  85 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
800.35/800.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.35/800.52	c   801s|215400 |   243 |  2981k|  13.8 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
800.75/800.91	c   801s|215500 |   244 |  2983k|  13.8 |  28M| 101 |  72 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
801.15/801.31	c   801s|215600 |   244 |  2985k|  13.8 |  29M| 101 |  69 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
801.54/801.71	c   802s|215700 |   242 |  2987k|  13.8 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
801.95/802.12	c   802s|215800 |   244 |  2988k|  13.8 |  29M| 101 |  81 |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
802.35/802.52	c   803s|215900 |   244 |  2990k|  13.8 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
802.75/802.94	c   803s|216000 |   244 |  2992k|  13.8 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 204k|  20k| 0.000000e+00 |      --      |    Inf 
803.15/803.33	c   803s|216100 |   244 |  2994k|  13.8 |  29M| 101 |  74 |2340 |  17k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
803.55/803.73	c   804s|216200 |   242 |  2995k|  13.8 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
804.05/804.29	c   804s|216300 |   245 |  2997k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
804.64/804.82	c   805s|216400 |   247 |  2998k|  13.8 |  28M| 101 |  72 |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
805.05/805.23	c   805s|216500 |   244 |  3000k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
805.45/805.66	c   806s|216600 |   248 |  3001k|  13.8 |  28M| 101 |  71 |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
805.84/806.09	c   806s|216700 |   247 |  3003k|  13.8 |  28M| 101 |  60 |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
806.24/806.47	c   806s|216800 |   245 |  3004k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
806.65/806.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
806.65/806.88	c   807s|216900 |   246 |  3006k|  13.8 |  27M| 101 |  75 |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
807.05/807.28	c   807s|217000 |   246 |  3007k|  13.8 |  28M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
807.46/807.67	c   808s|217100 |   244 |  3009k|  13.8 |  28M| 101 |  71 |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
807.84/808.04	c   808s|217200 |   240 |  3010k|  13.8 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
808.25/808.49	c   808s|217300 |   244 |  3012k|  13.8 |  27M| 101 |  69 |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
808.66/808.85	c   809s|217400 |   251 |  3013k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
809.05/809.23	c   809s|217500 |   247 |  3015k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
809.45/809.62	c   810s|217600 |   243 |  3017k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 205k|  20k| 0.000000e+00 |      --      |    Inf 
809.84/810.02	c   810s|217700 |   246 |  3018k|  13.8 |  27M| 101 |  71 |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
810.25/810.44	c   810s|217800 |   246 |  3020k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
810.64/810.82	c   811s|217900 |   246 |  3021k|  13.8 |  27M| 101 |  70 |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
811.04/811.20	c   811s|218000 |   244 |  3022k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
811.35/811.57	c   812s|218100 |   244 |  3024k|  13.8 |  27M| 101 |   - |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
811.74/811.95	c   812s|218200 |   245 |  3025k|  13.8 |  28M| 101 |  71 |2340 |  15k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
812.14/812.33	c   812s|218300 |   245 |  3027k|  13.8 |  28M| 101 |  80 |2340 |  16k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
812.54/812.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.54/812.72	c   813s|218400 |   243 |  3029k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
812.84/813.09	c   813s|218500 |   245 |  3030k|  13.9 |  28M| 101 |  59 |2340 |  16k|2340 |1708 |  87 | 206k|  20k| 0.000000e+00 |      --      |    Inf 
813.24/813.44	c   813s|218600 |   247 |  3031k|  13.9 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
813.65/813.81	c   814s|218700 |   247 |  3033k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
813.94/814.19	c   814s|218800 |   247 |  3034k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
814.35/814.54	c   815s|218900 |   245 |  3036k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
814.74/814.92	c   815s|219000 |   247 |  3037k|  13.9 |  28M| 101 |  71 |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
815.05/815.30	c   815s|219100 |   247 |  3039k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
815.55/815.70	c   816s|219200 |   247 |  3040k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
815.95/816.10	c   816s|219300 |   247 |  3042k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
816.26/816.47	c   816s|219400 |   247 |  3044k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
816.65/816.84	c   817s|219500 |   247 |  3045k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 207k|  20k| 0.000000e+00 |      --      |    Inf 
817.04/817.22	c   817s|219600 |   245 |  3046k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
817.35/817.58	c   818s|219700 |   245 |  3048k|  13.9 |  28M| 101 |  67 |2340 |  17k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
817.74/817.97	c   818s|219800 |   241 |  3049k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
818.14/818.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.14/818.35	c   818s|219900 |   241 |  3051k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
818.55/818.75	c   819s|220000 |   241 |  3052k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
818.94/819.11	c   819s|220100 |   243 |  3054k|  13.9 |  28M| 101 |  76 |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
819.24/819.47	c   819s|220200 |   243 |  3055k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
819.65/819.83	c   820s|220300 |   241 |  3057k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
820.04/820.21	c   820s|220400 |   241 |  3058k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
820.34/820.58	c   821s|220500 |   241 |  3060k|  13.9 |  28M| 101 |  72 |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
820.85/821.02	c   821s|220600 |   243 |  3062k|  13.9 |  28M| 101 |  67 |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
821.25/821.42	c   821s|220700 |   243 |  3063k|  13.9 |  28M| 101 |  66 |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
821.54/821.77	c   822s|220800 |   245 |  3064k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 208k|  20k| 0.000000e+00 |      --      |    Inf 
821.95/822.15	c   822s|220900 |   248 |  3066k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
822.35/822.50	c   822s|221000 |   247 |  3067k|  13.9 |  28M| 101 |  67 |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
822.64/822.80	c   823s|221100 |   253 |  3069k|  13.9 |  28M| 101 |  37 |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
822.95/823.15	c   823s|221200 |   248 |  3070k|  13.9 |  28M| 101 |  56 |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
823.35/823.52	c   824s|221300 |   244 |  3072k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
823.65/823.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
823.65/823.86	c   824s|221400 |   244 |  3073k|  13.9 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
824.05/824.24	c   824s|221500 |   244 |  3075k|  13.9 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
824.45/824.63	c   825s|221600 |   244 |  3077k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 209k|  20k| 0.000000e+00 |      --      |    Inf 
824.84/825.00	c   825s|221700 |   246 |  3078k|  13.9 |  28M| 101 |  76 |2340 |  16k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
825.15/825.38	c   825s|221800 |   246 |  3080k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
825.55/825.74	c   826s|221900 |   244 |  3081k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
825.84/826.08	c   826s|222000 |   244 |  3083k|  13.9 |  28M| 101 |  76 |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
826.25/826.47	c   826s|222100 |   244 |  3085k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
826.64/826.88	c   827s|222200 |   244 |  3086k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
827.14/827.31	c   827s|222300 |   246 |  3088k|  13.9 |  29M| 101 |  76 |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
827.54/827.72	c   828s|222400 |   244 |  3090k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
827.94/828.12	c   828s|222500 |   242 |  3092k|  13.9 |  29M| 101 |  70 |2340 |  17k|2340 |1708 |  87 | 210k|  20k| 0.000000e+00 |      --      |    Inf 
828.35/828.56	c   829s|222600 |   243 |  3094k|  13.9 |  28M| 101 |  73 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
828.74/828.97	c   829s|222700 |   243 |  3095k|  13.9 |  28M| 101 |  74 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
829.14/829.34	c   829s|222800 |   241 |  3097k|  13.9 |  28M| 101 |  73 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
829.55/829.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
829.55/829.72	c   830s|222900 |   241 |  3098k|  13.9 |  28M| 101 |  64 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
829.94/830.11	c   830s|223000 |   240 |  3100k|  13.9 |  28M| 101 |  76 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
830.34/830.55	c   831s|223100 |   244 |  3102k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
830.74/830.96	c   831s|223200 |   244 |  3103k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
831.14/831.35	c   831s|223300 |   244 |  3105k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
831.54/831.75	c   832s|223400 |   244 |  3106k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
831.94/832.13	c   832s|223500 |   244 |  3108k|  13.9 |  28M| 101 |  57 |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
832.34/832.50	c   833s|223600 |   248 |  3110k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
832.64/832.88	c   833s|223700 |   242 |  3112k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
833.05/833.24	c   833s|223800 |   242 |  3113k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 211k|  20k| 0.000000e+00 |      --      |    Inf 
833.45/833.62	c   834s|223900 |   244 |  3115k|  13.9 |  28M| 101 |   - |2340 |  16k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
833.74/834.00	c   834s|224000 |   242 |  3117k|  13.9 |  28M| 101 |  88 |2340 |  16k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
834.14/834.37	c   834s|224100 |   244 |  3118k|  13.9 |  28M| 101 |  77 |2340 |  16k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
834.54/834.75	c   835s|224200 |   246 |  3120k|  13.9 |  28M| 101 |  70 |2340 |  16k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
834.95/835.14	c   835s|224300 |   248 |  3122k|  13.9 |  28M| 101 |  71 |2340 |  17k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
835.34/835.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.34/835.54	c   836s|224400 |   248 |  3123k|  13.9 |  28M| 101 |  75 |2340 |  17k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
835.74/835.93	c   836s|224500 |   248 |  3125k|  13.9 |  28M| 101 |  78 |2340 |  17k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
836.05/836.30	c   836s|224600 |   251 |  3126k|  13.9 |  28M| 101 |  67 |2340 |  17k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
836.44/836.65	c   837s|224700 |   254 |  3127k|  13.9 |  28M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 212k|  20k| 0.000000e+00 |      --      |    Inf 
836.84/837.00	c   837s|224800 |   249 |  3129k|  13.9 |  28M| 101 |  68 |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
837.15/837.37	c   837s|224900 |   247 |  3130k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
837.54/837.72	c   838s|225000 |   249 |  3131k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
837.95/838.13	c   838s|225100 |   247 |  3133k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
838.35/838.52	c   839s|225200 |   251 |  3135k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
838.74/838.92	c   839s|225300 |   249 |  3136k|  13.9 |  29M| 101 |  65 |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
839.14/839.35	c   839s|225400 |   249 |  3138k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
839.54/839.78	c   840s|225500 |   249 |  3140k|  13.9 |  29M| 101 |  62 |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
840.04/840.21	c   840s|225600 |   249 |  3142k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
840.45/840.61	c   841s|225700 |   249 |  3143k|  13.9 |  29M| 101 |   - |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
840.84/841.02	c   841s|225800 |   249 |  3145k|  13.9 |  29M| 101 |  68 |2340 |  17k|2340 |1708 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
841.24/841.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.24/841.44	c   841s|225900 |   249 |  3147k|  13.9 |  29M| 101 |   - |2340 |  17k|   0 |   0 |  87 | 213k|  20k| 0.000000e+00 |      --      |    Inf 
841.74/841.90	c   842s|226000 |   249 |  3148k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
842.04/842.28	c   842s|226100 |   251 |  3150k|  13.9 |  29M| 101 |  64 |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
842.44/842.66	c   843s|226200 |   249 |  3151k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
842.94/843.11	c   843s|226300 |   249 |  3153k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
843.35/843.54	c   844s|226400 |   251 |  3154k|  13.9 |  29M| 101 |  62 |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
843.74/843.97	c   844s|226500 |   249 |  3156k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
844.14/844.34	c   844s|226600 |   249 |  3157k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
844.64/844.80	c   845s|226700 |   251 |  3158k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
845.04/845.20	c   845s|226800 |   251 |  3160k|  13.9 |  29M| 101 |  64 |2340 |  18k|2340 |1708 |  87 | 214k|  20k| 0.000000e+00 |      --      |    Inf 
845.44/845.60	c   846s|226900 |   249 |  3161k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
845.84/846.02	c   846s|227000 |   247 |  3163k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
846.24/846.46	c   846s|227100 |   247 |  3164k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
846.64/846.83	c   847s|227200 |   247 |  3165k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
847.05/847.27	c   847s|227300 |   247 |  3167k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
847.54/847.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
847.54/847.72	c   848s|227400 |   247 |  3169k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
847.94/848.18	c   848s|227500 |   247 |  3170k|  13.9 |  29M| 101 |  76 |2340 |  18k|2340 |1708 |  87 | 215k|  20k| 0.000000e+00 |      --      |    Inf 
848.44/848.61	c   849s|227600 |   247 |  3172k|  13.9 |  29M| 101 |  75 |2340 |  18k|2340 |1708 |  87 | 215k|  21k| 0.000000e+00 |      --      |    Inf 
848.84/849.04	c   849s|227700 |   247 |  3173k|  13.9 |  29M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 215k|  21k| 0.000000e+00 |      --      |    Inf 
849.25/849.48	c   849s|227800 |   247 |  3175k|  13.9 |  29M| 101 |  71 |2340 |  18k|2340 |1708 |  87 | 215k|  21k| 0.000000e+00 |      --      |    Inf 
849.74/849.91	c   850s|227900 |   247 |  3177k|  13.9 |  30M| 101 |  71 |2340 |  18k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
850.14/850.32	c   850s|228000 |   247 |  3178k|  13.9 |  30M| 101 |  71 |2340 |  18k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
850.54/850.76	c   851s|228100 |   247 |  3180k|  13.9 |  30M| 101 |   - |2340 |  18k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
850.94/851.19	c   851s|228200 |   247 |  3181k|  13.9 |  30M| 101 |  66 |2340 |  18k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
851.34/851.57	c   852s|228300 |   247 |  3183k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
851.74/851.97	c   852s|228400 |   247 |  3184k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
852.14/852.38	c   852s|228500 |   247 |  3186k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
852.55/852.78	c   853s|228600 |   247 |  3187k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
852.93/853.17	c   853s|228700 |   247 |  3189k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 216k|  21k| 0.000000e+00 |      --      |    Inf 
853.33/853.56	c   854s|228800 |   247 |  3190k|  13.9 |  30M| 101 |  83 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
853.74/853.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
853.74/853.96	c   854s|228900 |   247 |  3192k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
854.14/854.33	c   854s|229000 |   247 |  3193k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
854.54/854.73	c   855s|229100 |   247 |  3195k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
854.93/855.18	c   855s|229200 |   247 |  3196k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
855.44/855.60	c   856s|229300 |   247 |  3198k|  13.9 |  30M| 101 |  71 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
855.84/856.09	c   856s|229400 |   247 |  3199k|  13.9 |  30M| 101 |  73 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
856.54/856.78	c   857s|229500 |   251 |  3201k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
857.05/857.26	c   857s|229600 |   244 |  3202k|  13.9 |  30M| 101 |  89 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
857.44/857.64	c   858s|229700 |   247 |  3203k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
857.84/858.06	c   858s|229800 |   247 |  3205k|  13.9 |  30M| 101 |  68 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
858.24/858.47	c   858s|229900 |   245 |  3206k|  13.9 |  30M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
858.64/858.86	c   859s|230000 |   245 |  3208k|  13.9 |  30M| 101 |  80 |2340 |  19k|2340 |1708 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
859.04/859.27	c   859s|230100 |   256 |  3209k|  13.9 |  30M| 101 |   - |2340 |  19k|   0 |   0 |  87 | 217k|  21k| 0.000000e+00 |      --      |    Inf 
859.54/859.74	c   860s|230200 |   250 |  3211k|  13.9 |  30M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
860.04/860.21	c   860s|230300 |   249 |  3213k|  13.9 |  30M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
860.44/860.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.44/860.67	c   861s|230400 |   249 |  3215k|  13.9 |  30M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
860.94/861.13	c   861s|230500 |   249 |  3217k|  13.9 |  30M| 101 |  72 |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
861.34/861.58	c   862s|230600 |   247 |  3218k|  13.9 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
861.83/862.04	c   862s|230700 |   249 |  3220k|  13.9 |  30M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
862.24/862.44	c   862s|230800 |   249 |  3222k|  13.9 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
862.64/862.89	c   863s|230900 |   253 |  3224k|  13.9 |  31M| 101 |  68 |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
863.14/863.32	c   863s|231000 |   255 |  3225k|  13.9 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
863.55/863.71	c   864s|231100 |   253 |  3227k|  13.9 |  31M| 101 |  79 |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
863.94/864.12	c   864s|231200 |   251 |  3229k|  14.0 |  31M| 101 |  85 |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
864.34/864.55	c   865s|231300 |   251 |  3231k|  14.0 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 218k|  21k| 0.000000e+00 |      --      |    Inf 
864.75/864.94	c   865s|231400 |   251 |  3232k|  14.0 |  31M| 101 |  80 |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
865.14/865.33	c   865s|231500 |   253 |  3234k|  14.0 |  31M| 101 |  74 |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
865.54/865.72	c   866s|231600 |   253 |  3236k|  14.0 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
865.93/866.12	c   866s|231700 |   251 |  3237k|  14.0 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
866.34/866.50	c   867s|231800 |   253 |  3239k|  14.0 |  31M| 101 |  92 |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
866.63/866.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.63/866.88	c   867s|231900 |   255 |  3240k|  14.0 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
867.04/867.26	c   867s|232000 |   257 |  3242k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
867.44/867.67	c   868s|232100 |   257 |  3244k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
867.83/868.05	c   868s|232200 |   257 |  3245k|  14.0 |  32M| 101 |  83 |2340 |  21k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
868.24/868.45	c   868s|232300 |   255 |  3247k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 219k|  21k| 0.000000e+00 |      --      |    Inf 
868.63/868.85	c   869s|232400 |   253 |  3248k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
869.04/869.26	c   869s|232500 |   253 |  3250k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
869.43/869.63	c   870s|232600 |   251 |  3252k|  14.0 |  32M| 101 |  76 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
869.84/870.03	c   870s|232700 |   247 |  3253k|  14.0 |  32M| 101 |  98 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
870.25/870.45	c   870s|232800 |   247 |  3255k|  14.0 |  32M| 101 |  66 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
870.63/870.83	c   871s|232900 |   249 |  3256k|  14.0 |  32M| 101 |  53 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
871.04/871.22	c   871s|233000 |   245 |  3258k|  14.0 |  32M| 101 |  66 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
871.43/871.63	c   872s|233100 |   243 |  3259k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
871.84/872.01	c   872s|233200 |   243 |  3261k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
872.13/872.35	c   872s|233300 |   242 |  3262k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
872.54/872.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
872.54/872.70	c   873s|233400 |   242 |  3263k|  14.0 |  32M| 101 |  93 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
872.94/873.10	c   873s|233500 |   242 |  3265k|  14.0 |  32M| 101 |  76 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
873.24/873.46	c   873s|233600 |   244 |  3266k|  14.0 |  32M| 101 |  65 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
873.64/873.83	c   874s|233700 |   242 |  3268k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
874.04/874.20	c   874s|233800 |   242 |  3269k|  14.0 |  32M| 101 |  86 |2340 |  21k|2340 |1708 |  87 | 220k|  21k| 0.000000e+00 |      --      |    Inf 
874.34/874.58	c   875s|233900 |   242 |  3271k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
874.73/874.94	c   875s|234000 |   242 |  3272k|  14.0 |  32M| 101 |  70 |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
875.14/875.32	c   875s|234100 |   242 |  3274k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
875.54/875.71	c   876s|234200 |   242 |  3275k|  14.0 |  32M| 101 |  70 |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
875.94/876.13	c   876s|234300 |   242 |  3277k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
876.34/876.52	c   877s|234400 |   242 |  3279k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
876.74/876.95	c   877s|234500 |   242 |  3280k|  14.0 |  32M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
877.14/877.36	c   877s|234600 |   256 |  3282k|  14.0 |  32M| 101 |  40 |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
877.54/877.78	c   878s|234700 |   243 |  3283k|  14.0 |  32M| 101 |  69 |2340 |  21k|2340 |1708 |  87 | 221k|  21k| 0.000000e+00 |      --      |    Inf 
878.04/878.20	c   878s|234800 |   241 |  3285k|  14.0 |  32M| 101 |  69 |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
878.33/878.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.33/878.59	c   879s|234900 |   241 |  3287k|  14.0 |  32M| 101 |  84 |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
878.83/879.06	c   879s|235000 |   243 |  3289k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
879.23/879.49	c   879s|235100 |   247 |  3290k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
879.74/879.94	c   880s|235200 |   261 |  3291k|  14.0 |  32M| 101 |  13 |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
880.24/880.45	c   880s|235300 |   245 |  3293k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
880.64/880.84	c   881s|235400 |   245 |  3294k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
880.94/881.18	c   881s|235500 |   244 |  3296k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
881.34/881.54	c   882s|235600 |   244 |  3298k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
881.73/881.90	c   882s|235700 |   246 |  3299k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
882.03/882.26	c   882s|235800 |   250 |  3301k|  14.0 |  32M| 101 |  69 |2340 |  21k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
882.43/882.63	c   883s|235900 |   250 |  3303k|  14.0 |  32M| 101 |  64 |2340 |  22k|2340 |1708 |  87 | 222k|  21k| 0.000000e+00 |      --      |    Inf 
882.83/883.00	c   883s|236000 |   248 |  3305k|  14.0 |  32M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
883.14/883.37	c   883s|236100 |   248 |  3306k|  14.0 |  32M| 101 |  74 |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
883.54/883.75	c   884s|236200 |   246 |  3308k|  14.0 |  32M| 101 |  92 |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
883.94/884.11	c   884s|236300 |   245 |  3310k|  14.0 |  32M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
884.34/884.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
884.34/884.51	c   885s|236400 |   243 |  3311k|  14.0 |  32M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
884.63/884.87	c   885s|236500 |   244 |  3313k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
885.03/885.24	c   885s|236600 |   247 |  3314k|  14.0 |  32M| 101 |  70 |2340 |  21k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
885.33/885.56	c   886s|236700 |   247 |  3316k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
885.74/885.97	c   886s|236800 |   249 |  3317k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 223k|  21k| 0.000000e+00 |      --      |    Inf 
886.23/886.40	c   886s|236900 |   249 |  3319k|  14.0 |  32M| 101 |  66 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
886.53/886.80	c   887s|237000 |   247 |  3321k|  14.0 |  32M| 101 |  71 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
887.04/887.21	c   887s|237100 |   245 |  3323k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
887.43/887.64	c   888s|237200 |   247 |  3324k|  14.0 |  32M| 101 |  59 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
887.74/887.98	c   888s|237300 |   245 |  3326k|  14.0 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
888.13/888.34	c   888s|237400 |   245 |  3327k|  14.0 |  33M| 101 |  69 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
888.53/888.74	c   889s|237500 |   245 |  3329k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
888.94/889.15	c   889s|237600 |   245 |  3331k|  14.0 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
889.34/889.53	c   890s|237700 |   243 |  3333k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
889.73/889.93	c   890s|237800 |   243 |  3334k|  14.0 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
890.04/890.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.04/890.28	c   890s|237900 |   243 |  3336k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
890.43/890.64	c   891s|238000 |   243 |  3338k|  14.0 |  32M| 101 |  73 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
890.84/891.00	c   891s|238100 |   244 |  3339k|  14.0 |  32M| 101 |  84 |2340 |  21k|2340 |1708 |  87 | 224k|  21k| 0.000000e+00 |      --      |    Inf 
891.14/891.37	c   891s|238200 |   244 |  3340k|  14.0 |  32M| 101 |  64 |2340 |  21k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
891.53/891.72	c   892s|238300 |   240 |  3342k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
891.94/892.10	c   892s|238400 |   268 |  3343k|  14.0 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
892.33/892.50	c   892s|238500 |   249 |  3344k|  14.0 |  33M| 101 |  50 |2340 |  22k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
892.73/892.93	c   893s|238600 |   246 |  3346k|  14.0 |  33M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
893.03/893.28	c   893s|238700 |   249 |  3347k|  14.0 |  33M| 101 |  55 |2340 |  22k|2340 |1708 |  87 | 225k|  21k| 0.000000e+00 |      --      |    Inf 
893.54/893.77	c   894s|238800 |   247 |  3349k|  14.0 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 225k|  22k| 0.000000e+00 |      --      |    Inf 
893.94/894.16	c   894s|238900 |   252 |  3350k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 225k|  22k| 0.000000e+00 |      --      |    Inf 
894.34/894.52	c   895s|239000 |   248 |  3351k|  14.0 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 225k|  22k| 0.000000e+00 |      --      |    Inf 
894.73/894.91	c   895s|239100 |   247 |  3353k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
895.03/895.22	c   895s|239200 |   249 |  3354k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
895.33/895.54	c   896s|239300 |   247 |  3355k|  14.0 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
895.63/895.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.63/895.86	c   896s|239400 |   247 |  3357k|  14.0 |  34M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
896.04/896.24	c   896s|239500 |   243 |  3358k|  14.0 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
896.44/896.61	c   897s|239600 |   241 |  3360k|  14.0 |  33M| 101 |  70 |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
896.74/896.95	c   897s|239700 |   241 |  3362k|  14.0 |  33M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
897.03/897.28	c   897s|239800 |   241 |  3363k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
897.43/897.63	c   898s|239900 |   241 |  3365k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 226k|  22k| 0.000000e+00 |      --      |    Inf 
897.74/897.96	c   898s|240000 |   241 |  3366k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
898.03/898.28	c   898s|240100 |   241 |  3367k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
898.54/898.70	c   899s|240200 |   252 |  3369k|  14.0 |  33M| 101 |  58 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
898.84/899.03	c   899s|240300 |   246 |  3370k|  14.0 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
899.13/899.36	c   899s|240400 |   246 |  3371k|  14.0 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
899.43/899.65	c   900s|240500 |   246 |  3372k|  14.0 |  33M| 101 |  53 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
899.73/899.97	c   900s|240600 |   254 |  3374k|  14.0 |  33M| 101 |  48 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
900.13/900.30	c   900s|240700 |   244 |  3375k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
900.43/900.69	c   901s|240800 |   244 |  3376k|  14.0 |  33M| 101 |  89 |2340 |  22k|2340 |1708 |  87 | 227k|  22k| 0.000000e+00 |      --      |    Inf 
900.83/901.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
900.83/901.03	c   901s|240900 |   250 |  3378k|  14.0 |  33M| 101 |  58 |2340 |  22k|2340 |1708 |  87 | 228k|  22k| 0.000000e+00 |      --      |    Inf 
901.14/901.37	c   901s|241000 |   247 |  3379k|  14.0 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 228k|  22k| 0.000000e+00 |      --      |    Inf 
901.43/901.67	c   902s|241100 |   245 |  3380k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 228k|  22k| 0.000000e+00 |      --      |    Inf 
901.83/902.04	c   902s|241200 |   245 |  3381k|  14.0 |  33M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 228k|  22k| 0.000000e+00 |      --      |    Inf 
902.23/902.40	c   902s|241300 |   245 |  3383k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 228k|  22k| 0.000000e+00 |      --      |    Inf 
902.54/902.70	c   903s|241400 |   247 |  3384k|  14.0 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 229k|  22k| 0.000000e+00 |      --      |    Inf 
902.83/903.01	c   903s|241500 |   245 |  3385k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 229k|  22k| 0.000000e+00 |      --      |    Inf 
903.14/903.33	c   903s|241600 |   247 |  3387k|  14.0 |  34M| 101 |  76 |2340 |  23k|2340 |1708 |  87 | 229k|  22k| 0.000000e+00 |      --      |    Inf 
903.43/903.64	c   904s|241700 |   247 |  3388k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 229k|  22k| 0.000000e+00 |      --      |    Inf 
903.73/903.97	c   904s|241800 |   249 |  3389k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 230k|  22k| 0.000000e+00 |      --      |    Inf 
904.13/904.30	c   904s|241900 |   249 |  3390k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 230k|  22k| 0.000000e+00 |      --      |    Inf 
904.44/904.60	c   905s|242000 |   249 |  3391k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 230k|  22k| 0.000000e+00 |      --      |    Inf 
904.63/904.87	c   905s|242100 |   247 |  3392k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 230k|  22k| 0.000000e+00 |      --      |    Inf 
904.93/905.19	c   905s|242200 |   249 |  3393k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 230k|  22k| 0.000000e+00 |      --      |    Inf 
905.23/905.46	c   905s|242300 |   253 |  3394k|  14.0 |  36M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 231k|  22k| 0.000000e+00 |      --      |    Inf 
905.53/905.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.53/905.73	c   906s|242400 |   253 |  3395k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 231k|  22k| 0.000000e+00 |      --      |    Inf 
905.83/906.05	c   906s|242500 |   253 |  3396k|  14.0 |  36M| 101 |  65 |2340 |  25k|2340 |1708 |  87 | 231k|  22k| 0.000000e+00 |      --      |    Inf 
906.13/906.38	c   906s|242600 |   253 |  3397k|  14.0 |  35M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 231k|  22k| 0.000000e+00 |      --      |    Inf 
906.44/906.69	c   907s|242700 |   249 |  3399k|  14.0 |  35M| 101 |  72 |2340 |  25k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
906.83/907.01	c   907s|242800 |   249 |  3400k|  14.0 |  36M| 101 |  85 |2340 |  25k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
907.13/907.34	c   907s|242900 |   247 |  3401k|  14.0 |  35M| 101 |  73 |2340 |  25k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
907.43/907.63	c   908s|243000 |   247 |  3402k|  14.0 |  35M| 101 |  86 |2340 |  24k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
907.73/907.95	c   908s|243100 |   245 |  3403k|  14.0 |  35M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
908.03/908.28	c   908s|243200 |   243 |  3404k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
908.43/908.64	c   909s|243300 |   243 |  3406k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
908.74/908.94	c   909s|243400 |   245 |  3407k|  14.0 |  35M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 232k|  22k| 0.000000e+00 |      --      |    Inf 
909.03/909.26	c   909s|243500 |   243 |  3408k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
909.33/909.58	c   910s|243600 |   245 |  3409k|  14.0 |  35M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
909.63/909.89	c   910s|243700 |   245 |  3410k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
910.03/910.22	c   910s|243800 |   243 |  3411k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
910.33/910.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.33/910.56	c   911s|243900 |   244 |  3413k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
910.73/910.92	c   911s|244000 |   252 |  3414k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
911.03/911.27	c   911s|244100 |   250 |  3416k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
911.33/911.59	c   912s|244200 |   252 |  3417k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
911.63/911.89	c   912s|244300 |   252 |  3419k|  14.0 |  35M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 233k|  22k| 0.000000e+00 |      --      |    Inf 
912.04/912.23	c   912s|244400 |   250 |  3420k|  14.0 |  35M| 101 |  81 |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
912.33/912.55	c   913s|244500 |   247 |  3421k|  14.0 |  35M| 101 |  85 |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
912.73/912.97	c   913s|244600 |   245 |  3423k|  14.0 |  35M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
913.23/913.43	c   913s|244700 |   243 |  3424k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
913.53/913.76	c   914s|244800 |   243 |  3426k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
913.83/914.09	c   914s|244900 |   245 |  3427k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
914.24/914.46	c   914s|245000 |   245 |  3429k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 234k|  22k| 0.000000e+00 |      --      |    Inf 
914.63/914.83	c   915s|245100 |   245 |  3430k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
914.93/915.18	c   915s|245200 |   245 |  3431k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
915.34/915.53	c   916s|245300 |   251 |  3433k|  14.0 |  35M| 101 |  55 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
915.73/915.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
915.73/915.95	c   916s|245400 |   248 |  3434k|  14.0 |  35M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
916.13/916.37	c   916s|245500 |   249 |  3436k|  14.0 |  35M| 101 |  59 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
916.63/916.83	c   917s|245600 |   246 |  3438k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
917.03/917.26	c   917s|245700 |   264 |  3439k|  14.0 |  35M| 101 |  30 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
917.33/917.50	c   917s|245800 |   258 |  3440k|  14.0 |  35M| 101 |  47 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
917.63/917.83	c   918s|245900 |   263 |  3441k|  14.0 |  35M| 101 |  26 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
917.93/918.13	c   918s|246000 |   261 |  3442k|  14.0 |  35M| 101 |  53 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
918.13/918.37	c   918s|246100 |   255 |  3444k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
918.54/918.75	c   919s|246200 |   253 |  3445k|  14.0 |  35M| 101 |  67 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
918.83/919.09	c   919s|246300 |   263 |  3446k|  14.0 |  35M| 101 |  45 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
919.12/919.38	c   919s|246400 |   254 |  3448k|  14.0 |  35M| 101 |  62 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
919.53/919.77	c   920s|246500 |   252 |  3449k|  14.0 |  35M| 101 |  76 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
919.83/920.03	c   920s|246600 |   252 |  3451k|  14.0 |  35M| 101 |  76 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
920.13/920.35	c   920s|246700 |   256 |  3452k|  14.0 |  35M| 101 |  41 |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
920.43/920.67	c   921s|246800 |   248 |  3453k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 235k|  22k| 0.000000e+00 |      --      |    Inf 
920.84/921.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
920.84/921.03	c   921s|246900 |   251 |  3455k|  14.0 |  35M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
921.23/921.41	c   921s|247000 |   253 |  3456k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
921.53/921.75	c   922s|247100 |   250 |  3457k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
921.94/922.15	c   922s|247200 |   253 |  3459k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
922.33/922.51	c   923s|247300 |   250 |  3460k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
922.73/922.93	c   923s|247400 |   251 |  3461k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
923.13/923.34	c   923s|247500 |   253 |  3463k|  14.0 |  35M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
923.53/923.70	c   924s|247600 |   253 |  3464k|  14.0 |  35M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
923.83/924.06	c   924s|247700 |   251 |  3465k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
924.23/924.45	c   924s|247800 |   251 |  3466k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
924.63/924.82	c   925s|247900 |   251 |  3467k|  14.0 |  35M| 101 |  77 |2340 |  25k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
925.03/925.23	c   925s|248000 |   251 |  3469k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 236k|  22k| 0.000000e+00 |      --      |    Inf 
925.43/925.60	c   926s|248100 |   251 |  3470k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
925.73/925.97	c   926s|248200 |   251 |  3472k|  14.0 |  35M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
926.13/926.38	c   926s|248300 |   259 |  3473k|  14.0 |  35M| 101 |  59 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
926.43/926.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.43/926.69	c   927s|248400 |   284 |  3474k|  14.0 |  35M| 101 |   8 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
926.83/927.08	c   927s|248500 |   288 |  3475k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
927.23/927.44	c   927s|248600 |   281 |  3476k|  14.0 |  35M| 101 |  33 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
927.53/927.75	c   928s|248700 |   276 |  3478k|  14.0 |  35M| 101 |  27 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
927.83/928.06	c   928s|248800 |   272 |  3479k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
928.13/928.38	c   928s|248900 |   274 |  3480k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
928.54/928.73	c   929s|249000 |   264 |  3482k|  14.0 |  35M| 101 |  58 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
928.83/929.09	c   929s|249100 |   258 |  3483k|  14.0 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
929.23/929.42	c   929s|249200 |   259 |  3485k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
929.54/929.72	c   930s|249300 |   257 |  3486k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
929.93/930.19	c   930s|249400 |   263 |  3488k|  14.0 |  35M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
930.33/930.52	c   931s|249500 |   260 |  3489k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
930.73/930.93	c   931s|249600 |   272 |  3490k|  14.0 |  36M| 101 |  42 |2340 |  25k|2340 |1708 |  87 | 237k|  22k| 0.000000e+00 |      --      |    Inf 
931.03/931.29	c   931s|249700 |   267 |  3491k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
931.42/931.65	c   932s|249800 |   261 |  3493k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
931.73/932.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.73/932.00	c   932s|249900 |   263 |  3494k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
932.13/932.33	c   932s|250000 |   265 |  3495k|  14.0 |  36M| 101 |  60 |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
932.43/932.67	c   933s|250100 |   265 |  3496k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
932.84/933.06	c   933s|250200 |   264 |  3498k|  14.0 |  36M| 101 |  60 |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
933.23/933.43	c   933s|250300 |   274 |  3499k|  14.0 |  36M| 101 |  44 |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
933.62/933.81	c   934s|250400 |   277 |  3501k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
933.94/934.15	c   934s|250500 |   268 |  3502k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
934.33/934.51	c   935s|250600 |   267 |  3503k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
934.63/934.89	c   935s|250700 |   267 |  3505k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
935.03/935.22	c   935s|250800 |   267 |  3506k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
935.33/935.59	c   936s|250900 |   266 |  3507k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
935.83/936.00	c   936s|251000 |   266 |  3509k|  14.0 |  36M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
936.13/936.37	c   936s|251100 |   262 |  3510k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 238k|  22k| 0.000000e+00 |      --      |    Inf 
936.53/936.74	c   937s|251200 |   271 |  3511k|  14.0 |  37M| 101 |  34 |2340 |  26k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
936.82/937.07	c   937s|251300 |   266 |  3513k|  14.0 |  37M| 101 |  54 |2340 |  26k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
937.23/937.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
937.23/937.48	c   937s|251400 |   260 |  3514k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
937.63/937.83	c   938s|251500 |   266 |  3516k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
938.02/938.21	c   938s|251600 |   262 |  3518k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
938.43/938.63	c   939s|251700 |   260 |  3519k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
938.83/939.05	c   939s|251800 |   262 |  3521k|  14.0 |  37M| 101 |  61 |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
939.22/939.48	c   939s|251900 |   262 |  3523k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
939.72/939.90	c   940s|252000 |   262 |  3525k|  14.0 |  37M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
940.12/940.33	c   940s|252100 |   258 |  3527k|  14.0 |  37M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 239k|  22k| 0.000000e+00 |      --      |    Inf 
940.53/940.77	c   941s|252200 |   256 |  3528k|  14.0 |  37M| 101 |  61 |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
940.93/941.17	c   941s|252300 |   251 |  3530k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
941.33/941.54	c   942s|252400 |   251 |  3531k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
941.73/941.92	c   942s|252500 |   251 |  3533k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
942.12/942.30	c   942s|252600 |   250 |  3534k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
942.52/942.73	c   943s|252700 |   250 |  3536k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
942.93/943.12	c   943s|252800 |   258 |  3537k|  14.0 |  37M| 101 |  43 |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
943.32/943.52	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.52	c   944s|252900 |   251 |  3539k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
943.73/943.91	c   944s|253000 |   257 |  3541k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 240k|  22k| 0.000000e+00 |      --      |    Inf 
944.13/944.33	c   944s|253100 |   252 |  3543k|  14.0 |  38M| 101 |  70 |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
944.52/944.71	c   945s|253200 |   253 |  3544k|  14.0 |  38M| 101 |  66 |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
944.93/945.14	c   945s|253300 |   253 |  3546k|  14.0 |  38M| 101 |  66 |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
945.33/945.58	c   946s|253400 |   251 |  3548k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
945.82/946.00	c   946s|253500 |   251 |  3550k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
946.22/946.41	c   946s|253600 |   251 |  3552k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
946.62/946.83	c   947s|253700 |   253 |  3554k|  14.0 |  38M| 101 |  64 |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
947.02/947.26	c   947s|253800 |   251 |  3556k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
947.43/947.66	c   948s|253900 |   251 |  3558k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 241k|  22k| 0.000000e+00 |      --      |    Inf 
947.83/948.08	c   948s|254000 |   251 |  3559k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
948.23/948.49	c   948s|254100 |   249 |  3561k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
948.72/948.91	c   949s|254200 |   251 |  3563k|  14.0 |  39M| 101 |  78 |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
949.13/949.31	c   949s|254300 |   251 |  3565k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
949.53/949.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.53/949.70	c   950s|254400 |   251 |  3567k|  14.0 |  39M| 101 |  69 |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
949.93/950.13	c   950s|254500 |   251 |  3568k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
950.33/950.54	c   951s|254600 |   251 |  3570k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
950.73/950.96	c   951s|254700 |   251 |  3572k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
951.23/951.41	c   951s|254800 |   251 |  3574k|  14.0 |  39M| 101 |  75 |2340 |  29k|2340 |1708 |  87 | 242k|  22k| 0.000000e+00 |      --      |    Inf 
951.63/951.84	c   952s|254900 |   251 |  3576k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
952.03/952.26	c   952s|255000 |   253 |  3578k|  14.0 |  39M| 101 |  72 |2340 |  29k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
952.33/952.55	c   953s|255100 |   252 |  3579k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
952.73/952.91	c   953s|255200 |   252 |  3580k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
953.03/953.23	c   953s|255300 |   251 |  3581k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
953.42/953.60	c   954s|255400 |   251 |  3582k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
953.73/953.97	c   954s|255500 |   251 |  3584k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
954.02/954.29	c   954s|255600 |   251 |  3585k|  14.0 |  38M| 101 |  63 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
954.43/954.65	c   955s|255700 |   251 |  3586k|  14.0 |  38M| 101 |  68 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
954.72/954.98	c   955s|255800 |   251 |  3587k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
955.02/955.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.02/955.29	c   955s|255900 |   251 |  3588k|  14.0 |  38M| 101 |  71 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
955.42/955.64	c   956s|256000 |   253 |  3589k|  14.0 |  38M| 101 |  66 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
955.83/956.00	c   956s|256100 |   253 |  3590k|  14.0 |  38M| 101 |  69 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
956.12/956.39	c   956s|256200 |   253 |  3592k|  14.0 |  38M| 101 |  57 |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
956.52/956.76	c   957s|256300 |   251 |  3593k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 243k|  22k| 0.000000e+00 |      --      |    Inf 
956.92/957.16	c   957s|256400 |   250 |  3594k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
957.32/957.52	c   958s|256500 |   250 |  3596k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
957.62/957.88	c   958s|256600 |   252 |  3597k|  14.0 |  38M| 101 |  65 |2340 |  28k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
958.02/958.22	c   958s|256700 |   251 |  3598k|  14.0 |  38M| 101 |  73 |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
958.32/958.57	c   959s|256800 |   251 |  3599k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
958.72/958.91	c   959s|256900 |   251 |  3601k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
959.02/959.26	c   959s|257000 |   249 |  3602k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
959.42/959.64	c   960s|257100 |   251 |  3603k|  14.0 |  39M| 101 |  75 |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
959.82/960.01	c   960s|257200 |   251 |  3605k|  14.0 |  39M| 101 |  65 |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
960.12/960.37	c   960s|257300 |   251 |  3606k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
960.53/960.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.53/960.75	c   961s|257400 |   251 |  3607k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 244k|  22k| 0.000000e+00 |      --      |    Inf 
960.93/961.15	c   961s|257500 |   251 |  3609k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
961.32/961.53	c   962s|257600 |   253 |  3610k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
961.72/961.92	c   962s|257700 |   253 |  3611k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
962.13/962.32	c   962s|257800 |   255 |  3613k|  14.0 |  39M| 101 |  67 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
962.42/962.70	c   963s|257900 |   251 |  3614k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
962.83/963.09	c   963s|258000 |   249 |  3615k|  14.0 |  39M| 101 |  76 |2340 |  30k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
963.22/963.48	c   963s|258100 |   249 |  3617k|  14.0 |  39M| 101 |  65 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
963.63/963.84	c   964s|258200 |   249 |  3618k|  14.0 |  39M| 101 |  61 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
964.02/964.24	c   964s|258300 |   247 |  3619k|  14.0 |  39M| 101 |  82 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
964.32/964.53	c   965s|258400 |   250 |  3620k|  14.0 |  39M| 101 |  74 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
964.62/964.87	c   965s|258500 |   246 |  3621k|  14.0 |  38M| 101 |  81 |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
964.92/965.18	c   965s|258600 |   243 |  3622k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 245k|  22k| 0.000000e+00 |      --      |    Inf 
965.32/965.53	c   966s|258700 |   248 |  3624k|  14.0 |  37M| 101 |  70 |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
965.73/965.90	c   966s|258800 |   251 |  3625k|  14.0 |  37M| 101 |  56 |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
966.02/966.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.02/966.26	c   966s|258900 |   246 |  3626k|  14.0 |  37M| 101 |  84 |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
966.32/966.59	c   967s|259000 |   255 |  3628k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
966.72/966.97	c   967s|259100 |   248 |  3629k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
967.12/967.34	c   967s|259200 |   248 |  3630k|  14.0 |  37M| 101 |  63 |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
967.42/967.67	c   968s|259300 |   248 |  3631k|  14.0 |  37M| 101 |  61 |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
967.82/968.00	c   968s|259400 |   248 |  3632k|  14.0 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 246k|  22k| 0.000000e+00 |      --      |    Inf 
968.12/968.36	c   968s|259500 |   254 |  3633k|  14.0 |  37M| 101 |  38 |2340 |  27k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
968.63/968.81	c   969s|259600 |   247 |  3635k|  14.0 |  37M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
968.92/969.15	c   969s|259700 |   247 |  3636k|  14.0 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
969.32/969.51	c   970s|259800 |   247 |  3637k|  14.0 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
969.72/969.93	c   970s|259900 |   247 |  3638k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
970.02/970.24	c   970s|260000 |   247 |  3639k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 247k|  22k| 0.000000e+00 |      --      |    Inf 
970.42/970.60	c   971s|260100 |   247 |  3641k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 248k|  22k| 0.000000e+00 |      --      |    Inf 
970.72/970.94	c   971s|260200 |   247 |  3642k|  14.0 |  38M| 101 |  74 |2340 |  28k|2340 |1708 |  87 | 248k|  22k| 0.000000e+00 |      --      |    Inf 
971.12/971.30	c   971s|260300 |   247 |  3643k|  14.0 |  38M| 101 |  71 |2340 |  28k|2340 |1708 |  87 | 248k|  22k| 0.000000e+00 |      --      |    Inf 
971.43/971.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
971.43/971.67	c   972s|260400 |   247 |  3644k|  14.0 |  38M| 101 |  59 |2340 |  28k|2340 |1708 |  87 | 248k|  23k| 0.000000e+00 |      --      |    Inf 
971.92/972.11	c   972s|260500 |   246 |  3645k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 248k|  23k| 0.000000e+00 |      --      |    Inf 
972.32/972.56	c   973s|260600 |   246 |  3647k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 248k|  23k| 0.000000e+00 |      --      |    Inf 
972.72/972.90	c   973s|260700 |   246 |  3648k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 248k|  23k| 0.000000e+00 |      --      |    Inf 
973.02/973.24	c   973s|260800 |   246 |  3649k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 248k|  23k| 0.000000e+00 |      --      |    Inf 
973.43/973.65	c   974s|260900 |   246 |  3650k|  14.0 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
973.82/974.03	c   974s|261000 |   246 |  3652k|  14.0 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
974.23/974.40	c   974s|261100 |   246 |  3653k|  14.0 |  37M| 101 |  79 |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
974.52/974.75	c   975s|261200 |   248 |  3655k|  14.0 |  38M| 101 |  73 |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
974.92/975.14	c   975s|261300 |   246 |  3656k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
975.22/975.45	c   975s|261400 |   246 |  3657k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
975.62/975.84	c   976s|261500 |   247 |  3658k|  14.0 |  38M| 101 |  82 |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
976.02/976.27	c   976s|261600 |   247 |  3660k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
976.52/976.70	c   977s|261700 |   246 |  3662k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
976.93/977.14	c   977s|261800 |   254 |  3663k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
977.22/977.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
977.22/977.45	c   977s|261900 |   257 |  3664k|  14.0 |  38M| 101 |  42 |2340 |  28k|2340 |1708 |  87 | 249k|  23k| 0.000000e+00 |      --      |    Inf 
977.53/977.74	c   978s|262000 |   264 |  3665k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
977.82/978.01	c   978s|262100 |   251 |  3667k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
978.12/978.36	c   978s|262200 |   256 |  3668k|  14.0 |  38M| 101 |  64 |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
978.42/978.68	c   979s|262300 |   255 |  3669k|  14.0 |  38M| 101 |  71 |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
978.72/978.99	c   979s|262400 |   247 |  3670k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
979.12/979.31	c   979s|262500 |   253 |  3671k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
979.52/979.71	c   980s|262600 |   246 |  3672k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
979.82/980.07	c   980s|262700 |   252 |  3674k|  14.0 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
980.23/980.48	c   980s|262800 |   253 |  3675k|  14.0 |  38M| 101 |  62 |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
980.62/980.87	c   981s|262900 |   247 |  3676k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
981.02/981.23	c   981s|263000 |   247 |  3678k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
981.42/981.62	c   982s|263100 |   247 |  3680k|  14.0 |  38M| 101 |  67 |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
981.72/981.98	c   982s|263200 |   254 |  3681k|  14.0 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 250k|  23k| 0.000000e+00 |      --      |    Inf 
982.12/982.35	c   982s|263300 |   249 |  3682k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
982.43/982.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.43/982.63	c   983s|263400 |   249 |  3684k|  14.0 |  39M| 101 |  69 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
982.72/982.91	c   983s|263500 |   247 |  3685k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
983.02/983.22	c   983s|263600 |   251 |  3686k|  14.0 |  39M| 101 |  69 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
983.32/983.58	c   984s|263700 |   253 |  3687k|  14.0 |  39M| 101 |  67 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
983.72/983.91	c   984s|263800 |   251 |  3689k|  14.0 |  39M| 101 |  72 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
984.02/984.24	c   984s|263900 |   249 |  3690k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
984.42/984.61	c   985s|264000 |   247 |  3692k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
984.71/984.96	c   985s|264100 |   255 |  3693k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
985.12/985.31	c   985s|264200 |   255 |  3694k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
985.31/985.59	c   986s|264300 |   252 |  3696k|  14.0 |  39M| 101 |  70 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
985.72/985.98	c   986s|264400 |   249 |  3697k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
986.02/986.26	c   986s|264500 |   249 |  3698k|  14.0 |  39M| 101 |  74 |2340 |  30k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
986.41/986.67	c   987s|264600 |   249 |  3699k|  14.0 |  39M| 101 |  68 |2340 |  29k|2340 |1708 |  87 | 251k|  23k| 0.000000e+00 |      --      |    Inf 
986.83/987.01	c   987s|264700 |   251 |  3701k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
987.12/987.32	c   987s|264800 |   253 |  3702k|  14.0 |  39M| 101 |  70 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
987.42/987.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.42/987.63	c   988s|264900 |   251 |  3704k|  14.0 |  39M| 101 |  69 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
987.72/987.90	c   988s|265000 |   251 |  3705k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
987.93/988.19	c   988s|265100 |   255 |  3706k|  14.0 |  39M| 101 |  58 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
988.22/988.48	c   988s|265200 |   265 |  3708k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
988.52/988.75	c   989s|265300 |   269 |  3709k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
988.72/988.99	c   989s|265400 |   268 |  3710k|  14.0 |  39M| 101 |  51 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
989.03/989.23	c   989s|265500 |   264 |  3711k|  14.0 |  39M| 101 |  61 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
989.22/989.46	c   989s|265600 |   268 |  3712k|  14.0 |  39M| 101 |  48 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
989.52/989.72	c   990s|265700 |   267 |  3714k|  14.0 |  39M| 101 |  62 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
989.71/989.97	c   990s|265800 |   264 |  3715k|  14.0 |  39M| 101 |  61 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
990.03/990.22	c   990s|265900 |   260 |  3716k|  14.0 |  39M| 101 |  62 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
990.22/990.49	c   990s|266000 |   254 |  3718k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
990.62/990.87	c   991s|266100 |   253 |  3719k|  14.0 |  39M| 101 |  70 |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
991.02/991.20	c   991s|266200 |   251 |  3720k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
991.22/991.44	c   991s|266300 |   248 |  3722k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
991.51/991.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.51/991.78	c   992s|266400 |   246 |  3723k|  14.0 |  39M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
991.92/992.14	c   992s|266500 |   250 |  3724k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
992.22/992.48	c   992s|266600 |   250 |  3725k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
992.52/992.78	c   993s|266700 |   250 |  3727k|  14.0 |  39M| 101 |  64 |2340 |  30k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
992.92/993.13	c   993s|266800 |   248 |  3728k|  14.0 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 252k|  23k| 0.000000e+00 |      --      |    Inf 
993.21/993.47	c   993s|266900 |   248 |  3729k|  14.0 |  40M| 101 |  74 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
993.52/993.76	c   994s|267000 |   248 |  3731k|  14.0 |  40M| 101 |  69 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
993.82/994.10	c   994s|267100 |   248 |  3732k|  14.0 |  40M| 101 |  72 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
994.21/994.44	c   994s|267200 |   248 |  3734k|  14.0 |  40M| 101 |  68 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
994.53/994.78	c   995s|267300 |   246 |  3735k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
994.91/995.15	c   995s|267400 |   246 |  3736k|  14.0 |  40M| 101 |  81 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
995.22/995.49	c   995s|267500 |   246 |  3738k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
995.53/995.78	c   996s|267600 |   246 |  3739k|  14.0 |  40M| 101 |  76 |2340 |  30k|2340 |1708 |  87 | 253k|  23k| 0.000000e+00 |      --      |    Inf 
995.91/996.10	c   996s|267700 |   246 |  3740k|  14.0 |  40M| 101 |  71 |2340 |  31k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
996.22/996.43	c   996s|267800 |   246 |  3741k|  14.0 |  40M| 101 |  77 |2340 |  31k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
996.52/996.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
996.52/996.76	c   997s|267900 |   245 |  3742k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
996.82/997.08	c   997s|268000 |   247 |  3744k|  14.0 |  40M| 101 |  76 |2340 |  30k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
997.12/997.38	c   997s|268100 |   247 |  3745k|  14.0 |  40M| 101 |  72 |2340 |  30k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
997.52/997.71	c   998s|268200 |   248 |  3746k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
997.82/998.06	c   998s|268300 |   245 |  3747k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 254k|  23k| 0.000000e+00 |      --      |    Inf 
998.22/998.42	c   998s|268400 |   249 |  3748k|  14.0 |  40M| 101 |  75 |2340 |  30k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
998.51/998.77	c   999s|268500 |   248 |  3750k|  14.0 |  40M| 101 |  66 |2340 |  30k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
998.83/999.09	c   999s|268600 |   248 |  3751k|  14.0 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
999.21/999.40	c   999s|268700 |   246 |  3752k|  13.9 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
999.52/999.76	c  1000s|268800 |   246 |  3753k|  13.9 |  40M| 101 |   - |2340 |  31k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
999.92/1000.10	c  1000s|268900 |   246 |  3754k|  13.9 |  40M| 101 |  89 |2340 |  31k|2340 |1708 |  87 | 255k|  23k| 0.000000e+00 |      --      |    Inf 
1000.22/1000.49	c  1000s|269000 |   246 |  3756k|  13.9 |  40M| 101 |  76 |2340 |  31k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1000.61/1000.85	c  1001s|269100 |   244 |  3757k|  13.9 |  40M| 101 |  72 |2340 |  31k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1001.02/1001.22	c  1001s|269200 |   254 |  3758k|  13.9 |  40M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1001.32/1001.58	c  1002s|269300 |   247 |  3760k|  13.9 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1001.71/1001.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.71/1001.92	c  1002s|269400 |   247 |  3761k|  13.9 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1002.02/1002.23	c  1002s|269500 |   247 |  3762k|  13.9 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1002.32/1002.56	c  1003s|269600 |   247 |  3763k|  13.9 |  39M| 101 |  67 |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1002.72/1002.93	c  1003s|269700 |   245 |  3765k|  13.9 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1003.01/1003.26	c  1003s|269800 |   247 |  3766k|  13.9 |  39M| 101 |  81 |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1003.32/1003.57	c  1004s|269900 |   245 |  3767k|  13.9 |  39M| 101 |   - |2340 |  30k|2340 |1708 |  87 | 256k|  23k| 0.000000e+00 |      --      |    Inf 
1003.72/1003.91	c  1004s|270000 |   253 |  3769k|  13.9 |  39M| 101 |  38 |2340 |  30k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1004.12/1004.31	c  1004s|270100 |   246 |  3770k|  13.9 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1004.43/1004.66	c  1005s|270200 |   246 |  3772k|  13.9 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1004.71/1004.94	c  1005s|270300 |   246 |  3773k|  13.9 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1005.02/1005.26	c  1005s|270400 |   245 |  3775k|  13.9 |  38M| 101 |  73 |2340 |  29k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1005.72/1005.98	c  1006s|270500 |   252 |  3776k|  13.9 |  38M| 101 |   - |2340 |  29k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1006.32/1006.56	c  1007s|270600 |   254 |  3778k|  13.9 |  38M| 101 |  79 |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1006.81/1007.07	c  1007s|270700 |   246 |  3779k|  13.9 |  37M| 101 |  81 |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1007.21/1007.44	c  1007s|270800 |   249 |  3781k|  13.9 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1007.52/1007.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1007.52/1007.77	c  1008s|270900 |   247 |  3782k|  13.9 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1007.81/1008.09	c  1008s|271000 |   245 |  3783k|  13.9 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1008.21/1008.40	c  1008s|271100 |   245 |  3784k|  13.9 |  38M| 101 |  63 |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1008.52/1008.73	c  1009s|271200 |   245 |  3785k|  13.9 |  38M| 101 |  78 |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1008.82/1009.07	c  1009s|271300 |   244 |  3786k|  13.9 |  38M| 101 |  73 |2340 |  28k|2340 |1708 |  87 | 257k|  23k| 0.000000e+00 |      --      |    Inf 
1009.22/1009.40	c  1009s|271400 |   244 |  3787k|  13.9 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1009.52/1009.72	c  1010s|271500 |   244 |  3788k|  13.9 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1010.12/1010.31	c  1010s|271600 |   245 |  3789k|  13.9 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1010.42/1010.69	c  1011s|271700 |   244 |  3791k|  13.9 |  35M| 101 |   - |2340 |  24k|   0 |   0 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1010.92/1011.11	c  1011s|271800 |   245 |  3792k|  13.9 |  34M| 101 |   - |2340 |  24k|   0 |   0 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1011.21/1011.47	c  1011s|271900 |   257 |  3793k|  13.9 |  34M| 101 |  38 |2340 |  24k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1011.52/1011.76	c  1012s|272000 |   246 |  3795k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1011.92/1012.10	c  1012s|272100 |   247 |  3796k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1012.22/1012.49	c  1012s|272200 |   247 |  3798k|  13.9 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1012.71/1012.91	c  1013s|272300 |   244 |  3799k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1013.02/1013.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.02/1013.28	c  1013s|272400 |   244 |  3801k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1013.51/1013.70	c  1014s|272500 |   244 |  3802k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1013.92/1014.11	c  1014s|272600 |   246 |  3804k|  13.9 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1014.22/1014.44	c  1014s|272700 |   246 |  3805k|  13.9 |  34M| 101 |  78 |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1014.62/1014.83	c  1015s|272800 |   244 |  3806k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1015.01/1015.20	c  1015s|272900 |   244 |  3808k|  13.9 |  34M| 101 |  85 |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1015.32/1015.59	c  1016s|273000 |   244 |  3809k|  13.9 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 258k|  23k| 0.000000e+00 |      --      |    Inf 
1015.82/1016.00	c  1016s|273100 |   244 |  3811k|  13.9 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1016.12/1016.38	c  1016s|273200 |   244 |  3812k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1016.52/1016.76	c  1017s|273300 |   244 |  3814k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1016.91/1017.18	c  1017s|273400 |   247 |  3815k|  13.9 |  34M| 101 |  61 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1017.32/1017.58	c  1018s|273500 |   246 |  3817k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1017.71/1017.99	c  1018s|273600 |   246 |  3819k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1018.11/1018.39	c  1018s|273700 |   246 |  3820k|  13.9 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1018.62/1018.81	c  1019s|273800 |   246 |  3822k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1019.02/1019.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.02/1019.22	c  1019s|273900 |   246 |  3824k|  13.9 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1019.41/1019.62	c  1020s|274000 |   242 |  3825k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1019.72/1019.99	c  1020s|274100 |   243 |  3827k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1020.12/1020.38	c  1020s|274200 |   243 |  3828k|  13.9 |  34M| 101 |  78 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1020.62/1020.80	c  1021s|274300 |   243 |  3830k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1020.92/1021.13	c  1021s|274400 |   252 |  3831k|  13.9 |  34M| 101 |  54 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1021.31/1021.52	c  1022s|274500 |   246 |  3832k|  13.9 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 259k|  23k| 0.000000e+00 |      --      |    Inf 
1021.61/1021.85	c  1022s|274600 |   246 |  3834k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1021.92/1022.18	c  1022s|274700 |   248 |  3835k|  13.9 |  34M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1022.31/1022.52	c  1023s|274800 |   246 |  3836k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1022.62/1022.87	c  1023s|274900 |   246 |  3838k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1023.02/1023.25	c  1023s|275000 |   246 |  3839k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1023.32/1023.59	c  1024s|275100 |   245 |  3840k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1023.61/1023.88	c  1024s|275200 |   255 |  3841k|  13.9 |  34M| 101 |  41 |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1024.01/1024.25	c  1024s|275300 |   245 |  3843k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1024.42/1024.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.42/1024.63	c  1025s|275400 |   245 |  3844k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1024.82/1025.00	c  1025s|275500 |   246 |  3846k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1025.22/1025.41	c  1025s|275600 |   248 |  3847k|  13.9 |  34M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1025.61/1025.82	c  1026s|275700 |   250 |  3849k|  13.9 |  34M| 101 |  86 |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1025.91/1026.19	c  1026s|275800 |   255 |  3850k|  13.9 |  34M| 101 |  59 |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1026.42/1026.61	c  1027s|275900 |   248 |  3852k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1026.81/1027.01	c  1027s|276000 |   241 |  3853k|  13.9 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1027.42/1027.66	c  1028s|276100 |   251 |  3855k|  13.9 |  33M| 101 |  72 |2340 |  22k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1027.91/1028.12	c  1028s|276200 |   257 |  3856k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 260k|  23k| 0.000000e+00 |      --      |    Inf 
1028.31/1028.56	c  1029s|276300 |   255 |  3858k|  14.0 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1028.71/1028.94	c  1029s|276400 |   254 |  3859k|  14.0 |  33M| 101 |  60 |2340 |  21k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1029.11/1029.33	c  1029s|276500 |   256 |  3861k|  14.0 |  33M| 101 |  70 |2340 |  21k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1029.51/1029.75	c  1030s|276600 |   252 |  3863k|  14.0 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1029.91/1030.17	c  1030s|276700 |   252 |  3864k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1030.42/1030.65	c  1031s|276800 |   250 |  3866k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1030.82/1031.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.82/1031.09	c  1031s|276900 |   250 |  3868k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 261k|  23k| 0.000000e+00 |      --      |    Inf 
1031.31/1031.56	c  1032s|277000 |   252 |  3870k|  14.0 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 261k|  24k| 0.000000e+00 |      --      |    Inf 
1031.71/1032.00	c  1032s|277100 |   250 |  3872k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 261k|  24k| 0.000000e+00 |      --      |    Inf 
1032.21/1032.45	c  1032s|277200 |   254 |  3874k|  14.0 |  33M| 101 |  66 |2340 |  22k|2340 |1708 |  87 | 261k|  24k| 0.000000e+00 |      --      |    Inf 
1032.62/1032.83	c  1033s|277300 |   257 |  3875k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 261k|  24k| 0.000000e+00 |      --      |    Inf 
1033.02/1033.26	c  1033s|277400 |   251 |  3877k|  14.0 |  33M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 261k|  24k| 0.000000e+00 |      --      |    Inf 
1033.41/1033.66	c  1034s|277500 |   250 |  3879k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1033.71/1033.98	c  1034s|277600 |   253 |  3880k|  14.0 |  33M| 101 |  70 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1034.01/1034.29	c  1034s|277700 |   253 |  3881k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1034.31/1034.57	c  1035s|277800 |   250 |  3882k|  14.0 |  33M| 101 |  83 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1034.72/1034.91	c  1035s|277900 |   249 |  3883k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1035.01/1035.22	c  1035s|278000 |   251 |  3884k|  14.0 |  33M| 101 |  61 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1035.22/1035.48	c  1035s|278100 |   249 |  3885k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1035.51/1035.77	c  1036s|278200 |   249 |  3887k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1035.91/1036.11	c  1036s|278300 |   253 |  3888k|  14.0 |  33M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1036.22/1036.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.22/1036.49	c  1036s|278400 |   252 |  3889k|  14.0 |  33M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1036.61/1036.89	c  1037s|278500 |   256 |  3891k|  14.0 |  33M| 101 |  56 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1037.01/1037.28	c  1037s|278600 |   250 |  3892k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1037.42/1037.67	c  1038s|278700 |   250 |  3894k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1037.81/1038.02	c  1038s|278800 |   250 |  3895k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1038.11/1038.31	c  1038s|278900 |   266 |  3896k|  14.0 |  33M| 101 |  26 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1038.42/1038.65	c  1039s|279000 |   255 |  3897k|  14.0 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1038.71/1038.94	c  1039s|279100 |   250 |  3898k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1039.02/1039.24	c  1039s|279200 |   252 |  3899k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1039.31/1039.55	c  1040s|279300 |   250 |  3900k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1039.62/1039.84	c  1040s|279400 |   250 |  3902k|  14.0 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 262k|  24k| 0.000000e+00 |      --      |    Inf 
1039.91/1040.16	c  1040s|279500 |   250 |  3903k|  14.0 |  33M| 101 |  86 |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1040.31/1040.50	c  1041s|279600 |   250 |  3904k|  14.0 |  33M| 101 |  73 |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1040.51/1040.80	c  1041s|279700 |   250 |  3906k|  14.0 |  33M| 101 |  83 |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1040.91/1041.13	c  1041s|279800 |   258 |  3907k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1041.22/1041.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.22/1041.49	c  1041s|279900 |   252 |  3908k|  13.9 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1041.61/1041.88	c  1042s|280000 |   254 |  3910k|  13.9 |  33M| 101 |  49 |2340 |  22k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1042.01/1042.22	c  1042s|280100 |   253 |  3911k|  13.9 |  34M| 101 |  81 |2340 |  23k|2340 |1708 |  87 | 263k|  24k| 0.000000e+00 |      --      |    Inf 
1042.31/1042.58	c  1043s|280200 |   253 |  3912k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 264k|  24k| 0.000000e+00 |      --      |    Inf 
1042.61/1042.89	c  1043s|280300 |   253 |  3913k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 264k|  24k| 0.000000e+00 |      --      |    Inf 
1042.92/1043.19	c  1043s|280400 |   253 |  3914k|  13.9 |  35M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 264k|  24k| 0.000000e+00 |      --      |    Inf 
1043.41/1043.60	c  1044s|280500 |   251 |  3915k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 265k|  24k| 0.000000e+00 |      --      |    Inf 
1043.71/1043.95	c  1044s|280600 |   251 |  3916k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 265k|  24k| 0.000000e+00 |      --      |    Inf 
1044.11/1044.31	c  1044s|280700 |   249 |  3918k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 265k|  24k| 0.000000e+00 |      --      |    Inf 
1044.51/1044.74	c  1045s|280800 |   251 |  3919k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 265k|  24k| 0.000000e+00 |      --      |    Inf 
1044.81/1045.07	c  1045s|280900 |   251 |  3920k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 266k|  24k| 0.000000e+00 |      --      |    Inf 
1045.21/1045.42	c  1045s|281000 |   249 |  3921k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 266k|  24k| 0.000000e+00 |      --      |    Inf 
1045.61/1045.84	c  1046s|281100 |   251 |  3923k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 266k|  24k| 0.000000e+00 |      --      |    Inf 
1046.01/1046.27	c  1046s|281200 |   256 |  3924k|  13.9 |  35M| 101 |  43 |2340 |  24k|2340 |1708 |  87 | 266k|  24k| 0.000000e+00 |      --      |    Inf 
1046.31/1046.59	c  1047s|281300 |   250 |  3925k|  13.9 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 266k|  24k| 0.000000e+00 |      --      |    Inf 
1046.71/1046.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.71/1046.95	c  1047s|281400 |   250 |  3927k|  13.9 |  36M| 101 |  68 |2340 |  25k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1047.11/1047.35	c  1047s|281500 |   267 |  3928k|  13.9 |  35M| 101 |  39 |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1047.61/1047.83	c  1048s|281600 |   255 |  3930k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1047.91/1048.18	c  1048s|281700 |   257 |  3931k|  13.9 |  35M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1048.32/1048.55	c  1049s|281800 |   257 |  3932k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1048.71/1048.92	c  1049s|281900 |   253 |  3933k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1049.11/1049.32	c  1049s|282000 |   254 |  3935k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1049.61/1049.82	c  1050s|282100 |   255 |  3936k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 267k|  24k| 0.000000e+00 |      --      |    Inf 
1049.91/1050.19	c  1050s|282200 |   252 |  3938k|  13.9 |  35M| 101 |   - |2340 |  24k|   0 |   0 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1050.41/1050.64	c  1051s|282300 |   253 |  3939k|  13.9 |  35M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1050.81/1051.04	c  1051s|282400 |   253 |  3941k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1051.21/1051.44	c  1051s|282500 |   253 |  3942k|  13.9 |  35M| 101 |  83 |2340 |  24k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1051.62/1051.81	c  1052s|282600 |   253 |  3943k|  13.9 |  35M| 101 |  83 |2340 |  24k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1051.91/1052.15	c  1052s|282700 |   253 |  3945k|  13.9 |  35M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1052.31/1052.50	c  1053s|282800 |   249 |  3946k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 268k|  24k| 0.000000e+00 |      --      |    Inf 
1052.61/1052.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.61/1052.86	c  1053s|282900 |   251 |  3948k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1053.01/1053.22	c  1053s|283000 |   251 |  3949k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1053.31/1053.57	c  1054s|283100 |   251 |  3950k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1053.61/1053.86	c  1054s|283200 |   253 |  3952k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1053.91/1054.16	c  1054s|283300 |   253 |  3953k|  13.9 |  36M| 101 |  80 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1054.31/1054.53	c  1055s|283400 |   253 |  3954k|  13.9 |  36M| 101 |  82 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1054.71/1054.98	c  1055s|283500 |   265 |  3956k|  13.9 |  36M| 101 |  44 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1055.11/1055.37	c  1055s|283600 |   269 |  3957k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1055.51/1055.76	c  1056s|283700 |   263 |  3959k|  13.9 |  36M| 101 |  66 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1056.02/1056.21	c  1056s|283800 |   264 |  3960k|  13.9 |  36M| 101 |  51 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1056.41/1056.62	c  1057s|283900 |   261 |  3962k|  13.9 |  36M| 101 |  62 |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1056.81/1057.03	c  1057s|284000 |   268 |  3963k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1057.22/1057.47	c  1057s|284100 |   256 |  3964k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 269k|  24k| 0.000000e+00 |      --      |    Inf 
1057.71/1057.92	c  1058s|284200 |   252 |  3966k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1058.10/1058.35	c  1058s|284300 |   256 |  3968k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1058.50/1058.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.50/1058.76	c  1059s|284400 |   254 |  3969k|  13.9 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1058.91/1059.18	c  1059s|284500 |   258 |  3971k|  13.9 |  35M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1059.42/1059.61	c  1060s|284600 |   262 |  3972k|  13.9 |  35M| 101 |  55 |2340 |  24k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1059.81/1060.05	c  1060s|284700 |   253 |  3974k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1060.21/1060.41	c  1060s|284800 |   258 |  3975k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 270k|  24k| 0.000000e+00 |      --      |    Inf 
1060.52/1060.72	c  1061s|284900 |   257 |  3977k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 271k|  24k| 0.000000e+00 |      --      |    Inf 
1060.80/1061.03	c  1061s|285000 |   258 |  3978k|  13.9 |  36M| 101 |  68 |2340 |  25k|2340 |1708 |  87 | 271k|  24k| 0.000000e+00 |      --      |    Inf 
1061.11/1061.33	c  1061s|285100 |   258 |  3979k|  13.9 |  36M| 101 |  68 |2340 |  25k|2340 |1708 |  87 | 271k|  24k| 0.000000e+00 |      --      |    Inf 
1061.41/1061.60	c  1062s|285200 |   256 |  3980k|  13.9 |  37M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 271k|  24k| 0.000000e+00 |      --      |    Inf 
1061.71/1061.91	c  1062s|285300 |   256 |  3981k|  13.9 |  37M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 271k|  24k| 0.000000e+00 |      --      |    Inf 
1062.00/1062.25	c  1062s|285400 |   255 |  3982k|  13.9 |  37M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 272k|  24k| 0.000000e+00 |      --      |    Inf 
1062.41/1062.62	c  1063s|285500 |   255 |  3983k|  13.9 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 272k|  24k| 0.000000e+00 |      --      |    Inf 
1062.71/1062.94	c  1063s|285600 |   257 |  3984k|  13.9 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 272k|  24k| 0.000000e+00 |      --      |    Inf 
1063.01/1063.25	c  1063s|285700 |   259 |  3985k|  13.9 |  37M| 101 |  84 |2340 |  26k|2340 |1708 |  87 | 272k|  24k| 0.000000e+00 |      --      |    Inf 
1063.31/1063.55	c  1064s|285800 |   261 |  3987k|  13.9 |  37M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 272k|  24k| 0.000000e+00 |      --      |    Inf 
1063.60/1063.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1063.60/1063.90	c  1064s|285900 |   264 |  3988k|  13.9 |  37M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1064.00/1064.22	c  1064s|286000 |   264 |  3989k|  13.9 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1064.31/1064.51	c  1065s|286100 |   264 |  3990k|  13.9 |  37M| 101 |  86 |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1064.61/1064.83	c  1065s|286200 |   264 |  3991k|  13.9 |  38M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1064.81/1065.10	c  1065s|286300 |   264 |  3992k|  13.9 |  38M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1065.11/1065.38	c  1065s|286400 |   262 |  3993k|  13.9 |  38M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1065.41/1065.69	c  1066s|286500 |   264 |  3995k|  13.9 |  38M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 273k|  24k| 0.000000e+00 |      --      |    Inf 
1065.81/1066.01	c  1066s|286600 |   262 |  3996k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 274k|  24k| 0.000000e+00 |      --      |    Inf 
1066.01/1066.28	c  1066s|286700 |   262 |  3997k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 274k|  24k| 0.000000e+00 |      --      |    Inf 
1066.31/1066.59	c  1067s|286800 |   263 |  3998k|  13.9 |  38M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 274k|  24k| 0.000000e+00 |      --      |    Inf 
1066.71/1066.91	c  1067s|286900 |   261 |  3999k|  13.9 |  38M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 274k|  24k| 0.000000e+00 |      --      |    Inf 
1067.01/1067.23	c  1067s|287000 |   261 |  4000k|  13.9 |  39M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 274k|  24k| 0.000000e+00 |      --      |    Inf 
1067.30/1067.54	c  1068s|287100 |   261 |  4001k|  13.9 |  39M| 101 |  75 |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1067.61/1067.81	c  1068s|287200 |   263 |  4002k|  13.9 |  39M| 101 |  81 |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1067.91/1068.14	c  1068s|287300 |   260 |  4003k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1068.21/1068.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1068.21/1068.43	c  1068s|287400 |   257 |  4004k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1068.51/1068.73	c  1069s|287500 |   258 |  4006k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1068.81/1069.01	c  1069s|287600 |   260 |  4007k|  13.9 |  38M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1069.11/1069.35	c  1069s|287700 |   258 |  4008k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1069.41/1069.66	c  1070s|287800 |   258 |  4009k|  13.9 |  38M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 275k|  24k| 0.000000e+00 |      --      |    Inf 
1069.90/1070.11	c  1070s|287900 |   266 |  4010k|  13.9 |  39M| 101 |  57 |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1070.31/1070.58	c  1071s|288000 |   264 |  4012k|  13.9 |  39M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1070.71/1070.99	c  1071s|288100 |   258 |  4014k|  13.9 |  39M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1071.21/1071.40	c  1071s|288200 |   256 |  4015k|  13.9 |  39M| 101 |  76 |2340 |  28k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1071.51/1071.71	c  1072s|288300 |   256 |  4016k|  13.9 |  39M| 101 |  75 |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1071.81/1072.00	c  1072s|288400 |   256 |  4017k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1072.01/1072.29	c  1072s|288500 |   256 |  4018k|  13.9 |  38M| 101 |  79 |2340 |  27k|2340 |1708 |  87 | 276k|  24k| 0.000000e+00 |      --      |    Inf 
1072.30/1072.55	c  1073s|288600 |   256 |  4019k|  13.9 |  38M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 277k|  24k| 0.000000e+00 |      --      |    Inf 
1072.61/1072.88	c  1073s|288700 |   256 |  4020k|  13.9 |  38M| 101 |  79 |2340 |  27k|2340 |1708 |  87 | 277k|  24k| 0.000000e+00 |      --      |    Inf 
1073.01/1073.20	c  1073s|288800 |   256 |  4022k|  13.9 |  39M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 277k|  24k| 0.000000e+00 |      --      |    Inf 
1073.21/1073.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.21/1073.49	c  1073s|288900 |   258 |  4023k|  13.9 |  39M| 101 |  81 |2340 |  28k|2340 |1708 |  87 | 277k|  24k| 0.000000e+00 |      --      |    Inf 
1073.51/1073.79	c  1074s|289000 |   254 |  4024k|  13.9 |  39M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 277k|  24k| 0.000000e+00 |      --      |    Inf 
1073.91/1074.11	c  1074s|289100 |   254 |  4025k|  13.9 |  39M| 101 |  81 |2340 |  28k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1074.20/1074.43	c  1074s|289200 |   253 |  4026k|  13.9 |  38M| 101 |  85 |2340 |  27k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1074.50/1074.76	c  1075s|289300 |   251 |  4027k|  13.9 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1074.81/1075.06	c  1075s|289400 |   251 |  4028k|  13.9 |  38M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1075.20/1075.48	c  1075s|289500 |   254 |  4030k|  13.9 |  37M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1075.71/1075.93	c  1076s|289600 |   252 |  4031k|  13.9 |  37M| 101 |  71 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1076.10/1076.35	c  1076s|289700 |   252 |  4033k|  13.9 |  37M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1076.51/1076.79	c  1077s|289800 |   254 |  4035k|  13.9 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1076.92/1077.19	c  1077s|289900 |   255 |  4036k|  13.9 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1077.20/1077.46	c  1077s|290000 |   257 |  4038k|  13.9 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1077.51/1077.72	c  1078s|290100 |   259 |  4039k|  13.9 |  36M| 101 |  68 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1077.71/1077.97	c  1078s|290200 |   259 |  4040k|  13.9 |  36M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1078.12/1078.30	c  1078s|290300 |   253 |  4041k|  13.9 |  36M| 101 |  85 |2340 |  26k|2340 |1708 |  87 | 278k|  24k| 0.000000e+00 |      --      |    Inf 
1078.40/1078.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.40/1078.60	c  1079s|290400 |   255 |  4042k|  13.9 |  36M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1078.71/1078.90	c  1079s|290500 |   253 |  4044k|  13.9 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1079.00/1079.27	c  1079s|290600 |   261 |  4045k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1079.40/1079.69	c  1080s|290700 |   257 |  4046k|  13.9 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1079.81/1080.03	c  1080s|290800 |   252 |  4048k|  13.9 |  34M| 101 |  64 |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1080.22/1080.42	c  1080s|290900 |   251 |  4049k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1080.50/1080.77	c  1081s|291000 |   253 |  4051k|  13.9 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1080.80/1081.05	c  1081s|291100 |   252 |  4052k|  13.9 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1081.10/1081.33	c  1081s|291200 |   250 |  4053k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1081.41/1081.64	c  1082s|291300 |   252 |  4054k|  13.9 |  34M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 279k|  24k| 0.000000e+00 |      --      |    Inf 
1081.71/1081.98	c  1082s|291400 |   248 |  4055k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 280k|  24k| 0.000000e+00 |      --      |    Inf 
1082.01/1082.29	c  1082s|291500 |   248 |  4056k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 280k|  24k| 0.000000e+00 |      --      |    Inf 
1082.30/1082.60	c  1083s|291600 |   248 |  4057k|  13.9 |  35M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 280k|  24k| 0.000000e+00 |      --      |    Inf 
1082.70/1082.94	c  1083s|291700 |   248 |  4059k|  13.9 |  35M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 280k|  24k| 0.000000e+00 |      --      |    Inf 
1083.01/1083.28	c  1083s|291800 |   250 |  4060k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1083.30/1083.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1083.30/1083.57	c  1084s|291900 |   248 |  4061k|  13.9 |  35M| 101 |  77 |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1083.70/1083.95	c  1084s|292000 |   248 |  4062k|  13.9 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1084.01/1084.27	c  1084s|292100 |   248 |  4063k|  13.9 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1084.31/1084.58	c  1085s|292200 |   248 |  4064k|  13.9 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1084.61/1084.88	c  1085s|292300 |   246 |  4065k|  13.9 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 281k|  24k| 0.000000e+00 |      --      |    Inf 
1084.91/1085.19	c  1085s|292400 |   248 |  4066k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1085.31/1085.52	c  1086s|292500 |   248 |  4067k|  13.9 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1085.60/1085.86	c  1086s|292600 |   248 |  4068k|  13.9 |  36M| 101 |  86 |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1085.91/1086.19	c  1086s|292700 |   250 |  4070k|  13.9 |  36M| 101 |  65 |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1086.31/1086.50	c  1087s|292800 |   250 |  4071k|  13.9 |  36M| 101 |  87 |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1086.60/1086.84	c  1087s|292900 |   248 |  4072k|  13.9 |  37M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 282k|  24k| 0.000000e+00 |      --      |    Inf 
1086.92/1087.17	c  1087s|293000 |   248 |  4073k|  13.9 |  37M| 101 | 103 |2340 |  25k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1087.40/1087.63	c  1088s|293100 |   250 |  4074k|  13.9 |  35M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1087.71/1087.99	c  1088s|293200 |   266 |  4075k|  13.9 |  35M| 101 |  24 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1088.01/1088.26	c  1088s|293300 |   260 |  4076k|  13.9 |  35M| 101 |  52 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1088.30/1088.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1088.30/1088.55	c  1089s|293400 |   251 |  4077k|  13.9 |  35M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1088.61/1088.85	c  1089s|293500 |   251 |  4078k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1088.90/1089.17	c  1089s|293600 |   251 |  4079k|  13.9 |  35M| 101 |  70 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1089.30/1089.54	c  1090s|293700 |   249 |  4080k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1089.70/1089.91	c  1090s|293800 |   249 |  4081k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1090.01/1090.25	c  1090s|293900 |   249 |  4081k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1090.30/1090.57	c  1091s|294000 |   249 |  4082k|  13.9 |  35M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 283k|  24k| 0.000000e+00 |      --      |    Inf 
1090.60/1090.88	c  1091s|294100 |   249 |  4083k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1090.91/1091.18	c  1091s|294200 |   249 |  4084k|  13.9 |  34M| 101 |  61 |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1091.21/1091.50	c  1091s|294300 |   249 |  4085k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1091.60/1091.81	c  1092s|294400 |   251 |  4086k|  13.9 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1091.80/1092.09	c  1092s|294500 |   251 |  4086k|  13.9 |  34M| 101 |  58 |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1092.20/1092.40	c  1092s|294600 |   251 |  4087k|  13.9 |  34M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1092.50/1092.72	c  1093s|294700 |   249 |  4088k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1092.80/1093.02	c  1093s|294800 |   247 |  4089k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1093.20/1093.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1093.20/1093.40	c  1093s|294900 |   255 |  4090k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 284k|  24k| 0.000000e+00 |      --      |    Inf 
1093.60/1093.81	c  1094s|295000 |   251 |  4092k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1094.00/1094.20	c  1094s|295100 |   251 |  4094k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1094.30/1094.56	c  1095s|295200 |   251 |  4095k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1094.70/1094.92	c  1095s|295300 |   251 |  4097k|  13.9 |  33M| 101 |  76 |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1095.10/1095.31	c  1095s|295400 |   251 |  4099k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1095.40/1095.69	c  1096s|295500 |   251 |  4100k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1095.81/1096.07	c  1096s|295600 |   249 |  4102k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1096.21/1096.45	c  1096s|295700 |   249 |  4104k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1096.60/1096.84	c  1097s|295800 |   249 |  4105k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1097.01/1097.20	c  1097s|295900 |   249 |  4107k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1097.30/1097.56	c  1098s|296000 |   247 |  4109k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 285k|  24k| 0.000000e+00 |      --      |    Inf 
1097.71/1097.95	c  1098s|296100 |   249 |  4110k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1098.11/1098.33	c  1098s|296200 |   249 |  4112k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1098.50/1098.70	c  1099s|296300 |   247 |  4114k|  13.9 |  33M| 101 |  76 |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1098.80/1099.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.80/1099.07	c  1099s|296400 |   257 |  4116k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1099.21/1099.43	c  1099s|296500 |   251 |  4117k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1099.60/1099.81	c  1100s|296600 |   253 |  4118k|  13.9 |  33M| 101 |  77 |2340 |  20k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1099.90/1100.19	c  1100s|296700 |   257 |  4120k|  13.9 |  33M| 101 |  68 |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1100.30/1100.55	c  1101s|296800 |   255 |  4122k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1100.61/1100.89	c  1101s|296900 |   255 |  4123k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1101.00/1101.26	c  1101s|297000 |   257 |  4125k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 286k|  24k| 0.000000e+00 |      --      |    Inf 
1101.40/1101.63	c  1102s|297100 |   258 |  4126k|  13.9 |  33M| 101 |  68 |2340 |  21k|2340 |1708 |  87 | 287k|  24k| 0.000000e+00 |      --      |    Inf 
1101.80/1102.01	c  1102s|297200 |   256 |  4127k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1102.11/1102.37	c  1102s|297300 |   258 |  4129k|  13.9 |  33M| 101 |  58 |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1102.50/1102.74	c  1103s|297400 |   258 |  4130k|  13.9 |  33M| 101 |  58 |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1102.90/1103.12	c  1103s|297500 |   256 |  4132k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1103.31/1103.51	c  1104s|297600 |   256 |  4134k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1103.70/1103.92	c  1104s|297700 |   258 |  4136k|  13.9 |  33M| 101 |  77 |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1104.01/1104.28	c  1104s|297800 |   264 |  4137k|  13.9 |  33M| 101 |  61 |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1104.41/1104.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.41/1104.64	c  1105s|297900 |   266 |  4138k|  13.9 |  33M| 101 |  60 |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1104.80/1105.06	c  1105s|298000 |   264 |  4140k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1105.20/1105.44	c  1105s|298100 |   264 |  4142k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1105.60/1105.82	c  1106s|298200 |   264 |  4143k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 287k|  25k| 0.000000e+00 |      --      |    Inf 
1106.00/1106.20	c  1106s|298300 |   264 |  4145k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1106.30/1106.57	c  1107s|298400 |   262 |  4146k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1106.70/1106.96	c  1107s|298500 |   262 |  4148k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1107.10/1107.33	c  1107s|298600 |   262 |  4149k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1107.40/1107.68	c  1108s|298700 |   262 |  4151k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1107.81/1108.06	c  1108s|298800 |   262 |  4152k|  13.9 |  33M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1108.20/1108.43	c  1108s|298900 |   260 |  4154k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1108.60/1108.80	c  1109s|299000 |   258 |  4155k|  13.9 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1108.91/1109.18	c  1109s|299100 |   258 |  4156k|  13.9 |  33M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1109.30/1109.56	c  1110s|299200 |   256 |  4158k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1109.70/1109.97	c  1110s|299300 |   256 |  4159k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1110.10/1110.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.10/1110.33	c  1110s|299400 |   256 |  4161k|  13.9 |  33M| 101 |  79 |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1110.50/1110.74	c  1111s|299500 |   256 |  4163k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1110.90/1111.16	c  1111s|299600 |   256 |  4164k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1111.30/1111.55	c  1112s|299700 |   256 |  4166k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 288k|  25k| 0.000000e+00 |      --      |    Inf 
1111.70/1111.94	c  1112s|299800 |   256 |  4168k|  13.9 |  33M| 101 |  79 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1112.10/1112.33	c  1112s|299900 |   264 |  4169k|  13.9 |  33M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1112.50/1112.71	c  1113s|300000 |   260 |  4171k|  13.9 |  33M| 101 |  73 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1112.90/1113.12	c  1113s|300100 |   256 |  4173k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1113.31/1113.53	c  1114s|300200 |   254 |  4174k|  13.9 |  33M| 101 |  80 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1113.80/1114.00	c  1114s|300300 |   254 |  4176k|  13.9 |  33M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1114.20/1114.42	c  1114s|300400 |   254 |  4178k|  13.9 |  33M| 101 |  77 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1114.60/1114.85	c  1115s|300500 |   254 |  4179k|  13.9 |  33M| 101 |  66 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1115.00/1115.25	c  1115s|300600 |   254 |  4180k|  13.9 |  33M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1115.41/1115.66	c  1116s|300700 |   252 |  4182k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1115.80/1116.06	c  1116s|300800 |   254 |  4183k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1116.20/1116.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.20/1116.44	c  1116s|300900 |   255 |  4185k|  13.9 |  33M| 101 |  75 |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1116.61/1116.85	c  1117s|301000 |   255 |  4187k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1117.00/1117.21	c  1117s|301100 |   253 |  4188k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 289k|  25k| 0.000000e+00 |      --      |    Inf 
1117.40/1117.62	c  1118s|301200 |   253 |  4190k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1117.80/1118.03	c  1118s|301300 |   253 |  4192k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1118.20/1118.42	c  1118s|301400 |   261 |  4194k|  13.9 |  33M| 101 |  58 |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1118.60/1118.85	c  1119s|301500 |   255 |  4195k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1119.00/1119.25	c  1119s|301600 |   259 |  4197k|  13.9 |  33M| 101 |  69 |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1119.40/1119.69	c  1120s|301700 |   259 |  4198k|  13.9 |  33M| 101 |  67 |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1119.91/1120.10	c  1120s|301800 |   259 |  4200k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1120.20/1120.48	c  1120s|301900 |   259 |  4201k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1120.60/1120.85	c  1121s|302000 |   261 |  4203k|  13.9 |  33M| 101 |  65 |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1121.01/1121.25	c  1121s|302100 |   261 |  4204k|  13.9 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1121.40/1121.65	c  1122s|302200 |   261 |  4206k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1121.79/1122.04	c  1122s|302300 |   264 |  4207k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1122.20/1122.45	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.45	c  1122s|302400 |   266 |  4208k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1122.60/1122.89	c  1123s|302500 |   268 |  4210k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 290k|  25k| 0.000000e+00 |      --      |    Inf 
1123.10/1123.31	c  1123s|302600 |   272 |  4211k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1123.50/1123.71	c  1124s|302700 |   272 |  4213k|  13.9 |  34M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1123.89/1124.10	c  1124s|302800 |   272 |  4215k|  13.9 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1124.30/1124.51	c  1125s|302900 |   270 |  4216k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1124.70/1124.95	c  1125s|303000 |   270 |  4218k|  13.9 |  34M| 101 |  69 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1125.10/1125.33	c  1125s|303100 |   270 |  4220k|  13.9 |  34M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1125.50/1125.71	c  1126s|303200 |   274 |  4221k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1125.90/1126.12	c  1126s|303300 |   276 |  4223k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1126.19/1126.47	c  1126s|303400 |   276 |  4225k|  13.9 |  34M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1126.59/1126.82	c  1127s|303500 |   274 |  4226k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1126.89/1127.19	c  1127s|303600 |   274 |  4227k|  13.9 |  34M| 101 |  60 |2340 |  22k|2340 |1708 |  87 | 291k|  25k| 0.000000e+00 |      --      |    Inf 
1127.30/1127.59	c  1128s|303700 |   270 |  4229k|  13.9 |  34M| 101 |  80 |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1127.70/1127.99	c  1128s|303800 |   268 |  4231k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1128.10/1128.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1128.10/1128.37	c  1128s|303900 |   268 |  4232k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1128.50/1128.75	c  1129s|304000 |   268 |  4234k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1128.90/1129.15	c  1129s|304100 |   266 |  4235k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1129.30/1129.54	c  1130s|304200 |   262 |  4237k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1129.71/1129.94	c  1130s|304300 |   262 |  4239k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1130.09/1130.34	c  1130s|304400 |   261 |  4240k|  13.9 |  34M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1130.50/1130.72	c  1131s|304500 |   261 |  4242k|  13.9 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1130.90/1131.17	c  1131s|304600 |   259 |  4244k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1131.30/1131.57	c  1132s|304700 |   267 |  4245k|  13.9 |  34M| 101 |  44 |2340 |  22k|2340 |1708 |  87 | 292k|  25k| 0.000000e+00 |      --      |    Inf 
1131.70/1131.94	c  1132s|304800 |   259 |  4247k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1132.00/1132.30	c  1132s|304900 |   259 |  4248k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1132.40/1132.66	c  1133s|305000 |   259 |  4250k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1132.80/1133.06	c  1133s|305100 |   257 |  4251k|  13.9 |  34M| 101 |  70 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1133.19/1133.40	c  1133s|305200 |   257 |  4253k|  13.9 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1133.49/1133.77	c  1134s|305300 |   255 |  4254k|  13.9 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1133.89/1134.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.89/1134.17	c  1134s|305400 |   255 |  4256k|  13.9 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1134.30/1134.55	c  1135s|305500 |   255 |  4257k|  13.9 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1134.69/1134.95	c  1135s|305600 |   253 |  4259k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1135.10/1135.33	c  1135s|305700 |   253 |  4260k|  13.9 |  34M| 101 |  59 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1135.40/1135.68	c  1136s|305800 |   253 |  4262k|  13.9 |  34M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1135.79/1136.05	c  1136s|305900 |   253 |  4263k|  13.9 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1136.20/1136.42	c  1136s|306000 |   247 |  4265k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1136.60/1136.82	c  1137s|306100 |   247 |  4266k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1136.90/1137.19	c  1137s|306200 |   247 |  4268k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1137.29/1137.56	c  1138s|306300 |   247 |  4269k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1137.70/1137.92	c  1138s|306400 |   247 |  4271k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1137.99/1138.27	c  1138s|306500 |   246 |  4272k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 293k|  25k| 0.000000e+00 |      --      |    Inf 
1138.50/1138.75	c  1139s|306600 |   249 |  4273k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1138.90/1139.15	c  1139s|306700 |   248 |  4275k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1139.29/1139.53	c  1140s|306800 |   248 |  4276k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1139.70/1139.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1139.70/1139.93	c  1140s|306900 |   252 |  4278k|  13.9 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1140.10/1140.35	c  1140s|307000 |   250 |  4280k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1140.49/1140.75	c  1141s|307100 |   248 |  4281k|  13.9 |  34M| 101 |  69 |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1140.90/1141.15	c  1141s|307200 |   247 |  4283k|  13.9 |  34M| 101 |  87 |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1141.30/1141.56	c  1142s|307300 |   247 |  4284k|  13.9 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1141.70/1141.94	c  1142s|307400 |   247 |  4286k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1142.09/1142.31	c  1142s|307500 |   247 |  4287k|  13.9 |  34M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1142.40/1142.69	c  1143s|307600 |   257 |  4289k|  13.9 |  34M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 294k|  25k| 0.000000e+00 |      --      |    Inf 
1142.80/1143.10	c  1143s|307700 |   250 |  4290k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1143.30/1143.53	c  1144s|307800 |   248 |  4292k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1143.69/1143.96	c  1144s|307900 |   248 |  4293k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1144.10/1144.38	c  1144s|308000 |   248 |  4295k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1144.59/1144.81	c  1145s|308100 |   248 |  4297k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1145.00/1145.21	c  1145s|308200 |   249 |  4299k|  13.9 |  34M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1145.39/1145.64	c  1146s|308300 |   249 |  4300k|  13.9 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1145.79/1146.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.79/1146.04	c  1146s|308400 |   251 |  4302k|  13.9 |  34M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1146.20/1146.40	c  1146s|308500 |   249 |  4304k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1146.50/1146.76	c  1147s|308600 |   252 |  4305k|  13.9 |  34M| 101 |  56 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1146.89/1147.13	c  1147s|308700 |   252 |  4307k|  13.9 |  34M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1147.20/1147.50	c  1147s|308800 |   250 |  4308k|  13.9 |  34M| 101 |  84 |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1147.60/1147.86	c  1148s|308900 |   250 |  4309k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1147.99/1148.24	c  1148s|309000 |   250 |  4311k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 295k|  25k| 0.000000e+00 |      --      |    Inf 
1148.40/1148.63	c  1149s|309100 |   250 |  4312k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1148.79/1149.02	c  1149s|309200 |   252 |  4314k|  13.9 |  34M| 101 |  72 |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1149.09/1149.39	c  1149s|309300 |   252 |  4315k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1149.50/1149.75	c  1150s|309400 |   252 |  4317k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1149.90/1150.13	c  1150s|309500 |   250 |  4319k|  13.9 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1150.20/1150.48	c  1150s|309600 |   250 |  4320k|  13.9 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1150.60/1150.86	c  1151s|309700 |   252 |  4322k|  13.9 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1151.00/1151.24	c  1151s|309800 |   254 |  4324k|  13.9 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 296k|  25k| 0.000000e+00 |      --      |    Inf 
1151.40/1151.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1151.40/1151.62	c  1152s|309900 |   256 |  4325k|  13.9 |  34M| 101 |  87 |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1151.70/1152.00	c  1152s|310000 |   256 |  4327k|  13.9 |  35M| 101 |  57 |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1152.09/1152.36	c  1152s|310100 |   259 |  4328k|  13.9 |  35M| 101 |  83 |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1152.49/1152.74	c  1153s|310200 |   261 |  4330k|  13.9 |  35M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1152.90/1153.14	c  1153s|310300 |   261 |  4331k|  13.9 |  35M| 101 |  70 |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1153.29/1153.56	c  1154s|310400 |   261 |  4333k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1153.80/1154.00	c  1154s|310500 |   261 |  4335k|  13.9 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 297k|  25k| 0.000000e+00 |      --      |    Inf 
1154.20/1154.42	c  1154s|310600 |   259 |  4337k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1154.60/1154.85	c  1155s|310700 |   260 |  4338k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1155.00/1155.25	c  1155s|310800 |   260 |  4340k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1155.40/1155.65	c  1156s|310900 |   260 |  4342k|  14.0 |  34M| 101 |  76 |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1155.79/1156.04	c  1156s|311000 |   258 |  4343k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1156.20/1156.42	c  1156s|311100 |   260 |  4345k|  14.0 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1156.49/1156.79	c  1157s|311200 |   260 |  4347k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1156.99/1157.20	c  1157s|311300 |   258 |  4348k|  14.0 |  34M| 101 |  80 |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1157.39/1157.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.39/1157.62	c  1158s|311400 |   258 |  4350k|  14.0 |  34M| 101 |  86 |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1157.79/1158.02	c  1158s|311500 |   258 |  4351k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 298k|  25k| 0.000000e+00 |      --      |    Inf 
1158.19/1158.40	c  1158s|311600 |   256 |  4353k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1158.59/1158.80	c  1159s|311700 |   258 |  4355k|  14.0 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1158.89/1159.19	c  1159s|311800 |   256 |  4356k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1159.40/1159.62	c  1160s|311900 |   260 |  4358k|  14.0 |  35M| 101 |  59 |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1159.80/1160.04	c  1160s|312000 |   260 |  4360k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1160.19/1160.44	c  1160s|312100 |   260 |  4362k|  14.0 |  35M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1160.60/1160.86	c  1161s|312200 |   260 |  4363k|  14.0 |  35M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1160.99/1161.26	c  1161s|312300 |   260 |  4365k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1161.39/1161.67	c  1162s|312400 |   260 |  4367k|  14.0 |  35M| 101 |  76 |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1161.80/1162.05	c  1162s|312500 |   260 |  4368k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 299k|  25k| 0.000000e+00 |      --      |    Inf 
1162.19/1162.45	c  1162s|312600 |   260 |  4370k|  14.0 |  35M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1162.59/1162.84	c  1163s|312700 |   260 |  4372k|  14.0 |  35M| 101 |  85 |2340 |  23k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1163.00/1163.23	c  1163s|312800 |   256 |  4373k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1163.39/1163.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.39/1163.64	c  1164s|312900 |   254 |  4375k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1163.80/1164.04	c  1164s|313000 |   254 |  4376k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1164.19/1164.43	c  1164s|313100 |   254 |  4378k|  14.0 |  35M| 101 |  76 |2340 |  24k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1164.60/1164.83	c  1165s|313200 |   254 |  4379k|  14.0 |  35M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1164.99/1165.27	c  1165s|313300 |   255 |  4381k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1165.49/1165.70	c  1166s|313400 |   255 |  4383k|  14.0 |  35M| 101 |  72 |2340 |  23k|2340 |1708 |  87 | 300k|  25k| 0.000000e+00 |      --      |    Inf 
1165.89/1166.15	c  1166s|313500 |   257 |  4385k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1166.39/1166.61	c  1167s|313600 |   257 |  4387k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1166.80/1167.07	c  1167s|313700 |   257 |  4388k|  14.0 |  35M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1167.29/1167.55	c  1168s|313800 |   257 |  4390k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1167.79/1168.01	c  1168s|313900 |   257 |  4392k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1168.20/1168.48	c  1168s|314000 |   257 |  4393k|  14.0 |  35M| 101 |  97 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1168.69/1168.91	c  1169s|314100 |   257 |  4395k|  14.0 |  35M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1169.19/1169.42	c  1169s|314200 |   257 |  4397k|  14.0 |  35M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1169.69/1169.90	c  1170s|314300 |   257 |  4399k|  14.0 |  35M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1170.10/1170.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1170.10/1170.33	c  1170s|314400 |   263 |  4400k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1170.50/1170.79	c  1171s|314500 |   258 |  4402k|  14.0 |  35M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 301k|  25k| 0.000000e+00 |      --      |    Inf 
1170.99/1171.26	c  1171s|314600 |   258 |  4404k|  14.0 |  35M| 101 |  57 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1171.50/1171.75	c  1172s|314700 |   258 |  4406k|  14.0 |  35M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1171.89/1172.19	c  1172s|314800 |   258 |  4407k|  14.0 |  35M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1172.39/1172.62	c  1173s|314900 |   258 |  4409k|  14.0 |  35M| 101 |  56 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1172.79/1173.08	c  1173s|315000 |   254 |  4411k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1173.29/1173.54	c  1174s|315100 |   256 |  4412k|  14.0 |  35M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1173.70/1173.99	c  1174s|315200 |   256 |  4414k|  14.0 |  35M| 101 |  69 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1174.19/1174.47	c  1174s|315300 |   256 |  4416k|  14.0 |  35M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1174.69/1174.94	c  1175s|315400 |   254 |  4418k|  14.0 |  35M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1175.09/1175.38	c  1175s|315500 |   254 |  4419k|  14.0 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 302k|  25k| 0.000000e+00 |      --      |    Inf 
1175.59/1175.81	c  1176s|315600 |   254 |  4421k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1176.00/1176.24	c  1176s|315700 |   254 |  4423k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1176.49/1176.70	c  1177s|315800 |   254 |  4424k|  14.0 |  35M| 101 |  74 |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1176.89/1177.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.89/1177.13	c  1177s|315900 |   254 |  4426k|  14.0 |  35M| 101 |  81 |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1177.29/1177.58	c  1178s|316000 |   256 |  4428k|  14.0 |  35M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1177.79/1178.02	c  1178s|316100 |   254 |  4430k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1178.20/1178.47	c  1178s|316200 |   254 |  4432k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1178.69/1178.91	c  1179s|316300 |   256 |  4433k|  14.0 |  35M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1179.09/1179.36	c  1179s|316400 |   256 |  4435k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1179.49/1179.78	c  1180s|316500 |   256 |  4436k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1179.99/1180.22	c  1180s|316600 |   256 |  4438k|  14.0 |  35M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1180.39/1180.64	c  1181s|316700 |   256 |  4440k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 303k|  25k| 0.000000e+00 |      --      |    Inf 
1180.79/1181.06	c  1181s|316800 |   256 |  4441k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1181.19/1181.45	c  1181s|316900 |   256 |  4443k|  14.0 |  35M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1181.59/1181.84	c  1182s|317000 |   254 |  4445k|  14.0 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1181.99/1182.29	c  1182s|317100 |   258 |  4446k|  14.0 |  35M| 101 |  63 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1182.49/1182.71	c  1183s|317200 |   258 |  4448k|  14.0 |  35M| 101 |  69 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1182.89/1183.11	c  1183s|317300 |   258 |  4450k|  14.0 |  35M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1183.28/1183.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1183.28/1183.53	c  1184s|317400 |   258 |  4452k|  14.0 |  35M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1183.69/1183.95	c  1184s|317500 |   256 |  4453k|  14.0 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1184.08/1184.37	c  1184s|317600 |   256 |  4455k|  14.0 |  36M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1184.49/1184.79	c  1185s|317700 |   256 |  4457k|  14.0 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1184.99/1185.20	c  1185s|317800 |   256 |  4458k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1185.39/1185.62	c  1186s|317900 |   256 |  4460k|  14.0 |  36M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 304k|  25k| 0.000000e+00 |      --      |    Inf 
1185.79/1186.10	c  1186s|318000 |   256 |  4462k|  14.0 |  36M| 101 |  78 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1186.29/1186.51	c  1187s|318100 |   258 |  4463k|  14.0 |  36M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1186.69/1186.92	c  1187s|318200 |   260 |  4465k|  14.0 |  36M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1187.08/1187.33	c  1187s|318300 |   256 |  4466k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1187.49/1187.75	c  1188s|318400 |   256 |  4468k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1187.89/1188.18	c  1188s|318500 |   256 |  4470k|  14.0 |  36M| 101 |  78 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1188.38/1188.63	c  1189s|318600 |   254 |  4471k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1188.79/1189.01	c  1189s|318700 |   254 |  4473k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1189.19/1189.44	c  1189s|318800 |   253 |  4474k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1189.59/1189.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.59/1189.82	c  1190s|318900 |   252 |  4476k|  14.0 |  36M| 101 |  87 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1189.99/1190.23	c  1190s|319000 |   252 |  4478k|  14.0 |  35M| 101 |  78 |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1190.39/1190.68	c  1191s|319100 |   251 |  4479k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1190.89/1191.11	c  1191s|319200 |   251 |  4481k|  14.0 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 305k|  25k| 0.000000e+00 |      --      |    Inf 
1191.29/1191.56	c  1192s|319300 |   251 |  4483k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1191.69/1191.98	c  1192s|319400 |   249 |  4484k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1192.19/1192.45	c  1192s|319500 |   251 |  4486k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1192.58/1192.86	c  1193s|319600 |   251 |  4488k|  14.0 |  36M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1192.99/1193.28	c  1193s|319700 |   253 |  4490k|  14.0 |  36M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1193.39/1193.70	c  1194s|319800 |   253 |  4491k|  14.0 |  36M| 101 |  66 |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1193.79/1194.09	c  1194s|319900 |   253 |  4493k|  14.0 |  36M| 101 |  79 |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1194.29/1194.51	c  1195s|320000 |   251 |  4495k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1194.70/1194.97	c  1195s|320100 |   251 |  4496k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1195.19/1195.40	c  1195s|320200 |   253 |  4498k|  14.0 |  36M| 101 |  65 |2340 |  25k|2340 |1708 |  87 | 306k|  25k| 0.000000e+00 |      --      |    Inf 
1195.59/1195.84	c  1196s|320300 |   253 |  4500k|  14.0 |  36M| 101 |  59 |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1195.99/1196.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.99/1196.28	c  1196s|320400 |   255 |  4502k|  14.0 |  36M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1196.49/1196.72	c  1197s|320500 |   253 |  4503k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1196.90/1197.16	c  1197s|320600 |   255 |  4505k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1197.39/1197.61	c  1198s|320700 |   257 |  4507k|  14.0 |  36M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1197.79/1198.04	c  1198s|320800 |   255 |  4508k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1198.19/1198.47	c  1198s|320900 |   257 |  4510k|  14.0 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1198.69/1198.90	c  1199s|321000 |   255 |  4512k|  14.0 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1199.09/1199.32	c  1199s|321100 |   253 |  4513k|  14.0 |  37M| 101 |  83 |2340 |  26k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1199.48/1199.73	c  1200s|321200 |   253 |  4515k|  14.0 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 307k|  25k| 0.000000e+00 |      --      |    Inf 
1199.89/1200.18	c  1200s|321300 |   251 |  4517k|  14.0 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1200.39/1200.66	c  1201s|321400 |   249 |  4518k|  14.0 |  36M| 101 |  82 |2340 |  25k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1200.79/1201.09	c  1201s|321500 |   249 |  4520k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1201.30/1201.54	c  1202s|321600 |   249 |  4522k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1201.69/1201.94	c  1202s|321700 |   249 |  4524k|  14.1 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1202.09/1202.36	c  1202s|321800 |   247 |  4526k|  14.1 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1202.68/1202.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1202.68/1202.96	c  1203s|321900 |   251 |  4527k|  14.1 |  36M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 308k|  25k| 0.000000e+00 |      --      |    Inf 
1203.18/1203.40	c  1203s|322000 |   262 |  4528k|  14.1 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1203.59/1203.81	c  1204s|322100 |   252 |  4529k|  14.1 |  36M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1203.88/1204.18	c  1204s|322200 |   250 |  4531k|  14.1 |  36M| 101 |  76 |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1204.28/1204.52	c  1205s|322300 |   252 |  4532k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1204.59/1204.85	c  1205s|322400 |   251 |  4533k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1204.99/1205.24	c  1205s|322500 |   248 |  4534k|  14.0 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1205.49/1205.70	c  1206s|322600 |   251 |  4536k|  14.0 |  35M| 101 |  59 |2340 |  24k|2340 |1708 |  87 | 308k|  26k| 0.000000e+00 |      --      |    Inf 
1205.89/1206.16	c  1206s|322700 |   250 |  4537k|  14.0 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1206.39/1206.60	c  1207s|322800 |   252 |  4539k|  14.0 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1206.80/1207.01	c  1207s|322900 |   262 |  4540k|  14.0 |  34M| 101 |  44 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1207.19/1207.40	c  1207s|323000 |   253 |  4541k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1207.49/1207.75	c  1208s|323100 |   250 |  4542k|  14.0 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1207.89/1208.14	c  1208s|323200 |   250 |  4543k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1208.28/1208.53	c  1209s|323300 |   252 |  4545k|  14.0 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1208.69/1208.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1208.69/1208.91	c  1209s|323400 |   252 |  4546k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1209.09/1209.32	c  1209s|323500 |   250 |  4548k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1209.48/1209.72	c  1210s|323600 |   250 |  4550k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1209.89/1210.11	c  1210s|323700 |   250 |  4551k|  14.0 |  34M| 101 |  64 |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1210.28/1210.53	c  1211s|323800 |   250 |  4552k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1210.68/1210.91	c  1211s|323900 |   250 |  4554k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1211.09/1211.33	c  1211s|324000 |   250 |  4555k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1211.48/1211.75	c  1212s|324100 |   252 |  4557k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 309k|  26k| 0.000000e+00 |      --      |    Inf 
1211.88/1212.16	c  1212s|324200 |   252 |  4559k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1212.39/1212.66	c  1213s|324300 |   262 |  4560k|  14.0 |  34M| 101 |  57 |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1212.78/1213.03	c  1213s|324400 |   255 |  4561k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1213.08/1213.32	c  1213s|324500 |   265 |  4562k|  14.0 |  34M| 101 |  43 |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1213.40/1213.67	c  1214s|324600 |   259 |  4563k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1213.78/1214.09	c  1214s|324700 |   259 |  4564k|  14.0 |  34M| 101 |  64 |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1214.29/1214.52	c  1215s|324800 |   258 |  4566k|  14.0 |  34M| 101 |  59 |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1214.68/1214.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1214.68/1214.95	c  1215s|324900 |   258 |  4568k|  14.0 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1215.18/1215.43	c  1215s|325000 |   251 |  4570k|  14.0 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1215.49/1215.78	c  1216s|325100 |   253 |  4571k|  14.0 |  34M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1215.98/1216.21	c  1216s|325200 |   250 |  4573k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1216.38/1216.60	c  1217s|325300 |   258 |  4574k|  14.0 |  34M| 101 |  52 |2340 |  22k|2340 |1708 |  87 | 310k|  26k| 0.000000e+00 |      --      |    Inf 
1216.69/1216.91	c  1217s|325400 |   259 |  4575k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1217.08/1217.30	c  1217s|325500 |   257 |  4577k|  14.0 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1217.49/1217.70	c  1218s|325600 |   255 |  4578k|  14.0 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1217.79/1218.07	c  1218s|325700 |   255 |  4580k|  14.0 |  34M| 101 |  70 |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1218.19/1218.43	c  1218s|325800 |   253 |  4581k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1218.59/1218.82	c  1219s|325900 |   253 |  4582k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1218.89/1219.17	c  1219s|326000 |   253 |  4584k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1219.28/1219.54	c  1220s|326100 |   258 |  4585k|  14.0 |  33M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1219.68/1219.93	c  1220s|326200 |   257 |  4587k|  14.0 |  33M| 101 |  74 |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1220.08/1220.30	c  1220s|326300 |   257 |  4588k|  14.0 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1220.38/1220.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1220.38/1220.68	c  1221s|326400 |   257 |  4590k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1220.79/1221.09	c  1221s|326500 |   257 |  4591k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1221.28/1221.50	c  1221s|326600 |   256 |  4593k|  14.1 |  33M| 101 |  81 |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1221.58/1221.86	c  1222s|326700 |   257 |  4594k|  14.1 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 311k|  26k| 0.000000e+00 |      --      |    Inf 
1221.98/1222.21	c  1222s|326800 |   257 |  4595k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1222.28/1222.59	c  1223s|326900 |   257 |  4597k|  14.1 |  33M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1222.68/1222.95	c  1223s|327000 |   257 |  4598k|  14.1 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1223.08/1223.34	c  1223s|327100 |   257 |  4599k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1223.49/1223.71	c  1224s|327200 |   257 |  4601k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1223.78/1224.09	c  1224s|327300 |   257 |  4602k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1224.29/1224.50	c  1225s|327400 |   257 |  4604k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1224.69/1224.90	c  1225s|327500 |   257 |  4605k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1224.99/1225.29	c  1225s|327600 |   257 |  4607k|  14.1 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1225.39/1225.66	c  1226s|327700 |   257 |  4608k|  14.0 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1225.68/1225.97	c  1226s|327800 |   257 |  4609k|  14.0 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1226.09/1226.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.09/1226.38	c  1226s|327900 |   257 |  4610k|  14.0 |  34M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1226.59/1226.81	c  1227s|328000 |   257 |  4612k|  14.0 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 312k|  26k| 0.000000e+00 |      --      |    Inf 
1226.88/1227.19	c  1227s|328100 |   257 |  4613k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1227.28/1227.58	c  1228s|328200 |   257 |  4615k|  14.0 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1227.69/1227.98	c  1228s|328300 |   257 |  4616k|  14.0 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1228.08/1228.38	c  1228s|328400 |   257 |  4618k|  14.0 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1228.48/1228.80	c  1229s|328500 |   255 |  4619k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1228.88/1229.20	c  1229s|328600 |   258 |  4621k|  14.1 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1229.28/1229.59	c  1230s|328700 |   261 |  4622k|  14.1 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1229.68/1229.95	c  1230s|328800 |   261 |  4623k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1230.09/1230.35	c  1230s|328900 |   259 |  4625k|  14.1 |  33M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 313k|  26k| 0.000000e+00 |      --      |    Inf 
1230.48/1230.74	c  1231s|329000 |   259 |  4627k|  14.1 |  33M| 101 |  94 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1230.89/1231.11	c  1231s|329100 |   259 |  4628k|  14.1 |  33M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1231.18/1231.49	c  1231s|329200 |   258 |  4630k|  14.1 |  33M| 101 |  74 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1231.58/1231.90	c  1232s|329300 |   258 |  4632k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1231.99/1232.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1231.99/1232.29	c  1232s|329400 |   258 |  4633k|  14.1 |  34M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1232.38/1232.69	c  1233s|329500 |   258 |  4635k|  14.1 |  34M| 101 |  82 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1232.78/1233.09	c  1233s|329600 |   256 |  4636k|  14.1 |  34M| 101 |  80 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1233.28/1233.51	c  1234s|329700 |   256 |  4638k|  14.1 |  33M| 101 |  81 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1233.68/1233.91	c  1234s|329800 |   256 |  4640k|  14.1 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1233.98/1234.29	c  1234s|329900 |   256 |  4641k|  14.1 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1234.38/1234.69	c  1235s|330000 |   256 |  4643k|  14.1 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1234.88/1235.10	c  1235s|330100 |   256 |  4645k|  14.1 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1235.28/1235.52	c  1236s|330200 |   256 |  4647k|  14.1 |  34M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1235.68/1235.92	c  1236s|330300 |   258 |  4648k|  14.1 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 314k|  26k| 0.000000e+00 |      --      |    Inf 
1236.08/1236.30	c  1236s|330400 |   258 |  4650k|  14.1 |  33M| 101 |  72 |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1236.49/1236.70	c  1237s|330500 |   258 |  4651k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1236.88/1237.11	c  1237s|330600 |   258 |  4653k|  14.1 |  33M| 101 |  83 |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1237.28/1237.51	c  1238s|330700 |   256 |  4655k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1237.68/1237.92	c  1238s|330800 |   256 |  4657k|  14.1 |  33M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1237.98/1238.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.98/1238.27	c  1238s|330900 |   258 |  4658k|  14.1 |  33M| 101 |  56 |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1238.39/1238.64	c  1239s|331000 |   260 |  4659k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1238.68/1238.97	c  1239s|331100 |   260 |  4659k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 315k|  26k| 0.000000e+00 |      --      |    Inf 
1238.98/1239.29	c  1239s|331200 |   260 |  4660k|  14.1 |  33M| 101 |  66 |2340 |  22k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1239.38/1239.66	c  1240s|331300 |   261 |  4661k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1239.79/1240.09	c  1240s|331400 |   261 |  4663k|  14.1 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1240.28/1240.53	c  1241s|331500 |   261 |  4664k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1240.68/1240.94	c  1241s|331600 |   261 |  4666k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1241.08/1241.32	c  1241s|331700 |   261 |  4667k|  14.1 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1241.38/1241.69	c  1242s|331800 |   263 |  4668k|  14.1 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1241.88/1242.16	c  1242s|331900 |   263 |  4670k|  14.1 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1242.28/1242.57	c  1243s|332000 |   263 |  4671k|  14.1 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1242.78/1243.01	c  1243s|332100 |   263 |  4673k|  14.1 |  34M| 101 |  72 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1243.09/1243.39	c  1243s|332200 |   263 |  4674k|  14.1 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1243.58/1243.84	c  1244s|332300 |   263 |  4676k|  14.1 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 316k|  26k| 0.000000e+00 |      --      |    Inf 
1243.98/1244.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.98/1244.28	c  1244s|332400 |   261 |  4677k|  14.1 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1244.38/1244.69	c  1245s|332500 |   261 |  4679k|  14.1 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1244.88/1245.10	c  1245s|332600 |   261 |  4680k|  14.1 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1245.18/1245.50	c  1246s|332700 |   261 |  4681k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1245.68/1245.91	c  1246s|332800 |   261 |  4683k|  14.1 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1246.08/1246.34	c  1246s|332900 |   261 |  4685k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1246.48/1246.78	c  1247s|333000 |   261 |  4686k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1246.98/1247.22	c  1247s|333100 |   261 |  4688k|  14.1 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1247.39/1247.63	c  1248s|333200 |   259 |  4689k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1247.78/1248.07	c  1248s|333300 |   259 |  4691k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1248.18/1248.49	c  1248s|333400 |   259 |  4692k|  14.1 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1248.68/1248.93	c  1249s|333500 |   261 |  4694k|  14.1 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1249.08/1249.37	c  1249s|333600 |   261 |  4696k|  14.1 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1249.59/1249.81	c  1250s|333700 |   261 |  4697k|  14.1 |  34M| 101 |  62 |2340 |  23k|2340 |1708 |  87 | 317k|  26k| 0.000000e+00 |      --      |    Inf 
1249.98/1250.25	c  1250s|333800 |   261 |  4699k|  14.1 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1250.48/1250.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1250.48/1250.70	c  1251s|333900 |   259 |  4701k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1250.88/1251.17	c  1251s|334000 |   261 |  4702k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1251.28/1251.58	c  1252s|334100 |   261 |  4704k|  14.1 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1251.79/1252.02	c  1252s|334200 |   259 |  4706k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1252.18/1252.44	c  1252s|334300 |   259 |  4707k|  14.1 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1252.58/1252.86	c  1253s|334400 |   257 |  4709k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1252.99/1253.26	c  1253s|334500 |   259 |  4711k|  14.1 |  34M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1253.38/1253.68	c  1254s|334600 |   259 |  4712k|  14.1 |  34M| 101 |  80 |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1253.88/1254.13	c  1254s|334700 |   257 |  4714k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1254.28/1254.57	c  1255s|334800 |   257 |  4716k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1254.68/1254.99	c  1255s|334900 |   257 |  4717k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1255.18/1255.44	c  1255s|335000 |   255 |  4719k|  14.1 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 318k|  26k| 0.000000e+00 |      --      |    Inf 
1255.58/1255.87	c  1256s|335100 |   255 |  4721k|  14.1 |  34M| 101 |  77 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1255.97/1256.26	c  1256s|335200 |   255 |  4723k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1256.37/1256.69	c  1257s|335300 |   255 |  4724k|  14.1 |  35M| 101 |  76 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1256.88/1257.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.88/1257.11	c  1257s|335400 |   255 |  4726k|  14.1 |  35M| 101 |  84 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1257.28/1257.54	c  1258s|335500 |   255 |  4728k|  14.1 |  35M| 101 |  89 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1257.68/1257.97	c  1258s|335600 |   255 |  4729k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1258.08/1258.38	c  1258s|335700 |   255 |  4731k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1258.49/1258.77	c  1259s|335800 |   253 |  4732k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1259.08/1259.30	c  1259s|335900 |   265 |  4734k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1259.49/1259.80	c  1260s|336000 |   262 |  4734k|  14.1 |  35M| 101 |  32 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1259.97/1260.27	c  1260s|336100 |   265 |  4736k|  14.1 |  35M| 101 |  26 |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1260.37/1260.69	c  1261s|336200 |   256 |  4736k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 319k|  26k| 0.000000e+00 |      --      |    Inf 
1260.77/1261.06	c  1261s|336300 |   252 |  4738k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 320k|  26k| 0.000000e+00 |      --      |    Inf 
1261.18/1261.49	c  1261s|336400 |   250 |  4739k|  14.1 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 320k|  26k| 0.000000e+00 |      --      |    Inf 
1261.68/1261.99	c  1262s|336500 |   253 |  4741k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1262.18/1262.42	c  1262s|336600 |   248 |  4742k|  14.1 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1262.58/1262.85	c  1263s|336700 |   255 |  4744k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1262.98/1263.27	c  1263s|336800 |   249 |  4745k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1263.38/1263.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.38/1263.68	c  1264s|336900 |   253 |  4747k|  14.1 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1263.89/1264.20	c  1264s|337000 |   248 |  4748k|  14.1 |  32M| 101 |  78 |2340 |  21k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1264.38/1264.66	c  1265s|337100 |   247 |  4750k|  14.1 |  32M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1264.78/1265.07	c  1265s|337200 |   255 |  4751k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1265.18/1265.44	c  1265s|337300 |   250 |  4753k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1265.57/1265.83	c  1266s|337400 |   250 |  4755k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1265.98/1266.25	c  1266s|337500 |   252 |  4756k|  14.1 |  31M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1266.38/1266.67	c  1267s|337600 |   254 |  4758k|  14.1 |  31M| 101 |  64 |2340 |  19k|2340 |1708 |  87 | 320k|  27k| 0.000000e+00 |      --      |    Inf 
1266.78/1267.08	c  1267s|337700 |   256 |  4760k|  14.1 |  31M| 101 |  69 |2340 |  19k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1267.19/1267.49	c  1267s|337800 |   254 |  4762k|  14.1 |  31M| 101 |  60 |2340 |  19k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1267.68/1267.92	c  1268s|337900 |   254 |  4763k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1268.07/1268.35	c  1268s|338000 |   254 |  4765k|  14.1 |  31M| 101 |  66 |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1268.48/1268.76	c  1269s|338100 |   254 |  4767k|  14.1 |  31M| 101 |  69 |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1268.87/1269.18	c  1269s|338200 |   254 |  4769k|  14.1 |  32M| 101 |  61 |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1269.28/1269.56	c  1270s|338300 |   254 |  4770k|  14.1 |  32M| 101 |  69 |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1269.68/1269.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.68/1269.98	c  1270s|338400 |   254 |  4772k|  14.1 |  32M| 101 |  78 |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1270.07/1270.39	c  1270s|338500 |   252 |  4774k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 321k|  27k| 0.000000e+00 |      --      |    Inf 
1270.58/1270.84	c  1271s|338600 |   250 |  4775k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1270.97/1271.26	c  1271s|338700 |   254 |  4777k|  14.1 |  31M| 101 |  75 |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1271.38/1271.69	c  1272s|338800 |   254 |  4779k|  14.1 |  32M| 101 |  65 |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1271.88/1272.10	c  1272s|338900 |   252 |  4781k|  14.1 |  31M| 101 |  78 |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1272.27/1272.50	c  1272s|339000 |   252 |  4782k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1272.69/1272.91	c  1273s|339100 |   252 |  4784k|  14.1 |  32M| 101 |  73 |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1273.08/1273.34	c  1273s|339200 |   254 |  4786k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1273.48/1273.70	c  1274s|339300 |   254 |  4788k|  14.1 |  31M| 101 |  61 |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1273.79/1274.09	c  1274s|339400 |   254 |  4789k|  14.1 |  31M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1274.17/1274.46	c  1274s|339500 |   254 |  4791k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 322k|  27k| 0.000000e+00 |      --      |    Inf 
1274.58/1274.85	c  1275s|339600 |   254 |  4792k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1274.98/1275.25	c  1275s|339700 |   254 |  4794k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1275.38/1275.65	c  1276s|339800 |   256 |  4795k|  14.1 |  31M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1275.67/1275.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1275.67/1275.99	c  1276s|339900 |   256 |  4797k|  14.1 |  31M| 101 |   - |2340 |  19k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1276.08/1276.39	c  1276s|340000 |   258 |  4798k|  14.1 |  32M| 101 |  66 |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1276.58/1276.80	c  1277s|340100 |   258 |  4800k|  14.1 |  32M| 101 |  75 |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1276.88/1277.18	c  1277s|340200 |   256 |  4801k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1277.28/1277.56	c  1278s|340300 |   258 |  4803k|  14.1 |  32M| 101 |  63 |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1277.67/1277.94	c  1278s|340400 |   256 |  4805k|  14.1 |  32M| 101 |  71 |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1278.08/1278.34	c  1278s|340500 |   258 |  4806k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 323k|  27k| 0.000000e+00 |      --      |    Inf 
1278.47/1278.72	c  1279s|340600 |   258 |  4808k|  14.1 |  32M| 101 |  71 |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1278.88/1279.11	c  1279s|340700 |   258 |  4809k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1279.18/1279.45	c  1279s|340800 |   258 |  4811k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1279.57/1279.80	c  1280s|340900 |   258 |  4812k|  14.1 |  32M| 101 |  73 |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1279.88/1280.17	c  1280s|341000 |   258 |  4814k|  14.1 |  32M| 101 |  74 |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1280.27/1280.56	c  1281s|341100 |   258 |  4815k|  14.1 |  32M| 101 |  65 |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1280.67/1280.95	c  1281s|341200 |   258 |  4817k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1281.07/1281.38	c  1281s|341300 |   258 |  4819k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1281.58/1281.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.58/1281.81	c  1282s|341400 |   260 |  4820k|  14.1 |  32M| 101 |  83 |2340 |  20k|2340 |1708 |  87 | 324k|  27k| 0.000000e+00 |      --      |    Inf 
1281.97/1282.20	c  1282s|341500 |   260 |  4822k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1282.38/1282.60	c  1283s|341600 |   260 |  4824k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1282.77/1283.01	c  1283s|341700 |   260 |  4825k|  14.1 |  32M| 101 |  74 |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1283.18/1283.40	c  1283s|341800 |   258 |  4827k|  14.1 |  32M| 101 |  82 |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1283.57/1283.80	c  1284s|341900 |   260 |  4829k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1283.87/1284.20	c  1284s|342000 |   264 |  4830k|  14.1 |  32M| 101 |  73 |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1284.27/1284.57	c  1285s|342100 |   261 |  4832k|  14.1 |  32M| 101 |  67 |2340 |  21k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1284.67/1284.96	c  1285s|342200 |   262 |  4834k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1285.08/1285.34	c  1285s|342300 |   262 |  4835k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1285.47/1285.73	c  1286s|342400 |   262 |  4837k|  14.1 |  32M| 101 |  74 |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1285.88/1286.15	c  1286s|342500 |   262 |  4839k|  14.1 |  32M| 101 |  73 |2340 |  20k|2340 |1708 |  87 | 325k|  27k| 0.000000e+00 |      --      |    Inf 
1286.28/1286.58	c  1287s|342600 |   264 |  4840k|  14.1 |  32M| 101 |  67 |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1286.77/1287.00	c  1287s|342700 |   264 |  4842k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1287.08/1287.36	c  1287s|342800 |   274 |  4843k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1287.47/1287.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1287.47/1287.76	c  1288s|342900 |   264 |  4845k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1287.88/1288.17	c  1288s|343000 |   264 |  4847k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1288.28/1288.55	c  1289s|343100 |   264 |  4849k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1288.68/1288.95	c  1289s|343200 |   262 |  4850k|  14.1 |  32M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1289.08/1289.38	c  1289s|343300 |   266 |  4852k|  14.1 |  32M| 101 |  63 |2340 |  21k|2340 |1708 |  87 | 326k|  27k| 0.000000e+00 |      --      |    Inf 
1289.48/1289.78	c  1290s|343400 |   264 |  4854k|  14.1 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1289.98/1290.20	c  1290s|343500 |   266 |  4855k|  14.1 |  32M| 101 |  67 |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1290.38/1290.65	c  1291s|343600 |   264 |  4857k|  14.1 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1290.77/1291.05	c  1291s|343700 |   266 |  4859k|  14.1 |  32M| 101 |  79 |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1291.17/1291.44	c  1291s|343800 |   264 |  4861k|  14.1 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1291.58/1291.84	c  1292s|343900 |   266 |  4862k|  14.1 |  33M| 101 |  77 |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1291.98/1292.24	c  1292s|344000 |   264 |  4864k|  14.1 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1292.37/1292.65	c  1293s|344100 |   266 |  4866k|  14.1 |  33M| 101 |  58 |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1292.77/1293.06	c  1293s|344200 |   264 |  4868k|  14.1 |  32M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 327k|  27k| 0.000000e+00 |      --      |    Inf 
1293.17/1293.47	c  1293s|344300 |   264 |  4870k|  14.1 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1293.58/1293.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.58/1293.88	c  1294s|344400 |   266 |  4871k|  14.1 |  33M| 101 |  72 |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1294.07/1294.30	c  1294s|344500 |   265 |  4873k|  14.1 |  33M| 101 |  68 |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1294.38/1294.69	c  1295s|344600 |   265 |  4875k|  14.1 |  33M| 101 |  84 |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1294.78/1295.08	c  1295s|344700 |   265 |  4876k|  14.1 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1295.27/1295.51	c  1296s|344800 |   265 |  4878k|  14.1 |  33M| 101 |  86 |2340 |  21k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1295.67/1295.92	c  1296s|344900 |   267 |  4880k|  14.1 |  33M| 101 |  86 |2340 |  22k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1296.07/1296.33	c  1296s|345000 |   267 |  4881k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 328k|  27k| 0.000000e+00 |      --      |    Inf 
1296.47/1296.76	c  1297s|345100 |   265 |  4883k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1296.88/1297.16	c  1297s|345200 |   265 |  4885k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1297.27/1297.56	c  1298s|345300 |   267 |  4887k|  14.1 |  33M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1297.67/1297.97	c  1298s|345400 |   265 |  4888k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1298.08/1298.36	c  1298s|345500 |   267 |  4890k|  14.1 |  33M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1298.47/1298.77	c  1299s|345600 |   267 |  4892k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1298.87/1299.17	c  1299s|345700 |   265 |  4894k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1299.27/1299.59	c  1300s|345800 |   267 |  4895k|  14.1 |  33M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1299.77/1300.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.77/1300.01	c  1300s|345900 |   263 |  4897k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1300.18/1300.42	c  1300s|346000 |   264 |  4899k|  14.1 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1300.57/1300.82	c  1301s|346100 |   264 |  4900k|  14.1 |  33M| 101 |  77 |2340 |  22k|2340 |1708 |  87 | 329k|  27k| 0.000000e+00 |      --      |    Inf 
1300.97/1301.23	c  1301s|346200 |   268 |  4902k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1301.38/1301.67	c  1302s|346300 |   264 |  4904k|  14.1 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1301.88/1302.10	c  1302s|346400 |   264 |  4906k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1302.27/1302.50	c  1302s|346500 |   262 |  4907k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1302.67/1302.91	c  1303s|346600 |   264 |  4909k|  14.2 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1303.07/1303.33	c  1303s|346700 |   264 |  4911k|  14.2 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1303.48/1303.75	c  1304s|346800 |   264 |  4912k|  14.2 |  33M| 101 |  74 |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1303.87/1304.18	c  1304s|346900 |   262 |  4914k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1304.37/1304.60	c  1305s|347000 |   260 |  4916k|  14.2 |  33M| 101 |  64 |2340 |  22k|2340 |1708 |  87 | 330k|  27k| 0.000000e+00 |      --      |    Inf 
1304.68/1304.99	c  1305s|347100 |   260 |  4918k|  14.2 |  32M| 101 |  66 |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1305.17/1305.40	c  1305s|347200 |   260 |  4919k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1305.47/1305.79	c  1306s|347300 |   258 |  4921k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1305.87/1306.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.87/1306.19	c  1306s|347400 |   258 |  4922k|  14.2 |  32M| 101 |  71 |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1306.37/1306.61	c  1307s|347500 |   258 |  4924k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1306.78/1307.02	c  1307s|347600 |   258 |  4926k|  14.2 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1307.17/1307.42	c  1307s|347700 |   258 |  4927k|  14.2 |  32M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1307.57/1307.85	c  1308s|347800 |   260 |  4929k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 331k|  27k| 0.000000e+00 |      --      |    Inf 
1307.98/1308.22	c  1308s|347900 |   260 |  4931k|  14.2 |  33M| 101 |  65 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1308.37/1308.65	c  1309s|348000 |   260 |  4932k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1308.77/1309.06	c  1309s|348100 |   260 |  4934k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1309.27/1309.50	c  1310s|348200 |   262 |  4936k|  14.2 |  32M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1309.67/1309.98	c  1310s|348300 |   262 |  4938k|  14.2 |  32M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1310.18/1310.43	c  1310s|348400 |   262 |  4939k|  14.2 |  32M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1310.67/1310.92	c  1311s|348500 |   264 |  4941k|  14.2 |  32M| 101 |  67 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1311.07/1311.34	c  1311s|348600 |   264 |  4943k|  14.2 |  32M| 101 |  67 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1311.47/1311.78	c  1312s|348700 |   264 |  4944k|  14.2 |  33M| 101 |  63 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1311.97/1312.22	c  1312s|348800 |   262 |  4946k|  14.2 |  33M| 101 |  83 |2340 |  21k|2340 |1708 |  87 | 332k|  27k| 0.000000e+00 |      --      |    Inf 
1312.47/1312.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1312.47/1312.72	c  1313s|348900 |   264 |  4948k|  14.2 |  33M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1312.87/1313.11	c  1313s|349000 |   262 |  4950k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1313.27/1313.60	c  1314s|349100 |   262 |  4952k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1313.77/1314.07	c  1314s|349200 |   262 |  4953k|  14.2 |  33M| 101 |  70 |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1314.26/1314.51	c  1315s|349300 |   262 |  4955k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1314.66/1314.95	c  1315s|349400 |   262 |  4957k|  14.2 |  33M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1315.17/1315.41	c  1315s|349500 |   260 |  4958k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1315.57/1315.83	c  1316s|349600 |   258 |  4960k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1315.97/1316.28	c  1316s|349700 |   260 |  4962k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 333k|  27k| 0.000000e+00 |      --      |    Inf 
1316.47/1316.74	c  1317s|349800 |   260 |  4964k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1316.87/1317.16	c  1317s|349900 |   260 |  4965k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1317.26/1317.58	c  1318s|350000 |   260 |  4967k|  14.2 |  33M| 101 |  89 |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1317.67/1317.99	c  1318s|350100 |   260 |  4969k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1318.17/1318.44	c  1318s|350200 |   260 |  4970k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1318.57/1318.89	c  1319s|350300 |   260 |  4972k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1319.07/1319.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.07/1319.31	c  1319s|350400 |   260 |  4974k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1319.47/1319.70	c  1320s|350500 |   260 |  4975k|  14.2 |  33M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1319.86/1320.11	c  1320s|350600 |   262 |  4977k|  14.2 |  33M| 101 |  77 |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1320.26/1320.54	c  1321s|350700 |   262 |  4979k|  14.2 |  33M| 101 |  80 |2340 |  22k|2340 |1708 |  87 | 334k|  27k| 0.000000e+00 |      --      |    Inf 
1320.67/1320.99	c  1321s|350800 |   258 |  4980k|  14.2 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1321.17/1321.44	c  1321s|350900 |   260 |  4982k|  14.2 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1321.57/1321.86	c  1322s|351000 |   262 |  4984k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1321.97/1322.25	c  1322s|351100 |   262 |  4985k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1322.37/1322.67	c  1323s|351200 |   260 |  4987k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1322.77/1323.09	c  1323s|351300 |   262 |  4989k|  14.2 |  34M| 101 |  72 |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1323.28/1323.55	c  1324s|351400 |   261 |  4990k|  14.2 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1323.67/1323.97	c  1324s|351500 |   261 |  4992k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1324.17/1324.46	c  1324s|351600 |   261 |  4993k|  14.2 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1324.67/1324.90	c  1325s|351700 |   262 |  4995k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 335k|  27k| 0.000000e+00 |      --      |    Inf 
1325.07/1325.33	c  1325s|351800 |   262 |  4997k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1325.48/1325.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.48/1325.73	c  1326s|351900 |   260 |  4998k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1325.86/1326.12	c  1326s|352000 |   262 |  5000k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1326.27/1326.52	c  1327s|352100 |   264 |  5002k|  14.2 |  33M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1326.57/1326.90	c  1327s|352200 |   262 |  5003k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1327.07/1327.32	c  1327s|352300 |   260 |  5005k|  14.2 |  34M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1327.46/1327.75	c  1328s|352400 |   260 |  5007k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1327.86/1328.17	c  1328s|352500 |   260 |  5008k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1328.27/1328.58	c  1329s|352600 |   260 |  5010k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1328.66/1328.98	c  1329s|352700 |   260 |  5012k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1329.07/1329.37	c  1329s|352800 |   260 |  5013k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 336k|  27k| 0.000000e+00 |      --      |    Inf 
1329.47/1329.77	c  1330s|352900 |   260 |  5015k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1329.87/1330.18	c  1330s|353000 |   260 |  5017k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1330.27/1330.59	c  1331s|353100 |   260 |  5018k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1330.67/1331.00	c  1331s|353200 |   260 |  5020k|  14.2 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1331.16/1331.42	c  1331s|353300 |   260 |  5022k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1331.56/1331.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.56/1331.82	c  1332s|353400 |   262 |  5024k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1331.96/1332.23	c  1332s|353500 |   264 |  5025k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1332.37/1332.66	c  1333s|353600 |   258 |  5027k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1332.87/1333.12	c  1333s|353700 |   257 |  5029k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1333.27/1333.54	c  1334s|353800 |   258 |  5031k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1333.66/1333.95	c  1334s|353900 |   258 |  5032k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1334.06/1334.37	c  1334s|354000 |   262 |  5034k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1334.57/1334.88	c  1335s|354100 |   269 |  5035k|  14.2 |  33M| 101 |  57 |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1335.07/1335.35	c  1335s|354200 |   261 |  5037k|  14.2 |  33M| 101 |   - |2340 |  23k|   0 |   0 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1335.48/1335.78	c  1336s|354300 |   261 |  5039k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1335.97/1336.22	c  1336s|354400 |   260 |  5041k|  14.2 |  33M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 337k|  27k| 0.000000e+00 |      --      |    Inf 
1336.37/1336.65	c  1337s|354500 |   260 |  5042k|  14.2 |  33M| 101 |  76 |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1336.77/1337.08	c  1337s|354600 |   260 |  5044k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1337.27/1337.50	c  1337s|354700 |   260 |  5046k|  14.2 |  33M| 101 |  86 |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1337.67/1337.91	c  1338s|354800 |   260 |  5048k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1338.06/1338.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.06/1338.31	c  1338s|354900 |   262 |  5049k|  14.2 |  33M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1338.47/1338.73	c  1339s|355000 |   262 |  5051k|  14.2 |  33M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1338.87/1339.15	c  1339s|355100 |   260 |  5053k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1339.27/1339.57	c  1340s|355200 |   260 |  5054k|  14.2 |  33M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1339.67/1339.99	c  1340s|355300 |   260 |  5056k|  14.2 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1340.16/1340.42	c  1340s|355400 |   260 |  5058k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 338k|  27k| 0.000000e+00 |      --      |    Inf 
1340.57/1340.85	c  1341s|355500 |   260 |  5060k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1340.97/1341.25	c  1341s|355600 |   260 |  5062k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1341.37/1341.63	c  1342s|355700 |   258 |  5063k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1341.77/1342.04	c  1342s|355800 |   260 |  5065k|  14.2 |  33M| 101 |  59 |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1342.17/1342.45	c  1342s|355900 |   260 |  5067k|  14.2 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1342.56/1342.83	c  1343s|356000 |   260 |  5068k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1342.97/1343.28	c  1343s|356100 |   260 |  5070k|  14.2 |  33M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1343.47/1343.76	c  1344s|356200 |   260 |  5072k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1343.97/1344.20	c  1344s|356300 |   260 |  5074k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1344.37/1344.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1344.37/1344.65	c  1345s|356400 |   260 |  5076k|  14.2 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1344.77/1345.09	c  1345s|356500 |   260 |  5078k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1345.28/1345.54	c  1346s|356600 |   260 |  5081k|  14.2 |  34M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 339k|  27k| 0.000000e+00 |      --      |    Inf 
1345.67/1345.97	c  1346s|356700 |   258 |  5082k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1346.17/1346.41	c  1346s|356800 |   258 |  5084k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1346.56/1346.85	c  1347s|356900 |   258 |  5086k|  14.2 |  34M| 101 |  85 |2340 |  23k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1346.97/1347.28	c  1347s|357000 |   259 |  5088k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1347.36/1347.69	c  1348s|357100 |   257 |  5090k|  14.2 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1347.86/1348.13	c  1348s|357200 |   259 |  5092k|  14.2 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1348.26/1348.56	c  1349s|357300 |   257 |  5094k|  14.2 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1348.67/1348.96	c  1349s|357400 |   259 |  5095k|  14.2 |  34M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1349.17/1349.40	c  1349s|357500 |   255 |  5097k|  14.2 |  34M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1349.56/1349.80	c  1350s|357600 |   255 |  5099k|  14.2 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1349.87/1350.18	c  1350s|357700 |   255 |  5101k|  14.2 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1350.36/1350.62	c  1351s|357800 |   255 |  5103k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 340k|  27k| 0.000000e+00 |      --      |    Inf 
1350.77/1351.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1350.77/1351.04	c  1351s|357900 |   255 |  5104k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1351.16/1351.46	c  1351s|358000 |   254 |  5106k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1351.57/1351.89	c  1352s|358100 |   254 |  5108k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1352.06/1352.34	c  1352s|358200 |   254 |  5110k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1352.56/1352.80	c  1353s|358300 |   254 |  5111k|  14.3 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1352.98/1353.23	c  1353s|358400 |   254 |  5113k|  14.3 |  34M| 101 |  81 |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1353.36/1353.66	c  1354s|358500 |   256 |  5115k|  14.3 |  34M| 101 |  83 |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1353.76/1354.07	c  1354s|358600 |   254 |  5117k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1354.17/1354.48	c  1354s|358700 |   254 |  5119k|  14.3 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1354.67/1354.94	c  1355s|358800 |   254 |  5121k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1355.07/1355.34	c  1355s|358900 |   252 |  5122k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1355.47/1355.74	c  1356s|359000 |   252 |  5124k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1355.86/1356.15	c  1356s|359100 |   252 |  5126k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1356.27/1356.54	c  1357s|359200 |   252 |  5127k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 341k|  27k| 0.000000e+00 |      --      |    Inf 
1356.66/1356.95	c  1357s|359300 |   252 |  5129k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1357.07/1357.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1357.07/1357.34	c  1357s|359400 |   252 |  5131k|  14.3 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1357.57/1357.86	c  1358s|359500 |   253 |  5132k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1358.06/1358.36	c  1358s|359600 |   254 |  5134k|  14.3 |  34M| 101 |  78 |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1358.57/1358.83	c  1359s|359700 |   254 |  5136k|  14.3 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1358.96/1359.25	c  1359s|359800 |   254 |  5138k|  14.3 |  34M| 101 |  87 |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1359.46/1359.71	c  1360s|359900 |   254 |  5139k|  14.3 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1359.87/1360.12	c  1360s|360000 |   250 |  5141k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1360.27/1360.58	c  1361s|360100 |   252 |  5143k|  14.3 |  33M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1360.77/1361.01	c  1361s|360200 |   252 |  5145k|  14.3 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 342k|  27k| 0.000000e+00 |      --      |    Inf 
1361.16/1361.40	c  1361s|360300 |   251 |  5146k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1361.56/1361.82	c  1362s|360400 |   251 |  5148k|  14.3 |  33M| 101 |  78 |2340 |  23k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1361.96/1362.22	c  1362s|360500 |   253 |  5150k|  14.3 |  33M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1362.36/1362.62	c  1363s|360600 |   250 |  5151k|  14.3 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1362.76/1363.03	c  1363s|360700 |   250 |  5153k|  14.3 |  33M| 101 |  91 |2340 |  23k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1363.16/1363.44	c  1363s|360800 |   253 |  5155k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1363.56/1363.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.56/1363.86	c  1364s|360900 |   253 |  5157k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1363.97/1364.29	c  1364s|361000 |   253 |  5159k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1364.46/1364.76	c  1365s|361100 |   255 |  5161k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1364.97/1365.22	c  1365s|361200 |   251 |  5163k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1365.36/1365.66	c  1366s|361300 |   263 |  5165k|  14.3 |  33M| 101 |  40 |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1365.76/1366.08	c  1366s|361400 |   256 |  5166k|  14.3 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 343k|  27k| 0.000000e+00 |      --      |    Inf 
1366.27/1366.54	c  1367s|361500 |   255 |  5168k|  14.3 |  33M| 101 |  75 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1366.66/1366.99	c  1367s|361600 |   259 |  5171k|  14.3 |  33M| 101 |  66 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1367.16/1367.42	c  1367s|361700 |   259 |  5173k|  14.3 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1367.56/1367.86	c  1368s|361800 |   259 |  5175k|  14.3 |  33M| 101 |  67 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1367.96/1368.29	c  1368s|361900 |   257 |  5177k|  14.3 |  33M| 101 |  88 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1368.47/1368.71	c  1369s|362000 |   257 |  5179k|  14.3 |  33M| 101 |  69 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1368.86/1369.15	c  1369s|362100 |   257 |  5181k|  14.3 |  33M| 101 |  66 |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1369.27/1369.58	c  1370s|362200 |   255 |  5183k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1369.76/1370.01	c  1370s|362300 |   255 |  5185k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 344k|  27k| 0.000000e+00 |      --      |    Inf 
1370.17/1370.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.17/1370.45	c  1370s|362400 |   255 |  5187k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1370.57/1370.88	c  1371s|362500 |   257 |  5189k|  14.3 |  33M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1371.06/1371.30	c  1371s|362600 |   257 |  5191k|  14.3 |  33M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1371.46/1371.72	c  1372s|362700 |   257 |  5194k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1371.86/1372.14	c  1372s|362800 |   255 |  5196k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1372.26/1372.58	c  1373s|362900 |   251 |  5197k|  14.3 |  33M| 101 |  89 |2340 |  22k|2340 |1708 |  87 | 345k|  27k| 0.000000e+00 |      --      |    Inf 
1372.77/1373.03	c  1373s|363000 |   256 |  5199k|  14.3 |  33M| 101 |  64 |2340 |  22k|2340 |1708 |  87 | 345k|  28k| 0.000000e+00 |      --      |    Inf 
1373.27/1373.52	c  1374s|363100 |   256 |  5201k|  14.3 |  33M| 101 |  61 |2340 |  22k|2340 |1708 |  87 | 345k|  28k| 0.000000e+00 |      --      |    Inf 
1373.66/1373.94	c  1374s|363200 |   256 |  5203k|  14.3 |  33M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 345k|  28k| 0.000000e+00 |      --      |    Inf 
1374.06/1374.36	c  1374s|363300 |   254 |  5204k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 345k|  28k| 0.000000e+00 |      --      |    Inf 
1374.56/1374.81	c  1375s|363400 |   254 |  5206k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1374.96/1375.30	c  1375s|363500 |   254 |  5208k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1375.46/1375.77	c  1376s|363600 |   254 |  5210k|  14.3 |  33M| 101 |  81 |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1375.86/1376.19	c  1376s|363700 |   252 |  5211k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1376.36/1376.64	c  1377s|363800 |   252 |  5213k|  14.3 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1376.76/1377.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.76/1377.09	c  1377s|363900 |   252 |  5215k|  14.3 |  34M| 101 |  85 |2340 |  23k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1377.26/1377.55	c  1378s|364000 |   252 |  5217k|  14.3 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1377.76/1378.03	c  1378s|364100 |   256 |  5219k|  14.3 |  33M| 101 |  68 |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1378.27/1378.51	c  1379s|364200 |   254 |  5221k|  14.3 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1378.66/1378.98	c  1379s|364300 |   260 |  5222k|  14.3 |  33M| 101 |  61 |2340 |  22k|2340 |1708 |  87 | 346k|  28k| 0.000000e+00 |      --      |    Inf 
1379.16/1379.46	c  1379s|364400 |   258 |  5224k|  14.3 |  33M| 101 |  70 |2340 |  22k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1379.66/1379.93	c  1380s|364500 |   256 |  5226k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1380.15/1380.42	c  1380s|364600 |   254 |  5228k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1380.57/1380.89	c  1381s|364700 |   254 |  5230k|  14.3 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1381.06/1381.36	c  1381s|364800 |   254 |  5232k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1381.57/1381.81	c  1382s|364900 |   258 |  5234k|  14.3 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1381.96/1382.27	c  1382s|365000 |   256 |  5235k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1382.46/1382.74	c  1383s|365100 |   252 |  5237k|  14.3 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1382.96/1383.23	c  1383s|365200 |   254 |  5239k|  14.3 |  34M| 101 |  62 |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1383.46/1383.70	c  1384s|365300 |   255 |  5241k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 347k|  28k| 0.000000e+00 |      --      |    Inf 
1383.87/1384.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.87/1384.17	c  1384s|365400 |   259 |  5243k|  14.3 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1384.36/1384.66	c  1385s|365500 |   259 |  5245k|  14.3 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1384.86/1385.16	c  1385s|365600 |   261 |  5247k|  14.3 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1385.36/1385.62	c  1386s|365700 |   259 |  5249k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1385.86/1386.14	c  1386s|365800 |   257 |  5252k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1386.26/1386.58	c  1387s|365900 |   257 |  5253k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1386.76/1387.02	c  1387s|366000 |   259 |  5255k|  14.3 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1387.16/1387.44	c  1387s|366100 |   257 |  5257k|  14.3 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1387.56/1387.87	c  1388s|366200 |   253 |  5259k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1388.06/1388.31	c  1388s|366300 |   251 |  5261k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1388.56/1388.80	c  1389s|366400 |   253 |  5263k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1388.96/1389.25	c  1389s|366500 |   253 |  5265k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1389.37/1389.69	c  1390s|366600 |   253 |  5267k|  14.4 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1389.85/1390.13	c  1390s|366700 |   253 |  5269k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 348k|  28k| 0.000000e+00 |      --      |    Inf 
1390.25/1390.57	c  1391s|366800 |   253 |  5270k|  14.4 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1390.76/1391.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1390.76/1391.04	c  1391s|366900 |   253 |  5272k|  14.4 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1391.25/1391.50	c  1391s|367000 |   251 |  5275k|  14.4 |  34M| 101 |  84 |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1391.66/1391.92	c  1392s|367100 |   251 |  5276k|  14.4 |  34M| 101 |  84 |2340 |  24k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1392.06/1392.36	c  1392s|367200 |   251 |  5278k|  14.4 |  34M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1392.46/1392.79	c  1393s|367300 |   249 |  5280k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1392.96/1393.27	c  1393s|367400 |   261 |  5282k|  14.4 |  34M| 101 |  38 |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1393.36/1393.67	c  1394s|367500 |   253 |  5283k|  14.4 |  34M| 101 |  67 |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1393.85/1394.11	c  1394s|367600 |   255 |  5285k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1394.26/1394.57	c  1395s|367700 |   255 |  5286k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 349k|  28k| 0.000000e+00 |      --      |    Inf 
1394.66/1394.97	c  1395s|367800 |   257 |  5288k|  14.4 |  34M| 101 |  60 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1395.16/1395.41	c  1395s|367900 |   255 |  5290k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1395.55/1395.82	c  1396s|368000 |   255 |  5292k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1395.96/1396.23	c  1396s|368100 |   255 |  5294k|  14.4 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1396.35/1396.66	c  1397s|368200 |   255 |  5295k|  14.4 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1396.76/1397.09	c  1397s|368300 |   259 |  5297k|  14.4 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1397.25/1397.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1397.25/1397.54	c  1398s|368400 |   255 |  5299k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1397.65/1397.97	c  1398s|368500 |   257 |  5301k|  14.4 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1398.16/1398.41	c  1398s|368600 |   257 |  5303k|  14.4 |  34M| 101 |  70 |2340 |  23k|2340 |1708 |  87 | 350k|  28k| 0.000000e+00 |      --      |    Inf 
1398.56/1398.84	c  1399s|368700 |   257 |  5304k|  14.4 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1398.96/1399.29	c  1399s|368800 |   253 |  5306k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1399.46/1399.75	c  1400s|368900 |   253 |  5308k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1399.85/1400.17	c  1400s|369000 |   259 |  5310k|  14.4 |  34M| 101 |  57 |2340 |  23k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1400.26/1400.57	c  1401s|369100 |   256 |  5311k|  14.4 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1400.66/1400.97	c  1401s|369200 |   256 |  5313k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1401.05/1401.38	c  1401s|369300 |   256 |  5314k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 351k|  28k| 0.000000e+00 |      --      |    Inf 
1401.46/1401.77	c  1402s|369400 |   258 |  5316k|  14.4 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1401.85/1402.16	c  1402s|369500 |   258 |  5318k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1402.26/1402.55	c  1403s|369600 |   258 |  5319k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1402.66/1402.96	c  1403s|369700 |   261 |  5321k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1403.05/1403.35	c  1403s|369800 |   263 |  5322k|  14.4 |  34M| 101 |  58 |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1403.45/1403.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.45/1403.77	c  1404s|369900 |   261 |  5324k|  14.4 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1403.85/1404.16	c  1404s|370000 |   262 |  5325k|  14.4 |  34M| 101 |  64 |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1404.25/1404.52	c  1405s|370100 |   262 |  5327k|  14.4 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1404.55/1404.86	c  1405s|370200 |   261 |  5328k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1404.95/1405.25	c  1405s|370300 |   263 |  5330k|  14.4 |  34M| 101 |  63 |2340 |  24k|2340 |1708 |  87 | 352k|  28k| 0.000000e+00 |      --      |    Inf 
1405.35/1405.65	c  1406s|370400 |   261 |  5331k|  14.4 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1405.77/1406.05	c  1406s|370500 |   259 |  5333k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1406.16/1406.43	c  1406s|370600 |   259 |  5334k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1406.55/1406.82	c  1407s|370700 |   259 |  5336k|  14.4 |  34M| 101 |  74 |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1406.86/1407.19	c  1407s|370800 |   259 |  5337k|  14.4 |  34M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1407.26/1407.58	c  1408s|370900 |   259 |  5339k|  14.4 |  34M| 101 |  68 |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1407.65/1407.98	c  1408s|371000 |   257 |  5340k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1408.06/1408.37	c  1408s|371100 |   257 |  5342k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1408.46/1408.75	c  1409s|371200 |   257 |  5343k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1408.85/1409.14	c  1409s|371300 |   257 |  5345k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1409.26/1409.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1409.26/1409.53	c  1410s|371400 |   257 |  5346k|  14.4 |  34M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 353k|  28k| 0.000000e+00 |      --      |    Inf 
1409.66/1409.94	c  1410s|371500 |   259 |  5348k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1410.05/1410.35	c  1410s|371600 |   259 |  5350k|  14.4 |  34M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1410.46/1410.78	c  1411s|371700 |   257 |  5351k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1410.86/1411.19	c  1411s|371800 |   259 |  5353k|  14.4 |  34M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1411.36/1411.63	c  1412s|371900 |   259 |  5355k|  14.4 |  34M| 101 |  67 |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1411.75/1412.03	c  1412s|372000 |   259 |  5357k|  14.4 |  34M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1412.15/1412.45	c  1412s|372100 |   257 |  5358k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1412.55/1412.88	c  1413s|372200 |   257 |  5360k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1412.96/1413.28	c  1413s|372300 |   263 |  5362k|  14.4 |  34M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1413.36/1413.66	c  1414s|372400 |   264 |  5363k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1413.76/1414.04	c  1414s|372500 |   261 |  5365k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1414.15/1414.42	c  1414s|372600 |   261 |  5366k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 354k|  28k| 0.000000e+00 |      --      |    Inf 
1414.56/1414.82	c  1415s|372700 |   263 |  5368k|  14.4 |  34M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1414.95/1415.25	c  1415s|372800 |   261 |  5370k|  14.4 |  34M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1415.35/1415.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1415.35/1415.67	c  1416s|372900 |   259 |  5372k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1415.76/1416.08	c  1416s|373000 |   257 |  5374k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1416.15/1416.46	c  1416s|373100 |   281 |  5375k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1416.56/1416.87	c  1417s|373200 |   261 |  5377k|  14.4 |  34M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1416.96/1417.27	c  1417s|373300 |   263 |  5378k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1417.35/1417.66	c  1418s|373400 |   264 |  5380k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1417.75/1418.02	c  1418s|373500 |   272 |  5381k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1418.15/1418.41	c  1418s|373600 |   265 |  5383k|  14.4 |  34M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1418.45/1418.78	c  1419s|373700 |   265 |  5384k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1418.85/1419.19	c  1419s|373800 |   266 |  5386k|  14.4 |  34M| 101 |  82 |2340 |  24k|2340 |1708 |  87 | 355k|  28k| 0.000000e+00 |      --      |    Inf 
1419.36/1419.61	c  1420s|373900 |   266 |  5388k|  14.4 |  34M| 101 |  77 |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1419.65/1419.98	c  1420s|374000 |   266 |  5389k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1420.06/1420.38	c  1420s|374100 |   266 |  5391k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1420.45/1420.79	c  1421s|374200 |   265 |  5392k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1420.85/1421.19	c  1421s|374300 |   265 |  5394k|  14.4 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1421.35/1421.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.35/1421.62	c  1422s|374400 |   265 |  5396k|  14.4 |  35M| 101 |  83 |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1421.76/1422.03	c  1422s|374500 |   265 |  5397k|  14.4 |  35M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1422.16/1422.46	c  1422s|374600 |   264 |  5399k|  14.4 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1422.65/1422.90	c  1423s|374700 |   264 |  5401k|  14.4 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1423.05/1423.30	c  1423s|374800 |   266 |  5402k|  14.4 |  35M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1423.36/1423.70	c  1424s|374900 |   266 |  5404k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 356k|  28k| 0.000000e+00 |      --      |    Inf 
1423.86/1424.10	c  1424s|375000 |   266 |  5406k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1424.16/1424.49	c  1424s|375100 |   266 |  5407k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1424.56/1424.87	c  1425s|375200 |   264 |  5409k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1424.95/1425.24	c  1425s|375300 |   264 |  5410k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1425.36/1425.63	c  1426s|375400 |   264 |  5412k|  14.4 |  35M| 101 |  73 |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1425.75/1426.05	c  1426s|375500 |   264 |  5414k|  14.4 |  35M| 101 |  80 |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1426.16/1426.44	c  1426s|375600 |   264 |  5415k|  14.4 |  35M| 101 |  58 |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1426.55/1426.85	c  1427s|375700 |   264 |  5417k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1426.95/1427.28	c  1427s|375800 |   266 |  5419k|  14.4 |  35M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1427.36/1427.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1427.36/1427.69	c  1428s|375900 |   266 |  5420k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 357k|  28k| 0.000000e+00 |      --      |    Inf 
1427.85/1428.11	c  1428s|376000 |   264 |  5422k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1428.26/1428.53	c  1429s|376100 |   266 |  5424k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1428.65/1428.95	c  1429s|376200 |   267 |  5426k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1429.06/1429.35	c  1429s|376300 |   268 |  5427k|  14.4 |  35M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1429.46/1429.71	c  1430s|376400 |   274 |  5429k|  14.4 |  35M| 101 |  46 |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1429.75/1430.08	c  1430s|376500 |   269 |  5430k|  14.4 |  35M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1430.25/1430.50	c  1431s|376600 |   271 |  5432k|  14.4 |  35M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1430.65/1430.91	c  1431s|376700 |   269 |  5434k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 358k|  28k| 0.000000e+00 |      --      |    Inf 
1431.06/1431.32	c  1431s|376800 |   269 |  5436k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1431.45/1431.73	c  1432s|376900 |   269 |  5437k|  14.4 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1431.85/1432.11	c  1432s|377000 |   269 |  5439k|  14.4 |  35M| 101 |  77 |2340 |  25k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1432.26/1432.51	c  1433s|377100 |   271 |  5440k|  14.4 |  35M| 101 |  72 |2340 |  25k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1432.55/1432.89	c  1433s|377200 |   271 |  5442k|  14.4 |  35M| 101 |  84 |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1433.05/1433.32	c  1433s|377300 |   273 |  5444k|  14.4 |  35M| 101 |  75 |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1433.45/1433.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1433.45/1433.73	c  1434s|377400 |   273 |  5445k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1433.85/1434.12	c  1434s|377500 |   273 |  5447k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1434.25/1434.53	c  1435s|377600 |   273 |  5449k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1434.65/1434.97	c  1435s|377700 |   272 |  5450k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1435.05/1435.38	c  1435s|377800 |   272 |  5452k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 359k|  28k| 0.000000e+00 |      --      |    Inf 
1435.56/1435.81	c  1436s|377900 |   272 |  5454k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1435.95/1436.27	c  1436s|378000 |   270 |  5456k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1436.36/1436.68	c  1437s|378100 |   270 |  5458k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1436.85/1437.14	c  1437s|378200 |   268 |  5459k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1437.25/1437.59	c  1438s|378300 |   270 |  5461k|  14.4 |  36M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1437.76/1438.05	c  1438s|378400 |   270 |  5463k|  14.4 |  36M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1438.15/1438.45	c  1438s|378500 |   268 |  5465k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1438.55/1438.89	c  1439s|378600 |   268 |  5466k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1439.05/1439.32	c  1439s|378700 |   270 |  5468k|  14.4 |  36M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1439.46/1439.73	c  1440s|378800 |   270 |  5469k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 360k|  28k| 0.000000e+00 |      --      |    Inf 
1439.86/1440.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.86/1440.18	c  1440s|378900 |   270 |  5471k|  14.4 |  36M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1440.35/1440.67	c  1441s|379000 |   270 |  5473k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1440.75/1441.07	c  1441s|379100 |   270 |  5475k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1441.25/1441.51	c  1442s|379200 |   272 |  5476k|  14.4 |  36M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1441.65/1441.94	c  1442s|379300 |   270 |  5478k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1442.06/1442.36	c  1442s|379400 |   272 |  5480k|  14.4 |  36M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1442.55/1442.82	c  1443s|379500 |   272 |  5481k|  14.4 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1442.95/1443.27	c  1443s|379600 |   268 |  5483k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1443.45/1443.72	c  1444s|379700 |   266 |  5485k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1443.85/1444.17	c  1444s|379800 |   280 |  5486k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1444.26/1444.57	c  1445s|379900 |   271 |  5488k|  14.4 |  36M| 101 |  68 |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1444.75/1445.02	c  1445s|380000 |   264 |  5489k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1445.15/1445.43	c  1445s|380100 |   266 |  5491k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 361k|  28k| 0.000000e+00 |      --      |    Inf 
1445.55/1445.86	c  1446s|380200 |   266 |  5492k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1446.05/1446.32	c  1446s|380300 |   270 |  5494k|  14.4 |  35M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1446.35/1446.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1446.35/1446.70	c  1447s|380400 |   272 |  5495k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1446.85/1447.17	c  1447s|380500 |   274 |  5497k|  14.4 |  35M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1447.35/1447.61	c  1448s|380600 |   272 |  5499k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1447.74/1448.04	c  1448s|380700 |   274 |  5500k|  14.4 |  35M| 101 |  73 |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1448.15/1448.44	c  1448s|380800 |   278 |  5502k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1448.55/1448.84	c  1449s|380900 |   280 |  5503k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1448.95/1449.28	c  1449s|381000 |   278 |  5505k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 362k|  28k| 0.000000e+00 |      --      |    Inf 
1449.45/1449.72	c  1450s|381100 |   280 |  5507k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1449.86/1450.13	c  1450s|381200 |   280 |  5508k|  14.4 |  36M| 101 |  58 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1450.25/1450.56	c  1451s|381300 |   278 |  5510k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1450.75/1451.00	c  1451s|381400 |   278 |  5512k|  14.4 |  35M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1451.15/1451.44	c  1451s|381500 |   274 |  5513k|  14.4 |  36M| 101 |  79 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1451.55/1451.88	c  1452s|381600 |   272 |  5515k|  14.4 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1452.05/1452.37	c  1452s|381700 |   270 |  5517k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1452.45/1452.79	c  1453s|381800 |   272 |  5518k|  14.4 |  35M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1452.95/1453.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1452.95/1453.21	c  1453s|381900 |   274 |  5520k|  14.4 |  35M| 101 |  65 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1453.35/1453.63	c  1454s|382000 |   276 |  5522k|  14.4 |  35M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 363k|  28k| 0.000000e+00 |      --      |    Inf 
1453.75/1454.05	c  1454s|382100 |   276 |  5523k|  14.4 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 364k|  28k| 0.000000e+00 |      --      |    Inf 
1454.16/1454.47	c  1454s|382200 |   278 |  5525k|  14.4 |  35M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 364k|  28k| 0.000000e+00 |      --      |    Inf 
1454.65/1454.90	c  1455s|382300 |   278 |  5527k|  14.4 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 364k|  28k| 0.000000e+00 |      --      |    Inf 
1455.05/1455.35	c  1455s|382400 |   280 |  5528k|  14.4 |  36M| 101 |  65 |2340 |  26k|2340 |1708 |  87 | 364k|  28k| 0.000000e+00 |      --      |    Inf 
1455.44/1455.74	c  1456s|382500 |   280 |  5530k|  14.4 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1455.84/1456.16	c  1456s|382600 |   280 |  5531k|  14.4 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1456.25/1456.59	c  1457s|382700 |   280 |  5533k|  14.4 |  36M| 101 |  80 |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1456.75/1457.00	c  1457s|382800 |   278 |  5534k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1457.14/1457.40	c  1457s|382900 |   282 |  5536k|  14.4 |  36M| 101 |  85 |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1457.46/1457.80	c  1458s|383000 |   284 |  5538k|  14.4 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1457.95/1458.22	c  1458s|383100 |   286 |  5539k|  14.4 |  36M| 101 |  76 |2340 |  27k|2340 |1708 |  87 | 364k|  29k| 0.000000e+00 |      --      |    Inf 
1458.35/1458.63	c  1459s|383200 |   284 |  5541k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1458.75/1459.04	c  1459s|383300 |   282 |  5543k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1459.15/1459.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.15/1459.47	c  1459s|383400 |   284 |  5545k|  14.5 |  36M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1459.55/1459.89	c  1460s|383500 |   280 |  5546k|  14.5 |  36M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1459.94/1460.29	c  1460s|383600 |   278 |  5548k|  14.5 |  36M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1460.45/1460.71	c  1461s|383700 |   274 |  5549k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1460.85/1461.11	c  1461s|383800 |   272 |  5551k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1461.24/1461.57	c  1462s|383900 |   274 |  5553k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1461.75/1462.03	c  1462s|384000 |   276 |  5554k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1462.25/1462.50	c  1463s|384100 |   278 |  5556k|  14.5 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1462.64/1462.92	c  1463s|384200 |   278 |  5558k|  14.5 |  36M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1463.05/1463.37	c  1463s|384300 |   278 |  5560k|  14.5 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 365k|  29k| 0.000000e+00 |      --      |    Inf 
1463.45/1463.78	c  1464s|384400 |   278 |  5562k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1463.84/1464.19	c  1464s|384500 |   280 |  5563k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1464.25/1464.59	c  1465s|384600 |   278 |  5565k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1464.74/1465.01	c  1465s|384700 |   280 |  5566k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1465.15/1465.46	c  1465s|384800 |   284 |  5568k|  14.5 |  36M| 101 |  78 |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1465.55/1465.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.55/1465.87	c  1466s|384900 |   284 |  5570k|  14.5 |  36M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1466.05/1466.30	c  1466s|385000 |   282 |  5572k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1466.44/1466.72	c  1467s|385100 |   284 |  5573k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1466.85/1467.16	c  1467s|385200 |   288 |  5575k|  14.5 |  36M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1467.25/1467.58	c  1468s|385300 |   288 |  5577k|  14.5 |  36M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 366k|  29k| 0.000000e+00 |      --      |    Inf 
1467.74/1468.00	c  1468s|385400 |   286 |  5579k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1468.14/1468.42	c  1468s|385500 |   286 |  5580k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1468.55/1468.83	c  1469s|385600 |   288 |  5582k|  14.5 |  36M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1468.95/1469.24	c  1469s|385700 |   288 |  5583k|  14.5 |  36M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1469.35/1469.69	c  1470s|385800 |   288 |  5585k|  14.5 |  36M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1469.85/1470.15	c  1470s|385900 |   286 |  5587k|  14.5 |  36M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1470.24/1470.58	c  1471s|386000 |   288 |  5589k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1470.65/1470.98	c  1471s|386100 |   288 |  5590k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1471.15/1471.41	c  1471s|386200 |   290 |  5592k|  14.5 |  36M| 101 |  66 |2340 |  27k|2340 |1708 |  87 | 367k|  29k| 0.000000e+00 |      --      |    Inf 
1471.54/1471.81	c  1472s|386300 |   290 |  5593k|  14.5 |  36M| 101 |  67 |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1471.94/1472.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.94/1472.22	c  1472s|386400 |   288 |  5595k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1472.34/1472.64	c  1473s|386500 |   288 |  5596k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1472.75/1473.05	c  1473s|386600 |   289 |  5598k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1473.15/1473.48	c  1473s|386700 |   289 |  5599k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1473.54/1473.89	c  1474s|386800 |   287 |  5601k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1474.05/1474.34	c  1474s|386900 |   283 |  5603k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1474.44/1474.77	c  1475s|387000 |   285 |  5605k|  14.5 |  36M| 101 |  80 |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1474.94/1475.23	c  1475s|387100 |   286 |  5606k|  14.5 |  36M| 101 |  67 |2340 |  27k|2340 |1708 |  87 | 368k|  29k| 0.000000e+00 |      --      |    Inf 
1475.35/1475.64	c  1476s|387200 |   287 |  5608k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1475.75/1476.06	c  1476s|387300 |   285 |  5609k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1476.25/1476.53	c  1477s|387400 |   284 |  5611k|  14.5 |  36M| 101 |  87 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1476.64/1476.97	c  1477s|387500 |   284 |  5613k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1477.14/1477.44	c  1477s|387600 |   284 |  5615k|  14.5 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1477.54/1477.89	c  1478s|387700 |   284 |  5617k|  14.5 |  36M| 101 |  90 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1478.04/1478.36	c  1478s|387800 |   284 |  5619k|  14.5 |  37M| 101 |  66 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1478.54/1478.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.54/1478.81	c  1479s|387900 |   284 |  5620k|  14.5 |  37M| 101 |  66 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1478.94/1479.25	c  1479s|388000 |   284 |  5622k|  14.5 |  36M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1479.35/1479.69	c  1480s|388100 |   286 |  5624k|  14.5 |  36M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1479.84/1480.14	c  1480s|388200 |   285 |  5626k|  14.5 |  36M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1480.25/1480.59	c  1481s|388300 |   283 |  5628k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 369k|  29k| 0.000000e+00 |      --      |    Inf 
1480.74/1481.02	c  1481s|388400 |   285 |  5629k|  14.5 |  35M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1481.15/1481.44	c  1481s|388500 |   283 |  5631k|  14.5 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1481.55/1481.88	c  1482s|388600 |   285 |  5633k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1481.95/1482.29	c  1482s|388700 |   287 |  5634k|  14.5 |  35M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1482.44/1482.73	c  1483s|388800 |   287 |  5636k|  14.5 |  35M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1482.85/1483.18	c  1483s|388900 |   289 |  5638k|  14.5 |  35M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1483.34/1483.60	c  1484s|389000 |   291 |  5640k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1483.74/1484.03	c  1484s|389100 |   293 |  5641k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1484.14/1484.45	c  1484s|389200 |   295 |  5643k|  14.5 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1484.65/1484.95	c  1485s|389300 |   295 |  5645k|  14.5 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1485.05/1485.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1485.05/1485.38	c  1485s|389400 |   293 |  5646k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1485.54/1485.82	c  1486s|389500 |   293 |  5648k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1485.94/1486.28	c  1486s|389600 |   293 |  5650k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1486.44/1486.70	c  1487s|389700 |   293 |  5652k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 370k|  29k| 0.000000e+00 |      --      |    Inf 
1486.84/1487.12	c  1487s|389800 |   293 |  5653k|  14.5 |  36M| 101 |  73 |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1487.25/1487.55	c  1488s|389900 |   293 |  5655k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1487.64/1487.94	c  1488s|390000 |   293 |  5657k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1488.04/1488.36	c  1488s|390100 |   291 |  5659k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1488.44/1488.79	c  1489s|390200 |   291 |  5660k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1488.94/1489.21	c  1489s|390300 |   291 |  5662k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1489.35/1489.63	c  1490s|390400 |   291 |  5664k|  14.5 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1489.75/1490.06	c  1490s|390500 |   291 |  5665k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1490.14/1490.49	c  1490s|390600 |   289 |  5667k|  14.5 |  36M| 101 |  86 |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1490.65/1490.91	c  1491s|390700 |   287 |  5669k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1491.04/1491.31	c  1491s|390800 |   287 |  5670k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1491.44/1491.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.44/1491.70	c  1492s|390900 |   287 |  5672k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1491.84/1492.11	c  1492s|391000 |   286 |  5673k|  14.5 |  36M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 371k|  29k| 0.000000e+00 |      --      |    Inf 
1492.24/1492.53	c  1493s|391100 |   286 |  5675k|  14.5 |  36M| 101 |  77 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1492.65/1492.93	c  1493s|391200 |   286 |  5676k|  14.5 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1493.04/1493.32	c  1493s|391300 |   286 |  5678k|  14.5 |  36M| 101 |  70 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1493.44/1493.72	c  1494s|391400 |   284 |  5680k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1493.75/1494.09	c  1494s|391500 |   284 |  5681k|  14.5 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1494.25/1494.50	c  1494s|391600 |   286 |  5682k|  14.5 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1494.54/1494.88	c  1495s|391700 |   286 |  5684k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1494.95/1495.27	c  1495s|391800 |   287 |  5685k|  14.5 |  36M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1495.34/1495.67	c  1496s|391900 |   285 |  5687k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1495.84/1496.10	c  1496s|392000 |   285 |  5689k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1496.14/1496.49	c  1496s|392100 |   285 |  5690k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1496.64/1496.92	c  1497s|392200 |   285 |  5692k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1497.05/1497.32	c  1497s|392300 |   287 |  5694k|  14.5 |  36M| 101 |  71 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1497.44/1497.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1497.44/1497.72	c  1498s|392400 |   287 |  5695k|  14.5 |  36M| 101 |  94 |2340 |  26k|2340 |1708 |  87 | 372k|  29k| 0.000000e+00 |      --      |    Inf 
1497.84/1498.15	c  1498s|392500 |   289 |  5697k|  14.5 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1498.25/1498.57	c  1499s|392600 |   289 |  5699k|  14.5 |  36M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1498.64/1498.96	c  1499s|392700 |   287 |  5700k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1499.04/1499.35	c  1499s|392800 |   287 |  5702k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1499.44/1499.75	c  1500s|392900 |   289 |  5703k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1499.84/1500.16	c  1500s|393000 |   293 |  5705k|  14.5 |  36M| 101 |  73 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1500.24/1500.57	c  1501s|393100 |   293 |  5707k|  14.5 |  36M| 101 |  80 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1500.64/1500.97	c  1501s|393200 |   293 |  5708k|  14.5 |  36M| 101 |  79 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1501.04/1501.32	c  1501s|393300 |   301 |  5710k|  14.5 |  36M| 101 |  54 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1501.34/1501.69	c  1502s|393400 |   297 |  5711k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1501.84/1502.11	c  1502s|393500 |   294 |  5713k|  14.5 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1502.24/1502.51	c  1503s|393600 |   294 |  5715k|  14.5 |  36M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 373k|  29k| 0.000000e+00 |      --      |    Inf 
1502.55/1502.89	c  1503s|393700 |   302 |  5716k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1503.04/1503.32	c  1503s|393800 |   295 |  5718k|  14.5 |  36M| 101 |  71 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1503.44/1503.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1503.44/1503.70	c  1504s|393900 |   294 |  5720k|  14.5 |  36M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1503.84/1504.14	c  1504s|394000 |   294 |  5722k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1504.24/1504.51	c  1505s|394100 |   294 |  5723k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1504.64/1504.93	c  1505s|394200 |   302 |  5725k|  14.5 |  36M| 101 |  53 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1505.04/1505.35	c  1505s|394300 |   294 |  5726k|  14.5 |  36M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1505.54/1505.82	c  1506s|394400 |   292 |  5728k|  14.5 |  36M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1505.85/1506.20	c  1506s|394500 |   291 |  5729k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1506.34/1506.63	c  1507s|394600 |   291 |  5731k|  14.5 |  36M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1506.84/1507.10	c  1507s|394700 |   289 |  5733k|  14.5 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1507.24/1507.58	c  1508s|394800 |   287 |  5735k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1507.74/1508.03	c  1508s|394900 |   287 |  5736k|  14.5 |  36M| 101 |  73 |2340 |  26k|2340 |1708 |  87 | 374k|  29k| 0.000000e+00 |      --      |    Inf 
1508.23/1508.50	c  1509s|395000 |   287 |  5738k|  14.5 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1508.64/1508.95	c  1509s|395100 |   287 |  5740k|  14.5 |  36M| 101 |  68 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1509.04/1509.40	c  1509s|395200 |   287 |  5742k|  14.5 |  36M| 101 |  86 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1509.54/1509.85	c  1510s|395300 |   287 |  5743k|  14.5 |  36M| 101 |  77 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1509.94/1510.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.94/1510.24	c  1510s|395400 |   286 |  5745k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1510.35/1510.68	c  1511s|395500 |   287 |  5746k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1510.84/1511.12	c  1511s|395600 |   285 |  5748k|  14.5 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1511.24/1511.52	c  1512s|395700 |   285 |  5749k|  14.5 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1511.64/1511.96	c  1512s|395800 |   283 |  5751k|  14.5 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1512.14/1512.42	c  1512s|395900 |   281 |  5753k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1512.55/1512.87	c  1513s|396000 |   279 |  5755k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1513.04/1513.34	c  1513s|396100 |   279 |  5757k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 375k|  29k| 0.000000e+00 |      --      |    Inf 
1513.55/1513.81	c  1514s|396200 |   279 |  5758k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1513.93/1514.26	c  1514s|396300 |   279 |  5760k|  14.5 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1514.33/1514.69	c  1515s|396400 |   281 |  5762k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1514.83/1515.15	c  1515s|396500 |   283 |  5763k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1515.34/1515.62	c  1516s|396600 |   277 |  5765k|  14.5 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1515.74/1516.04	c  1516s|396700 |   273 |  5767k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1516.24/1516.52	c  1517s|396800 |   273 |  5769k|  14.5 |  36M| 101 |  71 |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1516.64/1516.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1516.64/1516.94	c  1517s|396900 |   273 |  5770k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1517.03/1517.35	c  1517s|397000 |   271 |  5772k|  14.5 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1517.44/1517.75	c  1518s|397100 |   273 |  5773k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1517.83/1518.16	c  1518s|397200 |   273 |  5775k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1518.34/1518.61	c  1519s|397300 |   271 |  5777k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1518.74/1519.04	c  1519s|397400 |   271 |  5778k|  14.5 |  36M| 101 |  79 |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1519.14/1519.48	c  1519s|397500 |   269 |  5780k|  14.5 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1519.53/1519.88	c  1520s|397600 |   267 |  5781k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 376k|  29k| 0.000000e+00 |      --      |    Inf 
1520.04/1520.31	c  1520s|397700 |   263 |  5783k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1520.43/1520.76	c  1521s|397800 |   263 |  5785k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1520.83/1521.17	c  1521s|397900 |   265 |  5786k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1521.24/1521.58	c  1522s|398000 |   263 |  5788k|  14.5 |  35M| 101 |  80 |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1521.74/1522.03	c  1522s|398100 |   263 |  5789k|  14.5 |  35M| 101 |  81 |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1522.13/1522.45	c  1522s|398200 |   261 |  5791k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1522.53/1522.86	c  1523s|398300 |   263 |  5793k|  14.5 |  35M| 101 |  68 |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1522.94/1523.29	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.29	c  1523s|398400 |   261 |  5794k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1523.33/1523.70	c  1524s|398500 |   261 |  5796k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1523.84/1524.11	c  1524s|398600 |   263 |  5798k|  14.5 |  35M| 101 |  69 |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1524.24/1524.52	c  1525s|398700 |   261 |  5799k|  14.5 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1524.65/1524.93	c  1525s|398800 |   259 |  5801k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 377k|  29k| 0.000000e+00 |      --      |    Inf 
1525.03/1525.36	c  1525s|398900 |   259 |  5803k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1525.44/1525.77	c  1526s|399000 |   259 |  5804k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1525.83/1526.17	c  1526s|399100 |   259 |  5806k|  14.5 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1526.24/1526.58	c  1527s|399200 |   259 |  5808k|  14.5 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1526.94/1527.26	c  1527s|399300 |   261 |  5810k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1527.44/1527.79	c  1528s|399400 |   269 |  5812k|  14.5 |  35M| 101 |  53 |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1527.94/1528.26	c  1528s|399500 |   262 |  5814k|  14.5 |  35M| 101 |  72 |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1528.44/1528.71	c  1529s|399600 |   260 |  5816k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1528.84/1529.15	c  1529s|399700 |   260 |  5818k|  14.5 |  35M| 101 |  73 |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1529.34/1529.60	c  1530s|399800 |   262 |  5819k|  14.5 |  35M| 101 |  76 |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1529.74/1530.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.74/1530.02	c  1530s|399900 |   260 |  5821k|  14.5 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1530.15/1530.41	c  1530s|400000 |   258 |  5823k|  14.5 |  35M| 101 |  81 |2340 |  25k|2340 |1708 |  87 | 378k|  29k| 0.000000e+00 |      --      |    Inf 
1530.63/1530.91	c  1531s|400100 |   260 |  5824k|  14.5 |  35M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1531.04/1531.38	c  1531s|400200 |   260 |  5826k|  14.5 |  35M| 101 |  72 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1531.54/1531.83	c  1532s|400300 |   260 |  5828k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1531.93/1532.24	c  1532s|400400 |   260 |  5830k|  14.6 |  35M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1532.35/1532.68	c  1533s|400500 |   262 |  5832k|  14.6 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1532.83/1533.14	c  1533s|400600 |   262 |  5834k|  14.6 |  35M| 101 |  86 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1533.23/1533.58	c  1534s|400700 |   266 |  5836k|  14.6 |  35M| 101 |  81 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1533.74/1534.00	c  1534s|400800 |   262 |  5838k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1534.13/1534.41	c  1534s|400900 |   262 |  5839k|  14.6 |  35M| 101 |  86 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1534.54/1534.84	c  1535s|401000 |   265 |  5841k|  14.6 |  35M| 101 |  65 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1534.94/1535.28	c  1535s|401100 |   262 |  5843k|  14.6 |  35M| 101 |  89 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1535.44/1535.72	c  1536s|401200 |   262 |  5845k|  14.6 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1535.83/1536.16	c  1536s|401300 |   260 |  5847k|  14.6 |  35M| 101 |  66 |2340 |  25k|2340 |1708 |  87 | 379k|  29k| 0.000000e+00 |      --      |    Inf 
1536.34/1536.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.34/1536.61	c  1537s|401400 |   264 |  5848k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1536.74/1537.06	c  1537s|401500 |   262 |  5850k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1537.23/1537.51	c  1538s|401600 |   264 |  5852k|  14.6 |  35M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1537.63/1537.96	c  1538s|401700 |   264 |  5854k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1538.03/1538.37	c  1538s|401800 |   264 |  5855k|  14.6 |  35M| 101 |  61 |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1538.44/1538.79	c  1539s|401900 |   264 |  5857k|  14.6 |  35M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1538.84/1539.20	c  1539s|402000 |   262 |  5859k|  14.6 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1539.33/1539.64	c  1540s|402100 |   260 |  5861k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1539.74/1540.06	c  1540s|402200 |   260 |  5862k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1540.13/1540.48	c  1540s|402300 |   260 |  5864k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 380k|  29k| 0.000000e+00 |      --      |    Inf 
1540.64/1540.92	c  1541s|402400 |   260 |  5866k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1541.04/1541.37	c  1541s|402500 |   260 |  5868k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1541.53/1541.80	c  1542s|402600 |   262 |  5870k|  14.6 |  35M| 101 |  83 |2340 |  25k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1541.84/1542.19	c  1542s|402700 |   262 |  5871k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1542.33/1542.61	c  1543s|402800 |   262 |  5873k|  14.6 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1542.74/1543.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.74/1543.01	c  1543s|402900 |   262 |  5875k|  14.6 |  35M| 101 |  90 |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1543.13/1543.42	c  1543s|403000 |   262 |  5876k|  14.6 |  36M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1543.54/1543.82	c  1544s|403100 |   258 |  5878k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1543.93/1544.28	c  1544s|403200 |   260 |  5880k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1544.44/1544.72	c  1545s|403300 |   260 |  5882k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1544.83/1545.18	c  1545s|403400 |   260 |  5884k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1545.34/1545.60	c  1546s|403500 |   269 |  5885k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 381k|  29k| 0.000000e+00 |      --      |    Inf 
1545.73/1546.04	c  1546s|403600 |   263 |  5887k|  14.6 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1546.14/1546.46	c  1546s|403700 |   263 |  5889k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1546.54/1546.87	c  1547s|403800 |   263 |  5891k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1546.93/1547.28	c  1547s|403900 |   265 |  5892k|  14.6 |  36M| 101 |  78 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1547.44/1547.70	c  1548s|404000 |   265 |  5894k|  14.6 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1547.83/1548.12	c  1548s|404100 |   265 |  5896k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1548.23/1548.53	c  1549s|404200 |   265 |  5898k|  14.6 |  36M| 101 |  81 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1548.63/1548.93	c  1549s|404300 |   266 |  5899k|  14.6 |  36M| 101 |  68 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1549.03/1549.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1549.03/1549.33	c  1549s|404400 |   264 |  5901k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1549.43/1549.76	c  1550s|404500 |   266 |  5903k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1549.84/1550.20	c  1550s|404600 |   268 |  5905k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1550.33/1550.62	c  1551s|404700 |   270 |  5906k|  14.6 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 382k|  29k| 0.000000e+00 |      --      |    Inf 
1550.73/1551.04	c  1551s|404800 |   270 |  5908k|  14.6 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1551.14/1551.47	c  1551s|404900 |   270 |  5910k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1551.63/1551.90	c  1552s|405000 |   270 |  5912k|  14.6 |  36M| 101 |  82 |2340 |  26k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1552.04/1552.33	c  1552s|405100 |   270 |  5914k|  14.6 |  36M| 101 |  79 |2340 |  26k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1552.43/1552.75	c  1553s|405200 |   270 |  5915k|  14.6 |  36M| 101 |  65 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1552.93/1553.20	c  1553s|405300 |   268 |  5917k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1553.34/1553.64	c  1554s|405400 |   268 |  5919k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1553.73/1554.06	c  1554s|405500 |   270 |  5920k|  14.6 |  36M| 101 |  66 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1554.13/1554.47	c  1554s|405600 |   268 |  5922k|  14.6 |  36M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1554.53/1554.89	c  1555s|405700 |   268 |  5924k|  14.6 |  36M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1554.93/1555.29	c  1555s|405800 |   268 |  5925k|  14.6 |  36M| 101 |  78 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1555.43/1555.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.43/1555.72	c  1556s|405900 |   268 |  5927k|  14.6 |  37M| 101 |  95 |2340 |  27k|2340 |1708 |  87 | 383k|  29k| 0.000000e+00 |      --      |    Inf 
1555.84/1556.16	c  1556s|406000 |   266 |  5929k|  14.6 |  37M| 101 |  82 |2340 |  27k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1556.24/1556.58	c  1557s|406100 |   262 |  5931k|  14.6 |  36M| 101 |  78 |2340 |  27k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1556.74/1557.01	c  1557s|406200 |   264 |  5932k|  14.6 |  36M| 101 |  80 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1557.13/1557.42	c  1557s|406300 |   272 |  5934k|  14.6 |  36M| 101 |  60 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1557.54/1557.81	c  1558s|406400 |   268 |  5935k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1557.93/1558.21	c  1558s|406500 |   266 |  5937k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1558.33/1558.64	c  1559s|406600 |   266 |  5939k|  14.6 |  36M| 101 |  69 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1558.74/1559.07	c  1559s|406700 |   266 |  5940k|  14.6 |  36M| 101 |  77 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1559.13/1559.49	c  1559s|406800 |   264 |  5942k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1559.63/1559.91	c  1560s|406900 |   268 |  5943k|  14.6 |  36M| 101 |  60 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1560.03/1560.31	c  1560s|407000 |   267 |  5945k|  14.6 |  36M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1560.43/1560.77	c  1561s|407100 |   267 |  5947k|  14.6 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 384k|  29k| 0.000000e+00 |      --      |    Inf 
1560.94/1561.20	c  1561s|407200 |   267 |  5949k|  14.6 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1561.33/1561.64	c  1562s|407300 |   267 |  5950k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1561.73/1562.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.73/1562.07	c  1562s|407400 |   267 |  5952k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1562.14/1562.46	c  1562s|407500 |   267 |  5954k|  14.6 |  36M| 101 |  67 |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1562.53/1562.88	c  1563s|407600 |   267 |  5956k|  14.6 |  36M| 101 |  71 |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1562.93/1563.29	c  1563s|407700 |   265 |  5958k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1563.43/1563.71	c  1564s|407800 |   268 |  5959k|  14.6 |  36M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1563.83/1564.12	c  1564s|407900 |   268 |  5961k|  14.6 |  36M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1564.24/1564.53	c  1565s|408000 |   266 |  5963k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 385k|  29k| 0.000000e+00 |      --      |    Inf 
1564.64/1564.97	c  1565s|408100 |   268 |  5965k|  14.6 |  36M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1565.13/1565.43	c  1565s|408200 |   268 |  5967k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1565.53/1565.83	c  1566s|408300 |   274 |  5968k|  14.6 |  36M| 101 |  50 |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1565.93/1566.26	c  1566s|408400 |   272 |  5970k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1566.34/1566.68	c  1567s|408500 |   269 |  5971k|  14.6 |  36M| 101 |  56 |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1566.83/1567.14	c  1567s|408600 |   269 |  5974k|  14.6 |  36M| 101 |  77 |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1567.23/1567.56	c  1568s|408700 |   269 |  5976k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1567.73/1568.00	c  1568s|408800 |   271 |  5977k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1568.13/1568.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1568.13/1568.45	c  1568s|408900 |   271 |  5979k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1568.54/1568.88	c  1569s|409000 |   271 |  5981k|  14.6 |  36M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1569.03/1569.31	c  1569s|409100 |   271 |  5983k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 386k|  29k| 0.000000e+00 |      --      |    Inf 
1569.43/1569.73	c  1570s|409200 |   272 |  5985k|  14.6 |  36M| 101 |  85 |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1569.83/1570.19	c  1570s|409300 |   271 |  5987k|  14.6 |  36M| 101 |  79 |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1570.33/1570.60	c  1571s|409400 |   269 |  5989k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1570.73/1571.03	c  1571s|409500 |   269 |  5990k|  14.6 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1571.13/1571.44	c  1571s|409600 |   267 |  5992k|  14.6 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1571.53/1571.86	c  1572s|409700 |   267 |  5994k|  14.6 |  36M| 101 |  78 |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1571.94/1572.26	c  1572s|409800 |   267 |  5995k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1572.33/1572.69	c  1573s|409900 |   275 |  5997k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1572.73/1573.09	c  1573s|410000 |   276 |  5998k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1573.23/1573.53	c  1574s|410100 |   269 |  6000k|  14.6 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1573.63/1573.94	c  1574s|410200 |   268 |  6002k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1574.14/1574.41	c  1574s|410300 |   268 |  6003k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1574.53/1574.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.53/1574.88	c  1575s|410400 |   268 |  6005k|  14.6 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1575.03/1575.36	c  1575s|410500 |   266 |  6007k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 387k|  29k| 0.000000e+00 |      --      |    Inf 
1575.43/1575.75	c  1576s|410600 |   268 |  6009k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 388k|  29k| 0.000000e+00 |      --      |    Inf 
1575.83/1576.18	c  1576s|410700 |   270 |  6011k|  14.6 |  36M| 101 |  83 |2340 |  27k|2340 |1708 |  87 | 388k|  29k| 0.000000e+00 |      --      |    Inf 
1576.34/1576.67	c  1577s|410800 |   270 |  6012k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 388k|  29k| 0.000000e+00 |      --      |    Inf 
1576.83/1577.13	c  1577s|410900 |   270 |  6014k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1577.23/1577.58	c  1578s|411000 |   272 |  6016k|  14.6 |  36M| 101 |  61 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1577.63/1577.98	c  1578s|411100 |   274 |  6017k|  14.6 |  36M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1578.13/1578.44	c  1578s|411200 |   274 |  6019k|  14.6 |  36M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1578.63/1578.92	c  1579s|411300 |   274 |  6021k|  14.6 |  36M| 101 |  60 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1579.12/1579.41	c  1579s|411400 |   274 |  6023k|  14.6 |  36M| 101 |  64 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1579.53/1579.88	c  1580s|411500 |   274 |  6025k|  14.6 |  37M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1580.03/1580.33	c  1580s|411600 |   272 |  6027k|  14.6 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 388k|  30k| 0.000000e+00 |      --      |    Inf 
1580.53/1580.80	c  1581s|411700 |   274 |  6028k|  14.6 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1580.93/1581.23	c  1581s|411800 |   276 |  6030k|  14.6 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1581.43/1581.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1581.43/1581.71	c  1582s|411900 |   278 |  6032k|  14.6 |  37M| 101 |  76 |2340 |  27k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1581.84/1582.17	c  1582s|412000 |   276 |  6033k|  14.6 |  37M| 101 |  85 |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1582.32/1582.63	c  1583s|412100 |   276 |  6035k|  14.6 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1582.73/1583.09	c  1583s|412200 |   276 |  6037k|  14.6 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1583.23/1583.55	c  1584s|412300 |   278 |  6039k|  14.6 |  37M| 101 |  83 |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1583.63/1583.98	c  1584s|412400 |   276 |  6040k|  14.6 |  37M| 101 |  79 |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1584.13/1584.44	c  1584s|412500 |   276 |  6042k|  14.6 |  37M| 101 |  78 |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1584.63/1584.90	c  1585s|412600 |   274 |  6043k|  14.6 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 389k|  30k| 0.000000e+00 |      --      |    Inf 
1585.04/1585.37	c  1585s|412700 |   275 |  6045k|  14.6 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1585.53/1585.82	c  1586s|412800 |   274 |  6047k|  14.6 |  37M| 101 |  80 |2340 |  28k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1585.92/1586.25	c  1586s|412900 |   274 |  6048k|  14.6 |  37M| 101 |  76 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1586.32/1586.69	c  1587s|413000 |   271 |  6050k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1586.83/1587.12	c  1587s|413100 |   269 |  6052k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1587.24/1587.56	c  1588s|413200 |   271 |  6053k|  14.6 |  36M| 101 |  80 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1587.73/1588.02	c  1588s|413300 |   269 |  6055k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1588.13/1588.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1588.13/1588.45	c  1588s|413400 |   268 |  6057k|  14.6 |  36M| 101 |  80 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1588.63/1588.90	c  1589s|413500 |   266 |  6058k|  14.6 |  36M| 101 |  81 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1589.02/1589.35	c  1589s|413600 |   266 |  6060k|  14.6 |  36M| 101 |  80 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1589.53/1589.83	c  1590s|413700 |   267 |  6061k|  14.6 |  36M| 101 |  62 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1589.93/1590.29	c  1590s|413800 |   271 |  6063k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1590.54/1590.81	c  1591s|413900 |   277 |  6065k|  14.6 |  36M| 101 |  57 |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1591.02/1591.31	c  1591s|414000 |   270 |  6067k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 390k|  30k| 0.000000e+00 |      --      |    Inf 
1591.43/1591.79	c  1592s|414100 |   267 |  6069k|  14.6 |  36M| 101 |  68 |2340 |  26k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1591.92/1592.26	c  1592s|414200 |   267 |  6071k|  14.6 |  36M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1592.33/1592.68	c  1593s|414300 |   267 |  6073k|  14.6 |  36M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1592.84/1593.11	c  1593s|414400 |   263 |  6074k|  14.6 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1593.23/1593.56	c  1594s|414500 |   265 |  6076k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1593.73/1594.01	c  1594s|414600 |   265 |  6078k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1594.12/1594.43	c  1594s|414700 |   265 |  6080k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1594.52/1594.83	c  1595s|414800 |   265 |  6082k|  14.7 |  36M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1594.94/1595.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.94/1595.25	c  1595s|414900 |   271 |  6083k|  14.7 |  36M| 101 |  42 |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1595.42/1595.72	c  1596s|415000 |   270 |  6085k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1595.82/1596.16	c  1596s|415100 |   267 |  6087k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1596.33/1596.60	c  1597s|415200 |   267 |  6088k|  14.7 |  36M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1596.73/1597.07	c  1597s|415300 |   267 |  6090k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1597.24/1597.52	c  1598s|415400 |   267 |  6092k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 391k|  30k| 0.000000e+00 |      --      |    Inf 
1597.62/1597.94	c  1598s|415500 |   267 |  6094k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1598.03/1598.37	c  1598s|415600 |   267 |  6096k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1598.42/1598.77	c  1599s|415700 |   267 |  6097k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1598.92/1599.20	c  1599s|415800 |   269 |  6099k|  14.7 |  36M| 101 |  82 |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1599.34/1599.62	c  1600s|415900 |   269 |  6101k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1599.73/1600.05	c  1600s|416000 |   269 |  6102k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1600.13/1600.48	c  1600s|416100 |   269 |  6104k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1600.63/1600.91	c  1601s|416200 |   271 |  6106k|  14.7 |  36M| 101 |  81 |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1601.03/1601.30	c  1601s|416300 |   269 |  6107k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1601.42/1601.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.42/1601.74	c  1602s|416400 |   269 |  6109k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1601.92/1602.20	c  1602s|416500 |   269 |  6111k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1602.23/1602.60	c  1603s|416600 |   269 |  6113k|  14.7 |  36M| 101 |  81 |2340 |  27k|2340 |1708 |  87 | 392k|  30k| 0.000000e+00 |      --      |    Inf 
1602.73/1603.02	c  1603s|416700 |   269 |  6115k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1603.13/1603.45	c  1603s|416800 |   269 |  6116k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1603.52/1603.86	c  1604s|416900 |   269 |  6118k|  14.7 |  36M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1603.93/1604.28	c  1604s|417000 |   269 |  6120k|  14.7 |  36M| 101 |  82 |2340 |  27k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1604.42/1604.72	c  1605s|417100 |   269 |  6121k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1604.83/1605.12	c  1605s|417200 |   269 |  6123k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1605.22/1605.53	c  1606s|417300 |   271 |  6125k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1605.62/1605.98	c  1606s|417400 |   271 |  6126k|  14.7 |  37M| 101 |  91 |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1606.13/1606.40	c  1606s|417500 |   269 |  6128k|  14.7 |  37M| 101 |  85 |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1606.52/1606.83	c  1607s|417600 |   269 |  6130k|  14.7 |  37M| 101 |  70 |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1606.92/1607.25	c  1607s|417700 |   265 |  6132k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 393k|  30k| 0.000000e+00 |      --      |    Inf 
1607.43/1607.71	c  1608s|417800 |   263 |  6133k|  14.7 |  37M| 101 | 103 |2340 |  28k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1607.82/1608.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1607.82/1608.16	c  1608s|417900 |   263 |  6135k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1608.33/1608.60	c  1609s|418000 |   263 |  6137k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1608.72/1609.04	c  1609s|418100 |   266 |  6138k|  14.7 |  36M| 101 |  80 |2340 |  28k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1609.13/1609.45	c  1609s|418200 |   279 |  6140k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1609.52/1609.80	c  1610s|418300 |   275 |  6141k|  14.7 |  36M| 101 |  61 |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1609.83/1610.18	c  1610s|418400 |   267 |  6143k|  14.7 |  36M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1610.22/1610.59	c  1611s|418500 |   267 |  6145k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1610.73/1611.02	c  1611s|418600 |   267 |  6146k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1611.12/1611.42	c  1611s|418700 |   267 |  6148k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1611.53/1611.81	c  1612s|418800 |   263 |  6150k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1611.93/1612.28	c  1612s|418900 |   265 |  6151k|  14.7 |  36M| 101 |  67 |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1612.42/1612.79	c  1613s|419000 |   265 |  6153k|  14.7 |  36M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1612.93/1613.24	c  1613s|419100 |   263 |  6156k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1613.33/1613.69	c  1614s|419200 |   263 |  6157k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 394k|  30k| 0.000000e+00 |      --      |    Inf 
1613.83/1614.12	c  1614s|419300 |   265 |  6159k|  14.7 |  36M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1614.22/1614.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1614.22/1614.56	c  1615s|419400 |   265 |  6161k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1614.62/1615.00	c  1615s|419500 |   267 |  6163k|  14.7 |  36M| 101 |  78 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1615.12/1615.42	c  1615s|419600 |   267 |  6164k|  14.7 |  36M| 101 |  90 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1615.53/1615.82	c  1616s|419700 |   267 |  6166k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1615.93/1616.26	c  1616s|419800 |   267 |  6168k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1616.32/1616.67	c  1617s|419900 |   269 |  6169k|  14.7 |  36M| 101 |  80 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1616.83/1617.11	c  1617s|420000 |   269 |  6171k|  14.7 |  36M| 101 |  83 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1617.22/1617.55	c  1618s|420100 |   271 |  6173k|  14.7 |  36M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1617.73/1618.01	c  1618s|420200 |   271 |  6175k|  14.7 |  37M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 395k|  30k| 0.000000e+00 |      --      |    Inf 
1618.13/1618.43	c  1618s|420300 |   269 |  6177k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1618.52/1618.81	c  1619s|420400 |   269 |  6178k|  14.7 |  37M| 101 |  82 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1618.93/1619.21	c  1619s|420500 |   269 |  6180k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1619.32/1619.63	c  1620s|420600 |   267 |  6181k|  14.7 |  37M| 101 |  94 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1619.72/1620.05	c  1620s|420700 |   267 |  6183k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1620.13/1620.48	c  1620s|420800 |   269 |  6185k|  14.7 |  37M| 101 |  75 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1620.63/1620.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1620.63/1620.90	c  1621s|420900 |   267 |  6187k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1621.02/1621.31	c  1621s|421000 |   269 |  6188k|  14.7 |  37M| 101 |  73 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1621.42/1621.74	c  1622s|421100 |   271 |  6190k|  14.7 |  37M| 101 |  67 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1621.82/1622.16	c  1622s|421200 |   269 |  6192k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1622.22/1622.58	c  1623s|421300 |   269 |  6194k|  14.7 |  37M| 101 |  88 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1622.72/1623.02	c  1623s|421400 |   269 |  6196k|  14.7 |  37M| 101 |  96 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1623.13/1623.43	c  1623s|421500 |   271 |  6197k|  14.7 |  37M| 101 |  79 |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1623.53/1623.82	c  1624s|421600 |   271 |  6199k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 396k|  30k| 0.000000e+00 |      --      |    Inf 
1623.92/1624.26	c  1624s|421700 |   267 |  6201k|  14.7 |  37M| 101 |  92 |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1624.42/1624.70	c  1625s|421800 |   265 |  6203k|  14.7 |  37M| 101 |  74 |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1624.82/1625.11	c  1625s|421900 |   265 |  6204k|  14.7 |  37M| 101 |  87 |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1625.52/1625.81	c  1626s|422000 |   265 |  6206k|  14.7 |  37M| 101 |  77 |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1626.62/1626.92	c  1627s|422100 |   263 |  6207k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1627.13/1627.40	c  1627s|422200 |   264 |  6209k|  14.7 |  37M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1627.52/1627.85	c  1628s|422300 |   264 |  6211k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1627.92/1628.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1627.92/1628.23	c  1628s|422400 |   264 |  6212k|  14.7 |  36M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1628.42/1628.71	c  1629s|422500 |   264 |  6214k|  14.7 |  36M| 101 |  75 |2340 |  26k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1628.92/1629.23	c  1629s|422600 |   264 |  6215k|  14.7 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1629.32/1629.66	c  1630s|422700 |   265 |  6217k|  14.7 |  35M| 101 |  75 |2340 |  26k|2340 |1708 |  87 | 397k|  30k| 0.000000e+00 |      --      |    Inf 
1629.83/1630.11	c  1630s|422800 |   265 |  6218k|  14.7 |  35M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1630.32/1630.69	c  1631s|422900 |   264 |  6220k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1630.82/1631.19	c  1631s|423000 |   264 |  6221k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1631.32/1631.64	c  1632s|423100 |   264 |  6223k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1631.83/1632.11	c  1632s|423200 |   262 |  6225k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1632.33/1632.62	c  1633s|423300 |   264 |  6226k|  14.7 |  34M| 101 |  63 |2340 |  25k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1632.82/1633.13	c  1633s|423400 |   264 |  6228k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1633.22/1633.59	c  1634s|423500 |   264 |  6229k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1633.72/1634.05	c  1634s|423600 |   264 |  6231k|  14.7 |  34M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1634.22/1634.56	c  1635s|423700 |   264 |  6232k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1634.63/1634.97	c  1635s|423800 |   266 |  6234k|  14.7 |  34M| 101 |  77 |2340 |  24k|2340 |1708 |  87 | 398k|  30k| 0.000000e+00 |      --      |    Inf 
1635.12/1635.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1635.12/1635.40	c  1635s|423900 |   265 |  6235k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1635.42/1635.79	c  1636s|424000 |   266 |  6237k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1635.92/1636.22	c  1636s|424100 |   265 |  6238k|  14.7 |  34M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1636.32/1636.63	c  1637s|424200 |   263 |  6240k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1636.73/1637.03	c  1637s|424300 |   265 |  6242k|  14.7 |  34M| 101 |  78 |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1637.12/1637.41	c  1637s|424400 |   265 |  6243k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1637.52/1637.81	c  1638s|424500 |   265 |  6245k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1637.83/1638.17	c  1638s|424600 |   265 |  6246k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 398k|  31k| 0.000000e+00 |      --      |    Inf 
1638.22/1638.55	c  1639s|424700 |   263 |  6247k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1638.62/1638.95	c  1639s|424800 |   265 |  6249k|  14.7 |  34M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1639.02/1639.34	c  1639s|424900 |   265 |  6250k|  14.7 |  34M| 101 |  63 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1639.42/1639.73	c  1640s|425000 |   265 |  6252k|  14.7 |  34M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1639.82/1640.13	c  1640s|425100 |   263 |  6253k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1640.22/1640.51	c  1641s|425200 |   263 |  6255k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1640.52/1640.89	c  1641s|425300 |   265 |  6256k|  14.7 |  34M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1640.92/1641.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.92/1641.25	c  1641s|425400 |   265 |  6258k|  14.7 |  34M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1641.32/1641.66	c  1642s|425500 |   265 |  6259k|  14.7 |  34M| 101 |  62 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1641.72/1642.03	c  1642s|425600 |   267 |  6261k|  14.7 |  34M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1642.12/1642.40	c  1642s|425700 |   265 |  6262k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1642.52/1642.81	c  1643s|425800 |   265 |  6264k|  14.7 |  35M| 101 |  81 |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1642.92/1643.21	c  1643s|425900 |   265 |  6265k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1643.33/1643.64	c  1644s|426000 |   265 |  6267k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1643.72/1644.05	c  1644s|426100 |   265 |  6268k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 399k|  31k| 0.000000e+00 |      --      |    Inf 
1644.12/1644.43	c  1644s|426200 |   263 |  6270k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1644.53/1644.83	c  1645s|426300 |   265 |  6272k|  14.7 |  35M| 101 |  82 |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1644.91/1645.23	c  1645s|426400 |   265 |  6273k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1645.32/1645.64	c  1646s|426500 |   265 |  6275k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1645.72/1646.03	c  1646s|426600 |   265 |  6277k|  14.7 |  35M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1646.12/1646.43	c  1646s|426700 |   265 |  6278k|  14.7 |  35M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1646.52/1646.86	c  1647s|426800 |   263 |  6280k|  14.7 |  35M| 101 |  62 |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1646.92/1647.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1646.92/1647.25	c  1647s|426900 |   262 |  6281k|  14.7 |  35M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1647.42/1647.70	c  1648s|427000 |   262 |  6282k|  14.7 |  34M| 101 |  64 |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1647.72/1648.10	c  1648s|427100 |   262 |  6284k|  14.7 |  34M| 101 |  60 |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1648.22/1648.53	c  1649s|427200 |   262 |  6285k|  14.7 |  34M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1648.62/1648.94	c  1649s|427300 |   260 |  6287k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1649.02/1649.33	c  1649s|427400 |   262 |  6288k|  14.7 |  34M| 101 |  90 |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1649.42/1649.71	c  1650s|427500 |   260 |  6290k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1649.72/1650.05	c  1650s|427600 |   260 |  6291k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1650.12/1650.42	c  1650s|427700 |   260 |  6292k|  14.7 |  34M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1650.52/1650.83	c  1651s|427800 |   260 |  6293k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 400k|  31k| 0.000000e+00 |      --      |    Inf 
1650.92/1651.23	c  1651s|427900 |   260 |  6295k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1651.31/1651.61	c  1652s|428000 |   260 |  6296k|  14.7 |  34M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1651.62/1651.97	c  1652s|428100 |   260 |  6297k|  14.7 |  34M| 101 |  69 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1652.02/1652.34	c  1652s|428200 |   262 |  6299k|  14.7 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1652.42/1652.70	c  1653s|428300 |   262 |  6300k|  14.7 |  34M| 101 |   - |2340 |  24k|   0 |   0 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1652.82/1653.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1652.82/1653.11	c  1653s|428400 |   264 |  6302k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1653.23/1653.53	c  1654s|428500 |   264 |  6303k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1653.61/1653.92	c  1654s|428600 |   264 |  6305k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1654.02/1654.34	c  1654s|428700 |   264 |  6306k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1654.42/1654.72	c  1655s|428800 |   266 |  6308k|  14.7 |  34M| 101 |  82 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1654.82/1655.12	c  1655s|428900 |   266 |  6309k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1655.22/1655.50	c  1655s|429000 |   264 |  6311k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1655.52/1655.89	c  1656s|429100 |   264 |  6312k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1655.92/1656.29	c  1656s|429200 |   264 |  6314k|  14.7 |  34M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1656.41/1656.70	c  1657s|429300 |   264 |  6315k|  14.7 |  34M| 101 |  67 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1656.82/1657.13	c  1657s|429400 |   262 |  6317k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1657.22/1657.54	c  1658s|429500 |   264 |  6318k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1657.63/1657.97	c  1658s|429600 |   266 |  6320k|  14.7 |  34M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1658.02/1658.38	c  1658s|429700 |   262 |  6321k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1658.42/1658.77	c  1659s|429800 |   262 |  6323k|  14.7 |  34M| 101 |  74 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1658.83/1659.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1658.83/1659.18	c  1659s|429900 |   262 |  6324k|  14.7 |  34M| 101 |  59 |2340 |  24k|2340 |1708 |  87 | 401k|  31k| 0.000000e+00 |      --      |    Inf 
1659.21/1659.59	c  1660s|430000 |   260 |  6326k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1659.62/1659.99	c  1660s|430100 |   260 |  6327k|  14.7 |  34M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1660.11/1660.40	c  1660s|430200 |   260 |  6328k|  14.7 |  34M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1660.42/1660.79	c  1661s|430300 |   260 |  6330k|  14.7 |  34M| 101 |  73 |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1660.82/1661.18	c  1661s|430400 |   259 |  6331k|  14.7 |  34M| 101 |  77 |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1661.21/1661.56	c  1662s|430500 |   260 |  6332k|  14.7 |  34M| 101 |  68 |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1661.62/1661.95	c  1662s|430600 |   258 |  6333k|  14.7 |  34M| 101 |  90 |2340 |  24k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1662.02/1662.39	c  1662s|430700 |   259 |  6335k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1662.51/1662.87	c  1663s|430800 |   263 |  6337k|  14.7 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1663.02/1663.35	c  1663s|430900 |   260 |  6338k|  14.7 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1663.52/1663.81	c  1664s|431000 |   265 |  6340k|  14.7 |  34M| 101 |  56 |2340 |  23k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1663.91/1664.25	c  1664s|431100 |   265 |  6341k|  14.7 |  33M| 101 |  27 |2340 |  23k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1664.42/1664.70	c  1665s|431200 |   258 |  6343k|  14.7 |  33M| 101 |  77 |2340 |  22k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1664.82/1665.11	c  1665s|431300 |   258 |  6345k|  14.7 |  33M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1665.21/1665.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.21/1665.55	c  1666s|431400 |   256 |  6346k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1665.62/1665.97	c  1666s|431500 |   256 |  6348k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1666.11/1666.41	c  1666s|431600 |   258 |  6350k|  14.7 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 402k|  31k| 0.000000e+00 |      --      |    Inf 
1666.52/1666.83	c  1667s|431700 |   259 |  6351k|  14.7 |  33M| 101 |  69 |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1666.92/1667.25	c  1667s|431800 |   259 |  6353k|  14.7 |  33M| 101 |  82 |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1667.41/1667.72	c  1668s|431900 |   259 |  6355k|  14.7 |  33M| 101 |  74 |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1667.82/1668.13	c  1668s|432000 |   257 |  6357k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1668.22/1668.52	c  1669s|432100 |   256 |  6359k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1668.62/1668.91	c  1669s|432200 |   254 |  6360k|  14.7 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1669.02/1669.34	c  1669s|432300 |   254 |  6362k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1669.42/1669.73	c  1670s|432400 |   252 |  6364k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1669.72/1670.09	c  1670s|432500 |   256 |  6365k|  14.7 |  33M| 101 |  79 |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1670.11/1670.47	c  1670s|432600 |   256 |  6367k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1670.51/1670.87	c  1671s|432700 |   256 |  6369k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1670.92/1671.28	c  1671s|432800 |   256 |  6371k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1671.32/1671.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1671.32/1671.67	c  1672s|432900 |   258 |  6372k|  14.7 |  33M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1671.72/1672.05	c  1672s|433000 |   260 |  6374k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 403k|  31k| 0.000000e+00 |      --      |    Inf 
1672.11/1672.43	c  1672s|433100 |   260 |  6376k|  14.7 |  34M| 101 |  90 |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1672.52/1672.81	c  1673s|433200 |   260 |  6377k|  14.7 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1672.92/1673.25	c  1673s|433300 |   260 |  6379k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1673.31/1673.63	c  1674s|433400 |   260 |  6381k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1673.72/1674.02	c  1674s|433500 |   262 |  6382k|  14.7 |  34M| 101 |  86 |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1674.12/1674.42	c  1674s|433600 |   262 |  6384k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1674.51/1674.83	c  1675s|433700 |   262 |  6386k|  14.7 |  34M| 101 |  74 |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1674.91/1675.21	c  1675s|433800 |   260 |  6387k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1675.22/1675.58	c  1676s|433900 |   258 |  6389k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1675.71/1676.00	c  1676s|434000 |   267 |  6390k|  14.7 |  34M| 101 |  49 |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1676.12/1676.42	c  1676s|434100 |   263 |  6392k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 404k|  31k| 0.000000e+00 |      --      |    Inf 
1676.52/1676.84	c  1677s|434200 |   259 |  6393k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1676.91/1677.24	c  1677s|434300 |   271 |  6395k|  14.7 |  33M| 101 |  24 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1677.32/1677.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1677.32/1677.64	c  1678s|434400 |   266 |  6396k|  14.7 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1677.71/1678.04	c  1678s|434500 |   260 |  6398k|  14.7 |  33M| 101 |  62 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1678.11/1678.44	c  1678s|434600 |   258 |  6399k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1678.52/1678.85	c  1679s|434700 |   259 |  6401k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1678.91/1679.23	c  1679s|434800 |   261 |  6403k|  14.7 |  33M| 101 |  60 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1679.31/1679.62	c  1680s|434900 |   261 |  6404k|  14.7 |  33M| 101 |  65 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1679.72/1680.01	c  1680s|435000 |   259 |  6406k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1680.11/1680.43	c  1680s|435100 |   263 |  6408k|  14.7 |  34M| 101 |  64 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1680.52/1680.85	c  1681s|435200 |   261 |  6409k|  14.7 |  34M| 101 |  82 |2340 |  22k|2340 |1708 |  87 | 405k|  31k| 0.000000e+00 |      --      |    Inf 
1680.91/1681.24	c  1681s|435300 |   265 |  6411k|  14.7 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1681.31/1681.61	c  1682s|435400 |   262 |  6412k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1681.61/1681.95	c  1682s|435500 |   264 |  6413k|  14.7 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1682.02/1682.32	c  1682s|435600 |   263 |  6414k|  14.7 |  34M| 101 |  65 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1682.42/1682.74	c  1683s|435700 |   263 |  6416k|  14.7 |  34M| 101 |  73 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1682.82/1683.14	c  1683s|435800 |   261 |  6417k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1683.21/1683.57	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.57	c  1684s|435900 |   261 |  6419k|  14.7 |  34M| 101 |  72 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1683.62/1683.98	c  1684s|436000 |   263 |  6421k|  14.7 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1684.02/1684.38	c  1684s|436100 |   263 |  6422k|  14.7 |  34M| 101 |  77 |2340 |  23k|2340 |1708 |  87 | 406k|  31k| 0.000000e+00 |      --      |    Inf 
1684.41/1684.78	c  1685s|436200 |   265 |  6424k|  14.7 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1684.81/1685.19	c  1685s|436300 |   264 |  6425k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1685.22/1685.59	c  1686s|436400 |   264 |  6427k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1685.61/1685.98	c  1686s|436500 |   264 |  6428k|  14.7 |  34M| 101 |  68 |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1686.11/1686.41	c  1686s|436600 |   265 |  6430k|  14.7 |  34M| 101 |  71 |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1686.51/1686.88	c  1687s|436700 |   262 |  6431k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1686.91/1687.27	c  1687s|436800 |   263 |  6433k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1687.32/1687.68	c  1688s|436900 |   263 |  6434k|  14.7 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1687.71/1688.09	c  1688s|437000 |   263 |  6436k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1688.21/1688.50	c  1689s|437100 |   265 |  6438k|  14.7 |  35M| 101 |  79 |2340 |  24k|2340 |1708 |  87 | 407k|  31k| 0.000000e+00 |      --      |    Inf 
1688.61/1688.92	c  1689s|437200 |   265 |  6439k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1689.01/1689.36	c  1689s|437300 |   265 |  6441k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1689.42/1689.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1689.42/1689.77	c  1690s|437400 |   267 |  6443k|  14.7 |  35M| 101 |  66 |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1689.82/1690.20	c  1690s|437500 |   267 |  6444k|  14.7 |  35M| 101 |  70 |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1690.31/1690.61	c  1691s|437600 |   267 |  6446k|  14.7 |  35M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1690.72/1691.08	c  1691s|437700 |   265 |  6447k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1691.11/1691.46	c  1691s|437800 |   265 |  6449k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1691.52/1691.89	c  1692s|437900 |   265 |  6450k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1691.91/1692.29	c  1692s|438000 |   265 |  6452k|  14.7 |  35M| 101 |  65 |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1692.31/1692.68	c  1693s|438100 |   265 |  6453k|  14.7 |  35M| 101 |  71 |2340 |  24k|2340 |1708 |  87 | 408k|  31k| 0.000000e+00 |      --      |    Inf 
1692.82/1693.10	c  1693s|438200 |   263 |  6455k|  14.7 |  35M| 101 |  76 |2340 |  24k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1693.22/1693.57	c  1694s|438300 |   263 |  6456k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1693.61/1693.98	c  1694s|438400 |   263 |  6458k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1694.11/1694.41	c  1694s|438500 |   263 |  6460k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1694.51/1694.84	c  1695s|438600 |   263 |  6462k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1694.91/1695.25	c  1695s|438700 |   263 |  6463k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1695.31/1695.70	c  1696s|438800 |   263 |  6465k|  14.7 |  36M| 101 |  63 |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1695.81/1696.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.81/1696.13	c  1696s|438900 |   271 |  6466k|  14.7 |  35M| 101 |  48 |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1696.22/1696.52	c  1697s|439000 |   260 |  6468k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 409k|  31k| 0.000000e+00 |      --      |    Inf 
1696.61/1696.92	c  1697s|439100 |   260 |  6469k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1697.01/1697.36	c  1697s|439200 |   258 |  6471k|  14.7 |  35M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1697.51/1697.81	c  1698s|439300 |   262 |  6472k|  14.7 |  35M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1697.92/1698.26	c  1698s|439400 |   262 |  6474k|  14.7 |  36M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1698.41/1698.72	c  1699s|439500 |   261 |  6476k|  14.7 |  36M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1698.91/1699.20	c  1699s|439600 |   261 |  6477k|  14.7 |  36M| 101 |  73 |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1699.31/1699.65	c  1700s|439700 |   259 |  6479k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1699.71/1700.09	c  1700s|439800 |   261 |  6481k|  14.7 |  36M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1700.21/1700.51	c  1701s|439900 |   260 |  6482k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1700.62/1700.90	c  1701s|440000 |   260 |  6484k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 410k|  31k| 0.000000e+00 |      --      |    Inf 
1701.01/1701.31	c  1701s|440100 |   260 |  6485k|  14.7 |  36M| 101 |  79 |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1701.41/1701.70	c  1702s|440200 |   262 |  6487k|  14.7 |  36M| 101 |  74 |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1701.72/1702.10	c  1702s|440300 |   260 |  6488k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1702.21/1702.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1702.21/1702.53	c  1703s|440400 |   262 |  6490k|  14.7 |  36M| 101 |  73 |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1702.61/1702.93	c  1703s|440500 |   260 |  6491k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1703.01/1703.34	c  1703s|440600 |   258 |  6493k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1703.41/1703.77	c  1704s|440700 |   260 |  6494k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1703.82/1704.17	c  1704s|440800 |   260 |  6495k|  14.7 |  36M| 101 |  83 |2340 |  25k|2340 |1708 |  87 | 411k|  31k| 0.000000e+00 |      --      |    Inf 
1704.21/1704.58	c  1705s|440900 |   260 |  6497k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1704.71/1705.00	c  1705s|441000 |   260 |  6499k|  14.7 |  36M| 101 |  77 |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1705.11/1705.43	c  1705s|441100 |   260 |  6500k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1705.51/1705.85	c  1706s|441200 |   260 |  6501k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1705.91/1706.28	c  1706s|441300 |   262 |  6503k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1706.31/1706.67	c  1707s|441400 |   262 |  6504k|  14.7 |  36M| 101 |  64 |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1706.71/1707.05	c  1707s|441500 |   262 |  6506k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1707.11/1707.46	c  1707s|441600 |   262 |  6507k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1707.61/1707.92	c  1708s|441700 |   262 |  6509k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1708.01/1708.32	c  1708s|441800 |   262 |  6510k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 412k|  31k| 0.000000e+00 |      --      |    Inf 
1708.40/1708.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1708.40/1708.74	c  1709s|441900 |   262 |  6511k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1708.81/1709.15	c  1709s|442000 |   262 |  6513k|  14.7 |  37M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1709.21/1709.57	c  1710s|442100 |   264 |  6514k|  14.7 |  37M| 101 |  80 |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1709.61/1709.99	c  1710s|442200 |   262 |  6516k|  14.7 |  37M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1710.11/1710.41	c  1710s|442300 |   262 |  6518k|  14.7 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1710.51/1710.81	c  1711s|442400 |   262 |  6519k|  14.7 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1710.91/1711.23	c  1711s|442500 |   262 |  6521k|  14.7 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1711.31/1711.65	c  1712s|442600 |   262 |  6522k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1711.71/1712.07	c  1712s|442700 |   262 |  6524k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1712.11/1712.49	c  1712s|442800 |   262 |  6525k|  14.7 |  37M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1712.61/1712.93	c  1713s|442900 |   264 |  6527k|  14.7 |  37M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1713.01/1713.37	c  1713s|443000 |   264 |  6528k|  14.7 |  37M| 101 |  71 |2340 |  27k|2340 |1708 |  87 | 413k|  31k| 0.000000e+00 |      --      |    Inf 
1713.51/1713.80	c  1714s|443100 |   262 |  6530k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1713.91/1714.25	c  1714s|443200 |   260 |  6532k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1714.31/1714.67	c  1715s|443300 |   260 |  6533k|  14.7 |  37M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1714.81/1715.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.81/1715.12	c  1715s|443400 |   262 |  6534k|  14.7 |  37M| 101 |  74 |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1715.21/1715.54	c  1716s|443500 |   262 |  6536k|  14.7 |  37M| 101 |  67 |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1715.61/1715.96	c  1716s|443600 |   260 |  6537k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1716.02/1716.38	c  1716s|443700 |   262 |  6539k|  14.7 |  37M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1716.41/1716.77	c  1717s|443800 |   260 |  6540k|  14.7 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1716.81/1717.18	c  1717s|443900 |   262 |  6542k|  14.7 |  38M| 101 |  76 |2340 |  27k|2340 |1708 |  87 | 414k|  31k| 0.000000e+00 |      --      |    Inf 
1717.31/1717.60	c  1718s|444000 |   262 |  6543k|  14.7 |  38M| 101 |  76 |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1717.71/1718.02	c  1718s|444100 |   262 |  6545k|  14.7 |  38M| 101 |  57 |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1718.12/1718.44	c  1718s|444200 |   258 |  6546k|  14.7 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1718.70/1719.05	c  1719s|444300 |   266 |  6547k|  14.7 |  38M| 101 |  44 |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1719.11/1719.48	c  1719s|444400 |   261 |  6549k|  14.7 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1719.61/1719.92	c  1720s|444500 |   261 |  6550k|  14.7 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1720.00/1720.32	c  1720s|444600 |   259 |  6552k|  14.7 |  38M| 101 |  78 |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1720.51/1720.81	c  1721s|444700 |   257 |  6554k|  14.7 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1720.91/1721.25	c  1721s|444800 |   264 |  6555k|  14.7 |  38M| 101 |  78 |2340 |  28k|2340 |1708 |  87 | 415k|  31k| 0.000000e+00 |      --      |    Inf 
1721.31/1721.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.31/1721.65	c  1722s|444900 |   255 |  6556k|  14.7 |  38M| 101 |   - |2340 |  28k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1721.71/1722.06	c  1722s|445000 |   255 |  6558k|  14.7 |  38M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1722.30/1722.63	c  1723s|445100 |   260 |  6559k|  14.7 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1722.81/1723.12	c  1723s|445200 |   266 |  6561k|  14.7 |  35M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1723.21/1723.59	c  1724s|445300 |   259 |  6562k|  14.7 |  34M| 101 |  86 |2340 |  23k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1723.71/1724.03	c  1724s|445400 |   259 |  6564k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1724.10/1724.44	c  1724s|445500 |   257 |  6566k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1724.51/1724.87	c  1725s|445600 |   256 |  6568k|  14.7 |  34M| 101 |  93 |2340 |  22k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1725.01/1725.31	c  1725s|445700 |   256 |  6570k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1725.41/1725.78	c  1726s|445800 |   256 |  6572k|  14.7 |  34M| 101 |  76 |2340 |  23k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1725.92/1726.22	c  1726s|445900 |   254 |  6573k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1726.31/1726.62	c  1727s|446000 |   257 |  6575k|  14.7 |  33M| 101 |  63 |2340 |  22k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1726.70/1727.05	c  1727s|446100 |   263 |  6576k|  14.7 |  33M| 101 |  55 |2340 |  22k|2340 |1708 |  87 | 416k|  31k| 0.000000e+00 |      --      |    Inf 
1727.21/1727.52	c  1728s|446200 |   256 |  6578k|  14.7 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1727.61/1727.95	c  1728s|446300 |   257 |  6579k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1728.01/1728.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.01/1728.36	c  1728s|446400 |   257 |  6581k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1728.41/1728.76	c  1729s|446500 |   257 |  6583k|  14.7 |  34M| 101 |  77 |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1728.81/1729.17	c  1729s|446600 |   255 |  6584k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1729.21/1729.59	c  1730s|446700 |   255 |  6586k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1729.71/1730.01	c  1730s|446800 |   263 |  6588k|  14.7 |  34M| 101 |  55 |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1730.10/1730.44	c  1730s|446900 |   259 |  6589k|  14.7 |  34M| 101 |  64 |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1730.51/1730.85	c  1731s|447000 |   259 |  6591k|  14.7 |  34M| 101 |  73 |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1730.91/1731.28	c  1731s|447100 |   259 |  6592k|  14.7 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1731.41/1731.71	c  1732s|447200 |   259 |  6594k|  14.7 |  34M| 101 |  75 |2340 |  23k|2340 |1708 |  87 | 417k|  31k| 0.000000e+00 |      --      |    Inf 
1731.81/1732.16	c  1732s|447300 |   259 |  6596k|  14.7 |  34M| 101 |  62 |2340 |  23k|2340 |1708 |  87 | 417k|  32k| 0.000000e+00 |      --      |    Inf 
1732.20/1732.59	c  1733s|447400 |   261 |  6597k|  14.7 |  34M| 101 |  66 |2340 |  23k|2340 |1708 |  87 | 417k|  32k| 0.000000e+00 |      --      |    Inf 
1732.60/1732.99	c  1733s|447500 |   261 |  6599k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 417k|  32k| 0.000000e+00 |      --      |    Inf 
1733.11/1733.42	c  1733s|447600 |   263 |  6601k|  14.7 |  34M| 101 |  79 |2340 |  23k|2340 |1708 |  87 | 417k|  32k| 0.000000e+00 |      --      |    Inf 
1733.51/1733.84	c  1734s|447700 |   263 |  6602k|  14.7 |  34M| 101 |  81 |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1733.91/1734.26	c  1734s|447800 |   263 |  6604k|  14.7 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1734.30/1734.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1734.30/1734.67	c  1735s|447900 |   265 |  6606k|  14.7 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1734.71/1735.07	c  1735s|448000 |   265 |  6607k|  14.7 |  35M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1735.11/1735.49	c  1735s|448100 |   267 |  6609k|  14.7 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1735.50/1735.89	c  1736s|448200 |   269 |  6611k|  14.7 |  35M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1735.91/1736.27	c  1736s|448300 |   269 |  6612k|  14.7 |  35M| 101 |  70 |2340 |  23k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1736.30/1736.66	c  1737s|448400 |   273 |  6614k|  14.7 |  35M| 101 |  63 |2340 |  24k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1736.70/1737.06	c  1737s|448500 |   273 |  6615k|  14.7 |  35M| 101 |  80 |2340 |  24k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1737.11/1737.45	c  1737s|448600 |   275 |  6617k|  14.7 |  35M| 101 |  63 |2340 |  24k|2340 |1708 |  87 | 418k|  32k| 0.000000e+00 |      --      |    Inf 
1737.51/1737.87	c  1738s|448700 |   273 |  6618k|  14.7 |  35M| 101 |  72 |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1737.91/1738.27	c  1738s|448800 |   273 |  6620k|  14.7 |  35M| 101 |  61 |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1738.31/1738.68	c  1739s|448900 |   273 |  6621k|  14.7 |  35M| 101 |  69 |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1738.71/1739.08	c  1739s|449000 |   271 |  6623k|  14.7 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1739.11/1739.49	c  1739s|449100 |   269 |  6625k|  14.7 |  36M| 101 |  75 |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1739.60/1739.91	c  1740s|449200 |   267 |  6626k|  14.7 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1740.00/1740.31	c  1740s|449300 |   265 |  6628k|  14.7 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1740.40/1740.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.40/1740.73	c  1741s|449400 |   265 |  6629k|  14.7 |  36M| 101 |   - |2340 |  24k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1740.81/1741.14	c  1741s|449500 |   265 |  6631k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1741.21/1741.55	c  1742s|449600 |   265 |  6633k|  14.7 |  36M| 101 |  75 |2340 |  25k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1741.61/1741.96	c  1742s|449700 |   263 |  6634k|  14.7 |  36M| 101 |  68 |2340 |  25k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1742.00/1742.37	c  1742s|449800 |   261 |  6636k|  14.7 |  36M| 101 |  78 |2340 |  25k|2340 |1708 |  87 | 419k|  32k| 0.000000e+00 |      --      |    Inf 
1742.41/1742.77	c  1743s|449900 |   259 |  6637k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1742.80/1743.19	c  1743s|450000 |   258 |  6639k|  14.7 |  36M| 101 |  82 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1743.30/1743.60	c  1744s|450100 |   256 |  6640k|  14.7 |  36M| 101 |  87 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1743.61/1743.99	c  1744s|450200 |   256 |  6642k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1744.11/1744.42	c  1744s|450300 |   258 |  6643k|  14.7 |  36M| 101 |  66 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1744.51/1744.88	c  1745s|450400 |   258 |  6645k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1745.01/1745.31	c  1745s|450500 |   258 |  6647k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1745.40/1745.74	c  1746s|450600 |   258 |  6648k|  14.7 |  36M| 101 |  76 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1745.81/1746.18	c  1746s|450700 |   258 |  6650k|  14.7 |  36M| 101 |  77 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1746.20/1746.59	c  1747s|450800 |   258 |  6652k|  14.7 |  36M| 101 |  71 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1746.61/1747.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.61/1747.00	c  1747s|450900 |   260 |  6654k|  14.7 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1747.11/1747.43	c  1747s|451000 |   259 |  6656k|  14.7 |  36M| 101 |  64 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1747.51/1747.87	c  1748s|451100 |   259 |  6657k|  14.8 |  36M| 101 |  65 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1748.00/1748.31	c  1748s|451200 |   259 |  6659k|  14.8 |  36M| 101 |  72 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1748.40/1748.73	c  1749s|451300 |   259 |  6661k|  14.8 |  36M| 101 |  67 |2340 |  25k|2340 |1708 |  87 | 420k|  32k| 0.000000e+00 |      --      |    Inf 
1748.80/1749.17	c  1749s|451400 |   259 |  6663k|  14.8 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1749.20/1749.58	c  1750s|451500 |   260 |  6665k|  14.8 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1749.60/1749.99	c  1750s|451600 |   259 |  6667k|  14.8 |  36M| 101 |  70 |2340 |  25k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1750.11/1750.42	c  1750s|451700 |   259 |  6668k|  14.8 |  36M| 101 |  84 |2340 |  25k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1750.50/1750.84	c  1751s|451800 |   259 |  6670k|  14.8 |  36M| 101 |   - |2340 |  25k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1750.90/1751.24	c  1751s|451900 |   259 |  6672k|  14.8 |  36M| 101 |  72 |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1751.30/1751.61	c  1752s|452000 |   259 |  6673k|  14.8 |  36M| 101 |  80 |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1751.70/1752.04	c  1752s|452100 |   259 |  6675k|  14.8 |  36M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1752.10/1752.47	c  1752s|452200 |   259 |  6677k|  14.8 |  37M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1752.60/1752.93	c  1753s|452300 |   259 |  6679k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1753.00/1753.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.00/1753.37	c  1753s|452400 |   261 |  6681k|  14.8 |  37M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 421k|  32k| 0.000000e+00 |      --      |    Inf 
1753.41/1753.79	c  1754s|452500 |   259 |  6682k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1753.81/1754.19	c  1754s|452600 |   259 |  6684k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1754.20/1754.59	c  1755s|452700 |   259 |  6686k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1754.60/1754.98	c  1755s|452800 |   259 |  6687k|  14.8 |  37M| 101 |  76 |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1755.01/1755.38	c  1755s|452900 |   257 |  6689k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1755.51/1755.82	c  1756s|453000 |   258 |  6691k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1755.90/1756.22	c  1756s|453100 |   262 |  6692k|  14.8 |  37M| 101 |  63 |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1756.30/1756.65	c  1757s|453200 |   257 |  6694k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1756.71/1757.08	c  1757s|453300 |   257 |  6696k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1757.21/1757.51	c  1758s|453400 |   257 |  6698k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1757.60/1757.92	c  1758s|453500 |   257 |  6699k|  14.8 |  37M| 101 |  86 |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1758.01/1758.33	c  1758s|453600 |   259 |  6701k|  14.8 |  37M| 101 |  89 |2340 |  26k|2340 |1708 |  87 | 422k|  32k| 0.000000e+00 |      --      |    Inf 
1758.40/1758.76	c  1759s|453700 |   263 |  6703k|  14.8 |  37M| 101 |  85 |2340 |  26k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1758.81/1759.16	c  1759s|453800 |   261 |  6704k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1759.20/1759.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1759.20/1759.59	c  1760s|453900 |   263 |  6706k|  14.8 |  37M| 101 |  84 |2340 |  26k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1759.71/1760.00	c  1760s|454000 |   261 |  6708k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1760.01/1760.39	c  1760s|454100 |   267 |  6709k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1760.50/1760.81	c  1761s|454200 |   263 |  6711k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1760.90/1761.24	c  1761s|454300 |   263 |  6713k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1761.30/1761.64	c  1762s|454400 |   265 |  6714k|  14.8 |  37M| 101 |  84 |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1761.71/1762.04	c  1762s|454500 |   269 |  6716k|  14.8 |  37M| 101 |  90 |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1762.11/1762.47	c  1762s|454600 |   267 |  6718k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 423k|  32k| 0.000000e+00 |      --      |    Inf 
1762.60/1762.92	c  1763s|454700 |   267 |  6719k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1763.00/1763.35	c  1763s|454800 |   261 |  6721k|  14.8 |  37M| 101 |  67 |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1763.40/1763.75	c  1764s|454900 |   269 |  6723k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1763.90/1764.20	c  1764s|455000 |   263 |  6724k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1764.31/1764.63	c  1765s|455100 |   263 |  6726k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1764.70/1765.04	c  1765s|455200 |   269 |  6728k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1765.11/1765.48	c  1765s|455300 |   264 |  6729k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1765.60/1765.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1765.60/1765.91	c  1766s|455400 |   264 |  6731k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1766.00/1766.32	c  1766s|455500 |   264 |  6733k|  14.8 |  37M| 101 |  79 |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1766.40/1766.73	c  1767s|455600 |   264 |  6735k|  14.8 |  37M| 101 |  82 |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1766.80/1767.13	c  1767s|455700 |   264 |  6736k|  14.8 |  37M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 424k|  32k| 0.000000e+00 |      --      |    Inf 
1767.20/1767.54	c  1768s|455800 |   264 |  6738k|  14.8 |  37M| 101 |  69 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1767.61/1767.95	c  1768s|455900 |   262 |  6739k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1768.10/1768.40	c  1768s|456000 |   265 |  6741k|  14.8 |  37M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1768.50/1768.80	c  1769s|456100 |   265 |  6742k|  14.8 |  37M| 101 |  68 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1768.90/1769.28	c  1769s|456200 |   265 |  6744k|  14.8 |  37M| 101 |  77 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1769.30/1769.68	c  1770s|456300 |   263 |  6746k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1769.80/1770.14	c  1770s|456400 |   263 |  6747k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1770.20/1770.53	c  1771s|456500 |   263 |  6749k|  14.8 |  37M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1770.60/1770.97	c  1771s|456600 |   263 |  6751k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1771.10/1771.41	c  1771s|456700 |   265 |  6752k|  14.8 |  37M| 101 |  70 |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1771.50/1771.80	c  1772s|456800 |   263 |  6754k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 425k|  32k| 0.000000e+00 |      --      |    Inf 
1771.90/1772.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1771.90/1772.25	c  1772s|456900 |   263 |  6755k|  14.8 |  37M| 101 |  88 |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1772.40/1772.75	c  1773s|457000 |   263 |  6757k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1772.80/1773.15	c  1773s|457100 |   263 |  6758k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1773.30/1773.62	c  1774s|457200 |   263 |  6760k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1773.70/1774.03	c  1774s|457300 |   263 |  6762k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1774.10/1774.45	c  1774s|457400 |   263 |  6763k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1774.50/1774.87	c  1775s|457500 |   263 |  6764k|  14.8 |  37M| 101 |  74 |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1774.90/1775.28	c  1775s|457600 |   263 |  6766k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1775.40/1775.74	c  1776s|457700 |   263 |  6767k|  14.8 |  37M| 101 |  83 |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1775.80/1776.15	c  1776s|457800 |   262 |  6769k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1776.29/1776.60	c  1777s|457900 |   262 |  6771k|  14.8 |  37M| 101 |  66 |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1776.70/1777.05	c  1777s|458000 |   262 |  6773k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1777.20/1777.50	c  1778s|458100 |   262 |  6774k|  14.8 |  37M| 101 |   - |2340 |  26k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1777.60/1777.94	c  1778s|458200 |   262 |  6776k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1778.00/1778.37	c  1778s|458300 |   264 |  6778k|  14.8 |  37M| 101 |  89 |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1778.50/1778.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1778.50/1778.81	c  1779s|458400 |   262 |  6779k|  14.8 |  37M| 101 |   - |2340 |  27k|2340 |1708 |  87 | 426k|  32k| 0.000000e+00 |      --      |    Inf 
1778.90/1779.25	c  1779s|458500 |   262 |  6781k|  14.8 |  37M| 101 |  72 |2340 |  27k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1779.40/1779.73	c  1780s|458600 |   258 |  6782k|  14.8 |  34M| 101 | 103 |2340 |  23k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1779.90/1780.24	c  1780s|458700 |   263 |  6784k|  14.8 |  34M| 101 |  69 |2340 |  23k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1780.40/1780.72	c  1781s|458800 |   267 |  6786k|  14.8 |  33M| 101 |  74 |2340 |  21k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1780.90/1781.24	c  1781s|458900 |   271 |  6787k|  14.8 |  33M| 101 |  71 |2340 |  22k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1781.30/1781.61	c  1782s|459000 |   272 |  6788k|  14.8 |  33M| 101 |  45 |2340 |  22k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1781.60/1781.98	c  1782s|459100 |   271 |  6790k|  14.8 |  33M| 101 |  59 |2340 |  22k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1782.20/1782.50	c  1782s|459200 |   269 |  6792k|  14.8 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1782.59/1782.92	c  1783s|459300 |   269 |  6793k|  14.8 |  33M| 101 |  59 |2340 |  22k|2340 |1708 |  87 | 427k|  32k| 0.000000e+00 |      --      |    Inf 
1783.01/1783.34	c  1783s|459400 |   267 |  6795k|  14.8 |  33M| 101 |  66 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1783.30/1783.69	c  1784s|459500 |   267 |  6796k|  14.8 |  33M| 101 |  82 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1783.80/1784.12	c  1784s|459600 |   267 |  6798k|  14.8 |  33M| 101 |  58 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1784.20/1784.54	c  1785s|459700 |   269 |  6799k|  14.8 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1784.60/1784.92	c  1785s|459800 |   269 |  6801k|  14.8 |  33M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1785.00/1785.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1785.00/1785.33	c  1785s|459900 |   268 |  6802k|  14.8 |  33M| 101 |  77 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1785.40/1785.74	c  1786s|460000 |   266 |  6804k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1785.70/1786.08	c  1786s|460100 |   268 |  6805k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1786.10/1786.44	c  1786s|460200 |   268 |  6807k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1786.41/1786.79	c  1787s|460300 |   268 |  6809k|  14.8 |  34M| 101 |  76 |2340 |  22k|2340 |1708 |  87 | 428k|  32k| 0.000000e+00 |      --      |    Inf 
1786.80/1787.15	c  1787s|460400 |   266 |  6810k|  14.8 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1787.20/1787.53	c  1788s|460500 |   266 |  6812k|  14.8 |  34M| 101 |   - |2340 |  23k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1787.51/1787.88	c  1788s|460600 |   264 |  6813k|  14.8 |  34M| 101 |  86 |2340 |  23k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1787.89/1788.26	c  1788s|460700 |   264 |  6815k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1788.29/1788.62	c  1789s|460800 |   264 |  6816k|  14.8 |  34M| 101 |  93 |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1788.70/1789.01	c  1789s|460900 |   262 |  6818k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1789.09/1789.41	c  1789s|461000 |   260 |  6819k|  14.8 |  33M| 101 |  99 |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1789.40/1789.77	c  1790s|461100 |   273 |  6821k|  14.8 |  33M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1789.80/1790.18	c  1790s|461200 |   263 |  6823k|  14.8 |  33M| 101 |  78 |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1790.20/1790.55	c  1791s|461300 |   263 |  6824k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1790.59/1790.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1790.59/1790.93	c  1791s|461400 |   263 |  6826k|  14.8 |  34M| 101 |   - |2340 |  22k|2340 |1708 |  87 | 429k|  32k| 0.000000e+00 |      --      |    Inf 
1791.00/1791.30	c  1791s|461500 |   263 |  6828k|  14.8 |  34M| 101 |  73 |2340 |  22k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1791.30/1791.69	c  1792s|461600 |   263 |  6829k|  14.8 |  34M| 101 |  61 |2340 |  22k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1791.69/1792.05	c  1792s|461700 |   265 |  6830k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1792.10/1792.41	c  1792s|461800 |   265 |  6832k|  14.8 |  33M| 101 |  85 |2340 |  20k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1792.40/1792.79	c  1793s|461900 |   265 |  6833k|  14.8 |  33M| 101 |   - |2340 |  20k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1792.80/1793.16	c  1793s|462000 |   265 |  6835k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1793.10/1793.49	c  1793s|462100 |   278 |  6836k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1793.50/1793.87	c  1794s|462200 |   267 |  6838k|  14.8 |  33M| 101 |  85 |2340 |  21k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1793.90/1794.24	c  1794s|462300 |   267 |  6840k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 430k|  32k| 0.000000e+00 |      --      |    Inf 
1794.19/1794.58	c  1795s|462400 |   266 |  6841k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1794.60/1794.95	c  1795s|462500 |   268 |  6843k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1794.99/1795.30	c  1795s|462600 |   268 |  6844k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1795.30/1795.67	c  1796s|462700 |   272 |  6846k|  14.8 |  33M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1795.69/1796.05	c  1796s|462800 |   272 |  6848k|  14.8 |  34M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1796.10/1796.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1796.10/1796.43	c  1796s|462900 |   272 |  6849k|  14.8 |  34M| 101 |  73 |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1796.49/1796.84	c  1797s|463000 |   272 |  6851k|  14.8 |  34M| 101 |   - |2340 |  21k|2340 |1708 |  87 | 431k|  32k| 0.000000e+00 |      --      |    Inf 
1796.69/1797.00	c 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Solving Time (sec) : 1797.00
1796.69/1797.00	c Solving Nodes      : 463036
1796.69/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.00	c Gap                : infinite
1796.69/1797.00	s UNKNOWN
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Total Time         :    1797.00
1796.69/1797.00	c   solving          :    1797.00
1796.69/1797.00	c   presolving       :       0.07 (included in solving)
1796.69/1797.00	c   reading          :       0.02 (included in solving)
1796.69/1797.00	c   copying          :       0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3691554-1338028548.opb
1796.69/1797.00	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 1678 initial, 1678 maximal
1796.69/1797.00	c   Objective sense  : minimize
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3691554-1338028548.opb
1796.69/1797.00	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 1678 initial, 31237 maximal
1796.69/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   integral         :          0          0          0          0     238332          0          1          0        331       4967          0          0     467038
1796.69/1797.00	c   setppc           :         79         79          5    1634775          0          0          0   65575699         76    7514443          0          0          0
1796.69/1797.00	c   linear           :          0+        46          5         92          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :       1599+     31112          5     384213          0          0          0    1056999       2054     287552          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.00	c   integral         :     124.08       0.00       0.00       0.00     124.08       0.00       0.00       0.00
1796.69/1797.00	c   setppc           :      42.35       0.00       0.00      15.47       0.00       0.00       0.00      26.88
1796.69/1797.00	c   linear           :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c   logicor          :      84.06       0.00       0.00      80.96       0.00       0.00       0.00       3.09
1796.69/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.00	c   rootredcost      :          0          0          0          0
1796.69/1797.00	c   pseudoobj        :          0          0          0          0
1796.69/1797.00	c   vbounds          :          0          0          0          0
1796.69/1797.00	c   redcost          :     238337          0          0          0
1796.69/1797.00	c   probing          :          0          0          0          0
1796.69/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.00	c   rootredcost      :       0.42       0.00       0.00       0.42       0.00
1796.69/1797.00	c   pseudoobj        :       0.43       0.00       0.00       0.43       0.00
1796.69/1797.00	c   vbounds          :       0.37       0.00       0.00       0.37       0.00
1796.69/1797.00	c   redcost          :       7.34       0.00       0.00       7.34       0.00
1796.69/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :       0.11       2130       2093       7610       64.5         14       46.2          -
1796.69/1797.00	c   infeasible LP    :     374.36     227313     197979    5826897      219.9        241       48.8          0
1796.69/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   applied globally :          -          -          -     431896      100.0          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -          5      366.4          -          -          -
1796.69/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.00                     4          -          -          2          -    (maximal pool size: 190)
1796.69/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.69/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   gomory           :       0.02       0.00          5          0          0        250          0
1796.69/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   strongcg         :       0.21       0.00          5          0          0       2500          0
1796.69/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   clique           :       0.01       0.00          5          0          0          0          0
1796.69/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.69/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   rapidlearning    :       0.24       0.00          1          0          0          0         46
1796.69/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.00	c   problem variables:       0.00          -          0          0
1796.69/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   relpscost        :     123.74       0.00     238332        331       4967          0          0     467038
1796.69/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.00	c   LP solutions     :       0.00          -          -          0
1796.69/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          1          0
1796.69/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.69/1797.00	c   rounding         :       0.00       0.00          0          0
1796.69/1797.00	c   shifting         :       0.00       0.00          0          0
1796.69/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.69/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.00	c   clique           :       0.00       0.00          0          0
1796.69/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.69/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.69/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.69/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.69/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.69/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.69/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.69/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.00	c   octane           :       0.00       0.00          0          0
1796.69/1797.00	c   rens             :       0.00       0.00          0          0
1796.69/1797.00	c   rins             :       0.00       0.00          0          0
1796.69/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.00	c   mutation         :       0.00       0.00          0          0
1796.69/1797.00	c   crossover        :       0.00       0.00          0          0
1796.69/1797.00	c   dins             :       0.00       0.00          0          0
1796.69/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.00	c   undercover       :       0.00       0.00          0          0
1796.69/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.00	c   trysol           :       0.00       0.00          0          0
1796.69/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.00	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
1796.69/1797.00	c   dual LP          :     988.24     465650    6852303      14.78    6933.83       1.17       1876
1796.69/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.69/1797.00	c   strong branching :     115.79      32556     631540      19.40    5454.17
1796.69/1797.00	c     (at root node) :          -         15       3770     251.33          -
1796.69/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.00	c B&B Tree           :
1796.69/1797.00	c   number of runs   :          1
1796.69/1797.00	c   nodes            :     463036
1796.69/1797.00	c   nodes (total)    :     463036
1796.69/1797.00	c   nodes left       :        272
1796.69/1797.00	c   max depth        :        101
1796.69/1797.00	c   max depth (total):        101
1796.69/1797.00	c   backtracks       :      48111 (10.4%)
1796.69/1797.00	c   delayed cutoffs  :       3731
1796.69/1797.00	c   repropagations   :     726696 (615448 domain reductions, 1903 cutoffs)
1796.69/1797.00	c   avg switch length:       4.90
1796.69/1797.00	c   switching time   :      81.11
1796.69/1797.00	c Solution           :
1796.69/1797.00	c   Solutions found  :          0 (0 improvements)
1796.69/1797.00	c   Primal Bound     :          -
1796.69/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.00	c   Gap              :   infinite
1796.69/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.00	c   Root Iterations  :       4142
1796.69/1797.08	c Time complete: 1796.78.

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-3691554-1338028548/watcher-3691554-1338028548 -o /tmp/evaluation-result-3691554-1338028548/solver-3691554-1338028548 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691554-1338028548.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.00 1.31 1.68 3/176 30492
/proc/meminfo: memFree=29417628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=13168 CPUtime=0 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 2003 0 0 0 0 0 0 0 20 0 1 0 268983321 13484032 1958 33554432000 4194304 10219143 140735768840512 140734762640104 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 3292 1972 419 1471 0 1812 0

[startup+0.051989 s]
/proc/loadavg: 1.00 1.31 1.68 3/176 30492
/proc/meminfo: memFree=29417628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=29856 CPUtime=0.04 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 6255 0 0 0 4 0 0 0 20 0 1 0 268983321 30572544 5953 33554432000 4194304 10219143 140735768840512 140735768705688 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 7464 5953 547 1471 0 5984 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29856

[startup+0.10032 s]
/proc/loadavg: 1.00 1.31 1.68 3/176 30492
/proc/meminfo: memFree=29417628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=38980 CPUtime=0.09 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 8549 0 0 0 8 1 0 0 20 0 1 0 268983321 39915520 8247 33554432000 4194304 10219143 140735768840512 140735768705688 5410824 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 9745 8247 568 1471 0 8265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38980

[startup+0.300292 s]
/proc/loadavg: 1.00 1.31 1.68 3/176 30492
/proc/meminfo: memFree=29417628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=69460 CPUtime=0.28 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 16111 0 0 0 26 2 0 0 20 0 1 0 268983321 71127040 15585 33554432000 4194304 10219143 140735768840512 140735768705688 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 17365 15621 760 1471 0 15885 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69460

[startup+0.700306 s]
/proc/loadavg: 1.00 1.31 1.68 3/176 30492
/proc/meminfo: memFree=29417628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=0.69 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21600 0 0 0 64 5 0 0 20 0 1 0 268983321 89096192 20256 33554432000 4194304 10219143 140735768840512 140735768835448 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20256 790 1471 0 20272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87008

[startup+1.50023 s]
/proc/loadavg: 1.00 1.31 1.68 3/177 30493
/proc/meminfo: memFree=29339468/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=1.49 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21629 0 0 0 143 6 0 0 20 0 1 0 268983321 89096192 20285 33554432000 4194304 10219143 140735768840512 140735768834344 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20285 791 1471 0 20272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87008

[startup+3.10022 s]
/proc/loadavg: 1.00 1.31 1.68 3/177 30493
/proc/meminfo: memFree=29338592/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=3.09 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21632 0 0 0 301 8 0 0 20 0 1 0 268983321 89096192 20288 33554432000 4194304 10219143 140735768840512 140735768833960 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20288 794 1471 0 20272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87008

[startup+6.30023 s]
/proc/loadavg: 1.08 1.32 1.68 3/177 30493
/proc/meminfo: memFree=29338840/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=6.28 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21632 0 0 0 618 10 0 0 20 0 1 0 268983321 89096192 20288 33554432000 4194304 10219143 140735768840512 140735768833960 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20288 794 1471 0 20272 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87008

[startup+12.7002 s]
/proc/loadavg: 1.16 1.33 1.68 3/177 30493
/proc/meminfo: memFree=29337456/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=12.68 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21632 0 0 0 1252 16 0 0 20 0 1 0 268983321 89096192 20288 33554432000 4194304 10219143 140735768840512 140735768833960 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20288 794 1471 0 20272 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87008

[startup+25.5003 s]
/proc/loadavg: 1.34 1.37 1.68 3/177 30493
/proc/meminfo: memFree=29338164/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=25.49 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21637 0 0 0 2517 32 0 0 20 0 1 0 268983321 89096192 20293 33554432000 4194304 10219143 140735768840512 140735768834344 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20293 798 1471 0 20272 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87008

[startup+51.1003 s]
/proc/loadavg: 1.57 1.42 1.69 3/177 30493
/proc/meminfo: memFree=29336568/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=51.07 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21648 0 0 0 5028 79 0 0 20 0 1 0 268983321 89096192 20644 33554432000 4194304 10219143 140735768840512 140735768834152 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20644 798 1471 0 20272 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 87008

[startup+102.3 s]
/proc/loadavg: 1.81 1.50 1.71 3/177 30645
/proc/meminfo: memFree=29346648/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=102.26 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 10045 181 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87008

[startup+162.3 s]
/proc/loadavg: 2.12 1.64 1.74 3/177 30683
/proc/meminfo: memFree=28041860/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=162.25 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 15931 294 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 87008

[startup+222.3 s]
/proc/loadavg: 2.11 1.72 1.76 3/177 30684
/proc/meminfo: memFree=27982652/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=222.23 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 21821 402 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768834152 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87008

[startup+282.3 s]
/proc/loadavg: 2.11 1.78 1.77 3/178 30687
/proc/meminfo: memFree=27294116/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=282.23 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 27717 506 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 87008

[startup+342.3 s]
/proc/loadavg: 2.04 1.82 1.78 3/177 30687
/proc/meminfo: memFree=27304012/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=342.23 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 33610 613 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835880 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 87008

[startup+402.3 s]
/proc/loadavg: 2.07 1.86 1.80 3/177 30687
/proc/meminfo: memFree=27298152/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=402.21 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 39502 719 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768833864 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 87008

[startup+462.307 s]
/proc/loadavg: 2.02 1.89 1.81 3/177 30687
/proc/meminfo: memFree=27268148/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=462.21 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 45393 828 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835880 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 87008

[startup+522.3 s]
/proc/loadavg: 2.01 1.90 1.82 3/177 30688
/proc/meminfo: memFree=27267556/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=87008 CPUtime=522.19 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 21661 0 0 0 51272 947 0 0 20 0 1 0 268983321 89096192 20836 33554432000 4194304 10219143 140735768840512 140735768835864 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 21752 20836 798 1471 0 20272 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 87008

[startup+582.3 s]
/proc/loadavg: 2.00 1.92 1.83 3/177 30688
/proc/meminfo: memFree=27243824/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=88748 CPUtime=582.18 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 22095 0 0 0 57161 1057 0 0 20 0 1 0 268983321 90877952 21270 33554432000 4194304 10219143 140735768840512 140735768833128 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 22187 21270 798 1471 0 20707 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 88748

[startup+642.3 s]

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

/proc/meminfo: memFree=27211064/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=108488 CPUtime=1062.11 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27062 0 0 0 104324 1887 0 0 20 0 1 0 268983321 111091712 26206 33554432000 4194304 10219143 140735768840512 140735768834184 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27122 26206 798 1471 0 25642 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 108488

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 30693
/proc/meminfo: memFree=27209452/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1122.1 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27322 0 0 0 110208 2002 0 0 20 0 1 0 268983321 112201728 26466 33554432000 4194304 10219143 140735768840512 140735768834152 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26466 798 1471 0 25913 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 109572

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 30693
/proc/meminfo: memFree=27209000/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1182.09 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27325 0 0 0 116088 2121 0 0 20 0 1 0 268983321 112201728 26469 33554432000 4194304 10219143 140735768840512 140735768834152 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26469 798 1471 0 25913 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 109572

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30693
/proc/meminfo: memFree=27206376/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1242.08 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27326 0 0 0 121968 2240 0 0 20 0 1 0 268983321 112201728 26470 33554432000 4194304 10219143 140735768840512 140735768837096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26470 798 1471 0 25913 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 109572

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30693
/proc/meminfo: memFree=27206148/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1302.07 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27326 0 0 0 127852 2355 0 0 20 0 1 0 268983321 112201728 26470 33554432000 4194304 10219143 140735768840512 140735768834152 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26470 798 1471 0 25913 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 109572

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30693
/proc/meminfo: memFree=27205548/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1362.06 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27326 0 0 0 133735 2471 0 0 20 0 1 0 268983321 112201728 26470 33554432000 4194304 10219143 140735768840512 140735768837096 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26470 798 1471 0 25913 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 109572

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 30693
/proc/meminfo: memFree=27203628/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=109572 CPUtime=1422.05 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27328 0 0 0 139622 2583 0 0 20 0 1 0 268983321 112201728 26472 33554432000 4194304 10219143 140735768840512 140735768835864 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27393 26472 798 1471 0 25913 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 109572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 30697
/proc/meminfo: memFree=27188104/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110200 CPUtime=1482.04 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27480 0 0 0 145519 2685 0 0 20 0 1 0 268983321 112844800 26624 33554432000 4194304 10219143 140735768840512 140735768836984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27550 26624 798 1471 0 26070 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 110200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 30720
/proc/meminfo: memFree=27225032/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110200 CPUtime=1542.03 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27487 0 0 0 151421 2782 0 0 20 0 1 0 268983321 112844800 26631 33554432000 4194304 10219143 140735768840512 140735768834152 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27550 26631 798 1471 0 26070 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 110200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30720
/proc/meminfo: memFree=27244524/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110200 CPUtime=1602.02 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27487 0 0 0 157326 2876 0 0 20 0 1 0 268983321 112844800 26631 33554432000 4194304 10219143 140735768840512 140735768835880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27550 26631 798 1471 0 26070 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 110200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30720
/proc/meminfo: memFree=27224544/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110200 CPUtime=1662.02 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27487 0 0 0 163234 2968 0 0 20 0 1 0 268983321 112844800 26631 33554432000 4194304 10219143 140735768840512 140735768837000 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27550 26631 798 1471 0 26070 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 110200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 30720
/proc/meminfo: memFree=27224108/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110812 CPUtime=1722.01 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27617 0 0 0 169134 3067 0 0 20 0 1 0 268983321 113471488 26761 33554432000 4194304 10219143 140735768840512 140735768833768 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27703 26761 798 1471 0 26223 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 110812

[startup+1782.31 s]
/proc/loadavg: 2.08 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27216600/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1782 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 175040 3160 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768834056 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 110960

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

[startup+1785.8 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213684/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1785.5 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 175384 3166 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768835880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 110960

[startup+1792.21 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213808/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1791.91 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 176014 3177 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768833864 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 110960

[startup+1795.4 s]
/proc/loadavg: 2.06 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213808/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1795.11 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 176329 3182 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768833768 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1795.11
Current children cumulated vsize (KiB) 110960

[startup+1796.2 s]
/proc/loadavg: 2.06 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213808/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1795.89 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 176407 3182 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768834152 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1795.89
Current children cumulated vsize (KiB) 110960

[startup+1796.61 s]
/proc/loadavg: 2.06 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213808/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1796.3 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 176447 3183 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768833864 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1796.3
Current children cumulated vsize (KiB) 110960

[startup+1797 s]
/proc/loadavg: 2.06 2.02 1.91 3/177 30721
/proc/meminfo: memFree=27213808/32873844 swapFree=7100/7100
[pid=30492] ppid=30490 vsize=110960 CPUtime=1796.69 cores=1,3,5,7
/proc/30492/stat : 30492 (scip-2.1.1.4exp) R 30490 30492 29021 0 -1 4202496 27694 0 0 0 176486 3183 0 0 20 0 1 0 268983321 113623040 26838 33554432000 4194304 10219143 140735768840512 140735768833864 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30492/statm: 27740 26838 798 1471 0 26260 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 110960

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.79
CPU user time (s): 1764.94
CPU system time (s): 31.8462
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 110960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.94
system time used= 31.8462
maximum resident set size= 107364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27699
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= 26
involuntary context switches= 1849

runsolver used 2.68959 second user time and 9.2316 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 12:35:48
IDJOB=3691554
IDBENCH=1430
IDSOLVER=2271
FILE ID=node102/3691554-1338028548
RUNJOBID= node102-1338028547-30351
PBS_JOBID= 14624369
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_39_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-3691554-1338028548/watcher-3691554-1338028548 -o /tmp/evaluation-result-3691554-1338028548/solver-3691554-1338028548 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691554-1338028548.opb -t 1800 -m 15500

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

MD5SUM BENCH= 72bb077846a4d869a09744c0b238b13c
RANDOM SEED=1937120997

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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	: 5438.54
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.178
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.178
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:        29418156 kB
Buffers:          233960 kB
Cached:          2399076 kB
SwapCached:            0 kB
Active:           930688 kB
Inactive:        1754304 kB
Active(anon):      54676 kB
Inactive(anon):        0 kB
Active(file):     876012 kB
Inactive(file):  1754304 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27992 kB
Writeback:             0 kB
AnonPages:         58944 kB
Mapped:            17316 kB
Shmem:               200 kB
Slab:             631736 kB
SReclaimable:      73840 kB
SUnreclaim:       557896 kB
KernelStack:        1416 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71516 MiB
End job on node102 at 2012-05-26 13:05:45