Trace number 3691599

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedUNSAT 437.577 437.653

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: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691599-1338020763.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.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.04	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05	c presolving (4 rounds):
0.00/0.05	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  242 implications, 22 cliques
0.00/0.05	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.05	c       1 constraints of type <knapsack>
0.00/0.05	c      22 constraints of type <setppc>
0.00/0.05	c    2420 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c limits/solutions = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05	c separating/maxrounds = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/maxroundsroot = 5
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05	c constraints/knapsack/disaggregation = FALSE
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/coefdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05	c heuristics/crossover/freq = -1
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/crossover/nodesofs = 750
0.00/0.05	c 
0.00/0.05	c # number of nodes without incumbent change that heuristic should wait
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05	c heuristics/crossover/nwaitingnodes = 100
0.00/0.05	c 
0.00/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05	c # [type: real, range: [0,1], default: 0.1]
0.00/0.05	c heuristics/crossover/nodesquot = 0.15
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixed 
0.00/0.05	c # [type: real, range: [0,1], default: 0.666]
0.00/0.05	c heuristics/crossover/minfixingrate = 0.5
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/feaspump/freq = -1
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/fracdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/guideddiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/intshifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/linesearchdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/objpscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05	c # [type: real, range: [0,1], default: 0.01]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/oneopt/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/pscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/rens/freq = -1
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixable 
0.00/0.06	c # [type: real, range: [0,1], default: 0.5]
0.00/0.06	c heuristics/rens/minfixingrate = 0.3
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/rens/nodesofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/rootsoldiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/rounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/shiftandpropagate/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/shifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/simplerounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/subnlp/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/trivial/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/trysol/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/undercover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/veclendiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/zirounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c propagating/probing/maxprerounds = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/cmir/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/flowcover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/indoneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.07	c   0.1s|     1 |     0 |    76 |     - |4259k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |    90 |     - |4691k|   0 |  39 | 231 |2712 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   105 |     - |5016k|   0 |  45 | 231 |2712 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   120 |     - |5459k|   0 |  46 | 231 |2712 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   139 |     - |5903k|   0 |  47 | 231 |2712 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   146 |     - |6244k|   0 |  51 | 231 |2712 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     2 |   146 |     - |6244k|   0 |  51 | 231 |2712 | 231 |2460 |  17 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
8.99/9.08	c   9.1s|   100 |    24 |  4961 |  48.6 |6408k|  15 |  28 | 231 |2725 | 231 |2453 |  17 |  14 |1619 | 0.000000e+00 |      --      |    Inf 
9.79/9.80	c   9.8s|   200 |    33 |  6750 |  33.2 |6465k|  19 |  24 | 231 |2775 | 231 |2453 |  17 |  66 |1747 | 0.000000e+00 |      --      |    Inf 
10.29/10.32	c  10.3s|   300 |    34 |  8504 |  28.0 |6497k|  22 |   - | 231 |2831 | 231 |2453 |  17 | 123 |1818 | 0.000000e+00 |      --      |    Inf 
10.49/10.59	c  10.6s|   400 |    34 |  9997 |  24.7 |6516k|  25 |  28 | 231 |2897 | 231 |2453 |  17 | 189 |1837 | 0.000000e+00 |      --      |    Inf 
10.79/10.86	c  10.9s|   500 |    34 | 11684 |  23.1 |6543k|  27 |  32 | 231 |2966 | 231 |2453 |  17 | 259 |1852 | 0.000000e+00 |      --      |    Inf 
11.09/11.17	c  11.2s|   600 |    38 | 13414 |  22.2 |6585k|  27 |   - | 231 |3016 |   0 |   0 |  17 | 309 |1874 | 0.000000e+00 |      --      |    Inf 
11.39/11.43	c  11.4s|   700 |    44 | 15002 |  21.3 |6624k|  27 |   - | 231 |3083 | 231 |2453 |  17 | 376 |1886 | 0.000000e+00 |      --      |    Inf 
11.58/11.69	c  11.7s|   800 |    47 | 16666 |  20.7 |6655k|  27 |   - | 231 |3141 | 231 |2453 |  17 | 437 |1899 | 0.000000e+00 |      --      |    Inf 
11.89/11.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.89/11.92	c  11.9s|   900 |    47 | 18224 |  20.1 |6672k|  27 |  28 | 231 |3193 | 231 |2453 |  17 | 491 |1905 | 0.000000e+00 |      --      |    Inf 
12.09/12.16	c  12.2s|  1000 |    48 | 19685 |  19.6 |6703k|  27 |  32 | 231 |3257 | 231 |2453 |  17 | 555 |1918 | 0.000000e+00 |      --      |    Inf 
12.38/12.41	c  12.4s|  1100 |    48 | 21592 |  19.5 |6736k|  27 |   - | 231 |3319 | 231 |2453 |  17 | 618 |1921 | 0.000000e+00 |      --      |    Inf 
12.59/12.61	c  12.6s|  1200 |    49 | 22958 |  19.0 |6755k|  27 |   - | 231 |3387 |   0 |   0 |  17 | 686 |1925 | 0.000000e+00 |      --      |    Inf 
12.79/12.87	c  12.9s|  1300 |    51 | 24546 |  18.8 |6778k|  27 |  19 | 231 |3442 | 231 |2453 |  17 | 742 |1940 | 0.000000e+00 |      --      |    Inf 
13.09/13.15	c  13.2s|  1400 |    52 | 26147 |  18.6 |6809k|  27 |  27 | 231 |3498 | 231 |2453 |  17 | 804 |1958 | 0.000000e+00 |      --      |    Inf 
13.39/13.41	c  13.4s|  1500 |    61 | 27549 |  18.3 |6855k|  27 |  24 | 231 |3568 | 231 |2453 |  17 | 876 |1981 | 0.000000e+00 |      --      |    Inf 
13.58/13.66	c  13.7s|  1600 |    60 | 29061 |  18.1 |6878k|  30 |  28 | 231 |3629 | 231 |2453 |  17 | 938 |1996 | 0.000000e+00 |      --      |    Inf 
13.89/13.91	c  13.9s|  1700 |    59 | 30564 |  17.9 |6897k|  33 |  27 | 231 |3691 | 231 |2453 |  17 |1001 |2009 | 0.000000e+00 |      --      |    Inf 
14.09/14.15	c  14.2s|  1800 |    52 | 31985 |  17.7 |6904k|  33 |   - | 231 |3754 | 231 |2453 |  17 |1067 |2022 | 0.000000e+00 |      --      |    Inf 
14.38/14.48	c  14.5s|  1900 |    52 | 33583 |  17.6 |6926k|  33 |   - | 231 |3805 | 231 |2453 |  17 |1121 |2055 | 0.000000e+00 |      --      |    Inf 
14.68/14.75	c  14.7s|  2000 |    54 | 35451 |  17.7 |6955k|  33 |  39 | 231 |3869 | 231 |2453 |  17 |1192 |2063 | 0.000000e+00 |      --      |    Inf 
14.98/15.00	c  15.0s|  2100 |    52 | 37050 |  17.6 |6974k|  33 |  26 | 231 |3923 | 231 |2453 |  17 |1250 |2073 | 0.000000e+00 |      --      |    Inf 
15.19/15.26	c  15.3s|  2200 |    53 | 38749 |  17.6 |7009k|  33 |   - | 231 |3989 | 231 |2453 |  17 |1320 |2084 | 0.000000e+00 |      --      |    Inf 
15.39/15.47	c  15.5s|  2300 |    51 | 40152 |  17.4 |7023k|  33 |   - | 231 |4042 | 231 |2453 |  17 |1384 |2087 | 0.000000e+00 |      --      |    Inf 
15.68/15.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.68/15.70	c  15.7s|  2400 |    51 | 41798 |  17.4 |7051k|  33 |   - | 231 |4089 | 231 |2453 |  17 |1454 |2091 | 0.000000e+00 |      --      |    Inf 
15.88/15.94	c  15.9s|  2500 |    54 | 43530 |  17.4 |7087k|  33 |   - | 231 |4151 | 231 |2453 |  17 |1521 |2096 | 0.000000e+00 |      --      |    Inf 
16.09/16.17	c  16.2s|  2600 |    54 | 45270 |  17.4 |7110k|  33 |   - | 231 |4207 | 231 |2453 |  17 |1589 |2098 | 0.000000e+00 |      --      |    Inf 
16.39/16.44	c  16.4s|  2700 |    54 | 47122 |  17.4 |7142k|  33 |  29 | 231 |4268 | 231 |2453 |  17 |1663 |2104 | 0.000000e+00 |      --      |    Inf 
16.58/16.63	c  16.6s|  2800 |    52 | 48418 |  17.2 |7171k|  33 |   - | 231 |4349 | 231 |2453 |  17 |1750 |2108 | 0.000000e+00 |      --      |    Inf 
16.79/16.83	c  16.8s|  2900 |    54 | 49947 |  17.2 |7193k|  33 |  20 | 231 |4398 | 231 |2453 |  17 |1810 |2109 | 0.000000e+00 |      --      |    Inf 
16.99/17.03	c  17.0s|  3000 |    50 | 51247 |  17.0 |7204k|  33 |   - | 231 |4450 | 231 |2453 |  17 |1867 |2112 | 0.000000e+00 |      --      |    Inf 
17.18/17.29	c  17.3s|  3100 |    56 | 53058 |  17.1 |7232k|  33 |  33 | 231 |4482 | 231 |2453 |  17 |1924 |2118 | 0.000000e+00 |      --      |    Inf 
17.39/17.49	c  17.5s|  3200 |    58 | 54452 |  17.0 |7254k|  33 |  18 | 231 |4522 | 231 |2453 |  17 |1976 |2119 | 0.000000e+00 |      --      |    Inf 
17.59/17.69	c  17.7s|  3300 |    58 | 55872 |  16.9 |7268k|  33 |   - | 231 |4562 | 231 |2453 |  17 |2030 |2120 | 0.000000e+00 |      --      |    Inf 
17.79/17.89	c  17.9s|  3400 |    58 | 57353 |  16.8 |7275k|  33 |   - | 231 |4599 | 231 |2453 |  17 |2082 |2120 | 0.000000e+00 |      --      |    Inf 
17.99/18.07	c  18.1s|  3500 |    62 | 58592 |  16.7 |7304k|  33 |   - | 231 |4647 | 231 |2453 |  17 |2139 |2123 | 0.000000e+00 |      --      |    Inf 
18.18/18.26	c  18.3s|  3600 |    66 | 60064 |  16.6 |7326k|  33 |   - | 231 |4687 | 231 |2453 |  17 |2185 |2123 | 0.000000e+00 |      --      |    Inf 
18.39/18.49	c  18.5s|  3700 |    64 | 61687 |  16.6 |7330k|  33 |  29 | 231 |4718 | 231 |2453 |  17 |2231 |2130 | 0.000000e+00 |      --      |    Inf 
18.70/18.71	c  18.7s|  3800 |    65 | 63453 |  16.7 |7351k|  33 |   - | 231 |4763 | 231 |2453 |  17 |2283 |2130 | 0.000000e+00 |      --      |    Inf 
18.89/18.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.89/18.99	c  19.0s|  3900 |    65 | 65063 |  16.6 |7365k|  33 |  25 | 231 |4805 | 231 |2453 |  17 |2338 |2148 | 0.000000e+00 |      --      |    Inf 
19.18/19.29	c  19.3s|  4000 |    67 | 66892 |  16.7 |7385k|  33 |  27 | 231 |4810 | 231 |2453 |  17 |2400 |2168 | 0.000000e+00 |      --      |    Inf 
19.59/19.62	c  19.6s|  4100 |    77 | 68943 |  16.8 |7417k|  33 |   - | 231 |4830 | 231 |2453 |  17 |2457 |2191 | 0.000000e+00 |      --      |    Inf 
19.79/19.88	c  19.9s|  4200 |    77 | 70444 |  16.7 |7439k|  33 |   - | 231 |4870 | 231 |2453 |  17 |2524 |2207 | 0.000000e+00 |      --      |    Inf 
20.08/20.17	c  20.2s|  4300 |    79 | 72180 |  16.8 |7453k|  33 |  32 | 231 |4903 | 231 |2453 |  17 |2576 |2226 | 0.000000e+00 |      --      |    Inf 
20.38/20.47	c  20.5s|  4400 |    83 | 73949 |  16.8 |7480k|  33 |  31 | 231 |4938 | 231 |2453 |  17 |2621 |2246 | 0.000000e+00 |      --      |    Inf 
20.69/20.73	c  20.7s|  4500 |    87 | 75490 |  16.7 |7507k|  33 |  30 | 231 |4966 | 231 |2453 |  17 |2669 |2265 | 0.000000e+00 |      --      |    Inf 
20.89/20.99	c  21.0s|  4600 |    86 | 77215 |  16.8 |7526k|  33 |   - | 231 |5012 | 231 |2453 |  17 |2722 |2273 | 0.000000e+00 |      --      |    Inf 
21.08/21.19	c  21.2s|  4700 |    86 | 78586 |  16.7 |7540k|  33 |  17 | 231 |5058 | 231 |2453 |  17 |2772 |2275 | 0.000000e+00 |      --      |    Inf 
21.29/21.38	c  21.4s|  4800 |    84 | 79911 |  16.6 |7553k|  34 |  39 | 231 |5106 | 231 |2453 |  17 |2822 |2278 | 0.000000e+00 |      --      |    Inf 
21.59/21.61	c  21.6s|  4900 |    88 | 81636 |  16.6 |7592k|  34 |   - | 231 |5158 | 231 |2453 |  17 |2876 |2280 | 0.000000e+00 |      --      |    Inf 
21.79/21.82	c  21.8s|  5000 |    82 | 83220 |  16.6 |7597k|  34 |  34 | 231 |5212 | 231 |2453 |  17 |2932 |2281 | 0.000000e+00 |      --      |    Inf 
22.08/22.10	c  22.1s|  5100 |    83 | 85325 |  16.7 |7626k|  35 |   - | 231 |5272 | 231 |2453 |  17 |2995 |2291 | 0.000000e+00 |      --      |    Inf 
22.28/22.33	c  22.3s|  5200 |    88 | 86819 |  16.7 |7666k|  35 |  24 | 231 |5310 | 231 |2453 |  17 |3056 |2298 | 0.000000e+00 |      --      |    Inf 
22.39/22.49	c  22.5s|  5300 |    89 | 87912 |  16.6 |7701k|  37 |   - | 231 |5385 | 231 |2453 |  17 |3136 |2301 | 0.000000e+00 |      --      |    Inf 
22.59/22.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.59/22.67	c  22.7s|  5400 |    88 | 89153 |  16.5 |7722k|  37 |   - | 231 |5444 | 231 |2453 |  17 |3207 |2304 | 0.000000e+00 |      --      |    Inf 
22.79/22.86	c  22.9s|  5500 |    91 | 90554 |  16.4 |7738k|  37 |  24 | 231 |5486 | 231 |2453 |  17 |3263 |2304 | 0.000000e+00 |      --      |    Inf 
22.99/23.07	c  23.1s|  5600 |    86 | 92038 |  16.4 |7741k|  37 |  26 | 231 |5516 | 231 |2453 |  17 |3330 |2306 | 0.000000e+00 |      --      |    Inf 
23.18/23.28	c  23.3s|  5700 |    87 | 93585 |  16.4 |7759k|  37 |  28 | 231 |5560 | 231 |2453 |  17 |3393 |2308 | 0.000000e+00 |      --      |    Inf 
23.39/23.49	c  23.5s|  5800 |    87 | 95158 |  16.4 |7774k|  37 |   - | 231 |5592 | 231 |2453 |  17 |3452 |2309 | 0.000000e+00 |      --      |    Inf 
23.59/23.69	c  23.7s|  5900 |    91 | 96644 |  16.4 |7803k|  37 |   - | 231 |5639 | 231 |2453 |  17 |3524 |2310 | 0.000000e+00 |      --      |    Inf 
23.79/23.89	c  23.9s|  6000 |    92 | 98037 |  16.3 |7824k|  37 |   - | 231 |5685 | 231 |2453 |  17 |3585 |2311 | 0.000000e+00 |      --      |    Inf 
23.98/24.08	c  24.1s|  6100 |    91 | 99373 |  16.3 |7839k|  37 |  36 | 231 |5733 | 231 |2453 |  17 |3649 |2312 | 0.000000e+00 |      --      |    Inf 
24.19/24.29	c  24.3s|  6200 |    90 |100772 |  16.2 |7862k|  37 |   - | 231 |5774 | 231 |2453 |  17 |3718 |2313 | 0.000000e+00 |      --      |    Inf 
24.39/24.46	c  24.5s|  6300 |    89 |101968 |  16.2 |7881k|  37 |  32 | 231 |5824 | 231 |2453 |  17 |3799 |2314 | 0.000000e+00 |      --      |    Inf 
24.59/24.67	c  24.7s|  6400 |    89 |103478 |  16.1 |7892k|  37 |  34 | 231 |5852 | 231 |2453 |  17 |3860 |2315 | 0.000000e+00 |      --      |    Inf 
24.78/24.88	c  24.9s|  6500 |    91 |105055 |  16.1 |7930k|  37 |   - | 231 |5888 | 231 |2453 |  17 |3919 |2315 | 0.000000e+00 |      --      |    Inf 
25.09/25.13	c  25.1s|  6600 |    93 |106701 |  16.1 |7940k|  37 |  38 | 231 |5909 | 231 |2453 |  17 |3975 |2324 | 0.000000e+00 |      --      |    Inf 
25.29/25.39	c  25.4s|  6700 |    94 |108223 |  16.1 |7955k|  37 |  32 | 231 |5940 | 231 |2453 |  17 |4035 |2339 | 0.000000e+00 |      --      |    Inf 
25.58/25.64	c  25.6s|  6800 |    90 |109609 |  16.1 |7961k|  37 |  36 | 231 |5972 | 231 |2453 |  17 |4099 |2352 | 0.000000e+00 |      --      |    Inf 
25.88/25.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.88/25.91	c  25.9s|  6900 |    94 |111280 |  16.1 |7981k|  37 |  27 | 231 |5980 | 231 |2453 |  17 |4152 |2367 | 0.000000e+00 |      --      |    Inf 
26.09/26.18	c  26.2s|  7000 |    92 |112895 |  16.1 |7991k|  37 |   - | 231 |6000 | 231 |2453 |  17 |4216 |2383 | 0.000000e+00 |      --      |    Inf 
26.39/26.46	c  26.5s|  7100 |    94 |114505 |  16.1 |7995k|  37 |  20 | 231 |6009 | 231 |2453 |  17 |4260 |2401 | 0.000000e+00 |      --      |    Inf 
26.59/26.69	c  26.7s|  7200 |    94 |115827 |  16.1 |8011k|  37 |  36 | 231 |6050 | 231 |2453 |  17 |4335 |2414 | 0.000000e+00 |      --      |    Inf 
26.88/26.90	c  26.9s|  7300 |    91 |116979 |  16.0 |8019k|  37 |  32 | 231 |6102 | 231 |2453 |  17 |4402 |2425 | 0.000000e+00 |      --      |    Inf 
27.08/27.14	c  27.1s|  7400 |    89 |118296 |  16.0 |8025k|  37 |   - | 231 |6122 | 231 |2453 |  17 |4466 |2437 | 0.000000e+00 |      --      |    Inf 
27.39/27.42	c  27.4s|  7500 |    89 |119936 |  16.0 |8018k|  37 |  21 | 231 |6123 | 231 |2453 |  17 |4538 |2454 | 0.000000e+00 |      --      |    Inf 
27.59/27.68	c  27.7s|  7600 |    89 |121301 |  15.9 |8023k|  37 |  33 | 231 |6143 | 231 |2453 |  17 |4607 |2470 | 0.000000e+00 |      --      |    Inf 
27.87/27.92	c  27.9s|  7700 |    87 |122802 |  15.9 |8034k|  37 |   - | 231 |6172 | 231 |2453 |  17 |4664 |2482 | 0.000000e+00 |      --      |    Inf 
28.08/28.17	c  28.2s|  7800 |    87 |124419 |  15.9 |8035k|  37 |  35 | 231 |6180 | 231 |2453 |  17 |4732 |2491 | 0.000000e+00 |      --      |    Inf 
28.37/28.44	c  28.4s|  7900 |    89 |125994 |  15.9 |8048k|  37 |  32 | 231 |6192 | 231 |2453 |  17 |4781 |2508 | 0.000000e+00 |      --      |    Inf 
28.59/28.65	c  28.6s|  8000 |    92 |127422 |  15.9 |8058k|  37 |  26 | 231 |6175 | 231 |2453 |  17 |4858 |2512 | 0.000000e+00 |      --      |    Inf 
28.78/28.83	c  28.8s|  8100 |    96 |128654 |  15.9 |8090k|  37 |  24 | 231 |6223 | 231 |2453 |  17 |4938 |2513 | 0.000000e+00 |      --      |    Inf 
28.97/29.04	c  29.0s|  8200 |    89 |130123 |  15.9 |8095k|  37 |   - | 231 |6266 | 231 |2453 |  17 |5003 |2515 | 0.000000e+00 |      --      |    Inf 
29.18/29.26	c  29.3s|  8300 |    90 |131737 |  15.9 |8115k|  37 |   - | 231 |6318 | 231 |2453 |  17 |5080 |2520 | 0.000000e+00 |      --      |    Inf 
29.48/29.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.48/29.50	c  29.5s|  8400 |    92 |133351 |  15.9 |8133k|  37 |  34 | 231 |6336 | 231 |2453 |  17 |5147 |2525 | 0.000000e+00 |      --      |    Inf 
29.69/29.71	c  29.7s|  8500 |    90 |134825 |  15.8 |8129k|  37 |  33 | 231 |6343 | 231 |2453 |  17 |5209 |2528 | 0.000000e+00 |      --      |    Inf 
29.88/29.92	c  29.9s|  8600 |    88 |136403 |  15.8 |8132k|  37 |  39 | 231 |6357 | 231 |2453 |  17 |5278 |2530 | 0.000000e+00 |      --      |    Inf 
30.08/30.13	c  30.1s|  8700 |    91 |137836 |  15.8 |8147k|  37 |   - | 231 |6352 | 231 |2453 |  17 |5330 |2531 | 0.000000e+00 |      --      |    Inf 
30.28/30.34	c  30.3s|  8800 |    95 |139398 |  15.8 |8153k|  37 |   - | 231 |6333 | 231 |2453 |  17 |5381 |2532 | 0.000000e+00 |      --      |    Inf 
30.47/30.54	c  30.5s|  8900 |    97 |140861 |  15.8 |8157k|  37 |  32 | 231 |6335 | 231 |2453 |  17 |5427 |2532 | 0.000000e+00 |      --      |    Inf 
30.69/30.74	c  30.7s|  9000 |    97 |142409 |  15.8 |8170k|  37 |  33 | 231 |6363 | 231 |2453 |  17 |5476 |2532 | 0.000000e+00 |      --      |    Inf 
30.88/30.94	c  30.9s|  9100 |   105 |143913 |  15.8 |8199k|  37 |  32 | 231 |6383 | 231 |2453 |  17 |5527 |2532 | 0.000000e+00 |      --      |    Inf 
31.08/31.13	c  31.1s|  9200 |   104 |145258 |  15.8 |8217k|  37 |  32 | 231 |6435 | 231 |2453 |  17 |5584 |2532 | 0.000000e+00 |      --      |    Inf 
31.28/31.33	c  31.3s|  9300 |   110 |146774 |  15.8 |8250k|  37 |  30 | 231 |6476 | 231 |2453 |  17 |5634 |2532 | 0.000000e+00 |      --      |    Inf 
31.48/31.53	c  31.5s|  9400 |   107 |148346 |  15.8 |8268k|  37 |   - | 231 |6522 | 231 |2453 |  17 |5688 |2532 | 0.000000e+00 |      --      |    Inf 
31.68/31.73	c  31.7s|  9500 |   108 |149798 |  15.8 |8290k|  37 |  33 | 231 |6572 | 231 |2453 |  17 |5745 |2532 | 0.000000e+00 |      --      |    Inf 
31.88/31.91	c  31.9s|  9600 |   106 |151108 |  15.7 |8306k|  37 |  25 | 231 |6621 | 231 |2453 |  17 |5798 |2532 | 0.000000e+00 |      --      |    Inf 
32.08/32.10	c  32.1s|  9700 |   104 |152516 |  15.7 |8321k|  37 |  22 | 231 |6672 | 231 |2453 |  17 |5856 |2532 | 0.000000e+00 |      --      |    Inf 
32.28/32.31	c  32.3s|  9800 |   106 |154092 |  15.7 |8338k|  37 |  31 | 231 |6714 | 231 |2453 |  17 |5921 |2532 | 0.000000e+00 |      --      |    Inf 
32.47/32.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.47/32.59	c  32.6s|  9900 |   104 |155685 |  15.7 |8338k|  37 |   - | 231 |6710 | 231 |2453 |  17 |5979 |2547 | 0.000000e+00 |      --      |    Inf 
32.78/32.88	c  32.9s| 10000 |   114 |157415 |  15.7 |8355k|  37 |  36 | 231 |6685 | 231 |2453 |  17 |6038 |2563 | 0.000000e+00 |      --      |    Inf 
33.07/33.13	c  33.1s| 10100 |   116 |158963 |  15.7 |8382k|  37 |  32 | 231 |6731 | 231 |2453 |  17 |6101 |2577 | 0.000000e+00 |      --      |    Inf 
33.38/33.41	c  33.4s| 10200 |   120 |160831 |  15.8 |8399k|  37 |  24 | 231 |6745 | 231 |2453 |  17 |6162 |2588 | 0.000000e+00 |      --      |    Inf 
33.68/33.72	c  33.7s| 10300 |   125 |162738 |  15.8 |8410k|  37 |   - | 231 |6734 |   0 |   0 |  17 |6217 |2604 | 0.000000e+00 |      --      |    Inf 
33.98/34.02	c  34.0s| 10400 |   125 |164594 |  15.8 |8414k|  37 |  45 | 231 |6744 | 231 |2453 |  17 |6272 |2623 | 0.000000e+00 |      --      |    Inf 
34.18/34.28	c  34.3s| 10500 |   130 |166430 |  15.8 |8449k|  37 |   - | 231 |6788 | 231 |2453 |  17 |6338 |2634 | 0.000000e+00 |      --      |    Inf 
34.47/34.59	c  34.6s| 10600 |   131 |168208 |  15.9 |8477k|  37 |   - | 231 |6834 | 231 |2453 |  17 |6404 |2657 | 0.000000e+00 |      --      |    Inf 
34.78/34.85	c  34.9s| 10700 |   124 |169967 |  15.9 |8468k|  37 |   - | 231 |6828 | 231 |2453 |  17 |6483 |2665 | 0.000000e+00 |      --      |    Inf 
35.08/35.16	c  35.2s| 10800 |   126 |171828 |  15.9 |8480k|  37 |   - | 231 |6799 | 231 |2453 |  17 |6542 |2682 | 0.000000e+00 |      --      |    Inf 
35.38/35.44	c  35.4s| 10900 |   130 |173425 |  15.9 |8481k|  37 |  35 | 231 |6758 | 231 |2453 |  17 |6592 |2696 | 0.000000e+00 |      --      |    Inf 
35.57/35.67	c  35.7s| 11000 |   128 |174681 |  15.9 |8484k|  37 |   - | 231 |6772 | 231 |2453 |  17 |6647 |2709 | 0.000000e+00 |      --      |    Inf 
35.78/35.88	c  35.9s| 11100 |   128 |176038 |  15.8 |8497k|  37 |   - | 231 |6809 | 231 |2453 |  17 |6701 |2713 | 0.000000e+00 |      --      |    Inf 
36.07/36.10	c  36.1s| 11200 |   128 |177672 |  15.9 |8515k|  37 |   - | 231 |6808 | 231 |2453 |  17 |6753 |2714 | 0.000000e+00 |      --      |    Inf 
36.28/36.36	c  36.4s| 11300 |   131 |179487 |  15.9 |8529k|  37 |  23 | 231 |6806 | 231 |2453 |  17 |6827 |2721 | 0.000000e+00 |      --      |    Inf 
36.47/36.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.47/36.55	c  36.5s| 11400 |   129 |180851 |  15.9 |8534k|  37 |   - | 231 |6839 | 231 |2453 |  17 |6895 |2722 | 0.000000e+00 |      --      |    Inf 
36.67/36.76	c  36.8s| 11500 |   133 |182399 |  15.8 |8545k|  37 |  35 | 231 |6822 | 231 |2453 |  17 |6947 |2722 | 0.000000e+00 |      --      |    Inf 
36.87/36.96	c  37.0s| 11600 |   133 |183740 |  15.8 |8548k|  37 |  33 | 231 |6837 | 231 |2453 |  17 |7009 |2724 | 0.000000e+00 |      --      |    Inf 
37.08/37.17	c  37.2s| 11700 |   135 |185272 |  15.8 |8557k|  37 |  25 | 231 |6831 | 231 |2453 |  17 |7063 |2725 | 0.000000e+00 |      --      |    Inf 
37.28/37.37	c  37.4s| 11800 |   133 |186671 |  15.8 |8557k|  37 |  29 | 231 |6850 | 231 |2453 |  17 |7140 |2725 | 0.000000e+00 |      --      |    Inf 
37.47/37.57	c  37.6s| 11900 |   135 |188203 |  15.8 |8580k|  37 |   - | 231 |6860 | 231 |2453 |  17 |7207 |2725 | 0.000000e+00 |      --      |    Inf 
37.68/37.77	c  37.8s| 12000 |   135 |189722 |  15.8 |8593k|  37 |  21 | 231 |6884 | 231 |2453 |  17 |7266 |2725 | 0.000000e+00 |      --      |    Inf 
37.88/37.94	c  37.9s| 12100 |   137 |190961 |  15.8 |8617k|  37 |  37 | 231 |6931 | 231 |2453 |  17 |7346 |2725 | 0.000000e+00 |      --      |    Inf 
38.07/38.13	c  38.1s| 12200 |   138 |192367 |  15.8 |8641k|  37 |  32 | 231 |6979 | 231 |2453 |  17 |7408 |2725 | 0.000000e+00 |      --      |    Inf 
38.28/38.36	c  38.4s| 12300 |   136 |194124 |  15.8 |8646k|  37 |   - | 231 |6993 | 231 |2453 |  17 |7476 |2725 | 0.000000e+00 |      --      |    Inf 
38.49/38.59	c  38.6s| 12400 |   142 |195967 |  15.8 |8665k|  37 |  43 | 231 |7014 | 231 |2453 |  17 |7544 |2725 | 0.000000e+00 |      --      |    Inf 
38.68/38.79	c  38.8s| 12500 |   144 |197464 |  15.8 |8683k|  37 |   - | 231 |7020 | 231 |2453 |  17 |7593 |2725 | 0.000000e+00 |      --      |    Inf 
38.97/39.00	c  39.0s| 12600 |   148 |198987 |  15.8 |8697k|  37 |  34 | 231 |7046 | 231 |2453 |  17 |7646 |2725 | 0.000000e+00 |      --      |    Inf 
39.17/39.20	c  39.2s| 12700 |   150 |200559 |  15.8 |8717k|  37 |   - | 231 |7066 | 231 |2453 |  17 |7689 |2725 | 0.000000e+00 |      --      |    Inf 
39.37/39.40	c  39.4s| 12800 |   158 |202015 |  15.8 |8747k|  37 |   - | 231 |7090 | 231 |2453 |  17 |7730 |2725 | 0.000000e+00 |      --      |    Inf 
39.49/39.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.49/39.58	c  39.6s| 12900 |   162 |203238 |  15.7 |8771k|  37 |  32 | 231 |7123 | 231 |2453 |  17 |7774 |2725 | 0.000000e+00 |      --      |    Inf 
39.67/39.75	c  39.8s| 13000 |   171 |204458 |  15.7 |8817k|  37 |   - | 231 |7181 | 231 |2453 |  17 |7842 |2725 | 0.000000e+00 |      --      |    Inf 
39.88/39.94	c  39.9s| 13100 |   170 |205780 |  15.7 |8843k|  37 |   - | 231 |7237 |   0 |   0 |  17 |7906 |2725 | 0.000000e+00 |      --      |    Inf 
40.07/40.12	c  40.1s| 13200 |   168 |206980 |  15.7 |8851k|  37 |  33 | 231 |7285 | 231 |2453 |  17 |7960 |2725 | 0.000000e+00 |      --      |    Inf 
40.27/40.33	c  40.3s| 13300 |   176 |208631 |  15.7 |8891k|  37 |  23 | 231 |7336 | 231 |2453 |  17 |8018 |2725 | 0.000000e+00 |      --      |    Inf 
40.47/40.53	c  40.5s| 13400 |   171 |210076 |  15.7 |8910k|  37 |   - | 231 |7391 | 231 |2453 |  17 |8075 |2725 | 0.000000e+00 |      --      |    Inf 
40.68/40.72	c  40.7s| 13500 |   168 |211393 |  15.6 |8925k|  39 |   - | 231 |7445 | 231 |2453 |  17 |8132 |2725 | 0.000000e+00 |      --      |    Inf 
40.88/40.92	c  40.9s| 13600 |   173 |212809 |  15.6 |8954k|  39 |  34 | 231 |7492 | 231 |2453 |  17 |8190 |2725 | 0.000000e+00 |      --      |    Inf 
41.08/41.11	c  41.1s| 13700 |   171 |214128 |  15.6 |8977k|  39 |  40 | 231 |7546 | 231 |2453 |  17 |8248 |2725 | 0.000000e+00 |      --      |    Inf 
41.28/41.32	c  41.3s| 13800 |   176 |215676 |  15.6 |9004k|  39 |  38 | 231 |7563 | 231 |2453 |  17 |8308 |2725 | 0.000000e+00 |      --      |    Inf 
41.48/41.54	c  41.5s| 13900 |   184 |217418 |  15.6 |9017k|  39 |  20 | 231 |7498 | 231 |2453 |  17 |8365 |2725 | 0.000000e+00 |      --      |    Inf 
41.68/41.77	c  41.8s| 14000 |   183 |219191 |  15.6 |9026k|  39 |   - | 231 |7495 | 231 |2453 |  17 |8429 |2725 | 0.000000e+00 |      --      |    Inf 
41.87/41.98	c  42.0s| 14100 |   182 |220822 |  15.7 |9028k|  40 |   - | 231 |7490 | 231 |2453 |  17 |8488 |2725 | 0.000000e+00 |      --      |    Inf 
42.18/42.21	c  42.2s| 14200 |   182 |222535 |  15.7 |9025k|  41 |   - | 231 |7433 | 231 |2453 |  17 |8547 |2725 | 0.000000e+00 |      --      |    Inf 
42.38/42.42	c  42.4s| 14300 |   188 |224159 |  15.7 |9018k|  41 |  30 | 231 |7362 | 231 |2453 |  17 |8600 |2725 | 0.000000e+00 |      --      |    Inf 
42.57/42.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.57/42.63	c  42.6s| 14400 |   188 |225652 |  15.7 |8989k|  41 |  37 | 231 |7268 | 231 |2453 |  17 |8660 |2725 | 0.000000e+00 |      --      |    Inf 
42.79/42.83	c  42.8s| 14500 |   184 |227073 |  15.7 |8986k|  41 |   - | 231 |7256 | 231 |2453 |  17 |8726 |2725 | 0.000000e+00 |      --      |    Inf 
42.98/43.04	c  43.0s| 14600 |   188 |228597 |  15.6 |8978k|  41 |   - | 231 |7195 |   0 |   0 |  17 |8784 |2725 | 0.000000e+00 |      --      |    Inf 
43.18/43.22	c  43.2s| 14700 |   183 |229814 |  15.6 |8962k|  41 |  35 | 231 |7204 | 231 |2453 |  17 |8858 |2725 | 0.000000e+00 |      --      |    Inf 
43.37/43.44	c  43.4s| 14800 |   183 |231473 |  15.6 |8964k|  42 |   - | 231 |7183 | 231 |2453 |  17 |8916 |2725 | 0.000000e+00 |      --      |    Inf 
43.57/43.63	c  43.6s| 14900 |   185 |232837 |  15.6 |8962k|  42 |  18 | 231 |7170 | 231 |2453 |  17 |8971 |2725 | 0.000000e+00 |      --      |    Inf 
43.78/43.82	c  43.8s| 15000 |   182 |234290 |  15.6 |8967k|  42 |   - | 231 |7178 | 231 |2453 |  17 |9040 |2725 | 0.000000e+00 |      --      |    Inf 
43.98/44.03	c  44.0s| 15100 |   181 |235839 |  15.6 |8956k|  42 |  48 | 231 |7174 | 231 |2453 |  17 |9093 |2725 | 0.000000e+00 |      --      |    Inf 
44.17/44.22	c  44.2s| 15200 |   181 |237202 |  15.6 |8967k|  42 |   - | 231 |7191 | 231 |2453 |  17 |9160 |2725 | 0.000000e+00 |      --      |    Inf 
44.38/44.43	c  44.4s| 15300 |   179 |238749 |  15.6 |8957k|  42 |   - | 231 |7171 | 231 |2453 |  17 |9219 |2725 | 0.000000e+00 |      --      |    Inf 
44.58/44.65	c  44.7s| 15400 |   179 |240469 |  15.6 |8932k|  42 |   - | 231 |7105 | 231 |2453 |  17 |9269 |2725 | 0.000000e+00 |      --      |    Inf 
44.77/44.88	c  44.9s| 15500 |   181 |242154 |  15.6 |8921k|  42 |   - | 231 |7046 | 231 |2453 |  17 |9317 |2725 | 0.000000e+00 |      --      |    Inf 
44.98/45.09	c  45.1s| 15600 |   184 |243718 |  15.6 |8909k|  42 |  29 | 231 |6989 | 231 |2453 |  17 |9369 |2725 | 0.000000e+00 |      --      |    Inf 
45.27/45.34	c  45.3s| 15700 |   182 |245606 |  15.6 |8875k|  42 |  41 | 231 |6903 | 231 |2453 |  17 |9439 |2725 | 0.000000e+00 |      --      |    Inf 
45.47/45.56	c  45.6s| 15800 |   181 |247300 |  15.6 |8879k|  42 |   - | 231 |6900 | 231 |2453 |  17 |9511 |2725 | 0.000000e+00 |      --      |    Inf 
45.68/45.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.68/45.78	c  45.8s| 15900 |   181 |248971 |  15.7 |8891k|  42 |   - | 231 |6930 | 231 |2453 |  17 |9584 |2725 | 0.000000e+00 |      --      |    Inf 
45.97/46.00	c  46.0s| 16000 |   181 |250677 |  15.7 |8893k|  42 |   - | 231 |6918 | 231 |2453 |  17 |9646 |2725 | 0.000000e+00 |      --      |    Inf 
46.08/46.20	c  46.2s| 16100 |   182 |252119 |  15.7 |8894k|  42 |   - | 231 |6923 | 231 |2453 |  17 |9711 |2725 | 0.000000e+00 |      --      |    Inf 
46.37/46.42	c  46.4s| 16200 |   180 |253793 |  15.7 |8894k|  42 |  33 | 231 |6934 | 231 |2453 |  17 |9768 |2725 | 0.000000e+00 |      --      |    Inf 
46.58/46.63	c  46.6s| 16300 |   180 |255449 |  15.7 |8896k|  42 |  27 | 231 |6952 | 231 |2453 |  17 |9845 |2725 | 0.000000e+00 |      --      |    Inf 
46.77/46.83	c  46.8s| 16400 |   180 |256960 |  15.7 |8912k|  42 |   - | 231 |6992 | 231 |2453 |  17 |9918 |2725 | 0.000000e+00 |      --      |    Inf 
46.98/47.02	c  47.0s| 16500 |   182 |258433 |  15.7 |8932k|  42 |   - | 231 |7035 | 231 |2453 |  17 |9983 |2725 | 0.000000e+00 |      --      |    Inf 
47.18/47.22	c  47.2s| 16600 |   182 |259868 |  15.6 |8951k|  42 |   - | 231 |7086 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
47.37/47.41	c  47.4s| 16700 |   183 |261324 |  15.6 |8969k|  42 |  41 | 231 |7138 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
47.58/47.64	c  47.6s| 16800 |   189 |263052 |  15.7 |9003k|  42 |  28 | 231 |7188 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
47.77/47.85	c  47.8s| 16900 |   183 |264672 |  15.7 |9016k|  42 |   - | 231 |7246 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
47.97/48.08	c  48.1s| 17000 |   184 |266562 |  15.7 |9031k|  42 |  27 | 231 |7297 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.17/48.27	c  48.3s| 17100 |   180 |267927 |  15.7 |9030k|  42 |   - | 231 |7299 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.38/48.43	c  48.4s| 17200 |   178 |268919 |  15.6 |9041k|  42 |   - | 231 |7350 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.57/48.63	c  48.6s| 17300 |   176 |270403 |  15.6 |9022k|  42 |   - | 231 |7350 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.78/48.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.78/48.84	c  48.8s| 17400 |   176 |271973 |  15.6 |9032k|  42 |   - | 231 |7365 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
48.98/49.04	c  49.0s| 17500 |   185 |273457 |  15.6 |9055k|  42 |  30 | 231 |7370 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.17/49.21	c  49.2s| 17600 |   186 |274636 |  15.6 |9080k|  42 |  28 | 231 |7420 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.28/49.40	c  49.4s| 17700 |   183 |276091 |  15.6 |9103k|  42 |   - | 231 |7477 |   0 |   0 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.57/49.61	c  49.6s| 17800 |   180 |277627 |  15.6 |9085k|  42 |  29 | 231 |7461 | 231 |2453 |  17 |  10k|2725 | 0.000000e+00 |      --      |    Inf 
49.77/49.84	c  49.8s| 17900 |   185 |279401 |  15.6 |9093k|  42 |  34 | 231 |7423 | 231 |2453 |  17 |  10k|2727 | 0.000000e+00 |      --      |    Inf 
49.98/50.06	c  50.1s| 18000 |   185 |281063 |  15.6 |9088k|  42 |   - | 231 |7385 | 231 |2453 |  17 |  10k|2727 | 0.000000e+00 |      --      |    Inf 
50.18/50.28	c  50.3s| 18100 |   189 |282767 |  15.6 |9097k|  42 |  23 | 231 |7361 | 231 |2453 |  17 |  10k|2727 | 0.000000e+00 |      --      |    Inf 
50.38/50.49	c  50.5s| 18200 |   187 |284316 |  15.6 |9092k|  42 |   - | 231 |7350 | 231 |2453 |  17 |  10k|2727 | 0.000000e+00 |      --      |    Inf 
50.58/50.69	c  50.7s| 18300 |   187 |285806 |  15.6 |9098k|  42 |   - | 231 |7370 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
50.87/50.90	c  50.9s| 18400 |   190 |287472 |  15.6 |9113k|  42 |   - | 231 |7394 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
51.07/51.10	c  51.1s| 18500 |   192 |288925 |  15.6 |9130k|  42 |  30 | 231 |7438 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
51.28/51.33	c  51.3s| 18600 |   193 |290776 |  15.6 |9154k|  42 |   - | 231 |7483 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
51.47/51.55	c  51.6s| 18700 |   191 |292427 |  15.6 |9155k|  42 |  36 | 231 |7503 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
51.68/51.75	c  51.7s| 18800 |   192 |293791 |  15.6 |9171k|  42 |   - | 231 |7532 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
51.87/51.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.87/51.93	c  51.9s| 18900 |   195 |295151 |  15.6 |9201k|  42 |   - | 231 |7593 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
52.08/52.13	c  52.1s| 19000 |   193 |296599 |  15.6 |9216k|  42 |   - | 231 |7653 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
52.27/52.33	c  52.3s| 19100 |   193 |298221 |  15.6 |9235k|  42 |  26 | 231 |7717 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
52.47/52.54	c  52.5s| 19200 |   195 |299734 |  15.6 |9254k|  42 |  21 | 231 |7752 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
52.68/52.75	c  52.8s| 19300 |   195 |301349 |  15.6 |9265k|  42 |  20 | 231 |7779 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
52.87/52.96	c  53.0s| 19400 |   197 |302922 |  15.6 |9290k|  42 |  20 | 231 |7808 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
53.07/53.14	c  53.1s| 19500 |   196 |304215 |  15.6 |9311k|  42 |  28 | 231 |7873 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
53.28/53.34	c  53.3s| 19600 |   193 |305762 |  15.6 |9326k|  42 |   - | 231 |7920 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
53.47/53.57	c  53.6s| 19700 |   195 |307464 |  15.6 |9327k|  42 |  23 | 231 |7891 | 231 |2453 |  17 |  11k|2727 | 0.000000e+00 |      --      |    Inf 
53.67/53.78	c  53.8s| 19800 |   191 |308897 |  15.6 |9310k|  42 |   - | 231 |7849 |   0 |   0 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
53.88/53.96	c  54.0s| 19900 |   189 |310206 |  15.6 |9315k|  42 |   - | 231 |7879 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
54.17/54.20	c  54.2s| 20000 |   193 |312043 |  15.6 |9306k|  42 |   - | 231 |7813 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
54.38/54.40	c  54.4s| 20100 |   198 |313574 |  15.6 |9313k|  42 |   - | 231 |7807 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
54.47/54.59	c  54.6s| 20200 |   196 |314936 |  15.6 |9325k|  42 |   - | 231 |7847 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
54.67/54.79	c  54.8s| 20300 |   198 |316435 |  15.6 |9341k|  42 |   - | 231 |7877 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
54.88/55.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.88/55.00	c  55.0s| 20400 |   198 |318056 |  15.6 |9361k|  42 |  33 | 231 |7927 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
55.17/55.22	c  55.2s| 20500 |   198 |319855 |  15.6 |9380k|  42 |  27 | 231 |7971 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
55.38/55.42	c  55.4s| 20600 |   196 |321269 |  15.6 |9374k|  42 |   - | 231 |7959 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
55.48/55.59	c  55.6s| 20700 |   197 |322483 |  15.6 |9398k|  42 |  21 | 231 |8007 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
55.68/55.79	c  55.8s| 20800 |   194 |323805 |  15.6 |9384k|  42 |   - | 231 |7985 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
55.87/55.98	c  56.0s| 20900 |   192 |325251 |  15.6 |9389k|  42 |   - | 231 |8007 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
56.17/56.20	c  56.2s| 21000 |   192 |326846 |  15.6 |9377k|  42 |   - | 231 |7978 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
56.27/56.39	c  56.4s| 21100 |   192 |328193 |  15.5 |9375k|  42 |  31 | 231 |7972 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
56.47/56.58	c  56.6s| 21200 |   191 |329501 |  15.5 |9372k|  42 |   - | 231 |7968 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
56.68/56.78	c  56.8s| 21300 |   193 |330929 |  15.5 |9361k|  42 |   - | 231 |7927 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
56.87/56.98	c  57.0s| 21400 |   191 |332294 |  15.5 |9340k|  42 |  29 | 231 |7902 | 231 |2453 |  17 |  12k|2727 | 0.000000e+00 |      --      |    Inf 
57.08/57.20	c  57.2s| 21500 |   190 |333951 |  15.5 |9327k|  42 |   - | 231 |7887 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
57.37/57.42	c  57.4s| 21600 |   190 |335649 |  15.5 |9328k|  42 |   - | 231 |7889 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
57.58/57.63	c  57.6s| 21700 |   194 |337214 |  15.5 |9341k|  42 |   - | 231 |7900 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
57.77/57.83	c  57.8s| 21800 |   194 |338574 |  15.5 |9341k|  42 |  33 | 231 |7898 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
57.98/58.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.98/58.03	c  58.0s| 21900 |   192 |339983 |  15.5 |9341k|  42 |  29 | 231 |7910 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
58.18/58.23	c  58.2s| 22000 |   188 |341450 |  15.5 |9337k|  42 |   - | 231 |7912 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
58.38/58.44	c  58.4s| 22100 |   186 |342950 |  15.5 |9330k|  42 |   - | 231 |7917 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
58.57/58.63	c  58.6s| 22200 |   184 |344299 |  15.5 |9320k|  42 |   - | 231 |7897 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
58.78/58.86	c  58.9s| 22300 |   183 |346180 |  15.5 |9323k|  42 |   - | 231 |7921 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
58.97/59.08	c  59.1s| 22400 |   183 |347708 |  15.5 |9312k|  42 |  38 | 231 |7887 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
59.17/59.28	c  59.3s| 22500 |   183 |349163 |  15.5 |9317k|  42 |   - | 231 |7885 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
59.37/59.48	c  59.5s| 22600 |   180 |350609 |  15.5 |9304k|  44 |   - | 231 |7837 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
59.58/59.69	c  59.7s| 22700 |   181 |352177 |  15.5 |9284k|  45 |  36 | 231 |7786 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
59.87/59.90	c  59.9s| 22800 |   182 |353637 |  15.5 |9288k|  45 |   - | 231 |7766 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
60.08/60.10	c  60.1s| 22900 |   177 |355102 |  15.5 |9275k|  45 |   - | 231 |7769 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
60.27/60.31	c  60.3s| 23000 |   179 |356612 |  15.5 |9266k|  45 |  18 | 231 |7747 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
60.48/60.50	c  60.5s| 23100 |   178 |357939 |  15.5 |9262k|  45 |  36 | 231 |7734 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
60.67/60.70	c  60.7s| 23200 |   177 |359322 |  15.5 |9261k|  45 |   - | 231 |7725 | 231 |2453 |  17 |  13k|2727 | 0.000000e+00 |      --      |    Inf 
60.77/60.88	c  60.9s| 23300 |   177 |360547 |  15.5 |9258k|  45 |  34 | 231 |7740 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
60.97/61.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.97/61.09	c  61.1s| 23400 |   176 |361955 |  15.5 |9237k|  45 |  31 | 231 |7700 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
61.17/61.28	c  61.3s| 23500 |   178 |363406 |  15.5 |9256k|  45 |  34 | 231 |7736 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
61.37/61.47	c  61.5s| 23600 |   176 |364774 |  15.5 |9261k|  45 |   - | 231 |7740 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
61.58/61.65	c  61.7s| 23700 |   175 |366083 |  15.4 |9279k|  45 |   - | 231 |7792 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
61.78/61.86	c  61.9s| 23800 |   173 |367586 |  15.4 |9281k|  45 |  37 | 231 |7811 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
61.97/62.07	c  62.1s| 23900 |   171 |369205 |  15.4 |9285k|  45 |  42 | 231 |7822 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
62.17/62.29	c  62.3s| 24000 |   171 |370796 |  15.4 |9281k|  45 |  16 | 231 |7795 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
62.37/62.48	c  62.5s| 24100 |   170 |372156 |  15.4 |9274k|  45 |  33 | 231 |7782 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
62.58/62.68	c  62.7s| 24200 |   170 |373634 |  15.4 |9290k|  45 |   - | 231 |7812 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
62.77/62.89	c  62.9s| 24300 |   169 |375124 |  15.4 |9269k|  45 |  33 | 231 |7761 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
62.97/63.08	c  63.1s| 24400 |   167 |376396 |  15.4 |9269k|  45 |   - | 231 |7761 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
63.17/63.29	c  63.3s| 24500 |   167 |377869 |  15.4 |9262k|  45 |  38 | 231 |7752 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
63.37/63.49	c  63.5s| 24600 |   166 |379305 |  15.4 |9262k|  45 |   - | 231 |7729 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
63.58/63.68	c  63.7s| 24700 |   167 |380626 |  15.4 |9260k|  45 |  18 | 231 |7735 | 231 |2453 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
63.88/63.90	c  63.9s| 24800 |   165 |382293 |  15.4 |9250k|  45 |   - | 231 |7728 |   0 |   0 |  17 |  14k|2727 | 0.000000e+00 |      --      |    Inf 
64.07/64.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.07/64.12	c  64.1s| 24900 |   161 |383895 |  15.4 |9231k|  45 |   - | 231 |7703 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
64.28/64.31	c  64.3s| 25000 |   165 |385303 |  15.4 |9241k|  45 |  33 | 231 |7705 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
64.47/64.50	c  64.5s| 25100 |   159 |386647 |  15.4 |9243k|  45 |  36 | 231 |7759 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
64.57/64.68	c  64.7s| 25200 |   159 |387903 |  15.4 |9250k|  45 |   - | 231 |7793 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
64.77/64.87	c  64.9s| 25300 |   158 |389330 |  15.4 |9264k|  45 |   - | 231 |7820 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
64.98/65.07	c  65.1s| 25400 |   158 |390730 |  15.4 |9248k|  45 |  23 | 231 |7802 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
65.17/65.27	c  65.3s| 25500 |   158 |392209 |  15.4 |9257k|  45 |  32 | 231 |7823 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
65.37/65.49	c  65.5s| 25600 |   160 |393782 |  15.4 |9242k|  45 |  32 | 231 |7797 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
65.57/65.67	c  65.7s| 25700 |   156 |394993 |  15.4 |9242k|  45 |   - | 231 |7802 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
65.78/65.87	c  65.9s| 25800 |   158 |396401 |  15.4 |9226k|  45 |   - | 231 |7778 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
65.98/66.07	c  66.1s| 25900 |   156 |397936 |  15.4 |9234k|  45 |  27 | 231 |7821 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
66.17/66.26	c  66.3s| 26000 |   154 |399279 |  15.4 |9229k|  45 |  34 | 231 |7823 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
66.38/66.49	c  66.5s| 26100 |   158 |401080 |  15.4 |9240k|  45 |  35 | 231 |7815 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
66.67/66.70	c  66.7s| 26200 |   155 |402678 |  15.4 |9250k|  45 |   - | 231 |7859 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
66.87/66.92	c  66.9s| 26300 |   157 |404321 |  15.4 |9255k|  45 |  33 | 231 |7866 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
67.08/67.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.08/67.14	c  67.1s| 26400 |   155 |405957 |  15.4 |9262k|  45 |   - | 231 |7887 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
67.27/67.35	c  67.4s| 26500 |   159 |407484 |  15.4 |9268k|  45 |  36 | 231 |7889 | 231 |2453 |  17 |  15k|2727 | 0.000000e+00 |      --      |    Inf 
67.47/67.57	c  67.6s| 26600 |   157 |409102 |  15.4 |9256k|  45 |  41 | 231 |7865 | 231 |2453 |  17 |  16k|2727 | 0.000000e+00 |      --      |    Inf 
67.67/67.78	c  67.8s| 26700 |   157 |410606 |  15.4 |9258k|  45 |   - | 231 |7856 | 231 |2453 |  17 |  16k|2727 | 0.000000e+00 |      --      |    Inf 
67.97/68.03	c  68.0s| 26800 |   157 |412065 |  15.4 |9260k|  45 |   - | 231 |7864 | 231 |2453 |  17 |  16k|2737 | 0.000000e+00 |      --      |    Inf 
68.18/68.26	c  68.3s| 26900 |   159 |413478 |  15.4 |9278k|  45 |   - | 231 |7899 | 231 |2453 |  17 |  16k|2746 | 0.000000e+00 |      --      |    Inf 
68.47/68.50	c  68.5s| 27000 |   156 |414878 |  15.4 |9289k|  45 |   - | 231 |7948 | 231 |2453 |  17 |  16k|2760 | 0.000000e+00 |      --      |    Inf 
68.67/68.74	c  68.7s| 27100 |   158 |416392 |  15.4 |9312k|  45 |   - | 231 |7999 | 231 |2453 |  17 |  16k|2772 | 0.000000e+00 |      --      |    Inf 
68.87/68.99	c  69.0s| 27200 |   158 |417936 |  15.4 |9325k|  45 |   - | 231 |8038 | 231 |2453 |  17 |  16k|2785 | 0.000000e+00 |      --      |    Inf 
69.18/69.25	c  69.2s| 27300 |   156 |419524 |  15.4 |9339k|  45 |   - | 231 |8094 | 231 |2453 |  17 |  16k|2802 | 0.000000e+00 |      --      |    Inf 
69.47/69.55	c  69.5s| 27400 |   158 |421423 |  15.4 |9355k|  45 |  37 | 231 |8139 | 231 |2453 |  17 |  16k|2818 | 0.000000e+00 |      --      |    Inf 
69.77/69.83	c  69.8s| 27500 |   152 |423151 |  15.4 |9333k|  45 |  34 | 231 |8128 | 231 |2453 |  17 |  16k|2834 | 0.000000e+00 |      --      |    Inf 
70.07/70.10	c  70.1s| 27600 |   148 |424728 |  15.4 |9341k|  45 |   - | 231 |8158 | 231 |2453 |  17 |  16k|2849 | 0.000000e+00 |      --      |    Inf 
70.28/70.38	c  70.4s| 27700 |   148 |426506 |  15.4 |9346k|  45 |   - | 231 |8192 | 231 |2453 |  17 |  16k|2860 | 0.000000e+00 |      --      |    Inf 
70.57/70.63	c  70.6s| 27800 |   150 |428044 |  15.4 |9363k|  45 |  31 | 231 |8221 | 231 |2453 |  17 |  16k|2871 | 0.000000e+00 |      --      |    Inf 
70.87/70.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.87/70.90	c  70.9s| 27900 |   149 |429764 |  15.4 |9363k|  45 |   - | 231 |8221 | 231 |2453 |  17 |  16k|2885 | 0.000000e+00 |      --      |    Inf 
71.07/71.18	c  71.2s| 28000 |   149 |431440 |  15.4 |9375k|  45 |   - | 231 |8250 |   0 |   0 |  17 |  16k|2899 | 0.000000e+00 |      --      |    Inf 
71.27/71.40	c  71.4s| 28100 |   147 |432875 |  15.4 |9361k|  45 |  24 | 231 |8251 | 231 |2453 |  17 |  16k|2903 | 0.000000e+00 |      --      |    Inf 
71.57/71.65	c  71.7s| 28200 |   149 |434695 |  15.4 |9369k|  45 |  28 | 231 |8257 | 231 |2453 |  17 |  17k|2910 | 0.000000e+00 |      --      |    Inf 
71.77/71.86	c  71.9s| 28300 |   147 |436167 |  15.4 |9376k|  45 |   - | 231 |8278 | 231 |2453 |  17 |  17k|2911 | 0.000000e+00 |      --      |    Inf 
71.97/72.08	c  72.1s| 28400 |   148 |437719 |  15.4 |9375k|  45 |  22 | 231 |8281 | 231 |2453 |  17 |  17k|2915 | 0.000000e+00 |      --      |    Inf 
72.27/72.31	c  72.3s| 28500 |   144 |439463 |  15.4 |9369k|  45 |   - | 231 |8302 | 231 |2453 |  17 |  17k|2916 | 0.000000e+00 |      --      |    Inf 
72.48/72.54	c  72.5s| 28600 |   150 |441112 |  15.4 |9378k|  45 |  31 | 231 |8303 | 231 |2453 |  17 |  17k|2917 | 0.000000e+00 |      --      |    Inf 
72.67/72.74	c  72.7s| 28700 |   150 |442523 |  15.4 |9402k|  45 |   - | 231 |8354 | 231 |2453 |  17 |  17k|2919 | 0.000000e+00 |      --      |    Inf 
72.87/72.95	c  72.9s| 28800 |   151 |444011 |  15.4 |9424k|  45 |   - | 231 |8401 | 231 |2453 |  17 |  17k|2921 | 0.000000e+00 |      --      |    Inf 
73.07/73.17	c  73.2s| 28900 |   151 |445537 |  15.4 |9416k|  45 |  33 | 231 |8372 | 231 |2453 |  17 |  17k|2924 | 0.000000e+00 |      --      |    Inf 
73.28/73.39	c  73.4s| 29000 |   153 |447053 |  15.4 |9427k|  45 |  26 | 231 |8388 | 231 |2453 |  17 |  17k|2929 | 0.000000e+00 |      --      |    Inf 
73.47/73.60	c  73.6s| 29100 |   155 |448561 |  15.4 |9443k|  45 |   - | 231 |8409 | 231 |2453 |  17 |  17k|2929 | 0.000000e+00 |      --      |    Inf 
73.77/73.83	c  73.8s| 29200 |   153 |450377 |  15.4 |9450k|  45 |   - | 231 |8429 | 231 |2453 |  17 |  17k|2929 | 0.000000e+00 |      --      |    Inf 
73.97/74.05	c  74.1s| 29300 |   151 |451993 |  15.4 |9436k|  45 |  36 | 231 |8413 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
74.17/74.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.17/74.24	c  74.2s| 29400 |   151 |453315 |  15.4 |9440k|  45 |  26 | 231 |8425 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
74.37/74.45	c  74.4s| 29500 |   153 |454774 |  15.4 |9439k|  45 |   - | 231 |8404 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
74.57/74.67	c  74.7s| 29600 |   151 |456521 |  15.4 |9451k|  45 |   - | 231 |8438 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
74.77/74.86	c  74.9s| 29700 |   153 |457914 |  15.4 |9476k|  45 |  34 | 231 |8512 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
74.97/75.09	c  75.1s| 29800 |   157 |459762 |  15.4 |9480k|  45 |   - | 231 |8474 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
75.27/75.30	c  75.3s| 29900 |   155 |461307 |  15.4 |9475k|  45 |  36 | 231 |8478 | 231 |2453 |  17 |  17k|2930 | 0.000000e+00 |      --      |    Inf 
75.47/75.51	c  75.5s| 30000 |   159 |462892 |  15.4 |9497k|  45 |  32 | 231 |8509 | 231 |2453 |  17 |  18k|2930 | 0.000000e+00 |      --      |    Inf 
75.67/75.73	c  75.7s| 30100 |   155 |464620 |  15.4 |9500k|  45 |  39 | 231 |8552 | 231 |2453 |  17 |  18k|2930 | 0.000000e+00 |      --      |    Inf 
75.97/76.06	c  76.1s| 30200 |   165 |466909 |  15.5 |9501k|  45 |   - | 231 |8457 | 231 |2453 |  17 |  18k|2942 | 0.000000e+00 |      --      |    Inf 
76.27/76.30	c  76.3s| 30300 |   165 |468452 |  15.5 |9490k|  45 |   - | 231 |8438 | 231 |2453 |  17 |  18k|2951 | 0.000000e+00 |      --      |    Inf 
76.47/76.55	c  76.5s| 30400 |   164 |469973 |  15.5 |9481k|  45 |  45 | 231 |8421 | 231 |2453 |  17 |  18k|2961 | 0.000000e+00 |      --      |    Inf 
76.77/76.85	c  76.9s| 30500 |   166 |471775 |  15.5 |9479k|  45 |   - | 231 |8376 | 231 |2453 |  17 |  18k|2977 | 0.000000e+00 |      --      |    Inf 
77.07/77.11	c  77.1s| 30600 |   162 |473410 |  15.5 |9473k|  45 |   - | 231 |8384 | 231 |2453 |  17 |  18k|2988 | 0.000000e+00 |      --      |    Inf 
77.27/77.37	c  77.4s| 30700 |   164 |475035 |  15.5 |9451k|  45 |  12 | 231 |8363 | 231 |2453 |  17 |  18k|2996 | 0.000000e+00 |      --      |    Inf 
77.57/77.65	c  77.6s| 30800 |   162 |476759 |  15.5 |9451k|  45 |   - | 231 |8379 | 231 |2453 |  17 |  18k|3010 | 0.000000e+00 |      --      |    Inf 
77.87/77.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.87/77.93	c  77.9s| 30900 |   162 |478540 |  15.5 |9444k|  45 |  31 | 231 |8363 | 231 |2453 |  17 |  18k|3022 | 0.000000e+00 |      --      |    Inf 
78.17/78.21	c  78.2s| 31000 |   163 |480264 |  15.5 |9452k|  45 |  30 | 231 |8377 | 231 |2453 |  17 |  18k|3037 | 0.000000e+00 |      --      |    Inf 
78.37/78.49	c  78.5s| 31100 |   163 |482060 |  15.5 |9462k|  45 |  41 | 231 |8402 | 231 |2453 |  17 |  18k|3049 | 0.000000e+00 |      --      |    Inf 
78.67/78.79	c  78.8s| 31200 |   163 |483841 |  15.5 |9473k|  45 |  32 | 231 |8431 | 231 |2453 |  17 |  18k|3067 | 0.000000e+00 |      --      |    Inf 
78.97/79.05	c  79.0s| 31300 |   159 |485382 |  15.5 |9473k|  45 |   - | 231 |8450 | 231 |2453 |  17 |  18k|3079 | 0.000000e+00 |      --      |    Inf 
79.27/79.32	c  79.3s| 31400 |   160 |487016 |  15.5 |9481k|  45 |   - | 231 |8458 | 231 |2453 |  17 |  18k|3092 | 0.000000e+00 |      --      |    Inf 
79.47/79.60	c  79.6s| 31500 |   160 |488802 |  15.5 |9483k|  45 |  38 | 231 |8466 | 231 |2453 |  17 |  18k|3103 | 0.000000e+00 |      --      |    Inf 
79.77/79.83	c  79.8s| 31600 |   160 |490257 |  15.5 |9482k|  45 |   - | 231 |8476 | 231 |2453 |  17 |  18k|3113 | 0.000000e+00 |      --      |    Inf 
79.97/80.05	c  80.0s| 31700 |   161 |491739 |  15.5 |9492k|  45 |   - | 231 |8495 | 231 |2453 |  17 |  18k|3117 | 0.000000e+00 |      --      |    Inf 
80.18/80.27	c  80.3s| 31800 |   159 |493233 |  15.5 |9492k|  45 |   - | 231 |8498 | 231 |2453 |  17 |  19k|3120 | 0.000000e+00 |      --      |    Inf 
80.47/80.51	c  80.5s| 31900 |   159 |494867 |  15.5 |9494k|  45 |   - | 231 |8519 | 231 |2453 |  17 |  19k|3124 | 0.000000e+00 |      --      |    Inf 
80.67/80.73	c  80.7s| 32000 |   160 |496456 |  15.5 |9487k|  45 |  28 | 231 |8511 | 231 |2453 |  17 |  19k|3126 | 0.000000e+00 |      --      |    Inf 
80.86/80.95	c  81.0s| 32100 |   158 |498032 |  15.5 |9493k|  45 |  38 | 231 |8531 | 231 |2453 |  17 |  19k|3128 | 0.000000e+00 |      --      |    Inf 
81.07/81.16	c  81.2s| 32200 |   159 |499503 |  15.5 |9482k|  45 |  27 | 231 |8500 | 231 |2453 |  17 |  19k|3129 | 0.000000e+00 |      --      |    Inf 
81.27/81.38	c  81.4s| 32300 |   153 |501041 |  15.5 |9478k|  45 |   - | 231 |8517 | 231 |2453 |  17 |  19k|3130 | 0.000000e+00 |      --      |    Inf 
81.57/81.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.57/81.60	c  81.6s| 32400 |   151 |502744 |  15.5 |9476k|  45 |   - | 231 |8533 | 231 |2453 |  17 |  19k|3130 | 0.000000e+00 |      --      |    Inf 
81.77/81.80	c  81.8s| 32500 |   153 |504213 |  15.5 |9472k|  45 |   - | 231 |8545 | 231 |2453 |  17 |  19k|3130 | 0.000000e+00 |      --      |    Inf 
81.97/82.04	c  82.0s| 32600 |   154 |506022 |  15.5 |9487k|  45 |   - | 231 |8569 | 231 |2453 |  17 |  19k|3130 | 0.000000e+00 |      --      |    Inf 
82.17/82.27	c  82.3s| 32700 |   154 |507772 |  15.5 |9488k|  45 |  36 | 231 |8597 | 231 |2453 |  17 |  19k|3131 | 0.000000e+00 |      --      |    Inf 
82.38/82.49	c  82.5s| 32800 |   155 |509417 |  15.5 |9508k|  45 |  37 | 231 |8646 | 231 |2453 |  17 |  19k|3131 | 0.000000e+00 |      --      |    Inf 
82.67/82.70	c  82.7s| 32900 |   161 |510964 |  15.5 |9540k|  45 |  29 | 231 |8684 | 231 |2453 |  17 |  19k|3131 | 0.000000e+00 |      --      |    Inf 
82.77/82.89	c  82.9s| 33000 |   160 |512335 |  15.5 |9551k|  45 |  35 | 231 |8722 | 231 |2453 |  17 |  19k|3131 | 0.000000e+00 |      --      |    Inf 
83.06/83.11	c  83.1s| 33100 |   157 |514045 |  15.5 |9558k|  45 |  34 | 231 |8773 | 231 |2453 |  17 |  19k|3132 | 0.000000e+00 |      --      |    Inf 
83.17/83.29	c  83.3s| 33200 |   166 |515375 |  15.5 |9601k|  45 |  15 | 231 |8844 | 231 |2453 |  17 |  19k|3132 | 0.000000e+00 |      --      |    Inf 
83.37/83.47	c  83.5s| 33300 |   162 |516700 |  15.5 |9616k|  45 |   - | 231 |8901 | 231 |2453 |  17 |  19k|3132 | 0.000000e+00 |      --      |    Inf 
83.57/83.66	c  83.7s| 33400 |   162 |518094 |  15.5 |9623k|  45 |  28 | 231 |8933 | 231 |2453 |  17 |  20k|3132 | 0.000000e+00 |      --      |    Inf 
83.77/83.85	c  83.8s| 33500 |   162 |519520 |  15.5 |9637k|  45 |  23 | 231 |8968 | 231 |2453 |  17 |  20k|3132 | 0.000000e+00 |      --      |    Inf 
83.97/84.01	c  84.0s| 33600 |   164 |520692 |  15.5 |9670k|  45 |   - | 231 |9020 |   0 |   0 |  17 |  20k|3132 | 0.000000e+00 |      --      |    Inf 
84.07/84.19	c  84.2s| 33700 |   161 |521987 |  15.5 |9677k|  45 |  35 | 231 |9071 | 231 |2453 |  17 |  20k|3132 | 0.000000e+00 |      --      |    Inf 
84.27/84.38	c  84.4s| 33800 |   165 |523489 |  15.5 |9701k|  45 |  25 | 231 |9117 | 231 |2453 |  17 |  20k|3132 | 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| 33900 |   162 |524942 |  15.5 |9712k|  45 |  30 | 231 |9164 | 231 |2453 |  17 |  20k|3139 | 0.000000e+00 |      --      |    Inf 
84.77/84.83	c  84.8s| 34000 |   168 |526544 |  15.5 |9745k|  45 |  23 | 231 |9220 | 231 |2453 |  17 |  20k|3149 | 0.000000e+00 |      --      |    Inf 
84.97/85.09	c  85.1s| 34100 |   165 |528152 |  15.5 |9753k|  45 |  34 | 231 |9268 | 231 |2453 |  17 |  20k|3164 | 0.000000e+00 |      --      |    Inf 
85.27/85.37	c  85.4s| 34200 |   165 |529991 |  15.5 |9767k|  45 |   - | 231 |9294 | 231 |2453 |  17 |  20k|3179 | 0.000000e+00 |      --      |    Inf 
85.57/85.66	c  85.7s| 34300 |   163 |531921 |  15.5 |9773k|  45 |  37 | 231 |9327 | 231 |2453 |  17 |  20k|3190 | 0.000000e+00 |      --      |    Inf 
85.87/85.93	c  85.9s| 34400 |   165 |533696 |  15.5 |9802k|  45 |   - | 231 |9381 | 231 |2453 |  17 |  20k|3201 | 0.000000e+00 |      --      |    Inf 
86.17/86.21	c  86.2s| 34500 |   159 |535493 |  15.5 |9802k|  45 |   - | 231 |9433 | 231 |2453 |  17 |  20k|3213 | 0.000000e+00 |      --      |    Inf 
86.37/86.46	c  86.5s| 34600 |   158 |537043 |  15.5 |9824k|  45 |  39 | 231 |9492 | 231 |2453 |  17 |  20k|3220 | 0.000000e+00 |      --      |    Inf 
86.66/86.75	c  86.7s| 34700 |   163 |539005 |  15.5 |9861k|  45 |  24 | 231 |9552 | 231 |2453 |  17 |  20k|3236 | 0.000000e+00 |      --      |    Inf 
86.97/87.00	c  87.0s| 34800 |   161 |540541 |  15.5 |9880k|  45 |   - | 231 |9604 | 231 |2453 |  17 |  20k|3247 | 0.000000e+00 |      --      |    Inf 
87.16/87.27	c  87.3s| 34900 |   158 |542297 |  15.5 |9890k|  45 |   - | 231 |9658 | 231 |2453 |  17 |  20k|3261 | 0.000000e+00 |      --      |    Inf 
87.47/87.54	c  87.5s| 35000 |   160 |544030 |  15.5 |9907k|  45 |  31 | 231 |9696 | 231 |2453 |  17 |  20k|3274 | 0.000000e+00 |      --      |    Inf 
87.77/87.82	c  87.8s| 35100 |   158 |545796 |  15.5 |9914k|  45 |   - | 231 |9703 | 231 |2453 |  17 |  21k|3288 | 0.000000e+00 |      --      |    Inf 
87.98/88.07	c  88.1s| 35200 |   160 |547585 |  15.6 |9921k|  45 |  35 | 231 |9714 | 231 |2453 |  17 |  21k|3292 | 0.000000e+00 |      --      |    Inf 
88.27/88.31	c  88.3s| 35300 |   161 |549104 |  15.6 |9926k|  45 |  25 | 231 |9710 | 231 |2453 |  17 |  21k|3304 | 0.000000e+00 |      --      |    Inf 
88.47/88.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.47/88.52	c  88.5s| 35400 |   158 |550585 |  15.5 |9940k|  45 |   - | 231 |9747 | 231 |2453 |  17 |  21k|3307 | 0.000000e+00 |      --      |    Inf 
88.67/88.74	c  88.7s| 35500 |   156 |552123 |  15.5 |9933k|  45 |  36 | 231 |9723 | 231 |2453 |  17 |  21k|3308 | 0.000000e+00 |      --      |    Inf 
88.87/88.94	c  88.9s| 35600 |   155 |553586 |  15.5 |9936k|  45 |  32 | 231 |9738 | 231 |2453 |  17 |  21k|3309 | 0.000000e+00 |      --      |    Inf 
89.08/89.16	c  89.2s| 35700 |   151 |555107 |  15.5 |9846k|  45 |   - | 231 |9715 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
89.27/89.37	c  89.4s| 35800 |   156 |556650 |  15.5 |9817k|  45 |   - | 231 |9601 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
89.47/89.57	c  89.6s| 35900 |   160 |558180 |  15.5 |9790k|  45 |  34 | 231 |9474 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
89.67/89.77	c  89.8s| 36000 |   158 |559773 |  15.5 |9784k|  45 |   - | 231 |9433 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
89.87/89.98	c  90.0s| 36100 |   162 |561295 |  15.5 |9770k|  45 |  32 | 231 |9384 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
90.17/90.22	c  90.2s| 36200 |   174 |563207 |  15.6 |9761k|  45 |   - | 231 |9273 | 231 |2453 |  17 |  21k|3312 | 0.000000e+00 |      --      |    Inf 
90.37/90.43	c  90.4s| 36300 |   174 |564726 |  15.6 |9758k|  45 |  38 | 231 |9237 | 231 |2453 |  17 |  21k|3313 | 0.000000e+00 |      --      |    Inf 
90.57/90.62	c  90.6s| 36400 |   172 |566096 |  15.5 |9767k|  45 |   - | 231 |9264 | 231 |2453 |  17 |  21k|3314 | 0.000000e+00 |      --      |    Inf 
90.76/90.84	c  90.8s| 36500 |   172 |567709 |  15.6 |9772k|  45 |  38 | 231 |9275 | 231 |2453 |  17 |  21k|3315 | 0.000000e+00 |      --      |    Inf 
90.97/91.03	c  91.0s| 36600 |   171 |569158 |  15.5 |9791k|  45 |   - | 231 |9315 | 231 |2453 |  17 |  21k|3315 | 0.000000e+00 |      --      |    Inf 
91.17/91.23	c  91.2s| 36700 |   173 |570598 |  15.5 |9806k|  45 |  30 | 231 |9343 | 231 |2453 |  17 |  21k|3315 | 0.000000e+00 |      --      |    Inf 
91.37/91.43	c  91.4s| 36800 |   173 |572143 |  15.5 |9820k|  45 |   - | 231 |9365 | 231 |2453 |  17 |  21k|3315 | 0.000000e+00 |      --      |    Inf 
91.57/91.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.57/91.63	c  91.6s| 36900 |   171 |573645 |  15.5 |9837k|  45 |   - | 231 |9424 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
91.76/91.83	c  91.8s| 37000 |   171 |575065 |  15.5 |9853k|  45 |   - | 231 |9476 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
91.97/92.05	c  92.0s| 37100 |   175 |576777 |  15.5 |9880k|  45 |   - | 231 |9513 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
92.17/92.26	c  92.3s| 37200 |   174 |578374 |  15.5 |9895k|  45 |  32 | 231 |9566 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
92.37/92.47	c  92.5s| 37300 |   173 |579949 |  15.5 |9909k|  45 |   - | 231 |9605 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
92.57/92.68	c  92.7s| 37400 |   180 |581525 |  15.5 |9938k|  45 |   - | 231 |9643 | 231 |2453 |  17 |  22k|3315 | 0.000000e+00 |      --      |    Inf 
92.87/92.93	c  92.9s| 37500 |   171 |583194 |  15.5 |9944k|  45 |   - | 231 |9697 | 231 |2453 |  17 |  22k|3324 | 0.000000e+00 |      --      |    Inf 
93.06/93.17	c  93.2s| 37600 |   169 |584752 |  15.5 |9957k|  45 |   - | 231 |9744 | 231 |2453 |  17 |  22k|3333 | 0.000000e+00 |      --      |    Inf 
93.37/93.41	c  93.4s| 37700 |   167 |586308 |  15.5 |9968k|  45 |  33 | 231 |9781 | 231 |2453 |  17 |  22k|3338 | 0.000000e+00 |      --      |    Inf 
93.56/93.66	c  93.7s| 37800 |   165 |587931 |  15.6 |9981k|  45 |   - | 231 |9808 | 231 |2453 |  17 |  22k|3346 | 0.000000e+00 |      --      |    Inf 
93.86/93.91	c  93.9s| 37900 |   166 |589405 |  15.5 |9993k|  45 |  34 | 231 |9816 | 231 |2453 |  17 |  22k|3361 | 0.000000e+00 |      --      |    Inf 
94.07/94.15	c  94.1s| 38000 |   165 |590751 |  15.5 |9981k|  45 |  22 | 231 |9787 | 231 |2453 |  17 |  22k|3374 | 0.000000e+00 |      --      |    Inf 
94.26/94.35	c  94.4s| 38100 |   165 |592177 |  15.5 |9981k|  45 |   - | 231 |9769 | 231 |2453 |  17 |  22k|3378 | 0.000000e+00 |      --      |    Inf 
94.57/94.61	c  94.6s| 38200 |   167 |593614 |  15.5 |9978k|  45 |  25 | 231 |9767 | 231 |2453 |  17 |  22k|3393 | 0.000000e+00 |      --      |    Inf 
94.77/94.84	c  94.8s| 38300 |   165 |595085 |  15.5 |9979k|  45 |   - | 231 |9778 | 231 |2453 |  17 |  22k|3403 | 0.000000e+00 |      --      |    Inf 
94.97/95.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.97/95.08	c  95.1s| 38400 |   167 |596522 |  15.5 |9987k|  45 |   - | 231 |9779 | 231 |2453 |  17 |  22k|3413 | 0.000000e+00 |      --      |    Inf 
95.26/95.31	c  95.3s| 38500 |   165 |598041 |  15.5 |9990k|  45 |   - | 231 |9795 | 231 |2453 |  17 |  22k|3421 | 0.000000e+00 |      --      |    Inf 
95.47/95.56	c  95.6s| 38600 |   167 |599656 |  15.5 |9999k|  45 |  37 | 231 |9817 | 231 |2453 |  17 |  22k|3430 | 0.000000e+00 |      --      |    Inf 
95.77/95.84	c  95.8s| 38700 |   169 |601416 |  15.5 |  10M|  45 |  36 | 231 |9840 | 231 |2453 |  17 |  22k|3442 | 0.000000e+00 |      --      |    Inf 
96.06/96.11	c  96.1s| 38800 |   167 |603107 |  15.5 |  10M|  45 |   - | 231 |9864 | 231 |2453 |  17 |  23k|3456 | 0.000000e+00 |      --      |    Inf 
96.27/96.35	c  96.3s| 38900 |   165 |604533 |  15.5 |  10M|  45 |   - | 231 |9871 | 231 |2453 |  17 |  23k|3463 | 0.000000e+00 |      --      |    Inf 
96.57/96.63	c  96.6s| 39000 |   163 |606338 |  15.5 |  10M|  45 |   - | 231 |9881 | 231 |2453 |  17 |  23k|3475 | 0.000000e+00 |      --      |    Inf 
96.86/96.90	c  96.9s| 39100 |   167 |608045 |  15.5 |  10M|  45 |  26 | 231 |9856 | 231 |2453 |  17 |  23k|3487 | 0.000000e+00 |      --      |    Inf 
97.07/97.13	c  97.1s| 39200 |   165 |609588 |  15.5 |  10M|  45 |  40 | 231 |9888 | 231 |2453 |  17 |  23k|3492 | 0.000000e+00 |      --      |    Inf 
97.27/97.36	c  97.4s| 39300 |   167 |611255 |  15.6 |  10M|  45 |  34 | 231 |9905 | 231 |2453 |  17 |  23k|3496 | 0.000000e+00 |      --      |    Inf 
97.57/97.62	c  97.6s| 39400 |   167 |613092 |  15.6 |  10M|  45 |   - | 231 |9920 | 231 |2453 |  17 |  23k|3501 | 0.000000e+00 |      --      |    Inf 
97.77/97.86	c  97.9s| 39500 |   170 |614662 |  15.6 |  10M|  45 |   - | 231 |9894 | 231 |2453 |  17 |  23k|3505 | 0.000000e+00 |      --      |    Inf 
97.96/98.07	c  98.1s| 39600 |   166 |616124 |  15.6 |  10M|  45 |  30 | 231 |9905 | 231 |2453 |  17 |  23k|3508 | 0.000000e+00 |      --      |    Inf 
98.27/98.34	c  98.3s| 39700 |   168 |618068 |  15.6 |  10M|  45 |  35 | 231 |9787 | 231 |2453 |  17 |  23k|3511 | 0.000000e+00 |      --      |    Inf 
98.47/98.54	c  98.5s| 39800 |   165 |619479 |  15.6 |  10M|  45 |  41 | 231 |9792 | 231 |2453 |  17 |  23k|3513 | 0.000000e+00 |      --      |    Inf 
98.66/98.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.66/98.78	c  98.8s| 39900 |   165 |621301 |  15.6 |  10M|  45 |  22 | 231 |9789 | 231 |2453 |  17 |  23k|3514 | 0.000000e+00 |      --      |    Inf 
98.97/99.02	c  99.0s| 40000 |   164 |623174 |  15.6 |  10M|  45 |  25 | 231 |9708 | 231 |2453 |  17 |  23k|3514 | 0.000000e+00 |      --      |    Inf 
99.17/99.23	c  99.2s| 40100 |   156 |624566 |  15.6 |9961k|  45 |   - | 231 |9651 | 231 |2453 |  17 |  23k|3515 | 0.000000e+00 |      --      |    Inf 
99.37/99.43	c  99.4s| 40200 |   158 |625884 |  15.6 |9949k|  45 |  26 | 231 |9601 | 231 |2453 |  17 |  23k|3515 | 0.000000e+00 |      --      |    Inf 
99.56/99.64	c  99.6s| 40300 |   156 |627359 |  15.6 |9934k|  45 |  31 | 231 |9552 | 231 |2453 |  17 |  23k|3515 | 0.000000e+00 |      --      |    Inf 
99.77/99.86	c  99.9s| 40400 |   154 |629039 |  15.6 |9936k|  45 |   - | 231 |9546 | 231 |2453 |  17 |  23k|3515 | 0.000000e+00 |      --      |    Inf 
99.97/100.07	c   100s| 40500 |   152 |630610 |  15.6 |9907k|  45 |   - | 231 |9491 | 231 |2453 |  17 |  24k|3515 | 0.000000e+00 |      --      |    Inf 
100.26/100.30	c   100s| 40600 |   154 |632267 |  15.6 |9888k|  45 |  38 | 231 |9419 | 231 |2453 |  17 |  24k|3515 | 0.000000e+00 |      --      |    Inf 
100.47/100.52	c   101s| 40700 |   156 |633964 |  15.6 |9888k|  45 |   - | 231 |9384 | 231 |2453 |  17 |  24k|3516 | 0.000000e+00 |      --      |    Inf 
100.66/100.74	c   101s| 40800 |   154 |635615 |  15.6 |9886k|  45 |   - | 231 |9381 | 231 |2453 |  17 |  24k|3516 | 0.000000e+00 |      --      |    Inf 
100.87/100.95	c   101s| 40900 |   154 |637188 |  15.6 |9884k|  45 |   - | 231 |9374 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
101.07/101.16	c   101s| 41000 |   159 |638672 |  15.6 |9884k|  45 |   - | 231 |9339 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
101.27/101.35	c   101s| 41100 |   157 |640056 |  15.6 |9882k|  45 |  19 | 231 |9363 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
101.46/101.58	c   102s| 41200 |   157 |641782 |  15.6 |9883k|  45 |  28 | 231 |9368 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
101.67/101.76	c   102s| 41300 |   155 |643060 |  15.6 |9878k|  45 |  37 | 231 |9358 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
101.86/101.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.86/101.98	c   102s| 41400 |   155 |644657 |  15.6 |9868k|  45 |  32 | 231 |9346 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
102.07/102.17	c   102s| 41500 |   153 |646010 |  15.6 |9872k|  45 |   - | 231 |9363 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
102.27/102.38	c   102s| 41600 |   156 |647472 |  15.6 |9869k|  45 |  26 | 231 |9330 | 231 |2453 |  17 |  24k|3517 | 0.000000e+00 |      --      |    Inf 
102.57/102.67	c   103s| 41700 |   155 |649389 |  15.6 |9858k|  45 |   - | 231 |9286 | 231 |2453 |  17 |  24k|3529 | 0.000000e+00 |      --      |    Inf 
102.86/102.94	c   103s| 41800 |   154 |651143 |  15.6 |9856k|  45 |   - | 231 |9285 | 231 |2453 |  17 |  24k|3539 | 0.000000e+00 |      --      |    Inf 
103.17/103.22	c   103s| 41900 |   155 |652892 |  15.6 |9873k|  45 |   - | 231 |9264 | 231 |2453 |  17 |  24k|3550 | 0.000000e+00 |      --      |    Inf 
103.37/103.49	c   103s| 42000 |   157 |654800 |  15.6 |9876k|  45 |   - | 231 |9262 | 231 |2453 |  17 |  24k|3562 | 0.000000e+00 |      --      |    Inf 
103.67/103.74	c   104s| 42100 |   155 |656409 |  15.6 |9876k|  45 |   - | 231 |9268 | 231 |2453 |  17 |  24k|3569 | 0.000000e+00 |      --      |    Inf 
103.86/104.00	c   104s| 42200 |   152 |657945 |  15.6 |9876k|  45 |   - | 231 |9285 |   0 |   0 |  17 |  24k|3581 | 0.000000e+00 |      --      |    Inf 
104.17/104.25	c   104s| 42300 |   153 |659658 |  15.6 |9886k|  45 |   - | 231 |9307 | 231 |2453 |  17 |  24k|3590 | 0.000000e+00 |      --      |    Inf 
104.37/104.50	c   105s| 42400 |   155 |661226 |  15.6 |9890k|  45 |  36 | 231 |9313 | 231 |2453 |  17 |  25k|3599 | 0.000000e+00 |      --      |    Inf 
104.66/104.72	c   105s| 42500 |   162 |662631 |  15.6 |9920k|  45 |  15 | 231 |9337 | 231 |2453 |  17 |  25k|3607 | 0.000000e+00 |      --      |    Inf 
104.87/104.97	c   105s| 42600 |   159 |664129 |  15.6 |9922k|  45 |  35 | 231 |9363 | 231 |2453 |  17 |  25k|3619 | 0.000000e+00 |      --      |    Inf 
105.17/105.22	c   105s| 42700 |   159 |665659 |  15.6 |9927k|  45 |   - | 231 |9348 |   0 |   0 |  17 |  25k|3630 | 0.000000e+00 |      --      |    Inf 
105.36/105.45	c   105s| 42800 |   155 |667172 |  15.6 |9924k|  45 |   - | 231 |9371 | 231 |2453 |  17 |  25k|3638 | 0.000000e+00 |      --      |    Inf 
105.67/105.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.67/105.73	c   106s| 42900 |   155 |668948 |  15.6 |9906k|  45 |   - | 231 |9315 | 231 |2453 |  17 |  25k|3649 | 0.000000e+00 |      --      |    Inf 
105.86/105.99	c   106s| 43000 |   155 |670712 |  15.6 |9887k|  45 |   - | 231 |9242 | 231 |2453 |  17 |  25k|3658 | 0.000000e+00 |      --      |    Inf 
106.16/106.28	c   106s| 43100 |   153 |672519 |  15.6 |9876k|  45 |   - | 231 |9223 | 231 |2453 |  17 |  25k|3673 | 0.000000e+00 |      --      |    Inf 
106.47/106.52	c   107s| 43200 |   150 |674134 |  15.6 |9871k|  45 |   - | 231 |9244 | 231 |2453 |  17 |  25k|3680 | 0.000000e+00 |      --      |    Inf 
106.67/106.78	c   107s| 43300 |   153 |675908 |  15.6 |9868k|  45 |  33 | 231 |9220 | 231 |2453 |  17 |  25k|3686 | 0.000000e+00 |      --      |    Inf 
106.87/106.99	c   107s| 43400 |   155 |677267 |  15.6 |9878k|  45 |  22 | 231 |9219 | 231 |2453 |  17 |  25k|3690 | 0.000000e+00 |      --      |    Inf 
107.16/107.21	c   107s| 43500 |   153 |678765 |  15.6 |9883k|  45 |  43 | 231 |9244 | 231 |2453 |  17 |  25k|3696 | 0.000000e+00 |      --      |    Inf 
107.36/107.44	c   107s| 43600 |   155 |680318 |  15.6 |9897k|  45 |  38 | 231 |9255 | 231 |2453 |  17 |  25k|3700 | 0.000000e+00 |      --      |    Inf 
107.57/107.67	c   108s| 43700 |   157 |681959 |  15.6 |9920k|  45 |  43 | 231 |9304 | 231 |2453 |  17 |  25k|3702 | 0.000000e+00 |      --      |    Inf 
107.86/107.90	c   108s| 43800 |   155 |683579 |  15.6 |9906k|  45 |   - | 231 |9234 | 231 |2453 |  17 |  25k|3704 | 0.000000e+00 |      --      |    Inf 
108.06/108.12	c   108s| 43900 |   155 |685222 |  15.6 |9864k|  45 |   - | 231 |9128 | 231 |2453 |  17 |  25k|3706 | 0.000000e+00 |      --      |    Inf 
108.27/108.33	c   108s| 44000 |   160 |686794 |  15.6 |9871k|  45 |  34 | 231 |9118 | 231 |2453 |  17 |  25k|3707 | 0.000000e+00 |      --      |    Inf 
108.47/108.55	c   109s| 44100 |   154 |688308 |  15.6 |9879k|  45 |  44 | 231 |9164 | 231 |2453 |  17 |  26k|3710 | 0.000000e+00 |      --      |    Inf 
108.66/108.76	c   109s| 44200 |   158 |689830 |  15.6 |9909k|  45 |   - | 231 |9206 | 231 |2453 |  17 |  26k|3711 | 0.000000e+00 |      --      |    Inf 
108.87/108.96	c   109s| 44300 |   160 |691294 |  15.6 |9927k|  45 |  45 | 231 |9238 | 231 |2453 |  17 |  26k|3711 | 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| 44400 |   156 |692793 |  15.6 |9921k|  45 |  28 | 231 |9258 | 231 |2453 |  17 |  26k|3713 | 0.000000e+00 |      --      |    Inf 
109.26/109.39	c   109s| 44500 |   160 |694349 |  15.6 |9913k|  45 |   - | 231 |9174 | 231 |2453 |  17 |  26k|3714 | 0.000000e+00 |      --      |    Inf 
109.57/109.60	c   110s| 44600 |   159 |695986 |  15.6 |9915k|  45 |  45 | 231 |9197 | 231 |2453 |  17 |  26k|3714 | 0.000000e+00 |      --      |    Inf 
109.76/109.82	c   110s| 44700 |   159 |697653 |  15.6 |9924k|  45 |  33 | 231 |9212 | 231 |2453 |  17 |  26k|3714 | 0.000000e+00 |      --      |    Inf 
109.97/110.03	c   110s| 44800 |   160 |699207 |  15.6 |9927k|  45 |  28 | 231 |9213 | 231 |2453 |  17 |  26k|3714 | 0.000000e+00 |      --      |    Inf 
110.17/110.23	c   110s| 44900 |   159 |700635 |  15.6 |9933k|  45 |   - | 231 |9231 | 231 |2453 |  17 |  26k|3715 | 0.000000e+00 |      --      |    Inf 
110.37/110.42	c   110s| 45000 |   157 |701959 |  15.6 |9942k|  45 |   - | 231 |9279 | 231 |2453 |  17 |  26k|3717 | 0.000000e+00 |      --      |    Inf 
110.56/110.64	c   111s| 45100 |   157 |703615 |  15.6 |9948k|  45 |   - | 231 |9286 | 231 |2453 |  17 |  26k|3717 | 0.000000e+00 |      --      |    Inf 
110.76/110.85	c   111s| 45200 |   157 |705070 |  15.6 |9914k|  45 |  30 | 231 |9219 | 231 |2453 |  17 |  26k|3720 | 0.000000e+00 |      --      |    Inf 
110.97/111.06	c   111s| 45300 |   157 |706479 |  15.6 |9918k|  45 |  31 | 231 |9229 | 231 |2453 |  17 |  26k|3721 | 0.000000e+00 |      --      |    Inf 
111.17/111.27	c   111s| 45400 |   157 |707980 |  15.6 |9921k|  45 |   - | 231 |9227 | 231 |2453 |  17 |  26k|3724 | 0.000000e+00 |      --      |    Inf 
111.36/111.49	c   111s| 45500 |   153 |709517 |  15.6 |9892k|  45 |   - | 231 |9183 | 231 |2453 |  17 |  26k|3725 | 0.000000e+00 |      --      |    Inf 
111.57/111.68	c   112s| 45600 |   157 |710873 |  15.6 |9887k|  45 |   - | 231 |9134 | 231 |2453 |  17 |  26k|3728 | 0.000000e+00 |      --      |    Inf 
111.77/111.88	c   112s| 45700 |   159 |712293 |  15.6 |9877k|  45 |  20 | 231 |9091 | 231 |2453 |  17 |  27k|3730 | 0.000000e+00 |      --      |    Inf 
112.07/112.10	c   112s| 45800 |   159 |713925 |  15.6 |9882k|  45 |  26 | 231 |9102 | 231 |2453 |  17 |  27k|3733 | 0.000000e+00 |      --      |    Inf 
112.27/112.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.27/112.30	c   112s| 45900 |   155 |715303 |  15.6 |9890k|  45 |   - | 231 |9136 | 231 |2453 |  17 |  27k|3734 | 0.000000e+00 |      --      |    Inf 
112.46/112.52	c   113s| 46000 |   157 |716927 |  15.6 |9906k|  45 |   - | 231 |9159 | 231 |2453 |  17 |  27k|3735 | 0.000000e+00 |      --      |    Inf 
112.66/112.76	c   113s| 46100 |   159 |718503 |  15.6 |9919k|  45 |  29 | 231 |9192 | 231 |2453 |  17 |  27k|3744 | 0.000000e+00 |      --      |    Inf 
112.97/113.01	c   113s| 46200 |   159 |720309 |  15.6 |9934k|  45 |   - | 231 |9224 | 231 |2453 |  17 |  27k|3752 | 0.000000e+00 |      --      |    Inf 
113.17/113.26	c   113s| 46300 |   157 |721970 |  15.6 |9945k|  45 |  42 | 231 |9268 | 231 |2453 |  17 |  27k|3760 | 0.000000e+00 |      --      |    Inf 
113.46/113.54	c   114s| 46400 |   159 |723861 |  15.6 |9961k|  45 |  28 | 231 |9298 | 231 |2453 |  17 |  27k|3773 | 0.000000e+00 |      --      |    Inf 
113.66/113.79	c   114s| 46500 |   159 |725514 |  15.6 |9982k|  45 |  34 | 231 |9354 | 231 |2453 |  17 |  27k|3783 | 0.000000e+00 |      --      |    Inf 
114.06/114.12	c   114s| 46600 |   157 |727560 |  15.6 |  10M|  45 |   - | 231 |9411 | 231 |2453 |  17 |  27k|3804 | 0.000000e+00 |      --      |    Inf 
114.27/114.37	c   114s| 46700 |   157 |729492 |  15.6 |  10M|  45 |  32 | 231 |9426 | 231 |2453 |  17 |  27k|3805 | 0.000000e+00 |      --      |    Inf 
114.57/114.63	c   115s| 46800 |   158 |731168 |  15.6 |  10M|  45 |  27 | 231 |9454 | 231 |2453 |  17 |  27k|3816 | 0.000000e+00 |      --      |    Inf 
114.87/114.92	c   115s| 46900 |   155 |733121 |  15.6 |  10M|  45 |  36 | 231 |9498 | 231 |2453 |  17 |  27k|3832 | 0.000000e+00 |      --      |    Inf 
115.06/115.19	c   115s| 47000 |   151 |734912 |  15.6 |  10M|  45 |  38 | 231 |9487 | 231 |2453 |  17 |  27k|3842 | 0.000000e+00 |      --      |    Inf 
115.37/115.43	c   115s| 47100 |   151 |736428 |  15.6 |  10M|  45 |  34 | 231 |9451 | 231 |2453 |  17 |  27k|3848 | 0.000000e+00 |      --      |    Inf 
115.57/115.68	c   116s| 47200 |   153 |737981 |  15.6 |9995k|  45 |  24 | 231 |9389 | 231 |2453 |  17 |  27k|3855 | 0.000000e+00 |      --      |    Inf 
115.87/115.91	c   116s| 47300 |   151 |739417 |  15.6 |  10M|  45 |   - | 231 |9419 |   0 |   0 |  17 |  28k|3866 | 0.000000e+00 |      --      |    Inf 
116.06/116.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.06/116.12	c   116s| 47400 |   149 |740815 |  15.6 |9982k|  45 |   - | 231 |9374 | 231 |2453 |  17 |  28k|3870 | 0.000000e+00 |      --      |    Inf 
116.26/116.34	c   116s| 47500 |   148 |742051 |  15.6 |9987k|  45 |   - | 231 |9390 | 231 |2453 |  17 |  28k|3879 | 0.000000e+00 |      --      |    Inf 
116.47/116.57	c   117s| 47600 |   148 |743440 |  15.6 |9973k|  45 |   - | 231 |9386 | 231 |2453 |  17 |  28k|3888 | 0.000000e+00 |      --      |    Inf 
116.77/116.80	c   117s| 47700 |   148 |744826 |  15.6 |9968k|  45 |   - | 231 |9365 | 231 |2453 |  17 |  28k|3894 | 0.000000e+00 |      --      |    Inf 
116.96/117.01	c   117s| 47800 |   148 |746171 |  15.6 |9990k|  45 |   - | 231 |9424 | 231 |2453 |  17 |  28k|3902 | 0.000000e+00 |      --      |    Inf 
117.16/117.27	c   117s| 47900 |   151 |747931 |  15.6 |9997k|  45 |  29 | 231 |9407 | 231 |2453 |  17 |  28k|3914 | 0.000000e+00 |      --      |    Inf 
117.47/117.51	c   118s| 48000 |   149 |749434 |  15.6 |  10M|  45 |  32 | 231 |9427 | 231 |2453 |  17 |  28k|3923 | 0.000000e+00 |      --      |    Inf 
117.67/117.73	c   118s| 48100 |   151 |750906 |  15.6 |  10M|  45 |   - | 231 |9444 | 231 |2453 |  17 |  28k|3929 | 0.000000e+00 |      --      |    Inf 
117.86/117.96	c   118s| 48200 |   151 |752537 |  15.6 |  10M|  45 |   - | 231 |9468 | 231 |2453 |  17 |  28k|3933 | 0.000000e+00 |      --      |    Inf 
118.07/118.19	c   118s| 48300 |   153 |754136 |  15.6 |  10M|  45 |  31 | 231 |9483 | 231 |2453 |  17 |  28k|3939 | 0.000000e+00 |      --      |    Inf 
118.37/118.40	c   118s| 48400 |   152 |755684 |  15.6 |  10M|  45 |  43 | 231 |9513 | 231 |2453 |  17 |  28k|3941 | 0.000000e+00 |      --      |    Inf 
118.56/118.60	c   119s| 48500 |   153 |757241 |  15.6 |  10M|  45 |   - | 231 |9559 | 231 |2453 |  17 |  28k|3942 | 0.000000e+00 |      --      |    Inf 
118.67/118.79	c   119s| 48600 |   155 |758678 |  15.6 |  10M|  45 |   - | 231 |9599 | 231 |2453 |  17 |  28k|3942 | 0.000000e+00 |      --      |    Inf 
118.96/119.00	c   119s| 48700 |   151 |760083 |  15.6 |  10M|  45 |  41 | 231 |9638 | 231 |2453 |  17 |  28k|3945 | 0.000000e+00 |      --      |    Inf 
119.16/119.22	c   119s| 48800 |   155 |761902 |  15.6 |  10M|  45 |  39 | 231 |9666 | 231 |2453 |  17 |  28k|3945 | 0.000000e+00 |      --      |    Inf 
119.37/119.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.37/119.46	c   119s| 48900 |   153 |763770 |  15.6 |  10M|  45 |   - | 231 |9695 | 231 |2453 |  17 |  28k|3946 | 0.000000e+00 |      --      |    Inf 
119.57/119.69	c   120s| 49000 |   153 |765412 |  15.6 |  10M|  45 |   - | 231 |9637 | 231 |2453 |  17 |  28k|3948 | 0.000000e+00 |      --      |    Inf 
119.87/119.92	c   120s| 49100 |   154 |767053 |  15.6 |  10M|  45 |  41 | 231 |9597 | 231 |2453 |  17 |  29k|3949 | 0.000000e+00 |      --      |    Inf 
120.06/120.11	c   120s| 49200 |   152 |768437 |  15.6 |  10M|  45 |  47 | 231 |9558 | 231 |2453 |  17 |  29k|3949 | 0.000000e+00 |      --      |    Inf 
120.27/120.33	c   120s| 49300 |   155 |770056 |  15.6 |  10M|  45 |   - | 231 |9479 | 231 |2453 |  17 |  29k|3950 | 0.000000e+00 |      --      |    Inf 
120.46/120.54	c   121s| 49400 |   157 |771638 |  15.6 |  10M|  45 |  35 | 231 |9401 | 231 |2453 |  17 |  29k|3950 | 0.000000e+00 |      --      |    Inf 
120.67/120.74	c   121s| 49500 |   154 |773037 |  15.6 |  10M|  45 |   - | 231 |9404 | 231 |2453 |  17 |  29k|3951 | 0.000000e+00 |      --      |    Inf 
120.87/120.96	c   121s| 49600 |   158 |774711 |  15.6 |  10M|  45 |  33 | 231 |9377 | 231 |2453 |  17 |  29k|3951 | 0.000000e+00 |      --      |    Inf 
121.06/121.17	c   121s| 49700 |   158 |776167 |  15.6 |  10M|  45 |   - | 231 |9322 | 231 |2453 |  17 |  29k|3952 | 0.000000e+00 |      --      |    Inf 
121.26/121.37	c   121s| 49800 |   160 |777606 |  15.6 |  10M|  45 |  29 | 231 |9285 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
121.47/121.58	c   122s| 49900 |   158 |779175 |  15.6 |  10M|  45 |  29 | 231 |9289 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
121.67/121.77	c   122s| 50000 |   160 |780654 |  15.6 |  10M|  45 |  26 | 231 |9303 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
121.86/121.99	c   122s| 50100 |   158 |782285 |  15.6 |  10M|  45 |  41 | 231 |9319 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
122.16/122.21	c   122s| 50200 |   161 |783988 |  15.6 |  10M|  45 |   - | 231 |9342 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
122.37/122.45	c   122s| 50300 |   163 |785834 |  15.6 |  10M|  45 |  36 | 231 |9371 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
122.57/122.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.57/122.67	c   123s| 50400 |   158 |787533 |  15.6 |  10M|  45 |  35 | 231 |9410 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
122.86/122.92	c   123s| 50500 |   162 |789584 |  15.6 |  10M|  45 |   - | 231 |9409 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
123.07/123.14	c   123s| 50600 |   164 |791257 |  15.6 |  10M|  45 |  29 | 231 |9413 | 231 |2453 |  17 |  29k|3955 | 0.000000e+00 |      --      |    Inf 
123.26/123.38	c   123s| 50700 |   166 |792873 |  15.6 |  10M|  45 |   - | 231 |9419 | 231 |2453 |  17 |  29k|3964 | 0.000000e+00 |      --      |    Inf 
123.46/123.56	c   124s| 50800 |   166 |794166 |  15.6 |  10M|  45 |   - | 231 |9457 | 231 |2453 |  17 |  29k|3964 | 0.000000e+00 |      --      |    Inf 
123.66/123.78	c   124s| 50900 |   163 |795581 |  15.6 |  10M|  45 |   - | 231 |9511 | 231 |2453 |  17 |  30k|3970 | 0.000000e+00 |      --      |    Inf 
123.96/124.03	c   124s| 51000 |   164 |797164 |  15.6 |  10M|  45 |  35 | 231 |9559 | 231 |2453 |  17 |  30k|3983 | 0.000000e+00 |      --      |    Inf 
124.27/124.31	c   124s| 51100 |   164 |799050 |  15.6 |  10M|  45 |   - | 231 |9605 | 231 |2453 |  17 |  30k|3996 | 0.000000e+00 |      --      |    Inf 
124.46/124.55	c   125s| 51200 |   168 |800803 |  15.6 |  10M|  45 |   - | 231 |9606 | 231 |2453 |  17 |  30k|4001 | 0.000000e+00 |      --      |    Inf 
124.76/124.80	c   125s| 51300 |   167 |802675 |  15.6 |  10M|  45 |  35 | 231 |9647 | 231 |2453 |  17 |  30k|4006 | 0.000000e+00 |      --      |    Inf 
124.96/125.08	c   125s| 51400 |   172 |804570 |  15.7 |  10M|  45 |  19 | 231 |9698 | 231 |2453 |  17 |  30k|4016 | 0.000000e+00 |      --      |    Inf 
125.27/125.33	c   125s| 51500 |   169 |806237 |  15.7 |  10M|  45 |  23 | 231 |9763 | 231 |2453 |  17 |  30k|4027 | 0.000000e+00 |      --      |    Inf 
125.46/125.58	c   126s| 51600 |   167 |807852 |  15.7 |  10M|  45 |   - | 231 |9789 | 231 |2453 |  17 |  30k|4036 | 0.000000e+00 |      --      |    Inf 
125.76/125.84	c   126s| 51700 |   171 |809522 |  15.7 |  10M|  45 |  35 | 231 |9829 | 231 |2453 |  17 |  30k|4046 | 0.000000e+00 |      --      |    Inf 
125.97/126.09	c   126s| 51800 |   171 |811201 |  15.7 |  10M|  45 |  34 | 231 |9872 | 231 |2453 |  17 |  30k|4052 | 0.000000e+00 |      --      |    Inf 
126.26/126.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.26/126.32	c   126s| 51900 |   170 |812608 |  15.7 |  10M|  45 |  33 | 231 |9913 | 231 |2453 |  17 |  30k|4064 | 0.000000e+00 |      --      |    Inf 
126.47/126.56	c   127s| 52000 |   168 |814086 |  15.7 |  10M|  45 |  25 | 231 |9865 | 231 |2453 |  17 |  30k|4072 | 0.000000e+00 |      --      |    Inf 
126.76/126.80	c   127s| 52100 |   163 |815712 |  15.7 |  10M|  45 |   - | 231 |9828 | 231 |2453 |  17 |  30k|4079 | 0.000000e+00 |      --      |    Inf 
126.96/127.03	c   127s| 52200 |   165 |817127 |  15.7 |  10M|  45 |   - | 231 |9857 | 231 |2453 |  17 |  30k|4090 | 0.000000e+00 |      --      |    Inf 
127.16/127.28	c   127s| 52300 |   165 |818651 |  15.7 |  10M|  46 |   - | 231 |9829 | 231 |2453 |  17 |  30k|4100 | 0.000000e+00 |      --      |    Inf 
127.47/127.52	c   128s| 52400 |   161 |820160 |  15.6 |  10M|  46 |  39 | 231 |9809 | 231 |2453 |  17 |  30k|4107 | 0.000000e+00 |      --      |    Inf 
127.66/127.75	c   128s| 52500 |   161 |821553 |  15.6 |  10M|  46 |  36 | 231 |9796 | 231 |2453 |  17 |  30k|4115 | 0.000000e+00 |      --      |    Inf 
127.96/128.04	c   128s| 52600 |   159 |823492 |  15.7 |  10M|  46 |   - | 231 |9756 | 231 |2453 |  17 |  31k|4130 | 0.000000e+00 |      --      |    Inf 
128.16/128.28	c   128s| 52700 |   161 |824936 |  15.7 |  10M|  46 |  37 | 231 |9655 | 231 |2453 |  17 |  31k|4138 | 0.000000e+00 |      --      |    Inf 
128.37/128.49	c   128s| 52800 |   163 |826403 |  15.6 |  10M|  46 |  26 | 231 |9587 | 231 |2453 |  17 |  31k|4141 | 0.000000e+00 |      --      |    Inf 
128.57/128.69	c   129s| 52900 |   161 |827887 |  15.6 |  10M|  46 |   - | 231 |9569 | 231 |2453 |  17 |  31k|4141 | 0.000000e+00 |      --      |    Inf 
128.86/128.92	c   129s| 53000 |   159 |829432 |  15.6 |  10M|  46 |   - | 231 |9519 | 231 |2453 |  17 |  31k|4145 | 0.000000e+00 |      --      |    Inf 
129.06/129.14	c   129s| 53100 |   161 |831009 |  15.6 |  10M|  46 |  26 | 231 |9468 | 231 |2453 |  17 |  31k|4147 | 0.000000e+00 |      --      |    Inf 
129.26/129.36	c   129s| 53200 |   161 |832625 |  15.6 |  10M|  46 |  31 | 231 |9453 | 231 |2453 |  17 |  31k|4151 | 0.000000e+00 |      --      |    Inf 
129.46/129.56	c   130s| 53300 |   159 |833940 |  15.6 |  10M|  46 |  35 | 231 |9480 | 231 |2453 |  17 |  31k|4154 | 0.000000e+00 |      --      |    Inf 
129.66/129.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.66/129.77	c   130s| 53400 |   159 |835353 |  15.6 |  10M|  46 |  34 | 231 |9471 | 231 |2453 |  17 |  31k|4159 | 0.000000e+00 |      --      |    Inf 
129.86/129.99	c   130s| 53500 |   157 |836761 |  15.6 |  10M|  46 |   - | 231 |9505 | 231 |2453 |  17 |  31k|4163 | 0.000000e+00 |      --      |    Inf 
130.17/130.20	c   130s| 53600 |   155 |838382 |  15.6 |  10M|  46 |   - | 231 |9527 | 231 |2453 |  17 |  31k|4165 | 0.000000e+00 |      --      |    Inf 
130.36/130.43	c   130s| 53700 |   158 |840141 |  15.6 |  10M|  46 |  21 | 231 |9526 | 231 |2453 |  17 |  31k|4167 | 0.000000e+00 |      --      |    Inf 
130.56/130.65	c   131s| 53800 |   156 |841794 |  15.6 |  10M|  46 |   - | 231 |9574 | 231 |2453 |  17 |  31k|4167 | 0.000000e+00 |      --      |    Inf 
130.76/130.86	c   131s| 53900 |   162 |843258 |  15.6 |  10M|  46 |  12 | 231 |9597 | 231 |2453 |  17 |  31k|4168 | 0.000000e+00 |      --      |    Inf 
130.97/131.05	c   131s| 54000 |   158 |844705 |  15.6 |  10M|  46 |   - | 231 |9618 | 231 |2453 |  17 |  31k|4168 | 0.000000e+00 |      --      |    Inf 
131.16/131.23	c   131s| 54100 |   158 |845989 |  15.6 |  10M|  46 |  33 | 231 |9655 | 231 |2453 |  17 |  31k|4168 | 0.000000e+00 |      --      |    Inf 
131.36/131.41	c   131s| 54200 |   161 |847225 |  15.6 |  10M|  46 |  27 | 231 |9679 | 231 |2453 |  17 |  32k|4170 | 0.000000e+00 |      --      |    Inf 
131.47/131.58	c   132s| 54300 |   162 |848368 |  15.6 |  10M|  46 |  18 | 231 |9720 | 231 |2453 |  17 |  32k|4170 | 0.000000e+00 |      --      |    Inf 
131.66/131.77	c   132s| 54400 |   160 |849705 |  15.6 |  10M|  46 |   - | 231 |9742 | 231 |2453 |  17 |  32k|4170 | 0.000000e+00 |      --      |    Inf 
131.87/131.98	c   132s| 54500 |   162 |851237 |  15.6 |  10M|  46 |   - | 231 |9722 | 231 |2453 |  17 |  32k|4170 | 0.000000e+00 |      --      |    Inf 
132.07/132.19	c   132s| 54600 |   164 |852705 |  15.6 |  10M|  46 |   - | 231 |9737 | 231 |2453 |  17 |  32k|4171 | 0.000000e+00 |      --      |    Inf 
132.27/132.37	c   132s| 54700 |   164 |854017 |  15.6 |  10M|  46 |   - | 231 |9758 | 231 |2453 |  17 |  32k|4171 | 0.000000e+00 |      --      |    Inf 
132.46/132.58	c   133s| 54800 |   160 |855527 |  15.6 |  10M|  46 |   - | 231 |9769 | 231 |2453 |  17 |  32k|4171 | 0.000000e+00 |      --      |    Inf 
132.76/132.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.76/132.80	c   133s| 54900 |   160 |857047 |  15.6 |  10M|  46 |  36 | 231 |9775 | 231 |2453 |  17 |  32k|4173 | 0.000000e+00 |      --      |    Inf 
132.96/133.03	c   133s| 55000 |   158 |858751 |  15.6 |  10M|  46 |   - | 231 |9651 | 231 |2453 |  17 |  32k|4173 | 0.000000e+00 |      --      |    Inf 
133.17/133.28	c   133s| 55100 |   158 |860636 |  15.6 |  10M|  46 |  34 | 231 |9566 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
133.47/133.50	c   134s| 55200 |   156 |862241 |  15.6 |  10M|  46 |  31 | 231 |9506 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
133.66/133.70	c   134s| 55300 |   158 |863653 |  15.6 |  10M|  46 |  30 | 231 |9474 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
133.86/133.92	c   134s| 55400 |   158 |865369 |  15.6 |  10M|  46 |  23 | 231 |9409 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
134.07/134.10	c   134s| 55500 |   163 |866650 |  15.6 |  10M|  46 |  20 | 231 |9387 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
134.17/134.27	c   134s| 55600 |   160 |867844 |  15.6 |  10M|  46 |   - | 231 |9443 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
134.36/134.49	c   134s| 55700 |   159 |869436 |  15.6 |  10M|  46 |   - | 231 |9380 | 231 |2453 |  17 |  32k|4174 | 0.000000e+00 |      --      |    Inf 
134.66/134.70	c   135s| 55800 |   161 |871020 |  15.6 |  10M|  46 |  24 | 231 |9344 | 231 |2453 |  17 |  33k|4174 | 0.000000e+00 |      --      |    Inf 
134.86/134.94	c   135s| 55900 |   157 |872312 |  15.6 |  10M|  46 |   - | 231 |9348 | 231 |2453 |  17 |  33k|4187 | 0.000000e+00 |      --      |    Inf 
135.06/135.14	c   135s| 56000 |   157 |873745 |  15.6 |  10M|  46 |  35 | 231 |9316 | 231 |2453 |  17 |  33k|4187 | 0.000000e+00 |      --      |    Inf 
135.27/135.39	c   135s| 56100 |   159 |875416 |  15.6 |  10M|  46 |  38 | 231 |9302 | 231 |2453 |  17 |  33k|4196 | 0.000000e+00 |      --      |    Inf 
135.56/135.64	c   136s| 56200 |   160 |877162 |  15.6 |  10M|  49 |   - | 231 |9311 | 231 |2453 |  17 |  33k|4206 | 0.000000e+00 |      --      |    Inf 
135.76/135.86	c   136s| 56300 |   164 |878639 |  15.6 |  10M|  49 |   - | 231 |9328 | 231 |2453 |  17 |  33k|4211 | 0.000000e+00 |      --      |    Inf 
136.06/136.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.06/136.12	c   136s| 56400 |   161 |880430 |  15.6 |  10M|  49 |   - | 231 |9329 |   0 |   0 |  17 |  33k|4218 | 0.000000e+00 |      --      |    Inf 
136.37/136.42	c   136s| 56500 |   157 |882104 |  15.6 |  10M|  49 |   - | 231 |9340 | 231 |2453 |  17 |  33k|4236 | 0.000000e+00 |      --      |    Inf 
136.56/136.63	c   137s| 56600 |   155 |883662 |  15.6 |  10M|  49 |   - | 231 |9350 | 231 |2453 |  17 |  33k|4236 | 0.000000e+00 |      --      |    Inf 
136.87/136.92	c   137s| 56700 |   155 |885574 |  15.6 |  10M|  49 |   - | 231 |9276 | 231 |2453 |  17 |  33k|4249 | 0.000000e+00 |      --      |    Inf 
137.06/137.17	c   137s| 56800 |   153 |887273 |  15.6 |  10M|  49 |   - | 231 |9180 | 231 |2453 |  17 |  33k|4255 | 0.000000e+00 |      --      |    Inf 
137.37/137.43	c   137s| 56900 |   153 |889062 |  15.6 |  10M|  49 |   - | 231 |9173 | 231 |2453 |  17 |  33k|4261 | 0.000000e+00 |      --      |    Inf 
137.56/137.69	c   138s| 57000 |   153 |890812 |  15.6 |  10M|  49 |  26 | 231 |9140 | 231 |2453 |  17 |  33k|4268 | 0.000000e+00 |      --      |    Inf 
137.86/137.91	c   138s| 57100 |   156 |892147 |  15.6 |  10M|  49 |   - | 231 |9116 | 231 |2453 |  17 |  33k|4275 | 0.000000e+00 |      --      |    Inf 
138.06/138.17	c   138s| 57200 |   152 |893760 |  15.6 |  10M|  49 |  33 | 231 |9074 | 231 |2453 |  17 |  33k|4285 | 0.000000e+00 |      --      |    Inf 
138.26/138.38	c   138s| 57300 |   152 |895168 |  15.6 |  10M|  49 |  34 | 231 |9070 | 231 |2453 |  17 |  33k|4292 | 0.000000e+00 |      --      |    Inf 
138.57/138.61	c   139s| 57400 |   153 |896727 |  15.6 |  10M|  49 |   - | 231 |9094 | 231 |2453 |  17 |  33k|4297 | 0.000000e+00 |      --      |    Inf 
138.76/138.85	c   139s| 57500 |   153 |898162 |  15.6 |  10M|  49 |  43 | 231 |9128 | 231 |2453 |  17 |  33k|4307 | 0.000000e+00 |      --      |    Inf 
138.96/139.09	c   139s| 57600 |   157 |899794 |  15.6 |  10M|  49 |  29 | 231 |9151 | 231 |2453 |  17 |  33k|4316 | 0.000000e+00 |      --      |    Inf 
139.26/139.32	c   139s| 57700 |   157 |901195 |  15.6 |  10M|  49 |   - | 231 |9174 | 231 |2453 |  17 |  34k|4326 | 0.000000e+00 |      --      |    Inf 
139.46/139.50	c   140s| 57800 |   157 |902378 |  15.6 |  10M|  49 |  32 | 231 |9210 | 231 |2453 |  17 |  34k|4330 | 0.000000e+00 |      --      |    Inf 
139.66/139.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.66/139.73	c   140s| 57900 |   157 |903830 |  15.6 |  10M|  49 |  35 | 231 |9249 | 231 |2453 |  17 |  34k|4339 | 0.000000e+00 |      --      |    Inf 
139.86/139.92	c   140s| 58000 |   157 |905058 |  15.6 |  10M|  49 |  32 | 231 |9288 | 231 |2453 |  17 |  34k|4344 | 0.000000e+00 |      --      |    Inf 
140.06/140.14	c   140s| 58100 |   157 |906425 |  15.6 |  10M|  49 |  29 | 231 |9330 | 231 |2453 |  17 |  34k|4353 | 0.000000e+00 |      --      |    Inf 
140.26/140.33	c   140s| 58200 |   159 |907637 |  15.6 |  10M|  49 |  23 | 231 |9372 | 231 |2453 |  17 |  34k|4360 | 0.000000e+00 |      --      |    Inf 
140.46/140.57	c   141s| 58300 |   157 |909146 |  15.6 |  10M|  49 |  24 | 231 |9421 | 231 |2453 |  17 |  34k|4368 | 0.000000e+00 |      --      |    Inf 
140.76/140.80	c   141s| 58400 |   155 |910769 |  15.6 |  10M|  49 |   - | 231 |9446 | 231 |2453 |  17 |  34k|4374 | 0.000000e+00 |      --      |    Inf 
140.96/141.05	c   141s| 58500 |   153 |912394 |  15.6 |  10M|  49 |   - | 231 |9428 | 231 |2453 |  17 |  34k|4382 | 0.000000e+00 |      --      |    Inf 
141.16/141.29	c   141s| 58600 |   153 |914140 |  15.6 |  10M|  49 |  36 | 231 |9392 | 231 |2453 |  17 |  34k|4384 | 0.000000e+00 |      --      |    Inf 
141.46/141.50	c   142s| 58700 |   153 |915656 |  15.6 |  10M|  49 |   - | 231 |9413 | 231 |2453 |  17 |  34k|4386 | 0.000000e+00 |      --      |    Inf 
141.66/141.73	c   142s| 58800 |   151 |917297 |  15.6 |  10M|  49 |  31 | 231 |9446 | 231 |2453 |  17 |  34k|4387 | 0.000000e+00 |      --      |    Inf 
141.87/141.94	c   142s| 58900 |   151 |918847 |  15.6 |  10M|  49 |  35 | 231 |9412 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
142.06/142.15	c   142s| 59000 |   151 |920427 |  15.6 |  10M|  49 |  36 | 231 |9384 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
142.26/142.38	c   142s| 59100 |   149 |922334 |  15.6 |  10M|  49 |   - | 231 |9382 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
142.56/142.60	c   143s| 59200 |   151 |923932 |  15.6 |  10M|  49 |   - | 231 |9332 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
142.76/142.82	c   143s| 59300 |   151 |925694 |  15.6 |  10M|  49 |  44 | 231 |9277 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
142.96/143.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.96/143.05	c   143s| 59400 |   153 |927416 |  15.6 |  10M|  49 |  37 | 231 |9228 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
143.16/143.24	c   143s| 59500 |   158 |928815 |  15.6 |  10M|  49 |  28 | 231 |9196 | 231 |2453 |  17 |  34k|4388 | 0.000000e+00 |      --      |    Inf 
143.36/143.44	c   143s| 59600 |   158 |930313 |  15.6 |  10M|  49 |  14 | 231 |9171 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
143.56/143.65	c   144s| 59700 |   158 |931898 |  15.6 |  10M|  49 |  27 | 231 |9160 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
143.76/143.87	c   144s| 59800 |   160 |933750 |  15.6 |  10M|  49 |  28 | 231 |9155 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
144.07/144.10	c   144s| 59900 |   160 |935584 |  15.6 |  10M|  49 |  30 | 231 |9165 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
144.16/144.29	c   144s| 60000 |   162 |936966 |  15.6 |  10M|  49 |  32 | 231 |9193 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
144.46/144.52	c   145s| 60100 |   160 |938792 |  15.6 |  10M|  49 |  37 | 231 |9216 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
144.66/144.72	c   145s| 60200 |   157 |940272 |  15.6 |  10M|  49 |   - | 231 |9257 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
144.86/144.94	c   145s| 60300 |   159 |942056 |  15.6 |  10M|  49 |  28 | 231 |9294 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
145.06/145.15	c   145s| 60400 |   159 |943778 |  15.6 |  10M|  49 |  28 | 231 |9341 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
145.26/145.38	c   145s| 60500 |   157 |945564 |  15.6 |  10M|  49 |  37 | 231 |9367 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
145.56/145.60	c   146s| 60600 |   157 |947351 |  15.6 |  10M|  49 |   - | 231 |9409 |   0 |   0 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
145.76/145.81	c   146s| 60700 |   159 |948938 |  15.6 |  10M|  49 |  21 | 231 |9459 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
145.96/146.00	c   146s| 60800 |   159 |950308 |  15.6 |  10M|  49 |   - | 231 |9510 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
146.17/146.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.17/146.21	c   146s| 60900 |   159 |951973 |  15.6 |  10M|  49 |  28 | 231 |9559 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
146.36/146.42	c   146s| 61000 |   157 |953603 |  15.6 |  10M|  49 |  24 | 231 |9611 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
146.56/146.64	c   147s| 61100 |   157 |955327 |  15.6 |  10M|  49 |  38 | 231 |9655 | 231 |2453 |  17 |  35k|4388 | 0.000000e+00 |      --      |    Inf 
146.86/146.95	c   147s| 61200 |   153 |957621 |  15.6 |  10M|  49 |   - | 231 |9708 | 231 |2453 |  17 |  35k|4398 | 0.000000e+00 |      --      |    Inf 
147.15/147.20	c   147s| 61300 |   152 |959169 |  15.6 |  10M|  49 |   - | 231 |9713 | 231 |2453 |  17 |  35k|4408 | 0.000000e+00 |      --      |    Inf 
147.37/147.44	c   147s| 61400 |   152 |960764 |  15.6 |  10M|  49 |  26 | 231 |9689 | 231 |2453 |  17 |  36k|4417 | 0.000000e+00 |      --      |    Inf 
147.56/147.67	c   148s| 61500 |   150 |962229 |  15.6 |  10M|  49 |   - | 231 |9694 | 231 |2453 |  17 |  36k|4424 | 0.000000e+00 |      --      |    Inf 
147.76/147.89	c   148s| 61600 |   150 |963528 |  15.6 |  10M|  49 |  44 | 231 |9708 | 231 |2453 |  17 |  36k|4433 | 0.000000e+00 |      --      |    Inf 
148.06/148.11	c   148s| 61700 |   150 |964737 |  15.6 |  10M|  51 |   - | 231 |9723 | 231 |2453 |  17 |  36k|4443 | 0.000000e+00 |      --      |    Inf 
148.26/148.32	c   148s| 61800 |   154 |966348 |  15.6 |  10M|  51 |  22 | 231 |9677 | 231 |2453 |  17 |  36k|4443 | 0.000000e+00 |      --      |    Inf 
148.47/148.56	c   149s| 61900 |   148 |967830 |  15.6 |  10M|  51 |   - | 231 |9683 | 231 |2453 |  17 |  36k|4451 | 0.000000e+00 |      --      |    Inf 
148.66/148.77	c   149s| 62000 |   147 |969189 |  15.6 |  10M|  51 |  46 | 231 |9679 | 231 |2453 |  17 |  36k|4458 | 0.000000e+00 |      --      |    Inf 
148.86/148.99	c   149s| 62100 |   148 |970508 |  15.6 |  10M|  51 |  36 | 231 |9718 | 231 |2453 |  17 |  36k|4467 | 0.000000e+00 |      --      |    Inf 
149.15/149.21	c   149s| 62200 |   150 |971886 |  15.6 |  10M|  51 |  31 | 231 |9718 | 231 |2453 |  17 |  36k|4476 | 0.000000e+00 |      --      |    Inf 
149.36/149.43	c   149s| 62300 |   147 |973319 |  15.6 |  10M|  51 |   - | 231 |9745 | 231 |2453 |  17 |  36k|4481 | 0.000000e+00 |      --      |    Inf 
149.56/149.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.56/149.65	c   150s| 62400 |   145 |974737 |  15.6 |  10M|  51 |  38 | 231 |9727 | 231 |2453 |  17 |  36k|4488 | 0.000000e+00 |      --      |    Inf 
149.76/149.85	c   150s| 62500 |   147 |976007 |  15.6 |  10M|  51 |   - | 231 |9693 | 231 |2453 |  17 |  36k|4492 | 0.000000e+00 |      --      |    Inf 
150.06/150.10	c   150s| 62600 |   147 |977531 |  15.6 |  10M|  51 |  32 | 231 |9653 | 231 |2453 |  17 |  36k|4505 | 0.000000e+00 |      --      |    Inf 
150.26/150.34	c   150s| 62700 |   147 |979032 |  15.6 |  10M|  51 |   - | 231 |9628 | 231 |2453 |  17 |  36k|4513 | 0.000000e+00 |      --      |    Inf 
150.46/150.60	c   151s| 62800 |   145 |980654 |  15.6 |  10M|  51 |   - | 231 |9579 | 231 |2453 |  17 |  36k|4524 | 0.000000e+00 |      --      |    Inf 
150.76/150.83	c   151s| 62900 |   147 |982163 |  15.6 |  10M|  51 |  39 | 231 |9541 | 231 |2453 |  17 |  36k|4528 | 0.000000e+00 |      --      |    Inf 
150.96/151.06	c   151s| 63000 |   147 |983754 |  15.6 |  10M|  51 |   - | 231 |9509 | 231 |2453 |  17 |  36k|4535 | 0.000000e+00 |      --      |    Inf 
151.26/151.33	c   151s| 63100 |   144 |985433 |  15.6 |  10M|  51 |   - | 231 |9487 | 231 |2453 |  17 |  36k|4548 | 0.000000e+00 |      --      |    Inf 
151.46/151.56	c   152s| 63200 |   145 |986956 |  15.6 |  10M|  51 |   - | 231 |9475 | 231 |2453 |  17 |  37k|4555 | 0.000000e+00 |      --      |    Inf 
151.66/151.76	c   152s| 63300 |   145 |988204 |  15.6 |  10M|  51 |  41 | 231 |9511 | 231 |2453 |  17 |  37k|4562 | 0.000000e+00 |      --      |    Inf 
151.96/152.00	c   152s| 63400 |   145 |989706 |  15.6 |  10M|  51 |  30 | 231 |9521 | 231 |2453 |  17 |  37k|4573 | 0.000000e+00 |      --      |    Inf 
152.16/152.25	c   152s| 63500 |   145 |991383 |  15.6 |  10M|  51 |   - | 231 |9484 | 231 |2453 |  17 |  37k|4580 | 0.000000e+00 |      --      |    Inf 
152.46/152.50	c   153s| 63600 |   153 |992944 |  15.6 |  10M|  51 |  32 | 231 |9378 | 231 |2453 |  17 |  37k|4591 | 0.000000e+00 |      --      |    Inf 
152.66/152.71	c   153s| 63700 |   155 |994364 |  15.6 |  10M|  51 |   - | 231 |9363 |   0 |   0 |  17 |  37k|4595 | 0.000000e+00 |      --      |    Inf 
152.87/152.96	c   153s| 63800 |   160 |996047 |  15.6 |  10M|  51 |  22 | 231 |9327 | 231 |2453 |  17 |  37k|4603 | 0.000000e+00 |      --      |    Inf 
153.06/153.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.06/153.15	c   153s| 63900 |   160 |997461 |  15.6 |  10M|  51 |   - | 231 |9343 | 231 |2453 |  17 |  37k|4604 | 0.000000e+00 |      --      |    Inf 
153.25/153.36	c   153s| 64000 |   160 |998876 |  15.6 |  10M|  51 |  29 | 231 |9340 | 231 |2453 |  17 |  37k|4608 | 0.000000e+00 |      --      |    Inf 
153.46/153.57	c   154s| 64100 |   158 |  1000k|  15.6 |  10M|  51 |   - | 231 |9353 | 231 |2453 |  17 |  37k|4608 | 0.000000e+00 |      --      |    Inf 
153.66/153.79	c   154s| 64200 |   160 |  1002k|  15.6 |  10M|  51 |  37 | 231 |9333 | 231 |2453 |  17 |  37k|4610 | 0.000000e+00 |      --      |    Inf 
153.96/154.01	c   154s| 64300 |   172 |  1003k|  15.6 |  10M|  51 |   - | 231 |9269 | 231 |2453 |  17 |  37k|4611 | 0.000000e+00 |      --      |    Inf 
154.15/154.23	c   154s| 64400 |   172 |  1005k|  15.6 |  10M|  51 |   - | 231 |9291 | 231 |2453 |  17 |  37k|4611 | 0.000000e+00 |      --      |    Inf 
154.36/154.45	c   154s| 64500 |   174 |  1007k|  15.6 |  10M|  51 |  24 | 231 |9317 | 231 |2453 |  17 |  37k|4611 | 0.000000e+00 |      --      |    Inf 
154.56/154.65	c   155s| 64600 |   172 |  1008k|  15.6 |  10M|  51 |   - | 231 |9347 | 231 |2453 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
154.76/154.85	c   155s| 64700 |   176 |  1010k|  15.6 |  10M|  51 |  28 | 231 |9367 | 231 |2453 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
154.96/155.06	c   155s| 64800 |   180 |  1011k|  15.6 |  10M|  51 |   - | 231 |9409 | 231 |2453 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
155.16/155.26	c   155s| 64900 |   178 |  1013k|  15.6 |  10M|  51 |   - | 231 |9444 |   0 |   0 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
155.36/155.45	c   155s| 65000 |   182 |  1014k|  15.6 |  10M|  51 |  19 | 231 |9485 | 231 |2453 |  17 |  37k|4612 | 0.000000e+00 |      --      |    Inf 
155.56/155.65	c   156s| 65100 |   180 |  1016k|  15.6 |  10M|  51 |   - | 231 |9533 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
155.76/155.86	c   156s| 65200 |   178 |  1017k|  15.6 |  10M|  51 |   - | 231 |9579 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
155.96/156.07	c   156s| 65300 |   182 |  1019k|  15.6 |  10M|  51 |   - | 231 |9630 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
156.16/156.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.16/156.28	c   156s| 65400 |   180 |  1021k|  15.6 |  10M|  51 |  28 | 231 |9673 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
156.36/156.47	c   156s| 65500 |   178 |  1022k|  15.6 |  10M|  51 |  37 | 231 |9697 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
156.56/156.66	c   157s| 65600 |   178 |  1023k|  15.6 |  10M|  51 |  33 | 231 |9743 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
156.76/156.89	c   157s| 65700 |   178 |  1025k|  15.6 |  10M|  51 |   - | 231 |9786 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
156.95/157.09	c   157s| 65800 |   184 |  1027k|  15.6 |  10M|  51 |  32 | 231 |9822 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
157.27/157.32	c   157s| 65900 |   190 |  1028k|  15.6 |  10M|  51 |  26 | 231 |9846 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
157.46/157.56	c   158s| 66000 |   186 |  1030k|  15.6 |  10M|  51 |   - | 231 |9896 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
157.66/157.78	c   158s| 66100 |   190 |  1032k|  15.6 |  10M|  51 |  35 | 231 |9935 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
157.96/158.04	c   158s| 66200 |   188 |  1034k|  15.6 |  10M|  51 |  35 | 231 |9990 | 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
158.16/158.28	c   158s| 66300 |   190 |  1036k|  15.6 |  10M|  51 |  38 | 231 |  10k| 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
158.37/158.48	c   158s| 66400 |   188 |  1038k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
158.65/158.70	c   159s| 66500 |   192 |  1039k|  15.6 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
158.86/158.91	c   159s| 66600 |   188 |  1041k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4612 | 0.000000e+00 |      --      |    Inf 
159.06/159.17	c   159s| 66700 |   188 |  1043k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4620 | 0.000000e+00 |      --      |    Inf 
159.26/159.35	c   159s| 66800 |   190 |  1044k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  38k|4620 | 0.000000e+00 |      --      |    Inf 
159.46/159.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.46/159.54	c   160s| 66900 |   191 |  1045k|  15.6 |  10M|  51 |  25 | 231 |  10k| 231 |2453 |  17 |  38k|4629 | 0.000000e+00 |      --      |    Inf 
159.65/159.75	c   160s| 67000 |   190 |  1046k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4638 | 0.000000e+00 |      --      |    Inf 
159.85/159.97	c   160s| 67100 |   194 |  1048k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4644 | 0.000000e+00 |      --      |    Inf 
160.16/160.24	c   160s| 67200 |   196 |  1049k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4659 | 0.000000e+00 |      --      |    Inf 
160.36/160.47	c   160s| 67300 |   200 |  1051k|  15.6 |  10M|  51 |  25 | 231 |  10k| 231 |2453 |  17 |  39k|4669 | 0.000000e+00 |      --      |    Inf 
160.57/160.66	c   161s| 67400 |   198 |  1052k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4669 | 0.000000e+00 |      --      |    Inf 
160.86/160.90	c   161s| 67500 |   194 |  1054k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4678 | 0.000000e+00 |      --      |    Inf 
161.06/161.18	c   161s| 67600 |   196 |  1056k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4689 | 0.000000e+00 |      --      |    Inf 
161.36/161.40	c   161s| 67700 |   198 |  1057k|  15.6 |  10M|  51 |  34 | 231 |  10k| 231 |2453 |  17 |  39k|4696 | 0.000000e+00 |      --      |    Inf 
161.56/161.63	c   162s| 67800 |   208 |  1059k|  15.6 |  10M|  51 |  17 | 231 |  10k| 231 |2453 |  17 |  39k|4704 | 0.000000e+00 |      --      |    Inf 
161.76/161.85	c   162s| 67900 |   206 |  1060k|  15.6 |  10M|  51 |  27 | 231 |  10k| 231 |2453 |  17 |  39k|4713 | 0.000000e+00 |      --      |    Inf 
162.06/162.12	c   162s| 68000 |   201 |  1062k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4722 | 0.000000e+00 |      --      |    Inf 
162.26/162.37	c   162s| 68100 |   200 |  1064k|  15.6 |  10M|  51 |  36 | 231 |  10k| 231 |2453 |  17 |  39k|4732 | 0.000000e+00 |      --      |    Inf 
162.55/162.62	c   163s| 68200 |   200 |  1065k|  15.6 |  10M|  51 |  37 | 231 |  10k| 231 |2453 |  17 |  39k|4738 | 0.000000e+00 |      --      |    Inf 
162.76/162.88	c   163s| 68300 |   199 |  1067k|  15.6 |  10M|  51 |  29 | 231 |  10k| 231 |2453 |  17 |  39k|4747 | 0.000000e+00 |      --      |    Inf 
163.06/163.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.06/163.14	c   163s| 68400 |   203 |  1069k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4753 | 0.000000e+00 |      --      |    Inf 
163.26/163.39	c   163s| 68500 |   207 |  1070k|  15.6 |  10M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4765 | 0.000000e+00 |      --      |    Inf 
163.55/163.63	c   164s| 68600 |   207 |  1072k|  15.6 |  10M|  51 |  32 | 231 |  10k| 231 |2453 |  17 |  39k|4768 | 0.000000e+00 |      --      |    Inf 
163.77/163.87	c   164s| 68700 |   207 |  1074k|  15.6 |  11M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4775 | 0.000000e+00 |      --      |    Inf 
164.06/164.14	c   164s| 68800 |   208 |  1075k|  15.6 |  11M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  39k|4786 | 0.000000e+00 |      --      |    Inf 
164.25/164.36	c   164s| 68900 |   206 |  1077k|  15.6 |  11M|  51 |   - | 231 |  10k| 231 |2453 |  17 |  40k|4795 | 0.000000e+00 |      --      |    Inf 
164.55/164.60	c   165s| 69000 |   206 |  1078k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4802 | 0.000000e+00 |      --      |    Inf 
164.76/164.86	c   165s| 69100 |   206 |  1080k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4811 | 0.000000e+00 |      --      |    Inf 
165.05/165.10	c   165s| 69200 |   204 |  1082k|  15.6 |  11M|  51 |  35 | 231 |  11k| 231 |2453 |  17 |  40k|4815 | 0.000000e+00 |      --      |    Inf 
165.26/165.36	c   165s| 69300 |   207 |  1084k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4822 | 0.000000e+00 |      --      |    Inf 
165.46/165.56	c   166s| 69400 |   209 |  1085k|  15.6 |  11M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  40k|4824 | 0.000000e+00 |      --      |    Inf 
165.65/165.77	c   166s| 69500 |   211 |  1087k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4826 | 0.000000e+00 |      --      |    Inf 
165.86/166.00	c   166s| 69600 |   209 |  1088k|  15.6 |  11M|  51 |  22 | 231 |  11k| 231 |2453 |  17 |  40k|4831 | 0.000000e+00 |      --      |    Inf 
166.16/166.21	c   166s| 69700 |   209 |  1090k|  15.6 |  11M|  51 |  25 | 231 |  11k| 231 |2453 |  17 |  40k|4833 | 0.000000e+00 |      --      |    Inf 
166.36/166.42	c   166s| 69800 |   208 |  1091k|  15.6 |  11M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  40k|4834 | 0.000000e+00 |      --      |    Inf 
166.56/166.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.56/166.62	c   167s| 69900 |   206 |  1093k|  15.6 |  11M|  51 |  33 | 231 |  11k| 231 |2453 |  17 |  40k|4834 | 0.000000e+00 |      --      |    Inf 
166.76/166.84	c   167s| 70000 |   206 |  1095k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4835 | 0.000000e+00 |      --      |    Inf 
166.95/167.04	c   167s| 70100 |   206 |  1096k|  15.6 |  11M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  40k|4837 | 0.000000e+00 |      --      |    Inf 
167.17/167.27	c   167s| 70200 |   206 |  1098k|  15.6 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  40k|4839 | 0.000000e+00 |      --      |    Inf 
167.45/167.51	c   168s| 70300 |   206 |  1100k|  15.6 |  11M|  51 |  28 | 231 |  11k| 231 |2453 |  17 |  40k|4841 | 0.000000e+00 |      --      |    Inf 
167.65/167.72	c   168s| 70400 |   208 |  1101k|  15.6 |  11M|  51 |  31 | 231 |  11k| 231 |2453 |  17 |  40k|4841 | 0.000000e+00 |      --      |    Inf 
167.86/167.92	c   168s| 70500 |   208 |  1103k|  15.6 |  11M|  51 |  31 | 231 |  11k| 231 |2453 |  17 |  40k|4841 | 0.000000e+00 |      --      |    Inf 
168.06/168.13	c   168s| 70600 |   208 |  1104k|  15.6 |  11M|  51 |  36 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
168.26/168.35	c   168s| 70700 |   208 |  1106k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
168.45/168.57	c   169s| 70800 |   206 |  1108k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
168.76/168.80	c   169s| 70900 |   206 |  1110k|  15.7 |  11M|  51 |  39 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
168.96/169.02	c   169s| 71000 |   208 |  1111k|  15.7 |  11M|  51 |  35 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
169.15/169.25	c   169s| 71100 |   210 |  1113k|  15.7 |  11M|  51 |  28 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
169.36/169.49	c   169s| 71200 |   206 |  1115k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
169.66/169.70	c   170s| 71300 |   207 |  1116k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
169.86/169.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.86/169.93	c   170s| 71400 |   205 |  1118k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
170.05/170.15	c   170s| 71500 |   202 |  1120k|  15.7 |  11M|  51 |  41 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
170.26/170.38	c   170s| 71600 |   204 |  1122k|  15.7 |  11M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
170.56/170.62	c   171s| 71700 |   202 |  1124k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
170.76/170.86	c   171s| 71800 |   202 |  1125k|  15.7 |  11M|  51 |  27 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
170.96/171.07	c   171s| 71900 |   201 |  1127k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
171.15/171.26	c   171s| 72000 |   203 |  1129k|  15.7 |  11M|  51 |  34 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
171.35/171.45	c   171s| 72100 |   205 |  1130k|  15.7 |  11M|  51 |  20 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
171.56/171.65	c   172s| 72200 |   201 |  1132k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
171.75/171.85	c   172s| 72300 |   203 |  1133k|  15.7 |  11M|  51 |  38 | 231 |  11k| 231 |2453 |  17 |  41k|4842 | 0.000000e+00 |      --      |    Inf 
172.06/172.11	c   172s| 72400 |   202 |  1135k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  41k|4853 | 0.000000e+00 |      --      |    Inf 
172.25/172.35	c   172s| 72500 |   204 |  1136k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4861 | 0.000000e+00 |      --      |    Inf 
172.56/172.62	c   173s| 72600 |   206 |  1138k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4871 | 0.000000e+00 |      --      |    Inf 
172.76/172.89	c   173s| 72700 |   202 |  1140k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4881 | 0.000000e+00 |      --      |    Inf 
173.05/173.15	c   173s| 72800 |   206 |  1142k|  15.7 |  11M|  51 |  40 | 231 |  11k| 231 |2453 |  17 |  42k|4889 | 0.000000e+00 |      --      |    Inf 
173.26/173.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.26/173.37	c   173s| 72900 |   208 |  1143k|  15.7 |  11M|  51 |  30 | 231 |  11k| 231 |2453 |  17 |  42k|4895 | 0.000000e+00 |      --      |    Inf 
173.46/173.59	c   174s| 73000 |   202 |  1145k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4901 | 0.000000e+00 |      --      |    Inf 
173.76/173.82	c   174s| 73100 |   204 |  1146k|  15.7 |  11M|  51 |  22 | 231 |  11k| 231 |2453 |  17 |  42k|4911 | 0.000000e+00 |      --      |    Inf 
173.96/174.05	c   174s| 73200 |   207 |  1148k|  15.7 |  11M|  51 |  28 | 231 |  11k| 231 |2453 |  17 |  42k|4917 | 0.000000e+00 |      --      |    Inf 
174.26/174.32	c   174s| 73300 |   210 |  1150k|  15.7 |  11M|  51 |  26 | 231 |  11k| 231 |2453 |  17 |  42k|4928 | 0.000000e+00 |      --      |    Inf 
174.45/174.55	c   175s| 73400 |   207 |  1151k|  15.7 |  11M|  51 |  22 | 231 |  11k| 231 |2453 |  17 |  42k|4935 | 0.000000e+00 |      --      |    Inf 
174.76/174.81	c   175s| 73500 |   211 |  1153k|  15.7 |  11M|  51 |  14 | 231 |  11k| 231 |2453 |  17 |  42k|4941 | 0.000000e+00 |      --      |    Inf 
174.95/175.05	c   175s| 73600 |   215 |  1155k|  15.7 |  11M|  51 |  36 | 231 |  11k| 231 |2453 |  17 |  42k|4951 | 0.000000e+00 |      --      |    Inf 
175.26/175.30	c   175s| 73700 |   213 |  1156k|  15.7 |  11M|  51 |  23 | 231 |  11k| 231 |2453 |  17 |  42k|4959 | 0.000000e+00 |      --      |    Inf 
175.46/175.57	c   176s| 73800 |   209 |  1158k|  15.7 |  11M|  51 |  39 | 231 |  11k| 231 |2453 |  17 |  42k|4968 | 0.000000e+00 |      --      |    Inf 
175.76/175.85	c   176s| 73900 |   209 |  1160k|  15.7 |  11M|  51 |  36 | 231 |  11k| 231 |2453 |  17 |  42k|4978 | 0.000000e+00 |      --      |    Inf 
176.05/176.11	c   176s| 74000 |   207 |  1162k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4985 | 0.000000e+00 |      --      |    Inf 
176.26/176.34	c   176s| 74100 |   207 |  1163k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|4992 | 0.000000e+00 |      --      |    Inf 
176.46/176.57	c   177s| 74200 |   207 |  1165k|  15.7 |  11M|  51 |   - | 231 |  11k|   0 |   0 |  17 |  42k|4999 | 0.000000e+00 |      --      |    Inf 
176.66/176.79	c   177s| 74300 |   207 |  1166k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  42k|5005 | 0.000000e+00 |      --      |    Inf 
176.96/177.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.96/177.03	c   177s| 74400 |   207 |  1168k|  15.7 |  11M|  51 |   - | 231 |  11k| 231 |2453 |  17 |  43k|5006 | 0.000000e+00 |      --      |    Inf 
177.15/177.26	c   177s| 74500 |   205 |  1170k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5006 | 0.000000e+00 |      --      |    Inf 
177.36/177.48	c   177s| 74600 |   210 |  1171k|  15.7 |  11M|  51 |  37 | 231 |  11k| 231 |2453 |  17 |  43k|5009 | 0.000000e+00 |      --      |    Inf 
177.55/177.69	c   178s| 74700 |   213 |  1173k|  15.7 |  11M|  51 |  22 | 231 |  11k| 231 |2453 |  17 |  43k|5009 | 0.000000e+00 |      --      |    Inf 
177.75/177.88	c   178s| 74800 |   212 |  1175k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5009 | 0.000000e+00 |      --      |    Inf 
177.95/178.07	c   178s| 74900 |   212 |  1176k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5009 | 0.000000e+00 |      --      |    Inf 
178.26/178.30	c   178s| 75000 |   212 |  1178k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
178.45/178.50	c   179s| 75100 |   214 |  1179k|  15.7 |  11M|  51 |   - | 231 |  12k|   0 |   0 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
178.65/178.71	c   179s| 75200 |   212 |  1181k|  15.7 |  11M|  51 |  33 | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
178.86/178.90	c   179s| 75300 |   208 |  1182k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
179.06/179.12	c   179s| 75400 |   206 |  1184k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
179.26/179.38	c   179s| 75500 |   214 |  1186k|  15.7 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
179.55/179.61	c   180s| 75600 |   214 |  1188k|  15.7 |  11M|  51 |  45 | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
179.76/179.85	c   180s| 75700 |   214 |  1189k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
179.95/180.07	c   180s| 75800 |   215 |  1191k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5010 | 0.000000e+00 |      --      |    Inf 
180.16/180.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.16/180.28	c   180s| 75900 |   211 |  1193k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5010 | 0.000000e+00 |      --      |    Inf 
180.46/180.52	c   181s| 76000 |   211 |  1194k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
180.65/180.70	c   181s| 76100 |   211 |  1196k|  15.7 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
180.86/180.92	c   181s| 76200 |   209 |  1197k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
181.06/181.16	c   181s| 76300 |   211 |  1199k|  15.7 |  11M|  51 |  38 | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
181.25/181.37	c   181s| 76400 |   211 |  1201k|  15.7 |  11M|  51 |   - | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
181.55/181.63	c   182s| 76500 |   209 |  1203k|  15.7 |  11M|  52 |  43 | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
181.76/181.86	c   182s| 76600 |   205 |  1205k|  15.7 |  11M|  52 |  41 | 231 |  12k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
181.95/182.06	c   182s| 76700 |   204 |  1206k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
182.16/182.29	c   182s| 76800 |   204 |  1208k|  15.7 |  11M|  52 |  35 | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
182.46/182.51	c   183s| 76900 |   202 |  1209k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
182.65/182.72	c   183s| 77000 |   204 |  1211k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
182.86/182.92	c   183s| 77100 |   206 |  1212k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
183.05/183.13	c   183s| 77200 |   203 |  1214k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
183.25/183.33	c   183s| 77300 |   204 |  1215k|  15.7 |  11M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  44k|5012 | 0.000000e+00 |      --      |    Inf 
183.56/183.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.56/183.60	c   184s| 77400 |   202 |  1217k|  15.7 |  11M|  52 |  42 | 231 |  11k| 231 |2453 |  17 |  44k|5026 | 0.000000e+00 |      --      |    Inf 
183.76/183.83	c   184s| 77500 |   205 |  1218k|  15.7 |  11M|  52 |  24 | 231 |  11k| 231 |2453 |  17 |  44k|5032 | 0.000000e+00 |      --      |    Inf 
183.95/184.06	c   184s| 77600 |   204 |  1220k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  44k|5039 | 0.000000e+00 |      --      |    Inf 
184.15/184.27	c   184s| 77700 |   206 |  1221k|  15.7 |  11M|  52 |  27 | 231 |  11k| 231 |2453 |  17 |  45k|5039 | 0.000000e+00 |      --      |    Inf 
184.45/184.54	c   185s| 77800 |   203 |  1223k|  15.7 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  45k|5052 | 0.000000e+00 |      --      |    Inf 
184.66/184.74	c   185s| 77900 |   205 |  1224k|  15.7 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5052 | 0.000000e+00 |      --      |    Inf 
184.95/185.00	c   185s| 78000 |   205 |  1226k|  15.7 |  11M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  45k|5063 | 0.000000e+00 |      --      |    Inf 
185.15/185.24	c   185s| 78100 |   207 |  1227k|  15.7 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  45k|5075 | 0.000000e+00 |      --      |    Inf 
185.36/185.43	c   185s| 78200 |   204 |  1228k|  15.7 |  11M|  52 |  24 | 231 |  10k| 231 |2453 |  17 |  45k|5075 | 0.000000e+00 |      --      |    Inf 
185.55/185.67	c   186s| 78300 |   204 |  1230k|  15.7 |  11M|  52 |  17 | 231 |  10k| 231 |2453 |  17 |  45k|5076 | 0.000000e+00 |      --      |    Inf 
185.86/185.91	c   186s| 78400 |   197 |  1232k|  15.7 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  45k|5083 | 0.000000e+00 |      --      |    Inf 
186.05/186.14	c   186s| 78500 |   199 |  1233k|  15.7 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  45k|5092 | 0.000000e+00 |      --      |    Inf 
186.26/186.37	c   186s| 78600 |   199 |  1235k|  15.7 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  45k|5098 | 0.000000e+00 |      --      |    Inf 
186.55/186.62	c   187s| 78700 |   200 |  1236k|  15.7 |  11M|  52 |  44 | 231 |  10k| 231 |2453 |  17 |  45k|5109 | 0.000000e+00 |      --      |    Inf 
186.75/186.88	c   187s| 78800 |   196 |  1238k|  15.7 |  10M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  45k|5119 | 0.000000e+00 |      --      |    Inf 
187.05/187.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.05/187.14	c   187s| 78900 |   196 |  1239k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5125 | 0.000000e+00 |      --      |    Inf 
187.26/187.38	c   187s| 79000 |   198 |  1241k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  45k|5133 | 0.000000e+00 |      --      |    Inf 
187.55/187.61	c   188s| 79100 |   198 |  1243k|  15.7 |  10M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  45k|5136 | 0.000000e+00 |      --      |    Inf 
187.75/187.82	c   188s| 79200 |   200 |  1244k|  15.7 |  10M|  52 |  22 | 231 |  10k| 231 |2453 |  17 |  45k|5142 | 0.000000e+00 |      --      |    Inf 
188.06/188.11	c   188s| 79300 |   201 |  1246k|  15.7 |  10M|  52 |  21 | 231 |  10k| 231 |2453 |  17 |  45k|5157 | 0.000000e+00 |      --      |    Inf 
188.25/188.36	c   188s| 79400 |   201 |  1248k|  15.7 |  10M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  46k|5167 | 0.000000e+00 |      --      |    Inf 
188.55/188.61	c   189s| 79500 |   201 |  1249k|  15.7 |  10M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  46k|5173 | 0.000000e+00 |      --      |    Inf 
188.75/188.88	c   189s| 79600 |   202 |  1251k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5184 | 0.000000e+00 |      --      |    Inf 
189.06/189.16	c   189s| 79700 |   204 |  1253k|  15.7 |  10M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  46k|5194 | 0.000000e+00 |      --      |    Inf 
189.35/189.48	c   189s| 79800 |   203 |  1256k|  15.7 |  11M|  52 |  46 | 231 |  10k| 231 |2453 |  17 |  46k|5204 | 0.000000e+00 |      --      |    Inf 
189.66/189.71	c   190s| 79900 |   203 |  1257k|  15.7 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5208 | 0.000000e+00 |      --      |    Inf 
189.85/189.99	c   190s| 80000 |   207 |  1259k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5214 | 0.000000e+00 |      --      |    Inf 
190.05/190.19	c   190s| 80100 |   209 |  1261k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5215 | 0.000000e+00 |      --      |    Inf 
190.35/190.41	c   190s| 80200 |   213 |  1262k|  15.7 |  10M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  46k|5218 | 0.000000e+00 |      --      |    Inf 
190.55/190.64	c   191s| 80300 |   215 |  1264k|  15.7 |  10M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  46k|5220 | 0.000000e+00 |      --      |    Inf 
190.75/190.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.75/190.87	c   191s| 80400 |   213 |  1266k|  15.7 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5223 | 0.000000e+00 |      --      |    Inf 
190.96/191.09	c   191s| 80500 |   211 |  1268k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5224 | 0.000000e+00 |      --      |    Inf 
191.26/191.33	c   191s| 80600 |   207 |  1269k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5224 | 0.000000e+00 |      --      |    Inf 
191.45/191.55	c   192s| 80700 |   209 |  1271k|  15.8 |  11M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  46k|5224 | 0.000000e+00 |      --      |    Inf 
191.65/191.77	c   192s| 80800 |   205 |  1273k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5224 | 0.000000e+00 |      --      |    Inf 
191.96/192.03	c   192s| 80900 |   209 |  1275k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5225 | 0.000000e+00 |      --      |    Inf 
192.15/192.29	c   192s| 81000 |   209 |  1277k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5225 | 0.000000e+00 |      --      |    Inf 
192.46/192.53	c   193s| 81100 |   207 |  1279k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5225 | 0.000000e+00 |      --      |    Inf 
192.66/192.73	c   193s| 81200 |   208 |  1281k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  46k|5225 | 0.000000e+00 |      --      |    Inf 
192.85/192.95	c   193s| 81300 |   210 |  1282k|  15.8 |  10M|  52 |  48 | 231 |  10k| 231 |2453 |  17 |  46k|5225 | 0.000000e+00 |      --      |    Inf 
193.05/193.18	c   193s| 81400 |   208 |  1284k|  15.8 |  10M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
193.35/193.40	c   193s| 81500 |   210 |  1285k|  15.8 |  10M|  52 |  30 | 231 |9914 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
193.46/193.60	c   194s| 81600 |   212 |  1287k|  15.8 |  10M|  52 |  34 | 231 |9831 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
193.65/193.79	c   194s| 81700 |   219 |  1288k|  15.8 |  10M|  52 |  29 | 231 |9815 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
193.85/193.98	c   194s| 81800 |   217 |  1290k|  15.8 |  10M|  52 |  37 | 231 |9830 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
194.05/194.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.05/194.16	c   194s| 81900 |   215 |  1291k|  15.8 |  10M|  52 |  27 | 231 |9869 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
194.25/194.34	c   194s| 82000 |   218 |  1292k|  15.8 |  10M|  52 |  21 | 231 |9892 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
194.45/194.53	c   195s| 82100 |   216 |  1294k|  15.8 |  10M|  52 |  33 | 231 |9947 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
194.66/194.72	c   195s| 82200 |   219 |  1295k|  15.8 |  10M|  52 |  17 | 231 |9944 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
194.85/194.92	c   195s| 82300 |   221 |  1296k|  15.8 |  10M|  52 |   - | 231 |9966 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
195.05/195.15	c   195s| 82400 |   226 |  1298k|  15.8 |  10M|  52 |  36 | 231 |9964 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
195.25/195.37	c   195s| 82500 |   221 |  1300k|  15.8 |  10M|  52 |   - | 231 |9997 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
195.45/195.58	c   196s| 82600 |   221 |  1301k|  15.8 |  10M|  52 |   - | 231 |9978 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
195.65/195.80	c   196s| 82700 |   223 |  1303k|  15.8 |  10M|  52 |  23 | 231 |9981 | 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
195.96/196.01	c   196s| 82800 |   221 |  1305k|  15.8 |  10M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
196.15/196.23	c   196s| 82900 |   222 |  1306k|  15.8 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
196.35/196.47	c   196s| 83000 |   226 |  1308k|  15.8 |  10M|  52 |  18 | 231 |  10k| 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
196.56/196.69	c   197s| 83100 |   232 |  1310k|  15.8 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  47k|5225 | 0.000000e+00 |      --      |    Inf 
196.86/196.91	c   197s| 83200 |   235 |  1311k|  15.8 |  11M|  52 |  43 | 231 |  10k| 231 |2453 |  17 |  48k|5231 | 0.000000e+00 |      --      |    Inf 
197.05/197.16	c   197s| 83300 |   242 |  1313k|  15.8 |  11M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  48k|5237 | 0.000000e+00 |      --      |    Inf 
197.35/197.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.35/197.40	c   197s| 83400 |   241 |  1315k|  15.8 |  11M|  52 |  43 | 231 |  10k| 231 |2453 |  17 |  48k|5247 | 0.000000e+00 |      --      |    Inf 
197.55/197.64	c   198s| 83500 |   241 |  1316k|  15.8 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  48k|5257 | 0.000000e+00 |      --      |    Inf 
197.76/197.86	c   198s| 83600 |   241 |  1318k|  15.8 |  11M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  48k|5257 | 0.000000e+00 |      --      |    Inf 
198.05/198.14	c   198s| 83700 |   234 |  1320k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5265 | 0.000000e+00 |      --      |    Inf 
198.35/198.40	c   198s| 83800 |   234 |  1321k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5274 | 0.000000e+00 |      --      |    Inf 
198.56/198.64	c   199s| 83900 |   235 |  1323k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5280 | 0.000000e+00 |      --      |    Inf 
198.75/198.88	c   199s| 84000 |   234 |  1325k|  15.8 |  11M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  48k|5286 | 0.000000e+00 |      --      |    Inf 
199.05/199.16	c   199s| 84100 |   233 |  1327k|  15.8 |  11M|  52 |  42 | 231 |  10k| 231 |2453 |  17 |  48k|5294 | 0.000000e+00 |      --      |    Inf 
199.35/199.44	c   199s| 84200 |   232 |  1329k|  15.8 |  11M|  52 |  29 | 231 |  10k| 231 |2453 |  17 |  48k|5301 | 0.000000e+00 |      --      |    Inf 
199.65/199.70	c   200s| 84300 |   230 |  1331k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5310 | 0.000000e+00 |      --      |    Inf 
199.85/199.93	c   200s| 84400 |   237 |  1332k|  15.8 |  11M|  52 |  19 | 231 |  10k| 231 |2453 |  17 |  48k|5317 | 0.000000e+00 |      --      |    Inf 
200.06/200.12	c   200s| 84500 |   237 |  1333k|  15.8 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  48k|5322 | 0.000000e+00 |      --      |    Inf 
200.25/200.34	c   200s| 84600 |   237 |  1335k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  48k|5331 | 0.000000e+00 |      --      |    Inf 
200.45/200.57	c   201s| 84700 |   235 |  1336k|  15.8 |  11M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  48k|5340 | 0.000000e+00 |      --      |    Inf 
200.75/200.80	c   201s| 84800 |   235 |  1338k|  15.8 |  11M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  48k|5346 | 0.000000e+00 |      --      |    Inf 
200.95/201.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.95/201.04	c   201s| 84900 |   233 |  1340k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  48k|5357 | 0.000000e+00 |      --      |    Inf 
201.16/201.28	c   201s| 85000 |   235 |  1341k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5365 | 0.000000e+00 |      --      |    Inf 
201.35/201.46	c   201s| 85100 |   234 |  1342k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5370 | 0.000000e+00 |      --      |    Inf 
201.55/201.66	c   202s| 85200 |   236 |  1344k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5376 | 0.000000e+00 |      --      |    Inf 
201.75/201.84	c   202s| 85300 |   239 |  1345k|  15.8 |  11M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  49k|5382 | 0.000000e+00 |      --      |    Inf 
201.95/202.03	c   202s| 85400 |   237 |  1346k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  49k|5389 | 0.000000e+00 |      --      |    Inf 
202.15/202.25	c   202s| 85500 |   239 |  1347k|  15.8 |  11M|  52 |  27 | 231 |  10k| 231 |2453 |  17 |  49k|5399 | 0.000000e+00 |      --      |    Inf 
202.36/202.48	c   202s| 85600 |   236 |  1349k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5407 | 0.000000e+00 |      --      |    Inf 
202.65/202.72	c   203s| 85700 |   232 |  1351k|  15.8 |  11M|  52 |  26 | 231 |  11k| 231 |2453 |  17 |  49k|5416 | 0.000000e+00 |      --      |    Inf 
202.85/202.96	c   203s| 85800 |   230 |  1352k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5423 | 0.000000e+00 |      --      |    Inf 
203.15/203.22	c   203s| 85900 |   233 |  1354k|  15.8 |  11M|  52 |  32 | 231 |  11k| 231 |2453 |  17 |  49k|5432 | 0.000000e+00 |      --      |    Inf 
203.35/203.47	c   203s| 86000 |   241 |  1356k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5437 | 0.000000e+00 |      --      |    Inf 
203.55/203.69	c   204s| 86100 |   243 |  1357k|  15.8 |  11M|  52 |  38 | 231 |  11k| 231 |2453 |  17 |  49k|5445 | 0.000000e+00 |      --      |    Inf 
203.85/203.92	c   204s| 86200 |   245 |  1359k|  15.8 |  11M|  52 |  31 | 231 |  11k| 231 |2453 |  17 |  49k|5448 | 0.000000e+00 |      --      |    Inf 
204.05/204.15	c   204s| 86300 |   243 |  1360k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5455 | 0.000000e+00 |      --      |    Inf 
204.25/204.35	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.35	c   204s| 86400 |   242 |  1362k|  15.8 |  11M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  49k|5455 | 0.000000e+00 |      --      |    Inf 
204.46/204.58	c   205s| 86500 |   240 |  1364k|  15.8 |  11M|  52 |  36 | 231 |  11k| 231 |2453 |  17 |  49k|5455 | 0.000000e+00 |      --      |    Inf 
204.65/204.79	c   205s| 86600 |   240 |  1365k|  15.8 |  11M|  52 |  36 | 231 |  11k| 231 |2453 |  17 |  49k|5461 | 0.000000e+00 |      --      |    Inf 
204.95/205.03	c   205s| 86700 |   239 |  1367k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  49k|5462 | 0.000000e+00 |      --      |    Inf 
205.15/205.25	c   205s| 86800 |   239 |  1369k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5464 | 0.000000e+00 |      --      |    Inf 
205.35/205.48	c   205s| 86900 |   236 |  1371k|  15.8 |  11M|  52 |  39 | 231 |  11k| 231 |2453 |  17 |  50k|5464 | 0.000000e+00 |      --      |    Inf 
205.66/205.71	c   206s| 87000 |   236 |  1372k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5464 | 0.000000e+00 |      --      |    Inf 
205.85/205.93	c   206s| 87100 |   238 |  1374k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5464 | 0.000000e+00 |      --      |    Inf 
206.05/206.15	c   206s| 87200 |   238 |  1376k|  15.8 |  11M|  52 |  22 | 231 |  11k| 231 |2453 |  17 |  50k|5464 | 0.000000e+00 |      --      |    Inf 
206.35/206.40	c   206s| 87300 |   236 |  1378k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5466 | 0.000000e+00 |      --      |    Inf 
206.55/206.63	c   207s| 87400 |   235 |  1379k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5467 | 0.000000e+00 |      --      |    Inf 
206.76/206.86	c   207s| 87500 |   235 |  1381k|  15.8 |  11M|  52 |   - | 231 |  11k|   0 |   0 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
206.95/207.08	c   207s| 87600 |   231 |  1383k|  15.8 |  11M|  52 |  34 | 231 |  11k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
207.25/207.32	c   207s| 87700 |   227 |  1384k|  15.8 |  11M|  52 |   - | 231 |  11k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
207.45/207.56	c   208s| 87800 |   227 |  1386k|  15.8 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
207.65/207.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.65/207.77	c   208s| 87900 |   225 |  1388k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
207.86/207.98	c   208s| 88000 |   230 |  1389k|  15.8 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
208.05/208.19	c   208s| 88100 |   231 |  1391k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
208.25/208.39	c   208s| 88200 |   225 |  1392k|  15.8 |  11M|  52 |  24 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
208.55/208.61	c   209s| 88300 |   225 |  1394k|  15.8 |  11M|  52 |  27 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
208.75/208.83	c   209s| 88400 |   221 |  1396k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
208.96/209.04	c   209s| 88500 |   223 |  1397k|  15.8 |  11M|  52 |  44 | 231 |  10k| 231 |2453 |  17 |  50k|5468 | 0.000000e+00 |      --      |    Inf 
209.15/209.26	c   209s| 88600 |   221 |  1399k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
209.35/209.47	c   209s| 88700 |   221 |  1400k|  15.8 |  11M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
209.65/209.70	c   210s| 88800 |   221 |  1402k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
209.85/209.95	c   210s| 88900 |   226 |  1404k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
210.06/210.19	c   210s| 89000 |   228 |  1406k|  15.8 |  11M|  52 |  22 | 231 |9966 | 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
210.35/210.42	c   210s| 89100 |   227 |  1408k|  15.8 |  11M|  52 |   - | 231 |9924 | 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
210.55/210.63	c   211s| 89200 |   229 |  1410k|  15.8 |  11M|  52 |  34 | 231 |9931 | 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
210.75/210.85	c   211s| 89300 |   226 |  1411k|  15.8 |  11M|  52 |  44 | 231 |9944 | 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
210.95/211.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.95/211.06	c   211s| 89400 |   227 |  1413k|  15.8 |  11M|  52 |  36 | 231 |9964 | 231 |2453 |  17 |  51k|5468 | 0.000000e+00 |      --      |    Inf 
211.25/211.32	c   211s| 89500 |   227 |  1414k|  15.8 |  11M|  52 |  37 | 231 |9998 | 231 |2453 |  17 |  51k|5479 | 0.000000e+00 |      --      |    Inf 
211.45/211.57	c   212s| 89600 |   229 |  1416k|  15.8 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  51k|5484 | 0.000000e+00 |      --      |    Inf 
211.75/211.84	c   212s| 89700 |   224 |  1418k|  15.8 |  11M|  52 |   - | 231 |9972 | 231 |2453 |  17 |  51k|5499 | 0.000000e+00 |      --      |    Inf 
211.95/212.06	c   212s| 89800 |   228 |  1419k|  15.8 |  11M|  52 |   - | 231 |9911 | 231 |2453 |  17 |  51k|5499 | 0.000000e+00 |      --      |    Inf 
212.16/212.30	c   212s| 89900 |   232 |  1421k|  15.8 |  11M|  52 |  30 | 231 |9938 | 231 |2453 |  17 |  51k|5507 | 0.000000e+00 |      --      |    Inf 
212.45/212.55	c   213s| 90000 |   229 |  1423k|  15.8 |  11M|  52 |   - | 231 |9977 | 231 |2453 |  17 |  51k|5516 | 0.000000e+00 |      --      |    Inf 
212.75/212.82	c   213s| 90100 |   236 |  1424k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5529 | 0.000000e+00 |      --      |    Inf 
212.95/213.03	c   213s| 90200 |   233 |  1426k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  51k|5529 | 0.000000e+00 |      --      |    Inf 
213.15/213.28	c   213s| 90300 |   235 |  1428k|  15.8 |  11M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  51k|5536 | 0.000000e+00 |      --      |    Inf 
213.45/213.53	c   214s| 90400 |   231 |  1429k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5545 | 0.000000e+00 |      --      |    Inf 
213.65/213.75	c   214s| 90500 |   231 |  1431k|  15.8 |  11M|  52 |  32 | 231 |9943 | 231 |2453 |  17 |  52k|5545 | 0.000000e+00 |      --      |    Inf 
213.95/214.00	c   214s| 90600 |   229 |  1432k|  15.8 |  11M|  52 |  32 | 231 |9934 | 231 |2453 |  17 |  52k|5557 | 0.000000e+00 |      --      |    Inf 
214.15/214.21	c   214s| 90700 |   227 |  1434k|  15.8 |  11M|  52 |   - | 231 |9974 | 231 |2453 |  17 |  52k|5562 | 0.000000e+00 |      --      |    Inf 
214.36/214.45	c   214s| 90800 |   228 |  1436k|  15.8 |  11M|  52 |  30 | 231 |9946 | 231 |2453 |  17 |  52k|5567 | 0.000000e+00 |      --      |    Inf 
214.55/214.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.55/214.66	c   215s| 90900 |   228 |  1437k|  15.8 |  11M|  52 |   - | 231 |9909 | 231 |2453 |  17 |  52k|5570 | 0.000000e+00 |      --      |    Inf 
214.75/214.88	c   215s| 91000 |   228 |  1438k|  15.8 |  11M|  52 |  41 | 231 |9956 | 231 |2453 |  17 |  52k|5576 | 0.000000e+00 |      --      |    Inf 
215.05/215.10	c   215s| 91100 |   230 |  1440k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5583 | 0.000000e+00 |      --      |    Inf 
215.25/215.35	c   215s| 91200 |   228 |  1441k|  15.8 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  52k|5594 | 0.000000e+00 |      --      |    Inf 
215.46/215.60	c   216s| 91300 |   228 |  1443k|  15.8 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  52k|5600 | 0.000000e+00 |      --      |    Inf 
215.75/215.84	c   216s| 91400 |   226 |  1445k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  52k|5607 | 0.000000e+00 |      --      |    Inf 
215.95/216.04	c   216s| 91500 |   226 |  1446k|  15.8 |  11M|  52 |   - | 231 |9968 | 231 |2453 |  17 |  52k|5612 | 0.000000e+00 |      --      |    Inf 
216.15/216.27	c   216s| 91600 |   226 |  1447k|  15.8 |  11M|  52 |   - | 231 |9906 | 231 |2453 |  17 |  52k|5619 | 0.000000e+00 |      --      |    Inf 
216.45/216.50	c   217s| 91700 |   227 |  1449k|  15.8 |  11M|  52 |   - | 231 |9873 | 231 |2453 |  17 |  52k|5626 | 0.000000e+00 |      --      |    Inf 
216.66/216.74	c   217s| 91800 |   226 |  1450k|  15.8 |  11M|  52 |   - | 231 |9907 | 231 |2453 |  17 |  52k|5632 | 0.000000e+00 |      --      |    Inf 
216.85/216.97	c   217s| 91900 |   228 |  1452k|  15.8 |  11M|  52 |  33 | 231 |9950 | 231 |2453 |  17 |  52k|5641 | 0.000000e+00 |      --      |    Inf 
217.15/217.20	c   217s| 92000 |   228 |  1454k|  15.8 |  11M|  52 |  33 | 231 |9985 | 231 |2453 |  17 |  52k|5647 | 0.000000e+00 |      --      |    Inf 
217.35/217.46	c   217s| 92100 |   228 |  1455k|  15.8 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  53k|5655 | 0.000000e+00 |      --      |    Inf 
217.65/217.71	c   218s| 92200 |   233 |  1457k|  15.8 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  53k|5661 | 0.000000e+00 |      --      |    Inf 
217.85/217.94	c   218s| 92300 |   228 |  1459k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5663 | 0.000000e+00 |      --      |    Inf 
218.05/218.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.05/218.16	c   218s| 92400 |   233 |  1461k|  15.8 |  11M|  52 |  27 | 231 |  10k| 231 |2453 |  17 |  53k|5665 | 0.000000e+00 |      --      |    Inf 
218.25/218.37	c   218s| 92500 |   233 |  1462k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
218.44/218.57	c   219s| 92600 |   231 |  1464k|  15.8 |  11M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
218.65/218.79	c   219s| 92700 |   231 |  1465k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
218.85/218.99	c   219s| 92800 |   232 |  1467k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
219.15/219.21	c   219s| 92900 |   230 |  1469k|  15.8 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
219.35/219.42	c   219s| 93000 |   229 |  1470k|  15.8 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  53k|5666 | 0.000000e+00 |      --      |    Inf 
219.55/219.62	c   220s| 93100 |   228 |  1472k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
219.75/219.86	c   220s| 93200 |   226 |  1474k|  15.8 |  11M|  52 |  42 | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
219.96/220.08	c   220s| 93300 |   226 |  1475k|  15.8 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
220.25/220.32	c   220s| 93400 |   230 |  1477k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
220.45/220.55	c   221s| 93500 |   232 |  1479k|  15.8 |  11M|  52 |  42 | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
220.65/220.73	c   221s| 93600 |   235 |  1480k|  15.8 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
220.85/220.94	c   221s| 93700 |   231 |  1482k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
221.05/221.17	c   221s| 93800 |   231 |  1484k|  15.8 |  11M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  53k|5667 | 0.000000e+00 |      --      |    Inf 
221.34/221.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.34/221.41	c   221s| 93900 |   229 |  1486k|  15.8 |  11M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
221.55/221.66	c   222s| 94000 |   230 |  1488k|  15.8 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
221.84/221.91	c   222s| 94100 |   234 |  1490k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
222.06/222.14	c   222s| 94200 |   231 |  1492k|  15.8 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
222.25/222.37	c   222s| 94300 |   231 |  1493k|  15.8 |  11M|  52 |  16 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
222.45/222.58	c   223s| 94400 |   232 |  1495k|  15.8 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
222.65/222.78	c   223s| 94500 |   230 |  1496k|  15.8 |  11M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
222.95/223.00	c   223s| 94600 |   230 |  1498k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
223.15/223.22	c   223s| 94700 |   228 |  1499k|  15.8 |  11M|  52 |  30 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
223.35/223.41	c   223s| 94800 |   226 |  1501k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
223.55/223.65	c   224s| 94900 |   226 |  1503k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
223.75/223.87	c   224s| 95000 |   224 |  1504k|  15.8 |  11M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  54k|5667 | 0.000000e+00 |      --      |    Inf 
224.04/224.13	c   224s| 95100 |   225 |  1506k|  15.8 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  54k|5668 | 0.000000e+00 |      --      |    Inf 
224.26/224.33	c   224s| 95200 |   224 |  1508k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5668 | 0.000000e+00 |      --      |    Inf 
224.45/224.53	c   225s| 95300 |   225 |  1509k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5668 | 0.000000e+00 |      --      |    Inf 
224.65/224.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.65/224.75	c   225s| 95400 |   221 |  1511k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5668 | 0.000000e+00 |      --      |    Inf 
224.85/224.98	c   225s| 95500 |   226 |  1512k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  54k|5673 | 0.000000e+00 |      --      |    Inf 
225.15/225.23	c   225s| 95600 |   224 |  1514k|  15.8 |  11M|  52 |  23 | 231 |  10k| 231 |2453 |  17 |  54k|5679 | 0.000000e+00 |      --      |    Inf 
225.35/225.48	c   225s| 95700 |   225 |  1516k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5688 | 0.000000e+00 |      --      |    Inf 
225.65/225.78	c   226s| 95800 |   227 |  1518k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5703 | 0.000000e+00 |      --      |    Inf 
225.94/226.00	c   226s| 95900 |   225 |  1519k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5703 | 0.000000e+00 |      --      |    Inf 
226.15/226.27	c   226s| 96000 |   225 |  1521k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5712 | 0.000000e+00 |      --      |    Inf 
226.45/226.52	c   227s| 96100 |   226 |  1522k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5723 | 0.000000e+00 |      --      |    Inf 
226.65/226.72	c   227s| 96200 |   226 |  1524k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  55k|5723 | 0.000000e+00 |      --      |    Inf 
226.85/226.91	c   227s| 96300 |   224 |  1525k|  15.8 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  55k|5723 | 0.000000e+00 |      --      |    Inf 
227.05/227.13	c   227s| 96400 |   222 |  1527k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5734 | 0.000000e+00 |      --      |    Inf 
227.25/227.37	c   227s| 96500 |   221 |  1528k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5743 | 0.000000e+00 |      --      |    Inf 
227.55/227.61	c   228s| 96600 |   223 |  1530k|  15.8 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  55k|5743 | 0.000000e+00 |      --      |    Inf 
227.74/227.84	c   228s| 96700 |   221 |  1531k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  55k|5748 | 0.000000e+00 |      --      |    Inf 
228.05/228.11	c   228s| 96800 |   222 |  1533k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5755 | 0.000000e+00 |      --      |    Inf 
228.25/228.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.25/228.37	c   228s| 96900 |   234 |  1535k|  15.8 |  11M|  52 |  31 | 231 |9946 | 231 |2453 |  17 |  55k|5762 | 0.000000e+00 |      --      |    Inf 
228.55/228.60	c   229s| 97000 |   232 |  1537k|  15.8 |  11M|  52 |   - | 231 |9931 |   0 |   0 |  17 |  55k|5768 | 0.000000e+00 |      --      |    Inf 
228.75/228.86	c   229s| 97100 |   228 |  1538k|  15.8 |  11M|  52 |   - | 231 |9983 | 231 |2453 |  17 |  55k|5777 | 0.000000e+00 |      --      |    Inf 
228.95/229.08	c   229s| 97200 |   232 |  1540k|  15.8 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  55k|5783 | 0.000000e+00 |      --      |    Inf 
229.25/229.30	c   229s| 97300 |   236 |  1542k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  55k|5789 | 0.000000e+00 |      --      |    Inf 
229.44/229.53	c   230s| 97400 |   237 |  1543k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  55k|5796 | 0.000000e+00 |      --      |    Inf 
229.64/229.76	c   230s| 97500 |   233 |  1545k|  15.8 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  56k|5802 | 0.000000e+00 |      --      |    Inf 
229.94/230.00	c   230s| 97600 |   231 |  1546k|  15.8 |  11M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  56k|5811 | 0.000000e+00 |      --      |    Inf 
230.14/230.26	c   230s| 97700 |   231 |  1548k|  15.9 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  56k|5819 | 0.000000e+00 |      --      |    Inf 
230.45/230.52	c   231s| 97800 |   231 |  1550k|  15.9 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  56k|5826 | 0.000000e+00 |      --      |    Inf 
230.64/230.76	c   231s| 97900 |   229 |  1552k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  56k|5833 | 0.000000e+00 |      --      |    Inf 
230.86/231.00	c   231s| 98000 |   228 |  1553k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  56k|5840 | 0.000000e+00 |      --      |    Inf 
231.14/231.22	c   231s| 98100 |   229 |  1555k|  15.9 |  11M|  52 |  47 | 231 |  10k| 231 |2453 |  17 |  56k|5845 | 0.000000e+00 |      --      |    Inf 
231.35/231.46	c   231s| 98200 |   229 |  1557k|  15.9 |  11M|  52 |  22 | 231 |  10k| 231 |2453 |  17 |  56k|5853 | 0.000000e+00 |      --      |    Inf 
231.64/231.71	c   232s| 98300 |   227 |  1558k|  15.9 |  11M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  56k|5861 | 0.000000e+00 |      --      |    Inf 
231.85/231.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.85/231.93	c   232s| 98400 |   228 |  1560k|  15.9 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  56k|5868 | 0.000000e+00 |      --      |    Inf 
232.05/232.18	c   232s| 98500 |   227 |  1561k|  15.9 |  11M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  56k|5876 | 0.000000e+00 |      --      |    Inf 
232.24/232.39	c   232s| 98600 |   228 |  1563k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  56k|5882 | 0.000000e+00 |      --      |    Inf 
232.55/232.61	c   233s| 98700 |   230 |  1564k|  15.9 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  56k|5890 | 0.000000e+00 |      --      |    Inf 
232.75/232.81	c   233s| 98800 |   229 |  1565k|  15.8 |  11M|  52 |  18 | 231 |  10k| 231 |2453 |  17 |  56k|5896 | 0.000000e+00 |      --      |    Inf 
232.95/233.02	c   233s| 98900 |   229 |  1567k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  56k|5902 | 0.000000e+00 |      --      |    Inf 
233.15/233.26	c   233s| 99000 |   229 |  1569k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  56k|5906 | 0.000000e+00 |      --      |    Inf 
233.35/233.48	c   233s| 99100 |   229 |  1570k|  15.8 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  56k|5907 | 0.000000e+00 |      --      |    Inf 
233.65/233.72	c   234s| 99200 |   229 |  1572k|  15.9 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  56k|5911 | 0.000000e+00 |      --      |    Inf 
233.84/233.94	c   234s| 99300 |   228 |  1574k|  15.9 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  57k|5917 | 0.000000e+00 |      --      |    Inf 
234.04/234.16	c   234s| 99400 |   226 |  1575k|  15.8 |  11M|  52 |  42 | 231 |  10k| 231 |2453 |  17 |  57k|5920 | 0.000000e+00 |      --      |    Inf 
234.25/234.38	c   234s| 99500 |   223 |  1577k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5921 | 0.000000e+00 |      --      |    Inf 
234.54/234.61	c   235s| 99600 |   223 |  1578k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5922 | 0.000000e+00 |      --      |    Inf 
234.74/234.81	c   235s| 99700 |   225 |  1580k|  15.8 |  11M|  52 |  24 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
234.94/235.02	c   235s| 99800 |   220 |  1581k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
235.15/235.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.15/235.23	c   235s| 99900 |   222 |  1583k|  15.8 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
235.35/235.44	c   235s|100000 |   221 |  1584k|  15.8 |  11M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
235.54/235.63	c   236s|100100 |   219 |  1586k|  15.8 |  11M|  52 |  44 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
235.75/235.85	c   236s|100200 |   217 |  1587k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
235.95/236.05	c   236s|100300 |   219 |  1589k|  15.8 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
236.15/236.29	c   236s|100400 |   217 |  1591k|  15.8 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
236.46/236.53	c   237s|100500 |   221 |  1592k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
236.65/236.73	c   237s|100600 |   223 |  1594k|  15.8 |  11M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
236.85/236.92	c   237s|100700 |   219 |  1595k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
237.04/237.12	c   237s|100800 |   221 |  1597k|  15.8 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
237.25/237.32	c   237s|100900 |   223 |  1598k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
237.45/237.54	c   238s|101000 |   222 |  1600k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
237.64/237.75	c   238s|101100 |   222 |  1601k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  57k|5924 | 0.000000e+00 |      --      |    Inf 
237.84/237.98	c   238s|101200 |   226 |  1603k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
238.05/238.19	c   238s|101300 |   226 |  1605k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
238.34/238.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.34/238.41	c   238s|101400 |   222 |  1606k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
238.55/238.63	c   239s|101500 |   218 |  1608k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
238.75/238.84	c   239s|101600 |   216 |  1609k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
238.95/239.06	c   239s|101700 |   215 |  1611k|  15.8 |  11M|  52 |  46 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
239.14/239.26	c   239s|101800 |   214 |  1612k|  15.8 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
239.34/239.47	c   239s|101900 |   212 |  1614k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
239.55/239.67	c   240s|102000 |   213 |  1615k|  15.8 |  11M|  52 |  33 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
239.75/239.88	c   240s|102100 |   213 |  1617k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
240.04/240.10	c   240s|102200 |   213 |  1619k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
240.25/240.32	c   240s|102300 |   217 |  1620k|  15.8 |  11M|  52 |  43 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
240.45/240.54	c   241s|102400 |   213 |  1622k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
240.64/240.75	c   241s|102500 |   213 |  1623k|  15.8 |  11M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
240.85/240.97	c   241s|102600 |   215 |  1625k|  15.8 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
241.05/241.18	c   241s|102700 |   217 |  1627k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  58k|5924 | 0.000000e+00 |      --      |    Inf 
241.34/241.45	c   241s|102800 |   219 |  1628k|  15.8 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  58k|5935 | 0.000000e+00 |      --      |    Inf 
241.64/241.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.64/241.72	c   242s|102900 |   219 |  1630k|  15.8 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  58k|5947 | 0.000000e+00 |      --      |    Inf 
241.85/241.93	c   242s|103000 |   219 |  1631k|  15.8 |  11M|  52 |  37 | 231 |  10k| 231 |2453 |  17 |  59k|5947 | 0.000000e+00 |      --      |    Inf 
242.15/242.23	c   242s|103100 |   221 |  1633k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  59k|5960 | 0.000000e+00 |      --      |    Inf 
242.34/242.47	c   242s|103200 |   221 |  1635k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  59k|5960 | 0.000000e+00 |      --      |    Inf 
242.64/242.73	c   243s|103300 |   222 |  1637k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  59k|5968 | 0.000000e+00 |      --      |    Inf 
242.85/242.92	c   243s|103400 |   221 |  1638k|  15.8 |  11M|  52 |  28 | 231 |  10k| 231 |2453 |  17 |  59k|5973 | 0.000000e+00 |      --      |    Inf 
243.05/243.13	c   243s|103500 |   222 |  1639k|  15.8 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  59k|5973 | 0.000000e+00 |      --      |    Inf 
243.24/243.35	c   243s|103600 |   224 |  1641k|  15.8 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  59k|5979 | 0.000000e+00 |      --      |    Inf 
243.55/243.60	c   244s|103700 |   226 |  1643k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  59k|5989 | 0.000000e+00 |      --      |    Inf 
243.75/243.83	c   244s|103800 |   226 |  1644k|  15.8 |  11M|  52 |  38 | 231 |9973 | 231 |2453 |  17 |  59k|5995 | 0.000000e+00 |      --      |    Inf 
243.95/244.10	c   244s|103900 |   219 |  1646k|  15.8 |  11M|  52 |   - | 231 |9926 | 231 |2453 |  17 |  59k|6007 | 0.000000e+00 |      --      |    Inf 
244.24/244.31	c   244s|104000 |   222 |  1647k|  15.8 |  11M|  52 |  29 | 231 |9899 | 231 |2453 |  17 |  59k|6010 | 0.000000e+00 |      --      |    Inf 
244.44/244.52	c   245s|104100 |   221 |  1649k|  15.8 |  11M|  52 |   - | 231 |9893 | 231 |2453 |  17 |  59k|6017 | 0.000000e+00 |      --      |    Inf 
244.65/244.75	c   245s|104200 |   222 |  1650k|  15.8 |  11M|  52 |   - | 231 |9894 | 231 |2453 |  17 |  59k|6023 | 0.000000e+00 |      --      |    Inf 
244.85/244.95	c   245s|104300 |   223 |  1652k|  15.8 |  11M|  52 |  37 | 231 |9933 | 231 |2453 |  17 |  59k|6026 | 0.000000e+00 |      --      |    Inf 
245.05/245.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.05/245.16	c   245s|104400 |   221 |  1653k|  15.8 |  11M|  52 |   - | 231 |9937 | 231 |2453 |  17 |  59k|6032 | 0.000000e+00 |      --      |    Inf 
245.25/245.39	c   245s|104500 |   219 |  1654k|  15.8 |  11M|  52 |   - | 231 |9920 | 231 |2453 |  17 |  59k|6042 | 0.000000e+00 |      --      |    Inf 
245.55/245.66	c   246s|104600 |   221 |  1656k|  15.8 |  11M|  52 |  34 | 231 |9933 | 231 |2453 |  17 |  59k|6052 | 0.000000e+00 |      --      |    Inf 
245.75/245.86	c   246s|104700 |   223 |  1658k|  15.8 |  11M|  52 |  20 | 231 |9958 | 231 |2453 |  17 |  59k|6052 | 0.000000e+00 |      --      |    Inf 
245.95/246.08	c   246s|104800 |   220 |  1659k|  15.8 |  11M|  52 |   - | 231 |9985 | 231 |2453 |  17 |  60k|6056 | 0.000000e+00 |      --      |    Inf 
246.14/246.29	c   246s|104900 |   218 |  1661k|  15.8 |  11M|  52 |  44 | 231 |  10k| 231 |2453 |  17 |  60k|6061 | 0.000000e+00 |      --      |    Inf 
246.45/246.53	c   247s|105000 |   218 |  1662k|  15.8 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  60k|6068 | 0.000000e+00 |      --      |    Inf 
246.65/246.75	c   247s|105100 |   216 |  1663k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  60k|6074 | 0.000000e+00 |      --      |    Inf 
246.85/246.99	c   247s|105200 |   212 |  1665k|  15.8 |  11M|  52 |   - | 231 |9945 | 231 |2453 |  17 |  60k|6082 | 0.000000e+00 |      --      |    Inf 
247.14/247.21	c   247s|105300 |   218 |  1667k|  15.8 |  11M|  52 |   - | 231 |9827 |   0 |   0 |  17 |  60k|6086 | 0.000000e+00 |      --      |    Inf 
247.35/247.41	c   247s|105400 |   215 |  1668k|  15.8 |  11M|  52 |   - | 231 |9846 | 231 |2453 |  17 |  60k|6092 | 0.000000e+00 |      --      |    Inf 
247.54/247.62	c   248s|105500 |   216 |  1669k|  15.8 |  11M|  52 |   - | 231 |9883 | 231 |2453 |  17 |  60k|6099 | 0.000000e+00 |      --      |    Inf 
247.75/247.86	c   248s|105600 |   214 |  1671k|  15.8 |  11M|  52 |  44 | 231 |9871 | 231 |2453 |  17 |  60k|6105 | 0.000000e+00 |      --      |    Inf 
248.05/248.10	c   248s|105700 |   215 |  1672k|  15.8 |  11M|  52 |   - | 231 |9821 | 231 |2453 |  17 |  60k|6110 | 0.000000e+00 |      --      |    Inf 
248.24/248.37	c   248s|105800 |   219 |  1674k|  15.8 |  11M|  52 |  33 | 231 |9816 | 231 |2453 |  17 |  60k|6118 | 0.000000e+00 |      --      |    Inf 
248.55/248.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.55/248.63	c   249s|105900 |   219 |  1676k|  15.8 |  11M|  52 |   - | 231 |9836 | 231 |2453 |  17 |  60k|6126 | 0.000000e+00 |      --      |    Inf 
248.74/248.89	c   249s|106000 |   225 |  1678k|  15.8 |  11M|  52 |  25 | 231 |9845 | 231 |2453 |  17 |  60k|6133 | 0.000000e+00 |      --      |    Inf 
249.04/249.13	c   249s|106100 |   235 |  1679k|  15.8 |  11M|  52 |  33 | 231 |9878 | 231 |2453 |  17 |  60k|6138 | 0.000000e+00 |      --      |    Inf 
249.25/249.34	c   249s|106200 |   239 |  1681k|  15.8 |  11M|  52 |  32 | 231 |9900 | 231 |2453 |  17 |  60k|6140 | 0.000000e+00 |      --      |    Inf 
249.45/249.55	c   250s|106300 |   231 |  1683k|  15.8 |  11M|  52 |   - | 231 |9947 | 231 |2453 |  17 |  60k|6140 | 0.000000e+00 |      --      |    Inf 
249.65/249.79	c   250s|106400 |   229 |  1685k|  15.8 |  11M|  52 |   - | 231 |9999 | 231 |2453 |  17 |  60k|6140 | 0.000000e+00 |      --      |    Inf 
249.94/250.01	c   250s|106500 |   227 |  1686k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
250.15/250.24	c   250s|106600 |   229 |  1688k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
250.34/250.47	c   250s|106700 |   228 |  1690k|  15.8 |  11M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
250.55/250.69	c   251s|106800 |   226 |  1692k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
250.84/250.93	c   251s|106900 |   226 |  1694k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
251.04/251.15	c   251s|107000 |   229 |  1695k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6140 | 0.000000e+00 |      --      |    Inf 
251.25/251.37	c   251s|107100 |   229 |  1697k|  15.8 |  11M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  61k|6141 | 0.000000e+00 |      --      |    Inf 
251.54/251.60	c   252s|107200 |   224 |  1699k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6141 | 0.000000e+00 |      --      |    Inf 
251.75/251.81	c   252s|107300 |   229 |  1700k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6143 | 0.000000e+00 |      --      |    Inf 
251.85/251.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.85/251.99	c   252s|107400 |   225 |  1702k|  15.8 |  11M|  52 |  32 | 231 |  10k| 231 |2453 |  17 |  61k|6143 | 0.000000e+00 |      --      |    Inf 
252.14/252.26	c   252s|107500 |   223 |  1704k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6143 | 0.000000e+00 |      --      |    Inf 
252.35/252.47	c   252s|107600 |   220 |  1705k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6143 | 0.000000e+00 |      --      |    Inf 
252.55/252.64	c   253s|107700 |   221 |  1706k|  15.8 |  11M|  52 |  40 | 231 |  10k| 231 |2453 |  17 |  61k|6145 | 0.000000e+00 |      --      |    Inf 
252.75/252.86	c   253s|107800 |   217 |  1708k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6145 | 0.000000e+00 |      --      |    Inf 
252.95/253.09	c   253s|107900 |   219 |  1710k|  15.8 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  61k|6146 | 0.000000e+00 |      --      |    Inf 
253.24/253.30	c   253s|108000 |   217 |  1711k|  15.8 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  61k|6146 | 0.000000e+00 |      --      |    Inf 
253.44/253.53	c   254s|108100 |   217 |  1713k|  15.8 |  11M|  52 |  22 | 231 |  10k| 231 |2453 |  17 |  61k|6146 | 0.000000e+00 |      --      |    Inf 
253.65/253.77	c   254s|108200 |   215 |  1715k|  15.9 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  62k|6147 | 0.000000e+00 |      --      |    Inf 
253.85/253.96	c   254s|108300 |   214 |  1716k|  15.9 |  11M|  52 |  18 | 231 |  10k| 231 |2453 |  17 |  62k|6148 | 0.000000e+00 |      --      |    Inf 
254.05/254.18	c   254s|108400 |   217 |  1718k|  15.9 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  62k|6148 | 0.000000e+00 |      --      |    Inf 
254.34/254.42	c   254s|108500 |   213 |  1720k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  62k|6149 | 0.000000e+00 |      --      |    Inf 
254.55/254.66	c   255s|108600 |   209 |  1721k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  62k|6151 | 0.000000e+00 |      --      |    Inf 
254.74/254.86	c   255s|108700 |   207 |  1723k|  15.9 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  62k|6151 | 0.000000e+00 |      --      |    Inf 
254.94/255.09	c   255s|108800 |   209 |  1725k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  62k|6151 | 0.000000e+00 |      --      |    Inf 
255.25/255.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.25/255.33	c   255s|108900 |   209 |  1727k|  15.9 |  11M|  52 |  35 | 231 |  10k| 231 |2453 |  17 |  62k|6152 | 0.000000e+00 |      --      |    Inf 
255.44/255.56	c   256s|109000 |   203 |  1728k|  15.9 |  11M|  52 |  45 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
255.74/255.81	c   256s|109100 |   204 |  1730k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
255.94/256.05	c   256s|109200 |   204 |  1732k|  15.9 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
256.15/256.26	c   256s|109300 |   202 |  1734k|  15.9 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
256.44/256.50	c   257s|109400 |   200 |  1735k|  15.9 |  11M|  52 |  29 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
256.64/256.72	c   257s|109500 |   198 |  1737k|  15.9 |  11M|  52 |  23 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
256.85/256.91	c   257s|109600 |   198 |  1738k|  15.9 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
257.04/257.13	c   257s|109700 |   196 |  1740k|  15.9 |  11M|  52 |  34 | 231 |  10k| 231 |2453 |  17 |  62k|6153 | 0.000000e+00 |      --      |    Inf 
257.25/257.39	c   257s|109800 |   195 |  1742k|  15.9 |  11M|  52 |  39 | 231 |  10k| 231 |2453 |  17 |  62k|6163 | 0.000000e+00 |      --      |    Inf 
257.44/257.57	c   258s|109900 |   196 |  1743k|  15.9 |  11M|  52 |  18 | 231 |  10k| 231 |2453 |  17 |  63k|6164 | 0.000000e+00 |      --      |    Inf 
257.65/257.79	c   258s|110000 |   194 |  1744k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6175 | 0.000000e+00 |      --      |    Inf 
257.94/258.02	c   258s|110100 |   195 |  1746k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6181 | 0.000000e+00 |      --      |    Inf 
258.14/258.26	c   258s|110200 |   190 |  1747k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6191 | 0.000000e+00 |      --      |    Inf 
258.34/258.45	c   258s|110300 |   194 |  1749k|  15.9 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  63k|6191 | 0.000000e+00 |      --      |    Inf 
258.55/258.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.55/258.63	c   259s|110400 |   196 |  1750k|  15.9 |  11M|  52 |   - | 231 |  10k|   0 |   0 |  17 |  63k|6191 | 0.000000e+00 |      --      |    Inf 
258.75/258.83	c   259s|110500 |   195 |  1751k|  15.9 |  11M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  63k|6196 | 0.000000e+00 |      --      |    Inf 
258.94/259.07	c   259s|110600 |   194 |  1753k|  15.9 |  11M|  52 |  36 | 231 |  10k| 231 |2453 |  17 |  63k|6204 | 0.000000e+00 |      --      |    Inf 
259.24/259.31	c   259s|110700 |   196 |  1755k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6212 | 0.000000e+00 |      --      |    Inf 
259.45/259.52	c   260s|110800 |   192 |  1756k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6214 | 0.000000e+00 |      --      |    Inf 
259.64/259.77	c   260s|110900 |   192 |  1758k|  15.9 |  11M|  52 |  20 | 231 |  10k| 231 |2453 |  17 |  63k|6224 | 0.000000e+00 |      --      |    Inf 
259.94/260.01	c   260s|111000 |   191 |  1759k|  15.9 |  11M|  52 |  38 | 231 |  10k| 231 |2453 |  17 |  63k|6235 | 0.000000e+00 |      --      |    Inf 
260.14/260.28	c   260s|111100 |   189 |  1761k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6242 | 0.000000e+00 |      --      |    Inf 
260.44/260.54	c   261s|111200 |   193 |  1763k|  15.9 |  11M|  52 |  27 | 231 |  10k| 231 |2453 |  17 |  63k|6250 | 0.000000e+00 |      --      |    Inf 
260.74/260.81	c   261s|111300 |   189 |  1765k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  63k|6258 | 0.000000e+00 |      --      |    Inf 
260.94/261.03	c   261s|111400 |   190 |  1766k|  15.9 |  11M|  52 |  31 | 231 |  10k| 231 |2453 |  17 |  63k|6258 | 0.000000e+00 |      --      |    Inf 
261.15/261.27	c   261s|111500 |   191 |  1768k|  15.9 |  11M|  52 |  25 | 231 |  10k| 231 |2453 |  17 |  63k|6264 | 0.000000e+00 |      --      |    Inf 
261.44/261.54	c   262s|111600 |   188 |  1770k|  15.9 |  11M|  52 |  41 | 231 |  10k| 231 |2453 |  17 |  63k|6278 | 0.000000e+00 |      --      |    Inf 
261.64/261.77	c   262s|111700 |   190 |  1771k|  15.9 |  11M|  52 |  26 | 231 |  10k| 231 |2453 |  17 |  64k|6278 | 0.000000e+00 |      --      |    Inf 
261.94/262.02	c   262s|111800 |   186 |  1773k|  15.9 |  11M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  64k|6282 | 0.000000e+00 |      --      |    Inf 
262.24/262.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.24/262.31	c   262s|111900 |   183 |  1775k|  15.9 |  10M|  52 |   - | 231 |  10k| 231 |2453 |  17 |  64k|6290 | 0.000000e+00 |      --      |    Inf 
262.44/262.51	c   263s|112000 |   183 |  1776k|  15.9 |  10M|  52 |   - | 231 |9997 |   0 |   0 |  17 |  64k|6294 | 0.000000e+00 |      --      |    Inf 
262.65/262.76	c   263s|112100 |   183 |  1778k|  15.9 |  10M|  52 |   - | 231 |9936 | 231 |2453 |  17 |  64k|6301 | 0.000000e+00 |      --      |    Inf 
262.94/263.01	c   263s|112200 |   183 |  1780k|  15.9 |  10M|  52 |  36 | 231 |9888 | 231 |2453 |  17 |  64k|6309 | 0.000000e+00 |      --      |    Inf 
263.14/263.23	c   263s|112300 |   184 |  1781k|  15.9 |  10M|  52 |  29 | 231 |9855 | 231 |2453 |  17 |  64k|6312 | 0.000000e+00 |      --      |    Inf 
263.34/263.43	c   263s|112400 |   182 |  1782k|  15.9 |  10M|  52 |   - | 231 |9867 | 231 |2453 |  17 |  64k|6319 | 0.000000e+00 |      --      |    Inf 
263.55/263.66	c   264s|112500 |   181 |  1784k|  15.9 |  10M|  52 |   - | 231 |9842 | 231 |2453 |  17 |  64k|6324 | 0.000000e+00 |      --      |    Inf 
263.74/263.89	c   264s|112600 |   179 |  1786k|  15.9 |  10M|  52 |   - | 231 |9840 | 231 |2453 |  17 |  64k|6328 | 0.000000e+00 |      --      |    Inf 
264.04/264.11	c   264s|112700 |   179 |  1787k|  15.9 |  10M|  52 |   - | 231 |9820 | 231 |2453 |  17 |  64k|6334 | 0.000000e+00 |      --      |    Inf 
264.24/264.35	c   264s|112800 |   175 |  1789k|  15.9 |  10M|  52 |   - | 231 |9759 | 231 |2453 |  17 |  64k|6342 | 0.000000e+00 |      --      |    Inf 
264.44/264.57	c   265s|112900 |   178 |  1790k|  15.9 |  10M|  52 |   - | 231 |9766 | 231 |2453 |  17 |  64k|6344 | 0.000000e+00 |      --      |    Inf 
264.65/264.78	c   265s|113000 |   178 |  1792k|  15.9 |  10M|  52 |  47 | 231 |9809 | 231 |2453 |  17 |  64k|6347 | 0.000000e+00 |      --      |    Inf 
264.84/264.99	c   265s|113100 |   175 |  1793k|  15.9 |  10M|  52 |  23 | 231 |9818 | 231 |2453 |  17 |  64k|6350 | 0.000000e+00 |      --      |    Inf 
265.14/265.22	c   265s|113200 |   170 |  1795k|  15.9 |  10M|  52 |   - | 231 |9825 | 231 |2453 |  17 |  64k|6351 | 0.000000e+00 |      --      |    Inf 
265.35/265.41	c   265s|113300 |   174 |  1796k|  15.9 |  10M|  52 |   - | 231 |9806 | 231 |2453 |  17 |  64k|6351 | 0.000000e+00 |      --      |    Inf 
265.54/265.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.54/265.61	c   266s|113400 |   172 |  1798k|  15.9 |  10M|  52 |   - | 231 |9792 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
265.74/265.82	c   266s|113500 |   172 |  1799k|  15.9 |  10M|  52 |   - | 231 |9736 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
265.94/266.03	c   266s|113600 |   174 |  1801k|  15.9 |  10M|  52 |   - | 231 |9672 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
266.14/266.22	c   266s|113700 |   174 |  1802k|  15.9 |  10M|  52 |   - | 231 |9697 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
266.34/266.42	c   266s|113800 |   175 |  1804k|  15.9 |  10M|  52 |  43 | 231 |9746 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
266.54/266.64	c   267s|113900 |   173 |  1805k|  15.9 |  10M|  52 |  40 | 231 |9799 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
266.74/266.89	c   267s|114000 |   170 |  1807k|  15.9 |  10M|  52 |   - | 231 |9748 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
267.04/267.10	c   267s|114100 |   172 |  1809k|  15.9 |  10M|  52 |  43 | 231 |9660 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
267.25/267.31	c   267s|114200 |   170 |  1810k|  15.9 |  10M|  52 |   - | 231 |9667 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
267.45/267.50	c   267s|114300 |   172 |  1812k|  15.9 |  10M|  52 |   - | 231 |9653 |   0 |   0 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
267.64/267.72	c   268s|114400 |   170 |  1813k|  15.9 |  10M|  52 |   - | 231 |9679 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
267.85/267.94	c   268s|114500 |   170 |  1815k|  15.9 |  10M|  52 |  40 | 231 |9692 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
268.04/268.16	c   268s|114600 |   171 |  1817k|  15.9 |  10M|  52 |  41 | 231 |9614 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
268.25/268.40	c   268s|114700 |   171 |  1819k|  15.9 |  10M|  52 |   - | 231 |9603 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
268.55/268.63	c   269s|114800 |   171 |  1821k|  15.9 |  10M|  52 |   - | 231 |9562 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
268.74/268.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.74/268.83	c   269s|114900 |   175 |  1822k|  15.9 |  10M|  52 |   - | 231 |9526 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
268.94/269.02	c   269s|115000 |   173 |  1823k|  15.9 |  10M|  52 |   - | 231 |9521 | 231 |2453 |  17 |  65k|6351 | 0.000000e+00 |      --      |    Inf 
269.14/269.22	c   269s|115100 |   171 |  1825k|  15.9 |  10M|  52 |   - | 231 |9497 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
269.35/269.42	c   269s|115200 |   173 |  1826k|  15.9 |  10M|  52 |  24 | 231 |9525 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
269.54/269.61	c   270s|115300 |   174 |  1828k|  15.9 |  10M|  52 |  29 | 231 |9542 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
269.74/269.80	c   270s|115400 |   173 |  1829k|  15.9 |  10M|  52 |   - | 231 |9548 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
269.94/270.00	c   270s|115500 |   171 |  1831k|  15.9 |  10M|  52 |   - | 231 |9558 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
270.04/270.19	c   270s|115600 |   171 |  1832k|  15.9 |  10M|  52 |   - | 231 |9565 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
270.34/270.42	c   270s|115700 |   171 |  1834k|  15.9 |  10M|  52 |   - | 231 |9571 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
270.55/270.64	c   271s|115800 |   171 |  1836k|  15.9 |  10M|  52 |   - | 231 |9576 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
270.74/270.87	c   271s|115900 |   171 |  1838k|  15.9 |  10M|  52 |  17 | 231 |9502 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
271.04/271.10	c   271s|116000 |   167 |  1839k|  15.9 |  10M|  52 |   - | 231 |9497 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
271.14/271.28	c   271s|116100 |   165 |  1841k|  15.9 |  10M|  52 |   - | 231 |9531 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
271.44/271.50	c   272s|116200 |   167 |  1842k|  15.9 |  10M|  52 |  37 | 231 |9542 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
271.64/271.70	c   272s|116300 |   165 |  1844k|  15.9 |  10M|  55 |  33 | 231 |9547 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
271.84/271.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.84/271.90	c   272s|116400 |   165 |  1845k|  15.9 |  10M|  55 |  36 | 231 |9554 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
272.04/272.10	c   272s|116500 |   165 |  1847k|  15.9 |  10M|  55 |   - | 231 |9561 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
272.24/272.30	c   272s|116600 |   166 |  1848k|  15.9 |  10M|  55 |  19 | 231 |9586 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
272.44/272.51	c   273s|116700 |   164 |  1850k|  15.9 |  10M|  55 |  33 | 231 |9616 | 231 |2453 |  17 |  66k|6351 | 0.000000e+00 |      --      |    Inf 
272.65/272.73	c   273s|116800 |   162 |  1851k|  15.9 |  10M|  55 |   - | 231 |9680 | 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
272.85/272.90	c   273s|116900 |   164 |  1852k|  15.8 |  10M|  55 |   - | 231 |9722 | 231 |2453 |  17 |  66k|6363 | 0.000000e+00 |      --      |    Inf 
273.04/273.10	c   273s|117000 |   167 |  1854k|  15.8 |  10M|  55 |  32 | 231 |9770 | 231 |2453 |  17 |  67k|6368 | 0.000000e+00 |      --      |    Inf 
273.24/273.33	c   273s|117100 |   164 |  1855k|  15.8 |  10M|  55 |   - | 231 |9821 | 231 |2453 |  17 |  67k|6374 | 0.000000e+00 |      --      |    Inf 
273.44/273.57	c   274s|117200 |   164 |  1857k|  15.8 |  10M|  55 |  40 | 231 |9834 | 231 |2453 |  17 |  67k|6384 | 0.000000e+00 |      --      |    Inf 
273.65/273.77	c   274s|117300 |   163 |  1858k|  15.8 |  10M|  55 |   - | 231 |9833 | 231 |2453 |  17 |  67k|6384 | 0.000000e+00 |      --      |    Inf 
273.85/273.99	c   274s|117400 |   168 |  1860k|  15.8 |  10M|  55 |   - | 231 |9849 | 231 |2453 |  17 |  67k|6393 | 0.000000e+00 |      --      |    Inf 
274.14/274.20	c   274s|117500 |   164 |  1861k|  15.8 |  10M|  55 |  42 | 231 |9854 | 231 |2453 |  17 |  67k|6393 | 0.000000e+00 |      --      |    Inf 
274.34/274.44	c   274s|117600 |   166 |  1863k|  15.8 |  10M|  55 |  38 | 231 |9881 | 231 |2453 |  17 |  67k|6407 | 0.000000e+00 |      --      |    Inf 
274.54/274.64	c   275s|117700 |   168 |  1864k|  15.8 |  10M|  55 |   - | 231 |9898 | 231 |2453 |  17 |  67k|6407 | 0.000000e+00 |      --      |    Inf 
274.74/274.86	c   275s|117800 |   167 |  1866k|  15.8 |  10M|  55 |  34 | 231 |9914 | 231 |2453 |  17 |  67k|6413 | 0.000000e+00 |      --      |    Inf 
275.04/275.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.04/275.12	c   275s|117900 |   160 |  1868k|  15.8 |  10M|  55 |   - | 231 |9924 | 231 |2453 |  17 |  67k|6422 | 0.000000e+00 |      --      |    Inf 
275.24/275.35	c   275s|118000 |   159 |  1869k|  15.8 |  10M|  55 |   - | 231 |9916 | 231 |2453 |  17 |  67k|6422 | 0.000000e+00 |      --      |    Inf 
275.54/275.61	c   276s|118100 |   161 |  1871k|  15.8 |  10M|  55 |  32 | 231 |9928 | 231 |2453 |  17 |  67k|6432 | 0.000000e+00 |      --      |    Inf 
275.74/275.86	c   276s|118200 |   159 |  1873k|  15.8 |  10M|  55 |  37 | 231 |9926 | 231 |2453 |  17 |  67k|6440 | 0.000000e+00 |      --      |    Inf 
275.94/276.06	c   276s|118300 |   155 |  1874k|  15.8 |  10M|  55 |   - | 231 |9909 | 231 |2453 |  17 |  67k|6440 | 0.000000e+00 |      --      |    Inf 
276.24/276.33	c   276s|118400 |   156 |  1876k|  15.8 |  10M|  55 |  33 | 231 |9873 | 231 |2453 |  17 |  67k|6447 | 0.000000e+00 |      --      |    Inf 
276.44/276.56	c   277s|118500 |   154 |  1878k|  15.8 |  10M|  55 |  42 | 231 |9845 | 231 |2453 |  17 |  67k|6453 | 0.000000e+00 |      --      |    Inf 
276.74/276.80	c   277s|118600 |   153 |  1879k|  15.8 |  10M|  55 |  31 | 231 |9849 | 231 |2453 |  17 |  67k|6456 | 0.000000e+00 |      --      |    Inf 
276.94/277.06	c   277s|118700 |   151 |  1881k|  15.9 |  10M|  55 |   - | 231 |9872 |   0 |   0 |  17 |  67k|6467 | 0.000000e+00 |      --      |    Inf 
277.14/277.27	c   277s|118800 |   150 |  1882k|  15.8 |  10M|  55 |  34 | 231 |9899 | 231 |2453 |  17 |  68k|6471 | 0.000000e+00 |      --      |    Inf 
277.44/277.52	c   278s|118900 |   148 |  1884k|  15.9 |  10M|  55 |   - | 231 |9836 | 231 |2453 |  17 |  68k|6475 | 0.000000e+00 |      --      |    Inf 
277.64/277.76	c   278s|119000 |   147 |  1886k|  15.9 |  10M|  55 |   - | 231 |9798 | 231 |2453 |  17 |  68k|6481 | 0.000000e+00 |      --      |    Inf 
277.84/277.97	c   278s|119100 |   146 |  1887k|  15.8 |  10M|  55 |   - | 231 |9819 | 231 |2453 |  17 |  68k|6488 | 0.000000e+00 |      --      |    Inf 
278.04/278.18	c   278s|119200 |   146 |  1888k|  15.8 |  10M|  55 |   - | 231 |9857 |   0 |   0 |  17 |  68k|6492 | 0.000000e+00 |      --      |    Inf 
278.34/278.41	c   278s|119300 |   145 |  1890k|  15.8 |  10M|  55 |   - | 231 |9867 | 231 |2453 |  17 |  68k|6501 | 0.000000e+00 |      --      |    Inf 
278.54/278.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.54/278.64	c   279s|119400 |   147 |  1891k|  15.8 |  10M|  55 |   - | 231 |9885 |   0 |   0 |  17 |  68k|6505 | 0.000000e+00 |      --      |    Inf 
278.74/278.85	c   279s|119500 |   146 |  1893k|  15.8 |  10M|  55 |  31 | 231 |9889 | 231 |2453 |  17 |  68k|6510 | 0.000000e+00 |      --      |    Inf 
278.94/279.08	c   279s|119600 |   147 |  1894k|  15.8 |  10M|  55 |  34 | 231 |9853 | 231 |2453 |  17 |  68k|6517 | 0.000000e+00 |      --      |    Inf 
279.25/279.31	c   279s|119700 |   147 |  1896k|  15.8 |  10M|  55 |  37 | 231 |9845 | 231 |2453 |  17 |  68k|6523 | 0.000000e+00 |      --      |    Inf 
279.44/279.57	c   280s|119800 |   143 |  1898k|  15.8 |  10M|  55 |   - | 231 |9756 | 231 |2453 |  17 |  68k|6529 | 0.000000e+00 |      --      |    Inf 
279.74/279.80	c   280s|119900 |   144 |  1899k|  15.8 |  10M|  55 |   - | 231 |9745 | 231 |2453 |  17 |  68k|6537 | 0.000000e+00 |      --      |    Inf 
279.94/280.02	c   280s|120000 |   146 |  1901k|  15.8 |  10M|  55 |  23 | 231 |9640 | 231 |2453 |  17 |  68k|6542 | 0.000000e+00 |      --      |    Inf 
280.14/280.25	c   280s|120100 |   148 |  1903k|  15.8 |  10M|  55 |   - | 231 |9606 | 231 |2453 |  17 |  68k|6545 | 0.000000e+00 |      --      |    Inf 
280.34/280.48	c   280s|120200 |   148 |  1904k|  15.8 |  10M|  55 |  33 | 231 |9581 | 231 |2453 |  17 |  68k|6548 | 0.000000e+00 |      --      |    Inf 
280.64/280.76	c   281s|120300 |   142 |  1906k|  15.8 |  10M|  55 |   - | 231 |9570 | 231 |2453 |  17 |  68k|6553 | 0.000000e+00 |      --      |    Inf 
280.94/281.02	c   281s|120400 |   146 |  1908k|  15.9 |  10M|  55 |   - | 231 |9580 | 231 |2453 |  17 |  68k|6556 | 0.000000e+00 |      --      |    Inf 
281.14/281.27	c   281s|120500 |   149 |  1910k|  15.9 |  10M|  55 |   - | 231 |9611 | 231 |2453 |  17 |  69k|6559 | 0.000000e+00 |      --      |    Inf 
281.34/281.48	c   281s|120600 |   151 |  1912k|  15.9 |  10M|  55 |  32 | 231 |9640 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
281.64/281.73	c   282s|120700 |   151 |  1914k|  15.9 |  10M|  55 |  28 | 231 |9671 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
281.84/281.96	c   282s|120800 |   149 |  1916k|  15.9 |  10M|  55 |   - | 231 |9712 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
282.14/282.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.14/282.21	c   282s|120900 |   149 |  1918k|  15.9 |  10M|  55 |   - | 231 |9760 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
282.33/282.45	c   282s|121000 |   159 |  1920k|  15.9 |  10M|  55 |  24 | 231 |9791 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
282.54/282.70	c   283s|121100 |   155 |  1922k|  15.9 |  10M|  55 |  29 | 231 |9811 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
282.83/282.92	c   283s|121200 |   151 |  1924k|  15.9 |  10M|  55 |  42 | 231 |9862 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
283.03/283.17	c   283s|121300 |   155 |  1926k|  15.9 |  10M|  55 |  31 | 231 |9914 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
283.34/283.42	c   283s|121400 |   147 |  1928k|  15.9 |  10M|  55 |   - | 231 |9964 | 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
283.54/283.69	c   284s|121500 |   148 |  1930k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
283.84/283.94	c   284s|121600 |   148 |  1932k|  15.9 |  10M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
284.03/284.13	c   284s|121700 |   146 |  1934k|  15.9 |  10M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
284.24/284.33	c   284s|121800 |   150 |  1935k|  15.9 |  10M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
284.44/284.54	c   285s|121900 |   149 |  1937k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
284.64/284.73	c   285s|122000 |   149 |  1938k|  15.9 |  10M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
284.85/284.94	c   285s|122100 |   148 |  1940k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  69k|6560 | 0.000000e+00 |      --      |    Inf 
285.04/285.14	c   285s|122200 |   146 |  1942k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
285.24/285.35	c   285s|122300 |   146 |  1943k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
285.44/285.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.44/285.57	c   286s|122400 |   148 |  1945k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
285.64/285.79	c   286s|122500 |   148 |  1946k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
285.95/286.01	c   286s|122600 |   151 |  1948k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
286.14/286.22	c   286s|122700 |   153 |  1950k|  15.9 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
286.34/286.40	c   286s|122800 |   157 |  1951k|  15.9 |  11M|  55 |  25 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
286.54/286.60	c   287s|122900 |   153 |  1953k|  15.9 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
286.74/286.83	c   287s|123000 |   155 |  1954k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
286.94/287.04	c   287s|123100 |   153 |  1956k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
287.14/287.25	c   287s|123200 |   159 |  1958k|  15.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
287.34/287.42	c   287s|123300 |   158 |  1959k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
287.53/287.61	c   288s|123400 |   159 |  1960k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
287.74/287.83	c   288s|123500 |   163 |  1962k|  15.9 |  11M|  55 |  24 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
287.94/288.00	c   288s|123600 |   160 |  1963k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
288.04/288.19	c   288s|123700 |   161 |  1964k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
288.24/288.37	c   288s|123800 |   162 |  1966k|  15.9 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  70k|6560 | 0.000000e+00 |      --      |    Inf 
288.53/288.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.53/288.62	c   289s|123900 |   162 |  1967k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6571 | 0.000000e+00 |      --      |    Inf 
288.74/288.81	c   289s|124000 |   162 |  1969k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  70k|6571 | 0.000000e+00 |      --      |    Inf 
288.94/289.06	c   289s|124100 |   160 |  1970k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6582 | 0.000000e+00 |      --      |    Inf 
289.14/289.27	c   289s|124200 |   158 |  1972k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6582 | 0.000000e+00 |      --      |    Inf 
289.34/289.45	c   289s|124300 |   158 |  1973k|  15.9 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  71k|6586 | 0.000000e+00 |      --      |    Inf 
289.54/289.69	c   290s|124400 |   157 |  1974k|  15.9 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  71k|6600 | 0.000000e+00 |      --      |    Inf 
289.74/289.89	c   290s|124500 |   156 |  1976k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  71k|6600 | 0.000000e+00 |      --      |    Inf 
290.04/290.12	c   290s|124600 |   157 |  1978k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6601 | 0.000000e+00 |      --      |    Inf 
290.24/290.36	c   290s|124700 |   157 |  1979k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  71k|6612 | 0.000000e+00 |      --      |    Inf 
290.53/290.60	c   291s|124800 |   157 |  1981k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6615 | 0.000000e+00 |      --      |    Inf 
290.74/290.84	c   291s|124900 |   157 |  1982k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6625 | 0.000000e+00 |      --      |    Inf 
290.94/291.05	c   291s|125000 |   155 |  1984k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6625 | 0.000000e+00 |      --      |    Inf 
291.23/291.32	c   291s|125100 |   157 |  1986k|  15.9 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  71k|6634 | 0.000000e+00 |      --      |    Inf 
291.45/291.57	c   292s|125200 |   157 |  1988k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6638 | 0.000000e+00 |      --      |    Inf 
291.74/291.83	c   292s|125300 |   159 |  1990k|  15.9 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  71k|6643 | 0.000000e+00 |      --      |    Inf 
292.04/292.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.04/292.10	c   292s|125400 |   159 |  1992k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6656 | 0.000000e+00 |      --      |    Inf 
292.24/292.34	c   292s|125500 |   159 |  1993k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6659 | 0.000000e+00 |      --      |    Inf 
292.44/292.60	c   293s|125600 |   159 |  1995k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  71k|6665 | 0.000000e+00 |      --      |    Inf 
292.74/292.86	c   293s|125700 |   159 |  1997k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6671 | 0.000000e+00 |      --      |    Inf 
293.04/293.10	c   293s|125800 |   161 |  1999k|  15.9 |  11M|  55 |  34 | 231 |  10k| 231 |2453 |  17 |  71k|6677 | 0.000000e+00 |      --      |    Inf 
293.23/293.35	c   293s|125900 |   163 |  2001k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  71k|6681 | 0.000000e+00 |      --      |    Inf 
293.44/293.59	c   294s|126000 |   161 |  2002k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  71k|6686 | 0.000000e+00 |      --      |    Inf 
293.73/293.86	c   294s|126100 |   159 |  2004k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  71k|6693 | 0.000000e+00 |      --      |    Inf 
294.04/294.13	c   294s|126200 |   155 |  2006k|  15.9 |  11M|  55 |  46 | 231 |  10k| 231 |2453 |  17 |  72k|6702 | 0.000000e+00 |      --      |    Inf 
294.23/294.33	c   294s|126300 |   155 |  2007k|  15.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  72k|6702 | 0.000000e+00 |      --      |    Inf 
294.44/294.58	c   295s|126400 |   155 |  2009k|  15.9 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  72k|6710 | 0.000000e+00 |      --      |    Inf 
294.74/294.81	c   295s|126500 |   151 |  2010k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6719 | 0.000000e+00 |      --      |    Inf 
294.94/295.03	c   295s|126600 |   151 |  2012k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6724 | 0.000000e+00 |      --      |    Inf 
295.13/295.24	c   295s|126700 |   151 |  2013k|  15.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  72k|6724 | 0.000000e+00 |      --      |    Inf 
295.34/295.48	c   295s|126800 |   149 |  2015k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6730 | 0.000000e+00 |      --      |    Inf 
295.54/295.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.54/295.69	c   296s|126900 |   151 |  2016k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  72k|6735 | 0.000000e+00 |      --      |    Inf 
295.74/295.88	c   296s|127000 |   149 |  2018k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6739 | 0.000000e+00 |      --      |    Inf 
295.94/296.09	c   296s|127100 |   147 |  2019k|  15.9 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 |  72k|6745 | 0.000000e+00 |      --      |    Inf 
296.24/296.30	c   296s|127200 |   149 |  2020k|  15.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  72k|6747 | 0.000000e+00 |      --      |    Inf 
296.43/296.53	c   297s|127300 |   147 |  2022k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6751 | 0.000000e+00 |      --      |    Inf 
296.63/296.75	c   297s|127400 |   147 |  2024k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  72k|6754 | 0.000000e+00 |      --      |    Inf 
296.84/296.99	c   297s|127500 |   146 |  2025k|  15.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  72k|6755 | 0.000000e+00 |      --      |    Inf 
297.04/297.19	c   297s|127600 |   146 |  2027k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6756 | 0.000000e+00 |      --      |    Inf 
297.24/297.39	c   297s|127700 |   142 |  2028k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6758 | 0.000000e+00 |      --      |    Inf 
297.54/297.61	c   298s|127800 |   145 |  2030k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6760 | 0.000000e+00 |      --      |    Inf 
297.74/297.81	c   298s|127900 |   145 |  2031k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  72k|6760 | 0.000000e+00 |      --      |    Inf 
297.95/298.02	c   298s|128000 |   147 |  2033k|  15.9 |  10M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  73k|6760 | 0.000000e+00 |      --      |    Inf 
298.14/298.27	c   298s|128100 |   143 |  2035k|  15.9 |  10M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  73k|6760 | 0.000000e+00 |      --      |    Inf 
298.33/298.48	c   298s|128200 |   147 |  2037k|  15.9 |  10M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  73k|6760 | 0.000000e+00 |      --      |    Inf 
298.64/298.73	c   299s|128300 |   151 |  2039k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
298.84/298.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.84/298.96	c   299s|128400 |   155 |  2040k|  15.9 |  10M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
299.04/299.19	c   299s|128500 |   159 |  2042k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
299.24/299.39	c   299s|128600 |   163 |  2044k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
299.53/299.62	c   300s|128700 |   161 |  2045k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
299.74/299.85	c   300s|128800 |   165 |  2047k|  15.9 |  10M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
299.94/300.08	c   300s|128900 |   163 |  2049k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
300.24/300.30	c   300s|129000 |   163 |  2051k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
300.44/300.52	c   301s|129100 |   162 |  2052k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
300.63/300.73	c   301s|129200 |   162 |  2054k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
300.84/300.96	c   301s|129300 |   159 |  2056k|  15.9 |  11M|  55 |  45 | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
301.03/301.19	c   301s|129400 |   161 |  2057k|  15.9 |  11M|  55 |  17 | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
301.34/301.42	c   301s|129500 |   163 |  2059k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
301.53/301.65	c   302s|129600 |   162 |  2061k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
301.74/301.88	c   302s|129700 |   158 |  2063k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  73k|6762 | 0.000000e+00 |      --      |    Inf 
301.94/302.09	c   302s|129800 |   161 |  2064k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
302.23/302.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.23/302.31	c   302s|129900 |   165 |  2066k|  15.9 |  11M|  55 |  20 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
302.44/302.51	c   303s|130000 |   165 |  2068k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
302.64/302.71	c   303s|130100 |   164 |  2069k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
302.83/302.92	c   303s|130200 |   157 |  2071k|  15.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
303.04/303.13	c   303s|130300 |   159 |  2072k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
303.24/303.33	c   303s|130400 |   159 |  2074k|  15.9 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
303.44/303.55	c   304s|130500 |   158 |  2075k|  15.9 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
303.63/303.78	c   304s|130600 |   160 |  2077k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
303.84/303.99	c   304s|130700 |   158 |  2079k|  15.9 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
304.13/304.20	c   304s|130800 |   160 |  2080k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
304.34/304.41	c   304s|130900 |   159 |  2082k|  15.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
304.54/304.63	c   305s|131000 |   159 |  2084k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
304.73/304.83	c   305s|131100 |   162 |  2085k|  15.9 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 |  74k|6762 | 0.000000e+00 |      --      |    Inf 
304.94/305.08	c   305s|131200 |   166 |  2087k|  15.9 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  74k|6775 | 0.000000e+00 |      --      |    Inf 
305.13/305.29	c   305s|131300 |   161 |  2088k|  15.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  74k|6775 | 0.000000e+00 |      --      |    Inf 
305.34/305.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.34/305.49	c   305s|131400 |   164 |  2090k|  15.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  74k|6775 | 0.000000e+00 |      --      |    Inf 
305.64/305.76	c   306s|131500 |   159 |  2092k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  74k|6783 | 0.000000e+00 |      --      |    Inf 
305.94/306.01	c   306s|131600 |   162 |  2094k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6790 | 0.000000e+00 |      --      |    Inf 
306.14/306.27	c   306s|131700 |   160 |  2095k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6798 | 0.000000e+00 |      --      |    Inf 
306.34/306.48	c   306s|131800 |   168 |  2097k|  15.9 |  11M|  55 |  18 | 231 |  10k| 231 |2453 |  17 |  75k|6798 | 0.000000e+00 |      --      |    Inf 
306.64/306.74	c   307s|131900 |   164 |  2099k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6805 | 0.000000e+00 |      --      |    Inf 
306.93/307.00	c   307s|132000 |   161 |  2100k|  15.9 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  75k|6812 | 0.000000e+00 |      --      |    Inf 
307.14/307.22	c   307s|132100 |   163 |  2102k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  75k|6817 | 0.000000e+00 |      --      |    Inf 
307.33/307.47	c   307s|132200 |   161 |  2104k|  15.9 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  75k|6823 | 0.000000e+00 |      --      |    Inf 
307.63/307.72	c   308s|132300 |   157 |  2106k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6830 | 0.000000e+00 |      --      |    Inf 
307.84/308.00	c   308s|132400 |   156 |  2107k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6841 | 0.000000e+00 |      --      |    Inf 
308.13/308.22	c   308s|132500 |   156 |  2109k|  15.9 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  75k|6841 | 0.000000e+00 |      --      |    Inf 
308.34/308.46	c   308s|132600 |   155 |  2111k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6846 | 0.000000e+00 |      --      |    Inf 
308.64/308.71	c   309s|132700 |   153 |  2112k|  15.9 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  75k|6853 | 0.000000e+00 |      --      |    Inf 
308.83/308.95	c   309s|132800 |   151 |  2114k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6859 | 0.000000e+00 |      --      |    Inf 
309.04/309.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.04/309.18	c   309s|132900 |   151 |  2115k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  75k|6864 | 0.000000e+00 |      --      |    Inf 
309.34/309.40	c   309s|133000 |   152 |  2117k|  15.9 |  11M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  75k|6869 | 0.000000e+00 |      --      |    Inf 
309.53/309.62	c   310s|133100 |   150 |  2118k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6875 | 0.000000e+00 |      --      |    Inf 
309.74/309.86	c   310s|133200 |   151 |  2120k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  75k|6880 | 0.000000e+00 |      --      |    Inf 
310.04/310.11	c   310s|133300 |   151 |  2122k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  75k|6883 | 0.000000e+00 |      --      |    Inf 
310.23/310.36	c   310s|133400 |   149 |  2123k|  15.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  76k|6894 | 0.000000e+00 |      --      |    Inf 
310.44/310.56	c   311s|133500 |   149 |  2125k|  15.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  76k|6894 | 0.000000e+00 |      --      |    Inf 
310.63/310.78	c   311s|133600 |   143 |  2126k|  15.9 |  10M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  76k|6897 | 0.000000e+00 |      --      |    Inf 
310.94/311.04	c   311s|133700 |   143 |  2128k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  76k|6912 | 0.000000e+00 |      --      |    Inf 
311.14/311.27	c   311s|133800 |   139 |  2129k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  76k|6912 | 0.000000e+00 |      --      |    Inf 
311.33/311.48	c   311s|133900 |   141 |  2131k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  76k|6916 | 0.000000e+00 |      --      |    Inf 
311.64/311.70	c   312s|134000 |   139 |  2132k|  15.9 |  10M|  55 |  28 | 231 |  10k| 231 |2453 |  17 |  76k|6920 | 0.000000e+00 |      --      |    Inf 
311.83/311.91	c   312s|134100 |   139 |  2134k|  15.9 |  10M|  55 |  31 | 231 |9969 | 231 |2453 |  17 |  76k|6924 | 0.000000e+00 |      --      |    Inf 
312.03/312.13	c   312s|134200 |   137 |  2135k|  15.9 |  10M|  55 |  37 | 231 |9896 | 231 |2453 |  17 |  76k|6928 | 0.000000e+00 |      --      |    Inf 
312.24/312.38	c   312s|134300 |   139 |  2137k|  15.9 |  10M|  55 |  28 | 231 |9864 | 231 |2453 |  17 |  76k|6934 | 0.000000e+00 |      --      |    Inf 
312.53/312.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.53/312.61	c   313s|134400 |   135 |  2138k|  15.9 |  10M|  55 |   - | 231 |9878 | 231 |2453 |  17 |  76k|6939 | 0.000000e+00 |      --      |    Inf 
312.73/312.87	c   313s|134500 |   133 |  2140k|  15.9 |  10M|  55 |   - | 231 |9834 | 231 |2453 |  17 |  76k|6947 | 0.000000e+00 |      --      |    Inf 
313.04/313.11	c   313s|134600 |   133 |  2142k|  15.9 |  10M|  55 |   - | 231 |9772 | 231 |2453 |  17 |  76k|6951 | 0.000000e+00 |      --      |    Inf 
313.23/313.37	c   313s|134700 |   133 |  2143k|  15.9 |  10M|  55 |  24 | 231 |9724 | 231 |2453 |  17 |  76k|6958 | 0.000000e+00 |      --      |    Inf 
313.54/313.60	c   314s|134800 |   128 |  2145k|  15.9 |  10M|  55 |   - | 231 |9752 | 231 |2453 |  17 |  76k|6965 | 0.000000e+00 |      --      |    Inf 
313.74/313.84	c   314s|134900 |   130 |  2147k|  15.9 |  10M|  55 |   - | 231 |9712 | 231 |2453 |  17 |  76k|6972 | 0.000000e+00 |      --      |    Inf 
313.93/314.04	c   314s|135000 |   131 |  2148k|  15.9 |  10M|  55 |   - | 231 |9725 | 231 |2453 |  17 |  76k|6976 | 0.000000e+00 |      --      |    Inf 
314.14/314.26	c   314s|135100 |   131 |  2149k|  15.9 |  10M|  55 |  35 | 231 |9719 | 231 |2453 |  17 |  76k|6982 | 0.000000e+00 |      --      |    Inf 
314.33/314.47	c   314s|135200 |   130 |  2151k|  15.9 |  10M|  55 |  32 | 231 |9704 | 231 |2453 |  17 |  77k|6986 | 0.000000e+00 |      --      |    Inf 
314.54/314.67	c   315s|135300 |   125 |  2152k|  15.9 |  10M|  55 |   - | 231 |9715 | 231 |2453 |  17 |  77k|6989 | 0.000000e+00 |      --      |    Inf 
314.83/314.91	c   315s|135400 |   126 |  2154k|  15.9 |  10M|  55 |   - | 231 |9654 | 231 |2453 |  17 |  77k|6992 | 0.000000e+00 |      --      |    Inf 
315.03/315.13	c   315s|135500 |   125 |  2155k|  15.9 |  10M|  55 |   - | 231 |9557 | 231 |2453 |  17 |  77k|6996 | 0.000000e+00 |      --      |    Inf 
315.24/315.31	c   315s|135600 |   125 |  2157k|  15.9 |  10M|  55 |  39 | 231 |9552 | 231 |2453 |  17 |  77k|6996 | 0.000000e+00 |      --      |    Inf 
315.44/315.51	c   316s|135700 |   125 |  2158k|  15.9 |  10M|  55 |   - | 231 |9553 | 231 |2453 |  17 |  77k|6996 | 0.000000e+00 |      --      |    Inf 
315.64/315.72	c   316s|135800 |   126 |  2160k|  15.9 |  10M|  55 |   - | 231 |9561 |   0 |   0 |  17 |  77k|6996 | 0.000000e+00 |      --      |    Inf 
315.83/315.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.83/315.95	c   316s|135900 |   127 |  2162k|  15.9 |  10M|  55 |   - | 231 |9581 | 231 |2453 |  17 |  77k|6997 | 0.000000e+00 |      --      |    Inf 
316.04/316.17	c   316s|136000 |   129 |  2163k|  15.9 |  10M|  55 |  25 | 231 |9584 | 231 |2453 |  17 |  77k|6999 | 0.000000e+00 |      --      |    Inf 
316.23/316.38	c   316s|136100 |   128 |  2165k|  15.9 |  10M|  55 |  37 | 231 |9612 | 231 |2453 |  17 |  77k|7001 | 0.000000e+00 |      --      |    Inf 
316.54/316.60	c   317s|136200 |   126 |  2166k|  15.9 |  10M|  55 |  35 | 231 |9606 | 231 |2453 |  17 |  77k|7003 | 0.000000e+00 |      --      |    Inf 
316.74/316.81	c   317s|136300 |   126 |  2168k|  15.9 |  10M|  55 |   - | 231 |9517 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
316.93/317.01	c   317s|136400 |   130 |  2169k|  15.9 |  10M|  55 |  33 | 231 |9531 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
317.13/317.20	c   317s|136500 |   127 |  2171k|  15.9 |  10M|  55 |   - | 231 |9583 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
317.24/317.39	c   317s|136600 |   125 |  2172k|  15.9 |  10M|  55 |   - | 231 |9605 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
317.54/317.61	c   318s|136700 |   126 |  2174k|  15.9 |  10M|  55 |  35 | 231 |9640 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
317.74/317.81	c   318s|136800 |   124 |  2175k|  15.9 |  10M|  55 |   - | 231 |9688 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
317.93/318.01	c   318s|136900 |   130 |  2177k|  15.9 |  10M|  55 |   - | 231 |9724 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
318.03/318.19	c   318s|137000 |   130 |  2178k|  15.9 |  10M|  55 |  32 | 231 |9758 | 231 |2453 |  17 |  77k|7004 | 0.000000e+00 |      --      |    Inf 
318.33/318.40	c   318s|137100 |   133 |  2180k|  15.9 |  10M|  55 |  26 | 231 |9788 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
318.53/318.60	c   319s|137200 |   131 |  2181k|  15.9 |  10M|  55 |  16 | 231 |9812 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
318.63/318.79	c   319s|137300 |   143 |  2183k|  15.9 |  10M|  55 |  25 | 231 |9839 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
318.84/318.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.84/318.98	c   319s|137400 |   141 |  2184k|  15.9 |  10M|  55 |   - | 231 |9884 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
319.03/319.18	c   319s|137500 |   132 |  2185k|  15.9 |  10M|  55 |   - | 231 |9912 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
319.33/319.40	c   319s|137600 |   134 |  2187k|  15.9 |  10M|  55 |  36 | 231 |9951 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
319.54/319.62	c   320s|137700 |   130 |  2189k|  15.9 |  10M|  55 |   - | 231 |9979 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
319.73/319.85	c   320s|137800 |   133 |  2191k|  15.9 |  10M|  55 |  41 | 231 |9998 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
319.94/320.07	c   320s|137900 |   131 |  2192k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
320.14/320.28	c   320s|138000 |   129 |  2194k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
320.43/320.50	c   320s|138100 |   129 |  2196k|  15.9 |  10M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
320.64/320.70	c   321s|138200 |   126 |  2197k|  15.9 |  10M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
320.83/320.92	c   321s|138300 |   126 |  2199k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
321.04/321.14	c   321s|138400 |   127 |  2200k|  15.9 |  10M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
321.23/321.37	c   321s|138500 |   125 |  2202k|  15.9 |  10M|  55 |  43 | 231 |9982 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
321.44/321.59	c   322s|138600 |   124 |  2204k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
321.73/321.81	c   322s|138700 |   122 |  2205k|  15.9 |  10M|  55 |   - | 231 |9961 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
321.94/322.03	c   322s|138800 |   120 |  2207k|  15.9 |  10M|  55 |  41 | 231 |9924 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
322.14/322.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.14/322.24	c   322s|138900 |   121 |  2209k|  15.9 |  10M|  55 |  38 | 231 |9917 | 231 |2453 |  17 |  78k|7004 | 0.000000e+00 |      --      |    Inf 
322.33/322.46	c   322s|139000 |   117 |  2210k|  15.9 |  10M|  55 |   - | 231 |9923 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
322.54/322.67	c   323s|139100 |   117 |  2212k|  15.9 |  10M|  55 |   - | 231 |9940 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
322.73/322.88	c   323s|139200 |   118 |  2213k|  15.9 |  10M|  55 |   - | 231 |9958 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
323.04/323.10	c   323s|139300 |   118 |  2215k|  15.9 |  10M|  55 |  39 | 231 |9933 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
323.24/323.33	c   323s|139400 |   117 |  2217k|  15.9 |  10M|  55 |   - | 231 |9913 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
323.43/323.56	c   324s|139500 |   112 |  2219k|  15.9 |  10M|  55 |   - | 231 |9924 | 231 |2453 |  17 |  79k|7004 | 0.000000e+00 |      --      |    Inf 
323.73/323.82	c   324s|139600 |   116 |  2220k|  15.9 |  10M|  55 |  37 | 231 |9783 | 231 |2453 |  17 |  79k|7009 | 0.000000e+00 |      --      |    Inf 
324.04/324.12	c   324s|139700 |   119 |  2222k|  15.9 |  10M|  55 |  27 | 231 |9693 | 231 |2453 |  17 |  79k|7018 | 0.000000e+00 |      --      |    Inf 
324.23/324.32	c   324s|139800 |   121 |  2224k|  15.9 |  10M|  55 |   - | 231 |9690 | 231 |2453 |  17 |  79k|7018 | 0.000000e+00 |      --      |    Inf 
324.44/324.59	c   325s|139900 |   119 |  2225k|  15.9 |  10M|  55 |   - | 231 |9712 | 231 |2453 |  17 |  79k|7029 | 0.000000e+00 |      --      |    Inf 
324.73/324.81	c   325s|140000 |   119 |  2227k|  15.9 |  10M|  55 |   - | 231 |9747 | 231 |2453 |  17 |  79k|7029 | 0.000000e+00 |      --      |    Inf 
324.94/325.05	c   325s|140100 |   119 |  2229k|  15.9 |  10M|  55 |  36 | 231 |9792 | 231 |2453 |  17 |  79k|7033 | 0.000000e+00 |      --      |    Inf 
325.23/325.33	c   325s|140200 |   119 |  2231k|  15.9 |  10M|  55 |  19 | 231 |9841 | 231 |2453 |  17 |  79k|7038 | 0.000000e+00 |      --      |    Inf 
325.44/325.59	c   326s|140300 |   119 |  2233k|  15.9 |  10M|  55 |  33 | 231 |9867 | 231 |2453 |  17 |  79k|7049 | 0.000000e+00 |      --      |    Inf 
325.74/325.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.74/325.82	c   326s|140400 |   121 |  2234k|  15.9 |  10M|  55 |   - | 231 |9900 | 231 |2453 |  17 |  79k|7049 | 0.000000e+00 |      --      |    Inf 
325.93/326.09	c   326s|140500 |   119 |  2236k|  15.9 |  10M|  55 |   - | 231 |9953 | 231 |2453 |  17 |  79k|7057 | 0.000000e+00 |      --      |    Inf 
326.23/326.35	c   326s|140600 |   123 |  2238k|  15.9 |  10M|  55 |  30 | 231 |9995 | 231 |2453 |  17 |  80k|7063 | 0.000000e+00 |      --      |    Inf 
326.43/326.59	c   327s|140700 |   125 |  2240k|  15.9 |  10M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  80k|7070 | 0.000000e+00 |      --      |    Inf 
326.73/326.80	c   327s|140800 |   125 |  2241k|  15.9 |  10M|  55 |  20 | 231 |  10k| 231 |2453 |  17 |  80k|7072 | 0.000000e+00 |      --      |    Inf 
326.93/327.04	c   327s|140900 |   124 |  2243k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7077 | 0.000000e+00 |      --      |    Inf 
327.23/327.30	c   327s|141000 |   124 |  2245k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7085 | 0.000000e+00 |      --      |    Inf 
327.43/327.53	c   328s|141100 |   124 |  2246k|  15.9 |  10M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  80k|7089 | 0.000000e+00 |      --      |    Inf 
327.63/327.79	c   328s|141200 |   124 |  2248k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7097 | 0.000000e+00 |      --      |    Inf 
327.94/328.06	c   328s|141300 |   124 |  2250k|  15.9 |  10M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7101 | 0.000000e+00 |      --      |    Inf 
328.13/328.29	c   328s|141400 |   126 |  2252k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  80k|7107 | 0.000000e+00 |      --      |    Inf 
328.43/328.52	c   329s|141500 |   123 |  2253k|  15.9 |  11M|  55 |  40 | 231 |  10k| 231 |2453 |  17 |  80k|7113 | 0.000000e+00 |      --      |    Inf 
328.63/328.77	c   329s|141600 |   127 |  2255k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  80k|7121 | 0.000000e+00 |      --      |    Inf 
328.84/328.99	c   329s|141700 |   127 |  2256k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7125 | 0.000000e+00 |      --      |    Inf 
329.13/329.24	c   329s|141800 |   131 |  2258k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7133 | 0.000000e+00 |      --      |    Inf 
329.33/329.46	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.46	c   329s|141900 |   135 |  2259k|  15.9 |  11M|  55 |  37 | 231 |  10k| 231 |2453 |  17 |  80k|7137 | 0.000000e+00 |      --      |    Inf 
329.63/329.70	c   330s|142000 |   128 |  2261k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7143 | 0.000000e+00 |      --      |    Inf 
329.84/329.95	c   330s|142100 |   125 |  2262k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  80k|7151 | 0.000000e+00 |      --      |    Inf 
330.03/330.17	c   330s|142200 |   128 |  2264k|  15.9 |  11M|  55 |  17 | 231 |  10k| 231 |2453 |  17 |  80k|7156 | 0.000000e+00 |      --      |    Inf 
330.23/330.39	c   330s|142300 |   124 |  2265k|  15.9 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  81k|7164 | 0.000000e+00 |      --      |    Inf 
330.53/330.62	c   331s|142400 |   122 |  2267k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7170 | 0.000000e+00 |      --      |    Inf 
330.73/330.83	c   331s|142500 |   121 |  2268k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7176 | 0.000000e+00 |      --      |    Inf 
330.94/331.03	c   331s|142600 |   119 |  2269k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7180 | 0.000000e+00 |      --      |    Inf 
331.13/331.29	c   331s|142700 |   121 |  2271k|  15.9 |  11M|  55 |  14 | 231 |  10k| 231 |2453 |  17 |  81k|7189 | 0.000000e+00 |      --      |    Inf 
331.43/331.54	c   332s|142800 |   118 |  2273k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7194 | 0.000000e+00 |      --      |    Inf 
331.64/331.75	c   332s|142900 |   119 |  2274k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7199 | 0.000000e+00 |      --      |    Inf 
331.93/332.00	c   332s|143000 |   118 |  2276k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  81k|7206 | 0.000000e+00 |      --      |    Inf 
332.14/332.25	c   332s|143100 |   116 |  2278k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7211 | 0.000000e+00 |      --      |    Inf 
332.34/332.48	c   332s|143200 |   119 |  2279k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  81k|7218 | 0.000000e+00 |      --      |    Inf 
332.53/332.67	c   333s|143300 |   119 |  2281k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7220 | 0.000000e+00 |      --      |    Inf 
332.73/332.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.73/332.86	c   333s|143400 |   119 |  2282k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7220 | 0.000000e+00 |      --      |    Inf 
332.94/333.07	c   333s|143500 |   119 |  2283k|  15.9 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  81k|7223 | 0.000000e+00 |      --      |    Inf 
333.14/333.28	c   333s|143600 |   119 |  2285k|  15.9 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  81k|7223 | 0.000000e+00 |      --      |    Inf 
333.33/333.49	c   333s|143700 |   119 |  2287k|  15.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  81k|7226 | 0.000000e+00 |      --      |    Inf 
333.64/333.71	c   334s|143800 |   115 |  2288k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7229 | 0.000000e+00 |      --      |    Inf 
333.83/333.94	c   334s|143900 |   114 |  2290k|  15.9 |  11M|  55 |  51 | 231 |  10k| 231 |2453 |  17 |  81k|7233 | 0.000000e+00 |      --      |    Inf 
334.03/334.14	c   334s|144000 |   114 |  2291k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  81k|7234 | 0.000000e+00 |      --      |    Inf 
334.24/334.34	c   334s|144100 |   115 |  2293k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  82k|7234 | 0.000000e+00 |      --      |    Inf 
334.43/334.53	c   335s|144200 |   113 |  2294k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7235 | 0.000000e+00 |      --      |    Inf 
334.63/334.76	c   335s|144300 |   113 |  2296k|  15.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  82k|7238 | 0.000000e+00 |      --      |    Inf 
334.83/334.97	c   335s|144400 |   111 |  2297k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7241 | 0.000000e+00 |      --      |    Inf 
335.03/335.16	c   335s|144500 |   113 |  2298k|  15.9 |  11M|  55 |  44 | 231 |  10k| 231 |2453 |  17 |  82k|7243 | 0.000000e+00 |      --      |    Inf 
335.23/335.36	c   335s|144600 |   117 |  2300k|  15.9 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  82k|7244 | 0.000000e+00 |      --      |    Inf 
335.43/335.56	c   336s|144700 |   117 |  2301k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
335.63/335.74	c   336s|144800 |   114 |  2303k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
335.83/335.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.83/335.94	c   336s|144900 |   116 |  2304k|  15.9 |  11M|  55 |  34 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
336.03/336.15	c   336s|145000 |   118 |  2306k|  15.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
336.23/336.35	c   336s|145100 |   114 |  2307k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
336.44/336.56	c   337s|145200 |   115 |  2309k|  15.9 |  11M|  55 |  42 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
336.63/336.77	c   337s|145300 |   114 |  2310k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
336.83/336.98	c   337s|145400 |   116 |  2312k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
337.13/337.20	c   337s|145500 |   115 |  2314k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
337.33/337.42	c   337s|145600 |   116 |  2316k|  15.9 |  11M|  55 |  23 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
337.53/337.62	c   338s|145700 |   117 |  2317k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
337.73/337.84	c   338s|145800 |   113 |  2319k|  15.9 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
337.93/338.03	c   338s|145900 |   115 |  2320k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  82k|7246 | 0.000000e+00 |      --      |    Inf 
338.13/338.23	c   338s|146000 |   117 |  2322k|  15.9 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
338.33/338.44	c   338s|146100 |   112 |  2323k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
338.53/338.64	c   339s|146200 |   114 |  2325k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
338.74/338.82	c   339s|146300 |   115 |  2326k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
338.93/339.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.93/339.01	c   339s|146400 |   114 |  2327k|  15.9 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
339.13/339.22	c   339s|146500 |   113 |  2329k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
339.34/339.43	c   339s|146600 |   115 |  2331k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
339.53/339.65	c   340s|146700 |   115 |  2332k|  15.9 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
339.74/339.85	c   340s|146800 |   115 |  2334k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
339.93/340.07	c   340s|146900 |   111 |  2336k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
340.14/340.29	c   340s|147000 |   115 |  2337k|  15.9 |  11M|  55 |  27 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
340.43/340.52	c   341s|147100 |   119 |  2339k|  15.9 |  11M|  55 |  25 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
340.63/340.72	c   341s|147200 |   121 |  2341k|  15.9 |  11M|  55 |  41 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
340.84/340.93	c   341s|147300 |   118 |  2342k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
341.03/341.13	c   341s|147400 |   114 |  2344k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
341.23/341.32	c   341s|147500 |   116 |  2345k|  15.9 |  11M|  55 |  31 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
341.43/341.52	c   342s|147600 |   114 |  2347k|  15.9 |  11M|  55 |  43 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
341.63/341.76	c   342s|147700 |   114 |  2349k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
341.83/341.97	c   342s|147800 |   118 |  2350k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
342.13/342.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.13/342.20	c   342s|147900 |   120 |  2352k|  15.9 |  11M|  55 |  33 | 231 |  10k| 231 |2453 |  17 |  83k|7246 | 0.000000e+00 |      --      |    Inf 
342.33/342.47	c   342s|148000 |   122 |  2354k|  15.9 |  11M|  55 |  36 | 231 |  10k| 231 |2453 |  17 |  83k|7259 | 0.000000e+00 |      --      |    Inf 
342.53/342.67	c   343s|148100 |   120 |  2355k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7259 | 0.000000e+00 |      --      |    Inf 
342.83/342.92	c   343s|148200 |   124 |  2357k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7268 | 0.000000e+00 |      --      |    Inf 
343.04/343.13	c   343s|148300 |   120 |  2358k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7268 | 0.000000e+00 |      --      |    Inf 
343.33/343.42	c   343s|148400 |   124 |  2360k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7278 | 0.000000e+00 |      --      |    Inf 
343.53/343.64	c   344s|148500 |   124 |  2362k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7278 | 0.000000e+00 |      --      |    Inf 
343.73/343.89	c   344s|148600 |   124 |  2364k|  15.9 |  11M|  55 |  35 | 231 |  10k| 231 |2453 |  17 |  84k|7288 | 0.000000e+00 |      --      |    Inf 
344.03/344.12	c   344s|148700 |   126 |  2366k|  15.9 |  11M|  55 |  12 | 231 |  10k| 231 |2453 |  17 |  84k|7288 | 0.000000e+00 |      --      |    Inf 
344.24/344.35	c   344s|148800 |   124 |  2367k|  15.9 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  84k|7292 | 0.000000e+00 |      --      |    Inf 
344.43/344.57	c   345s|148900 |   123 |  2369k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  84k|7296 | 0.000000e+00 |      --      |    Inf 
344.73/344.81	c   345s|149000 |   126 |  2370k|  15.9 |  11M|  55 |  32 | 231 |  10k| 231 |2453 |  17 |  84k|7302 | 0.000000e+00 |      --      |    Inf 
344.93/345.04	c   345s|149100 |   124 |  2372k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  84k|7308 | 0.000000e+00 |      --      |    Inf 
345.13/345.27	c   345s|149200 |   124 |  2374k|  15.9 |  11M|  55 |  39 | 231 |  10k| 231 |2453 |  17 |  84k|7312 | 0.000000e+00 |      --      |    Inf 
345.43/345.51	c   346s|149300 |   122 |  2376k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7314 | 0.000000e+00 |      --      |    Inf 
345.63/345.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.63/345.75	c   346s|149400 |   122 |  2377k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  84k|7319 | 0.000000e+00 |      --      |    Inf 
345.83/345.98	c   346s|149500 |   122 |  2379k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7326 | 0.000000e+00 |      --      |    Inf 
346.13/346.23	c   346s|149600 |   120 |  2381k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7332 | 0.000000e+00 |      --      |    Inf 
346.33/346.48	c   346s|149700 |   122 |  2382k|  15.9 |  11M|  55 |  22 | 231 |  10k| 231 |2453 |  17 |  84k|7337 | 0.000000e+00 |      --      |    Inf 
346.63/346.72	c   347s|149800 |   124 |  2384k|  15.9 |  11M|  55 |  30 | 231 |  10k| 231 |2453 |  17 |  84k|7347 | 0.000000e+00 |      --      |    Inf 
346.83/346.93	c   347s|149900 |   126 |  2386k|  15.9 |  11M|  55 |   - | 231 |  10k|   0 |   0 |  17 |  84k|7349 | 0.000000e+00 |      --      |    Inf 
347.03/347.14	c   347s|150000 |   126 |  2387k|  15.9 |  11M|  55 |  26 | 231 |  10k| 231 |2453 |  17 |  84k|7353 | 0.000000e+00 |      --      |    Inf 
347.23/347.37	c   347s|150100 |   124 |  2388k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  84k|7361 | 0.000000e+00 |      --      |    Inf 
347.43/347.60	c   348s|150200 |   126 |  2390k|  15.9 |  11M|  55 |  29 | 231 |  10k| 231 |2453 |  17 |  85k|7365 | 0.000000e+00 |      --      |    Inf 
347.73/347.83	c   348s|150300 |   128 |  2392k|  15.9 |  11M|  55 |  38 | 231 |  10k| 231 |2453 |  17 |  85k|7370 | 0.000000e+00 |      --      |    Inf 
347.93/348.03	c   348s|150400 |   128 |  2393k|  15.9 |  11M|  55 |   - | 231 |  10k| 231 |2453 |  17 |  85k|7374 | 0.000000e+00 |      --      |    Inf 
348.13/348.25	c   348s|150500 |   128 |  2395k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7380 | 0.000000e+00 |      --      |    Inf 
348.33/348.46	c   348s|150600 |   129 |  2396k|  15.9 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  85k|7386 | 0.000000e+00 |      --      |    Inf 
348.54/348.68	c   349s|150700 |   130 |  2398k|  15.9 |  11M|  55 |  44 | 231 |  11k| 231 |2453 |  17 |  85k|7391 | 0.000000e+00 |      --      |    Inf 
348.82/348.90	c   349s|150800 |   131 |  2399k|  15.9 |  11M|  55 |  20 | 231 |  11k| 231 |2453 |  17 |  85k|7399 | 0.000000e+00 |      --      |    Inf 
349.02/349.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.02/349.11	c   349s|150900 |   131 |  2401k|  15.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  85k|7405 | 0.000000e+00 |      --      |    Inf 
349.23/349.30	c   349s|151000 |   129 |  2402k|  15.9 |  11M|  55 |  30 | 231 |  11k| 231 |2453 |  17 |  85k|7409 | 0.000000e+00 |      --      |    Inf 
349.43/349.54	c   350s|151100 |   129 |  2404k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7414 | 0.000000e+00 |      --      |    Inf 
349.63/349.74	c   350s|151200 |   133 |  2405k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7423 | 0.000000e+00 |      --      |    Inf 
349.83/349.95	c   350s|151300 |   135 |  2406k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7424 | 0.000000e+00 |      --      |    Inf 
350.03/350.14	c   350s|151400 |   135 |  2408k|  15.9 |  11M|  55 |  31 | 231 |  11k| 231 |2453 |  17 |  85k|7430 | 0.000000e+00 |      --      |    Inf 
350.23/350.35	c   350s|151500 |   132 |  2409k|  15.9 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  85k|7436 | 0.000000e+00 |      --      |    Inf 
350.43/350.52	c   351s|151600 |   132 |  2410k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7440 | 0.000000e+00 |      --      |    Inf 
350.62/350.74	c   351s|151700 |   131 |  2412k|  15.9 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  85k|7447 | 0.000000e+00 |      --      |    Inf 
350.84/350.95	c   351s|151800 |   130 |  2413k|  15.9 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  85k|7451 | 0.000000e+00 |      --      |    Inf 
351.03/351.15	c   351s|151900 |   129 |  2415k|  15.9 |  11M|  55 |  36 | 231 |  11k| 231 |2453 |  17 |  85k|7455 | 0.000000e+00 |      --      |    Inf 
351.23/351.36	c   351s|152000 |   133 |  2416k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  85k|7462 | 0.000000e+00 |      --      |    Inf 
351.43/351.55	c   352s|152100 |   133 |  2417k|  15.9 |  11M|  55 |  20 | 231 |  11k| 231 |2453 |  17 |  86k|7465 | 0.000000e+00 |      --      |    Inf 
351.63/351.78	c   352s|152200 |   130 |  2419k|  15.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  86k|7472 | 0.000000e+00 |      --      |    Inf 
351.83/351.95	c   352s|152300 |   130 |  2420k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7476 | 0.000000e+00 |      --      |    Inf 
352.03/352.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.03/352.15	c   352s|152400 |   131 |  2421k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7481 | 0.000000e+00 |      --      |    Inf 
352.23/352.37	c   352s|152500 |   131 |  2423k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7488 | 0.000000e+00 |      --      |    Inf 
352.43/352.58	c   353s|152600 |   137 |  2424k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7494 | 0.000000e+00 |      --      |    Inf 
352.63/352.76	c   353s|152700 |   138 |  2426k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7494 | 0.000000e+00 |      --      |    Inf 
352.83/352.93	c   353s|152800 |   137 |  2427k|  15.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  86k|7498 | 0.000000e+00 |      --      |    Inf 
353.03/353.12	c   353s|152900 |   136 |  2428k|  15.9 |  11M|  55 |  33 | 231 |  11k| 231 |2453 |  17 |  86k|7499 | 0.000000e+00 |      --      |    Inf 
353.23/353.30	c   353s|153000 |   145 |  2430k|  15.9 |  11M|  55 |  16 | 231 |  11k| 231 |2453 |  17 |  86k|7500 | 0.000000e+00 |      --      |    Inf 
353.33/353.49	c   353s|153100 |   142 |  2431k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7500 | 0.000000e+00 |      --      |    Inf 
353.53/353.69	c   354s|153200 |   142 |  2432k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7504 | 0.000000e+00 |      --      |    Inf 
353.73/353.89	c   354s|153300 |   143 |  2434k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7504 | 0.000000e+00 |      --      |    Inf 
353.93/354.07	c   354s|153400 |   143 |  2435k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7505 | 0.000000e+00 |      --      |    Inf 
354.14/354.29	c   354s|153500 |   145 |  2437k|  15.9 |  11M|  55 |  26 | 231 |  11k| 231 |2453 |  17 |  86k|7509 | 0.000000e+00 |      --      |    Inf 
354.43/354.53	c   355s|153600 |   139 |  2439k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7512 | 0.000000e+00 |      --      |    Inf 
354.63/354.75	c   355s|153700 |   139 |  2440k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  86k|7512 | 0.000000e+00 |      --      |    Inf 
354.82/354.99	c   355s|153800 |   143 |  2442k|  15.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  86k|7512 | 0.000000e+00 |      --      |    Inf 
355.03/355.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.03/355.19	c   355s|153900 |   139 |  2444k|  15.9 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  86k|7512 | 0.000000e+00 |      --      |    Inf 
355.33/355.42	c   355s|154000 |   133 |  2446k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7512 | 0.000000e+00 |      --      |    Inf 
355.53/355.63	c   356s|154100 |   139 |  2447k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7515 | 0.000000e+00 |      --      |    Inf 
355.73/355.84	c   356s|154200 |   141 |  2449k|  15.9 |  11M|  55 |  38 | 231 |  11k| 231 |2453 |  17 |  87k|7516 | 0.000000e+00 |      --      |    Inf 
355.93/356.03	c   356s|154300 |   138 |  2451k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7516 | 0.000000e+00 |      --      |    Inf 
356.13/356.26	c   356s|154400 |   138 |  2452k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7516 | 0.000000e+00 |      --      |    Inf 
356.34/356.47	c   356s|154500 |   142 |  2454k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7521 | 0.000000e+00 |      --      |    Inf 
356.53/356.69	c   357s|154600 |   143 |  2455k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
356.83/356.90	c   357s|154700 |   141 |  2457k|  15.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
357.03/357.15	c   357s|154800 |   145 |  2459k|  15.9 |  11M|  55 |   - | 231 |  11k|   0 |   0 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
357.23/357.34	c   357s|154900 |   146 |  2461k|  15.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
357.43/357.54	c   358s|155000 |   151 |  2462k|  15.9 |  11M|  55 |  27 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
357.63/357.74	c   358s|155100 |   147 |  2464k|  15.9 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
357.83/357.95	c   358s|155200 |   147 |  2465k|  15.9 |  11M|  55 |  20 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
358.03/358.16	c   358s|155300 |   144 |  2467k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
358.22/358.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.22/358.38	c   358s|155400 |   144 |  2469k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
358.44/358.56	c   359s|155500 |   146 |  2470k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
358.63/358.75	c   359s|155600 |   148 |  2472k|  15.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
358.82/358.97	c   359s|155700 |   144 |  2473k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
359.02/359.19	c   359s|155800 |   144 |  2475k|  15.9 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
359.23/359.39	c   359s|155900 |   146 |  2477k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  87k|7523 | 0.000000e+00 |      --      |    Inf 
359.53/359.62	c   360s|156000 |   142 |  2478k|  15.9 |  11M|  55 |  29 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
359.72/359.82	c   360s|156100 |   146 |  2480k|  15.9 |  11M|  55 |  34 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
359.93/360.01	c   360s|156200 |   147 |  2481k|  15.9 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
360.03/360.19	c   360s|156300 |   148 |  2483k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
360.33/360.41	c   360s|156400 |   146 |  2484k|  15.9 |  11M|  55 |  28 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
360.52/360.63	c   361s|156500 |   141 |  2486k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
360.73/360.87	c   361s|156600 |   141 |  2488k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
360.93/361.08	c   361s|156700 |   142 |  2490k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
361.13/361.29	c   361s|156800 |   143 |  2491k|  15.9 |  11M|  55 |  25 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
361.42/361.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.42/361.50	c   362s|156900 |   146 |  2493k|  15.9 |  11M|  55 |  32 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
361.63/361.73	c   362s|157000 |   145 |  2495k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
361.83/361.95	c   362s|157100 |   149 |  2497k|  15.9 |  11M|  55 |  35 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
362.02/362.17	c   362s|157200 |   153 |  2498k|  15.9 |  11M|  55 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
362.23/362.36	c   362s|157300 |   153 |  2500k|  15.9 |  11M|  59 |  23 | 231 |  11k| 231 |2453 |  17 |  88k|7523 | 0.000000e+00 |      --      |    Inf 
362.53/362.60	c   363s|157400 |   157 |  2501k|  15.9 |  11M|  59 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7530 | 0.000000e+00 |      --      |    Inf 
362.73/362.82	c   363s|157500 |   157 |  2503k|  15.9 |  11M|  59 |  26 | 231 |  11k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
362.93/363.03	c   363s|157600 |   161 |  2504k|  15.9 |  11M|  59 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
363.12/363.22	c   363s|157700 |   168 |  2506k|  15.9 |  11M|  59 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7542 | 0.000000e+00 |      --      |    Inf 
363.33/363.44	c   363s|157800 |   160 |  2507k|  15.9 |  11M|  60 |   - | 231 |  11k| 231 |2453 |  17 |  88k|7548 | 0.000000e+00 |      --      |    Inf 
363.52/363.68	c   364s|157900 |   160 |  2509k|  15.9 |  11M|  60 |  28 | 231 |  11k| 231 |2453 |  17 |  88k|7560 | 0.000000e+00 |      --      |    Inf 
363.72/363.87	c   364s|158000 |   160 |  2510k|  15.9 |  11M|  60 |  38 | 231 |  11k| 231 |2453 |  17 |  88k|7560 | 0.000000e+00 |      --      |    Inf 
364.03/364.12	c   364s|158100 |   161 |  2512k|  15.9 |  11M|  60 |  44 | 231 |  11k| 231 |2453 |  17 |  89k|7565 | 0.000000e+00 |      --      |    Inf 
364.23/364.37	c   364s|158200 |   161 |  2514k|  15.9 |  11M|  60 |  38 | 231 |  11k| 231 |2453 |  17 |  89k|7575 | 0.000000e+00 |      --      |    Inf 
364.42/364.58	c   365s|158300 |   158 |  2516k|  15.9 |  11M|  60 |  38 | 231 |  11k| 231 |2453 |  17 |  89k|7575 | 0.000000e+00 |      --      |    Inf 
364.73/364.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.73/364.80	c   365s|158400 |   156 |  2517k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7581 | 0.000000e+00 |      --      |    Inf 
364.93/365.02	c   365s|158500 |   158 |  2519k|  15.9 |  11M|  61 |  40 | 231 |  11k| 231 |2453 |  17 |  89k|7581 | 0.000000e+00 |      --      |    Inf 
365.14/365.25	c   365s|158600 |   156 |  2520k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7587 | 0.000000e+00 |      --      |    Inf 
365.33/365.45	c   365s|158700 |   156 |  2522k|  15.9 |  11M|  61 |  34 | 231 |  11k| 231 |2453 |  17 |  89k|7589 | 0.000000e+00 |      --      |    Inf 
365.53/365.69	c   366s|158800 |   156 |  2523k|  15.9 |  11M|  61 |  29 | 231 |  11k| 231 |2453 |  17 |  89k|7596 | 0.000000e+00 |      --      |    Inf 
365.72/365.87	c   366s|158900 |   158 |  2525k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7596 | 0.000000e+00 |      --      |    Inf 
366.02/366.11	c   366s|159000 |   153 |  2526k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7606 | 0.000000e+00 |      --      |    Inf 
366.13/366.30	c   366s|159100 |   155 |  2528k|  15.9 |  11M|  61 |  23 | 231 |  11k| 231 |2453 |  17 |  89k|7606 | 0.000000e+00 |      --      |    Inf 
366.43/366.53	c   367s|159200 |   153 |  2529k|  15.9 |  11M|  61 |  29 | 231 |  11k| 231 |2453 |  17 |  89k|7611 | 0.000000e+00 |      --      |    Inf 
366.63/366.78	c   367s|159300 |   149 |  2531k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7616 | 0.000000e+00 |      --      |    Inf 
366.93/367.00	c   367s|159400 |   145 |  2533k|  15.9 |  11M|  61 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7619 | 0.000000e+00 |      --      |    Inf 
367.13/367.20	c   367s|159500 |   145 |  2534k|  15.9 |  11M|  61 |  24 | 231 |  11k| 231 |2453 |  17 |  89k|7625 | 0.000000e+00 |      --      |    Inf 
367.34/367.44	c   367s|159600 |   141 |  2535k|  15.9 |  11M|  62 |  41 | 231 |  11k| 231 |2453 |  17 |  89k|7636 | 0.000000e+00 |      --      |    Inf 
367.52/367.62	c   368s|159700 |   141 |  2537k|  15.9 |  11M|  62 |   - | 231 |  11k|   0 |   0 |  17 |  89k|7636 | 0.000000e+00 |      --      |    Inf 
367.73/367.80	c   368s|159800 |   139 |  2538k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  89k|7638 | 0.000000e+00 |      --      |    Inf 
367.93/368.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.93/368.00	c   368s|159900 |   139 |  2539k|  15.9 |  11M|  62 |  35 | 231 |  11k| 231 |2453 |  17 |  89k|7645 | 0.000000e+00 |      --      |    Inf 
368.02/368.19	c   368s|160000 |   139 |  2541k|  15.9 |  11M|  62 |  39 | 231 |  11k| 231 |2453 |  17 |  89k|7648 | 0.000000e+00 |      --      |    Inf 
368.34/368.44	c   368s|160100 |   140 |  2542k|  15.9 |  11M|  62 |  29 | 231 |  11k| 231 |2453 |  17 |  90k|7656 | 0.000000e+00 |      --      |    Inf 
368.53/368.65	c   369s|160200 |   138 |  2544k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7660 | 0.000000e+00 |      --      |    Inf 
368.72/368.87	c   369s|160300 |   139 |  2546k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7667 | 0.000000e+00 |      --      |    Inf 
368.93/369.08	c   369s|160400 |   136 |  2547k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7670 | 0.000000e+00 |      --      |    Inf 
369.22/369.33	c   369s|160500 |   133 |  2549k|  15.9 |  11M|  62 |  41 | 231 |  11k| 231 |2453 |  17 |  90k|7676 | 0.000000e+00 |      --      |    Inf 
369.43/369.58	c   370s|160600 |   135 |  2551k|  15.9 |  11M|  62 |  40 | 231 |  11k| 231 |2453 |  17 |  90k|7682 | 0.000000e+00 |      --      |    Inf 
369.62/369.76	c   370s|160700 |   135 |  2552k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7684 | 0.000000e+00 |      --      |    Inf 
369.82/369.96	c   370s|160800 |   134 |  2553k|  15.9 |  11M|  62 |  39 | 231 |  11k| 231 |2453 |  17 |  90k|7687 | 0.000000e+00 |      --      |    Inf 
370.02/370.19	c   370s|160900 |   128 |  2555k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7692 | 0.000000e+00 |      --      |    Inf 
370.22/370.39	c   370s|161000 |   130 |  2556k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7695 | 0.000000e+00 |      --      |    Inf 
370.43/370.58	c   371s|161100 |   130 |  2558k|  15.9 |  11M|  62 |  38 | 231 |  11k| 231 |2453 |  17 |  90k|7697 | 0.000000e+00 |      --      |    Inf 
370.63/370.75	c   371s|161200 |   134 |  2559k|  15.9 |  11M|  62 |  22 | 231 |  11k| 231 |2453 |  17 |  90k|7699 | 0.000000e+00 |      --      |    Inf 
370.82/370.92	c   371s|161300 |   131 |  2560k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7700 | 0.000000e+00 |      --      |    Inf 
371.03/371.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.03/371.11	c   371s|161400 |   126 |  2562k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7700 | 0.000000e+00 |      --      |    Inf 
371.23/371.32	c   371s|161500 |   127 |  2563k|  15.9 |  11M|  62 |  30 | 231 |  11k| 231 |2453 |  17 |  90k|7701 | 0.000000e+00 |      --      |    Inf 
371.43/371.55	c   372s|161600 |   123 |  2565k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7702 | 0.000000e+00 |      --      |    Inf 
371.64/371.75	c   372s|161700 |   123 |  2566k|  15.9 |  11M|  62 |  34 | 231 |  11k| 231 |2453 |  17 |  90k|7702 | 0.000000e+00 |      --      |    Inf 
371.83/371.95	c   372s|161800 |   121 |  2568k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7702 | 0.000000e+00 |      --      |    Inf 
372.02/372.14	c   372s|161900 |   121 |  2569k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  90k|7702 | 0.000000e+00 |      --      |    Inf 
372.23/372.35	c   372s|162000 |   123 |  2571k|  15.9 |  11M|  62 |  32 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
372.43/372.55	c   373s|162100 |   121 |  2572k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
372.62/372.77	c   373s|162200 |   119 |  2574k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
372.84/372.98	c   373s|162300 |   123 |  2575k|  15.9 |  11M|  62 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
373.03/373.19	c   373s|162400 |   119 |  2577k|  15.9 |  11M|  62 |  39 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
373.23/373.36	c   373s|162500 |   120 |  2578k|  15.9 |  11M|  62 |   - | 231 |  11k|   0 |   0 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
373.42/373.55	c   374s|162600 |   120 |  2580k|  15.9 |  11M|  62 |  29 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
373.63/373.74	c   374s|162700 |   118 |  2581k|  15.9 |  11M|  62 |  38 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
373.83/373.95	c   374s|162800 |   118 |  2582k|  15.9 |  11M|  62 |  38 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.03/374.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.03/374.14	c   374s|162900 |   118 |  2584k|  15.9 |  11M|  62 |  34 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.23/374.34	c   374s|163000 |   118 |  2585k|  15.9 |  11M|  65 |  40 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.42/374.52	c   375s|163100 |   116 |  2587k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.63/374.71	c   375s|163200 |   116 |  2588k|  15.9 |  11M|  66 |  32 | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.73/374.88	c   375s|163300 |   114 |  2589k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
374.93/375.08	c   375s|163400 |   116 |  2591k|  15.9 |  11M|  66 |   - | 231 |  11k|   0 |   0 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
375.13/375.29	c   375s|163500 |   114 |  2592k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
375.43/375.52	c   376s|163600 |   114 |  2594k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
375.62/375.73	c   376s|163700 |   115 |  2596k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
375.82/375.94	c   376s|163800 |   113 |  2597k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
376.03/376.15	c   376s|163900 |   113 |  2599k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  91k|7702 | 0.000000e+00 |      --      |    Inf 
376.23/376.35	c   376s|164000 |   113 |  2600k|  15.9 |  11M|  66 |  37 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
376.42/376.56	c   377s|164100 |   111 |  2602k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
376.62/376.78	c   377s|164200 |   115 |  2603k|  15.9 |  11M|  66 |  35 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
376.83/376.98	c   377s|164300 |   113 |  2605k|  15.9 |  11M|  66 |  33 | 231 |  10k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
377.02/377.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.02/377.19	c   377s|164400 |   113 |  2606k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
377.23/377.37	c   377s|164500 |   114 |  2608k|  15.9 |  11M|  66 |  22 | 231 |  10k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
377.43/377.56	c   378s|164600 |   115 |  2609k|  15.9 |  11M|  66 |  18 | 231 |  10k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
377.63/377.78	c   378s|164700 |   113 |  2611k|  15.9 |  11M|  66 |  42 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
377.93/378.00	c   378s|164800 |   115 |  2612k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
378.12/378.21	c   378s|164900 |   117 |  2614k|  15.9 |  11M|  66 |  20 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
378.33/378.42	c   378s|165000 |   113 |  2615k|  15.9 |  11M|  66 |  32 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
378.52/378.64	c   379s|165100 |   111 |  2617k|  15.9 |  11M|  66 |  35 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
378.72/378.85	c   379s|165200 |   109 |  2619k|  15.9 |  11M|  66 |  41 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
378.93/379.09	c   379s|165300 |   107 |  2621k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
379.22/379.32	c   379s|165400 |   105 |  2622k|  15.9 |  11M|  66 |  41 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
379.43/379.55	c   380s|165500 |   103 |  2624k|  15.9 |  11M|  66 |  32 | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
379.63/379.74	c   380s|165600 |   101 |  2625k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  92k|7702 | 0.000000e+00 |      --      |    Inf 
379.83/379.98	c   380s|165700 |   101 |  2627k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  92k|7704 | 0.000000e+00 |      --      |    Inf 
380.12/380.20	c   380s|165800 |   103 |  2629k|  15.9 |  11M|  66 |  32 | 231 |  10k| 231 |2453 |  17 |  93k|7713 | 0.000000e+00 |      --      |    Inf 
380.23/380.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.23/380.39	c   380s|165900 |   102 |  2630k|  15.9 |  11M|  66 |  40 | 231 |  10k| 231 |2453 |  17 |  93k|7713 | 0.000000e+00 |      --      |    Inf 
380.53/380.60	c   381s|166000 |   104 |  2631k|  15.9 |  11M|  66 |  31 | 231 |  10k| 231 |2453 |  17 |  93k|7719 | 0.000000e+00 |      --      |    Inf 
380.73/380.82	c   381s|166100 |   102 |  2633k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7726 | 0.000000e+00 |      --      |    Inf 
380.92/381.09	c   381s|166200 |   102 |  2635k|  15.9 |  11M|  66 |  36 | 231 |  10k| 231 |2453 |  17 |  93k|7736 | 0.000000e+00 |      --      |    Inf 
381.22/381.30	c   381s|166300 |    98 |  2636k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7736 | 0.000000e+00 |      --      |    Inf 
381.43/381.56	c   382s|166400 |    97 |  2638k|  15.9 |  11M|  66 |  40 | 231 |  10k| 231 |2453 |  17 |  93k|7746 | 0.000000e+00 |      --      |    Inf 
381.63/381.77	c   382s|166500 |    97 |  2639k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7746 | 0.000000e+00 |      --      |    Inf 
381.93/382.03	c   382s|166600 |    94 |  2641k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7756 | 0.000000e+00 |      --      |    Inf 
382.12/382.23	c   382s|166700 |    95 |  2643k|  15.9 |  11M|  66 |  28 | 231 |  10k| 231 |2453 |  17 |  93k|7756 | 0.000000e+00 |      --      |    Inf 
382.32/382.40	c   382s|166800 |    94 |  2644k|  15.9 |  11M|  66 |  35 | 231 |  10k| 231 |2453 |  17 |  93k|7756 | 0.000000e+00 |      --      |    Inf 
382.52/382.64	c   383s|166900 |    92 |  2645k|  15.9 |  11M|  66 |  38 | 231 |  10k| 231 |2453 |  17 |  93k|7765 | 0.000000e+00 |      --      |    Inf 
382.73/382.88	c   383s|167000 |    90 |  2647k|  15.9 |  11M|  66 |  31 | 231 |  10k| 231 |2453 |  17 |  93k|7765 | 0.000000e+00 |      --      |    Inf 
383.02/383.14	c   383s|167100 |    86 |  2649k|  15.9 |  11M|  66 |  42 | 231 |  10k| 231 |2453 |  17 |  93k|7774 | 0.000000e+00 |      --      |    Inf 
383.22/383.36	c   383s|167200 |    89 |  2650k|  15.9 |  11M|  66 |  29 | 231 |  10k| 231 |2453 |  17 |  93k|7774 | 0.000000e+00 |      --      |    Inf 
383.42/383.58	c   384s|167300 |    89 |  2652k|  15.9 |  11M|  66 |  31 | 231 |  10k| 231 |2453 |  17 |  93k|7774 | 0.000000e+00 |      --      |    Inf 
383.73/383.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.73/383.82	c   384s|167400 |    87 |  2654k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7781 | 0.000000e+00 |      --      |    Inf 
383.92/384.07	c   384s|167500 |    86 |  2655k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7786 | 0.000000e+00 |      --      |    Inf 
384.22/384.30	c   384s|167600 |    86 |  2657k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  93k|7790 | 0.000000e+00 |      --      |    Inf 
384.42/384.54	c   385s|167700 |    86 |  2659k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7796 | 0.000000e+00 |      --      |    Inf 
384.62/384.78	c   385s|167800 |    85 |  2660k|  15.9 |  11M|  66 |  26 | 231 |  10k| 231 |2453 |  17 |  94k|7802 | 0.000000e+00 |      --      |    Inf 
384.83/385.00	c   385s|167900 |    85 |  2662k|  15.9 |  11M|  66 |  39 | 231 |  10k| 231 |2453 |  17 |  94k|7804 | 0.000000e+00 |      --      |    Inf 
385.12/385.24	c   385s|168000 |    84 |  2664k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7811 | 0.000000e+00 |      --      |    Inf 
385.33/385.48	c   385s|168100 |    86 |  2665k|  15.9 |  11M|  66 |  25 | 231 |  10k| 231 |2453 |  17 |  94k|7816 | 0.000000e+00 |      --      |    Inf 
385.62/385.73	c   386s|168200 |    85 |  2667k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7821 | 0.000000e+00 |      --      |    Inf 
385.82/385.98	c   386s|168300 |    87 |  2669k|  15.9 |  11M|  66 |  35 | 231 |  10k| 231 |2453 |  17 |  94k|7829 | 0.000000e+00 |      --      |    Inf 
386.13/386.23	c   386s|168400 |    83 |  2671k|  15.9 |  11M|  66 |  40 | 231 |  10k| 231 |2453 |  17 |  94k|7832 | 0.000000e+00 |      --      |    Inf 
386.32/386.49	c   386s|168500 |    84 |  2672k|  15.9 |  11M|  66 |  34 | 231 |  10k| 231 |2453 |  17 |  94k|7838 | 0.000000e+00 |      --      |    Inf 
386.62/386.70	c   387s|168600 |    84 |  2674k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7841 | 0.000000e+00 |      --      |    Inf 
386.83/386.98	c   387s|168700 |    82 |  2676k|  15.9 |  11M|  66 |  40 | 231 |  10k| 231 |2453 |  17 |  94k|7849 | 0.000000e+00 |      --      |    Inf 
387.13/387.24	c   387s|168800 |    76 |  2678k|  15.9 |  10M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7855 | 0.000000e+00 |      --      |    Inf 
387.32/387.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.32/387.47	c   387s|168900 |    75 |  2679k|  15.9 |  10M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7859 | 0.000000e+00 |      --      |    Inf 
387.53/387.69	c   388s|169000 |    74 |  2681k|  15.9 |  10M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7862 | 0.000000e+00 |      --      |    Inf 
387.82/387.94	c   388s|169100 |    72 |  2682k|  15.9 |  10M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7862 | 0.000000e+00 |      --      |    Inf 
388.02/388.19	c   388s|169200 |    72 |  2684k|  15.9 |  10M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  94k|7866 | 0.000000e+00 |      --      |    Inf 
388.33/388.41	c   388s|169300 |    74 |  2686k|  15.9 |  10M|  66 |  41 | 231 |  10k| 231 |2453 |  17 |  94k|7868 | 0.000000e+00 |      --      |    Inf 
388.52/388.60	c   389s|169400 |    78 |  2687k|  15.9 |  10M|  66 |  28 | 231 |  10k| 231 |2453 |  17 |  94k|7868 | 0.000000e+00 |      --      |    Inf 
388.72/388.83	c   389s|169500 |    77 |  2689k|  15.9 |  10M|  66 |  27 | 231 |  10k| 231 |2453 |  17 |  95k|7868 | 0.000000e+00 |      --      |    Inf 
388.93/389.06	c   389s|169600 |    74 |  2691k|  15.9 |  10M|  66 |  36 | 231 |  10k| 231 |2453 |  17 |  95k|7868 | 0.000000e+00 |      --      |    Inf 
389.12/389.28	c   389s|169700 |    74 |  2692k|  15.9 |  10M|  66 |  44 | 231 |  10k| 231 |2453 |  17 |  95k|7869 | 0.000000e+00 |      --      |    Inf 
389.42/389.50	c   389s|169800 |    74 |  2694k|  15.9 |  10M|  66 |  30 | 231 |  10k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
389.63/389.70	c   390s|169900 |    77 |  2696k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
389.82/389.91	c   390s|170000 |    77 |  2697k|  15.9 |  11M|  66 |  38 | 231 |  10k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
390.02/390.14	c   390s|170100 |    74 |  2699k|  15.9 |  11M|  66 |   - | 231 |  10k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
390.22/390.32	c   390s|170200 |    82 |  2700k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
390.43/390.52	c   391s|170300 |    79 |  2702k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
390.62/390.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.62/390.73	c   391s|170400 |    80 |  2703k|  15.9 |  11M|  66 |  34 | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
390.82/390.94	c   391s|170500 |    84 |  2705k|  15.9 |  11M|  66 |  33 | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
391.02/391.16	c   391s|170600 |    80 |  2707k|  15.9 |  11M|  66 |  31 | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
391.22/391.39	c   391s|170700 |    81 |  2708k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
391.53/391.61	c   392s|170800 |    78 |  2710k|  15.9 |  11M|  66 |  33 | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
391.72/391.81	c   392s|170900 |    75 |  2711k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
391.92/392.02	c   392s|171000 |    75 |  2713k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
392.12/392.23	c   392s|171100 |    75 |  2715k|  15.9 |  11M|  66 |  29 | 231 |  11k| 231 |2453 |  17 |  95k|7870 | 0.000000e+00 |      --      |    Inf 
392.33/392.43	c   392s|171200 |    79 |  2716k|  15.9 |  11M|  66 |  29 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
392.53/392.64	c   393s|171300 |    83 |  2718k|  15.9 |  11M|  66 |  25 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
392.72/392.87	c   393s|171400 |    84 |  2719k|  15.9 |  11M|  66 |  30 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
392.93/393.08	c   393s|171500 |    80 |  2721k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
393.22/393.31	c   393s|171600 |    78 |  2723k|  15.9 |  11M|  66 |  47 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
393.42/393.54	c   394s|171700 |    78 |  2724k|  15.9 |  11M|  66 |  33 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
393.62/393.76	c   394s|171800 |    74 |  2726k|  15.9 |  11M|  66 |  45 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
393.83/393.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.83/393.97	c   394s|171900 |    74 |  2728k|  15.9 |  11M|  66 |  39 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
394.02/394.20	c   394s|172000 |    72 |  2729k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
394.32/394.41	c   394s|172100 |    72 |  2731k|  15.9 |  11M|  66 |  28 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
394.52/394.61	c   395s|172200 |    72 |  2732k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
394.73/394.81	c   395s|172300 |    70 |  2734k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
394.93/395.02	c   395s|172400 |    71 |  2735k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
395.13/395.22	c   395s|172500 |    74 |  2737k|  15.9 |  11M|  66 |  31 | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
395.32/395.41	c   395s|172600 |    72 |  2738k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
395.52/395.64	c   396s|172700 |    72 |  2740k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
395.72/395.86	c   396s|172800 |    68 |  2741k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
395.93/396.07	c   396s|172900 |    66 |  2743k|  15.9 |  11M|  66 |  42 | 231 |  12k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
396.13/396.28	c   396s|173000 |    66 |  2744k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  96k|7871 | 0.000000e+00 |      --      |    Inf 
396.42/396.50	c   396s|173100 |    66 |  2746k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
396.62/396.72	c   397s|173200 |    66 |  2748k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
396.83/396.94	c   397s|173300 |    64 |  2749k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
397.03/397.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.03/397.14	c   397s|173400 |    64 |  2751k|  15.9 |  11M|  66 |  28 | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
397.22/397.34	c   397s|173500 |    62 |  2752k|  15.9 |  11M|  66 |  28 | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
397.43/397.54	c   398s|173600 |    61 |  2753k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
397.62/397.75	c   398s|173700 |    63 |  2755k|  15.9 |  11M|  66 |  33 | 231 |  11k| 231 |2453 |  17 |  97k|7871 | 0.000000e+00 |      --      |    Inf 
397.82/397.99	c   398s|173800 |    61 |  2757k|  15.9 |  11M|  66 |  31 | 231 |  11k| 231 |2453 |  17 |  97k|7879 | 0.000000e+00 |      --      |    Inf 
398.13/398.26	c   398s|173900 |    59 |  2758k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7889 | 0.000000e+00 |      --      |    Inf 
398.32/398.46	c   398s|174000 |    59 |  2760k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7889 | 0.000000e+00 |      --      |    Inf 
398.52/398.64	c   399s|174100 |    57 |  2761k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7889 | 0.000000e+00 |      --      |    Inf 
398.72/398.83	c   399s|174200 |    57 |  2762k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7889 | 0.000000e+00 |      --      |    Inf 
398.92/399.06	c   399s|174300 |    59 |  2764k|  15.9 |  11M|  66 |  35 | 231 |  11k| 231 |2453 |  17 |  97k|7898 | 0.000000e+00 |      --      |    Inf 
399.13/399.27	c   399s|174400 |    61 |  2765k|  15.9 |  11M|  66 |  26 | 231 |  11k| 231 |2453 |  17 |  97k|7898 | 0.000000e+00 |      --      |    Inf 
399.43/399.51	c   400s|174500 |    61 |  2767k|  15.9 |  11M|  66 |  37 | 231 |  11k| 231 |2453 |  17 |  97k|7909 | 0.000000e+00 |      --      |    Inf 
399.62/399.73	c   400s|174600 |    61 |  2768k|  15.9 |  11M|  66 |  36 | 231 |  11k| 231 |2453 |  17 |  97k|7909 | 0.000000e+00 |      --      |    Inf 
399.82/399.96	c   400s|174700 |    59 |  2770k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  97k|7917 | 0.000000e+00 |      --      |    Inf 
400.02/400.17	c   400s|174800 |    61 |  2772k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  98k|7917 | 0.000000e+00 |      --      |    Inf 
400.33/400.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.33/400.41	c   400s|174900 |    61 |  2773k|  15.9 |  11M|  66 |  31 | 231 |  11k| 231 |2453 |  17 |  98k|7924 | 0.000000e+00 |      --      |    Inf 
400.52/400.65	c   401s|175000 |    65 |  2775k|  15.9 |  11M|  66 |  24 | 231 |  11k| 231 |2453 |  17 |  98k|7928 | 0.000000e+00 |      --      |    Inf 
400.82/400.92	c   401s|175100 |    60 |  2777k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  98k|7938 | 0.000000e+00 |      --      |    Inf 
401.02/401.12	c   401s|175200 |    66 |  2778k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  98k|7938 | 0.000000e+00 |      --      |    Inf 
401.22/401.33	c   401s|175300 |    72 |  2780k|  15.9 |  11M|  66 |  28 | 231 |  11k| 231 |2453 |  17 |  98k|7940 | 0.000000e+00 |      --      |    Inf 
401.43/401.54	c   402s|175400 |    68 |  2781k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  98k|7946 | 0.000000e+00 |      --      |    Inf 
401.62/401.76	c   402s|175500 |    65 |  2782k|  15.9 |  11M|  66 |  39 | 231 |  11k| 231 |2453 |  17 |  98k|7951 | 0.000000e+00 |      --      |    Inf 
401.93/402.02	c   402s|175600 |    71 |  2784k|  15.9 |  11M|  66 |  37 | 231 |  11k| 231 |2453 |  17 |  98k|7957 | 0.000000e+00 |      --      |    Inf 
402.12/402.28	c   402s|175700 |    72 |  2786k|  15.9 |  11M|  66 |  44 | 231 |  11k| 231 |2453 |  17 |  98k|7961 | 0.000000e+00 |      --      |    Inf 
402.43/402.57	c   403s|175800 |    76 |  2788k|  15.9 |  11M|  66 |  38 | 231 |  11k| 231 |2453 |  17 |  98k|7968 | 0.000000e+00 |      --      |    Inf 
402.72/402.83	c   403s|175900 |    80 |  2790k|  15.9 |  11M|  66 |  43 | 231 |  11k| 231 |2453 |  17 |  98k|7974 | 0.000000e+00 |      --      |    Inf 
403.02/403.11	c   403s|176000 |    72 |  2792k|  15.9 |  11M|  66 |  29 | 231 |  11k| 231 |2453 |  17 |  98k|7979 | 0.000000e+00 |      --      |    Inf 
403.22/403.36	c   403s|176100 |    72 |  2794k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  98k|7984 | 0.000000e+00 |      --      |    Inf 
403.53/403.64	c   404s|176200 |    70 |  2796k|  15.9 |  11M|  66 |  26 | 231 |  12k| 231 |2453 |  17 |  98k|7991 | 0.000000e+00 |      --      |    Inf 
403.72/403.89	c   404s|176300 |    66 |  2798k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  98k|7996 | 0.000000e+00 |      --      |    Inf 
404.02/404.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.02/404.14	c   404s|176400 |    66 |  2799k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  98k|8001 | 0.000000e+00 |      --      |    Inf 
404.32/404.41	c   404s|176500 |    67 |  2801k|  15.9 |  11M|  66 |  43 | 231 |  12k| 231 |2453 |  17 |  98k|8008 | 0.000000e+00 |      --      |    Inf 
404.52/404.65	c   405s|176600 |    61 |  2803k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8013 | 0.000000e+00 |      --      |    Inf 
404.82/404.91	c   405s|176700 |    61 |  2805k|  15.9 |  11M|  66 |  41 | 231 |  12k| 231 |2453 |  17 |  99k|8017 | 0.000000e+00 |      --      |    Inf 
405.02/405.19	c   405s|176800 |    61 |  2807k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8027 | 0.000000e+00 |      --      |    Inf 
405.32/405.44	c   405s|176900 |    61 |  2809k|  15.9 |  11M|  66 |  35 | 231 |  12k| 231 |2453 |  17 |  99k|8033 | 0.000000e+00 |      --      |    Inf 
405.62/405.70	c   406s|177000 |    57 |  2810k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8040 | 0.000000e+00 |      --      |    Inf 
405.83/405.94	c   406s|177100 |    55 |  2812k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8042 | 0.000000e+00 |      --      |    Inf 
406.02/406.15	c   406s|177200 |    57 |  2813k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8043 | 0.000000e+00 |      --      |    Inf 
406.32/406.41	c   406s|177300 |    56 |  2815k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8047 | 0.000000e+00 |      --      |    Inf 
406.53/406.63	c   407s|177400 |    54 |  2817k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8048 | 0.000000e+00 |      --      |    Inf 
406.72/406.86	c   407s|177500 |    52 |  2818k|  15.9 |  11M|  66 |   - | 231 |  12k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
406.93/407.08	c   407s|177600 |    48 |  2820k|  15.9 |  11M|  66 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
407.12/407.29	c   407s|177700 |    47 |  2821k|  15.9 |  11M|  66 |  37 | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
407.33/407.48	c   407s|177800 |    47 |  2823k|  15.9 |  11M|  66 |  29 | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
407.52/407.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.52/407.69	c   408s|177900 |    44 |  2824k|  15.9 |  11M|  67 |   - | 231 |  11k|   0 |   0 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
407.82/407.91	c   408s|178000 |    47 |  2826k|  15.9 |  11M|  67 |  23 | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
408.03/408.16	c   408s|178100 |    46 |  2828k|  15.9 |  11M|  67 |  29 | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
408.22/408.38	c   408s|178200 |    48 |  2830k|  15.9 |  11M|  67 |  29 | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
408.52/408.61	c   409s|178300 |    45 |  2831k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 |  99k|8052 | 0.000000e+00 |      --      |    Inf 
408.72/408.86	c   409s|178400 |    49 |  2833k|  15.9 |  11M|  67 |  31 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
408.92/409.09	c   409s|178500 |    49 |  2835k|  15.9 |  11M|  67 |  34 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
409.22/409.34	c   409s|178600 |    47 |  2837k|  15.9 |  11M|  67 |  43 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
409.42/409.55	c   410s|178700 |    51 |  2839k|  15.9 |  11M|  67 |  15 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
409.62/409.77	c   410s|178800 |    47 |  2840k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
409.82/409.95	c   410s|178900 |    52 |  2842k|  15.9 |  11M|  67 |  23 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
410.02/410.12	c   410s|179000 |    49 |  2843k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
410.22/410.30	c   410s|179100 |    49 |  2844k|  15.9 |  11M|  67 |  24 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
410.42/410.51	c   411s|179200 |    50 |  2846k|  15.9 |  11M|  67 |  24 | 231 |  11k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
410.62/410.71	c   411s|179300 |    49 |  2847k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
410.82/410.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.82/410.95	c   411s|179400 |    49 |  2849k|  15.9 |  11M|  67 |  13 | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
411.12/411.20	c   411s|179500 |    47 |  2851k|  15.9 |  11M|  67 |  42 | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
411.33/411.42	c   411s|179600 |    49 |  2853k|  15.9 |  11M|  67 |   - | 231 |  12k|   0 |   0 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
411.52/411.62	c   412s|179700 |    48 |  2854k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
411.72/411.83	c   412s|179800 |    46 |  2856k|  15.9 |  11M|  67 |  39 | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
411.92/412.06	c   412s|179900 |    47 |  2858k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
412.12/412.29	c   412s|180000 |    53 |  2859k|  15.9 |  11M|  67 |  26 | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
412.33/412.50	c   413s|180100 |    51 |  2861k|  15.9 |  11M|  67 |  35 | 231 |  12k| 231 |2453 |  17 | 100k|8052 | 0.000000e+00 |      --      |    Inf 
412.62/412.70	c   413s|180200 |    48 |  2862k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
412.82/412.90	c   413s|180300 |    56 |  2864k|  15.9 |  11M|  67 |  25 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
413.02/413.11	c   413s|180400 |    54 |  2866k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
413.22/413.30	c   413s|180500 |    55 |  2867k|  15.9 |  11M|  67 |  28 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
413.42/413.51	c   414s|180600 |    58 |  2869k|  15.9 |  11M|  67 |  31 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
413.62/413.74	c   414s|180700 |    57 |  2870k|  15.9 |  11M|  67 |  11 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
413.82/413.97	c   414s|180800 |    58 |  2872k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
414.02/414.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.02/414.19	c   414s|180900 |    57 |  2874k|  15.9 |  11M|  67 |  40 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
414.32/414.40	c   414s|181000 |    58 |  2875k|  15.9 |  11M|  67 |  40 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
414.52/414.65	c   415s|181100 |    59 |  2878k|  15.9 |  11M|  67 |  42 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
414.72/414.89	c   415s|181200 |    53 |  2879k|  15.9 |  11M|  67 |  36 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
415.02/415.14	c   415s|181300 |    53 |  2881k|  15.9 |  11M|  67 |  33 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
415.22/415.37	c   415s|181400 |    55 |  2883k|  15.9 |  11M|  67 |  25 | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
415.52/415.61	c   416s|181500 |    49 |  2885k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
415.73/415.83	c   416s|181600 |    51 |  2887k|  15.9 |  11M|  67 |  33 | 231 |  13k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
415.92/416.06	c   416s|181700 |    51 |  2888k|  15.9 |  11M|  67 |  32 | 231 |  13k| 231 |2453 |  17 | 101k|8052 | 0.000000e+00 |      --      |    Inf 
416.22/416.33	c   416s|181800 |    51 |  2890k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 101k|8066 | 0.000000e+00 |      --      |    Inf 
416.42/416.57	c   417s|181900 |    49 |  2892k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 101k|8066 | 0.000000e+00 |      --      |    Inf 
416.73/416.82	c   417s|182000 |    50 |  2894k|  15.9 |  11M|  67 |  38 | 231 |  13k| 231 |2453 |  17 | 101k|8066 | 0.000000e+00 |      --      |    Inf 
416.92/417.04	c   417s|182100 |    49 |  2895k|  15.9 |  11M|  67 |  44 | 231 |  13k| 231 |2453 |  17 | 102k|8075 | 0.000000e+00 |      --      |    Inf 
417.12/417.22	c   417s|182200 |    51 |  2897k|  15.9 |  11M|  67 |  37 | 231 |  13k| 231 |2453 |  17 | 102k|8075 | 0.000000e+00 |      --      |    Inf 
417.32/417.46	c   417s|182300 |    55 |  2898k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8083 | 0.000000e+00 |      --      |    Inf 
417.52/417.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.52/417.62	c   418s|182400 |    54 |  2899k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8083 | 0.000000e+00 |      --      |    Inf 
417.72/417.81	c   418s|182500 |    52 |  2900k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8089 | 0.000000e+00 |      --      |    Inf 
417.92/418.02	c   418s|182600 |    53 |  2902k|  15.9 |  11M|  67 |  30 | 231 |  13k| 231 |2453 |  17 | 102k|8092 | 0.000000e+00 |      --      |    Inf 
418.11/418.27	c   418s|182700 |    55 |  2904k|  15.9 |  11M|  67 |  26 | 231 |  13k| 231 |2453 |  17 | 102k|8100 | 0.000000e+00 |      --      |    Inf 
418.42/418.51	c   419s|182800 |    58 |  2905k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8102 | 0.000000e+00 |      --      |    Inf 
418.62/418.78	c   419s|182900 |    59 |  2907k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8108 | 0.000000e+00 |      --      |    Inf 
418.92/419.04	c   419s|183000 |    61 |  2909k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8116 | 0.000000e+00 |      --      |    Inf 
419.11/419.27	c   419s|183100 |    61 |  2911k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8116 | 0.000000e+00 |      --      |    Inf 
419.42/419.53	c   420s|183200 |    59 |  2913k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8123 | 0.000000e+00 |      --      |    Inf 
419.62/419.78	c   420s|183300 |    57 |  2915k|  15.9 |  11M|  67 |  42 | 231 |  13k| 231 |2453 |  17 | 102k|8127 | 0.000000e+00 |      --      |    Inf 
419.92/420.05	c   420s|183400 |    53 |  2917k|  15.9 |  11M|  67 |  41 | 231 |  13k| 231 |2453 |  17 | 102k|8131 | 0.000000e+00 |      --      |    Inf 
420.22/420.30	c   420s|183500 |    48 |  2918k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8138 | 0.000000e+00 |      --      |    Inf 
420.42/420.56	c   421s|183600 |    54 |  2920k|  15.9 |  12M|  67 |  31 | 231 |  13k| 231 |2453 |  17 | 102k|8142 | 0.000000e+00 |      --      |    Inf 
420.62/420.79	c   421s|183700 |    55 |  2922k|  15.9 |  12M|  67 |  24 | 231 |  13k| 231 |2453 |  17 | 102k|8147 | 0.000000e+00 |      --      |    Inf 
420.91/421.00	c   421s|183800 |    51 |  2923k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8150 | 0.000000e+00 |      --      |    Inf 
421.12/421.23	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.23	c   421s|183900 |    52 |  2925k|  15.9 |  12M|  67 |  27 | 231 |  13k| 231 |2453 |  17 | 102k|8153 | 0.000000e+00 |      --      |    Inf 
421.32/421.47	c   421s|184000 |    50 |  2926k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8160 | 0.000000e+00 |      --      |    Inf 
421.62/421.74	c   422s|184100 |    48 |  2928k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8166 | 0.000000e+00 |      --      |    Inf 
421.82/421.99	c   422s|184200 |    50 |  2930k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 102k|8169 | 0.000000e+00 |      --      |    Inf 
422.12/422.24	c   422s|184300 |    48 |  2932k|  15.9 |  12M|  67 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8175 | 0.000000e+00 |      --      |    Inf 
422.32/422.48	c   422s|184400 |    48 |  2934k|  15.9 |  12M|  67 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8179 | 0.000000e+00 |      --      |    Inf 
422.61/422.74	c   423s|184500 |    50 |  2935k|  15.9 |  12M|  67 |   - | 231 |  14k| 231 |2453 |  17 | 103k|8184 | 0.000000e+00 |      --      |    Inf 
422.92/423.02	c   423s|184600 |    46 |  2937k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8191 | 0.000000e+00 |      --      |    Inf 
423.12/423.24	c   423s|184700 |    46 |  2939k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8191 | 0.000000e+00 |      --      |    Inf 
423.42/423.51	c   424s|184800 |    46 |  2941k|  15.9 |  12M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8198 | 0.000000e+00 |      --      |    Inf 
423.62/423.75	c   424s|184900 |    44 |  2942k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8202 | 0.000000e+00 |      --      |    Inf 
423.82/423.98	c   424s|185000 |    45 |  2944k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8205 | 0.000000e+00 |      --      |    Inf 
424.02/424.19	c   424s|185100 |    46 |  2945k|  15.9 |  11M|  67 |  42 | 231 |  13k| 231 |2453 |  17 | 103k|8208 | 0.000000e+00 |      --      |    Inf 
424.32/424.42	c   424s|185200 |    45 |  2947k|  15.9 |  11M|  67 |  42 | 231 |  13k| 231 |2453 |  17 | 103k|8211 | 0.000000e+00 |      --      |    Inf 
424.52/424.67	c   425s|185300 |    44 |  2949k|  15.9 |  11M|  67 |   - | 231 |  13k|   0 |   0 |  17 | 103k|8221 | 0.000000e+00 |      --      |    Inf 
424.82/424.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.82/424.94	c   425s|185400 |    41 |  2950k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8229 | 0.000000e+00 |      --      |    Inf 
425.02/425.15	c   425s|185500 |    39 |  2952k|  15.9 |  11M|  67 |  48 | 231 |  13k| 231 |2453 |  17 | 103k|8230 | 0.000000e+00 |      --      |    Inf 
425.32/425.42	c   425s|185600 |    35 |  2954k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8238 | 0.000000e+00 |      --      |    Inf 
425.52/425.67	c   426s|185700 |    33 |  2955k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8241 | 0.000000e+00 |      --      |    Inf 
425.82/425.90	c   426s|185800 |    31 |  2957k|  15.9 |  11M|  67 |   - | 231 |  13k| 231 |2453 |  17 | 103k|8247 | 0.000000e+00 |      --      |    Inf 
426.02/426.15	c   426s|185900 |    31 |  2959k|  15.9 |  11M|  67 |  37 | 231 |  12k| 231 |2453 |  17 | 103k|8250 | 0.000000e+00 |      --      |    Inf 
426.21/426.38	c   426s|186000 |    32 |  2960k|  15.9 |  11M|  67 |  30 | 231 |  12k| 231 |2453 |  17 | 103k|8255 | 0.000000e+00 |      --      |    Inf 
426.52/426.60	c   427s|186100 |    30 |  2962k|  15.9 |  11M|  67 |   - | 231 |  12k|   0 |   0 |  17 | 103k|8261 | 0.000000e+00 |      --      |    Inf 
426.72/426.85	c   427s|186200 |    31 |  2963k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8264 | 0.000000e+00 |      --      |    Inf 
426.91/427.07	c   427s|186300 |    33 |  2965k|  15.9 |  11M|  67 |  37 | 231 |  12k| 231 |2453 |  17 | 104k|8266 | 0.000000e+00 |      --      |    Inf 
427.22/427.33	c   427s|186400 |    33 |  2967k|  15.9 |  11M|  67 |  33 | 231 |  12k| 231 |2453 |  17 | 104k|8270 | 0.000000e+00 |      --      |    Inf 
427.41/427.58	c   428s|186500 |    33 |  2969k|  15.9 |  11M|  67 |  35 | 231 |  12k| 231 |2453 |  17 | 104k|8273 | 0.000000e+00 |      --      |    Inf 
427.72/427.82	c   428s|186600 |    29 |  2971k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8274 | 0.000000e+00 |      --      |    Inf 
427.92/428.09	c   428s|186700 |    29 |  2973k|  15.9 |  11M|  67 |  27 | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
428.11/428.28	c   428s|186800 |    33 |  2974k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
428.32/428.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.32/428.47	c   428s|186900 |    36 |  2976k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
428.52/428.66	c   429s|187000 |    31 |  2977k|  15.9 |  11M|  67 |  30 | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
428.72/428.85	c   429s|187100 |    31 |  2978k|  15.9 |  11M|  67 |  35 | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
428.92/429.05	c   429s|187200 |    29 |  2980k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
429.11/429.27	c   429s|187300 |    29 |  2981k|  15.9 |  11M|  67 |  34 | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
429.42/429.50	c   430s|187400 |    25 |  2983k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
429.62/429.71	c   430s|187500 |    25 |  2985k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
429.82/429.94	c   430s|187600 |    25 |  2986k|  15.9 |  11M|  67 |  30 | 231 |  11k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
430.02/430.15	c   430s|187700 |    23 |  2988k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
430.22/430.37	c   430s|187800 |    23 |  2990k|  15.9 |  11M|  67 |  39 | 231 |  11k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
430.52/430.62	c   431s|187900 |    22 |  2992k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 104k|8275 | 0.000000e+00 |      --      |    Inf 
430.72/430.88	c   431s|188000 |    21 |  2994k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
431.03/431.13	c   431s|188100 |    22 |  2996k|  15.9 |  11M|  67 |  37 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
431.22/431.37	c   431s|188200 |    18 |  2997k|  15.9 |  11M|  67 |  40 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
431.42/431.57	c   432s|188300 |    18 |  2999k|  15.9 |  11M|  67 |  30 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
431.72/431.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.72/431.81	c   432s|188400 |    14 |  3001k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
431.91/432.03	c   432s|188500 |    16 |  3002k|  15.9 |  11M|  67 |  23 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
432.12/432.25	c   432s|188600 |    14 |  3004k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
432.32/432.45	c   432s|188700 |    16 |  3005k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
432.52/432.67	c   433s|188800 |    16 |  3007k|  15.9 |  11M|  67 |  37 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
432.72/432.87	c   433s|188900 |    12 |  3008k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
432.92/433.09	c   433s|189000 |    12 |  3010k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
433.23/433.31	c   433s|189100 |    10 |  3012k|  15.9 |  11M|  67 |  36 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
433.42/433.52	c   434s|189200 |    10 |  3013k|  15.9 |  11M|  67 |  35 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
433.62/433.74	c   434s|189300 |     8 |  3015k|  15.9 |  11M|  67 |  48 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
433.81/433.99	c   434s|189400 |    10 |  3017k|  15.9 |  11M|  67 |  32 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
434.02/434.20	c   434s|189500 |     8 |  3018k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
434.22/434.38	c   434s|189600 |    10 |  3020k|  15.9 |  11M|  67 |  24 | 231 |  11k| 231 |2453 |  17 | 105k|8275 | 0.000000e+00 |      --      |    Inf 
434.42/434.59	c   435s|189700 |    10 |  3021k|  15.9 |  11M|  67 |  32 | 231 |  11k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
434.61/434.79	c   435s|189800 |     5 |  3023k|  15.9 |  11M|  67 |   - | 231 |  11k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
434.92/435.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.92/435.01	c   435s|189900 |     9 |  3024k|  15.9 |  11M|  67 |  42 | 231 |  11k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
435.11/435.23	c   435s|190000 |    13 |  3026k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
435.31/435.45	c   435s|190100 |    11 |  3028k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
435.52/435.68	c   436s|190200 |     8 |  3029k|  15.9 |  11M|  67 |  32 | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
435.81/435.91	c   436s|190300 |    11 |  3031k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
436.02/436.12	c   436s|190400 |     9 |  3033k|  15.9 |  11M|  67 |  27 | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
436.21/436.31	c   436s|190500 |    13 |  3034k|  15.9 |  11M|  67 |  30 | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
436.42/436.53	c   437s|190600 |    15 |  3036k|  15.9 |  11M|  67 |   - | 231 |  12k|   0 |   0 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
436.62/436.72	c   437s|190700 |    15 |  3037k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
436.81/436.94	c   437s|190800 |     8 |  3039k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
437.01/437.17	c   437s|190900 |     8 |  3041k|  15.9 |  11M|  67 |   - | 231 |  12k| 231 |2453 |  17 | 106k|8275 | 0.000000e+00 |      --      |    Inf 
437.32/437.48	c   437s|191000 |     8 |  3043k|  15.9 |  11M|  67 |  32 | 231 |  12k| 231 |2453 |  17 | 106k|8286 | 0.000000e+00 |      --      |    Inf 
437.51/437.63	c 
437.51/437.63	c SCIP Status        : problem is solved [infeasible]
437.51/437.63	c Solving Time (sec) : 437.63
437.51/437.63	c Solving Nodes      : 191064
437.51/437.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
437.51/437.63	c Dual Bound         : +1.00000000000000e+20
437.51/437.63	c Gap                : 0.00 %
437.51/437.63	s UNSATISFIABLE
437.51/437.63	c SCIP Status        : problem is solved [infeasible]
437.51/437.63	c Total Time         :     437.63
437.51/437.63	c   solving          :     437.63
437.51/437.63	c   presolving       :       0.04 (included in solving)
437.51/437.63	c   reading          :       0.01 (included in solving)
437.51/437.63	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
437.51/437.63	c Original Problem   :
437.51/437.63	c   Problem name     : HOME/instance-3691599-1338020763.opb
437.51/437.63	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
437.51/437.63	c   Constraints      : 2707 initial, 2707 maximal
437.51/437.63	c   Objective sense  : minimize
437.51/437.63	c Presolved Problem  :
437.51/437.63	c   Problem name     : t_HOME/instance-3691599-1338020763.opb
437.51/437.63	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
437.51/437.63	c   Constraints      : 2443 initial, 14038 maximal
437.51/437.63	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
437.51/437.63	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
437.51/437.63	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
437.51/437.63	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
437.51/437.63	c   root node        :          -          -          3          -          -          3          -          -          -          -          -
437.51/437.63	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
437.51/437.63	c   integral         :          0          0          0          0      98311          0          1          0        304       3459          0          0     192176
437.51/437.63	c   knapsack         :          1          1          5     722892          0          0          0      39318       1285     289235          0          0          0
437.51/437.63	c   setppc           :         22         22          5     722048          0          0          0    2090530       3778     955421          0          0          0
437.51/437.63	c   linear           :          0+       269          5     150882          0          0          0        652          0       5069          0          0          0
437.51/437.63	c   logicor          :       2420+     14021          5     347530          0          0          0     639284       1142    1241794          0          0          0
437.51/437.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
437.51/437.63	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
437.51/437.63	c   integral         :      32.93       0.00       0.00       0.00      32.93       0.00       0.00       0.00
437.51/437.63	c   knapsack         :       0.72       0.00       0.00       0.67       0.00       0.00       0.00       0.05
437.51/437.63	c   setppc           :       2.54       0.00       0.00       1.93       0.00       0.00       0.00       0.61
437.51/437.63	c   linear           :       0.22       0.00       0.00       0.22       0.00       0.00       0.00       0.00
437.51/437.63	c   logicor          :      11.89       0.00       0.00      11.31       0.00       0.00       0.00       0.57
437.51/437.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
437.51/437.63	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
437.51/437.63	c   rootredcost      :          0          0          0          0
437.51/437.63	c   pseudoobj        :          0          0          0          0
437.51/437.63	c   vbounds          :          0          0          0          0
437.51/437.63	c   redcost          :      98316          0          0          0
437.51/437.63	c   probing          :          0          0          0          0
437.51/437.63	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
437.51/437.63	c   rootredcost      :       0.18       0.00       0.00       0.18       0.00
437.51/437.63	c   pseudoobj        :       0.18       0.00       0.00       0.18       0.00
437.51/437.63	c   vbounds          :       0.16       0.00       0.00       0.16       0.00
437.51/437.63	c   redcost          :       0.43       0.00       0.00       0.43       0.00
437.51/437.63	c   probing          :       0.00       0.00       0.00       0.00       0.00
437.51/437.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
437.51/437.63	c   propagation      :       0.26       6205       6183      35066       24.6         67       20.7          -
437.51/437.63	c   infeasible LP    :       7.83      89564      85689     541403       36.7        335       20.2          0
437.51/437.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
437.51/437.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
437.51/437.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
437.51/437.63	c   applied globally :          -          -          -      91896       20.2          -          -          -
437.51/437.63	c   applied locally  :          -          -          -      14890       36.0          -          -          -
437.51/437.63	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
437.51/437.63	c   cut pool         :       0.00                     4          -          -        302          -    (maximal pool size: 513)
437.51/437.63	c   closecuts        :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
437.51/437.63	c   intobj           :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   gomory           :       0.10       0.00          5          0          0        200          0
437.51/437.63	c   cgmip            :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   strongcg         :       0.19       0.00          5          0          0       2500          0
437.51/437.63	c   cmir             :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   flowcover        :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   clique           :       0.00       0.00          5          0          0          0          0
437.51/437.63	c   zerohalf         :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   mcf              :       0.00       0.00          1          0          0          0          0
437.51/437.63	c   oddcycle         :       0.00       0.00          0          0          0          0          0
437.51/437.63	c   rapidlearning    :       0.09       0.00          1          0          0          0        269
437.51/437.63	c Pricers            :   ExecTime  SetupTime      Calls       Vars
437.51/437.63	c   problem variables:       0.00          -          0          0
437.51/437.63	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
437.51/437.63	c   relpscost        :      32.85       0.00      98311        304       3459          0          0     192176
437.51/437.63	c   pscost           :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   inference        :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c   random           :       0.00       0.00          0          0          0          0          0          0
437.51/437.63	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
437.51/437.63	c   LP solutions     :       0.00          -          -          0
437.51/437.63	c   pseudo solutions :       0.00          -          -          0
437.51/437.63	c   smallcard        :       0.00       0.00          0          0
437.51/437.63	c   trivial          :       0.00       0.00          1          0
437.51/437.63	c   shiftandpropagate:       0.00       0.00          0          0
437.51/437.63	c   simplerounding   :       0.00       0.00          0          0
437.51/437.63	c   zirounding       :       0.00       0.00          0          0
437.51/437.63	c   rounding         :       0.00       0.00          0          0
437.51/437.63	c   shifting         :       0.00       0.00          0          0
437.51/437.63	c   intshifting      :       0.00       0.00          0          0
437.51/437.63	c   oneopt           :       0.00       0.00          0          0
437.51/437.63	c   twoopt           :       0.00       0.00          0          0
437.51/437.63	c   indtwoopt        :       0.00       0.00          0          0
437.51/437.63	c   indoneopt        :       0.00       0.00          0          0
437.51/437.63	c   fixandinfer      :       0.00       0.00          0          0
437.51/437.63	c   feaspump         :       0.00       0.00          0          0
437.51/437.63	c   clique           :       0.00       0.00          0          0
437.51/437.63	c   indrounding      :       0.00       0.00          0          0
437.51/437.63	c   indcoefdiving    :       0.00       0.00          0          0
437.51/437.63	c   coefdiving       :       0.00       0.00          0          0
437.51/437.63	c   pscostdiving     :       0.00       0.00          0          0
437.51/437.63	c   nlpdiving        :       0.00       0.00          0          0
437.51/437.63	c   fracdiving       :       0.00       0.00          0          0
437.51/437.63	c   veclendiving     :       0.00       0.00          0          0
437.51/437.63	c   intdiving        :       0.00       0.00          0          0
437.51/437.63	c   actconsdiving    :       0.00       0.00          0          0
437.51/437.63	c   objpscostdiving  :       0.00       0.00          0          0
437.51/437.63	c   rootsoldiving    :       0.00       0.00          0          0
437.51/437.63	c   linesearchdiving :       0.00       0.00          0          0
437.51/437.63	c   guideddiving     :       0.00       0.00          0          0
437.51/437.63	c   octane           :       0.00       0.00          0          0
437.51/437.63	c   rens             :       0.00       0.00          0          0
437.51/437.63	c   rins             :       0.00       0.00          0          0
437.51/437.63	c   localbranching   :       0.00       0.00          0          0
437.51/437.63	c   mutation         :       0.00       0.00          0          0
437.51/437.63	c   crossover        :       0.00       0.00          0          0
437.51/437.63	c   dins             :       0.00       0.00          0          0
437.51/437.63	c   vbounds          :       0.00       0.00          0          0
437.51/437.63	c   undercover       :       0.00       0.00          0          0
437.51/437.63	c   subnlp           :       0.00       0.00          0          0
437.51/437.63	c   trysol           :       0.00       0.00          0          0
437.51/437.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
437.51/437.63	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
437.51/437.63	c   dual LP          :     337.32     187880    3044765      16.25    9026.33       0.20        530
437.51/437.63	c   lex dual LP      :       0.00          0          0       0.00          -
437.51/437.63	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
437.51/437.63	c   diving/probing LP:       0.00          0          0       0.00          -
437.51/437.63	c   strong branching :      31.48       8286     266610      32.18    8469.24
437.51/437.63	c     (at root node) :          -         11       2450     222.73          -
437.51/437.63	c   conflict analysis:       0.00          0          0       0.00          -
437.51/437.63	c B&B Tree           :
437.51/437.63	c   number of runs   :          1
437.51/437.63	c   nodes            :     191064
437.51/437.63	c   nodes (total)    :     191064
437.51/437.63	c   nodes left       :          0
437.51/437.63	c   max depth        :         67
437.51/437.63	c   max depth (total):         67
437.51/437.63	c   backtracks       :      23292 (12.2%)
437.51/437.63	c   delayed cutoffs  :       1113
437.51/437.63	c   repropagations   :     298416 (347267 domain reductions, 1111 cutoffs)
437.51/437.63	c   avg switch length:       4.94
437.51/437.63	c   switching time   :      14.22
437.51/437.63	c Solution           :
437.51/437.63	c   Solutions found  :          0 (0 improvements)
437.51/437.63	c   Primal Bound     : infeasible
437.51/437.63	c   Dual Bound       :          -
437.51/437.63	c   Gap              :       0.00 %
437.51/437.63	c   Root Dual Bound  : +0.00000000000000e+00
437.51/437.63	c   Root Iterations  :        146
437.51/437.65	c Time complete: 437.56.

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

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 3/173 2420
/proc/meminfo: memFree=29498184/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=12848 CPUtime=0 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 1964 0 0 0 0 0 0 0 20 0 1 0 268201798 13156352 1918 33554432000 4194304 10219143 140734114894320 140733900040184 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 3212 1918 419 1471 0 1732 0

[startup+0.076441 s]
/proc/loadavg: 1.94 1.98 1.99 3/173 2420
/proc/meminfo: memFree=29498184/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=30608 CPUtime=0.07 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 6770 0 0 0 6 1 0 0 20 0 1 0 268201798 31342592 6422 33554432000 4194304 10219143 140734114894320 140733900040184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 7652 6422 761 1471 0 6172 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30608

[startup+0.100271 s]
/proc/loadavg: 1.94 1.98 1.99 3/173 2420
/proc/meminfo: memFree=29498184/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=34096 CPUtime=0.09 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 7668 0 0 0 8 1 0 0 20 0 1 0 268201798 34914304 7320 33554432000 4194304 10219143 140734114894320 140733900040184 8844210 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 8524 7322 773 1471 0 7044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34096

[startup+0.300268 s]
/proc/loadavg: 1.94 1.98 1.99 3/173 2420
/proc/meminfo: memFree=29498184/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48396 CPUtime=0.29 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11692 0 0 0 27 2 0 0 20 0 1 0 268201798 49557504 10636 33554432000 4194304 10219143 140734114894320 140733900040184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12099 10636 814 1471 0 10619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48396

[startup+0.700268 s]
/proc/loadavg: 1.94 1.98 1.99 3/173 2420
/proc/meminfo: memFree=29498184/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=0.69 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11810 0 0 0 66 3 0 0 20 0 1 0 268201798 49729536 10754 33554432000 4194304 10219143 140734114894320 140733900040184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10754 817 1471 0 10661 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48564

[startup+1.5002 s]
/proc/loadavg: 1.94 1.98 1.99 3/174 2421
/proc/meminfo: memFree=29458612/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=1.49 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11813 0 0 0 145 4 0 0 20 0 1 0 268201798 49729536 10757 33554432000 4194304 10219143 140734114894320 140734114887448 7694147 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10757 820 1471 0 10661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48564

[startup+3.1002 s]
/proc/loadavg: 1.94 1.98 1.99 3/174 2421
/proc/meminfo: memFree=29458356/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=3.09 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11816 0 0 0 303 6 0 0 20 0 1 0 268201798 49729536 10760 33554432000 4194304 10219143 140734114894320 140734114888152 7638773 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10760 823 1471 0 10661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48564

[startup+6.30028 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 2421
/proc/meminfo: memFree=29457984/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=6.29 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11817 0 0 0 619 10 0 0 20 0 1 0 268201798 49729536 10761 33554432000 4194304 10219143 140734114894320 140734114887816 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10761 824 1471 0 10661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48564

[startup+12.7003 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 2421
/proc/meminfo: memFree=29458328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=12.69 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11817 0 0 0 1250 19 0 0 20 0 1 0 268201798 49729536 10761 33554432000 4194304 10219143 140734114894320 140734114887576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10761 824 1471 0 10661 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48564

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 3/174 2421
/proc/meminfo: memFree=29457744/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=25.49 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 11820 0 0 0 2509 40 0 0 20 0 1 0 268201798 49729536 10912 33554432000 4194304 10219143 140734114894320 140734114887576 5001284 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 10912 824 1471 0 10661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48564

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/176 2423
/proc/meminfo: memFree=29456460/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=51.07 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 5025 82 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48564

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 2423
/proc/meminfo: memFree=29456592/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=102.27 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 10064 163 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114890808 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48564

[startup+162.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/175 2423
/proc/meminfo: memFree=29455908/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=162.26 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 15974 252 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 48564

[startup+222.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/175 2424
/proc/meminfo: memFree=29455660/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=222.25 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 21885 340 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887992 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48564

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 2427
/proc/meminfo: memFree=29455280/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=282.24 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 27798 426 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887576 8091501 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 48564

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 2427
/proc/meminfo: memFree=29455288/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=342.23 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 33701 522 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887672 8061015 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 48564

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 2503
/proc/meminfo: memFree=29467524/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=402.22 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 39612 610 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 48564

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

[startup+409.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 2503
/proc/meminfo: memFree=29466268/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=409.42 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 40323 619 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887544 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 409.42
Current children cumulated vsize (KiB) 48564

[startup+422.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=422.22 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12082 0 0 0 41584 638 0 0 20 0 1 0 268201798 49729536 11177 33554432000 4194304 10219143 140734114894320 140734114887672 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11177 824 1471 0 10661 0
Current children cumulated CPU time (s) 422.22
Current children cumulated vsize (KiB) 48564

[startup+428.7 s]
/proc/loadavg: 2.13 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=428.61 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12083 0 0 0 42214 647 0 0 20 0 1 0 268201798 49729536 11178 33554432000 4194304 10219143 140734114894320 140734114887256 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11178 825 1471 0 10661 0
Current children cumulated CPU time (s) 428.61
Current children cumulated vsize (KiB) 48564

[startup+431.9 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=431.82 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 42530 652 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114891688 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 431.82
Current children cumulated vsize (KiB) 48564

[startup+435.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=435.02 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 42844 658 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114891688 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 435.02
Current children cumulated vsize (KiB) 48564

[startup+436.706 s]
/proc/loadavg: 2.11 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=436.62 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 43001 661 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114887304 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 436.62
Current children cumulated vsize (KiB) 48564

[startup+437.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=437.01 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 43040 661 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114887576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 437.01
Current children cumulated vsize (KiB) 48564

[startup+437.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=437.42 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 43080 662 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114887768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 437.42
Current children cumulated vsize (KiB) 48564

[startup+437.6 s]
/proc/loadavg: 2.11 2.03 2.01 3/175 2503
/proc/meminfo: memFree=29466328/32873852 swapFree=7616/7616
[pid=2420] ppid=2418 vsize=48564 CPUtime=437.51 cores=0,2,4,6
/proc/2420/stat : 2420 (scip-2.1.1.4exp) R 2418 2420 403 0 -1 4202496 12084 0 0 0 43089 662 0 0 20 0 1 0 268201798 49729536 11179 33554432000 4194304 10219143 140734114894320 140734114887768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2420/statm: 12141 11179 825 1471 0 10661 0
Current children cumulated CPU time (s) 437.51
Current children cumulated vsize (KiB) 48564

Child status: 0
Real time (s): 437.653
CPU time (s): 437.577
CPU user time (s): 430.949
CPU system time (s): 6.62899
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 48564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.948
system time used= 6.62899
maximum resident set size= 45004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12089
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= 14
involuntary context switches= 457

runsolver used 1.2828 second user time and 2.91156 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 10:26:03
IDJOB=3691599
IDBENCH=1274
IDSOLVER=2271
FILE ID=node131/3691599-1338020763
RUNJOBID= node131-1338017251-877
PBS_JOBID= 14624266
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691599-1338020763/watcher-3691599-1338020763 -o /tmp/evaluation-result-3691599-1338020763/solver-3691599-1338020763 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691599-1338020763.opb -t 1800 -m 15500

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=1967628081

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29498564 kB
Buffers:          241992 kB
Cached:          2302932 kB
SwapCached:            0 kB
Active:           610284 kB
Inactive:        1995868 kB
Active(anon):      63820 kB
Inactive(anon):        0 kB
Active(file):     546464 kB
Inactive(file):  1995868 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14452 kB
Writeback:             0 kB
AnonPages:         68748 kB
Mapped:            17580 kB
Shmem:               204 kB
Slab:             632644 kB
SReclaimable:      74032 kB
SUnreclaim:       558612 kB
KernelStack:        1432 kB
PageTables:         3656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     176696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71564 MiB
End job on node131 at 2012-05-26 10:33:21