Trace number 3690433

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedUNSAT 498.86 498.948

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.23166
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690433-1338016925.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.05	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.06	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.06/0.07	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.06/0.08	c presolving (4 rounds):
0.06/0.08	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.08	c  242 implications, 22 cliques
0.06/0.08	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.06/0.08	c       1 constraints of type <knapsack>
0.06/0.08	c      22 constraints of type <setppc>
0.06/0.08	c    2420 constraints of type <logicor>
0.06/0.08	c transformed objective value is always integral (scale: 1)
0.06/0.08	c Presolving Time: 0.07
0.06/0.08	c - non default parameters ----------------------------------------------------------------------
0.06/0.08	c # SCIP version 2.1.1.4
0.06/0.08	c 
0.06/0.08	c # maximal time in seconds to run
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/time = 1797
0.06/0.08	c 
0.06/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/memory = 13950
0.06/0.08	c 
0.06/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c limits/solutions = 1
0.06/0.08	c 
0.06/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.06/0.08	c separating/maxrounds = 1
0.06/0.08	c 
0.06/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c separating/maxroundsroot = 5
0.06/0.08	c 
0.06/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.06/0.08	c # [type: int, range: [1,2], default: 1]
0.06/0.08	c timing/clocktype = 2
0.06/0.08	c 
0.06/0.08	c # belongs reading time to solving time?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c timing/reading = TRUE
0.06/0.08	c 
0.06/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.06/0.08	c constraints/knapsack/disaggregation = FALSE
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/coefdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.06/0.08	c heuristics/crossover/freq = -1
0.06/0.08	c 
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/crossover/nodesofs = 750
0.06/0.08	c 
0.06/0.08	c # number of nodes without incumbent change that heuristic should wait
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.06/0.08	c heuristics/crossover/nwaitingnodes = 100
0.06/0.08	c 
0.06/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.06/0.08	c # [type: real, range: [0,1], default: 0.1]
0.06/0.08	c heuristics/crossover/nodesquot = 0.15
0.06/0.08	c 
0.06/0.08	c # minimum percentage of integer variables that have to be fixed 
0.06/0.08	c # [type: real, range: [0,1], default: 0.666]
0.06/0.08	c heuristics/crossover/minfixingrate = 0.5
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/feaspump/freq = -1
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/fracdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/guideddiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/intshifting/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/linesearchdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/objpscostdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.06/0.08	c # [type: real, range: [0,1], default: 0.01]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/oneopt/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/pscostdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/rens/freq = -1
0.06/0.08	c 
0.06/0.08	c # minimum percentage of integer variables that have to be fixable 
0.06/0.08	c # [type: real, range: [0,1], default: 0.5]
0.06/0.08	c heuristics/rens/minfixingrate = 0.3
0.06/0.08	c 
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/rens/nodesofs = 2000
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/rootsoldiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/rounding/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/shiftandpropagate/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/shifting/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/simplerounding/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/subnlp/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/trivial/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/trysol/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/undercover/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/veclendiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/zirounding/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c propagating/probing/maxprerounds = 0
0.06/0.08	c 
0.06/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c separating/cmir/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c separating/flowcover/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c separating/rapidlearning/freq = 0
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/indoneopt/freq = -1
0.06/0.08	c 
0.06/0.08	c -----------------------------------------------------------------------------------------------
0.06/0.08	c start solving
0.06/0.08	c 
0.06/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.06/0.09	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    90 |     - |4341k|   0 |  39 | 231 |2712 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   105 |     - |4666k|   0 |  45 | 231 |2712 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   120 |     - |5109k|   0 |  46 | 231 |2712 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   139 |     - |5553k|   0 |  47 | 231 |2712 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   146 |     - |5894k|   0 |  51 | 231 |2712 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     2 |   146 |     - |5894k|   0 |  51 | 231 |2712 | 231 |2460 |  17 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
9.18/9.23	c   9.2s|   100 |    24 |  4961 |  48.6 |6058k|  15 |  28 | 231 |2725 | 231 |2453 |  17 |  14 |1619 | 0.000000e+00 |      --      |    Inf 
9.89/9.97	c  10.0s|   200 |    33 |  6750 |  33.2 |6115k|  19 |  24 | 231 |2775 | 231 |2453 |  17 |  66 |1747 | 0.000000e+00 |      --      |    Inf 
10.49/10.50	c  10.5s|   300 |    34 |  8504 |  28.0 |6147k|  22 |   - | 231 |2831 | 231 |2453 |  17 | 123 |1818 | 0.000000e+00 |      --      |    Inf 
10.69/10.78	c  10.8s|   400 |    34 |  9997 |  24.7 |6166k|  25 |  28 | 231 |2897 | 231 |2453 |  17 | 189 |1837 | 0.000000e+00 |      --      |    Inf 
10.99/11.06	c  11.1s|   500 |    34 | 11684 |  23.1 |6193k|  27 |  32 | 231 |2966 | 231 |2453 |  17 | 259 |1852 | 0.000000e+00 |      --      |    Inf 
11.28/11.38	c  11.4s|   600 |    38 | 13414 |  22.2 |6235k|  27 |   - | 231 |3016 |   0 |   0 |  17 | 309 |1874 | 0.000000e+00 |      --      |    Inf 
11.58/11.65	c  11.6s|   700 |    44 | 15002 |  21.3 |6274k|  27 |   - | 231 |3083 | 231 |2453 |  17 | 376 |1886 | 0.000000e+00 |      --      |    Inf 
11.89/11.92	c  11.9s|   800 |    47 | 16666 |  20.7 |6305k|  27 |   - | 231 |3141 | 231 |2453 |  17 | 437 |1899 | 0.000000e+00 |      --      |    Inf 
12.08/12.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.08/12.16	c  12.2s|   900 |    47 | 18224 |  20.1 |6322k|  27 |  28 | 231 |3193 | 231 |2453 |  17 | 491 |1905 | 0.000000e+00 |      --      |    Inf 
12.38/12.41	c  12.4s|  1000 |    48 | 19685 |  19.6 |6353k|  27 |  32 | 231 |3257 | 231 |2453 |  17 | 555 |1918 | 0.000000e+00 |      --      |    Inf 
12.59/12.67	c  12.7s|  1100 |    48 | 21592 |  19.5 |6386k|  27 |   - | 231 |3319 | 231 |2453 |  17 | 618 |1921 | 0.000000e+00 |      --      |    Inf 
12.79/12.88	c  12.9s|  1200 |    49 | 22958 |  19.0 |6405k|  27 |   - | 231 |3387 |   0 |   0 |  17 | 686 |1925 | 0.000000e+00 |      --      |    Inf 
13.09/13.15	c  13.1s|  1300 |    51 | 24546 |  18.8 |6428k|  27 |  19 | 231 |3442 | 231 |2453 |  17 | 742 |1940 | 0.000000e+00 |      --      |    Inf 
13.40/13.44	c  13.4s|  1400 |    52 | 26147 |  18.6 |6459k|  27 |  27 | 231 |3498 | 231 |2453 |  17 | 804 |1958 | 0.000000e+00 |      --      |    Inf 
13.69/13.71	c  13.7s|  1500 |    61 | 27549 |  18.3 |6505k|  27 |  24 | 231 |3568 | 231 |2453 |  17 | 876 |1981 | 0.000000e+00 |      --      |    Inf 
13.88/13.97	c  14.0s|  1600 |    60 | 29061 |  18.1 |6528k|  30 |  28 | 231 |3629 | 231 |2453 |  17 | 938 |1996 | 0.000000e+00 |      --      |    Inf 
14.18/14.23	c  14.2s|  1700 |    59 | 30564 |  17.9 |6547k|  33 |  27 | 231 |3691 | 231 |2453 |  17 |1001 |2009 | 0.000000e+00 |      --      |    Inf 
14.39/14.48	c  14.5s|  1800 |    52 | 31985 |  17.7 |6554k|  33 |   - | 231 |3754 | 231 |2453 |  17 |1067 |2022 | 0.000000e+00 |      --      |    Inf 
14.78/14.82	c  14.8s|  1900 |    52 | 33583 |  17.6 |6576k|  33 |   - | 231 |3805 | 231 |2453 |  17 |1121 |2055 | 0.000000e+00 |      --      |    Inf 
15.08/15.10	c  15.1s|  2000 |    54 | 35451 |  17.7 |6605k|  33 |  39 | 231 |3869 | 231 |2453 |  17 |1192 |2063 | 0.000000e+00 |      --      |    Inf 
15.28/15.36	c  15.4s|  2100 |    52 | 37050 |  17.6 |6624k|  33 |  26 | 231 |3923 | 231 |2453 |  17 |1250 |2073 | 0.000000e+00 |      --      |    Inf 
15.59/15.63	c  15.6s|  2200 |    53 | 38749 |  17.6 |6659k|  33 |   - | 231 |3989 | 231 |2453 |  17 |1320 |2084 | 0.000000e+00 |      --      |    Inf 
15.79/15.85	c  15.8s|  2300 |    51 | 40152 |  17.4 |6673k|  33 |   - | 231 |4042 | 231 |2453 |  17 |1384 |2087 | 0.000000e+00 |      --      |    Inf 
15.99/16.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.99/16.09	c  16.1s|  2400 |    51 | 41798 |  17.4 |6701k|  33 |   - | 231 |4091 | 231 |2453 |  17 |1454 |2091 | 0.000000e+00 |      --      |    Inf 
16.29/16.34	c  16.3s|  2500 |    54 | 43530 |  17.4 |6737k|  33 |   - | 231 |4153 | 231 |2453 |  17 |1521 |2096 | 0.000000e+00 |      --      |    Inf 
16.49/16.58	c  16.6s|  2600 |    54 | 45270 |  17.4 |6760k|  33 |   - | 231 |4209 | 231 |2453 |  17 |1589 |2098 | 0.000000e+00 |      --      |    Inf 
16.79/16.85	c  16.9s|  2700 |    54 | 47122 |  17.4 |6792k|  33 |  29 | 231 |4270 | 231 |2453 |  17 |1663 |2104 | 0.000000e+00 |      --      |    Inf 
16.99/17.05	c  17.1s|  2800 |    52 | 48418 |  17.2 |6821k|  33 |   - | 231 |4351 | 231 |2453 |  17 |1750 |2108 | 0.000000e+00 |      --      |    Inf 
17.19/17.27	c  17.3s|  2900 |    54 | 49947 |  17.2 |6843k|  33 |  20 | 231 |4400 | 231 |2453 |  17 |1810 |2109 | 0.000000e+00 |      --      |    Inf 
17.39/17.48	c  17.5s|  3000 |    50 | 51247 |  17.0 |6854k|  33 |   - | 231 |4452 | 231 |2453 |  17 |1867 |2112 | 0.000000e+00 |      --      |    Inf 
17.69/17.75	c  17.7s|  3100 |    56 | 53058 |  17.1 |6883k|  33 |  33 | 231 |4484 | 231 |2453 |  17 |1924 |2118 | 0.000000e+00 |      --      |    Inf 
17.88/17.95	c  18.0s|  3200 |    58 | 54452 |  17.0 |6904k|  33 |  18 | 231 |4524 | 231 |2453 |  17 |1976 |2119 | 0.000000e+00 |      --      |    Inf 
18.08/18.16	c  18.2s|  3300 |    58 | 55872 |  16.9 |6920k|  33 |   - | 231 |4564 | 231 |2453 |  17 |2030 |2120 | 0.000000e+00 |      --      |    Inf 
18.29/18.37	c  18.4s|  3400 |    58 | 57353 |  16.8 |6927k|  33 |   - | 231 |4601 | 231 |2453 |  17 |2082 |2120 | 0.000000e+00 |      --      |    Inf 
18.49/18.56	c  18.6s|  3500 |    62 | 58592 |  16.7 |6957k|  33 |   - | 231 |4648 | 231 |2453 |  17 |2139 |2123 | 0.000000e+00 |      --      |    Inf 
18.69/18.76	c  18.8s|  3600 |    66 | 60064 |  16.6 |6978k|  33 |   - | 231 |4688 | 231 |2453 |  17 |2185 |2123 | 0.000000e+00 |      --      |    Inf 
18.98/19.01	c  19.0s|  3700 |    64 | 61687 |  16.6 |6982k|  33 |  29 | 231 |4719 | 231 |2453 |  17 |2231 |2130 | 0.000000e+00 |      --      |    Inf 
19.18/19.24	c  19.2s|  3800 |    65 | 63453 |  16.7 |7003k|  33 |   - | 231 |4764 | 231 |2453 |  17 |2283 |2130 | 0.000000e+00 |      --      |    Inf 
19.49/19.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.49/19.52	c  19.5s|  3900 |    65 | 65063 |  16.6 |7017k|  33 |  25 | 231 |4805 | 231 |2453 |  17 |2338 |2148 | 0.000000e+00 |      --      |    Inf 
19.78/19.83	c  19.8s|  4000 |    67 | 66892 |  16.7 |7038k|  33 |  27 | 231 |4809 | 231 |2453 |  17 |2400 |2168 | 0.000000e+00 |      --      |    Inf 
20.08/20.18	c  20.2s|  4100 |    77 | 68943 |  16.8 |7069k|  33 |   - | 231 |4829 | 231 |2453 |  17 |2457 |2191 | 0.000000e+00 |      --      |    Inf 
20.37/20.45	c  20.4s|  4200 |    77 | 70444 |  16.7 |7091k|  33 |   - | 231 |4869 | 231 |2453 |  17 |2524 |2207 | 0.000000e+00 |      --      |    Inf 
20.68/20.74	c  20.7s|  4300 |    79 | 72180 |  16.8 |7105k|  33 |  32 | 231 |4902 | 231 |2453 |  17 |2576 |2226 | 0.000000e+00 |      --      |    Inf 
20.98/21.05	c  21.1s|  4400 |    83 | 73949 |  16.8 |7132k|  33 |  31 | 231 |4937 | 231 |2453 |  17 |2621 |2246 | 0.000000e+00 |      --      |    Inf 
21.28/21.32	c  21.3s|  4500 |    87 | 75490 |  16.7 |7159k|  33 |  30 | 231 |4967 | 231 |2453 |  17 |2669 |2265 | 0.000000e+00 |      --      |    Inf 
21.47/21.58	c  21.6s|  4600 |    86 | 77215 |  16.8 |7178k|  33 |   - | 231 |5013 | 231 |2453 |  17 |2722 |2273 | 0.000000e+00 |      --      |    Inf 
21.67/21.79	c  21.8s|  4700 |    86 | 78586 |  16.7 |7192k|  33 |  17 | 231 |5059 | 231 |2453 |  17 |2772 |2275 | 0.000000e+00 |      --      |    Inf 
21.87/21.99	c  22.0s|  4800 |    84 | 79911 |  16.6 |7205k|  34 |  39 | 231 |5107 | 231 |2453 |  17 |2822 |2278 | 0.000000e+00 |      --      |    Inf 
22.19/22.22	c  22.2s|  4900 |    88 | 81636 |  16.6 |7244k|  34 |   - | 231 |5157 | 231 |2453 |  17 |2876 |2280 | 0.000000e+00 |      --      |    Inf 
22.37/22.44	c  22.4s|  5000 |    82 | 83220 |  16.6 |7249k|  34 |  34 | 231 |5211 | 231 |2453 |  17 |2932 |2281 | 0.000000e+00 |      --      |    Inf 
22.68/22.73	c  22.7s|  5100 |    83 | 85325 |  16.7 |7277k|  35 |   - | 231 |5271 | 231 |2453 |  17 |2995 |2291 | 0.000000e+00 |      --      |    Inf 
22.88/22.96	c  23.0s|  5200 |    88 | 86819 |  16.7 |7317k|  35 |  24 | 231 |5309 | 231 |2453 |  17 |3056 |2298 | 0.000000e+00 |      --      |    Inf 
23.07/23.13	c  23.1s|  5300 |    89 | 87912 |  16.6 |7352k|  37 |   - | 231 |5384 | 231 |2453 |  17 |3136 |2301 | 0.000000e+00 |      --      |    Inf 
23.29/23.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.29/23.32	c  23.3s|  5400 |    88 | 89153 |  16.5 |7374k|  37 |   - | 231 |5444 | 231 |2453 |  17 |3207 |2304 | 0.000000e+00 |      --      |    Inf 
23.48/23.51	c  23.5s|  5500 |    91 | 90554 |  16.4 |7390k|  37 |  24 | 231 |5486 | 231 |2453 |  17 |3263 |2304 | 0.000000e+00 |      --      |    Inf 
23.68/23.73	c  23.7s|  5600 |    86 | 92038 |  16.4 |7393k|  37 |  26 | 231 |5516 | 231 |2453 |  17 |3330 |2306 | 0.000000e+00 |      --      |    Inf 
23.87/23.95	c  23.9s|  5700 |    87 | 93585 |  16.4 |7410k|  37 |  28 | 231 |5560 | 231 |2453 |  17 |3393 |2308 | 0.000000e+00 |      --      |    Inf 
24.07/24.16	c  24.2s|  5800 |    87 | 95158 |  16.4 |7425k|  37 |   - | 231 |5592 | 231 |2453 |  17 |3452 |2309 | 0.000000e+00 |      --      |    Inf 
24.28/24.38	c  24.4s|  5900 |    91 | 96644 |  16.4 |7455k|  37 |   - | 231 |5639 | 231 |2453 |  17 |3524 |2310 | 0.000000e+00 |      --      |    Inf 
24.47/24.58	c  24.6s|  6000 |    92 | 98037 |  16.3 |7474k|  37 |   - | 231 |5685 | 231 |2453 |  17 |3585 |2311 | 0.000000e+00 |      --      |    Inf 
24.67/24.78	c  24.8s|  6100 |    91 | 99373 |  16.3 |7489k|  37 |  36 | 231 |5734 | 231 |2453 |  17 |3649 |2312 | 0.000000e+00 |      --      |    Inf 
24.88/24.99	c  25.0s|  6200 |    90 |100772 |  16.2 |7512k|  37 |   - | 231 |5776 | 231 |2453 |  17 |3718 |2313 | 0.000000e+00 |      --      |    Inf 
25.08/25.17	c  25.2s|  6300 |    89 |101968 |  16.2 |7531k|  37 |  32 | 231 |5826 | 231 |2453 |  17 |3799 |2314 | 0.000000e+00 |      --      |    Inf 
25.27/25.39	c  25.4s|  6400 |    89 |103478 |  16.1 |7541k|  37 |  34 | 231 |5854 | 231 |2453 |  17 |3860 |2315 | 0.000000e+00 |      --      |    Inf 
25.58/25.60	c  25.6s|  6500 |    91 |105055 |  16.1 |7579k|  37 |   - | 231 |5891 | 231 |2453 |  17 |3919 |2315 | 0.000000e+00 |      --      |    Inf 
25.77/25.86	c  25.9s|  6600 |    93 |106701 |  16.1 |7590k|  37 |  38 | 231 |5911 | 231 |2453 |  17 |3975 |2324 | 0.000000e+00 |      --      |    Inf 
26.08/26.13	c  26.1s|  6700 |    94 |108223 |  16.1 |7605k|  37 |  32 | 231 |5942 | 231 |2453 |  17 |4035 |2339 | 0.000000e+00 |      --      |    Inf 
26.28/26.38	c  26.4s|  6800 |    90 |109609 |  16.1 |7611k|  37 |  36 | 231 |5974 | 231 |2453 |  17 |4099 |2352 | 0.000000e+00 |      --      |    Inf 
26.58/26.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.58/26.66	c  26.7s|  6900 |    94 |111280 |  16.1 |7630k|  37 |  27 | 231 |5982 | 231 |2453 |  17 |4152 |2367 | 0.000000e+00 |      --      |    Inf 
26.88/26.94	c  26.9s|  7000 |    92 |112895 |  16.1 |7641k|  37 |   - | 231 |6002 | 231 |2453 |  17 |4216 |2383 | 0.000000e+00 |      --      |    Inf 
27.18/27.23	c  27.2s|  7100 |    94 |114505 |  16.1 |7645k|  37 |  20 | 231 |6012 | 231 |2453 |  17 |4260 |2401 | 0.000000e+00 |      --      |    Inf 
27.38/27.47	c  27.5s|  7200 |    94 |115827 |  16.1 |7660k|  37 |  36 | 231 |6054 | 231 |2453 |  17 |4335 |2414 | 0.000000e+00 |      --      |    Inf 
27.58/27.69	c  27.7s|  7300 |    91 |116979 |  16.0 |7669k|  37 |  32 | 231 |6107 | 231 |2453 |  17 |4402 |2425 | 0.000000e+00 |      --      |    Inf 
27.88/27.93	c  27.9s|  7400 |    89 |118296 |  16.0 |7675k|  37 |   - | 231 |6125 | 231 |2453 |  17 |4466 |2437 | 0.000000e+00 |      --      |    Inf 
28.18/28.22	c  28.2s|  7500 |    89 |119936 |  16.0 |7670k|  37 |  21 | 231 |6125 | 231 |2453 |  17 |4538 |2454 | 0.000000e+00 |      --      |    Inf 
28.38/28.48	c  28.5s|  7600 |    89 |121301 |  15.9 |7676k|  37 |  33 | 231 |6146 | 231 |2453 |  17 |4607 |2470 | 0.000000e+00 |      --      |    Inf 
28.69/28.73	c  28.7s|  7700 |    87 |122802 |  15.9 |7686k|  37 |   - | 231 |6174 | 231 |2453 |  17 |4664 |2482 | 0.000000e+00 |      --      |    Inf 
28.88/28.99	c  29.0s|  7800 |    87 |124419 |  15.9 |7686k|  37 |  35 | 231 |6182 | 231 |2453 |  17 |4732 |2491 | 0.000000e+00 |      --      |    Inf 
29.17/29.27	c  29.3s|  7900 |    89 |125994 |  15.9 |7701k|  37 |  32 | 231 |6194 | 231 |2453 |  17 |4781 |2508 | 0.000000e+00 |      --      |    Inf 
29.38/29.49	c  29.5s|  8000 |    92 |127422 |  15.9 |7710k|  37 |  26 | 231 |6177 | 231 |2453 |  17 |4858 |2512 | 0.000000e+00 |      --      |    Inf 
29.58/29.67	c  29.7s|  8100 |    96 |128654 |  15.9 |7742k|  37 |  24 | 231 |6225 | 231 |2453 |  17 |4938 |2513 | 0.000000e+00 |      --      |    Inf 
29.78/29.89	c  29.9s|  8200 |    89 |130123 |  15.9 |7747k|  37 |   - | 231 |6268 | 231 |2453 |  17 |5003 |2515 | 0.000000e+00 |      --      |    Inf 
30.07/30.13	c  30.1s|  8300 |    90 |131737 |  15.9 |7766k|  37 |   - | 231 |6317 | 231 |2453 |  17 |5080 |2520 | 0.000000e+00 |      --      |    Inf 
30.28/30.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.28/30.37	c  30.4s|  8400 |    92 |133351 |  15.9 |7785k|  37 |  34 | 231 |6337 | 231 |2453 |  17 |5147 |2525 | 0.000000e+00 |      --      |    Inf 
30.48/30.59	c  30.6s|  8500 |    90 |134825 |  15.8 |7781k|  37 |  33 | 231 |6344 | 231 |2453 |  17 |5209 |2528 | 0.000000e+00 |      --      |    Inf 
30.77/30.82	c  30.8s|  8600 |    88 |136403 |  15.8 |7784k|  37 |  39 | 231 |6356 | 231 |2453 |  17 |5278 |2530 | 0.000000e+00 |      --      |    Inf 
30.98/31.03	c  31.0s|  8700 |    91 |137836 |  15.8 |7799k|  37 |   - | 231 |6352 | 231 |2453 |  17 |5330 |2531 | 0.000000e+00 |      --      |    Inf 
31.18/31.25	c  31.2s|  8800 |    95 |139398 |  15.8 |7804k|  37 |   - | 231 |6334 | 231 |2453 |  17 |5381 |2532 | 0.000000e+00 |      --      |    Inf 
31.37/31.45	c  31.5s|  8900 |    97 |140861 |  15.8 |7808k|  37 |  32 | 231 |6336 | 231 |2453 |  17 |5427 |2532 | 0.000000e+00 |      --      |    Inf 
31.57/31.67	c  31.7s|  9000 |    97 |142409 |  15.8 |7823k|  37 |  33 | 231 |6365 | 231 |2453 |  17 |5476 |2532 | 0.000000e+00 |      --      |    Inf 
31.77/31.87	c  31.9s|  9100 |   105 |143913 |  15.8 |7851k|  37 |  32 | 231 |6385 | 231 |2453 |  17 |5527 |2532 | 0.000000e+00 |      --      |    Inf 
31.98/32.07	c  32.1s|  9200 |   104 |145258 |  15.8 |7869k|  37 |  32 | 231 |6435 | 231 |2453 |  17 |5584 |2532 | 0.000000e+00 |      --      |    Inf 
32.18/32.28	c  32.3s|  9300 |   110 |146774 |  15.8 |7901k|  37 |  30 | 231 |6476 | 231 |2453 |  17 |5634 |2532 | 0.000000e+00 |      --      |    Inf 
32.38/32.48	c  32.5s|  9400 |   107 |148346 |  15.8 |7920k|  37 |   - | 231 |6525 | 231 |2453 |  17 |5688 |2532 | 0.000000e+00 |      --      |    Inf 
32.57/32.69	c  32.7s|  9500 |   108 |149798 |  15.8 |7942k|  37 |  33 | 231 |6572 | 231 |2453 |  17 |5745 |2532 | 0.000000e+00 |      --      |    Inf 
32.77/32.88	c  32.9s|  9600 |   106 |151108 |  15.7 |7957k|  37 |  25 | 231 |6621 | 231 |2453 |  17 |5798 |2532 | 0.000000e+00 |      --      |    Inf 
32.97/33.08	c  33.1s|  9700 |   104 |152516 |  15.7 |7972k|  37 |  22 | 231 |6672 | 231 |2453 |  17 |5856 |2532 | 0.000000e+00 |      --      |    Inf 
33.28/33.30	c  33.3s|  9800 |   106 |154092 |  15.7 |7989k|  37 |  31 | 231 |6714 | 231 |2453 |  17 |5921 |2532 | 0.000000e+00 |      --      |    Inf 
33.48/33.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.48/33.58	c  33.6s|  9900 |   104 |155685 |  15.7 |7990k|  37 |   - | 231 |6710 | 231 |2453 |  17 |5979 |2547 | 0.000000e+00 |      --      |    Inf 
33.77/33.88	c  33.9s| 10000 |   114 |157415 |  15.7 |8007k|  37 |  36 | 231 |6685 | 231 |2453 |  17 |6038 |2563 | 0.000000e+00 |      --      |    Inf 
34.07/34.14	c  34.1s| 10100 |   116 |158963 |  15.7 |8034k|  37 |  32 | 231 |6732 | 231 |2453 |  17 |6101 |2577 | 0.000000e+00 |      --      |    Inf 
34.38/34.43	c  34.4s| 10200 |   120 |160831 |  15.8 |8051k|  37 |  24 | 231 |6745 | 231 |2453 |  17 |6162 |2588 | 0.000000e+00 |      --      |    Inf 
34.68/34.75	c  34.7s| 10300 |   125 |162738 |  15.8 |8062k|  37 |   - | 231 |6736 |   0 |   0 |  17 |6217 |2604 | 0.000000e+00 |      --      |    Inf 
34.97/35.06	c  35.1s| 10400 |   125 |164594 |  15.8 |8066k|  37 |  45 | 231 |6746 | 231 |2453 |  17 |6272 |2623 | 0.000000e+00 |      --      |    Inf 
35.28/35.33	c  35.3s| 10500 |   130 |166430 |  15.8 |8100k|  37 |   - | 231 |6788 | 231 |2453 |  17 |6338 |2634 | 0.000000e+00 |      --      |    Inf 
35.57/35.65	c  35.7s| 10600 |   131 |168208 |  15.9 |8129k|  37 |   - | 231 |6833 | 231 |2453 |  17 |6404 |2657 | 0.000000e+00 |      --      |    Inf 
35.87/35.93	c  35.9s| 10700 |   124 |169967 |  15.9 |8119k|  37 |   - | 231 |6830 | 231 |2453 |  17 |6483 |2665 | 0.000000e+00 |      --      |    Inf 
36.17/36.24	c  36.2s| 10800 |   126 |171828 |  15.9 |8132k|  37 |   - | 231 |6800 | 231 |2453 |  17 |6542 |2682 | 0.000000e+00 |      --      |    Inf 
36.48/36.53	c  36.5s| 10900 |   130 |173425 |  15.9 |8132k|  37 |  35 | 231 |6758 | 231 |2453 |  17 |6592 |2696 | 0.000000e+00 |      --      |    Inf 
36.67/36.77	c  36.8s| 11000 |   128 |174681 |  15.9 |8135k|  37 |   - | 231 |6772 | 231 |2453 |  17 |6647 |2709 | 0.000000e+00 |      --      |    Inf 
36.87/36.99	c  37.0s| 11100 |   128 |176038 |  15.8 |8149k|  37 |   - | 231 |6810 | 231 |2453 |  17 |6701 |2713 | 0.000000e+00 |      --      |    Inf 
37.17/37.22	c  37.2s| 11200 |   128 |177672 |  15.9 |8166k|  37 |   - | 231 |6809 | 231 |2453 |  17 |6753 |2714 | 0.000000e+00 |      --      |    Inf 
37.37/37.48	c  37.5s| 11300 |   131 |179487 |  15.9 |8180k|  37 |  23 | 231 |6805 | 231 |2453 |  17 |6827 |2721 | 0.000000e+00 |      --      |    Inf 
37.58/37.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.58/37.69	c  37.7s| 11400 |   129 |180851 |  15.9 |8185k|  37 |   - | 231 |6839 | 231 |2453 |  17 |6895 |2722 | 0.000000e+00 |      --      |    Inf 
37.87/37.91	c  37.9s| 11500 |   133 |182399 |  15.8 |8196k|  37 |  35 | 231 |6820 | 231 |2453 |  17 |6947 |2722 | 0.000000e+00 |      --      |    Inf 
38.08/38.11	c  38.1s| 11600 |   133 |183740 |  15.8 |8199k|  37 |  33 | 231 |6835 | 231 |2453 |  17 |7009 |2724 | 0.000000e+00 |      --      |    Inf 
38.27/38.34	c  38.3s| 11700 |   135 |185272 |  15.8 |8208k|  37 |  25 | 231 |6828 | 231 |2453 |  17 |7063 |2725 | 0.000000e+00 |      --      |    Inf 
38.47/38.54	c  38.5s| 11800 |   133 |186671 |  15.8 |8208k|  37 |  29 | 231 |6847 | 231 |2453 |  17 |7140 |2725 | 0.000000e+00 |      --      |    Inf 
38.68/38.75	c  38.8s| 11900 |   135 |188203 |  15.8 |8231k|  37 |   - | 231 |6858 | 231 |2453 |  17 |7207 |2725 | 0.000000e+00 |      --      |    Inf 
38.87/38.96	c  39.0s| 12000 |   135 |189722 |  15.8 |8244k|  37 |  21 | 231 |6882 | 231 |2453 |  17 |7266 |2725 | 0.000000e+00 |      --      |    Inf 
39.07/39.14	c  39.1s| 12100 |   137 |190961 |  15.8 |8268k|  37 |  37 | 231 |6929 | 231 |2453 |  17 |7346 |2725 | 0.000000e+00 |      --      |    Inf 
39.28/39.34	c  39.3s| 12200 |   138 |192367 |  15.8 |8292k|  37 |  32 | 231 |6977 | 231 |2453 |  17 |7408 |2725 | 0.000000e+00 |      --      |    Inf 
39.47/39.57	c  39.6s| 12300 |   136 |194124 |  15.8 |8297k|  37 |   - | 231 |6991 | 231 |2453 |  17 |7476 |2725 | 0.000000e+00 |      --      |    Inf 
39.78/39.81	c  39.8s| 12400 |   142 |195967 |  15.8 |8317k|  37 |  43 | 231 |7012 | 231 |2453 |  17 |7544 |2725 | 0.000000e+00 |      --      |    Inf 
39.98/40.02	c  40.0s| 12500 |   144 |197464 |  15.8 |8334k|  37 |   - | 231 |7018 | 231 |2453 |  17 |7593 |2725 | 0.000000e+00 |      --      |    Inf 
40.18/40.24	c  40.2s| 12600 |   148 |198987 |  15.8 |8349k|  37 |  34 | 231 |7045 | 231 |2453 |  17 |7646 |2725 | 0.000000e+00 |      --      |    Inf 
40.37/40.45	c  40.5s| 12700 |   150 |200559 |  15.8 |8368k|  37 |   - | 231 |7064 | 231 |2453 |  17 |7689 |2725 | 0.000000e+00 |      --      |    Inf 
40.57/40.66	c  40.7s| 12800 |   158 |202015 |  15.8 |8399k|  37 |   - | 231 |7088 | 231 |2453 |  17 |7730 |2725 | 0.000000e+00 |      --      |    Inf 
40.78/40.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.78/40.84	c  40.8s| 12900 |   162 |203238 |  15.7 |8422k|  37 |  32 | 231 |7121 | 231 |2453 |  17 |7774 |2725 | 0.000000e+00 |      --      |    Inf 
40.97/41.02	c  41.0s| 13000 |   171 |204458 |  15.7 |8469k|  37 |   - | 231 |7179 | 231 |2453 |  17 |7842 |2725 | 0.000000e+00 |      --      |    Inf 
41.17/41.22	c  41.2s| 13100 |   170 |205780 |  15.7 |8494k|  37 |   - | 231 |7235 |   0 |   0 |  17 |7906 |2725 | 0.000000e+00 |      --      |    Inf 
41.37/41.41	c  41.4s| 13200 |   168 |206980 |  15.7 |8502k|  37 |  33 | 231 |7283 | 231 |2453 |  17 |7960 |2725 | 0.000000e+00 |      --      |    Inf 
41.57/41.63	c  41.6s| 13300 |   176 |208631 |  15.7 |8542k|  37 |  23 | 231 |7334 | 231 |2453 |  17 |8018 |2725 | 0.000000e+00 |      --      |    Inf 
41.77/41.83	c  41.8s| 13400 |   171 |210076 |  15.7 |8562k|  37 |   - | 231 |7389 | 231 |2453 |  17 |8075 |2725 | 0.000000e+00 |      --      |    Inf 
41.97/42.03	c  42.0s| 13500 |   168 |211393 |  15.6 |8577k|  39 |   - | 231 |7443 | 231 |2453 |  17 |8132 |2725 | 0.000000e+00 |      --      |    Inf 
42.17/42.24	c  42.2s| 13600 |   173 |212809 |  15.6 |8606k|  39 |  34 | 231 |7490 | 231 |2453 |  17 |8190 |2725 | 0.000000e+00 |      --      |    Inf 
42.37/42.44	c  42.4s| 13700 |   171 |214128 |  15.6 |8629k|  39 |  40 | 231 |7545 | 231 |2453 |  17 |8248 |2725 | 0.000000e+00 |      --      |    Inf 
42.57/42.66	c  42.7s| 13800 |   176 |215676 |  15.6 |8656k|  39 |  38 | 231 |7561 | 231 |2453 |  17 |8308 |2725 | 0.000000e+00 |      --      |    Inf 
42.77/42.89	c  42.9s| 13900 |   184 |217418 |  15.6 |8669k|  39 |  20 | 231 |7498 | 231 |2453 |  17 |8365 |2725 | 0.000000e+00 |      --      |    Inf 
43.07/43.12	c  43.1s| 14000 |   183 |219191 |  15.6 |8678k|  39 |   - | 231 |7496 | 231 |2453 |  17 |8429 |2725 | 0.000000e+00 |      --      |    Inf 
43.27/43.35	c  43.3s| 14100 |   182 |220822 |  15.7 |8679k|  40 |   - | 231 |7488 | 231 |2453 |  17 |8487 |2725 | 0.000000e+00 |      --      |    Inf 
43.47/43.59	c  43.6s| 14200 |   182 |222535 |  15.7 |8677k|  41 |   - | 231 |7430 | 231 |2453 |  17 |8546 |2725 | 0.000000e+00 |      --      |    Inf 
43.77/43.81	c  43.8s| 14300 |   188 |224159 |  15.7 |8670k|  41 |  30 | 231 |7360 | 231 |2453 |  17 |8599 |2725 | 0.000000e+00 |      --      |    Inf 
43.97/44.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.97/44.03	c  44.0s| 14400 |   188 |225652 |  15.7 |8639k|  41 |  37 | 231 |7263 | 231 |2453 |  17 |8659 |2725 | 0.000000e+00 |      --      |    Inf 
44.17/44.23	c  44.2s| 14500 |   184 |227073 |  15.7 |8637k|  41 |   - | 231 |7251 | 231 |2453 |  17 |8725 |2725 | 0.000000e+00 |      --      |    Inf 
44.37/44.45	c  44.5s| 14600 |   188 |228597 |  15.6 |8630k|  41 |   - | 231 |7193 |   0 |   0 |  17 |8783 |2725 | 0.000000e+00 |      --      |    Inf 
44.57/44.65	c  44.7s| 14700 |   183 |229814 |  15.6 |8613k|  41 |  35 | 231 |7201 | 231 |2453 |  17 |8857 |2725 | 0.000000e+00 |      --      |    Inf 
44.77/44.88	c  44.9s| 14800 |   183 |231504 |  15.6 |8612k|  42 |  33 | 231 |7177 | 231 |2453 |  17 |8913 |2725 | 0.000000e+00 |      --      |    Inf 
44.97/45.09	c  45.1s| 14900 |   183 |233043 |  15.6 |8604k|  42 |  27 | 231 |7160 | 231 |2453 |  17 |8967 |2725 | 0.000000e+00 |      --      |    Inf 
45.28/45.31	c  45.3s| 15000 |   186 |234678 |  15.6 |8617k|  42 |   - | 231 |7149 |   0 |   0 |  17 |9022 |2725 | 0.000000e+00 |      --      |    Inf 
45.47/45.51	c  45.5s| 15100 |   184 |236030 |  15.6 |8617k|  42 |  34 | 231 |7165 | 231 |2453 |  17 |9085 |2725 | 0.000000e+00 |      --      |    Inf 
45.67/45.73	c  45.7s| 15200 |   180 |237634 |  15.6 |8605k|  42 |   - | 231 |7144 | 231 |2453 |  17 |9148 |2725 | 0.000000e+00 |      --      |    Inf 
45.88/45.96	c  46.0s| 15300 |   182 |239312 |  15.6 |8583k|  42 |  39 | 231 |7089 | 231 |2453 |  17 |9199 |2725 | 0.000000e+00 |      --      |    Inf 
46.07/46.19	c  46.2s| 15400 |   180 |240955 |  15.6 |8574k|  42 |   - | 231 |7080 | 231 |2453 |  17 |9253 |2725 | 0.000000e+00 |      --      |    Inf 
46.38/46.42	c  46.4s| 15500 |   180 |242633 |  15.6 |8575k|  42 |   - | 231 |7069 | 231 |2453 |  17 |9306 |2725 | 0.000000e+00 |      --      |    Inf 
46.57/46.63	c  46.6s| 15600 |   180 |244124 |  15.6 |8567k|  42 |   - | 231 |7039 | 231 |2453 |  17 |9362 |2725 | 0.000000e+00 |      --      |    Inf 
46.77/46.83	c  46.8s| 15700 |   178 |245396 |  15.6 |8561k|  42 |  35 | 231 |7040 | 231 |2453 |  17 |9418 |2725 | 0.000000e+00 |      --      |    Inf 
46.98/47.05	c  47.0s| 15800 |   177 |246889 |  15.6 |8554k|  42 |   - | 231 |7028 | 231 |2453 |  17 |9477 |2725 | 0.000000e+00 |      --      |    Inf 
47.17/47.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.17/47.27	c  47.3s| 15900 |   177 |248441 |  15.6 |8541k|  42 |   - | 231 |6988 | 231 |2453 |  17 |9543 |2725 | 0.000000e+00 |      --      |    Inf 
47.38/47.49	c  47.5s| 16000 |   179 |250013 |  15.6 |8550k|  42 |  29 | 231 |6984 | 231 |2453 |  17 |9625 |2725 | 0.000000e+00 |      --      |    Inf 
47.67/47.70	c  47.7s| 16100 |   179 |251497 |  15.6 |8557k|  42 |  39 | 231 |7005 | 231 |2453 |  17 |9685 |2725 | 0.000000e+00 |      --      |    Inf 
47.87/47.90	c  47.9s| 16200 |   178 |252840 |  15.6 |8555k|  42 |  34 | 231 |7012 | 231 |2453 |  17 |9747 |2725 | 0.000000e+00 |      --      |    Inf 
48.07/48.15	c  48.1s| 16300 |   181 |254646 |  15.6 |8553k|  42 |  28 | 231 |6966 | 231 |2453 |  17 |9807 |2725 | 0.000000e+00 |      --      |    Inf 
48.27/48.35	c  48.4s| 16400 |   184 |256120 |  15.6 |8579k|  42 |   - | 231 |7006 |   0 |   0 |  17 |9873 |2725 | 0.000000e+00 |      --      |    Inf 
48.48/48.56	c  48.6s| 16500 |   186 |257593 |  15.6 |8595k|  42 |   - | 231 |7051 | 231 |2453 |  17 |9937 |2725 | 0.000000e+00 |      --      |    Inf 
48.67/48.75	c  48.8s| 16600 |   183 |258968 |  15.6 |8610k|  42 |   - | 231 |7114 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.87/48.96	c  49.0s| 16700 |   183 |260521 |  15.6 |8627k|  42 |  24 | 231 |7173 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.07/49.17	c  49.2s| 16800 |   188 |262032 |  15.6 |8659k|  42 |   - | 231 |7226 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.27/49.38	c  49.4s| 16900 |   187 |263607 |  15.6 |8683k|  42 |   - | 231 |7292 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.58/49.62	c  49.6s| 17000 |   183 |265409 |  15.6 |8696k|  42 |   - | 231 |7357 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.77/49.86	c  49.9s| 17100 |   183 |267202 |  15.6 |8711k|  42 |  31 | 231 |7409 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.97/50.09	c  50.1s| 17200 |   177 |268802 |  15.6 |8700k|  42 |   - | 231 |7418 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
50.27/50.33	c  50.3s| 17300 |   173 |270643 |  15.6 |8676k|  42 |   - | 231 |7411 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
50.47/50.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.47/50.55	c  50.6s| 17400 |   177 |272198 |  15.6 |8686k|  42 |  29 | 231 |7417 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
50.68/50.79	c  50.8s| 17500 |   177 |273971 |  15.6 |8707k|  42 |   - | 231 |7456 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
50.97/51.02	c  51.0s| 17600 |   177 |275656 |  15.7 |8719k|  42 |   - | 231 |7488 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
51.17/51.27	c  51.3s| 17700 |   175 |277549 |  15.7 |8730k|  42 |  32 | 231 |7523 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
51.37/51.49	c  51.5s| 17800 |   176 |279089 |  15.7 |8749k|  42 |   - | 231 |7552 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
51.57/51.67	c  51.7s| 17900 |   176 |280328 |  15.7 |8772k|  42 |   - | 231 |7611 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
51.77/51.90	c  51.9s| 18000 |   176 |282023 |  15.7 |8783k|  42 |  25 | 231 |7629 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
52.07/52.12	c  52.1s| 18100 |   178 |283621 |  15.7 |8779k|  42 |  37 | 231 |7577 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
52.27/52.33	c  52.3s| 18200 |   180 |285135 |  15.7 |8784k|  42 |  41 | 231 |7564 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
52.47/52.53	c  52.5s| 18300 |   182 |286480 |  15.6 |8791k|  42 |  24 | 231 |7558 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
52.67/52.75	c  52.7s| 18400 |   184 |288024 |  15.6 |8803k|  42 |  20 | 231 |7575 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
52.88/52.98	c  53.0s| 18500 |   184 |289776 |  15.7 |8802k|  42 |  27 | 231 |7560 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
53.07/53.19	c  53.2s| 18600 |   185 |291382 |  15.7 |8815k|  42 |   - | 231 |7589 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
53.27/53.39	c  53.4s| 18700 |   185 |292841 |  15.7 |8817k|  42 |   - | 231 |7587 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
53.57/53.60	c  53.6s| 18800 |   185 |294362 |  15.7 |8831k|  42 |   - | 231 |7599 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
53.77/53.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.77/53.83	c  53.8s| 18900 |   185 |296089 |  15.7 |8842k|  42 |   - | 231 |7636 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
53.97/54.05	c  54.1s| 19000 |   185 |297801 |  15.7 |8853k|  42 |   - | 231 |7666 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
54.27/54.31	c  54.3s| 19100 |   181 |299784 |  15.7 |8862k|  42 |   - | 231 |7702 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
54.47/54.55	c  54.5s| 19200 |   183 |301471 |  15.7 |8862k|  42 |  35 | 231 |7667 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
54.67/54.77	c  54.8s| 19300 |   179 |303025 |  15.7 |8857k|  42 |   - | 231 |7659 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
54.87/54.98	c  55.0s| 19400 |   181 |304492 |  15.7 |8851k|  42 |   - | 231 |7617 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
55.18/55.20	c  55.2s| 19500 |   179 |306103 |  15.7 |8853k|  42 |   - | 231 |7617 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
55.37/55.43	c  55.4s| 19600 |   177 |307658 |  15.7 |8822k|  42 |  33 | 231 |7575 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
55.57/55.63	c  55.6s| 19700 |   177 |309031 |  15.7 |8823k|  42 |  39 | 231 |7581 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
55.77/55.84	c  55.8s| 19800 |   176 |310453 |  15.7 |8831k|  42 |   - | 231 |7603 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
55.97/56.05	c  56.1s| 19900 |   180 |311957 |  15.7 |8849k|  42 |  23 | 231 |7635 | 231 |2453 |  17 |  11k|2725 | 0.000000e+00 |      --      |    Inf 
56.18/56.27	c  56.3s| 20000 |   177 |313543 |  15.7 |8867k|  42 |   - | 231 |7688 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
56.37/56.47	c  56.5s| 20100 |   175 |314959 |  15.7 |8880k|  42 |   - | 231 |7748 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
56.57/56.68	c  56.7s| 20200 |   177 |316470 |  15.7 |8900k|  42 |  37 | 231 |7798 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
56.77/56.88	c  56.9s| 20300 |   175 |317805 |  15.6 |8891k|  42 |  34 | 231 |7778 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
56.97/57.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.97/57.09	c  57.1s| 20400 |   172 |319178 |  15.6 |8884k|  42 |  38 | 231 |7789 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
57.28/57.30	c  57.3s| 20500 |   174 |320633 |  15.6 |8887k|  42 |   - | 231 |7762 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
57.47/57.52	c  57.5s| 20600 |   176 |322077 |  15.6 |8889k|  42 |   - | 231 |7739 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
57.67/57.76	c  57.8s| 20700 |   176 |323730 |  15.6 |8879k|  42 |  31 | 231 |7720 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
57.87/57.97	c  58.0s| 20800 |   174 |325226 |  15.6 |8886k|  42 |   - | 231 |7737 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
58.07/58.16	c  58.2s| 20900 |   173 |326450 |  15.6 |8881k|  42 |  21 | 231 |7749 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
58.27/58.35	c  58.4s| 21000 |   175 |327738 |  15.6 |8878k|  42 |  26 | 231 |7736 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
58.48/58.56	c  58.6s| 21100 |   174 |329220 |  15.6 |8885k|  42 |   - | 231 |7749 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
58.66/58.78	c  58.8s| 21200 |   172 |330787 |  15.6 |8871k|  42 |  28 | 231 |7710 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
58.97/59.01	c  59.0s| 21300 |   170 |332444 |  15.6 |8869k|  42 |  24 | 231 |7723 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
59.17/59.22	c  59.2s| 21400 |   168 |333837 |  15.6 |8874k|  42 |  31 | 231 |7747 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
59.37/59.44	c  59.4s| 21500 |   164 |335425 |  15.6 |8842k|  42 |  32 | 231 |7696 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
59.58/59.66	c  59.7s| 21600 |   163 |336901 |  15.6 |8834k|  42 |   - | 231 |7651 | 231 |2453 |  17 |  12k|2725 | 0.000000e+00 |      --      |    Inf 
59.76/59.88	c  59.9s| 21700 |   163 |338473 |  15.6 |8833k|  42 |   - | 231 |7656 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
60.07/60.10	c  60.1s| 21800 |   160 |340059 |  15.6 |8824k|  42 |   - | 231 |7648 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
60.27/60.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.27/60.32	c  60.3s| 21900 |   159 |341592 |  15.6 |8812k|  42 |   - | 231 |7620 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
60.47/60.53	c  60.5s| 22000 |   159 |343106 |  15.6 |8804k|  42 |  37 | 231 |7615 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
60.68/60.77	c  60.8s| 22100 |   155 |344813 |  15.6 |8798k|  42 |   - | 231 |7593 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
60.97/61.01	c  61.0s| 22200 |   155 |346568 |  15.6 |8802k|  42 |   - | 231 |7604 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
61.17/61.22	c  61.2s| 22300 |   154 |348037 |  15.6 |8804k|  42 |  28 | 231 |7628 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
61.37/61.41	c  61.4s| 22400 |   154 |349430 |  15.6 |8818k|  42 |  37 | 231 |7675 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
61.57/61.64	c  61.6s| 22500 |   153 |351213 |  15.6 |8833k|  42 |   - | 231 |7716 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
61.77/61.86	c  61.9s| 22600 |   153 |352737 |  15.6 |8839k|  42 |  26 | 231 |7747 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
61.96/62.09	c  62.1s| 22700 |   153 |354371 |  15.6 |8837k|  42 |   - | 231 |7734 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
62.17/62.29	c  62.3s| 22800 |   153 |355677 |  15.6 |8837k|  42 |  25 | 231 |7743 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
62.46/62.51	c  62.5s| 22900 |   154 |357236 |  15.6 |8820k|  42 |  28 | 231 |7703 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
62.67/62.70	c  62.7s| 23000 |   156 |358520 |  15.6 |8835k|  42 |  22 | 231 |7726 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
62.88/62.91	c  62.9s| 23100 |   156 |360045 |  15.6 |8847k|  42 |  16 | 231 |7764 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
63.07/63.12	c  63.1s| 23200 |   151 |361467 |  15.6 |8842k|  42 |  38 | 231 |7785 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
63.26/63.35	c  63.3s| 23300 |   149 |363062 |  15.6 |8841k|  42 |   - | 231 |7783 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
63.47/63.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.47/63.57	c  63.6s| 23400 |   152 |364627 |  15.6 |8853k|  42 |   - | 231 |7787 | 231 |2453 |  17 |  13k|2725 | 0.000000e+00 |      --      |    Inf 
63.67/63.77	c  63.8s| 23500 |   150 |365939 |  15.6 |8868k|  42 |   - | 231 |7829 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
63.87/63.99	c  64.0s| 23600 |   150 |367587 |  15.6 |8875k|  42 |   - | 231 |7849 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
64.17/64.23	c  64.2s| 23700 |   154 |369293 |  15.6 |8873k|  42 |  20 | 231 |7812 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
64.37/64.43	c  64.4s| 23800 |   153 |370618 |  15.6 |8883k|  42 |  31 | 231 |7847 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
64.57/64.62	c  64.6s| 23900 |   155 |371827 |  15.6 |8903k|  42 |  32 | 231 |7887 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
64.77/64.84	c  64.8s| 24000 |   151 |373311 |  15.5 |8896k|  42 |   - | 231 |7893 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
64.97/65.03	c  65.0s| 24100 |   153 |374626 |  15.5 |8902k|  42 |   - | 231 |7892 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
65.17/65.27	c  65.3s| 24200 |   158 |376328 |  15.5 |8908k|  42 |   - | 231 |7879 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
65.47/65.50	c  65.5s| 24300 |   156 |378033 |  15.6 |8919k|  42 |   - | 231 |7916 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
65.66/65.72	c  65.7s| 24400 |   158 |379642 |  15.6 |8910k|  42 |  36 | 231 |7885 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
65.87/65.93	c  65.9s| 24500 |   159 |381073 |  15.5 |8919k|  42 |  25 | 231 |7905 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
66.07/66.15	c  66.2s| 24600 |   155 |382621 |  15.5 |8918k|  42 |   - | 231 |7941 |   0 |   0 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
66.27/66.35	c  66.4s| 24700 |   155 |383905 |  15.5 |8908k|  42 |  41 | 231 |7939 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
66.47/66.57	c  66.6s| 24800 |   154 |385411 |  15.5 |8880k|  42 |  37 | 231 |7913 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
66.76/66.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.76/66.80	c  66.8s| 24900 |   153 |387047 |  15.5 |8880k|  42 |  37 | 231 |7914 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
66.96/67.04	c  67.0s| 25000 |   148 |388778 |  15.5 |8863k|  42 |   - | 231 |7878 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
67.17/67.26	c  67.3s| 25100 |   146 |390295 |  15.5 |8858k|  42 |   - | 231 |7895 | 231 |2453 |  17 |  14k|2725 | 0.000000e+00 |      --      |    Inf 
67.46/67.50	c  67.5s| 25200 |   148 |392091 |  15.6 |8852k|  42 |   - | 231 |7871 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
67.67/67.71	c  67.7s| 25300 |   150 |393623 |  15.6 |8879k|  42 |   - | 231 |7929 |   0 |   0 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
67.87/67.94	c  67.9s| 25400 |   149 |395309 |  15.6 |8889k|  42 |   - | 231 |7971 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
68.07/68.15	c  68.2s| 25500 |   151 |396808 |  15.6 |8915k|  42 |   - | 231 |8026 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
68.27/68.37	c  68.4s| 25600 |   145 |398355 |  15.6 |8915k|  42 |   - | 231 |8094 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
68.56/68.60	c  68.6s| 25700 |   149 |399972 |  15.6 |8922k|  42 |   - | 231 |8092 |   0 |   0 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
68.77/68.80	c  68.8s| 25800 |   155 |401416 |  15.6 |8941k|  42 |  20 | 231 |8123 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
68.97/69.03	c  69.0s| 25900 |   155 |403071 |  15.6 |8948k|  42 |  18 | 231 |8144 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
69.17/69.23	c  69.2s| 26000 |   158 |404483 |  15.6 |8971k|  42 |  36 | 231 |8185 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
69.38/69.43	c  69.4s| 26100 |   161 |405923 |  15.5 |8992k|  42 |  26 | 231 |8244 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
69.57/69.62	c  69.6s| 26200 |   158 |407188 |  15.5 |9009k|  42 |  29 | 231 |8292 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
69.77/69.82	c  69.8s| 26300 |   160 |408661 |  15.5 |9029k|  42 |  24 | 231 |8338 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
69.96/70.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.96/70.03	c  70.0s| 26400 |   166 |410231 |  15.5 |9068k|  42 |   - | 231 |8385 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
70.16/70.27	c  70.3s| 26500 |   172 |411703 |  15.5 |9088k|  42 |  24 | 231 |8421 | 231 |2453 |  17 |  15k|2737 | 0.000000e+00 |      --      |    Inf 
70.37/70.50	c  70.5s| 26600 |   164 |413036 |  15.5 |9098k|  42 |   - | 231 |8483 | 231 |2453 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
70.67/70.74	c  70.7s| 26700 |   162 |414506 |  15.5 |9114k|  42 |   - | 231 |8537 | 231 |2453 |  17 |  15k|2756 | 0.000000e+00 |      --      |    Inf 
70.87/70.99	c  71.0s| 26800 |   162 |415794 |  15.5 |9141k|  42 |   - | 231 |8589 |   0 |   0 |  17 |  15k|2775 | 0.000000e+00 |      --      |    Inf 
71.16/71.22	c  71.2s| 26900 |   163 |417193 |  15.5 |9158k|  42 |   - | 231 |8644 | 231 |2453 |  17 |  15k|2782 | 0.000000e+00 |      --      |    Inf 
71.37/71.48	c  71.5s| 27000 |   159 |418618 |  15.5 |9167k|  42 |   - | 231 |8692 | 231 |2453 |  17 |  16k|2799 | 0.000000e+00 |      --      |    Inf 
71.58/71.69	c  71.7s| 27100 |   158 |419876 |  15.5 |9188k|  42 |   - | 231 |8744 | 231 |2453 |  17 |  16k|2806 | 0.000000e+00 |      --      |    Inf 
71.87/71.95	c  72.0s| 27200 |   156 |421346 |  15.5 |9204k|  42 |   - | 231 |8802 | 231 |2453 |  17 |  16k|2825 | 0.000000e+00 |      --      |    Inf 
72.17/72.20	c  72.2s| 27300 |   157 |422774 |  15.5 |9226k|  42 |  35 | 231 |8862 | 231 |2453 |  17 |  16k|2839 | 0.000000e+00 |      --      |    Inf 
72.37/72.47	c  72.5s| 27400 |   158 |424364 |  15.5 |9253k|  42 |   - | 231 |8901 | 231 |2453 |  17 |  16k|2851 | 0.000000e+00 |      --      |    Inf 
72.67/72.78	c  72.8s| 27500 |   158 |426272 |  15.5 |9260k|  42 |   - | 231 |8910 | 231 |2453 |  17 |  16k|2866 | 0.000000e+00 |      --      |    Inf 
72.96/73.09	c  73.1s| 27600 |   162 |428052 |  15.5 |9273k|  42 |  23 | 231 |8935 | 231 |2453 |  17 |  16k|2883 | 0.000000e+00 |      --      |    Inf 
73.26/73.34	c  73.3s| 27700 |   160 |429533 |  15.5 |9284k|  42 |   - | 231 |8963 | 231 |2453 |  17 |  16k|2896 | 0.000000e+00 |      --      |    Inf 
73.56/73.60	c  73.6s| 27800 |   164 |431201 |  15.5 |9301k|  42 |  27 | 231 |9002 | 231 |2453 |  17 |  16k|2904 | 0.000000e+00 |      --      |    Inf 
73.77/73.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.77/73.84	c  73.8s| 27900 |   164 |432907 |  15.5 |9313k|  42 |  35 | 231 |9034 | 231 |2453 |  17 |  16k|2906 | 0.000000e+00 |      --      |    Inf 
73.97/74.09	c  74.1s| 28000 |   164 |434494 |  15.5 |9333k|  42 |  29 | 231 |9083 | 231 |2453 |  17 |  16k|2913 | 0.000000e+00 |      --      |    Inf 
74.26/74.32	c  74.3s| 28100 |   160 |436049 |  15.5 |9335k|  42 |  23 | 231 |9114 | 231 |2453 |  17 |  16k|2915 | 0.000000e+00 |      --      |    Inf 
74.47/74.56	c  74.6s| 28200 |   162 |437719 |  15.5 |9358k|  42 |  37 | 231 |9168 | 231 |2453 |  17 |  16k|2920 | 0.000000e+00 |      --      |    Inf 
74.77/74.85	c  74.8s| 28300 |   158 |439254 |  15.5 |9374k|  42 |   - | 231 |9195 | 231 |2453 |  17 |  16k|2938 | 0.000000e+00 |      --      |    Inf 
74.97/75.08	c  75.1s| 28400 |   157 |440535 |  15.5 |9377k|  42 |  38 | 231 |9221 | 231 |2453 |  17 |  16k|2949 | 0.000000e+00 |      --      |    Inf 
75.16/75.28	c  75.3s| 28500 |   157 |441759 |  15.5 |9393k|  42 |   - | 231 |9249 | 231 |2453 |  17 |  16k|2953 | 0.000000e+00 |      --      |    Inf 
75.36/75.46	c  75.5s| 28600 |   155 |442777 |  15.5 |9397k|  42 |  21 | 231 |9270 | 231 |2453 |  17 |  16k|2956 | 0.000000e+00 |      --      |    Inf 
75.56/75.65	c  75.7s| 28700 |   152 |444085 |  15.5 |9400k|  42 |   - | 231 |9290 | 231 |2453 |  17 |  16k|2958 | 0.000000e+00 |      --      |    Inf 
75.77/75.85	c  75.9s| 28800 |   152 |445349 |  15.5 |9393k|  42 |  31 | 231 |9311 | 231 |2453 |  17 |  17k|2961 | 0.000000e+00 |      --      |    Inf 
75.97/76.05	c  76.0s| 28900 |   150 |446637 |  15.5 |9396k|  42 |  30 | 231 |9346 | 231 |2453 |  17 |  17k|2962 | 0.000000e+00 |      --      |    Inf 
76.16/76.26	c  76.3s| 29000 |   148 |448063 |  15.4 |9398k|  42 |   - | 231 |9356 | 231 |2453 |  17 |  17k|2965 | 0.000000e+00 |      --      |    Inf 
76.37/76.48	c  76.5s| 29100 |   149 |449586 |  15.4 |9399k|  42 |  35 | 231 |9354 | 231 |2453 |  17 |  17k|2966 | 0.000000e+00 |      --      |    Inf 
76.67/76.72	c  76.7s| 29200 |   147 |451265 |  15.4 |9377k|  42 |  29 | 231 |9304 | 231 |2453 |  17 |  17k|2967 | 0.000000e+00 |      --      |    Inf 
76.86/76.94	c  76.9s| 29300 |   145 |452732 |  15.4 |9374k|  42 |  34 | 231 |9308 | 231 |2453 |  17 |  17k|2968 | 0.000000e+00 |      --      |    Inf 
77.08/77.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.08/77.14	c  77.1s| 29400 |   147 |454029 |  15.4 |9381k|  42 |  21 | 231 |9317 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
77.27/77.36	c  77.4s| 29500 |   144 |455565 |  15.4 |9362k|  42 |  30 | 231 |9288 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
77.47/77.57	c  77.6s| 29600 |   144 |456987 |  15.4 |9364k|  42 |   - | 231 |9279 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
77.66/77.76	c  77.8s| 29700 |   142 |458211 |  15.4 |9366k|  42 |   - | 231 |9295 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
77.87/77.95	c  78.0s| 29800 |   144 |459566 |  15.4 |9374k|  42 |  29 | 231 |9318 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
78.07/78.18	c  78.2s| 29900 |   144 |461263 |  15.4 |9379k|  42 |   - | 231 |9296 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
78.27/78.39	c  78.4s| 30000 |   147 |462715 |  15.4 |9393k|  42 |   - | 231 |9299 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
78.47/78.59	c  78.6s| 30100 |   145 |464108 |  15.4 |9415k|  42 |   - | 231 |9353 |   0 |   0 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
78.67/78.78	c  78.8s| 30200 |   142 |465414 |  15.4 |9416k|  42 |   - | 231 |9399 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
78.86/78.99	c  79.0s| 30300 |   143 |466874 |  15.4 |9418k|  42 |  33 | 231 |9406 | 231 |2453 |  17 |  17k|2969 | 0.000000e+00 |      --      |    Inf 
79.16/79.25	c  79.3s| 30400 |   140 |468445 |  15.4 |9406k|  42 |   - | 231 |9359 | 231 |2453 |  17 |  17k|2978 | 0.000000e+00 |      --      |    Inf 
79.47/79.56	c  79.6s| 30500 |   136 |470087 |  15.4 |9363k|  42 |  29 | 231 |9318 | 231 |2453 |  17 |  18k|2995 | 0.000000e+00 |      --      |    Inf 
79.77/79.84	c  79.8s| 30600 |   134 |471792 |  15.4 |9361k|  42 |  32 | 231 |9316 | 231 |2453 |  17 |  18k|3008 | 0.000000e+00 |      --      |    Inf 
80.07/80.13	c  80.1s| 30700 |   132 |473479 |  15.4 |9333k|  42 |  36 | 231 |9267 | 231 |2453 |  17 |  18k|3020 | 0.000000e+00 |      --      |    Inf 
80.27/80.40	c  80.4s| 30800 |   130 |475063 |  15.4 |9321k|  42 |   - | 231 |9232 | 231 |2453 |  17 |  18k|3031 | 0.000000e+00 |      --      |    Inf 
80.56/80.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.56/80.67	c  80.7s| 30900 |   134 |476815 |  15.4 |9318k|  42 |  24 | 231 |9246 | 231 |2453 |  17 |  18k|3039 | 0.000000e+00 |      --      |    Inf 
80.87/80.91	c  80.9s| 31000 |   132 |478242 |  15.4 |9309k|  42 |   - | 231 |9229 | 231 |2453 |  17 |  18k|3047 | 0.000000e+00 |      --      |    Inf 
81.07/81.16	c  81.2s| 31100 |   135 |479723 |  15.4 |9301k|  42 |  34 | 231 |9200 | 231 |2453 |  17 |  18k|3057 | 0.000000e+00 |      --      |    Inf 
81.37/81.42	c  81.4s| 31200 |   133 |481083 |  15.4 |9312k|  42 |   - | 231 |9236 | 231 |2453 |  17 |  18k|3071 | 0.000000e+00 |      --      |    Inf 
81.57/81.68	c  81.7s| 31300 |   133 |482647 |  15.4 |9305k|  42 |  34 | 231 |9213 | 231 |2453 |  17 |  18k|3081 | 0.000000e+00 |      --      |    Inf 
81.86/81.96	c  82.0s| 31400 |   135 |484282 |  15.4 |9299k|  42 |  26 | 231 |9179 | 231 |2453 |  17 |  18k|3093 | 0.000000e+00 |      --      |    Inf 
82.16/82.23	c  82.2s| 31500 |   131 |485869 |  15.4 |9294k|  42 |   - | 231 |9164 | 231 |2453 |  17 |  18k|3106 | 0.000000e+00 |      --      |    Inf 
82.46/82.54	c  82.5s| 31600 |   133 |487685 |  15.4 |9292k|  42 |   - | 231 |9124 | 231 |2453 |  17 |  18k|3120 | 0.000000e+00 |      --      |    Inf 
82.76/82.83	c  82.8s| 31700 |   133 |489353 |  15.4 |9284k|  42 |  32 | 231 |9115 | 231 |2453 |  17 |  18k|3134 | 0.000000e+00 |      --      |    Inf 
83.07/83.12	c  83.1s| 31800 |   133 |491064 |  15.4 |9272k|  42 |   - | 231 |9060 | 231 |2453 |  17 |  18k|3150 | 0.000000e+00 |      --      |    Inf 
83.26/83.36	c  83.4s| 31900 |   136 |492497 |  15.4 |9275k|  42 |   - | 231 |9038 |   0 |   0 |  17 |  18k|3160 | 0.000000e+00 |      --      |    Inf 
83.57/83.60	c  83.6s| 32000 |   139 |494053 |  15.4 |9272k|  42 |   - | 231 |9017 | 231 |2453 |  17 |  18k|3165 | 0.000000e+00 |      --      |    Inf 
83.77/83.87	c  83.9s| 32100 |   139 |495328 |  15.4 |9283k|  42 |   - | 231 |9035 |   0 |   0 |  17 |  18k|3186 | 0.000000e+00 |      --      |    Inf 
84.06/84.11	c  84.1s| 32200 |   137 |496799 |  15.4 |9272k|  42 |  26 | 231 |9032 | 231 |2453 |  17 |  19k|3194 | 0.000000e+00 |      --      |    Inf 
84.27/84.35	c  84.3s| 32300 |   135 |498396 |  15.4 |9279k|  42 |  29 | 231 |9069 | 231 |2453 |  17 |  19k|3199 | 0.000000e+00 |      --      |    Inf 
84.47/84.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.47/84.59	c  84.6s| 32400 |   133 |499931 |  15.4 |9251k|  42 |   - | 231 |8990 | 231 |2453 |  17 |  19k|3203 | 0.000000e+00 |      --      |    Inf 
84.77/84.86	c  84.9s| 32500 |   135 |501950 |  15.4 |9221k|  42 |   - | 231 |8876 | 231 |2453 |  17 |  19k|3204 | 0.000000e+00 |      --      |    Inf 
85.07/85.12	c  85.1s| 32600 |   133 |503685 |  15.4 |9191k|  42 |   - | 231 |8850 | 231 |2453 |  17 |  19k|3207 | 0.000000e+00 |      --      |    Inf 
85.27/85.34	c  85.3s| 32700 |   135 |505065 |  15.4 |9177k|  42 |  34 | 231 |8813 | 231 |2453 |  17 |  19k|3208 | 0.000000e+00 |      --      |    Inf 
85.46/85.53	c  85.5s| 32800 |   135 |506344 |  15.4 |9189k|  42 |  46 | 231 |8837 | 231 |2453 |  17 |  19k|3208 | 0.000000e+00 |      --      |    Inf 
85.66/85.74	c  85.7s| 32900 |   137 |507733 |  15.4 |9208k|  42 |  20 | 231 |8884 | 231 |2453 |  17 |  19k|3208 | 0.000000e+00 |      --      |    Inf 
85.87/85.95	c  86.0s| 33000 |   135 |509170 |  15.4 |9209k|  42 |  29 | 231 |8887 | 231 |2453 |  17 |  19k|3208 | 0.000000e+00 |      --      |    Inf 
86.06/86.19	c  86.2s| 33100 |   141 |510837 |  15.4 |9227k|  42 |   - | 231 |8890 | 231 |2453 |  17 |  19k|3210 | 0.000000e+00 |      --      |    Inf 
86.37/86.41	c  86.4s| 33200 |   137 |512365 |  15.4 |9220k|  42 |   - | 231 |8890 | 231 |2453 |  17 |  19k|3210 | 0.000000e+00 |      --      |    Inf 
86.56/86.63	c  86.6s| 33300 |   139 |513887 |  15.4 |9228k|  42 |   - | 231 |8919 | 231 |2453 |  17 |  19k|3211 | 0.000000e+00 |      --      |    Inf 
86.77/86.85	c  86.8s| 33400 |   137 |515481 |  15.4 |9165k|  42 |  38 | 231 |8958 | 231 |2453 |  17 |  19k|3211 | 0.000000e+00 |      --      |    Inf 
86.97/87.08	c  87.1s| 33500 |   133 |517126 |  15.4 |9138k|  42 |  34 | 231 |8955 | 231 |2453 |  17 |  19k|3212 | 0.000000e+00 |      --      |    Inf 
87.16/87.29	c  87.3s| 33600 |   133 |518667 |  15.4 |9142k|  42 |  22 | 231 |8984 | 231 |2453 |  17 |  19k|3213 | 0.000000e+00 |      --      |    Inf 
87.47/87.57	c  87.6s| 33700 |   133 |520650 |  15.4 |9108k|  42 |   - | 231 |8866 | 231 |2453 |  17 |  19k|3214 | 0.000000e+00 |      --      |    Inf 
87.77/87.82	c  87.8s| 33800 |   133 |522514 |  15.5 |9070k|  42 |  33 | 231 |8748 | 231 |2453 |  17 |  19k|3214 | 0.000000e+00 |      --      |    Inf 
87.97/88.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.97/88.05	c  88.1s| 33900 |   135 |524220 |  15.5 |9051k|  42 |   - | 231 |8676 | 231 |2453 |  17 |  19k|3215 | 0.000000e+00 |      --      |    Inf 
88.17/88.25	c  88.3s| 34000 |   137 |525521 |  15.5 |9051k|  42 |  18 | 231 |8674 | 231 |2453 |  17 |  19k|3215 | 0.000000e+00 |      --      |    Inf 
88.36/88.48	c  88.5s| 34100 |   139 |527202 |  15.5 |9057k|  42 |  34 | 231 |8669 | 231 |2453 |  17 |  20k|3215 | 0.000000e+00 |      --      |    Inf 
88.67/88.70	c  88.7s| 34200 |   139 |528850 |  15.5 |9068k|  42 |  31 | 231 |8705 | 231 |2453 |  17 |  20k|3215 | 0.000000e+00 |      --      |    Inf 
88.87/88.94	c  88.9s| 34300 |   137 |530552 |  15.5 |9062k|  42 |   - | 231 |8692 | 231 |2453 |  17 |  20k|3215 | 0.000000e+00 |      --      |    Inf 
89.07/89.14	c  89.1s| 34400 |   141 |531786 |  15.5 |9060k|  42 |  23 | 231 |8663 | 231 |2453 |  17 |  20k|3217 | 0.000000e+00 |      --      |    Inf 
89.27/89.35	c  89.4s| 34500 |   143 |533020 |  15.4 |9084k|  42 |   - | 231 |8698 | 231 |2453 |  17 |  20k|3226 | 0.000000e+00 |      --      |    Inf 
89.57/89.60	c  89.6s| 34600 |   140 |534386 |  15.4 |9069k|  42 |   - | 231 |8675 | 231 |2453 |  17 |  20k|3239 | 0.000000e+00 |      --      |    Inf 
89.86/89.90	c  89.9s| 34700 |   138 |535976 |  15.4 |9057k|  42 |   - | 231 |8647 | 231 |2453 |  17 |  20k|3259 | 0.000000e+00 |      --      |    Inf 
90.06/90.17	c  90.2s| 34800 |   142 |537669 |  15.4 |9047k|  42 |  38 | 231 |8595 | 231 |2453 |  17 |  20k|3268 | 0.000000e+00 |      --      |    Inf 
90.37/90.46	c  90.5s| 34900 |   145 |539473 |  15.5 |9061k|  42 |  32 | 231 |8605 | 231 |2453 |  17 |  20k|3280 | 0.000000e+00 |      --      |    Inf 
90.67/90.70	c  90.7s| 35000 |   145 |541112 |  15.5 |9072k|  42 |  37 | 231 |8625 | 231 |2453 |  17 |  20k|3284 | 0.000000e+00 |      --      |    Inf 
90.86/90.94	c  90.9s| 35100 |   143 |542429 |  15.5 |9080k|  42 |   - | 231 |8647 | 231 |2453 |  17 |  20k|3294 | 0.000000e+00 |      --      |    Inf 
91.17/91.23	c  91.2s| 35200 |   139 |544057 |  15.5 |9083k|  42 |   - | 231 |8678 | 231 |2453 |  17 |  20k|3310 | 0.000000e+00 |      --      |    Inf 
91.37/91.47	c  91.5s| 35300 |   139 |545523 |  15.5 |9086k|  42 |   - | 231 |8708 | 231 |2453 |  17 |  20k|3317 | 0.000000e+00 |      --      |    Inf 
91.66/91.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.66/91.74	c  91.7s| 35400 |   135 |547033 |  15.4 |9045k|  42 |   - | 231 |8587 | 231 |2453 |  17 |  20k|3334 | 0.000000e+00 |      --      |    Inf 
91.87/91.98	c  92.0s| 35500 |   135 |548406 |  15.4 |9035k|  42 |  33 | 231 |8581 | 231 |2453 |  17 |  20k|3342 | 0.000000e+00 |      --      |    Inf 
92.16/92.25	c  92.2s| 35600 |   135 |549939 |  15.4 |9018k|  42 |  26 | 231 |8516 | 231 |2453 |  17 |  20k|3352 | 0.000000e+00 |      --      |    Inf 
92.47/92.54	c  92.5s| 35700 |   135 |551724 |  15.5 |8999k|  42 |   - | 231 |8454 | 231 |2453 |  17 |  20k|3367 | 0.000000e+00 |      --      |    Inf 
92.77/92.82	c  92.8s| 35800 |   141 |553426 |  15.5 |8994k|  42 |   - | 231 |8391 | 231 |2453 |  17 |  20k|3379 | 0.000000e+00 |      --      |    Inf 
92.96/93.08	c  93.1s| 35900 |   139 |555011 |  15.5 |8975k|  42 |   - | 231 |8338 | 231 |2453 |  17 |  21k|3387 | 0.000000e+00 |      --      |    Inf 
93.27/93.36	c  93.4s| 36000 |   141 |556709 |  15.5 |8966k|  42 |  22 | 231 |8305 | 231 |2453 |  17 |  21k|3398 | 0.000000e+00 |      --      |    Inf 
93.57/93.62	c  93.6s| 36100 |   139 |558465 |  15.5 |8963k|  42 |   - | 231 |8296 | 231 |2453 |  17 |  21k|3407 | 0.000000e+00 |      --      |    Inf 
93.87/93.90	c  93.9s| 36200 |   141 |560520 |  15.5 |8958k|  42 |   - | 231 |8267 | 231 |2453 |  17 |  21k|3410 | 0.000000e+00 |      --      |    Inf 
94.07/94.12	c  94.1s| 36300 |   141 |562006 |  15.5 |8961k|  42 |  35 | 231 |8277 | 231 |2453 |  17 |  21k|3413 | 0.000000e+00 |      --      |    Inf 
94.26/94.35	c  94.3s| 36400 |   144 |563635 |  15.5 |8968k|  42 |   - | 231 |8268 | 231 |2453 |  17 |  21k|3413 | 0.000000e+00 |      --      |    Inf 
94.47/94.56	c  94.6s| 36500 |   146 |564999 |  15.5 |8983k|  42 |  26 | 231 |8300 | 231 |2453 |  17 |  21k|3416 | 0.000000e+00 |      --      |    Inf 
94.67/94.77	c  94.8s| 36600 |   146 |566257 |  15.5 |8998k|  42 |  28 | 231 |8352 | 231 |2453 |  17 |  21k|3422 | 0.000000e+00 |      --      |    Inf 
94.86/94.98	c  95.0s| 36700 |   143 |567620 |  15.5 |9011k|  42 |   - | 231 |8392 | 231 |2453 |  17 |  21k|3426 | 0.000000e+00 |      --      |    Inf 
95.16/95.20	c  95.2s| 36800 |   143 |569211 |  15.5 |9019k|  42 |   - | 231 |8418 | 231 |2453 |  17 |  21k|3426 | 0.000000e+00 |      --      |    Inf 
95.37/95.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.37/95.42	c  95.4s| 36900 |   147 |570591 |  15.5 |9021k|  42 |  28 | 231 |8413 | 231 |2453 |  17 |  21k|3427 | 0.000000e+00 |      --      |    Inf 
95.56/95.60	c  95.6s| 37000 |   149 |571890 |  15.5 |9037k|  42 |  27 | 231 |8443 | 231 |2453 |  17 |  21k|3428 | 0.000000e+00 |      --      |    Inf 
95.77/95.81	c  95.8s| 37100 |   146 |573376 |  15.5 |9041k|  42 |  36 | 231 |8477 | 231 |2453 |  17 |  21k|3428 | 0.000000e+00 |      --      |    Inf 
95.96/96.03	c  96.0s| 37200 |   146 |574873 |  15.5 |9043k|  42 |   - | 231 |8470 | 231 |2453 |  17 |  21k|3431 | 0.000000e+00 |      --      |    Inf 
96.17/96.23	c  96.2s| 37300 |   145 |576036 |  15.4 |9038k|  42 |  31 | 231 |8474 | 231 |2453 |  17 |  21k|3433 | 0.000000e+00 |      --      |    Inf 
96.37/96.43	c  96.4s| 37400 |   143 |577464 |  15.4 |9031k|  42 |   - | 231 |8468 | 231 |2453 |  17 |  21k|3433 | 0.000000e+00 |      --      |    Inf 
96.57/96.63	c  96.6s| 37500 |   145 |578791 |  15.4 |9045k|  42 |  33 | 231 |8497 | 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
96.77/96.84	c  96.8s| 37600 |   141 |580159 |  15.4 |9041k|  42 |  43 | 231 |8526 | 231 |2453 |  17 |  21k|3434 | 0.000000e+00 |      --      |    Inf 
96.97/97.04	c  97.0s| 37700 |   141 |581532 |  15.4 |9040k|  42 |   - | 231 |8501 | 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
97.16/97.25	c  97.3s| 37800 |   146 |583081 |  15.4 |9057k|  42 |  30 | 231 |8528 | 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
97.36/97.46	c  97.5s| 37900 |   145 |584475 |  15.4 |9069k|  42 |  32 | 231 |8556 | 231 |2453 |  17 |  22k|3434 | 0.000000e+00 |      --      |    Inf 
97.56/97.66	c  97.7s| 38000 |   143 |585761 |  15.4 |9075k|  42 |  35 | 231 |8579 | 231 |2453 |  17 |  22k|3435 | 0.000000e+00 |      --      |    Inf 
97.76/97.89	c  97.9s| 38100 |   140 |587293 |  15.4 |9077k|  42 |   - | 231 |8583 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
97.97/98.07	c  98.1s| 38200 |   143 |588520 |  15.4 |9081k|  42 |   - | 231 |8581 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
98.16/98.27	c  98.3s| 38300 |   140 |589867 |  15.4 |9081k|  42 |   - | 231 |8602 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
98.36/98.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.36/98.46	c  98.5s| 38400 |   140 |591255 |  15.4 |9092k|  42 |   - | 231 |8632 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
98.57/98.66	c  98.7s| 38500 |   142 |592619 |  15.4 |9093k|  42 |  27 | 231 |8634 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
98.76/98.86	c  98.9s| 38600 |   142 |593880 |  15.4 |9103k|  42 |  20 | 231 |8657 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
98.96/99.05	c  99.0s| 38700 |   141 |595130 |  15.4 |9114k|  42 |   - | 231 |8686 | 231 |2453 |  17 |  22k|3436 | 0.000000e+00 |      --      |    Inf 
99.27/99.32	c  99.3s| 38800 |   142 |596688 |  15.4 |9129k|  42 |   - | 231 |8718 | 231 |2453 |  17 |  22k|3450 | 0.000000e+00 |      --      |    Inf 
99.46/99.56	c  99.6s| 38900 |   150 |598129 |  15.4 |9152k|  42 |  29 | 231 |8750 | 231 |2453 |  17 |  22k|3459 | 0.000000e+00 |      --      |    Inf 
99.76/99.81	c  99.8s| 39000 |   144 |599650 |  15.4 |9159k|  42 |   - | 231 |8798 | 231 |2453 |  17 |  22k|3464 | 0.000000e+00 |      --      |    Inf 
99.97/100.06	c   100s| 39100 |   140 |601140 |  15.4 |9161k|  42 |   - | 231 |8834 | 231 |2453 |  17 |  22k|3473 | 0.000000e+00 |      --      |    Inf 
100.27/100.34	c   100s| 39200 |   142 |602698 |  15.4 |9096k|  42 |  32 | 231 |8609 | 231 |2453 |  17 |  22k|3488 | 0.000000e+00 |      --      |    Inf 
100.46/100.55	c   101s| 39300 |   141 |604037 |  15.4 |9101k|  42 |   - | 231 |8617 | 231 |2453 |  17 |  22k|3494 | 0.000000e+00 |      --      |    Inf 
100.77/100.85	c   101s| 39400 |   140 |605618 |  15.4 |9079k|  42 |   - | 231 |8565 | 231 |2453 |  17 |  22k|3513 | 0.000000e+00 |      --      |    Inf 
101.06/101.11	c   101s| 39500 |   142 |607399 |  15.4 |9066k|  42 |  34 | 231 |8514 | 231 |2453 |  17 |  22k|3517 | 0.000000e+00 |      --      |    Inf 
101.27/101.39	c   101s| 39600 |   138 |608886 |  15.4 |9058k|  42 |   - | 231 |8513 | 231 |2453 |  17 |  23k|3534 | 0.000000e+00 |      --      |    Inf 
101.56/101.66	c   102s| 39700 |   136 |610693 |  15.4 |9055k|  42 |   - | 231 |8500 | 231 |2453 |  17 |  23k|3539 | 0.000000e+00 |      --      |    Inf 
101.86/101.94	c   102s| 39800 |   134 |612363 |  15.4 |9046k|  42 |   - | 231 |8487 | 231 |2453 |  17 |  23k|3551 | 0.000000e+00 |      --      |    Inf 
102.16/102.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.16/102.25	c   102s| 39900 |   138 |614268 |  15.4 |9016k|  42 |  29 | 231 |8420 | 231 |2453 |  17 |  23k|3563 | 0.000000e+00 |      --      |    Inf 
102.46/102.51	c   103s| 40000 |   138 |615990 |  15.4 |9008k|  42 |   - | 231 |8377 |   0 |   0 |  17 |  23k|3570 | 0.000000e+00 |      --      |    Inf 
102.76/102.81	c   103s| 40100 |   138 |617829 |  15.4 |9006k|  42 |  41 | 231 |8370 | 231 |2453 |  17 |  23k|3585 | 0.000000e+00 |      --      |    Inf 
102.96/103.09	c   103s| 40200 |   140 |619747 |  15.4 |9016k|  42 |  31 | 231 |8376 | 231 |2453 |  17 |  23k|3596 | 0.000000e+00 |      --      |    Inf 
103.26/103.38	c   103s| 40300 |   138 |621460 |  15.4 |9019k|  42 |  40 | 231 |8389 | 231 |2453 |  17 |  23k|3610 | 0.000000e+00 |      --      |    Inf 
103.57/103.66	c   104s| 40400 |   138 |623147 |  15.4 |9014k|  42 |  25 | 231 |8374 | 231 |2453 |  17 |  23k|3622 | 0.000000e+00 |      --      |    Inf 
103.86/103.94	c   104s| 40500 |   138 |624943 |  15.4 |9033k|  42 |   - | 231 |8405 | 231 |2453 |  17 |  23k|3635 | 0.000000e+00 |      --      |    Inf 
104.06/104.16	c   104s| 40600 |   138 |626384 |  15.4 |9049k|  42 |   - | 231 |8455 | 231 |2453 |  17 |  23k|3639 | 0.000000e+00 |      --      |    Inf 
104.27/104.39	c   104s| 40700 |   139 |628190 |  15.4 |9062k|  42 |   - | 231 |8493 | 231 |2453 |  17 |  23k|3640 | 0.000000e+00 |      --      |    Inf 
104.57/104.65	c   105s| 40800 |   139 |630125 |  15.4 |9076k|  42 |  39 | 231 |8536 | 231 |2453 |  17 |  23k|3642 | 0.000000e+00 |      --      |    Inf 
104.77/104.87	c   105s| 40900 |   137 |631678 |  15.4 |9083k|  42 |  30 | 231 |8576 | 231 |2453 |  17 |  23k|3644 | 0.000000e+00 |      --      |    Inf 
105.06/105.13	c   105s| 41000 |   141 |633401 |  15.4 |9065k|  42 |   - | 231 |8459 | 231 |2453 |  17 |  23k|3648 | 0.000000e+00 |      --      |    Inf 
105.26/105.37	c   105s| 41100 |   141 |635086 |  15.4 |9052k|  42 |  33 | 231 |8408 | 231 |2453 |  17 |  23k|3650 | 0.000000e+00 |      --      |    Inf 
105.46/105.59	c   106s| 41200 |   139 |636693 |  15.5 |9061k|  42 |   - | 231 |8419 | 231 |2453 |  17 |  23k|3650 | 0.000000e+00 |      --      |    Inf 
105.66/105.80	c   106s| 41300 |   137 |638105 |  15.4 |9064k|  42 |   - | 231 |8433 | 231 |2453 |  17 |  23k|3650 | 0.000000e+00 |      --      |    Inf 
105.86/105.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.86/105.99	c   106s| 41400 |   139 |639345 |  15.4 |9075k|  42 |  32 | 231 |8479 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
106.06/106.19	c   106s| 41500 |   137 |640634 |  15.4 |9088k|  42 |   - | 231 |8515 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
106.36/106.40	c   106s| 41600 |   137 |642170 |  15.4 |9077k|  42 |  21 | 231 |8499 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
106.57/106.61	c   107s| 41700 |   136 |643603 |  15.4 |9068k|  42 |  31 | 231 |8491 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
106.77/106.83	c   107s| 41800 |   134 |645139 |  15.4 |9070k|  42 |  33 | 231 |8506 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
106.96/107.04	c   107s| 41900 |   130 |646647 |  15.4 |9082k|  42 |   - | 231 |8559 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
107.16/107.22	c   107s| 42000 |   133 |647963 |  15.4 |9104k|  42 |   - | 231 |8618 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
107.36/107.42	c   107s| 42100 |   133 |649394 |  15.4 |9118k|  42 |   - | 231 |8666 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
107.56/107.62	c   108s| 42200 |   132 |650815 |  15.4 |9134k|  42 |   - | 231 |8718 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
107.76/107.86	c   108s| 42300 |   131 |652640 |  15.4 |9131k|  42 |  34 | 231 |8726 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
107.97/108.07	c   108s| 42400 |   131 |654115 |  15.4 |9141k|  42 |   - | 231 |8740 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
108.16/108.29	c   108s| 42500 |   126 |655734 |  15.4 |9133k|  42 |   - | 231 |8760 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
108.46/108.52	c   109s| 42600 |   124 |657285 |  15.4 |9104k|  42 |   - | 231 |8696 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
108.66/108.72	c   109s| 42700 |   124 |658637 |  15.4 |9097k|  42 |  30 | 231 |8683 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
108.86/108.94	c   109s| 42800 |   122 |660230 |  15.4 |9090k|  42 |  45 | 231 |8689 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
109.07/109.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.07/109.17	c   109s| 42900 |   125 |661990 |  15.4 |9104k|  42 |  26 | 231 |8707 | 231 |2453 |  17 |  24k|3651 | 0.000000e+00 |      --      |    Inf 
109.37/109.42	c   109s| 43000 |   122 |663605 |  15.4 |9106k|  42 |   - | 231 |8712 | 231 |2453 |  17 |  25k|3660 | 0.000000e+00 |      --      |    Inf 
109.56/109.67	c   110s| 43100 |   124 |665239 |  15.4 |9102k|  42 |  27 | 231 |8703 | 231 |2453 |  17 |  25k|3667 | 0.000000e+00 |      --      |    Inf 
109.86/109.91	c   110s| 43200 |   122 |666726 |  15.4 |9104k|  42 |   - | 231 |8711 | 231 |2453 |  17 |  25k|3673 | 0.000000e+00 |      --      |    Inf 
110.06/110.16	c   110s| 43300 |   122 |668101 |  15.4 |9097k|  42 |  31 | 231 |8720 | 231 |2453 |  17 |  25k|3684 | 0.000000e+00 |      --      |    Inf 
110.26/110.38	c   110s| 43400 |   120 |669396 |  15.4 |9096k|  42 |  41 | 231 |8742 | 231 |2453 |  17 |  25k|3689 | 0.000000e+00 |      --      |    Inf 
110.56/110.65	c   111s| 43500 |   122 |671055 |  15.4 |9102k|  42 |  31 | 231 |8747 | 231 |2453 |  17 |  25k|3699 | 0.000000e+00 |      --      |    Inf 
110.86/110.90	c   111s| 43600 |   120 |672556 |  15.4 |9090k|  42 |  26 | 231 |8724 | 231 |2453 |  17 |  25k|3709 | 0.000000e+00 |      --      |    Inf 
111.06/111.14	c   111s| 43700 |   118 |673734 |  15.4 |9085k|  42 |   - | 231 |8702 | 231 |2453 |  17 |  25k|3721 | 0.000000e+00 |      --      |    Inf 
111.26/111.37	c   111s| 43800 |   119 |675023 |  15.4 |9074k|  42 |  29 | 231 |8668 | 231 |2453 |  17 |  25k|3730 | 0.000000e+00 |      --      |    Inf 
111.56/111.62	c   112s| 43900 |   119 |676541 |  15.4 |9082k|  42 |  29 | 231 |8697 | 231 |2453 |  17 |  25k|3740 | 0.000000e+00 |      --      |    Inf 
111.76/111.84	c   112s| 44000 |   120 |678036 |  15.4 |9095k|  42 |   - | 231 |8714 | 231 |2453 |  17 |  25k|3740 | 0.000000e+00 |      --      |    Inf 
111.96/112.06	c   112s| 44100 |   122 |679294 |  15.4 |9115k|  42 |   - | 231 |8764 | 231 |2453 |  17 |  25k|3750 | 0.000000e+00 |      --      |    Inf 
112.16/112.30	c   112s| 44200 |   124 |680740 |  15.4 |9129k|  42 |  26 | 231 |8805 | 231 |2453 |  17 |  25k|3758 | 0.000000e+00 |      --      |    Inf 
112.46/112.56	c   113s| 44300 |   121 |682457 |  15.4 |9136k|  42 |  23 | 231 |8841 | 231 |2453 |  17 |  25k|3767 | 0.000000e+00 |      --      |    Inf 
112.76/112.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.76/112.84	c   113s| 44400 |   122 |684050 |  15.4 |9142k|  42 |   - | 231 |8852 | 231 |2453 |  17 |  25k|3780 | 0.000000e+00 |      --      |    Inf 
112.96/113.09	c   113s| 44500 |   124 |685667 |  15.4 |9152k|  42 |  30 | 231 |8877 | 231 |2453 |  17 |  25k|3787 | 0.000000e+00 |      --      |    Inf 
113.26/113.36	c   113s| 44600 |   122 |687335 |  15.4 |9168k|  42 |   - | 231 |8915 | 231 |2453 |  17 |  25k|3798 | 0.000000e+00 |      --      |    Inf 
113.56/113.64	c   114s| 44700 |   124 |689052 |  15.4 |9174k|  42 |  26 | 231 |8939 | 231 |2453 |  17 |  26k|3809 | 0.000000e+00 |      --      |    Inf 
113.86/113.90	c   114s| 44800 |   121 |690695 |  15.4 |9187k|  42 |   - | 231 |8976 | 231 |2453 |  17 |  26k|3818 | 0.000000e+00 |      --      |    Inf 
114.06/114.13	c   114s| 44900 |   123 |692257 |  15.4 |9189k|  42 |  34 | 231 |8979 | 231 |2453 |  17 |  26k|3822 | 0.000000e+00 |      --      |    Inf 
114.36/114.40	c   114s| 45000 |   121 |693974 |  15.4 |9194k|  42 |  32 | 231 |9001 | 231 |2453 |  17 |  26k|3830 | 0.000000e+00 |      --      |    Inf 
114.57/114.66	c   115s| 45100 |   117 |695564 |  15.4 |9172k|  42 |  32 | 231 |8964 | 231 |2453 |  17 |  26k|3838 | 0.000000e+00 |      --      |    Inf 
114.76/114.89	c   115s| 45200 |   114 |697113 |  15.4 |9158k|  42 |  39 | 231 |8956 | 231 |2453 |  17 |  26k|3841 | 0.000000e+00 |      --      |    Inf 
115.07/115.12	c   115s| 45300 |   114 |698702 |  15.4 |9162k|  42 |   - | 231 |8961 | 231 |2453 |  17 |  26k|3841 | 0.000000e+00 |      --      |    Inf 
115.26/115.32	c   115s| 45400 |   110 |700118 |  15.4 |9155k|  42 |   - | 231 |8957 | 231 |2453 |  17 |  26k|3841 | 0.000000e+00 |      --      |    Inf 
115.46/115.54	c   116s| 45500 |   114 |701581 |  15.4 |9150k|  42 |  38 | 231 |8933 | 231 |2453 |  17 |  26k|3842 | 0.000000e+00 |      --      |    Inf 
115.67/115.76	c   116s| 45600 |   112 |702959 |  15.4 |9151k|  42 |   - | 231 |8941 | 231 |2453 |  17 |  26k|3845 | 0.000000e+00 |      --      |    Inf 
115.86/115.97	c   116s| 45700 |   108 |704410 |  15.4 |9141k|  42 |   - | 231 |8951 | 231 |2453 |  17 |  26k|3845 | 0.000000e+00 |      --      |    Inf 
116.06/116.18	c   116s| 45800 |   108 |705829 |  15.4 |9137k|  42 |   - | 231 |8926 | 231 |2453 |  17 |  26k|3846 | 0.000000e+00 |      --      |    Inf 
116.36/116.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.36/116.40	c   116s| 45900 |   106 |707232 |  15.4 |9098k|  42 |  24 | 231 |8871 | 231 |2453 |  17 |  26k|3847 | 0.000000e+00 |      --      |    Inf 
116.56/116.63	c   117s| 46000 |   103 |708825 |  15.4 |9081k|  44 |  22 | 231 |8849 | 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
116.77/116.85	c   117s| 46100 |   103 |710370 |  15.4 |9075k|  44 |   - | 231 |8812 | 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
116.96/117.07	c   117s| 46200 |    99 |711900 |  15.4 |9059k|  44 |   - | 231 |8821 | 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
117.16/117.29	c   117s| 46300 |    97 |713368 |  15.4 |9015k|  44 |   - | 231 |8733 | 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
117.46/117.51	c   118s| 46400 |    95 |714976 |  15.4 |9024k|  44 |   - | 231 |8760 | 231 |2453 |  17 |  26k|3850 | 0.000000e+00 |      --      |    Inf 
117.66/117.74	c   118s| 46500 |    95 |716547 |  15.4 |8990k|  44 |  42 | 231 |8678 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
117.86/117.96	c   118s| 46600 |    97 |718146 |  15.4 |8973k|  44 |  33 | 231 |8592 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
118.16/118.21	c   118s| 46700 |    95 |720013 |  15.4 |8939k|  44 |  43 | 231 |8503 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
118.36/118.40	c   118s| 46800 |    98 |721208 |  15.4 |8941k|  44 |  25 | 231 |8483 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
118.56/118.61	c   119s| 46900 |    94 |722677 |  15.4 |8936k|  44 |   - | 231 |8472 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
118.76/118.85	c   119s| 47000 |    98 |724420 |  15.4 |8944k|  44 |  26 | 231 |8477 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
118.96/119.06	c   119s| 47100 |    98 |725965 |  15.4 |8950k|  44 |  36 | 231 |8487 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
119.16/119.29	c   119s| 47200 |    98 |727620 |  15.4 |8957k|  44 |   - | 231 |8494 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
119.46/119.52	c   120s| 47300 |    98 |729324 |  15.4 |8963k|  44 |   - | 231 |8502 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
119.66/119.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.66/119.73	c   120s| 47400 |    98 |730705 |  15.4 |8958k|  44 |  18 | 231 |8497 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
119.86/119.95	c   120s| 47500 |    96 |732198 |  15.4 |8955k|  44 |   - | 231 |8475 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
120.07/120.15	c   120s| 47600 |    98 |733607 |  15.4 |8964k|  44 |  38 | 231 |8491 | 231 |2453 |  17 |  27k|3850 | 0.000000e+00 |      --      |    Inf 
120.36/120.40	c   120s| 47700 |    98 |735224 |  15.4 |8983k|  44 |   - | 231 |8538 | 231 |2453 |  17 |  27k|3860 | 0.000000e+00 |      --      |    Inf 
120.56/120.63	c   121s| 47800 |   100 |736673 |  15.4 |9004k|  44 |  32 | 231 |8588 | 231 |2453 |  17 |  27k|3868 | 0.000000e+00 |      --      |    Inf 
120.76/120.87	c   121s| 47900 |    98 |738144 |  15.4 |9007k|  44 |  32 | 231 |8632 | 231 |2453 |  17 |  27k|3878 | 0.000000e+00 |      --      |    Inf 
121.06/121.13	c   121s| 48000 |    96 |739734 |  15.4 |9015k|  44 |   - | 231 |8655 | 231 |2453 |  17 |  27k|3889 | 0.000000e+00 |      --      |    Inf 
121.36/121.41	c   121s| 48100 |    95 |741485 |  15.4 |9027k|  44 |   - | 231 |8685 | 231 |2453 |  17 |  27k|3903 | 0.000000e+00 |      --      |    Inf 
121.56/121.67	c   122s| 48200 |    94 |743122 |  15.4 |9030k|  44 |   - | 231 |8699 | 231 |2453 |  17 |  27k|3912 | 0.000000e+00 |      --      |    Inf 
121.86/121.94	c   122s| 48300 |    92 |744756 |  15.4 |9028k|  44 |   - | 231 |8710 | 231 |2453 |  17 |  28k|3923 | 0.000000e+00 |      --      |    Inf 
122.06/122.17	c   122s| 48400 |    93 |745996 |  15.4 |9044k|  44 |   - | 231 |8736 | 231 |2453 |  17 |  28k|3933 | 0.000000e+00 |      --      |    Inf 
122.36/122.43	c   122s| 48500 |    91 |747594 |  15.4 |9038k|  44 |  29 | 231 |8732 | 231 |2453 |  17 |  28k|3942 | 0.000000e+00 |      --      |    Inf 
122.56/122.68	c   123s| 48600 |    89 |749108 |  15.4 |9029k|  44 |  32 | 231 |8740 | 231 |2453 |  17 |  28k|3949 | 0.000000e+00 |      --      |    Inf 
122.86/122.95	c   123s| 48700 |    87 |750751 |  15.4 |9033k|  44 |   - | 231 |8773 | 231 |2453 |  17 |  28k|3960 | 0.000000e+00 |      --      |    Inf 
123.16/123.20	c   123s| 48800 |    87 |752365 |  15.4 |9048k|  44 |   - | 231 |8820 | 231 |2453 |  17 |  28k|3969 | 0.000000e+00 |      --      |    Inf 
123.36/123.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.36/123.48	c   123s| 48900 |    85 |753990 |  15.4 |9031k|  44 |  32 | 231 |8820 | 231 |2453 |  17 |  28k|3985 | 0.000000e+00 |      --      |    Inf 
123.66/123.74	c   124s| 49000 |    85 |755596 |  15.4 |9025k|  44 |   - | 231 |8800 | 231 |2453 |  17 |  28k|3994 | 0.000000e+00 |      --      |    Inf 
123.96/124.02	c   124s| 49100 |    83 |757373 |  15.4 |9024k|  44 |   - | 231 |8811 | 231 |2453 |  17 |  28k|4002 | 0.000000e+00 |      --      |    Inf 
124.26/124.32	c   124s| 49200 |    87 |759239 |  15.4 |9006k|  44 |   - | 231 |8721 | 231 |2453 |  17 |  28k|4016 | 0.000000e+00 |      --      |    Inf 
124.47/124.58	c   125s| 49300 |    91 |761021 |  15.4 |9021k|  44 |  37 | 231 |8713 | 231 |2453 |  17 |  28k|4021 | 0.000000e+00 |      --      |    Inf 
124.76/124.83	c   125s| 49400 |    91 |762571 |  15.4 |9027k|  44 |  37 | 231 |8726 | 231 |2453 |  17 |  28k|4033 | 0.000000e+00 |      --      |    Inf 
125.06/125.11	c   125s| 49500 |    89 |764320 |  15.4 |9025k|  44 |  35 | 231 |8738 | 231 |2453 |  17 |  28k|4044 | 0.000000e+00 |      --      |    Inf 
125.26/125.39	c   125s| 49600 |    87 |766118 |  15.4 |9031k|  44 |   - | 231 |8755 | 231 |2453 |  17 |  28k|4053 | 0.000000e+00 |      --      |    Inf 
125.56/125.65	c   126s| 49700 |    91 |767678 |  15.4 |9035k|  44 |   - | 231 |8742 | 231 |2453 |  17 |  28k|4062 | 0.000000e+00 |      --      |    Inf 
125.86/125.90	c   126s| 49800 |    93 |769296 |  15.4 |9042k|  44 |  36 | 231 |8756 | 231 |2453 |  17 |  28k|4069 | 0.000000e+00 |      --      |    Inf 
126.06/126.16	c   126s| 49900 |    91 |771036 |  15.4 |9052k|  44 |   - | 231 |8790 | 231 |2453 |  17 |  28k|4077 | 0.000000e+00 |      --      |    Inf 
126.36/126.42	c   126s| 50000 |    91 |772681 |  15.5 |9042k|  44 |   - | 231 |8777 |   0 |   0 |  17 |  29k|4086 | 0.000000e+00 |      --      |    Inf 
126.56/126.66	c   127s| 50100 |   100 |774478 |  15.5 |9054k|  44 |   - | 231 |8770 | 231 |2453 |  17 |  29k|4088 | 0.000000e+00 |      --      |    Inf 
126.86/126.90	c   127s| 50200 |   102 |776143 |  15.5 |9072k|  44 |   - | 231 |8802 | 231 |2453 |  17 |  29k|4091 | 0.000000e+00 |      --      |    Inf 
127.06/127.11	c   127s| 50300 |   103 |777657 |  15.5 |9078k|  44 |  33 | 231 |8820 | 231 |2453 |  17 |  29k|4093 | 0.000000e+00 |      --      |    Inf 
127.26/127.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.26/127.35	c   127s| 50400 |   104 |779452 |  15.5 |9093k|  44 |  20 | 231 |8857 | 231 |2453 |  17 |  29k|4093 | 0.000000e+00 |      --      |    Inf 
127.46/127.58	c   128s| 50500 |   104 |781029 |  15.5 |9112k|  44 |   - | 231 |8897 | 231 |2453 |  17 |  29k|4096 | 0.000000e+00 |      --      |    Inf 
127.77/127.82	c   128s| 50600 |   105 |782799 |  15.5 |9123k|  44 |   - | 231 |8911 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
127.96/128.05	c   128s| 50700 |   105 |784458 |  15.5 |9135k|  44 |   - | 231 |8945 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
128.16/128.29	c   128s| 50800 |   106 |786280 |  15.5 |9144k|  44 |   - | 231 |8975 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
128.46/128.55	c   129s| 50900 |   108 |788208 |  15.5 |9158k|  44 |   - | 231 |8996 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
128.66/128.78	c   129s| 51000 |   108 |789929 |  15.5 |9170k|  44 |   - | 231 |9031 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
128.96/129.00	c   129s| 51100 |   106 |791488 |  15.5 |9173k|  44 |  35 | 231 |9065 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
129.16/129.25	c   129s| 51200 |   110 |793411 |  15.5 |9195k|  44 |   - | 231 |9096 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
129.36/129.49	c   129s| 51300 |   108 |795147 |  15.5 |9209k|  44 |   - | 231 |9133 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
129.66/129.71	c   130s| 51400 |   108 |796782 |  15.5 |9225k|  44 |   - | 231 |9181 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
129.87/129.93	c   130s| 51500 |   108 |798285 |  15.5 |9238k|  44 |  26 | 231 |9232 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
130.05/130.15	c   130s| 51600 |   106 |799928 |  15.5 |9254k|  44 |   - | 231 |9279 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
130.26/130.39	c   130s| 51700 |   108 |801711 |  15.5 |9271k|  44 |  39 | 231 |9316 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
130.56/130.61	c   131s| 51800 |   108 |803345 |  15.5 |9290k|  44 |  37 | 231 |9365 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
130.76/130.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.76/130.84	c   131s| 51900 |   106 |805034 |  15.5 |9310k|  44 |   - | 231 |9404 | 231 |2453 |  17 |  29k|4097 | 0.000000e+00 |      --      |    Inf 
130.96/131.08	c   131s| 52000 |   102 |806731 |  15.5 |9311k|  44 |   - | 231 |9446 | 231 |2453 |  17 |  30k|4097 | 0.000000e+00 |      --      |    Inf 
131.26/131.30	c   131s| 52100 |   104 |808328 |  15.5 |9341k|  44 |   - | 231 |9491 |   0 |   0 |  17 |  30k|4097 | 0.000000e+00 |      --      |    Inf 
131.46/131.52	c   132s| 52200 |   100 |809838 |  15.5 |9350k|  44 |   - | 231 |9546 | 231 |2453 |  17 |  30k|4097 | 0.000000e+00 |      --      |    Inf 
131.65/131.74	c   132s| 52300 |   102 |811481 |  15.5 |9373k|  44 |  36 | 231 |9603 | 231 |2453 |  17 |  30k|4097 | 0.000000e+00 |      --      |    Inf 
131.96/132.02	c   132s| 52400 |   104 |813338 |  15.5 |9370k|  44 |  26 | 231 |9584 | 231 |2453 |  17 |  30k|4106 | 0.000000e+00 |      --      |    Inf 
132.26/132.33	c   132s| 52500 |   103 |815312 |  15.5 |9341k|  44 |  41 | 231 |9506 | 231 |2453 |  17 |  30k|4120 | 0.000000e+00 |      --      |    Inf 
132.46/132.58	c   133s| 52600 |   107 |817135 |  15.5 |9331k|  44 |   - | 231 |9432 | 231 |2453 |  17 |  30k|4121 | 0.000000e+00 |      --      |    Inf 
132.75/132.88	c   133s| 52700 |   109 |819081 |  15.5 |9338k|  44 |   - | 231 |9418 | 231 |2453 |  17 |  30k|4130 | 0.000000e+00 |      --      |    Inf 
133.06/133.16	c   133s| 52800 |   110 |820727 |  15.5 |9357k|  44 |   - | 231 |9459 | 231 |2453 |  17 |  30k|4143 | 0.000000e+00 |      --      |    Inf 
133.26/133.39	c   133s| 52900 |   111 |822250 |  15.5 |9369k|  44 |  26 | 231 |9494 | 231 |2453 |  17 |  30k|4148 | 0.000000e+00 |      --      |    Inf 
133.55/133.69	c   134s| 53000 |   111 |824257 |  15.5 |9381k|  44 |  43 | 231 |9524 | 231 |2453 |  17 |  30k|4158 | 0.000000e+00 |      --      |    Inf 
133.85/133.95	c   134s| 53100 |   112 |826055 |  15.6 |9390k|  44 |   - | 231 |9529 | 231 |2453 |  17 |  30k|4166 | 0.000000e+00 |      --      |    Inf 
134.16/134.21	c   134s| 53200 |   113 |827694 |  15.6 |9405k|  44 |   - | 231 |9565 | 231 |2453 |  17 |  30k|4175 | 0.000000e+00 |      --      |    Inf 
134.37/134.47	c   134s| 53300 |   115 |829418 |  15.6 |9420k|  44 |  19 | 231 |9595 | 231 |2453 |  17 |  30k|4183 | 0.000000e+00 |      --      |    Inf 
134.76/134.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.76/134.84	c   135s| 53400 |   115 |831694 |  15.6 |9427k|  44 |  30 | 231 |9617 | 231 |2453 |  17 |  30k|4200 | 0.000000e+00 |      --      |    Inf 
135.06/135.10	c   135s| 53500 |   117 |833598 |  15.6 |9448k|  44 |  31 | 231 |9659 | 231 |2453 |  17 |  30k|4204 | 0.000000e+00 |      --      |    Inf 
135.25/135.36	c   135s| 53600 |   119 |835321 |  15.6 |9474k|  44 |   - | 231 |9712 | 231 |2453 |  17 |  30k|4213 | 0.000000e+00 |      --      |    Inf 
135.56/135.61	c   136s| 53700 |   121 |836880 |  15.6 |9494k|  44 |  23 | 231 |9763 | 231 |2453 |  17 |  30k|4221 | 0.000000e+00 |      --      |    Inf 
135.76/135.88	c   136s| 53800 |   119 |838607 |  15.6 |9514k|  44 |  26 | 231 |9816 | 231 |2453 |  17 |  30k|4231 | 0.000000e+00 |      --      |    Inf 
136.05/136.16	c   136s| 53900 |   121 |840305 |  15.6 |9542k|  44 |   - | 231 |9863 | 231 |2453 |  17 |  31k|4242 | 0.000000e+00 |      --      |    Inf 
136.36/136.42	c   136s| 54000 |   121 |842016 |  15.6 |9553k|  44 |  37 | 231 |9904 | 231 |2453 |  17 |  31k|4250 | 0.000000e+00 |      --      |    Inf 
136.56/136.69	c   137s| 54100 |   121 |843721 |  15.6 |9564k|  44 |  37 | 231 |9946 | 231 |2453 |  17 |  31k|4260 | 0.000000e+00 |      --      |    Inf 
136.86/136.95	c   137s| 54200 |   119 |845387 |  15.6 |9580k|  44 |   - | 231 |9997 | 231 |2453 |  17 |  31k|4268 | 0.000000e+00 |      --      |    Inf 
137.16/137.21	c   137s| 54300 |   117 |847196 |  15.6 |9592k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4275 | 0.000000e+00 |      --      |    Inf 
137.36/137.48	c   137s| 54400 |   121 |848943 |  15.6 |9621k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4283 | 0.000000e+00 |      --      |    Inf 
137.67/137.75	c   138s| 54500 |   119 |850720 |  15.6 |9632k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4290 | 0.000000e+00 |      --      |    Inf 
137.95/138.00	c   138s| 54600 |   119 |852480 |  15.6 |9651k|  44 |  38 | 231 |  10k| 231 |2453 |  17 |  31k|4295 | 0.000000e+00 |      --      |    Inf 
138.16/138.26	c   138s| 54700 |   117 |854282 |  15.6 |9667k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4299 | 0.000000e+00 |      --      |    Inf 
138.46/138.50	c   139s| 54800 |   119 |856082 |  15.6 |9686k|  44 |  27 | 231 |  10k| 231 |2453 |  17 |  31k|4299 | 0.000000e+00 |      --      |    Inf 
138.66/138.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.66/138.73	c   139s| 54900 |   122 |857708 |  15.6 |9716k|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
138.86/138.96	c   139s| 55000 |   124 |859483 |  15.6 |9735k|  44 |  35 | 231 |  10k| 231 |2453 |  17 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
139.06/139.19	c   139s| 55100 |   123 |861260 |  15.6 |9756k|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
139.36/139.43	c   139s| 55200 |   123 |863115 |  15.6 |9767k|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
139.56/139.69	c   140s| 55300 |   119 |865099 |  15.6 |9779k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4300 | 0.000000e+00 |      --      |    Inf 
139.86/139.93	c   140s| 55400 |   120 |866748 |  15.6 |9779k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4303 | 0.000000e+00 |      --      |    Inf 
140.05/140.18	c   140s| 55500 |   120 |868503 |  15.6 |9785k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4305 | 0.000000e+00 |      --      |    Inf 
140.35/140.41	c   140s| 55600 |   123 |870197 |  15.6 |9797k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4306 | 0.000000e+00 |      --      |    Inf 
140.56/140.65	c   141s| 55700 |   123 |871947 |  15.7 |9807k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4307 | 0.000000e+00 |      --      |    Inf 
140.76/140.89	c   141s| 55800 |   127 |873739 |  15.7 |9829k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  31k|4307 | 0.000000e+00 |      --      |    Inf 
141.06/141.14	c   141s| 55900 |   125 |875479 |  15.7 |9833k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4309 | 0.000000e+00 |      --      |    Inf 
141.25/141.39	c   141s| 56000 |   131 |877258 |  15.7 |9842k|  44 |  27 | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
141.55/141.61	c   142s| 56100 |   133 |878869 |  15.7 |9865k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
141.76/141.84	c   142s| 56200 |   131 |880564 |  15.7 |9879k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
142.07/142.10	c   142s| 56300 |   129 |882464 |  15.7 |9877k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
142.26/142.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.26/142.35	c   142s| 56400 |   129 |884185 |  15.7 |9892k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
142.46/142.59	c   143s| 56500 |   131 |886059 |  15.7 |9905k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
142.76/142.83	c   143s| 56600 |   134 |887733 |  15.7 |9927k|  44 |  41 | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
142.96/143.04	c   143s| 56700 |   133 |889208 |  15.7 |9953k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
143.16/143.25	c   143s| 56800 |   133 |890707 |  15.7 |9968k|  44 |  39 | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
143.36/143.46	c   143s| 56900 |   131 |892213 |  15.7 |9990k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4310 | 0.000000e+00 |      --      |    Inf 
143.55/143.68	c   144s| 57000 |   132 |893794 |  15.7 |  10M|  44 |  40 | 231 |  10k| 231 |2453 |  17 |  32k|4311 | 0.000000e+00 |      --      |    Inf 
143.86/143.92	c   144s| 57100 |   132 |895463 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  32k|4313 | 0.000000e+00 |      --      |    Inf 
144.16/144.24	c   144s| 57200 |   135 |897241 |  15.7 |  10M|  44 |  29 | 231 |  11k| 231 |2453 |  17 |  32k|4333 | 0.000000e+00 |      --      |    Inf 
144.36/144.47	c   144s| 57300 |   135 |898862 |  15.7 |  10M|  44 |  38 | 231 |  11k| 231 |2453 |  17 |  32k|4333 | 0.000000e+00 |      --      |    Inf 
144.65/144.75	c   145s| 57400 |   133 |900565 |  15.7 |  10M|  44 |  44 | 231 |  11k| 231 |2453 |  17 |  32k|4343 | 0.000000e+00 |      --      |    Inf 
144.96/145.04	c   145s| 57500 |   133 |902457 |  15.7 |  10M|  44 |  33 | 231 |  11k| 231 |2453 |  17 |  32k|4351 | 0.000000e+00 |      --      |    Inf 
145.26/145.34	c   145s| 57600 |   133 |904312 |  15.7 |  10M|  44 |  34 | 231 |  10k| 231 |2453 |  17 |  33k|4361 | 0.000000e+00 |      --      |    Inf 
145.55/145.62	c   146s| 57700 |   133 |906187 |  15.7 |  10M|  44 |  35 | 231 |  10k| 231 |2453 |  17 |  33k|4370 | 0.000000e+00 |      --      |    Inf 
145.86/145.90	c   146s| 57800 |   135 |908031 |  15.7 |  10M|  44 |  39 | 231 |  10k| 231 |2453 |  17 |  33k|4376 | 0.000000e+00 |      --      |    Inf 
146.05/146.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.05/146.17	c   146s| 57900 |   135 |909758 |  15.7 |  10M|  44 |  29 | 231 |  10k| 231 |2453 |  17 |  33k|4385 | 0.000000e+00 |      --      |    Inf 
146.36/146.46	c   146s| 58000 |   125 |911319 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4397 | 0.000000e+00 |      --      |    Inf 
146.66/146.71	c   147s| 58100 |   127 |912824 |  15.7 |9999k|  44 |  19 | 231 |  10k| 231 |2453 |  17 |  33k|4404 | 0.000000e+00 |      --      |    Inf 
146.85/146.94	c   147s| 58200 |   125 |914288 |  15.7 |9998k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4410 | 0.000000e+00 |      --      |    Inf 
147.06/147.16	c   147s| 58300 |   125 |915684 |  15.7 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4415 | 0.000000e+00 |      --      |    Inf 
147.36/147.44	c   147s| 58400 |   123 |917427 |  15.7 |  10M|  44 |  36 | 231 |  10k| 231 |2453 |  17 |  33k|4424 | 0.000000e+00 |      --      |    Inf 
147.65/147.71	c   148s| 58500 |   121 |919023 |  15.7 |9980k|  44 |   - | 231 |  10k|   0 |   0 |  17 |  33k|4436 | 0.000000e+00 |      --      |    Inf 
147.85/147.99	c   148s| 58600 |   122 |920675 |  15.7 |9958k|  44 |  37 | 231 |  10k| 231 |2453 |  17 |  33k|4448 | 0.000000e+00 |      --      |    Inf 
148.15/148.23	c   148s| 58700 |   120 |922193 |  15.7 |9956k|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  33k|4454 | 0.000000e+00 |      --      |    Inf 
148.46/148.52	c   149s| 58800 |   116 |923993 |  15.7 |9915k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4464 | 0.000000e+00 |      --      |    Inf 
148.66/148.76	c   149s| 58900 |   116 |925486 |  15.7 |9904k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4473 | 0.000000e+00 |      --      |    Inf 
148.96/149.01	c   149s| 59000 |   116 |926985 |  15.7 |9895k|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  33k|4483 | 0.000000e+00 |      --      |    Inf 
149.15/149.24	c   149s| 59100 |   113 |928355 |  15.7 |9896k|  44 |   - | 231 |  10k|   0 |   0 |  17 |  33k|4487 | 0.000000e+00 |      --      |    Inf 
149.35/149.48	c   149s| 59200 |   113 |929922 |  15.7 |9860k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4490 | 0.000000e+00 |      --      |    Inf 
149.66/149.73	c   150s| 59300 |   111 |931461 |  15.7 |9862k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  33k|4499 | 0.000000e+00 |      --      |    Inf 
149.86/149.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.86/149.97	c   150s| 59400 |   115 |932963 |  15.7 |9847k|  44 |  37 | 231 |  10k| 231 |2453 |  17 |  34k|4503 | 0.000000e+00 |      --      |    Inf 
150.16/150.20	c   150s| 59500 |   115 |934575 |  15.7 |9835k|  44 |   - | 231 |  10k|   0 |   0 |  17 |  34k|4503 | 0.000000e+00 |      --      |    Inf 
150.36/150.43	c   150s| 59600 |   117 |936181 |  15.7 |9798k|  44 |  29 | 231 |  10k| 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
150.56/150.66	c   151s| 59700 |   115 |937829 |  15.7 |9791k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
150.77/150.89	c   151s| 59800 |   115 |939412 |  15.7 |9781k|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
151.06/151.11	c   151s| 59900 |   109 |940838 |  15.7 |9731k|  44 |  35 | 231 |9999 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
151.25/151.33	c   151s| 60000 |   113 |942424 |  15.7 |9699k|  44 |  15 | 231 |9885 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
151.45/151.55	c   152s| 60100 |   109 |943872 |  15.7 |9682k|  44 |  38 | 231 |9861 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
151.65/151.78	c   152s| 60200 |   109 |945454 |  15.7 |9660k|  44 |   - | 231 |9801 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
151.96/152.02	c   152s| 60300 |   105 |947214 |  15.7 |9648k|  44 |  37 | 231 |9799 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
152.16/152.24	c   152s| 60400 |   105 |948878 |  15.7 |9659k|  44 |   - | 231 |9812 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
152.36/152.47	c   152s| 60500 |   103 |950654 |  15.7 |9661k|  44 |   - | 231 |9815 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
152.56/152.66	c   153s| 60600 |   105 |951809 |  15.7 |9627k|  44 |   - | 231 |9718 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
152.76/152.85	c   153s| 60700 |   107 |953178 |  15.7 |9630k|  44 |  35 | 231 |9708 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
152.97/153.06	c   153s| 60800 |   106 |954547 |  15.7 |9614k|  44 |  36 | 231 |9662 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
153.15/153.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.15/153.27	c   153s| 60900 |   103 |956055 |  15.7 |9610k|  44 |   - | 231 |9660 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
153.36/153.49	c   153s| 61000 |   103 |957555 |  15.7 |9597k|  44 |   - | 231 |9639 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
153.65/153.71	c   154s| 61100 |   101 |959136 |  15.7 |9544k|  44 |   - | 231 |9503 | 231 |2453 |  17 |  34k|4504 | 0.000000e+00 |      --      |    Inf 
153.86/153.94	c   154s| 61200 |   101 |960768 |  15.7 |9525k|  44 |   - | 231 |9442 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
154.06/154.16	c   154s| 61300 |   101 |962356 |  15.7 |9531k|  44 |   - | 231 |9461 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
154.36/154.40	c   154s| 61400 |   105 |964224 |  15.7 |9539k|  44 |  40 | 231 |9467 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
154.55/154.64	c   155s| 61500 |   101 |965970 |  15.7 |9545k|  44 |   - | 231 |9498 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
154.76/154.86	c   155s| 61600 |   103 |967518 |  15.7 |9529k|  44 |  31 | 231 |9448 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
155.05/155.11	c   155s| 61700 |   103 |969371 |  15.7 |9530k|  44 |  25 | 231 |9455 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
155.26/155.32	c   155s| 61800 |   101 |970841 |  15.7 |9516k|  44 |  40 | 231 |9429 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
155.46/155.53	c   156s| 61900 |   101 |972310 |  15.7 |9513k|  44 |   - | 231 |9396 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
155.65/155.74	c   156s| 62000 |    99 |973742 |  15.7 |9516k|  44 |   - | 231 |9421 | 231 |2453 |  17 |  35k|4504 | 0.000000e+00 |      --      |    Inf 
155.96/156.01	c   156s| 62100 |   107 |975536 |  15.7 |9512k|  44 |  23 | 231 |9368 | 231 |2453 |  17 |  35k|4513 | 0.000000e+00 |      --      |    Inf 
156.15/156.25	c   156s| 62200 |   105 |976949 |  15.7 |9518k|  44 |  34 | 231 |9388 | 231 |2453 |  17 |  35k|4525 | 0.000000e+00 |      --      |    Inf 
156.46/156.50	c   156s| 62300 |   103 |978587 |  15.7 |9522k|  44 |   - | 231 |9405 | 231 |2453 |  17 |  35k|4532 | 0.000000e+00 |      --      |    Inf 
156.65/156.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.65/156.78	c   157s| 62400 |   103 |980388 |  15.7 |9520k|  44 |   - | 231 |9397 | 231 |2453 |  17 |  35k|4542 | 0.000000e+00 |      --      |    Inf 
156.96/157.00	c   157s| 62500 |   107 |981895 |  15.7 |9535k|  44 |   - | 231 |9414 | 231 |2453 |  17 |  35k|4547 | 0.000000e+00 |      --      |    Inf 
157.15/157.25	c   157s| 62600 |   107 |983401 |  15.7 |9546k|  44 |   - | 231 |9453 | 231 |2453 |  17 |  35k|4556 | 0.000000e+00 |      --      |    Inf 
157.36/157.49	c   157s| 62700 |   109 |985033 |  15.7 |9561k|  44 |  25 | 231 |9496 | 231 |2453 |  17 |  35k|4563 | 0.000000e+00 |      --      |    Inf 
157.66/157.72	c   158s| 62800 |   109 |986675 |  15.7 |9569k|  44 |  29 | 231 |9520 | 231 |2453 |  17 |  35k|4569 | 0.000000e+00 |      --      |    Inf 
157.85/157.97	c   158s| 62900 |   109 |988343 |  15.7 |9591k|  44 |  33 | 231 |9565 | 231 |2453 |  17 |  35k|4578 | 0.000000e+00 |      --      |    Inf 
158.15/158.22	c   158s| 63000 |   107 |989921 |  15.7 |9597k|  44 |   - | 231 |9590 | 231 |2453 |  17 |  35k|4586 | 0.000000e+00 |      --      |    Inf 
158.46/158.52	c   159s| 63100 |   111 |991832 |  15.7 |9579k|  44 |   - | 231 |9486 | 231 |2453 |  17 |  36k|4597 | 0.000000e+00 |      --      |    Inf 
158.65/158.79	c   159s| 63200 |   117 |993548 |  15.7 |9561k|  44 |  34 | 231 |9396 | 231 |2453 |  17 |  36k|4603 | 0.000000e+00 |      --      |    Inf 
158.95/159.07	c   159s| 63300 |   113 |995326 |  15.7 |9542k|  44 |  37 | 231 |9373 | 231 |2453 |  17 |  36k|4614 | 0.000000e+00 |      --      |    Inf 
159.26/159.34	c   159s| 63400 |   113 |997105 |  15.7 |9550k|  44 |   - | 231 |9378 | 231 |2453 |  17 |  36k|4624 | 0.000000e+00 |      --      |    Inf 
159.56/159.62	c   160s| 63500 |   111 |998818 |  15.7 |9537k|  44 |  36 | 231 |9366 | 231 |2453 |  17 |  36k|4635 | 0.000000e+00 |      --      |    Inf 
159.76/159.87	c   160s| 63600 |   111 |  1000k|  15.7 |9543k|  44 |  40 | 231 |9379 | 231 |2453 |  17 |  36k|4642 | 0.000000e+00 |      --      |    Inf 
160.05/160.13	c   160s| 63700 |   111 |  1002k|  15.7 |9533k|  44 |   - | 231 |9340 | 231 |2453 |  17 |  36k|4651 | 0.000000e+00 |      --      |    Inf 
160.26/160.36	c   160s| 63800 |   111 |  1003k|  15.7 |9532k|  44 |   - | 231 |9338 | 231 |2453 |  17 |  36k|4657 | 0.000000e+00 |      --      |    Inf 
160.55/160.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.55/160.60	c   161s| 63900 |   109 |  1004k|  15.7 |9536k|  44 |   - | 231 |9362 | 231 |2453 |  17 |  36k|4666 | 0.000000e+00 |      --      |    Inf 
160.76/160.88	c   161s| 64000 |   109 |  1006k|  15.7 |9531k|  44 |  51 | 231 |9370 | 231 |2453 |  17 |  36k|4677 | 0.000000e+00 |      --      |    Inf 
161.15/161.21	c   161s| 64100 |   112 |  1008k|  15.7 |9517k|  44 |  38 | 231 |9314 | 231 |2453 |  17 |  36k|4692 | 0.000000e+00 |      --      |    Inf 
161.45/161.50	c   161s| 64200 |   114 |  1010k|  15.7 |9521k|  44 |  40 | 231 |9299 | 231 |2453 |  17 |  36k|4700 | 0.000000e+00 |      --      |    Inf 
161.65/161.78	c   162s| 64300 |   114 |  1012k|  15.7 |9525k|  44 |   - | 231 |9297 | 231 |2453 |  17 |  36k|4709 | 0.000000e+00 |      --      |    Inf 
161.95/162.01	c   162s| 64400 |   119 |  1013k|  15.7 |9539k|  44 |  30 | 231 |9288 | 231 |2453 |  17 |  36k|4717 | 0.000000e+00 |      --      |    Inf 
162.15/162.24	c   162s| 64500 |   117 |  1015k|  15.7 |9557k|  44 |   - | 231 |9334 | 231 |2453 |  17 |  36k|4721 | 0.000000e+00 |      --      |    Inf 
162.36/162.48	c   162s| 64600 |   119 |  1017k|  15.7 |9562k|  44 |   - | 231 |9338 | 231 |2453 |  17 |  36k|4727 | 0.000000e+00 |      --      |    Inf 
162.66/162.73	c   163s| 64700 |   113 |  1018k|  15.7 |9559k|  44 |   - | 231 |9356 | 231 |2453 |  17 |  36k|4734 | 0.000000e+00 |      --      |    Inf 
162.86/162.98	c   163s| 64800 |   115 |  1020k|  15.7 |9567k|  44 |   - | 231 |9344 |   0 |   0 |  17 |  36k|4738 | 0.000000e+00 |      --      |    Inf 
163.15/163.22	c   163s| 64900 |   116 |  1022k|  15.7 |9575k|  44 |   - | 231 |9361 | 231 |2453 |  17 |  37k|4741 | 0.000000e+00 |      --      |    Inf 
163.36/163.47	c   163s| 65000 |   115 |  1024k|  15.8 |9577k|  44 |  26 | 231 |9363 | 231 |2453 |  17 |  37k|4743 | 0.000000e+00 |      --      |    Inf 
163.65/163.71	c   164s| 65100 |   113 |  1025k|  15.8 |9572k|  44 |   - | 231 |9335 | 231 |2453 |  17 |  37k|4750 | 0.000000e+00 |      --      |    Inf 
163.85/163.93	c   164s| 65200 |   117 |  1027k|  15.8 |9590k|  44 |  27 | 231 |9371 | 231 |2453 |  17 |  37k|4756 | 0.000000e+00 |      --      |    Inf 
164.06/164.14	c   164s| 65300 |   115 |  1028k|  15.8 |9605k|  44 |   - | 231 |9411 | 231 |2453 |  17 |  37k|4762 | 0.000000e+00 |      --      |    Inf 
164.25/164.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.25/164.37	c   164s| 65400 |   118 |  1030k|  15.8 |9619k|  44 |  26 | 231 |9438 | 231 |2453 |  17 |  37k|4763 | 0.000000e+00 |      --      |    Inf 
164.46/164.58	c   165s| 65500 |   118 |  1031k|  15.8 |9615k|  44 |  29 | 231 |9426 | 231 |2453 |  17 |  37k|4763 | 0.000000e+00 |      --      |    Inf 
164.75/164.80	c   165s| 65600 |   118 |  1033k|  15.8 |9633k|  44 |  30 | 231 |9459 | 231 |2453 |  17 |  37k|4763 | 0.000000e+00 |      --      |    Inf 
164.95/165.05	c   165s| 65700 |   116 |  1035k|  15.8 |9648k|  44 |  26 | 231 |9521 | 231 |2453 |  17 |  37k|4763 | 0.000000e+00 |      --      |    Inf 
165.15/165.29	c   165s| 65800 |   113 |  1037k|  15.8 |9658k|  44 |   - | 231 |9568 | 231 |2453 |  17 |  37k|4763 | 0.000000e+00 |      --      |    Inf 
165.45/165.51	c   166s| 65900 |   113 |  1038k|  15.8 |9670k|  44 |  36 | 231 |9606 | 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
165.65/165.73	c   166s| 66000 |   115 |  1040k|  15.8 |9677k|  44 |   - | 231 |9612 | 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
165.85/165.95	c   166s| 66100 |   117 |  1042k|  15.8 |9686k|  44 |  27 | 231 |9627 | 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
166.05/166.16	c   166s| 66200 |   115 |  1043k|  15.8 |9693k|  44 |   - | 231 |9655 | 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
166.26/166.38	c   166s| 66300 |   118 |  1045k|  15.8 |9708k|  44 |  21 | 231 |9687 | 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
166.45/166.57	c   167s| 66400 |   120 |  1046k|  15.8 |9732k|  44 |  27 | 231 |9740 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
166.65/166.77	c   167s| 66500 |   120 |  1047k|  15.8 |9748k|  44 |  23 | 231 |9781 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
166.85/166.96	c   167s| 66600 |   118 |  1049k|  15.8 |9759k|  44 |  35 | 231 |9825 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
167.05/167.18	c   167s| 66700 |   116 |  1050k|  15.8 |9770k|  44 |  37 | 231 |9874 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
167.25/167.39	c   167s| 66800 |   120 |  1052k|  15.8 |9801k|  44 |  22 | 231 |9926 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
167.45/167.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.45/167.58	c   168s| 66900 |   119 |  1053k|  15.7 |9821k|  44 |   - | 231 |9986 | 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
167.75/167.81	c   168s| 67000 |   121 |  1055k|  15.8 |9841k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
167.95/168.03	c   168s| 67100 |   121 |  1057k|  15.8 |9859k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
168.15/168.25	c   168s| 67200 |   126 |  1058k|  15.8 |9890k|  44 |  29 | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
168.36/168.47	c   168s| 67300 |   124 |  1060k|  15.8 |9911k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
168.55/168.68	c   169s| 67400 |   120 |  1061k|  15.8 |9924k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
168.85/168.91	c   169s| 67500 |   118 |  1063k|  15.8 |9938k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
169.05/169.16	c   169s| 67600 |   118 |  1065k|  15.8 |9955k|  44 |  41 | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
169.36/169.40	c   169s| 67700 |   120 |  1067k|  15.8 |9992k|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4766 | 0.000000e+00 |      --      |    Inf 
169.55/169.64	c   170s| 67800 |   117 |  1068k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4778 | 0.000000e+00 |      --      |    Inf 
169.86/169.92	c   170s| 67900 |   119 |  1070k|  15.8 |  10M|  44 |  32 | 231 |  10k| 231 |2453 |  17 |  38k|4787 | 0.000000e+00 |      --      |    Inf 
170.05/170.16	c   170s| 68000 |   121 |  1072k|  15.8 |  10M|  44 |  26 | 231 |  10k| 231 |2453 |  17 |  38k|4789 | 0.000000e+00 |      --      |    Inf 
170.35/170.43	c   170s| 68100 |   117 |  1074k|  15.8 |  10M|  44 |  29 | 231 |  10k| 231 |2453 |  17 |  39k|4801 | 0.000000e+00 |      --      |    Inf 
170.56/170.69	c   171s| 68200 |   123 |  1075k|  15.8 |  10M|  44 |  27 | 231 |  10k| 231 |2453 |  17 |  39k|4809 | 0.000000e+00 |      --      |    Inf 
170.85/170.96	c   171s| 68300 |   121 |  1077k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4818 | 0.000000e+00 |      --      |    Inf 
171.16/171.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.16/171.25	c   171s| 68400 |   121 |  1079k|  15.8 |  10M|  44 |  38 | 231 |  10k| 231 |2453 |  17 |  39k|4828 | 0.000000e+00 |      --      |    Inf 
171.45/171.54	c   172s| 68500 |   120 |  1081k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4837 | 0.000000e+00 |      --      |    Inf 
171.66/171.80	c   172s| 68600 |   123 |  1083k|  15.8 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  39k|4847 | 0.000000e+00 |      --      |    Inf 
171.95/172.03	c   172s| 68700 |   125 |  1084k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4852 | 0.000000e+00 |      --      |    Inf 
172.15/172.29	c   172s| 68800 |   125 |  1086k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4863 | 0.000000e+00 |      --      |    Inf 
172.45/172.54	c   173s| 68900 |   125 |  1088k|  15.8 |  10M|  44 |  23 | 231 |  10k| 231 |2453 |  17 |  39k|4870 | 0.000000e+00 |      --      |    Inf 
172.76/172.81	c   173s| 69000 |   121 |  1089k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4880 | 0.000000e+00 |      --      |    Inf 
172.96/173.07	c   173s| 69100 |   123 |  1091k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4888 | 0.000000e+00 |      --      |    Inf 
173.25/173.35	c   173s| 69200 |   121 |  1093k|  15.8 |  10M|  44 |  32 | 231 |  11k| 231 |2453 |  17 |  39k|4901 | 0.000000e+00 |      --      |    Inf 
173.55/173.65	c   174s| 69300 |   117 |  1095k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4911 | 0.000000e+00 |      --      |    Inf 
173.85/173.95	c   174s| 69400 |   119 |  1097k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4925 | 0.000000e+00 |      --      |    Inf 
174.15/174.24	c   174s| 69500 |   117 |  1099k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4937 | 0.000000e+00 |      --      |    Inf 
174.35/174.48	c   174s| 69600 |   117 |  1100k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  39k|4943 | 0.000000e+00 |      --      |    Inf 
174.55/174.68	c   175s| 69700 |   118 |  1101k|  15.8 |  10M|  44 |  37 | 231 |  11k| 231 |2453 |  17 |  39k|4949 | 0.000000e+00 |      --      |    Inf 
174.85/174.94	c   175s| 69800 |   118 |  1103k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4959 | 0.000000e+00 |      --      |    Inf 
175.15/175.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.15/175.20	c   175s| 69900 |   118 |  1105k|  15.8 |  10M|  44 |  18 | 231 |  11k| 231 |2453 |  17 |  40k|4962 | 0.000000e+00 |      --      |    Inf 
175.25/175.38	c   175s| 70000 |   116 |  1106k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4966 | 0.000000e+00 |      --      |    Inf 
175.46/175.58	c   176s| 70100 |   117 |  1107k|  15.8 |  10M|  44 |  34 | 231 |  11k| 231 |2453 |  17 |  40k|4967 | 0.000000e+00 |      --      |    Inf 
175.65/175.79	c   176s| 70200 |   118 |  1109k|  15.8 |  10M|  44 |  21 | 231 |  11k| 231 |2453 |  17 |  40k|4969 | 0.000000e+00 |      --      |    Inf 
175.95/176.05	c   176s| 70300 |   116 |  1111k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4970 | 0.000000e+00 |      --      |    Inf 
176.25/176.32	c   176s| 70400 |   116 |  1113k|  15.8 |  10M|  44 |  36 | 231 |  11k| 231 |2453 |  17 |  40k|4979 | 0.000000e+00 |      --      |    Inf 
176.45/176.59	c   177s| 70500 |   120 |  1115k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4982 | 0.000000e+00 |      --      |    Inf 
176.75/176.80	c   177s| 70600 |   125 |  1116k|  15.8 |  10M|  44 |  24 | 231 |  11k| 231 |2453 |  17 |  40k|4985 | 0.000000e+00 |      --      |    Inf 
176.95/177.03	c   177s| 70700 |   121 |  1118k|  15.8 |  10M|  44 |  42 | 231 |  11k| 231 |2453 |  17 |  40k|4987 | 0.000000e+00 |      --      |    Inf 
177.16/177.30	c   177s| 70800 |   121 |  1120k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4989 | 0.000000e+00 |      --      |    Inf 
177.45/177.53	c   178s| 70900 |   119 |  1121k|  15.8 |  10M|  44 |  22 | 231 |  11k| 231 |2453 |  17 |  40k|4991 | 0.000000e+00 |      --      |    Inf 
177.65/177.78	c   178s| 71000 |   117 |  1123k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4994 | 0.000000e+00 |      --      |    Inf 
177.95/178.04	c   178s| 71100 |   117 |  1125k|  15.8 |  10M|  44 |  37 | 231 |  11k| 231 |2453 |  17 |  40k|4994 | 0.000000e+00 |      --      |    Inf 
178.15/178.27	c   178s| 71200 |   117 |  1126k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4995 | 0.000000e+00 |      --      |    Inf 
178.45/178.50	c   179s| 71300 |   117 |  1128k|  15.8 |  10M|  44 |  33 | 231 |  11k| 231 |2453 |  17 |  40k|4997 | 0.000000e+00 |      --      |    Inf 
178.65/178.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.65/178.72	c   179s| 71400 |   114 |  1129k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4998 | 0.000000e+00 |      --      |    Inf 
178.85/178.93	c   179s| 71500 |   114 |  1131k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4998 | 0.000000e+00 |      --      |    Inf 
179.05/179.16	c   179s| 71600 |   114 |  1132k|  15.8 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
179.25/179.39	c   179s| 71700 |   112 |  1134k|  15.8 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
179.55/179.62	c   180s| 71800 |   111 |  1136k|  15.8 |  10M|  44 |  40 | 231 |  10k| 231 |2453 |  17 |  41k|4999 | 0.000000e+00 |      --      |    Inf 
179.75/179.84	c   180s| 71900 |   113 |  1137k|  15.8 |  10M|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  41k|4999 | 0.000000e+00 |      --      |    Inf 
179.95/180.07	c   180s| 72000 |   111 |  1139k|  15.8 |  10M|  44 |  43 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
180.25/180.30	c   180s| 72100 |   113 |  1140k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
180.45/180.53	c   181s| 72200 |   112 |  1142k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
180.65/180.77	c   181s| 72300 |   109 |  1144k|  15.8 |  10M|  44 |  39 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
180.85/180.99	c   181s| 72400 |   109 |  1145k|  15.8 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
181.15/181.22	c   181s| 72500 |   109 |  1147k|  15.8 |  10M|  44 |  36 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
181.35/181.48	c   181s| 72600 |   107 |  1149k|  15.8 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
181.66/181.73	c   182s| 72700 |   107 |  1151k|  15.8 |  10M|  44 |  45 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
181.85/181.98	c   182s| 72800 |   105 |  1153k|  15.8 |  10M|  44 |  39 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
182.15/182.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.15/182.22	c   182s| 72900 |   103 |  1154k|  15.8 |  10M|  44 |  39 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
182.35/182.47	c   182s| 73000 |   105 |  1156k|  15.8 |  10M|  44 |  40 | 231 |  10k| 231 |2453 |  17 |  41k|5001 | 0.000000e+00 |      --      |    Inf 
182.65/182.76	c   183s| 73100 |   105 |  1159k|  15.9 |  10M|  44 |  40 | 231 |  10k| 231 |2453 |  17 |  41k|5002 | 0.000000e+00 |      --      |    Inf 
182.95/183.07	c   183s| 73200 |   105 |  1161k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  41k|5011 | 0.000000e+00 |      --      |    Inf 
183.25/183.31	c   183s| 73300 |   107 |  1162k|  15.9 |  10M|  44 |  33 | 231 |  10k| 231 |2453 |  17 |  41k|5021 | 0.000000e+00 |      --      |    Inf 
183.45/183.52	c   184s| 73400 |   107 |  1164k|  15.9 |  10M|  44 |  41 | 231 |  10k| 231 |2453 |  17 |  42k|5021 | 0.000000e+00 |      --      |    Inf 
183.65/183.79	c   184s| 73500 |   109 |  1165k|  15.9 |  10M|  44 |  22 | 231 |  10k| 231 |2453 |  17 |  42k|5032 | 0.000000e+00 |      --      |    Inf 
183.95/184.04	c   184s| 73600 |   107 |  1167k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5038 | 0.000000e+00 |      --      |    Inf 
184.25/184.31	c   184s| 73700 |   109 |  1169k|  15.9 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  42k|5046 | 0.000000e+00 |      --      |    Inf 
184.45/184.57	c   185s| 73800 |   103 |  1171k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5055 | 0.000000e+00 |      --      |    Inf 
184.75/184.85	c   185s| 73900 |   107 |  1172k|  15.9 |  10M|  44 |  25 | 231 |  10k| 231 |2453 |  17 |  42k|5064 | 0.000000e+00 |      --      |    Inf 
185.05/185.11	c   185s| 74000 |   107 |  1174k|  15.9 |  10M|  44 |  20 | 231 |  10k| 231 |2453 |  17 |  42k|5070 | 0.000000e+00 |      --      |    Inf 
185.25/185.37	c   185s| 74100 |   105 |  1176k|  15.9 |  10M|  44 |  16 | 231 |  10k| 231 |2453 |  17 |  42k|5077 | 0.000000e+00 |      --      |    Inf 
185.55/185.66	c   186s| 74200 |   105 |  1178k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5088 | 0.000000e+00 |      --      |    Inf 
185.85/185.90	c   186s| 74300 |   109 |  1179k|  15.9 |  10M|  44 |  37 | 231 |  10k| 231 |2453 |  17 |  42k|5092 | 0.000000e+00 |      --      |    Inf 
186.05/186.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.05/186.18	c   186s| 74400 |   109 |  1181k|  15.9 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  42k|5104 | 0.000000e+00 |      --      |    Inf 
186.35/186.44	c   186s| 74500 |   108 |  1183k|  15.9 |  10M|  44 |  23 | 231 |  10k| 231 |2453 |  17 |  42k|5111 | 0.000000e+00 |      --      |    Inf 
186.65/186.70	c   187s| 74600 |   108 |  1185k|  15.9 |  10M|  44 |  30 | 231 |  10k| 231 |2453 |  17 |  42k|5117 | 0.000000e+00 |      --      |    Inf 
186.85/186.95	c   187s| 74700 |   108 |  1186k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5127 | 0.000000e+00 |      --      |    Inf 
187.16/187.22	c   187s| 74800 |   104 |  1188k|  15.9 |  10M|  44 |   - | 231 |  10k| 231 |2453 |  17 |  42k|5136 | 0.000000e+00 |      --      |    Inf 
187.45/187.51	c   188s| 74900 |   108 |  1190k|  15.9 |  10M|  44 |  35 | 231 |  11k| 231 |2453 |  17 |  42k|5146 | 0.000000e+00 |      --      |    Inf 
187.65/187.77	c   188s| 75000 |   110 |  1192k|  15.9 |  10M|  44 |  25 | 231 |  11k| 231 |2453 |  17 |  42k|5151 | 0.000000e+00 |      --      |    Inf 
187.95/188.05	c   188s| 75100 |   107 |  1194k|  15.9 |  10M|  44 |  38 | 231 |  11k| 231 |2453 |  17 |  42k|5161 | 0.000000e+00 |      --      |    Inf 
188.25/188.33	c   188s| 75200 |   105 |  1196k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  42k|5169 | 0.000000e+00 |      --      |    Inf 
188.45/188.59	c   189s| 75300 |   109 |  1197k|  15.9 |  10M|  44 |  31 | 231 |  11k| 231 |2453 |  17 |  43k|5176 | 0.000000e+00 |      --      |    Inf 
188.75/188.86	c   189s| 75400 |   107 |  1199k|  15.9 |  10M|  44 |  34 | 231 |  11k| 231 |2453 |  17 |  43k|5186 | 0.000000e+00 |      --      |    Inf 
189.05/189.10	c   189s| 75500 |   108 |  1201k|  15.9 |  10M|  44 |  27 | 231 |  11k| 231 |2453 |  17 |  43k|5195 | 0.000000e+00 |      --      |    Inf 
189.26/189.34	c   189s| 75600 |   108 |  1202k|  15.9 |  10M|  44 |  22 | 231 |  11k| 231 |2453 |  17 |  43k|5202 | 0.000000e+00 |      --      |    Inf 
189.45/189.57	c   190s| 75700 |   104 |  1204k|  15.9 |  10M|  44 |  48 | 231 |  11k| 231 |2453 |  17 |  43k|5210 | 0.000000e+00 |      --      |    Inf 
189.74/189.85	c   190s| 75800 |   105 |  1205k|  15.9 |  10M|  44 |  44 | 231 |  11k| 231 |2453 |  17 |  43k|5221 | 0.000000e+00 |      --      |    Inf 
190.05/190.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.05/190.10	c   190s| 75900 |   107 |  1207k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5226 | 0.000000e+00 |      --      |    Inf 
190.25/190.38	c   190s| 76000 |   107 |  1209k|  15.9 |  10M|  44 |  37 | 231 |  11k| 231 |2453 |  17 |  43k|5236 | 0.000000e+00 |      --      |    Inf 
190.55/190.62	c   191s| 76100 |   107 |  1210k|  15.9 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  43k|5241 | 0.000000e+00 |      --      |    Inf 
190.75/190.85	c   191s| 76200 |   105 |  1212k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5242 | 0.000000e+00 |      --      |    Inf 
190.95/191.08	c   191s| 76300 |   107 |  1214k|  15.9 |  10M|  44 |  32 | 231 |  11k| 231 |2453 |  17 |  43k|5245 | 0.000000e+00 |      --      |    Inf 
191.25/191.30	c   191s| 76400 |   107 |  1215k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5247 | 0.000000e+00 |      --      |    Inf 
191.45/191.51	c   192s| 76500 |   107 |  1216k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
191.64/191.73	c   192s| 76600 |   109 |  1218k|  15.9 |  10M|  44 |  17 | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
191.84/191.96	c   192s| 76700 |   106 |  1220k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
192.05/192.14	c   192s| 76800 |   107 |  1221k|  15.9 |  10M|  44 |  35 | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
192.25/192.34	c   192s| 76900 |   106 |  1222k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
192.45/192.51	c   193s| 77000 |   107 |  1224k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5248 | 0.000000e+00 |      --      |    Inf 
192.56/192.70	c   193s| 77100 |   106 |  1225k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
192.85/192.93	c   193s| 77200 |   107 |  1227k|  15.9 |  10M|  44 |  30 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
193.04/193.16	c   193s| 77300 |   106 |  1228k|  15.9 |  10M|  44 |  43 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
193.25/193.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.25/193.38	c   193s| 77400 |   104 |  1230k|  15.9 |  10M|  44 |  34 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
193.54/193.60	c   194s| 77500 |   104 |  1231k|  15.9 |  10M|  44 |  45 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
193.75/193.83	c   194s| 77600 |   106 |  1233k|  15.9 |  10M|  44 |  35 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
193.95/194.07	c   194s| 77700 |   106 |  1235k|  15.9 |  10M|  44 |  42 | 231 |  11k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
194.15/194.29	c   194s| 77800 |   106 |  1236k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
194.45/194.51	c   195s| 77900 |   104 |  1238k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
194.64/194.73	c   195s| 78000 |   107 |  1239k|  15.9 |  10M|  44 |  29 | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
194.85/194.96	c   195s| 78100 |   104 |  1241k|  15.9 |  10M|  44 |  44 | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
195.05/195.19	c   195s| 78200 |   100 |  1243k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
195.35/195.44	c   195s| 78300 |   104 |  1245k|  15.9 |  10M|  44 |   - | 231 |  12k|   0 |   0 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
195.55/195.64	c   196s| 78400 |   101 |  1246k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
195.75/195.89	c   196s| 78500 |   105 |  1248k|  15.9 |  10M|  44 |  44 | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
196.05/196.14	c   196s| 78600 |   103 |  1250k|  15.9 |  10M|  44 |  19 | 231 |  12k| 231 |2453 |  17 |  44k|5250 | 0.000000e+00 |      --      |    Inf 
196.35/196.40	c   196s| 78700 |    99 |  1251k|  15.9 |  10M|  44 |  31 | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
196.55/196.67	c   197s| 78800 |   105 |  1253k|  15.9 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
196.85/196.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.85/196.90	c   197s| 78900 |   113 |  1255k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
197.05/197.10	c   197s| 79000 |   114 |  1257k|  15.9 |  10M|  44 |  17 | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
197.24/197.31	c   197s| 79100 |   112 |  1258k|  15.9 |  10M|  44 |  40 | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
197.45/197.52	c   198s| 79200 |   112 |  1260k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5250 | 0.000000e+00 |      --      |    Inf 
197.64/197.77	c   198s| 79300 |   118 |  1261k|  15.9 |  10M|  44 |  35 | 231 |  11k| 231 |2453 |  17 |  45k|5260 | 0.000000e+00 |      --      |    Inf 
197.94/198.04	c   198s| 79400 |   120 |  1263k|  15.9 |  10M|  44 |  38 | 231 |  11k| 231 |2453 |  17 |  45k|5270 | 0.000000e+00 |      --      |    Inf 
198.24/198.33	c   198s| 79500 |   122 |  1265k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5284 | 0.000000e+00 |      --      |    Inf 
198.45/198.52	c   199s| 79600 |   120 |  1266k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5284 | 0.000000e+00 |      --      |    Inf 
198.65/198.79	c   199s| 79700 |   118 |  1268k|  15.9 |  10M|  44 |  26 | 231 |  11k| 231 |2453 |  17 |  45k|5292 | 0.000000e+00 |      --      |    Inf 
198.94/199.05	c   199s| 79800 |   124 |  1270k|  15.9 |  10M|  44 |  33 | 231 |  11k| 231 |2453 |  17 |  45k|5300 | 0.000000e+00 |      --      |    Inf 
199.25/199.35	c   199s| 79900 |   124 |  1272k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5312 | 0.000000e+00 |      --      |    Inf 
199.55/199.61	c   200s| 80000 |   121 |  1273k|  15.9 |  10M|  44 |  21 | 231 |  11k| 231 |2453 |  17 |  45k|5319 | 0.000000e+00 |      --      |    Inf 
199.74/199.89	c   200s| 80100 |   117 |  1275k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5329 | 0.000000e+00 |      --      |    Inf 
200.05/200.15	c   200s| 80200 |   119 |  1277k|  15.9 |  10M|  44 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5336 | 0.000000e+00 |      --      |    Inf 
200.25/200.37	c   200s| 80300 |   120 |  1278k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  45k|5339 | 0.000000e+00 |      --      |    Inf 
200.54/200.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.54/200.62	c   201s| 80400 |   118 |  1280k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  45k|5348 | 0.000000e+00 |      --      |    Inf 
200.75/200.89	c   201s| 80500 |   117 |  1281k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  45k|5359 | 0.000000e+00 |      --      |    Inf 
201.05/201.15	c   201s| 80600 |   119 |  1283k|  15.9 |  10M|  44 |  38 | 231 |  12k| 231 |2453 |  17 |  46k|5369 | 0.000000e+00 |      --      |    Inf 
201.35/201.41	c   201s| 80700 |   123 |  1285k|  15.9 |  10M|  44 |  32 | 231 |  12k| 231 |2453 |  17 |  46k|5378 | 0.000000e+00 |      --      |    Inf 
201.55/201.66	c   202s| 80800 |   123 |  1286k|  15.9 |  10M|  44 |  36 | 231 |  12k| 231 |2453 |  17 |  46k|5385 | 0.000000e+00 |      --      |    Inf 
201.84/201.92	c   202s| 80900 |   123 |  1288k|  15.9 |  10M|  44 |  41 | 231 |  12k| 231 |2453 |  17 |  46k|5393 | 0.000000e+00 |      --      |    Inf 
202.04/202.18	c   202s| 81000 |   123 |  1290k|  15.9 |  10M|  44 |  38 | 231 |  12k| 231 |2453 |  17 |  46k|5402 | 0.000000e+00 |      --      |    Inf 
202.34/202.43	c   202s| 81100 |   123 |  1291k|  15.9 |  10M|  44 |  10 | 231 |  12k| 231 |2453 |  17 |  46k|5409 | 0.000000e+00 |      --      |    Inf 
202.55/202.65	c   203s| 81200 |   119 |  1292k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5417 | 0.000000e+00 |      --      |    Inf 
202.85/202.90	c   203s| 81300 |   119 |  1294k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5425 | 0.000000e+00 |      --      |    Inf 
203.05/203.14	c   203s| 81400 |   121 |  1295k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5436 | 0.000000e+00 |      --      |    Inf 
203.35/203.40	c   203s| 81500 |   120 |  1297k|  15.9 |  10M|  44 |   - | 231 |  12k|   0 |   0 |  17 |  46k|5447 | 0.000000e+00 |      --      |    Inf 
203.55/203.63	c   204s| 81600 |   120 |  1298k|  15.9 |  10M|  44 |  32 | 231 |  12k| 231 |2453 |  17 |  46k|5455 | 0.000000e+00 |      --      |    Inf 
203.75/203.89	c   204s| 81700 |   120 |  1300k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5465 | 0.000000e+00 |      --      |    Inf 
204.05/204.13	c   204s| 81800 |   116 |  1301k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5472 | 0.000000e+00 |      --      |    Inf 
204.25/204.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.25/204.38	c   204s| 81900 |   120 |  1303k|  15.9 |  11M|  44 |  38 | 231 |  12k| 231 |2453 |  17 |  46k|5481 | 0.000000e+00 |      --      |    Inf 
204.55/204.64	c   205s| 82000 |   114 |  1304k|  15.9 |  11M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5491 | 0.000000e+00 |      --      |    Inf 
204.75/204.88	c   205s| 82100 |   116 |  1306k|  15.9 |  11M|  44 |  35 | 231 |  12k| 231 |2453 |  17 |  46k|5497 | 0.000000e+00 |      --      |    Inf 
205.05/205.14	c   205s| 82200 |   112 |  1308k|  15.9 |  11M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5504 | 0.000000e+00 |      --      |    Inf 
205.25/205.39	c   205s| 82300 |   116 |  1309k|  15.9 |  11M|  44 |  26 | 231 |  12k| 231 |2453 |  17 |  46k|5510 | 0.000000e+00 |      --      |    Inf 
205.55/205.60	c   206s| 82400 |   112 |  1311k|  15.9 |  11M|  44 |  42 | 231 |  12k| 231 |2453 |  17 |  46k|5512 | 0.000000e+00 |      --      |    Inf 
205.76/205.83	c   206s| 82500 |   110 |  1312k|  15.9 |  11M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  46k|5517 | 0.000000e+00 |      --      |    Inf 
206.04/206.10	c   206s| 82600 |   108 |  1314k|  15.9 |  10M|  44 |  44 | 231 |  12k| 231 |2453 |  17 |  47k|5527 | 0.000000e+00 |      --      |    Inf 
206.24/206.36	c   206s| 82700 |   102 |  1315k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5539 | 0.000000e+00 |      --      |    Inf 
206.54/206.61	c   207s| 82800 |   102 |  1317k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5545 | 0.000000e+00 |      --      |    Inf 
206.74/206.86	c   207s| 82900 |   100 |  1318k|  15.9 |  10M|  44 |  34 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
206.95/207.06	c   207s| 83000 |    99 |  1319k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
207.15/207.28	c   207s| 83100 |    99 |  1321k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
207.45/207.51	c   208s| 83200 |   103 |  1323k|  15.9 |  10M|  44 |  22 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
207.65/207.72	c   208s| 83300 |   103 |  1324k|  15.9 |  10M|  44 |  29 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
207.85/207.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.85/207.92	c   208s| 83400 |   101 |  1326k|  15.9 |  10M|  44 |  20 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
208.06/208.15	c   208s| 83500 |    99 |  1327k|  15.9 |  10M|  44 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
208.25/208.36	c   208s| 83600 |   101 |  1329k|  15.9 |  10M|  44 |  29 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
208.45/208.58	c   209s| 83700 |    95 |  1330k|  15.9 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
208.75/208.81	c   209s| 83800 |    93 |  1332k|  15.9 |  10M|  47 |   - | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
208.94/209.04	c   209s| 83900 |    95 |  1333k|  15.9 |  10M|  47 |  42 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
209.24/209.30	c   209s| 84000 |    95 |  1336k|  15.9 |  10M|  47 |  35 | 231 |  12k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
209.45/209.57	c   210s| 84100 |    93 |  1338k|  15.9 |  10M|  47 |  38 | 231 |  11k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
209.75/209.80	c   210s| 84200 |    92 |  1339k|  15.9 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  47k|5551 | 0.000000e+00 |      --      |    Inf 
209.95/210.01	c   210s| 84300 |    90 |  1341k|  15.9 |  10M|  47 |   - | 231 |  11k| 231 |2453 |  17 |  47k|5552 | 0.000000e+00 |      --      |    Inf 
210.15/210.22	c   210s| 84400 |    88 |  1342k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  47k|5553 | 0.000000e+00 |      --      |    Inf 
210.35/210.44	c   210s| 84500 |    90 |  1343k|  15.9 |  10M|  48 |  37 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
210.55/210.69	c   211s| 84600 |    82 |  1345k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
210.84/210.92	c   211s| 84700 |    84 |  1347k|  15.9 |  10M|  48 |  25 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
211.04/211.16	c   211s| 84800 |    82 |  1349k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
211.26/211.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.26/211.38	c   211s| 84900 |    84 |  1350k|  15.9 |  10M|  48 |  27 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
211.44/211.57	c   212s| 85000 |    83 |  1351k|  15.9 |  10M|  48 |  36 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
211.64/211.79	c   212s| 85100 |    84 |  1353k|  15.9 |  10M|  48 |  34 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
211.94/212.01	c   212s| 85200 |    82 |  1355k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
212.14/212.20	c   212s| 85300 |    84 |  1356k|  15.9 |  10M|  48 |  27 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
212.35/212.44	c   212s| 85400 |    83 |  1358k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
212.55/212.67	c   213s| 85500 |    85 |  1359k|  15.9 |  10M|  48 |  40 | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
212.85/212.92	c   213s| 85600 |    87 |  1361k|  15.9 |  10M|  48 |   - | 231 |  11k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
213.04/213.15	c   213s| 85700 |    85 |  1363k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
213.34/213.43	c   213s| 85800 |    85 |  1365k|  15.9 |  10M|  48 |  33 | 231 |  10k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
213.55/213.68	c   214s| 85900 |    83 |  1367k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
213.85/213.93	c   214s| 86000 |    85 |  1368k|  15.9 |  10M|  48 |  41 | 231 |  10k| 231 |2453 |  17 |  48k|5554 | 0.000000e+00 |      --      |    Inf 
214.15/214.22	c   214s| 86100 |    81 |  1370k|  15.9 |  10M|  48 |  38 | 231 |  10k| 231 |2453 |  17 |  48k|5563 | 0.000000e+00 |      --      |    Inf 
214.34/214.49	c   214s| 86200 |    81 |  1372k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5573 | 0.000000e+00 |      --      |    Inf 
214.65/214.79	c   215s| 86300 |    81 |  1374k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5583 | 0.000000e+00 |      --      |    Inf 
214.94/215.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.94/215.02	c   215s| 86400 |    81 |  1375k|  15.9 |  10M|  48 |  40 | 231 |  10k| 231 |2453 |  17 |  49k|5583 | 0.000000e+00 |      --      |    Inf 
215.25/215.30	c   215s| 86500 |    75 |  1377k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5593 | 0.000000e+00 |      --      |    Inf 
215.45/215.54	c   216s| 86600 |    73 |  1379k|  15.9 |  10M|  48 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5599 | 0.000000e+00 |      --      |    Inf 
215.65/215.78	c   216s| 86700 |    73 |  1380k|  15.9 |  10M|  48 |  32 | 231 |  10k| 231 |2453 |  17 |  49k|5607 | 0.000000e+00 |      --      |    Inf 
215.94/216.04	c   216s| 86800 |    75 |  1382k|  15.9 |  10M|  48 |  39 | 231 |  10k| 231 |2453 |  17 |  49k|5619 | 0.000000e+00 |      --      |    Inf 
216.15/216.24	c   216s| 86900 |    75 |  1383k|  15.9 |  10M|  48 |  40 | 231 |  10k| 231 |2453 |  17 |  49k|5619 | 0.000000e+00 |      --      |    Inf 
216.35/216.49	c   216s| 87000 |    75 |  1385k|  15.9 |  10M|  49 |  35 | 231 |  10k| 231 |2453 |  17 |  49k|5628 | 0.000000e+00 |      --      |    Inf 
216.65/216.71	c   217s| 87100 |    73 |  1386k|  15.9 |  10M|  49 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5633 | 0.000000e+00 |      --      |    Inf 
216.85/216.99	c   217s| 87200 |    71 |  1388k|  15.9 |  10M|  49 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5641 | 0.000000e+00 |      --      |    Inf 
217.14/217.21	c   217s| 87300 |    71 |  1389k|  15.9 |  10M|  49 |  35 | 231 |  10k| 231 |2453 |  17 |  49k|5647 | 0.000000e+00 |      --      |    Inf 
217.35/217.45	c   217s| 87400 |    71 |  1390k|  15.9 |  10M|  49 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5659 | 0.000000e+00 |      --      |    Inf 
217.54/217.65	c   218s| 87500 |    70 |  1392k|  15.9 |  10M|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  49k|5659 | 0.000000e+00 |      --      |    Inf 
217.85/217.90	c   218s| 87600 |    68 |  1393k|  15.9 |  10M|  51 |  24 | 231 |  10k| 231 |2453 |  17 |  49k|5668 | 0.000000e+00 |      --      |    Inf 
218.04/218.12	c   218s| 87700 |    68 |  1395k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5674 | 0.000000e+00 |      --      |    Inf 
218.25/218.38	c   218s| 87800 |    66 |  1396k|  15.9 |9972k|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  49k|5681 | 0.000000e+00 |      --      |    Inf 
218.54/218.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.54/218.65	c   219s| 87900 |    66 |  1398k|  15.9 |9955k|  51 |  37 | 231 |9947 | 231 |2453 |  17 |  49k|5689 | 0.000000e+00 |      --      |    Inf 
218.85/218.91	c   219s| 88000 |    64 |  1400k|  15.9 |9928k|  51 |  34 | 231 |9897 | 231 |2453 |  17 |  49k|5695 | 0.000000e+00 |      --      |    Inf 
219.05/219.15	c   219s| 88100 |    62 |  1401k|  15.9 |9905k|  51 |   - | 231 |9852 | 231 |2453 |  17 |  49k|5703 | 0.000000e+00 |      --      |    Inf 
219.34/219.40	c   219s| 88200 |    60 |  1403k|  15.9 |9884k|  51 |  38 | 231 |9792 | 231 |2453 |  17 |  50k|5711 | 0.000000e+00 |      --      |    Inf 
219.54/219.65	c   220s| 88300 |    62 |  1404k|  15.9 |9879k|  51 |  38 | 231 |9754 | 231 |2453 |  17 |  50k|5717 | 0.000000e+00 |      --      |    Inf 
219.75/219.89	c   220s| 88400 |    62 |  1406k|  15.9 |9877k|  51 |   - | 231 |9750 | 231 |2453 |  17 |  50k|5723 | 0.000000e+00 |      --      |    Inf 
220.05/220.12	c   220s| 88500 |    58 |  1407k|  15.9 |9851k|  51 |   - | 231 |9731 | 231 |2453 |  17 |  50k|5729 | 0.000000e+00 |      --      |    Inf 
220.24/220.39	c   220s| 88600 |    62 |  1409k|  15.9 |9829k|  51 |  39 | 231 |9672 | 231 |2453 |  17 |  50k|5737 | 0.000000e+00 |      --      |    Inf 
220.54/220.63	c   221s| 88700 |    55 |  1410k|  15.9 |9799k|  51 |  37 | 231 |9654 | 231 |2453 |  17 |  50k|5745 | 0.000000e+00 |      --      |    Inf 
220.74/220.89	c   221s| 88800 |    57 |  1412k|  15.9 |9764k|  51 |  38 | 231 |9592 | 231 |2453 |  17 |  50k|5754 | 0.000000e+00 |      --      |    Inf 
221.05/221.14	c   221s| 88900 |    55 |  1413k|  15.9 |9738k|  51 |   - | 231 |9531 | 231 |2453 |  17 |  50k|5760 | 0.000000e+00 |      --      |    Inf 
221.25/221.38	c   221s| 89000 |    54 |  1415k|  15.9 |9741k|  51 |   - | 231 |9550 | 231 |2453 |  17 |  50k|5766 | 0.000000e+00 |      --      |    Inf 
221.55/221.63	c   222s| 89100 |    54 |  1417k|  15.9 |9755k|  51 |   - | 231 |9593 | 231 |2453 |  17 |  50k|5773 | 0.000000e+00 |      --      |    Inf 
221.75/221.88	c   222s| 89200 |    54 |  1418k|  15.9 |9732k|  51 |   - | 231 |9533 | 231 |2453 |  17 |  50k|5782 | 0.000000e+00 |      --      |    Inf 
222.04/222.10	c   222s| 89300 |    58 |  1419k|  15.9 |9736k|  51 |  29 | 231 |9524 | 231 |2453 |  17 |  50k|5788 | 0.000000e+00 |      --      |    Inf 
222.25/222.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.25/222.34	c   222s| 89400 |    54 |  1421k|  15.9 |9727k|  51 |  35 | 231 |9543 | 231 |2453 |  17 |  50k|5792 | 0.000000e+00 |      --      |    Inf 
222.55/222.62	c   223s| 89500 |    52 |  1423k|  15.9 |9696k|  51 |   - | 231 |9459 | 231 |2453 |  17 |  50k|5803 | 0.000000e+00 |      --      |    Inf 
222.74/222.89	c   223s| 89600 |    54 |  1424k|  15.9 |9666k|  51 |   - | 231 |9373 | 231 |2453 |  17 |  50k|5812 | 0.000000e+00 |      --      |    Inf 
223.05/223.14	c   223s| 89700 |    58 |  1426k|  15.9 |9636k|  51 |  24 | 231 |9271 | 231 |2453 |  17 |  50k|5813 | 0.000000e+00 |      --      |    Inf 
223.24/223.37	c   223s| 89800 |    56 |  1428k|  15.9 |9626k|  51 |   - | 231 |9249 | 231 |2453 |  17 |  50k|5815 | 0.000000e+00 |      --      |    Inf 
223.45/223.58	c   224s| 89900 |    56 |  1429k|  15.9 |9618k|  51 |   - | 231 |9214 | 231 |2453 |  17 |  50k|5816 | 0.000000e+00 |      --      |    Inf 
223.75/223.82	c   224s| 90000 |    62 |  1431k|  15.9 |9600k|  51 |  22 | 231 |9132 | 231 |2453 |  17 |  50k|5819 | 0.000000e+00 |      --      |    Inf 
223.95/224.04	c   224s| 90100 |    58 |  1432k|  15.9 |9594k|  51 |   - | 231 |9125 | 231 |2453 |  17 |  51k|5821 | 0.000000e+00 |      --      |    Inf 
224.14/224.24	c   224s| 90200 |    58 |  1434k|  15.9 |9597k|  51 |   - | 231 |9139 | 231 |2453 |  17 |  51k|5822 | 0.000000e+00 |      --      |    Inf 
224.34/224.50	c   225s| 90300 |    60 |  1435k|  15.9 |9600k|  51 |  32 | 231 |9139 | 231 |2453 |  17 |  51k|5825 | 0.000000e+00 |      --      |    Inf 
224.65/224.72	c   225s| 90400 |    62 |  1437k|  15.9 |9612k|  51 |   - | 231 |9141 | 231 |2453 |  17 |  51k|5825 | 0.000000e+00 |      --      |    Inf 
224.85/224.95	c   225s| 90500 |    67 |  1439k|  15.9 |9633k|  51 |  36 | 231 |9169 | 231 |2453 |  17 |  51k|5826 | 0.000000e+00 |      --      |    Inf 
225.15/225.20	c   225s| 90600 |    63 |  1441k|  15.9 |9638k|  51 |  38 | 231 |9214 | 231 |2453 |  17 |  51k|5827 | 0.000000e+00 |      --      |    Inf 
225.34/225.41	c   225s| 90700 |    61 |  1442k|  15.9 |9648k|  51 |  47 | 231 |9257 | 231 |2453 |  17 |  51k|5829 | 0.000000e+00 |      --      |    Inf 
225.55/225.60	c   226s| 90800 |    65 |  1443k|  15.9 |9670k|  51 |  36 | 231 |9298 | 231 |2453 |  17 |  51k|5830 | 0.000000e+00 |      --      |    Inf 
225.74/225.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.74/225.84	c   226s| 90900 |    67 |  1445k|  15.9 |9688k|  51 |   - | 231 |9326 | 231 |2453 |  17 |  51k|5831 | 0.000000e+00 |      --      |    Inf 
225.94/226.08	c   226s| 91000 |    69 |  1447k|  15.9 |9707k|  51 |   - | 231 |9355 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
226.15/226.29	c   226s| 91100 |    70 |  1448k|  15.9 |9724k|  51 |   - | 231 |9393 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
226.35/226.49	c   226s| 91200 |    73 |  1450k|  15.9 |9748k|  51 |   - | 231 |9439 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
226.54/226.69	c   227s| 91300 |    72 |  1451k|  15.9 |9770k|  51 |   - | 231 |9496 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
226.84/226.90	c   227s| 91400 |    72 |  1453k|  15.9 |9783k|  51 |  37 | 231 |9546 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
227.04/227.11	c   227s| 91500 |    70 |  1454k|  15.9 |9800k|  51 |  33 | 231 |9602 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
227.25/227.32	c   227s| 91600 |    72 |  1455k|  15.9 |9827k|  51 |  30 | 231 |9662 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
227.45/227.51	c   228s| 91700 |    70 |  1457k|  15.9 |9847k|  51 |   - | 231 |9724 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
227.64/227.73	c   228s| 91800 |    78 |  1458k|  15.9 |9878k|  51 |   - | 231 |9761 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
227.85/227.96	c   228s| 91900 |    80 |  1460k|  15.9 |9898k|  51 |   - | 231 |9798 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
228.15/228.21	c   228s| 92000 |    84 |  1462k|  15.9 |9922k|  51 |   - | 231 |9832 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
228.34/228.44	c   228s| 92100 |    84 |  1464k|  15.9 |9934k|  51 |   - | 231 |9860 | 231 |2453 |  17 |  51k|5832 | 0.000000e+00 |      --      |    Inf 
228.55/228.69	c   229s| 92200 |    84 |  1465k|  15.9 |9945k|  51 |  39 | 231 |9891 | 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
228.85/228.91	c   229s| 92300 |    85 |  1467k|  15.9 |9967k|  51 |   - | 231 |9933 | 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
229.05/229.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.05/229.13	c   229s| 92400 |    81 |  1469k|  15.9 |9981k|  51 |   - | 231 |9983 | 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
229.24/229.36	c   229s| 92500 |    81 |  1470k|  15.9 |9996k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
229.44/229.57	c   230s| 92600 |    83 |  1472k|  15.9 |  10M|  51 |  41 | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
229.74/229.81	c   230s| 92700 |    82 |  1473k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
229.95/230.04	c   230s| 92800 |    78 |  1475k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
230.14/230.25	c   230s| 92900 |    78 |  1477k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
230.35/230.48	c   230s| 93000 |    80 |  1478k|  15.9 |  10M|  51 |  36 | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
230.54/230.66	c   231s| 93100 |    80 |  1479k|  15.9 |  10M|  51 |  35 | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
230.74/230.87	c   231s| 93200 |    82 |  1481k|  15.9 |  10M|  51 |  40 | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
231.05/231.11	c   231s| 93300 |    81 |  1483k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5832 | 0.000000e+00 |      --      |    Inf 
231.25/231.38	c   231s| 93400 |    93 |  1484k|  15.9 |  10M|  51 |  41 | 231 |  10k| 231 |2453 |  17 |  52k|5843 | 0.000000e+00 |      --      |    Inf 
231.54/231.61	c   232s| 93500 |    87 |  1486k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5843 | 0.000000e+00 |      --      |    Inf 
231.85/231.94	c   232s| 93600 |    82 |  1488k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5859 | 0.000000e+00 |      --      |    Inf 
232.04/232.16	c   232s| 93700 |    82 |  1490k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5859 | 0.000000e+00 |      --      |    Inf 
232.34/232.42	c   232s| 93800 |    82 |  1491k|  15.9 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  52k|5868 | 0.000000e+00 |      --      |    Inf 
232.54/232.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.54/232.66	c   233s| 93900 |    80 |  1493k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5869 | 0.000000e+00 |      --      |    Inf 
232.84/232.94	c   233s| 94000 |    82 |  1495k|  15.9 |  10M|  51 |  29 | 231 |  10k| 231 |2453 |  17 |  52k|5878 | 0.000000e+00 |      --      |    Inf 
233.15/233.21	c   233s| 94100 |    76 |  1496k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5887 | 0.000000e+00 |      --      |    Inf 
233.35/233.43	c   233s| 94200 |    76 |  1498k|  15.9 |  10M|  51 |  33 | 231 |  10k| 231 |2453 |  17 |  52k|5887 | 0.000000e+00 |      --      |    Inf 
233.54/233.68	c   234s| 94300 |    74 |  1500k|  15.9 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  53k|5897 | 0.000000e+00 |      --      |    Inf 
233.84/233.96	c   234s| 94400 |    70 |  1501k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5910 | 0.000000e+00 |      --      |    Inf 
234.15/234.20	c   234s| 94500 |    72 |  1503k|  15.9 |  10M|  51 |  43 | 231 |  10k| 231 |2453 |  17 |  53k|5910 | 0.000000e+00 |      --      |    Inf 
234.35/234.46	c   234s| 94600 |    73 |  1505k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5920 | 0.000000e+00 |      --      |    Inf 
234.54/234.69	c   235s| 94700 |    71 |  1506k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5925 | 0.000000e+00 |      --      |    Inf 
234.85/234.95	c   235s| 94800 |    71 |  1508k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5930 | 0.000000e+00 |      --      |    Inf 
235.14/235.20	c   235s| 94900 |    68 |  1509k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5936 | 0.000000e+00 |      --      |    Inf 
235.34/235.48	c   235s| 95000 |    70 |  1511k|  15.9 |  10M|  51 |  39 | 231 |  10k| 231 |2453 |  17 |  53k|5946 | 0.000000e+00 |      --      |    Inf 
235.64/235.74	c   236s| 95100 |    68 |  1513k|  15.9 |  10M|  51 |  44 | 231 |  10k| 231 |2453 |  17 |  53k|5951 | 0.000000e+00 |      --      |    Inf 
235.84/235.99	c   236s| 95200 |    70 |  1515k|  15.9 |  10M|  51 |   - | 231 |  10k|   0 |   0 |  17 |  53k|5957 | 0.000000e+00 |      --      |    Inf 
236.14/236.25	c   236s| 95300 |    68 |  1516k|  15.9 |  10M|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  53k|5969 | 0.000000e+00 |      --      |    Inf 
236.44/236.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.44/236.55	c   237s| 95400 |    68 |  1518k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5977 | 0.000000e+00 |      --      |    Inf 
236.74/236.82	c   237s| 95500 |    64 |  1520k|  15.9 |  10M|  51 |  35 | 231 |  10k| 231 |2453 |  17 |  53k|5982 | 0.000000e+00 |      --      |    Inf 
237.05/237.12	c   237s| 95600 |    60 |  1522k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5993 | 0.000000e+00 |      --      |    Inf 
237.24/237.39	c   237s| 95700 |    58 |  1524k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5998 | 0.000000e+00 |      --      |    Inf 
237.54/237.64	c   238s| 95800 |    58 |  1525k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|6002 | 0.000000e+00 |      --      |    Inf 
237.84/237.92	c   238s| 95900 |    58 |  1527k|  15.9 |  10M|  51 |  33 | 231 |  10k| 231 |2453 |  17 |  53k|6010 | 0.000000e+00 |      --      |    Inf 
238.04/238.15	c   238s| 96000 |    54 |  1529k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|6020 | 0.000000e+00 |      --      |    Inf 
238.35/238.41	c   238s| 96100 |    50 |  1530k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  53k|6029 | 0.000000e+00 |      --      |    Inf 
238.54/238.64	c   239s| 96200 |    51 |  1532k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6032 | 0.000000e+00 |      --      |    Inf 
238.75/238.86	c   239s| 96300 |    50 |  1533k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6038 | 0.000000e+00 |      --      |    Inf 
239.04/239.10	c   239s| 96400 |    50 |  1534k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6045 | 0.000000e+00 |      --      |    Inf 
239.24/239.36	c   239s| 96500 |    50 |  1536k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6053 | 0.000000e+00 |      --      |    Inf 
239.54/239.60	c   240s| 96600 |    52 |  1538k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6059 | 0.000000e+00 |      --      |    Inf 
239.74/239.87	c   240s| 96700 |    52 |  1539k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6065 | 0.000000e+00 |      --      |    Inf 
240.04/240.12	c   240s| 96800 |    50 |  1541k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6067 | 0.000000e+00 |      --      |    Inf 
240.24/240.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.24/240.37	c   240s| 96900 |    50 |  1543k|  15.9 |  10M|  51 |  31 | 231 |  10k| 231 |2453 |  17 |  54k|6070 | 0.000000e+00 |      --      |    Inf 
240.55/240.64	c   241s| 97000 |    48 |  1545k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6074 | 0.000000e+00 |      --      |    Inf 
240.74/240.87	c   241s| 97100 |    52 |  1546k|  15.9 |  10M|  51 |  41 | 231 |  10k| 231 |2453 |  17 |  54k|6076 | 0.000000e+00 |      --      |    Inf 
240.94/241.08	c   241s| 97200 |    52 |  1548k|  15.9 |  10M|  51 |  42 | 231 |  10k| 231 |2453 |  17 |  54k|6076 | 0.000000e+00 |      --      |    Inf 
241.24/241.31	c   241s| 97300 |    52 |  1549k|  15.9 |  10M|  51 |  40 | 231 |  10k| 231 |2453 |  17 |  54k|6076 | 0.000000e+00 |      --      |    Inf 
241.44/241.57	c   242s| 97400 |    46 |  1551k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6078 | 0.000000e+00 |      --      |    Inf 
241.74/241.81	c   242s| 97500 |    48 |  1553k|  15.9 |  10M|  51 |  20 | 231 |  10k| 231 |2453 |  17 |  54k|6080 | 0.000000e+00 |      --      |    Inf 
241.94/242.04	c   242s| 97600 |    47 |  1555k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6082 | 0.000000e+00 |      --      |    Inf 
242.15/242.25	c   242s| 97700 |    46 |  1556k|  15.9 |  10M|  51 |  48 | 231 |  10k| 231 |2453 |  17 |  54k|6083 | 0.000000e+00 |      --      |    Inf 
242.34/242.46	c   242s| 97800 |    52 |  1558k|  15.9 |  10M|  51 |  12 | 231 |  10k| 231 |2453 |  17 |  54k|6084 | 0.000000e+00 |      --      |    Inf 
242.54/242.67	c   243s| 97900 |    47 |  1559k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  54k|6087 | 0.000000e+00 |      --      |    Inf 
242.84/242.92	c   243s| 98000 |    45 |  1561k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6087 | 0.000000e+00 |      --      |    Inf 
243.04/243.14	c   243s| 98100 |    49 |  1562k|  15.9 |9998k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
243.25/243.34	c   243s| 98200 |    50 |  1564k|  15.9 |9998k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
243.44/243.55	c   244s| 98300 |    47 |  1565k|  15.9 |9996k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
243.74/243.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.74/243.80	c   244s| 98400 |    49 |  1567k|  15.9 |9986k|  51 |  28 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
243.95/244.02	c   244s| 98500 |    49 |  1569k|  15.9 |9977k|  51 |  37 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
244.14/244.25	c   244s| 98600 |    45 |  1570k|  15.9 |9961k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
244.34/244.49	c   244s| 98700 |    47 |  1572k|  15.9 |9971k|  51 |  37 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
244.64/244.73	c   245s| 98800 |    49 |  1574k|  15.9 |9981k|  51 |  39 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
244.84/244.94	c   245s| 98900 |    50 |  1575k|  15.9 |9985k|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
245.04/245.15	c   245s| 99000 |    48 |  1577k|  15.9 |9993k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
245.35/245.41	c   245s| 99100 |    46 |  1579k|  15.9 |9987k|  51 |  48 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
245.55/245.66	c   246s| 99200 |    44 |  1580k|  15.9 |9997k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
245.74/245.89	c   246s| 99300 |    44 |  1582k|  15.9 |9990k|  51 |  47 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
245.94/246.09	c   246s| 99400 |    44 |  1584k|  15.9 |9998k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
246.14/246.28	c   246s| 99500 |    45 |  1585k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
246.45/246.51	c   247s| 99600 |    43 |  1586k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
246.64/246.76	c   247s| 99700 |    43 |  1588k|  15.9 |9989k|  51 |  40 | 231 |  10k| 231 |2453 |  17 |  55k|6088 | 0.000000e+00 |      --      |    Inf 
246.84/246.99	c   247s| 99800 |    43 |  1590k|  15.9 |9998k|  51 |  31 | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
247.14/247.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.14/247.25	c   247s| 99900 |    41 |  1592k|  15.9 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
247.44/247.50	c   248s|100000 |    45 |  1594k|  15.9 |9982k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
247.64/247.76	c   248s|100100 |    47 |  1596k|  15.9 |9957k|  51 |  33 | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
247.94/248.01	c   248s|100200 |    55 |  1598k|  15.9 |9957k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
248.14/248.26	c   248s|100300 |    61 |  1600k|  16.0 |9959k|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  56k|6088 | 0.000000e+00 |      --      |    Inf 
248.44/248.53	c   249s|100400 |    59 |  1601k|  16.0 |9971k|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  56k|6100 | 0.000000e+00 |      --      |    Inf 
248.64/248.79	c   249s|100500 |    53 |  1603k|  16.0 |9974k|  51 |  36 | 231 |  10k| 231 |2453 |  17 |  56k|6100 | 0.000000e+00 |      --      |    Inf 
248.94/249.09	c   249s|100600 |    47 |  1605k|  16.0 |9985k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6112 | 0.000000e+00 |      --      |    Inf 
249.24/249.32	c   249s|100700 |    57 |  1607k|  16.0 |9990k|  51 |   - | 231 |  10k|   0 |   0 |  17 |  56k|6114 | 0.000000e+00 |      --      |    Inf 
249.44/249.59	c   250s|100800 |    59 |  1609k|  16.0 |9986k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6123 | 0.000000e+00 |      --      |    Inf 
249.75/249.83	c   250s|100900 |    61 |  1610k|  16.0 |9994k|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6124 | 0.000000e+00 |      --      |    Inf 
249.94/250.09	c   250s|101000 |    65 |  1612k|  16.0 |9998k|  51 |  31 | 231 |  10k| 231 |2453 |  17 |  56k|6135 | 0.000000e+00 |      --      |    Inf 
250.24/250.32	c   250s|101100 |    65 |  1613k|  16.0 |  10M|  51 |  31 | 231 |  10k| 231 |2453 |  17 |  56k|6144 | 0.000000e+00 |      --      |    Inf 
250.44/250.53	c   251s|101200 |    65 |  1615k|  16.0 |  10M|  51 |  35 | 231 |  10k| 231 |2453 |  17 |  56k|6144 | 0.000000e+00 |      --      |    Inf 
250.64/250.78	c   251s|101300 |    69 |  1617k|  16.0 |  10M|  51 |  22 | 231 |  10k| 231 |2453 |  17 |  56k|6151 | 0.000000e+00 |      --      |    Inf 
250.95/251.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.95/251.06	c   251s|101400 |    70 |  1618k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  56k|6163 | 0.000000e+00 |      --      |    Inf 
251.24/251.30	c   251s|101500 |    70 |  1620k|  16.0 |  10M|  51 |  22 | 231 |  10k| 231 |2453 |  17 |  56k|6166 | 0.000000e+00 |      --      |    Inf 
251.44/251.52	c   252s|101600 |    68 |  1622k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6170 | 0.000000e+00 |      --      |    Inf 
251.74/251.80	c   252s|101700 |    68 |  1623k|  16.0 |  10M|  51 |  30 | 231 |  10k| 231 |2453 |  17 |  57k|6178 | 0.000000e+00 |      --      |    Inf 
251.95/252.08	c   252s|101800 |    74 |  1625k|  16.0 |  10M|  51 |  31 | 231 |  10k| 231 |2453 |  17 |  57k|6188 | 0.000000e+00 |      --      |    Inf 
252.24/252.33	c   252s|101900 |    72 |  1627k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6194 | 0.000000e+00 |      --      |    Inf 
252.54/252.61	c   253s|102000 |    72 |  1629k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6202 | 0.000000e+00 |      --      |    Inf 
252.84/252.93	c   253s|102100 |    72 |  1631k|  16.0 |  10M|  51 |  30 | 231 |  10k| 231 |2453 |  17 |  57k|6216 | 0.000000e+00 |      --      |    Inf 
253.05/253.20	c   253s|102200 |    74 |  1633k|  16.0 |  10M|  51 |  32 | 231 |  10k| 231 |2453 |  17 |  57k|6220 | 0.000000e+00 |      --      |    Inf 
253.34/253.45	c   253s|102300 |    72 |  1635k|  16.0 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  57k|6227 | 0.000000e+00 |      --      |    Inf 
253.63/253.73	c   254s|102400 |    72 |  1636k|  16.0 |  10M|  51 |  33 | 231 |  10k| 231 |2453 |  17 |  57k|6235 | 0.000000e+00 |      --      |    Inf 
253.84/253.98	c   254s|102500 |    74 |  1638k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6242 | 0.000000e+00 |      --      |    Inf 
254.14/254.23	c   254s|102600 |    74 |  1640k|  16.0 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  57k|6249 | 0.000000e+00 |      --      |    Inf 
254.34/254.49	c   254s|102700 |    68 |  1641k|  16.0 |  10M|  51 |  50 | 231 |  10k| 231 |2453 |  17 |  57k|6258 | 0.000000e+00 |      --      |    Inf 
254.64/254.74	c   255s|102800 |    80 |  1643k|  16.0 |  10M|  51 |  32 | 231 |  10k| 231 |2453 |  17 |  57k|6267 | 0.000000e+00 |      --      |    Inf 
254.84/254.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.84/254.99	c   255s|102900 |    91 |  1645k|  16.0 |  10M|  51 |  37 | 231 |  10k| 231 |2453 |  17 |  57k|6273 | 0.000000e+00 |      --      |    Inf 
255.14/255.21	c   255s|103000 |    95 |  1646k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6273 | 0.000000e+00 |      --      |    Inf 
255.34/255.43	c   255s|103100 |    99 |  1648k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6275 | 0.000000e+00 |      --      |    Inf 
255.54/255.64	c   256s|103200 |   101 |  1649k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6275 | 0.000000e+00 |      --      |    Inf 
255.74/255.84	c   256s|103300 |    93 |  1651k|  16.0 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  57k|6275 | 0.000000e+00 |      --      |    Inf 
255.94/256.05	c   256s|103400 |    95 |  1652k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  57k|6275 | 0.000000e+00 |      --      |    Inf 
256.14/256.25	c   256s|103500 |    89 |  1654k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
256.34/256.45	c   256s|103600 |    89 |  1655k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
256.54/256.65	c   257s|103700 |    84 |  1657k|  16.0 |  10M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
256.74/256.83	c   257s|103800 |    82 |  1658k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
256.94/257.03	c   257s|103900 |    82 |  1659k|  16.0 |  10M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
257.14/257.22	c   257s|104000 |    85 |  1661k|  16.0 |  10M|  51 |  29 | 231 |  11k| 231 |2453 |  17 |  58k|6275 | 0.000000e+00 |      --      |    Inf 
257.34/257.46	c   257s|104100 |    87 |  1662k|  16.0 |  10M|  51 |  39 | 231 |  11k| 231 |2453 |  17 |  58k|6279 | 0.000000e+00 |      --      |    Inf 
257.54/257.69	c   258s|104200 |    95 |  1664k|  16.0 |  10M|  51 |  28 | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
257.74/257.89	c   258s|104300 |    94 |  1665k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
258.04/258.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.04/258.11	c   258s|104400 |    94 |  1667k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
258.24/258.32	c   258s|104500 |    96 |  1668k|  16.0 |  10M|  51 |  30 | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
258.44/258.54	c   259s|104600 |    92 |  1670k|  16.0 |  10M|  51 |  30 | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
258.64/258.75	c   259s|104700 |    94 |  1672k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
258.84/258.96	c   259s|104800 |    96 |  1673k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
259.04/259.19	c   259s|104900 |    98 |  1675k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
259.34/259.41	c   259s|105000 |    97 |  1676k|  16.0 |  10M|  51 |  29 | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
259.54/259.64	c   260s|105100 |    97 |  1678k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6281 | 0.000000e+00 |      --      |    Inf 
259.75/259.89	c   260s|105200 |    97 |  1680k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  58k|6283 | 0.000000e+00 |      --      |    Inf 
260.04/260.11	c   260s|105300 |    99 |  1682k|  16.0 |  10M|  51 |  32 | 231 |  11k| 231 |2453 |  17 |  58k|6284 | 0.000000e+00 |      --      |    Inf 
260.23/260.33	c   260s|105400 |    94 |  1683k|  16.0 |  10M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  58k|6284 | 0.000000e+00 |      --      |    Inf 
260.44/260.55	c   261s|105500 |    92 |  1685k|  16.0 |  10M|  51 |  35 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
260.64/260.75	c   261s|105600 |    91 |  1686k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
260.84/260.96	c   261s|105700 |    89 |  1688k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
261.04/261.17	c   261s|105800 |    91 |  1689k|  16.0 |  10M|  51 |  29 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
261.24/261.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.24/261.36	c   261s|105900 |    91 |  1690k|  16.0 |  10M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
261.44/261.57	c   262s|106000 |    89 |  1692k|  16.0 |  10M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
261.64/261.77	c   262s|106100 |    86 |  1693k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
261.94/262.02	c   262s|106200 |    92 |  1695k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
262.14/262.26	c   262s|106300 |    94 |  1697k|  16.0 |  10M|  51 |  17 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
262.34/262.48	c   262s|106400 |    96 |  1698k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
262.54/262.68	c   263s|106500 |   101 |  1700k|  16.0 |  10M|  51 |  28 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
262.74/262.85	c   263s|106600 |   102 |  1701k|  16.0 |  10M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
262.94/263.05	c   263s|106700 |   102 |  1702k|  16.0 |  10M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
263.14/263.25	c   263s|106800 |   102 |  1704k|  16.0 |  10M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  59k|6284 | 0.000000e+00 |      --      |    Inf 
263.44/263.52	c   264s|106900 |    97 |  1706k|  16.0 |  10M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  59k|6292 | 0.000000e+00 |      --      |    Inf 
263.64/263.79	c   264s|107000 |   101 |  1707k|  16.0 |  10M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  59k|6302 | 0.000000e+00 |      --      |    Inf 
263.93/264.02	c   264s|107100 |   107 |  1709k|  16.0 |  10M|  51 |  24 | 231 |  12k| 231 |2453 |  17 |  59k|6302 | 0.000000e+00 |      --      |    Inf 
264.15/264.23	c   264s|107200 |   106 |  1710k|  16.0 |  10M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  59k|6307 | 0.000000e+00 |      --      |    Inf 
264.44/264.51	c   265s|107300 |   105 |  1712k|  16.0 |  10M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6318 | 0.000000e+00 |      --      |    Inf 
264.64/264.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.64/264.72	c   265s|107400 |   105 |  1714k|  16.0 |  10M|  51 |  37 | 231 |  12k| 231 |2453 |  17 |  60k|6318 | 0.000000e+00 |      --      |    Inf 
264.84/264.95	c   265s|107500 |   106 |  1715k|  16.0 |  10M|  51 |  30 | 231 |  12k| 231 |2453 |  17 |  60k|6324 | 0.000000e+00 |      --      |    Inf 
265.04/265.18	c   265s|107600 |   109 |  1717k|  16.0 |  10M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  60k|6330 | 0.000000e+00 |      --      |    Inf 
265.34/265.43	c   265s|107700 |   109 |  1718k|  16.0 |  10M|  51 |  35 | 231 |  12k| 231 |2453 |  17 |  60k|6339 | 0.000000e+00 |      --      |    Inf 
265.53/265.67	c   266s|107800 |   111 |  1720k|  16.0 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  60k|6342 | 0.000000e+00 |      --      |    Inf 
265.84/265.92	c   266s|107900 |   110 |  1721k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6350 | 0.000000e+00 |      --      |    Inf 
266.04/266.17	c   266s|108000 |   113 |  1723k|  16.0 |  11M|  51 |  28 | 231 |  12k| 231 |2453 |  17 |  60k|6355 | 0.000000e+00 |      --      |    Inf 
266.35/266.40	c   266s|108100 |   111 |  1724k|  16.0 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  60k|6361 | 0.000000e+00 |      --      |    Inf 
266.53/266.65	c   267s|108200 |   111 |  1726k|  16.0 |  11M|  51 |  37 | 231 |  12k| 231 |2453 |  17 |  60k|6365 | 0.000000e+00 |      --      |    Inf 
266.83/266.91	c   267s|108300 |   111 |  1728k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6369 | 0.000000e+00 |      --      |    Inf 
267.04/267.19	c   267s|108400 |   113 |  1730k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6378 | 0.000000e+00 |      --      |    Inf 
267.34/267.42	c   267s|108500 |   119 |  1731k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6383 | 0.000000e+00 |      --      |    Inf 
267.54/267.66	c   268s|108600 |   121 |  1733k|  16.0 |  11M|  51 |  13 | 231 |  12k| 231 |2453 |  17 |  60k|6389 | 0.000000e+00 |      --      |    Inf 
267.83/267.91	c   268s|108700 |   119 |  1735k|  16.0 |  11M|  51 |  31 | 231 |  12k| 231 |2453 |  17 |  60k|6396 | 0.000000e+00 |      --      |    Inf 
268.04/268.13	c   268s|108800 |   117 |  1736k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6401 | 0.000000e+00 |      --      |    Inf 
268.24/268.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.24/268.36	c   268s|108900 |   115 |  1738k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6406 | 0.000000e+00 |      --      |    Inf 
268.55/268.61	c   269s|109000 |   111 |  1739k|  16.0 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  60k|6414 | 0.000000e+00 |      --      |    Inf 
268.73/268.84	c   269s|109100 |   111 |  1741k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  60k|6420 | 0.000000e+00 |      --      |    Inf 
268.94/269.08	c   269s|109200 |   109 |  1742k|  16.0 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  60k|6426 | 0.000000e+00 |      --      |    Inf 
269.24/269.33	c   269s|109300 |   108 |  1744k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6433 | 0.000000e+00 |      --      |    Inf 
269.54/269.65	c   270s|109400 |   114 |  1746k|  16.0 |  11M|  51 |  44 | 231 |  12k| 231 |2453 |  17 |  61k|6443 | 0.000000e+00 |      --      |    Inf 
269.83/269.92	c   270s|109500 |   118 |  1748k|  16.0 |  11M|  51 |  12 | 231 |  12k| 231 |2453 |  17 |  61k|6449 | 0.000000e+00 |      --      |    Inf 
270.04/270.17	c   270s|109600 |   117 |  1749k|  16.0 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  61k|6456 | 0.000000e+00 |      --      |    Inf 
270.34/270.45	c   270s|109700 |   120 |  1751k|  16.0 |  11M|  51 |  34 | 231 |  12k| 231 |2453 |  17 |  61k|6467 | 0.000000e+00 |      --      |    Inf 
270.54/270.69	c   271s|109800 |   122 |  1753k|  16.0 |  11M|  51 |  28 | 231 |  12k| 231 |2453 |  17 |  61k|6471 | 0.000000e+00 |      --      |    Inf 
270.83/270.93	c   271s|109900 |   120 |  1754k|  16.0 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  61k|6474 | 0.000000e+00 |      --      |    Inf 
271.04/271.18	c   271s|110000 |   117 |  1756k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6475 | 0.000000e+00 |      --      |    Inf 
271.33/271.42	c   271s|110100 |   117 |  1758k|  16.0 |  11M|  51 |  32 | 231 |  12k| 231 |2453 |  17 |  61k|6477 | 0.000000e+00 |      --      |    Inf 
271.54/271.68	c   272s|110200 |   119 |  1760k|  16.0 |  11M|  51 |  36 | 231 |  12k| 231 |2453 |  17 |  61k|6478 | 0.000000e+00 |      --      |    Inf 
271.74/271.90	c   272s|110300 |   115 |  1762k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6479 | 0.000000e+00 |      --      |    Inf 
272.03/272.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.03/272.12	c   272s|110400 |   121 |  1763k|  16.0 |  11M|  51 |  23 | 231 |  12k| 231 |2453 |  17 |  61k|6480 | 0.000000e+00 |      --      |    Inf 
272.23/272.35	c   272s|110500 |   115 |  1765k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6480 | 0.000000e+00 |      --      |    Inf 
272.44/272.56	c   273s|110600 |   115 |  1767k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6480 | 0.000000e+00 |      --      |    Inf 
272.63/272.79	c   273s|110700 |   116 |  1768k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6480 | 0.000000e+00 |      --      |    Inf 
272.94/273.06	c   273s|110800 |   116 |  1770k|  16.0 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6481 | 0.000000e+00 |      --      |    Inf 
273.14/273.26	c   273s|110900 |   116 |  1772k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  61k|6481 | 0.000000e+00 |      --      |    Inf 
273.44/273.50	c   273s|111000 |   118 |  1774k|  16.0 |  11M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  61k|6481 | 0.000000e+00 |      --      |    Inf 
273.64/273.75	c   274s|111100 |   118 |  1775k|  16.0 |  11M|  52 |  39 | 231 |  12k| 231 |2453 |  17 |  61k|6483 | 0.000000e+00 |      --      |    Inf 
273.84/273.99	c   274s|111200 |   124 |  1777k|  16.0 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  61k|6484 | 0.000000e+00 |      --      |    Inf 
274.13/274.22	c   274s|111300 |   122 |  1779k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6484 | 0.000000e+00 |      --      |    Inf 
274.33/274.48	c   274s|111400 |   123 |  1781k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6484 | 0.000000e+00 |      --      |    Inf 
274.63/274.71	c   275s|111500 |   125 |  1782k|  16.0 |  11M|  52 |  22 | 231 |  12k| 231 |2453 |  17 |  62k|6484 | 0.000000e+00 |      --      |    Inf 
274.84/274.94	c   275s|111600 |   127 |  1784k|  16.0 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
275.04/275.20	c   275s|111700 |   125 |  1786k|  16.0 |  11M|  52 |  26 | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
275.24/275.39	c   275s|111800 |   124 |  1787k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
275.54/275.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.54/275.61	c   276s|111900 |   128 |  1789k|  16.0 |  11M|  52 |  21 | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
275.74/275.80	c   276s|112000 |   128 |  1790k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
275.94/276.03	c   276s|112100 |   126 |  1792k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
276.14/276.22	c   276s|112200 |   124 |  1793k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
276.33/276.44	c   276s|112300 |   124 |  1795k|  16.0 |  11M|  52 |  33 | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
276.54/276.66	c   277s|112400 |   123 |  1796k|  16.0 |  11M|  52 |  27 | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
276.74/276.85	c   277s|112500 |   119 |  1798k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6485 | 0.000000e+00 |      --      |    Inf 
276.93/277.07	c   277s|112600 |   123 |  1799k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6486 | 0.000000e+00 |      --      |    Inf 
277.13/277.28	c   277s|112700 |   123 |  1801k|  16.0 |  11M|  52 |  31 | 231 |  12k| 231 |2453 |  17 |  62k|6486 | 0.000000e+00 |      --      |    Inf 
277.44/277.51	c   278s|112800 |   125 |  1802k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6486 | 0.000000e+00 |      --      |    Inf 
277.64/277.77	c   278s|112900 |   123 |  1804k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  62k|6486 | 0.000000e+00 |      --      |    Inf 
277.93/278.04	c   278s|113000 |   126 |  1806k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
278.24/278.31	c   278s|113100 |   124 |  1808k|  16.0 |  11M|  52 |  40 | 231 |  12k| 231 |2453 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
278.44/278.58	c   279s|113200 |   124 |  1810k|  16.0 |  11M|  52 |  28 | 231 |  12k| 231 |2453 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
278.74/278.82	c   279s|113300 |   132 |  1812k|  16.0 |  11M|  52 |   - | 231 |  12k|   0 |   0 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
278.94/279.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.94/279.02	c   279s|113400 |   129 |  1813k|  16.0 |  11M|  52 |  31 | 231 |  12k| 231 |2453 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
279.14/279.26	c   279s|113500 |   131 |  1815k|  16.0 |  11M|  52 |  29 | 231 |  12k| 231 |2453 |  17 |  63k|6486 | 0.000000e+00 |      --      |    Inf 
279.44/279.56	c   280s|113600 |   129 |  1817k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6497 | 0.000000e+00 |      --      |    Inf 
279.73/279.82	c   280s|113700 |   133 |  1819k|  16.0 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  63k|6504 | 0.000000e+00 |      --      |    Inf 
279.94/280.05	c   280s|113800 |   128 |  1821k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6504 | 0.000000e+00 |      --      |    Inf 
280.23/280.32	c   280s|113900 |   134 |  1822k|  16.0 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  63k|6513 | 0.000000e+00 |      --      |    Inf 
280.43/280.58	c   281s|114000 |   142 |  1824k|  16.0 |  11M|  52 |  28 | 231 |  12k| 231 |2453 |  17 |  63k|6522 | 0.000000e+00 |      --      |    Inf 
280.64/280.79	c   281s|114100 |   136 |  1825k|  16.0 |  11M|  52 |  26 | 231 |  12k| 231 |2453 |  17 |  63k|6522 | 0.000000e+00 |      --      |    Inf 
280.93/281.05	c   281s|114200 |   130 |  1827k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6530 | 0.000000e+00 |      --      |    Inf 
281.24/281.31	c   281s|114300 |   134 |  1829k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6537 | 0.000000e+00 |      --      |    Inf 
281.43/281.58	c   282s|114400 |   128 |  1831k|  16.0 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  63k|6542 | 0.000000e+00 |      --      |    Inf 
281.75/281.84	c   282s|114500 |   128 |  1832k|  16.0 |  11M|  52 |  37 | 231 |  12k| 231 |2453 |  17 |  63k|6550 | 0.000000e+00 |      --      |    Inf 
281.93/282.09	c   282s|114600 |   134 |  1834k|  16.0 |  11M|  52 |  51 | 231 |  12k| 231 |2453 |  17 |  63k|6554 | 0.000000e+00 |      --      |    Inf 
282.24/282.39	c   282s|114700 |   140 |  1836k|  16.0 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  63k|6560 | 0.000000e+00 |      --      |    Inf 
282.53/282.63	c   283s|114800 |   138 |  1838k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  63k|6565 | 0.000000e+00 |      --      |    Inf 
282.84/282.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.84/282.91	c   283s|114900 |   136 |  1840k|  16.0 |  11M|  52 |  45 | 231 |  13k| 231 |2453 |  17 |  64k|6575 | 0.000000e+00 |      --      |    Inf 
283.04/283.18	c   283s|115000 |   134 |  1841k|  16.0 |  11M|  52 |  32 | 231 |  13k| 231 |2453 |  17 |  64k|6579 | 0.000000e+00 |      --      |    Inf 
283.34/283.46	c   283s|115100 |   133 |  1843k|  16.0 |  11M|  52 |   - | 231 |  13k|   0 |   0 |  17 |  64k|6588 | 0.000000e+00 |      --      |    Inf 
283.53/283.66	c   284s|115200 |   135 |  1845k|  16.0 |  11M|  52 |   - | 231 |  13k|   0 |   0 |  17 |  64k|6592 | 0.000000e+00 |      --      |    Inf 
283.84/283.95	c   284s|115300 |   131 |  1847k|  16.0 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  64k|6598 | 0.000000e+00 |      --      |    Inf 
284.13/284.22	c   284s|115400 |   131 |  1848k|  16.0 |  11M|  52 |  40 | 231 |  13k| 231 |2453 |  17 |  64k|6607 | 0.000000e+00 |      --      |    Inf 
284.34/284.47	c   284s|115500 |   132 |  1850k|  16.0 |  11M|  52 |  30 | 231 |  12k| 231 |2453 |  17 |  64k|6614 | 0.000000e+00 |      --      |    Inf 
284.64/284.73	c   285s|115600 |   132 |  1852k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6621 | 0.000000e+00 |      --      |    Inf 
284.94/285.02	c   285s|115700 |   136 |  1854k|  16.0 |  11M|  52 |  37 | 231 |  12k| 231 |2453 |  17 |  64k|6632 | 0.000000e+00 |      --      |    Inf 
285.14/285.25	c   285s|115800 |   138 |  1855k|  16.0 |  11M|  52 |  20 | 231 |  12k| 231 |2453 |  17 |  64k|6639 | 0.000000e+00 |      --      |    Inf 
285.34/285.49	c   285s|115900 |   138 |  1857k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6646 | 0.000000e+00 |      --      |    Inf 
285.53/285.68	c   286s|116000 |   138 |  1858k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6650 | 0.000000e+00 |      --      |    Inf 
285.74/285.89	c   286s|116100 |   139 |  1859k|  16.0 |  11M|  52 |   - | 231 |  12k|   0 |   0 |  17 |  64k|6653 | 0.000000e+00 |      --      |    Inf 
286.04/286.11	c   286s|116200 |   136 |  1861k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  64k|6654 | 0.000000e+00 |      --      |    Inf 
286.23/286.34	c   286s|116300 |   138 |  1863k|  16.0 |  11M|  52 |  32 | 231 |  12k| 231 |2453 |  17 |  64k|6657 | 0.000000e+00 |      --      |    Inf 
286.44/286.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.44/286.56	c   287s|116400 |   138 |  1864k|  16.0 |  11M|  52 |  36 | 231 |  12k| 231 |2453 |  17 |  64k|6659 | 0.000000e+00 |      --      |    Inf 
286.63/286.78	c   287s|116500 |   138 |  1866k|  16.0 |  11M|  52 |  24 | 231 |  12k| 231 |2453 |  17 |  64k|6659 | 0.000000e+00 |      --      |    Inf 
286.93/287.02	c   287s|116600 |   143 |  1868k|  16.0 |  11M|  52 |  29 | 231 |  12k| 231 |2453 |  17 |  64k|6660 | 0.000000e+00 |      --      |    Inf 
287.14/287.27	c   287s|116700 |   153 |  1869k|  16.0 |  11M|  52 |  32 | 231 |  12k| 231 |2453 |  17 |  65k|6663 | 0.000000e+00 |      --      |    Inf 
287.34/287.48	c   287s|116800 |   152 |  1871k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  65k|6666 | 0.000000e+00 |      --      |    Inf 
287.63/287.73	c   288s|116900 |   158 |  1873k|  16.0 |  11M|  52 |  35 | 231 |  12k| 231 |2453 |  17 |  65k|6667 | 0.000000e+00 |      --      |    Inf 
287.83/287.98	c   288s|117000 |   160 |  1875k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  65k|6668 | 0.000000e+00 |      --      |    Inf 
288.13/288.22	c   288s|117100 |   164 |  1876k|  16.0 |  11M|  52 |   - | 231 |  12k| 231 |2453 |  17 |  65k|6669 | 0.000000e+00 |      --      |    Inf 
288.34/288.44	c   288s|117200 |   162 |  1878k|  16.0 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6669 | 0.000000e+00 |      --      |    Inf 
288.54/288.68	c   289s|117300 |   160 |  1880k|  16.0 |  11M|  52 |  28 | 231 |  13k| 231 |2453 |  17 |  65k|6671 | 0.000000e+00 |      --      |    Inf 
288.83/288.90	c   289s|117400 |   161 |  1881k|  16.0 |  11M|  52 |  47 | 231 |  13k| 231 |2453 |  17 |  65k|6672 | 0.000000e+00 |      --      |    Inf 
289.04/289.14	c   289s|117500 |   167 |  1883k|  16.0 |  11M|  52 |  41 | 231 |  13k| 231 |2453 |  17 |  65k|6673 | 0.000000e+00 |      --      |    Inf 
289.23/289.36	c   289s|117600 |   167 |  1885k|  16.0 |  11M|  52 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6673 | 0.000000e+00 |      --      |    Inf 
289.44/289.57	c   290s|117700 |   167 |  1886k|  16.0 |  11M|  53 |  30 | 231 |  13k| 231 |2453 |  17 |  65k|6673 | 0.000000e+00 |      --      |    Inf 
289.73/289.83	c   290s|117800 |   165 |  1888k|  16.0 |  11M|  53 |  28 | 231 |  13k| 231 |2453 |  17 |  65k|6673 | 0.000000e+00 |      --      |    Inf 
289.94/290.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.94/290.06	c   290s|117900 |   161 |  1890k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6673 | 0.000000e+00 |      --      |    Inf 
290.14/290.29	c   290s|118000 |   163 |  1892k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6674 | 0.000000e+00 |      --      |    Inf 
290.44/290.53	c   291s|118100 |   159 |  1893k|  16.0 |  11M|  53 |  40 | 231 |  13k| 231 |2453 |  17 |  65k|6674 | 0.000000e+00 |      --      |    Inf 
290.63/290.77	c   291s|118200 |   162 |  1895k|  16.0 |  11M|  53 |  43 | 231 |  13k| 231 |2453 |  17 |  65k|6674 | 0.000000e+00 |      --      |    Inf 
290.93/291.02	c   291s|118300 |   162 |  1897k|  16.0 |  11M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  65k|6675 | 0.000000e+00 |      --      |    Inf 
291.13/291.27	c   291s|118400 |   156 |  1899k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  65k|6675 | 0.000000e+00 |      --      |    Inf 
291.44/291.53	c   292s|118500 |   160 |  1901k|  16.0 |  11M|  53 |  29 | 231 |  13k| 231 |2453 |  17 |  65k|6675 | 0.000000e+00 |      --      |    Inf 
291.64/291.78	c   292s|118600 |   164 |  1903k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
291.94/292.00	c   292s|118700 |   165 |  1905k|  16.0 |  11M|  53 |  27 | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
292.13/292.21	c   292s|118800 |   167 |  1906k|  16.0 |  11M|  53 |   - | 231 |  13k|   0 |   0 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
292.33/292.40	c   292s|118900 |   163 |  1907k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
292.54/292.64	c   293s|119000 |   163 |  1909k|  16.0 |  11M|  53 |  36 | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
292.74/292.88	c   293s|119100 |   165 |  1911k|  16.0 |  11M|  53 |  36 | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
292.94/293.09	c   293s|119200 |   168 |  1913k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
293.13/293.27	c   293s|119300 |   170 |  1914k|  16.0 |  11M|  53 |  34 | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
293.34/293.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.34/293.46	c   293s|119400 |   170 |  1915k|  16.0 |  11M|  53 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
293.54/293.66	c   294s|119500 |   166 |  1917k|  16.0 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
293.74/293.89	c   294s|119600 |   167 |  1918k|  16.0 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
294.03/294.12	c   294s|119700 |   167 |  1920k|  16.0 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
294.24/294.36	c   294s|119800 |   170 |  1922k|  16.0 |  11M|  54 |  22 | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
294.43/294.59	c   295s|119900 |   168 |  1923k|  16.0 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6675 | 0.000000e+00 |      --      |    Inf 
294.73/294.86	c   295s|120000 |   165 |  1925k|  16.0 |  11M|  54 |  39 | 231 |  13k| 231 |2453 |  17 |  66k|6684 | 0.000000e+00 |      --      |    Inf 
294.94/295.09	c   295s|120100 |   164 |  1927k|  16.0 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  66k|6684 | 0.000000e+00 |      --      |    Inf 
295.24/295.37	c   295s|120200 |   169 |  1929k|  16.0 |  11M|  54 |  21 | 231 |  13k| 231 |2453 |  17 |  66k|6691 | 0.000000e+00 |      --      |    Inf 
295.53/295.64	c   296s|120300 |   169 |  1930k|  16.0 |  11M|  54 |  31 | 231 |  13k| 231 |2453 |  17 |  66k|6701 | 0.000000e+00 |      --      |    Inf 
295.73/295.87	c   296s|120400 |   172 |  1932k|  16.1 |  11M|  54 |  26 | 231 |  13k| 231 |2453 |  17 |  66k|6701 | 0.000000e+00 |      --      |    Inf 
296.04/296.18	c   296s|120500 |   168 |  1934k|  16.1 |  11M|  54 |  28 | 231 |  13k| 231 |2453 |  17 |  66k|6713 | 0.000000e+00 |      --      |    Inf 
296.33/296.45	c   296s|120600 |   169 |  1936k|  16.1 |  11M|  54 |  38 | 231 |  13k| 231 |2453 |  17 |  67k|6723 | 0.000000e+00 |      --      |    Inf 
296.63/296.70	c   297s|120700 |   169 |  1938k|  16.1 |  11M|  54 |  26 | 231 |  13k| 231 |2453 |  17 |  67k|6723 | 0.000000e+00 |      --      |    Inf 
296.83/296.92	c   297s|120800 |   167 |  1939k|  16.1 |  11M|  54 |  44 | 231 |  13k| 231 |2453 |  17 |  67k|6727 | 0.000000e+00 |      --      |    Inf 
297.03/297.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.03/297.16	c   297s|120900 |   164 |  1941k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6732 | 0.000000e+00 |      --      |    Inf 
297.33/297.40	c   297s|121000 |   169 |  1943k|  16.1 |  11M|  54 |  37 | 231 |  13k| 231 |2453 |  17 |  67k|6741 | 0.000000e+00 |      --      |    Inf 
297.53/297.64	c   298s|121100 |   167 |  1944k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6746 | 0.000000e+00 |      --      |    Inf 
297.83/297.93	c   298s|121200 |   167 |  1946k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6755 | 0.000000e+00 |      --      |    Inf 
298.04/298.18	c   298s|121300 |   167 |  1948k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6761 | 0.000000e+00 |      --      |    Inf 
298.33/298.46	c   298s|121400 |   165 |  1950k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6770 | 0.000000e+00 |      --      |    Inf 
298.53/298.69	c   299s|121500 |   167 |  1951k|  16.1 |  11M|  54 |  38 | 231 |  13k| 231 |2453 |  17 |  67k|6774 | 0.000000e+00 |      --      |    Inf 
298.83/298.96	c   299s|121600 |   166 |  1953k|  16.1 |  11M|  54 |  30 | 231 |  13k| 231 |2453 |  17 |  67k|6781 | 0.000000e+00 |      --      |    Inf 
299.14/299.24	c   299s|121700 |   165 |  1955k|  16.1 |  11M|  54 |  35 | 231 |  13k| 231 |2453 |  17 |  67k|6789 | 0.000000e+00 |      --      |    Inf 
299.34/299.49	c   299s|121800 |   163 |  1957k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6794 | 0.000000e+00 |      --      |    Inf 
299.63/299.75	c   300s|121900 |   165 |  1958k|  16.1 |  11M|  54 |  19 | 231 |  13k| 231 |2453 |  17 |  67k|6799 | 0.000000e+00 |      --      |    Inf 
299.93/300.01	c   300s|122000 |   163 |  1960k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6808 | 0.000000e+00 |      --      |    Inf 
300.13/300.26	c   300s|122100 |   165 |  1961k|  16.1 |  11M|  54 |  21 | 231 |  13k| 231 |2453 |  17 |  67k|6814 | 0.000000e+00 |      --      |    Inf 
300.34/300.49	c   300s|122200 |   163 |  1963k|  16.1 |  11M|  54 |  32 | 231 |  13k| 231 |2453 |  17 |  67k|6817 | 0.000000e+00 |      --      |    Inf 
300.64/300.72	c   301s|122300 |   162 |  1965k|  16.1 |  11M|  54 |  35 | 231 |  13k| 231 |2453 |  17 |  67k|6822 | 0.000000e+00 |      --      |    Inf 
300.83/300.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.83/300.98	c   301s|122400 |   163 |  1966k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  67k|6829 | 0.000000e+00 |      --      |    Inf 
301.13/301.23	c   301s|122500 |   165 |  1968k|  16.1 |  11M|  54 |  37 | 231 |  13k| 231 |2453 |  17 |  68k|6835 | 0.000000e+00 |      --      |    Inf 
301.33/301.49	c   301s|122600 |   165 |  1970k|  16.1 |  11M|  54 |  36 | 231 |  13k| 231 |2453 |  17 |  68k|6842 | 0.000000e+00 |      --      |    Inf 
301.63/301.74	c   302s|122700 |   163 |  1971k|  16.1 |  11M|  54 |   - | 231 |  13k| 231 |2453 |  17 |  68k|6848 | 0.000000e+00 |      --      |    Inf 
301.83/301.98	c   302s|122800 |   163 |  1973k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6852 | 0.000000e+00 |      --      |    Inf 
302.13/302.20	c   302s|122900 |   162 |  1974k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6855 | 0.000000e+00 |      --      |    Inf 
302.33/302.45	c   302s|123000 |   165 |  1976k|  16.1 |  11M|  54 |  30 | 231 |  12k| 231 |2453 |  17 |  68k|6858 | 0.000000e+00 |      --      |    Inf 
302.54/302.68	c   303s|123100 |   166 |  1977k|  16.1 |  11M|  54 |  30 | 231 |  12k| 231 |2453 |  17 |  68k|6859 | 0.000000e+00 |      --      |    Inf 
302.83/302.92	c   303s|123200 |   166 |  1979k|  16.1 |  11M|  54 |  21 | 231 |  12k| 231 |2453 |  17 |  68k|6861 | 0.000000e+00 |      --      |    Inf 
303.04/303.16	c   303s|123300 |   160 |  1981k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6862 | 0.000000e+00 |      --      |    Inf 
303.23/303.39	c   303s|123400 |   160 |  1982k|  16.1 |  11M|  54 |  35 | 231 |  12k| 231 |2453 |  17 |  68k|6864 | 0.000000e+00 |      --      |    Inf 
303.53/303.61	c   304s|123500 |   158 |  1984k|  16.1 |  11M|  54 |  25 | 231 |  12k| 231 |2453 |  17 |  68k|6864 | 0.000000e+00 |      --      |    Inf 
303.74/303.85	c   304s|123600 |   158 |  1986k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6864 | 0.000000e+00 |      --      |    Inf 
303.94/304.09	c   304s|123700 |   160 |  1988k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
304.23/304.33	c   304s|123800 |   164 |  1989k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
304.44/304.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.44/304.56	c   305s|123900 |   168 |  1991k|  16.1 |  11M|  54 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
304.63/304.77	c   305s|124000 |   174 |  1993k|  16.1 |  11M|  54 |  29 | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
304.93/305.01	c   305s|124100 |   170 |  1994k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
305.14/305.22	c   305s|124200 |   170 |  1996k|  16.1 |  11M|  55 |  26 | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
305.33/305.42	c   305s|124300 |   170 |  1997k|  16.1 |  11M|  55 |  23 | 231 |  12k| 231 |2453 |  17 |  68k|6866 | 0.000000e+00 |      --      |    Inf 
305.54/305.66	c   306s|124400 |   165 |  1999k|  16.1 |  11M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
305.73/305.89	c   306s|124500 |   165 |  2001k|  16.1 |  11M|  55 |  35 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
306.03/306.13	c   306s|124600 |   167 |  2003k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
306.23/306.36	c   306s|124700 |   169 |  2004k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
306.53/306.61	c   307s|124800 |   167 |  2006k|  16.1 |  11M|  55 |  42 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
306.73/306.82	c   307s|124900 |   171 |  2008k|  16.1 |  11M|  55 |  31 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
306.94/307.06	c   307s|125000 |   172 |  2010k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
307.13/307.29	c   307s|125100 |   170 |  2011k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
307.43/307.55	c   308s|125200 |   168 |  2013k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
307.63/307.76	c   308s|125300 |   168 |  2015k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
307.93/308.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.93/308.00	c   308s|125400 |   170 |  2017k|  16.1 |  11M|  55 |  27 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
308.14/308.24	c   308s|125500 |   168 |  2018k|  16.1 |  11M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
308.33/308.45	c   308s|125600 |   165 |  2020k|  16.1 |  11M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
308.53/308.69	c   309s|125700 |   166 |  2022k|  16.1 |  11M|  55 |  37 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
308.83/308.91	c   309s|125800 |   168 |  2023k|  16.1 |  11M|  55 |  24 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
309.03/309.12	c   309s|125900 |   170 |  2025k|  16.1 |  11M|  55 |  22 | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
309.23/309.35	c   309s|126000 |   166 |  2026k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
309.43/309.58	c   310s|126100 |   164 |  2028k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  69k|6866 | 0.000000e+00 |      --      |    Inf 
309.73/309.85	c   310s|126200 |   172 |  2030k|  16.1 |  11M|  55 |  28 | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
309.93/310.08	c   310s|126300 |   173 |  2032k|  16.1 |  11M|  55 |  36 | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
310.23/310.31	c   310s|126400 |   175 |  2034k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
310.43/310.52	c   311s|126500 |   180 |  2035k|  16.1 |  11M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
310.63/310.74	c   311s|126600 |   174 |  2037k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
310.83/310.97	c   311s|126700 |   178 |  2039k|  16.1 |  11M|  55 |  34 | 231 |  12k| 231 |2453 |  17 |  70k|6866 | 0.000000e+00 |      --      |    Inf 
311.13/311.21	c   311s|126800 |   180 |  2040k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6874 | 0.000000e+00 |      --      |    Inf 
311.34/311.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
311.34/311.45	c   311s|126900 |   180 |  2042k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  70k|6874 | 0.000000e+00 |      --      |    Inf 
311.53/311.69	c   312s|127000 |   178 |  2043k|  16.1 |  11M|  55 |  32 | 231 |  13k| 231 |2453 |  17 |  70k|6880 | 0.000000e+00 |      --      |    Inf 
311.83/311.97	c   312s|127100 |   178 |  2045k|  16.1 |  11M|  55 |  31 | 231 |  13k| 231 |2453 |  17 |  70k|6890 | 0.000000e+00 |      --      |    Inf 
312.13/312.27	c   312s|127200 |   178 |  2047k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  70k|6897 | 0.000000e+00 |      --      |    Inf 
312.44/312.57	c   313s|127300 |   178 |  2049k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  70k|6908 | 0.000000e+00 |      --      |    Inf 
312.63/312.79	c   313s|127400 |   182 |  2051k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  70k|6908 | 0.000000e+00 |      --      |    Inf 
312.94/313.08	c   313s|127500 |   186 |  2053k|  16.1 |  11M|  55 |  30 | 231 |  13k| 231 |2453 |  17 |  70k|6914 | 0.000000e+00 |      --      |    Inf 
313.23/313.35	c   313s|127600 |   182 |  2055k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  70k|6918 | 0.000000e+00 |      --      |    Inf 
313.44/313.59	c   314s|127700 |   184 |  2056k|  16.1 |  11M|  55 |  20 | 231 |  13k| 231 |2453 |  17 |  70k|6925 | 0.000000e+00 |      --      |    Inf 
313.73/313.85	c   314s|127800 |   182 |  2058k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  70k|6929 | 0.000000e+00 |      --      |    Inf 
314.03/314.11	c   314s|127900 |   186 |  2060k|  16.1 |  11M|  55 |  24 | 231 |  13k| 231 |2453 |  17 |  70k|6933 | 0.000000e+00 |      --      |    Inf 
314.33/314.40	c   314s|128000 |   182 |  2062k|  16.1 |  11M|  55 |  39 | 231 |  13k| 231 |2453 |  17 |  71k|6939 | 0.000000e+00 |      --      |    Inf 
314.53/314.67	c   315s|128100 |   178 |  2064k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  71k|6945 | 0.000000e+00 |      --      |    Inf 
314.83/314.93	c   315s|128200 |   182 |  2066k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  71k|6950 | 0.000000e+00 |      --      |    Inf 
315.13/315.24	c   315s|128300 |   174 |  2067k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|6964 | 0.000000e+00 |      --      |    Inf 
315.33/315.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.33/315.49	c   315s|128400 |   174 |  2069k|  16.1 |  11M|  55 |  31 | 231 |  13k| 231 |2453 |  17 |  71k|6964 | 0.000000e+00 |      --      |    Inf 
315.63/315.75	c   316s|128500 |   172 |  2071k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|6971 | 0.000000e+00 |      --      |    Inf 
315.93/316.01	c   316s|128600 |   174 |  2073k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|6976 | 0.000000e+00 |      --      |    Inf 
316.13/316.27	c   316s|128700 |   172 |  2075k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|6981 | 0.000000e+00 |      --      |    Inf 
316.43/316.55	c   317s|128800 |   174 |  2076k|  16.1 |  11M|  55 |  37 | 231 |  13k| 231 |2453 |  17 |  71k|6989 | 0.000000e+00 |      --      |    Inf 
316.63/316.79	c   317s|128900 |   174 |  2078k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  71k|6994 | 0.000000e+00 |      --      |    Inf 
316.94/317.02	c   317s|129000 |   177 |  2079k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|6999 | 0.000000e+00 |      --      |    Inf 
317.13/317.26	c   317s|129100 |   176 |  2081k|  16.1 |  11M|  55 |  37 | 231 |  13k| 231 |2453 |  17 |  71k|7005 | 0.000000e+00 |      --      |    Inf 
317.43/317.51	c   318s|129200 |   176 |  2083k|  16.1 |  11M|  55 |  35 | 231 |  13k| 231 |2453 |  17 |  71k|7011 | 0.000000e+00 |      --      |    Inf 
317.63/317.74	c   318s|129300 |   174 |  2084k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|7018 | 0.000000e+00 |      --      |    Inf 
317.94/318.01	c   318s|129400 |   176 |  2086k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  71k|7025 | 0.000000e+00 |      --      |    Inf 
318.13/318.29	c   318s|129500 |   174 |  2088k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  71k|7032 | 0.000000e+00 |      --      |    Inf 
318.43/318.58	c   319s|129600 |   174 |  2090k|  16.1 |  11M|  55 |  31 | 231 |  13k| 231 |2453 |  17 |  72k|7041 | 0.000000e+00 |      --      |    Inf 
318.73/318.83	c   319s|129700 |   170 |  2091k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  72k|7046 | 0.000000e+00 |      --      |    Inf 
318.93/319.09	c   319s|129800 |   170 |  2093k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  72k|7052 | 0.000000e+00 |      --      |    Inf 
319.23/319.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.23/319.36	c   319s|129900 |   170 |  2095k|  16.1 |  11M|  55 |  34 | 231 |  13k| 231 |2453 |  17 |  72k|7057 | 0.000000e+00 |      --      |    Inf 
319.53/319.65	c   320s|130000 |   170 |  2097k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  72k|7066 | 0.000000e+00 |      --      |    Inf 
319.83/319.90	c   320s|130100 |   170 |  2098k|  16.1 |  11M|  55 |   - | 231 |  13k| 231 |2453 |  17 |  72k|7072 | 0.000000e+00 |      --      |    Inf 
320.03/320.14	c   320s|130200 |   172 |  2100k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7076 | 0.000000e+00 |      --      |    Inf 
320.23/320.39	c   320s|130300 |   174 |  2102k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7078 | 0.000000e+00 |      --      |    Inf 
320.53/320.64	c   321s|130400 |   174 |  2103k|  16.1 |  11M|  55 |  41 | 231 |  12k| 231 |2453 |  17 |  72k|7083 | 0.000000e+00 |      --      |    Inf 
320.73/320.87	c   321s|130500 |   172 |  2105k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7083 | 0.000000e+00 |      --      |    Inf 
320.93/321.08	c   321s|130600 |   169 |  2106k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7086 | 0.000000e+00 |      --      |    Inf 
321.24/321.32	c   321s|130700 |   171 |  2108k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
321.43/321.50	c   321s|130800 |   174 |  2109k|  16.1 |  11M|  55 |  30 | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
321.63/321.71	c   322s|130900 |   172 |  2111k|  16.1 |  11M|  55 |  43 | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
321.83/321.93	c   322s|131000 |   174 |  2112k|  16.1 |  11M|  55 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
322.03/322.16	c   322s|131100 |   174 |  2114k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
322.23/322.37	c   322s|131200 |   174 |  2116k|  16.1 |  11M|  58 |  34 | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
322.44/322.59	c   323s|131300 |   176 |  2117k|  16.1 |  11M|  58 |  24 | 231 |  12k| 231 |2453 |  17 |  72k|7087 | 0.000000e+00 |      --      |    Inf 
322.73/322.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.73/322.82	c   323s|131400 |   172 |  2119k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
322.92/323.05	c   323s|131500 |   174 |  2121k|  16.1 |  11M|  58 |  33 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
323.13/323.27	c   323s|131600 |   174 |  2122k|  16.1 |  11M|  58 |  30 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
323.43/323.50	c   324s|131700 |   176 |  2124k|  16.1 |  11M|  58 |  42 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
323.63/323.72	c   324s|131800 |   176 |  2126k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
323.83/323.93	c   324s|131900 |   176 |  2127k|  16.1 |  11M|  58 |  38 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
324.03/324.12	c   324s|132000 |   172 |  2128k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
324.23/324.35	c   324s|132100 |   172 |  2130k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
324.43/324.58	c   325s|132200 |   176 |  2132k|  16.1 |  11M|  58 |  22 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
324.73/324.81	c   325s|132300 |   174 |  2133k|  16.1 |  11M|  58 |  39 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
324.93/325.05	c   325s|132400 |   174 |  2135k|  16.1 |  11M|  58 |  30 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
325.13/325.29	c   325s|132500 |   177 |  2137k|  16.1 |  11M|  58 |  33 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
325.43/325.52	c   326s|132600 |   177 |  2139k|  16.1 |  11M|  58 |  41 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
325.63/325.77	c   326s|132700 |   181 |  2141k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
325.83/325.99	c   326s|132800 |   183 |  2142k|  16.1 |  11M|  58 |  36 | 231 |  12k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
326.13/326.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.13/326.22	c   326s|132900 |   179 |  2144k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
326.33/326.44	c   326s|133000 |   185 |  2145k|  16.1 |  11M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
326.53/326.69	c   327s|133100 |   185 |  2147k|  16.1 |  11M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  73k|7087 | 0.000000e+00 |      --      |    Inf 
326.84/326.91	c   327s|133200 |   182 |  2149k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
327.03/327.14	c   327s|133300 |   183 |  2151k|  16.1 |  11M|  58 |  43 | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
327.23/327.36	c   327s|133400 |   179 |  2152k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
327.53/327.60	c   328s|133500 |   177 |  2154k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
327.72/327.83	c   328s|133600 |   178 |  2156k|  16.1 |  11M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
327.93/328.06	c   328s|133700 |   176 |  2157k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
328.13/328.26	c   328s|133800 |   175 |  2159k|  16.1 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
328.33/328.46	c   328s|133900 |   175 |  2160k|  16.1 |  11M|  58 |   - | 231 |  13k|   0 |   0 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
328.53/328.68	c   329s|134000 |   171 |  2161k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
328.82/328.91	c   329s|134100 |   175 |  2163k|  16.1 |  11M|  58 |  23 | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
328.93/329.08	c   329s|134200 |   172 |  2164k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
329.13/329.28	c   329s|134300 |   174 |  2166k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
329.33/329.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.33/329.49	c   329s|134400 |   174 |  2167k|  16.1 |  11M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  74k|7087 | 0.000000e+00 |      --      |    Inf 
329.63/329.70	c   330s|134500 |   173 |  2168k|  16.1 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  74k|7092 | 0.000000e+00 |      --      |    Inf 
329.83/329.98	c   330s|134600 |   173 |  2170k|  16.1 |  11M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  74k|7105 | 0.000000e+00 |      --      |    Inf 
330.14/330.20	c   330s|134700 |   171 |  2172k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7105 | 0.000000e+00 |      --      |    Inf 
330.33/330.47	c   330s|134800 |   171 |  2173k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  74k|7114 | 0.000000e+00 |      --      |    Inf 
330.63/330.71	c   331s|134900 |   175 |  2175k|  16.1 |  11M|  58 |  28 | 231 |  13k| 231 |2453 |  17 |  75k|7114 | 0.000000e+00 |      --      |    Inf 
330.82/330.95	c   331s|135000 |   175 |  2176k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7119 | 0.000000e+00 |      --      |    Inf 
331.13/331.23	c   331s|135100 |   179 |  2178k|  16.1 |  11M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  75k|7126 | 0.000000e+00 |      --      |    Inf 
331.43/331.54	c   332s|135200 |   179 |  2180k|  16.1 |  11M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  75k|7135 | 0.000000e+00 |      --      |    Inf 
331.73/331.84	c   332s|135300 |   175 |  2182k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7145 | 0.000000e+00 |      --      |    Inf 
331.93/332.04	c   332s|135400 |   171 |  2184k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7145 | 0.000000e+00 |      --      |    Inf 
332.13/332.28	c   332s|135500 |   173 |  2185k|  16.1 |  11M|  58 |  39 | 231 |  13k| 231 |2453 |  17 |  75k|7145 | 0.000000e+00 |      --      |    Inf 
332.42/332.55	c   333s|135600 |   171 |  2187k|  16.1 |  11M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  75k|7153 | 0.000000e+00 |      --      |    Inf 
332.63/332.78	c   333s|135700 |   169 |  2189k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7158 | 0.000000e+00 |      --      |    Inf 
332.92/333.05	c   333s|135800 |   169 |  2190k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7164 | 0.000000e+00 |      --      |    Inf 
333.23/333.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.23/333.32	c   333s|135900 |   167 |  2192k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7171 | 0.000000e+00 |      --      |    Inf 
333.43/333.54	c   334s|136000 |   165 |  2194k|  16.1 |  11M|  58 |  39 | 231 |  13k| 231 |2453 |  17 |  75k|7171 | 0.000000e+00 |      --      |    Inf 
333.63/333.78	c   334s|136100 |   165 |  2195k|  16.1 |  11M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  75k|7177 | 0.000000e+00 |      --      |    Inf 
333.93/334.07	c   334s|136200 |   164 |  2197k|  16.1 |  11M|  58 |  43 | 231 |  13k| 231 |2453 |  17 |  75k|7191 | 0.000000e+00 |      --      |    Inf 
334.13/334.29	c   334s|136300 |   166 |  2198k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7191 | 0.000000e+00 |      --      |    Inf 
334.43/334.55	c   335s|136400 |   162 |  2200k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7193 | 0.000000e+00 |      --      |    Inf 
334.73/334.85	c   335s|136500 |   162 |  2202k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7201 | 0.000000e+00 |      --      |    Inf 
334.93/335.09	c   335s|136600 |   162 |  2204k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  75k|7204 | 0.000000e+00 |      --      |    Inf 
335.33/335.41	c   335s|136700 |   162 |  2206k|  16.1 |  11M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  76k|7213 | 0.000000e+00 |      --      |    Inf 
335.54/335.70	c   336s|136800 |   160 |  2208k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  76k|7220 | 0.000000e+00 |      --      |    Inf 
335.83/335.93	c   336s|136900 |   160 |  2209k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  76k|7224 | 0.000000e+00 |      --      |    Inf 
336.03/336.18	c   336s|137000 |   160 |  2211k|  16.1 |  11M|  58 |  28 | 231 |  13k| 231 |2453 |  17 |  76k|7229 | 0.000000e+00 |      --      |    Inf 
336.33/336.43	c   336s|137100 |   158 |  2213k|  16.1 |  11M|  58 |  45 | 231 |  13k| 231 |2453 |  17 |  76k|7233 | 0.000000e+00 |      --      |    Inf 
336.53/336.70	c   337s|137200 |   158 |  2214k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  76k|7241 | 0.000000e+00 |      --      |    Inf 
336.82/336.93	c   337s|137300 |   158 |  2216k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7246 | 0.000000e+00 |      --      |    Inf 
337.03/337.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.03/337.16	c   337s|137400 |   158 |  2218k|  16.1 |  11M|  58 |  38 | 231 |  12k| 231 |2453 |  17 |  76k|7249 | 0.000000e+00 |      --      |    Inf 
337.33/337.41	c   337s|137500 |   154 |  2219k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7254 | 0.000000e+00 |      --      |    Inf 
337.53/337.64	c   338s|137600 |   156 |  2221k|  16.1 |  11M|  58 |  23 | 231 |  12k| 231 |2453 |  17 |  76k|7257 | 0.000000e+00 |      --      |    Inf 
337.83/337.91	c   338s|137700 |   154 |  2222k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7264 | 0.000000e+00 |      --      |    Inf 
338.03/338.12	c   338s|137800 |   158 |  2224k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7266 | 0.000000e+00 |      --      |    Inf 
338.23/338.31	c   338s|137900 |   156 |  2225k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7268 | 0.000000e+00 |      --      |    Inf 
338.43/338.52	c   339s|138000 |   155 |  2227k|  16.1 |  11M|  58 |   - | 231 |  12k| 231 |2453 |  17 |  76k|7268 | 0.000000e+00 |      --      |    Inf 
338.62/338.71	c   339s|138100 |   155 |  2228k|  16.1 |  11M|  58 |  36 | 231 |  12k| 231 |2453 |  17 |  76k|7269 | 0.000000e+00 |      --      |    Inf 
338.83/338.94	c   339s|138200 |   159 |  2229k|  16.1 |  11M|  58 |  18 | 231 |  12k| 231 |2453 |  17 |  76k|7269 | 0.000000e+00 |      --      |    Inf 
339.03/339.12	c   339s|138300 |   159 |  2231k|  16.1 |  11M|  58 |  20 | 231 |  12k| 231 |2453 |  17 |  76k|7270 | 0.000000e+00 |      --      |    Inf 
339.22/339.32	c   339s|138400 |   158 |  2232k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  76k|7272 | 0.000000e+00 |      --      |    Inf 
339.43/339.53	c   340s|138500 |   158 |  2234k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7272 | 0.000000e+00 |      --      |    Inf 
339.63/339.73	c   340s|138600 |   160 |  2235k|  16.1 |  11M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
339.82/339.94	c   340s|138700 |   158 |  2237k|  16.1 |  11M|  58 |  37 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
340.03/340.17	c   340s|138800 |   158 |  2238k|  16.1 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
340.32/340.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.32/340.40	c   340s|138900 |   156 |  2240k|  16.1 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
340.52/340.64	c   341s|139000 |   156 |  2242k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
340.73/340.88	c   341s|139100 |   162 |  2244k|  16.1 |  11M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
341.03/341.14	c   341s|139200 |   158 |  2246k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
341.33/341.41	c   341s|139300 |   160 |  2248k|  16.1 |  11M|  58 |  25 | 231 |  13k| 231 |2453 |  17 |  77k|7273 | 0.000000e+00 |      --      |    Inf 
341.53/341.63	c   342s|139400 |   158 |  2249k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7274 | 0.000000e+00 |      --      |    Inf 
341.73/341.89	c   342s|139500 |   156 |  2251k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7275 | 0.000000e+00 |      --      |    Inf 
342.03/342.16	c   342s|139600 |   158 |  2253k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
342.32/342.42	c   342s|139700 |   158 |  2255k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
342.53/342.67	c   343s|139800 |   158 |  2257k|  16.1 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
342.83/342.92	c   343s|139900 |   160 |  2259k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
343.12/343.20	c   343s|140000 |   160 |  2262k|  16.2 |  11M|  58 |  35 | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
343.33/343.44	c   343s|140100 |   160 |  2263k|  16.2 |  11M|  58 |  42 | 231 |  13k| 231 |2453 |  17 |  77k|7276 | 0.000000e+00 |      --      |    Inf 
343.53/343.69	c   344s|140200 |   158 |  2265k|  16.2 |  11M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
343.83/343.94	c   344s|140300 |   156 |  2267k|  16.2 |  11M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
344.02/344.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.02/344.17	c   344s|140400 |   156 |  2269k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
344.22/344.39	c   344s|140500 |   158 |  2270k|  16.2 |  11M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
344.52/344.63	c   345s|140600 |   154 |  2272k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
344.73/344.87	c   345s|140700 |   154 |  2274k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
345.03/345.11	c   345s|140800 |   154 |  2275k|  16.2 |  11M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
345.22/345.35	c   345s|140900 |   156 |  2277k|  16.2 |  11M|  58 |  26 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
345.53/345.61	c   346s|141000 |   154 |  2279k|  16.2 |  11M|  58 |  39 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
345.72/345.86	c   346s|141100 |   152 |  2281k|  16.2 |  11M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
345.93/346.09	c   346s|141200 |   152 |  2283k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
346.23/346.30	c   346s|141300 |   154 |  2284k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
346.42/346.50	c   347s|141400 |   152 |  2285k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
346.63/346.74	c   347s|141500 |   152 |  2287k|  16.2 |  11M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
346.83/346.98	c   347s|141600 |   156 |  2289k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7276 | 0.000000e+00 |      --      |    Inf 
347.22/347.30	c   347s|141700 |   150 |  2291k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7288 | 0.000000e+00 |      --      |    Inf 
347.43/347.55	c   348s|141800 |   150 |  2293k|  16.2 |  11M|  58 |  38 | 231 |  13k| 231 |2453 |  17 |  78k|7288 | 0.000000e+00 |      --      |    Inf 
347.73/347.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.73/347.82	c   348s|141900 |   150 |  2295k|  16.2 |  11M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  78k|7293 | 0.000000e+00 |      --      |    Inf 
347.93/348.09	c   348s|142000 |   152 |  2296k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  78k|7299 | 0.000000e+00 |      --      |    Inf 
348.23/348.37	c   348s|142100 |   148 |  2299k|  16.2 |  11M|  58 |  46 | 231 |  13k| 231 |2453 |  17 |  79k|7303 | 0.000000e+00 |      --      |    Inf 
348.53/348.66	c   349s|142200 |   152 |  2300k|  16.2 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  79k|7312 | 0.000000e+00 |      --      |    Inf 
348.83/348.90	c   349s|142300 |   152 |  2302k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7312 | 0.000000e+00 |      --      |    Inf 
349.13/349.21	c   349s|142400 |   148 |  2304k|  16.2 |  11M|  58 |  42 | 231 |  13k| 231 |2453 |  17 |  79k|7325 | 0.000000e+00 |      --      |    Inf 
349.32/349.41	c   349s|142500 |   150 |  2306k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7325 | 0.000000e+00 |      --      |    Inf 
349.52/349.68	c   350s|142600 |   148 |  2307k|  16.2 |  11M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  79k|7332 | 0.000000e+00 |      --      |    Inf 
349.83/349.95	c   350s|142700 |   148 |  2309k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7338 | 0.000000e+00 |      --      |    Inf 
350.03/350.17	c   350s|142800 |   158 |  2311k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7344 | 0.000000e+00 |      --      |    Inf 
350.22/350.36	c   350s|142900 |   159 |  2312k|  16.2 |  11M|  58 |  20 | 231 |  13k| 231 |2453 |  17 |  79k|7352 | 0.000000e+00 |      --      |    Inf 
350.42/350.56	c   351s|143000 |   158 |  2313k|  16.2 |  11M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  79k|7357 | 0.000000e+00 |      --      |    Inf 
350.62/350.75	c   351s|143100 |   155 |  2314k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7357 | 0.000000e+00 |      --      |    Inf 
350.93/351.04	c   351s|143200 |   157 |  2316k|  16.2 |  11M|  58 |  19 | 231 |  13k| 231 |2453 |  17 |  79k|7365 | 0.000000e+00 |      --      |    Inf 
351.12/351.27	c   351s|143300 |   157 |  2318k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7373 | 0.000000e+00 |      --      |    Inf 
351.42/351.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.42/351.50	c   351s|143400 |   157 |  2319k|  16.2 |  11M|  58 |  28 | 231 |  13k| 231 |2453 |  17 |  79k|7378 | 0.000000e+00 |      --      |    Inf 
351.62/351.73	c   352s|143500 |   155 |  2321k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7385 | 0.000000e+00 |      --      |    Inf 
351.93/352.00	c   352s|143600 |   157 |  2323k|  16.2 |  11M|  58 |  36 | 231 |  13k| 231 |2453 |  17 |  79k|7390 | 0.000000e+00 |      --      |    Inf 
352.13/352.22	c   352s|143700 |   159 |  2324k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  79k|7395 | 0.000000e+00 |      --      |    Inf 
352.32/352.45	c   352s|143800 |   155 |  2326k|  16.2 |  11M|  58 |  42 | 231 |  13k| 231 |2453 |  17 |  79k|7401 | 0.000000e+00 |      --      |    Inf 
352.53/352.65	c   353s|143900 |   158 |  2327k|  16.2 |  11M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  80k|7404 | 0.000000e+00 |      --      |    Inf 
352.82/352.92	c   353s|144000 |   158 |  2329k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7412 | 0.000000e+00 |      --      |    Inf 
353.02/353.18	c   353s|144100 |   158 |  2331k|  16.2 |  11M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  80k|7418 | 0.000000e+00 |      --      |    Inf 
353.32/353.42	c   353s|144200 |   158 |  2332k|  16.2 |  11M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  80k|7420 | 0.000000e+00 |      --      |    Inf 
353.52/353.66	c   354s|144300 |   157 |  2334k|  16.2 |  11M|  58 |  41 | 231 |  13k| 231 |2453 |  17 |  80k|7426 | 0.000000e+00 |      --      |    Inf 
353.83/353.91	c   354s|144400 |   157 |  2336k|  16.2 |  11M|  58 |  42 | 231 |  13k| 231 |2453 |  17 |  80k|7432 | 0.000000e+00 |      --      |    Inf 
354.02/354.13	c   354s|144500 |   157 |  2337k|  16.2 |  11M|  58 |  24 | 231 |  13k| 231 |2453 |  17 |  80k|7435 | 0.000000e+00 |      --      |    Inf 
354.23/354.37	c   354s|144600 |   157 |  2339k|  16.2 |  11M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  80k|7444 | 0.000000e+00 |      --      |    Inf 
354.53/354.63	c   355s|144700 |   155 |  2340k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7450 | 0.000000e+00 |      --      |    Inf 
354.72/354.88	c   355s|144800 |   157 |  2342k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7455 | 0.000000e+00 |      --      |    Inf 
355.02/355.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.02/355.15	c   355s|144900 |   155 |  2344k|  16.2 |  11M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  80k|7464 | 0.000000e+00 |      --      |    Inf 
355.23/355.39	c   355s|145000 |   154 |  2346k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7468 | 0.000000e+00 |      --      |    Inf 
355.52/355.67	c   356s|145100 |   157 |  2347k|  16.2 |  11M|  58 |  13 | 231 |  13k| 231 |2453 |  17 |  80k|7478 | 0.000000e+00 |      --      |    Inf 
355.82/355.92	c   356s|145200 |   156 |  2349k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7485 | 0.000000e+00 |      --      |    Inf 
356.02/356.13	c   356s|145300 |   156 |  2350k|  16.2 |  12M|  58 |   - | 231 |  13k|   0 |   0 |  17 |  80k|7490 | 0.000000e+00 |      --      |    Inf 
356.22/356.36	c   356s|145400 |   157 |  2352k|  16.2 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  80k|7496 | 0.000000e+00 |      --      |    Inf 
356.53/356.63	c   357s|145500 |   159 |  2354k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  80k|7501 | 0.000000e+00 |      --      |    Inf 
356.83/356.91	c   357s|145600 |   152 |  2355k|  16.2 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  80k|7506 | 0.000000e+00 |      --      |    Inf 
357.02/357.15	c   357s|145700 |   151 |  2357k|  16.2 |  12M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  80k|7511 | 0.000000e+00 |      --      |    Inf 
357.32/357.40	c   357s|145800 |   148 |  2359k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  81k|7515 | 0.000000e+00 |      --      |    Inf 
357.53/357.63	c   358s|145900 |   148 |  2361k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7516 | 0.000000e+00 |      --      |    Inf 
357.72/357.86	c   358s|146000 |   148 |  2362k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7519 | 0.000000e+00 |      --      |    Inf 
358.02/358.11	c   358s|146100 |   150 |  2364k|  16.2 |  12M|  58 |  30 | 231 |  14k| 231 |2453 |  17 |  81k|7520 | 0.000000e+00 |      --      |    Inf 
358.23/358.33	c   358s|146200 |   150 |  2366k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7521 | 0.000000e+00 |      --      |    Inf 
358.52/358.61	c   359s|146300 |   148 |  2368k|  16.2 |  12M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  81k|7523 | 0.000000e+00 |      --      |    Inf 
358.73/358.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.73/358.86	c   359s|146400 |   148 |  2369k|  16.2 |  12M|  58 |  41 | 231 |  14k| 231 |2453 |  17 |  81k|7527 | 0.000000e+00 |      --      |    Inf 
359.02/359.10	c   359s|146500 |   148 |  2371k|  16.2 |  12M|  58 |  48 | 231 |  14k| 231 |2453 |  17 |  81k|7527 | 0.000000e+00 |      --      |    Inf 
359.23/359.34	c   359s|146600 |   148 |  2373k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7528 | 0.000000e+00 |      --      |    Inf 
359.43/359.57	c   360s|146700 |   148 |  2374k|  16.2 |  12M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  81k|7528 | 0.000000e+00 |      --      |    Inf 
359.62/359.80	c   360s|146800 |   148 |  2376k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7528 | 0.000000e+00 |      --      |    Inf 
359.93/360.04	c   360s|146900 |   151 |  2378k|  16.2 |  12M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
360.13/360.27	c   360s|147000 |   153 |  2379k|  16.2 |  12M|  58 |  39 | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
360.33/360.47	c   360s|147100 |   153 |  2381k|  16.2 |  12M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
360.52/360.69	c   361s|147200 |   155 |  2382k|  16.2 |  12M|  58 |  28 | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
360.83/360.93	c   361s|147300 |   156 |  2384k|  16.2 |  12M|  58 |  29 | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
361.03/361.14	c   361s|147400 |   154 |  2386k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  81k|7529 | 0.000000e+00 |      --      |    Inf 
361.22/361.36	c   361s|147500 |   153 |  2387k|  16.2 |  12M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
361.53/361.60	c   362s|147600 |   151 |  2389k|  16.2 |  12M|  58 |  16 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
361.72/361.83	c   362s|147700 |   147 |  2390k|  16.2 |  12M|  58 |  49 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
361.92/362.03	c   362s|147800 |   149 |  2392k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
362.12/362.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.12/362.25	c   362s|147900 |   149 |  2393k|  16.2 |  12M|  58 |   - | 231 |  14k|   0 |   0 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
362.32/362.45	c   362s|148000 |   148 |  2395k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
362.53/362.67	c   363s|148100 |   146 |  2396k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
362.82/362.90	c   363s|148200 |   144 |  2398k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
363.03/363.12	c   363s|148300 |   146 |  2400k|  16.2 |  12M|  58 |  29 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
363.22/363.34	c   363s|148400 |   144 |  2401k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
363.43/363.57	c   364s|148500 |   144 |  2403k|  16.2 |  12M|  58 |  37 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
363.63/363.79	c   364s|148600 |   142 |  2404k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
363.92/364.04	c   364s|148700 |   142 |  2406k|  16.2 |  12M|  58 |  38 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
364.13/364.27	c   364s|148800 |   142 |  2408k|  16.2 |  12M|  58 |  39 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
364.32/364.49	c   364s|148900 |   142 |  2409k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
364.62/364.72	c   365s|149000 |   142 |  2411k|  16.2 |  12M|  58 |  35 | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
364.83/364.95	c   365s|149100 |   139 |  2412k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
365.12/365.20	c   365s|149200 |   140 |  2414k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  82k|7529 | 0.000000e+00 |      --      |    Inf 
365.33/365.44	c   365s|149300 |   141 |  2416k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
365.52/365.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.52/365.67	c   366s|149400 |   141 |  2418k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
365.82/365.91	c   366s|149500 |   139 |  2419k|  16.2 |  12M|  58 |  39 | 231 |  14k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
366.02/366.13	c   366s|149600 |   143 |  2421k|  16.2 |  12M|  58 |  30 | 231 |  13k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
366.22/366.37	c   366s|149700 |   147 |  2423k|  16.2 |  11M|  58 |  31 | 231 |  13k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
366.52/366.60	c   367s|149800 |   144 |  2424k|  16.2 |  11M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
366.72/366.83	c   367s|149900 |   146 |  2426k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
366.92/367.07	c   367s|150000 |   150 |  2428k|  16.2 |  12M|  58 |  32 | 231 |  13k| 231 |2453 |  17 |  83k|7529 | 0.000000e+00 |      --      |    Inf 
367.22/367.35	c   367s|150100 |   150 |  2430k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  83k|7535 | 0.000000e+00 |      --      |    Inf 
367.52/367.66	c   368s|150200 |   144 |  2432k|  16.2 |  12M|  58 |  34 | 231 |  13k| 231 |2453 |  17 |  83k|7546 | 0.000000e+00 |      --      |    Inf 
367.82/367.91	c   368s|150300 |   142 |  2434k|  16.2 |  11M|  58 |  29 | 231 |  13k| 231 |2453 |  17 |  83k|7546 | 0.000000e+00 |      --      |    Inf 
368.02/368.16	c   368s|150400 |   143 |  2435k|  16.2 |  12M|  58 |  33 | 231 |  13k| 231 |2453 |  17 |  83k|7557 | 0.000000e+00 |      --      |    Inf 
368.33/368.40	c   368s|150500 |   145 |  2437k|  16.2 |  12M|  58 |  27 | 231 |  13k| 231 |2453 |  17 |  83k|7557 | 0.000000e+00 |      --      |    Inf 
368.53/368.69	c   369s|150600 |   143 |  2439k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  83k|7567 | 0.000000e+00 |      --      |    Inf 
368.83/368.91	c   369s|150700 |   140 |  2440k|  16.2 |  12M|  58 |   - | 231 |  13k| 231 |2453 |  17 |  83k|7567 | 0.000000e+00 |      --      |    Inf 
369.03/369.15	c   369s|150800 |   141 |  2442k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  83k|7575 | 0.000000e+00 |      --      |    Inf 
369.22/369.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.22/369.37	c   369s|150900 |   142 |  2443k|  16.2 |  12M|  58 |  36 | 231 |  14k| 231 |2453 |  17 |  84k|7575 | 0.000000e+00 |      --      |    Inf 
369.52/369.60	c   370s|151000 |   143 |  2445k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7581 | 0.000000e+00 |      --      |    Inf 
369.73/369.84	c   370s|151100 |   143 |  2446k|  16.2 |  12M|  58 |  22 | 231 |  14k| 231 |2453 |  17 |  84k|7588 | 0.000000e+00 |      --      |    Inf 
369.92/370.04	c   370s|151200 |   145 |  2448k|  16.2 |  12M|  58 |  31 | 231 |  14k| 231 |2453 |  17 |  84k|7588 | 0.000000e+00 |      --      |    Inf 
370.12/370.27	c   370s|151300 |   141 |  2449k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7594 | 0.000000e+00 |      --      |    Inf 
370.42/370.52	c   371s|151400 |   145 |  2451k|  16.2 |  12M|  58 |  31 | 231 |  14k| 231 |2453 |  17 |  84k|7602 | 0.000000e+00 |      --      |    Inf 
370.62/370.78	c   371s|151500 |   145 |  2453k|  16.2 |  12M|  58 |  32 | 231 |  14k| 231 |2453 |  17 |  84k|7610 | 0.000000e+00 |      --      |    Inf 
370.92/371.01	c   371s|151600 |   146 |  2454k|  16.2 |  12M|  58 |  26 | 231 |  14k| 231 |2453 |  17 |  84k|7613 | 0.000000e+00 |      --      |    Inf 
371.12/371.24	c   371s|151700 |   144 |  2456k|  16.2 |  12M|  58 |  28 | 231 |  14k| 231 |2453 |  17 |  84k|7618 | 0.000000e+00 |      --      |    Inf 
371.42/371.52	c   372s|151800 |   142 |  2458k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7625 | 0.000000e+00 |      --      |    Inf 
371.62/371.78	c   372s|151900 |   144 |  2460k|  16.2 |  12M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  84k|7632 | 0.000000e+00 |      --      |    Inf 
371.93/372.00	c   372s|152000 |   143 |  2461k|  16.2 |  12M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  84k|7636 | 0.000000e+00 |      --      |    Inf 
372.12/372.26	c   372s|152100 |   143 |  2463k|  16.2 |  12M|  58 |  34 | 231 |  14k| 231 |2453 |  17 |  84k|7642 | 0.000000e+00 |      --      |    Inf 
372.42/372.53	c   373s|152200 |   143 |  2465k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7647 | 0.000000e+00 |      --      |    Inf 
372.72/372.83	c   373s|152300 |   141 |  2467k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7654 | 0.000000e+00 |      --      |    Inf 
372.93/373.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
372.93/373.08	c   373s|152400 |   141 |  2469k|  16.2 |  12M|  58 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7659 | 0.000000e+00 |      --      |    Inf 
373.22/373.36	c   373s|152500 |   141 |  2470k|  16.2 |  12M|  58 |  42 | 231 |  14k| 231 |2453 |  17 |  84k|7667 | 0.000000e+00 |      --      |    Inf 
373.53/373.62	c   374s|152600 |   141 |  2472k|  16.2 |  12M|  58 |  33 | 231 |  14k| 231 |2453 |  17 |  84k|7674 | 0.000000e+00 |      --      |    Inf 
373.72/373.89	c   374s|152700 |   143 |  2474k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  84k|7681 | 0.000000e+00 |      --      |    Inf 
374.03/374.17	c   374s|152800 |   137 |  2476k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7687 | 0.000000e+00 |      --      |    Inf 
374.32/374.44	c   374s|152900 |   136 |  2478k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7693 | 0.000000e+00 |      --      |    Inf 
374.62/374.71	c   375s|153000 |   135 |  2479k|  16.2 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  85k|7702 | 0.000000e+00 |      --      |    Inf 
374.82/374.96	c   375s|153100 |   135 |  2481k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7707 | 0.000000e+00 |      --      |    Inf 
375.13/375.24	c   375s|153200 |   137 |  2483k|  16.2 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  85k|7713 | 0.000000e+00 |      --      |    Inf 
375.42/375.52	c   376s|153300 |   137 |  2485k|  16.2 |  12M|  60 |  39 | 231 |  14k| 231 |2453 |  17 |  85k|7720 | 0.000000e+00 |      --      |    Inf 
375.73/375.81	c   376s|153400 |   133 |  2487k|  16.2 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 |  85k|7727 | 0.000000e+00 |      --      |    Inf 
375.92/376.08	c   376s|153500 |   133 |  2489k|  16.2 |  12M|  60 |  28 | 231 |  14k| 231 |2453 |  17 |  85k|7730 | 0.000000e+00 |      --      |    Inf 
376.23/376.34	c   376s|153600 |   139 |  2491k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  85k|7732 | 0.000000e+00 |      --      |    Inf 
376.42/376.59	c   377s|153700 |   139 |  2492k|  16.2 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  85k|7734 | 0.000000e+00 |      --      |    Inf 
376.62/376.77	c   377s|153800 |   139 |  2494k|  16.2 |  12M|  60 |   - | 231 |  14k|   0 |   0 |  17 |  85k|7735 | 0.000000e+00 |      --      |    Inf 
376.82/376.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.82/376.99	c   377s|153900 |   136 |  2495k|  16.2 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  85k|7735 | 0.000000e+00 |      --      |    Inf 
377.12/377.25	c   377s|154000 |   136 |  2497k|  16.2 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 |  85k|7735 | 0.000000e+00 |      --      |    Inf 
377.43/377.51	c   378s|154100 |   136 |  2499k|  16.2 |  12M|  60 |  24 | 231 |  14k| 231 |2453 |  17 |  85k|7736 | 0.000000e+00 |      --      |    Inf 
377.62/377.76	c   378s|154200 |   136 |  2501k|  16.2 |  12M|  60 |  31 | 231 |  14k| 231 |2453 |  17 |  85k|7737 | 0.000000e+00 |      --      |    Inf 
377.82/377.98	c   378s|154300 |   136 |  2502k|  16.2 |  12M|  60 |  23 | 231 |  14k| 231 |2453 |  17 |  85k|7737 | 0.000000e+00 |      --      |    Inf 
378.12/378.22	c   378s|154400 |   133 |  2504k|  16.2 |  12M|  60 |  34 | 231 |  14k| 231 |2453 |  17 |  85k|7739 | 0.000000e+00 |      --      |    Inf 
378.32/378.45	c   378s|154500 |   133 |  2505k|  16.2 |  12M|  60 |   - | 231 |  14k|   0 |   0 |  17 |  85k|7739 | 0.000000e+00 |      --      |    Inf 
378.53/378.67	c   379s|154600 |   130 |  2507k|  16.2 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  85k|7739 | 0.000000e+00 |      --      |    Inf 
378.82/378.92	c   379s|154700 |   130 |  2509k|  16.2 |  12M|  60 |  23 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
379.02/379.14	c   379s|154800 |   126 |  2510k|  16.2 |  12M|  60 |   - | 231 |  14k|   0 |   0 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
379.22/379.36	c   379s|154900 |   130 |  2512k|  16.2 |  12M|  60 |  28 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
379.42/379.58	c   380s|155000 |   126 |  2513k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
379.72/379.80	c   380s|155100 |   128 |  2515k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
379.92/380.02	c   380s|155200 |   127 |  2516k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
380.12/380.26	c   380s|155300 |   125 |  2518k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
380.32/380.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.32/380.48	c   380s|155400 |   127 |  2519k|  16.2 |  12M|  60 |  25 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
380.52/380.70	c   381s|155500 |   129 |  2521k|  16.2 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
380.72/380.89	c   381s|155600 |   131 |  2522k|  16.2 |  12M|  60 |  20 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
380.92/381.09	c   381s|155700 |   128 |  2524k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
381.22/381.32	c   381s|155800 |   125 |  2525k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
381.42/381.54	c   382s|155900 |   125 |  2527k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
381.62/381.78	c   382s|156000 |   125 |  2528k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
381.92/382.01	c   382s|156100 |   125 |  2530k|  16.2 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
382.12/382.25	c   382s|156200 |   125 |  2532k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
382.32/382.49	c   382s|156300 |   123 |  2534k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
382.62/382.73	c   383s|156400 |   123 |  2535k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  86k|7739 | 0.000000e+00 |      --      |    Inf 
382.83/382.96	c   383s|156500 |   123 |  2537k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
383.02/383.19	c   383s|156600 |   127 |  2539k|  16.2 |  12M|  60 |  34 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
383.32/383.40	c   383s|156700 |   125 |  2540k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
383.52/383.65	c   384s|156800 |   123 |  2542k|  16.2 |  12M|  60 |  47 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
383.72/383.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.72/383.89	c   384s|156900 |   121 |  2543k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
383.93/384.09	c   384s|157000 |   127 |  2545k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
384.22/384.30	c   384s|157100 |   125 |  2546k|  16.2 |  12M|  60 |   - | 231 |  14k|   0 |   0 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
384.42/384.53	c   385s|157200 |   129 |  2548k|  16.2 |  12M|  60 |  30 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
384.62/384.75	c   385s|157300 |   129 |  2550k|  16.2 |  12M|  60 |  23 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
384.82/384.97	c   385s|157400 |   123 |  2551k|  16.2 |  12M|  60 |  39 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
385.12/385.20	c   385s|157500 |   123 |  2553k|  16.2 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
385.32/385.45	c   385s|157600 |   125 |  2555k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
385.62/385.72	c   386s|157700 |   123 |  2557k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
385.82/385.98	c   386s|157800 |   125 |  2559k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
386.13/386.26	c   386s|157900 |   127 |  2561k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7739 | 0.000000e+00 |      --      |    Inf 
386.52/386.61	c   387s|158000 |   125 |  2563k|  16.2 |  12M|  60 |  45 | 231 |  14k| 231 |2453 |  17 |  87k|7752 | 0.000000e+00 |      --      |    Inf 
386.82/386.90	c   387s|158100 |   127 |  2566k|  16.2 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 |  87k|7752 | 0.000000e+00 |      --      |    Inf 
387.12/387.25	c   387s|158200 |   125 |  2568k|  16.2 |  12M|  60 |  45 | 231 |  14k| 231 |2453 |  17 |  87k|7764 | 0.000000e+00 |      --      |    Inf 
387.33/387.48	c   387s|158300 |   127 |  2570k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  87k|7764 | 0.000000e+00 |      --      |    Inf 
387.62/387.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.62/387.71	c   388s|158400 |   126 |  2571k|  16.2 |  12M|  60 |  28 | 231 |  14k| 231 |2453 |  17 |  87k|7764 | 0.000000e+00 |      --      |    Inf 
387.82/387.99	c   388s|158500 |   122 |  2573k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7767 | 0.000000e+00 |      --      |    Inf 
388.12/388.26	c   388s|158600 |   122 |  2575k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7779 | 0.000000e+00 |      --      |    Inf 
388.42/388.53	c   389s|158700 |   124 |  2577k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7779 | 0.000000e+00 |      --      |    Inf 
388.72/388.83	c   389s|158800 |   132 |  2579k|  16.2 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  88k|7786 | 0.000000e+00 |      --      |    Inf 
388.92/389.09	c   389s|158900 |   138 |  2581k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7791 | 0.000000e+00 |      --      |    Inf 
389.22/389.39	c   389s|159000 |   138 |  2583k|  16.2 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  88k|7801 | 0.000000e+00 |      --      |    Inf 
389.53/389.65	c   390s|159100 |   138 |  2585k|  16.2 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7805 | 0.000000e+00 |      --      |    Inf 
389.82/389.95	c   390s|159200 |   134 |  2587k|  16.2 |  12M|  60 |  42 | 231 |  14k| 231 |2453 |  17 |  88k|7812 | 0.000000e+00 |      --      |    Inf 
390.12/390.26	c   390s|159300 |   132 |  2589k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7817 | 0.000000e+00 |      --      |    Inf 
390.42/390.52	c   391s|159400 |   135 |  2591k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7819 | 0.000000e+00 |      --      |    Inf 
390.72/390.81	c   391s|159500 |   137 |  2593k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  88k|7827 | 0.000000e+00 |      --      |    Inf 
391.01/391.12	c   391s|159600 |   137 |  2595k|  16.3 |  12M|  60 |  29 | 231 |  14k| 231 |2453 |  17 |  88k|7832 | 0.000000e+00 |      --      |    Inf 
391.31/391.46	c   391s|159700 |   131 |  2597k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  88k|7840 | 0.000000e+00 |      --      |    Inf 
391.63/391.78	c   392s|159800 |   129 |  2600k|  16.3 |  12M|  60 |  50 | 231 |  14k| 231 |2453 |  17 |  88k|7848 | 0.000000e+00 |      --      |    Inf 
392.02/392.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.02/392.11	c   392s|159900 |   125 |  2602k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  88k|7856 | 0.000000e+00 |      --      |    Inf 
392.22/392.37	c   392s|160000 |   127 |  2604k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  88k|7860 | 0.000000e+00 |      --      |    Inf 
392.52/392.60	c   393s|160100 |   126 |  2605k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  88k|7864 | 0.000000e+00 |      --      |    Inf 
392.72/392.86	c   393s|160200 |   125 |  2607k|  16.3 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 |  88k|7870 | 0.000000e+00 |      --      |    Inf 
393.01/393.16	c   393s|160300 |   129 |  2609k|  16.3 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  88k|7875 | 0.000000e+00 |      --      |    Inf 
393.32/393.47	c   393s|160400 |   125 |  2611k|  16.3 |  12M|  60 |  34 | 231 |  15k| 231 |2453 |  17 |  89k|7881 | 0.000000e+00 |      --      |    Inf 
393.61/393.74	c   394s|160500 |   123 |  2613k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  89k|7885 | 0.000000e+00 |      --      |    Inf 
393.82/393.98	c   394s|160600 |   125 |  2615k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  89k|7888 | 0.000000e+00 |      --      |    Inf 
394.12/394.23	c   394s|160700 |   123 |  2616k|  16.3 |  12M|  60 |  35 | 231 |  15k| 231 |2453 |  17 |  89k|7892 | 0.000000e+00 |      --      |    Inf 
394.32/394.47	c   394s|160800 |   121 |  2618k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  89k|7895 | 0.000000e+00 |      --      |    Inf 
394.62/394.74	c   395s|160900 |   121 |  2620k|  16.3 |  12M|  60 |  40 | 231 |  15k| 231 |2453 |  17 |  89k|7896 | 0.000000e+00 |      --      |    Inf 
394.92/395.04	c   395s|161000 |   119 |  2622k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  89k|7898 | 0.000000e+00 |      --      |    Inf 
395.11/395.26	c   395s|161100 |   119 |  2624k|  16.3 |  12M|  60 |  35 | 231 |  15k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
395.31/395.49	c   395s|161200 |   121 |  2625k|  16.3 |  12M|  60 |  29 | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
395.62/395.72	c   396s|161300 |   119 |  2627k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
395.82/395.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.82/395.96	c   396s|161400 |   117 |  2629k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
396.02/396.17	c   396s|161500 |   119 |  2630k|  16.3 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
396.32/396.41	c   396s|161600 |   115 |  2632k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
396.52/396.66	c   397s|161700 |   117 |  2633k|  16.3 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  89k|7899 | 0.000000e+00 |      --      |    Inf 
396.81/396.91	c   397s|161800 |   117 |  2635k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  89k|7900 | 0.000000e+00 |      --      |    Inf 
397.01/397.16	c   397s|161900 |   119 |  2637k|  16.3 |  12M|  60 |  22 | 231 |  14k| 231 |2453 |  17 |  89k|7901 | 0.000000e+00 |      --      |    Inf 
397.32/397.40	c   397s|162000 |   117 |  2639k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  89k|7901 | 0.000000e+00 |      --      |    Inf 
397.52/397.63	c   398s|162100 |   121 |  2641k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  89k|7901 | 0.000000e+00 |      --      |    Inf 
397.72/397.88	c   398s|162200 |   117 |  2643k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
398.02/398.10	c   398s|162300 |   123 |  2644k|  16.3 |  12M|  60 |  31 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
398.22/398.35	c   398s|162400 |   122 |  2646k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
398.52/398.60	c   399s|162500 |   122 |  2648k|  16.3 |  12M|  60 |  34 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
398.72/398.85	c   399s|162600 |   122 |  2650k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
398.91/399.06	c   399s|162700 |   122 |  2652k|  16.3 |  12M|  60 |  29 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
399.22/399.30	c   399s|162800 |   116 |  2653k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
399.42/399.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.42/399.52	c   400s|162900 |   114 |  2655k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
399.62/399.73	c   400s|163000 |   114 |  2656k|  16.3 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
399.82/399.96	c   400s|163100 |   115 |  2658k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
400.02/400.18	c   400s|163200 |   115 |  2659k|  16.3 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
400.32/400.41	c   400s|163300 |   115 |  2661k|  16.3 |  12M|  60 |  42 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
400.52/400.65	c   401s|163400 |   113 |  2662k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
400.72/400.87	c   401s|163500 |   115 |  2664k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
401.02/401.11	c   401s|163600 |   115 |  2666k|  16.3 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
401.21/401.35	c   401s|163700 |   115 |  2667k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
401.42/401.56	c   402s|163800 |   115 |  2669k|  16.3 |  12M|  60 |  35 | 231 |  13k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
401.71/401.80	c   402s|163900 |   117 |  2671k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  90k|7901 | 0.000000e+00 |      --      |    Inf 
401.92/402.03	c   402s|164000 |   115 |  2672k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
402.12/402.26	c   402s|164100 |   115 |  2674k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
402.31/402.49	c   402s|164200 |   113 |  2675k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
402.62/402.71	c   403s|164300 |   115 |  2677k|  16.3 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
402.82/402.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.82/402.96	c   403s|164400 |   115 |  2679k|  16.3 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
403.12/403.20	c   403s|164500 |   115 |  2680k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
403.31/403.42	c   403s|164600 |   115 |  2682k|  16.3 |  12M|  60 |  39 | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
403.52/403.65	c   404s|164700 |   114 |  2684k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
403.73/403.90	c   404s|164800 |   118 |  2685k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
404.02/404.11	c   404s|164900 |   115 |  2687k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
404.21/404.32	c   404s|165000 |   117 |  2688k|  16.3 |  12M|  60 |  34 | 231 |  14k| 231 |2453 |  17 |  91k|7901 | 0.000000e+00 |      --      |    Inf 
404.42/404.55	c   405s|165100 |   123 |  2689k|  16.3 |  12M|  60 |  17 | 231 |  14k| 231 |2453 |  17 |  91k|7910 | 0.000000e+00 |      --      |    Inf 
404.62/404.75	c   405s|165200 |   119 |  2691k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  91k|7910 | 0.000000e+00 |      --      |    Inf 
404.92/405.01	c   405s|165300 |   118 |  2692k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7917 | 0.000000e+00 |      --      |    Inf 
405.12/405.25	c   405s|165400 |   121 |  2694k|  16.3 |  12M|  60 |  27 | 231 |  14k| 231 |2453 |  17 |  91k|7921 | 0.000000e+00 |      --      |    Inf 
405.41/405.52	c   406s|165500 |   119 |  2696k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  91k|7930 | 0.000000e+00 |      --      |    Inf 
405.71/405.83	c   406s|165600 |   117 |  2698k|  16.3 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  91k|7939 | 0.000000e+00 |      --      |    Inf 
405.92/406.08	c   406s|165700 |   117 |  2700k|  16.3 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  92k|7939 | 0.000000e+00 |      --      |    Inf 
406.22/406.33	c   406s|165800 |   117 |  2701k|  16.3 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 |  92k|7949 | 0.000000e+00 |      --      |    Inf 
406.42/406.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.42/406.56	c   407s|165900 |   119 |  2703k|  16.3 |  12M|  60 |  26 | 231 |  14k| 231 |2453 |  17 |  92k|7949 | 0.000000e+00 |      --      |    Inf 
406.62/406.77	c   407s|166000 |   119 |  2704k|  16.3 |  12M|  60 |  35 | 231 |  14k| 231 |2453 |  17 |  92k|7949 | 0.000000e+00 |      --      |    Inf 
406.91/407.01	c   407s|166100 |   117 |  2706k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|7954 | 0.000000e+00 |      --      |    Inf 
407.12/407.29	c   407s|166200 |   117 |  2707k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|7961 | 0.000000e+00 |      --      |    Inf 
407.42/407.57	c   408s|166300 |   113 |  2709k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|7967 | 0.000000e+00 |      --      |    Inf 
407.71/407.85	c   408s|166400 |   115 |  2711k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|7973 | 0.000000e+00 |      --      |    Inf 
408.01/408.10	c   408s|166500 |   117 |  2713k|  16.3 |  12M|  60 |  33 | 231 |  15k| 231 |2453 |  17 |  92k|7975 | 0.000000e+00 |      --      |    Inf 
408.22/408.38	c   408s|166600 |   115 |  2715k|  16.3 |  12M|  60 |  45 | 231 |  15k| 231 |2453 |  17 |  92k|7982 | 0.000000e+00 |      --      |    Inf 
408.51/408.62	c   409s|166700 |   119 |  2716k|  16.3 |  12M|  60 |  35 | 231 |  15k| 231 |2453 |  17 |  92k|7989 | 0.000000e+00 |      --      |    Inf 
408.71/408.85	c   409s|166800 |   115 |  2718k|  16.3 |  12M|  60 |  42 | 231 |  15k| 231 |2453 |  17 |  92k|7993 | 0.000000e+00 |      --      |    Inf 
409.01/409.11	c   409s|166900 |   115 |  2719k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|7997 | 0.000000e+00 |      --      |    Inf 
409.22/409.35	c   409s|167000 |   117 |  2721k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|8004 | 0.000000e+00 |      --      |    Inf 
409.42/409.55	c   410s|167100 |   119 |  2722k|  16.3 |  12M|  60 |  26 | 231 |  15k| 231 |2453 |  17 |  92k|8006 | 0.000000e+00 |      --      |    Inf 
409.62/409.77	c   410s|167200 |   117 |  2724k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|8014 | 0.000000e+00 |      --      |    Inf 
409.91/410.02	c   410s|167300 |   113 |  2725k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|8021 | 0.000000e+00 |      --      |    Inf 
410.11/410.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.11/410.25	c   410s|167400 |   112 |  2726k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  92k|8025 | 0.000000e+00 |      --      |    Inf 
410.43/410.51	c   411s|167500 |   112 |  2728k|  16.3 |  12M|  60 |  45 | 231 |  15k| 231 |2453 |  17 |  93k|8031 | 0.000000e+00 |      --      |    Inf 
410.62/410.74	c   411s|167600 |   114 |  2730k|  16.3 |  12M|  60 |  42 | 231 |  14k| 231 |2453 |  17 |  93k|8033 | 0.000000e+00 |      --      |    Inf 
410.82/410.98	c   411s|167700 |   112 |  2731k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  93k|8037 | 0.000000e+00 |      --      |    Inf 
411.11/411.21	c   411s|167800 |   114 |  2732k|  16.3 |  12M|  60 |  21 | 231 |  14k| 231 |2453 |  17 |  93k|8042 | 0.000000e+00 |      --      |    Inf 
411.31/411.47	c   411s|167900 |   112 |  2734k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  93k|8049 | 0.000000e+00 |      --      |    Inf 
411.52/411.70	c   412s|168000 |   114 |  2736k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  93k|8053 | 0.000000e+00 |      --      |    Inf 
411.81/411.93	c   412s|168100 |   114 |  2737k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  93k|8058 | 0.000000e+00 |      --      |    Inf 
412.11/412.20	c   412s|168200 |   110 |  2739k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  93k|8065 | 0.000000e+00 |      --      |    Inf 
412.31/412.47	c   412s|168300 |   113 |  2741k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  93k|8070 | 0.000000e+00 |      --      |    Inf 
412.62/412.73	c   413s|168400 |   113 |  2742k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  93k|8075 | 0.000000e+00 |      --      |    Inf 
412.92/413.01	c   413s|168500 |   113 |  2744k|  16.3 |  12M|  60 |  44 | 231 |  14k| 231 |2453 |  17 |  93k|8082 | 0.000000e+00 |      --      |    Inf 
413.11/413.27	c   413s|168600 |   113 |  2746k|  16.3 |  12M|  60 |  38 | 231 |  15k| 231 |2453 |  17 |  93k|8087 | 0.000000e+00 |      --      |    Inf 
413.31/413.48	c   413s|168700 |   115 |  2747k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  93k|8088 | 0.000000e+00 |      --      |    Inf 
413.52/413.70	c   414s|168800 |   113 |  2749k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  93k|8090 | 0.000000e+00 |      --      |    Inf 
413.81/413.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.81/413.96	c   414s|168900 |   115 |  2750k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  93k|8094 | 0.000000e+00 |      --      |    Inf 
414.11/414.22	c   414s|169000 |   119 |  2752k|  16.3 |  12M|  60 |  26 | 231 |  14k| 231 |2453 |  17 |  93k|8098 | 0.000000e+00 |      --      |    Inf 
414.32/414.46	c   414s|169100 |   117 |  2754k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  93k|8100 | 0.000000e+00 |      --      |    Inf 
414.51/414.69	c   415s|169200 |   115 |  2756k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  93k|8100 | 0.000000e+00 |      --      |    Inf 
414.82/414.94	c   415s|169300 |   115 |  2757k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  94k|8100 | 0.000000e+00 |      --      |    Inf 
415.02/415.19	c   415s|169400 |   117 |  2759k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  94k|8102 | 0.000000e+00 |      --      |    Inf 
415.31/415.46	c   415s|169500 |   123 |  2761k|  16.3 |  12M|  60 |  42 | 231 |  15k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
415.61/415.72	c   416s|169600 |   121 |  2763k|  16.3 |  12M|  60 |   - | 231 |  15k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
415.82/416.00	c   416s|169700 |   115 |  2765k|  16.3 |  12M|  60 |  45 | 231 |  15k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
416.11/416.25	c   416s|169800 |   113 |  2767k|  16.3 |  12M|  60 |  37 | 231 |  15k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
416.31/416.49	c   416s|169900 |   111 |  2768k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
416.62/416.73	c   417s|170000 |   114 |  2770k|  16.3 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
416.82/416.97	c   417s|170100 |   110 |  2772k|  16.3 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
417.12/417.20	c   417s|170200 |   112 |  2773k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
417.32/417.44	c   417s|170300 |   112 |  2775k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
417.62/417.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.62/417.70	c   418s|170400 |   112 |  2777k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
417.82/417.90	c   418s|170500 |   112 |  2778k|  16.3 |  12M|  60 |  40 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
418.02/418.14	c   418s|170600 |   112 |  2780k|  16.3 |  12M|  60 |  42 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
418.21/418.37	c   418s|170700 |   112 |  2782k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
418.41/418.59	c   419s|170800 |   110 |  2783k|  16.3 |  12M|  60 |  44 | 231 |  14k| 231 |2453 |  17 |  94k|8103 | 0.000000e+00 |      --      |    Inf 
418.71/418.82	c   419s|170900 |   111 |  2785k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
418.91/419.05	c   419s|171000 |   109 |  2786k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
419.12/419.28	c   419s|171100 |   108 |  2788k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
419.41/419.52	c   420s|171200 |   108 |  2790k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
419.61/419.75	c   420s|171300 |   110 |  2791k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
419.92/420.00	c   420s|171400 |   108 |  2793k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
420.12/420.25	c   420s|171500 |   110 |  2795k|  16.3 |  11M|  60 |  35 | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
420.32/420.47	c   420s|171600 |   109 |  2796k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
420.51/420.68	c   421s|171700 |   108 |  2798k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
420.82/420.94	c   421s|171800 |   110 |  2800k|  16.3 |  11M|  60 |  36 | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
421.12/421.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.12/421.20	c   421s|171900 |   106 |  2802k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
421.32/421.44	c   421s|172000 |   106 |  2803k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
421.52/421.69	c   422s|172100 |   110 |  2805k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
421.82/421.91	c   422s|172200 |   110 |  2807k|  16.3 |  11M|  60 |  41 | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
422.01/422.14	c   422s|172300 |   112 |  2808k|  16.3 |  11M|  60 |  20 | 231 |  13k| 231 |2453 |  17 |  95k|8103 | 0.000000e+00 |      --      |    Inf 
422.21/422.36	c   422s|172400 |   111 |  2810k|  16.3 |  11M|  60 |  36 | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
422.42/422.60	c   423s|172500 |   110 |  2812k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
422.72/422.82	c   423s|172600 |   109 |  2813k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
422.91/423.07	c   423s|172700 |   107 |  2815k|  16.3 |  11M|  60 |  37 | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
423.22/423.31	c   423s|172800 |   108 |  2817k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
423.41/423.55	c   424s|172900 |   110 |  2819k|  16.3 |  11M|  60 |  35 | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
423.62/423.78	c   424s|173000 |   110 |  2820k|  16.3 |  11M|  60 |  32 | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
423.91/424.02	c   424s|173100 |   109 |  2822k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
424.11/424.25	c   424s|173200 |   109 |  2824k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8103 | 0.000000e+00 |      --      |    Inf 
424.41/424.54	c   425s|173300 |   109 |  2826k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8112 | 0.000000e+00 |      --      |    Inf 
424.72/424.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.72/424.82	c   425s|173400 |   109 |  2828k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8120 | 0.000000e+00 |      --      |    Inf 
424.91/425.06	c   425s|173500 |   109 |  2830k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8120 | 0.000000e+00 |      --      |    Inf 
425.21/425.32	c   425s|173600 |   109 |  2831k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  96k|8124 | 0.000000e+00 |      --      |    Inf 
425.51/425.60	c   426s|173700 |   107 |  2833k|  16.3 |  11M|  60 |  51 | 231 |  13k| 231 |2453 |  17 |  96k|8134 | 0.000000e+00 |      --      |    Inf 
425.72/425.88	c   426s|173800 |   109 |  2835k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  97k|8142 | 0.000000e+00 |      --      |    Inf 
426.01/426.13	c   426s|173900 |   110 |  2837k|  16.3 |  11M|  60 |  52 | 231 |  13k| 231 |2453 |  17 |  97k|8142 | 0.000000e+00 |      --      |    Inf 
426.31/426.40	c   426s|174000 |   112 |  2839k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  97k|8149 | 0.000000e+00 |      --      |    Inf 
426.51/426.67	c   427s|174100 |   114 |  2841k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  97k|8156 | 0.000000e+00 |      --      |    Inf 
426.82/426.92	c   427s|174200 |   110 |  2842k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8161 | 0.000000e+00 |      --      |    Inf 
427.11/427.20	c   427s|174300 |   110 |  2844k|  16.3 |  12M|  60 |  25 | 231 |  14k| 231 |2453 |  17 |  97k|8167 | 0.000000e+00 |      --      |    Inf 
427.32/427.48	c   427s|174400 |   106 |  2846k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8175 | 0.000000e+00 |      --      |    Inf 
427.61/427.72	c   428s|174500 |   108 |  2848k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  97k|8175 | 0.000000e+00 |      --      |    Inf 
427.82/427.97	c   428s|174600 |   108 |  2849k|  16.3 |  12M|  60 |  29 | 231 |  14k| 231 |2453 |  17 |  97k|8178 | 0.000000e+00 |      --      |    Inf 
428.11/428.24	c   428s|174700 |   108 |  2851k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8185 | 0.000000e+00 |      --      |    Inf 
428.41/428.51	c   429s|174800 |   109 |  2853k|  16.3 |  12M|  60 |  34 | 231 |  14k| 231 |2453 |  17 |  97k|8192 | 0.000000e+00 |      --      |    Inf 
428.61/428.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.61/428.78	c   429s|174900 |   109 |  2855k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8198 | 0.000000e+00 |      --      |    Inf 
428.92/429.04	c   429s|175000 |   111 |  2857k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8198 | 0.000000e+00 |      --      |    Inf 
429.22/429.32	c   429s|175100 |   113 |  2859k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  97k|8204 | 0.000000e+00 |      --      |    Inf 
429.51/429.61	c   430s|175200 |   109 |  2861k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8213 | 0.000000e+00 |      --      |    Inf 
429.81/429.91	c   430s|175300 |   111 |  2863k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  97k|8219 | 0.000000e+00 |      --      |    Inf 
430.01/430.16	c   430s|175400 |   111 |  2865k|  16.3 |  12M|  60 |  28 | 231 |  14k| 231 |2453 |  17 |  97k|8219 | 0.000000e+00 |      --      |    Inf 
430.31/430.41	c   430s|175500 |   111 |  2866k|  16.3 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 |  98k|8223 | 0.000000e+00 |      --      |    Inf 
430.51/430.68	c   431s|175600 |   109 |  2868k|  16.3 |  12M|  60 |  41 | 231 |  14k| 231 |2453 |  17 |  98k|8230 | 0.000000e+00 |      --      |    Inf 
430.81/430.93	c   431s|175700 |   109 |  2870k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8235 | 0.000000e+00 |      --      |    Inf 
431.01/431.18	c   431s|175800 |   105 |  2872k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8241 | 0.000000e+00 |      --      |    Inf 
431.32/431.44	c   431s|175900 |   107 |  2874k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8246 | 0.000000e+00 |      --      |    Inf 
431.61/431.72	c   432s|176000 |   111 |  2875k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8252 | 0.000000e+00 |      --      |    Inf 
431.81/431.97	c   432s|176100 |   109 |  2877k|  16.3 |  12M|  60 |  24 | 231 |  14k| 231 |2453 |  17 |  98k|8257 | 0.000000e+00 |      --      |    Inf 
432.11/432.24	c   432s|176200 |   107 |  2879k|  16.3 |  12M|  60 |  26 | 231 |  14k| 231 |2453 |  17 |  98k|8263 | 0.000000e+00 |      --      |    Inf 
432.32/432.48	c   432s|176300 |   105 |  2881k|  16.3 |  12M|  60 |  46 | 231 |  14k| 231 |2453 |  17 |  98k|8268 | 0.000000e+00 |      --      |    Inf 
432.61/432.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.61/432.72	c   433s|176400 |   107 |  2882k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8272 | 0.000000e+00 |      --      |    Inf 
432.81/432.98	c   433s|176500 |   107 |  2884k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8278 | 0.000000e+00 |      --      |    Inf 
433.11/433.21	c   433s|176600 |   105 |  2885k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  98k|8281 | 0.000000e+00 |      --      |    Inf 
433.32/433.44	c   433s|176700 |   105 |  2887k|  16.3 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 |  98k|8284 | 0.000000e+00 |      --      |    Inf 
433.52/433.66	c   434s|176800 |   107 |  2888k|  16.3 |  12M|  60 |  31 | 231 |  14k| 231 |2453 |  17 |  98k|8284 | 0.000000e+00 |      --      |    Inf 
433.72/433.88	c   434s|176900 |   103 |  2890k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8285 | 0.000000e+00 |      --      |    Inf 
433.91/434.08	c   434s|177000 |   103 |  2891k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8286 | 0.000000e+00 |      --      |    Inf 
434.21/434.31	c   434s|177100 |   103 |  2892k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 |  98k|8287 | 0.000000e+00 |      --      |    Inf 
434.41/434.56	c   435s|177200 |   101 |  2894k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  98k|8287 | 0.000000e+00 |      --      |    Inf 
434.72/434.81	c   435s|177300 |   101 |  2896k|  16.3 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
434.92/435.03	c   435s|177400 |   101 |  2898k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
435.11/435.27	c   435s|177500 |   103 |  2899k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
435.31/435.46	c   435s|177600 |   102 |  2901k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
435.51/435.68	c   436s|177700 |   100 |  2902k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
435.72/435.88	c   436s|177800 |   104 |  2904k|  16.3 |  12M|  60 |  26 | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
436.02/436.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.02/436.10	c   436s|177900 |   103 |  2905k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
436.22/436.33	c   436s|178000 |   103 |  2907k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
436.41/436.56	c   437s|178100 |   103 |  2909k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
436.62/436.78	c   437s|178200 |   103 |  2910k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
436.91/437.02	c   437s|178300 |   101 |  2912k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
437.12/437.24	c   437s|178400 |   101 |  2914k|  16.3 |  12M|  60 |  40 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
437.31/437.48	c   437s|178500 |   101 |  2915k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
437.61/437.72	c   438s|178600 |   101 |  2917k|  16.3 |  12M|  60 |  31 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
437.82/437.95	c   438s|178700 |   104 |  2919k|  16.3 |  12M|  60 |  28 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
438.01/438.16	c   438s|178800 |   101 |  2920k|  16.3 |  12M|  60 |  35 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
438.31/438.40	c   438s|178900 |    98 |  2922k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
438.51/438.64	c   439s|179000 |   100 |  2924k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
438.71/438.86	c   439s|179100 |   100 |  2925k|  16.3 |  11M|  60 |  21 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
438.91/439.09	c   439s|179200 |    98 |  2927k|  16.3 |  11M|  60 |  37 | 231 |  13k| 231 |2453 |  17 |  99k|8287 | 0.000000e+00 |      --      |    Inf 
439.22/439.30	c   439s|179300 |   100 |  2928k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
439.41/439.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.41/439.56	c   440s|179400 |    95 |  2930k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
439.61/439.76	c   440s|179500 |    97 |  2932k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
439.91/440.00	c   440s|179600 |    97 |  2933k|  16.3 |  11M|  60 |  30 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
440.12/440.24	c   440s|179700 |   101 |  2935k|  16.3 |  11M|  60 |  19 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
440.31/440.45	c   440s|179800 |   103 |  2937k|  16.3 |  11M|  60 |   - | 231 |  13k|   0 |   0 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
440.51/440.70	c   441s|179900 |   101 |  2939k|  16.3 |  11M|  60 |  24 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
440.81/440.93	c   441s|180000 |    97 |  2940k|  16.3 |  11M|  60 |  46 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
441.02/441.17	c   441s|180100 |   101 |  2942k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
441.21/441.35	c   441s|180200 |   100 |  2943k|  16.3 |  12M|  60 |  16 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
441.41/441.58	c   442s|180300 |    99 |  2945k|  16.3 |  12M|  60 |  26 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
441.71/441.80	c   442s|180400 |    98 |  2947k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
441.92/442.02	c   442s|180500 |   100 |  2948k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
442.11/442.26	c   442s|180600 |   101 |  2950k|  16.3 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 100k|8287 | 0.000000e+00 |      --      |    Inf 
442.31/442.43	c   442s|180700 |   102 |  2951k|  16.3 |  12M|  60 |  24 | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
442.51/442.62	c   443s|180800 |   100 |  2953k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
442.71/442.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.71/442.80	c   443s|180900 |    99 |  2954k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
442.81/442.99	c   443s|181000 |   101 |  2955k|  16.3 |  12M|  60 |  16 | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
443.11/443.21	c   443s|181100 |    99 |  2957k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
443.32/443.42	c   443s|181200 |   101 |  2958k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
443.51/443.63	c   444s|181300 |   101 |  2960k|  16.3 |  12M|  60 |  30 | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
443.71/443.83	c   444s|181400 |   101 |  2961k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8287 | 0.000000e+00 |      --      |    Inf 
444.01/444.11	c   444s|181500 |   103 |  2963k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8300 | 0.000000e+00 |      --      |    Inf 
444.21/444.34	c   444s|181600 |    99 |  2965k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8300 | 0.000000e+00 |      --      |    Inf 
444.42/444.59	c   445s|181700 |   101 |  2966k|  16.3 |  12M|  60 |  18 | 231 |  14k| 231 |2453 |  17 | 101k|8307 | 0.000000e+00 |      --      |    Inf 
444.71/444.84	c   445s|181800 |    99 |  2968k|  16.3 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 | 101k|8307 | 0.000000e+00 |      --      |    Inf 
445.01/445.10	c   445s|181900 |    99 |  2970k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8312 | 0.000000e+00 |      --      |    Inf 
445.21/445.35	c   445s|182000 |    99 |  2971k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8320 | 0.000000e+00 |      --      |    Inf 
445.51/445.62	c   446s|182100 |    99 |  2973k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8331 | 0.000000e+00 |      --      |    Inf 
445.71/445.83	c   446s|182200 |   101 |  2974k|  16.3 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 | 101k|8331 | 0.000000e+00 |      --      |    Inf 
445.91/446.06	c   446s|182300 |    97 |  2976k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 101k|8337 | 0.000000e+00 |      --      |    Inf 
446.11/446.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
446.11/446.29	c   446s|182400 |    97 |  2977k|  16.3 |  12M|  60 |  26 | 231 |  14k| 231 |2453 |  17 | 101k|8337 | 0.000000e+00 |      --      |    Inf 
446.41/446.54	c   447s|182500 |    99 |  2979k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8342 | 0.000000e+00 |      --      |    Inf 
446.72/446.82	c   447s|182600 |    95 |  2981k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8349 | 0.000000e+00 |      --      |    Inf 
446.91/447.05	c   447s|182700 |    94 |  2982k|  16.3 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 102k|8356 | 0.000000e+00 |      --      |    Inf 
447.21/447.33	c   447s|182800 |    94 |  2984k|  16.3 |  12M|  60 |  33 | 231 |  14k| 231 |2453 |  17 | 102k|8366 | 0.000000e+00 |      --      |    Inf 
447.41/447.56	c   448s|182900 |    94 |  2986k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8366 | 0.000000e+00 |      --      |    Inf 
447.61/447.77	c   448s|183000 |    92 |  2987k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8366 | 0.000000e+00 |      --      |    Inf 
447.82/447.99	c   448s|183100 |    92 |  2988k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8372 | 0.000000e+00 |      --      |    Inf 
448.11/448.22	c   448s|183200 |    92 |  2990k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8378 | 0.000000e+00 |      --      |    Inf 
448.31/448.45	c   448s|183300 |    90 |  2992k|  16.3 |  12M|  60 |  23 | 231 |  13k| 231 |2453 |  17 | 102k|8378 | 0.000000e+00 |      --      |    Inf 
448.61/448.70	c   449s|183400 |    88 |  2993k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8383 | 0.000000e+00 |      --      |    Inf 
448.82/448.99	c   449s|183500 |    86 |  2995k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8389 | 0.000000e+00 |      --      |    Inf 
449.01/449.19	c   449s|183600 |    88 |  2996k|  16.3 |  12M|  60 |  19 | 231 |  13k| 231 |2453 |  17 | 102k|8389 | 0.000000e+00 |      --      |    Inf 
449.31/449.45	c   449s|183700 |    86 |  2998k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8394 | 0.000000e+00 |      --      |    Inf 
449.61/449.70	c   450s|183800 |    85 |  3000k|  16.3 |  12M|  60 |  40 | 231 |  13k| 231 |2453 |  17 | 102k|8400 | 0.000000e+00 |      --      |    Inf 
449.81/449.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.81/449.94	c   450s|183900 |    83 |  3001k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8404 | 0.000000e+00 |      --      |    Inf 
450.11/450.22	c   450s|184000 |    79 |  3003k|  16.3 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8413 | 0.000000e+00 |      --      |    Inf 
450.31/450.47	c   450s|184100 |    80 |  3005k|  16.3 |  12M|  60 |  40 | 231 |  13k| 231 |2453 |  17 | 102k|8413 | 0.000000e+00 |      --      |    Inf 
450.61/450.74	c   451s|184200 |    78 |  3007k|  16.3 |  12M|  60 |  44 | 231 |  13k| 231 |2453 |  17 | 102k|8419 | 0.000000e+00 |      --      |    Inf 
450.81/450.96	c   451s|184300 |    78 |  3008k|  16.3 |  11M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 103k|8423 | 0.000000e+00 |      --      |    Inf 
451.01/451.19	c   451s|184400 |    76 |  3009k|  16.3 |  11M|  60 |  42 | 231 |  13k| 231 |2453 |  17 | 103k|8428 | 0.000000e+00 |      --      |    Inf 
451.31/451.44	c   451s|184500 |    76 |  3011k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8435 | 0.000000e+00 |      --      |    Inf 
451.51/451.66	c   452s|184600 |    80 |  3013k|  16.3 |  11M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 103k|8437 | 0.000000e+00 |      --      |    Inf 
451.70/451.89	c   452s|184700 |    79 |  3014k|  16.3 |  11M|  60 |   - | 231 |  13k|   0 |   0 |  17 | 103k|8441 | 0.000000e+00 |      --      |    Inf 
452.01/452.13	c   452s|184800 |    77 |  3016k|  16.3 |  11M|  60 |  31 | 231 |  13k| 231 |2453 |  17 | 103k|8445 | 0.000000e+00 |      --      |    Inf 
452.31/452.40	c   452s|184900 |    75 |  3017k|  16.3 |  11M|  60 |  31 | 231 |  13k| 231 |2453 |  17 | 103k|8452 | 0.000000e+00 |      --      |    Inf 
452.50/452.65	c   453s|185000 |    73 |  3019k|  16.3 |  11M|  60 |  33 | 231 |  13k| 231 |2453 |  17 | 103k|8457 | 0.000000e+00 |      --      |    Inf 
452.71/452.88	c   453s|185100 |    72 |  3020k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8460 | 0.000000e+00 |      --      |    Inf 
453.01/453.14	c   453s|185200 |    72 |  3022k|  16.3 |  11M|  60 |  42 | 231 |  13k| 231 |2453 |  17 | 103k|8466 | 0.000000e+00 |      --      |    Inf 
453.32/453.42	c   453s|185300 |    74 |  3024k|  16.3 |  11M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 103k|8472 | 0.000000e+00 |      --      |    Inf 
453.51/453.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.51/453.67	c   454s|185400 |    74 |  3026k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8474 | 0.000000e+00 |      --      |    Inf 
453.81/453.94	c   454s|185500 |    76 |  3028k|  16.3 |  11M|  60 |  14 | 231 |  13k| 231 |2453 |  17 | 103k|8476 | 0.000000e+00 |      --      |    Inf 
454.11/454.22	c   454s|185600 |    72 |  3030k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8479 | 0.000000e+00 |      --      |    Inf 
454.32/454.48	c   454s|185700 |    72 |  3032k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8480 | 0.000000e+00 |      --      |    Inf 
454.61/454.76	c   455s|185800 |    74 |  3034k|  16.3 |  11M|  60 |  31 | 231 |  13k| 231 |2453 |  17 | 103k|8482 | 0.000000e+00 |      --      |    Inf 
454.91/455.05	c   455s|185900 |    72 |  3036k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8484 | 0.000000e+00 |      --      |    Inf 
455.11/455.29	c   455s|186000 |    76 |  3038k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8485 | 0.000000e+00 |      --      |    Inf 
455.41/455.56	c   456s|186100 |    76 |  3040k|  16.3 |  11M|  60 |  33 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
455.71/455.81	c   456s|186200 |    74 |  3042k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
455.91/456.08	c   456s|186300 |    70 |  3044k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
456.21/456.34	c   456s|186400 |    71 |  3046k|  16.3 |  12M|  60 |  40 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
456.52/456.61	c   457s|186500 |    71 |  3048k|  16.3 |  12M|  60 |  46 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
456.71/456.88	c   457s|186600 |    69 |  3050k|  16.3 |  12M|  60 |  39 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
457.01/457.15	c   457s|186700 |    67 |  3052k|  16.3 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
457.21/457.38	c   457s|186800 |    68 |  3053k|  16.3 |  11M|  60 |  42 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
457.51/457.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.51/457.63	c   458s|186900 |    68 |  3055k|  16.3 |  11M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
457.72/457.86	c   458s|187000 |    68 |  3057k|  16.4 |  11M|  60 |  27 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
458.01/458.10	c   458s|187100 |    66 |  3059k|  16.4 |  11M|  60 |  28 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
458.20/458.36	c   458s|187200 |    66 |  3061k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
458.50/458.61	c   459s|187300 |    66 |  3063k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
458.72/458.88	c   459s|187400 |    66 |  3065k|  16.4 |  12M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
459.01/459.13	c   459s|187500 |    68 |  3067k|  16.4 |  12M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
459.21/459.39	c   459s|187600 |    66 |  3069k|  16.4 |  12M|  60 |  29 | 231 |  13k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
459.51/459.62	c   460s|187700 |    64 |  3071k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
459.71/459.86	c   460s|187800 |    70 |  3073k|  16.4 |  12M|  60 |  25 | 231 |  14k| 231 |2453 |  17 | 104k|8485 | 0.000000e+00 |      --      |    Inf 
460.01/460.13	c   460s|187900 |    66 |  3075k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
460.20/460.38	c   460s|188000 |    66 |  3077k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
460.51/460.66	c   461s|188100 |    67 |  3079k|  16.4 |  12M|  60 |  36 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
460.81/460.96	c   461s|188200 |    61 |  3081k|  16.4 |  12M|  60 |  43 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
461.01/461.14	c   461s|188300 |    61 |  3082k|  16.4 |  12M|  60 |  30 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
461.21/461.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.21/461.33	c   461s|188400 |    60 |  3084k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
461.40/461.52	c   462s|188500 |    64 |  3085k|  16.4 |  12M|  60 |  23 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
461.61/461.74	c   462s|188600 |    60 |  3086k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
461.81/461.98	c   462s|188700 |    58 |  3088k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
462.11/462.20	c   462s|188800 |    60 |  3090k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
462.30/462.43	c   462s|188900 |    58 |  3091k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
462.51/462.65	c   463s|189000 |    57 |  3093k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
462.71/462.89	c   463s|189100 |    59 |  3094k|  16.4 |  12M|  60 |  25 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
463.01/463.13	c   463s|189200 |    59 |  3096k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
463.21/463.36	c   463s|189300 |    59 |  3098k|  16.4 |  12M|  60 |  38 | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
463.50/463.60	c   464s|189400 |    57 |  3099k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
463.71/463.84	c   464s|189500 |    57 |  3101k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 105k|8485 | 0.000000e+00 |      --      |    Inf 
463.91/464.05	c   464s|189600 |    57 |  3103k|  16.4 |  12M|  60 |  32 | 231 |  14k| 231 |2453 |  17 | 106k|8485 | 0.000000e+00 |      --      |    Inf 
464.11/464.26	c   464s|189700 |    56 |  3104k|  16.4 |  12M|  60 |   - | 231 |  14k| 231 |2453 |  17 | 106k|8485 | 0.000000e+00 |      --      |    Inf 
464.31/464.48	c   464s|189800 |    54 |  3106k|  16.4 |  12M|  60 |  37 | 231 |  14k| 231 |2453 |  17 | 106k|8485 | 0.000000e+00 |      --      |    Inf 
464.61/464.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.61/464.76	c   465s|189900 |    60 |  3107k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8494 | 0.000000e+00 |      --      |    Inf 
464.81/464.99	c   465s|190000 |    62 |  3109k|  16.4 |  11M|  60 |  22 | 231 |  13k| 231 |2453 |  17 | 106k|8494 | 0.000000e+00 |      --      |    Inf 
465.10/465.22	c   465s|190100 |    58 |  3110k|  16.4 |  11M|  60 |  34 | 231 |  13k| 231 |2453 |  17 | 106k|8499 | 0.000000e+00 |      --      |    Inf 
465.31/465.45	c   465s|190200 |    57 |  3112k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8499 | 0.000000e+00 |      --      |    Inf 
465.61/465.71	c   466s|190300 |    55 |  3114k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8506 | 0.000000e+00 |      --      |    Inf 
465.91/466.02	c   466s|190400 |    57 |  3115k|  16.4 |  11M|  60 |  20 | 231 |  13k| 231 |2453 |  17 | 106k|8516 | 0.000000e+00 |      --      |    Inf 
466.11/466.27	c   466s|190500 |    53 |  3117k|  16.4 |  11M|  60 |  46 | 231 |  13k| 231 |2453 |  17 | 106k|8516 | 0.000000e+00 |      --      |    Inf 
466.41/466.51	c   467s|190600 |    53 |  3119k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8517 | 0.000000e+00 |      --      |    Inf 
466.60/466.78	c   467s|190700 |    55 |  3121k|  16.4 |  11M|  60 |  33 | 231 |  13k| 231 |2453 |  17 | 106k|8522 | 0.000000e+00 |      --      |    Inf 
466.90/467.08	c   467s|190800 |    53 |  3123k|  16.4 |  11M|  60 |  38 | 231 |  13k| 231 |2453 |  17 | 106k|8531 | 0.000000e+00 |      --      |    Inf 
467.10/467.28	c   467s|190900 |    53 |  3124k|  16.4 |  11M|  60 |  18 | 231 |  13k| 231 |2453 |  17 | 106k|8531 | 0.000000e+00 |      --      |    Inf 
467.40/467.54	c   468s|191000 |    51 |  3126k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 106k|8537 | 0.000000e+00 |      --      |    Inf 
467.62/467.78	c   468s|191100 |    53 |  3127k|  16.4 |  11M|  60 |  32 | 231 |  13k| 231 |2453 |  17 | 106k|8542 | 0.000000e+00 |      --      |    Inf 
467.91/468.05	c   468s|191200 |    54 |  3129k|  16.4 |  11M|  60 |   - | 231 |  13k|   0 |   0 |  17 | 106k|8549 | 0.000000e+00 |      --      |    Inf 
468.21/468.32	c   468s|191300 |    58 |  3131k|  16.4 |  11M|  60 |  37 | 231 |  13k| 231 |2453 |  17 | 106k|8555 | 0.000000e+00 |      --      |    Inf 
468.40/468.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.40/468.57	c   469s|191400 |    56 |  3133k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8557 | 0.000000e+00 |      --      |    Inf 
468.72/468.85	c   469s|191500 |    52 |  3135k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8561 | 0.000000e+00 |      --      |    Inf 
468.91/469.08	c   469s|191600 |    52 |  3136k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8568 | 0.000000e+00 |      --      |    Inf 
469.11/469.28	c   469s|191700 |    53 |  3137k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8568 | 0.000000e+00 |      --      |    Inf 
469.41/469.53	c   470s|191800 |    51 |  3139k|  16.4 |  11M|  60 |   - | 231 |  13k| 231 |2453 |  17 | 107k|8578 | 0.000000e+00 |      --      |    Inf 
469.60/469.79	c   470s|191900 |    50 |  3141k|  16.4 |  11M|  60 |  40 | 231 |  13k| 231 |2453 |  17 | 107k|8582 | 0.000000e+00 |      --      |    Inf 
469.91/470.06	c   470s|192000 |    52 |  3143k|  16.4 |  11M|  60 |  43 | 231 |  12k| 231 |2453 |  17 | 107k|8589 | 0.000000e+00 |      --      |    Inf 
470.21/470.30	c   470s|192100 |    50 |  3144k|  16.4 |  11M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 107k|8593 | 0.000000e+00 |      --      |    Inf 
470.41/470.52	c   471s|192200 |    50 |  3146k|  16.4 |  11M|  60 |  23 | 231 |  12k| 231 |2453 |  17 | 107k|8596 | 0.000000e+00 |      --      |    Inf 
470.61/470.77	c   471s|192300 |    48 |  3147k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8604 | 0.000000e+00 |      --      |    Inf 
470.91/471.02	c   471s|192400 |    46 |  3149k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8607 | 0.000000e+00 |      --      |    Inf 
471.11/471.26	c   471s|192500 |    45 |  3150k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8613 | 0.000000e+00 |      --      |    Inf 
471.31/471.46	c   471s|192600 |    43 |  3152k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8613 | 0.000000e+00 |      --      |    Inf 
471.51/471.69	c   472s|192700 |    45 |  3153k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8619 | 0.000000e+00 |      --      |    Inf 
471.81/471.92	c   472s|192800 |    43 |  3155k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8625 | 0.000000e+00 |      --      |    Inf 
472.01/472.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.01/472.18	c   472s|192900 |    44 |  3156k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8628 | 0.000000e+00 |      --      |    Inf 
472.30/472.42	c   472s|193000 |    42 |  3158k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 107k|8630 | 0.000000e+00 |      --      |    Inf 
472.51/472.65	c   473s|193100 |    44 |  3159k|  16.4 |  11M|  60 |  34 | 231 |  12k| 231 |2453 |  17 | 107k|8634 | 0.000000e+00 |      --      |    Inf 
472.71/472.87	c   473s|193200 |    44 |  3161k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8639 | 0.000000e+00 |      --      |    Inf 
473.01/473.12	c   473s|193300 |    46 |  3162k|  16.4 |  11M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 108k|8644 | 0.000000e+00 |      --      |    Inf 
473.21/473.39	c   473s|193400 |    42 |  3164k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8651 | 0.000000e+00 |      --      |    Inf 
473.50/473.62	c   474s|193500 |    43 |  3166k|  16.4 |  11M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 108k|8653 | 0.000000e+00 |      --      |    Inf 
473.70/473.86	c   474s|193600 |    43 |  3167k|  16.4 |  11M|  60 |  30 | 231 |  12k| 231 |2453 |  17 | 108k|8656 | 0.000000e+00 |      --      |    Inf 
473.91/474.09	c   474s|193700 |    43 |  3169k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8660 | 0.000000e+00 |      --      |    Inf 
474.21/474.34	c   474s|193800 |    43 |  3170k|  16.4 |  11M|  60 |  38 | 231 |  12k| 231 |2453 |  17 | 108k|8664 | 0.000000e+00 |      --      |    Inf 
474.41/474.59	c   475s|193900 |    43 |  3172k|  16.4 |  11M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 108k|8666 | 0.000000e+00 |      --      |    Inf 
474.71/474.82	c   475s|194000 |    43 |  3174k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8667 | 0.000000e+00 |      --      |    Inf 
474.91/475.06	c   475s|194100 |    41 |  3176k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8668 | 0.000000e+00 |      --      |    Inf 
475.10/475.28	c   475s|194200 |    39 |  3177k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8670 | 0.000000e+00 |      --      |    Inf 
475.40/475.50	c   476s|194300 |    41 |  3179k|  16.4 |  11M|  60 |  30 | 231 |  12k| 231 |2453 |  17 | 108k|8671 | 0.000000e+00 |      --      |    Inf 
475.60/475.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.60/475.71	c   476s|194400 |    39 |  3180k|  16.4 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 108k|8671 | 0.000000e+00 |      --      |    Inf 
475.80/475.96	c   476s|194500 |    37 |  3182k|  16.4 |  11M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 108k|8673 | 0.000000e+00 |      --      |    Inf 
476.11/476.21	c   476s|194600 |    37 |  3184k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8673 | 0.000000e+00 |      --      |    Inf 
476.31/476.46	c   476s|194700 |    39 |  3185k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8673 | 0.000000e+00 |      --      |    Inf 
476.50/476.68	c   477s|194800 |    37 |  3187k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 108k|8673 | 0.000000e+00 |      --      |    Inf 
476.81/476.91	c   477s|194900 |    37 |  3189k|  16.4 |  11M|  60 |  38 | 231 |  12k| 231 |2453 |  17 | 108k|8673 | 0.000000e+00 |      --      |    Inf 
477.01/477.10	c   477s|195000 |    40 |  3190k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
477.21/477.32	c   477s|195100 |    40 |  3192k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
477.42/477.54	c   478s|195200 |    39 |  3193k|  16.4 |  11M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
477.61/477.76	c   478s|195300 |    39 |  3195k|  16.4 |  11M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
477.91/478.00	c   478s|195400 |    40 |  3197k|  16.4 |  11M|  60 |  48 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
478.11/478.24	c   478s|195500 |    40 |  3198k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
478.31/478.49	c   478s|195600 |    38 |  3200k|  16.4 |  11M|  60 |  46 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
478.61/478.75	c   479s|195700 |    38 |  3202k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
478.80/478.97	c   479s|195800 |    37 |  3204k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
479.00/479.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.00/479.19	c   479s|195900 |    36 |  3205k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
479.30/479.41	c   479s|196000 |    36 |  3207k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
479.50/479.62	c   480s|196100 |    35 |  3208k|  16.4 |  11M|  60 |  31 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
479.71/479.84	c   480s|196200 |    36 |  3210k|  16.4 |  11M|  60 |   - | 231 |  12k|   0 |   0 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
479.90/480.05	c   480s|196300 |    36 |  3211k|  16.4 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
480.11/480.28	c   480s|196400 |    32 |  3213k|  16.4 |  11M|  60 |  47 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
480.30/480.49	c   480s|196500 |    34 |  3214k|  16.4 |  11M|  60 |  32 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
480.60/480.71	c   481s|196600 |    32 |  3216k|  16.4 |  11M|  60 |  31 | 231 |  12k| 231 |2453 |  17 | 109k|8673 | 0.000000e+00 |      --      |    Inf 
480.81/480.93	c   481s|196700 |    30 |  3217k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
481.01/481.16	c   481s|196800 |    30 |  3219k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
481.30/481.40	c   481s|196900 |    30 |  3221k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
481.51/481.60	c   482s|197000 |    32 |  3222k|  16.4 |  11M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
481.70/481.81	c   482s|197100 |    32 |  3223k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
481.91/482.02	c   482s|197200 |    30 |  3225k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
482.11/482.27	c   482s|197300 |    30 |  3227k|  16.4 |  11M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
482.31/482.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
482.31/482.48	c   482s|197400 |    28 |  3228k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
482.61/482.70	c   483s|197500 |    28 |  3230k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
482.81/482.91	c   483s|197600 |    28 |  3231k|  16.4 |  11M|  60 |  38 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
483.01/483.13	c   483s|197700 |    32 |  3233k|  16.4 |  11M|  60 |  34 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
483.21/483.34	c   483s|197800 |    34 |  3234k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
483.40/483.56	c   484s|197900 |    34 |  3236k|  16.4 |  11M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
483.60/483.76	c   484s|198000 |    36 |  3237k|  16.4 |  11M|  60 |  34 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
483.81/483.97	c   484s|198100 |    30 |  3239k|  16.4 |  11M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
484.01/484.19	c   484s|198200 |    31 |  3240k|  16.4 |  11M|  60 |  24 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
484.31/484.41	c   484s|198300 |    33 |  3242k|  16.4 |  11M|  60 |  33 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
484.51/484.63	c   485s|198400 |    31 |  3243k|  16.4 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
484.71/484.85	c   485s|198500 |    33 |  3245k|  16.4 |  11M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 110k|8673 | 0.000000e+00 |      --      |    Inf 
484.90/485.07	c   485s|198600 |    35 |  3247k|  16.3 |  11M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 111k|8673 | 0.000000e+00 |      --      |    Inf 
485.11/485.27	c   485s|198700 |    35 |  3248k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8673 | 0.000000e+00 |      --      |    Inf 
485.41/485.50	c   486s|198800 |    31 |  3250k|  16.3 |  11M|  60 |  37 | 231 |  12k| 231 |2453 |  17 | 111k|8673 | 0.000000e+00 |      --      |    Inf 
485.61/485.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.61/485.73	c   486s|198900 |    30 |  3251k|  16.3 |  11M|  60 |  38 | 231 |  12k| 231 |2453 |  17 | 111k|8673 | 0.000000e+00 |      --      |    Inf 
485.90/486.00	c   486s|199000 |    34 |  3253k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8684 | 0.000000e+00 |      --      |    Inf 
486.11/486.23	c   486s|199100 |    32 |  3255k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8684 | 0.000000e+00 |      --      |    Inf 
486.31/486.42	c   486s|199200 |    36 |  3256k|  16.3 |  11M|  60 |  23 | 231 |  12k| 231 |2453 |  17 | 111k|8684 | 0.000000e+00 |      --      |    Inf 
486.51/486.65	c   487s|199300 |    33 |  3257k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8690 | 0.000000e+00 |      --      |    Inf 
486.81/486.91	c   487s|199400 |    35 |  3259k|  16.3 |  11M|  60 |  23 | 231 |  12k| 231 |2453 |  17 | 111k|8699 | 0.000000e+00 |      --      |    Inf 
487.00/487.16	c   487s|199500 |    33 |  3261k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8699 | 0.000000e+00 |      --      |    Inf 
487.31/487.42	c   487s|199600 |    27 |  3263k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8705 | 0.000000e+00 |      --      |    Inf 
487.51/487.64	c   488s|199700 |    27 |  3264k|  16.3 |  11M|  60 |  27 | 231 |  12k| 231 |2453 |  17 | 111k|8705 | 0.000000e+00 |      --      |    Inf 
487.81/487.94	c   488s|199800 |    25 |  3266k|  16.3 |  11M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 111k|8715 | 0.000000e+00 |      --      |    Inf 
488.00/488.16	c   488s|199900 |    23 |  3268k|  16.3 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 111k|8715 | 0.000000e+00 |      --      |    Inf 
488.30/488.40	c   488s|200000 |    24 |  3269k|  16.3 |  11M|  60 |  26 | 231 |  12k| 231 |2453 |  17 | 111k|8722 | 0.000000e+00 |      --      |    Inf 
488.51/488.65	c   489s|200100 |    21 |  3271k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8727 | 0.000000e+00 |      --      |    Inf 
488.71/488.86	c   489s|200200 |    23 |  3272k|  16.3 |  11M|  60 |  32 | 231 |  12k| 231 |2453 |  17 | 111k|8727 | 0.000000e+00 |      --      |    Inf 
489.00/489.10	c   489s|200300 |    21 |  3273k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 111k|8736 | 0.000000e+00 |      --      |    Inf 
489.20/489.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.20/489.33	c   489s|200400 |    21 |  3275k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8736 | 0.000000e+00 |      --      |    Inf 
489.41/489.59	c   490s|200500 |    21 |  3277k|  16.3 |  11M|  60 |  31 | 231 |  12k| 231 |2453 |  17 | 112k|8740 | 0.000000e+00 |      --      |    Inf 
489.71/489.85	c   490s|200600 |    21 |  3278k|  16.3 |  11M|  60 |  24 | 231 |  12k| 231 |2453 |  17 | 112k|8748 | 0.000000e+00 |      --      |    Inf 
489.90/490.09	c   490s|200700 |    21 |  3280k|  16.3 |  11M|  60 |   - | 231 |  12k|   0 |   0 |  17 | 112k|8752 | 0.000000e+00 |      --      |    Inf 
490.20/490.30	c   490s|200800 |    19 |  3281k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8754 | 0.000000e+00 |      --      |    Inf 
490.51/490.61	c   491s|200900 |    19 |  3283k|  16.3 |  11M|  60 |  46 | 231 |  12k| 231 |2453 |  17 | 112k|8765 | 0.000000e+00 |      --      |    Inf 
490.71/490.84	c   491s|201000 |    19 |  3285k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8765 | 0.000000e+00 |      --      |    Inf 
491.01/491.10	c   491s|201100 |    19 |  3286k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8774 | 0.000000e+00 |      --      |    Inf 
491.20/491.33	c   491s|201200 |    17 |  3288k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8774 | 0.000000e+00 |      --      |    Inf 
491.41/491.58	c   492s|201300 |    16 |  3289k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 112k|8782 | 0.000000e+00 |      --      |    Inf 
491.71/491.82	c   492s|201400 |    16 |  3291k|  16.3 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 112k|8782 | 0.000000e+00 |      --      |    Inf 
491.91/492.05	c   492s|201500 |    14 |  3293k|  16.3 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 | 112k|8787 | 0.000000e+00 |      --      |    Inf 
492.21/492.31	c   492s|201600 |    12 |  3294k|  16.3 |  11M|  60 |  43 | 231 |  11k| 231 |2453 |  17 | 112k|8793 | 0.000000e+00 |      --      |    Inf 
492.41/492.51	c   493s|201700 |    13 |  3296k|  16.3 |  11M|  60 |  22 | 231 |  11k| 231 |2453 |  17 | 112k|8793 | 0.000000e+00 |      --      |    Inf 
492.60/492.74	c   493s|201800 |    11 |  3297k|  16.3 |  11M|  60 |  41 | 231 |  11k| 231 |2453 |  17 | 112k|8797 | 0.000000e+00 |      --      |    Inf 
492.81/493.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.81/493.00	c   493s|201900 |    11 |  3299k|  16.3 |  11M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 112k|8802 | 0.000000e+00 |      --      |    Inf 
493.10/493.26	c   493s|202000 |    11 |  3301k|  16.3 |  11M|  60 |  35 | 231 |  12k| 231 |2453 |  17 | 112k|8808 | 0.000000e+00 |      --      |    Inf 
493.40/493.52	c   494s|202100 |     9 |  3303k|  16.3 |  11M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 113k|8813 | 0.000000e+00 |      --      |    Inf 
493.60/493.78	c   494s|202200 |     9 |  3304k|  16.3 |  11M|  60 |  38 | 231 |  12k| 231 |2453 |  17 | 113k|8819 | 0.000000e+00 |      --      |    Inf 
493.90/494.04	c   494s|202300 |     7 |  3306k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8823 | 0.000000e+00 |      --      |    Inf 
494.20/494.32	c   494s|202400 |     5 |  3308k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8829 | 0.000000e+00 |      --      |    Inf 
494.40/494.59	c   495s|202500 |     7 |  3310k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8834 | 0.000000e+00 |      --      |    Inf 
494.71/494.84	c   495s|202600 |     9 |  3312k|  16.3 |  11M|  60 |  43 | 231 |  12k| 231 |2453 |  17 | 113k|8838 | 0.000000e+00 |      --      |    Inf 
494.90/495.07	c   495s|202700 |    10 |  3313k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8842 | 0.000000e+00 |      --      |    Inf 
495.20/495.34	c   495s|202800 |     8 |  3315k|  16.3 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8849 | 0.000000e+00 |      --      |    Inf 
495.50/495.60	c   496s|202900 |    10 |  3317k|  16.3 |  11M|  60 |  39 | 231 |  12k| 231 |2453 |  17 | 113k|8852 | 0.000000e+00 |      --      |    Inf 
495.70/495.83	c   496s|203000 |    10 |  3318k|  16.3 |  11M|  60 |  44 | 231 |  12k| 231 |2453 |  17 | 113k|8857 | 0.000000e+00 |      --      |    Inf 
496.00/496.10	c   496s|203100 |    12 |  3320k|  16.4 |  11M|  60 |  39 | 231 |  12k| 231 |2453 |  17 | 113k|8863 | 0.000000e+00 |      --      |    Inf 
496.21/496.37	c   496s|203200 |    18 |  3322k|  16.4 |  11M|  60 |  36 | 231 |  12k| 231 |2453 |  17 | 113k|8865 | 0.000000e+00 |      --      |    Inf 
496.51/496.62	c   497s|203300 |    16 |  3324k|  16.4 |  11M|  60 |  44 | 231 |  12k| 231 |2453 |  17 | 113k|8866 | 0.000000e+00 |      --      |    Inf 
496.70/496.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.70/496.87	c   497s|203400 |    14 |  3326k|  16.4 |  11M|  60 |  41 | 231 |  12k| 231 |2453 |  17 | 113k|8866 | 0.000000e+00 |      --      |    Inf 
496.90/497.09	c   497s|203500 |    12 |  3328k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8866 | 0.000000e+00 |      --      |    Inf 
497.21/497.33	c   497s|203600 |    14 |  3329k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8868 | 0.000000e+00 |      --      |    Inf 
497.41/497.59	c   498s|203700 |    10 |  3331k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8869 | 0.000000e+00 |      --      |    Inf 
497.70/497.82	c   498s|203800 |     8 |  3333k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 113k|8870 | 0.000000e+00 |      --      |    Inf 
497.90/498.06	c   498s|203900 |     7 |  3335k|  16.4 |  11M|  60 |  42 | 231 |  12k| 231 |2453 |  17 | 114k|8870 | 0.000000e+00 |      --      |    Inf 
498.10/498.29	c   498s|204000 |     7 |  3336k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 114k|8870 | 0.000000e+00 |      --      |    Inf 
498.41/498.54	c   499s|204100 |     3 |  3338k|  16.4 |  11M|  60 |   - | 231 |  12k| 231 |2453 |  17 | 114k|8871 | 0.000000e+00 |      --      |    Inf 
498.61/498.79	c   499s|204200 |     3 |  3340k|  16.4 |  11M|  60 |  29 | 231 |  12k| 231 |2453 |  17 | 114k|8873 | 0.000000e+00 |      --      |    Inf 
498.80/498.92	c 
498.80/498.92	c SCIP Status        : problem is solved [infeasible]
498.80/498.92	c Solving Time (sec) : 498.92
498.80/498.92	c Solving Nodes      : 204255
498.80/498.92	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.80/498.92	c Dual Bound         : +1.00000000000000e+20
498.80/498.92	c Gap                : 0.00 %
498.80/498.92	s UNSATISFIABLE
498.80/498.92	c SCIP Status        : problem is solved [infeasible]
498.80/498.92	c Total Time         :     498.92
498.80/498.92	c   solving          :     498.92
498.80/498.92	c   presolving       :       0.07 (included in solving)
498.80/498.92	c   reading          :       0.01 (included in solving)
498.80/498.92	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
498.80/498.92	c Original Problem   :
498.80/498.92	c   Problem name     : HOME/instance-3690433-1338016925.opb
498.80/498.92	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
498.80/498.92	c   Constraints      : 2707 initial, 2707 maximal
498.80/498.92	c   Objective sense  : minimize
498.80/498.92	c Presolved Problem  :
498.80/498.92	c   Problem name     : t_HOME/instance-3690433-1338016925.opb
498.80/498.92	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
498.80/498.92	c   Constraints      : 2443 initial, 15253 maximal
498.80/498.92	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
498.80/498.92	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
498.80/498.92	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
498.80/498.92	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
498.80/498.92	c   root node        :          -          -          3          -          -          3          -          -          -          -          -
498.80/498.92	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
498.80/498.92	c   integral         :          0          0          0          0     105002          0          1          0        337       3743          0          0     205018
498.80/498.92	c   knapsack         :          1          1          5     772909          0          0          0      29686       1000     225600          0          0          0
498.80/498.92	c   setppc           :         22         22          5     772242          0          0          0    2338812       2804    1013959          0          0          0
498.80/498.92	c   linear           :          0+       269          5     163853          0          0          0        667          0       5972          0          0          0
498.80/498.92	c   logicor          :       2420+     15230          5     372999          0          0          0     687506        943    1307748          0          0          0
498.80/498.92	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
498.80/498.92	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
498.80/498.92	c   integral         :      35.70       0.00       0.00       0.00      35.70       0.00       0.00       0.00
498.80/498.92	c   knapsack         :       1.19       0.00       0.00       1.14       0.00       0.00       0.00       0.06
498.80/498.92	c   setppc           :       4.66       0.00       0.00       2.69       0.00       0.00       0.00       1.97
498.80/498.92	c   linear           :       0.33       0.00       0.00       0.33       0.00       0.00       0.00       0.00
498.80/498.92	c   logicor          :      16.53       0.00       0.00      15.54       0.00       0.00       0.00       0.99
498.80/498.92	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
498.80/498.92	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
498.80/498.92	c   rootredcost      :          0          0          0          0
498.80/498.92	c   pseudoobj        :          0          0          0          0
498.80/498.92	c   vbounds          :          0          0          0          0
498.80/498.92	c   redcost          :     105007          0          0          0
498.80/498.92	c   probing          :          0          0          0          0
498.80/498.92	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
498.80/498.92	c   rootredcost      :       0.62       0.00       0.00       0.62       0.00
498.80/498.92	c   pseudoobj        :       0.67       0.00       0.00       0.67       0.00
498.80/498.92	c   vbounds          :       0.59       0.00       0.00       0.59       0.00
498.80/498.92	c   redcost          :       0.75       0.00       0.00       0.75       0.00
498.80/498.92	c   probing          :       0.00       0.00       0.00       0.00       0.00
498.80/498.92	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
498.80/498.92	c   propagation      :       0.36       4747       4740      28028       23.7         64       19.3          -
498.80/498.92	c   infeasible LP    :      12.65      97405      93962     609854       36.1        286       18.2          0
498.80/498.92	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
498.80/498.92	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
498.80/498.92	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
498.80/498.92	c   applied globally :          -          -          -     102966       20.2          -          -          -
498.80/498.92	c   applied locally  :          -          -          -      11266       34.5          -          -          -
498.80/498.92	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
498.80/498.92	c   cut pool         :       0.00                     4          -          -        302          -    (maximal pool size: 513)
498.80/498.92	c   closecuts        :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
498.80/498.92	c   intobj           :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   gomory           :       0.10       0.00          5          0          0        200          0
498.80/498.92	c   cgmip            :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   strongcg         :       0.19       0.00          5          0          0       2500          0
498.80/498.92	c   cmir             :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   flowcover        :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   clique           :       0.00       0.00          5          0          0          0          0
498.80/498.92	c   zerohalf         :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   mcf              :       0.00       0.00          1          0          0          0          0
498.80/498.92	c   oddcycle         :       0.00       0.00          0          0          0          0          0
498.80/498.92	c   rapidlearning    :       0.14       0.00          1          0          0          0        269
498.80/498.92	c Pricers            :   ExecTime  SetupTime      Calls       Vars
498.80/498.92	c   problem variables:       0.00          -          0          0
498.80/498.92	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
498.80/498.92	c   relpscost        :      35.49       0.00     105002        337       3743          0          0     205018
498.80/498.92	c   pscost           :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   inference        :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c   random           :       0.00       0.00          0          0          0          0          0          0
498.80/498.92	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
498.80/498.92	c   LP solutions     :       0.00          -          -          0
498.80/498.92	c   pseudo solutions :       0.00          -          -          0
498.80/498.92	c   smallcard        :       0.00       0.00          0          0
498.80/498.92	c   trivial          :       0.00       0.00          1          0
498.80/498.92	c   shiftandpropagate:       0.00       0.00          0          0
498.80/498.92	c   simplerounding   :       0.00       0.00          0          0
498.80/498.92	c   zirounding       :       0.00       0.00          0          0
498.80/498.92	c   rounding         :       0.00       0.00          0          0
498.80/498.92	c   shifting         :       0.00       0.00          0          0
498.80/498.92	c   intshifting      :       0.00       0.00          0          0
498.80/498.92	c   oneopt           :       0.00       0.00          0          0
498.80/498.92	c   twoopt           :       0.00       0.00          0          0
498.80/498.92	c   indtwoopt        :       0.00       0.00          0          0
498.80/498.92	c   indoneopt        :       0.00       0.00          0          0
498.80/498.92	c   fixandinfer      :       0.00       0.00          0          0
498.80/498.92	c   feaspump         :       0.00       0.00          0          0
498.80/498.92	c   clique           :       0.00       0.00          0          0
498.80/498.92	c   indrounding      :       0.00       0.00          0          0
498.80/498.92	c   indcoefdiving    :       0.00       0.00          0          0
498.80/498.92	c   coefdiving       :       0.00       0.00          0          0
498.80/498.92	c   pscostdiving     :       0.00       0.00          0          0
498.80/498.92	c   nlpdiving        :       0.00       0.00          0          0
498.80/498.92	c   fracdiving       :       0.00       0.00          0          0
498.80/498.92	c   veclendiving     :       0.00       0.00          0          0
498.80/498.92	c   intdiving        :       0.00       0.00          0          0
498.80/498.92	c   actconsdiving    :       0.00       0.00          0          0
498.80/498.92	c   objpscostdiving  :       0.00       0.00          0          0
498.80/498.92	c   rootsoldiving    :       0.00       0.00          0          0
498.80/498.92	c   linesearchdiving :       0.00       0.00          0          0
498.80/498.92	c   guideddiving     :       0.00       0.00          0          0
498.80/498.92	c   octane           :       0.00       0.00          0          0
498.80/498.92	c   rens             :       0.00       0.00          0          0
498.80/498.92	c   rins             :       0.00       0.00          0          0
498.80/498.92	c   localbranching   :       0.00       0.00          0          0
498.80/498.92	c   mutation         :       0.00       0.00          0          0
498.80/498.92	c   crossover        :       0.00       0.00          0          0
498.80/498.92	c   dins             :       0.00       0.00          0          0
498.80/498.92	c   vbounds          :       0.00       0.00          0          0
498.80/498.92	c   undercover       :       0.00       0.00          0          0
498.80/498.92	c   subnlp           :       0.00       0.00          0          0
498.80/498.92	c   trysol           :       0.00       0.00          0          0
498.80/498.92	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
498.80/498.92	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
498.80/498.92	c   dual LP          :     373.49     202412    3341542      16.55    8946.81       0.21        538
498.80/498.92	c   lex dual LP      :       0.00          0          0       0.00          -
498.80/498.92	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
498.80/498.92	c   diving/probing LP:       0.00          0          0       0.00          -
498.80/498.92	c   strong branching :      33.90       8873     283743      31.98    8370.68
498.80/498.92	c     (at root node) :          -         11       2450     222.73          -
498.80/498.92	c   conflict analysis:       0.00          0          0       0.00          -
498.80/498.92	c B&B Tree           :
498.80/498.92	c   number of runs   :          1
498.80/498.92	c   nodes            :     204255
498.80/498.92	c   nodes (total)    :     204255
498.80/498.92	c   nodes left       :          0
498.80/498.92	c   max depth        :         60
498.80/498.92	c   max depth (total):         60
498.80/498.92	c   backtracks       :      24875 (12.2%)
498.80/498.92	c   delayed cutoffs  :        764
498.80/498.92	c   repropagations   :     321416 (350559 domain reductions, 762 cutoffs)
498.80/498.92	c   avg switch length:       4.90
498.80/498.92	c   switching time   :      17.48
498.80/498.92	c Solution           :
498.80/498.92	c   Solutions found  :          0 (0 improvements)
498.80/498.92	c   Primal Bound     : infeasible
498.80/498.92	c   Dual Bound       :          -
498.80/498.92	c   Gap              :       0.00 %
498.80/498.92	c   Root Dual Bound  : +0.00000000000000e+00
498.80/498.92	c   Root Iterations  :        146
498.80/498.94	c Time complete: 498.85.

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

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

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


[startup+0 s]
/proc/loadavg: 0.10 0.26 0.85 3/174 14729
/proc/meminfo: memFree=28873768/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=10288 CPUtime=0 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 1325 0 0 0 0 0 0 0 20 0 1 0 267818012 10534912 1279 33554432000 4194304 10173063 140736653431456 140736961490648 8886411 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 2572 1279 413 1460 0 1103 0

[startup+0.07214 s]
/proc/loadavg: 0.10 0.26 0.85 3/174 14729
/proc/meminfo: memFree=28873768/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=22552 CPUtime=0.06 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 4472 0 0 0 4 2 0 0 20 0 1 0 267818012 23093248 4169 33554432000 4194304 10173063 140736653431456 140736961490648 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 5638 4169 589 1460 0 4169 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22552

[startup+0.100283 s]
/proc/loadavg: 0.10 0.26 0.85 3/174 14729
/proc/meminfo: memFree=28873768/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=29056 CPUtime=0.09 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 6351 0 0 0 5 4 0 0 20 0 1 0 267818012 29753344 6008 33554432000 4194304 10173063 140736653431456 140736961490648 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 7264 6008 770 1460 0 5795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29056

[startup+0.300272 s]
/proc/loadavg: 0.10 0.26 0.85 3/174 14729
/proc/meminfo: memFree=28873768/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47072 CPUtime=0.29 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10645 0 0 0 19 10 0 0 20 0 1 0 267818012 48201728 10300 33554432000 4194304 10173063 140736653431456 140736961490648 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11768 10300 821 1460 0 10299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47072

[startup+0.700252 s]
/proc/loadavg: 0.10 0.26 0.85 3/174 14729
/proc/meminfo: memFree=28873768/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=0.69 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10819 0 0 0 58 11 0 0 20 0 1 0 267818012 48541696 10474 33554432000 4194304 10173063 140736653431456 140736653424904 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10474 830 1460 0 10382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47404

[startup+1.50024 s]
/proc/loadavg: 0.17 0.27 0.85 2/170 14754
/proc/meminfo: memFree=28866296/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=1.49 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10822 0 0 0 137 12 0 0 20 0 1 0 267818012 48541696 10477 33554432000 4194304 10173063 140736653431456 140736653424904 8046704 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10477 833 1460 0 10382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47404

[startup+3.10023 s]
/proc/loadavg: 0.17 0.27 0.85 2/170 14754
/proc/meminfo: memFree=28866088/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=3.09 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10824 0 0 0 295 14 0 0 20 0 1 0 267818012 48541696 10479 33554432000 4194304 10173063 140736653431456 140736653425320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10479 835 1460 0 10382 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47404

[startup+6.30024 s]
/proc/loadavg: 0.23 0.28 0.85 2/169 14754
/proc/meminfo: memFree=28866352/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=6.29 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10825 0 0 0 611 18 0 0 20 0 1 0 267818012 48541696 10480 33554432000 4194304 10173063 140736653431456 140736653425368 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10480 836 1460 0 10382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47404

[startup+12.7002 s]
/proc/loadavg: 0.30 0.30 0.85 2/170 14755
/proc/meminfo: memFree=28866316/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=12.68 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10825 0 0 0 1237 31 0 0 20 0 1 0 267818012 48541696 10480 33554432000 4194304 10173063 140736653431456 140736653424712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10480 836 1460 0 10382 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47404

[startup+25.5067 s]
/proc/loadavg: 0.48 0.33 0.86 3/175 14807
/proc/meminfo: memFree=28807748/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=25.48 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10833 0 0 0 2454 94 0 0 20 0 1 0 267818012 48541696 10632 33554432000 4194304 10173063 140736653431456 140736653425096 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 10632 836 1460 0 10382 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47404

[startup+51.1002 s]
/proc/loadavg: 1.20 0.52 0.90 3/175 14845
/proc/meminfo: memFree=28823800/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=51.07 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10839 0 0 0 4903 204 0 0 20 0 1 0 267818012 48541696 11143 33554432000 4194304 10173063 140736653431456 140736653428824 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11143 836 1460 0 10382 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47404

[startup+102.3 s]
/proc/loadavg: 1.65 0.75 0.96 3/175 14845
/proc/meminfo: memFree=28815552/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=102.26 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10839 0 0 0 9810 416 0 0 20 0 1 0 267818012 48541696 11143 33554432000 4194304 10173063 140736653431456 140736653427944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11143 836 1460 0 10382 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47404

[startup+162.3 s]
/proc/loadavg: 1.87 0.97 1.02 3/175 14845
/proc/meminfo: memFree=28792468/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=162.25 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10839 0 0 0 15574 651 0 0 20 0 1 0 267818012 48541696 11143 33554432000 4194304 10173063 140736653431456 140736653425288 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11143 836 1460 0 10382 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47404

[startup+222.3 s]
/proc/loadavg: 1.95 1.16 1.08 3/175 14845
/proc/meminfo: memFree=28770304/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=222.25 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10841 0 0 0 21343 882 0 0 20 0 1 0 267818012 48541696 11145 33554432000 4194304 10173063 140736653431456 140736653424440 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11145 838 1460 0 10382 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 47404

[startup+282.3 s]
/proc/loadavg: 2.04 1.32 1.14 3/175 14845
/proc/meminfo: memFree=28749532/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=282.24 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10841 0 0 0 27114 1110 0 0 20 0 1 0 267818012 48541696 11145 33554432000 4194304 10173063 140736653431456 140736653428040 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11145 838 1460 0 10382 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 47404

[startup+342.307 s]
/proc/loadavg: 2.01 1.44 1.19 3/175 14846
/proc/meminfo: memFree=28726060/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47404 CPUtime=342.23 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10841 0 0 0 32891 1332 0 0 20 0 1 0 267818012 48541696 11145 33554432000 4194304 10173063 140736653431456 140736653424712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11851 11145 838 1460 0 10382 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 47404

[startup+402.3 s]
/proc/loadavg: 2.00 1.54 1.24 3/175 14846
/proc/meminfo: memFree=28710692/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=47588 CPUtime=402.22 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 10892 0 0 0 38674 1548 0 0 20 0 1 0 267818012 48730112 11196 33554432000 4194304 10173063 140736653431456 140736653424712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 11897 11196 838 1460 0 10428 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 47588

[startup+462.3 s]
/proc/loadavg: 2.07 1.64 1.29 3/175 14846
/proc/meminfo: memFree=28690444/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48348 CPUtime=462.21 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11092 0 0 0 44443 1778 0 0 20 0 1 0 267818012 49508352 11396 33554432000 4194304 10173063 140736653431456 140736653425096 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12087 11396 838 1460 0 10618 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 48348

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

[startup+473.7 s]
/proc/loadavg: 2.06 1.65 1.29 3/175 14846
/proc/meminfo: memFree=28687032/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=473.61 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11112 0 0 0 45540 1821 0 0 20 0 1 0 267818012 49668096 11415 33554432000 4194304 10173063 140736653431456 140736653425096 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11415 838 1460 0 10657 0
Current children cumulated CPU time (s) 473.61
Current children cumulated vsize (KiB) 48504

[startup+486.5 s]
/proc/loadavg: 2.05 1.67 1.31 3/176 14849
/proc/meminfo: memFree=28680816/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=486.4 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11112 0 0 0 46770 1870 0 0 20 0 1 0 267818012 49668096 11415 33554432000 4194304 10173063 140736653431456 140736653424440 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11415 838 1460 0 10657 0
Current children cumulated CPU time (s) 486.4
Current children cumulated vsize (KiB) 48504

[startup+492.9 s]
/proc/loadavg: 2.04 1.67 1.31 3/176 14849
/proc/meminfo: memFree=28679584/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=492.81 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11113 0 0 0 47385 1896 0 0 20 0 1 0 267818012 49668096 11416 33554432000 4194304 10173063 140736653431456 140736653425096 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11416 838 1460 0 10657 0
Current children cumulated CPU time (s) 492.81
Current children cumulated vsize (KiB) 48504

[startup+496.1 s]
/proc/loadavg: 2.04 1.67 1.31 3/176 14849
/proc/meminfo: memFree=28679212/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=496 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11113 0 0 0 47693 1907 0 0 20 0 1 0 267818012 49668096 11416 33554432000 4194304 10173063 140736653431456 140736653425128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11416 838 1460 0 10657 0
Current children cumulated CPU time (s) 496
Current children cumulated vsize (KiB) 48504

[startup+497.7 s]
/proc/loadavg: 2.04 1.68 1.31 3/176 14849
/proc/meminfo: memFree=28678592/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=497.61 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11113 0 0 0 47848 1913 0 0 20 0 1 0 267818012 49668096 11416 33554432000 4194304 10173063 140736653431456 140736653425096 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11416 838 1460 0 10657 0
Current children cumulated CPU time (s) 497.61
Current children cumulated vsize (KiB) 48504

[startup+498.507 s]
/proc/loadavg: 2.04 1.68 1.31 3/176 14849
/proc/meminfo: memFree=28678592/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=498.41 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11113 0 0 0 47925 1916 0 0 20 0 1 0 267818012 49668096 11416 33554432000 4194304 10173063 140736653431456 140736653425096 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11416 838 1460 0 10657 0
Current children cumulated CPU time (s) 498.41
Current children cumulated vsize (KiB) 48504

[startup+498.9 s]
/proc/loadavg: 2.04 1.68 1.31 3/176 14849
/proc/meminfo: memFree=28678592/32873852 swapFree=6848/6848
[pid=14729] ppid=14727 vsize=48504 CPUtime=498.8 cores=1,3,5,7
/proc/14729/stat : 14729 (scip-2.1.1.4fix) R 14727 14729 14609 0 -1 4202496 11113 0 0 0 47963 1917 0 0 20 0 1 0 267818012 49668096 11416 33554432000 4194304 10173063 140736653431456 140736653427992 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 12126 11416 838 1460 0 10657 0
Current children cumulated CPU time (s) 498.8
Current children cumulated vsize (KiB) 48504

Child status: 0
Real time (s): 498.948
CPU time (s): 498.86
CPU user time (s): 479.677
CPU system time (s): 19.1831
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 48504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.677
system time used= 19.1831
maximum resident set size= 45676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11118
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= 17
involuntary context switches= 513

runsolver used 0.732888 second user time and 2.10368 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 09:22:06
IDJOB=3690433
IDBENCH=1274
IDSOLVER=2270
FILE ID=node129/3690433-1338016925
RUNJOBID= node129-1338016921-14626
PBS_JOBID= 14624342
Free space on /tmp= 71124 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.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-3690433-1338016925/watcher-3690433-1338016925 -o /tmp/evaluation-result-3690433-1338016925/solver-3690433-1338016925 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690433-1338016925.opb -t 1800 -m 15500

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=2138282317

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28874768 kB
Buffers:          242580 kB
Cached:          2946276 kB
SwapCached:            0 kB
Active:          1111396 kB
Inactive:        2105592 kB
Active(anon):      30532 kB
Inactive(anon):        0 kB
Active(file):    1080864 kB
Inactive(file):  2105592 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27260 kB
Writeback:             0 kB
AnonPages:         34972 kB
Mapped:            17156 kB
Shmem:               204 kB
Slab:             645668 kB
SReclaimable:      87816 kB
SUnreclaim:       557852 kB
KernelStack:        1376 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     145016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71108 MiB
End job on node129 at 2012-05-26 09:30:25