Trace number 3690740

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.76 1797.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.56
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690740-1338022458.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.05	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5044 impls, 100 clqs
0.00/0.05	c presolving (2 rounds):
0.00/0.05	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  5044 implications, 100 cliques
0.00/0.05	c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 770 constraints
0.00/0.05	c       1 constraints of type <knapsack>
0.00/0.05	c     150 constraints of type <setppc>
0.00/0.05	c     618 constraints of type <and>
0.00/0.05	c       1 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.05
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c limits/solutions = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05	c separating/maxrounds = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/maxroundsroot = 5
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05	c constraints/knapsack/disaggregation = FALSE
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/coefdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05	c heuristics/crossover/freq = -1
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/crossover/nodesofs = 750
0.00/0.05	c 
0.00/0.05	c # number of nodes without incumbent change that heuristic should wait
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05	c heuristics/crossover/nwaitingnodes = 100
0.00/0.05	c 
0.00/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05	c # [type: real, range: [0,1], default: 0.1]
0.00/0.05	c heuristics/crossover/nodesquot = 0.15
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixed 
0.00/0.05	c # [type: real, range: [0,1], default: 0.666]
0.00/0.05	c heuristics/crossover/minfixingrate = 0.5
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/feaspump/freq = -1
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/fracdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/guideddiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/intshifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/linesearchdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/objpscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05	c # [type: real, range: [0,1], default: 0.01]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/oneopt/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/pscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/rens/freq = -1
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixable 
0.00/0.05	c # [type: real, range: [0,1], default: 0.5]
0.00/0.05	c heuristics/rens/minfixingrate = 0.3
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/rens/nodesofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/rootsoldiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/rounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/shiftandpropagate/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/shifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/simplerounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/subnlp/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/trivial/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/trysol/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/undercover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/veclendiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/zirounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c propagating/probing/maxprerounds = 0
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/cmir/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/flowcover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/indoneopt/freq = -1
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.07	c   0.1s|     1 |     0 |   274 |     - |3211k|   0 | 160 | 718 | 770 | 718 |1388 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   307 |     - |3675k|   0 | 164 | 718 | 825 | 718 |1397 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   346 |     - |4225k|   0 | 167 | 718 | 825 | 718 |1404 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.58/0.65	c   0.7s|     1 |     0 |   389 |     - |4863k|   0 | 166 | 718 | 825 | 718 |1410 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   465 |     - |5548k|   0 | 172 | 718 | 825 | 718 |1416 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.01	c   1.0s|     1 |     0 |   499 |     - |6081k|   0 | 166 | 718 | 825 | 718 |1423 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.18/1.29	c   1.3s|     1 |     2 |   499 |     - |6081k|   0 | 166 | 718 | 825 | 718 |1423 |  35 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
5.39/5.43	c   5.4s|   100 |    39 |  9775 |  93.7 |6145k|  23 | 162 | 718 | 868 | 718 | 437 |2285 |  43 | 728 | 0.000000e+00 |      --      |    Inf 
6.19/6.21	c   6.2s|   200 |    57 | 17327 |  84.6 |6238k|  23 |   - | 718 | 936 | 718 | 464 |3761 | 111 | 764 | 0.000000e+00 |      --      |    Inf 
6.88/6.99	c   7.0s|   300 |    60 | 26799 |  88.0 |6325k|  23 |   - | 718 |1011 | 718 | 524 |5482 | 186 | 767 | 0.000000e+00 |      --      |    Inf 
7.48/7.57	c   7.6s|   400 |    60 | 33849 |  83.6 |6372k|  23 | 131 | 718 |1106 | 718 | 497 |6673 | 281 | 773 | 0.000000e+00 |      --      |    Inf 
8.09/8.14	c   8.1s|   500 |    66 | 41653 |  82.5 |6459k|  23 | 125 | 718 |1195 | 718 | 436 |8293 | 370 | 774 | 0.000000e+00 |      --      |    Inf 
8.70/8.77	c   8.8s|   600 |    71 | 49930 |  82.5 |6501k|  23 |   - | 718 |1257 | 718 | 443 |  10k| 432 | 774 | 0.000000e+00 |      --      |    Inf 
9.29/9.38	c   9.4s|   700 |    72 | 57584 |  81.7 |6539k|  23 | 124 | 718 |1360 | 718 | 490 |  11k| 535 | 774 | 0.000000e+00 |      --      |    Inf 
9.79/9.89	c   9.9s|   800 |    71 | 63914 |  79.4 |6596k|  23 | 141 | 718 |1465 | 718 | 482 |  12k| 640 | 774 | 0.000000e+00 |      --      |    Inf 
10.48/10.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.48/10.50	c  10.5s|   900 |    77 | 71964 |  79.5 |6690k|  23 |   - | 718 |1547 | 718 | 468 |  14k| 722 | 774 | 0.000000e+00 |      --      |    Inf 
10.99/11.07	c  11.1s|  1000 |    96 | 79025 |  78.6 |6782k|  23 | 139 | 718 |1622 | 718 | 472 |  15k| 797 | 774 | 0.000000e+00 |      --      |    Inf 
11.59/11.65	c  11.6s|  1100 |   105 | 86251 |  78.0 |6838k|  25 |   - | 718 |1700 | 718 | 449 |  17k| 875 | 774 | 0.000000e+00 |      --      |    Inf 
12.19/12.25	c  12.3s|  1200 |   102 | 93844 |  77.9 |6921k|  25 |   - | 718 |1786 | 718 | 446 |  18k| 961 | 774 | 0.000000e+00 |      --      |    Inf 
12.79/12.82	c  12.8s|  1300 |   102 |101091 |  77.4 |6977k|  25 | 163 | 718 |1881 | 718 | 525 |  20k|1056 | 774 | 0.000000e+00 |      --      |    Inf 
13.29/13.37	c  13.4s|  1400 |   101 |107980 |  76.8 |6990k|  25 |   - | 718 |1949 | 718 | 510 |  21k|1124 | 774 | 0.000000e+00 |      --      |    Inf 
13.88/13.96	c  14.0s|  1500 |   105 |115354 |  76.6 |7052k|  25 |   - | 718 |2057 | 718 | 517 |  22k|1232 | 774 | 0.000000e+00 |      --      |    Inf 
14.49/14.50	c  14.5s|  1600 |   103 |122005 |  76.0 |7101k|  25 |   - | 718 |2178 | 718 | 540 |  23k|1353 | 774 | 0.000000e+00 |      --      |    Inf 
14.98/15.09	c  15.1s|  1700 |    99 |129477 |  75.9 |7143k|  25 |   - | 718 |2272 | 718 | 512 |  24k|1447 | 774 | 0.000000e+00 |      --      |    Inf 
15.49/15.60	c  15.6s|  1800 |   103 |135897 |  75.3 |7195k|  25 |   - | 718 |2373 | 718 | 561 |  25k|1548 | 774 | 0.000000e+00 |      --      |    Inf 
16.18/16.23	c  16.2s|  1900 |   103 |143981 |  75.6 |7256k|  26 |   - | 718 |2491 | 718 | 541 |  26k|1666 | 774 | 0.000000e+00 |      --      |    Inf 
16.79/16.83	c  16.8s|  2000 |   103 |151416 |  75.5 |7302k|  28 | 113 | 718 |2613 | 718 | 514 |  26k|1788 | 774 | 0.000000e+00 |      --      |    Inf 
17.28/17.33	c  17.3s|  2100 |   102 |157908 |  75.0 |7364k|  28 |   - | 718 |2721 | 718 | 502 |  27k|1896 | 774 | 0.000000e+00 |      --      |    Inf 
17.68/17.75	c  17.8s|  2200 |   102 |163131 |  74.0 |7429k|  28 | 137 | 718 |2847 | 718 | 512 |  28k|2022 | 774 | 0.000000e+00 |      --      |    Inf 
18.28/18.32	c  18.3s|  2300 |    99 |170057 |  73.8 |7498k|  28 |   - | 718 |2960 | 718 | 527 |  29k|2135 | 774 | 0.000000e+00 |      --      |    Inf 
18.88/18.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.88/18.90	c  18.9s|  2400 |    99 |176928 |  73.5 |7560k|  28 |   - | 718 |3065 | 718 | 527 |  30k|2241 | 774 | 0.000000e+00 |      --      |    Inf 
19.48/19.54	c  19.5s|  2500 |   101 |184849 |  73.8 |7641k|  28 |  87 | 718 |3161 | 718 | 403 |  31k|2337 | 774 | 0.000000e+00 |      --      |    Inf 
19.98/20.01	c  20.0s|  2600 |   104 |191053 |  73.3 |7702k|  28 | 119 | 718 |3273 | 718 | 450 |  32k|2449 | 774 | 0.000000e+00 |      --      |    Inf 
20.29/20.31	c  20.3s|  2700 |   106 |194777 |  72.0 |7770k|  28 | 124 | 718 |3400 | 718 | 462 |  32k|2576 | 774 | 0.000000e+00 |      --      |    Inf 
20.59/20.66	c  20.7s|  2800 |   104 |199166 |  71.0 |7824k|  28 | 140 | 718 |3526 | 718 | 439 |  33k|2702 | 774 | 0.000000e+00 |      --      |    Inf 
20.99/21.03	c  21.0s|  2900 |   104 |203857 |  70.1 |7883k|  28 | 131 | 718 |3647 | 718 | 464 |  33k|2823 | 774 | 0.000000e+00 |      --      |    Inf 
21.58/21.64	c  21.6s|  3000 |   105 |211306 |  70.3 |7977k|  28 |   - | 718 |3740 | 718 | 576 |  34k|2920 | 774 | 0.000000e+00 |      --      |    Inf 
22.29/22.32	c  22.3s|  3100 |   108 |218421 |  70.3 |8067k|  28 |   - | 718 |3849 | 718 | 467 |  35k|3030 | 794 | 0.000000e+00 |      --      |    Inf 
22.88/22.93	c  22.9s|  3200 |   110 |225002 |  70.2 |8133k|  28 |   - | 718 |3937 | 718 | 458 |  37k|3120 | 813 | 0.000000e+00 |      --      |    Inf 
23.69/23.77	c  23.8s|  3300 |   118 |233196 |  70.5 |8233k|  28 |   - | 718 |4019 | 718 | 481 |  38k|3211 | 842 | 0.000000e+00 |      --      |    Inf 
24.49/24.53	c  24.5s|  3400 |   116 |241979 |  71.0 |8255k|  28 |   - | 718 |4100 | 718 | 492 |  39k|3294 | 858 | 0.000000e+00 |      --      |    Inf 
25.08/25.14	c  25.1s|  3500 |   117 |248825 |  71.0 |8334k|  28 | 146 | 718 |4199 | 718 | 473 |  40k|3401 | 865 | 0.000000e+00 |      --      |    Inf 
25.49/25.59	c  25.6s|  3600 |   120 |254288 |  70.5 |8394k|  28 |   - | 718 |4306 | 718 | 569 |  41k|3509 | 866 | 0.000000e+00 |      --      |    Inf 
26.29/26.31	c  26.3s|  3700 |   122 |262228 |  70.8 |8444k|  28 | 126 | 718 |4414 | 718 | 540 |  42k|3618 | 881 | 0.000000e+00 |      --      |    Inf 
26.98/27.06	c  27.1s|  3800 |   127 |270036 |  70.9 |8520k|  28 | 156 | 718 |4482 | 718 | 492 |  44k|3701 | 904 | 0.000000e+00 |      --      |    Inf 
27.79/27.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.79/27.85	c  27.8s|  3900 |   124 |277607 |  71.1 |8572k|  28 |   - | 718 |4592 | 718 | 539 |  44k|3815 | 929 | 0.000000e+00 |      --      |    Inf 
28.69/28.70	c  28.7s|  4000 |   130 |286891 |  71.6 |8623k|  28 |   - | 718 |4658 | 718 | 483 |  46k|3899 | 952 | 0.000000e+00 |      --      |    Inf 
29.29/29.35	c  29.3s|  4100 |   138 |294846 |  71.8 |8683k|  28 | 107 | 718 |4711 | 718 | 480 |  48k|3977 | 957 | 0.000000e+00 |      --      |    Inf 
29.89/29.92	c  29.9s|  4200 |   137 |302135 |  71.8 |8719k|  28 |   - | 718 |4784 | 718 | 482 |  49k|4072 | 957 | 0.000000e+00 |      --      |    Inf 
30.58/30.63	c  30.6s|  4300 |   144 |309935 |  72.0 |8759k|  28 | 105 | 718 |4803 | 718 | 519 |  51k|4142 | 972 | 0.000000e+00 |      --      |    Inf 
31.38/31.50	c  31.5s|  4400 |   141 |318981 |  72.4 |8791k|  28 | 121 | 718 |4893 | 718 | 520 |  52k|4256 | 995 | 0.000000e+00 |      --      |    Inf 
32.18/32.23	c  32.2s|  4500 |   142 |326895 |  72.5 |8810k|  28 | 167 | 718 |4910 | 718 | 436 |  54k|4346 |1014 | 0.000000e+00 |      --      |    Inf 
32.99/33.06	c  33.1s|  4600 |   148 |335539 |  72.9 |8874k|  28 |   - | 718 |4954 | 718 | 506 |  56k|4419 |1043 | 0.000000e+00 |      --      |    Inf 
33.78/33.80	c  33.8s|  4700 |   141 |343953 |  73.1 |8897k|  28 |   - | 718 |4919 | 718 | 534 |  57k|4499 |1055 | 0.000000e+00 |      --      |    Inf 
34.28/34.33	c  34.3s|  4800 |   149 |350190 |  72.9 |8912k|  29 |   - | 718 |4967 | 718 | 447 |  58k|4602 |1055 | 0.000000e+00 |      --      |    Inf 
34.88/34.97	c  35.0s|  4900 |   147 |357861 |  72.9 |8852k|  29 |   - | 718 |4867 | 718 | 511 |  59k|4673 |1055 | 0.000000e+00 |      --      |    Inf 
35.68/35.71	c  35.7s|  5000 |   147 |365265 |  73.0 |8842k|  29 | 144 | 718 |4856 | 718 | 443 |  60k|4759 |1074 | 0.000000e+00 |      --      |    Inf 
36.39/36.43	c  36.4s|  5100 |   154 |373414 |  73.1 |8862k|  29 |   - | 718 |4850 | 718 | 461 |  62k|4839 |1083 | 0.000000e+00 |      --      |    Inf 
36.98/37.07	c  37.1s|  5200 |   150 |379183 |  72.8 |8890k|  29 |   - | 718 |4890 | 718 | 480 |  62k|4951 |1108 | 0.000000e+00 |      --      |    Inf 
37.68/37.71	c  37.7s|  5300 |   156 |386324 |  72.8 |8912k|  29 |   - | 718 |4843 | 718 | 464 |  64k|5049 |1118 | 0.000000e+00 |      --      |    Inf 
38.18/38.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.18/38.28	c  38.3s|  5400 |   149 |392543 |  72.6 |8883k|  29 | 125 | 718 |4858 | 718 | 519 |  65k|5163 |1127 | 0.000000e+00 |      --      |    Inf 
38.78/38.81	c  38.8s|  5500 |   150 |398521 |  72.4 |8921k|  29 |   - | 718 |4913 | 718 | 559 |  65k|5269 |1134 | 0.000000e+00 |      --      |    Inf 
39.38/39.40	c  39.4s|  5600 |   140 |405224 |  72.3 |8855k|  29 | 139 | 718 |4854 | 718 | 449 |  66k|5377 |1137 | 0.000000e+00 |      --      |    Inf 
39.88/39.96	c  40.0s|  5700 |   148 |411948 |  72.2 |8897k|  29 | 142 | 718 |4845 | 718 | 471 |  67k|5471 |1137 | 0.000000e+00 |      --      |    Inf 
40.48/40.57	c  40.6s|  5800 |   150 |419664 |  72.3 |8926k|  29 | 145 | 718 |4904 | 718 | 565 |  68k|5573 |1137 | 0.000000e+00 |      --      |    Inf 
41.49/41.50	c  41.5s|  5900 |   162 |429032 |  72.6 |8929k|  29 |   - | 718 |4793 | 718 | 546 |  70k|5662 |1160 | 0.000000e+00 |      --      |    Inf 
42.18/42.28	c  42.3s|  6000 |   161 |436831 |  72.7 |8916k|  29 |   - | 718 |4741 | 718 | 480 |  71k|5761 |1177 | 0.000000e+00 |      --      |    Inf 
42.89/42.94	c  42.9s|  6100 |   157 |443652 |  72.7 |8904k|  29 |   - | 718 |4668 | 718 | 514 |  72k|5875 |1187 | 0.000000e+00 |      --      |    Inf 
43.58/43.60	c  43.6s|  6200 |   157 |450379 |  72.6 |8914k|  29 |   - | 718 |4733 | 718 | 483 |  73k|5979 |1201 | 0.000000e+00 |      --      |    Inf 
44.28/44.35	c  44.4s|  6300 |   157 |458237 |  72.7 |8901k|  29 | 131 | 718 |4689 | 718 | 535 |  74k|6064 |1224 | 0.000000e+00 |      --      |    Inf 
44.99/45.00	c  45.0s|  6400 |   157 |465771 |  72.7 |8907k|  29 | 125 | 718 |4609 | 718 | 533 |  75k|6159 |1233 | 0.000000e+00 |      --      |    Inf 
45.48/45.53	c  45.5s|  6500 |   150 |472355 |  72.6 |8904k|  29 |   - | 718 |4671 | 718 | 521 |  76k|6282 |1233 | 0.000000e+00 |      --      |    Inf 
46.09/46.16	c  46.2s|  6600 |   152 |479926 |  72.7 |8935k|  29 |   - | 718 |4728 | 718 | 588 |  77k|6383 |1235 | 0.000000e+00 |      --      |    Inf 
46.68/46.75	c  46.8s|  6700 |   152 |486896 |  72.6 |8961k|  29 | 129 | 718 |4798 | 718 | 504 |  77k|6499 |1235 | 0.000000e+00 |      --      |    Inf 
47.38/47.48	c  47.5s|  6800 |   144 |494533 |  72.7 |8964k|  29 |   - | 718 |4817 | 718 | 493 |  78k|6583 |1253 | 0.000000e+00 |      --      |    Inf 
47.98/48.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.98/48.02	c  48.0s|  6900 |   158 |500205 |  72.4 |9026k|  29 | 137 | 718 |4871 | 718 | 523 |  79k|6682 |1263 | 0.000000e+00 |      --      |    Inf 
48.68/48.74	c  48.7s|  7000 |   151 |507647 |  72.5 |9049k|  29 |   - | 718 |4969 | 718 | 561 |  80k|6796 |1279 | 0.000000e+00 |      --      |    Inf 
49.28/49.32	c  49.3s|  7100 |   158 |513502 |  72.3 |9097k|  29 | 153 | 718 |5057 | 718 | 539 |  80k|6902 |1291 | 0.000000e+00 |      --      |    Inf 
49.98/50.09	c  50.1s|  7200 |   153 |521437 |  72.4 |9055k|  29 | 154 | 718 |5017 | 718 | 545 |  82k|6999 |1309 | 0.000000e+00 |      --      |    Inf 
50.68/50.78	c  50.8s|  7300 |   161 |528720 |  72.4 |9106k|  29 |   - | 718 |5087 | 718 | 568 |  83k|7106 |1325 | 0.000000e+00 |      --      |    Inf 
51.28/51.37	c  51.4s|  7400 |   158 |535568 |  72.3 |9135k|  29 |   - | 718 |5170 | 718 | 539 |  83k|7216 |1331 | 0.000000e+00 |      --      |    Inf 
51.88/51.91	c  51.9s|  7500 |   156 |542424 |  72.3 |9176k|  29 |   - | 718 |5288 | 718 | 571 |  84k|7339 |1332 | 0.000000e+00 |      --      |    Inf 
52.48/52.52	c  52.5s|  7600 |   154 |550080 |  72.3 |9164k|  29 | 147 | 718 |5285 | 718 | 473 |  85k|7432 |1332 | 0.000000e+00 |      --      |    Inf 
53.28/53.35	c  53.4s|  7700 |   162 |558965 |  72.5 |9181k|  29 |   - | 718 |5183 | 718 | 511 |  86k|7490 |1345 | 0.000000e+00 |      --      |    Inf 
53.88/53.98	c  54.0s|  7800 |   162 |567163 |  72.7 |9212k|  29 |   - | 718 |5256 | 718 | 505 |  88k|7588 |1345 | 0.000000e+00 |      --      |    Inf 
54.78/54.83	c  54.8s|  7900 |   169 |576217 |  72.9 |9239k|  29 | 122 | 718 |5251 | 718 | 539 |  89k|7639 |1370 | 0.000000e+00 |      --      |    Inf 
55.38/55.40	c  55.4s|  8000 |   173 |582355 |  72.7 |9226k|  29 | 129 | 718 |5220 | 718 | 544 |  90k|7730 |1379 | 0.000000e+00 |      --      |    Inf 
56.09/56.12	c  56.1s|  8100 |   177 |589867 |  72.8 |9278k|  29 | 171 | 718 |5233 | 718 | 533 |  92k|7831 |1393 | 0.000000e+00 |      --      |    Inf 
56.68/56.74	c  56.7s|  8200 |   183 |596469 |  72.7 |9335k|  29 | 119 | 718 |5279 | 718 | 489 |  93k|7934 |1408 | 0.000000e+00 |      --      |    Inf 
57.19/57.29	c  57.3s|  8300 |   185 |602327 |  72.5 |9375k|  29 | 115 | 718 |5378 | 718 | 504 |  94k|8042 |1425 | 0.000000e+00 |      --      |    Inf 
57.78/57.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.78/57.87	c  57.9s|  8400 |   181 |608617 |  72.4 |9374k|  29 |   - | 718 |5427 | 718 | 436 |  94k|8143 |1433 | 0.000000e+00 |      --      |    Inf 
58.38/58.49	c  58.5s|  8500 |   189 |616781 |  72.5 |9418k|  29 | 135 | 718 |5485 | 718 | 443 |  96k|8215 |1435 | 0.000000e+00 |      --      |    Inf 
59.07/59.11	c  59.1s|  8600 |   191 |624285 |  72.5 |9448k|  29 | 143 | 718 |5499 | 718 | 489 |  97k|8297 |1435 | 0.000000e+00 |      --      |    Inf 
59.58/59.62	c  59.6s|  8700 |   191 |630556 |  72.4 |9523k|  29 |   - | 718 |5569 | 718 | 465 |  98k|8408 |1435 | 0.000000e+00 |      --      |    Inf 
60.08/60.12	c  60.1s|  8800 |   197 |637003 |  72.3 |9575k|  29 |   - | 718 |5634 |   0 |   0 |  99k|8504 |1435 | 0.000000e+00 |      --      |    Inf 
60.68/60.78	c  60.8s|  8900 |   197 |643559 |  72.3 |9632k|  30 |   - | 718 |5737 | 718 | 491 | 100k|8607 |1459 | 0.000000e+00 |      --      |    Inf 
61.28/61.36	c  61.4s|  9000 |   197 |650244 |  72.2 |9685k|  30 |   - | 718 |5821 | 718 | 471 | 101k|8720 |1467 | 0.000000e+00 |      --      |    Inf 
61.88/61.94	c  61.9s|  9100 |   192 |656520 |  72.1 |9694k|  30 |   - | 718 |5912 | 718 | 473 | 102k|8820 |1477 | 0.000000e+00 |      --      |    Inf 
62.58/62.69	c  62.7s|  9200 |   193 |664231 |  72.2 |9692k|  30 |   - | 718 |5911 | 718 | 552 | 103k|8903 |1496 | 0.000000e+00 |      --      |    Inf 
63.28/63.35	c  63.4s|  9300 |   197 |671604 |  72.2 |9708k|  30 | 149 | 718 |5849 | 718 | 461 | 104k|8993 |1510 | 0.000000e+00 |      --      |    Inf 
63.88/63.98	c  64.0s|  9400 |   202 |679006 |  72.2 |9767k|  30 | 148 | 718 |5892 | 718 | 476 | 106k|9078 |1516 | 0.000000e+00 |      --      |    Inf 
64.37/64.42	c  64.4s|  9500 |   202 |684599 |  72.0 |9813k|  30 |   - | 718 |5980 | 718 | 459 | 107k|9167 |1516 | 0.000000e+00 |      --      |    Inf 
64.78/64.89	c  64.9s|  9600 |   212 |690652 |  71.9 |9864k|  30 |   - | 718 |6051 |   0 |   0 | 108k|9239 |1516 | 0.000000e+00 |      --      |    Inf 
65.28/65.35	c  65.4s|  9700 |   214 |696390 |  71.7 |9914k|  30 |   - | 718 |6153 | 718 | 476 | 108k|9342 |1516 | 0.000000e+00 |      --      |    Inf 
65.78/65.82	c  65.8s|  9800 |   218 |701997 |  71.6 |9966k|  30 | 131 | 718 |6250 | 718 | 439 | 109k|9439 |1516 | 0.000000e+00 |      --      |    Inf 
66.38/66.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.38/66.46	c  66.5s|  9900 |   223 |709139 |  71.6 |  10M|  30 |   - | 718 |6326 | 718 | 493 | 111k|9526 |1532 | 0.000000e+00 |      --      |    Inf 
66.88/66.99	c  67.0s| 10000 |   228 |714884 |  71.4 |  10M|  30 | 109 | 718 |6421 | 718 | 524 | 112k|9623 |1544 | 0.000000e+00 |      --      |    Inf 
67.48/67.50	c  67.5s| 10100 |   228 |720461 |  71.3 |  10M|  30 | 110 | 718 |6521 | 718 | 537 | 112k|9723 |1553 | 0.000000e+00 |      --      |    Inf 
67.98/68.10	c  68.1s| 10200 |   224 |727113 |  71.2 |  10M|  30 |   - | 718 |6622 | 718 | 475 | 113k|9827 |1560 | 0.000000e+00 |      --      |    Inf 
68.58/68.67	c  68.7s| 10300 |   217 |732971 |  71.1 |  10M|  30 | 132 | 718 |6727 | 718 | 461 | 114k|9937 |1570 | 0.000000e+00 |      --      |    Inf 
69.18/69.20	c  69.2s| 10400 |   215 |738508 |  71.0 |  10M|  30 | 120 | 718 |6809 | 718 | 471 | 115k|  10k|1582 | 0.000000e+00 |      --      |    Inf 
69.68/69.79	c  69.8s| 10500 |   211 |744675 |  70.9 |  10M|  30 | 138 | 718 |6861 | 718 | 481 | 116k|  10k|1591 | 0.000000e+00 |      --      |    Inf 
70.28/70.33	c  70.3s| 10600 |   213 |750919 |  70.8 |  10M|  30 | 115 | 718 |6953 | 718 | 475 | 117k|  10k|1600 | 0.000000e+00 |      --      |    Inf 
70.78/70.89	c  70.9s| 10700 |   208 |757529 |  70.8 |  10M|  30 | 150 | 718 |7025 | 718 | 470 | 118k|  10k|1605 | 0.000000e+00 |      --      |    Inf 
71.28/71.36	c  71.4s| 10800 |   211 |763080 |  70.6 |  10M|  30 | 124 | 718 |7031 | 718 | 467 | 119k|  10k|1607 | 0.000000e+00 |      --      |    Inf 
71.87/71.92	c  71.9s| 10900 |   210 |769728 |  70.6 |  10M|  30 |   - | 718 |7090 | 718 | 480 | 120k|  10k|1607 | 0.000000e+00 |      --      |    Inf 
72.28/72.34	c  72.3s| 11000 |   209 |774843 |  70.4 |  10M|  30 | 129 | 718 |7187 | 718 | 480 | 120k|  10k|1607 | 0.000000e+00 |      --      |    Inf 
72.78/72.82	c  72.8s| 11100 |   212 |780567 |  70.3 |  10M|  30 | 141 | 718 |7193 | 718 | 526 | 121k|  10k|1607 | 0.000000e+00 |      --      |    Inf 
73.38/73.43	c  73.4s| 11200 |   208 |787094 |  70.2 |  10M|  30 |   - | 718 |7214 | 718 | 493 | 122k|  10k|1620 | 0.000000e+00 |      --      |    Inf 
73.97/74.00	c  74.0s| 11300 |   209 |793269 |  70.2 |  10M|  30 | 135 | 718 |7190 | 718 | 556 | 123k|  10k|1629 | 0.000000e+00 |      --      |    Inf 
74.58/74.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.58/74.67	c  74.7s| 11400 |   209 |799859 |  70.1 |  10M|  30 | 149 | 718 |7120 | 718 | 425 | 124k|  11k|1645 | 0.000000e+00 |      --      |    Inf 
75.28/75.38	c  75.4s| 11500 |   212 |807644 |  70.2 |  10M|  30 | 157 | 718 |7039 | 718 | 546 | 125k|  11k|1654 | 0.000000e+00 |      --      |    Inf 
75.88/75.96	c  76.0s| 11600 |   214 |813459 |  70.1 |  10M|  30 | 144 | 718 |7043 | 718 | 502 | 125k|  11k|1667 | 0.000000e+00 |      --      |    Inf 
76.47/76.59	c  76.6s| 11700 |   215 |820787 |  70.1 |  10M|  30 | 126 | 718 |7061 | 718 | 529 | 126k|  11k|1674 | 0.000000e+00 |      --      |    Inf 
77.08/77.12	c  77.1s| 11800 |   211 |826836 |  70.0 |  10M|  30 | 102 | 718 |7124 | 718 | 427 | 127k|  11k|1678 | 0.000000e+00 |      --      |    Inf 
77.67/77.73	c  77.7s| 11900 |   211 |834268 |  70.1 |  10M|  30 |   - | 718 |7088 | 718 | 471 | 128k|  11k|1680 | 0.000000e+00 |      --      |    Inf 
78.17/78.24	c  78.2s| 12000 |   214 |840222 |  70.0 |  10M|  35 | 161 | 718 |7095 | 718 | 503 | 129k|  11k|1680 | 0.000000e+00 |      --      |    Inf 
78.67/78.75	c  78.7s| 12100 |   215 |846293 |  69.9 |  10M|  35 | 131 | 718 |7116 | 718 | 467 | 130k|  11k|1680 | 0.000000e+00 |      --      |    Inf 
79.08/79.13	c  79.1s| 12200 |   217 |851068 |  69.7 |  10M|  35 |  96 | 718 |7214 | 718 | 475 | 130k|  11k|1680 | 0.000000e+00 |      --      |    Inf 
79.37/79.45	c  79.4s| 12300 |   212 |855176 |  69.5 |  10M|  35 |   - | 718 |7277 | 718 | 480 | 131k|  12k|1680 | 0.000000e+00 |      --      |    Inf 
79.87/79.97	c  80.0s| 12400 |   215 |860776 |  69.4 |  10M|  35 |   - | 718 |7311 | 718 | 490 | 132k|  12k|1699 | 0.000000e+00 |      --      |    Inf 
80.28/80.34	c  80.3s| 12500 |   213 |864800 |  69.1 |  10M|  35 |   - | 718 |7430 | 718 | 455 | 132k|  12k|1705 | 0.000000e+00 |      --      |    Inf 
80.97/81.06	c  81.1s| 12600 |   212 |872175 |  69.2 |  10M|  35 |   - | 718 |7376 | 718 | 531 | 133k|  12k|1724 | 0.000000e+00 |      --      |    Inf 
81.68/81.71	c  81.7s| 12700 |   211 |879411 |  69.2 |  10M|  35 |   - | 718 |7390 | 718 | 540 | 134k|  12k|1733 | 0.000000e+00 |      --      |    Inf 
82.38/82.46	c  82.5s| 12800 |   216 |887498 |  69.3 |  10M|  35 |   - | 718 |7138 |   0 |   0 | 136k|  12k|1751 | 0.000000e+00 |      --      |    Inf 
82.97/83.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.97/83.09	c  83.1s| 12900 |   214 |895191 |  69.4 |  10M|  35 |   - | 718 |7095 | 718 | 502 | 137k|  12k|1754 | 0.000000e+00 |      --      |    Inf 
83.58/83.68	c  83.7s| 13000 |   216 |902723 |  69.4 |  10M|  35 |   - | 718 |7163 | 718 | 519 | 138k|  12k|1755 | 0.000000e+00 |      --      |    Inf 
84.18/84.27	c  84.3s| 13100 |   222 |910361 |  69.5 |  10M|  35 |   - | 718 |7254 | 718 | 507 | 139k|  12k|1755 | 0.000000e+00 |      --      |    Inf 
84.88/84.91	c  84.9s| 13200 |   218 |918582 |  69.6 |  10M|  35 |   - | 718 |7337 | 718 | 551 | 141k|  12k|1755 | 0.000000e+00 |      --      |    Inf 
85.37/85.48	c  85.5s| 13300 |   220 |925471 |  69.6 |  10M|  35 | 148 | 718 |7409 | 718 | 496 | 142k|  12k|1755 | 0.000000e+00 |      --      |    Inf 
86.07/86.19	c  86.2s| 13400 |   221 |933274 |  69.6 |  10M|  35 |   - | 718 |7477 | 718 | 488 | 143k|  13k|1763 | 0.000000e+00 |      --      |    Inf 
86.78/86.85	c  86.9s| 13500 |   233 |939843 |  69.6 |  10M|  35 |   - | 718 |7547 | 718 | 513 | 144k|  13k|1783 | 0.000000e+00 |      --      |    Inf 
87.28/87.36	c  87.4s| 13600 |   235 |946007 |  69.5 |  10M|  35 |   - | 718 |7636 | 718 | 505 | 145k|  13k|1783 | 0.000000e+00 |      --      |    Inf 
87.88/87.99	c  88.0s| 13700 |   236 |952832 |  69.5 |  10M|  35 | 111 | 718 |7752 | 718 | 511 | 146k|  13k|1800 | 0.000000e+00 |      --      |    Inf 
88.47/88.51	c  88.5s| 13800 |   238 |957951 |  69.4 |  10M|  35 | 123 | 718 |7855 | 718 | 494 | 147k|  13k|1813 | 0.000000e+00 |      --      |    Inf 
88.98/89.01	c  89.0s| 13900 |   236 |963544 |  69.3 |  10M|  35 |   - | 718 |7947 | 718 | 515 | 147k|  13k|1818 | 0.000000e+00 |      --      |    Inf 
89.48/89.51	c  89.5s| 14000 |   240 |968889 |  69.2 |  11M|  35 | 140 | 718 |8040 | 718 | 512 | 148k|  13k|1828 | 0.000000e+00 |      --      |    Inf 
89.87/90.00	c  90.0s| 14100 |   240 |974454 |  69.1 |  11M|  35 | 100 | 718 |8150 | 718 | 505 | 149k|  13k|1836 | 0.000000e+00 |      --      |    Inf 
90.47/90.50	c  90.5s| 14200 |   234 |979949 |  69.0 |  11M|  35 |   - | 718 |8265 | 718 | 485 | 149k|  13k|1844 | 0.000000e+00 |      --      |    Inf 
90.98/91.00	c  91.0s| 14300 |   236 |985867 |  68.9 |  11M|  35 |   - | 718 |8325 | 718 | 523 | 150k|  14k|1846 | 0.000000e+00 |      --      |    Inf 
91.37/91.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.37/91.44	c  91.4s| 14400 |   242 |990890 |  68.8 |  11M|  35 |   - | 718 |8415 | 718 | 488 | 151k|  14k|1847 | 0.000000e+00 |      --      |    Inf 
91.87/91.95	c  92.0s| 14500 |   240 |996904 |  68.7 |  11M|  35 | 120 | 718 |8518 | 718 | 476 | 151k|  14k|1847 | 0.000000e+00 |      --      |    Inf 
92.47/92.51	c  92.5s| 14600 |   242 |  1003k|  68.7 |  11M|  35 | 136 | 718 |8594 | 718 | 493 | 152k|  14k|1847 | 0.000000e+00 |      --      |    Inf 
92.88/92.98	c  93.0s| 14700 |   242 |  1009k|  68.6 |  11M|  35 |   - | 718 |8610 | 718 | 513 | 153k|  14k|1847 | 0.000000e+00 |      --      |    Inf 
93.38/93.47	c  93.5s| 14800 |   250 |  1015k|  68.6 |  11M|  35 | 109 | 718 |8680 | 718 | 502 | 154k|  14k|1847 | 0.000000e+00 |      --      |    Inf 
93.97/94.04	c  94.0s| 14900 |   250 |  1021k|  68.5 |  11M|  35 |   - | 718 |8778 | 718 | 526 | 155k|  14k|1867 | 0.000000e+00 |      --      |    Inf 
94.58/94.66	c  94.7s| 15000 |   252 |  1027k|  68.5 |  11M|  35 |   - | 718 |8881 | 718 | 504 | 156k|  14k|1878 | 0.000000e+00 |      --      |    Inf 
95.07/95.17	c  95.2s| 15100 |   258 |  1033k|  68.4 |  11M|  35 |   - | 718 |8978 | 718 | 526 | 157k|  15k|1888 | 0.000000e+00 |      --      |    Inf 
95.68/95.75	c  95.7s| 15200 |   258 |  1040k|  68.4 |  11M|  35 |   - | 718 |9072 | 718 | 506 | 157k|  15k|1895 | 0.000000e+00 |      --      |    Inf 
96.28/96.30	c  96.3s| 15300 |   255 |  1046k|  68.4 |  11M|  35 |   - | 718 |9188 | 718 | 481 | 158k|  15k|1907 | 0.000000e+00 |      --      |    Inf 
96.78/96.85	c  96.8s| 15400 |   253 |  1052k|  68.3 |  11M|  35 | 130 | 718 |9295 | 718 | 513 | 159k|  15k|1915 | 0.000000e+00 |      --      |    Inf 
97.27/97.36	c  97.4s| 15500 |   257 |  1059k|  68.3 |  11M|  35 | 148 | 718 |9396 | 718 | 507 | 160k|  15k|1916 | 0.000000e+00 |      --      |    Inf 
97.78/97.86	c  97.9s| 15600 |   255 |  1065k|  68.3 |  11M|  35 | 126 | 718 |9515 | 718 | 509 | 161k|  15k|1916 | 0.000000e+00 |      --      |    Inf 
98.18/98.26	c  98.3s| 15700 |   261 |  1070k|  68.1 |  11M|  35 | 106 | 718 |9628 | 718 | 494 | 162k|  15k|1916 | 0.000000e+00 |      --      |    Inf 
98.67/98.72	c  98.7s| 15800 |   263 |  1075k|  68.1 |  11M|  35 |   - | 718 |9733 | 718 | 491 | 162k|  15k|1916 | 0.000000e+00 |      --      |    Inf 
99.07/99.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.07/99.11	c  99.1s| 15900 |   261 |  1080k|  67.9 |  11M|  35 |   - | 718 |9817 | 718 | 511 | 163k|  15k|1916 | 0.000000e+00 |      --      |    Inf 
99.47/99.58	c  99.6s| 16000 |   265 |  1085k|  67.8 |  11M|  35 | 109 | 718 |9881 | 718 | 493 | 163k|  16k|1916 | 0.000000e+00 |      --      |    Inf 
100.08/100.14	c   100s| 16100 |   267 |  1092k|  67.8 |  12M|  35 | 120 | 718 |9974 | 718 | 476 | 164k|  16k|1926 | 0.000000e+00 |      --      |    Inf 
100.58/100.65	c   101s| 16200 |   265 |  1097k|  67.7 |  12M|  35 | 131 | 718 |  10k| 718 | 490 | 165k|  16k|1931 | 0.000000e+00 |      --      |    Inf 
101.18/101.24	c   101s| 16300 |   262 |  1104k|  67.7 |  12M|  35 |   - | 718 |  10k| 718 | 515 | 166k|  16k|1941 | 0.000000e+00 |      --      |    Inf 
101.77/101.80	c   102s| 16400 |   259 |  1110k|  67.7 |  12M|  35 | 147 | 718 |  10k| 718 | 500 | 167k|  16k|1951 | 0.000000e+00 |      --      |    Inf 
102.18/102.25	c   102s| 16500 |   260 |  1115k|  67.6 |  12M|  35 | 148 | 718 |  10k| 718 | 516 | 167k|  16k|1959 | 0.000000e+00 |      --      |    Inf 
102.68/102.77	c   103s| 16600 |   259 |  1120k|  67.5 |  12M|  35 |   - | 718 |  10k| 718 | 507 | 167k|  16k|1971 | 0.000000e+00 |      --      |    Inf 
103.28/103.33	c   103s| 16700 |   251 |  1126k|  67.4 |  12M|  35 | 135 | 718 |9929 | 718 | 504 | 168k|  16k|1980 | 0.000000e+00 |      --      |    Inf 
103.77/103.85	c   104s| 16800 |   262 |  1132k|  67.4 |  12M|  35 |   - | 718 |9880 | 718 | 506 | 169k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
104.27/104.38	c   104s| 16900 |   271 |  1139k|  67.4 |  12M|  35 |   - | 718 |9911 | 718 | 512 | 170k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
104.78/104.86	c   105s| 17000 |   275 |  1144k|  67.3 |  12M|  35 |   - | 718 |9931 | 718 | 523 | 171k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
105.37/105.40	c   105s| 17100 |   275 |  1151k|  67.3 |  12M|  35 |   - | 718 |  10k| 718 | 520 | 172k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
105.77/105.87	c   106s| 17200 |   273 |  1157k|  67.3 |  12M|  35 | 125 | 718 |  10k| 718 | 515 | 172k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
106.27/106.35	c   106s| 17300 |   273 |  1163k|  67.2 |  12M|  35 |   - | 718 |  10k| 718 | 505 | 173k|  17k|1981 | 0.000000e+00 |      --      |    Inf 
106.77/106.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.77/106.81	c   107s| 17400 |   276 |  1168k|  67.1 |  12M|  35 |   - | 718 |  10k| 718 | 506 | 174k|  17k|1982 | 0.000000e+00 |      --      |    Inf 
107.27/107.31	c   107s| 17500 |   278 |  1174k|  67.1 |  12M|  35 |   - | 718 |  10k| 718 | 484 | 174k|  17k|1991 | 0.000000e+00 |      --      |    Inf 
107.87/107.91	c   108s| 17600 |   282 |  1179k|  67.0 |  12M|  35 | 127 | 718 |  10k| 718 | 510 | 175k|  17k|2012 | 0.000000e+00 |      --      |    Inf 
108.27/108.34	c   108s| 17700 |   285 |  1185k|  66.9 |  12M|  35 |   - | 718 |  10k| 718 | 496 | 176k|  17k|2012 | 0.000000e+00 |      --      |    Inf 
108.88/108.94	c   109s| 17800 |   277 |  1191k|  66.9 |  12M|  35 | 151 | 718 |  10k| 718 | 520 | 176k|  18k|2021 | 0.000000e+00 |      --      |    Inf 
109.47/109.55	c   110s| 17900 |   270 |  1197k|  66.9 |  12M|  35 | 134 | 718 |  10k| 718 | 469 | 177k|  18k|2033 | 0.000000e+00 |      --      |    Inf 
110.07/110.17	c   110s| 18000 |   274 |  1204k|  66.9 |  12M|  35 |   - | 718 |  10k| 718 | 503 | 178k|  18k|2047 | 0.000000e+00 |      --      |    Inf 
110.67/110.76	c   111s| 18100 |   271 |  1210k|  66.9 |  12M|  35 | 135 | 718 |  10k| 718 | 484 | 179k|  18k|2056 | 0.000000e+00 |      --      |    Inf 
111.27/111.31	c   111s| 18200 |   277 |  1217k|  66.8 |  12M|  35 | 119 | 718 |  11k| 718 | 525 | 179k|  18k|2059 | 0.000000e+00 |      --      |    Inf 
111.77/111.89	c   112s| 18300 |   273 |  1223k|  66.8 |  12M|  35 | 129 | 718 |  11k| 718 | 476 | 180k|  18k|2065 | 0.000000e+00 |      --      |    Inf 
112.47/112.54	c   113s| 18400 |   271 |  1230k|  66.8 |  12M|  35 | 136 | 718 |  10k| 718 | 502 | 181k|  18k|2073 | 0.000000e+00 |      --      |    Inf 
113.07/113.17	c   113s| 18500 |   264 |  1237k|  66.9 |  12M|  35 | 133 | 718 |  10k| 718 | 513 | 182k|  18k|2073 | 0.000000e+00 |      --      |    Inf 
113.67/113.72	c   114s| 18600 |   264 |  1243k|  66.9 |  12M|  35 |   - | 718 |9730 | 718 | 516 | 183k|  18k|2073 | 0.000000e+00 |      --      |    Inf 
114.27/114.40	c   114s| 18700 |   273 |  1251k|  66.9 |  12M|  35 | 130 | 718 |9258 | 718 | 524 | 184k|  18k|2073 | 0.000000e+00 |      --      |    Inf 
114.97/115.06	c   115s| 18800 |   283 |  1259k|  67.0 |  12M|  35 | 146 | 718 |8971 | 718 | 486 | 185k|  19k|2073 | 0.000000e+00 |      --      |    Inf 
115.67/115.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.67/115.73	c   116s| 18900 |   283 |  1267k|  67.1 |  12M|  35 | 179 | 718 |8724 | 718 | 573 | 186k|  19k|2073 | 0.000000e+00 |      --      |    Inf 
116.37/116.48	c   116s| 19000 |   297 |  1275k|  67.1 |  12M|  35 | 128 | 718 |8760 | 718 | 509 | 188k|  19k|2093 | 0.000000e+00 |      --      |    Inf 
117.17/117.26	c   117s| 19100 |   289 |  1284k|  67.2 |  12M|  35 |   - | 718 |8837 | 718 | 496 | 189k|  19k|2104 | 0.000000e+00 |      --      |    Inf 
117.77/117.82	c   118s| 19200 |   295 |  1290k|  67.2 |  11M|  35 | 106 | 718 |8583 | 718 | 546 | 189k|  19k|2108 | 0.000000e+00 |      --      |    Inf 
118.37/118.42	c   118s| 19300 |   293 |  1297k|  67.2 |  12M|  35 | 120 | 718 |8617 | 718 | 539 | 190k|  19k|2119 | 0.000000e+00 |      --      |    Inf 
118.97/119.08	c   119s| 19400 |   292 |  1304k|  67.2 |  11M|  35 |   - | 718 |8393 | 718 | 544 | 191k|  19k|2129 | 0.000000e+00 |      --      |    Inf 
119.57/119.65	c   120s| 19500 |   293 |  1310k|  67.2 |  11M|  35 | 133 | 718 |8409 | 718 | 507 | 192k|  19k|2140 | 0.000000e+00 |      --      |    Inf 
120.17/120.24	c   120s| 19600 |   295 |  1317k|  67.2 |  11M|  35 | 143 | 718 |8461 | 718 | 531 | 193k|  19k|2148 | 0.000000e+00 |      --      |    Inf 
120.87/120.92	c   121s| 19700 |   292 |  1324k|  67.2 |  11M|  35 |   - | 718 |8439 | 718 | 547 | 194k|  19k|2157 | 0.000000e+00 |      --      |    Inf 
121.47/121.53	c   122s| 19800 |   292 |  1331k|  67.2 |  11M|  35 |   - | 718 |8150 | 718 | 475 | 195k|  19k|2159 | 0.000000e+00 |      --      |    Inf 
122.08/122.16	c   122s| 19900 |   294 |  1338k|  67.3 |  11M|  35 | 142 | 718 |7759 | 718 | 537 | 196k|  20k|2159 | 0.000000e+00 |      --      |    Inf 
122.66/122.72	c   123s| 20000 |   290 |  1345k|  67.3 |  11M|  35 |   - | 718 |7692 | 718 | 505 | 197k|  20k|2159 | 0.000000e+00 |      --      |    Inf 
123.27/123.36	c   123s| 20100 |   294 |  1353k|  67.3 |  11M|  35 |   - | 718 |7716 | 718 | 524 | 198k|  20k|2159 | 0.000000e+00 |      --      |    Inf 
123.87/123.92	c   124s| 20200 |   303 |  1359k|  67.3 |  11M|  35 |   - | 718 |7748 | 718 | 512 | 199k|  20k|2159 | 0.000000e+00 |      --      |    Inf 
124.37/124.42	c   124s| 20300 |   301 |  1365k|  67.3 |  11M|  35 | 136 | 718 |7807 | 718 | 519 | 200k|  20k|2159 | 0.000000e+00 |      --      |    Inf 
124.97/125.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.97/125.00	c   125s| 20400 |   299 |  1371k|  67.2 |  11M|  35 |   - | 718 |7893 | 718 | 482 | 200k|  20k|2171 | 0.000000e+00 |      --      |    Inf 
125.47/125.57	c   126s| 20500 |   301 |  1378k|  67.2 |  11M|  35 |   - | 718 |7950 | 718 | 489 | 201k|  20k|2175 | 0.000000e+00 |      --      |    Inf 
126.07/126.11	c   126s| 20600 |   303 |  1384k|  67.2 |  11M|  35 |   - | 718 |8037 | 718 | 513 | 202k|  20k|2181 | 0.000000e+00 |      --      |    Inf 
126.66/126.73	c   127s| 20700 |   317 |  1391k|  67.2 |  11M|  35 | 147 | 718 |8018 | 718 | 512 | 203k|  20k|2191 | 0.000000e+00 |      --      |    Inf 
127.37/127.41	c   127s| 20800 |   319 |  1398k|  67.2 |  12M|  35 | 126 | 718 |8014 | 718 | 472 | 205k|  21k|2200 | 0.000000e+00 |      --      |    Inf 
127.87/127.96	c   128s| 20900 |   319 |  1404k|  67.2 |  12M|  35 | 147 | 718 |8090 | 718 | 477 | 206k|  21k|2210 | 0.000000e+00 |      --      |    Inf 
128.47/128.58	c   129s| 21000 |   318 |  1411k|  67.2 |  12M|  35 |   - | 718 |8175 | 718 | 493 | 207k|  21k|2219 | 0.000000e+00 |      --      |    Inf 
129.17/129.26	c   129s| 21100 |   322 |  1419k|  67.3 |  12M|  35 |   - | 718 |8254 | 718 | 520 | 208k|  21k|2226 | 0.000000e+00 |      --      |    Inf 
129.87/129.92	c   130s| 21200 |   328 |  1427k|  67.3 |  12M|  35 | 152 | 718 |8347 | 718 | 505 | 210k|  21k|2231 | 0.000000e+00 |      --      |    Inf 
130.47/130.50	c   130s| 21300 |   325 |  1434k|  67.3 |  12M|  35 | 145 | 718 |8457 | 718 | 509 | 210k|  21k|2233 | 0.000000e+00 |      --      |    Inf 
130.88/130.96	c   131s| 21400 |   323 |  1439k|  67.3 |  12M|  35 | 145 | 718 |8578 | 718 | 513 | 211k|  21k|2233 | 0.000000e+00 |      --      |    Inf 
131.46/131.51	c   132s| 21500 |   327 |  1446k|  67.3 |  12M|  35 | 125 | 718 |8684 | 718 | 458 | 212k|  21k|2234 | 0.000000e+00 |      --      |    Inf 
132.17/132.20	c   132s| 21600 |   331 |  1455k|  67.3 |  12M|  35 | 143 | 718 |8788 | 718 | 501 | 214k|  21k|2235 | 0.000000e+00 |      --      |    Inf 
132.77/132.87	c   133s| 21700 |   331 |  1463k|  67.4 |  12M|  35 | 142 | 718 |8828 | 718 | 532 | 215k|  21k|2235 | 0.000000e+00 |      --      |    Inf 
133.37/133.45	c   133s| 21800 |   325 |  1469k|  67.4 |  12M|  35 | 149 | 718 |8809 | 718 | 524 | 216k|  22k|2244 | 0.000000e+00 |      --      |    Inf 
134.07/134.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.07/134.13	c   134s| 21900 |   327 |  1476k|  67.4 |  12M|  35 | 130 | 718 |8641 | 718 | 510 | 217k|  22k|2253 | 0.000000e+00 |      --      |    Inf 
134.66/134.77	c   135s| 22000 |   327 |  1483k|  67.4 |  12M|  35 | 136 | 718 |8706 | 718 | 506 | 218k|  22k|2266 | 0.000000e+00 |      --      |    Inf 
135.36/135.45	c   135s| 22100 |   324 |  1491k|  67.5 |  12M|  35 |   - | 718 |8717 | 718 | 556 | 219k|  22k|2281 | 0.000000e+00 |      --      |    Inf 
135.96/136.10	c   136s| 22200 |   325 |  1497k|  67.4 |  12M|  35 | 120 | 718 |8534 | 718 | 445 | 220k|  22k|2293 | 0.000000e+00 |      --      |    Inf 
136.66/136.77	c   137s| 22300 |   330 |  1505k|  67.5 |  12M|  35 | 155 | 718 |8357 | 718 | 481 | 221k|  22k|2301 | 0.000000e+00 |      --      |    Inf 
137.26/137.36	c   137s| 22400 |   327 |  1511k|  67.5 |  12M|  35 |   - | 718 |8278 | 718 | 566 | 222k|  22k|2302 | 0.000000e+00 |      --      |    Inf 
137.97/138.01	c   138s| 22500 |   336 |  1520k|  67.5 |  12M|  35 | 168 | 718 |8234 | 718 | 544 | 223k|  22k|2304 | 0.000000e+00 |      --      |    Inf 
138.47/138.58	c   139s| 22600 |   336 |  1526k|  67.5 |  12M|  35 |   - | 718 |8086 | 718 | 540 | 224k|  22k|2304 | 0.000000e+00 |      --      |    Inf 
139.16/139.22	c   139s| 22700 |   336 |  1534k|  67.6 |  12M|  35 | 122 | 718 |8001 | 718 | 531 | 225k|  22k|2304 | 0.000000e+00 |      --      |    Inf 
139.76/139.80	c   140s| 22800 |   349 |  1541k|  67.6 |  12M|  35 | 130 | 718 |7967 | 718 | 528 | 226k|  23k|2304 | 0.000000e+00 |      --      |    Inf 
140.26/140.33	c   140s| 22900 |   350 |  1547k|  67.6 |  12M|  35 |   - | 718 |8003 | 718 | 519 | 227k|  23k|2304 | 0.000000e+00 |      --      |    Inf 
140.76/140.86	c   141s| 23000 |   339 |  1554k|  67.5 |  12M|  35 | 122 | 718 |7925 | 718 | 450 | 228k|  23k|2304 | 0.000000e+00 |      --      |    Inf 
141.46/141.55	c   142s| 23100 |   339 |  1561k|  67.6 |  12M|  35 | 141 | 718 |7841 | 718 | 500 | 229k|  23k|2313 | 0.000000e+00 |      --      |    Inf 
141.96/142.05	c   142s| 23200 |   349 |  1567k|  67.5 |  12M|  35 |   - | 718 |7706 | 718 | 477 | 230k|  23k|2318 | 0.000000e+00 |      --      |    Inf 
142.46/142.54	c   143s| 23300 |   352 |  1572k|  67.5 |  12M|  35 |  96 | 718 |7788 | 718 | 491 | 231k|  23k|2323 | 0.000000e+00 |      --      |    Inf 
143.06/143.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.06/143.10	c   143s| 23400 |   353 |  1578k|  67.4 |  12M|  35 |   - | 718 |7862 | 718 | 493 | 231k|  23k|2333 | 0.000000e+00 |      --      |    Inf 
143.65/143.75	c   144s| 23500 |   348 |  1585k|  67.4 |  12M|  35 | 152 | 718 |7839 | 718 | 531 | 232k|  23k|2345 | 0.000000e+00 |      --      |    Inf 
144.25/144.39	c   144s| 23600 |   350 |  1592k|  67.5 |  12M|  35 |   - | 718 |7815 | 718 | 480 | 233k|  23k|2355 | 0.000000e+00 |      --      |    Inf 
144.86/144.97	c   145s| 23700 |   348 |  1599k|  67.5 |  12M|  35 | 119 | 718 |7809 | 718 | 459 | 234k|  23k|2366 | 0.000000e+00 |      --      |    Inf 
145.35/145.45	c   145s| 23800 |   344 |  1605k|  67.4 |  12M|  35 |   - | 718 |7646 | 718 | 504 | 235k|  24k|2370 | 0.000000e+00 |      --      |    Inf 
145.95/146.08	c   146s| 23900 |   340 |  1611k|  67.4 |  12M|  35 | 150 | 718 |7588 | 718 | 496 | 236k|  24k|2378 | 0.000000e+00 |      --      |    Inf 
146.65/146.72	c   147s| 24000 |   344 |  1619k|  67.4 |  12M|  35 |   - | 718 |7489 | 718 | 534 | 237k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
147.15/147.30	c   147s| 24100 |   347 |  1626k|  67.5 |  12M|  35 |   - | 718 |7470 | 718 | 544 | 238k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
147.65/147.77	c   148s| 24200 |   345 |  1631k|  67.4 |  12M|  35 | 133 | 718 |7554 | 718 | 468 | 239k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
148.15/148.21	c   148s| 24300 |   347 |  1637k|  67.4 |  12M|  35 | 120 | 718 |7662 | 718 | 498 | 239k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
148.55/148.69	c   149s| 24400 |   349 |  1643k|  67.3 |  12M|  35 | 149 | 718 |7771 | 718 | 492 | 240k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
149.25/149.34	c   149s| 24500 |   348 |  1650k|  67.4 |  12M|  35 |   - | 718 |7704 | 718 | 504 | 241k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
149.85/149.90	c   150s| 24600 |   348 |  1657k|  67.4 |  12M|  35 |   - | 718 |7766 | 718 | 491 | 242k|  24k|2381 | 0.000000e+00 |      --      |    Inf 
150.35/150.43	c   150s| 24700 |   348 |  1663k|  67.3 |  12M|  35 |   - | 718 |7794 | 718 | 571 | 242k|  25k|2390 | 0.000000e+00 |      --      |    Inf 
151.05/151.11	c   151s| 24800 |   351 |  1670k|  67.3 |  12M|  35 | 150 | 718 |7743 | 718 | 498 | 244k|  25k|2401 | 0.000000e+00 |      --      |    Inf 
151.55/151.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.55/151.65	c   152s| 24900 |   355 |  1677k|  67.3 |  12M|  35 |   - | 718 |7610 | 718 | 546 | 244k|  25k|2401 | 0.000000e+00 |      --      |    Inf 
152.15/152.27	c   152s| 25000 |   354 |  1684k|  67.3 |  12M|  35 | 131 | 718 |7654 | 718 | 551 | 245k|  25k|2416 | 0.000000e+00 |      --      |    Inf 
152.76/152.85	c   153s| 25100 |   352 |  1690k|  67.3 |  12M|  35 |   - | 718 |7697 | 718 | 499 | 246k|  25k|2428 | 0.000000e+00 |      --      |    Inf 
153.25/153.32	c   153s| 25200 |   359 |  1696k|  67.3 |  12M|  35 | 102 | 718 |7719 | 718 | 533 | 247k|  25k|2433 | 0.000000e+00 |      --      |    Inf 
153.75/153.88	c   154s| 25300 |   359 |  1702k|  67.3 |  12M|  35 | 137 | 718 |7829 | 718 | 564 | 248k|  25k|2443 | 0.000000e+00 |      --      |    Inf 
154.25/154.34	c   154s| 25400 |   357 |  1708k|  67.2 |  12M|  35 | 100 | 718 |7947 | 718 | 508 | 248k|  25k|2449 | 0.000000e+00 |      --      |    Inf 
154.75/154.80	c   155s| 25500 |   355 |  1713k|  67.2 |  12M|  35 |   - | 718 |8069 | 718 | 537 | 249k|  25k|2456 | 0.000000e+00 |      --      |    Inf 
155.16/155.26	c   155s| 25600 |   354 |  1718k|  67.1 |  12M|  35 | 100 | 718 |8119 | 718 | 558 | 250k|  26k|2461 | 0.000000e+00 |      --      |    Inf 
155.55/155.69	c   156s| 25700 |   356 |  1723k|  67.0 |  12M|  35 | 124 | 718 |8193 | 718 | 520 | 250k|  26k|2461 | 0.000000e+00 |      --      |    Inf 
156.06/156.14	c   156s| 25800 |   354 |  1728k|  67.0 |  12M|  35 |   - | 718 |8251 | 718 | 514 | 251k|  26k|2461 | 0.000000e+00 |      --      |    Inf 
156.65/156.70	c   157s| 25900 |   353 |  1735k|  67.0 |  12M|  35 | 135 | 718 |8211 | 718 | 477 | 252k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
157.16/157.22	c   157s| 26000 |   353 |  1741k|  67.0 |  12M|  35 | 127 | 718 |8203 | 718 | 532 | 253k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
157.65/157.72	c   158s| 26100 |   354 |  1747k|  66.9 |  12M|  35 | 129 | 718 |8307 | 718 | 522 | 253k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
158.15/158.26	c   158s| 26200 |   356 |  1754k|  66.9 |  12M|  35 | 124 | 718 |8277 | 718 | 536 | 254k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
158.65/158.78	c   159s| 26300 |   350 |  1760k|  66.9 |  12M|  35 |   - | 718 |8288 | 718 | 497 | 255k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
159.25/159.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.25/159.39	c   159s| 26400 |   350 |  1768k|  67.0 |  12M|  35 |   - | 718 |8221 | 718 | 503 | 257k|  26k|2462 | 0.000000e+00 |      --      |    Inf 
159.95/160.09	c   160s| 26500 |   351 |  1775k|  67.0 |  12M|  35 | 146 | 718 |8103 | 718 | 533 | 258k|  27k|2472 | 0.000000e+00 |      --      |    Inf 
160.65/160.75	c   161s| 26600 |   344 |  1781k|  67.0 |  12M|  35 |   - | 718 |8059 | 718 | 558 | 258k|  27k|2484 | 0.000000e+00 |      --      |    Inf 
161.25/161.31	c   161s| 26700 |   344 |  1788k|  67.0 |  12M|  35 |   - | 718 |7976 | 718 | 540 | 259k|  27k|2484 | 0.000000e+00 |      --      |    Inf 
161.75/161.89	c   162s| 26800 |   340 |  1794k|  66.9 |  12M|  35 | 151 | 718 |7943 | 718 | 500 | 260k|  27k|2494 | 0.000000e+00 |      --      |    Inf 
162.35/162.47	c   162s| 26900 |   347 |  1800k|  66.9 |  12M|  35 | 157 | 718 |7838 | 718 | 545 | 261k|  27k|2494 | 0.000000e+00 |      --      |    Inf 
163.15/163.20	c   163s| 27000 |   343 |  1808k|  67.0 |  12M|  35 |   - | 718 |7903 | 718 | 522 | 262k|  27k|2509 | 0.000000e+00 |      --      |    Inf 
163.76/163.81	c   164s| 27100 |   346 |  1815k|  67.0 |  12M|  35 |   - | 718 |7795 | 718 | 463 | 263k|  27k|2518 | 0.000000e+00 |      --      |    Inf 
164.25/164.35	c   164s| 27200 |   346 |  1821k|  67.0 |  12M|  35 |   - | 718 |7901 | 718 | 466 | 264k|  27k|2527 | 0.000000e+00 |      --      |    Inf 
164.75/164.87	c   165s| 27300 |   354 |  1827k|  66.9 |  12M|  35 |   - | 718 |7881 |   0 |   0 | 264k|  27k|2530 | 0.000000e+00 |      --      |    Inf 
165.25/165.34	c   165s| 27400 |   352 |  1832k|  66.9 |  12M|  35 | 125 | 718 |7941 | 718 | 544 | 265k|  27k|2532 | 0.000000e+00 |      --      |    Inf 
165.75/165.80	c   166s| 27500 |   353 |  1837k|  66.8 |  12M|  35 |   - | 718 |7993 | 718 | 519 | 265k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
166.25/166.30	c   166s| 27600 |   351 |  1844k|  66.8 |  12M|  35 |   - | 718 |8057 | 718 | 536 | 266k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
166.75/166.82	c   167s| 27700 |   353 |  1850k|  66.8 |  12M|  35 |   - | 718 |8092 | 718 | 509 | 267k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
167.25/167.32	c   167s| 27800 |   355 |  1856k|  66.8 |  12M|  35 | 162 | 718 |8141 | 718 | 496 | 267k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
167.85/167.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.85/167.90	c   168s| 27900 |   361 |  1862k|  66.8 |  12M|  35 | 157 | 718 |8198 | 718 | 524 | 269k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
168.34/168.40	c   168s| 28000 |   363 |  1868k|  66.7 |  12M|  35 |   - | 718 |8252 | 718 | 550 | 269k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
168.85/168.91	c   169s| 28100 |   366 |  1874k|  66.7 |  12M|  35 |   - | 718 |8328 | 718 | 460 | 270k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
169.35/169.43	c   169s| 28200 |   364 |  1880k|  66.7 |  12M|  35 | 134 | 718 |8371 | 718 | 551 | 270k|  28k|2532 | 0.000000e+00 |      --      |    Inf 
170.05/170.16	c   170s| 28300 |   364 |  1887k|  66.7 |  12M|  35 | 154 | 718 |8204 | 718 | 562 | 271k|  28k|2547 | 0.000000e+00 |      --      |    Inf 
170.75/170.80	c   171s| 28400 |   364 |  1895k|  66.7 |  12M|  35 | 170 | 718 |8117 | 718 | 538 | 272k|  28k|2547 | 0.000000e+00 |      --      |    Inf 
171.46/171.56	c   172s| 28500 |   362 |  1903k|  66.8 |  12M|  35 | 142 | 718 |8170 | 718 | 533 | 273k|  29k|2557 | 0.000000e+00 |      --      |    Inf 
172.15/172.21	c   172s| 28600 |   360 |  1910k|  66.8 |  12M|  35 |   - | 718 |8198 |   0 |   0 | 274k|  29k|2567 | 0.000000e+00 |      --      |    Inf 
172.65/172.79	c   173s| 28700 |   358 |  1916k|  66.8 |  12M|  35 |   - | 718 |8252 | 718 | 504 | 275k|  29k|2573 | 0.000000e+00 |      --      |    Inf 
173.35/173.44	c   173s| 28800 |   359 |  1923k|  66.8 |  12M|  35 | 149 | 718 |8006 | 718 | 453 | 276k|  29k|2581 | 0.000000e+00 |      --      |    Inf 
173.95/174.05	c   174s| 28900 |   364 |  1929k|  66.8 |  12M|  35 | 129 | 718 |7964 | 718 | 522 | 277k|  29k|2590 | 0.000000e+00 |      --      |    Inf 
174.55/174.66	c   175s| 29000 |   362 |  1936k|  66.8 |  12M|  35 | 154 | 718 |7816 | 718 | 514 | 278k|  29k|2594 | 0.000000e+00 |      --      |    Inf 
175.05/175.18	c   175s| 29100 |   361 |  1942k|  66.7 |  12M|  35 | 153 | 718 |7858 | 718 | 486 | 279k|  29k|2595 | 0.000000e+00 |      --      |    Inf 
175.65/175.74	c   176s| 29200 |   365 |  1949k|  66.7 |  12M|  35 | 153 | 718 |7842 | 718 | 526 | 280k|  29k|2595 | 0.000000e+00 |      --      |    Inf 
176.25/176.30	c   176s| 29300 |   366 |  1956k|  66.7 |  12M|  35 | 147 | 718 |7821 | 718 | 503 | 281k|  29k|2595 | 0.000000e+00 |      --      |    Inf 
176.85/176.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.85/176.91	c   177s| 29400 |   362 |  1963k|  66.8 |  12M|  35 |   - | 718 |7873 | 718 | 537 | 281k|  29k|2595 | 0.000000e+00 |      --      |    Inf 
177.45/177.50	c   178s| 29500 |   364 |  1970k|  66.8 |  12M|  35 |   - | 718 |7938 | 718 | 476 | 283k|  30k|2595 | 0.000000e+00 |      --      |    Inf 
178.05/178.10	c   178s| 29600 |   358 |  1977k|  66.8 |  12M|  35 |   - | 718 |7936 | 718 | 513 | 283k|  30k|2595 | 0.000000e+00 |      --      |    Inf 
178.55/178.62	c   179s| 29700 |   362 |  1984k|  66.8 |  12M|  35 | 123 | 718 |8000 | 718 | 553 | 284k|  30k|2595 | 0.000000e+00 |      --      |    Inf 
179.05/179.15	c   179s| 29800 |   363 |  1990k|  66.8 |  12M|  35 |   - | 718 |8047 | 718 | 503 | 285k|  30k|2595 | 0.000000e+00 |      --      |    Inf 
179.75/179.80	c   180s| 29900 |   367 |  1997k|  66.8 |  12M|  35 | 146 | 718 |8142 | 718 | 522 | 286k|  30k|2604 | 0.000000e+00 |      --      |    Inf 
180.35/180.49	c   180s| 30000 |   365 |  2005k|  66.8 |  12M|  35 |   - | 718 |8182 | 718 | 489 | 287k|  30k|2618 | 0.000000e+00 |      --      |    Inf 
180.95/181.08	c   181s| 30100 |   365 |  2012k|  66.9 |  12M|  35 |   - | 718 |8144 | 718 | 483 | 289k|  30k|2618 | 0.000000e+00 |      --      |    Inf 
181.64/181.76	c   182s| 30200 |   371 |  2020k|  66.9 |  12M|  35 |   - | 718 |8160 | 718 | 457 | 290k|  30k|2634 | 0.000000e+00 |      --      |    Inf 
182.15/182.23	c   182s| 30300 |   375 |  2026k|  66.9 |  12M|  35 | 123 | 718 |8257 | 718 | 443 | 291k|  30k|2640 | 0.000000e+00 |      --      |    Inf 
182.64/182.72	c   183s| 30400 |   375 |  2032k|  66.8 |  12M|  35 |   - | 718 |8356 | 718 | 470 | 292k|  30k|2644 | 0.000000e+00 |      --      |    Inf 
183.15/183.20	c   183s| 30500 |   376 |  2038k|  66.8 |  12M|  35 |   - | 718 |8452 | 718 | 472 | 292k|  31k|2644 | 0.000000e+00 |      --      |    Inf 
183.65/183.72	c   184s| 30600 |   376 |  2044k|  66.8 |  12M|  35 | 133 | 718 |8541 | 718 | 476 | 293k|  31k|2644 | 0.000000e+00 |      --      |    Inf 
184.15/184.28	c   184s| 30700 |   376 |  2051k|  66.8 |  12M|  35 | 145 | 718 |8609 | 718 | 450 | 294k|  31k|2644 | 0.000000e+00 |      --      |    Inf 
184.75/184.81	c   185s| 30800 |   372 |  2057k|  66.8 |  12M|  35 |   - | 718 |8691 |   0 |   0 | 295k|  31k|2645 | 0.000000e+00 |      --      |    Inf 
185.25/185.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.25/185.36	c   185s| 30900 |   380 |  2064k|  66.8 |  13M|  35 | 139 | 718 |8611 | 718 | 480 | 296k|  31k|2645 | 0.000000e+00 |      --      |    Inf 
185.75/185.84	c   186s| 31000 |   387 |  2070k|  66.8 |  13M|  35 |   - | 718 |8664 | 718 | 473 | 297k|  31k|2645 | 0.000000e+00 |      --      |    Inf 
186.14/186.29	c   186s| 31100 |   391 |  2076k|  66.7 |  13M|  35 | 119 | 718 |8767 | 718 | 507 | 297k|  31k|2645 | 0.000000e+00 |      --      |    Inf 
186.74/186.85	c   187s| 31200 |   390 |  2082k|  66.7 |  13M|  35 |   - | 718 |8856 | 718 | 502 | 298k|  31k|2645 | 0.000000e+00 |      --      |    Inf 
187.35/187.40	c   187s| 31300 |   388 |  2088k|  66.7 |  13M|  35 | 140 | 718 |8913 | 718 | 503 | 299k|  31k|2654 | 0.000000e+00 |      --      |    Inf 
187.85/187.92	c   188s| 31400 |   381 |  2094k|  66.7 |  13M|  35 | 135 | 718 |8915 | 718 | 520 | 299k|  31k|2654 | 0.000000e+00 |      --      |    Inf 
188.34/188.46	c   188s| 31500 |   378 |  2100k|  66.7 |  13M|  35 | 138 | 718 |8959 | 718 | 502 | 300k|  32k|2664 | 0.000000e+00 |      --      |    Inf 
188.95/189.03	c   189s| 31600 |   371 |  2106k|  66.6 |  13M|  35 |   - | 718 |8921 | 718 | 506 | 301k|  32k|2673 | 0.000000e+00 |      --      |    Inf 
189.45/189.59	c   190s| 31700 |   378 |  2112k|  66.6 |  13M|  35 | 120 | 718 |8963 | 718 | 526 | 302k|  32k|2682 | 0.000000e+00 |      --      |    Inf 
190.04/190.17	c   190s| 31800 |   382 |  2119k|  66.7 |  13M|  35 |   - | 718 |8974 | 718 | 547 | 303k|  32k|2685 | 0.000000e+00 |      --      |    Inf 
190.55/190.66	c   191s| 31900 |   386 |  2125k|  66.6 |  13M|  35 | 135 | 718 |9053 | 718 | 519 | 304k|  32k|2693 | 0.000000e+00 |      --      |    Inf 
191.04/191.19	c   191s| 32000 |   384 |  2131k|  66.6 |  13M|  35 | 144 | 718 |9154 | 718 | 521 | 305k|  32k|2701 | 0.000000e+00 |      --      |    Inf 
191.65/191.70	c   192s| 32100 |   384 |  2137k|  66.6 |  13M|  35 | 137 | 718 |9237 | 718 | 523 | 305k|  32k|2704 | 0.000000e+00 |      --      |    Inf 
192.15/192.21	c   192s| 32200 |   384 |  2143k|  66.5 |  13M|  35 |   - | 718 |9063 | 718 | 553 | 306k|  32k|2707 | 0.000000e+00 |      --      |    Inf 
192.65/192.72	c   193s| 32300 |   382 |  2149k|  66.5 |  13M|  35 |   - | 718 |9164 | 718 | 580 | 307k|  32k|2707 | 0.000000e+00 |      --      |    Inf 
193.15/193.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.15/193.28	c   193s| 32400 |   381 |  2155k|  66.5 |  13M|  35 | 148 | 718 |9190 | 718 | 488 | 307k|  32k|2707 | 0.000000e+00 |      --      |    Inf 
193.75/193.83	c   194s| 32500 |   381 |  2162k|  66.5 |  13M|  35 |   - | 718 |9229 | 718 | 547 | 308k|  33k|2707 | 0.000000e+00 |      --      |    Inf 
194.24/194.32	c   194s| 32600 |   383 |  2168k|  66.5 |  13M|  35 | 123 | 718 |9277 | 718 | 497 | 309k|  33k|2707 | 0.000000e+00 |      --      |    Inf 
194.85/194.92	c   195s| 32700 |   379 |  2175k|  66.5 |  13M|  35 |   - | 718 |9278 | 718 | 495 | 310k|  33k|2707 | 0.000000e+00 |      --      |    Inf 
195.45/195.52	c   196s| 32800 |   379 |  2182k|  66.5 |  13M|  35 |   - | 718 |9256 | 718 | 493 | 311k|  33k|2707 | 0.000000e+00 |      --      |    Inf 
196.04/196.15	c   196s| 32900 |   381 |  2190k|  66.6 |  13M|  35 | 129 | 718 |9126 | 718 | 473 | 313k|  33k|2707 | 0.000000e+00 |      --      |    Inf 
196.64/196.70	c   197s| 33000 |   376 |  2196k|  66.5 |  13M|  35 |   - | 718 |9104 | 718 | 506 | 313k|  33k|2715 | 0.000000e+00 |      --      |    Inf 
197.24/197.31	c   197s| 33100 |   380 |  2202k|  66.5 |  13M|  35 | 113 | 718 |9137 | 718 | 511 | 314k|  33k|2718 | 0.000000e+00 |      --      |    Inf 
197.75/197.89	c   198s| 33200 |   382 |  2209k|  66.5 |  13M|  35 | 157 | 718 |9171 | 718 | 524 | 315k|  33k|2727 | 0.000000e+00 |      --      |    Inf 
198.35/198.46	c   198s| 33300 |   384 |  2215k|  66.5 |  13M|  35 | 135 | 718 |9256 | 718 | 467 | 316k|  33k|2736 | 0.000000e+00 |      --      |    Inf 
199.05/199.12	c   199s| 33400 |   391 |  2222k|  66.5 |  13M|  35 | 130 | 718 |9333 | 718 | 511 | 317k|  34k|2746 | 0.000000e+00 |      --      |    Inf 
199.64/199.73	c   200s| 33500 |   388 |  2229k|  66.6 |  13M|  35 |   - | 718 |9406 | 718 | 507 | 318k|  34k|2751 | 0.000000e+00 |      --      |    Inf 
200.15/200.25	c   200s| 33600 |   386 |  2235k|  66.5 |  13M|  35 | 144 | 718 |9436 | 718 | 486 | 319k|  34k|2756 | 0.000000e+00 |      --      |    Inf 
200.74/200.84	c   201s| 33700 |   386 |  2241k|  66.5 |  13M|  35 | 140 | 718 |9359 | 718 | 502 | 320k|  34k|2763 | 0.000000e+00 |      --      |    Inf 
201.34/201.44	c   201s| 33800 |   392 |  2248k|  66.5 |  13M|  35 |   - | 718 |9276 | 718 | 508 | 321k|  34k|2766 | 0.000000e+00 |      --      |    Inf 
201.95/202.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.95/202.01	c   202s| 33900 |   394 |  2255k|  66.5 |  13M|  35 |   - | 718 |9297 | 718 | 508 | 322k|  34k|2770 | 0.000000e+00 |      --      |    Inf 
202.45/202.59	c   203s| 34000 |   397 |  2262k|  66.5 |  13M|  35 | 138 | 718 |9305 | 718 | 510 | 323k|  34k|2772 | 0.000000e+00 |      --      |    Inf 
202.94/203.05	c   203s| 34100 |   399 |  2267k|  66.5 |  13M|  35 | 147 | 718 |9309 | 718 | 522 | 324k|  34k|2772 | 0.000000e+00 |      --      |    Inf 
203.45/203.57	c   204s| 34200 |   398 |  2273k|  66.5 |  13M|  35 |   - | 718 |9325 | 718 | 521 | 324k|  34k|2772 | 0.000000e+00 |      --      |    Inf 
203.94/204.06	c   204s| 34300 |   395 |  2279k|  66.4 |  13M|  35 |   - | 718 |9366 | 718 | 538 | 325k|  34k|2772 | 0.000000e+00 |      --      |    Inf 
204.45/204.57	c   205s| 34400 |   394 |  2285k|  66.4 |  13M|  35 | 132 | 718 |9385 | 718 | 526 | 326k|  35k|2772 | 0.000000e+00 |      --      |    Inf 
204.94/205.07	c   205s| 34500 |   390 |  2291k|  66.4 |  13M|  35 |   - | 718 |9493 | 718 | 531 | 326k|  35k|2772 | 0.000000e+00 |      --      |    Inf 
205.45/205.53	c   206s| 34600 |   395 |  2296k|  66.4 |  13M|  35 | 144 | 718 |9595 | 718 | 523 | 327k|  35k|2772 | 0.000000e+00 |      --      |    Inf 
206.04/206.10	c   206s| 34700 |   397 |  2302k|  66.4 |  13M|  35 | 143 | 718 |9567 | 718 | 542 | 328k|  35k|2772 | 0.000000e+00 |      --      |    Inf 
206.54/206.62	c   207s| 34800 |   395 |  2308k|  66.3 |  13M|  35 |   - | 718 |9642 | 718 | 543 | 328k|  35k|2772 | 0.000000e+00 |      --      |    Inf 
207.05/207.10	c   207s| 34900 |   392 |  2313k|  66.3 |  13M|  35 |   - | 718 |9680 | 718 | 481 | 328k|  35k|2778 | 0.000000e+00 |      --      |    Inf 
207.54/207.63	c   208s| 35000 |   392 |  2319k|  66.3 |  13M|  35 |   - | 718 |9646 | 718 | 473 | 329k|  35k|2780 | 0.000000e+00 |      --      |    Inf 
208.14/208.28	c   208s| 35100 |   392 |  2326k|  66.3 |  13M|  35 | 138 | 718 |9749 | 718 | 474 | 330k|  35k|2799 | 0.000000e+00 |      --      |    Inf 
208.75/208.80	c   209s| 35200 |   393 |  2332k|  66.3 |  13M|  35 |   - | 718 |9761 | 718 | 516 | 331k|  36k|2799 | 0.000000e+00 |      --      |    Inf 
209.34/209.46	c   209s| 35300 |   398 |  2339k|  66.3 |  13M|  35 | 131 | 718 |9806 | 718 | 450 | 332k|  36k|2808 | 0.000000e+00 |      --      |    Inf 
209.95/210.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.95/210.03	c   210s| 35400 |   406 |  2346k|  66.3 |  13M|  35 | 133 | 718 |9883 | 718 | 496 | 333k|  36k|2808 | 0.000000e+00 |      --      |    Inf 
210.54/210.60	c   211s| 35500 |   404 |  2353k|  66.3 |  13M|  35 | 139 | 718 |9989 | 718 | 454 | 334k|  36k|2814 | 0.000000e+00 |      --      |    Inf 
211.15/211.22	c   211s| 35600 |   408 |  2360k|  66.3 |  13M|  35 |   - | 718 |  10k| 718 | 487 | 336k|  36k|2823 | 0.000000e+00 |      --      |    Inf 
211.74/211.89	c   212s| 35700 |   410 |  2367k|  66.3 |  13M|  35 |   - | 718 |  10k| 718 | 493 | 337k|  36k|2828 | 0.000000e+00 |      --      |    Inf 
212.34/212.42	c   212s| 35800 |   414 |  2374k|  66.3 |  13M|  35 |   - | 718 |  10k| 718 | 507 | 338k|  36k|2831 | 0.000000e+00 |      --      |    Inf 
212.95/213.01	c   213s| 35900 |   408 |  2380k|  66.3 |  13M|  35 | 159 | 718 |  10k| 718 | 435 | 339k|  36k|2833 | 0.000000e+00 |      --      |    Inf 
213.44/213.57	c   214s| 36000 |   410 |  2387k|  66.3 |  13M|  35 |   - | 718 |  10k| 718 | 485 | 340k|  36k|2834 | 0.000000e+00 |      --      |    Inf 
214.04/214.17	c   214s| 36100 |   404 |  2394k|  66.3 |  13M|  35 |   - | 718 |  10k| 718 | 544 | 341k|  36k|2834 | 0.000000e+00 |      --      |    Inf 
214.74/214.85	c   215s| 36200 |   405 |  2402k|  66.4 |  13M|  35 | 150 | 718 |  10k| 718 | 498 | 342k|  36k|2834 | 0.000000e+00 |      --      |    Inf 
215.34/215.41	c   215s| 36300 |   399 |  2409k|  66.4 |  13M|  35 |   - | 718 |  10k| 718 | 527 | 343k|  37k|2834 | 0.000000e+00 |      --      |    Inf 
215.94/216.02	c   216s| 36400 |   399 |  2416k|  66.4 |  13M|  35 | 132 | 718 |  10k| 718 | 470 | 344k|  37k|2834 | 0.000000e+00 |      --      |    Inf 
216.44/216.56	c   217s| 36500 |   403 |  2423k|  66.4 |  13M|  35 | 139 | 718 |  10k| 718 | 502 | 345k|  37k|2834 | 0.000000e+00 |      --      |    Inf 
217.14/217.22	c   217s| 36600 |   403 |  2430k|  66.4 |  13M|  35 |   - | 718 |  10k| 718 | 526 | 347k|  37k|2836 | 0.000000e+00 |      --      |    Inf 
217.84/217.97	c   218s| 36700 |   410 |  2438k|  66.4 |  13M|  35 | 141 | 718 |  10k| 718 | 511 | 348k|  37k|2856 | 0.000000e+00 |      --      |    Inf 
218.44/218.52	c   219s| 36800 |   412 |  2445k|  66.4 |  13M|  35 | 145 | 718 |  10k| 718 | 513 | 349k|  37k|2856 | 0.000000e+00 |      --      |    Inf 
218.94/219.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.94/219.08	c   219s| 36900 |   410 |  2451k|  66.4 |  13M|  35 | 148 | 718 |  10k| 718 | 517 | 350k|  37k|2865 | 0.000000e+00 |      --      |    Inf 
219.65/219.71	c   220s| 37000 |   411 |  2458k|  66.4 |  13M|  35 | 129 | 718 |  10k| 718 | 516 | 351k|  37k|2873 | 0.000000e+00 |      --      |    Inf 
220.14/220.21	c   220s| 37100 |   408 |  2464k|  66.4 |  13M|  35 |   - | 718 |  10k| 718 | 512 | 352k|  37k|2873 | 0.000000e+00 |      --      |    Inf 
220.64/220.76	c   221s| 37200 |   414 |  2470k|  66.4 |  13M|  35 | 137 | 718 |  10k| 718 | 522 | 352k|  37k|2880 | 0.000000e+00 |      --      |    Inf 
221.24/221.37	c   221s| 37300 |   406 |  2476k|  66.4 |  13M|  35 |   - | 718 |  10k| 718 | 512 | 353k|  37k|2888 | 0.000000e+00 |      --      |    Inf 
221.74/221.89	c   222s| 37400 |   409 |  2482k|  66.4 |  13M|  35 | 124 | 718 |  10k| 718 | 457 | 354k|  38k|2895 | 0.000000e+00 |      --      |    Inf 
222.25/222.37	c   222s| 37500 |   408 |  2488k|  66.4 |  14M|  35 |   - | 718 |  10k| 718 | 511 | 354k|  38k|2896 | 0.000000e+00 |      --      |    Inf 
222.84/222.96	c   223s| 37600 |   407 |  2495k|  66.4 |  14M|  35 |   - | 718 |  10k| 718 | 520 | 355k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
223.54/223.68	c   224s| 37700 |   409 |  2504k|  66.4 |  14M|  35 | 139 | 718 |  10k| 718 | 510 | 357k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
224.14/224.21	c   224s| 37800 |   404 |  2510k|  66.4 |  13M|  35 | 137 | 718 |  10k| 718 | 439 | 357k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
224.74/224.84	c   225s| 37900 |   410 |  2518k|  66.4 |  13M|  35 |   - | 718 |  10k| 718 | 504 | 359k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
225.34/225.49	c   225s| 38000 |   420 |  2526k|  66.5 |  14M|  35 |   - | 718 |  10k| 718 | 495 | 360k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
225.95/226.08	c   226s| 38100 |   420 |  2534k|  66.5 |  14M|  35 | 107 | 718 |  10k| 718 | 494 | 361k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
226.55/226.66	c   227s| 38200 |   422 |  2541k|  66.5 |  14M|  35 | 140 | 718 |  10k| 718 | 479 | 362k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
227.15/227.27	c   227s| 38300 |   424 |  2548k|  66.5 |  14M|  35 | 128 | 718 |  10k| 718 | 483 | 363k|  38k|2898 | 0.000000e+00 |      --      |    Inf 
227.84/227.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.84/227.93	c   228s| 38400 |   419 |  2555k|  66.5 |  14M|  35 | 156 | 718 |  10k| 718 | 494 | 364k|  38k|2909 | 0.000000e+00 |      --      |    Inf 
228.34/228.45	c   228s| 38500 |   423 |  2561k|  66.5 |  14M|  35 | 146 | 718 |  10k| 718 | 515 | 365k|  39k|2912 | 0.000000e+00 |      --      |    Inf 
228.94/229.08	c   229s| 38600 |   425 |  2567k|  66.5 |  14M|  35 |   - | 718 |  10k| 718 | 530 | 366k|  39k|2926 | 0.000000e+00 |      --      |    Inf 
229.64/229.74	c   230s| 38700 |   429 |  2575k|  66.5 |  14M|  35 |   - | 718 |  10k| 718 | 485 | 367k|  39k|2926 | 0.000000e+00 |      --      |    Inf 
230.24/230.36	c   230s| 38800 |   439 |  2582k|  66.6 |  14M|  35 | 116 | 718 |  10k| 718 | 445 | 368k|  39k|2933 | 0.000000e+00 |      --      |    Inf 
230.85/230.98	c   231s| 38900 |   441 |  2589k|  66.6 |  14M|  35 |   - | 718 |  10k| 718 | 478 | 369k|  39k|2943 | 0.000000e+00 |      --      |    Inf 
231.64/231.70	c   232s| 39000 |   445 |  2598k|  66.6 |  14M|  35 | 148 | 718 |  10k| 718 | 480 | 371k|  39k|2949 | 0.000000e+00 |      --      |    Inf 
232.24/232.31	c   232s| 39100 |   445 |  2605k|  66.6 |  14M|  35 | 103 | 718 |  10k| 718 | 476 | 372k|  39k|2955 | 0.000000e+00 |      --      |    Inf 
232.74/232.82	c   233s| 39200 |   448 |  2611k|  66.6 |  14M|  35 | 123 | 718 |  10k| 718 | 529 | 373k|  39k|2955 | 0.000000e+00 |      --      |    Inf 
233.34/233.44	c   233s| 39300 |   444 |  2618k|  66.6 |  14M|  35 |   - | 718 |  10k| 718 | 555 | 374k|  39k|2955 | 0.000000e+00 |      --      |    Inf 
233.94/234.05	c   234s| 39400 |   443 |  2625k|  66.6 |  14M|  35 |   - | 718 |  10k| 718 | 570 | 375k|  39k|2955 | 0.000000e+00 |      --      |    Inf 
234.54/234.63	c   235s| 39500 |   446 |  2632k|  66.6 |  14M|  35 |   - | 718 |  10k| 718 | 526 | 375k|  39k|2955 | 0.000000e+00 |      --      |    Inf 
235.13/235.26	c   235s| 39600 |   450 |  2640k|  66.7 |  14M|  35 | 116 | 718 |  10k| 718 | 527 | 377k|  40k|2955 | 0.000000e+00 |      --      |    Inf 
235.83/235.90	c   236s| 39700 |   450 |  2647k|  66.7 |  14M|  35 | 142 | 718 |  10k| 718 | 506 | 378k|  40k|2955 | 0.000000e+00 |      --      |    Inf 
236.54/236.62	c   237s| 39800 |   456 |  2656k|  66.7 |  14M|  35 |   - | 718 |  10k| 718 | 545 | 380k|  40k|2955 | 0.000000e+00 |      --      |    Inf 
237.13/237.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.13/237.28	c   237s| 39900 |   462 |  2665k|  66.8 |  14M|  35 | 135 | 718 |  10k| 718 | 516 | 381k|  40k|2955 | 0.000000e+00 |      --      |    Inf 
237.84/237.93	c   238s| 40000 |   464 |  2672k|  66.8 |  14M|  35 | 145 | 718 |  10k| 718 | 526 | 382k|  40k|2964 | 0.000000e+00 |      --      |    Inf 
238.54/238.63	c   239s| 40100 |   472 |  2679k|  66.8 |  14M|  35 |   - | 718 |  10k| 718 | 525 | 384k|  40k|2977 | 0.000000e+00 |      --      |    Inf 
239.24/239.33	c   239s| 40200 |   468 |  2687k|  66.9 |  14M|  35 |   - | 718 |  11k| 718 | 510 | 385k|  40k|2986 | 0.000000e+00 |      --      |    Inf 
239.84/239.94	c   240s| 40300 |   468 |  2694k|  66.9 |  14M|  35 |   - | 718 |  11k| 718 | 534 | 386k|  40k|2989 | 0.000000e+00 |      --      |    Inf 
240.44/240.52	c   241s| 40400 |   466 |  2701k|  66.9 |  14M|  35 |   - | 718 |  11k| 718 | 487 | 387k|  40k|2996 | 0.000000e+00 |      --      |    Inf 
241.04/241.14	c   241s| 40500 |   468 |  2707k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 477 | 388k|  40k|3005 | 0.000000e+00 |      --      |    Inf 
241.64/241.71	c   242s| 40600 |   470 |  2714k|  66.8 |  14M|  35 | 138 | 718 |  11k| 718 | 488 | 389k|  40k|3011 | 0.000000e+00 |      --      |    Inf 
242.14/242.21	c   242s| 40700 |   469 |  2720k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 496 | 390k|  41k|3011 | 0.000000e+00 |      --      |    Inf 
242.74/242.81	c   243s| 40800 |   467 |  2727k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 495 | 391k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
243.34/243.43	c   243s| 40900 |   466 |  2734k|  66.8 |  14M|  35 | 152 | 718 |  11k| 718 | 538 | 392k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
243.84/243.94	c   244s| 41000 |   466 |  2740k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 520 | 392k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
244.44/244.52	c   245s| 41100 |   468 |  2747k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 545 | 393k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
245.03/245.11	c   245s| 41200 |   465 |  2754k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 502 | 394k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
245.54/245.66	c   246s| 41300 |   461 |  2760k|  66.8 |  14M|  35 |   - | 718 |  11k| 718 | 518 | 395k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
246.14/246.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.14/246.27	c   246s| 41400 |   461 |  2767k|  66.8 |  14M|  35 |   - | 718 |  10k| 718 | 520 | 396k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
246.74/246.83	c   247s| 41500 |   461 |  2774k|  66.8 |  14M|  35 | 131 | 718 |  10k| 718 | 522 | 397k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
247.34/247.44	c   247s| 41600 |   459 |  2781k|  66.9 |  14M|  35 | 111 | 718 |  10k| 718 | 522 | 398k|  41k|3012 | 0.000000e+00 |      --      |    Inf 
248.04/248.13	c   248s| 41700 |   457 |  2788k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 522 | 399k|  42k|3024 | 0.000000e+00 |      --      |    Inf 
248.74/248.80	c   249s| 41800 |   451 |  2795k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 565 | 399k|  42k|3034 | 0.000000e+00 |      --      |    Inf 
249.33/249.40	c   249s| 41900 |   447 |  2802k|  66.9 |  14M|  35 | 117 | 718 |  10k| 718 | 525 | 400k|  42k|3034 | 0.000000e+00 |      --      |    Inf 
249.94/250.00	c   250s| 42000 |   441 |  2808k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 494 | 401k|  42k|3043 | 0.000000e+00 |      --      |    Inf 
250.43/250.56	c   251s| 42100 |   439 |  2815k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 520 | 402k|  42k|3043 | 0.000000e+00 |      --      |    Inf 
251.13/251.22	c   251s| 42200 |   443 |  2822k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 516 | 403k|  42k|3053 | 0.000000e+00 |      --      |    Inf 
251.74/251.83	c   252s| 42300 |   439 |  2829k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 534 | 404k|  42k|3059 | 0.000000e+00 |      --      |    Inf 
252.34/252.41	c   252s| 42400 |   441 |  2836k|  66.9 |  14M|  35 | 143 | 718 |  10k| 718 | 528 | 404k|  42k|3059 | 0.000000e+00 |      --      |    Inf 
252.84/252.98	c   253s| 42500 |   440 |  2842k|  66.9 |  14M|  35 | 135 | 718 |  10k| 718 | 512 | 405k|  42k|3059 | 0.000000e+00 |      --      |    Inf 
253.44/253.55	c   254s| 42600 |   436 |  2849k|  66.9 |  14M|  35 | 145 | 718 |  10k| 718 | 487 | 406k|  42k|3059 | 0.000000e+00 |      --      |    Inf 
253.94/254.09	c   254s| 42700 |   434 |  2855k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 510 | 407k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
254.53/254.64	c   255s| 42800 |   435 |  2862k|  66.9 |  14M|  35 | 141 | 718 |  10k| 718 | 545 | 408k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
255.05/255.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.05/255.20	c   255s| 42900 |   429 |  2869k|  66.9 |  14M|  35 | 145 | 718 |  10k| 718 | 459 | 409k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
255.64/255.76	c   256s| 43000 |   431 |  2876k|  66.9 |  14M|  35 | 143 | 718 |  10k| 718 | 493 | 410k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
256.25/256.34	c   256s| 43100 |   429 |  2883k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 497 | 411k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
256.84/256.97	c   257s| 43200 |   435 |  2890k|  66.9 |  13M|  35 | 152 | 718 |  10k| 718 | 469 | 412k|  43k|3059 | 0.000000e+00 |      --      |    Inf 
257.64/257.72	c   258s| 43300 |   430 |  2898k|  66.9 |  13M|  35 |   - | 718 |  10k| 718 | 529 | 413k|  43k|3072 | 0.000000e+00 |      --      |    Inf 
258.24/258.38	c   258s| 43400 |   430 |  2906k|  67.0 |  13M|  35 |   - | 718 |  10k| 718 | 532 | 414k|  43k|3072 | 0.000000e+00 |      --      |    Inf 
258.94/259.01	c   259s| 43500 |   433 |  2913k|  67.0 |  13M|  35 | 138 | 718 |  10k| 718 | 523 | 415k|  43k|3081 | 0.000000e+00 |      --      |    Inf 
259.54/259.63	c   260s| 43600 |   433 |  2919k|  67.0 |  14M|  35 |   - | 718 |  10k| 718 | 489 | 416k|  43k|3091 | 0.000000e+00 |      --      |    Inf 
259.93/260.08	c   260s| 43700 |   433 |  2925k|  66.9 |  14M|  35 | 113 | 718 |  10k| 718 | 502 | 416k|  43k|3091 | 0.000000e+00 |      --      |    Inf 
260.54/260.64	c   261s| 43800 |   431 |  2931k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 462 | 417k|  44k|3095 | 0.000000e+00 |      --      |    Inf 
261.03/261.17	c   261s| 43900 |   429 |  2937k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 483 | 418k|  44k|3107 | 0.000000e+00 |      --      |    Inf 
261.64/261.75	c   262s| 44000 |   429 |  2944k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 513 | 419k|  44k|3111 | 0.000000e+00 |      --      |    Inf 
262.24/262.37	c   262s| 44100 |   426 |  2951k|  66.9 |  14M|  35 | 162 | 718 |  10k| 718 | 550 | 419k|  44k|3119 | 0.000000e+00 |      --      |    Inf 
262.84/262.98	c   263s| 44200 |   426 |  2958k|  66.9 |  14M|  35 | 143 | 718 |  10k| 718 | 485 | 420k|  44k|3124 | 0.000000e+00 |      --      |    Inf 
263.53/263.60	c   264s| 44300 |   425 |  2965k|  66.9 |  14M|  35 | 130 | 718 |  10k| 718 | 516 | 421k|  44k|3127 | 0.000000e+00 |      --      |    Inf 
264.03/264.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.03/264.16	c   264s| 44400 |   425 |  2971k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 522 | 422k|  44k|3129 | 0.000000e+00 |      --      |    Inf 
264.54/264.67	c   265s| 44500 |   430 |  2977k|  66.9 |  14M|  35 | 124 | 718 |  10k| 718 | 509 | 422k|  44k|3129 | 0.000000e+00 |      --      |    Inf 
265.13/265.23	c   265s| 44600 |   430 |  2984k|  66.9 |  14M|  35 |   - | 718 |  10k| 718 | 521 | 423k|  44k|3129 | 0.000000e+00 |      --      |    Inf 
265.63/265.72	c   266s| 44700 |   436 |  2989k|  66.9 |  14M|  35 | 130 | 718 |  10k| 718 | 501 | 424k|  44k|3129 | 0.000000e+00 |      --      |    Inf 
266.04/266.18	c   266s| 44800 |   432 |  2995k|  66.8 |  14M|  35 | 143 | 718 |  10k| 718 | 484 | 424k|  44k|3129 | 0.000000e+00 |      --      |    Inf 
266.53/266.67	c   267s| 44900 |   432 |  3000k|  66.8 |  14M|  35 | 142 | 718 |  10k| 718 | 544 | 425k|  45k|3129 | 0.000000e+00 |      --      |    Inf 
267.03/267.20	c   267s| 45000 |   428 |  3007k|  66.8 |  14M|  35 |   - | 718 |  10k| 718 | 483 | 426k|  45k|3129 | 0.000000e+00 |      --      |    Inf 
267.53/267.64	c   268s| 45100 |   429 |  3012k|  66.8 |  14M|  35 |   - | 718 |  10k| 718 | 551 | 426k|  45k|3129 | 0.000000e+00 |      --      |    Inf 
267.93/268.05	c   268s| 45200 |   427 |  3016k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 537 | 427k|  45k|3129 | 0.000000e+00 |      --      |    Inf 
268.43/268.53	c   269s| 45300 |   430 |  3022k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 552 | 427k|  45k|3129 | 0.000000e+00 |      --      |    Inf 
268.93/269.09	c   269s| 45400 |   430 |  3028k|  66.7 |  14M|  35 |   - | 718 |  11k|   0 |   0 | 428k|  45k|3138 | 0.000000e+00 |      --      |    Inf 
269.63/269.79	c   270s| 45500 |   430 |  3035k|  66.7 |  14M|  35 | 152 | 718 |  11k| 718 | 470 | 429k|  45k|3147 | 0.000000e+00 |      --      |    Inf 
270.23/270.36	c   270s| 45600 |   428 |  3042k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 513 | 430k|  45k|3147 | 0.000000e+00 |      --      |    Inf 
270.94/271.08	c   271s| 45700 |   426 |  3050k|  66.7 |  14M|  35 | 130 | 718 |  11k| 718 | 517 | 431k|  45k|3159 | 0.000000e+00 |      --      |    Inf 
271.54/271.68	c   272s| 45800 |   422 |  3056k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 524 | 431k|  46k|3159 | 0.000000e+00 |      --      |    Inf 
272.14/272.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.14/272.24	c   272s| 45900 |   424 |  3063k|  66.7 |  14M|  35 | 145 | 718 |  11k| 718 | 508 | 432k|  46k|3169 | 0.000000e+00 |      --      |    Inf 
272.64/272.74	c   273s| 46000 |   428 |  3069k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 490 | 433k|  46k|3171 | 0.000000e+00 |      --      |    Inf 
273.03/273.18	c   273s| 46100 |   428 |  3074k|  66.7 |  14M|  35 | 134 | 718 |  11k| 718 | 517 | 434k|  46k|3172 | 0.000000e+00 |      --      |    Inf 
273.63/273.71	c   274s| 46200 |   426 |  3080k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 504 | 434k|  46k|3172 | 0.000000e+00 |      --      |    Inf 
274.14/274.21	c   274s| 46300 |   426 |  3086k|  66.7 |  14M|  35 | 142 | 718 |  11k| 718 | 450 | 435k|  46k|3173 | 0.000000e+00 |      --      |    Inf 
274.73/274.80	c   275s| 46400 |   428 |  3093k|  66.7 |  14M|  35 | 127 | 718 |  11k| 718 | 522 | 436k|  46k|3174 | 0.000000e+00 |      --      |    Inf 
275.23/275.36	c   275s| 46500 |   428 |  3100k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 474 | 437k|  46k|3176 | 0.000000e+00 |      --      |    Inf 
275.73/275.89	c   276s| 46600 |   428 |  3106k|  66.7 |  14M|  35 | 140 | 718 |  11k| 718 | 544 | 438k|  46k|3176 | 0.000000e+00 |      --      |    Inf 
276.43/276.53	c   277s| 46700 |   426 |  3113k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 493 | 439k|  47k|3181 | 0.000000e+00 |      --      |    Inf 
276.93/277.07	c   277s| 46800 |   426 |  3119k|  66.7 |  14M|  35 | 136 | 718 |  11k| 718 | 561 | 440k|  47k|3183 | 0.000000e+00 |      --      |    Inf 
277.54/277.60	c   278s| 46900 |   424 |  3126k|  66.6 |  14M|  35 |   - | 718 |  11k| 718 | 526 | 441k|  47k|3183 | 0.000000e+00 |      --      |    Inf 
278.14/278.25	c   278s| 47000 |   422 |  3133k|  66.7 |  14M|  35 | 128 | 718 |  11k| 718 | 524 | 442k|  47k|3183 | 0.000000e+00 |      --      |    Inf 
278.73/278.86	c   279s| 47100 |   420 |  3140k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 533 | 443k|  47k|3183 | 0.000000e+00 |      --      |    Inf 
279.43/279.52	c   280s| 47200 |   420 |  3148k|  66.7 |  14M|  35 | 144 | 718 |  11k| 718 | 544 | 444k|  47k|3188 | 0.000000e+00 |      --      |    Inf 
279.94/280.04	c   280s| 47300 |   422 |  3153k|  66.7 |  14M|  35 |   - | 718 |  11k| 718 | 548 | 444k|  47k|3197 | 0.000000e+00 |      --      |    Inf 
280.43/280.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.43/280.56	c   281s| 47400 |   425 |  3159k|  66.6 |  14M|  35 | 132 | 718 |  11k| 718 | 551 | 445k|  47k|3197 | 0.000000e+00 |      --      |    Inf 
281.03/281.19	c   281s| 47500 |   421 |  3165k|  66.6 |  14M|  35 | 153 | 718 |  11k| 718 | 577 | 446k|  47k|3207 | 0.000000e+00 |      --      |    Inf 
281.54/281.70	c   282s| 47600 |   417 |  3171k|  66.6 |  14M|  35 | 135 | 718 |  11k| 718 | 499 | 446k|  48k|3207 | 0.000000e+00 |      --      |    Inf 
282.23/282.38	c   282s| 47700 |   409 |  3177k|  66.6 |  14M|  35 | 155 | 718 |  11k| 718 | 494 | 447k|  48k|3218 | 0.000000e+00 |      --      |    Inf 
282.83/282.95	c   283s| 47800 |   411 |  3184k|  66.6 |  14M|  35 | 143 | 718 |  11k| 718 | 536 | 448k|  48k|3218 | 0.000000e+00 |      --      |    Inf 
283.33/283.45	c   283s| 47900 |   409 |  3189k|  66.6 |  14M|  35 |   - | 718 |  11k| 718 | 485 | 448k|  48k|3221 | 0.000000e+00 |      --      |    Inf 
283.83/283.98	c   284s| 48000 |   403 |  3195k|  66.6 |  14M|  35 |   - | 718 |  11k| 718 | 525 | 449k|  48k|3226 | 0.000000e+00 |      --      |    Inf 
284.44/284.55	c   285s| 48100 |   402 |  3201k|  66.6 |  14M|  35 | 138 | 718 |  11k| 718 | 504 | 450k|  48k|3233 | 0.000000e+00 |      --      |    Inf 
285.03/285.16	c   285s| 48200 |   401 |  3208k|  66.6 |  14M|  35 |   - | 718 |  11k| 718 | 479 | 450k|  48k|3236 | 0.000000e+00 |      --      |    Inf 
285.54/285.64	c   286s| 48300 |   405 |  3214k|  66.5 |  14M|  35 | 130 | 718 |  11k| 718 | 485 | 451k|  48k|3236 | 0.000000e+00 |      --      |    Inf 
286.04/286.18	c   286s| 48400 |   403 |  3221k|  66.5 |  14M|  35 |   - | 718 |  11k| 718 | 506 | 452k|  48k|3236 | 0.000000e+00 |      --      |    Inf 
286.53/286.68	c   287s| 48500 |   407 |  3226k|  66.5 |  14M|  35 | 127 | 718 |  11k| 718 | 579 | 452k|  48k|3237 | 0.000000e+00 |      --      |    Inf 
287.14/287.21	c   287s| 48600 |   405 |  3232k|  66.5 |  14M|  35 | 149 | 718 |  11k| 718 | 529 | 453k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
287.63/287.71	c   288s| 48700 |   402 |  3238k|  66.5 |  14M|  35 | 145 | 718 |  12k| 718 | 493 | 454k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
288.23/288.31	c   288s| 48800 |   398 |  3245k|  66.5 |  14M|  35 | 146 | 718 |  11k| 718 | 520 | 454k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
288.73/288.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.73/288.87	c   289s| 48900 |   398 |  3252k|  66.5 |  14M|  35 |   - | 718 |  11k| 718 | 517 | 455k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
289.23/289.36	c   289s| 49000 |   396 |  3257k|  66.5 |  14M|  35 |   - | 718 |  11k| 718 | 479 | 456k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
289.83/289.93	c   290s| 49100 |   396 |  3264k|  66.5 |  14M|  35 |   - | 718 |  11k| 718 | 570 | 457k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
290.43/290.55	c   291s| 49200 |   391 |  3271k|  66.5 |  14M|  35 | 140 | 718 |  11k| 718 | 519 | 458k|  49k|3237 | 0.000000e+00 |      --      |    Inf 
291.13/291.20	c   291s| 49300 |   385 |  3278k|  66.5 |  14M|  35 | 156 | 718 |  11k| 718 | 514 | 459k|  49k|3246 | 0.000000e+00 |      --      |    Inf 
291.83/291.92	c   292s| 49400 |   393 |  3286k|  66.5 |  14M|  35 |   - | 718 |  11k| 718 | 501 | 461k|  49k|3256 | 0.000000e+00 |      --      |    Inf 
292.33/292.49	c   292s| 49500 |   394 |  3293k|  66.5 |  14M|  35 | 143 | 718 |  11k| 718 | 504 | 462k|  49k|3256 | 0.000000e+00 |      --      |    Inf 
292.93/293.09	c   293s| 49600 |   395 |  3300k|  66.5 |  14M|  35 |   - | 718 |  12k| 718 | 521 | 463k|  50k|3266 | 0.000000e+00 |      --      |    Inf 
293.43/293.55	c   294s| 49700 |   395 |  3305k|  66.5 |  14M|  35 | 124 | 718 |  12k| 718 | 483 | 464k|  50k|3266 | 0.000000e+00 |      --      |    Inf 
293.93/294.02	c   294s| 49800 |   397 |  3311k|  66.5 |  14M|  35 | 113 | 718 |  12k| 718 | 502 | 465k|  50k|3266 | 0.000000e+00 |      --      |    Inf 
294.43/294.54	c   295s| 49900 |   395 |  3316k|  66.5 |  14M|  35 | 130 | 718 |  12k| 718 | 490 | 466k|  50k|3279 | 0.000000e+00 |      --      |    Inf 
295.03/295.11	c   295s| 50000 |   393 |  3323k|  66.5 |  14M|  35 |   - | 718 |  12k| 718 | 523 | 467k|  50k|3279 | 0.000000e+00 |      --      |    Inf 
295.63/295.73	c   296s| 50100 |   395 |  3330k|  66.5 |  15M|  35 |   - | 718 |  12k| 718 | 481 | 468k|  50k|3288 | 0.000000e+00 |      --      |    Inf 
296.13/296.22	c   296s| 50200 |   395 |  3336k|  66.5 |  15M|  35 |   - | 718 |  12k| 718 | 492 | 469k|  50k|3292 | 0.000000e+00 |      --      |    Inf 
296.63/296.76	c   297s| 50300 |   395 |  3342k|  66.4 |  15M|  35 | 136 | 718 |  12k| 718 | 477 | 470k|  50k|3299 | 0.000000e+00 |      --      |    Inf 
297.23/297.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.23/297.31	c   297s| 50400 |   391 |  3349k|  66.4 |  15M|  35 |   - | 718 |  12k| 718 | 502 | 471k|  51k|3300 | 0.000000e+00 |      --      |    Inf 
297.73/297.84	c   298s| 50500 |   399 |  3355k|  66.4 |  15M|  35 | 138 | 718 |  12k| 718 | 486 | 471k|  51k|3302 | 0.000000e+00 |      --      |    Inf 
298.23/298.31	c   298s| 50600 |   399 |  3361k|  66.4 |  15M|  35 | 138 | 718 |  13k| 718 | 469 | 472k|  51k|3304 | 0.000000e+00 |      --      |    Inf 
298.83/298.91	c   299s| 50700 |   394 |  3367k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 565 | 473k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
299.33/299.44	c   299s| 50800 |   394 |  3373k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 539 | 474k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
299.83/299.94	c   300s| 50900 |   394 |  3379k|  66.4 |  15M|  35 | 152 | 718 |  13k| 718 | 546 | 474k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
300.33/300.49	c   300s| 51000 |   398 |  3386k|  66.4 |  15M|  35 | 124 | 718 |  13k| 718 | 563 | 475k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
300.93/301.02	c   301s| 51100 |   393 |  3392k|  66.4 |  15M|  35 | 152 | 718 |  13k| 718 | 537 | 476k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
301.52/301.68	c   302s| 51200 |   389 |  3400k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 556 | 476k|  51k|3308 | 0.000000e+00 |      --      |    Inf 
302.34/302.43	c   302s| 51300 |   389 |  3408k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 528 | 478k|  52k|3309 | 0.000000e+00 |      --      |    Inf 
302.82/302.97	c   303s| 51400 |   387 |  3414k|  66.4 |  15M|  35 | 136 | 718 |  13k| 718 | 497 | 479k|  52k|3310 | 0.000000e+00 |      --      |    Inf 
303.53/303.66	c   304s| 51500 |   387 |  3422k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 489 | 480k|  52k|3319 | 0.000000e+00 |      --      |    Inf 
304.03/304.11	c   304s| 51600 |   391 |  3427k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 525 | 480k|  52k|3319 | 0.000000e+00 |      --      |    Inf 
304.54/304.63	c   305s| 51700 |   393 |  3433k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 543 | 481k|  52k|3329 | 0.000000e+00 |      --      |    Inf 
305.03/305.13	c   305s| 51800 |   391 |  3439k|  66.4 |  15M|  35 | 134 | 718 |  13k| 718 | 548 | 482k|  52k|3329 | 0.000000e+00 |      --      |    Inf 
305.63/305.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.63/305.71	c   306s| 51900 |   393 |  3446k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 525 | 483k|  52k|3335 | 0.000000e+00 |      --      |    Inf 
306.13/306.25	c   306s| 52000 |   391 |  3452k|  66.4 |  15M|  35 | 123 | 718 |  13k| 718 | 525 | 484k|  52k|3340 | 0.000000e+00 |      --      |    Inf 
306.63/306.76	c   307s| 52100 |   390 |  3458k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 539 | 484k|  52k|3343 | 0.000000e+00 |      --      |    Inf 
307.13/307.26	c   307s| 52200 |   391 |  3463k|  66.4 |  15M|  35 | 133 | 718 |  13k| 718 | 521 | 485k|  53k|3344 | 0.000000e+00 |      --      |    Inf 
307.72/307.88	c   308s| 52300 |   384 |  3470k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 535 | 485k|  53k|3349 | 0.000000e+00 |      --      |    Inf 
308.33/308.46	c   308s| 52400 |   386 |  3477k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 486 | 486k|  53k|3349 | 0.000000e+00 |      --      |    Inf 
309.03/309.12	c   309s| 52500 |   386 |  3485k|  66.4 |  15M|  35 | 162 | 718 |  14k| 718 | 497 | 487k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
309.63/309.76	c   310s| 52600 |   381 |  3492k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 580 | 488k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
310.23/310.38	c   310s| 52700 |   382 |  3499k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 507 | 489k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
310.83/310.98	c   311s| 52800 |   378 |  3506k|  66.4 |  15M|  35 | 150 | 718 |  13k| 718 | 569 | 490k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
311.42/311.52	c   312s| 52900 |   372 |  3512k|  66.4 |  15M|  35 |   - | 718 |  13k| 718 | 469 | 491k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
312.02/312.10	c   312s| 53000 |   373 |  3519k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 525 | 492k|  53k|3350 | 0.000000e+00 |      --      |    Inf 
312.63/312.74	c   313s| 53100 |   367 |  3526k|  66.4 |  15M|  35 | 138 | 718 |  14k| 718 | 486 | 493k|  54k|3350 | 0.000000e+00 |      --      |    Inf 
313.23/313.33	c   313s| 53200 |   364 |  3533k|  66.4 |  15M|  35 | 153 | 718 |  13k| 718 | 436 | 494k|  54k|3350 | 0.000000e+00 |      --      |    Inf 
313.83/313.98	c   314s| 53300 |   366 |  3541k|  66.4 |  15M|  35 | 153 | 718 |  13k| 718 | 464 | 496k|  54k|3359 | 0.000000e+00 |      --      |    Inf 
314.54/314.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.54/314.68	c   315s| 53400 |   364 |  3548k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 518 | 497k|  54k|3369 | 0.000000e+00 |      --      |    Inf 
315.13/315.25	c   315s| 53500 |   364 |  3555k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 510 | 498k|  54k|3369 | 0.000000e+00 |      --      |    Inf 
315.83/315.92	c   316s| 53600 |   364 |  3562k|  66.4 |  15M|  35 | 129 | 718 |  14k| 718 | 495 | 499k|  54k|3379 | 0.000000e+00 |      --      |    Inf 
316.33/316.47	c   316s| 53700 |   362 |  3568k|  66.4 |  15M|  35 | 148 | 718 |  14k| 718 | 539 | 499k|  54k|3379 | 0.000000e+00 |      --      |    Inf 
317.02/317.10	c   317s| 53800 |   364 |  3575k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 501 | 501k|  54k|3388 | 0.000000e+00 |      --      |    Inf 
317.52/317.68	c   318s| 53900 |   364 |  3581k|  66.4 |  15M|  35 | 149 | 718 |  14k| 718 | 476 | 502k|  54k|3388 | 0.000000e+00 |      --      |    Inf 
318.22/318.39	c   318s| 54000 |   361 |  3589k|  66.5 |  15M|  35 | 163 | 718 |  14k| 718 | 551 | 503k|  54k|3394 | 0.000000e+00 |      --      |    Inf 
318.72/318.89	c   319s| 54100 |   363 |  3595k|  66.4 |  15M|  35 | 148 | 718 |  13k| 718 | 483 | 503k|  55k|3399 | 0.000000e+00 |      --      |    Inf 
319.33/319.41	c   319s| 54200 |   365 |  3601k|  66.4 |  15M|  35 | 129 | 718 |  14k| 718 | 498 | 505k|  55k|3400 | 0.000000e+00 |      --      |    Inf 
320.03/320.11	c   320s| 54300 |   363 |  3609k|  66.5 |  15M|  35 |   - | 718 |  13k| 718 | 553 | 506k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
320.62/320.71	c   321s| 54400 |   363 |  3616k|  66.5 |  15M|  35 |   - | 718 |  13k| 718 | 522 | 507k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
321.14/321.26	c   321s| 54500 |   363 |  3623k|  66.5 |  15M|  35 | 152 | 718 |  13k| 718 | 511 | 508k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
321.72/321.85	c   322s| 54600 |   359 |  3630k|  66.5 |  15M|  35 | 127 | 718 |  14k| 718 | 493 | 508k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
322.33/322.45	c   322s| 54700 |   357 |  3637k|  66.5 |  15M|  35 | 132 | 718 |  13k| 718 | 526 | 509k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
322.83/322.91	c   323s| 54800 |   365 |  3642k|  66.5 |  15M|  35 | 113 | 718 |  14k| 718 | 503 | 510k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
323.12/323.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.12/323.27	c   323s| 54900 |   359 |  3647k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 508 | 511k|  55k|3401 | 0.000000e+00 |      --      |    Inf 
323.52/323.62	c   324s| 55000 |   361 |  3651k|  66.4 |  15M|  35 |   - | 718 |  14k| 718 | 507 | 512k|  56k|3401 | 0.000000e+00 |      --      |    Inf 
323.92/324.00	c   324s| 55100 |   361 |  3656k|  66.3 |  15M|  35 |   - | 718 |  14k| 718 | 506 | 512k|  56k|3401 | 0.000000e+00 |      --      |    Inf 
324.33/324.50	c   325s| 55200 |   361 |  3662k|  66.3 |  15M|  35 | 138 | 718 |  14k| 718 | 511 | 513k|  56k|3401 | 0.000000e+00 |      --      |    Inf 
324.93/325.01	c   325s| 55300 |   359 |  3668k|  66.3 |  15M|  35 | 134 | 718 |  14k| 718 | 490 | 514k|  56k|3401 | 0.000000e+00 |      --      |    Inf 
325.44/325.54	c   326s| 55400 |   357 |  3674k|  66.3 |  15M|  35 | 127 | 718 |  14k| 718 | 440 | 515k|  56k|3410 | 0.000000e+00 |      --      |    Inf 
325.83/325.96	c   326s| 55500 |   359 |  3679k|  66.3 |  15M|  35 |   - | 718 |  14k| 718 | 485 | 516k|  56k|3419 | 0.000000e+00 |      --      |    Inf 
326.22/326.35	c   326s| 55600 |   361 |  3684k|  66.3 |  15M|  35 | 115 | 718 |  14k| 718 | 474 | 516k|  56k|3419 | 0.000000e+00 |      --      |    Inf 
326.63/326.79	c   327s| 55700 |   361 |  3688k|  66.2 |  15M|  35 |   - | 718 |  14k| 718 | 502 | 517k|  56k|3428 | 0.000000e+00 |      --      |    Inf 
327.02/327.19	c   327s| 55800 |   359 |  3693k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 525 | 517k|  57k|3428 | 0.000000e+00 |      --      |    Inf 
327.53/327.65	c   328s| 55900 |   360 |  3698k|  66.2 |  16M|  35 | 128 | 718 |  15k| 718 | 498 | 518k|  57k|3431 | 0.000000e+00 |      --      |    Inf 
328.03/328.13	c   328s| 56000 |   358 |  3704k|  66.1 |  16M|  35 |   - | 718 |  15k| 718 | 507 | 519k|  57k|3435 | 0.000000e+00 |      --      |    Inf 
328.53/328.64	c   329s| 56100 |   364 |  3710k|  66.1 |  16M|  35 | 140 | 718 |  15k| 718 | 511 | 520k|  57k|3439 | 0.000000e+00 |      --      |    Inf 
329.03/329.10	c   329s| 56200 |   362 |  3715k|  66.1 |  16M|  35 |   - | 718 |  15k| 718 | 510 | 520k|  57k|3445 | 0.000000e+00 |      --      |    Inf 
329.42/329.53	c   330s| 56300 |   368 |  3720k|  66.1 |  16M|  35 | 118 | 718 |  15k| 718 | 503 | 521k|  57k|3449 | 0.000000e+00 |      --      |    Inf 
329.83/329.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.83/329.95	c   330s| 56400 |   366 |  3725k|  66.1 |  16M|  35 | 105 | 718 |  15k| 718 | 483 | 522k|  57k|3450 | 0.000000e+00 |      --      |    Inf 
330.22/330.36	c   330s| 56500 |   368 |  3730k|  66.0 |  16M|  35 | 115 | 718 |  15k| 718 | 475 | 522k|  57k|3450 | 0.000000e+00 |      --      |    Inf 
330.73/330.83	c   331s| 56600 |   368 |  3736k|  66.0 |  16M|  35 |   - | 718 |  15k| 718 | 495 | 523k|  57k|3450 | 0.000000e+00 |      --      |    Inf 
331.23/331.31	c   331s| 56700 |   368 |  3742k|  66.0 |  16M|  35 | 104 | 718 |  15k| 718 | 471 | 524k|  58k|3450 | 0.000000e+00 |      --      |    Inf 
331.73/331.80	c   332s| 56800 |   366 |  3748k|  66.0 |  16M|  35 | 131 | 718 |  15k| 718 | 485 | 525k|  58k|3450 | 0.000000e+00 |      --      |    Inf 
332.13/332.29	c   332s| 56900 |   362 |  3754k|  66.0 |  16M|  35 | 141 | 718 |  15k| 718 | 482 | 526k|  58k|3450 | 0.000000e+00 |      --      |    Inf 
332.62/332.78	c   333s| 57000 |   364 |  3759k|  66.0 |  16M|  35 | 109 | 718 |  15k| 718 | 490 | 527k|  58k|3452 | 0.000000e+00 |      --      |    Inf 
333.13/333.22	c   333s| 57100 |   366 |  3765k|  65.9 |  16M|  35 | 139 | 718 |  16k| 718 | 493 | 527k|  58k|3452 | 0.000000e+00 |      --      |    Inf 
333.72/333.80	c   334s| 57200 |   365 |  3772k|  65.9 |  16M|  35 | 146 | 718 |  15k| 718 | 484 | 529k|  58k|3452 | 0.000000e+00 |      --      |    Inf 
334.33/334.45	c   334s| 57300 |   361 |  3780k|  66.0 |  16M|  35 |   - | 718 |  15k| 718 | 486 | 530k|  58k|3452 | 0.000000e+00 |      --      |    Inf 
334.92/335.04	c   335s| 57400 |   357 |  3786k|  66.0 |  16M|  35 |   - | 718 |  15k| 718 | 476 | 530k|  58k|3455 | 0.000000e+00 |      --      |    Inf 
335.43/335.56	c   336s| 57500 |   359 |  3792k|  66.0 |  16M|  35 |   - | 718 |  15k| 718 | 525 | 531k|  58k|3456 | 0.000000e+00 |      --      |    Inf 
336.02/336.13	c   336s| 57600 |   362 |  3798k|  65.9 |  16M|  35 | 144 | 718 |  14k| 718 | 486 | 532k|  59k|3465 | 0.000000e+00 |      --      |    Inf 
336.53/336.62	c   337s| 57700 |   362 |  3804k|  65.9 |  16M|  35 |   - | 718 |  15k| 718 | 516 | 533k|  59k|3465 | 0.000000e+00 |      --      |    Inf 
337.13/337.24	c   337s| 57800 |   360 |  3811k|  65.9 |  16M|  35 |   - | 718 |  14k| 718 | 531 | 534k|  59k|3474 | 0.000000e+00 |      --      |    Inf 
337.93/338.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.93/338.02	c   338s| 57900 |   362 |  3819k|  66.0 |  16M|  35 | 148 | 718 |  14k| 718 | 527 | 536k|  59k|3482 | 0.000000e+00 |      --      |    Inf 
338.53/338.62	c   339s| 58000 |   358 |  3826k|  66.0 |  16M|  35 |   - | 718 |  14k| 718 | 511 | 537k|  59k|3482 | 0.000000e+00 |      --      |    Inf 
339.23/339.30	c   339s| 58100 |   354 |  3833k|  66.0 |  15M|  35 |   - | 718 |  14k| 718 | 515 | 538k|  59k|3489 | 0.000000e+00 |      --      |    Inf 
339.83/339.97	c   340s| 58200 |   352 |  3840k|  66.0 |  15M|  35 | 156 | 718 |  14k| 718 | 540 | 539k|  59k|3494 | 0.000000e+00 |      --      |    Inf 
340.52/340.64	c   341s| 58300 |   353 |  3848k|  66.0 |  15M|  35 | 132 | 718 |  14k| 718 | 512 | 539k|  59k|3497 | 0.000000e+00 |      --      |    Inf 
341.02/341.16	c   341s| 58400 |   349 |  3854k|  66.0 |  15M|  35 |   - | 718 |  14k| 718 | 520 | 540k|  59k|3497 | 0.000000e+00 |      --      |    Inf 
341.62/341.74	c   342s| 58500 |   355 |  3861k|  66.0 |  15M|  35 | 137 | 718 |  14k| 718 | 547 | 541k|  59k|3498 | 0.000000e+00 |      --      |    Inf 
342.22/342.40	c   342s| 58600 |   353 |  3869k|  66.0 |  15M|  35 |   - | 718 |  14k| 718 | 554 | 542k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
343.03/343.14	c   343s| 58700 |   357 |  3878k|  66.1 |  15M|  35 |   - | 718 |  14k| 718 | 554 | 544k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
343.62/343.79	c   344s| 58800 |   355 |  3886k|  66.1 |  15M|  35 | 142 | 718 |  14k| 718 | 511 | 546k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
344.42/344.51	c   345s| 58900 |   355 |  3894k|  66.1 |  15M|  35 | 141 | 718 |  14k| 718 | 512 | 547k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
344.92/345.09	c   345s| 59000 |   354 |  3901k|  66.1 |  15M|  35 |   - | 718 |  14k| 718 | 554 | 548k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
345.53/345.67	c   346s| 59100 |   350 |  3907k|  66.1 |  15M|  35 | 160 | 718 |  13k| 718 | 426 | 549k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
346.33/346.45	c   346s| 59200 |   352 |  3917k|  66.2 |  15M|  35 | 140 | 718 |  13k| 718 | 500 | 551k|  60k|3498 | 0.000000e+00 |      --      |    Inf 
346.82/346.99	c   347s| 59300 |   354 |  3923k|  66.2 |  15M|  35 | 130 | 718 |  14k| 718 | 526 | 552k|  60k|3504 | 0.000000e+00 |      --      |    Inf 
347.43/347.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.43/347.58	c   348s| 59400 |   357 |  3930k|  66.2 |  15M|  35 | 141 | 718 |  14k| 718 | 481 | 552k|  60k|3517 | 0.000000e+00 |      --      |    Inf 
348.02/348.18	c   348s| 59500 |   353 |  3937k|  66.2 |  15M|  35 |   - | 718 |  14k| 718 | 506 | 554k|  60k|3517 | 0.000000e+00 |      --      |    Inf 
348.72/348.82	c   349s| 59600 |   353 |  3944k|  66.2 |  15M|  35 | 145 | 718 |  14k| 718 | 480 | 554k|  61k|3527 | 0.000000e+00 |      --      |    Inf 
349.32/349.40	c   349s| 59700 |   356 |  3951k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 482 | 555k|  61k|3527 | 0.000000e+00 |      --      |    Inf 
349.82/349.98	c   350s| 59800 |   362 |  3958k|  66.2 |  16M|  35 | 121 | 718 |  14k| 718 | 462 | 557k|  61k|3534 | 0.000000e+00 |      --      |    Inf 
350.32/350.47	c   350s| 59900 |   358 |  3964k|  66.2 |  16M|  35 | 138 | 718 |  14k| 718 | 498 | 557k|  61k|3537 | 0.000000e+00 |      --      |    Inf 
350.92/351.07	c   351s| 60000 |   360 |  3971k|  66.2 |  16M|  35 | 131 | 718 |  14k| 718 | 487 | 559k|  61k|3541 | 0.000000e+00 |      --      |    Inf 
351.52/351.61	c   352s| 60100 |   359 |  3977k|  66.2 |  16M|  35 | 144 | 718 |  14k| 718 | 465 | 560k|  61k|3545 | 0.000000e+00 |      --      |    Inf 
352.12/352.21	c   352s| 60200 |   355 |  3984k|  66.2 |  15M|  35 | 143 | 718 |  14k| 718 | 528 | 561k|  61k|3548 | 0.000000e+00 |      --      |    Inf 
352.62/352.75	c   353s| 60300 |   351 |  3990k|  66.2 |  15M|  35 |   - | 718 |  14k| 718 | 504 | 561k|  61k|3548 | 0.000000e+00 |      --      |    Inf 
353.22/353.33	c   353s| 60400 |   350 |  3997k|  66.2 |  15M|  35 |   - | 718 |  14k| 718 | 502 | 562k|  61k|3548 | 0.000000e+00 |      --      |    Inf 
353.72/353.87	c   354s| 60500 |   350 |  4004k|  66.2 |  15M|  35 |   - | 718 |  14k| 718 | 529 | 563k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
354.32/354.42	c   354s| 60600 |   351 |  4010k|  66.2 |  15M|  35 | 139 | 718 |  14k| 718 | 533 | 565k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
354.82/354.95	c   355s| 60700 |   353 |  4017k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 514 | 566k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
355.42/355.50	c   355s| 60800 |   355 |  4024k|  66.2 |  16M|  35 | 134 | 718 |  14k| 718 | 517 | 567k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
355.92/356.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.92/356.09	c   356s| 60900 |   355 |  4031k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 525 | 567k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
356.62/356.73	c   357s| 61000 |   355 |  4038k|  66.2 |  16M|  35 | 137 | 718 |  14k| 718 | 511 | 569k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
357.22/357.35	c   357s| 61100 |   351 |  4045k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 489 | 570k|  62k|3548 | 0.000000e+00 |      --      |    Inf 
357.82/357.95	c   358s| 61200 |   353 |  4051k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 465 | 570k|  62k|3561 | 0.000000e+00 |      --      |    Inf 
358.42/358.52	c   359s| 61300 |   356 |  4058k|  66.2 |  16M|  35 | 132 | 718 |  14k| 718 | 477 | 571k|  62k|3561 | 0.000000e+00 |      --      |    Inf 
358.92/359.06	c   359s| 61400 |   355 |  4064k|  66.2 |  16M|  35 |   - | 718 |  14k|   0 |   0 | 572k|  63k|3561 | 0.000000e+00 |      --      |    Inf 
359.53/359.69	c   360s| 61500 |   359 |  4071k|  66.2 |  16M|  35 |   - | 718 |  14k| 718 | 511 | 573k|  63k|3571 | 0.000000e+00 |      --      |    Inf 
360.12/360.21	c   360s| 61600 |   363 |  4077k|  66.2 |  16M|  35 | 143 | 718 |  14k| 718 | 509 | 574k|  63k|3571 | 0.000000e+00 |      --      |    Inf 
360.63/360.78	c   361s| 61700 |   359 |  4083k|  66.2 |  16M|  35 | 154 | 718 |  15k| 718 | 523 | 575k|  63k|3579 | 0.000000e+00 |      --      |    Inf 
361.22/361.37	c   361s| 61800 |   361 |  4091k|  66.2 |  16M|  35 | 134 | 718 |  15k| 718 | 497 | 576k|  63k|3580 | 0.000000e+00 |      --      |    Inf 
361.92/362.05	c   362s| 61900 |   363 |  4098k|  66.2 |  16M|  35 | 126 | 718 |  15k| 718 | 495 | 577k|  63k|3590 | 0.000000e+00 |      --      |    Inf 
362.42/362.53	c   363s| 62000 |   367 |  4104k|  66.2 |  16M|  35 | 158 | 718 |  15k| 718 | 530 | 578k|  63k|3590 | 0.000000e+00 |      --      |    Inf 
362.92/363.04	c   363s| 62100 |   367 |  4109k|  66.2 |  16M|  37 | 141 | 718 |  15k| 718 | 523 | 579k|  63k|3593 | 0.000000e+00 |      --      |    Inf 
363.42/363.57	c   364s| 62200 |   370 |  4116k|  66.2 |  16M|  37 |   - | 718 |  15k| 718 | 478 | 580k|  63k|3596 | 0.000000e+00 |      --      |    Inf 
364.03/364.14	c   364s| 62300 |   370 |  4122k|  66.2 |  16M|  37 | 153 | 718 |  15k| 718 | 517 | 581k|  63k|3596 | 0.000000e+00 |      --      |    Inf 
364.62/364.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.62/364.76	c   365s| 62400 |   359 |  4130k|  66.2 |  16M|  37 |   - | 718 |  15k| 718 | 507 | 582k|  64k|3596 | 0.000000e+00 |      --      |    Inf 
365.22/365.34	c   365s| 62500 |   358 |  4136k|  66.2 |  16M|  37 |   - | 718 |  15k|   0 |   0 | 583k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
365.72/365.80	c   366s| 62600 |   360 |  4142k|  66.2 |  16M|  37 |   - | 718 |  15k| 718 | 529 | 583k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
366.13/366.21	c   366s| 62700 |   364 |  4146k|  66.1 |  16M|  37 | 133 | 718 |  15k| 718 | 537 | 584k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
366.52/366.64	c   367s| 62800 |   369 |  4152k|  66.1 |  16M|  37 |   - | 718 |  15k|   0 |   0 | 584k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
366.91/367.01	c   367s| 62900 |   367 |  4156k|  66.1 |  16M|  37 | 108 | 718 |  15k| 718 | 532 | 585k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
367.23/367.39	c   367s| 63000 |   366 |  4160k|  66.0 |  16M|  37 | 113 | 718 |  15k| 718 | 534 | 585k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
367.62/367.77	c   368s| 63100 |   364 |  4165k|  66.0 |  16M|  37 |   - | 718 |  16k| 718 | 537 | 586k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
368.11/368.23	c   368s| 63200 |   368 |  4170k|  66.0 |  16M|  37 |   - | 718 |  16k| 718 | 568 | 586k|  64k|3597 | 0.000000e+00 |      --      |    Inf 
368.52/368.67	c   369s| 63300 |   369 |  4176k|  66.0 |  16M|  37 | 121 | 718 |  15k| 718 | 559 | 587k|  65k|3597 | 0.000000e+00 |      --      |    Inf 
369.01/369.13	c   369s| 63400 |   369 |  4181k|  66.0 |  16M|  37 |   - | 718 |  16k| 718 | 543 | 587k|  65k|3597 | 0.000000e+00 |      --      |    Inf 
369.53/369.63	c   370s| 63500 |   373 |  4187k|  65.9 |  16M|  37 | 115 | 718 |  16k| 718 | 555 | 588k|  65k|3597 | 0.000000e+00 |      --      |    Inf 
370.01/370.17	c   370s| 63600 |   365 |  4193k|  65.9 |  16M|  37 |   - | 718 |  16k| 718 | 553 | 589k|  65k|3606 | 0.000000e+00 |      --      |    Inf 
370.52/370.64	c   371s| 63700 |   367 |  4199k|  65.9 |  16M|  37 | 145 | 718 |  16k| 718 | 545 | 589k|  65k|3606 | 0.000000e+00 |      --      |    Inf 
371.12/371.25	c   371s| 63800 |   366 |  4205k|  65.9 |  16M|  37 | 138 | 718 |  16k| 718 | 497 | 590k|  65k|3615 | 0.000000e+00 |      --      |    Inf 
371.51/371.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.51/371.69	c   372s| 63900 |   367 |  4210k|  65.9 |  16M|  37 | 117 | 718 |  16k| 718 | 527 | 590k|  65k|3615 | 0.000000e+00 |      --      |    Inf 
372.12/372.20	c   372s| 64000 |   368 |  4216k|  65.9 |  16M|  37 |   - | 718 |  16k| 718 | 546 | 591k|  65k|3621 | 0.000000e+00 |      --      |    Inf 
372.62/372.76	c   373s| 64100 |   366 |  4222k|  65.9 |  16M|  37 |   - | 718 |  16k| 718 | 535 | 592k|  65k|3622 | 0.000000e+00 |      --      |    Inf 
373.21/373.36	c   373s| 64200 |   361 |  4229k|  65.9 |  16M|  37 | 149 | 718 |  16k| 718 | 525 | 592k|  66k|3626 | 0.000000e+00 |      --      |    Inf 
373.92/374.05	c   374s| 64300 |   359 |  4236k|  65.9 |  16M|  37 |   - | 718 |  15k| 718 | 524 | 593k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
374.51/374.63	c   375s| 64400 |   372 |  4243k|  65.9 |  16M|  37 |   - | 718 |  15k| 718 | 497 | 595k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
375.12/375.25	c   375s| 64500 |   369 |  4250k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 539 | 595k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
375.91/376.01	c   376s| 64600 |   371 |  4259k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 549 | 597k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
376.51/376.62	c   377s| 64700 |   372 |  4266k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 532 | 598k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
377.02/377.18	c   377s| 64800 |   368 |  4272k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 516 | 599k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
377.72/377.85	c   378s| 64900 |   370 |  4280k|  65.9 |  16M|  37 | 121 | 718 |  14k| 718 | 536 | 600k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
378.33/378.47	c   378s| 65000 |   369 |  4287k|  66.0 |  16M|  37 | 141 | 718 |  14k| 718 | 526 | 601k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
378.91/379.01	c   379s| 65100 |   367 |  4294k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 546 | 602k|  66k|3633 | 0.000000e+00 |      --      |    Inf 
379.43/379.51	c   380s| 65200 |   366 |  4299k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 546 | 602k|  67k|3633 | 0.000000e+00 |      --      |    Inf 
380.01/380.10	c   380s| 65300 |   372 |  4306k|  65.9 |  16M|  37 | 136 | 718 |  14k| 718 | 446 | 603k|  67k|3633 | 0.000000e+00 |      --      |    Inf 
380.61/380.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.61/380.78	c   381s| 65400 |   377 |  4314k|  66.0 |  16M|  37 |   - | 718 |  13k| 718 | 491 | 604k|  67k|3638 | 0.000000e+00 |      --      |    Inf 
381.22/381.37	c   381s| 65500 |   375 |  4320k|  66.0 |  16M|  37 | 137 | 718 |  13k| 718 | 498 | 605k|  67k|3644 | 0.000000e+00 |      --      |    Inf 
381.81/381.95	c   382s| 65600 |   377 |  4326k|  66.0 |  16M|  37 |   - | 718 |  13k| 718 | 511 | 605k|  67k|3656 | 0.000000e+00 |      --      |    Inf 
382.41/382.59	c   383s| 65700 |   377 |  4334k|  66.0 |  16M|  37 | 141 | 718 |  13k| 718 | 512 | 606k|  67k|3656 | 0.000000e+00 |      --      |    Inf 
383.12/383.26	c   383s| 65800 |   371 |  4341k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 481 | 607k|  67k|3666 | 0.000000e+00 |      --      |    Inf 
383.72/383.81	c   384s| 65900 |   373 |  4347k|  66.0 |  15M|  37 | 151 | 718 |  13k| 718 | 489 | 608k|  67k|3668 | 0.000000e+00 |      --      |    Inf 
384.21/384.36	c   384s| 66000 |   370 |  4353k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 492 | 608k|  67k|3674 | 0.000000e+00 |      --      |    Inf 
384.92/385.03	c   385s| 66100 |   370 |  4361k|  66.0 |  15M|  37 |   - | 718 |  12k| 718 | 484 | 610k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
385.51/385.61	c   386s| 66200 |   366 |  4368k|  66.0 |  15M|  37 | 138 | 718 |  12k| 718 | 523 | 611k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
386.02/386.17	c   386s| 66300 |   368 |  4375k|  66.0 |  15M|  37 | 125 | 718 |  12k| 718 | 537 | 612k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
386.61/386.71	c   387s| 66400 |   364 |  4382k|  66.0 |  15M|  37 | 139 | 718 |  13k| 718 | 514 | 613k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
387.22/387.35	c   387s| 66500 |   366 |  4389k|  66.0 |  15M|  37 | 145 | 718 |  13k| 718 | 503 | 614k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
387.81/387.97	c   388s| 66600 |   363 |  4397k|  66.0 |  15M|  37 |   - | 718 |  12k| 718 | 520 | 615k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
388.42/388.52	c   389s| 66700 |   361 |  4403k|  66.0 |  15M|  37 | 146 | 718 |  12k| 718 | 512 | 616k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
389.02/389.12	c   389s| 66800 |   365 |  4410k|  66.0 |  15M|  37 | 142 | 718 |  12k| 718 | 512 | 617k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
389.51/389.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.51/389.67	c   390s| 66900 |   365 |  4417k|  66.0 |  15M|  37 |   - | 718 |  12k| 718 | 487 | 618k|  68k|3674 | 0.000000e+00 |      --      |    Inf 
390.12/390.29	c   390s| 67000 |   356 |  4424k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 529 | 619k|  69k|3674 | 0.000000e+00 |      --      |    Inf 
390.71/390.82	c   391s| 67100 |   358 |  4431k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 535 | 620k|  69k|3674 | 0.000000e+00 |      --      |    Inf 
391.22/391.38	c   391s| 67200 |   356 |  4436k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 531 | 621k|  69k|3686 | 0.000000e+00 |      --      |    Inf 
391.72/391.89	c   392s| 67300 |   357 |  4442k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 532 | 621k|  69k|3686 | 0.000000e+00 |      --      |    Inf 
392.41/392.51	c   393s| 67400 |   356 |  4449k|  66.0 |  15M|  37 | 133 | 718 |  13k| 718 | 507 | 622k|  69k|3688 | 0.000000e+00 |      --      |    Inf 
392.82/392.96	c   393s| 67500 |   355 |  4454k|  66.0 |  15M|  37 |   - | 718 |  13k| 718 | 513 | 623k|  69k|3698 | 0.000000e+00 |      --      |    Inf 
393.41/393.53	c   394s| 67600 |   356 |  4461k|  66.0 |  15M|  37 | 115 | 718 |  13k| 718 | 496 | 624k|  69k|3702 | 0.000000e+00 |      --      |    Inf 
394.02/394.18	c   394s| 67700 |   356 |  4468k|  66.0 |  15M|  37 |   - | 718 |  13k|   0 |   0 | 626k|  69k|3708 | 0.000000e+00 |      --      |    Inf 
394.52/394.68	c   395s| 67800 |   356 |  4475k|  66.0 |  15M|  37 | 139 | 718 |  13k| 718 | 549 | 627k|  69k|3710 | 0.000000e+00 |      --      |    Inf 
395.02/395.16	c   395s| 67900 |   361 |  4480k|  66.0 |  15M|  37 | 119 | 718 |  13k| 718 | 538 | 627k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
395.41/395.54	c   396s| 68000 |   359 |  4485k|  66.0 |  16M|  37 | 127 | 718 |  13k| 718 | 520 | 628k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
395.82/395.96	c   396s| 68100 |   357 |  4489k|  65.9 |  16M|  37 | 144 | 718 |  13k| 718 | 521 | 628k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
396.32/396.47	c   396s| 68200 |   359 |  4496k|  65.9 |  16M|  37 | 139 | 718 |  13k| 718 | 528 | 629k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
396.81/396.94	c   397s| 68300 |   356 |  4501k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 511 | 629k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
397.31/397.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.31/397.45	c   397s| 68400 |   358 |  4507k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 550 | 630k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
397.92/398.03	c   398s| 68500 |   360 |  4514k|  65.9 |  16M|  37 | 167 | 718 |  14k| 718 | 542 | 631k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
398.52/398.60	c   399s| 68600 |   357 |  4520k|  65.9 |  16M|  37 | 144 | 718 |  13k| 718 | 534 | 632k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
399.12/399.28	c   399s| 68700 |   358 |  4528k|  65.9 |  16M|  37 | 136 | 718 |  13k| 718 | 445 | 633k|  70k|3710 | 0.000000e+00 |      --      |    Inf 
399.72/399.82	c   400s| 68800 |   363 |  4535k|  65.9 |  16M|  37 |   - | 718 |  13k| 718 | 491 | 634k|  71k|3710 | 0.000000e+00 |      --      |    Inf 
400.32/400.43	c   400s| 68900 |   364 |  4542k|  65.9 |  16M|  37 | 146 | 718 |  14k| 718 | 532 | 635k|  71k|3710 | 0.000000e+00 |      --      |    Inf 
400.92/401.05	c   401s| 69000 |   362 |  4549k|  65.9 |  16M|  37 |   - | 718 |  14k| 718 | 531 | 636k|  71k|3710 | 0.000000e+00 |      --      |    Inf 
401.61/401.72	c   402s| 69100 |   359 |  4556k|  65.9 |  16M|  37 | 141 | 718 |  14k| 718 | 469 | 636k|  71k|3723 | 0.000000e+00 |      --      |    Inf 
402.31/402.49	c   402s| 69200 |   357 |  4565k|  66.0 |  16M|  37 | 153 | 718 |  14k| 718 | 510 | 637k|  71k|3723 | 0.000000e+00 |      --      |    Inf 
403.01/403.13	c   403s| 69300 |   361 |  4572k|  66.0 |  16M|  37 | 143 | 718 |  14k| 718 | 575 | 638k|  71k|3723 | 0.000000e+00 |      --      |    Inf 
403.62/403.71	c   404s| 69400 |   367 |  4578k|  66.0 |  16M|  37 | 132 | 718 |  14k| 718 | 519 | 639k|  71k|3732 | 0.000000e+00 |      --      |    Inf 
404.22/404.30	c   404s| 69500 |   363 |  4585k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 513 | 640k|  71k|3740 | 0.000000e+00 |      --      |    Inf 
404.82/404.90	c   405s| 69600 |   362 |  4592k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 497 | 642k|  71k|3741 | 0.000000e+00 |      --      |    Inf 
405.32/405.44	c   405s| 69700 |   364 |  4599k|  66.0 |  16M|  37 | 146 | 718 |  14k| 718 | 504 | 643k|  72k|3742 | 0.000000e+00 |      --      |    Inf 
405.91/406.02	c   406s| 69800 |   355 |  4605k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 508 | 644k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
406.41/406.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.41/406.58	c   407s| 69900 |   355 |  4611k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 516 | 644k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
407.02/407.11	c   407s| 70000 |   355 |  4617k|  66.0 |  16M|  37 | 143 | 718 |  14k| 718 | 528 | 645k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
407.61/407.75	c   408s| 70100 |   357 |  4624k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 496 | 646k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
408.21/408.35	c   408s| 70200 |   357 |  4631k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 503 | 647k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
408.82/408.93	c   409s| 70300 |   357 |  4638k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 482 | 648k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
409.41/409.52	c   410s| 70400 |   357 |  4645k|  66.0 |  16M|  37 | 140 | 718 |  14k| 718 | 509 | 649k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
409.91/410.08	c   410s| 70500 |   351 |  4652k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 492 | 650k|  72k|3743 | 0.000000e+00 |      --      |    Inf 
410.41/410.59	c   411s| 70600 |   356 |  4658k|  66.0 |  16M|  37 | 133 | 718 |  14k| 718 | 563 | 651k|  73k|3743 | 0.000000e+00 |      --      |    Inf 
411.01/411.17	c   411s| 70700 |   352 |  4664k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 517 | 651k|  73k|3743 | 0.000000e+00 |      --      |    Inf 
411.71/411.82	c   412s| 70800 |   352 |  4671k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 521 | 652k|  73k|3743 | 0.000000e+00 |      --      |    Inf 
412.31/412.41	c   412s| 70900 |   344 |  4677k|  66.0 |  16M|  37 | 156 | 718 |  14k| 718 | 501 | 653k|  73k|3752 | 0.000000e+00 |      --      |    Inf 
412.91/413.03	c   413s| 71000 |   365 |  4684k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 517 | 654k|  73k|3754 | 0.000000e+00 |      --      |    Inf 
413.52/413.69	c   414s| 71100 |   367 |  4692k|  66.0 |  16M|  37 | 134 | 718 |  14k| 718 | 463 | 656k|  73k|3763 | 0.000000e+00 |      --      |    Inf 
414.21/414.32	c   414s| 71200 |   365 |  4699k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 511 | 657k|  73k|3770 | 0.000000e+00 |      --      |    Inf 
414.81/414.99	c   415s| 71300 |   377 |  4707k|  66.0 |  16M|  37 | 149 | 718 |  14k| 718 | 543 | 658k|  73k|3772 | 0.000000e+00 |      --      |    Inf 
415.41/415.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
415.41/415.55	c   416s| 71400 |   371 |  4713k|  66.0 |  16M|  37 | 148 | 718 |  14k| 718 | 525 | 659k|  73k|3776 | 0.000000e+00 |      --      |    Inf 
416.11/416.21	c   416s| 71500 |   373 |  4721k|  66.0 |  16M|  37 | 148 | 718 |  14k| 718 | 512 | 660k|  73k|3778 | 0.000000e+00 |      --      |    Inf 
416.51/416.69	c   417s| 71600 |   375 |  4727k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 502 | 661k|  73k|3778 | 0.000000e+00 |      --      |    Inf 
417.11/417.24	c   417s| 71700 |   379 |  4733k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 557 | 662k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
417.71/417.82	c   418s| 71800 |   389 |  4740k|  66.0 |  16M|  37 | 126 | 718 |  14k| 718 | 515 | 663k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
418.31/418.43	c   418s| 71900 |   381 |  4748k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 521 | 664k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
418.81/418.94	c   419s| 72000 |   391 |  4754k|  66.0 |  16M|  37 | 147 | 718 |  14k| 718 | 545 | 665k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
419.31/419.48	c   419s| 72100 |   387 |  4760k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 541 | 666k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
419.91/420.01	c   420s| 72200 |   385 |  4767k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 527 | 667k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
420.41/420.58	c   421s| 72300 |   389 |  4774k|  66.0 |  16M|  37 | 130 | 718 |  14k| 718 | 526 | 668k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
420.91/421.06	c   421s| 72400 |   388 |  4780k|  66.0 |  16M|  37 |   - | 718 |  14k| 718 | 514 | 668k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
421.41/421.55	c   422s| 72500 |   390 |  4786k|  66.0 |  16M|  37 |   - | 718 |  15k| 718 | 523 | 669k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
422.01/422.16	c   422s| 72600 |   382 |  4793k|  66.0 |  16M|  37 |   - | 718 |  15k| 718 | 522 | 670k|  74k|3778 | 0.000000e+00 |      --      |    Inf 
422.61/422.78	c   423s| 72700 |   383 |  4800k|  66.0 |  16M|  37 | 141 | 718 |  15k| 718 | 482 | 672k|  74k|3781 | 0.000000e+00 |      --      |    Inf 
423.21/423.37	c   423s| 72800 |   380 |  4806k|  66.0 |  16M|  37 |   - | 718 |  15k| 718 | 547 | 673k|  74k|3790 | 0.000000e+00 |      --      |    Inf 
423.71/423.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
423.71/423.84	c   424s| 72900 |   386 |  4812k|  66.0 |  16M|  37 | 123 | 718 |  15k| 718 | 496 | 673k|  75k|3790 | 0.000000e+00 |      --      |    Inf 
424.21/424.32	c   424s| 73000 |   382 |  4818k|  66.0 |  16M|  37 |   - | 718 |  15k| 718 | 512 | 674k|  75k|3799 | 0.000000e+00 |      --      |    Inf 
424.71/424.83	c   425s| 73100 |   388 |  4824k|  66.0 |  16M|  37 | 131 | 718 |  15k| 718 | 503 | 675k|  75k|3801 | 0.000000e+00 |      --      |    Inf 
425.21/425.32	c   425s| 73200 |   384 |  4829k|  66.0 |  16M|  37 |   - | 718 |  15k| 718 | 495 | 676k|  75k|3808 | 0.000000e+00 |      --      |    Inf 
425.62/425.79	c   426s| 73300 |   384 |  4834k|  66.0 |  17M|  37 | 138 | 718 |  15k| 718 | 510 | 676k|  75k|3808 | 0.000000e+00 |      --      |    Inf 
426.21/426.32	c   426s| 73400 |   380 |  4840k|  65.9 |  17M|  37 |   - | 718 |  15k| 718 | 499 | 677k|  75k|3812 | 0.000000e+00 |      --      |    Inf 
426.81/426.91	c   427s| 73500 |   382 |  4847k|  66.0 |  17M|  37 | 143 | 718 |  15k| 718 | 535 | 678k|  75k|3813 | 0.000000e+00 |      --      |    Inf 
427.31/427.40	c   427s| 73600 |   379 |  4853k|  65.9 |  17M|  37 | 121 | 718 |  15k| 718 | 532 | 679k|  75k|3813 | 0.000000e+00 |      --      |    Inf 
427.82/427.97	c   428s| 73700 |   378 |  4860k|  65.9 |  17M|  37 |   - | 718 |  16k| 718 | 510 | 679k|  75k|3816 | 0.000000e+00 |      --      |    Inf 
428.31/428.48	c   428s| 73800 |   382 |  4866k|  65.9 |  17M|  37 | 140 | 718 |  16k| 718 | 547 | 680k|  76k|3816 | 0.000000e+00 |      --      |    Inf 
428.81/428.99	c   429s| 73900 |   376 |  4872k|  65.9 |  17M|  37 |   - | 718 |  16k| 718 | 480 | 681k|  76k|3816 | 0.000000e+00 |      --      |    Inf 
429.41/429.58	c   430s| 74000 |   386 |  4878k|  65.9 |  17M|  37 | 105 | 718 |  16k| 718 | 554 | 682k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
430.01/430.19	c   430s| 74100 |   382 |  4886k|  65.9 |  17M|  37 |   - | 718 |  16k| 718 | 545 | 683k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
430.70/430.82	c   431s| 74200 |   379 |  4893k|  65.9 |  17M|  37 |   - | 718 |  16k| 718 | 525 | 684k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
431.31/431.49	c   431s| 74300 |   383 |  4901k|  66.0 |  17M|  37 | 124 | 718 |  16k| 718 | 510 | 685k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
431.91/432.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.91/432.09	c   432s| 74400 |   387 |  4908k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 510 | 686k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
432.50/432.64	c   433s| 74500 |   387 |  4914k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 549 | 687k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
433.11/433.27	c   433s| 74600 |   384 |  4921k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 528 | 688k|  76k|3818 | 0.000000e+00 |      --      |    Inf 
433.71/433.84	c   434s| 74700 |   387 |  4927k|  66.0 |  17M|  37 | 156 | 718 |  16k| 718 | 486 | 688k|  76k|3822 | 0.000000e+00 |      --      |    Inf 
434.31/434.47	c   434s| 74800 |   377 |  4934k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 469 | 689k|  77k|3822 | 0.000000e+00 |      --      |    Inf 
435.01/435.11	c   435s| 74900 |   375 |  4940k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 546 | 690k|  77k|3831 | 0.000000e+00 |      --      |    Inf 
435.52/435.66	c   436s| 75000 |   373 |  4946k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 533 | 691k|  77k|3831 | 0.000000e+00 |      --      |    Inf 
436.00/436.19	c   436s| 75100 |   372 |  4953k|  65.9 |  17M|  37 | 145 | 718 |  16k| 718 | 522 | 691k|  77k|3831 | 0.000000e+00 |      --      |    Inf 
436.61/436.78	c   437s| 75200 |   368 |  4959k|  65.9 |  17M|  37 | 138 | 718 |  16k| 718 | 528 | 692k|  77k|3841 | 0.000000e+00 |      --      |    Inf 
437.31/437.42	c   437s| 75300 |   370 |  4966k|  65.9 |  17M|  37 |   - | 718 |  16k| 718 | 512 | 693k|  77k|3850 | 0.000000e+00 |      --      |    Inf 
437.90/438.08	c   438s| 75400 |   370 |  4973k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 479 | 694k|  77k|3850 | 0.000000e+00 |      --      |    Inf 
438.61/438.76	c   439s| 75500 |   370 |  4981k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 494 | 696k|  77k|3855 | 0.000000e+00 |      --      |    Inf 
439.30/439.42	c   439s| 75600 |   371 |  4989k|  66.0 |  17M|  37 | 132 | 718 |  16k| 718 | 511 | 697k|  77k|3855 | 0.000000e+00 |      --      |    Inf 
439.91/440.02	c   440s| 75700 |   375 |  4996k|  66.0 |  17M|  37 | 138 | 718 |  16k| 718 | 479 | 698k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
440.51/440.67	c   441s| 75800 |   370 |  5003k|  66.0 |  17M|  37 |   - | 718 |  16k| 718 | 533 | 699k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
441.11/441.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
441.11/441.22	c   441s| 75900 |   372 |  5010k|  66.0 |  17M|  37 | 138 | 718 |  16k| 718 | 514 | 700k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
441.61/441.77	c   442s| 76000 |   372 |  5016k|  66.0 |  17M|  37 | 120 | 718 |  16k| 718 | 532 | 701k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
442.21/442.34	c   442s| 76100 |   368 |  5023k|  66.0 |  17M|  37 | 147 | 718 |  16k| 718 | 448 | 701k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
442.80/442.90	c   443s| 76200 |   372 |  5030k|  66.0 |  17M|  37 | 139 | 718 |  17k| 718 | 532 | 703k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
443.31/443.45	c   443s| 76300 |   370 |  5036k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 529 | 704k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
443.90/444.05	c   444s| 76400 |   370 |  5044k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 542 | 705k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
444.51/444.62	c   445s| 76500 |   372 |  5051k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 554 | 706k|  78k|3856 | 0.000000e+00 |      --      |    Inf 
445.20/445.31	c   445s| 76600 |   370 |  5059k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 530 | 708k|  79k|3856 | 0.000000e+00 |      --      |    Inf 
445.81/445.90	c   446s| 76700 |   372 |  5066k|  66.0 |  17M|  37 | 127 | 718 |  17k| 718 | 504 | 709k|  79k|3858 | 0.000000e+00 |      --      |    Inf 
446.41/446.59	c   447s| 76800 |   372 |  5073k|  66.1 |  17M|  37 | 119 | 718 |  17k| 718 | 554 | 710k|  79k|3867 | 0.000000e+00 |      --      |    Inf 
447.21/447.30	c   447s| 76900 |   369 |  5081k|  66.1 |  17M|  37 | 139 | 718 |  16k| 718 | 480 | 711k|  79k|3868 | 0.000000e+00 |      --      |    Inf 
447.91/448.01	c   448s| 77000 |   371 |  5088k|  66.1 |  17M|  37 | 138 | 718 |  16k| 718 | 524 | 712k|  79k|3877 | 0.000000e+00 |      --      |    Inf 
448.40/448.52	c   449s| 77100 |   367 |  5094k|  66.1 |  17M|  37 | 152 | 718 |  16k| 718 | 507 | 713k|  79k|3877 | 0.000000e+00 |      --      |    Inf 
449.01/449.18	c   449s| 77200 |   367 |  5101k|  66.1 |  17M|  37 | 151 | 718 |  16k| 718 | 554 | 714k|  79k|3884 | 0.000000e+00 |      --      |    Inf 
449.71/449.85	c   450s| 77300 |   363 |  5108k|  66.1 |  17M|  37 | 141 | 718 |  16k| 718 | 514 | 714k|  79k|3884 | 0.000000e+00 |      --      |    Inf 
450.30/450.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.30/450.40	c   450s| 77400 |   361 |  5115k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 539 | 715k|  79k|3888 | 0.000000e+00 |      --      |    Inf 
450.91/451.07	c   451s| 77500 |   361 |  5122k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 547 | 716k|  80k|3891 | 0.000000e+00 |      --      |    Inf 
451.61/451.77	c   452s| 77600 |   362 |  5130k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 492 | 718k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
452.30/452.49	c   452s| 77700 |   356 |  5139k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 542 | 719k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
452.80/452.91	c   453s| 77800 |   356 |  5144k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 517 | 719k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
453.21/453.36	c   453s| 77900 |   356 |  5149k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 510 | 720k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
453.80/453.90	c   454s| 78000 |   360 |  5155k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 498 | 721k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
454.30/454.41	c   454s| 78100 |   362 |  5161k|  66.1 |  17M|  37 |   - | 718 |  17k| 718 | 516 | 721k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
454.81/454.91	c   455s| 78200 |   367 |  5167k|  66.1 |  17M|  37 | 156 | 718 |  17k| 718 | 491 | 722k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
455.40/455.51	c   456s| 78300 |   362 |  5174k|  66.1 |  17M|  37 |   - | 718 |  17k| 718 | 499 | 723k|  80k|3893 | 0.000000e+00 |      --      |    Inf 
455.91/456.02	c   456s| 78400 |   358 |  5179k|  66.1 |  17M|  37 | 149 | 718 |  17k| 718 | 533 | 723k|  81k|3893 | 0.000000e+00 |      --      |    Inf 
456.41/456.59	c   457s| 78500 |   356 |  5186k|  66.1 |  17M|  37 |   - | 718 |  17k| 718 | 523 | 724k|  81k|3893 | 0.000000e+00 |      --      |    Inf 
457.00/457.11	c   457s| 78600 |   356 |  5192k|  66.1 |  17M|  37 | 143 | 718 |  17k| 718 | 537 | 725k|  81k|3893 | 0.000000e+00 |      --      |    Inf 
457.51/457.62	c   458s| 78700 |   354 |  5198k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 523 | 726k|  81k|3893 | 0.000000e+00 |      --      |    Inf 
458.11/458.24	c   458s| 78800 |   353 |  5204k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 508 | 726k|  81k|3903 | 0.000000e+00 |      --      |    Inf 
458.70/458.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.70/458.84	c   459s| 78900 |   351 |  5211k|  66.0 |  17M|  37 | 138 | 718 |  17k| 718 | 468 | 727k|  81k|3903 | 0.000000e+00 |      --      |    Inf 
459.30/459.44	c   459s| 79000 |   349 |  5218k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 479 | 728k|  81k|3905 | 0.000000e+00 |      --      |    Inf 
460.11/460.21	c   460s| 79100 |   345 |  5225k|  66.1 |  17M|  37 | 175 | 718 |  16k| 718 | 461 | 730k|  81k|3914 | 0.000000e+00 |      --      |    Inf 
460.81/460.95	c   461s| 79200 |   347 |  5234k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 571 | 731k|  81k|3914 | 0.000000e+00 |      --      |    Inf 
461.51/461.68	c   462s| 79300 |   351 |  5241k|  66.1 |  17M|  37 | 152 | 718 |  16k| 718 | 540 | 732k|  81k|3919 | 0.000000e+00 |      --      |    Inf 
462.11/462.29	c   462s| 79400 |   350 |  5248k|  66.1 |  17M|  37 | 128 | 718 |  16k| 718 | 507 | 732k|  82k|3922 | 0.000000e+00 |      --      |    Inf 
462.90/463.03	c   463s| 79500 |   346 |  5256k|  66.1 |  17M|  37 |   - | 718 |  17k| 718 | 537 | 734k|  82k|3925 | 0.000000e+00 |      --      |    Inf 
463.60/463.70	c   464s| 79600 |   346 |  5264k|  66.1 |  17M|  37 | 140 | 718 |  16k| 718 | 505 | 735k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
464.20/464.30	c   464s| 79700 |   344 |  5271k|  66.1 |  17M|  37 | 142 | 718 |  16k| 718 | 530 | 736k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
464.80/464.91	c   465s| 79800 |   345 |  5277k|  66.1 |  17M|  37 | 141 | 718 |  16k| 718 | 545 | 737k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
465.40/465.54	c   466s| 79900 |   343 |  5285k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 540 | 738k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
466.10/466.20	c   466s| 80000 |   345 |  5293k|  66.2 |  17M|  37 | 149 | 718 |  16k| 718 | 489 | 739k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
466.70/466.85	c   467s| 80100 |   343 |  5300k|  66.2 |  17M|  37 | 136 | 718 |  15k| 718 | 508 | 740k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
467.20/467.39	c   467s| 80200 |   341 |  5307k|  66.2 |  17M|  37 |   - | 718 |  15k| 718 | 512 | 741k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
467.80/467.94	c   468s| 80300 |   343 |  5313k|  66.2 |  17M|  37 | 135 | 718 |  15k| 718 | 508 | 742k|  82k|3928 | 0.000000e+00 |      --      |    Inf 
468.31/468.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.31/468.46	c   468s| 80400 |   343 |  5320k|  66.2 |  17M|  37 | 154 | 718 |  16k| 718 | 521 | 743k|  83k|3928 | 0.000000e+00 |      --      |    Inf 
468.80/468.99	c   469s| 80500 |   343 |  5326k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 540 | 744k|  83k|3928 | 0.000000e+00 |      --      |    Inf 
469.40/469.54	c   470s| 80600 |   341 |  5332k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 516 | 745k|  83k|3928 | 0.000000e+00 |      --      |    Inf 
469.90/470.07	c   470s| 80700 |   347 |  5338k|  66.1 |  17M|  37 | 135 | 718 |  16k| 718 | 533 | 745k|  83k|3928 | 0.000000e+00 |      --      |    Inf 
470.61/470.70	c   471s| 80800 |   345 |  5345k|  66.2 |  17M|  37 | 132 | 718 |  16k| 718 | 532 | 746k|  83k|3937 | 0.000000e+00 |      --      |    Inf 
471.20/471.35	c   471s| 80900 |   334 |  5353k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 498 | 747k|  83k|3937 | 0.000000e+00 |      --      |    Inf 
471.71/471.90	c   472s| 81000 |   334 |  5358k|  66.2 |  17M|  37 | 143 | 718 |  16k| 718 | 520 | 748k|  83k|3944 | 0.000000e+00 |      --      |    Inf 
472.30/472.44	c   472s| 81100 |   338 |  5364k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 527 | 749k|  83k|3949 | 0.000000e+00 |      --      |    Inf 
472.91/473.00	c   473s| 81200 |   339 |  5371k|  66.1 |  17M|  37 | 126 | 718 |  16k| 718 | 540 | 750k|  84k|3949 | 0.000000e+00 |      --      |    Inf 
473.40/473.59	c   474s| 81300 |   339 |  5378k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 530 | 751k|  84k|3953 | 0.000000e+00 |      --      |    Inf 
474.10/474.20	c   474s| 81400 |   337 |  5385k|  66.2 |  17M|  37 | 144 | 718 |  16k| 718 | 533 | 751k|  84k|3953 | 0.000000e+00 |      --      |    Inf 
474.60/474.77	c   475s| 81500 |   339 |  5391k|  66.1 |  17M|  37 | 113 | 718 |  16k| 718 | 548 | 752k|  84k|3954 | 0.000000e+00 |      --      |    Inf 
475.01/475.20	c   475s| 81600 |   336 |  5396k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 535 | 753k|  84k|3954 | 0.000000e+00 |      --      |    Inf 
475.50/475.69	c   476s| 81700 |   334 |  5401k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 529 | 753k|  84k|3954 | 0.000000e+00 |      --      |    Inf 
476.11/476.26	c   476s| 81800 |   336 |  5408k|  66.1 |  17M|  37 | 150 | 718 |  16k| 718 | 507 | 754k|  84k|3954 | 0.000000e+00 |      --      |    Inf 
476.80/476.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.80/476.93	c   477s| 81900 |   332 |  5415k|  66.1 |  17M|  37 | 152 | 718 |  16k| 718 | 512 | 755k|  84k|3957 | 0.000000e+00 |      --      |    Inf 
477.40/477.54	c   478s| 82000 |   329 |  5422k|  66.1 |  17M|  37 | 136 | 718 |  16k| 718 | 501 | 756k|  84k|3957 | 0.000000e+00 |      --      |    Inf 
478.01/478.10	c   478s| 82100 |   325 |  5428k|  66.1 |  17M|  37 | 140 | 718 |  16k| 718 | 536 | 757k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
478.50/478.65	c   479s| 82200 |   325 |  5434k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 505 | 757k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
479.10/479.28	c   479s| 82300 |   327 |  5442k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 534 | 758k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
479.80/479.96	c   480s| 82400 |   331 |  5450k|  66.1 |  17M|  37 | 142 | 718 |  16k| 718 | 530 | 760k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
480.40/480.58	c   481s| 82500 |   331 |  5457k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 504 | 761k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
481.00/481.18	c   481s| 82600 |   330 |  5464k|  66.2 |  17M|  37 | 140 | 718 |  16k| 718 | 465 | 762k|  85k|3957 | 0.000000e+00 |      --      |    Inf 
481.60/481.77	c   482s| 82700 |   335 |  5471k|  66.2 |  17M|  37 | 130 | 718 |  16k| 718 | 528 | 762k|  85k|3962 | 0.000000e+00 |      --      |    Inf 
482.20/482.31	c   482s| 82800 |   337 |  5476k|  66.1 |  17M|  37 | 119 | 718 |  16k| 718 | 535 | 763k|  85k|3971 | 0.000000e+00 |      --      |    Inf 
482.71/482.83	c   483s| 82900 |   336 |  5482k|  66.1 |  17M|  37 | 140 | 718 |  16k| 718 | 527 | 764k|  85k|3980 | 0.000000e+00 |      --      |    Inf 
483.20/483.30	c   483s| 83000 |   335 |  5487k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 535 | 764k|  86k|3980 | 0.000000e+00 |      --      |    Inf 
483.70/483.81	c   484s| 83100 |   335 |  5493k|  66.1 |  17M|  37 | 129 | 718 |  16k| 718 | 514 | 765k|  86k|3980 | 0.000000e+00 |      --      |    Inf 
484.30/484.41	c   484s| 83200 |   329 |  5500k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 551 | 766k|  86k|3985 | 0.000000e+00 |      --      |    Inf 
484.91/485.08	c   485s| 83300 |   331 |  5507k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 532 | 766k|  86k|3989 | 0.000000e+00 |      --      |    Inf 
485.50/485.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.50/485.60	c   486s| 83400 |   325 |  5512k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 497 | 767k|  86k|3993 | 0.000000e+00 |      --      |    Inf 
486.10/486.29	c   486s| 83500 |   327 |  5520k|  66.1 |  17M|  37 | 155 | 718 |  16k| 718 | 564 | 768k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
486.90/487.01	c   487s| 83600 |   327 |  5528k|  66.1 |  17M|  37 | 147 | 718 |  16k| 718 | 556 | 769k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
487.40/487.55	c   488s| 83700 |   334 |  5534k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 533 | 770k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
487.90/488.04	c   488s| 83800 |   332 |  5540k|  66.1 |  17M|  37 | 142 | 718 |  16k| 718 | 543 | 770k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
488.50/488.68	c   489s| 83900 |   330 |  5548k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 502 | 772k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
489.10/489.24	c   489s| 84000 |   336 |  5555k|  66.1 |  17M|  37 | 138 | 718 |  16k| 718 | 509 | 773k|  86k|3995 | 0.000000e+00 |      --      |    Inf 
489.70/489.81	c   490s| 84100 |   336 |  5562k|  66.1 |  17M|  37 | 114 | 718 |  16k| 718 | 502 | 774k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
490.20/490.37	c   490s| 84200 |   334 |  5568k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 528 | 775k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
490.70/490.88	c   491s| 84300 |   330 |  5574k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 532 | 776k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
491.40/491.55	c   492s| 84400 |   334 |  5582k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 515 | 778k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
492.00/492.19	c   492s| 84500 |   336 |  5590k|  66.1 |  17M|  37 | 144 | 718 |  16k| 718 | 520 | 779k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
492.80/492.90	c   493s| 84600 |   332 |  5598k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 522 | 780k|  87k|3995 | 0.000000e+00 |      --      |    Inf 
493.50/493.65	c   494s| 84700 |   335 |  5606k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 537 | 782k|  87k|4007 | 0.000000e+00 |      --      |    Inf 
494.10/494.20	c   494s| 84800 |   336 |  5612k|  66.2 |  17M|  37 | 148 | 718 |  16k| 718 | 474 | 783k|  87k|4007 | 0.000000e+00 |      --      |    Inf 
494.70/494.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.70/494.85	c   495s| 84900 |   340 |  5619k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 536 | 784k|  87k|4013 | 0.000000e+00 |      --      |    Inf 
495.40/495.56	c   496s| 85000 |   336 |  5627k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 515 | 785k|  87k|4020 | 0.000000e+00 |      --      |    Inf 
495.91/496.09	c   496s| 85100 |   342 |  5633k|  66.2 |  17M|  37 | 123 | 718 |  16k| 718 | 504 | 786k|  88k|4020 | 0.000000e+00 |      --      |    Inf 
496.40/496.57	c   497s| 85200 |   340 |  5639k|  66.2 |  17M|  37 | 136 | 718 |  16k| 718 | 505 | 787k|  88k|4025 | 0.000000e+00 |      --      |    Inf 
496.89/497.07	c   497s| 85300 |   346 |  5644k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 522 | 788k|  88k|4026 | 0.000000e+00 |      --      |    Inf 
497.40/497.55	c   498s| 85400 |   346 |  5650k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 522 | 788k|  88k|4030 | 0.000000e+00 |      --      |    Inf 
497.90/498.08	c   498s| 85500 |   347 |  5656k|  66.2 |  17M|  37 |   - | 718 |  16k| 718 | 557 | 789k|  88k|4033 | 0.000000e+00 |      --      |    Inf 
498.40/498.56	c   499s| 85600 |   347 |  5661k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 507 | 790k|  88k|4033 | 0.000000e+00 |      --      |    Inf 
498.89/499.04	c   499s| 85700 |   346 |  5667k|  66.1 |  17M|  37 |   - | 718 |  16k| 718 | 532 | 790k|  88k|4033 | 0.000000e+00 |      --      |    Inf 
499.40/499.53	c   500s| 85800 |   354 |  5673k|  66.1 |  17M|  37 | 139 | 718 |  17k| 718 | 523 | 791k|  88k|4033 | 0.000000e+00 |      --      |    Inf 
499.79/499.98	c   500s| 85900 |   356 |  5678k|  66.1 |  17M|  37 | 136 | 718 |  17k| 718 | 518 | 791k|  88k|4033 | 0.000000e+00 |      --      |    Inf 
500.30/500.43	c   500s| 86000 |   353 |  5683k|  66.1 |  17M|  37 |   - | 718 |  17k| 718 | 523 | 792k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
500.69/500.87	c   501s| 86100 |   348 |  5688k|  66.1 |  17M|  37 | 147 | 718 |  17k| 718 | 517 | 792k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
501.20/501.37	c   501s| 86200 |   346 |  5694k|  66.1 |  17M|  37 | 140 | 718 |  17k| 718 | 545 | 793k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
501.70/501.83	c   502s| 86300 |   346 |  5699k|  66.0 |  17M|  37 |   - | 718 |  17k| 718 | 531 | 794k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
502.20/502.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.20/502.37	c   502s| 86400 |   346 |  5705k|  66.0 |  18M|  37 |   - | 718 |  17k| 718 | 537 | 794k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
502.70/502.82	c   503s| 86500 |   350 |  5710k|  66.0 |  18M|  37 | 116 | 718 |  17k| 718 | 517 | 795k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
503.09/503.22	c   503s| 86600 |   346 |  5715k|  66.0 |  18M|  37 | 143 | 718 |  17k| 718 | 538 | 795k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
503.60/503.73	c   504s| 86700 |   341 |  5721k|  66.0 |  18M|  37 | 137 | 718 |  17k| 718 | 513 | 796k|  89k|4033 | 0.000000e+00 |      --      |    Inf 
504.10/504.28	c   504s| 86800 |   337 |  5727k|  66.0 |  18M|  37 | 127 | 718 |  17k| 718 | 553 | 796k|  90k|4034 | 0.000000e+00 |      --      |    Inf 
504.71/504.85	c   505s| 86900 |   341 |  5733k|  66.0 |  18M|  37 | 142 | 718 |  17k| 718 | 540 | 797k|  90k|4034 | 0.000000e+00 |      --      |    Inf 
505.10/505.29	c   505s| 87000 |   340 |  5739k|  66.0 |  18M|  37 | 139 | 718 |  17k| 718 | 517 | 798k|  90k|4034 | 0.000000e+00 |      --      |    Inf 
505.60/505.79	c   506s| 87100 |   344 |  5744k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 514 | 799k|  90k|4043 | 0.000000e+00 |      --      |    Inf 
506.09/506.24	c   506s| 87200 |   343 |  5750k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 501 | 799k|  90k|4043 | 0.000000e+00 |      --      |    Inf 
506.59/506.79	c   507s| 87300 |   343 |  5756k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 494 | 800k|  90k|4050 | 0.000000e+00 |      --      |    Inf 
507.10/507.27	c   507s| 87400 |   344 |  5762k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 524 | 801k|  90k|4050 | 0.000000e+00 |      --      |    Inf 
507.70/507.85	c   508s| 87500 |   341 |  5768k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 520 | 801k|  90k|4057 | 0.000000e+00 |      --      |    Inf 
508.30/508.40	c   508s| 87600 |   341 |  5775k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 514 | 802k|  91k|4057 | 0.000000e+00 |      --      |    Inf 
508.90/509.03	c   509s| 87700 |   341 |  5781k|  65.9 |  18M|  37 | 159 | 718 |  18k| 718 | 499 | 803k|  91k|4067 | 0.000000e+00 |      --      |    Inf 
509.50/509.63	c   510s| 87800 |   341 |  5788k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 516 | 804k|  91k|4067 | 0.000000e+00 |      --      |    Inf 
510.00/510.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
510.00/510.13	c   510s| 87900 |   335 |  5794k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 514 | 804k|  91k|4067 | 0.000000e+00 |      --      |    Inf 
510.60/510.70	c   511s| 88000 |   340 |  5800k|  65.9 |  18M|  37 | 136 | 718 |  18k| 718 | 550 | 805k|  91k|4072 | 0.000000e+00 |      --      |    Inf 
511.09/511.22	c   511s| 88100 |   340 |  5806k|  65.9 |  18M|  37 | 131 | 718 |  19k| 718 | 503 | 806k|  91k|4072 | 0.000000e+00 |      --      |    Inf 
511.59/511.74	c   512s| 88200 |   340 |  5813k|  65.9 |  18M|  37 | 137 | 718 |  19k| 718 | 510 | 807k|  91k|4072 | 0.000000e+00 |      --      |    Inf 
512.19/512.37	c   512s| 88300 |   332 |  5820k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 551 | 808k|  91k|4073 | 0.000000e+00 |      --      |    Inf 
512.80/512.94	c   513s| 88400 |   350 |  5826k|  65.9 |  18M|  37 | 121 | 718 |  19k| 718 | 539 | 809k|  91k|4074 | 0.000000e+00 |      --      |    Inf 
513.30/513.45	c   513s| 88500 |   349 |  5832k|  65.9 |  18M|  37 | 149 | 718 |  19k| 718 | 520 | 809k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
513.80/513.98	c   514s| 88600 |   349 |  5838k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 578 | 810k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
514.30/514.49	c   514s| 88700 |   352 |  5844k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 564 | 811k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
514.90/515.06	c   515s| 88800 |   344 |  5851k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 545 | 812k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
515.50/515.64	c   516s| 88900 |   333 |  5858k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 514 | 813k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
516.20/516.31	c   516s| 89000 |   337 |  5866k|  65.9 |  18M|  37 | 127 | 718 |  18k| 718 | 496 | 814k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
516.80/516.98	c   517s| 89100 |   340 |  5874k|  65.9 |  18M|  37 | 128 | 718 |  18k| 718 | 511 | 815k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
517.39/517.54	c   518s| 89200 |   339 |  5881k|  65.9 |  18M|  37 | 121 | 718 |  19k| 718 | 537 | 816k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
517.90/518.02	c   518s| 89300 |   338 |  5886k|  65.9 |  18M|  37 | 140 | 718 |  19k| 718 | 564 | 817k|  92k|4074 | 0.000000e+00 |      --      |    Inf 
518.49/518.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.49/518.64	c   519s| 89400 |   338 |  5893k|  65.9 |  18M|  37 | 115 | 718 |  19k| 718 | 511 | 818k|  93k|4083 | 0.000000e+00 |      --      |    Inf 
519.00/519.11	c   519s| 89500 |   334 |  5898k|  65.9 |  18M|  37 | 138 | 718 |  19k| 718 | 535 | 819k|  93k|4083 | 0.000000e+00 |      --      |    Inf 
519.50/519.67	c   520s| 89600 |   340 |  5904k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 571 | 819k|  93k|4095 | 0.000000e+00 |      --      |    Inf 
519.99/520.19	c   520s| 89700 |   339 |  5910k|  65.9 |  18M|  37 | 133 | 718 |  19k| 718 | 562 | 820k|  93k|4095 | 0.000000e+00 |      --      |    Inf 
520.59/520.73	c   521s| 89800 |   335 |  5916k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 531 | 821k|  93k|4100 | 0.000000e+00 |      --      |    Inf 
521.20/521.40	c   521s| 89900 |   333 |  5924k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 523 | 822k|  93k|4104 | 0.000000e+00 |      --      |    Inf 
521.79/521.99	c   522s| 90000 |   338 |  5930k|  65.9 |  18M|  37 | 146 | 718 |  19k| 718 | 512 | 823k|  93k|4108 | 0.000000e+00 |      --      |    Inf 
522.40/522.53	c   523s| 90100 |   335 |  5936k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 528 | 823k|  93k|4110 | 0.000000e+00 |      --      |    Inf 
522.99/523.11	c   523s| 90200 |   337 |  5942k|  65.9 |  18M|  37 | 147 | 718 |  19k| 718 | 470 | 824k|  93k|4110 | 0.000000e+00 |      --      |    Inf 
523.41/523.57	c   524s| 90300 |   336 |  5948k|  65.9 |  18M|  37 | 148 | 718 |  20k| 718 | 503 | 825k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
524.20/524.33	c   524s| 90400 |   333 |  5956k|  65.9 |  18M|  37 | 150 | 718 |  19k| 718 | 478 | 826k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
524.70/524.83	c   525s| 90500 |   337 |  5962k|  65.9 |  18M|  37 | 134 | 718 |  19k| 718 | 537 | 827k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
525.19/525.38	c   525s| 90600 |   339 |  5968k|  65.9 |  19M|  37 |   - | 718 |  20k| 718 | 554 | 827k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
525.79/525.99	c   526s| 90700 |   341 |  5975k|  65.9 |  19M|  37 |   - | 718 |  20k| 718 | 523 | 828k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
526.29/526.47	c   526s| 90800 |   340 |  5980k|  65.9 |  18M|  37 | 147 | 718 |  19k| 718 | 510 | 828k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
526.89/527.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.89/527.02	c   527s| 90900 |   340 |  5986k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 535 | 829k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
527.49/527.62	c   528s| 91000 |   340 |  5992k|  65.9 |  18M|  37 |   - | 718 |  19k| 718 | 523 | 830k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
528.09/528.20	c   528s| 91100 |   340 |  5999k|  65.8 |  18M|  37 | 142 | 718 |  19k| 718 | 461 | 830k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
528.70/528.89	c   529s| 91200 |   352 |  6007k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 541 | 832k|  94k|4110 | 0.000000e+00 |      --      |    Inf 
529.29/529.46	c   529s| 91300 |   352 |  6013k|  65.9 |  18M|  37 | 140 | 718 |  18k| 718 | 531 | 833k|  95k|4110 | 0.000000e+00 |      --      |    Inf 
529.89/530.07	c   530s| 91400 |   350 |  6020k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 536 | 833k|  95k|4110 | 0.000000e+00 |      --      |    Inf 
530.59/530.76	c   531s| 91500 |   348 |  6028k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 503 | 834k|  95k|4121 | 0.000000e+00 |      --      |    Inf 
531.20/531.33	c   531s| 91600 |   346 |  6034k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 531 | 835k|  95k|4121 | 0.000000e+00 |      --      |    Inf 
531.79/531.94	c   532s| 91700 |   348 |  6041k|  65.9 |  18M|  37 | 147 | 718 |  18k| 718 | 472 | 836k|  95k|4125 | 0.000000e+00 |      --      |    Inf 
532.30/532.45	c   532s| 91800 |   347 |  6046k|  65.9 |  18M|  37 | 136 | 718 |  18k| 718 | 506 | 836k|  95k|4134 | 0.000000e+00 |      --      |    Inf 
532.89/533.00	c   533s| 91900 |   345 |  6052k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 558 | 837k|  95k|4136 | 0.000000e+00 |      --      |    Inf 
533.30/533.45	c   533s| 92000 |   347 |  6057k|  65.8 |  18M|  37 |   - | 718 |  18k| 718 | 556 | 838k|  95k|4139 | 0.000000e+00 |      --      |    Inf 
533.99/534.10	c   534s| 92100 |   347 |  6064k|  65.8 |  18M|  37 | 152 | 718 |  18k| 718 | 524 | 839k|  95k|4142 | 0.000000e+00 |      --      |    Inf 
534.50/534.68	c   535s| 92200 |   345 |  6071k|  65.8 |  18M|  37 |   - | 718 |  18k| 718 | 543 | 839k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
535.19/535.35	c   535s| 92300 |   347 |  6078k|  65.9 |  18M|  37 | 161 | 718 |  17k| 718 | 526 | 841k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
535.79/535.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.79/535.97	c   536s| 92400 |   345 |  6085k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 516 | 841k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
536.39/536.57	c   537s| 92500 |   345 |  6092k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 530 | 842k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
537.09/537.26	c   537s| 92600 |   345 |  6100k|  65.9 |  18M|  37 | 138 | 718 |  17k| 718 | 528 | 843k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
537.70/537.82	c   538s| 92700 |   349 |  6106k|  65.9 |  18M|  37 | 130 | 718 |  17k| 718 | 531 | 844k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
538.19/538.33	c   538s| 92800 |   351 |  6112k|  65.9 |  18M|  37 | 141 | 718 |  18k| 718 | 513 | 845k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
538.80/538.91	c   539s| 92900 |   347 |  6119k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 516 | 845k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
539.49/539.61	c   540s| 93000 |   347 |  6127k|  65.9 |  18M|  37 | 152 | 718 |  18k| 718 | 511 | 847k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
540.09/540.27	c   540s| 93100 |   347 |  6135k|  65.9 |  18M|  37 | 161 | 718 |  18k| 718 | 517 | 848k|  96k|4142 | 0.000000e+00 |      --      |    Inf 
540.69/540.89	c   541s| 93200 |   347 |  6143k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 477 | 849k|  97k|4142 | 0.000000e+00 |      --      |    Inf 
541.39/541.52	c   542s| 93300 |   350 |  6150k|  65.9 |  18M|  37 | 141 | 718 |  18k| 718 | 482 | 850k|  97k|4151 | 0.000000e+00 |      --      |    Inf 
541.99/542.12	c   542s| 93400 |   344 |  6156k|  65.9 |  18M|  37 | 160 | 718 |  18k| 718 | 479 | 851k|  97k|4151 | 0.000000e+00 |      --      |    Inf 
542.49/542.60	c   543s| 93500 |   349 |  6162k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 544 | 852k|  97k|4152 | 0.000000e+00 |      --      |    Inf 
543.09/543.22	c   543s| 93600 |   357 |  6169k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 549 | 853k|  97k|4162 | 0.000000e+00 |      --      |    Inf 
543.59/543.72	c   544s| 93700 |   355 |  6175k|  65.9 |  18M|  37 | 142 | 718 |  18k| 718 | 530 | 854k|  97k|4162 | 0.000000e+00 |      --      |    Inf 
544.09/544.29	c   544s| 93800 |   351 |  6181k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 562 | 854k|  97k|4167 | 0.000000e+00 |      --      |    Inf 
544.79/544.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
544.79/544.90	c   545s| 93900 |   357 |  6187k|  65.9 |  18M|  37 | 129 | 718 |  18k| 718 | 533 | 855k|  97k|4174 | 0.000000e+00 |      --      |    Inf 
545.19/545.39	c   545s| 94000 |   355 |  6193k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 522 | 856k|  97k|4174 | 0.000000e+00 |      --      |    Inf 
545.79/545.91	c   546s| 94100 |   353 |  6199k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 542 | 856k|  97k|4176 | 0.000000e+00 |      --      |    Inf 
546.39/546.52	c   547s| 94200 |   349 |  6206k|  65.9 |  18M|  37 | 138 | 718 |  18k| 718 | 464 | 857k|  98k|4178 | 0.000000e+00 |      --      |    Inf 
546.99/547.17	c   547s| 94300 |   347 |  6214k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 523 | 859k|  98k|4178 | 0.000000e+00 |      --      |    Inf 
547.70/547.86	c   548s| 94400 |   341 |  6222k|  65.9 |  18M|  37 | 155 | 718 |  18k| 718 | 496 | 860k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
548.39/548.50	c   549s| 94500 |   341 |  6229k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 535 | 861k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
548.89/549.07	c   549s| 94600 |   345 |  6236k|  65.9 |  18M|  37 |   - | 718 |  18k| 718 | 511 | 862k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
549.49/549.66	c   550s| 94700 |   347 |  6243k|  65.9 |  18M|  37 | 139 | 718 |  18k| 718 | 500 | 862k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
550.09/550.29	c   550s| 94800 |   352 |  6250k|  65.9 |  18M|  37 | 144 | 718 |  18k| 718 | 490 | 863k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
550.79/551.00	c   551s| 94900 |   356 |  6258k|  65.9 |  18M|  37 | 156 | 718 |  18k| 718 | 502 | 865k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
551.59/551.73	c   552s| 95000 |   360 |  6267k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 466 | 866k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
552.19/552.35	c   552s| 95100 |   359 |  6274k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 500 | 867k|  98k|4179 | 0.000000e+00 |      --      |    Inf 
552.89/553.02	c   553s| 95200 |   360 |  6282k|  66.0 |  18M|  37 | 141 | 718 |  18k| 718 | 502 | 869k|  99k|4179 | 0.000000e+00 |      --      |    Inf 
553.49/553.66	c   554s| 95300 |   358 |  6290k|  66.0 |  18M|  37 | 154 | 718 |  18k| 718 | 501 | 870k|  99k|4179 | 0.000000e+00 |      --      |    Inf 
554.20/554.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.20/554.39	c   554s| 95400 |   358 |  6297k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 499 | 871k|  99k|4189 | 0.000000e+00 |      --      |    Inf 
554.79/554.99	c   555s| 95500 |   352 |  6304k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 512 | 871k|  99k|4189 | 0.000000e+00 |      --      |    Inf 
555.59/555.72	c   556s| 95600 |   350 |  6312k|  66.0 |  18M|  37 | 145 | 718 |  18k| 718 | 508 | 873k|  99k|4199 | 0.000000e+00 |      --      |    Inf 
556.19/556.30	c   556s| 95700 |   348 |  6319k|  66.0 |  18M|  37 | 159 | 718 |  18k| 718 | 504 | 873k|  99k|4199 | 0.000000e+00 |      --      |    Inf 
556.79/556.98	c   557s| 95800 |   346 |  6326k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 529 | 874k|  99k|4202 | 0.000000e+00 |      --      |    Inf 
557.49/557.61	c   558s| 95900 |   347 |  6333k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 527 | 875k|  99k|4206 | 0.000000e+00 |      --      |    Inf 
558.09/558.27	c   558s| 96000 |   341 |  6340k|  66.0 |  18M|  37 |   - | 718 |  18k| 718 | 512 | 876k|  99k|4211 | 0.000000e+00 |      --      |    Inf 
558.79/558.91	c   559s| 96100 |   342 |  6347k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 530 | 877k|  99k|4213 | 0.000000e+00 |      --      |    Inf 
559.49/559.60	c   560s| 96200 |   348 |  6355k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 525 | 878k|  99k|4216 | 0.000000e+00 |      --      |    Inf 
559.99/560.18	c   560s| 96300 |   351 |  6362k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 532 | 879k| 100k|4216 | 0.000000e+00 |      --      |    Inf 
560.59/560.79	c   561s| 96400 |   347 |  6369k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 518 | 881k| 100k|4216 | 0.000000e+00 |      --      |    Inf 
561.19/561.37	c   561s| 96500 |   349 |  6376k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 541 | 882k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
561.79/561.98	c   562s| 96600 |   346 |  6383k|  66.1 |  18M|  37 | 132 | 718 |  18k| 718 | 542 | 883k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
562.39/562.54	c   563s| 96700 |   344 |  6389k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 517 | 884k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
562.89/563.10	c   563s| 96800 |   348 |  6396k|  66.1 |  18M|  37 | 131 | 718 |  18k| 718 | 552 | 885k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
563.59/563.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.59/563.70	c   564s| 96900 |   344 |  6403k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 529 | 885k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
564.19/564.37	c   564s| 97000 |   338 |  6410k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 527 | 886k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
564.79/564.98	c   565s| 97100 |   338 |  6417k|  66.1 |  18M|  37 | 147 | 718 |  18k| 718 | 528 | 887k| 100k|4217 | 0.000000e+00 |      --      |    Inf 
565.39/565.57	c   566s| 97200 |   334 |  6423k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 530 | 888k| 101k|4217 | 0.000000e+00 |      --      |    Inf 
566.08/566.25	c   566s| 97300 |   330 |  6431k|  66.1 |  18M|  37 | 171 | 718 |  18k| 718 | 530 | 889k| 101k|4217 | 0.000000e+00 |      --      |    Inf 
566.68/566.89	c   567s| 97400 |   335 |  6438k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 528 | 890k| 101k|4217 | 0.000000e+00 |      --      |    Inf 
567.39/567.54	c   568s| 97500 |   335 |  6445k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 524 | 891k| 101k|4226 | 0.000000e+00 |      --      |    Inf 
567.98/568.14	c   568s| 97600 |   335 |  6451k|  66.1 |  18M|  37 | 154 | 718 |  18k| 718 | 512 | 892k| 101k|4226 | 0.000000e+00 |      --      |    Inf 
568.59/568.79	c   569s| 97700 |   332 |  6458k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 518 | 892k| 101k|4233 | 0.000000e+00 |      --      |    Inf 
569.29/569.43	c   569s| 97800 |   330 |  6465k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 531 | 893k| 101k|4233 | 0.000000e+00 |      --      |    Inf 
569.99/570.11	c   570s| 97900 |   327 |  6473k|  66.1 |  18M|  37 | 155 | 718 |  18k| 718 | 473 | 895k| 101k|4240 | 0.000000e+00 |      --      |    Inf 
570.58/570.71	c   571s| 98000 |   329 |  6480k|  66.1 |  18M|  37 | 140 | 718 |  18k| 718 | 529 | 895k| 101k|4240 | 0.000000e+00 |      --      |    Inf 
571.28/571.41	c   571s| 98100 |   327 |  6488k|  66.1 |  18M|  37 | 144 | 718 |  18k| 718 | 505 | 896k| 101k|4244 | 0.000000e+00 |      --      |    Inf 
571.98/572.13	c   572s| 98200 |   325 |  6496k|  66.2 |  18M|  37 |   - | 718 |  18k| 718 | 576 | 898k| 102k|4246 | 0.000000e+00 |      --      |    Inf 
572.59/572.75	c   573s| 98300 |   329 |  6503k|  66.2 |  18M|  37 | 113 | 718 |  18k| 718 | 524 | 899k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
573.08/573.28	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.28	c   573s| 98400 |   335 |  6509k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 515 | 900k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
573.68/573.83	c   574s| 98500 |   341 |  6515k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 540 | 901k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
574.18/574.37	c   574s| 98600 |   332 |  6522k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 499 | 902k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
574.79/574.95	c   575s| 98700 |   333 |  6529k|  66.1 |  18M|  37 | 143 | 718 |  18k| 718 | 514 | 903k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
575.38/575.53	c   576s| 98800 |   332 |  6535k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 485 | 904k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
575.98/576.10	c   576s| 98900 |   324 |  6542k|  66.2 |  18M|  37 |   - | 718 |  18k| 718 | 545 | 906k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
576.48/576.67	c   577s| 99000 |   326 |  6549k|  66.2 |  18M|  37 |   - | 718 |  18k| 718 | 493 | 907k| 102k|4250 | 0.000000e+00 |      --      |    Inf 
577.08/577.27	c   577s| 99100 |   334 |  6556k|  66.2 |  18M|  37 |   - | 718 |  18k| 718 | 535 | 908k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
577.68/577.89	c   578s| 99200 |   326 |  6563k|  66.2 |  18M|  37 | 146 | 718 |  18k| 718 | 512 | 909k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
578.28/578.45	c   578s| 99300 |   329 |  6570k|  66.2 |  18M|  37 |   - | 718 |  19k| 718 | 525 | 910k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
578.79/578.92	c   579s| 99400 |   327 |  6575k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 528 | 910k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
579.29/579.43	c   579s| 99500 |   327 |  6581k|  66.1 |  18M|  37 | 108 | 718 |  19k| 718 | 518 | 911k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
579.78/579.97	c   580s| 99600 |   326 |  6587k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 533 | 913k| 103k|4250 | 0.000000e+00 |      --      |    Inf 
580.48/580.67	c   581s| 99700 |   328 |  6595k|  66.2 |  18M|  37 | 140 | 718 |  19k| 718 | 480 | 914k| 103k|4259 | 0.000000e+00 |      --      |    Inf 
581.09/581.27	c   581s| 99800 |   326 |  6602k|  66.2 |  18M|  37 | 130 | 718 |  19k| 718 | 543 | 915k| 103k|4259 | 0.000000e+00 |      --      |    Inf 
581.69/581.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.69/581.84	c   582s| 99900 |   322 |  6608k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 528 | 915k| 103k|4269 | 0.000000e+00 |      --      |    Inf 
582.39/582.52	c   583s|100000 |   326 |  6615k|  66.2 |  18M|  37 |   - | 718 |  19k| 718 | 564 | 916k| 104k|4269 | 0.000000e+00 |      --      |    Inf 
583.08/583.25	c   583s|100100 |   322 |  6622k|  66.2 |  18M|  37 | 147 | 718 |  18k| 718 | 484 | 917k| 104k|4278 | 0.000000e+00 |      --      |    Inf 
583.78/583.92	c   584s|100200 |   328 |  6630k|  66.2 |  18M|  37 |   - | 718 |  18k| 718 | 584 | 918k| 104k|4278 | 0.000000e+00 |      --      |    Inf 
584.29/584.41	c   584s|100300 |   330 |  6635k|  66.2 |  18M|  37 | 139 | 718 |  18k| 718 | 544 | 919k| 104k|4278 | 0.000000e+00 |      --      |    Inf 
584.68/584.87	c   585s|100400 |   336 |  6640k|  66.1 |  18M|  37 | 119 | 718 |  18k| 718 | 567 | 920k| 104k|4278 | 0.000000e+00 |      --      |    Inf 
585.18/585.37	c   585s|100500 |   330 |  6646k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 576 | 920k| 104k|4282 | 0.000000e+00 |      --      |    Inf 
585.58/585.79	c   586s|100600 |   331 |  6650k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 585 | 920k| 104k|4283 | 0.000000e+00 |      --      |    Inf 
586.08/586.21	c   586s|100700 |   330 |  6654k|  66.1 |  18M|  37 | 145 | 718 |  18k| 718 | 556 | 921k| 104k|4284 | 0.000000e+00 |      --      |    Inf 
586.69/586.80	c   587s|100800 |   330 |  6661k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 593 | 922k| 104k|4289 | 0.000000e+00 |      --      |    Inf 
587.19/587.38	c   587s|100900 |   328 |  6668k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 559 | 922k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
587.78/587.95	c   588s|101000 |   330 |  6674k|  66.1 |  18M|  37 | 140 | 718 |  18k| 718 | 571 | 923k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
588.29/588.48	c   588s|101100 |   328 |  6680k|  66.1 |  18M|  37 | 148 | 718 |  18k| 718 | 547 | 924k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
588.88/589.04	c   589s|101200 |   328 |  6686k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 545 | 924k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
589.58/589.72	c   590s|101300 |   330 |  6694k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 559 | 926k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
590.18/590.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.18/590.37	c   590s|101400 |   329 |  6702k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 550 | 926k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
590.78/590.99	c   591s|101500 |   327 |  6709k|  66.1 |  18M|  37 | 140 | 718 |  18k| 718 | 490 | 927k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
591.38/591.51	c   592s|101600 |   331 |  6715k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 570 | 928k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
591.98/592.16	c   592s|101700 |   325 |  6722k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 483 | 929k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
592.58/592.75	c   593s|101800 |   325 |  6728k|  66.1 |  18M|  37 | 131 | 718 |  18k| 718 | 529 | 930k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
593.08/593.27	c   593s|101900 |   325 |  6735k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 524 | 930k| 105k|4291 | 0.000000e+00 |      --      |    Inf 
593.58/593.74	c   594s|102000 |   321 |  6740k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 530 | 931k| 106k|4291 | 0.000000e+00 |      --      |    Inf 
594.18/594.33	c   594s|102100 |   329 |  6747k|  66.1 |  18M|  37 | 138 | 718 |  18k| 718 | 522 | 932k| 106k|4291 | 0.000000e+00 |      --      |    Inf 
594.88/595.01	c   595s|102200 |   329 |  6754k|  66.1 |  18M|  37 | 132 | 718 |  18k| 718 | 512 | 933k| 106k|4301 | 0.000000e+00 |      --      |    Inf 
595.38/595.60	c   596s|102300 |   331 |  6761k|  66.1 |  18M|  37 | 134 | 718 |  19k| 718 | 539 | 934k| 106k|4301 | 0.000000e+00 |      --      |    Inf 
595.98/596.19	c   596s|102400 |   331 |  6768k|  66.1 |  18M|  37 | 143 | 718 |  19k| 718 | 563 | 935k| 106k|4301 | 0.000000e+00 |      --      |    Inf 
596.68/596.83	c   597s|102500 |   327 |  6775k|  66.1 |  18M|  37 | 149 | 718 |  19k| 718 | 512 | 936k| 106k|4306 | 0.000000e+00 |      --      |    Inf 
597.28/597.49	c   597s|102600 |   327 |  6782k|  66.1 |  19M|  37 | 146 | 718 |  19k| 718 | 560 | 936k| 106k|4314 | 0.000000e+00 |      --      |    Inf 
597.88/598.06	c   598s|102700 |   325 |  6788k|  66.1 |  19M|  37 |   - | 718 |  19k| 718 | 514 | 937k| 106k|4314 | 0.000000e+00 |      --      |    Inf 
598.48/598.69	c   599s|102800 |   322 |  6795k|  66.1 |  19M|  37 |   - | 718 |  19k| 718 | 546 | 938k| 106k|4314 | 0.000000e+00 |      --      |    Inf 
599.18/599.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.18/599.32	c   599s|102900 |   324 |  6802k|  66.1 |  18M|  37 | 149 | 718 |  19k| 718 | 554 | 939k| 107k|4320 | 0.000000e+00 |      --      |    Inf 
599.78/599.95	c   600s|103000 |   322 |  6808k|  66.1 |  18M|  37 | 151 | 718 |  19k| 718 | 561 | 939k| 107k|4322 | 0.000000e+00 |      --      |    Inf 
600.49/600.66	c   601s|103100 |   328 |  6816k|  66.1 |  18M|  37 |   - | 718 |  18k| 718 | 564 | 941k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
601.18/601.34	c   601s|103200 |   326 |  6824k|  66.1 |  18M|  37 | 142 | 718 |  19k| 718 | 555 | 942k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
601.98/602.10	c   602s|103300 |   322 |  6832k|  66.1 |  18M|  37 | 162 | 718 |  19k| 718 | 562 | 943k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
602.48/602.64	c   603s|103400 |   326 |  6838k|  66.1 |  18M|  37 | 134 | 718 |  19k| 718 | 538 | 943k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
603.08/603.22	c   603s|103500 |   330 |  6845k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 550 | 944k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
603.58/603.74	c   604s|103600 |   328 |  6851k|  66.1 |  18M|  37 |   - | 718 |  19k| 718 | 518 | 945k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
604.17/604.34	c   604s|103700 |   332 |  6857k|  66.1 |  19M|  37 |   - | 718 |  19k| 718 | 561 | 946k| 107k|4323 | 0.000000e+00 |      --      |    Inf 
604.79/604.92	c   605s|103800 |   330 |  6864k|  66.1 |  19M|  37 | 150 | 718 |  19k| 718 | 546 | 947k| 108k|4323 | 0.000000e+00 |      --      |    Inf 
605.38/605.51	c   606s|103900 |   330 |  6870k|  66.1 |  19M|  37 | 157 | 718 |  19k| 718 | 544 | 947k| 108k|4323 | 0.000000e+00 |      --      |    Inf 
606.08/606.21	c   606s|104000 |   337 |  6879k|  66.1 |  19M|  37 |   - | 718 |  19k| 718 | 563 | 949k| 108k|4323 | 0.000000e+00 |      --      |    Inf 
606.67/606.87	c   607s|104100 |   335 |  6887k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 521 | 950k| 108k|4323 | 0.000000e+00 |      --      |    Inf 
607.38/607.50	c   608s|104200 |   340 |  6894k|  66.2 |  19M|  37 | 146 | 718 |  19k| 718 | 535 | 952k| 108k|4323 | 0.000000e+00 |      --      |    Inf 
607.98/608.17	c   608s|104300 |   344 |  6902k|  66.2 |  19M|  37 | 104 | 718 |  19k| 718 | 514 | 953k| 108k|4332 | 0.000000e+00 |      --      |    Inf 
608.58/608.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.58/608.73	c   609s|104400 |   345 |  6909k|  66.2 |  19M|  37 | 118 | 718 |  19k| 718 | 539 | 954k| 108k|4332 | 0.000000e+00 |      --      |    Inf 
609.18/609.34	c   609s|104500 |   343 |  6916k|  66.2 |  19M|  37 | 123 | 718 |  19k| 718 | 509 | 956k| 108k|4337 | 0.000000e+00 |      --      |    Inf 
609.78/609.90	c   610s|104600 |   338 |  6922k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 516 | 957k| 108k|4343 | 0.000000e+00 |      --      |    Inf 
610.28/610.47	c   610s|104700 |   341 |  6929k|  66.2 |  19M|  37 | 127 | 718 |  19k| 718 | 493 | 958k| 108k|4347 | 0.000000e+00 |      --      |    Inf 
610.88/611.07	c   611s|104800 |   343 |  6936k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 503 | 959k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
611.58/611.71	c   612s|104900 |   341 |  6943k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 501 | 961k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
612.08/612.22	c   612s|105000 |   341 |  6949k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 496 | 962k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
612.68/612.87	c   613s|105100 |   340 |  6957k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 520 | 963k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
613.27/613.49	c   613s|105200 |   338 |  6965k|  66.2 |  19M|  37 |   - | 718 |  19k| 718 | 536 | 964k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
614.08/614.23	c   614s|105300 |   342 |  6974k|  66.2 |  19M|  37 |   - | 718 |  20k| 718 | 504 | 966k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
614.79/614.96	c   615s|105400 |   345 |  6982k|  66.2 |  19M|  37 | 118 | 718 |  20k| 718 | 496 | 968k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
615.48/615.60	c   616s|105500 |   342 |  6990k|  66.3 |  19M|  37 | 140 | 718 |  20k| 718 | 489 | 969k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
616.18/616.32	c   616s|105600 |   336 |  6999k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 531 | 971k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
616.77/617.00	c   617s|105700 |   337 |  7007k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 518 | 972k| 109k|4350 | 0.000000e+00 |      --      |    Inf 
617.48/617.62	c   618s|105800 |   335 |  7014k|  66.3 |  19M|  37 | 141 | 718 |  20k| 718 | 513 | 974k| 110k|4350 | 0.000000e+00 |      --      |    Inf 
617.98/618.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.98/618.19	c   618s|105900 |   331 |  7020k|  66.3 |  19M|  37 | 131 | 718 |  20k| 718 | 534 | 974k| 110k|4353 | 0.000000e+00 |      --      |    Inf 
618.58/618.70	c   619s|106000 |   331 |  7026k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 520 | 975k| 110k|4353 | 0.000000e+00 |      --      |    Inf 
619.08/619.28	c   619s|106100 |   327 |  7033k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 523 | 976k| 110k|4353 | 0.000000e+00 |      --      |    Inf 
619.78/619.99	c   620s|106200 |   336 |  7040k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 501 | 977k| 110k|4364 | 0.000000e+00 |      --      |    Inf 
620.58/620.71	c   621s|106300 |   334 |  7048k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 512 | 979k| 110k|4364 | 0.000000e+00 |      --      |    Inf 
621.28/621.43	c   621s|106400 |   335 |  7057k|  66.3 |  19M|  37 | 143 | 718 |  20k| 718 | 489 | 980k| 110k|4364 | 0.000000e+00 |      --      |    Inf 
621.97/622.20	c   622s|106500 |   331 |  7066k|  66.3 |  19M|  37 |   - | 718 |  20k| 718 | 550 | 982k| 110k|4370 | 0.000000e+00 |      --      |    Inf 
622.87/623.00	c   623s|106600 |   335 |  7075k|  66.4 |  19M|  37 | 125 | 718 |  20k| 718 | 492 | 984k| 110k|4374 | 0.000000e+00 |      --      |    Inf 
623.58/623.79	c   624s|106700 |   333 |  7084k|  66.4 |  19M|  37 | 144 | 718 |  20k| 718 | 473 | 986k| 110k|4375 | 0.000000e+00 |      --      |    Inf 
624.27/624.46	c   624s|106800 |   331 |  7092k|  66.4 |  19M|  37 |   - | 718 |  20k| 718 | 509 | 988k| 111k|4376 | 0.000000e+00 |      --      |    Inf 
625.08/625.28	c   625s|106900 |   333 |  7103k|  66.4 |  19M|  37 | 144 | 718 |  20k| 718 | 494 | 990k| 111k|4377 | 0.000000e+00 |      --      |    Inf 
625.87/626.00	c   626s|107000 |   329 |  7111k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 513 | 992k| 111k|4377 | 0.000000e+00 |      --      |    Inf 
626.58/626.71	c   627s|107100 |   331 |  7120k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 459 | 993k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
627.18/627.36	c   627s|107200 |   331 |  7127k|  66.5 |  19M|  37 | 128 | 718 |  20k| 718 | 517 | 994k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
627.78/627.90	c   628s|107300 |   327 |  7133k|  66.5 |  19M|  37 | 147 | 718 |  20k| 718 | 496 | 995k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
628.38/628.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.38/628.50	c   628s|107400 |   328 |  7140k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 504 | 996k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
629.08/629.21	c   629s|107500 |   330 |  7148k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 545 | 997k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
629.78/629.91	c   630s|107600 |   331 |  7156k|  66.5 |  19M|  37 | 128 | 718 |  19k| 718 | 504 | 998k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
630.38/630.51	c   631s|107700 |   329 |  7163k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 497 | 999k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
630.88/631.07	c   631s|107800 |   329 |  7169k|  66.5 |  19M|  37 | 137 | 718 |  19k| 718 | 500 |1000k| 111k|4378 | 0.000000e+00 |      --      |    Inf 
631.58/631.75	c   632s|107900 |   329 |  7177k|  66.5 |  19M|  37 |   - | 718 |  19k|   0 |   0 |1001k| 112k|4384 | 0.000000e+00 |      --      |    Inf 
632.28/632.44	c   632s|108000 |   323 |  7184k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 530 |1002k| 112k|4394 | 0.000000e+00 |      --      |    Inf 
632.88/633.02	c   633s|108100 |   323 |  7190k|  66.5 |  19M|  37 | 135 | 718 |  19k| 718 | 494 |1002k| 112k|4394 | 0.000000e+00 |      --      |    Inf 
633.48/633.65	c   634s|108200 |   322 |  7197k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 515 |1003k| 112k|4394 | 0.000000e+00 |      --      |    Inf 
634.08/634.20	c   634s|108300 |   321 |  7203k|  66.5 |  19M|  37 | 154 | 718 |  19k| 718 | 468 |1004k| 112k|4401 | 0.000000e+00 |      --      |    Inf 
634.68/634.81	c   635s|108400 |   319 |  7210k|  66.5 |  18M|  37 | 146 | 718 |  19k| 718 | 465 |1005k| 112k|4401 | 0.000000e+00 |      --      |    Inf 
635.27/635.48	c   635s|108500 |   319 |  7218k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 513 |1006k| 112k|4405 | 0.000000e+00 |      --      |    Inf 
635.97/636.15	c   636s|108600 |   319 |  7225k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 513 |1007k| 112k|4407 | 0.000000e+00 |      --      |    Inf 
636.57/636.76	c   637s|108700 |   322 |  7232k|  66.5 |  19M|  37 | 159 | 718 |  19k| 718 | 545 |1008k| 112k|4411 | 0.000000e+00 |      --      |    Inf 
637.27/637.44	c   637s|108800 |   313 |  7239k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 505 |1009k| 112k|4414 | 0.000000e+00 |      --      |    Inf 
637.88/638.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.88/638.04	c   638s|108900 |   310 |  7245k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 483 |1010k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
638.47/638.66	c   639s|109000 |   310 |  7252k|  66.5 |  18M|  37 | 122 | 718 |  19k| 718 | 540 |1011k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
638.98/639.16	c   639s|109100 |   308 |  7257k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 521 |1012k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
639.57/639.78	c   640s|109200 |   304 |  7264k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 513 |1012k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
640.27/640.46	c   640s|109300 |   308 |  7272k|  66.5 |  18M|  37 | 146 | 718 |  19k| 718 | 539 |1014k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
640.87/641.08	c   641s|109400 |   308 |  7280k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 541 |1015k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
641.47/641.67	c   642s|109500 |   307 |  7287k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 534 |1015k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
642.18/642.32	c   642s|109600 |   307 |  7294k|  66.6 |  18M|  37 |   - | 718 |  19k| 718 | 512 |1017k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
642.78/642.92	c   643s|109700 |   305 |  7301k|  66.6 |  18M|  37 |   - | 718 |  19k| 718 | 553 |1017k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
643.38/643.52	c   644s|109800 |   307 |  7307k|  66.6 |  18M|  37 |   - | 718 |  19k| 718 | 556 |1018k| 113k|4414 | 0.000000e+00 |      --      |    Inf 
643.98/644.10	c   644s|109900 |   303 |  7314k|  66.5 |  18M|  37 | 157 | 718 |  19k| 718 | 533 |1019k| 114k|4414 | 0.000000e+00 |      --      |    Inf 
644.57/644.70	c   645s|110000 |   306 |  7320k|  66.6 |  18M|  37 | 132 | 718 |  19k| 718 | 518 |1020k| 114k|4414 | 0.000000e+00 |      --      |    Inf 
644.97/645.14	c   645s|110100 |   308 |  7326k|  66.5 |  18M|  37 | 110 | 718 |  19k| 718 | 535 |1021k| 114k|4414 | 0.000000e+00 |      --      |    Inf 
645.48/645.62	c   646s|110200 |   306 |  7332k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 541 |1021k| 114k|4414 | 0.000000e+00 |      --      |    Inf 
646.07/646.22	c   646s|110300 |   308 |  7339k|  66.5 |  18M|  37 |   - | 718 |  19k| 718 | 553 |1022k| 114k|4418 | 0.000000e+00 |      --      |    Inf 
646.58/646.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.58/646.73	c   647s|110400 |   305 |  7344k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 549 |1023k| 114k|4423 | 0.000000e+00 |      --      |    Inf 
647.07/647.28	c   647s|110500 |   305 |  7351k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 520 |1024k| 114k|4423 | 0.000000e+00 |      --      |    Inf 
647.67/647.85	c   648s|110600 |   305 |  7358k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 542 |1025k| 114k|4427 | 0.000000e+00 |      --      |    Inf 
648.17/648.35	c   648s|110700 |   305 |  7363k|  66.5 |  19M|  37 | 129 | 718 |  19k| 718 | 556 |1025k| 115k|4431 | 0.000000e+00 |      --      |    Inf 
648.78/648.96	c   649s|110800 |   305 |  7370k|  66.5 |  19M|  37 | 166 | 718 |  19k| 718 | 517 |1026k| 115k|4436 | 0.000000e+00 |      --      |    Inf 
649.37/649.58	c   650s|110900 |   301 |  7377k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 553 |1027k| 115k|4437 | 0.000000e+00 |      --      |    Inf 
649.98/650.13	c   650s|111000 |   307 |  7384k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 539 |1028k| 115k|4438 | 0.000000e+00 |      --      |    Inf 
650.48/650.68	c   651s|111100 |   304 |  7390k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 519 |1029k| 115k|4438 | 0.000000e+00 |      --      |    Inf 
651.08/651.20	c   651s|111200 |   304 |  7396k|  66.5 |  19M|  37 | 138 | 718 |  20k| 718 | 548 |1030k| 115k|4438 | 0.000000e+00 |      --      |    Inf 
651.58/651.79	c   652s|111300 |   304 |  7403k|  66.5 |  19M|  37 | 131 | 718 |  20k| 718 | 504 |1031k| 115k|4438 | 0.000000e+00 |      --      |    Inf 
652.27/652.40	c   652s|111400 |   302 |  7411k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 516 |1032k| 115k|4440 | 0.000000e+00 |      --      |    Inf 
652.87/653.01	c   653s|111500 |   302 |  7417k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 528 |1033k| 115k|4445 | 0.000000e+00 |      --      |    Inf 
653.57/653.74	c   654s|111600 |   298 |  7425k|  66.5 |  19M|  37 | 146 | 718 |  20k| 718 | 510 |1034k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
654.07/654.25	c   654s|111700 |   298 |  7431k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 535 |1034k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
654.67/654.89	c   655s|111800 |   298 |  7438k|  66.5 |  19M|  37 |   - | 718 |  19k| 718 | 519 |1035k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
655.48/655.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.48/655.61	c   656s|111900 |   296 |  7446k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 514 |1036k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
655.87/656.08	c   656s|112000 |   296 |  7451k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 515 |1037k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
656.48/656.64	c   657s|112100 |   294 |  7457k|  66.5 |  19M|  37 | 143 | 718 |  20k| 718 | 473 |1038k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
657.07/657.26	c   657s|112200 |   296 |  7465k|  66.5 |  19M|  37 | 125 | 718 |  20k| 718 | 541 |1039k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
657.67/657.82	c   658s|112300 |   296 |  7471k|  66.5 |  19M|  37 | 161 | 718 |  20k| 718 | 523 |1040k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
658.17/658.36	c   658s|112400 |   296 |  7477k|  66.5 |  19M|  37 | 144 | 718 |  20k| 718 | 543 |1040k| 116k|4449 | 0.000000e+00 |      --      |    Inf 
658.87/659.04	c   659s|112500 |   290 |  7484k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 527 |1041k| 117k|4458 | 0.000000e+00 |      --      |    Inf 
659.37/659.59	c   660s|112600 |   298 |  7491k|  66.5 |  19M|  37 | 145 | 718 |  20k| 718 | 558 |1042k| 117k|4458 | 0.000000e+00 |      --      |    Inf 
659.97/660.13	c   660s|112700 |   300 |  7497k|  66.5 |  19M|  37 | 126 | 718 |  20k| 718 | 566 |1043k| 117k|4458 | 0.000000e+00 |      --      |    Inf 
660.47/660.68	c   661s|112800 |   296 |  7502k|  66.5 |  19M|  37 | 149 | 718 |  20k| 718 | 543 |1044k| 117k|4463 | 0.000000e+00 |      --      |    Inf 
661.07/661.29	c   661s|112900 |   293 |  7509k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 566 |1044k| 117k|4465 | 0.000000e+00 |      --      |    Inf 
661.67/661.86	c   662s|113000 |   295 |  7514k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 558 |1045k| 117k|4467 | 0.000000e+00 |      --      |    Inf 
662.27/662.41	c   662s|113100 |   293 |  7521k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 559 |1046k| 117k|4469 | 0.000000e+00 |      --      |    Inf 
662.77/662.94	c   663s|113200 |   294 |  7526k|  66.5 |  19M|  37 | 157 | 718 |  20k| 718 | 567 |1046k| 117k|4470 | 0.000000e+00 |      --      |    Inf 
663.36/663.51	c   664s|113300 |   295 |  7533k|  66.5 |  19M|  37 |   - | 718 |  20k| 718 | 574 |1047k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
663.87/664.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.87/664.01	c   664s|113400 |   296 |  7538k|  66.5 |  19M|  37 | 137 | 718 |  21k| 718 | 573 |1048k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
664.37/664.59	c   665s|113500 |   295 |  7545k|  66.5 |  19M|  37 | 134 | 718 |  21k| 718 | 565 |1049k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
665.07/665.24	c   665s|113600 |   291 |  7552k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 568 |1050k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
665.47/665.65	c   666s|113700 |   292 |  7556k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 584 |1050k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
665.87/666.09	c   666s|113800 |   291 |  7561k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 592 |1051k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
666.48/666.64	c   667s|113900 |   292 |  7567k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 572 |1051k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
667.07/667.23	c   667s|114000 |   293 |  7574k|  66.4 |  19M|  37 | 150 | 718 |  21k| 718 | 565 |1052k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
667.77/667.91	c   668s|114100 |   295 |  7582k|  66.4 |  19M|  37 | 131 | 718 |  21k| 718 | 566 |1053k| 118k|4473 | 0.000000e+00 |      --      |    Inf 
668.27/668.46	c   668s|114200 |   293 |  7588k|  66.4 |  19M|  37 | 130 | 718 |  21k| 718 | 591 |1054k| 119k|4473 | 0.000000e+00 |      --      |    Inf 
668.87/669.07	c   669s|114300 |   295 |  7595k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 565 |1055k| 119k|4473 | 0.000000e+00 |      --      |    Inf 
669.47/669.65	c   670s|114400 |   291 |  7602k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 549 |1056k| 119k|4473 | 0.000000e+00 |      --      |    Inf 
669.97/670.13	c   670s|114500 |   294 |  7607k|  66.4 |  19M|  37 | 129 | 718 |  21k| 718 | 547 |1056k| 119k|4473 | 0.000000e+00 |      --      |    Inf 
670.57/670.76	c   671s|114600 |   288 |  7614k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 516 |1057k| 119k|4477 | 0.000000e+00 |      --      |    Inf 
671.27/671.44	c   671s|114700 |   295 |  7621k|  66.4 |  19M|  37 | 124 | 718 |  21k| 718 | 520 |1058k| 119k|4477 | 0.000000e+00 |      --      |    Inf 
671.77/671.93	c   672s|114800 |   293 |  7627k|  66.4 |  19M|  37 | 154 | 718 |  21k| 718 | 505 |1059k| 119k|4479 | 0.000000e+00 |      --      |    Inf 
672.47/672.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.47/672.66	c   673s|114900 |   284 |  7634k|  66.4 |  19M|  37 |   - | 718 |  21k| 718 | 499 |1060k| 119k|4488 | 0.000000e+00 |      --      |    Inf 
673.27/673.41	c   673s|115000 |   284 |  7643k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 541 |1061k| 119k|4488 | 0.000000e+00 |      --      |    Inf 
673.86/674.09	c   674s|115100 |   282 |  7650k|  66.5 |  19M|  37 | 137 | 718 |  21k| 718 | 482 |1062k| 119k|4490 | 0.000000e+00 |      --      |    Inf 
674.47/674.67	c   675s|115200 |   282 |  7656k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 518 |1063k| 120k|4497 | 0.000000e+00 |      --      |    Inf 
674.97/675.18	c   675s|115300 |   278 |  7662k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 502 |1063k| 120k|4499 | 0.000000e+00 |      --      |    Inf 
675.57/675.76	c   676s|115400 |   279 |  7668k|  66.4 |  19M|  37 |   - | 718 |  21k|   0 |   0 |1064k| 120k|4501 | 0.000000e+00 |      --      |    Inf 
676.27/676.44	c   676s|115500 |   282 |  7675k|  66.5 |  19M|  37 | 136 | 718 |  21k| 718 | 486 |1066k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
676.86/677.08	c   677s|115600 |   284 |  7683k|  66.5 |  19M|  37 | 151 | 718 |  21k| 718 | 464 |1067k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
677.56/677.71	c   678s|115700 |   283 |  7690k|  66.5 |  19M|  37 | 143 | 718 |  21k| 718 | 507 |1068k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
678.16/678.34	c   678s|115800 |   285 |  7698k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 509 |1069k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
678.67/678.89	c   679s|115900 |   281 |  7704k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 509 |1070k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
679.37/679.59	c   680s|116000 |   281 |  7712k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 547 |1071k| 120k|4505 | 0.000000e+00 |      --      |    Inf 
680.07/680.22	c   680s|116100 |   287 |  7719k|  66.5 |  20M|  37 | 138 | 718 |  22k| 718 | 489 |1073k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
680.57/680.76	c   681s|116200 |   285 |  7725k|  66.5 |  20M|  37 | 149 | 718 |  22k| 718 | 489 |1074k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
681.27/681.42	c   681s|116300 |   284 |  7733k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 486 |1075k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
681.88/682.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.88/682.01	c   682s|116400 |   282 |  7740k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 491 |1076k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
682.57/682.72	c   683s|116500 |   276 |  7748k|  66.5 |  20M|  37 | 142 | 718 |  22k| 718 | 502 |1078k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
683.17/683.31	c   683s|116600 |   273 |  7754k|  66.5 |  20M|  37 | 141 | 718 |  22k| 718 | 511 |1078k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
683.66/683.87	c   684s|116700 |   273 |  7760k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 529 |1079k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
684.27/684.45	c   684s|116800 |   269 |  7767k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 516 |1079k| 121k|4505 | 0.000000e+00 |      --      |    Inf 
684.96/685.16	c   685s|116900 |   271 |  7774k|  66.5 |  20M|  37 | 156 | 718 |  22k| 718 | 496 |1080k| 121k|4516 | 0.000000e+00 |      --      |    Inf 
685.57/685.77	c   686s|117000 |   270 |  7780k|  66.5 |  20M|  37 | 145 | 718 |  22k| 718 | 532 |1081k| 122k|4516 | 0.000000e+00 |      --      |    Inf 
686.07/686.25	c   686s|117100 |   269 |  7786k|  66.5 |  20M|  37 | 146 | 718 |  22k| 718 | 500 |1082k| 122k|4516 | 0.000000e+00 |      --      |    Inf 
686.57/686.77	c   687s|117200 |   267 |  7792k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 480 |1083k| 122k|4516 | 0.000000e+00 |      --      |    Inf 
687.16/687.39	c   687s|117300 |   271 |  7799k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 514 |1084k| 122k|4525 | 0.000000e+00 |      --      |    Inf 
687.77/687.98	c   688s|117400 |   271 |  7806k|  66.5 |  20M|  37 | 138 | 718 |  22k| 718 | 515 |1085k| 122k|4525 | 0.000000e+00 |      --      |    Inf 
688.37/688.50	c   689s|117500 |   273 |  7812k|  66.5 |  20M|  37 | 123 | 718 |  22k| 718 | 521 |1086k| 122k|4525 | 0.000000e+00 |      --      |    Inf 
688.87/689.05	c   689s|117600 |   273 |  7818k|  66.5 |  20M|  37 | 143 | 718 |  22k| 718 | 534 |1087k| 122k|4530 | 0.000000e+00 |      --      |    Inf 
689.47/689.65	c   690s|117700 |   263 |  7824k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 495 |1088k| 122k|4530 | 0.000000e+00 |      --      |    Inf 
690.16/690.31	c   690s|117800 |   256 |  7831k|  66.5 |  20M|  37 |   - | 718 |  22k| 718 | 515 |1088k| 122k|4533 | 0.000000e+00 |      --      |    Inf 
690.67/690.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.67/690.84	c   691s|117900 |   255 |  7837k|  66.5 |  20M|  37 | 153 | 718 |  22k| 718 | 525 |1089k| 122k|4533 | 0.000000e+00 |      --      |    Inf 
691.27/691.44	c   691s|118000 |   254 |  7844k|  66.5 |  20M|  37 | 140 | 718 |  22k| 718 | 495 |1090k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
691.86/692.05	c   692s|118100 |   254 |  7851k|  66.5 |  20M|  37 | 138 | 718 |  22k| 718 | 479 |1091k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
692.46/692.62	c   693s|118200 |   252 |  7857k|  66.5 |  20M|  37 | 151 | 718 |  22k| 718 | 547 |1092k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
693.06/693.28	c   693s|118300 |   246 |  7864k|  66.5 |  19M|  37 | 165 | 718 |  22k| 718 | 499 |1092k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
693.88/694.04	c   694s|118400 |   248 |  7872k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 550 |1094k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
694.56/694.75	c   695s|118500 |   243 |  7880k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 570 |1095k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
695.26/695.41	c   695s|118600 |   238 |  7887k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 516 |1096k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
695.86/696.06	c   696s|118700 |   237 |  7895k|  66.5 |  19M|  37 | 149 | 718 |  22k| 718 | 500 |1097k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
696.56/696.71	c   697s|118800 |   237 |  7902k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 524 |1098k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
697.27/697.40	c   697s|118900 |   233 |  7910k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 564 |1099k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
697.87/698.00	c   698s|119000 |   233 |  7916k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 573 |1100k| 123k|4533 | 0.000000e+00 |      --      |    Inf 
698.46/698.64	c   699s|119100 |   231 |  7924k|  66.5 |  19M|  37 |   - | 718 |  22k| 718 | 566 |1101k| 124k|4533 | 0.000000e+00 |      --      |    Inf 
699.16/699.31	c   699s|119200 |   231 |  7931k|  66.5 |  19M|  37 |   - | 718 |  21k| 718 | 498 |1102k| 124k|4542 | 0.000000e+00 |      --      |    Inf 
699.77/699.92	c   700s|119300 |   224 |  7937k|  66.5 |  19M|  38 |   - | 718 |  21k| 718 | 533 |1102k| 124k|4542 | 0.000000e+00 |      --      |    Inf 
700.36/700.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.36/700.57	c   701s|119400 |   228 |  7944k|  66.5 |  19M|  38 | 128 | 718 |  21k| 718 | 525 |1103k| 124k|4544 | 0.000000e+00 |      --      |    Inf 
700.96/701.10	c   701s|119500 |   224 |  7950k|  66.5 |  19M|  38 | 141 | 718 |  21k| 718 | 541 |1104k| 124k|4545 | 0.000000e+00 |      --      |    Inf 
701.57/701.72	c   702s|119600 |   225 |  7957k|  66.5 |  19M|  38 |   - | 718 |  21k| 718 | 535 |1105k| 124k|4550 | 0.000000e+00 |      --      |    Inf 
702.06/702.28	c   702s|119700 |   223 |  7963k|  66.5 |  19M|  38 | 135 | 718 |  22k| 718 | 506 |1106k| 124k|4554 | 0.000000e+00 |      --      |    Inf 
702.77/702.95	c   703s|119800 |   223 |  7971k|  66.5 |  19M|  38 |   - | 718 |  21k| 718 | 515 |1106k| 124k|4558 | 0.000000e+00 |      --      |    Inf 
703.47/703.61	c   704s|119900 |   221 |  7978k|  66.5 |  19M|  38 |   - | 718 |  21k| 718 | 538 |1107k| 124k|4564 | 0.000000e+00 |      --      |    Inf 
703.96/704.15	c   704s|120000 |   223 |  7984k|  66.5 |  19M|  38 | 142 | 718 |  21k| 718 | 521 |1108k| 125k|4564 | 0.000000e+00 |      --      |    Inf 
704.66/704.80	c   705s|120100 |   219 |  7991k|  66.5 |  19M|  38 | 153 | 718 |  21k| 718 | 507 |1109k| 125k|4569 | 0.000000e+00 |      --      |    Inf 
705.16/705.38	c   705s|120200 |   221 |  7998k|  66.5 |  19M|  38 |   - | 718 |  22k| 718 | 561 |1109k| 125k|4571 | 0.000000e+00 |      --      |    Inf 
705.76/705.98	c   706s|120300 |   222 |  8005k|  66.5 |  19M|  38 | 124 | 718 |  22k| 718 | 544 |1110k| 125k|4572 | 0.000000e+00 |      --      |    Inf 
706.47/706.61	c   707s|120400 |   222 |  8012k|  66.5 |  19M|  38 | 146 | 718 |  22k| 718 | 543 |1111k| 125k|4572 | 0.000000e+00 |      --      |    Inf 
707.17/707.31	c   707s|120500 |   218 |  8021k|  66.6 |  19M|  38 |   - | 718 |  22k| 718 | 545 |1112k| 125k|4572 | 0.000000e+00 |      --      |    Inf 
707.76/707.97	c   708s|120600 |   218 |  8028k|  66.6 |  19M|  38 | 123 | 718 |  22k| 718 | 515 |1113k| 125k|4573 | 0.000000e+00 |      --      |    Inf 
708.46/708.60	c   709s|120700 |   216 |  8035k|  66.6 |  19M|  38 | 150 | 718 |  22k| 718 | 529 |1114k| 125k|4574 | 0.000000e+00 |      --      |    Inf 
708.96/709.19	c   709s|120800 |   218 |  8042k|  66.6 |  19M|  38 | 145 | 718 |  22k| 718 | 511 |1115k| 125k|4574 | 0.000000e+00 |      --      |    Inf 
709.56/709.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.56/709.74	c   710s|120900 |   222 |  8048k|  66.6 |  19M|  38 | 129 | 718 |  22k| 718 | 547 |1116k| 125k|4574 | 0.000000e+00 |      --      |    Inf 
710.16/710.31	c   710s|121000 |   220 |  8055k|  66.6 |  19M|  38 | 147 | 718 |  22k| 718 | 541 |1117k| 125k|4574 | 0.000000e+00 |      --      |    Inf 
710.66/710.89	c   711s|121100 |   216 |  8061k|  66.6 |  19M|  38 | 154 | 718 |  22k| 718 | 509 |1117k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
711.26/711.46	c   711s|121200 |   222 |  8067k|  66.6 |  19M|  38 | 121 | 718 |  22k| 718 | 512 |1118k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
711.86/712.04	c   712s|121300 |   224 |  8074k|  66.6 |  19M|  38 |   - | 718 |  22k|   0 |   0 |1119k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
712.37/712.54	c   713s|121400 |   220 |  8080k|  66.6 |  20M|  38 |   - | 718 |  22k| 718 | 535 |1120k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
712.87/713.07	c   713s|121500 |   217 |  8086k|  66.5 |  20M|  38 |   - | 718 |  23k| 718 | 520 |1120k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
713.46/713.65	c   714s|121600 |   216 |  8092k|  66.5 |  19M|  38 | 147 | 718 |  23k| 718 | 509 |1121k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
714.16/714.35	c   714s|121700 |   214 |  8099k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 510 |1122k| 126k|4583 | 0.000000e+00 |      --      |    Inf 
714.67/714.90	c   715s|121800 |   215 |  8105k|  66.5 |  20M|  38 |   - | 718 |  23k| 718 | 515 |1123k| 126k|4583 | 0.000000e+00 |      --      |    Inf 
715.26/715.43	c   715s|121900 |   220 |  8111k|  66.5 |  20M|  38 | 147 | 718 |  23k| 718 | 479 |1124k| 126k|4583 | 0.000000e+00 |      --      |    Inf 
715.86/716.04	c   716s|122000 |   222 |  8118k|  66.5 |  20M|  38 | 156 | 718 |  23k| 718 | 497 |1125k| 127k|4591 | 0.000000e+00 |      --      |    Inf 
716.46/716.60	c   717s|122100 |   212 |  8124k|  66.5 |  20M|  38 | 160 | 718 |  23k| 718 | 496 |1125k| 127k|4591 | 0.000000e+00 |      --      |    Inf 
717.16/717.32	c   717s|122200 |   210 |  8131k|  66.5 |  19M|  38 | 116 | 718 |  23k| 718 | 419 |1126k| 127k|4595 | 0.000000e+00 |      --      |    Inf 
717.66/717.87	c   718s|122300 |   219 |  8138k|  66.5 |  20M|  38 |   - | 718 |  23k| 718 | 474 |1127k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
718.26/718.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.26/718.43	c   718s|122400 |   221 |  8145k|  66.5 |  20M|  38 | 130 | 718 |  23k| 718 | 467 |1129k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
718.87/719.02	c   719s|122500 |   221 |  8152k|  66.5 |  20M|  38 | 140 | 718 |  23k| 718 | 475 |1130k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
719.36/719.59	c   720s|122600 |   227 |  8159k|  66.5 |  20M|  38 | 126 | 718 |  23k| 718 | 497 |1130k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
720.06/720.28	c   720s|122700 |   223 |  8167k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 478 |1132k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
720.66/720.81	c   721s|122800 |   221 |  8174k|  66.6 |  20M|  38 | 128 | 718 |  23k| 718 | 490 |1133k| 127k|4596 | 0.000000e+00 |      --      |    Inf 
721.26/721.49	c   721s|122900 |   227 |  8181k|  66.6 |  20M|  38 | 154 | 718 |  23k| 718 | 440 |1134k| 127k|4597 | 0.000000e+00 |      --      |    Inf 
721.86/722.03	c   722s|123000 |   230 |  8188k|  66.6 |  20M|  38 | 133 | 718 |  23k| 718 | 476 |1135k| 127k|4597 | 0.000000e+00 |      --      |    Inf 
722.36/722.56	c   723s|123100 |   238 |  8194k|  66.6 |  20M|  38 | 128 | 718 |  23k| 718 | 491 |1136k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
722.86/723.06	c   723s|123200 |   234 |  8200k|  66.6 |  20M|  38 | 136 | 718 |  23k| 718 | 498 |1137k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
723.36/723.59	c   724s|123300 |   234 |  8207k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 481 |1137k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
723.96/724.11	c   724s|123400 |   236 |  8213k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 490 |1138k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
724.46/724.67	c   725s|123500 |   234 |  8219k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 485 |1139k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
725.06/725.22	c   725s|123600 |   234 |  8226k|  66.6 |  20M|  38 | 130 | 718 |  23k| 718 | 485 |1139k| 128k|4597 | 0.000000e+00 |      --      |    Inf 
725.56/725.75	c   726s|123700 |   234 |  8233k|  66.6 |  20M|  38 | 116 | 718 |  23k| 718 | 495 |1140k| 128k|4598 | 0.000000e+00 |      --      |    Inf 
726.16/726.36	c   726s|123800 |   236 |  8240k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 496 |1141k| 128k|4602 | 0.000000e+00 |      --      |    Inf 
726.76/726.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.76/726.96	c   727s|123900 |   234 |  8247k|  66.6 |  20M|  38 | 134 | 718 |  23k| 718 | 481 |1142k| 128k|4602 | 0.000000e+00 |      --      |    Inf 
727.36/727.59	c   728s|124000 |   235 |  8254k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 491 |1143k| 128k|4613 | 0.000000e+00 |      --      |    Inf 
727.97/728.17	c   728s|124100 |   230 |  8261k|  66.6 |  20M|  38 | 156 | 718 |  23k| 718 | 513 |1143k| 128k|4613 | 0.000000e+00 |      --      |    Inf 
728.56/728.72	c   729s|124200 |   238 |  8268k|  66.6 |  20M|  38 |   - | 718 |  23k| 718 | 469 |1144k| 129k|4613 | 0.000000e+00 |      --      |    Inf 
729.26/729.41	c   729s|124300 |   252 |  8275k|  66.6 |  20M|  38 | 141 | 718 |  23k| 718 | 492 |1146k| 129k|4619 | 0.000000e+00 |      --      |    Inf 
729.76/729.95	c   730s|124400 |   254 |  8282k|  66.6 |  20M|  38 | 148 | 718 |  24k| 718 | 498 |1146k| 129k|4619 | 0.000000e+00 |      --      |    Inf 
730.36/730.57	c   731s|124500 |   247 |  8289k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 507 |1147k| 129k|4623 | 0.000000e+00 |      --      |    Inf 
730.96/731.17	c   731s|124600 |   243 |  8296k|  66.6 |  20M|  38 | 148 | 718 |  24k| 718 | 480 |1148k| 129k|4625 | 0.000000e+00 |      --      |    Inf 
731.56/731.75	c   732s|124700 |   243 |  8303k|  66.6 |  20M|  38 | 145 | 718 |  24k| 718 | 512 |1148k| 129k|4625 | 0.000000e+00 |      --      |    Inf 
732.15/732.31	c   732s|124800 |   243 |  8309k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 509 |1149k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
732.76/732.90	c   733s|124900 |   238 |  8316k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 513 |1150k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
733.25/733.46	c   733s|125000 |   234 |  8322k|  66.6 |  20M|  38 | 133 | 718 |  24k| 718 | 460 |1150k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
733.86/734.06	c   734s|125100 |   228 |  8329k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 503 |1151k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
734.46/734.65	c   735s|125200 |   231 |  8336k|  66.6 |  20M|  38 | 156 | 718 |  24k| 718 | 517 |1152k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
735.16/735.32	c   735s|125300 |   221 |  8344k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 506 |1153k| 129k|4626 | 0.000000e+00 |      --      |    Inf 
735.77/735.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.77/735.96	c   736s|125400 |   223 |  8352k|  66.6 |  20M|  38 | 159 | 718 |  24k| 718 | 467 |1154k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
736.35/736.59	c   737s|125500 |   227 |  8359k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 527 |1155k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
737.06/737.23	c   737s|125600 |   229 |  8367k|  66.6 |  20M|  38 | 159 | 718 |  24k| 718 | 463 |1156k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
737.66/737.83	c   738s|125700 |   224 |  8374k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 504 |1157k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
738.15/738.37	c   738s|125800 |   223 |  8380k|  66.6 |  20M|  38 | 134 | 718 |  24k| 718 | 494 |1158k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
738.76/738.98	c   739s|125900 |   223 |  8387k|  66.6 |  20M|  38 |   - | 718 |  24k| 718 | 525 |1159k| 130k|4626 | 0.000000e+00 |      --      |    Inf 
739.36/739.58	c   740s|126000 |   227 |  8394k|  66.6 |  20M|  38 | 136 | 718 |  24k| 718 | 455 |1160k| 130k|4628 | 0.000000e+00 |      --      |    Inf 
739.96/740.20	c   740s|126100 |   231 |  8401k|  66.6 |  20M|  38 | 110 | 718 |  24k| 718 | 485 |1161k| 130k|4634 | 0.000000e+00 |      --      |    Inf 
740.56/740.71	c   741s|126200 |   228 |  8408k|  66.6 |  20M|  38 |   - | 718 |  25k| 718 | 452 |1162k| 130k|4634 | 0.000000e+00 |      --      |    Inf 
741.06/741.24	c   741s|126300 |   228 |  8413k|  66.6 |  20M|  38 | 133 | 718 |  25k| 718 | 469 |1163k| 130k|4647 | 0.000000e+00 |      --      |    Inf 
741.56/741.77	c   742s|126400 |   228 |  8419k|  66.6 |  20M|  38 |   - | 718 |  25k| 718 | 508 |1164k| 130k|4647 | 0.000000e+00 |      --      |    Inf 
742.05/742.24	c   742s|126500 |   229 |  8425k|  66.6 |  20M|  38 | 129 | 718 |  25k| 718 | 434 |1164k| 131k|4647 | 0.000000e+00 |      --      |    Inf 
742.46/742.65	c   743s|126600 |   229 |  8430k|  66.6 |  20M|  38 |   - | 718 |  25k| 718 | 486 |1165k| 131k|4647 | 0.000000e+00 |      --      |    Inf 
742.86/743.05	c   743s|126700 |   234 |  8434k|  66.6 |  21M|  39 | 112 | 718 |  25k| 718 | 510 |1166k| 131k|4647 | 0.000000e+00 |      --      |    Inf 
743.26/743.47	c   743s|126800 |   232 |  8439k|  66.6 |  21M|  39 | 117 | 718 |  25k| 718 | 487 |1166k| 131k|4647 | 0.000000e+00 |      --      |    Inf 
743.76/743.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.76/743.94	c   744s|126900 |   232 |  8445k|  66.5 |  21M|  39 |   - | 718 |  25k| 718 | 502 |1167k| 131k|4652 | 0.000000e+00 |      --      |    Inf 
744.26/744.47	c   744s|127000 |   230 |  8451k|  66.5 |  21M|  39 | 111 | 718 |  25k| 718 | 491 |1168k| 131k|4656 | 0.000000e+00 |      --      |    Inf 
744.76/744.91	c   745s|127100 |   232 |  8456k|  66.5 |  21M|  39 | 122 | 718 |  25k| 718 | 474 |1168k| 131k|4656 | 0.000000e+00 |      --      |    Inf 
745.16/745.32	c   745s|127200 |   232 |  8460k|  66.5 |  21M|  39 | 134 | 718 |  25k| 718 | 496 |1169k| 131k|4660 | 0.000000e+00 |      --      |    Inf 
745.66/745.82	c   746s|127300 |   228 |  8466k|  66.5 |  21M|  39 |   - | 718 |  25k| 718 | 468 |1169k| 131k|4663 | 0.000000e+00 |      --      |    Inf 
746.15/746.32	c   746s|127400 |   230 |  8472k|  66.5 |  21M|  39 |   - | 718 |  26k| 718 | 508 |1170k| 132k|4665 | 0.000000e+00 |      --      |    Inf 
746.67/746.81	c   747s|127500 |   230 |  8477k|  66.5 |  21M|  39 |   - | 718 |  26k| 718 | 448 |1171k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
747.06/747.24	c   747s|127600 |   232 |  8482k|  66.5 |  21M|  39 | 120 | 718 |  26k| 718 | 462 |1171k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
747.55/747.75	c   748s|127700 |   228 |  8488k|  66.5 |  21M|  39 |   - | 718 |  26k|   0 |   0 |1172k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
748.05/748.26	c   748s|127800 |   227 |  8494k|  66.5 |  21M|  39 | 139 | 718 |  26k| 718 | 501 |1173k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
748.56/748.76	c   749s|127900 |   231 |  8500k|  66.5 |  21M|  39 |   - | 718 |  26k| 718 | 470 |1173k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
749.06/749.20	c   749s|128000 |   235 |  8505k|  66.4 |  21M|  39 | 119 | 718 |  26k| 718 | 500 |1174k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
749.46/749.69	c   750s|128100 |   231 |  8511k|  66.4 |  21M|  39 |   - | 718 |  26k| 718 | 504 |1175k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
750.06/750.21	c   750s|128200 |   229 |  8517k|  66.4 |  21M|  39 | 121 | 718 |  26k| 718 | 511 |1175k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
750.55/750.70	c   751s|128300 |   227 |  8523k|  66.4 |  21M|  39 |   - | 718 |  26k| 718 | 479 |1176k| 132k|4666 | 0.000000e+00 |      --      |    Inf 
751.06/751.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.06/751.20	c   751s|128400 |   231 |  8529k|  66.4 |  21M|  39 |   - | 718 |  26k| 718 | 524 |1177k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
751.56/751.74	c   752s|128500 |   227 |  8535k|  66.4 |  21M|  39 |   - | 718 |  26k| 718 | 496 |1178k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
751.96/752.15	c   752s|128600 |   229 |  8540k|  66.4 |  21M|  39 |   - | 718 |  26k| 718 | 483 |1178k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
752.45/752.62	c   753s|128700 |   235 |  8545k|  66.4 |  21M|  39 | 163 | 718 |  26k| 718 | 513 |1179k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
752.96/753.12	c   753s|128800 |   233 |  8551k|  66.4 |  21M|  39 | 154 | 718 |  26k| 718 | 461 |1180k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
753.36/753.58	c   754s|128900 |   233 |  8556k|  66.4 |  21M|  39 |   - | 718 |  27k| 718 | 505 |1180k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
753.86/754.07	c   754s|129000 |   231 |  8562k|  66.4 |  21M|  39 |   - | 718 |  27k| 718 | 468 |1181k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
754.46/754.64	c   755s|129100 |   229 |  8569k|  66.4 |  21M|  39 |   - | 718 |  27k| 718 | 494 |1181k| 133k|4666 | 0.000000e+00 |      --      |    Inf 
755.15/755.32	c   755s|129200 |   227 |  8576k|  66.4 |  21M|  39 |   - | 718 |  27k| 718 | 505 |1182k| 133k|4673 | 0.000000e+00 |      --      |    Inf 
755.66/755.84	c   756s|129300 |   238 |  8582k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 523 |1183k| 134k|4673 | 0.000000e+00 |      --      |    Inf 
756.15/756.38	c   756s|129400 |   234 |  8588k|  66.4 |  22M|  39 | 133 | 718 |  27k| 718 | 484 |1184k| 134k|4673 | 0.000000e+00 |      --      |    Inf 
756.86/757.01	c   757s|129500 |   232 |  8594k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 509 |1184k| 134k|4680 | 0.000000e+00 |      --      |    Inf 
757.36/757.52	c   758s|129600 |   230 |  8600k|  66.4 |  22M|  39 | 163 | 718 |  27k| 718 | 525 |1185k| 134k|4680 | 0.000000e+00 |      --      |    Inf 
757.95/758.13	c   758s|129700 |   230 |  8607k|  66.4 |  22M|  39 | 132 | 718 |  27k| 718 | 485 |1185k| 134k|4680 | 0.000000e+00 |      --      |    Inf 
758.66/758.80	c   759s|129800 |   230 |  8614k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 508 |1186k| 134k|4689 | 0.000000e+00 |      --      |    Inf 
759.15/759.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.15/759.36	c   759s|129900 |   232 |  8620k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 515 |1187k| 134k|4689 | 0.000000e+00 |      --      |    Inf 
759.75/759.94	c   760s|130000 |   230 |  8627k|  66.4 |  22M|  39 | 127 | 718 |  27k| 718 | 405 |1187k| 134k|4690 | 0.000000e+00 |      --      |    Inf 
760.25/760.48	c   760s|130100 |   238 |  8633k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 499 |1189k| 134k|4690 | 0.000000e+00 |      --      |    Inf 
760.86/761.05	c   761s|130200 |   240 |  8640k|  66.4 |  22M|  39 | 119 | 718 |  27k| 718 | 459 |1190k| 134k|4695 | 0.000000e+00 |      --      |    Inf 
761.45/761.61	c   762s|130300 |   238 |  8647k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 535 |1191k| 134k|4700 | 0.000000e+00 |      --      |    Inf 
761.96/762.20	c   762s|130400 |   242 |  8654k|  66.4 |  22M|  39 |   - | 718 |  27k|   0 |   0 |1192k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
762.55/762.73	c   763s|130500 |   243 |  8660k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 510 |1193k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
763.05/763.26	c   763s|130600 |   243 |  8667k|  66.4 |  22M|  39 | 117 | 718 |  27k| 718 | 497 |1193k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
763.55/763.75	c   764s|130700 |   238 |  8673k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 480 |1194k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
764.16/764.33	c   764s|130800 |   236 |  8680k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 505 |1195k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
764.65/764.89	c   765s|130900 |   236 |  8687k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 504 |1196k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
765.16/765.39	c   765s|131000 |   233 |  8693k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 511 |1196k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
765.76/765.99	c   766s|131100 |   237 |  8700k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 477 |1198k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
766.46/766.63	c   767s|131200 |   235 |  8708k|  66.4 |  22M|  39 | 129 | 718 |  28k| 718 | 519 |1199k| 135k|4702 | 0.000000e+00 |      --      |    Inf 
767.06/767.22	c   767s|131300 |   239 |  8715k|  66.4 |  22M|  39 |  99 | 718 |  28k| 718 | 469 |1200k| 135k|4703 | 0.000000e+00 |      --      |    Inf 
767.56/767.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.56/767.78	c   768s|131400 |   241 |  8722k|  66.4 |  22M|  39 | 125 | 718 |  28k| 718 | 463 |1201k| 135k|4703 | 0.000000e+00 |      --      |    Inf 
768.16/768.36	c   768s|131500 |   239 |  8730k|  66.4 |  22M|  39 | 133 | 718 |  28k| 718 | 508 |1202k| 135k|4703 | 0.000000e+00 |      --      |    Inf 
768.76/768.93	c   769s|131600 |   233 |  8737k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 491 |1203k| 135k|4703 | 0.000000e+00 |      --      |    Inf 
769.45/769.62	c   770s|131700 |   231 |  8745k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 486 |1204k| 135k|4703 | 0.000000e+00 |      --      |    Inf 
770.05/770.24	c   770s|131800 |   233 |  8752k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 526 |1205k| 136k|4703 | 0.000000e+00 |      --      |    Inf 
770.75/770.95	c   771s|131900 |   229 |  8760k|  66.4 |  22M|  39 | 169 | 718 |  28k| 718 | 519 |1206k| 136k|4711 | 0.000000e+00 |      --      |    Inf 
771.25/771.45	c   771s|132000 |   241 |  8766k|  66.4 |  22M|  39 |  84 | 718 |  28k| 718 | 500 |1207k| 136k|4711 | 0.000000e+00 |      --      |    Inf 
771.76/771.99	c   772s|132100 |   238 |  8773k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 502 |1208k| 136k|4711 | 0.000000e+00 |      --      |    Inf 
772.45/772.61	c   773s|132200 |   236 |  8780k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 494 |1209k| 136k|4717 | 0.000000e+00 |      --      |    Inf 
772.95/773.12	c   773s|132300 |   236 |  8786k|  66.4 |  22M|  39 | 116 | 718 |  28k| 718 | 473 |1210k| 136k|4717 | 0.000000e+00 |      --      |    Inf 
773.35/773.59	c   774s|132400 |   236 |  8792k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 497 |1211k| 136k|4722 | 0.000000e+00 |      --      |    Inf 
773.96/774.11	c   774s|132500 |   232 |  8798k|  66.4 |  22M|  39 | 122 | 718 |  28k| 718 | 489 |1211k| 136k|4727 | 0.000000e+00 |      --      |    Inf 
774.55/774.75	c   775s|132600 |   230 |  8805k|  66.4 |  22M|  39 |   - | 718 |  28k| 718 | 483 |1212k| 136k|4730 | 0.000000e+00 |      --      |    Inf 
775.26/775.42	c   775s|132700 |   234 |  8813k|  66.4 |  22M|  39 | 127 | 718 |  28k| 718 | 511 |1213k| 136k|4734 | 0.000000e+00 |      --      |    Inf 
775.85/776.02	c   776s|132800 |   234 |  8820k|  66.4 |  22M|  39 | 121 | 718 |  28k| 718 | 499 |1214k| 136k|4737 | 0.000000e+00 |      --      |    Inf 
776.46/776.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.46/776.61	c   777s|132900 |   234 |  8827k|  66.4 |  22M|  39 | 126 | 718 |  29k| 718 | 520 |1215k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
776.95/777.10	c   777s|133000 |   232 |  8832k|  66.4 |  22M|  39 | 116 | 718 |  29k| 718 | 499 |1216k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
777.46/777.64	c   778s|133100 |   230 |  8839k|  66.4 |  22M|  39 | 136 | 718 |  29k| 718 | 491 |1217k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
778.16/778.36	c   778s|133200 |   228 |  8847k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 515 |1218k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
778.66/778.83	c   779s|133300 |   226 |  8853k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 476 |1218k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
779.25/779.40	c   779s|133400 |   236 |  8859k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 524 |1219k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
779.85/780.01	c   780s|133500 |   235 |  8866k|  66.4 |  22M|  39 | 144 | 718 |  29k| 718 | 480 |1220k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
780.36/780.56	c   781s|133600 |   239 |  8873k|  66.4 |  22M|  39 | 125 | 718 |  29k| 718 | 507 |1222k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
780.95/781.11	c   781s|133700 |   235 |  8879k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 500 |1222k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
781.45/781.68	c   782s|133800 |   243 |  8886k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 508 |1224k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
781.95/782.12	c   782s|133900 |   242 |  8892k|  66.4 |  23M|  39 | 130 | 718 |  29k| 718 | 488 |1224k| 137k|4737 | 0.000000e+00 |      --      |    Inf 
782.45/782.62	c   783s|134000 |   242 |  8897k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 487 |1225k| 138k|4737 | 0.000000e+00 |      --      |    Inf 
783.05/783.21	c   783s|134100 |   244 |  8905k|  66.4 |  23M|  39 | 132 | 718 |  29k| 718 | 516 |1227k| 138k|4737 | 0.000000e+00 |      --      |    Inf 
783.45/783.68	c   784s|134200 |   244 |  8910k|  66.4 |  23M|  39 | 110 | 718 |  29k| 718 | 476 |1227k| 138k|4737 | 0.000000e+00 |      --      |    Inf 
784.06/784.20	c   784s|134300 |   251 |  8916k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 491 |1228k| 138k|4737 | 0.000000e+00 |      --      |    Inf 
784.75/784.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.75/784.96	c   785s|134400 |   250 |  8925k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 513 |1230k| 138k|4747 | 0.000000e+00 |      --      |    Inf 
785.36/785.51	c   786s|134500 |   242 |  8931k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 495 |1231k| 138k|4747 | 0.000000e+00 |      --      |    Inf 
785.85/786.08	c   786s|134600 |   240 |  8938k|  66.4 |  23M|  39 | 153 | 718 |  29k| 718 | 525 |1232k| 138k|4747 | 0.000000e+00 |      --      |    Inf 
786.45/786.61	c   787s|134700 |   236 |  8944k|  66.4 |  23M|  39 | 146 | 718 |  29k| 718 | 467 |1232k| 138k|4751 | 0.000000e+00 |      --      |    Inf 
787.05/787.21	c   787s|134800 |   236 |  8951k|  66.4 |  23M|  39 | 145 | 718 |  29k| 718 | 495 |1234k| 138k|4753 | 0.000000e+00 |      --      |    Inf 
787.65/787.89	c   788s|134900 |   232 |  8958k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 495 |1235k| 138k|4754 | 0.000000e+00 |      --      |    Inf 
788.25/788.45	c   788s|135000 |   236 |  8965k|  66.4 |  23M|  39 | 127 | 718 |  29k| 718 | 505 |1236k| 139k|4755 | 0.000000e+00 |      --      |    Inf 
788.75/788.94	c   789s|135100 |   234 |  8971k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 497 |1236k| 139k|4755 | 0.000000e+00 |      --      |    Inf 
789.35/789.54	c   790s|135200 |   234 |  8978k|  66.4 |  23M|  39 | 141 | 718 |  29k| 718 | 503 |1237k| 139k|4755 | 0.000000e+00 |      --      |    Inf 
789.95/790.11	c   790s|135300 |   232 |  8984k|  66.4 |  23M|  39 | 138 | 718 |  29k| 718 | 508 |1238k| 139k|4758 | 0.000000e+00 |      --      |    Inf 
790.45/790.65	c   791s|135400 |   231 |  8990k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 492 |1239k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
791.05/791.25	c   791s|135500 |   239 |  8997k|  66.4 |  23M|  39 | 130 | 718 |  29k| 718 | 515 |1240k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
791.65/791.81	c   792s|135600 |   235 |  9004k|  66.4 |  23M|  39 | 145 | 718 |  29k| 718 | 502 |1241k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
792.25/792.43	c   792s|135700 |   231 |  9011k|  66.4 |  23M|  39 | 156 | 718 |  29k| 718 | 529 |1241k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
793.05/793.23	c   793s|135800 |   239 |  9020k|  66.4 |  23M|  39 | 126 | 718 |  29k| 718 | 528 |1243k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
793.65/793.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.65/793.85	c   794s|135900 |   241 |  9027k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 514 |1244k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
794.25/794.44	c   794s|136000 |   239 |  9033k|  66.4 |  23M|  39 | 130 | 718 |  29k| 718 | 523 |1245k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
794.85/795.00	c   795s|136100 |   238 |  9040k|  66.4 |  22M|  39 |   - | 718 |  29k| 718 | 481 |1245k| 139k|4759 | 0.000000e+00 |      --      |    Inf 
795.45/795.61	c   796s|136200 |   238 |  9047k|  66.4 |  23M|  39 | 137 | 718 |  29k| 718 | 459 |1247k| 140k|4759 | 0.000000e+00 |      --      |    Inf 
795.95/796.19	c   796s|136300 |   239 |  9053k|  66.4 |  23M|  39 | 129 | 718 |  29k| 718 | 502 |1247k| 140k|4759 | 0.000000e+00 |      --      |    Inf 
796.65/796.88	c   797s|136400 |   240 |  9061k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 494 |1249k| 140k|4767 | 0.000000e+00 |      --      |    Inf 
797.35/797.53	c   798s|136500 |   246 |  9068k|  66.4 |  23M|  39 | 137 | 718 |  29k| 718 | 518 |1250k| 140k|4767 | 0.000000e+00 |      --      |    Inf 
797.94/798.11	c   798s|136600 |   243 |  9074k|  66.4 |  23M|  39 | 145 | 718 |  29k| 718 | 490 |1251k| 140k|4769 | 0.000000e+00 |      --      |    Inf 
798.55/798.71	c   799s|136700 |   242 |  9080k|  66.4 |  23M|  39 | 127 | 718 |  29k| 718 | 503 |1251k| 140k|4772 | 0.000000e+00 |      --      |    Inf 
799.15/799.34	c   799s|136800 |   236 |  9087k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 516 |1252k| 140k|4774 | 0.000000e+00 |      --      |    Inf 
799.84/800.06	c   800s|136900 |   240 |  9095k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 519 |1254k| 140k|4779 | 0.000000e+00 |      --      |    Inf 
800.56/800.76	c   801s|137000 |   238 |  9103k|  66.4 |  23M|  39 | 129 | 718 |  29k| 718 | 503 |1255k| 140k|4784 | 0.000000e+00 |      --      |    Inf 
801.14/801.31	c   801s|137100 |   235 |  9109k|  66.4 |  23M|  39 | 146 | 718 |  29k| 718 | 489 |1255k| 140k|4786 | 0.000000e+00 |      --      |    Inf 
801.76/801.94	c   802s|137200 |   235 |  9116k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 508 |1256k| 140k|4788 | 0.000000e+00 |      --      |    Inf 
802.34/802.54	c   803s|137300 |   233 |  9122k|  66.4 |  23M|  39 | 161 | 718 |  29k| 718 | 445 |1257k| 140k|4789 | 0.000000e+00 |      --      |    Inf 
802.85/803.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.85/803.06	c   803s|137400 |   235 |  9128k|  66.4 |  23M|  39 | 160 | 718 |  29k| 718 | 501 |1258k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
803.45/803.66	c   804s|137500 |   235 |  9135k|  66.4 |  23M|  39 | 152 | 718 |  29k| 718 | 498 |1259k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
804.04/804.20	c   804s|137600 |   235 |  9142k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 487 |1260k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
804.54/804.75	c   805s|137700 |   235 |  9148k|  66.4 |  23M|  39 | 155 | 718 |  29k| 718 | 486 |1261k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
805.25/805.40	c   805s|137800 |   237 |  9155k|  66.4 |  23M|  39 | 142 | 718 |  29k| 718 | 540 |1262k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
805.84/806.03	c   806s|137900 |   237 |  9163k|  66.4 |  23M|  39 | 169 | 718 |  29k| 718 | 530 |1262k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
806.35/806.59	c   807s|138000 |   236 |  9169k|  66.4 |  23M|  39 | 132 | 718 |  29k| 718 | 520 |1263k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
806.95/807.19	c   807s|138100 |   234 |  9177k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 534 |1264k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
807.64/807.87	c   808s|138200 |   233 |  9185k|  66.5 |  23M|  39 |   - | 718 |  29k| 718 | 507 |1265k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
808.25/808.49	c   808s|138300 |   234 |  9192k|  66.5 |  23M|  39 | 166 | 718 |  29k| 718 | 475 |1266k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
809.04/809.26	c   809s|138400 |   234 |  9201k|  66.5 |  23M|  39 | 138 | 718 |  29k| 718 | 478 |1268k| 141k|4789 | 0.000000e+00 |      --      |    Inf 
809.75/809.91	c   810s|138500 |   230 |  9207k|  66.5 |  23M|  39 |   - | 718 |  29k| 718 | 534 |1269k| 141k|4798 | 0.000000e+00 |      --      |    Inf 
810.25/810.47	c   810s|138600 |   234 |  9214k|  66.5 |  23M|  39 | 146 | 718 |  29k| 718 | 563 |1270k| 142k|4798 | 0.000000e+00 |      --      |    Inf 
810.94/811.15	c   811s|138700 |   234 |  9221k|  66.5 |  22M|  39 | 134 | 718 |  28k| 718 | 562 |1271k| 142k|4803 | 0.000000e+00 |      --      |    Inf 
811.55/811.73	c   812s|138800 |   238 |  9227k|  66.5 |  22M|  39 |   - | 718 |  28k| 718 | 574 |1272k| 142k|4803 | 0.000000e+00 |      --      |    Inf 
812.05/812.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.05/812.28	c   812s|138900 |   232 |  9233k|  66.5 |  22M|  39 | 154 | 718 |  28k| 718 | 564 |1272k| 142k|4804 | 0.000000e+00 |      --      |    Inf 
812.75/812.94	c   813s|139000 |   232 |  9241k|  66.5 |  22M|  39 | 134 | 718 |  28k| 718 | 558 |1273k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
813.34/813.52	c   814s|139100 |   228 |  9247k|  66.5 |  22M|  39 | 152 | 718 |  28k| 718 | 495 |1274k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
813.94/814.15	c   814s|139200 |   236 |  9254k|  66.5 |  22M|  39 | 135 | 718 |  27k| 718 | 532 |1275k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
814.54/814.75	c   815s|139300 |   232 |  9261k|  66.5 |  22M|  39 | 139 | 718 |  27k| 718 | 470 |1276k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
815.14/815.38	c   815s|139400 |   232 |  9269k|  66.5 |  22M|  39 | 140 | 718 |  27k| 718 | 519 |1277k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
815.74/815.95	c   816s|139500 |   230 |  9275k|  66.5 |  22M|  39 | 133 | 718 |  27k| 718 | 512 |1278k| 142k|4805 | 0.000000e+00 |      --      |    Inf 
816.34/816.58	c   817s|139600 |   229 |  9283k|  66.5 |  22M|  39 |   - | 718 |  27k| 718 | 534 |1279k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
816.94/817.13	c   817s|139700 |   232 |  9289k|  66.5 |  22M|  39 | 142 | 718 |  27k| 718 | 504 |1280k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
817.45/817.69	c   818s|139800 |   232 |  9296k|  66.5 |  22M|  39 |   - | 718 |  27k| 718 | 528 |1281k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
818.04/818.28	c   818s|139900 |   232 |  9303k|  66.5 |  22M|  39 | 145 | 718 |  27k| 718 | 516 |1282k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
818.64/818.82	c   819s|140000 |   231 |  9309k|  66.5 |  22M|  39 | 132 | 718 |  27k| 718 | 507 |1282k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
819.25/819.44	c   819s|140100 |   235 |  9317k|  66.5 |  22M|  39 | 129 | 718 |  27k| 718 | 509 |1284k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
819.75/819.94	c   820s|140200 |   237 |  9323k|  66.5 |  22M|  39 |   - | 718 |  27k| 718 | 489 |1285k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
820.24/820.48	c   820s|140300 |   237 |  9329k|  66.5 |  22M|  39 | 129 | 718 |  28k| 718 | 503 |1285k| 143k|4805 | 0.000000e+00 |      --      |    Inf 
821.04/821.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.04/821.24	c   821s|140400 |   239 |  9337k|  66.5 |  22M|  39 |   - | 718 |  28k| 718 | 489 |1287k| 143k|4815 | 0.000000e+00 |      --      |    Inf 
821.64/821.85	c   822s|140500 |   241 |  9344k|  66.5 |  22M|  39 | 149 | 718 |  28k| 718 | 513 |1288k| 143k|4815 | 0.000000e+00 |      --      |    Inf 
822.24/822.45	c   822s|140600 |   239 |  9351k|  66.5 |  22M|  39 | 140 | 718 |  28k| 718 | 512 |1289k| 143k|4815 | 0.000000e+00 |      --      |    Inf 
822.74/822.95	c   823s|140700 |   238 |  9357k|  66.5 |  22M|  39 |   - | 718 |  28k| 718 | 522 |1289k| 144k|4815 | 0.000000e+00 |      --      |    Inf 
823.24/823.44	c   823s|140800 |   242 |  9363k|  66.5 |  22M|  39 | 141 | 718 |  28k| 718 | 534 |1290k| 144k|4815 | 0.000000e+00 |      --      |    Inf 
823.84/824.00	c   824s|140900 |   238 |  9368k|  66.5 |  22M|  39 |   - | 718 |  28k| 718 | 528 |1290k| 144k|4821 | 0.000000e+00 |      --      |    Inf 
824.35/824.58	c   825s|141000 |   240 |  9375k|  66.5 |  22M|  39 | 156 | 718 |  28k| 718 | 495 |1291k| 144k|4821 | 0.000000e+00 |      --      |    Inf 
824.94/825.13	c   825s|141100 |   240 |  9381k|  66.5 |  22M|  39 | 147 | 718 |  28k| 718 | 499 |1292k| 144k|4824 | 0.000000e+00 |      --      |    Inf 
825.54/825.79	c   826s|141200 |   240 |  9388k|  66.5 |  22M|  39 |   - | 718 |  28k| 718 | 521 |1293k| 144k|4827 | 0.000000e+00 |      --      |    Inf 
826.05/826.29	c   826s|141300 |   240 |  9394k|  66.5 |  22M|  39 | 128 | 718 |  28k| 718 | 518 |1294k| 144k|4828 | 0.000000e+00 |      --      |    Inf 
826.54/826.76	c   827s|141400 |   241 |  9399k|  66.5 |  23M|  39 | 123 | 718 |  28k| 718 | 500 |1294k| 144k|4830 | 0.000000e+00 |      --      |    Inf 
826.95/827.18	c   827s|141500 |   241 |  9404k|  66.5 |  23M|  39 |   - | 718 |  28k| 718 | 512 |1295k| 144k|4830 | 0.000000e+00 |      --      |    Inf 
827.54/827.71	c   828s|141600 |   247 |  9410k|  66.5 |  23M|  39 | 134 | 718 |  28k| 718 | 525 |1295k| 144k|4830 | 0.000000e+00 |      --      |    Inf 
828.05/828.22	c   828s|141700 |   246 |  9415k|  66.4 |  23M|  39 | 124 | 718 |  29k| 718 | 547 |1296k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
828.54/828.73	c   829s|141800 |   240 |  9421k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 543 |1296k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
829.15/829.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
829.15/829.33	c   829s|141900 |   240 |  9428k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 519 |1297k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
829.64/829.88	c   830s|142000 |   244 |  9434k|  66.4 |  23M|  39 |   - | 718 |  29k| 718 | 547 |1298k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
830.25/830.41	c   830s|142100 |   240 |  9439k|  66.4 |  23M|  39 | 155 | 718 |  29k| 718 | 523 |1298k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
830.74/830.94	c   831s|142200 |   240 |  9445k|  66.4 |  23M|  39 |   - | 718 |  28k| 718 | 557 |1299k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
831.24/831.50	c   831s|142300 |   240 |  9451k|  66.4 |  22M|  39 |   - | 718 |  27k| 718 | 582 |1299k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
831.84/832.04	c   832s|142400 |   241 |  9457k|  66.4 |  22M|  39 | 144 | 718 |  27k| 718 | 554 |1300k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
832.55/832.71	c   833s|142500 |   239 |  9464k|  66.4 |  22M|  39 |   - | 718 |  26k| 718 | 567 |1301k| 145k|4830 | 0.000000e+00 |      --      |    Inf 
833.25/833.43	c   833s|142600 |   238 |  9471k|  66.4 |  22M|  39 |   - | 718 |  26k| 718 | 550 |1302k| 146k|4830 | 0.000000e+00 |      --      |    Inf 
834.14/834.32	c   834s|142700 |   242 |  9481k|  66.4 |  21M|  39 | 131 | 718 |  25k| 718 | 490 |1304k| 146k|4830 | 0.000000e+00 |      --      |    Inf 
834.75/834.96	c   835s|142800 |   244 |  9489k|  66.4 |  21M|  39 | 126 | 718 |  24k| 718 | 490 |1305k| 146k|4830 | 0.000000e+00 |      --      |    Inf 
835.54/835.72	c   836s|142900 |   242 |  9497k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 536 |1306k| 146k|4837 | 0.000000e+00 |      --      |    Inf 
836.24/836.41	c   836s|143000 |   240 |  9506k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 537 |1307k| 146k|4837 | 0.000000e+00 |      --      |    Inf 
836.95/837.18	c   837s|143100 |   234 |  9514k|  66.5 |  21M|  39 | 144 | 718 |  23k| 718 | 489 |1308k| 146k|4846 | 0.000000e+00 |      --      |    Inf 
837.54/837.79	c   838s|143200 |   234 |  9521k|  66.5 |  21M|  39 | 153 | 718 |  23k| 718 | 510 |1309k| 146k|4846 | 0.000000e+00 |      --      |    Inf 
838.14/838.35	c   838s|143300 |   230 |  9527k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 550 |1310k| 146k|4846 | 0.000000e+00 |      --      |    Inf 
838.74/838.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.74/838.90	c   839s|143400 |   236 |  9533k|  66.5 |  21M|  39 | 134 | 718 |  23k| 718 | 519 |1311k| 146k|4846 | 0.000000e+00 |      --      |    Inf 
839.24/839.44	c   839s|143500 |   233 |  9539k|  66.5 |  21M|  39 | 138 | 718 |  23k| 718 | 484 |1312k| 146k|4849 | 0.000000e+00 |      --      |    Inf 
839.74/839.90	c   840s|143600 |   235 |  9544k|  66.5 |  21M|  39 | 139 | 718 |  23k| 718 | 510 |1312k| 146k|4849 | 0.000000e+00 |      --      |    Inf 
840.15/840.39	c   840s|143700 |   235 |  9550k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 501 |1313k| 147k|4849 | 0.000000e+00 |      --      |    Inf 
840.64/840.83	c   841s|143800 |   232 |  9555k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 504 |1313k| 147k|4849 | 0.000000e+00 |      --      |    Inf 
841.14/841.33	c   841s|143900 |   235 |  9561k|  66.4 |  21M|  39 | 139 | 718 |  23k| 718 | 512 |1314k| 147k|4849 | 0.000000e+00 |      --      |    Inf 
841.64/841.80	c   842s|144000 |   231 |  9566k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 491 |1315k| 147k|4849 | 0.000000e+00 |      --      |    Inf 
842.24/842.44	c   842s|144100 |   235 |  9573k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 529 |1315k| 147k|4854 | 0.000000e+00 |      --      |    Inf 
842.74/842.94	c   843s|144200 |   239 |  9578k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 510 |1316k| 147k|4855 | 0.000000e+00 |      --      |    Inf 
843.24/843.48	c   843s|144300 |   232 |  9584k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 524 |1317k| 147k|4855 | 0.000000e+00 |      --      |    Inf 
843.93/844.13	c   844s|144400 |   228 |  9591k|  66.4 |  21M|  39 | 160 | 718 |  23k| 718 | 551 |1317k| 147k|4855 | 0.000000e+00 |      --      |    Inf 
844.44/844.70	c   845s|144500 |   226 |  9597k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 589 |1318k| 147k|4855 | 0.000000e+00 |      --      |    Inf 
845.14/845.36	c   845s|144600 |   225 |  9604k|  66.4 |  21M|  39 | 141 | 718 |  23k| 718 | 488 |1319k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
845.65/845.81	c   846s|144700 |   225 |  9610k|  66.4 |  21M|  39 | 154 | 718 |  23k| 718 | 478 |1319k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
846.04/846.27	c   846s|144800 |   226 |  9615k|  66.4 |  21M|  39 | 148 | 718 |  23k| 718 | 510 |1320k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
846.63/846.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
846.63/846.81	c   847s|144900 |   227 |  9621k|  66.4 |  21M|  39 | 139 | 718 |  23k| 718 | 505 |1320k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
847.14/847.36	c   847s|145000 |   226 |  9626k|  66.4 |  21M|  39 | 145 | 718 |  23k| 718 | 529 |1321k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
847.73/847.98	c   848s|145100 |   225 |  9633k|  66.4 |  21M|  39 | 149 | 718 |  23k| 718 | 548 |1322k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
848.34/848.53	c   849s|145200 |   221 |  9639k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 524 |1323k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
848.94/849.19	c   849s|145300 |   223 |  9646k|  66.4 |  21M|  39 | 153 | 718 |  23k| 718 | 505 |1323k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
849.53/849.79	c   850s|145400 |   217 |  9653k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 510 |1324k| 148k|4855 | 0.000000e+00 |      --      |    Inf 
850.33/850.53	c   851s|145500 |   217 |  9660k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 530 |1325k| 149k|4864 | 0.000000e+00 |      --      |    Inf 
850.94/851.13	c   851s|145600 |   225 |  9667k|  66.4 |  21M|  39 | 129 | 718 |  23k| 718 | 506 |1326k| 149k|4864 | 0.000000e+00 |      --      |    Inf 
851.53/851.72	c   852s|145700 |   223 |  9674k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 507 |1327k| 149k|4864 | 0.000000e+00 |      --      |    Inf 
852.14/852.37	c   852s|145800 |   223 |  9682k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 520 |1328k| 149k|4866 | 0.000000e+00 |      --      |    Inf 
852.94/853.13	c   853s|145900 |   217 |  9690k|  66.4 |  21M|  39 |   - | 718 |  23k| 718 | 529 |1329k| 149k|4870 | 0.000000e+00 |      --      |    Inf 
853.64/853.81	c   854s|146000 |   219 |  9697k|  66.4 |  20M|  39 |   - | 718 |  23k|   0 |   0 |1330k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
854.23/854.42	c   854s|146100 |   217 |  9705k|  66.4 |  20M|  39 |   - | 718 |  23k| 718 | 527 |1330k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
854.94/855.11	c   855s|146200 |   215 |  9713k|  66.4 |  20M|  39 |   - | 718 |  23k| 718 | 570 |1331k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
855.44/855.68	c   856s|146300 |   217 |  9719k|  66.4 |  20M|  39 | 150 | 718 |  22k| 718 | 504 |1332k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
856.14/856.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
856.14/856.32	c   856s|146400 |   219 |  9726k|  66.4 |  20M|  39 |   - | 718 |  22k| 718 | 546 |1333k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
856.84/857.00	c   857s|146500 |   211 |  9733k|  66.4 |  20M|  39 | 132 | 718 |  22k| 718 | 546 |1334k| 149k|4873 | 0.000000e+00 |      --      |    Inf 
857.44/857.68	c   858s|146600 |   217 |  9741k|  66.4 |  20M|  39 |   - | 718 |  22k| 718 | 500 |1335k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
858.03/858.28	c   858s|146700 |   213 |  9748k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 518 |1336k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
858.73/858.95	c   859s|146800 |   209 |  9756k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 514 |1337k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
859.43/859.64	c   860s|146900 |   207 |  9763k|  66.5 |  20M|  39 | 182 | 718 |  21k| 718 | 494 |1338k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
860.04/860.29	c   860s|147000 |   208 |  9771k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 522 |1339k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
860.83/861.01	c   861s|147100 |   204 |  9778k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 508 |1339k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
861.44/861.66	c   862s|147200 |   212 |  9786k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 529 |1340k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
861.94/862.19	c   862s|147300 |   208 |  9791k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 532 |1341k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
862.54/862.79	c   863s|147400 |   208 |  9798k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 516 |1342k| 150k|4873 | 0.000000e+00 |      --      |    Inf 
863.24/863.46	c   863s|147500 |   208 |  9806k|  66.5 |  20M|  39 | 163 | 718 |  21k| 718 | 494 |1343k| 150k|4875 | 0.000000e+00 |      --      |    Inf 
863.94/864.19	c   864s|147600 |   202 |  9813k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 562 |1344k| 150k|4883 | 0.000000e+00 |      --      |    Inf 
864.53/864.75	c   865s|147700 |   198 |  9820k|  66.5 |  20M|  39 | 154 | 718 |  21k| 718 | 482 |1344k| 151k|4883 | 0.000000e+00 |      --      |    Inf 
865.13/865.39	c   865s|147800 |   198 |  9827k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 507 |1346k| 151k|4883 | 0.000000e+00 |      --      |    Inf 
865.73/865.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.73/865.94	c   866s|147900 |   197 |  9833k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 535 |1346k| 151k|4890 | 0.000000e+00 |      --      |    Inf 
866.33/866.56	c   867s|148000 |   201 |  9840k|  66.5 |  20M|  39 | 148 | 718 |  21k| 718 | 571 |1347k| 151k|4890 | 0.000000e+00 |      --      |    Inf 
866.84/867.09	c   867s|148100 |   197 |  9845k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 516 |1348k| 151k|4890 | 0.000000e+00 |      --      |    Inf 
867.44/867.61	c   868s|148200 |   197 |  9851k|  66.5 |  20M|  39 | 156 | 718 |  22k| 718 | 502 |1348k| 151k|4892 | 0.000000e+00 |      --      |    Inf 
868.13/868.38	c   868s|148300 |   202 |  9860k|  66.5 |  20M|  39 | 142 | 718 |  22k| 718 | 568 |1349k| 151k|4893 | 0.000000e+00 |      --      |    Inf 
868.93/869.12	c   869s|148400 |   200 |  9868k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 492 |1351k| 151k|4893 | 0.000000e+00 |      --      |    Inf 
869.54/869.71	c   870s|148500 |   200 |  9875k|  66.5 |  20M|  39 | 148 | 718 |  22k| 718 | 554 |1352k| 151k|4893 | 0.000000e+00 |      --      |    Inf 
870.33/870.54	c   871s|148600 |   198 |  9883k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 565 |1353k| 151k|4906 | 0.000000e+00 |      --      |    Inf 
871.04/871.26	c   871s|148700 |   200 |  9891k|  66.5 |  20M|  39 | 114 | 718 |  21k| 718 | 532 |1354k| 151k|4906 | 0.000000e+00 |      --      |    Inf 
871.53/871.72	c   872s|148800 |   196 |  9897k|  66.5 |  20M|  39 |   - | 718 |  21k| 718 | 533 |1355k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
871.94/872.15	c   872s|148900 |   205 |  9902k|  66.5 |  20M|  39 | 125 | 718 |  21k| 718 | 543 |1355k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
872.43/872.61	c   873s|149000 |   201 |  9907k|  66.5 |  20M|  39 | 125 | 718 |  21k| 718 | 574 |1356k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
873.04/873.20	c   873s|149100 |   199 |  9914k|  66.5 |  20M|  39 | 136 | 718 |  21k| 718 | 557 |1356k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
873.53/873.78	c   874s|149200 |   201 |  9921k|  66.5 |  20M|  39 | 117 | 718 |  21k| 718 | 546 |1357k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
874.03/874.26	c   874s|149300 |   196 |  9927k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 540 |1358k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
874.63/874.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.63/874.85	c   875s|149400 |   202 |  9934k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 533 |1359k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
875.23/875.42	c   875s|149500 |   196 |  9942k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 524 |1360k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
875.83/876.00	c   876s|149600 |   198 |  9948k|  66.5 |  20M|  39 | 145 | 718 |  22k| 718 | 524 |1361k| 152k|4906 | 0.000000e+00 |      --      |    Inf 
876.33/876.54	c   877s|149700 |   198 |  9955k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 558 |1361k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
876.93/877.17	c   877s|149800 |   198 |  9963k|  66.5 |  20M|  39 | 139 | 718 |  22k| 718 | 532 |1362k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
877.64/877.80	c   878s|149900 |   194 |  9970k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 512 |1363k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
878.23/878.40	c   878s|150000 |   198 |  9977k|  66.5 |  20M|  39 | 139 | 718 |  22k| 718 | 500 |1364k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
878.64/878.89	c   879s|150100 |   196 |  9982k|  66.5 |  20M|  39 | 128 | 718 |  22k| 718 | 512 |1365k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
879.13/879.33	c   879s|150200 |   194 |  9987k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 520 |1365k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
879.74/879.95	c   880s|150300 |   202 |  9994k|  66.5 |  20M|  39 | 141 | 718 |  22k| 718 | 509 |1366k| 153k|4906 | 0.000000e+00 |      --      |    Inf 
880.33/880.51	c   881s|150400 |   203 | 10000k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 498 |1367k| 153k|4913 | 0.000000e+00 |      --      |    Inf 
880.74/880.99	c   881s|150500 |   199 | 10005k|  66.5 |  20M|  39 | 119 | 718 |  22k| 718 | 538 |1367k| 153k|4913 | 0.000000e+00 |      --      |    Inf 
881.33/881.51	c   882s|150600 |   197 | 10011k|  66.5 |  20M|  39 | 139 | 718 |  22k| 718 | 537 |1368k| 153k|4916 | 0.000000e+00 |      --      |    Inf 
881.94/882.12	c   882s|150700 |   197 | 10017k|  66.5 |  20M|  39 | 158 | 718 |  22k| 718 | 501 |1369k| 154k|4916 | 0.000000e+00 |      --      |    Inf 
882.54/882.71	c   883s|150800 |   195 | 10024k|  66.5 |  20M|  39 | 163 | 718 |  22k| 718 | 510 |1369k| 154k|4919 | 0.000000e+00 |      --      |    Inf 
883.04/883.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.04/883.26	c   883s|150900 |   200 | 10030k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 545 |1370k| 154k|4923 | 0.000000e+00 |      --      |    Inf 
883.73/883.94	c   884s|151000 |   198 | 10037k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 536 |1371k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
884.43/884.68	c   885s|151100 |   196 | 10046k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 524 |1372k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
885.03/885.28	c   885s|151200 |   193 | 10052k|  66.5 |  20M|  39 | 137 | 718 |  22k| 718 | 545 |1373k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
885.63/885.89	c   886s|151300 |   190 | 10059k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 536 |1374k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
886.34/886.59	c   887s|151400 |   192 | 10066k|  66.5 |  20M|  39 | 146 | 718 |  22k| 718 | 508 |1375k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
887.03/887.21	c   887s|151500 |   194 | 10073k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 563 |1376k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
887.64/887.85	c   888s|151600 |   192 | 10081k|  66.5 |  20M|  39 | 127 | 718 |  22k| 718 | 549 |1376k| 154k|4924 | 0.000000e+00 |      --      |    Inf 
888.23/888.47	c   888s|151700 |   191 | 10087k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 505 |1377k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
888.84/889.05	c   889s|151800 |   191 | 10094k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 519 |1378k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
889.53/889.70	c   890s|151900 |   191 | 10101k|  66.5 |  20M|  39 | 146 | 718 |  22k| 718 | 550 |1379k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
890.13/890.34	c   890s|152000 |   190 | 10109k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 541 |1380k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
890.83/891.01	c   891s|152100 |   190 | 10116k|  66.5 |  20M|  39 | 158 | 718 |  22k| 718 | 529 |1381k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
891.54/891.76	c   892s|152200 |   188 | 10124k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 519 |1382k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
892.23/892.45	c   892s|152300 |   188 | 10132k|  66.5 |  20M|  39 | 160 | 718 |  22k| 718 | 466 |1383k| 155k|4924 | 0.000000e+00 |      --      |    Inf 
892.94/893.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
892.94/893.19	c   893s|152400 |   184 | 10140k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 533 |1385k| 155k|4930 | 0.000000e+00 |      --      |    Inf 
893.53/893.76	c   894s|152500 |   188 | 10146k|  66.5 |  20M|  39 |   - | 718 |  22k| 718 | 528 |1385k| 155k|4930 | 0.000000e+00 |      --      |    Inf 
894.23/894.45	c   894s|152600 |   185 | 10153k|  66.5 |  20M|  39 | 158 | 718 |  21k| 718 | 472 |1386k| 156k|4932 | 0.000000e+00 |      --      |    Inf 
895.03/895.24	c   895s|152700 |   191 | 10162k|  66.5 |  20M|  39 | 153 | 718 |  21k| 718 | 478 |1388k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
895.53/895.78	c   896s|152800 |   197 | 10169k|  66.5 |  20M|  39 | 135 | 718 |  21k| 718 | 493 |1389k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
896.13/896.33	c   896s|152900 |   199 | 10175k|  66.5 |  20M|  39 | 132 | 718 |  21k| 718 | 509 |1390k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
896.73/896.99	c   897s|153000 |   197 | 10183k|  66.6 |  20M|  39 |   - | 718 |  21k| 718 | 514 |1391k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
897.44/897.62	c   898s|153100 |   197 | 10190k|  66.6 |  20M|  39 | 134 | 718 |  21k| 718 | 501 |1392k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
898.13/898.30	c   898s|153200 |   202 | 10198k|  66.6 |  20M|  39 | 130 | 718 |  21k| 718 | 512 |1393k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
898.73/898.97	c   899s|153300 |   200 | 10206k|  66.6 |  20M|  39 |   - | 718 |  21k| 718 | 489 |1394k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
899.33/899.59	c   900s|153400 |   202 | 10213k|  66.6 |  20M|  39 |   - | 718 |  21k| 718 | 529 |1395k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
899.93/900.15	c   900s|153500 |   205 | 10219k|  66.6 |  20M|  39 | 129 | 718 |  21k| 718 | 509 |1396k| 156k|4938 | 0.000000e+00 |      --      |    Inf 
900.53/900.73	c   901s|153600 |   206 | 10226k|  66.6 |  20M|  39 | 149 | 718 |  22k| 718 | 502 |1397k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
901.13/901.35	c   901s|153700 |   200 | 10233k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 521 |1398k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
901.84/902.00	c   902s|153800 |   200 | 10241k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 504 |1399k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
902.33/902.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.33/902.57	c   903s|153900 |   204 | 10247k|  66.6 |  20M|  39 | 130 | 718 |  22k| 718 | 482 |1399k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
902.93/903.14	c   903s|154000 |   208 | 10253k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 505 |1400k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
903.53/903.75	c   904s|154100 |   207 | 10260k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 529 |1401k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
904.13/904.39	c   904s|154200 |   199 | 10267k|  66.6 |  20M|  39 | 164 | 718 |  22k| 718 | 474 |1402k| 157k|4938 | 0.000000e+00 |      --      |    Inf 
904.93/905.18	c   905s|154300 |   205 | 10276k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 495 |1403k| 157k|4945 | 0.000000e+00 |      --      |    Inf 
905.73/905.91	c   906s|154400 |   216 | 10285k|  66.6 |  20M|  39 | 125 | 718 |  22k| 718 | 459 |1405k| 157k|4945 | 0.000000e+00 |      --      |    Inf 
906.33/906.54	c   907s|154500 |   216 | 10292k|  66.6 |  20M|  39 | 122 | 718 |  22k| 718 | 498 |1406k| 157k|4947 | 0.000000e+00 |      --      |    Inf 
906.93/907.13	c   907s|154600 |   212 | 10298k|  66.6 |  20M|  39 | 142 | 718 |  22k| 718 | 407 |1407k| 158k|4950 | 0.000000e+00 |      --      |    Inf 
907.53/907.76	c   908s|154700 |   216 | 10306k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 490 |1408k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
908.13/908.31	c   908s|154800 |   217 | 10312k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 488 |1409k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
908.72/908.91	c   909s|154900 |   209 | 10319k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 488 |1410k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
909.33/909.53	c   910s|155000 |   209 | 10326k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 499 |1411k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
909.82/910.06	c   910s|155100 |   213 | 10332k|  66.6 |  20M|  39 | 156 | 718 |  23k| 718 | 495 |1412k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
910.33/910.59	c   911s|155200 |   211 | 10338k|  66.6 |  20M|  39 | 115 | 718 |  23k| 718 | 455 |1412k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
910.93/911.14	c   911s|155300 |   215 | 10345k|  66.6 |  21M|  39 | 100 | 718 |  23k| 718 | 489 |1413k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
911.33/911.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
911.33/911.55	c   912s|155400 |   211 | 10350k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 506 |1414k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
911.73/911.98	c   912s|155500 |   213 | 10354k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 491 |1414k| 158k|4952 | 0.000000e+00 |      --      |    Inf 
912.23/912.47	c   912s|155600 |   214 | 10359k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 497 |1415k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
912.73/912.97	c   913s|155700 |   211 | 10365k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 473 |1416k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
913.33/913.51	c   914s|155800 |   213 | 10371k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 480 |1417k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
913.73/913.95	c   914s|155900 |   209 | 10376k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 495 |1417k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
914.23/914.45	c   914s|156000 |   211 | 10382k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 513 |1418k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
914.73/914.93	c   915s|156100 |   209 | 10387k|  66.5 |  21M|  39 | 157 | 718 |  23k| 718 | 480 |1418k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
915.33/915.51	c   916s|156200 |   209 | 10393k|  66.5 |  21M|  39 | 146 | 718 |  24k| 718 | 499 |1419k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
915.82/916.07	c   916s|156300 |   204 | 10399k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 503 |1420k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
916.53/916.74	c   917s|156400 |   210 | 10407k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 494 |1421k| 159k|4952 | 0.000000e+00 |      --      |    Inf 
917.14/917.38	c   917s|156500 |   210 | 10413k|  66.5 |  21M|  39 | 162 | 718 |  23k| 718 | 529 |1422k| 160k|4955 | 0.000000e+00 |      --      |    Inf 
917.63/917.86	c   918s|156600 |   214 | 10419k|  66.5 |  21M|  39 | 141 | 718 |  23k| 718 | 513 |1423k| 160k|4955 | 0.000000e+00 |      --      |    Inf 
918.23/918.46	c   918s|156700 |   212 | 10425k|  66.5 |  21M|  39 | 141 | 718 |  23k| 718 | 508 |1423k| 160k|4964 | 0.000000e+00 |      --      |    Inf 
918.83/919.01	c   919s|156800 |   212 | 10431k|  66.5 |  21M|  39 | 123 | 718 |  23k| 718 | 509 |1424k| 160k|4964 | 0.000000e+00 |      --      |    Inf 
919.53/919.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
919.53/919.70	c   920s|156900 |   210 | 10439k|  66.5 |  21M|  39 | 166 | 718 |  23k| 718 | 531 |1425k| 160k|4965 | 0.000000e+00 |      --      |    Inf 
920.22/920.43	c   920s|157000 |   204 | 10447k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 524 |1426k| 160k|4965 | 0.000000e+00 |      --      |    Inf 
920.83/921.04	c   921s|157100 |   200 | 10453k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 516 |1427k| 160k|4967 | 0.000000e+00 |      --      |    Inf 
921.43/921.65	c   922s|157200 |   201 | 10459k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 520 |1427k| 160k|4967 | 0.000000e+00 |      --      |    Inf 
922.03/922.22	c   922s|157300 |   205 | 10466k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 486 |1428k| 160k|4967 | 0.000000e+00 |      --      |    Inf 
922.53/922.72	c   923s|157400 |   205 | 10471k|  66.5 |  21M|  39 | 134 | 718 |  23k| 718 | 454 |1429k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
923.02/923.21	c   923s|157500 |   205 | 10477k|  66.5 |  21M|  39 | 137 | 718 |  23k| 718 | 426 |1430k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
923.52/923.75	c   924s|157600 |   209 | 10483k|  66.5 |  21M|  39 | 159 | 718 |  23k| 718 | 503 |1430k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
924.03/924.29	c   924s|157700 |   209 | 10489k|  66.5 |  21M|  39 | 142 | 718 |  24k| 718 | 510 |1431k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
924.63/924.87	c   925s|157800 |   209 | 10496k|  66.5 |  21M|  39 | 139 | 718 |  24k| 718 | 493 |1432k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
925.13/925.36	c   925s|157900 |   207 | 10501k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 478 |1432k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
925.62/925.89	c   926s|158000 |   209 | 10507k|  66.5 |  21M|  39 | 158 | 718 |  24k| 718 | 522 |1433k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
926.22/926.47	c   926s|158100 |   203 | 10513k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 495 |1434k| 161k|4967 | 0.000000e+00 |      --      |    Inf 
927.04/927.24	c   927s|158200 |   195 | 10522k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 556 |1435k| 162k|4967 | 0.000000e+00 |      --      |    Inf 
927.73/927.95	c   928s|158300 |   199 | 10529k|  66.5 |  21M|  39 | 154 | 718 |  24k| 718 | 516 |1436k| 162k|4972 | 0.000000e+00 |      --      |    Inf 
928.43/928.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.43/928.63	c   929s|158400 |   197 | 10537k|  66.5 |  21M|  39 | 138 | 718 |  24k| 718 | 557 |1437k| 162k|4972 | 0.000000e+00 |      --      |    Inf 
929.13/929.36	c   929s|158500 |   205 | 10545k|  66.5 |  21M|  39 | 140 | 718 |  23k| 718 | 466 |1438k| 162k|4972 | 0.000000e+00 |      --      |    Inf 
929.82/930.03	c   930s|158600 |   208 | 10553k|  66.5 |  21M|  39 | 162 | 718 |  23k| 718 | 515 |1440k| 162k|4972 | 0.000000e+00 |      --      |    Inf 
930.43/930.65	c   931s|158700 |   204 | 10559k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 514 |1440k| 162k|4982 | 0.000000e+00 |      --      |    Inf 
931.03/931.23	c   931s|158800 |   208 | 10566k|  66.5 |  21M|  39 | 149 | 718 |  23k| 718 | 464 |1442k| 162k|4982 | 0.000000e+00 |      --      |    Inf 
931.54/931.74	c   932s|158900 |   206 | 10572k|  66.5 |  21M|  39 | 127 | 718 |  23k| 718 | 490 |1442k| 162k|4982 | 0.000000e+00 |      --      |    Inf 
932.12/932.36	c   932s|159000 |   209 | 10579k|  66.5 |  21M|  39 | 141 | 718 |  23k| 718 | 497 |1444k| 162k|4982 | 0.000000e+00 |      --      |    Inf 
932.83/933.00	c   933s|159100 |   203 | 10586k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 520 |1445k| 162k|4986 | 0.000000e+00 |      --      |    Inf 
933.42/933.62	c   934s|159200 |   200 | 10593k|  66.5 |  21M|  39 | 156 | 718 |  23k| 718 | 512 |1446k| 163k|4986 | 0.000000e+00 |      --      |    Inf 
934.03/934.21	c   934s|159300 |   196 | 10600k|  66.5 |  21M|  39 | 134 | 718 |  23k| 718 | 491 |1447k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
934.43/934.68	c   935s|159400 |   200 | 10605k|  66.5 |  21M|  39 | 138 | 718 |  23k| 718 | 479 |1447k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
934.93/935.14	c   935s|159500 |   204 | 10611k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 491 |1448k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
935.43/935.61	c   936s|159600 |   202 | 10617k|  66.5 |  21M|  39 |   - | 718 |  23k| 718 | 514 |1448k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
935.93/936.17	c   936s|159700 |   202 | 10623k|  66.5 |  21M|  39 | 130 | 718 |  23k| 718 | 510 |1449k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
936.42/936.64	c   937s|159800 |   204 | 10629k|  66.5 |  21M|  39 | 132 | 718 |  23k| 718 | 457 |1450k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
937.03/937.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
937.03/937.22	c   937s|159900 |   208 | 10635k|  66.5 |  21M|  39 | 153 | 718 |  23k| 718 | 489 |1451k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
937.52/937.78	c   938s|160000 |   208 | 10642k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 517 |1452k| 163k|4988 | 0.000000e+00 |      --      |    Inf 
938.22/938.40	c   938s|160100 |   208 | 10649k|  66.5 |  21M|  39 | 143 | 718 |  24k| 718 | 465 |1453k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
938.82/939.02	c   939s|160200 |   206 | 10657k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 521 |1454k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
939.43/939.61	c   940s|160300 |   208 | 10664k|  66.5 |  21M|  39 | 126 | 718 |  24k| 718 | 508 |1455k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
939.93/940.16	c   940s|160400 |   206 | 10670k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 514 |1456k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
940.52/940.74	c   941s|160500 |   207 | 10677k|  66.5 |  21M|  39 | 140 | 718 |  24k| 718 | 504 |1457k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
941.12/941.35	c   941s|160600 |   207 | 10684k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 476 |1458k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
941.73/941.99	c   942s|160700 |   207 | 10692k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 521 |1459k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
942.43/942.66	c   943s|160800 |   205 | 10699k|  66.5 |  21M|  39 |   - | 718 |  24k| 718 | 486 |1460k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
943.02/943.26	c   943s|160900 |   205 | 10706k|  66.5 |  21M|  39 | 159 | 718 |  24k| 718 | 501 |1462k| 164k|4988 | 0.000000e+00 |      --      |    Inf 
943.72/943.96	c   944s|161000 |   203 | 10714k|  66.5 |  21M|  39 |   - | 718 |  25k| 718 | 528 |1463k| 165k|4996 | 0.000000e+00 |      --      |    Inf 
944.43/944.61	c   945s|161100 |   203 | 10722k|  66.6 |  21M|  39 | 139 | 718 |  25k| 718 | 480 |1464k| 165k|4996 | 0.000000e+00 |      --      |    Inf 
944.92/945.17	c   945s|161200 |   201 | 10728k|  66.6 |  21M|  39 | 169 | 718 |  25k| 718 | 484 |1464k| 165k|4999 | 0.000000e+00 |      --      |    Inf 
945.73/945.91	c   946s|161300 |   201 | 10737k|  66.6 |  21M|  39 | 144 | 718 |  25k| 718 | 505 |1466k| 165k|5002 | 0.000000e+00 |      --      |    Inf 
946.32/946.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
946.32/946.53	c   947s|161400 |   196 | 10744k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 522 |1466k| 165k|5004 | 0.000000e+00 |      --      |    Inf 
946.93/947.13	c   947s|161500 |   200 | 10751k|  66.6 |  21M|  39 | 125 | 718 |  25k| 718 | 518 |1467k| 165k|5004 | 0.000000e+00 |      --      |    Inf 
947.52/947.79	c   948s|161600 |   196 | 10759k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 509 |1468k| 165k|5006 | 0.000000e+00 |      --      |    Inf 
948.32/948.50	c   948s|161700 |   194 | 10766k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 506 |1469k| 165k|5006 | 0.000000e+00 |      --      |    Inf 
948.82/949.06	c   949s|161800 |   194 | 10772k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 509 |1470k| 165k|5006 | 0.000000e+00 |      --      |    Inf 
949.42/949.62	c   950s|161900 |   202 | 10779k|  66.6 |  21M|  39 | 144 | 718 |  25k| 718 | 504 |1471k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
949.92/950.16	c   950s|162000 |   202 | 10785k|  66.6 |  21M|  39 | 135 | 718 |  25k| 718 | 509 |1472k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
950.52/950.75	c   951s|162100 |   198 | 10792k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 521 |1472k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
951.12/951.34	c   951s|162200 |   199 | 10799k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 529 |1473k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
951.72/951.90	c   952s|162300 |   197 | 10805k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 500 |1474k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
952.12/952.34	c   952s|162400 |   205 | 10810k|  66.6 |  21M|  39 |   - | 718 |  25k|   0 |   0 |1475k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
952.63/952.81	c   953s|162500 |   200 | 10816k|  66.6 |  22M|  39 |   - | 718 |  25k| 718 | 503 |1476k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
953.22/953.40	c   953s|162600 |   199 | 10822k|  66.6 |  22M|  39 | 147 | 718 |  25k| 718 | 529 |1476k| 166k|5006 | 0.000000e+00 |      --      |    Inf 
953.72/953.91	c   954s|162700 |   200 | 10828k|  66.6 |  22M|  39 |   - | 718 |  25k| 718 | 525 |1477k| 167k|5006 | 0.000000e+00 |      --      |    Inf 
954.32/954.53	c   955s|162800 |   196 | 10836k|  66.6 |  22M|  39 |   - | 718 |  25k| 718 | 543 |1478k| 167k|5006 | 0.000000e+00 |      --      |    Inf 
954.92/955.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.92/955.18	c   955s|162900 |   197 | 10843k|  66.6 |  21M|  39 |   - | 718 |  25k| 718 | 535 |1479k| 167k|5006 | 0.000000e+00 |      --      |    Inf 
955.62/955.80	c   956s|163000 |   194 | 10851k|  66.6 |  21M|  39 | 148 | 718 |  25k| 718 | 480 |1480k| 167k|5006 | 0.000000e+00 |      --      |    Inf 
956.22/956.41	c   956s|163100 |   198 | 10858k|  66.6 |  22M|  39 | 135 | 718 |  25k| 718 | 488 |1481k| 167k|5010 | 0.000000e+00 |      --      |    Inf 
956.73/956.94	c   957s|163200 |   200 | 10864k|  66.6 |  22M|  39 |   - | 718 |  25k| 718 | 504 |1482k| 167k|5010 | 0.000000e+00 |      --      |    Inf 
957.42/957.64	c   958s|163300 |   204 | 10872k|  66.6 |  22M|  39 | 152 | 718 |  25k| 718 | 497 |1484k| 167k|5018 | 0.000000e+00 |      --      |    Inf 
958.03/958.29	c   958s|163400 |   202 | 10879k|  66.6 |  22M|  39 | 150 | 718 |  25k| 718 | 495 |1485k| 167k|5018 | 0.000000e+00 |      --      |    Inf 
958.62/958.87	c   959s|163500 |   200 | 10886k|  66.6 |  22M|  39 | 157 | 718 |  25k| 718 | 481 |1486k| 167k|5020 | 0.000000e+00 |      --      |    Inf 
959.32/959.51	c   960s|163600 |   199 | 10892k|  66.6 |  21M|  39 | 153 | 718 |  25k| 718 | 545 |1486k| 167k|5024 | 0.000000e+00 |      --      |    Inf 
959.92/960.17	c   960s|163700 |   202 | 10899k|  66.6 |  21M|  39 |   - | 718 |  24k|   0 |   0 |1487k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
960.42/960.67	c   961s|163800 |   201 | 10904k|  66.6 |  21M|  39 | 148 | 718 |  24k| 718 | 539 |1488k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
961.02/961.20	c   961s|163900 |   199 | 10910k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 553 |1489k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
961.62/961.86	c   962s|164000 |   197 | 10918k|  66.6 |  21M|  39 |   - | 718 |  24k| 718 | 532 |1490k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
962.23/962.46	c   962s|164100 |   202 | 10925k|  66.6 |  21M|  39 |   - | 718 |  24k| 718 | 540 |1491k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
962.82/963.07	c   963s|164200 |   200 | 10931k|  66.6 |  21M|  39 |   - | 718 |  24k| 718 | 550 |1492k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
963.43/963.66	c   964s|164300 |   202 | 10937k|  66.6 |  21M|  39 | 118 | 718 |  24k| 718 | 551 |1493k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
963.92/964.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.92/964.17	c   964s|164400 |   199 | 10943k|  66.6 |  21M|  39 |   - | 718 |  24k| 718 | 557 |1493k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
964.53/964.77	c   965s|164500 |   201 | 10950k|  66.6 |  21M|  39 | 142 | 718 |  24k| 718 | 547 |1494k| 168k|5026 | 0.000000e+00 |      --      |    Inf 
965.12/965.40	c   965s|164600 |   201 | 10957k|  66.6 |  21M|  39 | 141 | 718 |  24k| 718 | 551 |1495k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
965.72/965.94	c   966s|164700 |   198 | 10963k|  66.6 |  21M|  39 | 164 | 718 |  24k| 718 | 553 |1495k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
966.32/966.51	c   967s|164800 |   198 | 10969k|  66.6 |  21M|  39 |   - | 718 |  24k| 718 | 517 |1496k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
967.02/967.20	c   967s|164900 |   196 | 10976k|  66.6 |  21M|  39 | 159 | 718 |  24k| 718 | 536 |1497k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
967.62/967.86	c   968s|165000 |   200 | 10983k|  66.6 |  21M|  39 |   - | 718 |  24k|   0 |   0 |1498k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
968.22/968.45	c   968s|165100 |   198 | 10989k|  66.6 |  21M|  39 | 165 | 718 |  24k| 718 | 557 |1499k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
968.83/969.01	c   969s|165200 |   196 | 10995k|  66.6 |  21M|  39 | 153 | 718 |  24k| 718 | 477 |1499k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
969.52/969.70	c   970s|165300 |   194 | 11003k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 498 |1500k| 169k|5026 | 0.000000e+00 |      --      |    Inf 
970.32/970.58	c   971s|165400 |   189 | 11012k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 519 |1501k| 169k|5035 | 0.000000e+00 |      --      |    Inf 
971.13/971.31	c   971s|165500 |   191 | 11020k|  66.6 |  20M|  39 | 153 | 718 |  22k| 718 | 433 |1503k| 170k|5035 | 0.000000e+00 |      --      |    Inf 
971.71/971.92	c   972s|165600 |   196 | 11027k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 528 |1504k| 170k|5035 | 0.000000e+00 |      --      |    Inf 
972.32/972.52	c   973s|165700 |   200 | 11034k|  66.6 |  20M|  39 | 126 | 718 |  22k| 718 | 519 |1504k| 170k|5035 | 0.000000e+00 |      --      |    Inf 
972.82/973.05	c   973s|165800 |   196 | 11040k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 515 |1505k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
973.42/973.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.42/973.64	c   974s|165900 |   198 | 11047k|  66.6 |  20M|  39 | 142 | 718 |  22k| 718 | 550 |1506k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
974.02/974.26	c   974s|166000 |   196 | 11054k|  66.6 |  21M|  39 | 156 | 718 |  22k| 718 | 508 |1507k| 170k|5037 | 0.000000e+00 |      --      |    Inf 
974.72/974.90	c   975s|166100 |   197 | 11062k|  66.6 |  21M|  39 |   - | 718 |  22k| 718 | 524 |1507k| 170k|5037 | 0.000000e+00 |      --      |    Inf 
975.32/975.50	c   976s|166200 |   197 | 11068k|  66.6 |  21M|  39 | 139 | 718 |  22k| 718 | 488 |1508k| 170k|5038 | 0.000000e+00 |      --      |    Inf 
975.82/976.09	c   976s|166300 |   197 | 11075k|  66.6 |  21M|  39 | 139 | 718 |  23k| 718 | 560 |1509k| 170k|5038 | 0.000000e+00 |      --      |    Inf 
976.42/976.68	c   977s|166400 |   197 | 11082k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 496 |1510k| 170k|5038 | 0.000000e+00 |      --      |    Inf 
977.12/977.33	c   977s|166500 |   197 | 11090k|  66.6 |  21M|  39 | 158 | 718 |  23k| 718 | 492 |1511k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
977.73/977.99	c   978s|166600 |   195 | 11097k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 507 |1512k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
978.42/978.67	c   979s|166700 |   195 | 11105k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 505 |1513k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
979.11/979.30	c   979s|166800 |   194 | 11112k|  66.6 |  21M|  39 | 149 | 718 |  22k| 718 | 529 |1513k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
979.72/979.92	c   980s|166900 |   192 | 11119k|  66.6 |  21M|  39 |   - | 718 |  22k| 718 | 528 |1514k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
980.32/980.52	c   981s|167000 |   196 | 11126k|  66.6 |  21M|  39 | 153 | 718 |  22k| 718 | 538 |1515k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
980.82/981.07	c   981s|167100 |   193 | 11132k|  66.6 |  21M|  39 |   - | 718 |  22k| 718 | 515 |1515k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
981.52/981.71	c   982s|167200 |   195 | 11138k|  66.6 |  20M|  39 | 160 | 718 |  22k| 718 | 515 |1516k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
982.13/982.33	c   982s|167300 |   191 | 11145k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 535 |1517k| 171k|5038 | 0.000000e+00 |      --      |    Inf 
982.81/983.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.81/983.04	c   983s|167400 |   196 | 11152k|  66.6 |  20M|  39 | 147 | 718 |  22k| 718 | 509 |1518k| 171k|5047 | 0.000000e+00 |      --      |    Inf 
983.32/983.58	c   984s|167500 |   192 | 11158k|  66.6 |  20M|  39 | 159 | 718 |  22k| 718 | 538 |1518k| 172k|5047 | 0.000000e+00 |      --      |    Inf 
983.82/984.10	c   984s|167600 |   194 | 11164k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 492 |1520k| 172k|5047 | 0.000000e+00 |      --      |    Inf 
984.52/984.73	c   985s|167700 |   194 | 11172k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 543 |1521k| 172k|5047 | 0.000000e+00 |      --      |    Inf 
985.12/985.37	c   985s|167800 |   194 | 11179k|  66.6 |  20M|  39 | 142 | 718 |  22k| 718 | 523 |1522k| 172k|5051 | 0.000000e+00 |      --      |    Inf 
985.61/985.85	c   986s|167900 |   194 | 11184k|  66.6 |  20M|  39 | 143 | 718 |  22k| 718 | 511 |1523k| 172k|5052 | 0.000000e+00 |      --      |    Inf 
986.31/986.50	c   987s|168000 |   202 | 11192k|  66.6 |  20M|  39 | 113 | 718 |  22k| 718 | 533 |1524k| 172k|5055 | 0.000000e+00 |      --      |    Inf 
986.72/986.96	c   987s|168100 |   197 | 11197k|  66.6 |  20M|  39 | 119 | 718 |  22k| 718 | 499 |1525k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
987.32/987.52	c   988s|168200 |   195 | 11204k|  66.6 |  20M|  39 | 141 | 718 |  22k| 718 | 465 |1526k| 172k|5058 | 0.000000e+00 |      --      |    Inf 
987.82/988.07	c   988s|168300 |   197 | 11210k|  66.6 |  21M|  39 | 140 | 718 |  22k| 718 | 537 |1527k| 172k|5058 | 0.000000e+00 |      --      |    Inf 
988.31/988.56	c   989s|168400 |   195 | 11215k|  66.6 |  21M|  39 | 138 | 718 |  23k| 718 | 491 |1527k| 172k|5058 | 0.000000e+00 |      --      |    Inf 
988.91/989.13	c   989s|168500 |   195 | 11222k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 524 |1528k| 173k|5058 | 0.000000e+00 |      --      |    Inf 
989.51/989.70	c   990s|168600 |   193 | 11228k|  66.6 |  21M|  39 | 144 | 718 |  23k| 718 | 484 |1529k| 173k|5059 | 0.000000e+00 |      --      |    Inf 
990.11/990.37	c   990s|168700 |   199 | 11236k|  66.6 |  21M|  39 | 130 | 718 |  22k| 718 | 545 |1530k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
990.71/990.94	c   991s|168800 |   197 | 11243k|  66.6 |  21M|  39 |   - | 718 |  22k| 718 | 541 |1531k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
991.21/991.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.21/991.42	c   991s|168900 |   197 | 11248k|  66.6 |  21M|  39 | 147 | 718 |  22k| 718 | 506 |1532k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
991.71/991.94	c   992s|169000 |   197 | 11254k|  66.6 |  21M|  39 |   - | 718 |  22k| 718 | 541 |1533k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
992.12/992.39	c   992s|169100 |   197 | 11259k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 555 |1534k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
992.71/992.94	c   993s|169200 |   198 | 11266k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 528 |1535k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
993.41/993.63	c   994s|169300 |   194 | 11274k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 513 |1536k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
994.02/994.24	c   994s|169400 |   196 | 11281k|  66.6 |  21M|  39 | 137 | 718 |  23k| 718 | 518 |1537k| 173k|5062 | 0.000000e+00 |      --      |    Inf 
994.52/994.79	c   995s|169500 |   196 | 11287k|  66.6 |  21M|  39 | 134 | 718 |  23k| 718 | 530 |1538k| 174k|5062 | 0.000000e+00 |      --      |    Inf 
995.11/995.39	c   995s|169600 |   192 | 11294k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 519 |1538k| 174k|5062 | 0.000000e+00 |      --      |    Inf 
995.71/995.93	c   996s|169700 |   192 | 11299k|  66.6 |  21M|  39 | 143 | 718 |  23k| 718 | 515 |1539k| 174k|5062 | 0.000000e+00 |      --      |    Inf 
996.42/996.61	c   997s|169800 |   192 | 11307k|  66.6 |  21M|  39 | 127 | 718 |  22k| 718 | 565 |1540k| 174k|5062 | 0.000000e+00 |      --      |    Inf 
996.92/997.17	c   997s|169900 |   192 | 11313k|  66.6 |  21M|  39 | 154 | 718 |  23k| 718 | 535 |1541k| 174k|5062 | 0.000000e+00 |      --      |    Inf 
997.52/997.74	c   998s|170000 |   190 | 11319k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 520 |1541k| 174k|5069 | 0.000000e+00 |      --      |    Inf 
998.11/998.39	c   998s|170100 |   190 | 11326k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 531 |1542k| 174k|5069 | 0.000000e+00 |      --      |    Inf 
998.71/998.97	c   999s|170200 |   185 | 11332k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 499 |1543k| 174k|5069 | 0.000000e+00 |      --      |    Inf 
999.51/999.73	c  1000s|170300 |   187 | 11341k|  66.6 |  20M|  39 | 128 | 718 |  22k| 718 | 471 |1545k| 174k|5075 | 0.000000e+00 |      --      |    Inf 
1000.11/1000.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.11/1000.34	c  1000s|170400 |   185 | 11348k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 488 |1546k| 174k|5075 | 0.000000e+00 |      --      |    Inf 
1000.61/1000.90	c  1001s|170500 |   187 | 11354k|  66.6 |  20M|  39 | 152 | 718 |  22k| 718 | 487 |1547k| 175k|5075 | 0.000000e+00 |      --      |    Inf 
1001.31/1001.51	c  1002s|170600 |   189 | 11362k|  66.6 |  20M|  39 | 158 | 718 |  22k| 718 | 476 |1548k| 175k|5077 | 0.000000e+00 |      --      |    Inf 
1001.93/1002.12	c  1002s|170700 |   186 | 11368k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 490 |1549k| 175k|5080 | 0.000000e+00 |      --      |    Inf 
1002.51/1002.72	c  1003s|170800 |   188 | 11375k|  66.6 |  20M|  39 |   - | 718 |  22k| 718 | 484 |1550k| 175k|5081 | 0.000000e+00 |      --      |    Inf 
1003.11/1003.35	c  1003s|170900 |   188 | 11382k|  66.6 |  20M|  39 | 157 | 718 |  22k| 718 | 504 |1551k| 175k|5082 | 0.000000e+00 |      --      |    Inf 
1003.71/1003.98	c  1004s|171000 |   188 | 11389k|  66.6 |  20M|  39 | 148 | 718 |  22k| 718 | 489 |1552k| 175k|5082 | 0.000000e+00 |      --      |    Inf 
1004.41/1004.63	c  1005s|171100 |   190 | 11396k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 490 |1553k| 175k|5082 | 0.000000e+00 |      --      |    Inf 
1005.02/1005.28	c  1005s|171200 |   188 | 11403k|  66.6 |  21M|  39 | 128 | 718 |  23k| 718 | 539 |1553k| 175k|5085 | 0.000000e+00 |      --      |    Inf 
1005.62/1005.89	c  1006s|171300 |   186 | 11410k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 529 |1554k| 175k|5085 | 0.000000e+00 |      --      |    Inf 
1006.32/1006.53	c  1007s|171400 |   186 | 11417k|  66.6 |  21M|  39 | 130 | 718 |  23k| 718 | 521 |1555k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1007.01/1007.26	c  1007s|171500 |   190 | 11426k|  66.6 |  21M|  39 | 143 | 718 |  23k| 718 | 541 |1557k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1007.51/1007.79	c  1008s|171600 |   188 | 11431k|  66.6 |  21M|  39 | 150 | 718 |  23k| 718 | 550 |1557k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1008.22/1008.42	c  1008s|171700 |   186 | 11438k|  66.6 |  21M|  39 | 149 | 718 |  23k| 718 | 573 |1558k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1008.72/1008.97	c  1009s|171800 |   184 | 11444k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 534 |1559k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1009.42/1009.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1009.42/1009.69	c  1010s|171900 |   188 | 11452k|  66.6 |  21M|  39 |   - | 718 |  23k| 718 | 547 |1560k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1010.22/1010.43	c  1010s|172000 |   188 | 11461k|  66.6 |  21M|  39 | 129 | 718 |  23k| 718 | 504 |1561k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1011.02/1011.20	c  1011s|172100 |   192 | 11470k|  66.6 |  21M|  39 | 146 | 718 |  23k| 718 | 569 |1563k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1011.72/1011.98	c  1012s|172200 |   196 | 11479k|  66.7 |  21M|  39 | 147 | 718 |  23k| 718 | 493 |1564k| 176k|5085 | 0.000000e+00 |      --      |    Inf 
1012.42/1012.68	c  1013s|172300 |   196 | 11487k|  66.7 |  21M|  39 | 154 | 718 |  23k| 718 | 536 |1565k| 177k|5085 | 0.000000e+00 |      --      |    Inf 
1013.22/1013.43	c  1013s|172400 |   194 | 11495k|  66.7 |  20M|  39 | 164 | 718 |  22k| 718 | 551 |1566k| 177k|5092 | 0.000000e+00 |      --      |    Inf 
1013.81/1014.02	c  1014s|172500 |   194 | 11501k|  66.7 |  20M|  39 | 159 | 718 |  22k| 718 | 540 |1567k| 177k|5092 | 0.000000e+00 |      --      |    Inf 
1014.51/1014.70	c  1015s|172600 |   192 | 11508k|  66.7 |  20M|  39 |   - | 718 |  22k| 718 | 540 |1568k| 177k|5094 | 0.000000e+00 |      --      |    Inf 
1015.12/1015.39	c  1015s|172700 |   191 | 11516k|  66.7 |  20M|  39 | 152 | 718 |  22k| 718 | 549 |1569k| 177k|5095 | 0.000000e+00 |      --      |    Inf 
1015.81/1016.06	c  1016s|172800 |   195 | 11523k|  66.7 |  20M|  39 |   - | 718 |  22k| 718 | 567 |1570k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1016.61/1016.80	c  1017s|172900 |   195 | 11532k|  66.7 |  20M|  39 | 145 | 718 |  22k| 718 | 510 |1571k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1017.32/1017.58	c  1018s|173000 |   196 | 11542k|  66.7 |  20M|  39 | 116 | 718 |  22k| 718 | 530 |1573k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1018.11/1018.30	c  1018s|173100 |   194 | 11550k|  66.7 |  20M|  39 | 139 | 718 |  22k| 718 | 543 |1574k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1018.81/1019.02	c  1019s|173200 |   192 | 11559k|  66.7 |  20M|  39 |   - | 718 |  22k| 718 | 477 |1576k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1019.52/1019.75	c  1020s|173300 |   190 | 11568k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 547 |1578k| 177k|5096 | 0.000000e+00 |      --      |    Inf 
1020.32/1020.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.32/1020.55	c  1021s|173400 |   195 | 11578k|  66.8 |  20M|  39 | 128 | 718 |  22k| 718 | 488 |1580k| 177k|5097 | 0.000000e+00 |      --      |    Inf 
1021.02/1021.20	c  1021s|173500 |   193 | 11586k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 512 |1581k| 177k|5097 | 0.000000e+00 |      --      |    Inf 
1021.72/1021.94	c  1022s|173600 |   192 | 11594k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 512 |1583k| 178k|5097 | 0.000000e+00 |      --      |    Inf 
1022.41/1022.68	c  1023s|173700 |   189 | 11603k|  66.8 |  20M|  39 | 182 | 718 |  23k| 718 | 548 |1585k| 178k|5097 | 0.000000e+00 |      --      |    Inf 
1023.21/1023.41	c  1023s|173800 |   183 | 11611k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 510 |1586k| 178k|5097 | 0.000000e+00 |      --      |    Inf 
1023.92/1024.11	c  1024s|173900 |   187 | 11619k|  66.8 |  20M|  39 | 144 | 718 |  22k| 718 | 501 |1587k| 178k|5097 | 0.000000e+00 |      --      |    Inf 
1024.62/1024.81	c  1025s|174000 |   179 | 11627k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 551 |1589k| 178k|5097 | 0.000000e+00 |      --      |    Inf 
1025.21/1025.45	c  1025s|174100 |   183 | 11634k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 509 |1590k| 178k|5103 | 0.000000e+00 |      --      |    Inf 
1025.72/1025.97	c  1026s|174200 |   183 | 11639k|  66.8 |  20M|  39 | 161 | 718 |  22k| 718 | 476 |1590k| 178k|5103 | 0.000000e+00 |      --      |    Inf 
1026.41/1026.64	c  1027s|174300 |   189 | 11646k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 532 |1592k| 178k|5106 | 0.000000e+00 |      --      |    Inf 
1027.01/1027.27	c  1027s|174400 |   186 | 11654k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 559 |1593k| 178k|5106 | 0.000000e+00 |      --      |    Inf 
1027.71/1027.92	c  1028s|174500 |   184 | 11661k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 534 |1594k| 178k|5106 | 0.000000e+00 |      --      |    Inf 
1028.32/1028.57	c  1029s|174600 |   186 | 11668k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 553 |1595k| 179k|5106 | 0.000000e+00 |      --      |    Inf 
1029.01/1029.22	c  1029s|174700 |   186 | 11676k|  66.8 |  20M|  39 |  98 | 718 |  22k| 718 | 511 |1596k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1029.71/1029.94	c  1030s|174800 |   186 | 11684k|  66.8 |  20M|  39 |   - | 718 |  22k| 718 | 560 |1597k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1030.42/1030.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.42/1030.63	c  1031s|174900 |   186 | 11692k|  66.8 |  20M|  39 | 133 | 718 |  22k| 718 | 537 |1598k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1031.01/1031.27	c  1031s|175000 |   185 | 11699k|  66.9 |  20M|  39 |   - | 718 |  22k| 718 | 532 |1600k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1031.62/1031.85	c  1032s|175100 |   185 | 11706k|  66.9 |  20M|  39 |   - | 718 |  22k| 718 | 534 |1601k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1032.31/1032.51	c  1033s|175200 |   181 | 11713k|  66.9 |  20M|  39 |   - | 718 |  22k| 718 | 554 |1602k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1032.91/1033.14	c  1033s|175300 |   183 | 11720k|  66.9 |  20M|  39 |   - | 718 |  22k|   0 |   0 |1603k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1033.51/1033.71	c  1034s|175400 |   183 | 11726k|  66.9 |  20M|  39 | 155 | 718 |  22k| 718 | 494 |1604k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1034.11/1034.37	c  1034s|175500 |   183 | 11734k|  66.9 |  20M|  39 |   - | 718 |  22k| 718 | 524 |1605k| 179k|5107 | 0.000000e+00 |      --      |    Inf 
1034.71/1035.00	c  1035s|175600 |   183 | 11741k|  66.9 |  20M|  39 |   - | 718 |  22k| 718 | 524 |1606k| 180k|5107 | 0.000000e+00 |      --      |    Inf 
1035.41/1035.66	c  1036s|175700 |   181 | 11748k|  66.9 |  20M|  39 | 144 | 718 |  22k| 718 | 529 |1607k| 180k|5107 | 0.000000e+00 |      --      |    Inf 
1036.10/1036.35	c  1036s|175800 |   183 | 11755k|  66.9 |  20M|  39 |   - | 718 |  21k|   0 |   0 |1608k| 180k|5107 | 0.000000e+00 |      --      |    Inf 
1036.71/1036.90	c  1037s|175900 |   181 | 11761k|  66.9 |  20M|  39 | 153 | 718 |  21k| 718 | 514 |1609k| 180k|5107 | 0.000000e+00 |      --      |    Inf 
1037.21/1037.43	c  1037s|176000 |   180 | 11766k|  66.9 |  20M|  39 |   - | 718 |  21k| 718 | 565 |1609k| 180k|5112 | 0.000000e+00 |      --      |    Inf 
1037.81/1038.02	c  1038s|176100 |   181 | 11773k|  66.9 |  20M|  39 | 146 | 718 |  21k| 718 | 510 |1610k| 180k|5112 | 0.000000e+00 |      --      |    Inf 
1038.31/1038.59	c  1039s|176200 |   177 | 11779k|  66.8 |  20M|  39 | 162 | 718 |  21k| 718 | 476 |1610k| 180k|5120 | 0.000000e+00 |      --      |    Inf 
1039.01/1039.23	c  1039s|176300 |   173 | 11785k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 501 |1611k| 180k|5120 | 0.000000e+00 |      --      |    Inf 
1039.50/1039.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1039.50/1039.78	c  1040s|176400 |   169 | 11791k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 537 |1611k| 180k|5120 | 0.000000e+00 |      --      |    Inf 
1040.21/1040.44	c  1040s|176500 |   169 | 11798k|  66.8 |  20M|  39 | 162 | 718 |  21k| 718 | 529 |1612k| 180k|5122 | 0.000000e+00 |      --      |    Inf 
1040.81/1041.07	c  1041s|176600 |   169 | 11805k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 542 |1613k| 181k|5122 | 0.000000e+00 |      --      |    Inf 
1041.41/1041.67	c  1042s|176700 |   169 | 11811k|  66.8 |  20M|  39 | 159 | 718 |  21k| 718 | 519 |1614k| 181k|5124 | 0.000000e+00 |      --      |    Inf 
1042.11/1042.35	c  1042s|176800 |   167 | 11818k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 547 |1615k| 181k|5124 | 0.000000e+00 |      --      |    Inf 
1042.71/1042.90	c  1043s|176900 |   166 | 11824k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 522 |1616k| 181k|5124 | 0.000000e+00 |      --      |    Inf 
1043.30/1043.58	c  1044s|177000 |   163 | 11831k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 557 |1617k| 181k|5125 | 0.000000e+00 |      --      |    Inf 
1043.90/1044.17	c  1044s|177100 |   165 | 11838k|  66.8 |  20M|  39 | 166 | 718 |  21k| 718 | 507 |1618k| 181k|5125 | 0.000000e+00 |      --      |    Inf 
1044.51/1044.75	c  1045s|177200 |   164 | 11844k|  66.8 |  20M|  39 |   - | 718 |  21k| 718 | 568 |1618k| 181k|5125 | 0.000000e+00 |      --      |    Inf 
1045.10/1045.38	c  1045s|177300 |   166 | 11851k|  66.8 |  20M|  39 |   - | 718 |  20k| 718 | 508 |1619k| 181k|5125 | 0.000000e+00 |      --      |    Inf 
1045.71/1045.96	c  1046s|177400 |   165 | 11858k|  66.8 |  20M|  39 | 157 | 718 |  20k| 718 | 504 |1620k| 181k|5125 | 0.000000e+00 |      --      |    Inf 
1046.41/1046.64	c  1047s|177500 |   164 | 11866k|  66.9 |  20M|  39 | 153 | 718 |  20k| 718 | 471 |1622k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1047.11/1047.38	c  1047s|177600 |   162 | 11875k|  66.9 |  20M|  39 | 152 | 718 |  20k| 718 | 550 |1623k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1047.90/1048.12	c  1048s|177700 |   165 | 11883k|  66.9 |  19M|  39 |   - | 718 |  20k| 718 | 510 |1625k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1048.60/1048.86	c  1049s|177800 |   169 | 11892k|  66.9 |  19M|  39 |   - | 718 |  20k| 718 | 524 |1626k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1049.31/1049.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.31/1049.56	c  1050s|177900 |   169 | 11901k|  66.9 |  19M|  39 |   - | 718 |  20k| 718 | 521 |1628k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1050.01/1050.22	c  1050s|178000 |   167 | 11908k|  66.9 |  19M|  39 |   - | 718 |  20k| 718 | 498 |1629k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1050.70/1050.90	c  1051s|178100 |   167 | 11916k|  66.9 |  19M|  39 |   - | 718 |  20k| 718 | 567 |1630k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1051.50/1051.75	c  1052s|178200 |   167 | 11927k|  66.9 |  19M|  39 | 143 | 718 |  20k| 718 | 521 |1632k| 182k|5125 | 0.000000e+00 |      --      |    Inf 
1052.42/1052.61	c  1053s|178300 |   167 | 11937k|  66.9 |  19M|  39 | 142 | 718 |  20k| 718 | 519 |1634k| 182k|5131 | 0.000000e+00 |      --      |    Inf 
1053.11/1053.34	c  1053s|178400 |   167 | 11946k|  67.0 |  19M|  39 | 126 | 718 |  20k| 718 | 492 |1636k| 182k|5134 | 0.000000e+00 |      --      |    Inf 
1053.81/1054.02	c  1054s|178500 |   167 | 11954k|  67.0 |  19M|  39 | 137 | 718 |  20k| 718 | 485 |1637k| 182k|5135 | 0.000000e+00 |      --      |    Inf 
1054.61/1054.83	c  1055s|178600 |   161 | 11964k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 569 |1639k| 182k|5135 | 0.000000e+00 |      --      |    Inf 
1055.40/1055.63	c  1056s|178700 |   163 | 11973k|  67.0 |  19M|  39 | 136 | 718 |  20k| 718 | 508 |1641k| 183k|5135 | 0.000000e+00 |      --      |    Inf 
1056.10/1056.34	c  1056s|178800 |   162 | 11981k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 540 |1642k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1056.71/1056.95	c  1057s|178900 |   162 | 11988k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 524 |1643k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1057.41/1057.67	c  1058s|179000 |   164 | 11996k|  67.0 |  19M|  39 | 154 | 718 |  20k| 718 | 552 |1644k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1058.01/1058.29	c  1058s|179100 |   161 | 12003k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 530 |1645k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1058.71/1058.92	c  1059s|179200 |   169 | 12010k|  67.0 |  19M|  39 | 132 | 718 |  20k| 718 | 535 |1646k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1059.30/1059.57	c  1060s|179300 |   167 | 12017k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 535 |1648k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1059.90/1060.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1059.90/1060.12	c  1060s|179400 |   168 | 12024k|  67.0 |  19M|  39 | 144 | 718 |  20k| 718 | 512 |1649k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1060.40/1060.69	c  1061s|179500 |   167 | 12031k|  67.0 |  19M|  39 | 141 | 718 |  20k| 718 | 578 |1649k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1061.10/1061.32	c  1061s|179600 |   164 | 12038k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 557 |1650k| 183k|5136 | 0.000000e+00 |      --      |    Inf 
1061.80/1062.00	c  1062s|179700 |   164 | 12045k|  67.0 |  19M|  39 | 141 | 718 |  20k| 718 | 575 |1651k| 184k|5136 | 0.000000e+00 |      --      |    Inf 
1062.31/1062.60	c  1063s|179800 |   164 | 12052k|  67.0 |  19M|  39 |   - | 718 |  20k| 718 | 599 |1652k| 184k|5136 | 0.000000e+00 |      --      |    Inf 
1062.91/1063.17	c  1063s|179900 |   161 | 12058k|  67.0 |  20M|  39 | 161 | 718 |  20k| 718 | 599 |1653k| 184k|5136 | 0.000000e+00 |      --      |    Inf 
1063.60/1063.88	c  1064s|180000 |   161 | 12065k|  67.0 |  20M|  39 | 156 | 718 |  20k| 718 | 568 |1653k| 184k|5142 | 0.000000e+00 |      --      |    Inf 
1064.41/1064.67	c  1065s|180100 |   165 | 12074k|  67.0 |  19M|  39 | 157 | 718 |  20k| 718 | 622 |1655k| 184k|5142 | 0.000000e+00 |      --      |    Inf 
1065.21/1065.44	c  1065s|180200 |   162 | 12083k|  67.1 |  19M|  39 | 157 | 718 |  20k| 718 | 576 |1656k| 184k|5145 | 0.000000e+00 |      --      |    Inf 
1065.90/1066.19	c  1066s|180300 |   160 | 12091k|  67.1 |  19M|  39 |   - | 718 |  20k| 718 | 521 |1657k| 184k|5146 | 0.000000e+00 |      --      |    Inf 
1066.71/1066.98	c  1067s|180400 |   156 | 12100k|  67.1 |  19M|  39 |   - | 718 |  20k| 718 | 537 |1658k| 184k|5147 | 0.000000e+00 |      --      |    Inf 
1067.40/1067.66	c  1068s|180500 |   156 | 12108k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 550 |1660k| 184k|5147 | 0.000000e+00 |      --      |    Inf 
1068.01/1068.28	c  1068s|180600 |   160 | 12115k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 535 |1661k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1068.70/1068.96	c  1069s|180700 |   157 | 12122k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 517 |1662k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1069.30/1069.50	c  1070s|180800 |   155 | 12129k|  67.1 |  19M|  39 |   - | 718 |  20k| 718 | 509 |1662k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1070.01/1070.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.01/1070.23	c  1070s|180900 |   157 | 12136k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 499 |1664k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1070.61/1070.81	c  1071s|181000 |   157 | 12143k|  67.1 |  19M|  39 | 147 | 718 |  19k| 718 | 498 |1665k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1071.21/1071.45	c  1071s|181100 |   159 | 12151k|  67.1 |  19M|  39 | 145 | 718 |  19k| 718 | 506 |1666k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1071.81/1072.07	c  1072s|181200 |   157 | 12157k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 524 |1667k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1072.51/1072.71	c  1073s|181300 |   156 | 12165k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 534 |1668k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1073.10/1073.34	c  1073s|181400 |   156 | 12172k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 530 |1669k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1073.70/1073.98	c  1074s|181500 |   154 | 12180k|  67.1 |  19M|  39 | 164 | 718 |  19k| 718 | 499 |1670k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1074.41/1074.66	c  1075s|181600 |   158 | 12188k|  67.1 |  19M|  39 | 105 | 718 |  19k| 718 | 491 |1671k| 185k|5147 | 0.000000e+00 |      --      |    Inf 
1075.01/1075.26	c  1075s|181700 |   154 | 12195k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 486 |1672k| 186k|5147 | 0.000000e+00 |      --      |    Inf 
1075.61/1075.87	c  1076s|181800 |   156 | 12202k|  67.1 |  19M|  39 | 150 | 718 |  19k| 718 | 538 |1673k| 186k|5153 | 0.000000e+00 |      --      |    Inf 
1076.10/1076.38	c  1076s|181900 |   154 | 12208k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 544 |1673k| 186k|5153 | 0.000000e+00 |      --      |    Inf 
1076.71/1076.93	c  1077s|182000 |   156 | 12214k|  67.1 |  19M|  39 | 138 | 718 |  19k| 718 | 499 |1674k| 186k|5153 | 0.000000e+00 |      --      |    Inf 
1077.31/1077.55	c  1078s|182100 |   154 | 12220k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 566 |1674k| 186k|5158 | 0.000000e+00 |      --      |    Inf 
1077.90/1078.15	c  1078s|182200 |   157 | 12227k|  67.1 |  19M|  39 |   - | 718 |  19k| 718 | 485 |1675k| 186k|5158 | 0.000000e+00 |      --      |    Inf 
1078.61/1078.84	c  1079s|182300 |   157 | 12235k|  67.1 |  19M|  39 |   - | 718 |  18k| 718 | 514 |1676k| 186k|5158 | 0.000000e+00 |      --      |    Inf 
1079.31/1079.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1079.31/1079.55	c  1080s|182400 |   155 | 12243k|  67.1 |  19M|  39 | 159 | 718 |  18k| 718 | 549 |1677k| 186k|5158 | 0.000000e+00 |      --      |    Inf 
1080.01/1080.24	c  1080s|182500 |   163 | 12250k|  67.1 |  18M|  39 | 106 | 718 |  17k| 718 | 488 |1678k| 186k|5159 | 0.000000e+00 |      --      |    Inf 
1080.50/1080.78	c  1081s|182600 |   158 | 12257k|  67.1 |  18M|  39 |   - | 718 |  17k| 718 | 481 |1679k| 186k|5159 | 0.000000e+00 |      --      |    Inf 
1081.20/1081.45	c  1081s|182700 |   155 | 12265k|  67.1 |  18M|  39 |   - | 718 |  17k| 718 | 504 |1680k| 187k|5159 | 0.000000e+00 |      --      |    Inf 
1081.90/1082.19	c  1082s|182800 |   153 | 12273k|  67.1 |  18M|  39 |   - | 718 |  17k| 718 | 503 |1681k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1082.60/1082.85	c  1083s|182900 |   155 | 12280k|  67.1 |  18M|  39 | 159 | 718 |  17k| 718 | 525 |1682k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1083.31/1083.57	c  1084s|183000 |   155 | 12289k|  67.2 |  18M|  39 | 170 | 718 |  17k| 718 | 517 |1684k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1084.00/1084.25	c  1084s|183100 |   153 | 12297k|  67.2 |  18M|  39 | 167 | 718 |  17k| 718 | 461 |1685k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1084.70/1084.95	c  1085s|183200 |   155 | 12305k|  67.2 |  18M|  39 | 118 | 718 |  17k| 718 | 486 |1686k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1085.31/1085.55	c  1086s|183300 |   152 | 12312k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 497 |1687k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1086.00/1086.26	c  1086s|183400 |   150 | 12320k|  67.2 |  18M|  39 | 178 | 718 |  17k| 718 | 501 |1688k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1086.70/1086.92	c  1087s|183500 |   155 | 12328k|  67.2 |  18M|  39 | 152 | 718 |  17k| 718 | 481 |1690k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1087.30/1087.57	c  1088s|183600 |   155 | 12336k|  67.2 |  18M|  39 | 133 | 718 |  17k| 718 | 513 |1691k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1087.90/1088.18	c  1088s|183700 |   153 | 12343k|  67.2 |  18M|  39 | 151 | 718 |  17k| 718 | 485 |1692k| 187k|5160 | 0.000000e+00 |      --      |    Inf 
1088.60/1088.86	c  1089s|183800 |   155 | 12351k|  67.2 |  18M|  39 | 144 | 718 |  17k| 718 | 517 |1693k| 187k|5165 | 0.000000e+00 |      --      |    Inf 
1089.20/1089.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.20/1089.47	c  1089s|183900 |   153 | 12358k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 490 |1694k| 187k|5165 | 0.000000e+00 |      --      |    Inf 
1089.80/1090.10	c  1090s|184000 |   153 | 12365k|  67.2 |  18M|  39 | 147 | 718 |  17k| 718 | 496 |1695k| 187k|5170 | 0.000000e+00 |      --      |    Inf 
1090.50/1090.74	c  1091s|184100 |   151 | 12372k|  67.2 |  18M|  39 | 156 | 718 |  17k| 718 | 491 |1696k| 188k|5172 | 0.000000e+00 |      --      |    Inf 
1091.01/1091.29	c  1091s|184200 |   151 | 12378k|  67.2 |  18M|  39 | 150 | 718 |  17k| 718 | 534 |1696k| 188k|5173 | 0.000000e+00 |      --      |    Inf 
1091.70/1091.95	c  1092s|184300 |   149 | 12386k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 516 |1697k| 188k|5175 | 0.000000e+00 |      --      |    Inf 
1092.41/1092.67	c  1093s|184400 |   149 | 12394k|  67.2 |  18M|  39 | 161 | 718 |  17k| 718 | 523 |1698k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1093.00/1093.26	c  1093s|184500 |   149 | 12401k|  67.2 |  18M|  39 | 141 | 718 |  17k| 718 | 532 |1699k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1093.60/1093.86	c  1094s|184600 |   149 | 12408k|  67.2 |  18M|  39 | 124 | 718 |  17k| 718 | 454 |1700k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1094.21/1094.44	c  1094s|184700 |   155 | 12415k|  67.2 |  18M|  39 |  57 | 718 |  17k| 718 | 515 |1701k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1094.80/1095.00	c  1095s|184800 |   151 | 12422k|  67.2 |  18M|  39 | 145 | 718 |  17k| 718 | 496 |1702k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1095.31/1095.50	c  1096s|184900 |   151 | 12427k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 487 |1703k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1095.80/1096.02	c  1096s|185000 |   151 | 12434k|  67.2 |  18M|  39 | 121 | 718 |  17k| 718 | 474 |1704k| 188k|5176 | 0.000000e+00 |      --      |    Inf 
1096.41/1096.61	c  1097s|185100 |   155 | 12440k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 489 |1705k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1096.90/1097.14	c  1097s|185200 |   150 | 12447k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 511 |1706k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1097.51/1097.77	c  1098s|185300 |   150 | 12454k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 510 |1707k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1098.10/1098.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.10/1098.38	c  1098s|185400 |   146 | 12462k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 503 |1708k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1098.71/1098.94	c  1099s|185500 |   150 | 12469k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 520 |1709k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1099.40/1099.63	c  1100s|185600 |   148 | 12477k|  67.2 |  18M|  39 | 149 | 718 |  17k| 718 | 505 |1710k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1100.00/1100.28	c  1100s|185700 |   151 | 12484k|  67.2 |  18M|  39 | 126 | 718 |  17k| 718 | 519 |1711k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1100.60/1100.85	c  1101s|185800 |   143 | 12491k|  67.2 |  18M|  39 |   - | 718 |  17k| 718 | 548 |1712k| 189k|5176 | 0.000000e+00 |      --      |    Inf 
1101.20/1101.47	c  1101s|185900 |   146 | 12499k|  67.2 |  19M|  39 |   - | 718 |  17k| 718 | 524 |1713k| 189k|5177 | 0.000000e+00 |      --      |    Inf 
1101.91/1102.10	c  1102s|186000 |   147 | 12506k|  67.2 |  19M|  39 | 117 | 718 |  17k| 718 | 503 |1714k| 189k|5182 | 0.000000e+00 |      --      |    Inf 
1102.50/1102.76	c  1103s|186100 |   146 | 12514k|  67.2 |  19M|  39 | 156 | 718 |  18k| 718 | 508 |1715k| 190k|5182 | 0.000000e+00 |      --      |    Inf 
1103.30/1103.55	c  1104s|186200 |   145 | 12523k|  67.3 |  19M|  39 | 144 | 718 |  18k| 718 | 506 |1717k| 190k|5186 | 0.000000e+00 |      --      |    Inf 
1104.00/1104.30	c  1104s|186300 |   141 | 12532k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 503 |1719k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1104.70/1104.95	c  1105s|186400 |   139 | 12539k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 534 |1720k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1105.30/1105.55	c  1106s|186500 |   137 | 12546k|  67.3 |  19M|  39 | 153 | 718 |  18k| 718 | 544 |1720k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1106.10/1106.30	c  1106s|186600 |   139 | 12554k|  67.3 |  18M|  39 | 164 | 718 |  17k| 718 | 543 |1722k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1106.80/1107.08	c  1107s|186700 |   143 | 12563k|  67.3 |  18M|  39 | 153 | 718 |  17k| 718 | 468 |1723k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1107.51/1107.72	c  1108s|186800 |   143 | 12571k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 531 |1725k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1108.10/1108.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.10/1108.33	c  1108s|186900 |   148 | 12577k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 551 |1726k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1108.80/1109.01	c  1109s|187000 |   140 | 12585k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 552 |1727k| 190k|5189 | 0.000000e+00 |      --      |    Inf 
1109.30/1109.58	c  1110s|187100 |   133 | 12591k|  67.3 |  19M|  39 | 170 | 718 |  18k| 718 | 427 |1728k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1110.09/1110.33	c  1110s|187200 |   133 | 12600k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 502 |1729k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1110.80/1111.07	c  1111s|187300 |   135 | 12609k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 539 |1731k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1111.49/1111.77	c  1112s|187400 |   136 | 12617k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 493 |1733k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1112.19/1112.47	c  1112s|187500 |   134 | 12625k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 507 |1734k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1113.00/1113.20	c  1113s|187600 |   135 | 12633k|  67.3 |  18M|  39 |   - | 718 |  17k| 718 | 519 |1735k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1113.70/1113.91	c  1114s|187700 |   131 | 12641k|  67.3 |  18M|  39 |   - | 718 |  18k| 718 | 531 |1736k| 191k|5189 | 0.000000e+00 |      --      |    Inf 
1114.40/1114.66	c  1115s|187800 |   133 | 12649k|  67.4 |  18M|  39 | 153 | 718 |  18k| 718 | 513 |1738k| 191k|5195 | 0.000000e+00 |      --      |    Inf 
1115.00/1115.26	c  1115s|187900 |   137 | 12656k|  67.4 |  18M|  39 |   - | 718 |  17k| 718 | 498 |1739k| 191k|5195 | 0.000000e+00 |      --      |    Inf 
1115.60/1115.87	c  1116s|188000 |   133 | 12663k|  67.4 |  18M|  39 |   - | 718 |  18k| 718 | 557 |1740k| 191k|5198 | 0.000000e+00 |      --      |    Inf 
1116.21/1116.43	c  1116s|188100 |   141 | 12670k|  67.4 |  19M|  39 |   - | 718 |  18k| 718 | 540 |1741k| 191k|5198 | 0.000000e+00 |      --      |    Inf 
1116.80/1117.01	c  1117s|188200 |   141 | 12676k|  67.4 |  19M|  39 | 129 | 718 |  18k| 718 | 526 |1741k| 192k|5201 | 0.000000e+00 |      --      |    Inf 
1117.20/1117.50	c  1118s|188300 |   139 | 12682k|  67.4 |  19M|  39 |   - | 718 |  18k| 718 | 553 |1742k| 192k|5204 | 0.000000e+00 |      --      |    Inf 
1117.80/1118.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.80/1118.07	c  1118s|188400 |   139 | 12689k|  67.4 |  19M|  39 | 130 | 718 |  18k| 718 | 513 |1743k| 192k|5204 | 0.000000e+00 |      --      |    Inf 
1118.50/1118.72	c  1119s|188500 |   141 | 12696k|  67.4 |  19M|  39 | 143 | 718 |  18k| 718 | 519 |1744k| 192k|5204 | 0.000000e+00 |      --      |    Inf 
1119.00/1119.21	c  1119s|188600 |   141 | 12702k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 490 |1744k| 192k|5206 | 0.000000e+00 |      --      |    Inf 
1119.51/1119.71	c  1120s|188700 |   145 | 12708k|  67.3 |  19M|  39 | 134 | 718 |  18k| 718 | 496 |1745k| 192k|5206 | 0.000000e+00 |      --      |    Inf 
1120.00/1120.21	c  1120s|188800 |   143 | 12714k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 482 |1745k| 192k|5206 | 0.000000e+00 |      --      |    Inf 
1120.50/1120.72	c  1121s|188900 |   145 | 12720k|  67.3 |  19M|  39 | 150 | 718 |  18k| 718 | 506 |1746k| 192k|5206 | 0.000000e+00 |      --      |    Inf 
1121.10/1121.37	c  1121s|189000 |   139 | 12728k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 485 |1747k| 192k|5206 | 0.000000e+00 |      --      |    Inf 
1121.81/1122.01	c  1122s|189100 |   139 | 12736k|  67.3 |  19M|  39 |   - | 718 |  18k| 718 | 557 |1748k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1122.30/1122.54	c  1123s|189200 |   139 | 12742k|  67.3 |  19M|  39 | 153 | 718 |  18k| 718 | 471 |1749k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1123.00/1123.29	c  1123s|189300 |   143 | 12750k|  67.4 |  19M|  39 | 119 | 718 |  19k| 718 | 537 |1750k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1123.60/1123.83	c  1124s|189400 |   146 | 12757k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 509 |1751k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1124.10/1124.36	c  1124s|189500 |   146 | 12763k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 531 |1752k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1124.80/1125.04	c  1125s|189600 |   142 | 12771k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 516 |1753k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1125.40/1125.60	c  1126s|189700 |   144 | 12777k|  67.4 |  19M|  39 | 132 | 718 |  19k| 718 | 494 |1753k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1125.90/1126.18	c  1126s|189800 |   140 | 12784k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 532 |1754k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1126.60/1126.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1126.60/1126.81	c  1127s|189900 |   142 | 12792k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 483 |1755k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1127.20/1127.47	c  1127s|190000 |   140 | 12800k|  67.4 |  19M|  39 | 169 | 718 |  19k| 718 | 493 |1757k| 193k|5206 | 0.000000e+00 |      --      |    Inf 
1127.99/1128.22	c  1128s|190100 |   142 | 12808k|  67.4 |  19M|  39 | 134 | 718 |  19k| 718 | 501 |1758k| 193k|5213 | 0.000000e+00 |      --      |    Inf 
1128.59/1128.89	c  1129s|190200 |   140 | 12816k|  67.4 |  19M|  39 | 157 | 718 |  19k| 718 | 504 |1759k| 194k|5213 | 0.000000e+00 |      --      |    Inf 
1129.29/1129.56	c  1130s|190300 |   140 | 12823k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 507 |1760k| 194k|5213 | 0.000000e+00 |      --      |    Inf 
1130.09/1130.30	c  1130s|190400 |   138 | 12831k|  67.4 |  19M|  39 |   - | 718 |  19k| 718 | 542 |1761k| 194k|5217 | 0.000000e+00 |      --      |    Inf 
1130.69/1130.95	c  1131s|190500 |   140 | 12839k|  67.4 |  19M|  39 | 146 | 718 |  20k| 718 | 525 |1763k| 194k|5217 | 0.000000e+00 |      --      |    Inf 
1131.39/1131.68	c  1132s|190600 |   136 | 12847k|  67.4 |  19M|  39 | 140 | 718 |  20k| 718 | 500 |1764k| 194k|5218 | 0.000000e+00 |      --      |    Inf 
1132.20/1132.40	c  1132s|190700 |   134 | 12855k|  67.4 |  19M|  39 |   - | 718 |  20k| 718 | 500 |1765k| 194k|5218 | 0.000000e+00 |      --      |    Inf 
1132.80/1133.09	c  1133s|190800 |   140 | 12863k|  67.4 |  19M|  39 | 132 | 718 |  20k| 718 | 545 |1766k| 194k|5218 | 0.000000e+00 |      --      |    Inf 
1133.40/1133.67	c  1134s|190900 |   140 | 12869k|  67.4 |  19M|  39 | 127 | 718 |  20k| 718 | 541 |1767k| 194k|5218 | 0.000000e+00 |      --      |    Inf 
1133.99/1134.24	c  1134s|191000 |   138 | 12875k|  67.4 |  19M|  39 |   - | 718 |  20k| 718 | 525 |1768k| 194k|5218 | 0.000000e+00 |      --      |    Inf 
1134.60/1134.87	c  1135s|191100 |   134 | 12882k|  67.4 |  19M|  39 |   - | 718 |  20k| 718 | 555 |1768k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1135.19/1135.48	c  1135s|191200 |   140 | 12889k|  67.4 |  19M|  39 |   - | 718 |  20k|   0 |   0 |1769k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1135.69/1135.99	c  1136s|191300 |   138 | 12895k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 534 |1770k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1136.40/1136.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.40/1136.64	c  1137s|191400 |   139 | 12902k|  67.4 |  20M|  39 | 157 | 718 |  20k| 718 | 511 |1771k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1137.00/1137.27	c  1137s|191500 |   135 | 12909k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 515 |1772k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1137.69/1137.90	c  1138s|191600 |   137 | 12916k|  67.4 |  19M|  39 | 137 | 718 |  20k| 718 | 485 |1773k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1138.20/1138.49	c  1138s|191700 |   135 | 12922k|  67.4 |  19M|  39 | 153 | 718 |  20k| 718 | 526 |1774k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1138.79/1139.05	c  1139s|191800 |   133 | 12928k|  67.4 |  19M|  39 |   - | 718 |  20k| 718 | 556 |1775k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1139.41/1139.66	c  1140s|191900 |   135 | 12935k|  67.4 |  19M|  39 | 152 | 718 |  20k| 718 | 538 |1776k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1140.00/1140.21	c  1140s|192000 |   133 | 12942k|  67.4 |  19M|  39 |   - | 718 |  20k| 718 | 510 |1777k| 195k|5218 | 0.000000e+00 |      --      |    Inf 
1140.59/1140.83	c  1141s|192100 |   133 | 12949k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 508 |1777k| 196k|5218 | 0.000000e+00 |      --      |    Inf 
1141.19/1141.49	c  1141s|192200 |   137 | 12956k|  67.4 |  20M|  39 | 140 | 718 |  20k| 718 | 506 |1779k| 196k|5218 | 0.000000e+00 |      --      |    Inf 
1141.90/1142.12	c  1142s|192300 |   138 | 12963k|  67.4 |  20M|  39 | 121 | 718 |  20k| 718 | 527 |1779k| 196k|5221 | 0.000000e+00 |      --      |    Inf 
1142.39/1142.63	c  1143s|192400 |   135 | 12968k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 484 |1780k| 196k|5227 | 0.000000e+00 |      --      |    Inf 
1142.99/1143.27	c  1143s|192500 |   147 | 12975k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 497 |1781k| 196k|5227 | 0.000000e+00 |      --      |    Inf 
1143.70/1143.91	c  1144s|192600 |   147 | 12983k|  67.4 |  20M|  39 | 167 | 718 |  20k| 718 | 536 |1782k| 196k|5227 | 0.000000e+00 |      --      |    Inf 
1144.29/1144.55	c  1145s|192700 |   152 | 12990k|  67.4 |  20M|  39 |   - | 718 |  20k| 718 | 531 |1783k| 196k|5231 | 0.000000e+00 |      --      |    Inf 
1144.99/1145.20	c  1145s|192800 |   148 | 12997k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 528 |1784k| 196k|5231 | 0.000000e+00 |      --      |    Inf 
1145.59/1145.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.59/1145.84	c  1146s|192900 |   148 | 13005k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 525 |1785k| 196k|5231 | 0.000000e+00 |      --      |    Inf 
1146.09/1146.38	c  1146s|193000 |   146 | 13011k|  67.4 |  20M|  39 | 137 | 718 |  21k| 718 | 500 |1785k| 196k|5231 | 0.000000e+00 |      --      |    Inf 
1146.69/1146.95	c  1147s|193100 |   143 | 13017k|  67.4 |  20M|  39 | 170 | 718 |  21k| 718 | 500 |1786k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1147.29/1147.56	c  1148s|193200 |   144 | 13024k|  67.4 |  20M|  39 | 150 | 718 |  21k| 718 | 503 |1787k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1148.00/1148.21	c  1148s|193300 |   142 | 13031k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 499 |1788k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1148.60/1148.89	c  1149s|193400 |   142 | 13039k|  67.4 |  20M|  39 | 166 | 718 |  21k| 718 | 474 |1789k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1149.20/1149.46	c  1149s|193500 |   140 | 13045k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 536 |1789k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1149.69/1149.95	c  1150s|193600 |   136 | 13050k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 497 |1789k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1150.30/1150.59	c  1151s|193700 |   138 | 13057k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 543 |1790k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1150.99/1151.29	c  1151s|193800 |   140 | 13065k|  67.4 |  20M|  39 | 139 | 718 |  21k| 718 | 548 |1792k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1151.59/1151.88	c  1152s|193900 |   138 | 13071k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 543 |1793k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1152.19/1152.50	c  1152s|194000 |   139 | 13078k|  67.4 |  20M|  39 | 153 | 718 |  21k| 718 | 483 |1794k| 197k|5231 | 0.000000e+00 |      --      |    Inf 
1152.79/1153.05	c  1153s|194100 |   139 | 13084k|  67.4 |  20M|  39 | 141 | 718 |  21k| 718 | 544 |1795k| 198k|5231 | 0.000000e+00 |      --      |    Inf 
1153.39/1153.63	c  1154s|194200 |   138 | 13090k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 529 |1796k| 198k|5231 | 0.000000e+00 |      --      |    Inf 
1153.99/1154.26	c  1154s|194300 |   134 | 13097k|  67.4 |  20M|  39 | 169 | 718 |  21k| 718 | 508 |1797k| 198k|5231 | 0.000000e+00 |      --      |    Inf 
1154.70/1154.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1154.70/1154.92	c  1155s|194400 |   138 | 13105k|  67.4 |  20M|  39 | 136 | 718 |  21k| 718 | 511 |1798k| 198k|5231 | 0.000000e+00 |      --      |    Inf 
1155.29/1155.52	c  1156s|194500 |   138 | 13111k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 496 |1799k| 198k|5234 | 0.000000e+00 |      --      |    Inf 
1155.80/1156.10	c  1156s|194600 |   150 | 13118k|  67.4 |  20M|  39 | 129 | 718 |  21k| 718 | 519 |1800k| 198k|5234 | 0.000000e+00 |      --      |    Inf 
1156.39/1156.63	c  1157s|194700 |   142 | 13123k|  67.4 |  20M|  39 | 127 | 718 |  21k| 718 | 541 |1800k| 198k|5240 | 0.000000e+00 |      --      |    Inf 
1157.00/1157.22	c  1157s|194800 |   143 | 13130k|  67.4 |  20M|  39 | 154 | 718 |  21k| 718 | 461 |1801k| 198k|5240 | 0.000000e+00 |      --      |    Inf 
1157.49/1157.76	c  1158s|194900 |   141 | 13136k|  67.4 |  20M|  39 | 151 | 718 |  21k| 718 | 508 |1802k| 198k|5240 | 0.000000e+00 |      --      |    Inf 
1158.19/1158.41	c  1158s|195000 |   140 | 13143k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 509 |1803k| 198k|5246 | 0.000000e+00 |      --      |    Inf 
1158.80/1159.01	c  1159s|195100 |   137 | 13150k|  67.4 |  20M|  39 | 154 | 718 |  21k| 718 | 485 |1804k| 198k|5246 | 0.000000e+00 |      --      |    Inf 
1159.39/1159.68	c  1160s|195200 |   134 | 13158k|  67.4 |  20M|  39 | 142 | 718 |  21k| 718 | 515 |1805k| 199k|5246 | 0.000000e+00 |      --      |    Inf 
1160.09/1160.31	c  1160s|195300 |   136 | 13164k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 520 |1805k| 199k|5247 | 0.000000e+00 |      --      |    Inf 
1160.79/1161.03	c  1161s|195400 |   134 | 13172k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 485 |1806k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1161.49/1161.74	c  1162s|195500 |   138 | 13180k|  67.4 |  20M|  39 | 141 | 718 |  21k| 718 | 494 |1808k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1162.09/1162.31	c  1162s|195600 |   138 | 13187k|  67.4 |  20M|  39 | 134 | 718 |  21k| 718 | 524 |1809k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1162.59/1162.88	c  1163s|195700 |   136 | 13193k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 532 |1810k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1163.09/1163.35	c  1163s|195800 |   136 | 13198k|  67.4 |  20M|  39 | 142 | 718 |  21k| 718 | 510 |1810k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1163.59/1163.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.59/1163.89	c  1164s|195900 |   138 | 13204k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 517 |1811k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1164.39/1164.62	c  1165s|196000 |   138 | 13213k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 557 |1813k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1164.99/1165.28	c  1165s|196100 |   140 | 13220k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 528 |1814k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1165.59/1165.88	c  1166s|196200 |   140 | 13226k|  67.4 |  20M|  39 | 130 | 718 |  22k| 718 | 491 |1814k| 199k|5250 | 0.000000e+00 |      --      |    Inf 
1166.29/1166.52	c  1167s|196300 |   138 | 13234k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 564 |1816k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1166.99/1167.23	c  1167s|196400 |   138 | 13242k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 554 |1817k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1167.69/1167.92	c  1168s|196500 |   138 | 13249k|  67.4 |  20M|  39 | 173 | 718 |  22k| 718 | 505 |1818k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1168.39/1168.65	c  1169s|196600 |   132 | 13257k|  67.4 |  20M|  39 | 155 | 718 |  21k| 718 | 467 |1819k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1169.09/1169.36	c  1169s|196700 |   136 | 13265k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 520 |1820k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1169.79/1170.02	c  1170s|196800 |   133 | 13272k|  67.4 |  20M|  39 | 152 | 718 |  21k| 718 | 539 |1821k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1170.49/1170.72	c  1171s|196900 |   131 | 13280k|  67.4 |  20M|  39 | 148 | 718 |  21k| 718 | 530 |1822k| 200k|5250 | 0.000000e+00 |      --      |    Inf 
1171.30/1171.51	c  1172s|197000 |   134 | 13289k|  67.5 |  20M|  39 | 154 | 718 |  21k| 718 | 523 |1823k| 200k|5252 | 0.000000e+00 |      --      |    Inf 
1171.99/1172.23	c  1172s|197100 |   140 | 13296k|  67.5 |  20M|  39 | 148 | 718 |  21k| 718 | 558 |1824k| 200k|5256 | 0.000000e+00 |      --      |    Inf 
1172.59/1172.82	c  1173s|197200 |   137 | 13303k|  67.5 |  20M|  39 | 136 | 718 |  21k| 718 | 538 |1825k| 200k|5256 | 0.000000e+00 |      --      |    Inf 
1173.19/1173.50	c  1173s|197300 |   139 | 13310k|  67.5 |  20M|  39 | 151 | 718 |  21k| 718 | 570 |1826k| 200k|5258 | 0.000000e+00 |      --      |    Inf 
1173.89/1174.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1173.89/1174.13	c  1174s|197400 |   140 | 13316k|  67.5 |  20M|  39 |   - | 718 |  21k| 718 | 613 |1826k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1174.39/1174.60	c  1175s|197500 |   140 | 13321k|  67.4 |  20M|  39 |   - | 718 |  21k| 718 | 605 |1827k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1174.99/1175.22	c  1175s|197600 |   142 | 13327k|  67.4 |  20M|  39 | 153 | 718 |  21k| 718 | 591 |1827k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1175.48/1175.78	c  1176s|197700 |   144 | 13333k|  67.4 |  20M|  39 |   - | 718 |  21k|   0 |   0 |1828k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1176.09/1176.30	c  1176s|197800 |   137 | 13339k|  67.4 |  20M|  39 | 179 | 718 |  21k| 718 | 476 |1828k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1176.59/1176.80	c  1177s|197900 |   140 | 13344k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 570 |1829k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1177.09/1177.39	c  1177s|198000 |   144 | 13350k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 605 |1830k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1177.69/1177.97	c  1178s|198100 |   140 | 13356k|  67.4 |  20M|  39 | 118 | 718 |  22k| 718 | 595 |1830k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1178.49/1178.70	c  1179s|198200 |   140 | 13364k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 611 |1831k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1179.09/1179.39	c  1179s|198300 |   144 | 13371k|  67.4 |  20M|  39 | 149 | 718 |  22k| 718 | 561 |1832k| 201k|5262 | 0.000000e+00 |      --      |    Inf 
1179.79/1180.08	c  1180s|198400 |   144 | 13379k|  67.4 |  20M|  39 |   - | 718 |  22k|   0 |   0 |1833k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1180.59/1180.85	c  1181s|198500 |   140 | 13387k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 574 |1834k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1181.29/1181.58	c  1182s|198600 |   142 | 13395k|  67.4 |  20M|  39 |   - | 718 |  22k| 718 | 604 |1835k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1181.99/1182.24	c  1182s|198700 |   142 | 13403k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 570 |1836k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1182.68/1182.99	c  1183s|198800 |   142 | 13411k|  67.5 |  20M|  39 | 135 | 718 |  22k| 718 | 596 |1837k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1183.39/1183.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1183.39/1183.64	c  1184s|198900 |   142 | 13418k|  67.5 |  20M|  39 | 148 | 718 |  22k| 718 | 586 |1837k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1184.09/1184.34	c  1184s|199000 |   138 | 13425k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 562 |1838k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1184.79/1185.02	c  1185s|199100 |   144 | 13433k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 607 |1839k| 202k|5262 | 0.000000e+00 |      --      |    Inf 
1185.28/1185.54	c  1186s|199200 |   142 | 13438k|  67.5 |  20M|  39 | 140 | 718 |  23k| 718 | 584 |1839k| 202k|5265 | 0.000000e+00 |      --      |    Inf 
1185.89/1186.17	c  1186s|199300 |   140 | 13445k|  67.5 |  20M|  39 | 143 | 718 |  23k| 718 | 586 |1840k| 202k|5265 | 0.000000e+00 |      --      |    Inf 
1186.59/1186.81	c  1187s|199400 |   142 | 13452k|  67.5 |  20M|  39 | 165 | 718 |  23k| 718 | 578 |1841k| 203k|5267 | 0.000000e+00 |      --      |    Inf 
1187.28/1187.52	c  1188s|199500 |   142 | 13459k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 580 |1842k| 203k|5271 | 0.000000e+00 |      --      |    Inf 
1187.79/1188.05	c  1188s|199600 |   142 | 13465k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 603 |1842k| 203k|5271 | 0.000000e+00 |      --      |    Inf 
1188.38/1188.60	c  1189s|199700 |   141 | 13471k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 593 |1843k| 203k|5271 | 0.000000e+00 |      --      |    Inf 
1188.99/1189.21	c  1189s|199800 |   139 | 13478k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 571 |1843k| 203k|5273 | 0.000000e+00 |      --      |    Inf 
1189.68/1189.91	c  1190s|199900 |   135 | 13485k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 577 |1844k| 203k|5276 | 0.000000e+00 |      --      |    Inf 
1190.18/1190.46	c  1190s|200000 |   136 | 13491k|  67.5 |  21M|  39 | 165 | 718 |  23k| 718 | 574 |1844k| 203k|5276 | 0.000000e+00 |      --      |    Inf 
1190.88/1191.14	c  1191s|200100 |   138 | 13498k|  67.5 |  21M|  39 | 144 | 718 |  23k| 718 | 570 |1845k| 203k|5276 | 0.000000e+00 |      --      |    Inf 
1191.49/1191.75	c  1192s|200200 |   136 | 13505k|  67.5 |  21M|  39 | 162 | 718 |  23k| 718 | 548 |1845k| 203k|5276 | 0.000000e+00 |      --      |    Inf 
1192.29/1192.58	c  1193s|200300 |   134 | 13514k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 528 |1847k| 203k|5279 | 0.000000e+00 |      --      |    Inf 
1193.08/1193.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.08/1193.30	c  1193s|200400 |   138 | 13522k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 554 |1848k| 203k|5279 | 0.000000e+00 |      --      |    Inf 
1193.59/1193.87	c  1194s|200500 |   136 | 13529k|  67.5 |  21M|  39 | 159 | 718 |  23k| 718 | 534 |1849k| 203k|5279 | 0.000000e+00 |      --      |    Inf 
1194.30/1194.55	c  1195s|200600 |   134 | 13536k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 524 |1850k| 204k|5282 | 0.000000e+00 |      --      |    Inf 
1194.88/1195.14	c  1195s|200700 |   140 | 13543k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 546 |1851k| 204k|5284 | 0.000000e+00 |      --      |    Inf 
1195.49/1195.75	c  1196s|200800 |   135 | 13549k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 554 |1851k| 204k|5284 | 0.000000e+00 |      --      |    Inf 
1196.29/1196.56	c  1197s|200900 |   139 | 13559k|  67.5 |  21M|  39 | 152 | 718 |  23k| 718 | 586 |1853k| 204k|5286 | 0.000000e+00 |      --      |    Inf 
1196.98/1197.22	c  1197s|201000 |   137 | 13566k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 578 |1853k| 204k|5286 | 0.000000e+00 |      --      |    Inf 
1197.78/1198.01	c  1198s|201100 |   134 | 13575k|  67.5 |  21M|  39 | 164 | 718 |  23k| 718 | 542 |1854k| 204k|5286 | 0.000000e+00 |      --      |    Inf 
1198.58/1198.83	c  1199s|201200 |   138 | 13584k|  67.5 |  21M|  39 | 155 | 718 |  23k| 718 | 549 |1856k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1199.28/1199.59	c  1200s|201300 |   139 | 13593k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 560 |1857k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1200.08/1200.31	c  1200s|201400 |   133 | 13601k|  67.5 |  21M|  39 | 152 | 718 |  23k| 718 | 536 |1858k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1200.78/1201.04	c  1201s|201500 |   135 | 13609k|  67.5 |  21M|  39 | 158 | 718 |  23k| 718 | 582 |1859k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1201.58/1201.83	c  1202s|201600 |   133 | 13618k|  67.5 |  21M|  39 |   - | 718 |  23k| 718 | 564 |1860k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1202.29/1202.51	c  1203s|201700 |   134 | 13625k|  67.5 |  20M|  39 | 108 | 718 |  22k| 718 | 527 |1861k| 204k|5287 | 0.000000e+00 |      --      |    Inf 
1202.69/1202.94	c  1203s|201800 |   132 | 13630k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 515 |1862k| 205k|5287 | 0.000000e+00 |      --      |    Inf 
1203.19/1203.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1203.19/1203.45	c  1203s|201900 |   133 | 13636k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 504 |1863k| 205k|5287 | 0.000000e+00 |      --      |    Inf 
1203.78/1204.04	c  1204s|202000 |   131 | 13642k|  67.5 |  20M|  39 |   - | 718 |  22k| 718 | 510 |1863k| 205k|5293 | 0.000000e+00 |      --      |    Inf 
1204.48/1204.73	c  1205s|202100 |   133 | 13649k|  67.5 |  20M|  39 | 151 | 718 |  21k| 718 | 541 |1864k| 205k|5293 | 0.000000e+00 |      --      |    Inf 
1205.18/1205.43	c  1205s|202200 |   129 | 13656k|  67.5 |  20M|  39 |   - | 718 |  21k| 718 | 527 |1865k| 205k|5294 | 0.000000e+00 |      --      |    Inf 
1205.89/1206.12	c  1206s|202300 |   131 | 13664k|  67.5 |  20M|  39 | 166 | 718 |  21k| 718 | 512 |1866k| 205k|5297 | 0.000000e+00 |      --      |    Inf 
1206.69/1206.98	c  1207s|202400 |   129 | 13674k|  67.6 |  20M|  39 | 169 | 718 |  20k| 718 | 488 |1868k| 205k|5297 | 0.000000e+00 |      --      |    Inf 
1207.49/1207.79	c  1208s|202500 |   129 | 13683k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 536 |1870k| 205k|5297 | 0.000000e+00 |      --      |    Inf 
1208.18/1208.45	c  1208s|202600 |   127 | 13690k|  67.6 |  19M|  39 | 151 | 718 |  20k| 718 | 522 |1871k| 205k|5297 | 0.000000e+00 |      --      |    Inf 
1208.88/1209.19	c  1209s|202700 |   121 | 13698k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 528 |1872k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1209.48/1209.79	c  1210s|202800 |   121 | 13705k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 535 |1872k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1210.18/1210.46	c  1210s|202900 |   115 | 13712k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 544 |1873k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1210.79/1211.01	c  1211s|203000 |   119 | 13718k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 548 |1874k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1211.38/1211.64	c  1212s|203100 |   120 | 13725k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 517 |1875k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1211.99/1212.23	c  1212s|203200 |   123 | 13732k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 516 |1875k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1212.58/1212.89	c  1213s|203300 |   121 | 13739k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 548 |1876k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1213.19/1213.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1213.19/1213.47	c  1213s|203400 |   122 | 13746k|  67.6 |  19M|  39 | 165 | 718 |  20k| 718 | 490 |1877k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1213.78/1214.06	c  1214s|203500 |   122 | 13753k|  67.6 |  19M|  39 | 161 | 718 |  20k| 718 | 518 |1878k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1214.48/1214.73	c  1215s|203600 |   124 | 13760k|  67.6 |  19M|  39 | 151 | 718 |  20k| 718 | 503 |1879k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1215.08/1215.37	c  1215s|203700 |   120 | 13768k|  67.6 |  19M|  39 | 164 | 718 |  20k| 718 | 487 |1880k| 206k|5297 | 0.000000e+00 |      --      |    Inf 
1215.79/1216.06	c  1216s|203800 |   122 | 13775k|  67.6 |  19M|  39 | 158 | 718 |  20k| 718 | 488 |1881k| 207k|5297 | 0.000000e+00 |      --      |    Inf 
1216.48/1216.77	c  1217s|203900 |   120 | 13783k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 550 |1882k| 207k|5303 | 0.000000e+00 |      --      |    Inf 
1217.29/1217.50	c  1218s|204000 |   124 | 13791k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 526 |1883k| 207k|5303 | 0.000000e+00 |      --      |    Inf 
1217.88/1218.19	c  1218s|204100 |   119 | 13799k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 523 |1884k| 207k|5303 | 0.000000e+00 |      --      |    Inf 
1218.48/1218.78	c  1219s|204200 |   126 | 13805k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 531 |1885k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1219.08/1219.36	c  1219s|204300 |   121 | 13812k|  67.6 |  19M|  39 | 167 | 718 |  20k| 718 | 507 |1885k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1219.79/1220.02	c  1220s|204400 |   118 | 13819k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 558 |1886k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1220.48/1220.70	c  1221s|204500 |   118 | 13827k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 565 |1887k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1220.99/1221.29	c  1221s|204600 |   120 | 13833k|  67.6 |  19M|  39 | 156 | 718 |  20k| 718 | 546 |1888k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1221.68/1221.90	c  1222s|204700 |   118 | 13840k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 533 |1889k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1222.18/1222.49	c  1222s|204800 |   116 | 13847k|  67.6 |  19M|  39 | 155 | 718 |  20k| 718 | 538 |1890k| 207k|5305 | 0.000000e+00 |      --      |    Inf 
1222.88/1223.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1222.88/1223.11	c  1223s|204900 |   116 | 13854k|  67.6 |  19M|  39 | 153 | 718 |  20k| 718 | 521 |1891k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1223.48/1223.74	c  1224s|205000 |   114 | 13861k|  67.6 |  19M|  39 | 146 | 718 |  20k| 718 | 504 |1891k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1224.09/1224.34	c  1224s|205100 |   110 | 13868k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 534 |1892k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1224.88/1225.13	c  1225s|205200 |   114 | 13878k|  67.6 |  19M|  39 | 144 | 718 |  20k| 718 | 542 |1894k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1225.48/1225.73	c  1226s|205300 |   114 | 13884k|  67.6 |  19M|  39 | 151 | 718 |  20k| 718 | 540 |1895k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1226.19/1226.40	c  1226s|205400 |   112 | 13892k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 518 |1896k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1226.78/1227.03	c  1227s|205500 |   108 | 13899k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 545 |1897k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1227.39/1227.61	c  1228s|205600 |   116 | 13905k|  67.6 |  19M|  39 | 120 | 718 |  20k| 718 | 521 |1898k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1227.89/1228.13	c  1228s|205700 |   111 | 13911k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 516 |1898k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1228.39/1228.69	c  1229s|205800 |   108 | 13918k|  67.6 |  19M|  39 | 160 | 718 |  21k| 718 | 520 |1899k| 208k|5305 | 0.000000e+00 |      --      |    Inf 
1229.08/1229.32	c  1229s|205900 |   112 | 13924k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 530 |1900k| 209k|5311 | 0.000000e+00 |      --      |    Inf 
1229.59/1229.84	c  1230s|206000 |   112 | 13930k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 580 |1900k| 209k|5311 | 0.000000e+00 |      --      |    Inf 
1230.18/1230.44	c  1230s|206100 |   110 | 13936k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 592 |1901k| 209k|5311 | 0.000000e+00 |      --      |    Inf 
1230.78/1231.05	c  1231s|206200 |   108 | 13943k|  67.6 |  19M|  39 | 161 | 718 |  20k| 718 | 517 |1901k| 209k|5312 | 0.000000e+00 |      --      |    Inf 
1231.48/1231.70	c  1232s|206300 |   110 | 13950k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 571 |1902k| 209k|5312 | 0.000000e+00 |      --      |    Inf 
1232.08/1232.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1232.08/1232.31	c  1232s|206400 |   108 | 13957k|  67.6 |  19M|  39 | 151 | 718 |  20k| 718 | 518 |1903k| 209k|5312 | 0.000000e+00 |      --      |    Inf 
1232.78/1233.01	c  1233s|206500 |   108 | 13964k|  67.6 |  19M|  39 | 139 | 718 |  20k| 718 | 592 |1904k| 209k|5312 | 0.000000e+00 |      --      |    Inf 
1233.38/1233.63	c  1234s|206600 |   104 | 13971k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 538 |1904k| 209k|5314 | 0.000000e+00 |      --      |    Inf 
1233.99/1234.25	c  1234s|206700 |   104 | 13977k|  67.6 |  19M|  39 | 166 | 718 |  20k| 718 | 513 |1905k| 209k|5314 | 0.000000e+00 |      --      |    Inf 
1234.58/1234.80	c  1235s|206800 |   100 | 13983k|  67.6 |  19M|  39 |   - | 718 |  20k|   0 |   0 |1906k| 209k|5315 | 0.000000e+00 |      --      |    Inf 
1235.08/1235.34	c  1235s|206900 |   108 | 13989k|  67.6 |  19M|  39 | 133 | 718 |  20k| 718 | 510 |1906k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1235.68/1235.92	c  1236s|207000 |   106 | 13995k|  67.6 |  19M|  39 | 119 | 718 |  20k| 718 | 520 |1907k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1236.18/1236.49	c  1236s|207100 |   110 | 14002k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 524 |1908k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1236.77/1237.02	c  1237s|207200 |   110 | 14008k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 515 |1909k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1237.29/1237.54	c  1238s|207300 |   113 | 14015k|  67.6 |  19M|  39 |   - | 718 |  20k|   0 |   0 |1910k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1237.78/1238.09	c  1238s|207400 |   107 | 14021k|  67.6 |  19M|  39 | 155 | 718 |  20k| 718 | 496 |1910k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1238.39/1238.62	c  1239s|207500 |   105 | 14027k|  67.6 |  19M|  39 | 134 | 718 |  20k| 718 | 496 |1911k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1238.87/1239.13	c  1239s|207600 |   105 | 14033k|  67.6 |  19M|  39 | 134 | 718 |  20k| 718 | 506 |1912k| 210k|5315 | 0.000000e+00 |      --      |    Inf 
1239.38/1239.65	c  1240s|207700 |   107 | 14039k|  67.6 |  19M|  39 | 134 | 718 |  20k| 718 | 507 |1912k| 211k|5315 | 0.000000e+00 |      --      |    Inf 
1239.98/1240.23	c  1240s|207800 |   105 | 14046k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 517 |1913k| 211k|5315 | 0.000000e+00 |      --      |    Inf 
1240.59/1240.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1240.59/1240.84	c  1241s|207900 |   101 | 14052k|  67.6 |  19M|  39 | 153 | 718 |  20k| 718 | 493 |1914k| 211k|5315 | 0.000000e+00 |      --      |    Inf 
1241.17/1241.47	c  1241s|208000 |   103 | 14059k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 502 |1915k| 211k|5315 | 0.000000e+00 |      --      |    Inf 
1241.87/1242.11	c  1242s|208100 |   101 | 14066k|  67.6 |  19M|  39 | 165 | 718 |  20k| 718 | 549 |1916k| 211k|5321 | 0.000000e+00 |      --      |    Inf 
1242.58/1242.80	c  1243s|208200 |   107 | 14074k|  67.6 |  19M|  39 | 133 | 718 |  20k| 718 | 489 |1917k| 211k|5321 | 0.000000e+00 |      --      |    Inf 
1243.18/1243.42	c  1243s|208300 |   105 | 14081k|  67.6 |  19M|  39 | 160 | 718 |  20k| 718 | 608 |1918k| 211k|5321 | 0.000000e+00 |      --      |    Inf 
1243.89/1244.11	c  1244s|208400 |   107 | 14088k|  67.6 |  19M|  39 | 154 | 718 |  20k| 718 | 517 |1919k| 211k|5322 | 0.000000e+00 |      --      |    Inf 
1244.57/1244.89	c  1245s|208500 |   107 | 14097k|  67.6 |  19M|  39 | 154 | 718 |  20k| 718 | 517 |1921k| 211k|5325 | 0.000000e+00 |      --      |    Inf 
1245.38/1245.66	c  1246s|208600 |   105 | 14106k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 528 |1922k| 211k|5328 | 0.000000e+00 |      --      |    Inf 
1246.17/1246.47	c  1246s|208700 |   107 | 14115k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 522 |1923k| 211k|5330 | 0.000000e+00 |      --      |    Inf 
1246.78/1247.07	c  1247s|208800 |   109 | 14122k|  67.6 |  19M|  39 | 148 | 718 |  20k| 718 | 498 |1924k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1247.38/1247.65	c  1248s|208900 |   109 | 14129k|  67.6 |  19M|  39 | 147 | 718 |  20k| 718 | 531 |1925k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1247.98/1248.28	c  1248s|209000 |   107 | 14136k|  67.6 |  19M|  39 |   - | 718 |  20k| 718 | 518 |1926k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1248.68/1248.97	c  1249s|209100 |   111 | 14144k|  67.6 |  19M|  39 | 143 | 718 |  20k| 718 | 531 |1927k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1249.39/1249.64	c  1250s|209200 |   110 | 14151k|  67.6 |  19M|  39 | 159 | 718 |  20k| 718 | 532 |1929k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1250.08/1250.36	c  1250s|209300 |   108 | 14160k|  67.7 |  19M|  39 |   - | 718 |  20k| 718 | 509 |1930k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1250.78/1251.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1250.78/1251.06	c  1251s|209400 |   106 | 14168k|  67.7 |  20M|  39 |   - | 718 |  20k| 718 | 510 |1931k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1251.48/1251.73	c  1252s|209500 |   109 | 14175k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 504 |1932k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1252.08/1252.36	c  1252s|209600 |   107 | 14183k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 497 |1933k| 212k|5330 | 0.000000e+00 |      --      |    Inf 
1252.68/1252.96	c  1253s|209700 |   107 | 14190k|  67.7 |  20M|  39 | 144 | 718 |  21k| 718 | 511 |1934k| 213k|5330 | 0.000000e+00 |      --      |    Inf 
1253.38/1253.63	c  1254s|209800 |   104 | 14198k|  67.7 |  20M|  39 | 154 | 718 |  21k| 718 | 509 |1935k| 213k|5330 | 0.000000e+00 |      --      |    Inf 
1254.08/1254.32	c  1254s|209900 |   105 | 14206k|  67.7 |  20M|  39 | 157 | 718 |  21k| 718 | 479 |1936k| 213k|5330 | 0.000000e+00 |      --      |    Inf 
1254.68/1255.00	c  1255s|210000 |   103 | 14213k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 507 |1937k| 213k|5330 | 0.000000e+00 |      --      |    Inf 
1255.48/1255.71	c  1256s|210100 |   101 | 14221k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 500 |1938k| 213k|5330 | 0.000000e+00 |      --      |    Inf 
1256.17/1256.46	c  1256s|210200 |   103 | 14229k|  67.7 |  20M|  39 | 147 | 718 |  21k| 718 | 529 |1939k| 213k|5338 | 0.000000e+00 |      --      |    Inf 
1256.88/1257.11	c  1257s|210300 |    99 | 14236k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 577 |1940k| 213k|5338 | 0.000000e+00 |      --      |    Inf 
1257.58/1257.83	c  1258s|210400 |   101 | 14244k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 511 |1942k| 213k|5338 | 0.000000e+00 |      --      |    Inf 
1258.28/1258.54	c  1259s|210500 |   101 | 14252k|  67.7 |  20M|  39 | 165 | 718 |  21k| 718 | 485 |1943k| 213k|5339 | 0.000000e+00 |      --      |    Inf 
1258.98/1259.21	c  1259s|210600 |   100 | 14260k|  67.7 |  20M|  39 | 156 | 718 |  21k| 718 | 506 |1944k| 213k|5339 | 0.000000e+00 |      --      |    Inf 
1259.68/1259.94	c  1260s|210700 |    97 | 14269k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 544 |1945k| 213k|5339 | 0.000000e+00 |      --      |    Inf 
1260.48/1260.71	c  1261s|210800 |   101 | 14278k|  67.7 |  20M|  39 |   - | 718 |  21k|   0 |   0 |1947k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1261.08/1261.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1261.08/1261.33	c  1261s|210900 |   101 | 14285k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 530 |1948k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1261.68/1261.93	c  1262s|211000 |   103 | 14291k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 539 |1949k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1262.28/1262.59	c  1263s|211100 |   101 | 14299k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 534 |1950k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1262.87/1263.16	c  1263s|211200 |   101 | 14306k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 520 |1951k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1263.47/1263.78	c  1264s|211300 |   100 | 14313k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 552 |1952k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1264.17/1264.41	c  1264s|211400 |   100 | 14320k|  67.7 |  20M|  39 | 165 | 718 |  21k| 718 | 508 |1953k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1264.78/1265.01	c  1265s|211500 |   100 | 14327k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 513 |1954k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1265.38/1265.61	c  1266s|211600 |   100 | 14334k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 515 |1955k| 214k|5339 | 0.000000e+00 |      --      |    Inf 
1266.08/1266.30	c  1266s|211700 |   100 | 14342k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 539 |1956k| 215k|5339 | 0.000000e+00 |      --      |    Inf 
1266.67/1266.97	c  1267s|211800 |    98 | 14350k|  67.8 |  20M|  39 | 144 | 718 |  21k| 718 | 501 |1957k| 215k|5339 | 0.000000e+00 |      --      |    Inf 
1267.18/1267.48	c  1267s|211900 |   100 | 14355k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 556 |1958k| 215k|5339 | 0.000000e+00 |      --      |    Inf 
1267.87/1268.10	c  1268s|212000 |   100 | 14362k|  67.7 |  19M|  39 |   - | 718 |  21k| 718 | 592 |1959k| 215k|5346 | 0.000000e+00 |      --      |    Inf 
1268.38/1268.66	c  1269s|212100 |    99 | 14368k|  67.7 |  19M|  39 | 143 | 718 |  21k| 718 | 561 |1959k| 215k|5346 | 0.000000e+00 |      --      |    Inf 
1268.87/1269.16	c  1269s|212200 |    97 | 14373k|  67.7 |  19M|  39 |   - | 718 |  21k| 718 | 553 |1960k| 215k|5346 | 0.000000e+00 |      --      |    Inf 
1269.37/1269.64	c  1270s|212300 |    95 | 14378k|  67.7 |  19M|  39 |   - | 718 |  21k| 718 | 540 |1960k| 215k|5346 | 0.000000e+00 |      --      |    Inf 
1269.97/1270.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.97/1270.28	c  1270s|212400 |    98 | 14385k|  67.7 |  19M|  39 | 124 | 718 |  21k| 718 | 531 |1961k| 215k|5347 | 0.000000e+00 |      --      |    Inf 
1270.57/1270.83	c  1271s|212500 |   100 | 14391k|  67.7 |  19M|  39 | 128 | 718 |  21k| 718 | 572 |1962k| 215k|5348 | 0.000000e+00 |      --      |    Inf 
1271.07/1271.33	c  1271s|212600 |    97 | 14397k|  67.7 |  19M|  39 | 148 | 718 |  21k| 718 | 516 |1962k| 215k|5348 | 0.000000e+00 |      --      |    Inf 
1271.77/1272.00	c  1272s|212700 |    95 | 14404k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 549 |1963k| 216k|5348 | 0.000000e+00 |      --      |    Inf 
1272.49/1272.70	c  1273s|212800 |    96 | 14412k|  67.7 |  19M|  39 | 144 | 718 |  21k| 718 | 520 |1964k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1273.07/1273.30	c  1273s|212900 |    94 | 14418k|  67.7 |  19M|  39 |   - | 718 |  21k| 718 | 554 |1965k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1273.68/1273.99	c  1274s|213000 |    94 | 14426k|  67.7 |  20M|  39 | 148 | 718 |  21k| 718 | 548 |1966k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1274.37/1274.69	c  1275s|213100 |   104 | 14434k|  67.7 |  19M|  39 |   - | 718 |  21k| 718 | 537 |1967k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1275.08/1275.33	c  1275s|213200 |   100 | 14441k|  67.7 |  19M|  39 |   - | 718 |  21k|   0 |   0 |1968k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1275.68/1275.93	c  1276s|213300 |   102 | 14448k|  67.7 |  19M|  39 | 154 | 718 |  21k| 718 | 510 |1969k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1276.17/1276.41	c  1276s|213400 |   101 | 14453k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 525 |1970k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1276.57/1276.83	c  1277s|213500 |   101 | 14458k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 541 |1970k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1277.08/1277.30	c  1277s|213600 |   101 | 14463k|  67.7 |  20M|  39 | 134 | 718 |  21k| 718 | 496 |1971k| 216k|5349 | 0.000000e+00 |      --      |    Inf 
1277.57/1277.81	c  1278s|213700 |   101 | 14469k|  67.7 |  20M|  39 | 157 | 718 |  21k| 718 | 527 |1972k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1278.07/1278.37	c  1278s|213800 |    99 | 14475k|  67.7 |  20M|  39 | 151 | 718 |  21k| 718 | 516 |1972k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1278.68/1278.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1278.68/1278.92	c  1279s|213900 |   102 | 14481k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 507 |1973k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1279.28/1279.52	c  1280s|214000 |   100 | 14487k|  67.7 |  20M|  39 | 155 | 718 |  21k| 718 | 521 |1973k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1279.87/1280.11	c  1280s|214100 |    98 | 14494k|  67.7 |  20M|  39 | 163 | 718 |  21k| 718 | 534 |1974k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1280.37/1280.67	c  1281s|214200 |    98 | 14500k|  67.7 |  20M|  39 | 141 | 718 |  21k| 718 | 534 |1974k| 217k|5349 | 0.000000e+00 |      --      |    Inf 
1281.07/1281.36	c  1281s|214300 |   103 | 14508k|  67.7 |  20M|  39 |   - | 718 |  21k| 718 | 500 |1975k| 217k|5355 | 0.000000e+00 |      --      |    Inf 
1281.77/1282.07	c  1282s|214400 |   101 | 14516k|  67.7 |  20M|  39 | 169 | 718 |  21k| 718 | 473 |1977k| 217k|5355 | 0.000000e+00 |      --      |    Inf 
1282.47/1282.72	c  1283s|214500 |    99 | 14523k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 517 |1978k| 217k|5357 | 0.000000e+00 |      --      |    Inf 
1283.17/1283.44	c  1283s|214600 |    97 | 14531k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 477 |1979k| 217k|5357 | 0.000000e+00 |      --      |    Inf 
1283.88/1284.14	c  1284s|214700 |    96 | 14539k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 533 |1980k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1284.37/1284.68	c  1285s|214800 |    96 | 14545k|  67.7 |  20M|  39 | 134 | 718 |  22k| 718 | 525 |1980k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1285.07/1285.31	c  1285s|214900 |    99 | 14552k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 514 |1981k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1285.58/1285.81	c  1286s|215000 |    98 | 14558k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 492 |1982k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1286.08/1286.34	c  1286s|215100 |    96 | 14564k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 519 |1982k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1286.57/1286.90	c  1287s|215200 |    95 | 14570k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 485 |1983k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1287.17/1287.44	c  1287s|215300 |    95 | 14576k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 543 |1984k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1287.97/1288.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1287.97/1288.24	c  1288s|215400 |    95 | 14586k|  67.7 |  20M|  39 | 158 | 718 |  22k| 718 | 542 |1985k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1288.67/1288.97	c  1289s|215500 |    94 | 14594k|  67.7 |  20M|  39 | 153 | 718 |  22k| 718 | 496 |1986k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1289.47/1289.75	c  1290s|215600 |    94 | 14603k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 520 |1988k| 218k|5359 | 0.000000e+00 |      --      |    Inf 
1290.17/1290.47	c  1290s|215700 |    94 | 14611k|  67.7 |  20M|  39 | 148 | 718 |  21k| 718 | 522 |1989k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1290.77/1291.03	c  1291s|215800 |    95 | 14617k|  67.7 |  20M|  39 | 125 | 718 |  22k| 718 | 516 |1989k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1291.37/1291.65	c  1292s|215900 |    94 | 14624k|  67.7 |  20M|  39 | 127 | 718 |  22k| 718 | 482 |1990k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1291.97/1292.26	c  1292s|216000 |    98 | 14631k|  67.7 |  20M|  39 | 142 | 718 |  22k| 718 | 523 |1991k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1292.57/1292.80	c  1293s|216100 |    94 | 14637k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 524 |1992k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1293.07/1293.32	c  1293s|216200 |    96 | 14643k|  67.7 |  20M|  39 | 146 | 718 |  22k| 718 | 518 |1992k| 219k|5359 | 0.000000e+00 |      --      |    Inf 
1293.57/1293.86	c  1294s|216300 |    95 | 14649k|  67.7 |  20M|  39 | 161 | 718 |  22k| 718 | 534 |1993k| 219k|5368 | 0.000000e+00 |      --      |    Inf 
1294.07/1294.39	c  1294s|216400 |    95 | 14654k|  67.7 |  20M|  39 | 150 | 718 |  22k| 718 | 490 |1993k| 219k|5368 | 0.000000e+00 |      --      |    Inf 
1294.77/1295.07	c  1295s|216500 |    90 | 14662k|  67.7 |  20M|  39 | 166 | 718 |  22k| 718 | 551 |1994k| 219k|5368 | 0.000000e+00 |      --      |    Inf 
1295.47/1295.75	c  1296s|216600 |    92 | 14669k|  67.7 |  20M|  39 | 140 | 718 |  22k| 718 | 531 |1995k| 219k|5368 | 0.000000e+00 |      --      |    Inf 
1296.17/1296.45	c  1296s|216700 |    92 | 14677k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 553 |1996k| 220k|5370 | 0.000000e+00 |      --      |    Inf 
1296.87/1297.12	c  1297s|216800 |    90 | 14684k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 551 |1997k| 220k|5371 | 0.000000e+00 |      --      |    Inf 
1297.57/1297.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.57/1297.80	c  1298s|216900 |    91 | 14691k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 578 |1998k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1298.06/1298.38	c  1298s|217000 |    95 | 14697k|  67.7 |  20M|  39 | 136 | 718 |  22k| 718 | 549 |1998k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1298.67/1298.95	c  1299s|217100 |    95 | 14703k|  67.7 |  20M|  39 | 138 | 718 |  22k| 718 | 570 |1999k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1299.16/1299.49	c  1299s|217200 |    94 | 14709k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 568 |1999k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1299.77/1300.02	c  1300s|217300 |    93 | 14715k|  67.7 |  20M|  39 | 144 | 718 |  22k| 718 | 584 |2000k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1300.36/1300.67	c  1301s|217400 |    93 | 14722k|  67.7 |  20M|  39 | 128 | 718 |  22k| 718 | 559 |2000k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1300.97/1301.27	c  1301s|217500 |    94 | 14728k|  67.7 |  20M|  39 | 142 | 718 |  22k| 718 | 557 |2001k| 220k|5372 | 0.000000e+00 |      --      |    Inf 
1301.57/1301.83	c  1302s|217600 |    90 | 14735k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 564 |2002k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1302.17/1302.44	c  1302s|217700 |    86 | 14741k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 503 |2002k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1302.76/1303.09	c  1303s|217800 |    90 | 14749k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 527 |2004k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1303.46/1303.72	c  1304s|217900 |    92 | 14756k|  67.7 |  20M|  39 | 150 | 718 |  22k| 718 | 577 |2005k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1304.17/1304.43	c  1304s|218000 |    90 | 14764k|  67.7 |  20M|  39 | 158 | 718 |  22k| 718 | 510 |2006k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1305.06/1305.30	c  1305s|218100 |    92 | 14774k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 506 |2008k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1305.76/1306.01	c  1306s|218200 |    86 | 14782k|  67.7 |  20M|  39 |   - | 718 |  22k| 718 | 530 |2009k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1306.66/1306.90	c  1307s|218300 |    90 | 14792k|  67.8 |  20M|  39 | 139 | 718 |  22k| 718 | 500 |2011k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1307.26/1307.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1307.26/1307.56	c  1308s|218400 |    89 | 14799k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 527 |2012k| 221k|5372 | 0.000000e+00 |      --      |    Inf 
1307.96/1308.22	c  1308s|218500 |    89 | 14806k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 529 |2013k| 221k|5377 | 0.000000e+00 |      --      |    Inf 
1308.67/1308.96	c  1309s|218600 |    94 | 14815k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 507 |2014k| 221k|5377 | 0.000000e+00 |      --      |    Inf 
1309.27/1309.57	c  1310s|218700 |    92 | 14822k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 522 |2015k| 221k|5379 | 0.000000e+00 |      --      |    Inf 
1309.97/1310.24	c  1310s|218800 |    92 | 14829k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 455 |2016k| 222k|5381 | 0.000000e+00 |      --      |    Inf 
1310.66/1310.92	c  1311s|218900 |    92 | 14837k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 490 |2018k| 222k|5384 | 0.000000e+00 |      --      |    Inf 
1311.07/1311.39	c  1311s|219000 |    96 | 14843k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 486 |2018k| 222k|5384 | 0.000000e+00 |      --      |    Inf 
1311.57/1311.88	c  1312s|219100 |    94 | 14849k|  67.8 |  20M|  39 | 117 | 718 |  22k| 718 | 478 |2019k| 222k|5384 | 0.000000e+00 |      --      |    Inf 
1312.17/1312.48	c  1312s|219200 |    92 | 14855k|  67.8 |  20M|  39 | 138 | 718 |  22k| 718 | 468 |2020k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1312.76/1313.05	c  1313s|219300 |    90 | 14862k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 521 |2020k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1313.36/1313.66	c  1314s|219400 |    88 | 14869k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 507 |2021k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1314.06/1314.34	c  1314s|219500 |    90 | 14877k|  67.8 |  20M|  39 | 138 | 718 |  22k| 718 | 530 |2022k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1314.77/1315.01	c  1315s|219600 |    88 | 14884k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 533 |2023k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1315.47/1315.73	c  1316s|219700 |    86 | 14892k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 526 |2024k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1316.06/1316.38	c  1316s|219800 |    86 | 14900k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 539 |2025k| 222k|5385 | 0.000000e+00 |      --      |    Inf 
1316.66/1316.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.66/1316.94	c  1317s|219900 |    86 | 14906k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 563 |2026k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1317.17/1317.48	c  1317s|220000 |    87 | 14912k|  67.8 |  20M|  39 | 131 | 718 |  22k| 718 | 544 |2026k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1317.77/1318.09	c  1318s|220100 |    89 | 14919k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 578 |2027k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1318.47/1318.75	c  1319s|220200 |    87 | 14926k|  67.8 |  20M|  39 | 136 | 718 |  22k| 718 | 544 |2028k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1319.07/1319.37	c  1319s|220300 |    88 | 14933k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 572 |2029k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1319.87/1320.10	c  1320s|220400 |    86 | 14941k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 563 |2030k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1320.47/1320.78	c  1321s|220500 |    86 | 14949k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 560 |2031k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1321.16/1321.48	c  1321s|220600 |    80 | 14957k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 534 |2032k| 223k|5385 | 0.000000e+00 |      --      |    Inf 
1321.97/1322.22	c  1322s|220700 |    83 | 14964k|  67.8 |  20M|  39 | 137 | 718 |  22k| 718 | 519 |2033k| 223k|5392 | 0.000000e+00 |      --      |    Inf 
1322.56/1322.85	c  1323s|220800 |    84 | 14971k|  67.8 |  20M|  39 | 148 | 718 |  22k| 718 | 570 |2034k| 223k|5392 | 0.000000e+00 |      --      |    Inf 
1323.16/1323.46	c  1323s|220900 |    83 | 14977k|  67.8 |  20M|  39 | 150 | 718 |  22k| 718 | 486 |2034k| 224k|5392 | 0.000000e+00 |      --      |    Inf 
1323.86/1324.14	c  1324s|221000 |    83 | 14984k|  67.8 |  20M|  39 | 134 | 718 |  22k| 718 | 500 |2035k| 224k|5398 | 0.000000e+00 |      --      |    Inf 
1324.47/1324.77	c  1325s|221100 |    80 | 14992k|  67.8 |  20M|  39 | 151 | 718 |  22k| 718 | 497 |2036k| 224k|5398 | 0.000000e+00 |      --      |    Inf 
1325.17/1325.47	c  1325s|221200 |    79 | 15000k|  67.8 |  20M|  39 | 137 | 718 |  22k| 718 | 509 |2037k| 224k|5398 | 0.000000e+00 |      --      |    Inf 
1325.96/1326.26	c  1326s|221300 |    81 | 15008k|  67.8 |  20M|  39 | 155 | 718 |  22k| 718 | 539 |2038k| 224k|5401 | 0.000000e+00 |      --      |    Inf 
1326.77/1327.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1326.77/1327.06	c  1327s|221400 |    87 | 15017k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 555 |2040k| 224k|5403 | 0.000000e+00 |      --      |    Inf 
1327.56/1327.80	c  1328s|221500 |    89 | 15025k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 546 |2041k| 224k|5404 | 0.000000e+00 |      --      |    Inf 
1328.07/1328.39	c  1328s|221600 |    87 | 15032k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 525 |2041k| 224k|5404 | 0.000000e+00 |      --      |    Inf 
1328.76/1329.08	c  1329s|221700 |    85 | 15040k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 515 |2042k| 224k|5404 | 0.000000e+00 |      --      |    Inf 
1329.46/1329.77	c  1330s|221800 |    83 | 15047k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 554 |2043k| 224k|5404 | 0.000000e+00 |      --      |    Inf 
1330.16/1330.42	c  1330s|221900 |    81 | 15054k|  67.8 |  20M|  39 | 147 | 718 |  22k| 718 | 528 |2044k| 224k|5404 | 0.000000e+00 |      --      |    Inf 
1330.86/1331.12	c  1331s|222000 |    76 | 15062k|  67.8 |  20M|  39 | 164 | 718 |  22k| 718 | 468 |2045k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1331.56/1331.80	c  1332s|222100 |    78 | 15070k|  67.9 |  20M|  39 | 143 | 718 |  22k| 718 | 492 |2046k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1332.06/1332.32	c  1332s|222200 |    77 | 15076k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 542 |2047k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1332.66/1332.93	c  1333s|222300 |    78 | 15082k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 541 |2048k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1333.26/1333.52	c  1334s|222400 |    80 | 15089k|  67.8 |  20M|  39 | 160 | 718 |  22k| 718 | 525 |2048k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1333.86/1334.13	c  1334s|222500 |    81 | 15096k|  67.8 |  20M|  39 | 147 | 718 |  22k| 718 | 506 |2049k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1334.47/1334.78	c  1335s|222600 |    79 | 15103k|  67.9 |  20M|  39 | 156 | 718 |  22k| 718 | 530 |2050k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1335.17/1335.42	c  1335s|222700 |    79 | 15110k|  67.9 |  20M|  39 | 146 | 718 |  22k| 718 | 520 |2051k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1335.76/1336.02	c  1336s|222800 |    76 | 15117k|  67.8 |  20M|  39 | 171 | 718 |  22k| 718 | 495 |2051k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1336.36/1336.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1336.36/1336.62	c  1337s|222900 |    76 | 15123k|  67.8 |  20M|  39 | 160 | 718 |  22k| 718 | 532 |2052k| 225k|5404 | 0.000000e+00 |      --      |    Inf 
1336.97/1337.27	c  1337s|223000 |    76 | 15130k|  67.8 |  20M|  39 | 139 | 718 |  22k| 718 | 511 |2053k| 226k|5404 | 0.000000e+00 |      --      |    Inf 
1337.66/1337.92	c  1338s|223100 |    79 | 15138k|  67.9 |  20M|  39 | 123 | 718 |  22k| 718 | 531 |2054k| 226k|5409 | 0.000000e+00 |      --      |    Inf 
1338.16/1338.43	c  1338s|223200 |    78 | 15143k|  67.8 |  20M|  39 | 152 | 718 |  22k| 718 | 532 |2055k| 226k|5409 | 0.000000e+00 |      --      |    Inf 
1338.66/1338.91	c  1339s|223300 |    81 | 15148k|  67.8 |  20M|  39 | 138 | 718 |  22k| 718 | 540 |2056k| 226k|5409 | 0.000000e+00 |      --      |    Inf 
1339.26/1339.57	c  1340s|223400 |    81 | 15156k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 511 |2057k| 226k|5411 | 0.000000e+00 |      --      |    Inf 
1339.86/1340.13	c  1340s|223500 |    81 | 15162k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 545 |2058k| 226k|5412 | 0.000000e+00 |      --      |    Inf 
1340.37/1340.64	c  1341s|223600 |    83 | 15168k|  67.8 |  20M|  39 | 145 | 718 |  22k| 718 | 539 |2058k| 226k|5412 | 0.000000e+00 |      --      |    Inf 
1341.07/1341.31	c  1341s|223700 |    81 | 15175k|  67.8 |  20M|  39 | 163 | 718 |  22k| 718 | 537 |2060k| 226k|5413 | 0.000000e+00 |      --      |    Inf 
1341.67/1341.92	c  1342s|223800 |    79 | 15182k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 520 |2061k| 226k|5413 | 0.000000e+00 |      --      |    Inf 
1342.16/1342.42	c  1342s|223900 |    82 | 15188k|  67.8 |  20M|  39 | 128 | 718 |  22k| 718 | 540 |2061k| 226k|5413 | 0.000000e+00 |      --      |    Inf 
1342.87/1343.16	c  1343s|224000 |    80 | 15196k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 546 |2062k| 226k|5413 | 0.000000e+00 |      --      |    Inf 
1343.47/1343.76	c  1344s|224100 |    82 | 15203k|  67.8 |  20M|  39 | 131 | 718 |  22k| 718 | 514 |2063k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1344.06/1344.31	c  1344s|224200 |    79 | 15209k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 523 |2064k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1344.56/1344.88	c  1345s|224300 |    78 | 15215k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 528 |2064k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1345.16/1345.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1345.16/1345.49	c  1345s|224400 |    81 | 15222k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 507 |2065k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1345.76/1346.00	c  1346s|224500 |    83 | 15228k|  67.8 |  20M|  39 |   - | 718 |  22k| 718 | 484 |2066k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1346.26/1346.55	c  1347s|224600 |    84 | 15234k|  67.8 |  20M|  39 | 143 | 718 |  22k| 718 | 509 |2067k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1346.76/1347.06	c  1347s|224700 |    88 | 15239k|  67.8 |  20M|  39 | 140 | 718 |  22k| 718 | 491 |2068k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1347.36/1347.65	c  1348s|224800 |    82 | 15246k|  67.8 |  20M|  39 | 140 | 718 |  22k| 718 | 476 |2069k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1347.96/1348.25	c  1348s|224900 |    82 | 15253k|  67.8 |  20M|  39 | 152 | 718 |  22k| 718 | 491 |2070k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1348.56/1348.85	c  1349s|225000 |    84 | 15260k|  67.8 |  20M|  39 | 147 | 718 |  22k| 718 | 522 |2071k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1349.16/1349.42	c  1349s|225100 |    82 | 15267k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 509 |2072k| 227k|5413 | 0.000000e+00 |      --      |    Inf 
1349.76/1350.05	c  1350s|225200 |    90 | 15274k|  67.8 |  20M|  39 | 134 | 718 |  23k| 718 | 529 |2073k| 228k|5413 | 0.000000e+00 |      --      |    Inf 
1350.47/1350.73	c  1351s|225300 |    90 | 15281k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 509 |2074k| 228k|5420 | 0.000000e+00 |      --      |    Inf 
1351.06/1351.34	c  1351s|225400 |    86 | 15288k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 516 |2075k| 228k|5420 | 0.000000e+00 |      --      |    Inf 
1351.76/1352.04	c  1352s|225500 |    84 | 15296k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 538 |2076k| 228k|5421 | 0.000000e+00 |      --      |    Inf 
1352.36/1352.61	c  1353s|225600 |    90 | 15303k|  67.8 |  20M|  39 | 136 | 718 |  23k| 718 | 521 |2077k| 228k|5424 | 0.000000e+00 |      --      |    Inf 
1352.96/1353.27	c  1353s|225700 |    87 | 15310k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 527 |2078k| 228k|5427 | 0.000000e+00 |      --      |    Inf 
1353.66/1353.99	c  1354s|225800 |    84 | 15318k|  67.8 |  20M|  39 | 157 | 718 |  23k| 718 | 529 |2080k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1354.36/1354.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1354.36/1354.65	c  1355s|225900 |    86 | 15326k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 526 |2081k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1355.06/1355.32	c  1355s|226000 |    87 | 15334k|  67.8 |  20M|  39 | 133 | 718 |  23k| 718 | 533 |2082k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1355.66/1355.95	c  1356s|226100 |    89 | 15341k|  67.9 |  20M|  39 | 125 | 718 |  23k| 718 | 561 |2083k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1356.26/1356.53	c  1357s|226200 |    85 | 15348k|  67.9 |  20M|  39 | 133 | 718 |  23k| 718 | 550 |2084k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1356.76/1357.09	c  1357s|226300 |    85 | 15355k|  67.9 |  20M|  39 |   - | 718 |  23k| 718 | 523 |2084k| 228k|5429 | 0.000000e+00 |      --      |    Inf 
1357.36/1357.64	c  1358s|226400 |    80 | 15361k|  67.8 |  20M|  39 |   - | 718 |  23k| 718 | 532 |2085k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1358.06/1358.30	c  1358s|226500 |    84 | 15368k|  67.9 |  21M|  39 | 125 | 718 |  23k| 718 | 538 |2086k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1358.66/1358.92	c  1359s|226600 |    84 | 15375k|  67.9 |  21M|  39 |   - | 718 |  23k| 718 | 550 |2087k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1359.26/1359.56	c  1360s|226700 |    82 | 15382k|  67.9 |  21M|  39 | 142 | 718 |  23k| 718 | 546 |2088k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1359.86/1360.13	c  1360s|226800 |    80 | 15389k|  67.9 |  21M|  39 |   - | 718 |  23k| 718 | 520 |2089k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1360.36/1360.68	c  1361s|226900 |    78 | 15395k|  67.8 |  21M|  39 |   - | 718 |  24k| 718 | 528 |2090k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1360.96/1361.21	c  1361s|227000 |    78 | 15401k|  67.8 |  21M|  39 | 158 | 718 |  24k| 718 | 517 |2090k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1361.57/1361.88	c  1362s|227100 |    82 | 15408k|  67.8 |  21M|  39 |   - | 718 |  24k| 718 | 542 |2091k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1362.36/1362.62	c  1363s|227200 |    82 | 15417k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 557 |2092k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1362.86/1363.19	c  1363s|227300 |    83 | 15423k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 578 |2093k| 229k|5429 | 0.000000e+00 |      --      |    Inf 
1363.66/1363.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.66/1363.93	c  1364s|227400 |    81 | 15431k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 542 |2095k| 230k|5429 | 0.000000e+00 |      --      |    Inf 
1364.46/1364.75	c  1365s|227500 |    83 | 15440k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 551 |2096k| 230k|5436 | 0.000000e+00 |      --      |    Inf 
1365.16/1365.42	c  1365s|227600 |    84 | 15448k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 586 |2097k| 230k|5436 | 0.000000e+00 |      --      |    Inf 
1365.86/1366.18	c  1366s|227700 |    84 | 15456k|  67.9 |  21M|  39 | 147 | 718 |  24k| 718 | 497 |2099k| 230k|5437 | 0.000000e+00 |      --      |    Inf 
1366.46/1366.77	c  1367s|227800 |    83 | 15463k|  67.9 |  21M|  39 | 158 | 718 |  24k| 718 | 532 |2099k| 230k|5437 | 0.000000e+00 |      --      |    Inf 
1367.16/1367.46	c  1367s|227900 |    83 | 15470k|  67.9 |  21M|  39 | 155 | 718 |  24k| 718 | 534 |2100k| 230k|5439 | 0.000000e+00 |      --      |    Inf 
1367.96/1368.24	c  1368s|228000 |    81 | 15479k|  67.9 |  21M|  39 | 156 | 718 |  24k| 718 | 571 |2102k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1368.76/1369.05	c  1369s|228100 |    80 | 15488k|  67.9 |  21M|  39 | 173 | 718 |  24k| 718 | 529 |2103k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1369.46/1369.79	c  1370s|228200 |    80 | 15497k|  67.9 |  21M|  39 | 161 | 718 |  24k| 718 | 549 |2104k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1370.16/1370.49	c  1370s|228300 |    82 | 15505k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 541 |2106k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1370.86/1371.16	c  1371s|228400 |    86 | 15512k|  67.9 |  21M|  39 | 159 | 718 |  24k| 718 | 542 |2107k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1371.56/1371.89	c  1372s|228500 |    84 | 15521k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 575 |2108k| 230k|5440 | 0.000000e+00 |      --      |    Inf 
1372.26/1372.57	c  1373s|228600 |    82 | 15528k|  67.9 |  21M|  39 |   - | 718 |  24k| 718 | 522 |2109k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1372.96/1373.25	c  1373s|228700 |    84 | 15536k|  67.9 |  21M|  39 | 141 | 718 |  24k| 718 | 553 |2111k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1373.56/1373.85	c  1374s|228800 |    84 | 15543k|  67.9 |  21M|  39 | 146 | 718 |  24k| 718 | 528 |2112k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1373.95/1374.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1373.95/1374.26	c  1374s|228900 |    83 | 15547k|  67.9 |  21M|  39 | 157 | 718 |  24k| 718 | 511 |2112k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1374.45/1374.76	c  1375s|229000 |    82 | 15553k|  67.9 |  21M|  39 | 178 | 718 |  25k| 718 | 542 |2113k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1375.06/1375.39	c  1375s|229100 |    82 | 15560k|  67.9 |  21M|  39 | 131 | 718 |  25k| 718 | 556 |2114k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1375.77/1376.02	c  1376s|229200 |    78 | 15567k|  67.9 |  21M|  39 | 177 | 718 |  25k| 718 | 520 |2115k| 231k|5440 | 0.000000e+00 |      --      |    Inf 
1376.66/1376.92	c  1377s|229300 |    86 | 15577k|  67.9 |  21M|  39 |   - | 718 |  25k| 718 | 557 |2117k| 231k|5448 | 0.000000e+00 |      --      |    Inf 
1377.36/1377.62	c  1378s|229400 |    87 | 15585k|  67.9 |  21M|  39 |   - | 718 |  25k| 718 | 520 |2118k| 231k|5448 | 0.000000e+00 |      --      |    Inf 
1377.96/1378.24	c  1378s|229500 |    84 | 15592k|  67.9 |  21M|  39 |   - | 718 |  25k| 718 | 522 |2119k| 231k|5448 | 0.000000e+00 |      --      |    Inf 
1378.55/1378.83	c  1379s|229600 |    86 | 15599k|  67.9 |  21M|  39 |   - | 718 |  25k| 718 | 559 |2121k| 232k|5448 | 0.000000e+00 |      --      |    Inf 
1379.26/1379.50	c  1379s|229700 |    86 | 15607k|  67.9 |  21M|  40 |   - | 718 |  25k| 718 | 529 |2122k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1379.96/1380.22	c  1380s|229800 |    87 | 15616k|  68.0 |  21M|  40 | 125 | 718 |  25k| 718 | 521 |2124k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1380.45/1380.77	c  1381s|229900 |    85 | 15622k|  68.0 |  21M|  40 | 129 | 718 |  25k| 718 | 519 |2125k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1381.16/1381.44	c  1381s|230000 |    86 | 15630k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 540 |2126k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1381.75/1382.02	c  1382s|230100 |    88 | 15637k|  68.0 |  21M|  40 | 138 | 718 |  25k| 718 | 545 |2127k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1382.26/1382.57	c  1383s|230200 |    88 | 15644k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 517 |2128k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1382.95/1383.21	c  1383s|230300 |    86 | 15652k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 538 |2129k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1383.56/1383.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.56/1383.85	c  1384s|230400 |    88 | 15659k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 537 |2130k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1384.16/1384.40	c  1384s|230500 |    90 | 15666k|  68.0 |  21M|  40 | 125 | 718 |  25k| 718 | 566 |2131k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1384.66/1384.96	c  1385s|230600 |    86 | 15672k|  68.0 |  21M|  40 |   - | 718 |  26k| 718 | 548 |2132k| 232k|5450 | 0.000000e+00 |      --      |    Inf 
1385.26/1385.55	c  1386s|230700 |    86 | 15679k|  68.0 |  21M|  40 | 147 | 718 |  26k| 718 | 536 |2133k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1385.96/1386.23	c  1386s|230800 |    88 | 15687k|  68.0 |  22M|  40 | 141 | 718 |  26k| 718 | 548 |2134k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1386.55/1386.88	c  1387s|230900 |    88 | 15694k|  68.0 |  22M|  40 | 113 | 718 |  26k| 718 | 540 |2135k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1387.16/1387.46	c  1387s|231000 |    86 | 15701k|  68.0 |  22M|  40 | 151 | 718 |  26k| 718 | 539 |2136k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1387.86/1388.10	c  1388s|231100 |    86 | 15708k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 574 |2137k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1388.65/1388.92	c  1389s|231200 |    86 | 15718k|  68.0 |  22M|  40 | 165 | 718 |  26k| 718 | 541 |2138k| 233k|5450 | 0.000000e+00 |      --      |    Inf 
1389.36/1389.62	c  1390s|231300 |    84 | 15725k|  68.0 |  22M|  40 | 167 | 718 |  26k| 718 | 521 |2139k| 233k|5457 | 0.000000e+00 |      --      |    Inf 
1390.06/1390.40	c  1390s|231400 |    83 | 15734k|  68.0 |  22M|  40 | 135 | 718 |  26k| 718 | 508 |2141k| 233k|5457 | 0.000000e+00 |      --      |    Inf 
1390.76/1391.03	c  1391s|231500 |    85 | 15741k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 531 |2142k| 233k|5457 | 0.000000e+00 |      --      |    Inf 
1391.45/1391.75	c  1392s|231600 |    85 | 15749k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 526 |2143k| 234k|5457 | 0.000000e+00 |      --      |    Inf 
1392.26/1392.51	c  1393s|231700 |    83 | 15758k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 538 |2144k| 234k|5459 | 0.000000e+00 |      --      |    Inf 
1392.95/1393.20	c  1393s|231800 |    86 | 15766k|  68.0 |  22M|  40 | 143 | 718 |  26k| 718 | 553 |2146k| 234k|5462 | 0.000000e+00 |      --      |    Inf 
1393.56/1393.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.56/1393.88	c  1394s|231900 |    86 | 15773k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 557 |2147k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1394.25/1394.54	c  1395s|232000 |    88 | 15782k|  68.0 |  22M|  40 | 156 | 718 |  27k| 718 | 525 |2148k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1395.06/1395.30	c  1395s|232100 |    84 | 15790k|  68.0 |  22M|  40 | 153 | 718 |  27k| 718 | 551 |2149k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1395.75/1396.04	c  1396s|232200 |    84 | 15799k|  68.0 |  22M|  40 | 148 | 718 |  27k| 718 | 563 |2150k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1396.45/1396.72	c  1397s|232300 |    84 | 15806k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 561 |2152k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1397.06/1397.36	c  1397s|232400 |    84 | 15813k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 566 |2152k| 234k|5464 | 0.000000e+00 |      --      |    Inf 
1397.65/1397.99	c  1398s|232500 |    82 | 15821k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 579 |2153k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1398.36/1398.69	c  1399s|232600 |    80 | 15829k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 522 |2155k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1399.15/1399.42	c  1399s|232700 |    82 | 15837k|  68.1 |  22M|  40 | 165 | 718 |  27k| 718 | 559 |2156k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1399.86/1400.12	c  1400s|232800 |    80 | 15844k|  68.1 |  22M|  40 | 174 | 718 |  27k| 718 | 556 |2157k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1400.66/1400.90	c  1401s|232900 |    78 | 15853k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 583 |2158k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1401.26/1401.56	c  1402s|233000 |    84 | 15860k|  68.1 |  22M|  40 | 116 | 718 |  26k| 718 | 539 |2159k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1401.76/1402.06	c  1402s|233100 |    80 | 15865k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 541 |2160k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1402.35/1402.63	c  1403s|233200 |    86 | 15872k|  68.1 |  22M|  40 | 136 | 718 |  26k| 718 | 535 |2161k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1402.86/1403.14	c  1403s|233300 |    84 | 15877k|  68.1 |  22M|  40 | 151 | 718 |  26k| 718 | 566 |2161k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1403.36/1403.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.36/1403.67	c  1404s|233400 |    83 | 15883k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 558 |2162k| 235k|5464 | 0.000000e+00 |      --      |    Inf 
1403.96/1404.29	c  1404s|233500 |    79 | 15890k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 538 |2162k| 236k|5464 | 0.000000e+00 |      --      |    Inf 
1404.75/1405.04	c  1405s|233600 |    85 | 15898k|  68.1 |  22M|  40 | 146 | 718 |  26k| 718 | 543 |2164k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1405.46/1405.76	c  1406s|233700 |    83 | 15906k|  68.1 |  22M|  40 | 161 | 718 |  26k| 718 | 574 |2165k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1406.15/1406.44	c  1406s|233800 |    84 | 15913k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 546 |2166k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1406.56/1406.90	c  1407s|233900 |    88 | 15918k|  68.1 |  22M|  40 | 141 | 718 |  27k| 718 | 558 |2166k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1407.25/1407.51	c  1408s|234000 |    86 | 15925k|  68.1 |  22M|  40 | 145 | 718 |  27k| 718 | 553 |2167k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1407.85/1408.11	c  1408s|234100 |    84 | 15932k|  68.1 |  22M|  40 | 130 | 718 |  27k| 718 | 571 |2168k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1408.45/1408.74	c  1409s|234200 |    82 | 15939k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 569 |2169k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1409.15/1409.49	c  1409s|234300 |    82 | 15947k|  68.1 |  22M|  40 | 155 | 718 |  27k| 718 | 551 |2170k| 236k|5472 | 0.000000e+00 |      --      |    Inf 
1409.86/1410.13	c  1410s|234400 |    82 | 15954k|  68.1 |  22M|  40 | 149 | 718 |  27k| 718 | 555 |2171k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1410.45/1410.76	c  1411s|234500 |    80 | 15961k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 534 |2172k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1411.15/1411.41	c  1411s|234600 |    80 | 15969k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 550 |2173k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1411.75/1412.02	c  1412s|234700 |    79 | 15976k|  68.1 |  22M|  40 | 158 | 718 |  26k| 718 | 494 |2174k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1412.55/1412.81	c  1413s|234800 |    79 | 15985k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 541 |2175k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1413.05/1413.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.05/1413.35	c  1413s|234900 |    83 | 15991k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 567 |2176k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1413.65/1413.94	c  1414s|235000 |    83 | 15998k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 575 |2177k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1414.15/1414.45	c  1414s|235100 |    83 | 16004k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 551 |2177k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1414.86/1415.10	c  1415s|235200 |    80 | 16011k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 545 |2178k| 237k|5472 | 0.000000e+00 |      --      |    Inf 
1415.25/1415.60	c  1416s|235300 |    80 | 16016k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 576 |2179k| 238k|5472 | 0.000000e+00 |      --      |    Inf 
1415.85/1416.14	c  1416s|235400 |    82 | 16022k|  68.1 |  22M|  40 | 145 | 718 |  27k| 718 | 514 |2179k| 238k|5472 | 0.000000e+00 |      --      |    Inf 
1416.35/1416.69	c  1417s|235500 |    80 | 16028k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 567 |2180k| 238k|5472 | 0.000000e+00 |      --      |    Inf 
1416.95/1417.25	c  1417s|235600 |    78 | 16034k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 560 |2181k| 238k|5473 | 0.000000e+00 |      --      |    Inf 
1417.65/1417.96	c  1418s|235700 |    80 | 16042k|  68.1 |  22M|  40 | 134 | 718 |  27k| 718 | 515 |2182k| 238k|5479 | 0.000000e+00 |      --      |    Inf 
1418.25/1418.53	c  1419s|235800 |    78 | 16048k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 548 |2183k| 238k|5479 | 0.000000e+00 |      --      |    Inf 
1418.95/1419.24	c  1419s|235900 |    76 | 16056k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 551 |2184k| 238k|5479 | 0.000000e+00 |      --      |    Inf 
1419.55/1419.84	c  1420s|236000 |    77 | 16062k|  68.1 |  22M|  40 |   - | 718 |  27k| 718 | 507 |2185k| 238k|5482 | 0.000000e+00 |      --      |    Inf 
1420.25/1420.53	c  1421s|236100 |    73 | 16069k|  68.1 |  22M|  40 | 162 | 718 |  27k| 718 | 551 |2185k| 239k|5485 | 0.000000e+00 |      --      |    Inf 
1420.86/1421.14	c  1421s|236200 |    73 | 16076k|  68.1 |  22M|  40 |   - | 718 |  26k|   0 |   0 |2186k| 239k|5486 | 0.000000e+00 |      --      |    Inf 
1421.45/1421.77	c  1422s|236300 |    75 | 16083k|  68.1 |  22M|  40 | 147 | 718 |  26k| 718 | 514 |2187k| 239k|5487 | 0.000000e+00 |      --      |    Inf 
1422.15/1422.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1422.15/1422.40	c  1422s|236400 |    73 | 16090k|  68.1 |  22M|  40 | 144 | 718 |  26k| 718 | 508 |2188k| 239k|5487 | 0.000000e+00 |      --      |    Inf 
1422.65/1422.95	c  1423s|236500 |    71 | 16097k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 495 |2189k| 239k|5487 | 0.000000e+00 |      --      |    Inf 
1423.25/1423.57	c  1424s|236600 |    69 | 16104k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 511 |2190k| 239k|5487 | 0.000000e+00 |      --      |    Inf 
1424.05/1424.39	c  1424s|236700 |    69 | 16113k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 558 |2191k| 239k|5488 | 0.000000e+00 |      --      |    Inf 
1424.75/1425.01	c  1425s|236800 |    75 | 16119k|  68.1 |  22M|  40 | 131 | 718 |  26k| 718 | 538 |2192k| 239k|5488 | 0.000000e+00 |      --      |    Inf 
1425.25/1425.56	c  1426s|236900 |    75 | 16125k|  68.1 |  22M|  40 | 152 | 718 |  26k| 718 | 533 |2193k| 239k|5488 | 0.000000e+00 |      --      |    Inf 
1425.85/1426.11	c  1426s|237000 |    71 | 16131k|  68.1 |  22M|  40 |   - | 718 |  26k| 718 | 553 |2193k| 239k|5488 | 0.000000e+00 |      --      |    Inf 
1426.35/1426.64	c  1427s|237100 |    77 | 16137k|  68.1 |  22M|  40 | 112 | 718 |  26k| 718 | 553 |2194k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1426.85/1427.12	c  1427s|237200 |    77 | 16142k|  68.1 |  22M|  40 | 142 | 718 |  26k| 718 | 552 |2194k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1427.35/1427.63	c  1428s|237300 |    75 | 16147k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 542 |2195k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1427.85/1428.15	c  1428s|237400 |    77 | 16153k|  68.0 |  22M|  40 | 129 | 718 |  26k| 718 | 547 |2195k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1428.45/1428.75	c  1429s|237500 |    75 | 16160k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 555 |2196k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1428.95/1429.22	c  1429s|237600 |    75 | 16165k|  68.0 |  22M|  40 | 133 | 718 |  26k| 718 | 541 |2196k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1429.45/1429.76	c  1430s|237700 |    73 | 16171k|  68.0 |  22M|  40 |   - | 718 |  26k| 718 | 544 |2197k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1430.04/1430.36	c  1430s|237800 |    75 | 16177k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 576 |2198k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1430.55/1430.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1430.55/1430.81	c  1431s|237900 |    73 | 16182k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 550 |2198k| 240k|5488 | 0.000000e+00 |      --      |    Inf 
1431.05/1431.38	c  1431s|238000 |    75 | 16188k|  68.0 |  22M|  40 | 136 | 718 |  27k| 718 | 578 |2199k| 241k|5488 | 0.000000e+00 |      --      |    Inf 
1431.74/1432.02	c  1432s|238100 |    73 | 16195k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 552 |2200k| 241k|5488 | 0.000000e+00 |      --      |    Inf 
1432.45/1432.70	c  1433s|238200 |    71 | 16203k|  68.0 |  22M|  40 | 153 | 718 |  27k| 718 | 532 |2201k| 241k|5488 | 0.000000e+00 |      --      |    Inf 
1433.05/1433.34	c  1433s|238300 |    69 | 16209k|  68.0 |  22M|  40 |   - | 718 |  27k| 718 | 572 |2201k| 241k|5493 | 0.000000e+00 |      --      |    Inf 
1433.75/1434.05	c  1434s|238400 |    75 | 16217k|  68.0 |  22M|  40 | 143 | 718 |  26k| 718 | 519 |2202k| 241k|5493 | 0.000000e+00 |      --      |    Inf 
1434.35/1434.61	c  1435s|238500 |    75 | 16223k|  68.0 |  22M|  40 | 151 | 718 |  25k| 718 | 536 |2203k| 241k|5495 | 0.000000e+00 |      --      |    Inf 
1434.95/1435.26	c  1435s|238600 |    76 | 16231k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 502 |2205k| 241k|5497 | 0.000000e+00 |      --      |    Inf 
1435.65/1435.91	c  1436s|238700 |    75 | 16238k|  68.0 |  21M|  40 | 123 | 718 |  25k| 718 | 522 |2206k| 241k|5498 | 0.000000e+00 |      --      |    Inf 
1436.05/1436.35	c  1436s|238800 |    75 | 16243k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 500 |2206k| 241k|5501 | 0.000000e+00 |      --      |    Inf 
1436.55/1436.88	c  1437s|238900 |    72 | 16249k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 552 |2207k| 242k|5501 | 0.000000e+00 |      --      |    Inf 
1437.15/1437.46	c  1437s|239000 |    74 | 16255k|  68.0 |  21M|  40 | 124 | 718 |  24k| 718 | 526 |2208k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1437.75/1438.04	c  1438s|239100 |    76 | 16262k|  68.0 |  21M|  40 | 148 | 718 |  25k| 718 | 546 |2209k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1438.45/1438.73	c  1439s|239200 |    76 | 16270k|  68.0 |  21M|  40 | 143 | 718 |  25k| 718 | 546 |2210k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1439.05/1439.38	c  1439s|239300 |    76 | 16277k|  68.0 |  21M|  40 | 146 | 718 |  25k| 718 | 526 |2211k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1439.66/1439.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.66/1439.98	c  1440s|239400 |    74 | 16284k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 532 |2212k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1440.34/1440.66	c  1441s|239500 |    74 | 16292k|  68.0 |  21M|  40 | 151 | 718 |  25k| 718 | 539 |2213k| 242k|5502 | 0.000000e+00 |      --      |    Inf 
1440.94/1441.29	c  1441s|239600 |    72 | 16298k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 519 |2215k| 242k|5503 | 0.000000e+00 |      --      |    Inf 
1441.75/1442.05	c  1442s|239700 |    68 | 16307k|  68.0 |  21M|  40 |   - | 718 |  25k| 718 | 547 |2216k| 242k|5503 | 0.000000e+00 |      --      |    Inf 
1442.44/1442.77	c  1443s|239800 |    72 | 16315k|  68.0 |  21M|  40 | 127 | 718 |  25k| 718 | 479 |2218k| 242k|5503 | 0.000000e+00 |      --      |    Inf 
1443.15/1443.48	c  1443s|239900 |    74 | 16324k|  68.0 |  21M|  40 | 142 | 718 |  24k| 718 | 501 |2220k| 242k|5503 | 0.000000e+00 |      --      |    Inf 
1443.75/1444.08	c  1444s|240000 |    71 | 16330k|  68.0 |  21M|  40 |   - | 718 |  24k| 718 | 490 |2221k| 242k|5503 | 0.000000e+00 |      --      |    Inf 
1444.34/1444.64	c  1445s|240100 |    71 | 16336k|  68.0 |  21M|  40 | 136 | 718 |  24k| 718 | 482 |2222k| 243k|5503 | 0.000000e+00 |      --      |    Inf 
1444.95/1445.22	c  1445s|240200 |    69 | 16343k|  68.0 |  21M|  40 |   - | 718 |  24k| 718 | 502 |2223k| 243k|5503 | 0.000000e+00 |      --      |    Inf 
1445.44/1445.77	c  1446s|240300 |    69 | 16350k|  68.0 |  21M|  40 |   - | 718 |  24k| 718 | 510 |2224k| 243k|5503 | 0.000000e+00 |      --      |    Inf 
1446.05/1446.36	c  1446s|240400 |    73 | 16357k|  68.0 |  21M|  40 | 137 | 718 |  24k| 718 | 479 |2225k| 243k|5503 | 0.000000e+00 |      --      |    Inf 
1446.75/1447.09	c  1447s|240500 |    74 | 16366k|  68.0 |  21M|  40 | 145 | 718 |  24k| 718 | 498 |2226k| 243k|5503 | 0.000000e+00 |      --      |    Inf 
1447.54/1447.83	c  1448s|240600 |    74 | 16374k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 519 |2228k| 243k|5510 | 0.000000e+00 |      --      |    Inf 
1448.25/1448.57	c  1449s|240700 |    74 | 16383k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 487 |2229k| 243k|5510 | 0.000000e+00 |      --      |    Inf 
1448.94/1449.21	c  1449s|240800 |    74 | 16390k|  68.1 |  21M|  40 | 119 | 718 |  24k| 718 | 523 |2230k| 243k|5510 | 0.000000e+00 |      --      |    Inf 
1449.56/1449.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.56/1449.82	c  1450s|240900 |    70 | 16397k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 523 |2231k| 243k|5511 | 0.000000e+00 |      --      |    Inf 
1450.24/1450.50	c  1451s|241000 |    70 | 16405k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 530 |2232k| 243k|5511 | 0.000000e+00 |      --      |    Inf 
1450.95/1451.22	c  1451s|241100 |    72 | 16414k|  68.1 |  21M|  40 | 117 | 718 |  24k| 718 | 523 |2234k| 243k|5511 | 0.000000e+00 |      --      |    Inf 
1451.65/1451.96	c  1452s|241200 |    76 | 16422k|  68.1 |  21M|  40 | 143 | 718 |  24k| 718 | 495 |2236k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1452.34/1452.68	c  1453s|241300 |    74 | 16431k|  68.1 |  21M|  40 | 129 | 718 |  24k| 718 | 494 |2237k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1453.14/1453.43	c  1453s|241400 |    74 | 16440k|  68.1 |  21M|  40 | 134 | 718 |  24k| 718 | 484 |2239k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1453.85/1454.15	c  1454s|241500 |    73 | 16449k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 495 |2240k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1454.54/1454.83	c  1455s|241600 |    71 | 16456k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 499 |2241k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1455.15/1455.49	c  1455s|241700 |    75 | 16464k|  68.1 |  21M|  40 |   - | 718 |  24k| 718 | 494 |2243k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1455.85/1456.18	c  1456s|241800 |    77 | 16472k|  68.1 |  21M|  40 | 147 | 718 |  25k| 718 | 478 |2244k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1456.55/1456.85	c  1457s|241900 |    73 | 16480k|  68.1 |  21M|  40 |   - | 718 |  25k| 718 | 540 |2245k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1457.25/1457.52	c  1458s|242000 |    75 | 16488k|  68.1 |  21M|  40 |   - | 718 |  25k| 718 | 504 |2246k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1457.95/1458.24	c  1458s|242100 |    71 | 16497k|  68.1 |  21M|  40 |   - | 718 |  25k| 718 | 503 |2248k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1458.64/1458.92	c  1459s|242200 |    73 | 16505k|  68.1 |  21M|  40 |   - | 718 |  25k| 718 | 514 |2249k| 244k|5511 | 0.000000e+00 |      --      |    Inf 
1459.45/1459.71	c  1460s|242300 |    72 | 16514k|  68.2 |  21M|  40 | 152 | 718 |  25k| 718 | 511 |2251k| 244k|5517 | 0.000000e+00 |      --      |    Inf 
1460.15/1460.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1460.15/1460.44	c  1460s|242400 |    74 | 16522k|  68.2 |  21M|  40 |   - | 718 |  25k| 718 | 513 |2252k| 244k|5517 | 0.000000e+00 |      --      |    Inf 
1460.74/1461.07	c  1461s|242500 |    74 | 16530k|  68.2 |  21M|  40 |   - | 718 |  25k| 718 | 508 |2253k| 245k|5517 | 0.000000e+00 |      --      |    Inf 
1461.55/1461.84	c  1462s|242600 |    73 | 16539k|  68.2 |  21M|  40 | 140 | 718 |  25k| 718 | 478 |2255k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1462.24/1462.56	c  1463s|242700 |    69 | 16547k|  68.2 |  22M|  40 |   - | 718 |  25k| 718 | 516 |2256k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1463.04/1463.34	c  1463s|242800 |    69 | 16556k|  68.2 |  22M|  40 |   - | 718 |  25k| 718 | 498 |2258k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1463.85/1464.11	c  1464s|242900 |    71 | 16566k|  68.2 |  22M|  40 | 155 | 718 |  25k| 718 | 494 |2260k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1464.64/1464.90	c  1465s|243000 |    71 | 16575k|  68.2 |  22M|  40 | 182 | 718 |  25k| 718 | 518 |2261k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1465.34/1465.66	c  1466s|243100 |    69 | 16584k|  68.2 |  22M|  40 |   - | 718 |  25k| 718 | 501 |2263k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1466.14/1466.41	c  1466s|243200 |    70 | 16592k|  68.2 |  22M|  40 |   - | 718 |  25k| 718 | 494 |2264k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1466.95/1467.25	c  1467s|243300 |    69 | 16603k|  68.2 |  22M|  40 | 159 | 718 |  25k| 718 | 470 |2266k| 245k|5520 | 0.000000e+00 |      --      |    Inf 
1467.74/1468.09	c  1468s|243400 |    69 | 16612k|  68.3 |  22M|  40 |   - | 718 |  25k| 718 | 520 |2267k| 245k|5522 | 0.000000e+00 |      --      |    Inf 
1468.64/1468.91	c  1469s|243500 |    69 | 16622k|  68.3 |  22M|  40 | 153 | 718 |  25k| 718 | 523 |2269k| 245k|5522 | 0.000000e+00 |      --      |    Inf 
1469.44/1469.71	c  1470s|243600 |    67 | 16631k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 546 |2271k| 245k|5522 | 0.000000e+00 |      --      |    Inf 
1470.04/1470.39	c  1470s|243700 |    67 | 16638k|  68.3 |  21M|  40 | 152 | 718 |  25k| 718 | 540 |2272k| 245k|5522 | 0.000000e+00 |      --      |    Inf 
1470.74/1471.04	c  1471s|243800 |    65 | 16645k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 537 |2273k| 245k|5522 | 0.000000e+00 |      --      |    Inf 
1471.34/1471.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.34/1471.65	c  1472s|243900 |    67 | 16652k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 526 |2274k| 246k|5522 | 0.000000e+00 |      --      |    Inf 
1472.04/1472.35	c  1472s|244000 |    71 | 16660k|  68.3 |  21M|  40 | 151 | 718 |  25k| 718 | 496 |2275k| 246k|5522 | 0.000000e+00 |      --      |    Inf 
1472.65/1472.99	c  1473s|244100 |    71 | 16667k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 545 |2277k| 246k|5531 | 0.000000e+00 |      --      |    Inf 
1473.24/1473.53	c  1474s|244200 |    71 | 16674k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 517 |2277k| 246k|5531 | 0.000000e+00 |      --      |    Inf 
1473.64/1473.99	c  1474s|244300 |    69 | 16679k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 517 |2278k| 246k|5531 | 0.000000e+00 |      --      |    Inf 
1474.14/1474.49	c  1474s|244400 |    67 | 16685k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 504 |2279k| 246k|5531 | 0.000000e+00 |      --      |    Inf 
1474.85/1475.16	c  1475s|244500 |    71 | 16693k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 555 |2280k| 246k|5533 | 0.000000e+00 |      --      |    Inf 
1475.34/1475.68	c  1476s|244600 |    67 | 16698k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 544 |2281k| 246k|5533 | 0.000000e+00 |      --      |    Inf 
1475.85/1476.19	c  1476s|244700 |    69 | 16704k|  68.3 |  21M|  40 |   - | 718 |  25k| 718 | 509 |2281k| 246k|5533 | 0.000000e+00 |      --      |    Inf 
1476.35/1476.67	c  1477s|244800 |    71 | 16710k|  68.3 |  21M|  41 | 135 | 718 |  25k| 718 | 507 |2282k| 246k|5533 | 0.000000e+00 |      --      |    Inf 
1476.95/1477.27	c  1477s|244900 |    68 | 16716k|  68.3 |  22M|  41 | 162 | 718 |  25k| 718 | 526 |2282k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1477.54/1477.80	c  1478s|245000 |    66 | 16722k|  68.3 |  22M|  41 | 166 | 718 |  25k| 718 | 500 |2283k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1478.04/1478.35	c  1478s|245100 |    72 | 16728k|  68.3 |  22M|  41 | 120 | 718 |  25k| 718 | 514 |2284k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1478.54/1478.88	c  1479s|245200 |    70 | 16735k|  68.2 |  22M|  41 | 145 | 718 |  25k| 718 | 525 |2284k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1479.04/1479.36	c  1479s|245300 |    68 | 16740k|  68.2 |  22M|  41 |   - | 718 |  25k| 718 | 532 |2285k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1479.54/1479.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1479.54/1479.85	c  1480s|245400 |    72 | 16746k|  68.2 |  22M|  41 | 135 | 718 |  25k| 718 | 531 |2285k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1480.04/1480.35	c  1480s|245500 |    71 | 16751k|  68.2 |  22M|  42 | 166 | 718 |  26k| 718 | 524 |2286k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1480.54/1480.84	c  1481s|245600 |    71 | 16757k|  68.2 |  22M|  42 | 122 | 718 |  26k| 718 | 528 |2286k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1480.94/1481.28	c  1481s|245700 |    72 | 16761k|  68.2 |  22M|  42 | 110 | 718 |  26k| 718 | 504 |2287k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1481.54/1481.80	c  1482s|245800 |    72 | 16767k|  68.2 |  22M|  42 | 151 | 718 |  26k| 718 | 542 |2287k| 247k|5533 | 0.000000e+00 |      --      |    Inf 
1482.04/1482.36	c  1482s|245900 |    72 | 16773k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 523 |2288k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1482.64/1482.93	c  1483s|246000 |    70 | 16780k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 519 |2289k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1483.24/1483.55	c  1484s|246100 |    70 | 16786k|  68.2 |  22M|  42 | 160 | 718 |  26k| 718 | 504 |2289k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1483.84/1484.14	c  1484s|246200 |    72 | 16793k|  68.2 |  22M|  42 | 137 | 718 |  26k| 718 | 514 |2290k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1484.44/1484.75	c  1485s|246300 |    70 | 16799k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 526 |2291k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1485.04/1485.37	c  1485s|246400 |    69 | 16806k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 540 |2291k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1485.64/1485.98	c  1486s|246500 |    74 | 16813k|  68.2 |  22M|  42 | 133 | 718 |  26k| 718 | 505 |2292k| 248k|5533 | 0.000000e+00 |      --      |    Inf 
1486.44/1486.73	c  1487s|246600 |    74 | 16822k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 481 |2293k| 248k|5541 | 0.000000e+00 |      --      |    Inf 
1487.24/1487.57	c  1488s|246700 |    70 | 16832k|  68.2 |  22M|  42 | 166 | 718 |  26k| 718 | 487 |2295k| 248k|5541 | 0.000000e+00 |      --      |    Inf 
1487.84/1488.19	c  1488s|246800 |    68 | 16838k|  68.2 |  22M|  42 | 146 | 718 |  26k| 718 | 520 |2296k| 248k|5543 | 0.000000e+00 |      --      |    Inf 
1488.54/1488.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1488.54/1488.80	c  1489s|246900 |    70 | 16845k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 504 |2297k| 248k|5543 | 0.000000e+00 |      --      |    Inf 
1489.15/1489.42	c  1489s|247000 |    69 | 16852k|  68.2 |  22M|  42 | 134 | 718 |  27k| 718 | 478 |2298k| 248k|5543 | 0.000000e+00 |      --      |    Inf 
1489.74/1490.04	c  1490s|247100 |    73 | 16860k|  68.2 |  22M|  42 | 154 | 718 |  27k| 718 | 498 |2299k| 248k|5543 | 0.000000e+00 |      --      |    Inf 
1490.34/1490.64	c  1491s|247200 |    74 | 16866k|  68.2 |  22M|  42 | 148 | 718 |  27k| 718 | 503 |2300k| 248k|5543 | 0.000000e+00 |      --      |    Inf 
1490.84/1491.15	c  1491s|247300 |    70 | 16872k|  68.2 |  22M|  42 |   - | 718 |  27k| 718 | 528 |2300k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1491.54/1491.82	c  1492s|247400 |    74 | 16879k|  68.2 |  22M|  42 | 148 | 718 |  27k| 718 | 517 |2301k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1492.04/1492.37	c  1492s|247500 |    73 | 16885k|  68.2 |  22M|  42 | 166 | 718 |  27k| 718 | 513 |2302k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1492.64/1492.91	c  1493s|247600 |    73 | 16891k|  68.2 |  22M|  42 |   - | 718 |  27k|   0 |   0 |2303k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1493.24/1493.53	c  1494s|247700 |    71 | 16898k|  68.2 |  22M|  42 | 164 | 718 |  27k| 718 | 469 |2304k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1493.94/1494.24	c  1494s|247800 |    71 | 16906k|  68.2 |  22M|  42 | 143 | 718 |  27k| 718 | 501 |2305k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1494.65/1494.96	c  1495s|247900 |    69 | 16914k|  68.2 |  22M|  42 | 161 | 718 |  27k| 718 | 526 |2306k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1495.34/1495.67	c  1496s|248000 |    69 | 16922k|  68.2 |  22M|  42 |   - | 718 |  27k|   0 |   0 |2306k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1496.03/1496.30	c  1496s|248100 |    67 | 16929k|  68.2 |  22M|  42 |   - | 718 |  27k| 718 | 516 |2307k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1496.64/1496.95	c  1497s|248200 |    69 | 16936k|  68.2 |  22M|  42 | 121 | 718 |  26k| 718 | 523 |2308k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1497.23/1497.59	c  1498s|248300 |    67 | 16943k|  68.2 |  22M|  42 |   - | 718 |  26k| 718 | 556 |2308k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1498.04/1498.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1498.04/1498.31	c  1498s|248400 |    72 | 16950k|  68.2 |  22M|  42 | 123 | 718 |  25k| 718 | 453 |2310k| 249k|5543 | 0.000000e+00 |      --      |    Inf 
1498.64/1498.99	c  1499s|248500 |    74 | 16958k|  68.2 |  21M|  42 |   - | 718 |  24k| 718 | 497 |2311k| 250k|5543 | 0.000000e+00 |      --      |    Inf 
1499.44/1499.76	c  1500s|248600 |    75 | 16967k|  68.2 |  21M|  42 |   - | 718 |  24k| 718 | 527 |2313k| 250k|5549 | 0.000000e+00 |      --      |    Inf 
1500.24/1500.50	c  1501s|248700 |    77 | 16975k|  68.3 |  21M|  42 | 126 | 718 |  24k| 718 | 461 |2314k| 250k|5549 | 0.000000e+00 |      --      |    Inf 
1500.84/1501.13	c  1501s|248800 |    75 | 16983k|  68.3 |  21M|  42 | 138 | 718 |  24k| 718 | 462 |2315k| 250k|5549 | 0.000000e+00 |      --      |    Inf 
1501.44/1501.75	c  1502s|248900 |    77 | 16990k|  68.3 |  21M|  42 | 134 | 718 |  24k| 718 | 481 |2316k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1502.04/1502.34	c  1502s|249000 |    79 | 16997k|  68.3 |  21M|  42 |   - | 718 |  24k| 718 | 526 |2317k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1502.64/1502.90	c  1503s|249100 |    77 | 17004k|  68.3 |  21M|  42 | 139 | 718 |  24k| 718 | 493 |2318k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1503.24/1503.55	c  1504s|249200 |    76 | 17011k|  68.3 |  21M|  42 |   - | 718 |  24k| 718 | 483 |2319k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1503.93/1504.20	c  1504s|249300 |    74 | 17019k|  68.3 |  21M|  42 | 130 | 718 |  24k| 718 | 516 |2321k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1504.55/1504.87	c  1505s|249400 |    76 | 17026k|  68.3 |  21M|  42 | 151 | 718 |  24k| 718 | 503 |2322k| 250k|5551 | 0.000000e+00 |      --      |    Inf 
1505.14/1505.47	c  1505s|249500 |    72 | 17033k|  68.3 |  21M|  42 |   - | 718 |  24k| 718 | 505 |2322k| 250k|5554 | 0.000000e+00 |      --      |    Inf 
1505.84/1506.11	c  1506s|249600 |    74 | 17040k|  68.3 |  21M|  42 |   - | 718 |  24k| 718 | 505 |2324k| 250k|5554 | 0.000000e+00 |      --      |    Inf 
1506.44/1506.73	c  1507s|249700 |    80 | 17048k|  68.3 |  21M|  42 | 147 | 718 |  24k| 718 | 494 |2325k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1507.14/1507.47	c  1507s|249800 |    78 | 17057k|  68.3 |  21M|  42 |   - | 718 |  25k| 718 | 509 |2327k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1507.84/1508.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.84/1508.16	c  1508s|249900 |    78 | 17065k|  68.3 |  21M|  42 | 150 | 718 |  25k| 718 | 492 |2328k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1508.54/1508.83	c  1509s|250000 |    74 | 17072k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 503 |2329k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1509.14/1509.45	c  1509s|250100 |    86 | 17079k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 530 |2330k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1509.74/1510.07	c  1510s|250200 |    78 | 17087k|  68.3 |  22M|  42 | 147 | 718 |  25k| 718 | 485 |2331k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1510.44/1510.76	c  1511s|250300 |    79 | 17095k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 518 |2332k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1511.14/1511.44	c  1511s|250400 |    77 | 17103k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 515 |2334k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1511.83/1512.13	c  1512s|250500 |    76 | 17111k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 533 |2335k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1512.63/1512.92	c  1513s|250600 |    76 | 17120k|  68.3 |  22M|  42 | 163 | 718 |  25k| 718 | 518 |2337k| 251k|5554 | 0.000000e+00 |      --      |    Inf 
1513.34/1513.64	c  1514s|250700 |    78 | 17128k|  68.3 |  22M|  42 |   - | 718 |  25k| 718 | 528 |2338k| 251k|5557 | 0.000000e+00 |      --      |    Inf 
1514.04/1514.35	c  1514s|250800 |    80 | 17137k|  68.3 |  22M|  42 | 145 | 718 |  25k| 718 | 502 |2339k| 251k|5561 | 0.000000e+00 |      --      |    Inf 
1514.74/1515.03	c  1515s|250900 |    76 | 17144k|  68.3 |  22M|  42 | 152 | 718 |  25k| 718 | 492 |2340k| 251k|5562 | 0.000000e+00 |      --      |    Inf 
1515.44/1515.77	c  1516s|251000 |    74 | 17153k|  68.3 |  22M|  42 | 160 | 718 |  25k| 718 | 481 |2341k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1516.14/1516.48	c  1516s|251100 |    76 | 17161k|  68.3 |  22M|  42 |   - | 718 |  26k| 718 | 510 |2343k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1516.84/1517.17	c  1517s|251200 |    75 | 17169k|  68.3 |  22M|  42 | 130 | 718 |  26k| 718 | 541 |2344k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1517.53/1517.83	c  1518s|251300 |    73 | 17177k|  68.4 |  22M|  42 | 141 | 718 |  26k| 718 | 486 |2345k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1518.23/1518.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1518.23/1518.51	c  1519s|251400 |    73 | 17185k|  68.4 |  22M|  42 | 127 | 718 |  26k| 718 | 537 |2346k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1518.84/1519.16	c  1519s|251500 |    73 | 17193k|  68.4 |  22M|  42 |   - | 718 |  26k| 718 | 502 |2347k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1519.54/1519.83	c  1520s|251600 |    73 | 17200k|  68.4 |  22M|  42 | 130 | 718 |  26k| 718 | 505 |2348k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1520.13/1520.46	c  1520s|251700 |    73 | 17208k|  68.4 |  22M|  42 | 141 | 718 |  26k| 718 | 510 |2349k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1520.83/1521.20	c  1521s|251800 |    73 | 17217k|  68.4 |  22M|  42 | 130 | 718 |  26k| 718 | 523 |2350k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1521.54/1521.88	c  1522s|251900 |    69 | 17225k|  68.4 |  22M|  42 | 156 | 718 |  26k| 718 | 498 |2352k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1522.34/1522.68	c  1523s|252000 |    71 | 17234k|  68.4 |  22M|  42 | 135 | 718 |  26k| 718 | 504 |2353k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1523.14/1523.43	c  1523s|252100 |    76 | 17242k|  68.4 |  22M|  42 |   - | 718 |  26k| 718 | 562 |2354k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1523.84/1524.15	c  1524s|252200 |    74 | 17251k|  68.4 |  22M|  42 | 159 | 718 |  26k| 718 | 531 |2355k| 252k|5562 | 0.000000e+00 |      --      |    Inf 
1524.54/1524.80	c  1525s|252300 |    78 | 17259k|  68.4 |  22M|  42 | 144 | 718 |  26k| 718 | 519 |2356k| 253k|5562 | 0.000000e+00 |      --      |    Inf 
1525.14/1525.42	c  1525s|252400 |    77 | 17266k|  68.4 |  22M|  42 |   - | 718 |  26k| 718 | 523 |2357k| 253k|5565 | 0.000000e+00 |      --      |    Inf 
1525.63/1525.96	c  1526s|252500 |    74 | 17272k|  68.4 |  22M|  42 |   - | 718 |  26k| 718 | 513 |2358k| 253k|5565 | 0.000000e+00 |      --      |    Inf 
1526.23/1526.57	c  1527s|252600 |    75 | 17279k|  68.4 |  22M|  42 |   - | 718 |  26k| 718 | 525 |2359k| 253k|5567 | 0.000000e+00 |      --      |    Inf 
1526.84/1527.12	c  1527s|252700 |    75 | 17285k|  68.4 |  22M|  42 | 134 | 718 |  26k| 718 | 503 |2359k| 253k|5569 | 0.000000e+00 |      --      |    Inf 
1527.44/1527.73	c  1528s|252800 |    75 | 17292k|  68.4 |  22M|  42 | 149 | 718 |  26k| 718 | 461 |2360k| 253k|5572 | 0.000000e+00 |      --      |    Inf 
1528.03/1528.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1528.03/1528.32	c  1528s|252900 |    77 | 17299k|  68.4 |  22M|  42 | 139 | 718 |  26k| 718 | 523 |2361k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1528.53/1528.90	c  1529s|253000 |    74 | 17306k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 519 |2362k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1529.23/1529.51	c  1530s|253100 |    74 | 17314k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 505 |2364k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1529.84/1530.17	c  1530s|253200 |    76 | 17322k|  68.4 |  22M|  42 | 160 | 718 |  27k| 718 | 522 |2365k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1530.53/1530.80	c  1531s|253300 |    71 | 17329k|  68.4 |  22M|  42 | 135 | 718 |  27k| 718 | 515 |2366k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1531.33/1531.64	c  1532s|253400 |    71 | 17339k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 537 |2367k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1532.14/1532.45	c  1532s|253500 |    69 | 17349k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 550 |2368k| 253k|5573 | 0.000000e+00 |      --      |    Inf 
1532.84/1533.11	c  1533s|253600 |    71 | 17356k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 518 |2369k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1533.53/1533.84	c  1534s|253700 |    73 | 17365k|  68.4 |  22M|  42 |   - | 718 |  27k| 718 | 550 |2370k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1534.24/1534.56	c  1535s|253800 |    75 | 17373k|  68.5 |  22M|  42 |   - | 718 |  27k| 718 | 534 |2372k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1534.83/1535.12	c  1535s|253900 |    75 | 17380k|  68.5 |  22M|  42 | 124 | 718 |  27k| 718 | 535 |2372k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1535.44/1535.73	c  1536s|254000 |    72 | 17387k|  68.5 |  22M|  42 | 145 | 718 |  27k| 718 | 565 |2373k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1536.04/1536.38	c  1536s|254100 |    71 | 17394k|  68.5 |  22M|  42 | 134 | 718 |  27k| 718 | 533 |2374k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1536.73/1537.06	c  1537s|254200 |    71 | 17402k|  68.5 |  22M|  42 | 143 | 718 |  27k| 718 | 512 |2375k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1537.44/1537.72	c  1538s|254300 |    67 | 17410k|  68.5 |  22M|  42 |   - | 718 |  27k| 718 | 518 |2376k| 254k|5573 | 0.000000e+00 |      --      |    Inf 
1538.13/1538.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.13/1538.41	c  1538s|254400 |    73 | 17418k|  68.5 |  22M|  42 |   - | 718 |  27k| 718 | 507 |2378k| 254k|5577 | 0.000000e+00 |      --      |    Inf 
1538.73/1539.00	c  1539s|254500 |    71 | 17425k|  68.5 |  22M|  42 |   - | 718 |  27k|   0 |   0 |2379k| 254k|5577 | 0.000000e+00 |      --      |    Inf 
1539.33/1539.63	c  1540s|254600 |    67 | 17433k|  68.5 |  23M|  42 | 164 | 718 |  27k| 718 | 544 |2380k| 254k|5578 | 0.000000e+00 |      --      |    Inf 
1540.03/1540.30	c  1540s|254700 |    72 | 17440k|  68.5 |  23M|  42 |   - | 718 |  27k| 718 | 539 |2381k| 254k|5580 | 0.000000e+00 |      --      |    Inf 
1540.63/1540.96	c  1541s|254800 |    68 | 17448k|  68.5 |  23M|  42 | 158 | 718 |  28k| 718 | 516 |2382k| 254k|5582 | 0.000000e+00 |      --      |    Inf 
1541.33/1541.62	c  1542s|254900 |    66 | 17456k|  68.5 |  23M|  42 |   - | 718 |  28k| 718 | 508 |2383k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1541.94/1542.26	c  1542s|255000 |    67 | 17463k|  68.5 |  23M|  42 | 161 | 718 |  28k| 718 | 464 |2384k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1542.63/1542.95	c  1543s|255100 |    65 | 17471k|  68.5 |  23M|  42 | 153 | 718 |  28k| 718 | 519 |2385k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1543.13/1543.45	c  1543s|255200 |    67 | 17476k|  68.5 |  23M|  42 | 140 | 718 |  28k| 718 | 522 |2386k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1543.73/1544.02	c  1544s|255300 |    66 | 17483k|  68.5 |  23M|  42 | 153 | 718 |  28k| 718 | 509 |2387k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1544.43/1544.75	c  1545s|255400 |    64 | 17491k|  68.5 |  23M|  42 | 142 | 718 |  28k| 718 | 547 |2388k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1545.03/1545.37	c  1545s|255500 |    62 | 17497k|  68.5 |  22M|  42 |   - | 718 |  27k| 718 | 542 |2389k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1545.73/1546.04	c  1546s|255600 |    64 | 17505k|  68.5 |  22M|  42 |   - | 718 |  27k| 718 | 575 |2390k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1546.34/1546.61	c  1547s|255700 |    62 | 17511k|  68.5 |  22M|  42 | 162 | 718 |  26k| 718 | 501 |2390k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1547.03/1547.30	c  1547s|255800 |    66 | 17519k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 556 |2391k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1547.63/1547.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1547.63/1547.98	c  1548s|255900 |    64 | 17526k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 519 |2392k| 255k|5582 | 0.000000e+00 |      --      |    Inf 
1548.33/1548.61	c  1549s|256000 |    64 | 17533k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 583 |2393k| 256k|5582 | 0.000000e+00 |      --      |    Inf 
1548.94/1549.27	c  1549s|256100 |    64 | 17541k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 585 |2394k| 256k|5582 | 0.000000e+00 |      --      |    Inf 
1549.64/1549.91	c  1550s|256200 |    68 | 17548k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 563 |2395k| 256k|5582 | 0.000000e+00 |      --      |    Inf 
1550.23/1550.56	c  1551s|256300 |    64 | 17555k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 568 |2396k| 256k|5582 | 0.000000e+00 |      --      |    Inf 
1550.93/1551.27	c  1551s|256400 |    64 | 17563k|  68.5 |  22M|  42 | 119 | 718 |  26k| 718 | 568 |2397k| 256k|5582 | 0.000000e+00 |      --      |    Inf 
1551.74/1552.01	c  1552s|256500 |    62 | 17571k|  68.5 |  22M|  42 | 151 | 718 |  26k| 718 | 553 |2397k| 256k|5588 | 0.000000e+00 |      --      |    Inf 
1552.43/1552.78	c  1553s|256600 |    57 | 17579k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 493 |2399k| 256k|5588 | 0.000000e+00 |      --      |    Inf 
1553.13/1553.50	c  1553s|256700 |    59 | 17587k|  68.5 |  22M|  42 | 145 | 718 |  26k| 718 | 527 |2400k| 256k|5588 | 0.000000e+00 |      --      |    Inf 
1553.73/1554.05	c  1554s|256800 |    59 | 17592k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 568 |2400k| 256k|5591 | 0.000000e+00 |      --      |    Inf 
1554.33/1554.69	c  1555s|256900 |    56 | 17599k|  68.5 |  22M|  42 | 146 | 718 |  26k| 718 | 507 |2401k| 256k|5593 | 0.000000e+00 |      --      |    Inf 
1555.03/1555.39	c  1555s|257000 |    52 | 17606k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 598 |2402k| 256k|5595 | 0.000000e+00 |      --      |    Inf 
1555.73/1556.05	c  1556s|257100 |    52 | 17613k|  68.5 |  22M|  42 |   - | 718 |  26k| 718 | 554 |2403k| 257k|5596 | 0.000000e+00 |      --      |    Inf 
1556.33/1556.66	c  1557s|257200 |    52 | 17619k|  68.5 |  22M|  42 |   - | 718 |  25k| 718 | 553 |2403k| 257k|5597 | 0.000000e+00 |      --      |    Inf 
1557.03/1557.33	c  1557s|257300 |    54 | 17626k|  68.5 |  21M|  42 | 127 | 718 |  25k| 718 | 561 |2404k| 257k|5599 | 0.000000e+00 |      --      |    Inf 
1557.63/1557.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1557.63/1557.94	c  1558s|257400 |    54 | 17632k|  68.5 |  21M|  42 |   - | 718 |  24k| 718 | 574 |2405k| 257k|5599 | 0.000000e+00 |      --      |    Inf 
1558.23/1558.54	c  1559s|257500 |    54 | 17639k|  68.5 |  21M|  42 |   - | 718 |  24k| 718 | 588 |2405k| 257k|5599 | 0.000000e+00 |      --      |    Inf 
1558.83/1559.18	c  1559s|257600 |    54 | 17645k|  68.5 |  21M|  42 | 161 | 718 |  24k| 718 | 560 |2406k| 257k|5600 | 0.000000e+00 |      --      |    Inf 
1559.54/1559.86	c  1560s|257700 |    49 | 17653k|  68.5 |  21M|  42 |   - | 718 |  24k| 718 | 582 |2407k| 257k|5601 | 0.000000e+00 |      --      |    Inf 
1560.33/1560.61	c  1561s|257800 |    51 | 17661k|  68.5 |  21M|  42 | 161 | 718 |  24k| 718 | 560 |2408k| 257k|5602 | 0.000000e+00 |      --      |    Inf 
1561.42/1561.75	c  1562s|257900 |    54 | 17670k|  68.5 |  21M|  42 | 179 | 718 |  24k| 718 | 540 |2410k| 257k|5635 | 0.000000e+00 |      --      |    Inf 
1562.23/1562.52	c  1563s|258000 |    52 | 17678k|  68.5 |  21M|  42 | 165 | 718 |  24k| 718 | 557 |2411k| 257k|5635 | 0.000000e+00 |      --      |    Inf 
1562.93/1563.23	c  1563s|258100 |    54 | 17686k|  68.5 |  21M|  42 | 149 | 718 |  24k| 718 | 563 |2412k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1563.63/1563.98	c  1564s|258200 |    50 | 17694k|  68.5 |  21M|  42 |   - | 718 |  23k| 718 | 567 |2413k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1564.33/1564.64	c  1565s|258300 |    50 | 17701k|  68.5 |  21M|  42 |   - | 718 |  23k| 718 | 526 |2414k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1565.13/1565.43	c  1565s|258400 |    54 | 17710k|  68.5 |  21M|  42 | 131 | 718 |  23k| 718 | 570 |2415k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1565.93/1566.22	c  1566s|258500 |    52 | 17719k|  68.5 |  21M|  42 |   - | 718 |  24k| 718 | 611 |2415k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1566.63/1566.91	c  1567s|258600 |    54 | 17726k|  68.5 |  21M|  42 | 145 | 718 |  24k| 718 | 582 |2416k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1567.33/1567.69	c  1568s|258700 |    52 | 17734k|  68.6 |  21M|  42 | 179 | 718 |  24k| 718 | 561 |2417k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1568.24/1568.55	c  1569s|258800 |    53 | 17744k|  68.6 |  21M|  42 | 146 | 718 |  24k| 718 | 552 |2418k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1569.03/1569.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1569.03/1569.31	c  1569s|258900 |    51 | 17753k|  68.6 |  21M|  42 |   - | 718 |  24k| 718 | 581 |2420k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1569.73/1570.01	c  1570s|259000 |    49 | 17760k|  68.6 |  21M|  42 |   - | 718 |  24k| 718 | 549 |2421k| 258k|5635 | 0.000000e+00 |      --      |    Inf 
1570.53/1570.84	c  1571s|259100 |    55 | 17769k|  68.6 |  21M|  42 | 153 | 718 |  24k| 718 | 551 |2422k| 258k|5636 | 0.000000e+00 |      --      |    Inf 
1571.33/1571.60	c  1572s|259200 |    53 | 17777k|  68.6 |  21M|  42 | 159 | 718 |  24k| 718 | 546 |2424k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1572.03/1572.39	c  1572s|259300 |    53 | 17786k|  68.6 |  21M|  42 | 149 | 718 |  24k| 718 | 540 |2425k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1572.83/1573.14	c  1573s|259400 |    55 | 17795k|  68.6 |  21M|  42 | 158 | 718 |  24k| 718 | 554 |2427k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1573.43/1573.79	c  1574s|259500 |    54 | 17802k|  68.6 |  21M|  42 | 142 | 718 |  24k| 718 | 556 |2428k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1574.03/1574.36	c  1574s|259600 |    52 | 17808k|  68.6 |  21M|  42 |   - | 718 |  24k| 718 | 524 |2429k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1574.73/1575.10	c  1575s|259700 |    52 | 17816k|  68.6 |  21M|  42 |   - | 718 |  25k| 718 | 582 |2430k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1575.43/1575.74	c  1576s|259800 |    52 | 17823k|  68.6 |  21M|  42 |   - | 718 |  25k| 718 | 533 |2431k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1576.12/1576.47	c  1576s|259900 |    54 | 17832k|  68.6 |  21M|  42 | 156 | 718 |  25k| 718 | 570 |2431k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1576.92/1577.21	c  1577s|260000 |    57 | 17840k|  68.6 |  21M|  42 | 145 | 718 |  25k| 718 | 576 |2432k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1577.63/1577.95	c  1578s|260100 |    56 | 17848k|  68.6 |  21M|  42 |   - | 718 |  25k| 718 | 601 |2433k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1578.14/1578.42	c  1578s|260200 |    58 | 17853k|  68.6 |  21M|  42 | 147 | 718 |  25k| 718 | 581 |2434k| 259k|5636 | 0.000000e+00 |      --      |    Inf 
1578.82/1579.10	c  1579s|260300 |    58 | 17860k|  68.6 |  21M|  42 | 163 | 718 |  25k| 718 | 567 |2434k| 260k|5636 | 0.000000e+00 |      --      |    Inf 
1579.43/1579.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1579.43/1579.74	c  1580s|260400 |    53 | 17867k|  68.6 |  21M|  42 | 191 | 718 |  25k| 718 | 546 |2435k| 260k|5636 | 0.000000e+00 |      --      |    Inf 
1580.23/1580.54	c  1581s|260500 |    53 | 17876k|  68.6 |  22M|  42 | 164 | 718 |  25k| 718 | 531 |2436k| 260k|5636 | 0.000000e+00 |      --      |    Inf 
1580.82/1581.18	c  1581s|260600 |    55 | 17883k|  68.6 |  22M|  42 | 139 | 718 |  25k| 718 | 532 |2437k| 260k|5636 | 0.000000e+00 |      --      |    Inf 
1581.53/1581.87	c  1582s|260700 |    54 | 17891k|  68.6 |  22M|  42 |   - | 718 |  25k| 718 | 540 |2438k| 260k|5636 | 0.000000e+00 |      --      |    Inf 
1582.33/1582.62	c  1583s|260800 |    58 | 17899k|  68.6 |  22M|  42 | 141 | 718 |  25k| 718 | 593 |2439k| 260k|5643 | 0.000000e+00 |      --      |    Inf 
1582.92/1583.25	c  1583s|260900 |    58 | 17906k|  68.6 |  22M|  42 | 146 | 718 |  26k| 718 | 551 |2440k| 260k|5643 | 0.000000e+00 |      --      |    Inf 
1583.63/1583.96	c  1584s|261000 |    54 | 17914k|  68.6 |  22M|  42 | 151 | 718 |  26k| 718 | 556 |2441k| 260k|5643 | 0.000000e+00 |      --      |    Inf 
1584.43/1584.76	c  1585s|261100 |    51 | 17922k|  68.6 |  22M|  42 |   - | 718 |  26k| 718 | 557 |2443k| 260k|5647 | 0.000000e+00 |      --      |    Inf 
1585.32/1585.60	c  1586s|261200 |    51 | 17931k|  68.7 |  22M|  42 | 157 | 718 |  26k| 718 | 534 |2444k| 260k|5648 | 0.000000e+00 |      --      |    Inf 
1586.22/1586.51	c  1587s|261300 |    51 | 17942k|  68.7 |  22M|  42 | 160 | 718 |  26k| 718 | 565 |2446k| 260k|5648 | 0.000000e+00 |      --      |    Inf 
1587.03/1587.30	c  1587s|261400 |    48 | 17950k|  68.7 |  22M|  42 | 175 | 718 |  26k| 718 | 511 |2447k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1587.82/1588.13	c  1588s|261500 |    48 | 17959k|  68.7 |  22M|  42 |   - | 718 |  26k| 718 | 515 |2448k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1588.52/1588.88	c  1589s|261600 |    44 | 17968k|  68.7 |  22M|  42 |   - | 718 |  26k| 718 | 505 |2449k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1589.43/1589.72	c  1590s|261700 |    40 | 17977k|  68.7 |  21M|  42 |   - | 718 |  25k| 718 | 533 |2451k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1590.13/1590.46	c  1590s|261800 |    40 | 17985k|  68.7 |  21M|  42 |   - | 718 |  25k| 718 | 512 |2452k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1590.93/1591.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1590.93/1591.25	c  1591s|261900 |    46 | 17994k|  68.7 |  21M|  42 | 145 | 718 |  25k| 718 | 508 |2454k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1591.83/1592.14	c  1592s|262000 |    46 | 18004k|  68.7 |  21M|  42 |   - | 718 |  25k| 718 | 536 |2456k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1592.54/1592.85	c  1593s|262100 |    49 | 18012k|  68.7 |  21M|  42 | 168 | 718 |  24k| 718 | 533 |2457k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1593.23/1593.59	c  1594s|262200 |    45 | 18020k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 541 |2458k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1594.02/1594.30	c  1594s|262300 |    45 | 18028k|  68.7 |  21M|  42 | 140 | 718 |  24k| 718 | 491 |2459k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1594.63/1595.00	c  1595s|262400 |    48 | 18035k|  68.7 |  21M|  42 | 133 | 718 |  24k| 718 | 507 |2460k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1595.42/1595.70	c  1596s|262500 |    48 | 18043k|  68.7 |  21M|  42 | 166 | 718 |  24k| 718 | 568 |2461k| 261k|5648 | 0.000000e+00 |      --      |    Inf 
1596.03/1596.32	c  1596s|262600 |    50 | 18050k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 493 |2462k| 262k|5648 | 0.000000e+00 |      --      |    Inf 
1596.73/1597.02	c  1597s|262700 |    50 | 18057k|  68.7 |  21M|  42 | 148 | 718 |  24k| 718 | 510 |2463k| 262k|5651 | 0.000000e+00 |      --      |    Inf 
1597.22/1597.59	c  1598s|262800 |    50 | 18063k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 541 |2464k| 262k|5651 | 0.000000e+00 |      --      |    Inf 
1597.82/1598.20	c  1598s|262900 |    46 | 18070k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 526 |2464k| 262k|5652 | 0.000000e+00 |      --      |    Inf 
1598.63/1598.90	c  1599s|263000 |    49 | 18077k|  68.7 |  21M|  42 | 165 | 718 |  24k| 718 | 505 |2465k| 262k|5655 | 0.000000e+00 |      --      |    Inf 
1599.32/1599.64	c  1600s|263100 |    47 | 18086k|  68.7 |  21M|  42 | 141 | 718 |  24k| 718 | 541 |2467k| 262k|5656 | 0.000000e+00 |      --      |    Inf 
1599.83/1600.18	c  1600s|263200 |    49 | 18092k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 546 |2468k| 262k|5657 | 0.000000e+00 |      --      |    Inf 
1600.53/1600.80	c  1601s|263300 |    47 | 18099k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 553 |2469k| 262k|5657 | 0.000000e+00 |      --      |    Inf 
1601.12/1601.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.12/1601.47	c  1601s|263400 |    47 | 18106k|  68.7 |  21M|  42 |   - | 718 |  24k| 718 | 554 |2470k| 262k|5657 | 0.000000e+00 |      --      |    Inf 
1601.82/1602.19	c  1602s|263500 |    49 | 18114k|  68.7 |  21M|  42 | 169 | 718 |  25k| 718 | 554 |2471k| 262k|5657 | 0.000000e+00 |      --      |    Inf 
1602.63/1602.91	c  1603s|263600 |    47 | 18122k|  68.7 |  21M|  42 | 150 | 718 |  25k| 718 | 527 |2472k| 262k|5658 | 0.000000e+00 |      --      |    Inf 
1603.33/1603.60	c  1604s|263700 |    48 | 18129k|  68.7 |  21M|  42 | 146 | 718 |  24k| 718 | 497 |2473k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1603.82/1604.11	c  1604s|263800 |    48 | 18135k|  68.7 |  21M|  42 | 145 | 718 |  25k| 718 | 557 |2474k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1604.52/1604.80	c  1605s|263900 |    50 | 18143k|  68.7 |  21M|  42 | 145 | 718 |  25k| 718 | 512 |2475k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1605.12/1605.43	c  1605s|264000 |    50 | 18150k|  68.7 |  21M|  42 | 160 | 718 |  25k| 718 | 529 |2476k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1605.63/1605.96	c  1606s|264100 |    48 | 18156k|  68.7 |  21M|  42 |   - | 718 |  25k| 718 | 537 |2477k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1606.32/1606.63	c  1607s|264200 |    46 | 18163k|  68.7 |  21M|  42 | 162 | 718 |  25k| 718 | 542 |2478k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1607.02/1607.35	c  1607s|264300 |    46 | 18171k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 512 |2479k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1607.62/1607.97	c  1608s|264400 |    46 | 18178k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 533 |2480k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1608.43/1608.74	c  1609s|264500 |    49 | 18186k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 473 |2482k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1609.03/1609.39	c  1609s|264600 |    50 | 18194k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 494 |2483k| 263k|5658 | 0.000000e+00 |      --      |    Inf 
1609.72/1610.07	c  1610s|264700 |    50 | 18202k|  68.8 |  21M|  42 | 125 | 718 |  25k| 718 | 527 |2485k| 264k|5658 | 0.000000e+00 |      --      |    Inf 
1610.32/1610.66	c  1611s|264800 |    50 | 18209k|  68.8 |  21M|  42 | 125 | 718 |  25k| 718 | 516 |2486k| 264k|5658 | 0.000000e+00 |      --      |    Inf 
1611.02/1611.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1611.02/1611.31	c  1611s|264900 |    48 | 18217k|  68.8 |  21M|  42 | 137 | 718 |  25k| 718 | 494 |2487k| 264k|5662 | 0.000000e+00 |      --      |    Inf 
1611.62/1611.99	c  1612s|265000 |    48 | 18224k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 487 |2489k| 264k|5663 | 0.000000e+00 |      --      |    Inf 
1612.33/1612.64	c  1613s|265100 |    48 | 18232k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 510 |2490k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1613.02/1613.35	c  1613s|265200 |    51 | 18240k|  68.8 |  21M|  42 | 167 | 718 |  25k| 718 | 518 |2492k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1613.82/1614.16	c  1614s|265300 |    53 | 18249k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 511 |2494k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1614.53/1614.83	c  1615s|265400 |    49 | 18257k|  68.8 |  22M|  42 |   - | 718 |  25k| 718 | 503 |2495k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1615.33/1615.61	c  1616s|265500 |    51 | 18267k|  68.8 |  22M|  42 | 169 | 718 |  25k| 718 | 507 |2497k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1616.02/1616.35	c  1616s|265600 |    50 | 18275k|  68.8 |  22M|  42 | 155 | 718 |  25k| 718 | 508 |2498k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1616.73/1617.08	c  1617s|265700 |    49 | 18283k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 534 |2500k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1617.42/1617.77	c  1618s|265800 |    53 | 18291k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 559 |2501k| 264k|5664 | 0.000000e+00 |      --      |    Inf 
1618.12/1618.43	c  1618s|265900 |    51 | 18298k|  68.8 |  22M|  42 | 155 | 718 |  26k| 718 | 515 |2502k| 265k|5664 | 0.000000e+00 |      --      |    Inf 
1618.82/1619.15	c  1619s|266000 |    47 | 18306k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 533 |2503k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1619.42/1619.76	c  1620s|266100 |    45 | 18312k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 542 |2504k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1620.03/1620.39	c  1620s|266200 |    45 | 18319k|  68.8 |  22M|  42 | 161 | 718 |  26k| 718 | 524 |2504k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1620.72/1621.08	c  1621s|266300 |    41 | 18326k|  68.8 |  22M|  42 |   - | 718 |  25k| 718 | 588 |2505k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1621.42/1621.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1621.42/1621.79	c  1622s|266400 |    41 | 18333k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 561 |2506k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1622.13/1622.45	c  1622s|266500 |    41 | 18340k|  68.8 |  21M|  42 | 140 | 718 |  25k| 718 | 544 |2507k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1622.72/1623.05	c  1623s|266600 |    39 | 18347k|  68.8 |  21M|  42 | 166 | 718 |  25k| 718 | 519 |2508k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1623.32/1623.69	c  1624s|266700 |    35 | 18354k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 521 |2508k| 265k|5665 | 0.000000e+00 |      --      |    Inf 
1624.22/1624.50	c  1624s|266800 |    35 | 18362k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 563 |2510k| 265k|5672 | 0.000000e+00 |      --      |    Inf 
1624.92/1625.22	c  1625s|266900 |    35 | 18370k|  68.8 |  21M|  42 | 173 | 718 |  25k| 718 | 578 |2511k| 265k|5672 | 0.000000e+00 |      --      |    Inf 
1625.62/1625.91	c  1626s|267000 |    35 | 18377k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 501 |2512k| 266k|5672 | 0.000000e+00 |      --      |    Inf 
1626.22/1626.56	c  1627s|267100 |    35 | 18384k|  68.8 |  21M|  42 | 176 | 718 |  25k| 718 | 532 |2513k| 266k|5674 | 0.000000e+00 |      --      |    Inf 
1627.02/1627.30	c  1627s|267200 |    33 | 18391k|  68.8 |  21M|  42 | 182 | 718 |  25k| 718 | 576 |2514k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1627.62/1627.92	c  1628s|267300 |    33 | 18398k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 580 |2514k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1628.22/1628.51	c  1629s|267400 |    33 | 18404k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 567 |2515k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1628.82/1629.12	c  1629s|267500 |    35 | 18411k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 592 |2516k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1629.52/1629.80	c  1630s|267600 |    30 | 18418k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 534 |2516k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1630.22/1630.58	c  1631s|267700 |    33 | 18427k|  68.8 |  21M|  42 | 155 | 718 |  25k| 718 | 538 |2518k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1630.92/1631.24	c  1631s|267800 |    33 | 18434k|  68.8 |  21M|  42 | 131 | 718 |  25k| 718 | 601 |2519k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1631.42/1631.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.42/1631.79	c  1632s|267900 |    31 | 18440k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 532 |2519k| 266k|5675 | 0.000000e+00 |      --      |    Inf 
1632.12/1632.45	c  1632s|268000 |    30 | 18447k|  68.8 |  21M|  42 | 160 | 718 |  25k| 718 | 508 |2521k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1632.82/1633.17	c  1633s|268100 |    30 | 18455k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 530 |2522k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1633.51/1633.83	c  1634s|268200 |    30 | 18462k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 547 |2522k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1634.22/1634.55	c  1635s|268300 |    27 | 18470k|  68.8 |  21M|  42 | 171 | 718 |  25k| 718 | 463 |2523k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1634.92/1635.25	c  1635s|268400 |    27 | 18478k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 564 |2524k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1635.61/1635.95	c  1636s|268500 |    25 | 18486k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 548 |2525k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1636.32/1636.65	c  1637s|268600 |    27 | 18493k|  68.8 |  21M|  42 | 158 | 718 |  24k| 718 | 592 |2526k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1636.82/1637.10	c  1637s|268700 |    27 | 18497k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 610 |2526k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1637.21/1637.55	c  1638s|268800 |    28 | 18502k|  68.8 |  21M|  42 | 146 | 718 |  25k| 718 | 585 |2527k| 267k|5675 | 0.000000e+00 |      --      |    Inf 
1637.72/1638.05	c  1638s|268900 |    26 | 18507k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 595 |2527k| 268k|5675 | 0.000000e+00 |      --      |    Inf 
1638.32/1638.67	c  1639s|269000 |    26 | 18513k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 607 |2528k| 268k|5681 | 0.000000e+00 |      --      |    Inf 
1638.92/1639.29	c  1639s|269100 |    27 | 18519k|  68.8 |  21M|  42 | 132 | 718 |  25k| 718 | 573 |2528k| 268k|5681 | 0.000000e+00 |      --      |    Inf 
1639.62/1639.92	c  1640s|269200 |    26 | 18526k|  68.8 |  21M|  42 | 162 | 718 |  24k| 718 | 575 |2529k| 268k|5681 | 0.000000e+00 |      --      |    Inf 
1640.31/1640.65	c  1641s|269300 |    25 | 18533k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 608 |2530k| 268k|5681 | 0.000000e+00 |      --      |    Inf 
1640.82/1641.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.82/1641.11	c  1641s|269400 |    26 | 18538k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 591 |2530k| 268k|5681 | 0.000000e+00 |      --      |    Inf 
1641.32/1641.65	c  1642s|269500 |    36 | 18544k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 512 |2531k| 268k|5683 | 0.000000e+00 |      --      |    Inf 
1641.82/1642.15	c  1642s|269600 |    33 | 18550k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 493 |2532k| 268k|5683 | 0.000000e+00 |      --      |    Inf 
1642.32/1642.68	c  1643s|269700 |    43 | 18556k|  68.8 |  21M|  42 | 133 | 718 |  24k| 718 | 512 |2533k| 268k|5683 | 0.000000e+00 |      --      |    Inf 
1642.91/1643.23	c  1643s|269800 |    41 | 18562k|  68.8 |  21M|  42 | 128 | 718 |  24k| 718 | 495 |2533k| 268k|5683 | 0.000000e+00 |      --      |    Inf 
1643.52/1643.84	c  1644s|269900 |    45 | 18569k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 517 |2534k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1644.22/1644.55	c  1645s|270000 |    46 | 18578k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 509 |2536k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1644.81/1645.13	c  1645s|270100 |    47 | 18585k|  68.8 |  21M|  42 | 136 | 718 |  24k| 718 | 505 |2537k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1645.32/1645.68	c  1646s|270200 |    41 | 18591k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 523 |2537k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1645.82/1646.17	c  1646s|270300 |    40 | 18597k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 516 |2538k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1646.43/1646.78	c  1647s|270400 |    40 | 18604k|  68.8 |  21M|  42 | 136 | 718 |  24k| 718 | 510 |2539k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1647.02/1647.30	c  1647s|270500 |    38 | 18610k|  68.8 |  21M|  42 | 129 | 718 |  24k| 718 | 520 |2539k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1647.52/1647.86	c  1648s|270600 |    42 | 18616k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 484 |2540k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1648.02/1648.40	c  1648s|270700 |    55 | 18623k|  68.8 |  21M|  42 | 130 | 718 |  24k| 718 | 487 |2541k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1648.52/1648.85	c  1649s|270800 |    53 | 18628k|  68.8 |  21M|  42 | 134 | 718 |  24k| 718 | 487 |2542k| 269k|5683 | 0.000000e+00 |      --      |    Inf 
1649.11/1649.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.11/1649.45	c  1649s|270900 |    54 | 18635k|  68.8 |  21M|  42 | 121 | 718 |  24k| 718 | 511 |2542k| 270k|5683 | 0.000000e+00 |      --      |    Inf 
1649.72/1650.04	c  1650s|271000 |    51 | 18642k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 505 |2543k| 270k|5683 | 0.000000e+00 |      --      |    Inf 
1650.41/1650.71	c  1651s|271100 |    53 | 18650k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 485 |2545k| 270k|5683 | 0.000000e+00 |      --      |    Inf 
1651.02/1651.34	c  1651s|271200 |    49 | 18657k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 534 |2545k| 270k|5683 | 0.000000e+00 |      --      |    Inf 
1651.51/1651.89	c  1652s|271300 |    51 | 18664k|  68.8 |  21M|  42 | 143 | 718 |  24k| 718 | 507 |2546k| 270k|5683 | 0.000000e+00 |      --      |    Inf 
1652.22/1652.52	c  1653s|271400 |    53 | 18670k|  68.8 |  21M|  42 |   - | 718 |  24k| 718 | 505 |2547k| 270k|5688 | 0.000000e+00 |      --      |    Inf 
1652.82/1653.16	c  1653s|271500 |    47 | 18678k|  68.8 |  21M|  42 | 127 | 718 |  24k| 718 | 531 |2548k| 270k|5688 | 0.000000e+00 |      --      |    Inf 
1653.41/1653.79	c  1654s|271600 |    40 | 18685k|  68.8 |  21M|  42 | 139 | 718 |  25k| 718 | 497 |2549k| 270k|5688 | 0.000000e+00 |      --      |    Inf 
1654.12/1654.41	c  1654s|271700 |    37 | 18692k|  68.8 |  21M|  42 | 137 | 718 |  25k| 718 | 490 |2550k| 270k|5690 | 0.000000e+00 |      --      |    Inf 
1654.71/1655.07	c  1655s|271800 |    49 | 18700k|  68.8 |  21M|  42 | 153 | 718 |  25k| 718 | 524 |2551k| 270k|5690 | 0.000000e+00 |      --      |    Inf 
1655.22/1655.56	c  1656s|271900 |    51 | 18705k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 512 |2552k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1655.82/1656.19	c  1656s|272000 |    49 | 18713k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 514 |2553k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1656.41/1656.74	c  1657s|272100 |    52 | 18719k|  68.8 |  21M|  42 | 141 | 718 |  25k| 718 | 500 |2554k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1656.92/1657.28	c  1657s|272200 |    56 | 18725k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 527 |2554k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1657.42/1657.75	c  1658s|272300 |    58 | 18731k|  68.8 |  21M|  42 | 118 | 718 |  25k| 718 | 513 |2555k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1657.91/1658.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1657.91/1658.24	c  1658s|272400 |    55 | 18736k|  68.8 |  21M|  42 |   - | 718 |  25k| 718 | 523 |2556k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1658.42/1658.77	c  1659s|272500 |    54 | 18742k|  68.8 |  21M|  42 | 123 | 718 |  25k| 718 | 538 |2556k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1659.01/1659.35	c  1659s|272600 |    54 | 18748k|  68.8 |  22M|  42 | 126 | 718 |  25k| 718 | 494 |2557k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1659.63/1659.94	c  1660s|272700 |    54 | 18756k|  68.8 |  22M|  42 |   - | 718 |  25k| 718 | 514 |2558k| 271k|5690 | 0.000000e+00 |      --      |    Inf 
1660.21/1660.52	c  1661s|272800 |    54 | 18763k|  68.8 |  22M|  42 | 138 | 718 |  26k| 718 | 496 |2559k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1660.81/1661.14	c  1661s|272900 |    56 | 18770k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 504 |2560k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1661.42/1661.73	c  1662s|273000 |    54 | 18777k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 517 |2561k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1662.01/1662.36	c  1662s|273100 |    54 | 18785k|  68.8 |  22M|  42 | 122 | 718 |  26k| 718 | 471 |2562k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1662.62/1662.93	c  1663s|273200 |    54 | 18792k|  68.8 |  22M|  42 | 125 | 718 |  26k| 718 | 499 |2563k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1663.22/1663.58	c  1664s|273300 |    49 | 18799k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 525 |2564k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1663.92/1664.25	c  1664s|273400 |    53 | 18807k|  68.8 |  22M|  42 |  91 | 718 |  26k| 718 | 469 |2565k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1664.51/1664.87	c  1665s|273500 |    63 | 18815k|  68.8 |  22M|  42 | 130 | 718 |  26k| 718 | 491 |2567k| 272k|5690 | 0.000000e+00 |      --      |    Inf 
1665.12/1665.43	c  1665s|273600 |    57 | 18822k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 490 |2568k| 272k|5695 | 0.000000e+00 |      --      |    Inf 
1665.61/1665.95	c  1666s|273700 |    54 | 18828k|  68.8 |  22M|  42 | 143 | 718 |  26k| 718 | 430 |2569k| 272k|5695 | 0.000000e+00 |      --      |    Inf 
1666.22/1666.56	c  1667s|273800 |    58 | 18836k|  68.8 |  22M|  42 | 132 | 718 |  26k| 718 | 472 |2570k| 273k|5696 | 0.000000e+00 |      --      |    Inf 
1666.72/1667.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.72/1667.06	c  1667s|273900 |    56 | 18841k|  68.8 |  22M|  42 | 120 | 718 |  26k| 718 | 480 |2571k| 273k|5697 | 0.000000e+00 |      --      |    Inf 
1667.32/1667.61	c  1668s|274000 |    56 | 18848k|  68.8 |  22M|  42 | 131 | 718 |  27k| 718 | 482 |2571k| 273k|5697 | 0.000000e+00 |      --      |    Inf 
1667.81/1668.13	c  1668s|274100 |    52 | 18854k|  68.8 |  22M|  42 | 148 | 718 |  27k| 718 | 490 |2572k| 273k|5697 | 0.000000e+00 |      --      |    Inf 
1668.42/1668.79	c  1669s|274200 |    45 | 18861k|  68.8 |  22M|  42 | 117 | 718 |  26k| 718 | 506 |2573k| 273k|5697 | 0.000000e+00 |      --      |    Inf 
1669.11/1669.41	c  1669s|274300 |    38 | 18868k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 487 |2574k| 273k|5698 | 0.000000e+00 |      --      |    Inf 
1669.61/1669.96	c  1670s|274400 |    46 | 18874k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 502 |2575k| 273k|5698 | 0.000000e+00 |      --      |    Inf 
1670.11/1670.48	c  1670s|274500 |    51 | 18881k|  68.8 |  22M|  42 | 103 | 718 |  26k| 718 | 481 |2576k| 273k|5698 | 0.000000e+00 |      --      |    Inf 
1670.52/1670.89	c  1671s|274600 |    53 | 18885k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 512 |2576k| 273k|5698 | 0.000000e+00 |      --      |    Inf 
1671.01/1671.35	c  1671s|274700 |    52 | 18891k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 509 |2577k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1671.51/1671.89	c  1672s|274800 |    51 | 18897k|  68.8 |  22M|  42 | 116 | 718 |  26k| 718 | 494 |2578k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1672.02/1672.37	c  1672s|274900 |    51 | 18903k|  68.8 |  22M|  42 | 156 | 718 |  26k| 718 | 511 |2578k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1672.61/1672.93	c  1673s|275000 |    56 | 18910k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 502 |2579k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1673.11/1673.49	c  1673s|275100 |    51 | 18917k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 513 |2580k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1673.71/1674.06	c  1674s|275200 |    48 | 18924k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 506 |2581k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1674.21/1674.55	c  1675s|275300 |    47 | 18929k|  68.8 |  22M|  42 | 138 | 718 |  27k| 718 | 475 |2582k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1674.72/1675.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.72/1675.08	c  1675s|275400 |    49 | 18936k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 518 |2582k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1675.31/1675.69	c  1676s|275500 |    45 | 18943k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 510 |2583k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1675.91/1676.28	c  1676s|275600 |    42 | 18949k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 514 |2584k| 274k|5698 | 0.000000e+00 |      --      |    Inf 
1676.51/1676.83	c  1677s|275700 |    43 | 18956k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 492 |2585k| 275k|5698 | 0.000000e+00 |      --      |    Inf 
1677.01/1677.40	c  1677s|275800 |    42 | 18963k|  68.8 |  22M|  42 | 129 | 718 |  27k| 718 | 443 |2586k| 275k|5698 | 0.000000e+00 |      --      |    Inf 
1677.71/1678.01	c  1678s|275900 |    44 | 18970k|  68.8 |  22M|  42 | 124 | 718 |  27k| 718 | 486 |2587k| 275k|5703 | 0.000000e+00 |      --      |    Inf 
1678.32/1678.64	c  1679s|276000 |    45 | 18978k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 490 |2589k| 275k|5703 | 0.000000e+00 |      --      |    Inf 
1679.01/1679.31	c  1679s|276100 |    43 | 18985k|  68.8 |  22M|  42 | 156 | 718 |  27k| 718 | 578 |2590k| 275k|5706 | 0.000000e+00 |      --      |    Inf 
1679.71/1680.06	c  1680s|276200 |    41 | 18994k|  68.8 |  22M|  42 | 140 | 718 |  26k| 718 | 523 |2591k| 275k|5706 | 0.000000e+00 |      --      |    Inf 
1680.42/1680.76	c  1681s|276300 |    43 | 19003k|  68.8 |  22M|  42 | 112 | 718 |  26k| 718 | 497 |2592k| 275k|5709 | 0.000000e+00 |      --      |    Inf 
1681.11/1681.42	c  1681s|276400 |    47 | 19011k|  68.8 |  22M|  42 | 131 | 718 |  26k| 718 | 476 |2594k| 275k|5709 | 0.000000e+00 |      --      |    Inf 
1681.71/1682.02	c  1682s|276500 |    46 | 19018k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 504 |2595k| 275k|5709 | 0.000000e+00 |      --      |    Inf 
1682.41/1682.70	c  1683s|276600 |    48 | 19026k|  68.8 |  22M|  42 | 133 | 718 |  26k| 718 | 522 |2596k| 275k|5710 | 0.000000e+00 |      --      |    Inf 
1683.01/1683.34	c  1683s|276700 |    51 | 19034k|  68.8 |  22M|  42 | 140 | 718 |  26k| 718 | 519 |2597k| 275k|5710 | 0.000000e+00 |      --      |    Inf 
1683.61/1683.97	c  1684s|276800 |    50 | 19041k|  68.8 |  22M|  42 | 139 | 718 |  26k| 718 | 512 |2598k| 276k|5710 | 0.000000e+00 |      --      |    Inf 
1684.21/1684.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.21/1684.59	c  1685s|276900 |    48 | 19049k|  68.8 |  22M|  42 | 138 | 718 |  26k| 718 | 541 |2599k| 276k|5710 | 0.000000e+00 |      --      |    Inf 
1684.81/1685.18	c  1685s|277000 |    48 | 19055k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 519 |2600k| 276k|5711 | 0.000000e+00 |      --      |    Inf 
1685.41/1685.73	c  1686s|277100 |    50 | 19062k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 497 |2601k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1685.92/1686.27	c  1686s|277200 |    50 | 19068k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 499 |2602k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1686.41/1686.74	c  1687s|277300 |    48 | 19074k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 496 |2602k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1687.02/1687.31	c  1687s|277400 |    48 | 19081k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 508 |2603k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1687.51/1687.81	c  1688s|277500 |    50 | 19087k|  68.8 |  22M|  42 | 125 | 718 |  26k| 718 | 546 |2604k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1687.91/1688.28	c  1688s|277600 |    50 | 19092k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 520 |2604k| 276k|5712 | 0.000000e+00 |      --      |    Inf 
1688.51/1688.87	c  1689s|277700 |    50 | 19099k|  68.8 |  22M|  42 | 149 | 718 |  26k| 718 | 498 |2605k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1689.11/1689.47	c  1689s|277800 |    50 | 19105k|  68.8 |  22M|  42 | 126 | 718 |  26k| 718 | 538 |2605k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1689.71/1690.05	c  1690s|277900 |    48 | 19112k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 520 |2606k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1690.31/1690.70	c  1691s|278000 |    50 | 19119k|  68.8 |  22M|  42 | 138 | 718 |  26k| 718 | 518 |2607k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1690.91/1691.24	c  1691s|278100 |    53 | 19126k|  68.8 |  22M|  42 | 128 | 718 |  26k| 718 | 513 |2607k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1691.51/1691.84	c  1692s|278200 |    50 | 19132k|  68.8 |  22M|  42 | 129 | 718 |  27k| 718 | 502 |2608k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1692.11/1692.47	c  1692s|278300 |    50 | 19140k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 527 |2609k| 277k|5712 | 0.000000e+00 |      --      |    Inf 
1692.71/1693.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1692.71/1693.09	c  1693s|278400 |    47 | 19147k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 527 |2610k| 277k|5714 | 0.000000e+00 |      --      |    Inf 
1693.41/1693.70	c  1694s|278500 |    53 | 19153k|  68.8 |  22M|  42 | 128 | 718 |  27k| 718 | 517 |2610k| 277k|5720 | 0.000000e+00 |      --      |    Inf 
1693.91/1694.24	c  1694s|278600 |    49 | 19160k|  68.8 |  22M|  42 | 145 | 718 |  27k| 718 | 506 |2611k| 277k|5720 | 0.000000e+00 |      --      |    Inf 
1694.50/1694.82	c  1695s|278700 |    55 | 19166k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 533 |2612k| 278k|5720 | 0.000000e+00 |      --      |    Inf 
1695.01/1695.36	c  1695s|278800 |    53 | 19172k|  68.8 |  22M|  42 | 151 | 718 |  27k| 718 | 503 |2612k| 278k|5720 | 0.000000e+00 |      --      |    Inf 
1695.61/1695.94	c  1696s|278900 |    51 | 19179k|  68.8 |  22M|  42 | 148 | 718 |  27k| 718 | 515 |2613k| 278k|5720 | 0.000000e+00 |      --      |    Inf 
1696.11/1696.49	c  1696s|279000 |    49 | 19185k|  68.8 |  22M|  42 | 141 | 718 |  27k| 718 | 513 |2614k| 278k|5720 | 0.000000e+00 |      --      |    Inf 
1696.71/1697.02	c  1697s|279100 |    47 | 19190k|  68.8 |  22M|  42 | 133 | 718 |  27k| 718 | 493 |2614k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1697.31/1697.64	c  1698s|279200 |    45 | 19197k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 535 |2615k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1697.81/1698.18	c  1698s|279300 |    45 | 19203k|  68.8 |  22M|  42 | 137 | 718 |  27k| 718 | 497 |2616k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1698.41/1698.78	c  1699s|279400 |    45 | 19210k|  68.8 |  22M|  42 | 150 | 718 |  27k| 718 | 485 |2617k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1699.00/1699.37	c  1699s|279500 |    43 | 19217k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 500 |2618k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1699.60/1699.95	c  1700s|279600 |    42 | 19224k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 525 |2618k| 278k|5721 | 0.000000e+00 |      --      |    Inf 
1700.21/1700.59	c  1701s|279700 |    42 | 19231k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 610 |2619k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1701.01/1701.30	c  1701s|279800 |    42 | 19239k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 514 |2620k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1701.61/1701.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.61/1701.91	c  1702s|279900 |    42 | 19246k|  68.8 |  22M|  42 | 134 | 718 |  26k| 718 | 511 |2621k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1702.10/1702.49	c  1702s|280000 |    40 | 19252k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 516 |2622k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1702.81/1703.14	c  1703s|280100 |    50 | 19260k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 516 |2623k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1703.52/1703.82	c  1704s|280200 |    60 | 19268k|  68.8 |  22M|  42 | 132 | 718 |  26k| 718 | 533 |2625k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1704.11/1704.47	c  1704s|280300 |    56 | 19276k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 489 |2626k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1704.80/1705.11	c  1705s|280400 |    56 | 19283k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 520 |2627k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1705.41/1705.72	c  1706s|280500 |    67 | 19290k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 563 |2628k| 279k|5721 | 0.000000e+00 |      --      |    Inf 
1706.01/1706.39	c  1706s|280600 |    65 | 19298k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 580 |2629k| 279k|5726 | 0.000000e+00 |      --      |    Inf 
1706.61/1706.98	c  1707s|280700 |    65 | 19304k|  68.8 |  22M|  42 |   - | 718 |  26k| 718 | 519 |2630k| 280k|5726 | 0.000000e+00 |      --      |    Inf 
1707.40/1707.71	c  1708s|280800 |    60 | 19313k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 516 |2631k| 280k|5726 | 0.000000e+00 |      --      |    Inf 
1708.02/1708.37	c  1708s|280900 |    61 | 19320k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 510 |2633k| 280k|5731 | 0.000000e+00 |      --      |    Inf 
1708.60/1708.95	c  1709s|281000 |    62 | 19326k|  68.8 |  22M|  42 |   - | 718 |  27k| 718 | 540 |2633k| 280k|5731 | 0.000000e+00 |      --      |    Inf 
1709.20/1709.56	c  1710s|281100 |    58 | 19333k|  68.8 |  23M|  42 | 159 | 718 |  27k| 718 | 513 |2634k| 280k|5731 | 0.000000e+00 |      --      |    Inf 
1709.91/1710.25	c  1710s|281200 |    56 | 19341k|  68.8 |  23M|  42 | 163 | 718 |  27k| 718 | 511 |2636k| 280k|5732 | 0.000000e+00 |      --      |    Inf 
1710.51/1710.87	c  1711s|281300 |    57 | 19348k|  68.8 |  23M|  42 | 146 | 718 |  27k| 718 | 568 |2636k| 280k|5734 | 0.000000e+00 |      --      |    Inf 
1711.11/1711.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.11/1711.49	c  1711s|281400 |    54 | 19355k|  68.8 |  23M|  42 | 143 | 718 |  27k| 718 | 503 |2637k| 280k|5734 | 0.000000e+00 |      --      |    Inf 
1711.80/1712.15	c  1712s|281500 |    55 | 19362k|  68.8 |  23M|  42 |   - | 718 |  27k| 718 | 531 |2639k| 280k|5734 | 0.000000e+00 |      --      |    Inf 
1712.51/1712.83	c  1713s|281600 |    53 | 19370k|  68.8 |  23M|  42 | 143 | 718 |  27k| 718 | 529 |2640k| 280k|5734 | 0.000000e+00 |      --      |    Inf 
1713.11/1713.43	c  1713s|281700 |    55 | 19377k|  68.8 |  23M|  42 | 151 | 718 |  27k| 718 | 510 |2641k| 280k|5734 | 0.000000e+00 |      --      |    Inf 
1713.71/1714.02	c  1714s|281800 |    53 | 19384k|  68.8 |  23M|  42 | 128 | 718 |  27k| 718 | 513 |2642k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1714.30/1714.62	c  1715s|281900 |    54 | 19390k|  68.8 |  23M|  42 | 132 | 718 |  27k| 718 | 516 |2643k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1714.90/1715.22	c  1715s|282000 |    52 | 19397k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 528 |2644k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1715.41/1715.79	c  1716s|282100 |    54 | 19404k|  68.8 |  23M|  42 |   - | 718 |  28k|   0 |   0 |2645k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1716.11/1716.42	c  1716s|282200 |    52 | 19411k|  68.8 |  23M|  42 | 148 | 718 |  28k| 718 | 519 |2646k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1716.71/1717.01	c  1717s|282300 |    52 | 19418k|  68.8 |  23M|  42 | 152 | 718 |  28k| 718 | 519 |2647k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1717.30/1717.68	c  1718s|282400 |    54 | 19425k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 571 |2648k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1717.91/1718.27	c  1718s|282500 |    58 | 19432k|  68.8 |  23M|  42 | 125 | 718 |  28k| 718 | 527 |2649k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1718.40/1718.78	c  1719s|282600 |    52 | 19438k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 531 |2650k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1719.01/1719.38	c  1719s|282700 |    58 | 19445k|  68.8 |  23M|  42 | 140 | 718 |  28k| 718 | 528 |2651k| 281k|5734 | 0.000000e+00 |      --      |    Inf 
1719.60/1719.97	c  1720s|282800 |    58 | 19452k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 544 |2651k| 282k|5734 | 0.000000e+00 |      --      |    Inf 
1720.31/1720.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1720.31/1720.60	c  1721s|282900 |    55 | 19459k|  68.8 |  23M|  42 | 135 | 718 |  28k| 718 | 523 |2652k| 282k|5734 | 0.000000e+00 |      --      |    Inf 
1720.80/1721.14	c  1721s|283000 |    54 | 19465k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 537 |2653k| 282k|5734 | 0.000000e+00 |      --      |    Inf 
1721.40/1721.72	c  1722s|283100 |    54 | 19472k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 547 |2653k| 282k|5734 | 0.000000e+00 |      --      |    Inf 
1722.10/1722.44	c  1722s|283200 |    51 | 19480k|  68.8 |  23M|  42 | 144 | 718 |  29k| 718 | 460 |2654k| 282k|5735 | 0.000000e+00 |      --      |    Inf 
1722.81/1723.15	c  1723s|283300 |    61 | 19488k|  68.8 |  23M|  42 | 129 | 718 |  28k| 718 | 490 |2656k| 282k|5740 | 0.000000e+00 |      --      |    Inf 
1723.41/1723.79	c  1724s|283400 |    57 | 19495k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 571 |2657k| 282k|5740 | 0.000000e+00 |      --      |    Inf 
1724.10/1724.40	c  1724s|283500 |    57 | 19502k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 519 |2657k| 282k|5741 | 0.000000e+00 |      --      |    Inf 
1724.60/1724.94	c  1725s|283600 |    61 | 19508k|  68.8 |  23M|  42 | 139 | 718 |  29k| 718 | 527 |2658k| 282k|5742 | 0.000000e+00 |      --      |    Inf 
1725.30/1725.65	c  1726s|283700 |    59 | 19516k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 544 |2659k| 282k|5743 | 0.000000e+00 |      --      |    Inf 
1725.80/1726.13	c  1726s|283800 |    59 | 19521k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 535 |2660k| 282k|5743 | 0.000000e+00 |      --      |    Inf 
1726.50/1726.80	c  1727s|283900 |    61 | 19529k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 568 |2661k| 282k|5743 | 0.000000e+00 |      --      |    Inf 
1727.20/1727.50	c  1728s|284000 |    58 | 19537k|  68.8 |  23M|  42 | 142 | 718 |  29k| 718 | 520 |2662k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1727.70/1728.04	c  1728s|284100 |    56 | 19543k|  68.8 |  23M|  42 | 163 | 718 |  29k| 718 | 526 |2662k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1728.40/1728.75	c  1729s|284200 |    52 | 19551k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 546 |2663k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1729.01/1729.35	c  1729s|284300 |    54 | 19557k|  68.8 |  23M|  42 | 162 | 718 |  29k| 718 | 534 |2664k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1729.81/1730.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.81/1730.14	c  1730s|284400 |    52 | 19567k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 532 |2665k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1730.50/1730.88	c  1731s|284500 |    54 | 19575k|  68.8 |  23M|  42 | 131 | 718 |  29k| 718 | 510 |2667k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1731.11/1731.44	c  1731s|284600 |    52 | 19582k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 519 |2667k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1731.71/1732.06	c  1732s|284700 |    55 | 19589k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 524 |2669k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1732.21/1732.52	c  1733s|284800 |    55 | 19594k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 504 |2669k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1732.70/1733.02	c  1733s|284900 |    57 | 19600k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 523 |2670k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1733.21/1733.58	c  1734s|285000 |    54 | 19606k|  68.8 |  23M|  42 | 120 | 718 |  29k| 718 | 519 |2671k| 283k|5743 | 0.000000e+00 |      --      |    Inf 
1733.80/1734.16	c  1734s|285100 |    54 | 19613k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 510 |2672k| 284k|5743 | 0.000000e+00 |      --      |    Inf 
1734.41/1734.73	c  1735s|285200 |    58 | 19620k|  68.8 |  23M|  42 | 137 | 718 |  29k| 718 | 508 |2673k| 284k|5743 | 0.000000e+00 |      --      |    Inf 
1734.91/1735.22	c  1735s|285300 |    63 | 19625k|  68.8 |  24M|  42 |   - | 718 |  29k| 718 | 519 |2673k| 284k|5743 | 0.000000e+00 |      --      |    Inf 
1735.41/1735.75	c  1736s|285400 |    56 | 19631k|  68.8 |  24M|  42 | 143 | 718 |  29k| 718 | 514 |2674k| 284k|5743 | 0.000000e+00 |      --      |    Inf 
1736.00/1736.35	c  1736s|285500 |    53 | 19638k|  68.8 |  24M|  42 | 159 | 718 |  29k| 718 | 524 |2675k| 284k|5744 | 0.000000e+00 |      --      |    Inf 
1736.61/1736.98	c  1737s|285600 |    50 | 19644k|  68.8 |  24M|  42 | 160 | 718 |  29k| 718 | 447 |2675k| 284k|5750 | 0.000000e+00 |      --      |    Inf 
1737.20/1737.56	c  1738s|285700 |    57 | 19650k|  68.8 |  24M|  42 | 109 | 718 |  29k| 718 | 518 |2677k| 284k|5750 | 0.000000e+00 |      --      |    Inf 
1737.71/1738.09	c  1738s|285800 |    57 | 19657k|  68.8 |  24M|  42 | 110 | 718 |  30k| 718 | 490 |2677k| 284k|5750 | 0.000000e+00 |      --      |    Inf 
1738.30/1738.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1738.30/1738.67	c  1739s|285900 |    55 | 19664k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 541 |2678k| 284k|5750 | 0.000000e+00 |      --      |    Inf 
1738.90/1739.24	c  1739s|286000 |    57 | 19670k|  68.8 |  24M|  42 | 157 | 718 |  30k| 718 | 517 |2679k| 285k|5750 | 0.000000e+00 |      --      |    Inf 
1739.50/1739.81	c  1740s|286100 |    58 | 19677k|  68.8 |  24M|  42 | 135 | 718 |  30k| 718 | 531 |2680k| 285k|5751 | 0.000000e+00 |      --      |    Inf 
1740.00/1740.37	c  1740s|286200 |    57 | 19683k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 514 |2681k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1740.60/1740.92	c  1741s|286300 |    55 | 19689k|  68.8 |  24M|  42 | 145 | 718 |  30k| 718 | 524 |2682k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1741.11/1741.49	c  1741s|286400 |    53 | 19695k|  68.8 |  24M|  42 | 152 | 718 |  30k| 718 | 498 |2683k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1741.70/1742.05	c  1742s|286500 |    53 | 19702k|  68.8 |  24M|  42 | 146 | 718 |  30k| 718 | 507 |2683k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1742.31/1742.67	c  1743s|286600 |    55 | 19708k|  68.8 |  24M|  42 | 130 | 718 |  30k| 718 | 512 |2684k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1742.90/1743.22	c  1743s|286700 |    57 | 19715k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 521 |2685k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1743.50/1743.82	c  1744s|286800 |    57 | 19722k|  68.8 |  24M|  42 | 137 | 718 |  30k| 718 | 532 |2686k| 285k|5752 | 0.000000e+00 |      --      |    Inf 
1744.00/1744.36	c  1744s|286900 |    61 | 19728k|  68.8 |  24M|  42 |   - | 718 |  31k| 718 | 550 |2687k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1744.50/1744.84	c  1745s|287000 |    58 | 19734k|  68.8 |  24M|  42 |   - | 718 |  31k| 718 | 543 |2687k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1745.00/1745.36	c  1745s|287100 |    56 | 19740k|  68.8 |  24M|  42 | 143 | 718 |  31k| 718 | 532 |2688k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1745.50/1745.89	c  1746s|287200 |    58 | 19746k|  68.8 |  24M|  42 | 145 | 718 |  31k| 718 | 559 |2688k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1746.10/1746.43	c  1746s|287300 |    56 | 19752k|  68.8 |  24M|  42 | 146 | 718 |  31k| 718 | 529 |2689k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1746.70/1747.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.70/1747.03	c  1747s|287400 |    50 | 19759k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 521 |2690k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1747.20/1747.54	c  1748s|287500 |    56 | 19764k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 549 |2690k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1747.70/1748.09	c  1748s|287600 |    50 | 19770k|  68.7 |  24M|  42 | 166 | 718 |  31k| 718 | 487 |2691k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1748.30/1748.66	c  1749s|287700 |    54 | 19777k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 546 |2691k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1749.00/1749.32	c  1749s|287800 |    56 | 19784k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 539 |2692k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1749.71/1750.03	c  1750s|287900 |    52 | 19792k|  68.7 |  24M|  42 |   - | 718 |  31k|   0 |   0 |2693k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1750.30/1750.65	c  1751s|288000 |    54 | 19799k|  68.7 |  24M|  42 | 152 | 718 |  31k| 718 | 549 |2694k| 286k|5752 | 0.000000e+00 |      --      |    Inf 
1751.10/1751.42	c  1751s|288100 |    54 | 19808k|  68.8 |  24M|  42 |   - | 718 |  31k| 718 | 554 |2695k| 287k|5753 | 0.000000e+00 |      --      |    Inf 
1751.80/1752.18	c  1752s|288200 |    51 | 19816k|  68.8 |  24M|  42 |   - | 718 |  31k| 718 | 564 |2696k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1752.50/1752.88	c  1753s|288300 |    52 | 19824k|  68.8 |  24M|  42 | 146 | 718 |  31k| 718 | 550 |2698k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1753.20/1753.56	c  1754s|288400 |    44 | 19832k|  68.8 |  24M|  42 | 154 | 718 |  30k| 718 | 466 |2699k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1753.80/1754.15	c  1754s|288500 |    45 | 19838k|  68.8 |  24M|  42 | 152 | 718 |  30k| 718 | 489 |2699k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1754.50/1754.85	c  1755s|288600 |    44 | 19846k|  68.8 |  24M|  42 | 152 | 718 |  30k| 718 | 520 |2701k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1755.31/1755.62	c  1756s|288700 |    46 | 19855k|  68.8 |  24M|  42 | 143 | 718 |  30k| 718 | 562 |2702k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1756.00/1756.35	c  1756s|288800 |    44 | 19864k|  68.8 |  24M|  42 | 144 | 718 |  30k| 718 | 528 |2703k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1756.80/1757.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1756.80/1757.12	c  1757s|288900 |    50 | 19873k|  68.8 |  24M|  42 |   - | 718 |  29k| 718 | 516 |2705k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1757.40/1757.75	c  1758s|289000 |    50 | 19880k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 488 |2706k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1758.10/1758.42	c  1758s|289100 |    48 | 19888k|  68.8 |  23M|  42 | 139 | 718 |  29k| 718 | 485 |2707k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1758.70/1759.09	c  1759s|289200 |    47 | 19896k|  68.8 |  23M|  42 | 134 | 718 |  28k| 718 | 480 |2708k| 287k|5760 | 0.000000e+00 |      --      |    Inf 
1759.40/1759.70	c  1760s|289300 |    57 | 19903k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 502 |2710k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1759.80/1760.16	c  1760s|289400 |    57 | 19909k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 468 |2710k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1760.30/1760.68	c  1761s|289500 |    55 | 19915k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 494 |2711k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1760.90/1761.22	c  1761s|289600 |    59 | 19921k|  68.8 |  23M|  42 | 148 | 718 |  28k| 718 | 504 |2712k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1761.50/1761.80	c  1762s|289700 |    57 | 19928k|  68.8 |  23M|  42 | 146 | 718 |  28k| 718 | 510 |2713k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1762.09/1762.41	c  1762s|289800 |    57 | 19936k|  68.8 |  23M|  42 | 141 | 718 |  28k| 718 | 496 |2715k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1762.70/1763.04	c  1763s|289900 |    53 | 19943k|  68.8 |  23M|  42 | 150 | 718 |  28k| 718 | 495 |2716k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1763.39/1763.73	c  1764s|290000 |    59 | 19951k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 544 |2717k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1764.00/1764.33	c  1764s|290100 |    61 | 19958k|  68.8 |  23M|  42 | 145 | 718 |  28k| 718 | 506 |2718k| 288k|5760 | 0.000000e+00 |      --      |    Inf 
1764.70/1765.00	c  1765s|290200 |    63 | 19965k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 527 |2719k| 288k|5765 | 0.000000e+00 |      --      |    Inf 
1765.29/1765.64	c  1766s|290300 |    62 | 19972k|  68.8 |  23M|  42 |   - | 718 |  28k| 718 | 530 |2720k| 288k|5765 | 0.000000e+00 |      --      |    Inf 
1765.89/1766.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1765.89/1766.29	c  1766s|290400 |    62 | 19980k|  68.8 |  23M|  42 | 151 | 718 |  28k| 718 | 488 |2721k| 289k|5765 | 0.000000e+00 |      --      |    Inf 
1766.60/1766.94	c  1767s|290500 |    64 | 19987k|  68.8 |  23M|  42 | 124 | 718 |  29k| 718 | 473 |2722k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1767.19/1767.58	c  1768s|290600 |    64 | 19995k|  68.8 |  23M|  42 | 156 | 718 |  29k| 718 | 463 |2724k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1767.90/1768.27	c  1768s|290700 |    60 | 20003k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 532 |2725k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1768.51/1768.88	c  1769s|290800 |    56 | 20010k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 506 |2726k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1769.29/1769.67	c  1770s|290900 |    54 | 20019k|  68.8 |  23M|  42 | 157 | 718 |  29k| 718 | 491 |2728k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1770.10/1770.42	c  1770s|291000 |    52 | 20028k|  68.8 |  23M|  42 | 152 | 718 |  29k| 718 | 508 |2729k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1770.79/1771.13	c  1771s|291100 |    50 | 20037k|  68.8 |  23M|  42 |   - | 718 |  29k| 718 | 511 |2731k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1771.40/1771.75	c  1772s|291200 |    52 | 20045k|  68.8 |  24M|  42 |   - | 718 |  29k| 718 | 489 |2732k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1772.00/1772.32	c  1772s|291300 |    56 | 20052k|  68.8 |  24M|  42 | 138 | 718 |  29k| 718 | 519 |2733k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1772.40/1772.76	c  1773s|291400 |    58 | 20057k|  68.8 |  24M|  42 |   - | 718 |  29k| 718 | 515 |2734k| 289k|5766 | 0.000000e+00 |      --      |    Inf 
1772.81/1773.15	c  1773s|291500 |    56 | 20062k|  68.8 |  24M|  42 | 123 | 718 |  29k| 718 | 513 |2735k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1773.29/1773.64	c  1774s|291600 |    57 | 20068k|  68.8 |  24M|  42 | 118 | 718 |  29k| 718 | 511 |2735k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1773.80/1774.12	c  1774s|291700 |    57 | 20073k|  68.8 |  24M|  42 | 113 | 718 |  29k| 718 | 497 |2736k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1774.30/1774.64	c  1775s|291800 |    55 | 20079k|  68.8 |  24M|  42 |   - | 718 |  29k| 718 | 513 |2737k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1774.80/1775.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1774.80/1775.11	c  1775s|291900 |    59 | 20085k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 516 |2738k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1775.19/1775.58	c  1776s|292000 |    58 | 20090k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 491 |2738k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1775.69/1776.03	c  1776s|292100 |    57 | 20095k|  68.8 |  24M|  42 | 137 | 718 |  30k| 718 | 491 |2739k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1776.10/1776.46	c  1776s|292200 |    60 | 20100k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 494 |2739k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1776.59/1776.92	c  1777s|292300 |    62 | 20105k|  68.8 |  24M|  42 | 137 | 718 |  30k| 718 | 486 |2740k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1777.21/1777.51	c  1778s|292400 |    61 | 20112k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 513 |2740k| 290k|5766 | 0.000000e+00 |      --      |    Inf 
1777.69/1778.05	c  1778s|292500 |    59 | 20117k|  68.8 |  24M|  42 | 141 | 718 |  30k| 718 | 506 |2741k| 291k|5771 | 0.000000e+00 |      --      |    Inf 
1778.20/1778.57	c  1779s|292600 |    56 | 20123k|  68.8 |  24M|  42 | 148 | 718 |  30k| 718 | 485 |2742k| 291k|5771 | 0.000000e+00 |      --      |    Inf 
1778.80/1779.10	c  1779s|292700 |    58 | 20129k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 491 |2743k| 291k|5771 | 0.000000e+00 |      --      |    Inf 
1779.19/1779.57	c  1780s|292800 |    58 | 20134k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 500 |2743k| 291k|5771 | 0.000000e+00 |      --      |    Inf 
1779.70/1780.06	c  1780s|292900 |    57 | 20140k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 488 |2744k| 291k|5771 | 0.000000e+00 |      --      |    Inf 
1780.30/1780.61	c  1781s|293000 |    57 | 20146k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 482 |2745k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1780.79/1781.19	c  1781s|293100 |    64 | 20153k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 505 |2746k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1781.39/1781.75	c  1782s|293200 |    64 | 20159k|  68.8 |  24M|  42 |   - | 718 |  30k| 718 | 511 |2747k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1781.90/1782.21	c  1782s|293300 |    66 | 20164k|  68.7 |  24M|  42 | 129 | 718 |  30k| 718 | 508 |2747k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1782.29/1782.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.29/1782.68	c  1783s|293400 |    66 | 20169k|  68.7 |  24M|  42 | 123 | 718 |  30k| 718 | 491 |2748k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1782.99/1783.34	c  1783s|293500 |    67 | 20177k|  68.7 |  24M|  42 | 131 | 718 |  30k| 718 | 482 |2750k| 291k|5772 | 0.000000e+00 |      --      |    Inf 
1783.59/1783.90	c  1784s|293600 |    69 | 20184k|  68.7 |  24M|  42 |  99 | 718 |  31k| 718 | 501 |2751k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1784.09/1784.41	c  1784s|293700 |    67 | 20190k|  68.7 |  24M|  42 | 145 | 718 |  31k| 718 | 517 |2752k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1784.60/1784.99	c  1785s|293800 |    63 | 20197k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 499 |2753k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1785.30/1785.63	c  1786s|293900 |    66 | 20204k|  68.7 |  24M|  42 | 156 | 718 |  31k| 718 | 476 |2754k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1785.80/1786.18	c  1786s|294000 |    65 | 20210k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 511 |2755k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1786.39/1786.73	c  1787s|294100 |    66 | 20216k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 515 |2756k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1786.90/1787.22	c  1787s|294200 |    66 | 20222k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 521 |2756k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1787.40/1787.74	c  1788s|294300 |    66 | 20227k|  68.7 |  24M|  42 | 147 | 718 |  31k| 718 | 483 |2757k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1787.89/1788.25	c  1788s|294400 |    68 | 20233k|  68.7 |  24M|  42 |   - | 718 |  31k| 718 | 506 |2757k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1788.39/1788.72	c  1789s|294500 |    70 | 20238k|  68.7 |  25M|  42 | 115 | 718 |  31k| 718 | 493 |2758k| 292k|5772 | 0.000000e+00 |      --      |    Inf 
1788.90/1789.23	c  1789s|294600 |    64 | 20244k|  68.7 |  25M|  42 | 134 | 718 |  31k| 718 | 502 |2758k| 293k|5772 | 0.000000e+00 |      --      |    Inf 
1789.40/1789.79	c  1790s|294700 |    61 | 20250k|  68.7 |  25M|  42 |   - | 718 |  31k| 718 | 515 |2759k| 293k|5772 | 0.000000e+00 |      --      |    Inf 
1790.00/1790.33	c  1790s|294800 |    67 | 20256k|  68.7 |  25M|  42 | 125 | 718 |  31k| 718 | 516 |2760k| 293k|5776 | 0.000000e+00 |      --      |    Inf 
1790.50/1790.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1790.50/1790.84	c  1791s|294900 |    67 | 20262k|  68.7 |  25M|  42 |   - | 718 |  31k| 718 | 510 |2761k| 293k|5776 | 0.000000e+00 |      --      |    Inf 
1790.99/1791.34	c  1791s|295000 |    63 | 20267k|  68.7 |  25M|  42 |   - | 718 |  31k| 718 | 508 |2762k| 293k|5776 | 0.000000e+00 |      --      |    Inf 
1791.50/1791.86	c  1792s|295100 |    70 | 20273k|  68.7 |  25M|  42 | 134 | 718 |  32k| 718 | 492 |2763k| 293k|5778 | 0.000000e+00 |      --      |    Inf 
1791.99/1792.34	c  1792s|295200 |    68 | 20279k|  68.7 |  25M|  42 | 122 | 718 |  32k| 718 | 504 |2763k| 293k|5778 | 0.000000e+00 |      --      |    Inf 
1792.49/1792.86	c  1793s|295300 |    69 | 20285k|  68.7 |  25M|  42 |   - | 718 |  32k| 718 | 520 |2764k| 293k|5779 | 0.000000e+00 |      --      |    Inf 
1793.00/1793.32	c  1793s|295400 |    71 | 20290k|  68.7 |  25M|  42 |   - | 718 |  32k| 718 | 517 |2765k| 293k|5779 | 0.000000e+00 |      --      |    Inf 
1793.49/1793.88	c  1794s|295500 |    70 | 20296k|  68.7 |  25M|  42 |   - | 718 |  32k| 718 | 518 |2765k| 293k|5779 | 0.000000e+00 |      --      |    Inf 
1793.99/1794.35	c  1794s|295600 |    67 | 20301k|  68.7 |  25M|  42 | 130 | 718 |  32k| 718 | 481 |2766k| 293k|5779 | 0.000000e+00 |      --      |    Inf 
1794.59/1794.92	c  1795s|295700 |    68 | 20308k|  68.7 |  25M|  42 | 129 | 718 |  32k| 718 | 501 |2767k| 294k|5779 | 0.000000e+00 |      --      |    Inf 
1795.10/1795.46	c  1795s|295800 |    62 | 20314k|  68.7 |  25M|  42 |   - | 718 |  32k| 718 | 511 |2767k| 294k|5779 | 0.000000e+00 |      --      |    Inf 
1795.70/1796.02	c  1796s|295900 |    69 | 20320k|  68.7 |  25M|  42 | 137 | 718 |  32k| 718 | 504 |2768k| 294k|5779 | 0.000000e+00 |      --      |    Inf 
1796.20/1796.57	c  1797s|296000 |    67 | 20326k|  68.7 |  25M|  42 | 123 | 718 |  32k| 718 | 490 |2769k| 294k|5779 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 296080
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.05 (included in solving)
1796.70/1797.00	c   reading          :       0.00 (included in solving)
1796.70/1797.00	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3690740-1338022458.opb
1796.70/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 152 initial, 152 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3690740-1338022458.opb
1796.70/1797.00	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 770 initial, 32628 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   and              :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0     149516          0          1          0        204       1187          0          0     297390
1796.70/1797.00	c   knapsack         :          1          1          5    1339066          1          1          0        111         45        488          0          0          0
1796.70/1797.00	c   setppc           :        150        150          5    1339062          1          1          0    1008462       1864     945872          0          0          0
1796.70/1797.00	c   and              :        618        618     189746    1337198          1          1          0     920615        641    9652954    2770398          0          0
1796.70/1797.00	c   linear           :          1+        56          6    1336556          0          1          0       3522          4       5110          0          0          0
1796.70/1797.00	c   logicor          :          0+     31843          0     429692          0          0          0    1265137        966     300024          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :      36.36       0.00       0.00       0.00      36.36       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       0.55       0.00       0.00       0.54       0.00       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :       3.28       0.00       0.00       2.96       0.00       0.00       0.00       0.32
1796.70/1797.00	c   and              :      23.64       0.00       9.23      14.05       0.00       0.00       0.00       0.37
1796.70/1797.00	c   linear           :       0.84       0.00       0.00       0.84       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :      32.35       0.00       0.00      31.47       0.00       0.00       0.00       0.88
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :     335764          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.35       0.00       0.00       0.35       0.00
1796.70/1797.00	c   pseudoobj        :       0.33       0.00       0.00       0.33       0.00
1796.70/1797.00	c   vbounds          :       0.30       0.00       0.00       0.30       0.00
1796.70/1797.00	c   redcost          :       3.50       0.00       0.00       3.50       0.00
1796.70/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.06       3520       3463      11189       19.6        153       27.0          -
1796.70/1797.00	c   infeasible LP    :      16.27     144115     139774     939229       23.7        285        6.1          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -     294406       24.1          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     4          -          -         94          -    (maximal pool size: 746)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0         12          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.52       0.00          5          0          0          0          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.27       0.00          5          0          0       2500          0
1796.70/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.01       0.00          5          0          0         30          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.10       0.00          1          0          0          0         55
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :      36.21       0.00     149515        204       1187          0          0     297390
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.00       0.00          0          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :      54.24     123875          0       0.00       0.00      54.20     123875
1796.70/1797.00	c   dual LP          :    1517.84     479880   20331608      42.37   13395.13       0.01         26
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :      33.88       5779     443529      76.75   13091.76
1796.70/1797.00	c     (at root node) :          -          9       2404     267.11          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     296080
1796.70/1797.00	c   nodes (total)    :     296080
1796.70/1797.00	c   nodes left       :         69
1796.70/1797.00	c   max depth        :         42
1796.70/1797.00	c   max depth (total):         42
1796.70/1797.00	c   backtracks       :      47313 (16.0%)
1796.70/1797.00	c   delayed cutoffs  :       1244
1796.70/1797.00	c   repropagations   :     469560 (1672992 domain reductions, 1207 cutoffs)
1796.70/1797.00	c   avg switch length:       5.04
1796.70/1797.00	c   switching time   :      95.08
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :        499
1796.70/1797.05	c Time complete: 1796.75.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690740-1338022458/watcher-3690740-1338022458 -o /tmp/evaluation-result-3690740-1338022458/solver-3690740-1338022458 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690740-1338022458.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 29592
/proc/meminfo: memFree=29281228/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=11312 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 1537 0 0 0 0 0 0 0 20 0 1 0 268374318 11583488 1491 33554432000 4194304 10173063 140735003703248 140735003568088 8846909 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 2828 1501 463 1460 0 1359 0

[startup+0.015848 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 29592
/proc/meminfo: memFree=29281228/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=16864 CPUtime=0 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 3008 0 0 0 0 0 0 0 20 0 1 0 268374318 17268736 2705 33554432000 4194304 10173063 140735003703248 140735003568088 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 4216 2705 548 1460 0 2747 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16864

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 29592
/proc/meminfo: memFree=29281228/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=21700 CPUtime=0.09 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 4547 0 0 0 6 3 0 0 20 0 1 0 268374318 22220800 4216 33554432000 4194304 10173063 140735003703248 140735003568088 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 5425 4216 780 1460 0 3956 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21700

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 29592
/proc/meminfo: memFree=29281228/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35436 CPUtime=0.29 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 7704 0 0 0 25 4 0 0 20 0 1 0 268374318 36286464 7373 33554432000 4194304 10173063 140735003703248 140735003568088 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8859 7373 816 1460 0 7390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35436

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 29592
/proc/meminfo: memFree=29281228/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35872 CPUtime=0.69 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8115 0 0 0 64 5 0 0 20 0 1 0 268374318 36732928 7771 33554432000 4194304 10173063 140735003703248 140735003698168 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8968 7771 837 1460 0 7499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35872

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29253196/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35928 CPUtime=1.49 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8182 0 0 0 143 6 0 0 20 0 1 0 268374318 36790272 7818 33554432000 4194304 10173063 140735003703248 140735003698168 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8982 7818 842 1460 0 7513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35928

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29252700/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35928 CPUtime=3.09 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8185 0 0 0 301 8 0 0 20 0 1 0 268374318 36790272 7821 33554432000 4194304 10173063 140735003703248 140735003696376 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8982 7821 844 1460 0 7513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35928

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29251460/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35928 CPUtime=6.29 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8185 0 0 0 615 14 0 0 20 0 1 0 268374318 36790272 7821 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8982 7821 844 1460 0 7513 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35928

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29250724/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35928 CPUtime=12.69 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8244 0 0 0 1245 24 0 0 20 0 1 0 268374318 36790272 7880 33554432000 4194304 10173063 140735003703248 140735003696232 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8982 7880 845 1460 0 7513 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35928

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29249484/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=35992 CPUtime=25.49 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8265 0 0 0 2505 44 0 0 20 0 1 0 268374318 36855808 7901 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 8998 7901 845 1460 0 7529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35992

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29244772/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=38544 CPUtime=51.08 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 8892 0 0 0 5027 81 0 0 20 0 1 0 268374318 39469056 8528 33554432000 4194304 10173063 140735003703248 140735003700616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 9636 8528 845 1460 0 8167 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38544

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29593
/proc/meminfo: memFree=29234604/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=43040 CPUtime=102.28 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 10028 0 0 0 10060 168 0 0 20 0 1 0 268374318 44072960 9664 33554432000 4194304 10173063 140735003703248 140735003696888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 10760 9664 845 1460 0 9291 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43040

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 29626
/proc/meminfo: memFree=29447536/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=46156 CPUtime=162.25 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 10823 0 0 0 15965 260 0 0 20 0 1 0 268374318 47263744 10702 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 11539 10702 845 1460 0 10070 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46156

[startup+222.3 s]
/proc/loadavg: 1.93 1.98 1.98 3/177 29860
/proc/meminfo: memFree=29234484/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=48044 CPUtime=222.25 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 11244 0 0 0 21868 357 0 0 20 0 1 0 268374318 49197056 11123 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 12011 11123 845 1460 0 10542 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48044

[startup+282.3 s]
/proc/loadavg: 1.97 1.98 1.98 3/177 29974
/proc/meminfo: memFree=28945656/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=49460 CPUtime=282.23 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 11615 0 0 0 27771 452 0 0 20 0 1 0 268374318 50647040 11489 33554432000 4194304 10173063 140735003703248 140735003696600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 12365 11489 845 1460 0 10896 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 49460

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 1.99 3/177 29974
/proc/meminfo: memFree=28893296/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=53640 CPUtime=342.22 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 12626 0 0 0 33669 553 0 0 20 0 1 0 268374318 54927360 12499 33554432000 4194304 10173063 140735003703248 140735003696888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 13410 12499 845 1460 0 11941 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 53640

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 29977
/proc/meminfo: memFree=28835540/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=55176 CPUtime=402.21 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 13070 0 0 0 39568 653 0 0 20 0 1 0 268374318 56500224 12943 33554432000 4194304 10173063 140735003703248 140735003696376 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 13794 12943 845 1460 0 12325 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 55176

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 30000
/proc/meminfo: memFree=28773824/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=56172 CPUtime=462.2 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 13269 0 0 0 45471 749 0 0 20 0 1 0 268374318 57520128 13142 33554432000 4194304 10173063 140735003703248 140735003696872 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 14043 13142 845 1460 0 12574 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 56172

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 30001
/proc/meminfo: memFree=28660068/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=56752 CPUtime=522.2 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 13452 0 0 0 51383 837 0 0 20 0 1 0 268374318 58114048 13324 33554432000 4194304 10173063 140735003703248 140735003697224 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 14188 13324 845 1460 0 12719 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 56752

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30001
/proc/meminfo: memFree=28508644/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=58536 CPUtime=582.18 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 13804 0 0 0 57292 926 0 0 20 0 1 0 268374318 59940864 13691 33554432000 4194304 10173063 140735003703248 140735003700616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 14634 13691 845 1460 0 13165 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 58536

[startup+642.3 s]

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

/proc/meminfo: memFree=28321896/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=65712 CPUtime=1122.1 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15591 0 0 0 110465 1745 0 0 20 0 1 0 268374318 67289088 15533 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16428 15533 845 1460 0 14959 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 65712

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 30044
/proc/meminfo: memFree=28109708/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=65712 CPUtime=1182.09 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15602 0 0 0 116377 1832 0 0 20 0 1 0 268374318 67289088 15544 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16428 15544 845 1460 0 14959 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 65712

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30044
/proc/meminfo: memFree=28108696/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=66340 CPUtime=1242.08 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15745 0 0 0 122286 1922 0 0 20 0 1 0 268374318 67932160 15687 33554432000 4194304 10173063 140735003703248 140735003696184 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16585 15687 845 1460 0 15116 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 66340

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30044
/proc/meminfo: memFree=28012732/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=66628 CPUtime=1302.07 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15813 0 0 0 128192 2015 0 0 20 0 1 0 268374318 68227072 15772 33554432000 4194304 10173063 140735003703248 140735003699704 7709877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16657 15772 845 1460 0 15188 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 66628

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30044
/proc/meminfo: memFree=27993260/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=66628 CPUtime=1362.06 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15818 0 0 0 134098 2108 0 0 20 0 1 0 268374318 68227072 15777 33554432000 4194304 10173063 140735003703248 140735003696600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16657 15777 845 1460 0 15188 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 66628

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30045
/proc/meminfo: memFree=27979544/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67184 CPUtime=1422.06 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15967 0 0 0 140006 2200 0 0 20 0 1 0 268374318 68796416 15926 33554432000 4194304 10173063 140735003703248 140735003699736 4939396 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16796 15926 845 1460 0 15327 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 67184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30045
/proc/meminfo: memFree=27973936/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67184 CPUtime=1482.04 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15975 0 0 0 145906 2298 0 0 20 0 1 0 268374318 68796416 15934 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16796 15934 845 1460 0 15327 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 67184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30045
/proc/meminfo: memFree=27962680/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67184 CPUtime=1542.03 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 15975 0 0 0 151814 2389 0 0 20 0 1 0 268374318 68796416 15934 33554432000 4194304 10173063 140735003703248 140735003696600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16796 15934 845 1460 0 15327 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 67184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30048
/proc/meminfo: memFree=27862208/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67976 CPUtime=1602.02 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16183 0 0 0 157729 2473 0 0 20 0 1 0 268374318 69607424 16142 33554432000 4194304 10173063 140735003703248 140735003696600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16994 16142 845 1460 0 15525 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 67976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30048
/proc/meminfo: memFree=27861784/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67976 CPUtime=1662.01 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16183 0 0 0 163647 2554 0 0 20 0 1 0 268374318 69607424 16142 33554432000 4194304 10173063 140735003703248 140735003696504 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16994 16142 845 1460 0 15525 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 67976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27848388/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=67976 CPUtime=1722 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16184 0 0 0 169558 2642 0 0 20 0 1 0 268374318 69607424 16143 33554432000 4194304 10173063 140735003703248 140735003696552 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 16994 16143 845 1460 0 15525 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 67976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847096/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69136 CPUtime=1782 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16458 0 0 0 175468 2732 0 0 20 0 1 0 268374318 70795264 16417 33554432000 4194304 10173063 140735003703248 140735003696504 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17284 16417 845 1460 0 15815 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 69136

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847204/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69136 CPUtime=1785.2 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16458 0 0 0 175783 2737 0 0 20 0 1 0 268374318 70795264 16417 33554432000 4194304 10173063 140735003703248 140735003696872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17284 16417 845 1460 0 15815 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 69136

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847204/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1791.6 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16493 0 0 0 176413 2747 0 0 20 0 1 0 268374318 70946816 16452 33554432000 4194304 10173063 140735003703248 140735003696600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16452 845 1460 0 15852 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 69284

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27846880/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1794.8 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16495 0 0 0 176729 2751 0 0 20 0 1 0 268374318 70946816 16454 33554432000 4194304 10173063 140735003703248 140735003696552 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16454 845 1460 0 15852 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 69284

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27846880/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1795.6 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16495 0 0 0 176807 2753 0 0 20 0 1 0 268374318 70946816 16454 33554432000 4194304 10173063 140735003703248 140735003696888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16454 845 1460 0 15852 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 69284

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847128/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1796.39 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16495 0 0 0 176885 2754 0 0 20 0 1 0 268374318 70946816 16454 33554432000 4194304 10173063 140735003703248 140735003696552 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16454 845 1460 0 15852 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 69284

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847128/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1796.59 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16495 0 0 0 176905 2754 0 0 20 0 1 0 268374318 70946816 16454 33554432000 4194304 10173063 140735003703248 140735003696552 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16454 845 1460 0 15852 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 69284

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30049
/proc/meminfo: memFree=27847128/32873844 swapFree=7100/7100
[pid=29592] ppid=29590 vsize=69284 CPUtime=1796.7 cores=0,2,4,6
/proc/29592/stat : 29592 (scip-2.1.1.4fix) R 29590 29592 29021 0 -1 4202496 16497 0 0 0 176915 2755 0 0 20 0 1 0 268374318 70946816 16456 33554432000 4194304 10173063 140735003703248 140735003696552 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29592/statm: 17321 16456 847 1460 0 15852 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 69284

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.76
CPU user time (s): 1769.2
CPU system time (s): 27.5558
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 69284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.2
system time used= 27.5558
maximum resident set size= 66064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16559
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= 25
involuntary context switches= 1875

runsolver used 2.83857 second user time and 9.07062 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 10:54:18
IDJOB=3690740
IDBENCH=48377
IDSOLVER=2270
FILE ID=node102/3690740-1338022458
RUNJOBID= node102-1338016939-29037
PBS_JOBID= 14624369
Free space on /tmp= 71548 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690740-1338022458/watcher-3690740-1338022458 -o /tmp/evaluation-result-3690740-1338022458/solver-3690740-1338022458 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690740-1338022458.opb -t 1800 -m 15500

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=2041278388

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:        29281492 kB
Buffers:          228588 kB
Cached:          2374364 kB
SwapCached:            0 kB
Active:          1083600 kB
Inactive:        1740048 kB
Active(anon):     223288 kB
Inactive(anon):        0 kB
Active(file):     860312 kB
Inactive(file):  1740048 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13756 kB
Writeback:             0 kB
AnonPages:        227920 kB
Mapped:            17808 kB
Shmem:               200 kB
Slab:             630048 kB
SReclaimable:      72628 kB
SUnreclaim:       557420 kB
KernelStack:        1448 kB
PageTables:         4036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     334240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71528 MiB
End job on node102 at 2012-05-26 11:24:15