Trace number 3691587

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 429.534 429.662

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900556231.opb
MD5SUM12591fb3a3171df58322c5e93cb6a45b
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 benchmark1.86272
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 723
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-3691587-1338021788.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.01/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.01/0.05	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.01/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.01/0.06	c presolving (4 rounds):
0.01/0.06	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  242 implications, 22 cliques
0.01/0.06	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.01/0.06	c       1 constraints of type <knapsack>
0.01/0.06	c      22 constraints of type <setppc>
0.01/0.06	c    2420 constraints of type <logicor>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.1.1.4
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1797
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c limits/solutions = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.06	c separating/maxrounds = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/maxroundsroot = 5
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.06	c constraints/knapsack/disaggregation = FALSE
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/coefdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.06	c heuristics/crossover/freq = -1
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/crossover/nodesofs = 750
0.01/0.06	c 
0.01/0.06	c # number of nodes without incumbent change that heuristic should wait
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.06	c heuristics/crossover/nwaitingnodes = 100
0.01/0.06	c 
0.01/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.06	c # [type: real, range: [0,1], default: 0.1]
0.01/0.06	c heuristics/crossover/nodesquot = 0.15
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixed 
0.01/0.06	c # [type: real, range: [0,1], default: 0.666]
0.01/0.06	c heuristics/crossover/minfixingrate = 0.5
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/feaspump/freq = -1
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/fracdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/guideddiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/intshifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/linesearchdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/objpscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.06	c # [type: real, range: [0,1], default: 0.01]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/oneopt/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/pscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/rens/freq = -1
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixable 
0.01/0.06	c # [type: real, range: [0,1], default: 0.5]
0.01/0.06	c heuristics/rens/minfixingrate = 0.3
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/rens/nodesofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/rootsoldiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/rounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/shiftandpropagate/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/shifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/simplerounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/subnlp/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/trivial/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/trysol/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/undercover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/veclendiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/zirounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c propagating/probing/maxprerounds = 0
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/cmir/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/flowcover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/indoneopt/freq = -1
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/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.01/0.07	c   0.1s|     1 |     0 |    76 |     - |4259k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    93 |     - |4732k|   0 |  40 | 231 |2747 | 231 |2451 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   107 |     - |5040k|   0 |  43 | 231 |2747 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   128 |     - |5299k|   0 |  46 | 231 |2747 | 231 |2461 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   152 |     - |5759k|   0 |  50 | 231 |2747 | 231 |2464 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   174 |     - |5959k|   0 |  53 | 231 |2747 | 231 |2465 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.88/0.92	c   0.9s|     1 |     2 |   174 |     - |5960k|   0 |  53 | 231 |2747 | 231 |2465 |  22 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
9.68/9.74	c   9.7s|   100 |    17 |  4800 |  46.7 |6110k|  19 |  27 | 231 |2764 | 231 |2454 |  22 |  18 |1490 | 0.000000e+00 |      --      |    Inf 
10.58/10.65	c  10.7s|   200 |    25 |  6508 |  31.8 |6175k|  20 |   - | 231 |2833 | 231 |2454 |  22 |  87 |1629 | 0.000000e+00 |      --      |    Inf 
11.08/11.17	c  11.2s|   300 |    23 |  8378 |  27.4 |6198k|  21 |  37 | 231 |2901 | 231 |2454 |  22 | 155 |1690 | 0.000000e+00 |      --      |    Inf 
11.58/11.62	c  11.6s|   400 |    29 |  9988 |  24.6 |6241k|  21 |  29 | 231 |2965 | 231 |2454 |  22 | 219 |1741 | 0.000000e+00 |      --      |    Inf 
11.88/11.97	c  12.0s|   500 |    35 | 11706 |  23.1 |6291k|  21 |  36 | 231 |3037 | 231 |2454 |  22 | 292 |1766 | 0.000000e+00 |      --      |    Inf 
12.18/12.20	c  12.2s|   600 |    32 | 13219 |  21.8 |6304k|  23 |  30 | 231 |3093 | 231 |2454 |  22 | 348 |1770 | 0.000000e+00 |      --      |    Inf 
12.38/12.44	c  12.4s|   700 |    32 | 14647 |  20.7 |6335k|  28 |  33 | 231 |3165 | 231 |2454 |  22 | 422 |1777 | 0.000000e+00 |      --      |    Inf 
12.67/12.74	c  12.7s|   800 |    36 | 16665 |  20.6 |6379k|  28 |   - | 231 |3227 | 231 |2454 |  22 | 488 |1786 | 0.000000e+00 |      --      |    Inf 
12.87/13.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.87/13.00	c  13.0s|   900 |    38 | 18302 |  20.2 |6402k|  28 |  35 | 231 |3282 | 231 |2454 |  22 | 549 |1792 | 0.000000e+00 |      --      |    Inf 
13.18/13.25	c  13.2s|  1000 |    36 | 20001 |  19.8 |6416k|  28 |  19 | 231 |3337 | 231 |2454 |  22 | 608 |1797 | 0.000000e+00 |      --      |    Inf 
13.37/13.48	c  13.5s|  1100 |    37 | 21328 |  19.2 |6440k|  28 |  35 | 231 |3397 | 231 |2454 |  22 | 671 |1805 | 0.000000e+00 |      --      |    Inf 
13.58/13.69	c  13.7s|  1200 |    37 | 22693 |  18.8 |6464k|  28 |  24 | 231 |3456 | 231 |2454 |  22 | 735 |1810 | 0.000000e+00 |      --      |    Inf 
13.87/13.92	c  13.9s|  1300 |    39 | 24143 |  18.5 |6490k|  28 |  35 | 231 |3519 | 231 |2454 |  22 | 800 |1816 | 0.000000e+00 |      --      |    Inf 
14.07/14.15	c  14.1s|  1400 |    36 | 25700 |  18.2 |6513k|  30 |   - | 231 |3581 | 231 |2454 |  22 | 868 |1818 | 0.000000e+00 |      --      |    Inf 
14.37/14.40	c  14.4s|  1500 |    36 | 27505 |  18.2 |6522k|  30 |  47 | 231 |3637 | 231 |2454 |  22 | 926 |1820 | 0.000000e+00 |      --      |    Inf 
14.58/14.64	c  14.6s|  1600 |    39 | 29170 |  18.1 |6550k|  30 |  27 | 231 |3683 | 231 |2454 |  22 | 980 |1821 | 0.000000e+00 |      --      |    Inf 
14.77/14.89	c  14.9s|  1700 |    37 | 30756 |  18.0 |6566k|  30 |   - | 231 |3722 | 231 |2454 |  22 |1023 |1828 | 0.000000e+00 |      --      |    Inf 
15.17/15.20	c  15.2s|  1800 |    41 | 32518 |  18.0 |6594k|  30 |   - | 231 |3776 | 231 |2454 |  22 |1080 |1849 | 0.000000e+00 |      --      |    Inf 
15.48/15.52	c  15.5s|  1900 |    39 | 34292 |  18.0 |6614k|  30 |   - | 231 |3828 | 231 |2454 |  22 |1139 |1867 | 0.000000e+00 |      --      |    Inf 
15.77/15.83	c  15.8s|  2000 |    39 | 35910 |  17.9 |6638k|  30 |  27 | 231 |3887 | 231 |2454 |  22 |1206 |1886 | 0.000000e+00 |      --      |    Inf 
16.08/16.19	c  16.2s|  2100 |    45 | 37973 |  18.0 |6669k|  30 |  31 | 231 |3937 | 231 |2454 |  22 |1265 |1913 | 0.000000e+00 |      --      |    Inf 
16.48/16.52	c  16.5s|  2200 |    45 | 39703 |  18.0 |6689k|  30 |  26 | 231 |3984 | 231 |2454 |  22 |1320 |1933 | 0.000000e+00 |      --      |    Inf 
16.67/16.79	c  16.8s|  2300 |    42 | 41351 |  17.9 |6714k|  30 |   - | 231 |4045 | 231 |2454 |  22 |1389 |1942 | 0.000000e+00 |      --      |    Inf 
16.98/17.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.98/17.07	c  17.1s|  2400 |    46 | 43310 |  18.0 |6733k|  30 |  36 | 231 |4093 | 231 |2454 |  22 |1461 |1947 | 0.000000e+00 |      --      |    Inf 
17.17/17.26	c  17.3s|  2500 |    46 | 44600 |  17.8 |6758k|  33 |   - | 231 |4160 | 231 |2454 |  22 |1536 |1949 | 0.000000e+00 |      --      |    Inf 
17.37/17.49	c  17.5s|  2600 |    51 | 46182 |  17.7 |6798k|  33 |  28 | 231 |4222 | 231 |2454 |  22 |1604 |1949 | 0.000000e+00 |      --      |    Inf 
17.67/17.72	c  17.7s|  2700 |    49 | 47786 |  17.6 |6815k|  33 |   - | 231 |4280 | 231 |2454 |  22 |1670 |1952 | 0.000000e+00 |      --      |    Inf 
17.88/17.95	c  17.9s|  2800 |    49 | 49171 |  17.5 |6830k|  33 |  38 | 231 |4321 | 231 |2454 |  22 |1723 |1955 | 0.000000e+00 |      --      |    Inf 
18.17/18.21	c  18.2s|  2900 |    49 | 51043 |  17.5 |6858k|  33 |   - | 231 |4377 | 231 |2454 |  22 |1793 |1956 | 0.000000e+00 |      --      |    Inf 
18.37/18.47	c  18.5s|  3000 |    55 | 52937 |  17.6 |6894k|  33 |   - | 231 |4408 |   0 |   0 |  22 |1852 |1958 | 0.000000e+00 |      --      |    Inf 
18.58/18.70	c  18.7s|  3100 |    57 | 54507 |  17.5 |6908k|  33 |   - | 231 |4441 | 231 |2454 |  22 |1900 |1959 | 0.000000e+00 |      --      |    Inf 
18.87/18.92	c  18.9s|  3200 |    61 | 56097 |  17.5 |6929k|  33 |  18 | 231 |4473 | 231 |2454 |  22 |1957 |1959 | 0.000000e+00 |      --      |    Inf 
19.07/19.14	c  19.1s|  3300 |    57 | 57701 |  17.4 |6945k|  33 |   - | 231 |4530 | 231 |2454 |  22 |2026 |1959 | 0.000000e+00 |      --      |    Inf 
19.27/19.38	c  19.4s|  3400 |    61 | 59476 |  17.4 |6975k|  33 |   - | 231 |4577 |   0 |   0 |  22 |2088 |1959 | 0.000000e+00 |      --      |    Inf 
19.58/19.61	c  19.6s|  3500 |    60 | 61143 |  17.4 |6984k|  33 |   - | 231 |4617 | 231 |2454 |  22 |2151 |1959 | 0.000000e+00 |      --      |    Inf 
19.78/19.85	c  19.8s|  3600 |    62 | 62823 |  17.4 |7005k|  33 |  32 | 231 |4654 | 231 |2454 |  22 |2208 |1959 | 0.000000e+00 |      --      |    Inf 
19.97/20.07	c  20.1s|  3700 |    61 | 64359 |  17.4 |7027k|  33 |  19 | 231 |4709 | 231 |2454 |  22 |2270 |1959 | 0.000000e+00 |      --      |    Inf 
20.18/20.29	c  20.3s|  3800 |    60 | 65991 |  17.3 |7042k|  33 |   - | 231 |4754 | 231 |2454 |  22 |2329 |1959 | 0.000000e+00 |      --      |    Inf 
20.47/20.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.47/20.51	c  20.5s|  3900 |    63 | 67394 |  17.2 |7070k|  33 |   - | 231 |4809 | 231 |2454 |  22 |2394 |1962 | 0.000000e+00 |      --      |    Inf 
20.78/20.80	c  20.8s|  4000 |    59 | 68950 |  17.2 |7075k|  33 |  21 | 231 |4852 | 231 |2454 |  22 |2455 |1980 | 0.000000e+00 |      --      |    Inf 
20.97/21.06	c  21.1s|  4100 |    58 | 70363 |  17.1 |7085k|  33 |   - | 231 |4912 | 231 |2454 |  22 |2524 |1993 | 0.000000e+00 |      --      |    Inf 
21.28/21.34	c  21.3s|  4200 |    57 | 72013 |  17.1 |7092k|  33 |  34 | 231 |4955 | 231 |2454 |  22 |2577 |2006 | 0.000000e+00 |      --      |    Inf 
21.57/21.65	c  21.6s|  4300 |    61 | 73844 |  17.1 |7126k|  33 |   - | 231 |5002 | 231 |2454 |  22 |2629 |2022 | 0.000000e+00 |      --      |    Inf 
21.78/21.90	c  21.9s|  4400 |    60 | 75228 |  17.1 |7144k|  33 |   - | 231 |5039 | 231 |2454 |  22 |2670 |2034 | 0.000000e+00 |      --      |    Inf 
22.07/22.17	c  22.2s|  4500 |    60 | 76743 |  17.0 |7162k|  33 |   - | 231 |5085 |   0 |   0 |  22 |2733 |2051 | 0.000000e+00 |      --      |    Inf 
22.37/22.44	c  22.4s|  4600 |    57 | 78309 |  17.0 |7178k|  35 |   - | 231 |5144 | 231 |2454 |  22 |2795 |2066 | 0.000000e+00 |      --      |    Inf 
22.67/22.76	c  22.8s|  4700 |    57 | 80150 |  17.0 |7187k|  35 |  40 | 231 |5197 | 231 |2454 |  22 |2855 |2084 | 0.000000e+00 |      --      |    Inf 
22.98/23.04	c  23.0s|  4800 |    59 | 81806 |  17.0 |7213k|  35 |   - | 231 |5227 | 231 |2454 |  22 |2908 |2098 | 0.000000e+00 |      --      |    Inf 
23.27/23.30	c  23.3s|  4900 |    57 | 83427 |  17.0 |7218k|  35 |  30 | 231 |5261 | 231 |2454 |  22 |2957 |2106 | 0.000000e+00 |      --      |    Inf 
23.47/23.59	c  23.6s|  5000 |    57 | 85197 |  17.0 |7238k|  35 |   - | 231 |5302 | 231 |2454 |  22 |3014 |2120 | 0.000000e+00 |      --      |    Inf 
23.87/23.92	c  23.9s|  5100 |    55 | 87192 |  17.1 |7251k|  35 |  40 | 231 |5326 | 231 |2454 |  22 |3078 |2133 | 0.000000e+00 |      --      |    Inf 
24.17/24.22	c  24.2s|  5200 |    57 | 88847 |  17.1 |7281k|  35 |   - | 231 |5340 | 231 |2454 |  22 |3123 |2147 | 0.000000e+00 |      --      |    Inf 
24.37/24.49	c  24.5s|  5300 |    67 | 90484 |  17.0 |7305k|  35 |  27 | 231 |5345 | 231 |2454 |  22 |3158 |2160 | 0.000000e+00 |      --      |    Inf 
24.67/24.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.67/24.73	c  24.7s|  5400 |    67 | 92092 |  17.0 |7317k|  35 |   - | 231 |5364 | 231 |2454 |  22 |3210 |2162 | 0.000000e+00 |      --      |    Inf 
24.87/24.96	c  25.0s|  5500 |    69 | 93643 |  17.0 |7324k|  35 |  26 | 231 |5382 | 231 |2454 |  22 |3264 |2163 | 0.000000e+00 |      --      |    Inf 
25.07/25.16	c  25.2s|  5600 |    73 | 94996 |  16.9 |7346k|  35 |  12 | 231 |5418 | 231 |2454 |  22 |3310 |2163 | 0.000000e+00 |      --      |    Inf 
25.28/25.39	c  25.4s|  5700 |    85 | 96617 |  16.9 |7379k|  35 |  34 | 231 |5421 | 231 |2454 |  22 |3343 |2164 | 0.000000e+00 |      --      |    Inf 
25.47/25.59	c  25.6s|  5800 |    81 | 98070 |  16.9 |7399k|  35 |   - | 231 |5461 | 231 |2454 |  22 |3395 |2164 | 0.000000e+00 |      --      |    Inf 
25.77/25.81	c  25.8s|  5900 |    79 | 99531 |  16.8 |7403k|  35 |   - | 231 |5491 | 231 |2454 |  22 |3433 |2164 | 0.000000e+00 |      --      |    Inf 
25.97/26.03	c  26.0s|  6000 |    78 |101090 |  16.8 |7425k|  35 |   - | 231 |5543 |   0 |   0 |  22 |3489 |2165 | 0.000000e+00 |      --      |    Inf 
26.17/26.26	c  26.3s|  6100 |    76 |102727 |  16.8 |7427k|  35 |  37 | 231 |5590 | 231 |2454 |  22 |3538 |2165 | 0.000000e+00 |      --      |    Inf 
26.47/26.50	c  26.5s|  6200 |    77 |104483 |  16.8 |7448k|  35 |  41 | 231 |5635 | 231 |2454 |  22 |3587 |2165 | 0.000000e+00 |      --      |    Inf 
26.67/26.72	c  26.7s|  6300 |    70 |106091 |  16.8 |7450k|  35 |   - | 231 |5678 | 231 |2454 |  22 |3631 |2165 | 0.000000e+00 |      --      |    Inf 
26.87/26.94	c  26.9s|  6400 |    70 |107524 |  16.8 |7476k|  35 |  14 | 231 |5731 | 231 |2454 |  22 |3700 |2165 | 0.000000e+00 |      --      |    Inf 
27.07/27.18	c  27.2s|  6500 |    66 |109298 |  16.8 |7486k|  35 |   - | 231 |5754 |   0 |   0 |  22 |3755 |2165 | 0.000000e+00 |      --      |    Inf 
27.38/27.40	c  27.4s|  6600 |    68 |110927 |  16.8 |7503k|  35 |  30 | 231 |5796 | 231 |2454 |  22 |3829 |2165 | 0.000000e+00 |      --      |    Inf 
27.57/27.60	c  27.6s|  6700 |    70 |112365 |  16.7 |7532k|  35 |   - | 231 |5856 | 231 |2454 |  22 |3894 |2165 | 0.000000e+00 |      --      |    Inf 
27.77/27.82	c  27.8s|  6800 |    70 |113815 |  16.7 |7543k|  35 |  25 | 231 |5906 | 231 |2454 |  22 |3952 |2165 | 0.000000e+00 |      --      |    Inf 
27.97/28.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.97/28.07	c  28.1s|  6900 |    64 |115138 |  16.7 |7550k|  35 |   - | 231 |5951 |   0 |   0 |  22 |4004 |2175 | 0.000000e+00 |      --      |    Inf 
28.27/28.36	c  28.4s|  7000 |    69 |116600 |  16.6 |7581k|  40 |  43 | 231 |5973 | 231 |2454 |  22 |4056 |2194 | 0.000000e+00 |      --      |    Inf 
28.58/28.64	c  28.6s|  7100 |    67 |118169 |  16.6 |7591k|  40 |   - | 231 |5997 | 231 |2454 |  22 |4113 |2203 | 0.000000e+00 |      --      |    Inf 
28.87/28.95	c  29.0s|  7200 |    67 |119963 |  16.6 |7610k|  40 |   - | 231 |6029 | 231 |2454 |  22 |4166 |2221 | 0.000000e+00 |      --      |    Inf 
29.17/29.28	c  29.3s|  7300 |    66 |121777 |  16.7 |7625k|  40 |   - | 231 |6063 | 231 |2454 |  22 |4241 |2237 | 0.000000e+00 |      --      |    Inf 
29.47/29.54	c  29.5s|  7400 |    70 |123280 |  16.6 |7645k|  40 |  34 | 231 |6098 | 231 |2454 |  22 |4310 |2247 | 0.000000e+00 |      --      |    Inf 
29.68/29.78	c  29.8s|  7500 |    69 |124685 |  16.6 |7659k|  40 |   - | 231 |6142 | 231 |2454 |  22 |4369 |2255 | 0.000000e+00 |      --      |    Inf 
29.97/30.08	c  30.1s|  7600 |    71 |126219 |  16.6 |7692k|  40 |   - | 231 |6174 | 231 |2454 |  22 |4434 |2272 | 0.000000e+00 |      --      |    Inf 
30.27/30.31	c  30.3s|  7700 |    70 |127650 |  16.6 |7714k|  40 |   - | 231 |6226 |   0 |   0 |  22 |4511 |2281 | 0.000000e+00 |      --      |    Inf 
30.57/30.61	c  30.6s|  7800 |    70 |129205 |  16.5 |7725k|  40 |   - | 231 |6272 | 231 |2454 |  22 |4568 |2298 | 0.000000e+00 |      --      |    Inf 
30.78/30.90	c  30.9s|  7900 |    70 |130817 |  16.5 |7735k|  40 |  26 | 231 |6303 | 231 |2454 |  22 |4626 |2311 | 0.000000e+00 |      --      |    Inf 
31.07/31.19	c  31.2s|  8000 |    74 |132362 |  16.5 |7771k|  40 |   - | 231 |6341 |   0 |   0 |  22 |4695 |2331 | 0.000000e+00 |      --      |    Inf 
31.37/31.47	c  31.5s|  8100 |    72 |134118 |  16.5 |7779k|  40 |   - | 231 |6381 | 231 |2454 |  22 |4760 |2339 | 0.000000e+00 |      --      |    Inf 
31.66/31.74	c  31.7s|  8200 |    78 |135770 |  16.5 |7800k|  40 |  21 | 231 |6390 | 231 |2454 |  22 |4808 |2350 | 0.000000e+00 |      --      |    Inf 
31.88/31.95	c  31.9s|  8300 |    74 |137294 |  16.5 |7809k|  40 |   - | 231 |6434 | 231 |2454 |  22 |4868 |2350 | 0.000000e+00 |      --      |    Inf 
32.07/32.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.07/32.16	c  32.2s|  8400 |    83 |138679 |  16.5 |7833k|  40 |  15 | 231 |6450 | 231 |2454 |  22 |4909 |2353 | 0.000000e+00 |      --      |    Inf 
32.27/32.37	c  32.4s|  8500 |    81 |140073 |  16.5 |7842k|  40 |   - | 231 |6476 | 231 |2454 |  22 |4957 |2358 | 0.000000e+00 |      --      |    Inf 
32.47/32.58	c  32.6s|  8600 |    81 |141576 |  16.4 |7850k|  40 |   - | 231 |6492 | 231 |2454 |  22 |4993 |2359 | 0.000000e+00 |      --      |    Inf 
32.66/32.75	c  32.8s|  8700 |    82 |142707 |  16.4 |7866k|  40 |  27 | 231 |6533 | 231 |2454 |  22 |5049 |2359 | 0.000000e+00 |      --      |    Inf 
32.88/32.97	c  33.0s|  8800 |    82 |144425 |  16.4 |7879k|  40 |   - | 231 |6552 | 231 |2454 |  22 |5094 |2359 | 0.000000e+00 |      --      |    Inf 
33.07/33.19	c  33.2s|  8900 |    82 |146058 |  16.4 |7878k|  40 |   - | 231 |6545 | 231 |2454 |  22 |5140 |2360 | 0.000000e+00 |      --      |    Inf 
33.37/33.40	c  33.4s|  9000 |    81 |147747 |  16.4 |7882k|  40 |   - | 231 |6561 | 231 |2454 |  22 |5201 |2360 | 0.000000e+00 |      --      |    Inf 
33.57/33.61	c  33.6s|  9100 |    83 |149352 |  16.4 |7904k|  40 |   - | 231 |6596 |   0 |   0 |  22 |5240 |2360 | 0.000000e+00 |      --      |    Inf 
33.77/33.80	c  33.8s|  9200 |    81 |150890 |  16.4 |7906k|  40 |  29 | 231 |6626 | 231 |2454 |  22 |5284 |2360 | 0.000000e+00 |      --      |    Inf 
33.98/34.01	c  34.0s|  9300 |    83 |152542 |  16.4 |7930k|  40 |  26 | 231 |6672 | 231 |2454 |  22 |5340 |2360 | 0.000000e+00 |      --      |    Inf 
34.17/34.21	c  34.2s|  9400 |    79 |154050 |  16.4 |7939k|  40 |   - | 231 |6709 | 231 |2454 |  22 |5384 |2360 | 0.000000e+00 |      --      |    Inf 
34.36/34.41	c  34.4s|  9500 |    85 |155560 |  16.4 |7964k|  40 |  28 | 231 |6760 | 231 |2454 |  22 |5442 |2360 | 0.000000e+00 |      --      |    Inf 
34.57/34.61	c  34.6s|  9600 |    82 |157094 |  16.3 |7973k|  40 |  38 | 231 |6799 | 231 |2454 |  22 |5488 |2360 | 0.000000e+00 |      --      |    Inf 
34.77/34.80	c  34.8s|  9700 |    81 |158514 |  16.3 |7993k|  40 |  18 | 231 |6840 | 231 |2454 |  22 |5542 |2360 | 0.000000e+00 |      --      |    Inf 
34.96/35.01	c  35.0s|  9800 |    84 |159957 |  16.3 |8008k|  40 |  15 | 231 |6845 | 231 |2454 |  22 |5599 |2360 | 0.000000e+00 |      --      |    Inf 
35.17/35.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.17/35.21	c  35.2s|  9900 |    84 |161449 |  16.3 |8030k|  40 |   - | 231 |6884 | 231 |2454 |  22 |5659 |2360 | 0.000000e+00 |      --      |    Inf 
35.36/35.40	c  35.4s| 10000 |    84 |162856 |  16.3 |8039k|  40 |  32 | 231 |6913 | 231 |2454 |  22 |5708 |2360 | 0.000000e+00 |      --      |    Inf 
35.57/35.69	c  35.7s| 10100 |    80 |164655 |  16.3 |8033k|  40 |   - | 231 |6930 | 231 |2454 |  22 |5758 |2373 | 0.000000e+00 |      --      |    Inf 
35.86/35.93	c  35.9s| 10200 |    78 |166197 |  16.3 |8031k|  40 |   - | 231 |6931 | 231 |2454 |  22 |5817 |2380 | 0.000000e+00 |      --      |    Inf 
36.17/36.21	c  36.2s| 10300 |    78 |167853 |  16.3 |8031k|  40 |  41 | 231 |6933 | 231 |2454 |  22 |5857 |2394 | 0.000000e+00 |      --      |    Inf 
36.36/36.47	c  36.5s| 10400 |    84 |169402 |  16.3 |8046k|  40 |   - | 231 |6906 | 231 |2454 |  22 |5917 |2407 | 0.000000e+00 |      --      |    Inf 
36.67/36.74	c  36.7s| 10500 |    84 |171105 |  16.3 |8055k|  40 |   - | 231 |6925 | 231 |2454 |  22 |5978 |2417 | 0.000000e+00 |      --      |    Inf 
36.97/37.02	c  37.0s| 10600 |    88 |172868 |  16.3 |8059k|  40 |  30 | 231 |6926 | 231 |2454 |  22 |6029 |2431 | 0.000000e+00 |      --      |    Inf 
37.28/37.31	c  37.3s| 10700 |    88 |174664 |  16.3 |8076k|  40 |  37 | 231 |6963 | 231 |2454 |  22 |6085 |2443 | 0.000000e+00 |      --      |    Inf 
37.47/37.58	c  37.6s| 10800 |    88 |176325 |  16.3 |8097k|  40 |   - | 231 |6999 | 231 |2454 |  22 |6148 |2457 | 0.000000e+00 |      --      |    Inf 
37.77/37.87	c  37.9s| 10900 |    84 |178050 |  16.3 |8100k|  40 |  33 | 231 |7033 | 231 |2454 |  22 |6209 |2473 | 0.000000e+00 |      --      |    Inf 
38.06/38.14	c  38.1s| 11000 |    84 |179752 |  16.3 |8111k|  40 |   - | 231 |7071 | 231 |2454 |  22 |6269 |2486 | 0.000000e+00 |      --      |    Inf 
38.27/38.36	c  38.4s| 11100 |    83 |181167 |  16.3 |8127k|  40 |  22 | 231 |7120 | 231 |2454 |  22 |6331 |2494 | 0.000000e+00 |      --      |    Inf 
38.56/38.62	c  38.6s| 11200 |    83 |182823 |  16.3 |8149k|  40 |   - | 231 |7143 | 231 |2454 |  22 |6388 |2504 | 0.000000e+00 |      --      |    Inf 
38.77/38.83	c  38.8s| 11300 |    81 |184201 |  16.3 |8155k|  40 |  40 | 231 |7187 | 231 |2454 |  22 |6439 |2506 | 0.000000e+00 |      --      |    Inf 
38.97/39.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.97/39.07	c  39.1s| 11400 |    86 |185736 |  16.3 |8195k|  40 |   - | 231 |7177 |   0 |   0 |  22 |6502 |2511 | 0.000000e+00 |      --      |    Inf 
39.16/39.29	c  39.3s| 11500 |    86 |187281 |  16.3 |8193k|  40 |   - | 231 |7171 | 231 |2454 |  22 |6553 |2514 | 0.000000e+00 |      --      |    Inf 
39.47/39.52	c  39.5s| 11600 |    85 |188976 |  16.3 |8191k|  40 |   - | 231 |7157 | 231 |2454 |  22 |6607 |2515 | 0.000000e+00 |      --      |    Inf 
39.67/39.72	c  39.7s| 11700 |    86 |190391 |  16.3 |8190k|  40 |  33 | 231 |7156 | 231 |2454 |  22 |6671 |2515 | 0.000000e+00 |      --      |    Inf 
39.87/39.96	c  40.0s| 11800 |    87 |192204 |  16.3 |8210k|  40 |  34 | 231 |7184 | 231 |2454 |  22 |6749 |2515 | 0.000000e+00 |      --      |    Inf 
40.16/40.20	c  40.2s| 11900 |    84 |194003 |  16.3 |8202k|  40 |   - | 231 |7156 | 231 |2454 |  22 |6811 |2515 | 0.000000e+00 |      --      |    Inf 
40.36/40.42	c  40.4s| 12000 |    88 |195655 |  16.3 |8218k|  40 |   - | 231 |7156 | 231 |2454 |  22 |6878 |2515 | 0.000000e+00 |      --      |    Inf 
40.57/40.68	c  40.7s| 12100 |    85 |197624 |  16.3 |8206k|  40 |  29 | 231 |7126 | 231 |2454 |  22 |6941 |2517 | 0.000000e+00 |      --      |    Inf 
40.77/40.89	c  40.9s| 12200 |    86 |199171 |  16.3 |8206k|  40 |  38 | 231 |7119 | 231 |2454 |  22 |6997 |2517 | 0.000000e+00 |      --      |    Inf 
41.06/41.12	c  41.1s| 12300 |    84 |200849 |  16.3 |8201k|  40 |   - | 231 |7101 | 231 |2454 |  22 |7061 |2517 | 0.000000e+00 |      --      |    Inf 
41.27/41.36	c  41.4s| 12400 |    80 |202630 |  16.3 |8205k|  40 |   - | 231 |7120 | 231 |2454 |  22 |7123 |2517 | 0.000000e+00 |      --      |    Inf 
41.46/41.58	c  41.6s| 12500 |    80 |204368 |  16.3 |8220k|  40 |  22 | 231 |7157 | 231 |2454 |  22 |7188 |2517 | 0.000000e+00 |      --      |    Inf 
41.67/41.79	c  41.8s| 12600 |    79 |205819 |  16.3 |8218k|  40 |  32 | 231 |7150 | 231 |2454 |  22 |7268 |2517 | 0.000000e+00 |      --      |    Inf 
41.96/42.03	c  42.0s| 12700 |    81 |207610 |  16.3 |8208k|  40 |  29 | 231 |7117 | 231 |2454 |  22 |7328 |2517 | 0.000000e+00 |      --      |    Inf 
42.17/42.25	c  42.3s| 12800 |    80 |209216 |  16.3 |8206k|  40 |  34 | 231 |7094 | 231 |2454 |  22 |7400 |2517 | 0.000000e+00 |      --      |    Inf 
42.37/42.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.37/42.45	c  42.5s| 12900 |    82 |210667 |  16.3 |8225k|  40 |  34 | 231 |7116 | 231 |2454 |  22 |7473 |2517 | 0.000000e+00 |      --      |    Inf 
42.56/42.67	c  42.7s| 13000 |    78 |212302 |  16.3 |8211k|  40 |  35 | 231 |7143 | 231 |2454 |  22 |7539 |2517 | 0.000000e+00 |      --      |    Inf 
42.77/42.87	c  42.9s| 13100 |    78 |213725 |  16.3 |8218k|  40 |   - | 231 |7153 | 231 |2454 |  22 |7604 |2517 | 0.000000e+00 |      --      |    Inf 
42.97/43.08	c  43.1s| 13200 |    77 |215335 |  16.3 |8230k|  40 |   - | 231 |7195 | 231 |2454 |  22 |7674 |2517 | 0.000000e+00 |      --      |    Inf 
43.26/43.32	c  43.3s| 13300 |    77 |217222 |  16.3 |8224k|  40 |  42 | 231 |7202 | 231 |2454 |  22 |7733 |2517 | 0.000000e+00 |      --      |    Inf 
43.47/43.55	c  43.5s| 13400 |    80 |218921 |  16.3 |8240k|  40 |  34 | 231 |7229 | 231 |2454 |  22 |7802 |2517 | 0.000000e+00 |      --      |    Inf 
43.66/43.79	c  43.8s| 13500 |    85 |220776 |  16.3 |8273k|  40 |  23 | 231 |7280 | 231 |2454 |  22 |7867 |2517 | 0.000000e+00 |      --      |    Inf 
43.97/44.00	c  44.0s| 13600 |    84 |222315 |  16.3 |8282k|  40 |   - | 231 |7315 | 231 |2454 |  22 |7929 |2517 | 0.000000e+00 |      --      |    Inf 
44.16/44.22	c  44.2s| 13700 |    84 |223814 |  16.3 |8292k|  40 |   - | 231 |7335 | 231 |2454 |  22 |7986 |2517 | 0.000000e+00 |      --      |    Inf 
44.36/44.46	c  44.5s| 13800 |    87 |225499 |  16.3 |8312k|  40 |   - | 231 |7372 | 231 |2454 |  22 |8049 |2517 | 0.000000e+00 |      --      |    Inf 
44.56/44.68	c  44.7s| 13900 |    87 |227021 |  16.3 |8330k|  40 |   - | 231 |7426 | 231 |2454 |  22 |8122 |2517 | 0.000000e+00 |      --      |    Inf 
44.77/44.89	c  44.9s| 14000 |    87 |228386 |  16.3 |8347k|  40 |   - | 231 |7466 | 231 |2454 |  22 |8181 |2517 | 0.000000e+00 |      --      |    Inf 
45.07/45.10	c  45.1s| 14100 |    85 |229849 |  16.3 |8345k|  40 |   - | 231 |7468 | 231 |2454 |  22 |8245 |2517 | 0.000000e+00 |      --      |    Inf 
45.26/45.32	c  45.3s| 14200 |    85 |231244 |  16.3 |8351k|  40 |  18 | 231 |7465 | 231 |2454 |  22 |8311 |2517 | 0.000000e+00 |      --      |    Inf 
45.46/45.56	c  45.6s| 14300 |    87 |232962 |  16.3 |8353k|  40 |  32 | 231 |7444 | 231 |2454 |  22 |8376 |2517 | 0.000000e+00 |      --      |    Inf 
45.66/45.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.66/45.76	c  45.8s| 14400 |    85 |234326 |  16.3 |8360k|  40 |  20 | 231 |7473 | 231 |2454 |  22 |8439 |2517 | 0.000000e+00 |      --      |    Inf 
45.86/45.98	c  46.0s| 14500 |    83 |235847 |  16.3 |8359k|  40 |  36 | 231 |7497 | 231 |2454 |  22 |8496 |2517 | 0.000000e+00 |      --      |    Inf 
46.17/46.22	c  46.2s| 14600 |    89 |237559 |  16.3 |8372k|  40 |  37 | 231 |7473 | 231 |2454 |  22 |8555 |2517 | 0.000000e+00 |      --      |    Inf 
46.36/46.43	c  46.4s| 14700 |    91 |238996 |  16.2 |8382k|  40 |   - | 231 |7477 | 231 |2454 |  22 |8618 |2517 | 0.000000e+00 |      --      |    Inf 
46.57/46.67	c  46.7s| 14800 |    91 |240681 |  16.3 |8366k|  40 |  26 | 231 |7437 | 231 |2454 |  22 |8682 |2517 | 0.000000e+00 |      --      |    Inf 
46.76/46.88	c  46.9s| 14900 |    91 |242179 |  16.2 |8373k|  40 |   - | 231 |7442 | 231 |2454 |  22 |8739 |2517 | 0.000000e+00 |      --      |    Inf 
46.96/47.08	c  47.1s| 15000 |    91 |243515 |  16.2 |8373k|  40 |  37 | 231 |7441 | 231 |2454 |  22 |8791 |2517 | 0.000000e+00 |      --      |    Inf 
47.17/47.26	c  47.3s| 15100 |    91 |244818 |  16.2 |8377k|  40 |  31 | 231 |7449 | 231 |2454 |  22 |8838 |2517 | 0.000000e+00 |      --      |    Inf 
47.36/47.49	c  47.5s| 15200 |    89 |246379 |  16.2 |8388k|  40 |   - | 231 |7471 | 231 |2454 |  22 |8889 |2517 | 0.000000e+00 |      --      |    Inf 
47.66/47.72	c  47.7s| 15300 |    91 |247989 |  16.2 |8399k|  40 |   - | 231 |7469 | 231 |2454 |  22 |8945 |2517 | 0.000000e+00 |      --      |    Inf 
47.86/47.96	c  48.0s| 15400 |    89 |249713 |  16.2 |8394k|  40 |   - | 231 |7479 | 231 |2454 |  22 |9003 |2517 | 0.000000e+00 |      --      |    Inf 
48.06/48.18	c  48.2s| 15500 |    92 |251241 |  16.2 |8389k|  40 |  22 | 231 |7438 | 231 |2454 |  22 |9075 |2517 | 0.000000e+00 |      --      |    Inf 
48.26/48.39	c  48.4s| 15600 |    91 |252799 |  16.2 |8392k|  40 |  26 | 231 |7449 | 231 |2454 |  22 |9155 |2517 | 0.000000e+00 |      --      |    Inf 
48.56/48.65	c  48.6s| 15700 |    92 |254679 |  16.2 |8393k|  40 |  38 | 231 |7421 | 231 |2454 |  22 |9226 |2517 | 0.000000e+00 |      --      |    Inf 
48.86/48.91	c  48.9s| 15800 |    90 |256540 |  16.2 |8375k|  40 |  39 | 231 |7384 | 231 |2454 |  22 |9297 |2517 | 0.000000e+00 |      --      |    Inf 
49.06/49.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.06/49.17	c  49.2s| 15900 |    92 |258533 |  16.3 |8395k|  40 |   - | 231 |7391 | 231 |2454 |  22 |9366 |2517 | 0.000000e+00 |      --      |    Inf 
49.37/49.42	c  49.4s| 16000 |    92 |260246 |  16.3 |8391k|  40 |  35 | 231 |7378 | 231 |2454 |  22 |9434 |2517 | 0.000000e+00 |      --      |    Inf 
49.56/49.65	c  49.7s| 16100 |    92 |261940 |  16.3 |8373k|  40 |  36 | 231 |7322 | 231 |2454 |  22 |9495 |2517 | 0.000000e+00 |      --      |    Inf 
49.76/49.87	c  49.9s| 16200 |    96 |263472 |  16.3 |8382k|  40 |   - | 231 |7306 | 231 |2454 |  22 |9549 |2517 | 0.000000e+00 |      --      |    Inf 
49.97/50.08	c  50.1s| 16300 |    96 |265043 |  16.3 |8395k|  40 |   - | 231 |7338 | 231 |2454 |  22 |9617 |2517 | 0.000000e+00 |      --      |    Inf 
50.17/50.27	c  50.3s| 16400 |    98 |266290 |  16.2 |8414k|  40 |  18 | 231 |7393 | 231 |2454 |  22 |9678 |2517 | 0.000000e+00 |      --      |    Inf 
50.36/50.49	c  50.5s| 16500 |    95 |267883 |  16.2 |8422k|  40 |  30 | 231 |7433 | 231 |2454 |  22 |9737 |2517 | 0.000000e+00 |      --      |    Inf 
50.66/50.72	c  50.7s| 16600 |    93 |269491 |  16.2 |8428k|  40 |   - | 231 |7454 | 231 |2454 |  22 |9796 |2517 | 0.000000e+00 |      --      |    Inf 
50.87/50.96	c  51.0s| 16700 |    94 |271223 |  16.2 |8447k|  40 |   - | 231 |7482 | 231 |2454 |  22 |9857 |2517 | 0.000000e+00 |      --      |    Inf 
51.16/51.21	c  51.2s| 16800 |    92 |272969 |  16.2 |8441k|  40 |   - | 231 |7481 | 231 |2454 |  22 |9915 |2517 | 0.000000e+00 |      --      |    Inf 
51.36/51.47	c  51.5s| 16900 |    93 |274954 |  16.3 |8450k|  40 |   - | 231 |7490 | 231 |2454 |  22 |9975 |2517 | 0.000000e+00 |      --      |    Inf 
51.67/51.73	c  51.7s| 17000 |    91 |276838 |  16.3 |8430k|  40 |   - | 231 |7425 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.96/52.00	c  52.0s| 17100 |    92 |278739 |  16.3 |8421k|  40 |  29 | 231 |7403 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.16/52.21	c  52.2s| 17200 |    91 |280216 |  16.3 |8436k|  40 |   - | 231 |7440 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.36/52.48	c  52.5s| 17300 |    92 |282139 |  16.3 |8417k|  40 |   - | 231 |7367 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.67/52.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.67/52.72	c  52.7s| 17400 |    92 |283871 |  16.3 |8402k|  40 |   - | 231 |7300 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.86/52.99	c  53.0s| 17500 |    91 |285908 |  16.3 |8397k|  40 |   - | 231 |7281 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
53.16/53.25	c  53.2s| 17600 |    90 |287811 |  16.3 |8386k|  40 |  33 | 231 |7272 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
53.36/53.48	c  53.5s| 17700 |    92 |289570 |  16.4 |8364k|  40 |  33 | 231 |7189 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
53.56/53.68	c  53.7s| 17800 |    92 |290914 |  16.3 |8369k|  40 |  29 | 231 |7200 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
53.86/53.91	c  53.9s| 17900 |    94 |292403 |  16.3 |8379k|  40 |   - | 231 |7205 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
54.06/54.13	c  54.1s| 18000 |    94 |294007 |  16.3 |8392k|  40 |   - | 231 |7237 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
54.25/54.38	c  54.4s| 18100 |    92 |295804 |  16.3 |8395k|  40 |   - | 231 |7260 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
54.55/54.60	c  54.6s| 18200 |    92 |297426 |  16.3 |8408k|  40 |   - | 231 |7304 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
54.76/54.85	c  54.8s| 18300 |    94 |299155 |  16.3 |8358k|  40 |  44 | 231 |7192 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
55.06/55.10	c  55.1s| 18400 |    94 |300973 |  16.3 |8350k|  40 |  28 | 231 |7161 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
55.26/55.34	c  55.3s| 18500 |    94 |302696 |  16.4 |8335k|  40 |  32 | 231 |7110 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
55.46/55.57	c  55.6s| 18600 |    92 |304340 |  16.4 |8336k|  40 |   - | 231 |7103 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
55.76/55.85	c  55.8s| 18700 |    87 |306374 |  16.4 |8317k|  40 |   - | 231 |7086 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.97/56.10	c  56.1s| 18800 |    85 |308197 |  16.4 |8304k|  40 |   - | 231 |7064 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.26/56.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.26/56.31	c  56.3s| 18900 |    87 |309625 |  16.4 |8303k|  40 |  28 | 231 |7051 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.45/56.53	c  56.5s| 19000 |    85 |311147 |  16.4 |8298k|  40 |   - | 231 |7016 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.66/56.75	c  56.7s| 19100 |    87 |312685 |  16.4 |8304k|  40 |   - | 231 |7026 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.96/57.00	c  57.0s| 19200 |    85 |314446 |  16.4 |8304k|  40 |  33 | 231 |7047 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
57.17/57.24	c  57.2s| 19300 |    83 |316155 |  16.4 |8316k|  40 |   - | 231 |7094 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
57.36/57.44	c  57.4s| 19400 |    89 |317668 |  16.4 |8332k|  40 |   - | 231 |7099 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
57.56/57.67	c  57.7s| 19500 |    93 |319362 |  16.4 |8352k|  40 |  32 | 231 |7142 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
57.76/57.88	c  57.9s| 19600 |    93 |320946 |  16.4 |8375k|  40 |   - | 231 |7182 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
57.96/58.09	c  58.1s| 19700 |    89 |322400 |  16.4 |8380k|  40 |  27 | 231 |7223 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
58.16/58.30	c  58.3s| 19800 |    85 |323787 |  16.3 |8390k|  40 |   - | 231 |7275 |   0 |   0 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
58.46/58.54	c  58.5s| 19900 |    88 |325550 |  16.4 |8409k|  40 |   - | 231 |7325 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
58.75/58.80	c  58.8s| 20000 |    91 |327480 |  16.4 |8427k|  40 |  38 | 231 |7350 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
58.95/59.02	c  59.0s| 20100 |    93 |329147 |  16.4 |8454k|  40 |   - | 231 |7397 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
59.16/59.25	c  59.3s| 20200 |    91 |330945 |  16.4 |8467k|  40 |   - | 231 |7446 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
59.37/59.48	c  59.5s| 20300 |    92 |332647 |  16.4 |8486k|  40 |   - | 231 |7491 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
59.66/59.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.66/59.74	c  59.7s| 20400 |    94 |334640 |  16.4 |8505k|  40 |  33 | 231 |7536 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
59.95/60.00	c  60.0s| 20500 |    92 |336601 |  16.4 |8516k|  40 |  27 | 231 |7585 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.16/60.24	c  60.2s| 20600 |    88 |338326 |  16.4 |8532k|  40 |   - | 231 |7636 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.36/60.46	c  60.5s| 20700 |    89 |339881 |  16.4 |8553k|  40 |  32 | 231 |7689 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.65/60.70	c  60.7s| 20800 |    91 |341590 |  16.4 |8573k|  40 |  36 | 231 |7730 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.85/60.91	c  60.9s| 20900 |    91 |342963 |  16.4 |8598k|  40 |   - | 231 |7780 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
61.06/61.14	c  61.1s| 21000 |    93 |344613 |  16.4 |8615k|  40 |  35 | 231 |7827 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
61.26/61.36	c  61.4s| 21100 |    93 |346262 |  16.4 |8637k|  40 |  33 | 231 |7883 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
61.46/61.56	c  61.6s| 21200 |    93 |347582 |  16.4 |8655k|  40 |   - | 231 |7929 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
61.66/61.78	c  61.8s| 21300 |    96 |349125 |  16.4 |8677k|  40 |  28 | 231 |7976 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
61.96/62.02	c  62.0s| 21400 |    89 |350862 |  16.4 |8673k|  40 |   - | 231 |7983 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
62.16/62.27	c  62.3s| 21500 |    91 |352587 |  16.4 |8634k|  40 |   - | 231 |7845 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
62.45/62.52	c  62.5s| 21600 |    95 |354305 |  16.4 |8636k|  40 |   - | 231 |7794 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
62.67/62.74	c  62.7s| 21700 |    97 |355917 |  16.4 |8646k|  40 |  32 | 231 |7814 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
62.86/62.97	c  63.0s| 21800 |    94 |357504 |  16.4 |8652k|  40 |   - | 231 |7838 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
63.06/63.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.06/63.19	c  63.2s| 21900 |    93 |359135 |  16.4 |8659k|  40 |   - | 231 |7868 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
63.36/63.44	c  63.4s| 22000 |    93 |360906 |  16.4 |8673k|  40 |   - | 231 |7908 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
63.56/63.68	c  63.7s| 22100 |    97 |362671 |  16.4 |8692k|  40 |   - | 231 |7915 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
63.86/63.94	c  63.9s| 22200 |   102 |364625 |  16.4 |8704k|  40 |  33 | 231 |7917 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.05/64.19	c  64.2s| 22300 |   100 |366396 |  16.4 |8710k|  40 |  42 | 231 |7926 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.36/64.41	c  64.4s| 22400 |   101 |367960 |  16.4 |8733k|  40 |   - | 231 |7971 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.56/64.65	c  64.6s| 22500 |   105 |369748 |  16.4 |8758k|  40 |   - | 231 |8016 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.76/64.90	c  64.9s| 22600 |    98 |371619 |  16.4 |8759k|  40 |  36 | 231 |8073 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
65.06/65.13	c  65.1s| 22700 |   101 |373284 |  16.4 |8779k|  40 |  31 | 231 |8120 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
65.25/65.37	c  65.4s| 22800 |   102 |375030 |  16.4 |8800k|  40 |  30 | 231 |8167 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
65.56/65.63	c  65.6s| 22900 |   104 |376817 |  16.4 |8828k|  40 |  39 | 231 |8216 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
65.76/65.85	c  65.9s| 23000 |   104 |378497 |  16.4 |8854k|  40 |   - | 231 |8273 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
65.96/66.09	c  66.1s| 23100 |   104 |380135 |  16.4 |8874k|  40 |   - | 231 |8327 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
66.25/66.32	c  66.3s| 23200 |   105 |381782 |  16.4 |8899k|  40 |   - | 231 |8381 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
66.46/66.55	c  66.5s| 23300 |   104 |383480 |  16.5 |8919k|  40 |  41 | 231 |8449 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
66.66/66.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.66/66.79	c  66.8s| 23400 |   102 |385222 |  16.5 |8936k|  40 |  31 | 231 |8491 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
66.97/67.02	c  67.0s| 23500 |   101 |386704 |  16.4 |8935k|  40 |   - | 231 |8479 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
67.16/67.25	c  67.2s| 23600 |   101 |388289 |  16.4 |8938k|  40 |   - | 231 |8484 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
67.35/67.47	c  67.5s| 23700 |    99 |389684 |  16.4 |8919k|  40 |   - | 231 |8458 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
67.56/67.69	c  67.7s| 23800 |    97 |391208 |  16.4 |8911k|  40 |   - | 231 |8427 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
67.75/67.88	c  67.9s| 23900 |    97 |392486 |  16.4 |8927k|  40 |   - | 231 |8469 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
68.06/68.10	c  68.1s| 24000 |    97 |394085 |  16.4 |8922k|  40 |  39 | 231 |8460 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
68.26/68.34	c  68.3s| 24100 |   101 |395809 |  16.4 |8938k|  40 |  22 | 231 |8467 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
68.45/68.56	c  68.6s| 24200 |    97 |397368 |  16.4 |8930k|  40 |   - | 231 |8470 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
68.76/68.82	c  68.8s| 24300 |    99 |399289 |  16.4 |8939k|  40 |   - | 231 |8440 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
68.96/69.05	c  69.0s| 24400 |   101 |400899 |  16.4 |8942k|  40 |   - | 231 |8426 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
69.16/69.25	c  69.2s| 24500 |   101 |402216 |  16.4 |8952k|  40 |   - | 231 |8455 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
69.35/69.48	c  69.5s| 24600 |   104 |403828 |  16.4 |8971k|  40 |  35 | 231 |8493 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
69.56/69.69	c  69.7s| 24700 |   104 |405355 |  16.4 |8989k|  40 |  36 | 231 |8548 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
69.85/69.93	c  69.9s| 24800 |   102 |406993 |  16.4 |9001k|  40 |  22 | 231 |8603 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
70.06/70.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.06/70.18	c  70.2s| 24900 |   100 |408825 |  16.4 |8987k|  40 |  36 | 231 |8561 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
70.37/70.41	c  70.4s| 25000 |   100 |410437 |  16.4 |8987k|  40 |   - | 231 |8506 |   0 |   0 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
70.56/70.65	c  70.7s| 25100 |   106 |412178 |  16.4 |8959k|  40 |  34 | 231 |8372 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
70.85/70.90	c  70.9s| 25200 |   104 |413981 |  16.4 |8937k|  40 |   - | 231 |8296 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
70.95/71.09	c  71.1s| 25300 |   103 |415295 |  16.4 |8938k|  40 |   - | 231 |8302 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
71.25/71.33	c  71.3s| 25400 |   102 |417122 |  16.4 |8933k|  40 |   - | 231 |8290 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
71.46/71.58	c  71.6s| 25500 |   102 |419007 |  16.4 |8939k|  40 |  20 | 231 |8320 | 231 |2454 |  22 |  15k|2517 | 0.000000e+00 |      --      |    Inf 
71.85/71.92	c  71.9s| 25600 |   101 |421085 |  16.4 |8947k|  40 |   - | 231 |8327 | 231 |2454 |  22 |  15k|2532 | 0.000000e+00 |      --      |    Inf 
72.16/72.24	c  72.2s| 25700 |    99 |422942 |  16.5 |8938k|  40 |   - | 231 |8320 | 231 |2454 |  22 |  15k|2546 | 0.000000e+00 |      --      |    Inf 
72.56/72.61	c  72.6s| 25800 |   103 |425169 |  16.5 |8925k|  40 |   - | 231 |8207 |   0 |   0 |  22 |  15k|2560 | 0.000000e+00 |      --      |    Inf 
72.76/72.89	c  72.9s| 25900 |   105 |426856 |  16.5 |8902k|  40 |  24 | 231 |8135 | 231 |2454 |  22 |  15k|2570 | 0.000000e+00 |      --      |    Inf 
73.05/73.19	c  73.2s| 26000 |   101 |428620 |  16.5 |8885k|  40 |   - | 231 |8103 | 231 |2454 |  22 |  15k|2583 | 0.000000e+00 |      --      |    Inf 
73.35/73.48	c  73.5s| 26100 |    99 |430219 |  16.5 |8870k|  40 |   - | 231 |8065 |   0 |   0 |  22 |  15k|2594 | 0.000000e+00 |      --      |    Inf 
73.66/73.76	c  73.8s| 26200 |   101 |431854 |  16.5 |8852k|  40 |  33 | 231 |8007 | 231 |2454 |  22 |  15k|2605 | 0.000000e+00 |      --      |    Inf 
73.95/74.04	c  74.0s| 26300 |   105 |433487 |  16.5 |8868k|  40 |   - | 231 |8007 | 231 |2454 |  22 |  15k|2618 | 0.000000e+00 |      --      |    Inf 
74.26/74.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.26/74.33	c  74.3s| 26400 |   108 |435222 |  16.5 |8874k|  40 |  22 | 231 |8011 | 231 |2454 |  22 |  15k|2631 | 0.000000e+00 |      --      |    Inf 
74.55/74.60	c  74.6s| 26500 |   102 |436911 |  16.5 |8880k|  40 |   - | 231 |8043 | 231 |2454 |  22 |  15k|2641 | 0.000000e+00 |      --      |    Inf 
74.85/74.93	c  74.9s| 26600 |   104 |438752 |  16.5 |8866k|  40 |   - | 231 |7953 | 231 |2454 |  22 |  15k|2658 | 0.000000e+00 |      --      |    Inf 
75.16/75.22	c  75.2s| 26700 |   105 |440628 |  16.5 |8857k|  40 |   - | 231 |7893 | 231 |2454 |  22 |  15k|2666 | 0.000000e+00 |      --      |    Inf 
75.36/75.45	c  75.5s| 26800 |   103 |442137 |  16.5 |8836k|  40 |   - | 231 |7859 | 231 |2454 |  22 |  15k|2669 | 0.000000e+00 |      --      |    Inf 
75.65/75.72	c  75.7s| 26900 |   106 |443947 |  16.5 |8842k|  40 |  35 | 231 |7817 | 231 |2454 |  22 |  15k|2674 | 0.000000e+00 |      --      |    Inf 
75.86/75.99	c  76.0s| 27000 |   109 |445902 |  16.5 |8831k|  40 |  28 | 231 |7749 | 231 |2454 |  22 |  15k|2675 | 0.000000e+00 |      --      |    Inf 
76.15/76.27	c  76.3s| 27100 |   105 |447981 |  16.5 |8797k|  40 |   - | 231 |7649 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
76.36/76.50	c  76.5s| 27200 |   113 |449669 |  16.5 |8803k|  40 |   - | 231 |7614 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
76.66/76.72	c  76.7s| 27300 |   111 |451325 |  16.5 |8794k|  40 |  35 | 231 |7612 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
76.86/76.95	c  76.9s| 27400 |   111 |453014 |  16.5 |8805k|  40 |  31 | 231 |7635 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
77.16/77.21	c  77.2s| 27500 |   111 |455107 |  16.5 |8813k|  40 |   - | 231 |7642 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
77.36/77.47	c  77.5s| 27600 |   109 |457162 |  16.6 |8816k|  40 |  37 | 231 |7674 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
77.65/77.73	c  77.7s| 27700 |   104 |459049 |  16.6 |8811k|  40 |  34 | 231 |7706 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
77.86/77.97	c  78.0s| 27800 |   104 |460795 |  16.6 |8811k|  40 |   - | 231 |7678 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
78.15/78.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.15/78.22	c  78.2s| 27900 |   104 |462582 |  16.6 |8813k|  40 |  38 | 231 |7681 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
78.36/78.46	c  78.5s| 28000 |   106 |464243 |  16.6 |8815k|  40 |   - | 231 |7652 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
78.65/78.71	c  78.7s| 28100 |   110 |465998 |  16.6 |8810k|  40 |  32 | 231 |7616 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
78.86/78.91	c  78.9s| 28200 |   115 |467489 |  16.6 |8834k|  40 |  29 | 231 |7648 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
79.06/79.13	c  79.1s| 28300 |   113 |468996 |  16.6 |8850k|  40 |   - | 231 |7696 |   0 |   0 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
79.25/79.34	c  79.3s| 28400 |   119 |470525 |  16.6 |8870k|  40 |  20 | 231 |7733 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
79.46/79.54	c  79.5s| 28500 |   113 |471904 |  16.6 |8872k|  40 |  32 | 231 |7775 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
79.75/79.83	c  79.8s| 28600 |   114 |473593 |  16.6 |8884k|  40 |  31 | 231 |7811 | 231 |2454 |  22 |  16k|2688 | 0.000000e+00 |      --      |    Inf 
80.05/80.13	c  80.1s| 28700 |   113 |475413 |  16.6 |8900k|  40 |  37 | 231 |7866 | 231 |2454 |  22 |  17k|2701 | 0.000000e+00 |      --      |    Inf 
80.35/80.42	c  80.4s| 28800 |   113 |477214 |  16.6 |8927k|  40 |  31 | 231 |7926 | 231 |2454 |  22 |  17k|2711 | 0.000000e+00 |      --      |    Inf 
80.65/80.73	c  80.7s| 28900 |   108 |479097 |  16.6 |8943k|  40 |   - | 231 |7996 | 231 |2454 |  22 |  17k|2726 | 0.000000e+00 |      --      |    Inf 
80.96/81.07	c  81.1s| 29000 |   113 |481121 |  16.6 |8961k|  40 |   - | 231 |8019 | 231 |2454 |  22 |  17k|2741 | 0.000000e+00 |      --      |    Inf 
81.26/81.33	c  81.3s| 29100 |   116 |482617 |  16.6 |8976k|  40 |  32 | 231 |8045 | 231 |2454 |  22 |  17k|2750 | 0.000000e+00 |      --      |    Inf 
81.55/81.64	c  81.6s| 29200 |   116 |484625 |  16.6 |8992k|  40 |  34 | 231 |8064 | 231 |2454 |  22 |  17k|2761 | 0.000000e+00 |      --      |    Inf 
81.85/81.90	c  81.9s| 29300 |   116 |486142 |  16.6 |8987k|  40 |  27 | 231 |8061 | 231 |2454 |  22 |  17k|2769 | 0.000000e+00 |      --      |    Inf 
82.05/82.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.05/82.15	c  82.2s| 29400 |   116 |487552 |  16.6 |9004k|  40 |   - | 231 |8097 | 231 |2454 |  22 |  17k|2778 | 0.000000e+00 |      --      |    Inf 
82.25/82.39	c  82.4s| 29500 |   114 |488885 |  16.6 |9017k|  40 |   - | 231 |8153 |   0 |   0 |  22 |  17k|2787 | 0.000000e+00 |      --      |    Inf 
82.55/82.68	c  82.7s| 29600 |   114 |490531 |  16.6 |9028k|  40 |   - | 231 |8182 | 231 |2454 |  22 |  17k|2800 | 0.000000e+00 |      --      |    Inf 
82.85/82.92	c  82.9s| 29700 |   114 |491833 |  16.6 |9029k|  40 |   - | 231 |8189 | 231 |2454 |  22 |  17k|2811 | 0.000000e+00 |      --      |    Inf 
83.15/83.22	c  83.2s| 29800 |   117 |493519 |  16.6 |9035k|  40 |   - | 231 |8192 |   0 |   0 |  22 |  17k|2827 | 0.000000e+00 |      --      |    Inf 
83.35/83.43	c  83.4s| 29900 |   119 |494861 |  16.5 |9044k|  40 |  32 | 231 |8218 | 231 |2454 |  22 |  17k|2835 | 0.000000e+00 |      --      |    Inf 
83.55/83.69	c  83.7s| 30000 |   117 |496420 |  16.5 |9049k|  40 |  39 | 231 |8246 | 231 |2454 |  22 |  17k|2846 | 0.000000e+00 |      --      |    Inf 
83.85/83.95	c  83.9s| 30100 |   118 |498184 |  16.5 |9066k|  40 |   - | 231 |8275 | 231 |2454 |  22 |  17k|2851 | 0.000000e+00 |      --      |    Inf 
84.06/84.18	c  84.2s| 30200 |   118 |499693 |  16.5 |9082k|  40 |   - | 231 |8319 | 231 |2454 |  22 |  17k|2856 | 0.000000e+00 |      --      |    Inf 
84.35/84.45	c  84.5s| 30300 |   116 |501552 |  16.5 |9086k|  40 |   - | 231 |8352 | 231 |2454 |  22 |  17k|2861 | 0.000000e+00 |      --      |    Inf 
84.56/84.70	c  84.7s| 30400 |   120 |503197 |  16.5 |9111k|  40 |   - | 231 |8378 | 231 |2454 |  22 |  18k|2865 | 0.000000e+00 |      --      |    Inf 
84.85/84.94	c  84.9s| 30500 |   122 |504886 |  16.5 |9128k|  40 |  33 | 231 |8420 | 231 |2454 |  22 |  18k|2867 | 0.000000e+00 |      --      |    Inf 
85.05/85.16	c  85.2s| 30600 |   119 |506320 |  16.5 |9130k|  40 |  31 | 231 |8427 | 231 |2454 |  22 |  18k|2869 | 0.000000e+00 |      --      |    Inf 
85.35/85.42	c  85.4s| 30700 |   115 |508000 |  16.5 |9113k|  40 |   - | 231 |8385 | 231 |2454 |  22 |  18k|2875 | 0.000000e+00 |      --      |    Inf 
85.55/85.65	c  85.7s| 30800 |   116 |509521 |  16.5 |9087k|  40 |   - | 231 |8368 | 231 |2454 |  22 |  18k|2877 | 0.000000e+00 |      --      |    Inf 
85.75/85.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.75/85.86	c  85.9s| 30900 |   120 |510951 |  16.5 |9100k|  40 |  19 | 231 |8378 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
85.95/86.07	c  86.1s| 31000 |   117 |512439 |  16.5 |9096k|  40 |   - | 231 |8379 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
86.25/86.36	c  86.4s| 31100 |   112 |514565 |  16.5 |9085k|  40 |   - | 231 |8380 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
86.55/86.62	c  86.6s| 31200 |   110 |516330 |  16.5 |9033k|  40 |   - | 231 |8281 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
86.75/86.86	c  86.9s| 31300 |   110 |518050 |  16.5 |9028k|  40 |  34 | 231 |8283 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
87.05/87.15	c  87.1s| 31400 |   122 |520199 |  16.6 |9021k|  40 |  28 | 231 |8149 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
87.25/87.38	c  87.4s| 31500 |   125 |521755 |  16.6 |9014k|  40 |  36 | 231 |8087 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
87.55/87.61	c  87.6s| 31600 |   122 |523332 |  16.6 |9011k|  40 |  39 | 231 |8092 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
87.75/87.84	c  87.8s| 31700 |   119 |524945 |  16.6 |9015k|  40 |   - | 231 |8110 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
87.96/88.06	c  88.1s| 31800 |   121 |526450 |  16.6 |9027k|  40 |  43 | 231 |8140 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
88.15/88.29	c  88.3s| 31900 |   119 |528029 |  16.5 |9045k|  40 |   - | 231 |8183 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
88.45/88.54	c  88.5s| 32000 |   124 |529931 |  16.6 |9070k|  40 |  39 | 231 |8220 | 231 |2454 |  22 |  19k|2878 | 0.000000e+00 |      --      |    Inf 
88.76/88.80	c  88.8s| 32100 |   126 |531821 |  16.6 |9099k|  40 |   - | 231 |8267 | 231 |2454 |  22 |  19k|2878 | 0.000000e+00 |      --      |    Inf 
88.96/89.04	c  89.0s| 32200 |   125 |533318 |  16.6 |9122k|  40 |   - | 231 |8327 | 231 |2454 |  22 |  19k|2885 | 0.000000e+00 |      --      |    Inf 
89.25/89.35	c  89.3s| 32300 |   127 |535179 |  16.6 |9140k|  40 |  33 | 231 |8371 | 231 |2454 |  22 |  19k|2897 | 0.000000e+00 |      --      |    Inf 
89.55/89.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.55/89.66	c  89.7s| 32400 |   125 |537133 |  16.6 |9153k|  40 |  25 | 231 |8410 | 231 |2454 |  22 |  19k|2910 | 0.000000e+00 |      --      |    Inf 
89.85/89.96	c  90.0s| 32500 |   125 |538756 |  16.6 |9173k|  40 |   - | 231 |8460 | 231 |2454 |  22 |  19k|2926 | 0.000000e+00 |      --      |    Inf 
90.16/90.23	c  90.2s| 32600 |   124 |540427 |  16.6 |9201k|  40 |   - | 231 |8525 |   0 |   0 |  22 |  19k|2935 | 0.000000e+00 |      --      |    Inf 
90.35/90.50	c  90.5s| 32700 |   125 |541997 |  16.6 |9211k|  40 |  34 | 231 |8566 | 231 |2454 |  22 |  19k|2945 | 0.000000e+00 |      --      |    Inf 
90.65/90.77	c  90.8s| 32800 |   125 |543667 |  16.6 |9230k|  40 |   - | 231 |8598 | 231 |2454 |  22 |  19k|2956 | 0.000000e+00 |      --      |    Inf 
91.05/91.11	c  91.1s| 32900 |   125 |545528 |  16.6 |9232k|  40 |   - | 231 |8617 | 231 |2454 |  22 |  19k|2975 | 0.000000e+00 |      --      |    Inf 
91.26/91.34	c  91.3s| 33000 |   127 |547126 |  16.6 |9240k|  40 |   - | 231 |8621 | 231 |2454 |  22 |  19k|2975 | 0.000000e+00 |      --      |    Inf 
91.55/91.64	c  91.6s| 33100 |   128 |548894 |  16.6 |9245k|  40 |   - | 231 |8632 | 231 |2454 |  22 |  19k|2987 | 0.000000e+00 |      --      |    Inf 
91.85/91.93	c  91.9s| 33200 |   127 |550637 |  16.6 |9253k|  40 |   - | 231 |8653 | 231 |2454 |  22 |  19k|3001 | 0.000000e+00 |      --      |    Inf 
92.15/92.23	c  92.2s| 33300 |   127 |552562 |  16.6 |9253k|  40 |  32 | 231 |8668 | 231 |2454 |  22 |  19k|3011 | 0.000000e+00 |      --      |    Inf 
92.45/92.54	c  92.5s| 33400 |   127 |554503 |  16.6 |9266k|  40 |  28 | 231 |8700 | 231 |2454 |  22 |  19k|3024 | 0.000000e+00 |      --      |    Inf 
92.75/92.84	c  92.8s| 33500 |   129 |556241 |  16.6 |9281k|  40 |  30 | 231 |8732 | 231 |2454 |  22 |  19k|3037 | 0.000000e+00 |      --      |    Inf 
93.05/93.15	c  93.2s| 33600 |   131 |558378 |  16.6 |9308k|  40 |   - | 231 |8780 | 231 |2454 |  22 |  19k|3048 | 0.000000e+00 |      --      |    Inf 
93.35/93.47	c  93.5s| 33700 |   130 |560583 |  16.6 |9316k|  40 |  47 | 231 |8828 | 231 |2454 |  22 |  20k|3055 | 0.000000e+00 |      --      |    Inf 
93.65/93.76	c  93.8s| 33800 |   134 |562592 |  16.6 |9341k|  40 |  39 | 231 |8865 | 231 |2454 |  22 |  20k|3063 | 0.000000e+00 |      --      |    Inf 
93.95/94.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.95/94.01	c  94.0s| 33900 |   131 |564280 |  16.6 |9361k|  40 |   - | 231 |8923 | 231 |2454 |  22 |  20k|3068 | 0.000000e+00 |      --      |    Inf 
94.15/94.25	c  94.3s| 34000 |   125 |565799 |  16.6 |9348k|  40 |   - | 231 |8931 | 231 |2454 |  22 |  20k|3073 | 0.000000e+00 |      --      |    Inf 
94.46/94.53	c  94.5s| 34100 |   129 |567594 |  16.6 |9349k|  40 |   - | 231 |8881 | 231 |2454 |  22 |  20k|3080 | 0.000000e+00 |      --      |    Inf 
94.65/94.77	c  94.8s| 34200 |   126 |569341 |  16.6 |9349k|  40 |  34 | 231 |8918 | 231 |2454 |  22 |  20k|3081 | 0.000000e+00 |      --      |    Inf 
94.95/95.02	c  95.0s| 34300 |   125 |570768 |  16.6 |9321k|  40 |   - | 231 |8842 | 231 |2454 |  22 |  20k|3088 | 0.000000e+00 |      --      |    Inf 
95.15/95.29	c  95.3s| 34400 |   126 |572606 |  16.6 |9268k|  40 |  38 | 231 |8674 | 231 |2454 |  22 |  20k|3092 | 0.000000e+00 |      --      |    Inf 
95.45/95.52	c  95.5s| 34500 |   124 |574155 |  16.6 |9236k|  40 |  27 | 231 |8595 | 231 |2454 |  22 |  20k|3093 | 0.000000e+00 |      --      |    Inf 
95.66/95.78	c  95.8s| 34600 |   128 |575936 |  16.6 |9235k|  40 |  35 | 231 |8558 | 231 |2454 |  22 |  20k|3095 | 0.000000e+00 |      --      |    Inf 
95.85/95.98	c  96.0s| 34700 |   127 |577290 |  16.6 |9251k|  40 |  31 | 231 |8603 | 231 |2454 |  22 |  20k|3096 | 0.000000e+00 |      --      |    Inf 
96.15/96.20	c  96.2s| 34800 |   129 |578707 |  16.6 |9243k|  44 |  23 | 231 |8565 | 231 |2454 |  22 |  20k|3098 | 0.000000e+00 |      --      |    Inf 
96.35/96.44	c  96.4s| 34900 |   125 |580449 |  16.6 |9236k|  44 |   - | 231 |8553 | 231 |2454 |  22 |  20k|3098 | 0.000000e+00 |      --      |    Inf 
96.55/96.70	c  96.7s| 35000 |   129 |582281 |  16.6 |9222k|  44 |  31 | 231 |8500 | 231 |2454 |  22 |  20k|3098 | 0.000000e+00 |      --      |    Inf 
96.85/96.96	c  97.0s| 35100 |   133 |584148 |  16.6 |9249k|  44 |   - | 231 |8519 | 231 |2454 |  22 |  20k|3099 | 0.000000e+00 |      --      |    Inf 
97.05/97.17	c  97.2s| 35200 |   129 |585548 |  16.6 |9246k|  44 |  30 | 231 |8543 | 231 |2454 |  22 |  20k|3099 | 0.000000e+00 |      --      |    Inf 
97.25/97.39	c  97.4s| 35300 |   127 |587005 |  16.6 |9258k|  44 |   - | 231 |8569 | 231 |2454 |  22 |  20k|3099 | 0.000000e+00 |      --      |    Inf 
97.54/97.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.54/97.61	c  97.6s| 35400 |   128 |588483 |  16.6 |9266k|  44 |  31 | 231 |8607 | 231 |2454 |  22 |  21k|3100 | 0.000000e+00 |      --      |    Inf 
97.76/97.85	c  97.8s| 35500 |   127 |590211 |  16.6 |9258k|  44 |  36 | 231 |8593 | 231 |2454 |  22 |  21k|3100 | 0.000000e+00 |      --      |    Inf 
97.95/98.08	c  98.1s| 35600 |   131 |591944 |  16.6 |9268k|  44 |  23 | 231 |8592 | 231 |2454 |  22 |  21k|3100 | 0.000000e+00 |      --      |    Inf 
98.15/98.28	c  98.3s| 35700 |   130 |593340 |  16.6 |9284k|  44 |  33 | 231 |8636 | 231 |2454 |  22 |  21k|3100 | 0.000000e+00 |      --      |    Inf 
98.45/98.50	c  98.5s| 35800 |   130 |595007 |  16.6 |9302k|  44 |   - | 231 |8679 | 231 |2454 |  22 |  21k|3101 | 0.000000e+00 |      --      |    Inf 
98.65/98.75	c  98.7s| 35900 |   131 |596763 |  16.6 |9314k|  44 |  35 | 231 |8703 | 231 |2454 |  22 |  21k|3101 | 0.000000e+00 |      --      |    Inf 
98.85/98.97	c  99.0s| 36000 |   128 |598353 |  16.6 |9318k|  44 |  36 | 231 |8730 | 231 |2454 |  22 |  21k|3101 | 0.000000e+00 |      --      |    Inf 
99.15/99.24	c  99.2s| 36100 |   126 |599995 |  16.6 |9330k|  44 |   - | 231 |8756 | 231 |2454 |  22 |  21k|3109 | 0.000000e+00 |      --      |    Inf 
99.45/99.50	c  99.5s| 36200 |   124 |601514 |  16.6 |9321k|  44 |   - | 231 |8753 | 231 |2454 |  22 |  21k|3119 | 0.000000e+00 |      --      |    Inf 
99.75/99.80	c  99.8s| 36300 |   126 |603370 |  16.6 |9312k|  44 |   - | 231 |8705 | 231 |2454 |  22 |  21k|3129 | 0.000000e+00 |      --      |    Inf 
99.96/100.10	c   100s| 36400 |   122 |605033 |  16.6 |9293k|  44 |   - | 231 |8674 | 231 |2454 |  22 |  21k|3141 | 0.000000e+00 |      --      |    Inf 
100.25/100.38	c   100s| 36500 |   124 |606825 |  16.6 |9272k|  44 |   - | 231 |8585 | 231 |2454 |  22 |  21k|3150 | 0.000000e+00 |      --      |    Inf 
100.55/100.65	c   101s| 36600 |   124 |608579 |  16.6 |9253k|  44 |  41 | 231 |8531 | 231 |2454 |  22 |  21k|3156 | 0.000000e+00 |      --      |    Inf 
100.85/100.95	c   101s| 36700 |   124 |610204 |  16.6 |9244k|  44 |  29 | 231 |8465 | 231 |2454 |  22 |  21k|3171 | 0.000000e+00 |      --      |    Inf 
101.15/101.25	c   101s| 36800 |   123 |611948 |  16.6 |9242k|  44 |  39 | 231 |8457 | 231 |2454 |  22 |  21k|3183 | 0.000000e+00 |      --      |    Inf 
101.45/101.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.45/101.50	c   102s| 36900 |   123 |613434 |  16.6 |9250k|  44 |   - | 231 |8458 | 231 |2454 |  22 |  21k|3190 | 0.000000e+00 |      --      |    Inf 
101.65/101.78	c   102s| 37000 |   123 |614949 |  16.6 |9242k|  44 |  28 | 231 |8432 | 231 |2454 |  22 |  21k|3199 | 0.000000e+00 |      --      |    Inf 
101.94/102.01	c   102s| 37100 |   121 |616333 |  16.6 |9225k|  44 |  25 | 231 |8379 | 231 |2454 |  22 |  21k|3204 | 0.000000e+00 |      --      |    Inf 
102.15/102.26	c   102s| 37200 |   121 |617818 |  16.6 |9236k|  44 |   - | 231 |8395 | 231 |2454 |  22 |  22k|3211 | 0.000000e+00 |      --      |    Inf 
102.45/102.52	c   103s| 37300 |   119 |619367 |  16.6 |9229k|  44 |   - | 231 |8395 | 231 |2454 |  22 |  22k|3220 | 0.000000e+00 |      --      |    Inf 
102.75/102.80	c   103s| 37400 |   119 |620996 |  16.6 |9220k|  44 |  34 | 231 |8387 | 231 |2454 |  22 |  22k|3229 | 0.000000e+00 |      --      |    Inf 
102.95/103.07	c   103s| 37500 |   116 |622518 |  16.6 |9212k|  44 |   - | 231 |8381 | 231 |2454 |  22 |  22k|3241 | 0.000000e+00 |      --      |    Inf 
103.25/103.36	c   103s| 37600 |   115 |624287 |  16.6 |9211k|  44 |   - | 231 |8367 |   0 |   0 |  22 |  22k|3253 | 0.000000e+00 |      --      |    Inf 
103.54/103.66	c   104s| 37700 |   115 |626049 |  16.6 |9126k|  44 |  36 | 231 |8129 | 231 |2454 |  22 |  22k|3262 | 0.000000e+00 |      --      |    Inf 
103.85/103.94	c   104s| 37800 |   115 |627664 |  16.6 |9126k|  44 |  30 | 231 |8136 | 231 |2454 |  22 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
104.15/104.20	c   104s| 37900 |   115 |629360 |  16.6 |9133k|  44 |  31 | 231 |8167 | 231 |2454 |  22 |  22k|3277 | 0.000000e+00 |      --      |    Inf 
104.46/104.51	c   105s| 38000 |   111 |631078 |  16.6 |9116k|  44 |  41 | 231 |8148 | 231 |2454 |  22 |  22k|3293 | 0.000000e+00 |      --      |    Inf 
104.65/104.78	c   105s| 38100 |   113 |632807 |  16.6 |9100k|  44 |  30 | 231 |8101 | 231 |2454 |  22 |  22k|3299 | 0.000000e+00 |      --      |    Inf 
104.84/104.98	c   105s| 38200 |   112 |634094 |  16.6 |9110k|  44 |  26 | 231 |8135 | 231 |2454 |  22 |  22k|3303 | 0.000000e+00 |      --      |    Inf 
105.15/105.23	c   105s| 38300 |   114 |635704 |  16.6 |9116k|  44 |  25 | 231 |8130 | 231 |2454 |  22 |  22k|3308 | 0.000000e+00 |      --      |    Inf 
105.34/105.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.34/105.50	c   105s| 38400 |   114 |637587 |  16.6 |9115k|  44 |  23 | 231 |8114 | 231 |2454 |  22 |  22k|3309 | 0.000000e+00 |      --      |    Inf 
105.65/105.72	c   106s| 38500 |   112 |639197 |  16.6 |9123k|  44 |   - | 231 |8141 | 231 |2454 |  22 |  22k|3310 | 0.000000e+00 |      --      |    Inf 
105.85/105.96	c   106s| 38600 |   110 |640795 |  16.6 |9120k|  44 |   - | 231 |8133 | 231 |2454 |  22 |  22k|3311 | 0.000000e+00 |      --      |    Inf 
106.05/106.17	c   106s| 38700 |   113 |642205 |  16.6 |9126k|  44 |   - | 231 |8111 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
106.25/106.39	c   106s| 38800 |   114 |643792 |  16.6 |9139k|  44 |   - | 231 |8147 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
106.55/106.64	c   107s| 38900 |   114 |645482 |  16.6 |9143k|  44 |  28 | 231 |8163 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
106.75/106.88	c   107s| 39000 |   115 |647279 |  16.6 |9154k|  44 |   - | 231 |8173 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
107.05/107.12	c   107s| 39100 |   118 |649096 |  16.6 |9164k|  44 |  36 | 231 |8196 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
107.25/107.34	c   107s| 39200 |   120 |650771 |  16.6 |9191k|  44 |   - | 231 |8248 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
107.45/107.59	c   108s| 39300 |   119 |652598 |  16.6 |9205k|  44 |   - | 231 |8296 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
107.76/107.82	c   108s| 39400 |   119 |654285 |  16.6 |9219k|  44 |  25 | 231 |8341 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
107.95/108.07	c   108s| 39500 |   117 |656174 |  16.6 |9228k|  44 |  35 | 231 |8377 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
108.25/108.33	c   108s| 39600 |   116 |658110 |  16.6 |9240k|  44 |   - | 231 |8396 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
108.55/108.60	c   109s| 39700 |   115 |660168 |  16.6 |9253k|  44 |  35 | 231 |8449 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
108.76/108.85	c   109s| 39800 |   115 |662053 |  16.6 |9253k|  44 |  38 | 231 |8470 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
109.05/109.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.05/109.12	c   109s| 39900 |   116 |663986 |  16.6 |9279k|  44 |   - | 231 |8519 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
109.24/109.37	c   109s| 40000 |   115 |665778 |  16.6 |9292k|  44 |   - | 231 |8565 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
109.55/109.61	c   110s| 40100 |   118 |667613 |  16.6 |9316k|  44 |  25 | 231 |8614 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
109.75/109.84	c   110s| 40200 |   116 |669414 |  16.6 |9329k|  44 |   - | 231 |8659 | 231 |2454 |  22 |  23k|3312 | 0.000000e+00 |      --      |    Inf 
110.04/110.15	c   110s| 40300 |   118 |671501 |  16.7 |9350k|  44 |  33 | 231 |8709 | 231 |2454 |  22 |  24k|3323 | 0.000000e+00 |      --      |    Inf 
110.35/110.44	c   110s| 40400 |   121 |673395 |  16.7 |9377k|  44 |  25 | 231 |8755 | 231 |2454 |  22 |  24k|3333 | 0.000000e+00 |      --      |    Inf 
110.64/110.76	c   111s| 40500 |   127 |675482 |  16.7 |9413k|  44 |   - | 231 |8805 | 231 |2454 |  22 |  24k|3342 | 0.000000e+00 |      --      |    Inf 
110.95/111.02	c   111s| 40600 |   131 |677008 |  16.7 |9449k|  44 |  21 | 231 |8884 | 231 |2454 |  22 |  24k|3354 | 0.000000e+00 |      --      |    Inf 
111.25/111.33	c   111s| 40700 |   129 |678917 |  16.7 |9471k|  44 |   - | 231 |8945 | 231 |2454 |  22 |  24k|3369 | 0.000000e+00 |      --      |    Inf 
111.55/111.64	c   112s| 40800 |   132 |680922 |  16.7 |9500k|  44 |  31 | 231 |9006 | 231 |2454 |  22 |  24k|3379 | 0.000000e+00 |      --      |    Inf 
111.85/111.94	c   112s| 40900 |   132 |682806 |  16.7 |9533k|  44 |   - | 231 |9069 | 231 |2454 |  22 |  24k|3389 | 0.000000e+00 |      --      |    Inf 
112.16/112.24	c   112s| 41000 |   131 |684875 |  16.7 |9561k|  44 |   - | 231 |9139 | 231 |2454 |  22 |  24k|3397 | 0.000000e+00 |      --      |    Inf 
112.44/112.56	c   113s| 41100 |   133 |686635 |  16.7 |9582k|  44 |   - | 231 |9187 |   0 |   0 |  22 |  24k|3414 | 0.000000e+00 |      --      |    Inf 
112.75/112.81	c   113s| 41200 |   131 |688304 |  16.7 |9595k|  44 |  38 | 231 |9237 | 231 |2454 |  22 |  24k|3418 | 0.000000e+00 |      --      |    Inf 
113.04/113.10	c   113s| 41300 |   133 |690270 |  16.7 |9612k|  44 |   - | 231 |9253 | 231 |2454 |  22 |  24k|3429 | 0.000000e+00 |      --      |    Inf 
113.35/113.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.35/113.43	c   113s| 41400 |   135 |692256 |  16.7 |9621k|  44 |  38 | 231 |9276 | 231 |2454 |  22 |  24k|3446 | 0.000000e+00 |      --      |    Inf 
113.64/113.76	c   114s| 41500 |   136 |694431 |  16.7 |9639k|  44 |  32 | 231 |9316 | 231 |2454 |  22 |  24k|3457 | 0.000000e+00 |      --      |    Inf 
113.95/114.04	c   114s| 41600 |   131 |696471 |  16.7 |9641k|  44 |   - | 231 |9336 | 231 |2454 |  22 |  24k|3463 | 0.000000e+00 |      --      |    Inf 
114.25/114.35	c   114s| 41700 |   132 |698747 |  16.8 |9661k|  44 |   - | 231 |9381 | 231 |2454 |  22 |  24k|3466 | 0.000000e+00 |      --      |    Inf 
114.45/114.59	c   115s| 41800 |   130 |700524 |  16.8 |9691k|  44 |   - | 231 |9449 | 231 |2454 |  22 |  25k|3467 | 0.000000e+00 |      --      |    Inf 
114.75/114.86	c   115s| 41900 |   133 |702458 |  16.8 |9714k|  44 |  38 | 231 |9514 | 231 |2454 |  22 |  25k|3468 | 0.000000e+00 |      --      |    Inf 
115.05/115.12	c   115s| 42000 |   130 |704334 |  16.8 |9728k|  44 |  25 | 231 |9578 | 231 |2454 |  22 |  25k|3470 | 0.000000e+00 |      --      |    Inf 
115.25/115.36	c   115s| 42100 |   128 |706047 |  16.8 |9743k|  44 |   - | 231 |9610 | 231 |2454 |  22 |  25k|3471 | 0.000000e+00 |      --      |    Inf 
115.55/115.65	c   116s| 42200 |   125 |708302 |  16.8 |9739k|  44 |   - | 231 |9615 | 231 |2454 |  22 |  25k|3473 | 0.000000e+00 |      --      |    Inf 
115.95/116.00	c   116s| 42300 |   128 |710162 |  16.8 |9720k|  44 |  31 | 231 |9553 | 231 |2454 |  22 |  25k|3494 | 0.000000e+00 |      --      |    Inf 
116.14/116.28	c   116s| 42400 |   132 |712146 |  16.8 |9726k|  44 |   - | 231 |9497 |   0 |   0 |  22 |  25k|3496 | 0.000000e+00 |      --      |    Inf 
116.46/116.55	c   117s| 42500 |   134 |714105 |  16.8 |9732k|  44 |   - | 231 |9510 | 231 |2454 |  22 |  25k|3497 | 0.000000e+00 |      --      |    Inf 
116.74/116.81	c   117s| 42600 |   138 |715936 |  16.8 |9737k|  44 |  39 | 231 |9517 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
116.94/117.06	c   117s| 42700 |   144 |717956 |  16.8 |9760k|  44 |  38 | 231 |9544 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
117.25/117.31	c   117s| 42800 |   150 |719707 |  16.8 |9791k|  44 |  33 | 231 |9587 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
117.44/117.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.44/117.55	c   118s| 42900 |   150 |721535 |  16.8 |9822k|  44 |   - | 231 |9659 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
117.74/117.81	c   118s| 43000 |   150 |723370 |  16.8 |9846k|  44 |   - | 231 |9723 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
117.95/118.07	c   118s| 43100 |   150 |725306 |  16.8 |9871k|  44 |   - | 231 |9789 | 231 |2454 |  22 |  25k|3500 | 0.000000e+00 |      --      |    Inf 
118.24/118.32	c   118s| 43200 |   152 |727189 |  16.8 |9899k|  44 |  20 | 231 |9852 | 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
118.45/118.57	c   119s| 43300 |   154 |729091 |  16.8 |9933k|  44 |  36 | 231 |9924 | 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
118.75/118.81	c   119s| 43400 |   154 |730730 |  16.8 |9961k|  44 |   - | 231 |9991 | 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
118.94/119.05	c   119s| 43500 |   157 |732505 |  16.8 |9986k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
119.15/119.29	c   119s| 43600 |   159 |734289 |  16.8 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
119.44/119.53	c   120s| 43700 |   159 |735905 |  16.8 |  10M|  44 |  39 | 231 |  10k| 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
119.65/119.78	c   120s| 43800 |   160 |737786 |  16.8 |  10M|  44 |  20 | 231 |  10k| 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
119.94/120.02	c   120s| 43900 |   159 |739536 |  16.8 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  26k|3500 | 0.000000e+00 |      --      |    Inf 
120.25/120.31	c   120s| 44000 |   163 |741207 |  16.8 |  10M|  44 |  25 | 231 |  10k| 231 |2454 |  22 |  26k|3511 | 0.000000e+00 |      --      |    Inf 
120.55/120.60	c   121s| 44100 |   160 |742951 |  16.8 |  10M|  44 |  31 | 231 |  10k| 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
120.75/120.87	c   121s| 44200 |   159 |744975 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  26k|3523 | 0.000000e+00 |      --      |    Inf 
121.04/121.18	c   121s| 44300 |   155 |746778 |  16.9 |  10M|  44 |  26 | 231 |  10k| 231 |2454 |  22 |  26k|3537 | 0.000000e+00 |      --      |    Inf 
121.45/121.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.45/121.51	c   122s| 44400 |   153 |748690 |  16.9 |  10M|  44 |  37 | 231 |  10k| 231 |2454 |  22 |  26k|3551 | 0.000000e+00 |      --      |    Inf 
121.65/121.79	c   122s| 44500 |   145 |750515 |  16.9 |  10M|  44 |  37 | 231 |  10k| 231 |2454 |  22 |  26k|3557 | 0.000000e+00 |      --      |    Inf 
121.95/122.08	c   122s| 44600 |   143 |752255 |  16.9 |  10M|  44 |  34 | 231 |  10k| 231 |2454 |  22 |  26k|3566 | 0.000000e+00 |      --      |    Inf 
122.34/122.40	c   122s| 44700 |   145 |754161 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3579 | 0.000000e+00 |      --      |    Inf 
122.64/122.70	c   123s| 44800 |   141 |756059 |  16.9 |  10M|  44 |  41 | 231 |  10k| 231 |2454 |  22 |  27k|3590 | 0.000000e+00 |      --      |    Inf 
122.94/123.00	c   123s| 44900 |   145 |757953 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3600 | 0.000000e+00 |      --      |    Inf 
123.24/123.32	c   123s| 45000 |   151 |759873 |  16.9 |  10M|  44 |  22 | 231 |  10k| 231 |2454 |  22 |  27k|3614 | 0.000000e+00 |      --      |    Inf 
123.55/123.60	c   124s| 45100 |   153 |761601 |  16.9 |  10M|  44 |  14 | 231 |  10k| 231 |2454 |  22 |  27k|3622 | 0.000000e+00 |      --      |    Inf 
123.74/123.86	c   124s| 45200 |   151 |763206 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3632 | 0.000000e+00 |      --      |    Inf 
124.04/124.13	c   124s| 45300 |   153 |764797 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3641 | 0.000000e+00 |      --      |    Inf 
124.34/124.41	c   124s| 45400 |   155 |766465 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3652 | 0.000000e+00 |      --      |    Inf 
124.54/124.68	c   125s| 45500 |   161 |768092 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3662 | 0.000000e+00 |      --      |    Inf 
124.85/124.91	c   125s| 45600 |   160 |769501 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3672 | 0.000000e+00 |      --      |    Inf 
125.04/125.14	c   125s| 45700 |   156 |770928 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3678 | 0.000000e+00 |      --      |    Inf 
125.35/125.43	c   125s| 45800 |   163 |772746 |  16.9 |  10M|  44 |  33 | 231 |  10k| 231 |2454 |  22 |  27k|3688 | 0.000000e+00 |      --      |    Inf 
125.64/125.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.64/125.71	c   126s| 45900 |   160 |774419 |  16.9 |  10M|  44 |  40 | 231 |  10k| 231 |2454 |  22 |  27k|3699 | 0.000000e+00 |      --      |    Inf 
125.84/125.98	c   126s| 46000 |   160 |776259 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  27k|3704 | 0.000000e+00 |      --      |    Inf 
126.15/126.22	c   126s| 46100 |   160 |777833 |  16.9 |  10M|  44 |  44 | 231 |  10k| 231 |2454 |  22 |  27k|3705 | 0.000000e+00 |      --      |    Inf 
126.35/126.48	c   126s| 46200 |   164 |779487 |  16.9 |  10M|  44 |  31 | 231 |  10k| 231 |2454 |  22 |  27k|3711 | 0.000000e+00 |      --      |    Inf 
126.64/126.73	c   127s| 46300 |   169 |781245 |  16.9 |  10M|  44 |  30 | 231 |  10k| 231 |2454 |  22 |  27k|3713 | 0.000000e+00 |      --      |    Inf 
126.84/126.94	c   127s| 46400 |   166 |782698 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3713 | 0.000000e+00 |      --      |    Inf 
127.04/127.16	c   127s| 46500 |   166 |784039 |  16.9 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3718 | 0.000000e+00 |      --      |    Inf 
127.24/127.36	c   127s| 46600 |   168 |785391 |  16.9 |  10M|  44 |  31 | 231 |  10k| 231 |2454 |  22 |  28k|3720 | 0.000000e+00 |      --      |    Inf 
127.45/127.55	c   128s| 46700 |   169 |786648 |  16.8 |  10M|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3720 | 0.000000e+00 |      --      |    Inf 
127.64/127.80	c   128s| 46800 |   171 |788370 |  16.8 |  10M|  44 |  37 | 231 |  10k| 231 |2454 |  22 |  28k|3720 | 0.000000e+00 |      --      |    Inf 
127.94/128.00	c   128s| 46900 |   170 |789733 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3721 | 0.000000e+00 |      --      |    Inf 
128.14/128.25	c   128s| 47000 |   171 |791447 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3723 | 0.000000e+00 |      --      |    Inf 
128.34/128.46	c   128s| 47100 |   173 |792798 |  16.8 |  10M|  44 |  27 | 231 |  11k| 231 |2454 |  22 |  28k|3725 | 0.000000e+00 |      --      |    Inf 
128.54/128.69	c   129s| 47200 |   173 |794218 |  16.8 |  10M|  44 |  38 | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
128.84/128.92	c   129s| 47300 |   174 |795842 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
129.04/129.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.04/129.16	c   129s| 47400 |   170 |797594 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
129.24/129.37	c   129s| 47500 |   172 |799036 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
129.44/129.58	c   130s| 47600 |   171 |800445 |  16.8 |  10M|  44 |  30 | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
129.64/129.79	c   130s| 47700 |   171 |801955 |  16.8 |  10M|  44 |  34 | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
129.94/130.00	c   130s| 47800 |   171 |803392 |  16.8 |  10M|  44 |  27 | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
130.14/130.21	c   130s| 47900 |   172 |804930 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  28k|3728 | 0.000000e+00 |      --      |    Inf 
130.34/130.46	c   130s| 48000 |   172 |806677 |  16.8 |  10M|  44 |  42 | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
130.54/130.67	c   131s| 48100 |   172 |808105 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
130.75/130.88	c   131s| 48200 |   174 |809612 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
131.04/131.10	c   131s| 48300 |   174 |811093 |  16.8 |  10M|  44 |  33 | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
131.24/131.31	c   131s| 48400 |   172 |812586 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
131.44/131.54	c   132s| 48500 |   174 |814140 |  16.8 |  10M|  44 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
131.64/131.77	c   132s| 48600 |   176 |815795 |  16.8 |  10M|  45 |  32 | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
131.85/131.99	c   132s| 48700 |   175 |817222 |  16.8 |  10M|  45 |  38 | 231 |  11k| 231 |2454 |  22 |  29k|3728 | 0.000000e+00 |      --      |    Inf 
132.14/132.27	c   132s| 48800 |   171 |818934 |  16.8 |  10M|  45 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3737 | 0.000000e+00 |      --      |    Inf 
132.44/132.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.44/132.50	c   132s| 48900 |   169 |820371 |  16.8 |  10M|  45 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3739 | 0.000000e+00 |      --      |    Inf 
132.64/132.79	c   133s| 49000 |   171 |821989 |  16.8 |  10M|  45 |  30 | 231 |  11k| 231 |2454 |  22 |  29k|3749 | 0.000000e+00 |      --      |    Inf 
132.95/133.01	c   133s| 49100 |   171 |823354 |  16.8 |  10M|  45 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3750 | 0.000000e+00 |      --      |    Inf 
133.14/133.28	c   133s| 49200 |   172 |824732 |  16.8 |  10M|  45 |  32 | 231 |  11k| 231 |2454 |  22 |  29k|3770 | 0.000000e+00 |      --      |    Inf 
133.34/133.48	c   133s| 49300 |   170 |825976 |  16.8 |  10M|  45 |   - | 231 |  11k| 231 |2454 |  22 |  29k|3770 | 0.000000e+00 |      --      |    Inf 
133.63/133.73	c   134s| 49400 |   170 |827443 |  16.7 |  10M|  45 |   - | 231 |  12k| 231 |2454 |  22 |  29k|3780 | 0.000000e+00 |      --      |    Inf 
133.94/134.01	c   134s| 49500 |   172 |829061 |  16.7 |  10M|  45 |   - | 231 |  12k| 231 |2454 |  22 |  29k|3790 | 0.000000e+00 |      --      |    Inf 
134.14/134.25	c   134s| 49600 |   170 |830381 |  16.7 |  10M|  45 |   - | 231 |  12k| 231 |2454 |  22 |  29k|3800 | 0.000000e+00 |      --      |    Inf 
134.34/134.46	c   134s| 49700 |   169 |831655 |  16.7 |  10M|  45 |   - | 231 |  12k| 231 |2454 |  22 |  29k|3806 | 0.000000e+00 |      --      |    Inf 
134.64/134.75	c   135s| 49800 |   169 |833391 |  16.7 |  10M|  45 |   - | 231 |  12k| 231 |2454 |  22 |  30k|3817 | 0.000000e+00 |      --      |    Inf 
134.94/135.01	c   135s| 49900 |   171 |834924 |  16.7 |  10M|  45 |  29 | 231 |  11k| 231 |2454 |  22 |  30k|3826 | 0.000000e+00 |      --      |    Inf 
135.15/135.27	c   135s| 50000 |   169 |836578 |  16.7 |  10M|  47 |   - | 231 |  11k| 231 |2454 |  22 |  30k|3835 | 0.000000e+00 |      --      |    Inf 
135.44/135.59	c   136s| 50100 |   171 |838427 |  16.7 |  10M|  47 |  33 | 231 |  11k| 231 |2454 |  22 |  30k|3848 | 0.000000e+00 |      --      |    Inf 
135.74/135.87	c   136s| 50200 |   174 |840269 |  16.7 |  10M|  47 |  32 | 231 |  11k| 231 |2454 |  22 |  30k|3853 | 0.000000e+00 |      --      |    Inf 
136.04/136.15	c   136s| 50300 |   170 |842102 |  16.7 |  10M|  48 |   - | 231 |  11k| 231 |2454 |  22 |  30k|3860 | 0.000000e+00 |      --      |    Inf 
136.35/136.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.35/136.44	c   136s| 50400 |   170 |843894 |  16.7 |  10M|  48 |  34 | 231 |  11k| 231 |2454 |  22 |  30k|3870 | 0.000000e+00 |      --      |    Inf 
136.64/136.72	c   137s| 50500 |   172 |845574 |  16.7 |  10M|  48 |   - | 231 |  11k|   0 |   0 |  22 |  30k|3881 | 0.000000e+00 |      --      |    Inf 
136.94/137.01	c   137s| 50600 |   172 |847464 |  16.7 |  10M|  51 |  37 | 231 |  11k| 231 |2454 |  22 |  30k|3892 | 0.000000e+00 |      --      |    Inf 
137.24/137.34	c   137s| 50700 |   170 |849615 |  16.8 |  10M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  30k|3903 | 0.000000e+00 |      --      |    Inf 
137.54/137.61	c   138s| 50800 |   169 |851185 |  16.8 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  30k|3912 | 0.000000e+00 |      --      |    Inf 
137.84/137.90	c   138s| 50900 |   169 |852880 |  16.8 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  30k|3922 | 0.000000e+00 |      --      |    Inf 
138.04/138.16	c   138s| 51000 |   168 |854844 |  16.8 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  30k|3922 | 0.000000e+00 |      --      |    Inf 
138.34/138.41	c   138s| 51100 |   168 |856491 |  16.8 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  30k|3924 | 0.000000e+00 |      --      |    Inf 
138.55/138.68	c   139s| 51200 |   167 |858027 |  16.8 |  10M|  51 |  30 | 231 |  10k| 231 |2454 |  22 |  30k|3931 | 0.000000e+00 |      --      |    Inf 
138.84/138.92	c   139s| 51300 |   168 |859553 |  16.8 |  10M|  51 |   - | 231 |  10k|   0 |   0 |  22 |  30k|3934 | 0.000000e+00 |      --      |    Inf 
139.04/139.16	c   139s| 51400 |   170 |861235 |  16.8 |  10M|  51 |  32 | 231 |  10k| 231 |2454 |  22 |  30k|3934 | 0.000000e+00 |      --      |    Inf 
139.24/139.39	c   139s| 51500 |   168 |862834 |  16.8 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  30k|3935 | 0.000000e+00 |      --      |    Inf 
139.55/139.62	c   140s| 51600 |   170 |864389 |  16.7 |  10M|  51 |  27 | 231 |  10k| 231 |2454 |  22 |  31k|3935 | 0.000000e+00 |      --      |    Inf 
139.74/139.88	c   140s| 51700 |   170 |866144 |  16.8 |  10M|  51 |  40 | 231 |  10k| 231 |2454 |  22 |  31k|3937 | 0.000000e+00 |      --      |    Inf 
140.04/140.14	c   140s| 51800 |   167 |867993 |  16.8 |  10M|  51 |  41 | 231 |  10k| 231 |2454 |  22 |  31k|3937 | 0.000000e+00 |      --      |    Inf 
140.34/140.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.34/140.40	c   140s| 51900 |   171 |869792 |  16.8 |  10M|  51 |  28 | 231 |  10k| 231 |2454 |  22 |  31k|3937 | 0.000000e+00 |      --      |    Inf 
140.54/140.64	c   141s| 52000 |   173 |871356 |  16.8 |  10M|  51 |   - | 231 |9799 | 231 |2454 |  22 |  31k|3937 | 0.000000e+00 |      --      |    Inf 
140.74/140.89	c   141s| 52100 |   164 |873105 |  16.8 |  10M|  51 |   - | 231 |9659 | 231 |2454 |  22 |  31k|3937 | 0.000000e+00 |      --      |    Inf 
141.04/141.15	c   141s| 52200 |   164 |874878 |  16.8 |  10M|  51 |  24 | 231 |9518 | 231 |2454 |  22 |  31k|3938 | 0.000000e+00 |      --      |    Inf 
141.24/141.37	c   141s| 52300 |   164 |876362 |  16.8 |  10M|  51 |   - | 231 |9464 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
141.53/141.60	c   142s| 52400 |   165 |878022 |  16.8 |  10M|  51 |  39 | 231 |9401 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
141.75/141.86	c   142s| 52500 |   163 |879868 |  16.8 |  10M|  51 |  39 | 231 |9331 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
141.94/142.08	c   142s| 52600 |   163 |881399 |  16.8 |  10M|  51 |  36 | 231 |9349 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
142.24/142.31	c   142s| 52700 |   166 |883011 |  16.8 |  10M|  51 |  40 | 231 |9373 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
142.44/142.52	c   143s| 52800 |   164 |884435 |  16.7 |  10M|  51 |   - | 231 |9416 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
142.64/142.74	c   143s| 52900 |   163 |886056 |  16.7 |  10M|  51 |   - | 231 |9431 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
142.84/142.98	c   143s| 53000 |   165 |887774 |  16.7 |  10M|  51 |   - | 231 |9428 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
143.04/143.18	c   143s| 53100 |   167 |889118 |  16.7 |  10M|  51 |   - | 231 |9471 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
143.24/143.38	c   143s| 53200 |   165 |890496 |  16.7 |  10M|  51 |  27 | 231 |9517 | 231 |2454 |  22 |  31k|3939 | 0.000000e+00 |      --      |    Inf 
143.44/143.58	c   144s| 53300 |   164 |891903 |  16.7 |  10M|  51 |   - | 231 |9529 | 231 |2454 |  22 |  32k|3939 | 0.000000e+00 |      --      |    Inf 
143.74/143.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.74/143.84	c   144s| 53400 |   166 |893791 |  16.7 |  10M|  51 |  29 | 231 |9529 | 231 |2454 |  22 |  32k|3939 | 0.000000e+00 |      --      |    Inf 
143.95/144.06	c   144s| 53500 |   166 |895358 |  16.7 |  10M|  51 |   - | 231 |9574 | 231 |2454 |  22 |  32k|3939 | 0.000000e+00 |      --      |    Inf 
144.14/144.29	c   144s| 53600 |   169 |897027 |  16.7 |  10M|  51 |   - | 231 |9627 | 231 |2454 |  22 |  32k|3939 | 0.000000e+00 |      --      |    Inf 
144.44/144.59	c   145s| 53700 |   167 |898800 |  16.7 |  10M|  51 |   - | 231 |9674 | 231 |2454 |  22 |  32k|3953 | 0.000000e+00 |      --      |    Inf 
144.84/144.91	c   145s| 53800 |   166 |900753 |  16.7 |  10M|  51 |   - | 231 |9699 | 231 |2454 |  22 |  32k|3963 | 0.000000e+00 |      --      |    Inf 
145.04/145.18	c   145s| 53900 |   168 |902753 |  16.7 |  10M|  51 |  41 | 231 |9729 | 231 |2454 |  22 |  32k|3963 | 0.000000e+00 |      --      |    Inf 
145.44/145.50	c   146s| 54000 |   165 |904734 |  16.8 |  10M|  51 |  33 | 231 |9568 | 231 |2454 |  22 |  32k|3973 | 0.000000e+00 |      --      |    Inf 
145.63/145.71	c   146s| 54100 |   164 |906102 |  16.7 |  10M|  51 |   - | 231 |9564 | 231 |2454 |  22 |  32k|3973 | 0.000000e+00 |      --      |    Inf 
145.84/145.99	c   146s| 54200 |   167 |907648 |  16.7 |  10M|  51 |  32 | 231 |9393 | 231 |2454 |  22 |  32k|3984 | 0.000000e+00 |      --      |    Inf 
146.14/146.28	c   146s| 54300 |   163 |909470 |  16.7 |  10M|  51 |   - | 231 |9271 | 231 |2454 |  22 |  32k|3993 | 0.000000e+00 |      --      |    Inf 
146.43/146.56	c   147s| 54400 |   164 |911179 |  16.7 |  10M|  51 |   - | 231 |9159 | 231 |2454 |  22 |  32k|4000 | 0.000000e+00 |      --      |    Inf 
146.74/146.85	c   147s| 54500 |   163 |913096 |  16.8 |9984k|  51 |  34 | 231 |9080 | 231 |2454 |  22 |  32k|4008 | 0.000000e+00 |      --      |    Inf 
147.03/147.15	c   147s| 54600 |   161 |915027 |  16.8 |9971k|  51 |  35 | 231 |9058 | 231 |2454 |  22 |  32k|4018 | 0.000000e+00 |      --      |    Inf 
147.34/147.43	c   147s| 54700 |   161 |916593 |  16.8 |9951k|  51 |   - | 231 |8988 | 231 |2454 |  22 |  32k|4031 | 0.000000e+00 |      --      |    Inf 
147.53/147.64	c   148s| 54800 |   162 |918012 |  16.7 |9962k|  51 |  32 | 231 |9023 | 231 |2454 |  22 |  32k|4033 | 0.000000e+00 |      --      |    Inf 
147.84/147.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.84/147.91	c   148s| 54900 |   160 |919661 |  16.7 |9968k|  51 |   - | 231 |9054 | 231 |2454 |  22 |  33k|4042 | 0.000000e+00 |      --      |    Inf 
148.03/148.18	c   148s| 55000 |   165 |921347 |  16.7 |9953k|  51 |   - | 231 |8978 | 231 |2454 |  22 |  33k|4051 | 0.000000e+00 |      --      |    Inf 
148.35/148.45	c   148s| 55100 |   164 |922933 |  16.7 |9952k|  51 |  39 | 231 |8988 | 231 |2454 |  22 |  33k|4058 | 0.000000e+00 |      --      |    Inf 
148.64/148.74	c   149s| 55200 |   166 |924752 |  16.7 |9965k|  51 |  22 | 231 |9008 | 231 |2454 |  22 |  33k|4070 | 0.000000e+00 |      --      |    Inf 
148.93/149.03	c   149s| 55300 |   163 |926504 |  16.8 |9968k|  51 |  34 | 231 |9032 | 231 |2454 |  22 |  33k|4080 | 0.000000e+00 |      --      |    Inf 
149.13/149.28	c   149s| 55400 |   164 |928077 |  16.7 |9954k|  51 |  27 | 231 |8974 | 231 |2454 |  22 |  33k|4085 | 0.000000e+00 |      --      |    Inf 
149.45/149.57	c   150s| 55500 |   163 |929865 |  16.8 |9951k|  51 |  36 | 231 |8975 | 231 |2454 |  22 |  33k|4095 | 0.000000e+00 |      --      |    Inf 
149.74/149.89	c   150s| 55600 |   163 |931857 |  16.8 |9938k|  51 |  32 | 231 |8940 | 231 |2454 |  22 |  33k|4107 | 0.000000e+00 |      --      |    Inf 
150.03/150.15	c   150s| 55700 |   165 |933494 |  16.8 |9945k|  51 |  33 | 231 |8942 | 231 |2454 |  22 |  33k|4112 | 0.000000e+00 |      --      |    Inf 
150.34/150.45	c   150s| 55800 |   163 |935340 |  16.8 |9936k|  51 |  35 | 231 |8923 | 231 |2454 |  22 |  33k|4125 | 0.000000e+00 |      --      |    Inf 
150.64/150.70	c   151s| 55900 |   161 |936917 |  16.8 |9939k|  51 |   - | 231 |8942 | 231 |2454 |  22 |  33k|4131 | 0.000000e+00 |      --      |    Inf 
150.84/150.91	c   151s| 56000 |   165 |938159 |  16.8 |9962k|  51 |   - | 231 |8981 | 231 |2454 |  22 |  33k|4137 | 0.000000e+00 |      --      |    Inf 
151.03/151.13	c   151s| 56100 |   167 |939586 |  16.7 |9988k|  51 |   - | 231 |9033 | 231 |2454 |  22 |  33k|4143 | 0.000000e+00 |      --      |    Inf 
151.23/151.35	c   151s| 56200 |   165 |941175 |  16.7 |9997k|  51 |   - | 231 |9071 | 231 |2454 |  22 |  33k|4144 | 0.000000e+00 |      --      |    Inf 
151.43/151.58	c   152s| 56300 |   160 |942794 |  16.7 |  10M|  51 |   - | 231 |9117 | 231 |2454 |  22 |  33k|4146 | 0.000000e+00 |      --      |    Inf 
151.75/151.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.75/151.83	c   152s| 56400 |   161 |944628 |  16.7 |  10M|  51 |   - | 231 |9144 | 231 |2454 |  22 |  33k|4146 | 0.000000e+00 |      --      |    Inf 
151.93/152.08	c   152s| 56500 |   162 |946286 |  16.7 |  10M|  51 |   - | 231 |9135 | 231 |2454 |  22 |  33k|4147 | 0.000000e+00 |      --      |    Inf 
152.24/152.30	c   152s| 56600 |   164 |947812 |  16.7 |9998k|  51 |  30 | 231 |9074 | 231 |2454 |  22 |  34k|4147 | 0.000000e+00 |      --      |    Inf 
152.44/152.52	c   153s| 56700 |   164 |949353 |  16.7 |9996k|  51 |  33 | 231 |9066 | 231 |2454 |  22 |  34k|4148 | 0.000000e+00 |      --      |    Inf 
152.63/152.78	c   153s| 56800 |   164 |951010 |  16.7 |9994k|  51 |   - | 231 |9050 | 231 |2454 |  22 |  34k|4151 | 0.000000e+00 |      --      |    Inf 
152.85/152.99	c   153s| 56900 |   165 |952400 |  16.7 |9998k|  51 |   - | 231 |9050 | 231 |2454 |  22 |  34k|4153 | 0.000000e+00 |      --      |    Inf 
153.14/153.22	c   153s| 57000 |   165 |953950 |  16.7 |9990k|  51 |   - | 231 |9032 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
153.34/153.44	c   153s| 57100 |   163 |955395 |  16.7 |9963k|  51 |  31 | 231 |8990 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
153.53/153.65	c   154s| 57200 |   161 |956775 |  16.7 |9962k|  51 |   - | 231 |8980 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
153.73/153.87	c   154s| 57300 |   161 |958247 |  16.7 |9975k|  51 |   - | 231 |9012 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
153.94/154.07	c   154s| 57400 |   169 |959665 |  16.7 |9994k|  51 |  31 | 231 |9025 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
154.23/154.30	c   154s| 57500 |   165 |961243 |  16.7 |  10M|  51 |   - | 231 |9061 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
154.43/154.53	c   155s| 57600 |   167 |962913 |  16.7 |  10M|  51 |   - | 231 |9099 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
154.63/154.73	c   155s| 57700 |   172 |964307 |  16.7 |  10M|  51 |  25 | 231 |9138 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
154.84/154.95	c   155s| 57800 |   166 |965866 |  16.7 |  10M|  51 |  32 | 231 |9179 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
155.04/155.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.04/155.16	c   155s| 57900 |   164 |967272 |  16.7 |  10M|  51 |  35 | 231 |9228 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
155.33/155.42	c   155s| 58000 |   166 |969185 |  16.7 |  10M|  51 |   - | 231 |9270 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
155.54/155.67	c   156s| 58100 |   168 |971091 |  16.7 |  10M|  51 |  43 | 231 |9312 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
155.83/155.93	c   156s| 58200 |   168 |973064 |  16.7 |  10M|  51 |  37 | 231 |9358 | 231 |2454 |  22 |  34k|4157 | 0.000000e+00 |      --      |    Inf 
156.04/156.16	c   156s| 58300 |   168 |974739 |  16.7 |  10M|  51 |  39 | 231 |9413 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
156.34/156.41	c   156s| 58400 |   168 |976542 |  16.7 |  10M|  51 |  31 | 231 |9423 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
156.53/156.64	c   157s| 58500 |   168 |978123 |  16.7 |  10M|  51 |   - | 231 |9444 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
156.73/156.87	c   157s| 58600 |   170 |979851 |  16.7 |  10M|  51 |  36 | 231 |9480 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
156.94/157.09	c   157s| 58700 |   171 |981345 |  16.7 |  10M|  51 |  30 | 231 |9470 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
157.24/157.32	c   157s| 58800 |   169 |982853 |  16.7 |  10M|  51 |  39 | 231 |9330 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
157.43/157.55	c   158s| 58900 |   171 |984411 |  16.7 |  10M|  51 |  32 | 231 |9215 | 231 |2454 |  22 |  35k|4157 | 0.000000e+00 |      --      |    Inf 
157.73/157.83	c   158s| 59000 |   172 |985923 |  16.7 |  10M|  51 |   - | 231 |9162 | 231 |2454 |  22 |  35k|4169 | 0.000000e+00 |      --      |    Inf 
157.93/158.09	c   158s| 59100 |   174 |987569 |  16.7 |  10M|  51 |   - | 231 |9135 | 231 |2454 |  22 |  35k|4178 | 0.000000e+00 |      --      |    Inf 
158.24/158.31	c   158s| 59200 |   172 |989039 |  16.7 |  10M|  51 |   - | 231 |9170 | 231 |2454 |  22 |  35k|4178 | 0.000000e+00 |      --      |    Inf 
158.53/158.60	c   159s| 59300 |   175 |990718 |  16.7 |  10M|  51 |  35 | 231 |9201 | 231 |2454 |  22 |  35k|4190 | 0.000000e+00 |      --      |    Inf 
158.74/158.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.74/158.80	c   159s| 59400 |   178 |992209 |  16.7 |  10M|  51 |   - | 231 |9232 |   0 |   0 |  22 |  35k|4190 | 0.000000e+00 |      --      |    Inf 
158.94/159.07	c   159s| 59500 |   177 |993817 |  16.7 |  10M|  51 |   - | 231 |9262 | 231 |2454 |  22 |  35k|4201 | 0.000000e+00 |      --      |    Inf 
159.13/159.28	c   159s| 59600 |   179 |995152 |  16.7 |  10M|  51 |  23 | 231 |9310 | 231 |2454 |  22 |  35k|4206 | 0.000000e+00 |      --      |    Inf 
159.44/159.52	c   160s| 59700 |   176 |996606 |  16.7 |  10M|  51 |  26 | 231 |9366 | 231 |2454 |  22 |  35k|4216 | 0.000000e+00 |      --      |    Inf 
159.63/159.79	c   160s| 59800 |   173 |998271 |  16.7 |  10M|  51 |  33 | 231 |9413 | 231 |2454 |  22 |  35k|4225 | 0.000000e+00 |      --      |    Inf 
159.94/160.07	c   160s| 59900 |   173 |  1000k|  16.7 |  10M|  51 |   - | 231 |9446 | 231 |2454 |  22 |  35k|4236 | 0.000000e+00 |      --      |    Inf 
160.23/160.36	c   160s| 60000 |   175 |  1001k|  16.7 |  10M|  51 |   - | 231 |9486 | 231 |2454 |  22 |  36k|4246 | 0.000000e+00 |      --      |    Inf 
160.44/160.60	c   161s| 60100 |   174 |  1003k|  16.7 |  10M|  51 |  35 | 231 |9510 | 231 |2454 |  22 |  36k|4252 | 0.000000e+00 |      --      |    Inf 
160.73/160.87	c   161s| 60200 |   176 |  1005k|  16.7 |  10M|  51 |  35 | 231 |9558 | 231 |2454 |  22 |  36k|4261 | 0.000000e+00 |      --      |    Inf 
161.03/161.13	c   161s| 60300 |   179 |  1006k|  16.7 |  10M|  51 |   - | 231 |9597 | 231 |2454 |  22 |  36k|4267 | 0.000000e+00 |      --      |    Inf 
161.34/161.40	c   161s| 60400 |   181 |  1008k|  16.7 |  10M|  51 |  45 | 231 |9650 | 231 |2454 |  22 |  36k|4274 | 0.000000e+00 |      --      |    Inf 
161.54/161.70	c   162s| 60500 |   183 |  1010k|  16.7 |  10M|  51 |   - | 231 |9671 | 231 |2454 |  22 |  36k|4286 | 0.000000e+00 |      --      |    Inf 
161.83/161.99	c   162s| 60600 |   184 |  1012k|  16.7 |  10M|  51 |  39 | 231 |9705 | 231 |2454 |  22 |  36k|4295 | 0.000000e+00 |      --      |    Inf 
162.14/162.27	c   162s| 60700 |   194 |  1014k|  16.7 |  10M|  51 |   - | 231 |9667 | 231 |2454 |  22 |  36k|4304 | 0.000000e+00 |      --      |    Inf 
162.53/162.60	c   163s| 60800 |   196 |  1016k|  16.7 |  10M|  51 |  41 | 231 |9667 | 231 |2454 |  22 |  36k|4316 | 0.000000e+00 |      --      |    Inf 
162.74/162.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.74/162.88	c   163s| 60900 |   198 |  1018k|  16.7 |  10M|  51 |  19 | 231 |9664 | 231 |2454 |  22 |  36k|4325 | 0.000000e+00 |      --      |    Inf 
163.03/163.12	c   163s| 61000 |   198 |  1019k|  16.7 |  10M|  51 |  28 | 231 |9704 | 231 |2454 |  22 |  36k|4335 | 0.000000e+00 |      --      |    Inf 
163.23/163.33	c   163s| 61100 |   199 |  1020k|  16.7 |  10M|  51 |   - | 231 |9737 | 231 |2454 |  22 |  36k|4341 | 0.000000e+00 |      --      |    Inf 
163.43/163.59	c   164s| 61200 |   198 |  1022k|  16.7 |  10M|  51 |  27 | 231 |9789 | 231 |2454 |  22 |  36k|4350 | 0.000000e+00 |      --      |    Inf 
163.74/163.88	c   164s| 61300 |   197 |  1024k|  16.7 |  10M|  51 |   - | 231 |9803 | 231 |2454 |  22 |  36k|4357 | 0.000000e+00 |      --      |    Inf 
164.03/164.15	c   164s| 61400 |   197 |  1026k|  16.7 |  10M|  51 |  29 | 231 |9843 | 231 |2454 |  22 |  36k|4364 | 0.000000e+00 |      --      |    Inf 
164.33/164.42	c   164s| 61500 |   198 |  1027k|  16.7 |  10M|  51 |   - | 231 |9879 | 231 |2454 |  22 |  36k|4370 | 0.000000e+00 |      --      |    Inf 
164.53/164.66	c   165s| 61600 |   199 |  1029k|  16.7 |  10M|  51 |   - | 231 |9876 | 231 |2454 |  22 |  36k|4371 | 0.000000e+00 |      --      |    Inf 
164.84/164.92	c   165s| 61700 |   200 |  1031k|  16.7 |  10M|  51 |  42 | 231 |9907 | 231 |2454 |  22 |  37k|4376 | 0.000000e+00 |      --      |    Inf 
165.03/165.18	c   165s| 61800 |   210 |  1033k|  16.7 |  10M|  51 |  33 | 231 |9899 | 231 |2454 |  22 |  37k|4378 | 0.000000e+00 |      --      |    Inf 
165.34/165.41	c   165s| 61900 |   212 |  1035k|  16.7 |  10M|  51 |   - | 231 |9921 | 231 |2454 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
165.53/165.63	c   166s| 62000 |   213 |  1036k|  16.7 |  10M|  51 |   - | 231 |9964 |   0 |   0 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
165.74/165.84	c   166s| 62100 |   211 |  1037k|  16.7 |  10M|  51 |   - | 231 |9997 | 231 |2454 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
165.94/166.09	c   166s| 62200 |   213 |  1039k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
166.23/166.32	c   166s| 62300 |   216 |  1041k|  16.7 |  10M|  51 |  27 | 231 |  10k| 231 |2454 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
166.43/166.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.43/166.54	c   167s| 62400 |   212 |  1043k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4379 | 0.000000e+00 |      --      |    Inf 
166.63/166.76	c   167s| 62500 |   215 |  1044k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
166.83/166.97	c   167s| 62600 |   218 |  1046k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
167.04/167.18	c   167s| 62700 |   215 |  1047k|  16.7 |  10M|  51 |  33 | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
167.23/167.38	c   167s| 62800 |   223 |  1049k|  16.7 |  10M|  51 |  21 | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
167.43/167.59	c   168s| 62900 |   221 |  1050k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
167.73/167.80	c   168s| 63000 |   217 |  1051k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
167.93/168.03	c   168s| 63100 |   216 |  1053k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
168.13/168.26	c   168s| 63200 |   220 |  1055k|  16.7 |  10M|  51 |  32 | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
168.43/168.50	c   168s| 63300 |   218 |  1057k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
168.63/168.74	c   169s| 63400 |   218 |  1058k|  16.7 |  10M|  51 |  25 | 231 |  10k| 231 |2454 |  22 |  37k|4380 | 0.000000e+00 |      --      |    Inf 
168.93/169.00	c   169s| 63500 |   215 |  1060k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
169.13/169.27	c   169s| 63600 |   218 |  1062k|  16.7 |  10M|  51 |  41 | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
169.44/169.50	c   169s| 63700 |   218 |  1064k|  16.7 |  10M|  51 |  29 | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
169.63/169.71	c   170s| 63800 |   215 |  1066k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
169.84/169.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.84/169.94	c   170s| 63900 |   217 |  1067k|  16.7 |  10M|  51 |  29 | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
170.03/170.16	c   170s| 64000 |   219 |  1069k|  16.7 |  10M|  51 |  30 | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
170.33/170.41	c   170s| 64100 |   214 |  1070k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
170.54/170.63	c   171s| 64200 |   222 |  1072k|  16.7 |  10M|  51 |  33 | 231 |  10k| 231 |2454 |  22 |  38k|4380 | 0.000000e+00 |      --      |    Inf 
170.83/170.91	c   171s| 64300 |   218 |  1074k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4389 | 0.000000e+00 |      --      |    Inf 
171.04/171.18	c   171s| 64400 |   218 |  1075k|  16.7 |  10M|  51 |  40 | 231 |  10k| 231 |2454 |  22 |  38k|4397 | 0.000000e+00 |      --      |    Inf 
171.33/171.42	c   171s| 64500 |   216 |  1077k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4402 | 0.000000e+00 |      --      |    Inf 
171.54/171.69	c   172s| 64600 |   218 |  1078k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4416 | 0.000000e+00 |      --      |    Inf 
171.83/171.96	c   172s| 64700 |   212 |  1080k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4422 | 0.000000e+00 |      --      |    Inf 
172.13/172.26	c   172s| 64800 |   211 |  1082k|  16.7 |  10M|  51 |  37 | 231 |  10k| 231 |2454 |  22 |  38k|4431 | 0.000000e+00 |      --      |    Inf 
172.43/172.57	c   173s| 64900 |   211 |  1084k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  38k|4441 | 0.000000e+00 |      --      |    Inf 
172.73/172.81	c   173s| 65000 |   212 |  1086k|  16.7 |  10M|  51 |  39 | 231 |  10k| 231 |2454 |  22 |  38k|4441 | 0.000000e+00 |      --      |    Inf 
173.03/173.12	c   173s| 65100 |   211 |  1088k|  16.7 |  10M|  51 |  28 | 231 |  10k| 231 |2454 |  22 |  38k|4453 | 0.000000e+00 |      --      |    Inf 
173.23/173.38	c   173s| 65200 |   207 |  1089k|  16.7 |  10M|  51 |  32 | 231 |  10k| 231 |2454 |  22 |  38k|4459 | 0.000000e+00 |      --      |    Inf 
173.53/173.64	c   174s| 65300 |   215 |  1091k|  16.7 |  10M|  51 |  32 | 231 |  10k| 231 |2454 |  22 |  39k|4467 | 0.000000e+00 |      --      |    Inf 
173.83/173.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.83/173.91	c   174s| 65400 |   216 |  1093k|  16.7 |  10M|  51 |  15 | 231 |  10k| 231 |2454 |  22 |  39k|4477 | 0.000000e+00 |      --      |    Inf 
174.03/174.17	c   174s| 65500 |   216 |  1094k|  16.7 |  10M|  51 |  17 | 231 |  10k| 231 |2454 |  22 |  39k|4487 | 0.000000e+00 |      --      |    Inf 
174.33/174.43	c   174s| 65600 |   217 |  1096k|  16.7 |  10M|  51 |  41 | 231 |  10k| 231 |2454 |  22 |  39k|4495 | 0.000000e+00 |      --      |    Inf 
174.63/174.73	c   175s| 65700 |   214 |  1098k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4505 | 0.000000e+00 |      --      |    Inf 
174.84/174.99	c   175s| 65800 |   211 |  1100k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4510 | 0.000000e+00 |      --      |    Inf 
175.13/175.26	c   175s| 65900 |   211 |  1101k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4519 | 0.000000e+00 |      --      |    Inf 
175.43/175.55	c   176s| 66000 |   215 |  1103k|  16.7 |  10M|  51 |  28 | 231 |  10k| 231 |2454 |  22 |  39k|4532 | 0.000000e+00 |      --      |    Inf 
175.62/175.77	c   176s| 66100 |   213 |  1105k|  16.7 |  10M|  51 |   - | 231 |  10k|   0 |   0 |  22 |  39k|4536 | 0.000000e+00 |      --      |    Inf 
175.94/176.04	c   176s| 66200 |   211 |  1106k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4545 | 0.000000e+00 |      --      |    Inf 
176.23/176.31	c   176s| 66300 |   215 |  1108k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4555 | 0.000000e+00 |      --      |    Inf 
176.43/176.57	c   177s| 66400 |   216 |  1110k|  16.7 |  10M|  51 |  34 | 231 |  10k| 231 |2454 |  22 |  39k|4562 | 0.000000e+00 |      --      |    Inf 
176.73/176.82	c   177s| 66500 |   212 |  1111k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4569 | 0.000000e+00 |      --      |    Inf 
176.94/177.10	c   177s| 66600 |   220 |  1113k|  16.7 |  10M|  51 |  36 | 231 |  10k| 231 |2454 |  22 |  39k|4577 | 0.000000e+00 |      --      |    Inf 
177.23/177.36	c   177s| 66700 |   223 |  1114k|  16.7 |  10M|  51 |  26 | 231 |  10k| 231 |2454 |  22 |  39k|4585 | 0.000000e+00 |      --      |    Inf 
177.53/177.65	c   178s| 66800 |   222 |  1116k|  16.7 |  10M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4595 | 0.000000e+00 |      --      |    Inf 
177.83/177.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.83/177.95	c   178s| 66900 |   228 |  1118k|  16.7 |  11M|  51 |   - | 231 |  10k| 231 |2454 |  22 |  39k|4606 | 0.000000e+00 |      --      |    Inf 
178.03/178.20	c   178s| 67000 |   228 |  1120k|  16.7 |  11M|  51 |  28 | 231 |  10k| 231 |2454 |  22 |  39k|4616 | 0.000000e+00 |      --      |    Inf 
178.33/178.46	c   178s| 67100 |   228 |  1121k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  39k|4623 | 0.000000e+00 |      --      |    Inf 
178.63/178.72	c   179s| 67200 |   228 |  1123k|  16.7 |  11M|  51 |  44 | 231 |  11k| 231 |2454 |  22 |  40k|4632 | 0.000000e+00 |      --      |    Inf 
178.83/178.98	c   179s| 67300 |   228 |  1124k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4637 | 0.000000e+00 |      --      |    Inf 
179.03/179.20	c   179s| 67400 |   230 |  1126k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4639 | 0.000000e+00 |      --      |    Inf 
179.33/179.45	c   179s| 67500 |   228 |  1128k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4643 | 0.000000e+00 |      --      |    Inf 
179.63/179.70	c   180s| 67600 |   230 |  1129k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4643 | 0.000000e+00 |      --      |    Inf 
179.82/179.95	c   180s| 67700 |   233 |  1131k|  16.7 |  11M|  51 |  34 | 231 |  11k| 231 |2454 |  22 |  40k|4644 | 0.000000e+00 |      --      |    Inf 
180.03/180.19	c   180s| 67800 |   230 |  1133k|  16.7 |  11M|  51 |  39 | 231 |  11k| 231 |2454 |  22 |  40k|4644 | 0.000000e+00 |      --      |    Inf 
180.34/180.42	c   180s| 67900 |   228 |  1134k|  16.7 |  11M|  51 |  36 | 231 |  11k| 231 |2454 |  22 |  40k|4644 | 0.000000e+00 |      --      |    Inf 
180.53/180.69	c   181s| 68000 |   228 |  1136k|  16.7 |  11M|  51 |  40 | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
180.83/180.93	c   181s| 68100 |   226 |  1138k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
181.03/181.16	c   181s| 68200 |   224 |  1140k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
181.23/181.39	c   181s| 68300 |   228 |  1141k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
181.53/181.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.53/181.65	c   182s| 68400 |   222 |  1143k|  16.7 |  11M|  51 |  38 | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
181.83/181.90	c   182s| 68500 |   222 |  1145k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
182.03/182.15	c   182s| 68600 |   222 |  1147k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
182.33/182.42	c   182s| 68700 |   221 |  1149k|  16.7 |  11M|  51 |  18 | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
182.54/182.65	c   183s| 68800 |   219 |  1151k|  16.7 |  11M|  51 |   - | 231 |  11k|   0 |   0 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
182.73/182.88	c   183s| 68900 |   219 |  1152k|  16.7 |  11M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
183.03/183.13	c   183s| 69000 |   225 |  1154k|  16.7 |  11M|  51 |  33 | 231 |  11k| 231 |2454 |  22 |  40k|4645 | 0.000000e+00 |      --      |    Inf 
183.32/183.40	c   183s| 69100 |   227 |  1156k|  16.7 |  11M|  51 |  24 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
183.54/183.65	c   184s| 69200 |   229 |  1158k|  16.7 |  11M|  51 |  31 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
183.83/183.91	c   184s| 69300 |   233 |  1160k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
184.02/184.17	c   184s| 69400 |   237 |  1162k|  16.7 |  11M|  51 |  39 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
184.32/184.43	c   184s| 69500 |   243 |  1164k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
184.53/184.68	c   185s| 69600 |   247 |  1165k|  16.7 |  11M|  51 |  35 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
184.83/184.91	c   185s| 69700 |   255 |  1167k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
185.03/185.14	c   185s| 69800 |   255 |  1169k|  16.7 |  11M|  51 |  28 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
185.23/185.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.23/185.39	c   185s| 69900 |   251 |  1171k|  16.8 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
185.52/185.63	c   186s| 70000 |   251 |  1172k|  16.7 |  11M|  51 |  38 | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
185.74/185.87	c   186s| 70100 |   247 |  1174k|  16.7 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4645 | 0.000000e+00 |      --      |    Inf 
186.03/186.16	c   186s| 70200 |   247 |  1176k|  16.8 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4656 | 0.000000e+00 |      --      |    Inf 
186.33/186.46	c   186s| 70300 |   245 |  1177k|  16.8 |  11M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  41k|4669 | 0.000000e+00 |      --      |    Inf 
186.53/186.68	c   187s| 70400 |   246 |  1179k|  16.7 |  11M|  51 |  25 | 231 |  11k| 231 |2454 |  22 |  41k|4669 | 0.000000e+00 |      --      |    Inf 
186.83/186.97	c   187s| 70500 |   242 |  1181k|  16.7 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  41k|4683 | 0.000000e+00 |      --      |    Inf 
187.13/187.24	c   187s| 70600 |   240 |  1182k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  41k|4688 | 0.000000e+00 |      --      |    Inf 
187.43/187.51	c   188s| 70700 |   236 |  1184k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  41k|4697 | 0.000000e+00 |      --      |    Inf 
187.63/187.79	c   188s| 70800 |   238 |  1186k|  16.8 |  11M|  51 |  23 | 231 |  12k| 231 |2454 |  22 |  42k|4704 | 0.000000e+00 |      --      |    Inf 
187.93/188.04	c   188s| 70900 |   235 |  1187k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4711 | 0.000000e+00 |      --      |    Inf 
188.23/188.31	c   188s| 71000 |   237 |  1189k|  16.8 |  11M|  51 |  31 | 231 |  12k| 231 |2454 |  22 |  42k|4722 | 0.000000e+00 |      --      |    Inf 
188.42/188.59	c   189s| 71100 |   233 |  1191k|  16.8 |  11M|  51 |  35 | 231 |  12k| 231 |2454 |  22 |  42k|4730 | 0.000000e+00 |      --      |    Inf 
188.73/188.87	c   189s| 71200 |   233 |  1193k|  16.8 |  11M|  51 |  38 | 231 |  12k| 231 |2454 |  22 |  42k|4737 | 0.000000e+00 |      --      |    Inf 
189.03/189.20	c   189s| 71300 |   233 |  1194k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4751 | 0.000000e+00 |      --      |    Inf 
189.33/189.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.33/189.43	c   189s| 71400 |   239 |  1196k|  16.8 |  11M|  51 |  43 | 231 |  12k| 231 |2454 |  22 |  42k|4751 | 0.000000e+00 |      --      |    Inf 
189.63/189.75	c   190s| 71500 |   245 |  1198k|  16.8 |  11M|  51 |  33 | 231 |  12k| 231 |2454 |  22 |  42k|4760 | 0.000000e+00 |      --      |    Inf 
189.93/190.06	c   190s| 71600 |   249 |  1200k|  16.8 |  11M|  51 |  29 | 231 |  12k| 231 |2454 |  22 |  42k|4772 | 0.000000e+00 |      --      |    Inf 
190.23/190.35	c   190s| 71700 |   257 |  1202k|  16.8 |  11M|  51 |  32 | 231 |  12k| 231 |2454 |  22 |  42k|4780 | 0.000000e+00 |      --      |    Inf 
190.52/190.65	c   191s| 71800 |   255 |  1204k|  16.8 |  11M|  51 |  42 | 231 |  12k| 231 |2454 |  22 |  42k|4788 | 0.000000e+00 |      --      |    Inf 
190.83/190.96	c   191s| 71900 |   260 |  1206k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4797 | 0.000000e+00 |      --      |    Inf 
191.12/191.26	c   191s| 72000 |   266 |  1208k|  16.8 |  11M|  51 |  39 | 231 |  12k| 231 |2454 |  22 |  42k|4807 | 0.000000e+00 |      --      |    Inf 
191.43/191.55	c   192s| 72100 |   272 |  1210k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4814 | 0.000000e+00 |      --      |    Inf 
191.72/191.83	c   192s| 72200 |   280 |  1212k|  16.8 |  11M|  51 |  33 | 231 |  12k| 231 |2454 |  22 |  42k|4824 | 0.000000e+00 |      --      |    Inf 
192.03/192.12	c   192s| 72300 |   284 |  1213k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4832 | 0.000000e+00 |      --      |    Inf 
192.23/192.40	c   192s| 72400 |   282 |  1215k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4841 | 0.000000e+00 |      --      |    Inf 
192.53/192.65	c   193s| 72500 |   282 |  1217k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4844 | 0.000000e+00 |      --      |    Inf 
192.82/192.92	c   193s| 72600 |   276 |  1219k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  42k|4844 | 0.000000e+00 |      --      |    Inf 
193.02/193.16	c   193s| 72700 |   276 |  1220k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4846 | 0.000000e+00 |      --      |    Inf 
193.33/193.45	c   193s| 72800 |   278 |  1222k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4853 | 0.000000e+00 |      --      |    Inf 
193.62/193.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.62/193.70	c   194s| 72900 |   280 |  1224k|  16.8 |  11M|  51 |  36 | 231 |  12k| 231 |2454 |  22 |  43k|4853 | 0.000000e+00 |      --      |    Inf 
193.83/193.94	c   194s| 73000 |   280 |  1226k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4853 | 0.000000e+00 |      --      |    Inf 
194.12/194.20	c   194s| 73100 |   278 |  1228k|  16.8 |  11M|  51 |  40 | 231 |  12k| 231 |2454 |  22 |  43k|4856 | 0.000000e+00 |      --      |    Inf 
194.33/194.44	c   194s| 73200 |   282 |  1229k|  16.8 |  11M|  51 |  44 | 231 |  12k| 231 |2454 |  22 |  43k|4857 | 0.000000e+00 |      --      |    Inf 
194.53/194.70	c   195s| 73300 |   286 |  1231k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
194.82/194.94	c   195s| 73400 |   284 |  1233k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
195.03/195.18	c   195s| 73500 |   294 |  1235k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
195.33/195.42	c   195s| 73600 |   292 |  1236k|  16.8 |  11M|  51 |  34 | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
195.53/195.64	c   196s| 73700 |   296 |  1238k|  16.8 |  11M|  51 |  31 | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
195.73/195.88	c   196s| 73800 |   302 |  1240k|  16.8 |  11M|  51 |  33 | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
196.03/196.12	c   196s| 73900 |   302 |  1241k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
196.23/196.34	c   196s| 74000 |   301 |  1243k|  16.8 |  11M|  51 |   - | 231 |  12k|   0 |   0 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
196.42/196.59	c   197s| 74100 |   307 |  1245k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
196.74/196.85	c   197s| 74200 |   305 |  1247k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
197.02/197.10	c   197s| 74300 |   307 |  1248k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
197.22/197.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.22/197.35	c   197s| 74400 |   309 |  1250k|  16.8 |  11M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
197.53/197.62	c   198s| 74500 |   307 |  1252k|  16.8 |  11M|  51 |  38 | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
197.73/197.89	c   198s| 74600 |   317 |  1254k|  16.8 |  12M|  51 |  27 | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
198.02/198.15	c   198s| 74700 |   315 |  1256k|  16.8 |  12M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  43k|4859 | 0.000000e+00 |      --      |    Inf 
198.33/198.41	c   198s| 74800 |   313 |  1258k|  16.8 |  12M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
198.53/198.68	c   199s| 74900 |   315 |  1260k|  16.8 |  12M|  51 |  33 | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
198.83/198.93	c   199s| 75000 |   317 |  1262k|  16.8 |  12M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
199.03/199.19	c   199s| 75100 |   321 |  1264k|  16.8 |  12M|  51 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
199.33/199.48	c   199s| 75200 |   323 |  1266k|  16.8 |  12M|  51 |  40 | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
199.62/199.73	c   200s| 75300 |   330 |  1268k|  16.8 |  12M|  51 |  32 | 231 |  12k| 231 |2454 |  22 |  44k|4859 | 0.000000e+00 |      --      |    Inf 
199.83/199.99	c   200s| 75400 |   330 |  1270k|  16.8 |  12M|  51 |  28 | 231 |  12k| 231 |2454 |  22 |  44k|4864 | 0.000000e+00 |      --      |    Inf 
200.13/200.29	c   200s| 75500 |   329 |  1272k|  16.9 |  12M|  52 |  30 | 231 |  12k| 231 |2454 |  22 |  44k|4876 | 0.000000e+00 |      --      |    Inf 
200.43/200.58	c   201s| 75600 |   325 |  1274k|  16.9 |  12M|  52 |  32 | 231 |  12k| 231 |2454 |  22 |  44k|4885 | 0.000000e+00 |      --      |    Inf 
200.72/200.83	c   201s| 75700 |   327 |  1276k|  16.9 |  12M|  52 |  29 | 231 |  12k| 231 |2454 |  22 |  44k|4885 | 0.000000e+00 |      --      |    Inf 
201.02/201.13	c   201s| 75800 |   327 |  1277k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4897 | 0.000000e+00 |      --      |    Inf 
201.32/201.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.32/201.47	c   201s| 75900 |   329 |  1280k|  16.9 |  12M|  52 |  24 | 231 |  12k| 231 |2454 |  22 |  44k|4912 | 0.000000e+00 |      --      |    Inf 
201.62/201.77	c   202s| 76000 |   327 |  1281k|  16.9 |  12M|  52 |  29 | 231 |  12k| 231 |2454 |  22 |  44k|4921 | 0.000000e+00 |      --      |    Inf 
201.92/202.08	c   202s| 76100 |   325 |  1283k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4931 | 0.000000e+00 |      --      |    Inf 
202.23/202.39	c   202s| 76200 |   321 |  1286k|  16.9 |  12M|  52 |  23 | 231 |  12k| 231 |2454 |  22 |  44k|4936 | 0.000000e+00 |      --      |    Inf 
202.52/202.66	c   203s| 76300 |   319 |  1287k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4943 | 0.000000e+00 |      --      |    Inf 
202.82/202.94	c   203s| 76400 |   317 |  1289k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  44k|4951 | 0.000000e+00 |      --      |    Inf 
203.12/203.24	c   203s| 76500 |   313 |  1291k|  16.9 |  12M|  52 |  37 | 231 |  12k| 231 |2454 |  22 |  44k|4957 | 0.000000e+00 |      --      |    Inf 
203.43/203.54	c   204s| 76600 |   311 |  1293k|  16.9 |  12M|  52 |  43 | 231 |  12k| 231 |2454 |  22 |  44k|4965 | 0.000000e+00 |      --      |    Inf 
203.72/203.81	c   204s| 76700 |   313 |  1295k|  16.9 |  12M|  52 |  43 | 231 |  12k| 231 |2454 |  22 |  45k|4974 | 0.000000e+00 |      --      |    Inf 
203.92/204.08	c   204s| 76800 |   315 |  1296k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|4982 | 0.000000e+00 |      --      |    Inf 
204.22/204.37	c   204s| 76900 |   311 |  1298k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|4988 | 0.000000e+00 |      --      |    Inf 
204.53/204.68	c   205s| 77000 |   311 |  1300k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|4995 | 0.000000e+00 |      --      |    Inf 
204.83/204.98	c   205s| 77100 |   312 |  1302k|  16.9 |  12M|  52 |  43 | 231 |  12k| 231 |2454 |  22 |  45k|5003 | 0.000000e+00 |      --      |    Inf 
205.12/205.26	c   205s| 77200 |   312 |  1304k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5012 | 0.000000e+00 |      --      |    Inf 
205.43/205.52	c   206s| 77300 |   324 |  1306k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5016 | 0.000000e+00 |      --      |    Inf 
205.72/205.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.72/205.81	c   206s| 77400 |   325 |  1307k|  16.9 |  12M|  52 |  23 | 231 |  12k| 231 |2454 |  22 |  45k|5026 | 0.000000e+00 |      --      |    Inf 
205.93/206.09	c   206s| 77500 |   327 |  1309k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5037 | 0.000000e+00 |      --      |    Inf 
206.32/206.41	c   206s| 77600 |   327 |  1311k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5043 | 0.000000e+00 |      --      |    Inf 
206.63/206.74	c   207s| 77700 |   327 |  1314k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5054 | 0.000000e+00 |      --      |    Inf 
206.92/207.01	c   207s| 77800 |   319 |  1315k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5060 | 0.000000e+00 |      --      |    Inf 
207.12/207.29	c   207s| 77900 |   316 |  1317k|  16.9 |  12M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5064 | 0.000000e+00 |      --      |    Inf 
207.42/207.53	c   208s| 78000 |   318 |  1319k|  16.9 |  12M|  52 |  39 | 231 |  12k| 231 |2454 |  22 |  45k|5065 | 0.000000e+00 |      --      |    Inf 
207.62/207.77	c   208s| 78100 |   318 |  1320k|  16.9 |  12M|  52 |  35 | 231 |  12k| 231 |2454 |  22 |  45k|5066 | 0.000000e+00 |      --      |    Inf 
207.92/208.02	c   208s| 78200 |   316 |  1322k|  16.9 |  12M|  52 |  38 | 231 |  12k| 231 |2454 |  22 |  45k|5066 | 0.000000e+00 |      --      |    Inf 
208.13/208.27	c   208s| 78300 |   316 |  1324k|  16.9 |  11M|  52 |   - | 231 |  12k| 231 |2454 |  22 |  45k|5068 | 0.000000e+00 |      --      |    Inf 
208.42/208.50	c   208s| 78400 |   318 |  1325k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  45k|5069 | 0.000000e+00 |      --      |    Inf 
208.62/208.75	c   209s| 78500 |   322 |  1327k|  16.9 |  11M|  52 |  29 | 231 |  11k| 231 |2454 |  22 |  45k|5069 | 0.000000e+00 |      --      |    Inf 
208.83/208.99	c   209s| 78600 |   320 |  1329k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5069 | 0.000000e+00 |      --      |    Inf 
209.12/209.26	c   209s| 78700 |   320 |  1330k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5074 | 0.000000e+00 |      --      |    Inf 
209.42/209.54	c   210s| 78800 |   320 |  1332k|  16.9 |  11M|  52 |  35 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
209.62/209.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.62/209.79	c   210s| 78900 |   320 |  1334k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
209.93/210.01	c   210s| 79000 |   320 |  1336k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
210.12/210.24	c   210s| 79100 |   320 |  1337k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
210.42/210.50	c   210s| 79200 |   322 |  1339k|  16.9 |  11M|  52 |  33 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
210.62/210.73	c   211s| 79300 |   322 |  1341k|  16.9 |  11M|  52 |  32 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
210.82/210.98	c   211s| 79400 |   320 |  1342k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
211.03/211.17	c   211s| 79500 |   322 |  1344k|  16.9 |  11M|  52 |  26 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
211.32/211.40	c   211s| 79600 |   322 |  1345k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
211.52/211.60	c   212s| 79700 |   323 |  1347k|  16.9 |  11M|  52 |  33 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
211.72/211.82	c   212s| 79800 |   321 |  1348k|  16.9 |  11M|  52 |  26 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
211.92/212.03	c   212s| 79900 |   320 |  1350k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
212.13/212.26	c   212s| 80000 |   320 |  1351k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
212.42/212.51	c   213s| 80100 |   322 |  1353k|  16.9 |  11M|  52 |  35 | 231 |  11k| 231 |2454 |  22 |  46k|5078 | 0.000000e+00 |      --      |    Inf 
212.62/212.72	c   213s| 80200 |   321 |  1355k|  16.9 |  11M|  52 |  28 | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
212.82/212.94	c   213s| 80300 |   321 |  1356k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
213.02/213.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.02/213.16	c   213s| 80400 |   322 |  1358k|  16.9 |  11M|  52 |  38 | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
213.23/213.37	c   213s| 80500 |   321 |  1359k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
213.52/213.61	c   214s| 80600 |   319 |  1361k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
213.72/213.84	c   214s| 80700 |   322 |  1362k|  16.9 |  11M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
213.92/214.08	c   214s| 80800 |   321 |  1364k|  16.9 |  11M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
214.22/214.33	c   214s| 80900 |   321 |  1366k|  16.9 |  11M|  52 |  38 | 231 |  10k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
214.42/214.55	c   215s| 81000 |   319 |  1367k|  16.9 |  11M|  53 |  35 | 231 |  10k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
214.62/214.78	c   215s| 81100 |   319 |  1369k|  16.9 |  11M|  53 |  35 | 231 |  10k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
214.92/215.03	c   215s| 81200 |   319 |  1371k|  16.9 |  11M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  47k|5078 | 0.000000e+00 |      --      |    Inf 
215.22/215.33	c   215s| 81300 |   320 |  1372k|  16.9 |  11M|  53 |  33 | 231 |9792 | 231 |2454 |  22 |  47k|5087 | 0.000000e+00 |      --      |    Inf 
215.42/215.59	c   216s| 81400 |   320 |  1374k|  16.9 |  11M|  53 |  42 | 231 |9713 | 231 |2454 |  22 |  47k|5096 | 0.000000e+00 |      --      |    Inf 
215.72/215.88	c   216s| 81500 |   318 |  1376k|  16.9 |  11M|  53 |  42 | 231 |9627 | 231 |2454 |  22 |  47k|5103 | 0.000000e+00 |      --      |    Inf 
216.12/216.20	c   216s| 81600 |   315 |  1378k|  16.9 |  10M|  53 |   - | 231 |9272 | 231 |2454 |  22 |  47k|5115 | 0.000000e+00 |      --      |    Inf 
216.32/216.44	c   216s| 81700 |   315 |  1379k|  16.9 |  10M|  53 |   - | 231 |9175 | 231 |2454 |  22 |  47k|5115 | 0.000000e+00 |      --      |    Inf 
216.52/216.68	c   217s| 81800 |   315 |  1381k|  16.9 |  10M|  53 |  37 | 231 |9200 | 231 |2454 |  22 |  47k|5123 | 0.000000e+00 |      --      |    Inf 
216.82/216.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.82/216.94	c   217s| 81900 |   315 |  1383k|  16.9 |  10M|  53 |   - | 231 |9141 | 231 |2454 |  22 |  48k|5128 | 0.000000e+00 |      --      |    Inf 
217.12/217.24	c   217s| 82000 |   323 |  1384k|  16.9 |  10M|  53 |  32 | 231 |9098 | 231 |2454 |  22 |  48k|5139 | 0.000000e+00 |      --      |    Inf 
217.31/217.49	c   217s| 82100 |   323 |  1386k|  16.9 |  10M|  53 |  31 | 231 |9129 | 231 |2454 |  22 |  48k|5139 | 0.000000e+00 |      --      |    Inf 
217.63/217.77	c   218s| 82200 |   325 |  1388k|  16.9 |  10M|  53 |   - | 231 |9171 | 231 |2454 |  22 |  48k|5146 | 0.000000e+00 |      --      |    Inf 
217.92/218.04	c   218s| 82300 |   323 |  1389k|  16.9 |  10M|  53 |   - | 231 |9164 | 231 |2454 |  22 |  48k|5156 | 0.000000e+00 |      --      |    Inf 
218.22/218.32	c   218s| 82400 |   319 |  1391k|  16.9 |  10M|  53 |   - | 231 |9123 | 231 |2454 |  22 |  48k|5164 | 0.000000e+00 |      --      |    Inf 
218.52/218.60	c   219s| 82500 |   321 |  1393k|  16.9 |  10M|  53 |  37 | 231 |9095 | 231 |2454 |  22 |  48k|5171 | 0.000000e+00 |      --      |    Inf 
218.72/218.83	c   219s| 82600 |   317 |  1394k|  16.9 |  10M|  53 |   - | 231 |8958 | 231 |2454 |  22 |  48k|5175 | 0.000000e+00 |      --      |    Inf 
218.92/219.07	c   219s| 82700 |   315 |  1396k|  16.9 |  10M|  53 |  41 | 231 |8944 | 231 |2454 |  22 |  48k|5181 | 0.000000e+00 |      --      |    Inf 
219.22/219.30	c   219s| 82800 |   318 |  1397k|  16.9 |  10M|  53 |  33 | 231 |8961 | 231 |2454 |  22 |  48k|5186 | 0.000000e+00 |      --      |    Inf 
219.51/219.61	c   220s| 82900 |   314 |  1399k|  16.9 |  10M|  53 |  32 | 231 |8862 | 231 |2454 |  22 |  48k|5199 | 0.000000e+00 |      --      |    Inf 
219.72/219.87	c   220s| 83000 |   312 |  1401k|  16.9 |  10M|  53 |   - | 231 |8810 | 231 |2454 |  22 |  48k|5201 | 0.000000e+00 |      --      |    Inf 
220.02/220.13	c   220s| 83100 |   310 |  1402k|  16.9 |  10M|  53 |  40 | 231 |8768 | 231 |2454 |  22 |  48k|5210 | 0.000000e+00 |      --      |    Inf 
220.22/220.38	c   220s| 83200 |   311 |  1404k|  16.9 |  10M|  53 |  32 | 231 |8719 | 231 |2454 |  22 |  48k|5217 | 0.000000e+00 |      --      |    Inf 
220.52/220.62	c   221s| 83300 |   313 |  1405k|  16.9 |  10M|  53 |  38 | 231 |8749 | 231 |2454 |  22 |  48k|5223 | 0.000000e+00 |      --      |    Inf 
220.72/220.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.72/220.89	c   221s| 83400 |   311 |  1407k|  16.9 |  10M|  53 |   - | 231 |8781 | 231 |2454 |  22 |  48k|5229 | 0.000000e+00 |      --      |    Inf 
221.03/221.15	c   221s| 83500 |   309 |  1409k|  16.9 |  10M|  53 |   - | 231 |8821 | 231 |2454 |  22 |  48k|5239 | 0.000000e+00 |      --      |    Inf 
221.22/221.38	c   221s| 83600 |   319 |  1410k|  16.9 |  10M|  53 |   - | 231 |8856 |   0 |   0 |  22 |  49k|5243 | 0.000000e+00 |      --      |    Inf 
221.52/221.61	c   222s| 83700 |   319 |  1411k|  16.9 |  10M|  53 |   - | 231 |8907 | 231 |2454 |  22 |  49k|5252 | 0.000000e+00 |      --      |    Inf 
221.72/221.84	c   222s| 83800 |   317 |  1413k|  16.9 |  10M|  53 |   - | 231 |8954 | 231 |2454 |  22 |  49k|5255 | 0.000000e+00 |      --      |    Inf 
222.03/222.10	c   222s| 83900 |   319 |  1415k|  16.9 |  10M|  53 |   - | 231 |9005 | 231 |2454 |  22 |  49k|5264 | 0.000000e+00 |      --      |    Inf 
222.22/222.37	c   222s| 84000 |   317 |  1416k|  16.9 |  10M|  53 |  36 | 231 |9064 | 231 |2454 |  22 |  49k|5274 | 0.000000e+00 |      --      |    Inf 
222.52/222.62	c   223s| 84100 |   323 |  1418k|  16.9 |  10M|  53 |  20 | 231 |9120 | 231 |2454 |  22 |  49k|5277 | 0.000000e+00 |      --      |    Inf 
222.72/222.88	c   223s| 84200 |   319 |  1419k|  16.9 |  10M|  53 |  35 | 231 |9185 | 231 |2454 |  22 |  49k|5284 | 0.000000e+00 |      --      |    Inf 
223.01/223.16	c   223s| 84300 |   321 |  1421k|  16.9 |  10M|  53 |   - | 231 |9243 | 231 |2454 |  22 |  49k|5291 | 0.000000e+00 |      --      |    Inf 
223.32/223.40	c   223s| 84400 |   325 |  1423k|  16.9 |  10M|  53 |  31 | 231 |9293 | 231 |2454 |  22 |  49k|5295 | 0.000000e+00 |      --      |    Inf 
223.52/223.66	c   224s| 84500 |   325 |  1425k|  16.9 |  10M|  53 |  33 | 231 |9324 | 231 |2454 |  22 |  49k|5300 | 0.000000e+00 |      --      |    Inf 
223.82/223.91	c   224s| 84600 |   321 |  1426k|  16.9 |  10M|  53 |   - | 231 |9370 | 231 |2454 |  22 |  49k|5303 | 0.000000e+00 |      --      |    Inf 
224.01/224.16	c   224s| 84700 |   323 |  1428k|  16.9 |  11M|  53 |  38 | 231 |9417 | 231 |2454 |  22 |  49k|5306 | 0.000000e+00 |      --      |    Inf 
224.22/224.39	c   224s| 84800 |   323 |  1430k|  16.9 |  11M|  53 |  29 | 231 |9474 | 231 |2454 |  22 |  49k|5307 | 0.000000e+00 |      --      |    Inf 
224.52/224.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.52/224.64	c   225s| 84900 |   328 |  1432k|  16.9 |  11M|  53 |   - | 231 |9523 | 231 |2454 |  22 |  49k|5308 | 0.000000e+00 |      --      |    Inf 
224.82/224.90	c   225s| 85000 |   326 |  1433k|  16.9 |  11M|  53 |   - | 231 |9570 | 231 |2454 |  22 |  49k|5310 | 0.000000e+00 |      --      |    Inf 
225.01/225.15	c   225s| 85100 |   328 |  1435k|  16.9 |  11M|  53 |   - | 231 |9625 | 231 |2454 |  22 |  49k|5311 | 0.000000e+00 |      --      |    Inf 
225.33/225.43	c   225s| 85200 |   326 |  1437k|  16.9 |  11M|  53 |  26 | 231 |9683 | 231 |2454 |  22 |  49k|5311 | 0.000000e+00 |      --      |    Inf 
225.52/225.69	c   226s| 85300 |   326 |  1439k|  16.9 |  11M|  53 |   - | 231 |9745 | 231 |2454 |  22 |  50k|5313 | 0.000000e+00 |      --      |    Inf 
225.82/225.92	c   226s| 85400 |   328 |  1441k|  16.9 |  11M|  53 |  23 | 231 |9804 | 231 |2454 |  22 |  50k|5313 | 0.000000e+00 |      --      |    Inf 
226.01/226.17	c   226s| 85500 |   327 |  1442k|  16.9 |  11M|  53 |   - | 231 |9869 | 231 |2454 |  22 |  50k|5313 | 0.000000e+00 |      --      |    Inf 
226.32/226.43	c   226s| 85600 |   327 |  1444k|  16.9 |  11M|  53 |  38 | 231 |9926 | 231 |2454 |  22 |  50k|5314 | 0.000000e+00 |      --      |    Inf 
226.61/226.70	c   227s| 85700 |   329 |  1446k|  16.9 |  11M|  53 |   - | 231 |9981 | 231 |2454 |  22 |  50k|5315 | 0.000000e+00 |      --      |    Inf 
226.82/226.95	c   227s| 85800 |   323 |  1448k|  16.9 |  11M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5315 | 0.000000e+00 |      --      |    Inf 
227.12/227.22	c   227s| 85900 |   323 |  1450k|  16.9 |  11M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5315 | 0.000000e+00 |      --      |    Inf 
227.31/227.49	c   227s| 86000 |   319 |  1452k|  16.9 |  11M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5315 | 0.000000e+00 |      --      |    Inf 
227.63/227.74	c   228s| 86100 |   319 |  1454k|  16.9 |  11M|  53 |  29 | 231 |  10k| 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
227.92/228.00	c   228s| 86200 |   321 |  1456k|  16.9 |  11M|  53 |  33 | 231 |9945 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
228.12/228.24	c   228s| 86300 |   321 |  1457k|  16.9 |  11M|  53 |  35 | 231 |9794 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
228.31/228.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.31/228.47	c   228s| 86400 |   328 |  1459k|  16.9 |  11M|  53 |   - | 231 |9760 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
228.52/228.69	c   229s| 86500 |   326 |  1460k|  16.9 |  11M|  53 |   - | 231 |9724 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
228.72/228.88	c   229s| 86600 |   328 |  1462k|  16.9 |  11M|  53 |   - | 231 |9757 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
228.91/229.09	c   229s| 86700 |   325 |  1463k|  16.9 |  11M|  53 |  30 | 231 |9807 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
229.22/229.32	c   229s| 86800 |   327 |  1465k|  16.9 |  11M|  53 |  32 | 231 |9839 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
229.42/229.53	c   230s| 86900 |   323 |  1466k|  16.9 |  11M|  53 |  35 | 231 |9870 | 231 |2454 |  22 |  50k|5316 | 0.000000e+00 |      --      |    Inf 
229.62/229.76	c   230s| 87000 |   321 |  1468k|  16.9 |  11M|  53 |  36 | 231 |9900 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
229.82/229.99	c   230s| 87100 |   325 |  1470k|  16.9 |  11M|  53 |   - | 231 |9865 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
230.12/230.22	c   230s| 87200 |   325 |  1471k|  16.9 |  11M|  53 |  46 | 231 |9890 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
230.32/230.44	c   230s| 87300 |   319 |  1473k|  16.9 |  11M|  53 |   - | 231 |9829 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
230.51/230.67	c   231s| 87400 |   319 |  1474k|  16.9 |  11M|  53 |   - | 231 |9760 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
230.82/230.94	c   231s| 87500 |   323 |  1476k|  16.9 |  11M|  53 |  29 | 231 |9671 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
231.01/231.17	c   231s| 87600 |   324 |  1478k|  16.9 |  11M|  53 |  30 | 231 |9667 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
231.32/231.41	c   231s| 87700 |   326 |  1480k|  16.9 |  11M|  53 |   - | 231 |9649 | 231 |2454 |  22 |  51k|5316 | 0.000000e+00 |      --      |    Inf 
231.52/231.64	c   232s| 87800 |   326 |  1481k|  16.9 |  11M|  53 |   - | 231 |9646 | 231 |2454 |  22 |  51k|5317 | 0.000000e+00 |      --      |    Inf 
231.72/231.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.72/231.89	c   232s| 87900 |   327 |  1482k|  16.9 |  11M|  53 |  30 | 231 |9676 | 231 |2454 |  22 |  51k|5328 | 0.000000e+00 |      --      |    Inf 
232.02/232.14	c   232s| 88000 |   326 |  1484k|  16.9 |  11M|  53 |  35 | 231 |9713 | 231 |2454 |  22 |  51k|5335 | 0.000000e+00 |      --      |    Inf 
232.31/232.43	c   232s| 88100 |   325 |  1486k|  16.9 |  11M|  53 |   - | 231 |9760 | 231 |2454 |  22 |  51k|5344 | 0.000000e+00 |      --      |    Inf 
232.61/232.70	c   233s| 88200 |   329 |  1488k|  16.9 |  11M|  53 |  36 | 231 |9795 | 231 |2454 |  22 |  51k|5351 | 0.000000e+00 |      --      |    Inf 
232.81/232.97	c   233s| 88300 |   332 |  1490k|  16.9 |  11M|  53 |  34 | 231 |9823 | 231 |2454 |  22 |  51k|5354 | 0.000000e+00 |      --      |    Inf 
233.12/233.24	c   233s| 88400 |   328 |  1491k|  16.9 |  11M|  53 |  41 | 231 |9865 | 231 |2454 |  22 |  51k|5360 | 0.000000e+00 |      --      |    Inf 
233.41/233.59	c   234s| 88500 |   327 |  1494k|  16.9 |  11M|  53 |  39 | 231 |9893 | 231 |2454 |  22 |  51k|5372 | 0.000000e+00 |      --      |    Inf 
233.82/233.95	c   234s| 88600 |   324 |  1496k|  16.9 |  11M|  53 |   - | 231 |9707 | 231 |2454 |  22 |  51k|5381 | 0.000000e+00 |      --      |    Inf 
234.12/234.22	c   234s| 88700 |   324 |  1498k|  16.9 |  11M|  53 |   - | 231 |9471 | 231 |2454 |  22 |  52k|5381 | 0.000000e+00 |      --      |    Inf 
234.41/234.51	c   235s| 88800 |   324 |  1500k|  16.9 |  11M|  53 |   - | 231 |9262 | 231 |2454 |  22 |  52k|5387 | 0.000000e+00 |      --      |    Inf 
234.71/234.80	c   235s| 88900 |   326 |  1502k|  16.9 |  10M|  53 |  28 | 231 |8830 | 231 |2454 |  22 |  52k|5391 | 0.000000e+00 |      --      |    Inf 
235.01/235.11	c   235s| 89000 |   327 |  1504k|  16.9 |  10M|  53 |   - | 231 |8507 | 231 |2454 |  22 |  52k|5398 | 0.000000e+00 |      --      |    Inf 
235.32/235.47	c   235s| 89100 |   322 |  1506k|  16.9 |  10M|  53 |   - | 231 |8317 | 231 |2454 |  22 |  52k|5411 | 0.000000e+00 |      --      |    Inf 
235.62/235.75	c   236s| 89200 |   327 |  1508k|  16.9 |  10M|  53 |   - | 231 |8201 |   0 |   0 |  22 |  52k|5414 | 0.000000e+00 |      --      |    Inf 
235.91/236.09	c   236s| 89300 |   329 |  1510k|  16.9 |  10M|  53 |   - | 231 |8196 | 231 |2454 |  22 |  52k|5423 | 0.000000e+00 |      --      |    Inf 
236.22/236.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.22/236.39	c   236s| 89400 |   329 |  1512k|  16.9 |  10M|  53 |  33 | 231 |8197 | 231 |2454 |  22 |  52k|5429 | 0.000000e+00 |      --      |    Inf 
236.52/236.69	c   237s| 89500 |   330 |  1514k|  16.9 |  10M|  53 |  32 | 231 |8253 | 231 |2454 |  22 |  52k|5436 | 0.000000e+00 |      --      |    Inf 
236.91/237.01	c   237s| 89600 |   328 |  1517k|  16.9 |  10M|  53 |  23 | 231 |8297 | 231 |2454 |  22 |  52k|5444 | 0.000000e+00 |      --      |    Inf 
237.21/237.30	c   237s| 89700 |   327 |  1519k|  16.9 |  10M|  53 |  36 | 231 |8364 | 231 |2454 |  22 |  52k|5449 | 0.000000e+00 |      --      |    Inf 
237.52/237.64	c   238s| 89800 |   325 |  1521k|  16.9 |  10M|  53 |   - | 231 |8410 | 231 |2454 |  22 |  52k|5460 | 0.000000e+00 |      --      |    Inf 
237.71/237.89	c   238s| 89900 |   324 |  1522k|  16.9 |  10M|  53 |   - | 231 |8419 | 231 |2454 |  22 |  52k|5467 | 0.000000e+00 |      --      |    Inf 
238.12/238.20	c   238s| 90000 |   321 |  1525k|  16.9 |  10M|  53 |   - | 231 |8325 | 231 |2454 |  22 |  52k|5474 | 0.000000e+00 |      --      |    Inf 
238.32/238.47	c   238s| 90100 |   324 |  1526k|  16.9 |  10M|  53 |   - | 231 |8321 | 231 |2454 |  22 |  53k|5481 | 0.000000e+00 |      --      |    Inf 
238.62/238.71	c   239s| 90200 |   323 |  1528k|  16.9 |  10M|  53 |   - | 231 |8358 | 231 |2454 |  22 |  53k|5490 | 0.000000e+00 |      --      |    Inf 
238.81/238.95	c   239s| 90300 |   321 |  1529k|  16.9 |  10M|  53 |  36 | 231 |8390 | 231 |2454 |  22 |  53k|5495 | 0.000000e+00 |      --      |    Inf 
239.12/239.21	c   239s| 90400 |   321 |  1531k|  16.9 |  10M|  53 |  39 | 231 |8402 | 231 |2454 |  22 |  53k|5500 | 0.000000e+00 |      --      |    Inf 
239.31/239.42	c   239s| 90500 |   321 |  1532k|  16.9 |  10M|  53 |   - | 231 |8422 | 231 |2454 |  22 |  53k|5505 | 0.000000e+00 |      --      |    Inf 
239.51/239.69	c   240s| 90600 |   319 |  1534k|  16.9 |  10M|  53 |   - | 231 |8423 | 231 |2454 |  22 |  53k|5511 | 0.000000e+00 |      --      |    Inf 
239.82/239.90	c   240s| 90700 |   320 |  1535k|  16.9 |  10M|  53 |  30 | 231 |8397 | 231 |2454 |  22 |  53k|5512 | 0.000000e+00 |      --      |    Inf 
240.02/240.17	c   240s| 90800 |   325 |  1537k|  16.9 |  10M|  53 |  31 | 231 |8385 | 231 |2454 |  22 |  53k|5515 | 0.000000e+00 |      --      |    Inf 
240.21/240.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.21/240.38	c   240s| 90900 |   323 |  1539k|  16.9 |  10M|  53 |  24 | 231 |8369 | 231 |2454 |  22 |  53k|5516 | 0.000000e+00 |      --      |    Inf 
240.52/240.64	c   241s| 91000 |   325 |  1540k|  16.9 |  10M|  53 |  20 | 231 |8331 | 231 |2454 |  22 |  53k|5519 | 0.000000e+00 |      --      |    Inf 
240.72/240.88	c   241s| 91100 |   325 |  1542k|  16.9 |  10M|  53 |  29 | 231 |8298 | 231 |2454 |  22 |  53k|5520 | 0.000000e+00 |      --      |    Inf 
240.91/241.09	c   241s| 91200 |   325 |  1543k|  16.9 |  10M|  53 |  29 | 231 |8299 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
241.22/241.33	c   241s| 91300 |   322 |  1545k|  16.9 |  10M|  53 |  43 | 231 |8286 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
241.41/241.56	c   242s| 91400 |   327 |  1547k|  16.9 |  10M|  53 |  33 | 231 |8301 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
241.61/241.79	c   242s| 91500 |   326 |  1548k|  16.9 |  10M|  53 |  30 | 231 |8330 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
241.91/242.04	c   242s| 91600 |   326 |  1550k|  16.9 |  10M|  53 |  25 | 231 |8302 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
242.11/242.27	c   242s| 91700 |   328 |  1552k|  16.9 |  10M|  53 |  34 | 231 |8292 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
242.31/242.49	c   242s| 91800 |   331 |  1553k|  16.9 |  10M|  53 |  32 | 231 |8326 | 231 |2454 |  22 |  53k|5522 | 0.000000e+00 |      --      |    Inf 
242.61/242.74	c   243s| 91900 |   334 |  1555k|  16.9 |  10M|  53 |   - | 231 |8360 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
242.81/242.97	c   243s| 92000 |   331 |  1557k|  16.9 |  10M|  53 |   - | 231 |8393 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
243.11/243.20	c   243s| 92100 |   328 |  1558k|  16.9 |  10M|  54 |   - | 231 |8432 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
243.31/243.42	c   243s| 92200 |   329 |  1560k|  16.9 |  10M|  54 |   - | 231 |8485 |   0 |   0 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
243.51/243.63	c   244s| 92300 |   332 |  1561k|  16.9 |  10M|  54 |   - | 231 |8539 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
243.71/243.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.71/243.87	c   244s| 92400 |   327 |  1563k|  16.9 |  10M|  54 |   - | 231 |8593 |   0 |   0 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
243.91/244.08	c   244s| 92500 |   327 |  1565k|  16.9 |  10M|  54 |  32 | 231 |8629 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
244.12/244.29	c   244s| 92600 |   325 |  1566k|  16.9 |  10M|  54 |   - | 231 |8657 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
244.31/244.49	c   244s| 92700 |   330 |  1567k|  16.9 |  10M|  54 |   - | 231 |8716 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
244.61/244.73	c   245s| 92800 |   328 |  1569k|  16.9 |  10M|  54 |  32 | 231 |8764 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
244.81/244.96	c   245s| 92900 |   329 |  1571k|  16.9 |  10M|  54 |  33 | 231 |8818 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
245.01/245.18	c   245s| 93000 |   330 |  1572k|  16.9 |  10M|  54 |  32 | 231 |8867 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
245.31/245.42	c   245s| 93100 |   324 |  1574k|  16.9 |  10M|  54 |   - | 231 |8929 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
245.51/245.66	c   246s| 93200 |   326 |  1576k|  16.9 |  10M|  54 |  36 | 231 |8983 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
245.71/245.88	c   246s| 93300 |   325 |  1578k|  16.9 |  10M|  54 |   - | 231 |9025 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
246.01/246.13	c   246s| 93400 |   326 |  1579k|  16.9 |  11M|  54 |   - | 231 |9065 |   0 |   0 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
246.22/246.34	c   246s| 93500 |   328 |  1581k|  16.9 |  11M|  54 |  29 | 231 |9089 | 231 |2454 |  22 |  54k|5522 | 0.000000e+00 |      --      |    Inf 
246.41/246.58	c   247s| 93600 |   324 |  1583k|  16.9 |  11M|  54 |   - | 231 |9103 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
246.71/246.82	c   247s| 93700 |   321 |  1584k|  16.9 |  10M|  54 |   - | 231 |9065 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
246.91/247.07	c   247s| 93800 |   319 |  1586k|  16.9 |  10M|  56 |   - | 231 |9046 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
247.21/247.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.21/247.31	c   247s| 93900 |   317 |  1588k|  16.9 |  10M|  56 |   - | 231 |8962 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
247.41/247.55	c   248s| 94000 |   317 |  1589k|  16.9 |  10M|  56 |  40 | 231 |8922 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
247.61/247.79	c   248s| 94100 |   319 |  1591k|  16.9 |  10M|  56 |   - | 231 |8879 | 231 |2454 |  22 |  55k|5522 | 0.000000e+00 |      --      |    Inf 
247.91/248.07	c   248s| 94200 |   319 |  1593k|  16.9 |  10M|  56 |   - | 231 |8817 | 231 |2454 |  22 |  55k|5529 | 0.000000e+00 |      --      |    Inf 
248.21/248.37	c   248s| 94300 |   320 |  1595k|  16.9 |  10M|  56 |   - | 231 |8812 | 231 |2454 |  22 |  55k|5538 | 0.000000e+00 |      --      |    Inf 
248.52/248.65	c   249s| 94400 |   321 |  1597k|  16.9 |  10M|  56 |  24 | 231 |8815 | 231 |2454 |  22 |  55k|5544 | 0.000000e+00 |      --      |    Inf 
248.81/248.96	c   249s| 94500 |   316 |  1599k|  16.9 |  10M|  56 |   - | 231 |8778 | 231 |2454 |  22 |  55k|5557 | 0.000000e+00 |      --      |    Inf 
249.11/249.24	c   249s| 94600 |   320 |  1601k|  16.9 |  10M|  56 |   - | 231 |8754 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
249.31/249.49	c   249s| 94700 |   312 |  1602k|  16.9 |  10M|  56 |   - | 231 |8690 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
249.62/249.74	c   250s| 94800 |   312 |  1604k|  16.9 |  10M|  56 |   - | 231 |8648 | 231 |2454 |  22 |  55k|5572 | 0.000000e+00 |      --      |    Inf 
249.91/250.01	c   250s| 94900 |   311 |  1606k|  16.9 |  10M|  56 |   - | 231 |8593 | 231 |2454 |  22 |  55k|5577 | 0.000000e+00 |      --      |    Inf 
250.11/250.27	c   250s| 95000 |   313 |  1607k|  16.9 |  10M|  56 |  31 | 231 |8525 | 231 |2454 |  22 |  55k|5583 | 0.000000e+00 |      --      |    Inf 
250.41/250.55	c   251s| 95100 |   313 |  1609k|  16.9 |  10M|  56 |  38 | 231 |8501 | 231 |2454 |  22 |  55k|5593 | 0.000000e+00 |      --      |    Inf 
250.61/250.80	c   251s| 95200 |   313 |  1611k|  16.9 |  10M|  56 |   - | 231 |8505 | 231 |2454 |  22 |  55k|5597 | 0.000000e+00 |      --      |    Inf 
250.91/251.09	c   251s| 95300 |   313 |  1612k|  16.9 |  10M|  56 |  37 | 231 |8536 | 231 |2454 |  22 |  55k|5607 | 0.000000e+00 |      --      |    Inf 
251.21/251.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.21/251.34	c   251s| 95400 |   311 |  1614k|  16.9 |  10M|  56 |  35 | 231 |8531 | 231 |2454 |  22 |  56k|5607 | 0.000000e+00 |      --      |    Inf 
251.51/251.61	c   252s| 95500 |   313 |  1616k|  16.9 |  10M|  56 |   - | 231 |8577 | 231 |2454 |  22 |  56k|5617 | 0.000000e+00 |      --      |    Inf 
251.72/251.81	c   252s| 95600 |   313 |  1617k|  16.9 |  10M|  56 |   - | 231 |8623 | 231 |2454 |  22 |  56k|5617 | 0.000000e+00 |      --      |    Inf 
251.91/252.09	c   252s| 95700 |   311 |  1619k|  16.9 |  10M|  56 |   - | 231 |8666 | 231 |2454 |  22 |  56k|5625 | 0.000000e+00 |      --      |    Inf 
252.20/252.33	c   252s| 95800 |   308 |  1620k|  16.9 |  10M|  56 |   - | 231 |8704 | 231 |2454 |  22 |  56k|5629 | 0.000000e+00 |      --      |    Inf 
252.40/252.58	c   253s| 95900 |   307 |  1622k|  16.9 |  10M|  56 |  36 | 231 |8726 | 231 |2454 |  22 |  56k|5634 | 0.000000e+00 |      --      |    Inf 
252.71/252.83	c   253s| 96000 |   303 |  1623k|  16.9 |  10M|  56 |   - | 231 |8707 | 231 |2454 |  22 |  56k|5642 | 0.000000e+00 |      --      |    Inf 
253.00/253.12	c   253s| 96100 |   301 |  1625k|  16.9 |  10M|  56 |   - | 231 |8729 | 231 |2454 |  22 |  56k|5652 | 0.000000e+00 |      --      |    Inf 
253.21/253.32	c   253s| 96200 |   303 |  1627k|  16.9 |  10M|  56 |  27 | 231 |8724 | 231 |2454 |  22 |  56k|5652 | 0.000000e+00 |      --      |    Inf 
253.40/253.59	c   254s| 96300 |   304 |  1628k|  16.9 |  10M|  56 |  34 | 231 |8732 | 231 |2454 |  22 |  56k|5663 | 0.000000e+00 |      --      |    Inf 
253.71/253.83	c   254s| 96400 |   308 |  1630k|  16.9 |  10M|  56 |  32 | 231 |8744 | 231 |2454 |  22 |  56k|5666 | 0.000000e+00 |      --      |    Inf 
254.02/254.14	c   254s| 96500 |   302 |  1632k|  16.9 |  10M|  56 |   - | 231 |8717 | 231 |2454 |  22 |  56k|5673 | 0.000000e+00 |      --      |    Inf 
254.30/254.40	c   254s| 96600 |   298 |  1633k|  16.9 |  10M|  56 |   - | 231 |8701 | 231 |2454 |  22 |  56k|5680 | 0.000000e+00 |      --      |    Inf 
254.50/254.67	c   255s| 96700 |   298 |  1635k|  16.9 |  10M|  56 |   - | 231 |8651 | 231 |2454 |  22 |  56k|5690 | 0.000000e+00 |      --      |    Inf 
254.81/254.93	c   255s| 96800 |   298 |  1637k|  16.9 |  10M|  56 |   - | 231 |8627 |   0 |   0 |  22 |  56k|5694 | 0.000000e+00 |      --      |    Inf 
255.01/255.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.01/255.18	c   255s| 96900 |   296 |  1638k|  16.9 |  10M|  56 |   - | 231 |8632 | 231 |2454 |  22 |  56k|5701 | 0.000000e+00 |      --      |    Inf 
255.31/255.44	c   255s| 97000 |   300 |  1640k|  16.9 |  10M|  56 |  29 | 231 |8646 | 231 |2454 |  22 |  56k|5707 | 0.000000e+00 |      --      |    Inf 
255.60/255.72	c   256s| 97100 |   298 |  1642k|  16.9 |  10M|  56 |   - | 231 |8674 | 231 |2454 |  22 |  56k|5716 | 0.000000e+00 |      --      |    Inf 
255.81/255.97	c   256s| 97200 |   298 |  1643k|  16.9 |  10M|  56 |   - | 231 |8678 | 231 |2454 |  22 |  57k|5723 | 0.000000e+00 |      --      |    Inf 
256.12/256.22	c   256s| 97300 |   296 |  1645k|  16.9 |  10M|  56 |   - | 231 |8662 | 231 |2454 |  22 |  57k|5727 | 0.000000e+00 |      --      |    Inf 
256.31/256.45	c   256s| 97400 |   298 |  1646k|  16.9 |  10M|  56 |  17 | 231 |8596 | 231 |2454 |  22 |  57k|5731 | 0.000000e+00 |      --      |    Inf 
256.51/256.68	c   257s| 97500 |   295 |  1648k|  16.9 |  10M|  56 |   - | 231 |8621 | 231 |2454 |  22 |  57k|5737 | 0.000000e+00 |      --      |    Inf 
256.81/256.96	c   257s| 97600 |   297 |  1649k|  16.9 |  10M|  56 |   - | 231 |8604 | 231 |2454 |  22 |  57k|5746 | 0.000000e+00 |      --      |    Inf 
257.01/257.19	c   257s| 97700 |   297 |  1651k|  16.9 |  10M|  56 |   - | 231 |8584 |   0 |   0 |  22 |  57k|5748 | 0.000000e+00 |      --      |    Inf 
257.31/257.42	c   257s| 97800 |   295 |  1652k|  16.9 |  10M|  56 |  40 | 231 |8590 | 231 |2454 |  22 |  57k|5751 | 0.000000e+00 |      --      |    Inf 
257.51/257.67	c   258s| 97900 |   298 |  1654k|  16.9 |  10M|  56 |  25 | 231 |8565 | 231 |2454 |  22 |  57k|5754 | 0.000000e+00 |      --      |    Inf 
257.71/257.88	c   258s| 98000 |   298 |  1656k|  16.9 |  10M|  56 |  35 | 231 |8578 | 231 |2454 |  22 |  57k|5755 | 0.000000e+00 |      --      |    Inf 
258.00/258.10	c   258s| 98100 |   293 |  1657k|  16.9 |  10M|  56 |   - | 231 |8572 | 231 |2454 |  22 |  57k|5757 | 0.000000e+00 |      --      |    Inf 
258.20/258.37	c   258s| 98200 |   299 |  1659k|  16.9 |  10M|  56 |   - | 231 |8568 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
258.51/258.60	c   259s| 98300 |   299 |  1661k|  16.9 |  10M|  56 |  30 | 231 |8578 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
258.71/258.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.71/258.84	c   259s| 98400 |   300 |  1663k|  16.9 |  10M|  56 |   - | 231 |8564 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
258.91/259.09	c   259s| 98500 |   300 |  1664k|  16.9 |  10M|  56 |  44 | 231 |8528 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
259.10/259.29	c   259s| 98600 |   301 |  1666k|  16.9 |  10M|  56 |   - | 231 |8517 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
259.42/259.52	c   260s| 98700 |   301 |  1667k|  16.9 |  10M|  56 |   - | 231 |8521 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
259.61/259.73	c   260s| 98800 |   302 |  1669k|  16.9 |  10M|  56 |   - | 231 |8526 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
259.81/259.95	c   260s| 98900 |   302 |  1670k|  16.9 |  10M|  56 |   - | 231 |8471 | 231 |2454 |  22 |  57k|5758 | 0.000000e+00 |      --      |    Inf 
260.01/260.18	c   260s| 99000 |   300 |  1672k|  16.9 |  10M|  56 |  30 | 231 |8349 | 231 |2454 |  22 |  57k|5759 | 0.000000e+00 |      --      |    Inf 
260.31/260.41	c   260s| 99100 |   300 |  1673k|  16.9 |  10M|  56 |  36 | 231 |8333 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
260.51/260.65	c   261s| 99200 |   298 |  1675k|  16.9 |  10M|  56 |   - | 231 |8338 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
260.71/260.88	c   261s| 99300 |   300 |  1677k|  16.9 |  10M|  56 |  30 | 231 |8326 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
260.91/261.09	c   261s| 99400 |   298 |  1678k|  16.9 |  10M|  56 |   - | 231 |8367 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
261.20/261.32	c   261s| 99500 |   298 |  1680k|  16.9 |  10M|  56 |  30 | 231 |8318 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
261.41/261.52	c   262s| 99600 |   295 |  1681k|  16.9 |  10M|  56 |   - | 231 |8300 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
261.61/261.72	c   262s| 99700 |   295 |  1682k|  16.9 |  10M|  56 |   - | 231 |8299 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
261.81/261.96	c   262s| 99800 |   293 |  1684k|  16.9 |  10M|  56 |   - | 231 |8275 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
262.01/262.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.01/262.18	c   262s| 99900 |   290 |  1686k|  16.9 |  10M|  56 |   - | 231 |8144 |   0 |   0 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
262.31/262.43	c   262s|100000 |   290 |  1687k|  16.9 |  10M|  56 |  34 | 231 |8036 | 231 |2454 |  22 |  58k|5759 | 0.000000e+00 |      --      |    Inf 
262.51/262.66	c   263s|100100 |   289 |  1689k|  16.9 |  10M|  56 |   - | 231 |7930 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
262.71/262.89	c   263s|100200 |   291 |  1690k|  16.9 |  10M|  56 |  38 | 231 |7874 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
263.01/263.12	c   263s|100300 |   291 |  1692k|  16.9 |  10M|  56 |  36 | 231 |7858 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
263.21/263.33	c   263s|100400 |   291 |  1694k|  16.9 |  10M|  56 |   - | 231 |7861 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
263.41/263.57	c   264s|100500 |   289 |  1695k|  16.9 |  10M|  56 |   - | 231 |7785 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
263.70/263.82	c   264s|100600 |   285 |  1697k|  16.9 |  10M|  56 |   - | 231 |7729 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
263.92/264.04	c   264s|100700 |   285 |  1699k|  16.9 |  10M|  56 |   - | 231 |7609 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
264.11/264.25	c   264s|100800 |   287 |  1700k|  16.9 |  10M|  56 |  28 | 231 |7611 | 231 |2454 |  22 |  58k|5761 | 0.000000e+00 |      --      |    Inf 
264.31/264.46	c   264s|100900 |   286 |  1701k|  16.9 |  10M|  56 |   - | 231 |7642 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
264.51/264.68	c   265s|101000 |   282 |  1703k|  16.9 |  10M|  56 |   - | 231 |7670 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
264.81/264.92	c   265s|101100 |   284 |  1705k|  16.9 |  10M|  56 |  36 | 231 |7635 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
265.01/265.17	c   265s|101200 |   284 |  1707k|  16.9 |  10M|  56 |  33 | 231 |7680 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
265.21/265.39	c   265s|101300 |   283 |  1708k|  16.9 |  10M|  56 |  43 | 231 |7692 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
265.40/265.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.40/265.59	c   266s|101400 |   283 |  1709k|  16.9 |  10M|  56 |  22 | 231 |7668 | 231 |2454 |  22 |  59k|5761 | 0.000000e+00 |      --      |    Inf 
265.70/265.89	c   266s|101500 |   280 |  1711k|  16.9 |  10M|  56 |  35 | 231 |7533 | 231 |2454 |  22 |  59k|5772 | 0.000000e+00 |      --      |    Inf 
266.02/266.13	c   266s|101600 |   280 |  1713k|  16.9 |  10M|  56 |   - | 231 |7568 | 231 |2454 |  22 |  59k|5777 | 0.000000e+00 |      --      |    Inf 
266.30/266.41	c   266s|101700 |   277 |  1715k|  16.9 |  10M|  56 |   - | 231 |7565 | 231 |2454 |  22 |  59k|5788 | 0.000000e+00 |      --      |    Inf 
266.50/266.66	c   267s|101800 |   279 |  1716k|  16.9 |  10M|  56 |   - | 231 |7414 |   0 |   0 |  22 |  59k|5788 | 0.000000e+00 |      --      |    Inf 
266.81/266.95	c   267s|101900 |   279 |  1718k|  16.9 |  10M|  56 |  24 | 231 |7367 | 231 |2454 |  22 |  59k|5796 | 0.000000e+00 |      --      |    Inf 
267.11/267.20	c   267s|102000 |   278 |  1720k|  16.9 |  10M|  56 |   - | 231 |7345 | 231 |2454 |  22 |  59k|5801 | 0.000000e+00 |      --      |    Inf 
267.30/267.46	c   267s|102100 |   280 |  1721k|  16.9 |  10M|  56 |  29 | 231 |7301 | 231 |2454 |  22 |  59k|5810 | 0.000000e+00 |      --      |    Inf 
267.51/267.68	c   268s|102200 |   278 |  1723k|  16.9 |  10M|  56 |   - | 231 |7308 | 231 |2454 |  22 |  59k|5810 | 0.000000e+00 |      --      |    Inf 
267.80/267.93	c   268s|102300 |   276 |  1725k|  16.9 |  10M|  56 |   - | 231 |7326 | 231 |2454 |  22 |  59k|5816 | 0.000000e+00 |      --      |    Inf 
268.00/268.16	c   268s|102400 |   279 |  1726k|  16.9 |  10M|  56 |   - | 231 |7328 |   0 |   0 |  22 |  59k|5822 | 0.000000e+00 |      --      |    Inf 
268.21/268.39	c   268s|102500 |   278 |  1727k|  16.9 |  10M|  56 |   - | 231 |7310 |   0 |   0 |  22 |  60k|5830 | 0.000000e+00 |      --      |    Inf 
268.50/268.66	c   269s|102600 |   282 |  1729k|  16.9 |  10M|  56 |  27 | 231 |7287 | 231 |2454 |  22 |  60k|5835 | 0.000000e+00 |      --      |    Inf 
268.81/268.92	c   269s|102700 |   281 |  1731k|  16.9 |  10M|  56 |  32 | 231 |7341 | 231 |2454 |  22 |  60k|5841 | 0.000000e+00 |      --      |    Inf 
269.00/269.18	c   269s|102800 |   281 |  1733k|  16.9 |  10M|  56 |   - | 231 |7380 |   0 |   0 |  22 |  60k|5848 | 0.000000e+00 |      --      |    Inf 
269.31/269.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.31/269.44	c   269s|102900 |   283 |  1734k|  16.9 |  10M|  56 |  34 | 231 |7381 | 231 |2454 |  22 |  60k|5856 | 0.000000e+00 |      --      |    Inf 
269.50/269.64	c   270s|103000 |   282 |  1736k|  16.9 |  10M|  56 |  30 | 231 |7425 | 231 |2454 |  22 |  60k|5856 | 0.000000e+00 |      --      |    Inf 
269.80/269.91	c   270s|103100 |   280 |  1737k|  16.9 |  10M|  56 |   - | 231 |7459 | 231 |2454 |  22 |  60k|5862 | 0.000000e+00 |      --      |    Inf 
270.01/270.19	c   270s|103200 |   281 |  1739k|  16.9 |  10M|  56 |   - | 231 |7499 | 231 |2454 |  22 |  60k|5869 | 0.000000e+00 |      --      |    Inf 
270.31/270.44	c   270s|103300 |   282 |  1741k|  16.9 |  10M|  56 |   - | 231 |7537 | 231 |2454 |  22 |  60k|5874 | 0.000000e+00 |      --      |    Inf 
270.60/270.71	c   271s|103400 |   282 |  1743k|  16.9 |  10M|  56 |  31 | 231 |7580 | 231 |2454 |  22 |  60k|5884 | 0.000000e+00 |      --      |    Inf 
270.80/270.93	c   271s|103500 |   283 |  1744k|  16.9 |  10M|  56 |  28 | 231 |7647 | 231 |2454 |  22 |  60k|5885 | 0.000000e+00 |      --      |    Inf 
271.01/271.19	c   271s|103600 |   283 |  1746k|  16.9 |  10M|  56 |   - | 231 |7696 | 231 |2454 |  22 |  60k|5894 | 0.000000e+00 |      --      |    Inf 
271.30/271.44	c   271s|103700 |   285 |  1748k|  16.9 |  10M|  56 |  31 | 231 |7741 | 231 |2454 |  22 |  60k|5901 | 0.000000e+00 |      --      |    Inf 
271.61/271.71	c   272s|103800 |   282 |  1749k|  16.9 |  10M|  56 |  36 | 231 |7786 | 231 |2454 |  22 |  60k|5909 | 0.000000e+00 |      --      |    Inf 
271.80/271.97	c   272s|103900 |   281 |  1751k|  16.9 |  10M|  56 |   - | 231 |7838 | 231 |2454 |  22 |  60k|5914 | 0.000000e+00 |      --      |    Inf 
272.10/272.27	c   272s|104000 |   279 |  1753k|  16.9 |  10M|  56 |   - | 231 |7878 | 231 |2454 |  22 |  60k|5923 | 0.000000e+00 |      --      |    Inf 
272.40/272.52	c   273s|104100 |   281 |  1755k|  16.9 |  10M|  56 |  34 | 231 |7893 | 231 |2454 |  22 |  61k|5927 | 0.000000e+00 |      --      |    Inf 
272.61/272.78	c   273s|104200 |   279 |  1756k|  16.9 |  10M|  56 |   - | 231 |7877 | 231 |2454 |  22 |  61k|5936 | 0.000000e+00 |      --      |    Inf 
272.90/273.01	c   273s|104300 |   280 |  1758k|  16.9 |  10M|  56 |  28 | 231 |7925 | 231 |2454 |  22 |  61k|5939 | 0.000000e+00 |      --      |    Inf 
273.10/273.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.10/273.22	c   273s|104400 |   283 |  1759k|  16.9 |  10M|  56 |  21 | 231 |7974 | 231 |2454 |  22 |  61k|5944 | 0.000000e+00 |      --      |    Inf 
273.30/273.43	c   273s|104500 |   282 |  1760k|  16.8 |  10M|  56 |   - | 231 |8014 | 231 |2454 |  22 |  61k|5948 | 0.000000e+00 |      --      |    Inf 
273.51/273.65	c   274s|104600 |   287 |  1762k|  16.8 |  10M|  56 |  27 | 231 |8076 | 231 |2454 |  22 |  61k|5958 | 0.000000e+00 |      --      |    Inf 
273.71/273.86	c   274s|104700 |   286 |  1763k|  16.8 |  10M|  56 |   - | 231 |8127 | 231 |2454 |  22 |  61k|5963 | 0.000000e+00 |      --      |    Inf 
274.00/274.10	c   274s|104800 |   286 |  1765k|  16.8 |  10M|  56 |  30 | 231 |8159 | 231 |2454 |  22 |  61k|5969 | 0.000000e+00 |      --      |    Inf 
274.21/274.36	c   274s|104900 |   278 |  1766k|  16.8 |  10M|  56 |  24 | 231 |8205 | 231 |2454 |  22 |  61k|5977 | 0.000000e+00 |      --      |    Inf 
274.40/274.59	c   275s|105000 |   280 |  1768k|  16.8 |  10M|  56 |   - | 231 |8234 | 231 |2454 |  22 |  61k|5981 | 0.000000e+00 |      --      |    Inf 
274.70/274.84	c   275s|105100 |   282 |  1769k|  16.8 |  10M|  56 |  33 | 231 |8256 | 231 |2454 |  22 |  61k|5986 | 0.000000e+00 |      --      |    Inf 
274.90/275.07	c   275s|105200 |   280 |  1771k|  16.8 |  10M|  56 |  36 | 231 |8269 | 231 |2454 |  22 |  61k|5989 | 0.000000e+00 |      --      |    Inf 
275.20/275.31	c   275s|105300 |   280 |  1773k|  16.8 |  10M|  56 |   - | 231 |8289 | 231 |2454 |  22 |  61k|5991 | 0.000000e+00 |      --      |    Inf 
275.40/275.54	c   276s|105400 |   280 |  1774k|  16.8 |  10M|  56 |   - | 231 |8312 | 231 |2454 |  22 |  61k|5994 | 0.000000e+00 |      --      |    Inf 
275.71/275.81	c   276s|105500 |   274 |  1776k|  16.8 |  10M|  56 |   - | 231 |8252 | 231 |2454 |  22 |  61k|5996 | 0.000000e+00 |      --      |    Inf 
275.91/276.07	c   276s|105600 |   276 |  1778k|  16.8 |  10M|  56 |   - | 231 |8249 | 231 |2454 |  22 |  61k|5998 | 0.000000e+00 |      --      |    Inf 
276.21/276.32	c   276s|105700 |   276 |  1780k|  16.8 |  10M|  56 |  32 | 231 |8223 | 231 |2454 |  22 |  61k|6000 | 0.000000e+00 |      --      |    Inf 
276.40/276.56	c   277s|105800 |   275 |  1781k|  16.8 |  10M|  56 |  43 | 231 |8210 | 231 |2454 |  22 |  62k|6001 | 0.000000e+00 |      --      |    Inf 
276.70/276.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.70/276.82	c   277s|105900 |   275 |  1783k|  16.8 |  10M|  56 |  41 | 231 |8220 | 231 |2454 |  22 |  62k|6004 | 0.000000e+00 |      --      |    Inf 
276.91/277.09	c   277s|106000 |   275 |  1785k|  16.8 |  10M|  56 |  38 | 231 |8165 | 231 |2454 |  22 |  62k|6004 | 0.000000e+00 |      --      |    Inf 
277.20/277.32	c   277s|106100 |   275 |  1787k|  16.8 |  10M|  56 |  33 | 231 |8133 | 231 |2454 |  22 |  62k|6005 | 0.000000e+00 |      --      |    Inf 
277.40/277.56	c   278s|106200 |   274 |  1789k|  16.8 |  10M|  56 |   - | 231 |8092 | 231 |2454 |  22 |  62k|6005 | 0.000000e+00 |      --      |    Inf 
277.60/277.79	c   278s|106300 |   273 |  1790k|  16.8 |  10M|  56 |  26 | 231 |8011 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
277.90/278.04	c   278s|106400 |   273 |  1792k|  16.8 |  10M|  56 |  30 | 231 |7887 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
278.11/278.23	c   278s|106500 |   276 |  1793k|  16.8 |  10M|  56 |  31 | 231 |7868 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
278.30/278.46	c   278s|106600 |   274 |  1795k|  16.8 |  10M|  56 |  29 | 231 |7854 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
278.50/278.67	c   279s|106700 |   274 |  1796k|  16.8 |  10M|  56 |   - | 231 |7819 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
278.70/278.87	c   279s|106800 |   275 |  1798k|  16.8 |  10M|  56 |  35 | 231 |7793 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
278.90/279.07	c   279s|106900 |   277 |  1799k|  16.8 |  10M|  56 |  31 | 231 |7818 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
279.10/279.25	c   279s|107000 |   274 |  1800k|  16.8 |  10M|  56 |   - | 231 |7863 |   0 |   0 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
279.31/279.45	c   279s|107100 |   274 |  1802k|  16.8 |  10M|  56 |  32 | 231 |7857 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
279.50/279.67	c   280s|107200 |   274 |  1803k|  16.8 |  10M|  56 |   - | 231 |7818 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
279.80/279.91	c   280s|107300 |   274 |  1805k|  16.8 |  10M|  56 |  36 | 231 |7813 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
280.00/280.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.00/280.14	c   280s|107400 |   272 |  1807k|  16.8 |  10M|  56 |   - | 231 |7841 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
280.20/280.36	c   280s|107500 |   276 |  1808k|  16.8 |  10M|  56 |   - | 231 |7835 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
280.50/280.60	c   281s|107600 |   277 |  1810k|  16.8 |  10M|  56 |   - | 231 |7830 | 231 |2454 |  22 |  62k|6006 | 0.000000e+00 |      --      |    Inf 
280.70/280.83	c   281s|107700 |   275 |  1812k|  16.8 |  10M|  56 |  37 | 231 |7832 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
280.90/281.05	c   281s|107800 |   275 |  1813k|  16.8 |  10M|  56 |  34 | 231 |7842 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
281.10/281.28	c   281s|107900 |   274 |  1815k|  16.8 |  10M|  56 |  24 | 231 |7844 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
281.30/281.49	c   281s|108000 |   273 |  1816k|  16.8 |  10M|  56 |   - | 231 |7865 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
281.60/281.71	c   282s|108100 |   273 |  1818k|  16.8 |  10M|  56 |   - | 231 |7902 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
281.80/281.92	c   282s|108200 |   270 |  1819k|  16.8 |  10M|  56 |   - | 231 |7875 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
282.00/282.14	c   282s|108300 |   270 |  1821k|  16.8 |  10M|  56 |   - | 231 |7887 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
282.20/282.35	c   282s|108400 |   270 |  1822k|  16.8 |  10M|  56 |   - | 231 |7824 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
282.40/282.58	c   283s|108500 |   268 |  1824k|  16.8 |  10M|  56 |  32 | 231 |7808 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
282.70/282.81	c   283s|108600 |   269 |  1826k|  16.8 |  10M|  56 |  36 | 231 |7796 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
282.90/283.04	c   283s|108700 |   265 |  1827k|  16.8 |  10M|  56 |   - | 231 |7760 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
283.09/283.27	c   283s|108800 |   265 |  1829k|  16.8 |  10M|  56 |   - | 231 |7750 |   0 |   0 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
283.30/283.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.30/283.49	c   283s|108900 |   267 |  1830k|  16.8 |  10M|  56 |  35 | 231 |7756 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
283.60/283.73	c   284s|109000 |   267 |  1832k|  16.8 |  10M|  56 |   - | 231 |7766 | 231 |2454 |  22 |  63k|6006 | 0.000000e+00 |      --      |    Inf 
283.90/284.01	c   284s|109100 |   269 |  1834k|  16.8 |  10M|  56 |  36 | 231 |7780 | 231 |2454 |  22 |  63k|6016 | 0.000000e+00 |      --      |    Inf 
284.20/284.33	c   284s|109200 |   269 |  1836k|  16.8 |  10M|  56 |  23 | 231 |7795 | 231 |2454 |  22 |  63k|6025 | 0.000000e+00 |      --      |    Inf 
284.40/284.55	c   285s|109300 |   269 |  1838k|  16.8 |  10M|  56 |   - | 231 |7826 | 231 |2454 |  22 |  63k|6025 | 0.000000e+00 |      --      |    Inf 
284.71/284.84	c   285s|109400 |   268 |  1840k|  16.8 |  10M|  56 |   - | 231 |7878 | 231 |2454 |  22 |  63k|6035 | 0.000000e+00 |      --      |    Inf 
285.00/285.16	c   285s|109500 |   270 |  1842k|  16.8 |  10M|  56 |  37 | 231 |7890 | 231 |2454 |  22 |  63k|6048 | 0.000000e+00 |      --      |    Inf 
285.30/285.42	c   285s|109600 |   272 |  1844k|  16.8 |  10M|  56 |  38 | 231 |7908 | 231 |2454 |  22 |  64k|6048 | 0.000000e+00 |      --      |    Inf 
285.60/285.70	c   286s|109700 |   274 |  1846k|  16.8 |  10M|  56 |  37 | 231 |7913 | 231 |2454 |  22 |  64k|6050 | 0.000000e+00 |      --      |    Inf 
285.90/286.03	c   286s|109800 |   272 |  1848k|  16.8 |  10M|  56 |  42 | 231 |7935 | 231 |2454 |  22 |  64k|6065 | 0.000000e+00 |      --      |    Inf 
286.20/286.34	c   286s|109900 |   274 |  1850k|  16.8 |  10M|  56 |   - | 231 |7964 |   0 |   0 |  22 |  64k|6074 | 0.000000e+00 |      --      |    Inf 
286.40/286.58	c   287s|110000 |   275 |  1852k|  16.8 |  10M|  56 |   - | 231 |8009 | 231 |2454 |  22 |  64k|6074 | 0.000000e+00 |      --      |    Inf 
286.70/286.83	c   287s|110100 |   277 |  1853k|  16.8 |  10M|  56 |  28 | 231 |8050 | 231 |2454 |  22 |  64k|6080 | 0.000000e+00 |      --      |    Inf 
286.91/287.08	c   287s|110200 |   275 |  1855k|  16.8 |  10M|  56 |   - | 231 |8101 | 231 |2454 |  22 |  64k|6084 | 0.000000e+00 |      --      |    Inf 
287.20/287.36	c   287s|110300 |   273 |  1857k|  16.8 |  10M|  56 |  40 | 231 |8150 | 231 |2454 |  22 |  64k|6090 | 0.000000e+00 |      --      |    Inf 
287.50/287.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.50/287.64	c   288s|110400 |   271 |  1859k|  16.8 |  10M|  56 |   - | 231 |8202 | 231 |2454 |  22 |  64k|6095 | 0.000000e+00 |      --      |    Inf 
287.80/287.91	c   288s|110500 |   273 |  1861k|  16.8 |  10M|  56 |  45 | 231 |8255 | 231 |2454 |  22 |  64k|6104 | 0.000000e+00 |      --      |    Inf 
288.00/288.18	c   288s|110600 |   275 |  1862k|  16.8 |  10M|  56 |  32 | 231 |8306 | 231 |2454 |  22 |  64k|6111 | 0.000000e+00 |      --      |    Inf 
288.30/288.47	c   288s|110700 |   273 |  1864k|  16.8 |  10M|  56 |   - | 231 |8358 | 231 |2454 |  22 |  64k|6119 | 0.000000e+00 |      --      |    Inf 
288.60/288.73	c   289s|110800 |   271 |  1866k|  16.8 |  10M|  56 |  33 | 231 |8410 | 231 |2454 |  22 |  64k|6124 | 0.000000e+00 |      --      |    Inf 
288.89/289.02	c   289s|110900 |   273 |  1868k|  16.8 |  10M|  56 |   - | 231 |8464 | 231 |2454 |  22 |  64k|6131 | 0.000000e+00 |      --      |    Inf 
289.11/289.29	c   289s|111000 |   277 |  1870k|  16.8 |  10M|  56 |   - | 231 |8450 | 231 |2454 |  22 |  64k|6137 | 0.000000e+00 |      --      |    Inf 
289.40/289.54	c   290s|111100 |   273 |  1871k|  16.8 |  10M|  56 |   - | 231 |8431 | 231 |2454 |  22 |  64k|6143 | 0.000000e+00 |      --      |    Inf 
289.70/289.81	c   290s|111200 |   273 |  1873k|  16.8 |  10M|  56 |  38 | 231 |8422 | 231 |2454 |  22 |  64k|6147 | 0.000000e+00 |      --      |    Inf 
289.90/290.08	c   290s|111300 |   273 |  1875k|  16.8 |  10M|  56 |  39 | 231 |8402 | 231 |2454 |  22 |  64k|6156 | 0.000000e+00 |      --      |    Inf 
290.21/290.31	c   290s|111400 |   272 |  1876k|  16.8 |  10M|  56 |   - | 231 |8403 | 231 |2454 |  22 |  65k|6163 | 0.000000e+00 |      --      |    Inf 
290.40/290.57	c   291s|111500 |   271 |  1878k|  16.8 |  10M|  56 |   - | 231 |8406 | 231 |2454 |  22 |  65k|6167 | 0.000000e+00 |      --      |    Inf 
290.69/290.87	c   291s|111600 |   272 |  1880k|  16.9 |  10M|  56 |   - | 231 |8418 | 231 |2454 |  22 |  65k|6175 | 0.000000e+00 |      --      |    Inf 
291.00/291.11	c   291s|111700 |   276 |  1882k|  16.8 |  10M|  56 |  32 | 231 |8439 | 231 |2454 |  22 |  65k|6180 | 0.000000e+00 |      --      |    Inf 
291.19/291.35	c   291s|111800 |   279 |  1883k|  16.8 |  10M|  56 |   - | 231 |8445 | 231 |2454 |  22 |  65k|6186 | 0.000000e+00 |      --      |    Inf 
291.50/291.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.50/291.60	c   292s|111900 |   276 |  1885k|  16.8 |  10M|  56 |  32 | 231 |8456 | 231 |2454 |  22 |  65k|6194 | 0.000000e+00 |      --      |    Inf 
291.69/291.81	c   292s|112000 |   276 |  1886k|  16.8 |  10M|  56 |   - | 231 |8473 |   0 |   0 |  22 |  65k|6198 | 0.000000e+00 |      --      |    Inf 
291.90/292.09	c   292s|112100 |   272 |  1888k|  16.8 |  10M|  56 |   - | 231 |8481 | 231 |2454 |  22 |  65k|6205 | 0.000000e+00 |      --      |    Inf 
292.20/292.38	c   292s|112200 |   276 |  1890k|  16.8 |  10M|  56 |  28 | 231 |8454 | 231 |2454 |  22 |  65k|6212 | 0.000000e+00 |      --      |    Inf 
292.50/292.66	c   293s|112300 |   278 |  1892k|  16.8 |  10M|  56 |  34 | 231 |8471 | 231 |2454 |  22 |  65k|6219 | 0.000000e+00 |      --      |    Inf 
292.80/292.92	c   293s|112400 |   278 |  1893k|  16.8 |  10M|  56 |  39 | 231 |8506 | 231 |2454 |  22 |  65k|6225 | 0.000000e+00 |      --      |    Inf 
293.00/293.16	c   293s|112500 |   277 |  1895k|  16.8 |  10M|  56 |   - | 231 |8508 | 231 |2454 |  22 |  65k|6229 | 0.000000e+00 |      --      |    Inf 
293.30/293.40	c   293s|112600 |   279 |  1896k|  16.8 |  10M|  56 |  26 | 231 |8528 | 231 |2454 |  22 |  65k|6234 | 0.000000e+00 |      --      |    Inf 
293.50/293.65	c   294s|112700 |   277 |  1898k|  16.8 |  10M|  56 |  36 | 231 |8531 | 231 |2454 |  22 |  65k|6236 | 0.000000e+00 |      --      |    Inf 
293.70/293.89	c   294s|112800 |   274 |  1900k|  16.8 |  10M|  56 |  38 | 231 |8513 | 231 |2454 |  22 |  65k|6238 | 0.000000e+00 |      --      |    Inf 
294.00/294.14	c   294s|112900 |   273 |  1901k|  16.8 |  10M|  56 |   - | 231 |8498 | 231 |2454 |  22 |  65k|6241 | 0.000000e+00 |      --      |    Inf 
294.20/294.37	c   294s|113000 |   275 |  1903k|  16.8 |  10M|  56 |   - | 231 |8506 | 231 |2454 |  22 |  65k|6243 | 0.000000e+00 |      --      |    Inf 
294.50/294.61	c   295s|113100 |   273 |  1905k|  16.8 |  10M|  56 |  20 | 231 |8517 | 231 |2454 |  22 |  65k|6244 | 0.000000e+00 |      --      |    Inf 
294.70/294.83	c   295s|113200 |   272 |  1906k|  16.8 |  10M|  56 |  33 | 231 |8513 | 231 |2454 |  22 |  66k|6244 | 0.000000e+00 |      --      |    Inf 
294.90/295.03	c   295s|113300 |   272 |  1908k|  16.8 |  10M|  56 |   - | 231 |8560 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
295.10/295.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.10/295.28	c   295s|113400 |   266 |  1909k|  16.8 |  10M|  56 |   - | 231 |8564 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
295.30/295.48	c   295s|113500 |   266 |  1911k|  16.8 |  10M|  56 |  32 | 231 |8559 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
295.59/295.70	c   296s|113600 |   266 |  1912k|  16.8 |  10M|  56 |  34 | 231 |8597 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
295.81/295.95	c   296s|113700 |   264 |  1914k|  16.8 |  10M|  56 |   - | 231 |8531 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
296.00/296.18	c   296s|113800 |   264 |  1916k|  16.8 |  10M|  56 |  40 | 231 |8503 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
296.30/296.40	c   296s|113900 |   266 |  1917k|  16.8 |  10M|  56 |  23 | 231 |8419 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
296.49/296.65	c   297s|114000 |   263 |  1919k|  16.8 |  10M|  56 |  45 | 231 |8389 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
296.70/296.87	c   297s|114100 |   265 |  1921k|  16.8 |  10M|  56 |  34 | 231 |8421 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
297.00/297.12	c   297s|114200 |   263 |  1922k|  16.8 |  10M|  56 |  40 | 231 |8466 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
297.19/297.39	c   297s|114300 |   263 |  1924k|  16.8 |  10M|  56 |  30 | 231 |8518 | 231 |2454 |  22 |  66k|6245 | 0.000000e+00 |      --      |    Inf 
297.50/297.62	c   298s|114400 |   262 |  1926k|  16.8 |  10M|  56 |  31 | 231 |8538 | 231 |2454 |  22 |  66k|6247 | 0.000000e+00 |      --      |    Inf 
297.69/297.85	c   298s|114500 |   262 |  1928k|  16.8 |  10M|  56 |  26 | 231 |8492 | 231 |2454 |  22 |  66k|6247 | 0.000000e+00 |      --      |    Inf 
297.90/298.07	c   298s|114600 |   260 |  1929k|  16.8 |  10M|  56 |   - | 231 |8510 | 231 |2454 |  22 |  66k|6247 | 0.000000e+00 |      --      |    Inf 
298.10/298.29	c   298s|114700 |   260 |  1931k|  16.8 |  10M|  56 |   - | 231 |8548 | 231 |2454 |  22 |  66k|6247 | 0.000000e+00 |      --      |    Inf 
298.39/298.54	c   299s|114800 |   260 |  1933k|  16.8 |  10M|  56 |   - | 231 |8556 | 231 |2454 |  22 |  66k|6247 | 0.000000e+00 |      --      |    Inf 
298.60/298.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.60/298.79	c   299s|114900 |   262 |  1934k|  16.8 |  10M|  56 |  28 | 231 |8573 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
298.90/299.01	c   299s|115000 |   262 |  1936k|  16.8 |  10M|  56 |  32 | 231 |8552 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
299.10/299.21	c   299s|115100 |   260 |  1937k|  16.8 |  10M|  56 |  33 | 231 |8547 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
299.30/299.42	c   299s|115200 |   260 |  1939k|  16.8 |  10M|  57 |  33 | 231 |8553 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
299.49/299.68	c   300s|115300 |   262 |  1941k|  16.8 |  10M|  57 |   - | 231 |8550 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
299.80/299.91	c   300s|115400 |   268 |  1942k|  16.8 |  10M|  57 |   - | 231 |8599 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
299.99/300.14	c   300s|115500 |   263 |  1944k|  16.8 |  10M|  57 |  45 | 231 |8624 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
300.21/300.37	c   300s|115600 |   265 |  1946k|  16.8 |  10M|  57 |  34 | 231 |8660 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
300.40/300.58	c   301s|115700 |   269 |  1947k|  16.8 |  10M|  57 |   - | 231 |8701 |   0 |   0 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
300.70/300.82	c   301s|115800 |   269 |  1949k|  16.8 |  10M|  57 |  35 | 231 |8748 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
300.90/301.07	c   301s|115900 |   270 |  1951k|  16.8 |  10M|  57 |  40 | 231 |8802 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
301.10/301.29	c   301s|116000 |   271 |  1952k|  16.8 |  10M|  57 |  39 | 231 |8853 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
301.39/301.53	c   302s|116100 |   271 |  1954k|  16.8 |  10M|  57 |  35 | 231 |8908 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
301.59/301.78	c   302s|116200 |   271 |  1956k|  16.8 |  10M|  57 |   - | 231 |8964 |   0 |   0 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
301.89/302.04	c   302s|116300 |   269 |  1958k|  16.8 |  10M|  57 |   - | 231 |9019 | 231 |2454 |  22 |  67k|6247 | 0.000000e+00 |      --      |    Inf 
302.20/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.20/302.31	c   302s|116400 |   267 |  1960k|  16.8 |  10M|  57 |   - | 231 |9081 | 231 |2454 |  22 |  68k|6247 | 0.000000e+00 |      --      |    Inf 
302.49/302.62	c   303s|116500 |   269 |  1962k|  16.8 |  10M|  57 |  37 | 231 |9149 | 231 |2454 |  22 |  68k|6256 | 0.000000e+00 |      --      |    Inf 
302.69/302.84	c   303s|116600 |   266 |  1964k|  16.8 |  10M|  57 |   - | 231 |9233 | 231 |2454 |  22 |  68k|6256 | 0.000000e+00 |      --      |    Inf 
302.90/303.08	c   303s|116700 |   268 |  1965k|  16.8 |  10M|  57 |  33 | 231 |9291 | 231 |2454 |  22 |  68k|6261 | 0.000000e+00 |      --      |    Inf 
303.19/303.32	c   303s|116800 |   266 |  1967k|  16.8 |  10M|  57 |  38 | 231 |9355 | 231 |2454 |  22 |  68k|6263 | 0.000000e+00 |      --      |    Inf 
303.51/303.62	c   304s|116900 |   264 |  1969k|  16.8 |  10M|  57 |   - | 231 |9337 | 231 |2454 |  22 |  68k|6272 | 0.000000e+00 |      --      |    Inf 
303.69/303.83	c   304s|117000 |   260 |  1970k|  16.8 |  10M|  57 |   - | 231 |9327 | 231 |2454 |  22 |  68k|6273 | 0.000000e+00 |      --      |    Inf 
303.99/304.13	c   304s|117100 |   260 |  1972k|  16.8 |  10M|  57 |   - | 231 |9293 | 231 |2454 |  22 |  68k|6287 | 0.000000e+00 |      --      |    Inf 
304.20/304.37	c   304s|117200 |   260 |  1973k|  16.8 |  10M|  57 |   - | 231 |9246 | 231 |2454 |  22 |  68k|6287 | 0.000000e+00 |      --      |    Inf 
304.40/304.59	c   305s|117300 |   262 |  1975k|  16.8 |  10M|  57 |  19 | 231 |9241 | 231 |2454 |  22 |  68k|6287 | 0.000000e+00 |      --      |    Inf 
304.70/304.85	c   305s|117400 |   259 |  1977k|  16.8 |  10M|  57 |   - | 231 |9247 | 231 |2454 |  22 |  68k|6294 | 0.000000e+00 |      --      |    Inf 
304.99/305.10	c   305s|117500 |   259 |  1978k|  16.8 |  10M|  57 |  29 | 231 |9230 | 231 |2454 |  22 |  68k|6299 | 0.000000e+00 |      --      |    Inf 
305.20/305.36	c   305s|117600 |   258 |  1980k|  16.8 |  10M|  57 |  35 | 231 |9187 | 231 |2454 |  22 |  68k|6304 | 0.000000e+00 |      --      |    Inf 
305.49/305.65	c   306s|117700 |   258 |  1982k|  16.8 |  10M|  57 |  28 | 231 |9162 | 231 |2454 |  22 |  68k|6317 | 0.000000e+00 |      --      |    Inf 
305.79/305.91	c   306s|117800 |   257 |  1984k|  16.8 |  10M|  57 |  36 | 231 |9193 | 231 |2454 |  22 |  68k|6317 | 0.000000e+00 |      --      |    Inf 
305.99/306.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.99/306.17	c   306s|117900 |   255 |  1985k|  16.8 |  10M|  57 |  41 | 231 |9210 | 231 |2454 |  22 |  68k|6323 | 0.000000e+00 |      --      |    Inf 
306.29/306.45	c   306s|118000 |   254 |  1987k|  16.8 |  10M|  57 |   - | 231 |9187 | 231 |2454 |  22 |  69k|6330 | 0.000000e+00 |      --      |    Inf 
306.60/306.71	c   307s|118100 |   254 |  1989k|  16.8 |  10M|  57 |   - | 231 |9156 | 231 |2454 |  22 |  69k|6334 | 0.000000e+00 |      --      |    Inf 
306.80/306.97	c   307s|118200 |   252 |  1991k|  16.8 |  10M|  57 |  38 | 231 |9120 | 231 |2454 |  22 |  69k|6343 | 0.000000e+00 |      --      |    Inf 
307.10/307.24	c   307s|118300 |   251 |  1992k|  16.8 |  10M|  57 |  40 | 231 |9102 | 231 |2454 |  22 |  69k|6352 | 0.000000e+00 |      --      |    Inf 
307.29/307.47	c   307s|118400 |   247 |  1994k|  16.8 |  10M|  58 |   - | 231 |9079 |   0 |   0 |  22 |  69k|6352 | 0.000000e+00 |      --      |    Inf 
307.49/307.68	c   308s|118500 |   250 |  1995k|  16.8 |  10M|  59 |   - | 231 |9068 | 231 |2454 |  22 |  69k|6357 | 0.000000e+00 |      --      |    Inf 
307.80/307.92	c   308s|118600 |   249 |  1997k|  16.8 |  10M|  59 |   - | 231 |9068 | 231 |2454 |  22 |  69k|6364 | 0.000000e+00 |      --      |    Inf 
308.00/308.13	c   308s|118700 |   248 |  1998k|  16.8 |  10M|  59 |   - | 231 |9082 | 231 |2454 |  22 |  69k|6369 | 0.000000e+00 |      --      |    Inf 
308.19/308.34	c   308s|118800 |   248 |  1999k|  16.8 |  10M|  59 |  38 | 231 |9128 | 231 |2454 |  22 |  69k|6374 | 0.000000e+00 |      --      |    Inf 
308.50/308.60	c   309s|118900 |   254 |  2001k|  16.8 |  10M|  59 |  35 | 231 |9075 | 231 |2454 |  22 |  69k|6382 | 0.000000e+00 |      --      |    Inf 
308.69/308.80	c   309s|119000 |   252 |  2002k|  16.8 |  10M|  59 |   - | 231 |9016 | 231 |2454 |  22 |  69k|6383 | 0.000000e+00 |      --      |    Inf 
308.90/309.06	c   309s|119100 |   250 |  2003k|  16.8 |  10M|  59 |   - | 231 |8941 | 231 |2454 |  22 |  69k|6392 | 0.000000e+00 |      --      |    Inf 
309.09/309.29	c   309s|119200 |   252 |  2005k|  16.8 |  10M|  59 |  30 | 231 |8921 | 231 |2454 |  22 |  69k|6395 | 0.000000e+00 |      --      |    Inf 
309.40/309.51	c   310s|119300 |   254 |  2006k|  16.8 |  10M|  59 |   - | 231 |8884 | 231 |2454 |  22 |  69k|6399 | 0.000000e+00 |      --      |    Inf 
309.59/309.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.59/309.79	c   310s|119400 |   258 |  2008k|  16.8 |  10M|  59 |   - | 231 |8891 | 231 |2454 |  22 |  69k|6404 | 0.000000e+00 |      --      |    Inf 
309.89/310.03	c   310s|119500 |   260 |  2010k|  16.8 |  10M|  59 |  19 | 231 |8914 | 231 |2454 |  22 |  69k|6408 | 0.000000e+00 |      --      |    Inf 
310.10/310.30	c   310s|119600 |   256 |  2012k|  16.8 |  10M|  59 |  28 | 231 |8946 | 231 |2454 |  22 |  69k|6416 | 0.000000e+00 |      --      |    Inf 
310.40/310.57	c   311s|119700 |   256 |  2013k|  16.8 |  10M|  59 |   - | 231 |8940 | 231 |2454 |  22 |  69k|6423 | 0.000000e+00 |      --      |    Inf 
310.69/310.83	c   311s|119800 |   258 |  2015k|  16.8 |  10M|  59 |   - | 231 |8899 | 231 |2454 |  22 |  69k|6430 | 0.000000e+00 |      --      |    Inf 
311.00/311.10	c   311s|119900 |   260 |  2017k|  16.8 |  10M|  59 |   - | 231 |8890 | 231 |2454 |  22 |  70k|6436 | 0.000000e+00 |      --      |    Inf 
311.20/311.35	c   311s|120000 |   259 |  2018k|  16.8 |  10M|  59 |   - | 231 |8931 | 231 |2454 |  22 |  70k|6440 | 0.000000e+00 |      --      |    Inf 
311.40/311.58	c   312s|120100 |   259 |  2020k|  16.8 |  10M|  59 |  41 | 231 |8974 | 231 |2454 |  22 |  70k|6441 | 0.000000e+00 |      --      |    Inf 
311.69/311.85	c   312s|120200 |   254 |  2022k|  16.8 |  10M|  59 |   - | 231 |9014 | 231 |2454 |  22 |  70k|6445 | 0.000000e+00 |      --      |    Inf 
311.99/312.11	c   312s|120300 |   254 |  2023k|  16.8 |  10M|  59 |  32 | 231 |9053 | 231 |2454 |  22 |  70k|6450 | 0.000000e+00 |      --      |    Inf 
312.20/312.35	c   312s|120400 |   254 |  2025k|  16.8 |  10M|  59 |   - | 231 |9097 | 231 |2454 |  22 |  70k|6452 | 0.000000e+00 |      --      |    Inf 
312.39/312.57	c   313s|120500 |   254 |  2027k|  16.8 |  10M|  59 |   - | 231 |9138 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
312.60/312.78	c   313s|120600 |   258 |  2028k|  16.8 |  10M|  59 |  32 | 231 |9165 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
312.79/312.99	c   313s|120700 |   260 |  2030k|  16.8 |  10M|  59 |   - | 231 |9200 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
313.09/313.23	c   313s|120800 |   256 |  2031k|  16.8 |  10M|  59 |   - | 231 |9244 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
313.30/313.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.30/313.46	c   313s|120900 |   268 |  2033k|  16.8 |  10M|  59 |  21 | 231 |9285 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
313.50/313.68	c   314s|121000 |   264 |  2035k|  16.8 |  10M|  59 |   - | 231 |9336 | 231 |2454 |  22 |  70k|6453 | 0.000000e+00 |      --      |    Inf 
313.69/313.89	c   314s|121100 |   264 |  2036k|  16.8 |  10M|  59 |   - | 231 |9394 | 231 |2454 |  22 |  70k|6454 | 0.000000e+00 |      --      |    Inf 
313.99/314.11	c   314s|121200 |   264 |  2038k|  16.8 |  10M|  59 |  36 | 231 |9446 | 231 |2454 |  22 |  70k|6455 | 0.000000e+00 |      --      |    Inf 
314.19/314.32	c   314s|121300 |   264 |  2039k|  16.8 |  10M|  59 |   - | 231 |9502 | 231 |2454 |  22 |  70k|6455 | 0.000000e+00 |      --      |    Inf 
314.39/314.54	c   315s|121400 |   266 |  2041k|  16.8 |  10M|  59 |  31 | 231 |9550 | 231 |2454 |  22 |  70k|6456 | 0.000000e+00 |      --      |    Inf 
314.69/314.80	c   315s|121500 |   262 |  2042k|  16.8 |  11M|  59 |   - | 231 |9599 | 231 |2454 |  22 |  70k|6457 | 0.000000e+00 |      --      |    Inf 
314.89/315.05	c   315s|121600 |   264 |  2044k|  16.8 |  11M|  59 |  28 | 231 |9637 | 231 |2454 |  22 |  70k|6459 | 0.000000e+00 |      --      |    Inf 
315.09/315.26	c   315s|121700 |   264 |  2046k|  16.8 |  11M|  59 |   - | 231 |9688 | 231 |2454 |  22 |  70k|6459 | 0.000000e+00 |      --      |    Inf 
315.29/315.49	c   315s|121800 |   264 |  2047k|  16.8 |  11M|  59 |  29 | 231 |9740 | 231 |2454 |  22 |  71k|6459 | 0.000000e+00 |      --      |    Inf 
315.60/315.72	c   316s|121900 |   260 |  2049k|  16.8 |  11M|  59 |   - | 231 |9796 | 231 |2454 |  22 |  71k|6459 | 0.000000e+00 |      --      |    Inf 
315.79/315.95	c   316s|122000 |   258 |  2051k|  16.8 |  11M|  59 |   - | 231 |9854 | 231 |2454 |  22 |  71k|6459 | 0.000000e+00 |      --      |    Inf 
315.99/316.17	c   316s|122100 |   257 |  2052k|  16.8 |  11M|  59 |  34 | 231 |9909 | 231 |2454 |  22 |  71k|6459 | 0.000000e+00 |      --      |    Inf 
316.29/316.43	c   316s|122200 |   255 |  2054k|  16.8 |  11M|  59 |   - | 231 |9946 | 231 |2454 |  22 |  71k|6459 | 0.000000e+00 |      --      |    Inf 
316.50/316.66	c   317s|122300 |   255 |  2056k|  16.8 |  11M|  59 |   - | 231 |9956 | 231 |2454 |  22 |  71k|6460 | 0.000000e+00 |      --      |    Inf 
316.70/316.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.70/316.89	c   317s|122400 |   255 |  2057k|  16.8 |  11M|  59 |   - | 231 |9934 | 231 |2454 |  22 |  71k|6460 | 0.000000e+00 |      --      |    Inf 
316.99/317.12	c   317s|122500 |   255 |  2059k|  16.8 |  11M|  59 |  42 | 231 |9911 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
317.19/317.36	c   317s|122600 |   257 |  2061k|  16.8 |  11M|  59 |  33 | 231 |9889 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
317.40/317.59	c   318s|122700 |   253 |  2062k|  16.8 |  11M|  59 |  34 | 231 |9864 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
317.70/317.82	c   318s|122800 |   251 |  2064k|  16.8 |  11M|  59 |  36 | 231 |9833 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
317.89/318.05	c   318s|122900 |   251 |  2065k|  16.8 |  11M|  59 |  40 | 231 |9793 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
318.19/318.30	c   318s|123000 |   251 |  2067k|  16.8 |  11M|  59 |  31 | 231 |9755 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
318.39/318.52	c   319s|123100 |   249 |  2069k|  16.8 |  11M|  59 |   - | 231 |9769 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
318.70/318.80	c   319s|123200 |   249 |  2071k|  16.8 |  11M|  59 |  31 | 231 |9713 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
318.90/319.04	c   319s|123300 |   250 |  2073k|  16.8 |  11M|  59 |   - | 231 |9715 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
319.19/319.30	c   319s|123400 |   248 |  2075k|  16.8 |  11M|  59 |   - | 231 |9700 | 231 |2454 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
319.40/319.54	c   320s|123500 |   246 |  2076k|  16.8 |  11M|  59 |   - | 231 |9676 |   0 |   0 |  22 |  71k|6461 | 0.000000e+00 |      --      |    Inf 
319.59/319.74	c   320s|123600 |   245 |  2078k|  16.8 |  11M|  59 |  36 | 231 |9658 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
319.79/319.95	c   320s|123700 |   243 |  2079k|  16.8 |  11M|  59 |   - | 231 |9630 |   0 |   0 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
319.99/320.18	c   320s|123800 |   241 |  2080k|  16.8 |  11M|  59 |   - | 231 |9616 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
320.29/320.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.29/320.43	c   320s|123900 |   241 |  2082k|  16.8 |  11M|  59 |  37 | 231 |9600 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
320.49/320.67	c   321s|124000 |   243 |  2084k|  16.8 |  11M|  59 |  34 | 231 |9617 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
320.79/320.90	c   321s|124100 |   242 |  2086k|  16.8 |  11M|  59 |  39 | 231 |9639 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
320.99/321.10	c   321s|124200 |   242 |  2087k|  16.8 |  11M|  59 |   - | 231 |9666 |   0 |   0 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
321.19/321.32	c   321s|124300 |   240 |  2089k|  16.8 |  11M|  59 |  35 | 231 |9694 | 231 |2454 |  22 |  72k|6461 | 0.000000e+00 |      --      |    Inf 
321.39/321.56	c   322s|124400 |   243 |  2090k|  16.8 |  11M|  59 |   - | 231 |9729 |   0 |   0 |  22 |  72k|6471 | 0.000000e+00 |      --      |    Inf 
321.69/321.81	c   322s|124500 |   239 |  2091k|  16.8 |  11M|  59 |  37 | 231 |9755 | 231 |2454 |  22 |  72k|6479 | 0.000000e+00 |      --      |    Inf 
321.89/322.04	c   322s|124600 |   242 |  2093k|  16.8 |  11M|  59 |  25 | 231 |9784 | 231 |2454 |  22 |  72k|6479 | 0.000000e+00 |      --      |    Inf 
322.09/322.27	c   322s|124700 |   239 |  2094k|  16.8 |  11M|  59 |   - | 231 |9797 | 231 |2454 |  22 |  72k|6488 | 0.000000e+00 |      --      |    Inf 
322.39/322.52	c   323s|124800 |   237 |  2096k|  16.8 |  11M|  59 |   - | 231 |9813 | 231 |2454 |  22 |  72k|6495 | 0.000000e+00 |      --      |    Inf 
322.59/322.74	c   323s|124900 |   241 |  2098k|  16.8 |  11M|  59 |  28 | 231 |9830 | 231 |2454 |  22 |  72k|6495 | 0.000000e+00 |      --      |    Inf 
322.89/323.00	c   323s|125000 |   238 |  2099k|  16.8 |  11M|  59 |  43 | 231 |9831 | 231 |2454 |  22 |  72k|6506 | 0.000000e+00 |      --      |    Inf 
323.09/323.29	c   323s|125100 |   238 |  2101k|  16.8 |  11M|  59 |   - | 231 |9744 | 231 |2454 |  22 |  72k|6515 | 0.000000e+00 |      --      |    Inf 
323.39/323.54	c   324s|125200 |   235 |  2103k|  16.8 |  10M|  59 |  35 | 231 |9663 | 231 |2454 |  22 |  72k|6515 | 0.000000e+00 |      --      |    Inf 
323.69/323.82	c   324s|125300 |   233 |  2105k|  16.8 |  10M|  59 |   - | 231 |9616 |   0 |   0 |  22 |  73k|6519 | 0.000000e+00 |      --      |    Inf 
323.99/324.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.99/324.10	c   324s|125400 |   230 |  2106k|  16.8 |  10M|  59 |   - | 231 |9524 | 231 |2454 |  22 |  73k|6527 | 0.000000e+00 |      --      |    Inf 
324.19/324.34	c   324s|125500 |   228 |  2108k|  16.8 |  10M|  59 |  31 | 231 |9448 | 231 |2454 |  22 |  73k|6531 | 0.000000e+00 |      --      |    Inf 
324.49/324.65	c   325s|125600 |   236 |  2110k|  16.8 |  10M|  59 |  37 | 231 |9363 | 231 |2454 |  22 |  73k|6546 | 0.000000e+00 |      --      |    Inf 
324.69/324.86	c   325s|125700 |   232 |  2111k|  16.8 |  10M|  59 |  42 | 231 |9356 | 231 |2454 |  22 |  73k|6546 | 0.000000e+00 |      --      |    Inf 
324.99/325.16	c   325s|125800 |   232 |  2113k|  16.8 |  10M|  59 |  29 | 231 |9345 | 231 |2454 |  22 |  73k|6555 | 0.000000e+00 |      --      |    Inf 
325.29/325.40	c   325s|125900 |   232 |  2115k|  16.8 |  10M|  59 |  27 | 231 |9360 | 231 |2454 |  22 |  73k|6555 | 0.000000e+00 |      --      |    Inf 
325.49/325.66	c   326s|126000 |   232 |  2116k|  16.8 |  10M|  59 |   - | 231 |9384 | 231 |2454 |  22 |  73k|6561 | 0.000000e+00 |      --      |    Inf 
325.79/325.91	c   326s|126100 |   231 |  2118k|  16.8 |  10M|  59 |  43 | 231 |9423 | 231 |2454 |  22 |  73k|6566 | 0.000000e+00 |      --      |    Inf 
325.99/326.19	c   326s|126200 |   231 |  2120k|  16.8 |  10M|  59 |   - | 231 |9460 | 231 |2454 |  22 |  73k|6573 | 0.000000e+00 |      --      |    Inf 
326.29/326.45	c   326s|126300 |   233 |  2122k|  16.8 |  10M|  59 |  49 | 231 |9494 | 231 |2454 |  22 |  73k|6581 | 0.000000e+00 |      --      |    Inf 
326.60/326.70	c   327s|126400 |   233 |  2123k|  16.8 |  10M|  59 |  33 | 231 |9515 | 231 |2454 |  22 |  73k|6585 | 0.000000e+00 |      --      |    Inf 
326.79/326.98	c   327s|126500 |   233 |  2125k|  16.8 |  10M|  59 |   - | 231 |9551 | 231 |2454 |  22 |  73k|6593 | 0.000000e+00 |      --      |    Inf 
327.09/327.25	c   327s|126600 |   235 |  2127k|  16.8 |  10M|  59 |   - | 231 |9596 | 231 |2454 |  22 |  73k|6600 | 0.000000e+00 |      --      |    Inf 
327.38/327.52	c   328s|126700 |   230 |  2129k|  16.8 |  10M|  59 |   - | 231 |9609 | 231 |2454 |  22 |  73k|6607 | 0.000000e+00 |      --      |    Inf 
327.60/327.76	c   328s|126800 |   231 |  2130k|  16.8 |  10M|  59 |  33 | 231 |9588 | 231 |2454 |  22 |  73k|6611 | 0.000000e+00 |      --      |    Inf 
327.89/328.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
327.89/328.01	c   328s|126900 |   231 |  2132k|  16.8 |  10M|  59 |  36 | 231 |9568 | 231 |2454 |  22 |  73k|6616 | 0.000000e+00 |      --      |    Inf 
328.08/328.26	c   328s|127000 |   231 |  2133k|  16.8 |  10M|  59 |  26 | 231 |9574 | 231 |2454 |  22 |  73k|6623 | 0.000000e+00 |      --      |    Inf 
328.39/328.52	c   329s|127100 |   229 |  2135k|  16.8 |  10M|  59 |   - | 231 |9620 | 231 |2454 |  22 |  73k|6628 | 0.000000e+00 |      --      |    Inf 
328.58/328.79	c   329s|127200 |   228 |  2137k|  16.8 |  11M|  59 |   - | 231 |9649 | 231 |2454 |  22 |  73k|6634 | 0.000000e+00 |      --      |    Inf 
328.99/329.10	c   329s|127300 |   230 |  2139k|  16.8 |  11M|  59 |  44 | 231 |9651 | 231 |2454 |  22 |  74k|6641 | 0.000000e+00 |      --      |    Inf 
329.19/329.38	c   329s|127400 |   230 |  2141k|  16.8 |  11M|  59 |  18 | 231 |9664 | 231 |2454 |  22 |  74k|6648 | 0.000000e+00 |      --      |    Inf 
329.49/329.67	c   330s|127500 |   225 |  2143k|  16.8 |  10M|  59 |   - | 231 |9647 | 231 |2454 |  22 |  74k|6654 | 0.000000e+00 |      --      |    Inf 
329.79/329.93	c   330s|127600 |   225 |  2144k|  16.8 |  10M|  59 |  35 | 231 |9644 | 231 |2454 |  22 |  74k|6660 | 0.000000e+00 |      --      |    Inf 
330.09/330.20	c   330s|127700 |   223 |  2146k|  16.8 |  10M|  59 |   - | 231 |9640 | 231 |2454 |  22 |  74k|6665 | 0.000000e+00 |      --      |    Inf 
330.29/330.45	c   330s|127800 |   222 |  2148k|  16.8 |  10M|  59 |   - | 231 |9652 | 231 |2454 |  22 |  74k|6666 | 0.000000e+00 |      --      |    Inf 
330.59/330.70	c   331s|127900 |   220 |  2150k|  16.8 |  10M|  59 |   - | 231 |9660 | 231 |2454 |  22 |  74k|6668 | 0.000000e+00 |      --      |    Inf 
330.79/330.95	c   331s|128000 |   221 |  2151k|  16.8 |  10M|  59 |   - | 231 |9636 | 231 |2454 |  22 |  74k|6670 | 0.000000e+00 |      --      |    Inf 
331.00/331.18	c   331s|128100 |   220 |  2153k|  16.8 |  10M|  59 |   - | 231 |9603 | 231 |2454 |  22 |  74k|6671 | 0.000000e+00 |      --      |    Inf 
331.29/331.44	c   331s|128200 |   220 |  2155k|  16.8 |  10M|  59 |  33 | 231 |9563 | 231 |2454 |  22 |  74k|6672 | 0.000000e+00 |      --      |    Inf 
331.49/331.68	c   332s|128300 |   220 |  2156k|  16.8 |  10M|  59 |  34 | 231 |9557 | 231 |2454 |  22 |  74k|6673 | 0.000000e+00 |      --      |    Inf 
331.69/331.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.69/331.89	c   332s|128400 |   218 |  2158k|  16.8 |  10M|  59 |   - | 231 |9577 | 231 |2454 |  22 |  74k|6675 | 0.000000e+00 |      --      |    Inf 
331.99/332.13	c   332s|128500 |   224 |  2159k|  16.8 |  10M|  59 |   - | 231 |9550 | 231 |2454 |  22 |  74k|6676 | 0.000000e+00 |      --      |    Inf 
332.18/332.36	c   332s|128600 |   224 |  2161k|  16.8 |  10M|  59 |  39 | 231 |9536 | 231 |2454 |  22 |  74k|6677 | 0.000000e+00 |      --      |    Inf 
332.39/332.59	c   333s|128700 |   223 |  2163k|  16.8 |  10M|  59 |   - | 231 |9539 | 231 |2454 |  22 |  74k|6678 | 0.000000e+00 |      --      |    Inf 
332.69/332.84	c   333s|128800 |   223 |  2165k|  16.8 |  10M|  59 |   - | 231 |9539 | 231 |2454 |  22 |  74k|6681 | 0.000000e+00 |      --      |    Inf 
332.89/333.06	c   333s|128900 |   220 |  2166k|  16.8 |  10M|  59 |   - | 231 |9540 | 231 |2454 |  22 |  74k|6681 | 0.000000e+00 |      --      |    Inf 
333.19/333.30	c   333s|129000 |   218 |  2168k|  16.8 |  10M|  59 |  21 | 231 |9483 | 231 |2454 |  22 |  74k|6681 | 0.000000e+00 |      --      |    Inf 
333.39/333.53	c   334s|129100 |   215 |  2169k|  16.8 |  10M|  59 |  41 | 231 |9469 | 231 |2454 |  22 |  75k|6682 | 0.000000e+00 |      --      |    Inf 
333.59/333.77	c   334s|129200 |   217 |  2171k|  16.8 |  10M|  59 |   - | 231 |9446 | 231 |2454 |  22 |  75k|6682 | 0.000000e+00 |      --      |    Inf 
333.79/333.94	c   334s|129300 |   220 |  2172k|  16.8 |  10M|  59 |  29 | 231 |9446 | 231 |2454 |  22 |  75k|6683 | 0.000000e+00 |      --      |    Inf 
333.99/334.14	c   334s|129400 |   219 |  2173k|  16.8 |  10M|  59 |  31 | 231 |9445 | 231 |2454 |  22 |  75k|6685 | 0.000000e+00 |      --      |    Inf 
334.19/334.35	c   334s|129500 |   222 |  2175k|  16.8 |  10M|  60 |   - | 231 |9456 | 231 |2454 |  22 |  75k|6687 | 0.000000e+00 |      --      |    Inf 
334.38/334.55	c   335s|129600 |   220 |  2176k|  16.8 |  10M|  60 |   - | 231 |9496 | 231 |2454 |  22 |  75k|6687 | 0.000000e+00 |      --      |    Inf 
334.59/334.76	c   335s|129700 |   218 |  2178k|  16.8 |  10M|  60 |   - | 231 |9491 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
334.79/334.98	c   335s|129800 |   220 |  2179k|  16.8 |  10M|  60 |  39 | 231 |9482 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
335.08/335.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.08/335.21	c   335s|129900 |   220 |  2181k|  16.8 |  10M|  60 |  47 | 231 |9473 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
335.30/335.45	c   335s|130000 |   218 |  2183k|  16.8 |  10M|  60 |   - | 231 |9475 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
335.49/335.69	c   336s|130100 |   218 |  2185k|  16.8 |  10M|  60 |   - | 231 |9455 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
335.78/335.92	c   336s|130200 |   223 |  2186k|  16.8 |  10M|  60 |  39 | 231 |9456 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
335.99/336.15	c   336s|130300 |   219 |  2188k|  16.8 |  10M|  60 |   - | 231 |9452 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
336.19/336.38	c   336s|130400 |   222 |  2190k|  16.8 |  10M|  60 |  41 | 231 |9452 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
336.40/336.60	c   337s|130500 |   226 |  2191k|  16.8 |  10M|  60 |   - | 231 |9457 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
336.68/336.82	c   337s|130600 |   226 |  2193k|  16.8 |  10M|  60 |  40 | 231 |9455 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
336.88/337.08	c   337s|130700 |   226 |  2195k|  16.8 |  10M|  60 |  33 | 231 |9460 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
337.18/337.33	c   337s|130800 |   226 |  2197k|  16.8 |  10M|  60 |  27 | 231 |9460 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
337.38/337.55	c   338s|130900 |   226 |  2199k|  16.8 |  10M|  60 |  35 | 231 |9492 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
337.60/337.79	c   338s|131000 |   219 |  2200k|  16.8 |  10M|  60 |  37 | 231 |9490 | 231 |2454 |  22 |  75k|6689 | 0.000000e+00 |      --      |    Inf 
337.89/338.04	c   338s|131100 |   219 |  2202k|  16.8 |  10M|  60 |  39 | 231 |9472 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
338.08/338.28	c   338s|131200 |   219 |  2204k|  16.8 |  10M|  60 |  39 | 231 |9470 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
338.39/338.50	c   338s|131300 |   221 |  2205k|  16.8 |  10M|  60 |   - | 231 |9468 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
338.59/338.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.59/338.73	c   339s|131400 |   225 |  2207k|  16.8 |  10M|  60 |  37 | 231 |9481 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
338.79/338.94	c   339s|131500 |   225 |  2208k|  16.8 |  10M|  60 |  34 | 231 |9528 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
338.99/339.17	c   339s|131600 |   225 |  2210k|  16.8 |  10M|  60 |   - | 231 |9545 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
339.19/339.39	c   339s|131700 |   226 |  2212k|  16.8 |  10M|  60 |  37 | 231 |9567 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
339.48/339.62	c   340s|131800 |   225 |  2213k|  16.8 |  10M|  60 |  37 | 231 |9593 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
339.70/339.86	c   340s|131900 |   225 |  2215k|  16.8 |  10M|  60 |  39 | 231 |9628 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
339.89/340.09	c   340s|132000 |   225 |  2217k|  16.8 |  11M|  60 |  26 | 231 |9668 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
340.19/340.34	c   340s|132100 |   222 |  2219k|  16.8 |  11M|  60 |   - | 231 |9723 | 231 |2454 |  22 |  76k|6689 | 0.000000e+00 |      --      |    Inf 
340.49/340.64	c   341s|132200 |   220 |  2220k|  16.8 |  11M|  60 |  32 | 231 |9766 | 231 |2454 |  22 |  76k|6702 | 0.000000e+00 |      --      |    Inf 
340.68/340.89	c   341s|132300 |   218 |  2222k|  16.8 |  11M|  60 |  40 | 231 |9822 | 231 |2454 |  22 |  76k|6702 | 0.000000e+00 |      --      |    Inf 
340.99/341.14	c   341s|132400 |   216 |  2224k|  16.8 |  11M|  60 |   - | 231 |9847 | 231 |2454 |  22 |  76k|6705 | 0.000000e+00 |      --      |    Inf 
341.19/341.38	c   341s|132500 |   213 |  2225k|  16.8 |  11M|  60 |   - | 231 |9860 | 231 |2454 |  22 |  76k|6712 | 0.000000e+00 |      --      |    Inf 
341.49/341.67	c   342s|132600 |   217 |  2227k|  16.8 |  11M|  60 |  37 | 231 |9859 | 231 |2454 |  22 |  76k|6722 | 0.000000e+00 |      --      |    Inf 
341.69/341.87	c   342s|132700 |   214 |  2228k|  16.8 |  11M|  60 |   - | 231 |9899 | 231 |2454 |  22 |  76k|6722 | 0.000000e+00 |      --      |    Inf 
341.99/342.17	c   342s|132800 |   214 |  2230k|  16.8 |  11M|  60 |  38 | 231 |9884 | 231 |2454 |  22 |  77k|6736 | 0.000000e+00 |      --      |    Inf 
342.19/342.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.19/342.39	c   342s|132900 |   213 |  2232k|  16.8 |  11M|  60 |  46 | 231 |9866 | 231 |2454 |  22 |  77k|6736 | 0.000000e+00 |      --      |    Inf 
342.49/342.61	c   343s|133000 |   215 |  2233k|  16.8 |  11M|  60 |  35 | 231 |9831 | 231 |2454 |  22 |  77k|6737 | 0.000000e+00 |      --      |    Inf 
342.68/342.88	c   343s|133100 |   212 |  2235k|  16.8 |  11M|  60 |   - | 231 |9778 | 231 |2454 |  22 |  77k|6745 | 0.000000e+00 |      --      |    Inf 
342.99/343.17	c   343s|133200 |   212 |  2237k|  16.8 |  10M|  60 |  36 | 231 |9678 | 231 |2454 |  22 |  77k|6757 | 0.000000e+00 |      --      |    Inf 
343.28/343.42	c   343s|133300 |   216 |  2238k|  16.8 |  10M|  60 |  39 | 231 |9520 | 231 |2454 |  22 |  77k|6757 | 0.000000e+00 |      --      |    Inf 
343.48/343.66	c   344s|133400 |   223 |  2240k|  16.8 |  10M|  60 |  29 | 231 |9432 | 231 |2454 |  22 |  77k|6762 | 0.000000e+00 |      --      |    Inf 
343.68/343.88	c   344s|133500 |   224 |  2241k|  16.8 |  10M|  60 |  37 | 231 |9432 | 231 |2454 |  22 |  77k|6766 | 0.000000e+00 |      --      |    Inf 
343.98/344.12	c   344s|133600 |   225 |  2243k|  16.8 |  10M|  60 |  30 | 231 |9467 | 231 |2454 |  22 |  77k|6773 | 0.000000e+00 |      --      |    Inf 
344.19/344.35	c   344s|133700 |   227 |  2244k|  16.8 |  10M|  60 |   - | 231 |9507 |   0 |   0 |  22 |  77k|6778 | 0.000000e+00 |      --      |    Inf 
344.38/344.57	c   345s|133800 |   226 |  2246k|  16.8 |  10M|  60 |   - | 231 |9555 | 231 |2454 |  22 |  77k|6783 | 0.000000e+00 |      --      |    Inf 
344.59/344.79	c   345s|133900 |   228 |  2247k|  16.8 |  11M|  60 |   - | 231 |9596 |   0 |   0 |  22 |  77k|6786 | 0.000000e+00 |      --      |    Inf 
344.88/345.01	c   345s|134000 |   225 |  2248k|  16.8 |  11M|  60 |  35 | 231 |9649 | 231 |2454 |  22 |  77k|6791 | 0.000000e+00 |      --      |    Inf 
345.08/345.25	c   345s|134100 |   225 |  2250k|  16.8 |  11M|  60 |  29 | 231 |9705 | 231 |2454 |  22 |  77k|6795 | 0.000000e+00 |      --      |    Inf 
345.29/345.47	c   345s|134200 |   231 |  2251k|  16.8 |  11M|  60 |  18 | 231 |9738 | 231 |2454 |  22 |  77k|6800 | 0.000000e+00 |      --      |    Inf 
345.58/345.74	c   346s|134300 |   237 |  2253k|  16.8 |  11M|  60 |  31 | 231 |9729 | 231 |2454 |  22 |  77k|6807 | 0.000000e+00 |      --      |    Inf 
345.89/346.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.89/346.00	c   346s|134400 |   241 |  2255k|  16.8 |  11M|  60 |  35 | 231 |9733 | 231 |2454 |  22 |  77k|6811 | 0.000000e+00 |      --      |    Inf 
346.08/346.26	c   346s|134500 |   243 |  2257k|  16.8 |  11M|  60 |   - | 231 |9765 | 231 |2454 |  22 |  77k|6817 | 0.000000e+00 |      --      |    Inf 
346.29/346.50	c   346s|134600 |   241 |  2258k|  16.8 |  11M|  60 |   - | 231 |9808 | 231 |2454 |  22 |  77k|6820 | 0.000000e+00 |      --      |    Inf 
346.59/346.76	c   347s|134700 |   243 |  2260k|  16.8 |  11M|  60 |  26 | 231 |9846 | 231 |2454 |  22 |  78k|6830 | 0.000000e+00 |      --      |    Inf 
346.88/347.02	c   347s|134800 |   241 |  2262k|  16.8 |  11M|  60 |  38 | 231 |9873 | 231 |2454 |  22 |  78k|6833 | 0.000000e+00 |      --      |    Inf 
347.09/347.29	c   347s|134900 |   243 |  2264k|  16.8 |  11M|  60 |   - | 231 |9908 | 231 |2454 |  22 |  78k|6839 | 0.000000e+00 |      --      |    Inf 
347.39/347.56	c   348s|135000 |   245 |  2265k|  16.8 |  11M|  60 |   - | 231 |9931 | 231 |2454 |  22 |  78k|6844 | 0.000000e+00 |      --      |    Inf 
347.68/347.80	c   348s|135100 |   241 |  2267k|  16.8 |  11M|  60 |   - | 231 |9979 | 231 |2454 |  22 |  78k|6849 | 0.000000e+00 |      --      |    Inf 
347.89/348.07	c   348s|135200 |   242 |  2269k|  16.8 |  11M|  60 |  34 | 231 |  10k| 231 |2454 |  22 |  78k|6855 | 0.000000e+00 |      --      |    Inf 
348.18/348.31	c   348s|135300 |   243 |  2270k|  16.8 |  11M|  60 |  34 | 231 |  10k| 231 |2454 |  22 |  78k|6860 | 0.000000e+00 |      --      |    Inf 
348.39/348.54	c   349s|135400 |   241 |  2272k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  78k|6864 | 0.000000e+00 |      --      |    Inf 
348.59/348.75	c   349s|135500 |   242 |  2273k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  78k|6867 | 0.000000e+00 |      --      |    Inf 
348.78/348.99	c   349s|135600 |   241 |  2275k|  16.8 |  11M|  60 |  27 | 231 |  10k| 231 |2454 |  22 |  78k|6871 | 0.000000e+00 |      --      |    Inf 
349.09/349.24	c   349s|135700 |   237 |  2276k|  16.8 |  11M|  60 |  41 | 231 |  10k| 231 |2454 |  22 |  78k|6879 | 0.000000e+00 |      --      |    Inf 
349.29/349.48	c   349s|135800 |   235 |  2278k|  16.8 |  11M|  60 |  37 | 231 |  10k| 231 |2454 |  22 |  78k|6886 | 0.000000e+00 |      --      |    Inf 
349.59/349.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.59/349.75	c   350s|135900 |   235 |  2279k|  16.8 |  11M|  60 |  34 | 231 |  10k| 231 |2454 |  22 |  78k|6894 | 0.000000e+00 |      --      |    Inf 
349.79/349.97	c   350s|136000 |   231 |  2281k|  16.8 |  11M|  60 |  38 | 231 |  10k| 231 |2454 |  22 |  78k|6894 | 0.000000e+00 |      --      |    Inf 
350.08/350.21	c   350s|136100 |   228 |  2283k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  78k|6894 | 0.000000e+00 |      --      |    Inf 
350.28/350.43	c   350s|136200 |   227 |  2284k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  78k|6896 | 0.000000e+00 |      --      |    Inf 
350.48/350.67	c   351s|136300 |   226 |  2286k|  16.8 |  11M|  60 |  35 | 231 |  10k| 231 |2454 |  22 |  78k|6897 | 0.000000e+00 |      --      |    Inf 
350.79/350.92	c   351s|136400 |   222 |  2288k|  16.8 |  11M|  60 |  31 | 231 |  10k| 231 |2454 |  22 |  78k|6897 | 0.000000e+00 |      --      |    Inf 
350.98/351.16	c   351s|136500 |   218 |  2289k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  78k|6899 | 0.000000e+00 |      --      |    Inf 
351.28/351.41	c   351s|136600 |   218 |  2291k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6900 | 0.000000e+00 |      --      |    Inf 
351.49/351.64	c   352s|136700 |   220 |  2293k|  16.8 |  11M|  60 |  31 | 231 |  10k| 231 |2454 |  22 |  79k|6902 | 0.000000e+00 |      --      |    Inf 
351.68/351.89	c   352s|136800 |   216 |  2294k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6903 | 0.000000e+00 |      --      |    Inf 
351.98/352.12	c   352s|136900 |   215 |  2296k|  16.8 |  11M|  60 |  32 | 231 |  10k| 231 |2454 |  22 |  79k|6904 | 0.000000e+00 |      --      |    Inf 
352.19/352.35	c   352s|137000 |   213 |  2298k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6904 | 0.000000e+00 |      --      |    Inf 
352.38/352.59	c   353s|137100 |   212 |  2299k|  16.8 |  11M|  60 |  43 | 231 |  10k| 231 |2454 |  22 |  79k|6904 | 0.000000e+00 |      --      |    Inf 
352.68/352.83	c   353s|137200 |   213 |  2301k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6905 | 0.000000e+00 |      --      |    Inf 
352.89/353.04	c   353s|137300 |   213 |  2302k|  16.8 |  11M|  60 |  39 | 231 |  10k| 231 |2454 |  22 |  79k|6907 | 0.000000e+00 |      --      |    Inf 
353.19/353.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.19/353.31	c   353s|137400 |   213 |  2304k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
353.38/353.53	c   354s|137500 |   213 |  2306k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
353.58/353.74	c   354s|137600 |   213 |  2307k|  16.8 |  11M|  60 |  32 | 231 |  10k| 231 |2454 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
353.78/353.96	c   354s|137700 |   215 |  2309k|  16.8 |  11M|  60 |   - | 231 |  10k|   0 |   0 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
353.99/354.20	c   354s|137800 |   212 |  2311k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
354.28/354.44	c   354s|137900 |   210 |  2312k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6909 | 0.000000e+00 |      --      |    Inf 
354.48/354.67	c   355s|138000 |   207 |  2314k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6910 | 0.000000e+00 |      --      |    Inf 
354.78/354.90	c   355s|138100 |   207 |  2315k|  16.8 |  11M|  60 |  37 | 231 |  10k| 231 |2454 |  22 |  79k|6910 | 0.000000e+00 |      --      |    Inf 
354.98/355.13	c   355s|138200 |   210 |  2317k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  79k|6910 | 0.000000e+00 |      --      |    Inf 
355.19/355.38	c   355s|138300 |   212 |  2319k|  16.8 |  11M|  60 |  28 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
355.48/355.63	c   356s|138400 |   214 |  2321k|  16.8 |  11M|  60 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
355.68/355.87	c   356s|138500 |   212 |  2323k|  16.8 |  11M|  61 |  44 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
355.99/356.12	c   356s|138600 |   212 |  2325k|  16.8 |  11M|  62 |  38 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
356.19/356.36	c   356s|138700 |   212 |  2326k|  16.8 |  11M|  62 |  26 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
356.38/356.57	c   357s|138800 |   211 |  2328k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
356.68/356.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.68/356.81	c   357s|138900 |   211 |  2330k|  16.8 |  11M|  62 |  35 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
356.88/357.06	c   357s|139000 |   206 |  2331k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
357.18/357.30	c   357s|139100 |   204 |  2333k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
357.39/357.51	c   358s|139200 |   205 |  2334k|  16.8 |  11M|  62 |  33 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
357.58/357.73	c   358s|139300 |   205 |  2336k|  16.8 |  11M|  62 |  30 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
357.79/357.97	c   358s|139400 |   199 |  2338k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
358.09/358.21	c   358s|139500 |   199 |  2339k|  16.8 |  11M|  62 |  43 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
358.28/358.43	c   358s|139600 |   203 |  2341k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
358.49/358.69	c   359s|139700 |   200 |  2343k|  16.8 |  11M|  62 |  39 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
358.78/358.94	c   359s|139800 |   200 |  2344k|  16.8 |  11M|  62 |  34 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
358.99/359.13	c   359s|139900 |   206 |  2346k|  16.8 |  11M|  62 |  32 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
359.18/359.34	c   359s|140000 |   200 |  2347k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
359.38/359.56	c   360s|140100 |   201 |  2348k|  16.8 |  11M|  62 |  40 | 231 |  10k| 231 |2454 |  22 |  80k|6910 | 0.000000e+00 |      --      |    Inf 
359.68/359.81	c   360s|140200 |   199 |  2350k|  16.8 |  11M|  62 |  39 | 231 |  10k| 231 |2454 |  22 |  81k|6910 | 0.000000e+00 |      --      |    Inf 
359.88/360.03	c   360s|140300 |   202 |  2351k|  16.8 |  11M|  62 |  19 | 231 |  10k| 231 |2454 |  22 |  81k|6918 | 0.000000e+00 |      --      |    Inf 
360.08/360.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.08/360.27	c   360s|140400 |   202 |  2353k|  16.8 |  11M|  62 |   - | 231 |  10k|   0 |   0 |  22 |  81k|6927 | 0.000000e+00 |      --      |    Inf 
360.28/360.47	c   360s|140500 |   199 |  2354k|  16.8 |  11M|  62 |  34 | 231 |  10k| 231 |2454 |  22 |  81k|6927 | 0.000000e+00 |      --      |    Inf 
360.58/360.75	c   361s|140600 |   198 |  2356k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6936 | 0.000000e+00 |      --      |    Inf 
360.78/360.97	c   361s|140700 |   198 |  2358k|  16.8 |  11M|  62 |  26 | 231 |  10k| 231 |2454 |  22 |  81k|6936 | 0.000000e+00 |      --      |    Inf 
361.08/361.21	c   361s|140800 |   200 |  2359k|  16.8 |  11M|  62 |  27 | 231 |  10k| 231 |2454 |  22 |  81k|6945 | 0.000000e+00 |      --      |    Inf 
361.28/361.47	c   361s|140900 |   200 |  2361k|  16.8 |  11M|  62 |  23 | 231 |  10k| 231 |2454 |  22 |  81k|6945 | 0.000000e+00 |      --      |    Inf 
361.58/361.76	c   362s|141000 |   201 |  2363k|  16.8 |  11M|  62 |  36 | 231 |  10k| 231 |2454 |  22 |  81k|6954 | 0.000000e+00 |      --      |    Inf 
361.79/361.99	c   362s|141100 |   199 |  2365k|  16.8 |  11M|  62 |   - | 231 |  10k|   0 |   0 |  22 |  81k|6954 | 0.000000e+00 |      --      |    Inf 
362.08/362.28	c   362s|141200 |   195 |  2366k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6968 | 0.000000e+00 |      --      |    Inf 
362.38/362.52	c   363s|141300 |   191 |  2368k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6968 | 0.000000e+00 |      --      |    Inf 
362.58/362.75	c   363s|141400 |   193 |  2369k|  16.8 |  11M|  62 |  27 | 231 |  10k| 231 |2454 |  22 |  81k|6977 | 0.000000e+00 |      --      |    Inf 
362.78/362.99	c   363s|141500 |   191 |  2371k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6977 | 0.000000e+00 |      --      |    Inf 
363.08/363.28	c   363s|141600 |   187 |  2373k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6988 | 0.000000e+00 |      --      |    Inf 
363.28/363.49	c   363s|141700 |   186 |  2374k|  16.8 |  11M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6988 | 0.000000e+00 |      --      |    Inf 
363.58/363.73	c   364s|141800 |   188 |  2376k|  16.8 |  10M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  82k|6993 | 0.000000e+00 |      --      |    Inf 
363.78/363.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.78/363.94	c   364s|141900 |   190 |  2377k|  16.8 |  10M|  62 |  31 | 231 |9959 | 231 |2454 |  22 |  82k|6996 | 0.000000e+00 |      --      |    Inf 
363.98/364.19	c   364s|142000 |   186 |  2379k|  16.8 |  10M|  62 |   - | 231 |9933 | 231 |2454 |  22 |  82k|7003 | 0.000000e+00 |      --      |    Inf 
364.28/364.40	c   364s|142100 |   188 |  2380k|  16.8 |  10M|  62 |  36 | 231 |9893 | 231 |2454 |  22 |  82k|7007 | 0.000000e+00 |      --      |    Inf 
364.48/364.64	c   365s|142200 |   188 |  2382k|  16.8 |  10M|  62 |   - | 231 |9886 | 231 |2454 |  22 |  82k|7012 | 0.000000e+00 |      --      |    Inf 
364.68/364.89	c   365s|142300 |   188 |  2383k|  16.7 |  10M|  62 |   - | 231 |9884 | 231 |2454 |  22 |  82k|7021 | 0.000000e+00 |      --      |    Inf 
364.98/365.15	c   365s|142400 |   186 |  2385k|  16.8 |  10M|  62 |   - | 231 |9877 | 231 |2454 |  22 |  82k|7026 | 0.000000e+00 |      --      |    Inf 
365.28/365.44	c   365s|142500 |   186 |  2387k|  16.8 |  10M|  62 |   - | 231 |9876 | 231 |2454 |  22 |  82k|7033 | 0.000000e+00 |      --      |    Inf 
365.58/365.73	c   366s|142600 |   186 |  2389k|  16.8 |  10M|  62 |  28 | 231 |9829 | 231 |2454 |  22 |  82k|7041 | 0.000000e+00 |      --      |    Inf 
365.78/365.98	c   366s|142700 |   186 |  2391k|  16.8 |  10M|  62 |  41 | 231 |9757 | 231 |2454 |  22 |  82k|7044 | 0.000000e+00 |      --      |    Inf 
366.08/366.28	c   366s|142800 |   180 |  2393k|  16.8 |  10M|  62 |   - | 231 |9658 | 231 |2454 |  22 |  82k|7050 | 0.000000e+00 |      --      |    Inf 
366.38/366.54	c   367s|142900 |   184 |  2394k|  16.8 |  10M|  62 |  32 | 231 |9562 | 231 |2454 |  22 |  82k|7055 | 0.000000e+00 |      --      |    Inf 
366.68/366.82	c   367s|143000 |   182 |  2396k|  16.8 |  10M|  62 |  44 | 231 |9451 | 231 |2454 |  22 |  82k|7061 | 0.000000e+00 |      --      |    Inf 
366.97/367.11	c   367s|143100 |   180 |  2398k|  16.8 |  10M|  62 |   - | 231 |9364 | 231 |2454 |  22 |  82k|7069 | 0.000000e+00 |      --      |    Inf 
367.18/367.35	c   367s|143200 |   180 |  2399k|  16.8 |  10M|  62 |  33 | 231 |9217 | 231 |2454 |  22 |  82k|7073 | 0.000000e+00 |      --      |    Inf 
367.38/367.59	c   368s|143300 |   178 |  2401k|  16.8 |  10M|  62 |  33 | 231 |9131 | 231 |2454 |  22 |  82k|7078 | 0.000000e+00 |      --      |    Inf 
367.68/367.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.68/367.84	c   368s|143400 |   178 |  2403k|  16.8 |  10M|  62 |   - | 231 |9128 | 231 |2454 |  22 |  82k|7082 | 0.000000e+00 |      --      |    Inf 
367.88/368.09	c   368s|143500 |   179 |  2404k|  16.8 |  10M|  62 |   - | 231 |9113 |   0 |   0 |  22 |  82k|7087 | 0.000000e+00 |      --      |    Inf 
368.17/368.35	c   368s|143600 |   179 |  2406k|  16.8 |  10M|  62 |  32 | 231 |9079 | 231 |2454 |  22 |  83k|7092 | 0.000000e+00 |      --      |    Inf 
368.48/368.64	c   369s|143700 |   179 |  2408k|  16.8 |  10M|  62 |   - | 231 |9070 | 231 |2454 |  22 |  83k|7098 | 0.000000e+00 |      --      |    Inf 
368.78/368.93	c   369s|143800 |   181 |  2410k|  16.8 |  10M|  62 |  34 | 231 |9019 | 231 |2454 |  22 |  83k|7106 | 0.000000e+00 |      --      |    Inf 
368.98/369.19	c   369s|143900 |   183 |  2412k|  16.8 |  10M|  62 |  38 | 231 |9021 | 231 |2454 |  22 |  83k|7113 | 0.000000e+00 |      --      |    Inf 
369.28/369.45	c   369s|144000 |   185 |  2413k|  16.8 |  10M|  62 |  27 | 231 |9045 | 231 |2454 |  22 |  83k|7115 | 0.000000e+00 |      --      |    Inf 
369.48/369.69	c   370s|144100 |   185 |  2415k|  16.8 |  10M|  62 |  35 | 231 |9068 | 231 |2454 |  22 |  83k|7116 | 0.000000e+00 |      --      |    Inf 
369.77/369.93	c   370s|144200 |   187 |  2417k|  16.8 |  10M|  62 |   - | 231 |9079 | 231 |2454 |  22 |  83k|7117 | 0.000000e+00 |      --      |    Inf 
369.98/370.16	c   370s|144300 |   185 |  2419k|  16.8 |  10M|  62 |   - | 231 |9093 | 231 |2454 |  22 |  83k|7118 | 0.000000e+00 |      --      |    Inf 
370.28/370.40	c   370s|144400 |   185 |  2420k|  16.8 |  10M|  62 |  36 | 231 |9132 | 231 |2454 |  22 |  83k|7118 | 0.000000e+00 |      --      |    Inf 
370.49/370.65	c   371s|144500 |   181 |  2422k|  16.8 |  10M|  62 |  38 | 231 |9162 | 231 |2454 |  22 |  83k|7120 | 0.000000e+00 |      --      |    Inf 
370.77/370.90	c   371s|144600 |   175 |  2424k|  16.8 |  10M|  62 |   - | 231 |9149 | 231 |2454 |  22 |  83k|7120 | 0.000000e+00 |      --      |    Inf 
370.98/371.15	c   371s|144700 |   171 |  2426k|  16.8 |  10M|  62 |  47 | 231 |9099 | 231 |2454 |  22 |  83k|7121 | 0.000000e+00 |      --      |    Inf 
371.18/371.39	c   371s|144800 |   171 |  2427k|  16.8 |  10M|  62 |   - | 231 |9091 | 231 |2454 |  22 |  83k|7121 | 0.000000e+00 |      --      |    Inf 
371.48/371.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.48/371.65	c   372s|144900 |   177 |  2429k|  16.8 |  10M|  62 |   - | 231 |9119 | 231 |2454 |  22 |  83k|7121 | 0.000000e+00 |      --      |    Inf 
371.68/371.86	c   372s|145000 |   177 |  2431k|  16.8 |  10M|  62 |   - | 231 |9160 | 231 |2454 |  22 |  83k|7122 | 0.000000e+00 |      --      |    Inf 
371.97/372.10	c   372s|145100 |   176 |  2433k|  16.8 |  10M|  62 |   - | 231 |9203 | 231 |2454 |  22 |  83k|7122 | 0.000000e+00 |      --      |    Inf 
372.18/372.31	c   372s|145200 |   176 |  2434k|  16.8 |  10M|  62 |  30 | 231 |9255 | 231 |2454 |  22 |  83k|7122 | 0.000000e+00 |      --      |    Inf 
372.38/372.52	c   373s|145300 |   180 |  2436k|  16.8 |  10M|  62 |  20 | 231 |9303 | 231 |2454 |  22 |  83k|7122 | 0.000000e+00 |      --      |    Inf 
372.58/372.74	c   373s|145400 |   178 |  2437k|  16.8 |  10M|  62 |   - | 231 |9357 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
372.79/372.97	c   373s|145500 |   180 |  2439k|  16.8 |  10M|  62 |   - | 231 |9412 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
372.98/373.19	c   373s|145600 |   176 |  2441k|  16.8 |  10M|  62 |  32 | 231 |9451 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
373.27/373.41	c   373s|145700 |   174 |  2442k|  16.8 |  10M|  62 |   - | 231 |9498 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
373.47/373.64	c   374s|145800 |   176 |  2444k|  16.8 |  10M|  62 |   - | 231 |9517 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
373.68/373.85	c   374s|145900 |   176 |  2445k|  16.8 |  10M|  62 |   - | 231 |9553 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
373.89/374.07	c   374s|146000 |   178 |  2447k|  16.8 |  10M|  62 |  23 | 231 |9584 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
374.07/374.27	c   374s|146100 |   178 |  2448k|  16.8 |  10M|  62 |  24 | 231 |9620 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
374.28/374.48	c   374s|146200 |   174 |  2450k|  16.8 |  10M|  62 |   - | 231 |9648 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
374.58/374.70	c   375s|146300 |   178 |  2452k|  16.8 |  10M|  62 |  39 | 231 |9688 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
374.78/374.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.78/374.96	c   375s|146400 |   180 |  2454k|  16.8 |  10M|  62 |  38 | 231 |9742 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
374.98/375.18	c   375s|146500 |   176 |  2455k|  16.8 |  10M|  62 |   - | 231 |9792 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
375.27/375.41	c   375s|146600 |   176 |  2457k|  16.8 |  10M|  62 |  29 | 231 |9838 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
375.48/375.64	c   376s|146700 |   177 |  2458k|  16.8 |  10M|  62 |  14 | 231 |9887 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
375.67/375.88	c   376s|146800 |   175 |  2460k|  16.8 |  10M|  62 |   - | 231 |9937 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
375.99/376.13	c   376s|146900 |   173 |  2462k|  16.8 |  10M|  62 |   - | 231 |9987 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
376.27/376.40	c   376s|147000 |   170 |  2464k|  16.8 |  10M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
376.48/376.63	c   377s|147100 |   172 |  2466k|  16.8 |  10M|  62 |   - | 231 |  10k| 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
376.68/376.87	c   377s|147200 |   170 |  2468k|  16.8 |  10M|  62 |   - | 231 |9998 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
376.97/377.11	c   377s|147300 |   169 |  2469k|  16.8 |  10M|  62 |  36 | 231 |9960 | 231 |2454 |  22 |  84k|7122 | 0.000000e+00 |      --      |    Inf 
377.18/377.35	c   377s|147400 |   167 |  2471k|  16.8 |  10M|  62 |  38 | 231 |9910 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
377.37/377.58	c   378s|147500 |   165 |  2473k|  16.8 |  10M|  62 |   - | 231 |9885 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
377.68/377.80	c   378s|147600 |   167 |  2474k|  16.8 |  10M|  62 |   - | 231 |9709 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
377.88/378.03	c   378s|147700 |   165 |  2476k|  16.8 |  10M|  62 |   - | 231 |9628 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
378.08/378.25	c   378s|147800 |   161 |  2477k|  16.8 |  10M|  62 |   - | 231 |9634 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
378.28/378.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.28/378.47	c   378s|147900 |   159 |  2478k|  16.8 |  10M|  62 |   - | 231 |9558 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
378.58/378.71	c   379s|148000 |   159 |  2480k|  16.8 |  10M|  62 |  33 | 231 |9533 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
378.78/378.93	c   379s|148100 |   159 |  2482k|  16.8 |  10M|  62 |  41 | 231 |9493 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
378.97/379.17	c   379s|148200 |   159 |  2483k|  16.8 |  10M|  62 |   - | 231 |9463 | 231 |2454 |  22 |  85k|7122 | 0.000000e+00 |      --      |    Inf 
379.29/379.41	c   379s|148300 |   160 |  2485k|  16.8 |  10M|  62 |   - | 231 |9456 | 231 |2454 |  22 |  85k|7128 | 0.000000e+00 |      --      |    Inf 
379.48/379.64	c   380s|148400 |   164 |  2487k|  16.8 |  10M|  62 |   - | 231 |9467 | 231 |2454 |  22 |  85k|7128 | 0.000000e+00 |      --      |    Inf 
379.67/379.88	c   380s|148500 |   160 |  2488k|  16.8 |  10M|  62 |   - | 231 |9469 | 231 |2454 |  22 |  85k|7133 | 0.000000e+00 |      --      |    Inf 
379.97/380.13	c   380s|148600 |   160 |  2490k|  16.8 |  10M|  62 |   - | 231 |9379 | 231 |2454 |  22 |  85k|7141 | 0.000000e+00 |      --      |    Inf 
380.17/380.32	c   380s|148700 |   161 |  2491k|  16.8 |  10M|  62 |  31 | 231 |9340 | 231 |2454 |  22 |  85k|7143 | 0.000000e+00 |      --      |    Inf 
380.39/380.58	c   381s|148800 |   161 |  2492k|  16.8 |  10M|  62 |  28 | 231 |9308 | 231 |2454 |  22 |  85k|7153 | 0.000000e+00 |      --      |    Inf 
380.68/380.82	c   381s|148900 |   160 |  2494k|  16.8 |  10M|  62 |   - | 231 |9325 | 231 |2454 |  22 |  85k|7153 | 0.000000e+00 |      --      |    Inf 
380.87/381.07	c   381s|149000 |   160 |  2496k|  16.8 |  10M|  62 |  35 | 231 |9284 | 231 |2454 |  22 |  85k|7158 | 0.000000e+00 |      --      |    Inf 
381.17/381.35	c   381s|149100 |   157 |  2497k|  16.8 |  10M|  62 |   - | 231 |9273 | 231 |2454 |  22 |  85k|7171 | 0.000000e+00 |      --      |    Inf 
381.48/381.60	c   382s|149200 |   155 |  2499k|  16.8 |  10M|  62 |  41 | 231 |9280 | 231 |2454 |  22 |  86k|7171 | 0.000000e+00 |      --      |    Inf 
381.68/381.86	c   382s|149300 |   151 |  2501k|  16.8 |  10M|  62 |   - | 231 |9241 | 231 |2454 |  22 |  86k|7176 | 0.000000e+00 |      --      |    Inf 
381.87/382.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.87/382.09	c   382s|149400 |   150 |  2502k|  16.8 |  10M|  62 |   - | 231 |9214 | 231 |2454 |  22 |  86k|7180 | 0.000000e+00 |      --      |    Inf 
382.18/382.36	c   382s|149500 |   152 |  2504k|  16.8 |  10M|  62 |   - | 231 |9191 | 231 |2454 |  22 |  86k|7186 | 0.000000e+00 |      --      |    Inf 
382.47/382.60	c   383s|149600 |   154 |  2506k|  16.8 |  10M|  62 |  34 | 231 |9215 | 231 |2454 |  22 |  86k|7189 | 0.000000e+00 |      --      |    Inf 
382.68/382.88	c   383s|149700 |   152 |  2507k|  16.8 |  10M|  62 |   - | 231 |9201 | 231 |2454 |  22 |  86k|7198 | 0.000000e+00 |      --      |    Inf 
382.98/383.12	c   383s|149800 |   151 |  2509k|  16.8 |  10M|  62 |   - | 231 |9186 | 231 |2454 |  22 |  86k|7198 | 0.000000e+00 |      --      |    Inf 
383.17/383.39	c   383s|149900 |   151 |  2511k|  16.8 |  10M|  62 |   - | 231 |9207 | 231 |2454 |  22 |  86k|7210 | 0.000000e+00 |      --      |    Inf 
383.48/383.63	c   384s|150000 |   151 |  2512k|  16.8 |  10M|  62 |  30 | 231 |9184 | 231 |2454 |  22 |  86k|7210 | 0.000000e+00 |      --      |    Inf 
383.78/383.90	c   384s|150100 |   149 |  2514k|  16.8 |  10M|  62 |  29 | 231 |9033 | 231 |2454 |  22 |  86k|7215 | 0.000000e+00 |      --      |    Inf 
383.98/384.17	c   384s|150200 |   147 |  2516k|  16.8 |  10M|  62 |   - | 231 |8971 | 231 |2454 |  22 |  86k|7220 | 0.000000e+00 |      --      |    Inf 
384.27/384.40	c   384s|150300 |   149 |  2517k|  16.8 |  10M|  62 |   - | 231 |8934 | 231 |2454 |  22 |  86k|7224 | 0.000000e+00 |      --      |    Inf 
384.48/384.65	c   385s|150400 |   149 |  2519k|  16.8 |  10M|  62 |  38 | 231 |8908 | 231 |2454 |  22 |  86k|7231 | 0.000000e+00 |      --      |    Inf 
384.78/384.96	c   385s|150500 |   145 |  2521k|  16.8 |  10M|  62 |   - | 231 |8897 | 231 |2454 |  22 |  86k|7241 | 0.000000e+00 |      --      |    Inf 
384.97/385.19	c   385s|150600 |   143 |  2523k|  16.8 |  10M|  62 |   - | 231 |8896 | 231 |2454 |  22 |  86k|7241 | 0.000000e+00 |      --      |    Inf 
385.28/385.44	c   385s|150700 |   143 |  2524k|  16.8 |  10M|  62 |  38 | 231 |8898 | 231 |2454 |  22 |  86k|7247 | 0.000000e+00 |      --      |    Inf 
385.57/385.72	c   386s|150800 |   141 |  2526k|  16.8 |  10M|  62 |  33 | 231 |8868 | 231 |2454 |  22 |  86k|7252 | 0.000000e+00 |      --      |    Inf 
385.78/385.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.78/385.98	c   386s|150900 |   142 |  2528k|  16.8 |  10M|  62 |  33 | 231 |8798 | 231 |2454 |  22 |  87k|7257 | 0.000000e+00 |      --      |    Inf 
386.07/386.24	c   386s|151000 |   142 |  2529k|  16.8 |  10M|  62 |  38 | 231 |8776 | 231 |2454 |  22 |  87k|7264 | 0.000000e+00 |      --      |    Inf 
386.28/386.47	c   386s|151100 |   139 |  2531k|  16.8 |  10M|  62 |   - | 231 |8812 | 231 |2454 |  22 |  87k|7264 | 0.000000e+00 |      --      |    Inf 
386.57/386.73	c   387s|151200 |   139 |  2532k|  16.8 |  10M|  62 |  39 | 231 |8823 | 231 |2454 |  22 |  87k|7271 | 0.000000e+00 |      --      |    Inf 
386.77/386.98	c   387s|151300 |   141 |  2534k|  16.8 |  10M|  62 |  26 | 231 |8805 | 231 |2454 |  22 |  87k|7275 | 0.000000e+00 |      --      |    Inf 
387.08/387.23	c   387s|151400 |   139 |  2536k|  16.8 |  10M|  62 |   - | 231 |8848 | 231 |2454 |  22 |  87k|7279 | 0.000000e+00 |      --      |    Inf 
387.37/387.52	c   388s|151500 |   137 |  2538k|  16.8 |  10M|  62 |   - | 231 |8884 | 231 |2454 |  22 |  87k|7287 | 0.000000e+00 |      --      |    Inf 
387.57/387.73	c   388s|151600 |   140 |  2539k|  16.8 |  10M|  62 |  12 | 231 |8898 | 231 |2454 |  22 |  87k|7287 | 0.000000e+00 |      --      |    Inf 
387.77/387.98	c   388s|151700 |   133 |  2541k|  16.7 |  10M|  62 |  28 | 231 |8869 | 231 |2454 |  22 |  87k|7292 | 0.000000e+00 |      --      |    Inf 
388.08/388.26	c   388s|151800 |   133 |  2542k|  16.8 |  10M|  62 |  40 | 231 |8849 | 231 |2454 |  22 |  87k|7299 | 0.000000e+00 |      --      |    Inf 
388.38/388.51	c   389s|151900 |   131 |  2544k|  16.8 |  10M|  62 |   - | 231 |8871 | 231 |2454 |  22 |  87k|7303 | 0.000000e+00 |      --      |    Inf 
388.57/388.75	c   389s|152000 |   133 |  2546k|  16.7 |  10M|  62 |  30 | 231 |8882 | 231 |2454 |  22 |  87k|7308 | 0.000000e+00 |      --      |    Inf 
388.87/389.01	c   389s|152100 |   129 |  2547k|  16.7 |  10M|  62 |   - | 231 |8862 | 231 |2454 |  22 |  87k|7314 | 0.000000e+00 |      --      |    Inf 
389.07/389.28	c   389s|152200 |   125 |  2549k|  16.7 |  10M|  62 |   - | 231 |8869 | 231 |2454 |  22 |  87k|7321 | 0.000000e+00 |      --      |    Inf 
389.37/389.51	c   390s|152300 |   127 |  2550k|  16.7 |  10M|  62 |  28 | 231 |8858 | 231 |2454 |  22 |  87k|7325 | 0.000000e+00 |      --      |    Inf 
389.57/389.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.57/389.78	c   390s|152400 |   127 |  2552k|  16.7 |  10M|  62 |  32 | 231 |8783 | 231 |2454 |  22 |  87k|7331 | 0.000000e+00 |      --      |    Inf 
389.87/390.01	c   390s|152500 |   130 |  2554k|  16.7 |  10M|  62 |   - | 231 |8770 | 231 |2454 |  22 |  87k|7336 | 0.000000e+00 |      --      |    Inf 
390.08/390.23	c   390s|152600 |   128 |  2555k|  16.7 |  10M|  62 |   - | 231 |8786 | 231 |2454 |  22 |  88k|7338 | 0.000000e+00 |      --      |    Inf 
390.28/390.47	c   390s|152700 |   128 |  2557k|  16.7 |  10M|  62 |  29 | 231 |8746 | 231 |2454 |  22 |  88k|7339 | 0.000000e+00 |      --      |    Inf 
390.47/390.68	c   391s|152800 |   126 |  2558k|  16.7 |  10M|  62 |   - | 231 |8784 | 231 |2454 |  22 |  88k|7341 | 0.000000e+00 |      --      |    Inf 
390.77/390.91	c   391s|152900 |   126 |  2559k|  16.7 |  10M|  62 |   - | 231 |8787 | 231 |2454 |  22 |  88k|7344 | 0.000000e+00 |      --      |    Inf 
390.97/391.17	c   391s|153000 |   124 |  2561k|  16.7 |  10M|  62 |  37 | 231 |8762 | 231 |2454 |  22 |  88k|7351 | 0.000000e+00 |      --      |    Inf 
391.27/391.44	c   391s|153100 |   125 |  2563k|  16.7 |  10M|  62 |  36 | 231 |8778 | 231 |2454 |  22 |  88k|7360 | 0.000000e+00 |      --      |    Inf 
391.57/391.70	c   392s|153200 |   125 |  2565k|  16.7 |  10M|  62 |  35 | 231 |8829 | 231 |2454 |  22 |  88k|7362 | 0.000000e+00 |      --      |    Inf 
391.77/391.93	c   392s|153300 |   121 |  2566k|  16.7 |  10M|  62 |   - | 231 |8848 | 231 |2454 |  22 |  88k|7363 | 0.000000e+00 |      --      |    Inf 
391.97/392.12	c   392s|153400 |   117 |  2567k|  16.7 |  10M|  62 |   - | 231 |8888 | 231 |2454 |  22 |  88k|7363 | 0.000000e+00 |      --      |    Inf 
392.18/392.35	c   392s|153500 |   117 |  2569k|  16.7 |  10M|  62 |  31 | 231 |8858 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
392.37/392.54	c   393s|153600 |   117 |  2570k|  16.7 |  10M|  62 |  35 | 231 |8826 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
392.58/392.73	c   393s|153700 |   117 |  2571k|  16.7 |  10M|  62 |  30 | 231 |8832 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
392.78/392.96	c   393s|153800 |   113 |  2573k|  16.7 |  10M|  62 |   - | 231 |8816 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
392.97/393.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.97/393.17	c   393s|153900 |   119 |  2574k|  16.7 |  10M|  62 |  32 | 231 |8845 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
393.17/393.38	c   393s|154000 |   117 |  2576k|  16.7 |  10M|  62 |  32 | 231 |8879 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
393.48/393.62	c   394s|154100 |   117 |  2578k|  16.7 |  10M|  62 |  30 | 231 |8900 | 231 |2454 |  22 |  88k|7364 | 0.000000e+00 |      --      |    Inf 
393.68/393.84	c   394s|154200 |   114 |  2579k|  16.7 |  10M|  62 |   - | 231 |8959 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
393.87/394.06	c   394s|154300 |   114 |  2581k|  16.7 |  10M|  62 |  16 | 231 |9002 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
394.07/394.28	c   394s|154400 |   112 |  2583k|  16.7 |  10M|  62 |   - | 231 |9021 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
394.37/394.50	c   395s|154500 |   111 |  2584k|  16.7 |  10M|  62 |  34 | 231 |8998 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
394.57/394.75	c   395s|154600 |   109 |  2586k|  16.7 |  10M|  62 |   - | 231 |8961 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
394.78/394.97	c   395s|154700 |   111 |  2587k|  16.7 |  10M|  62 |   - | 231 |8937 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
395.08/395.20	c   395s|154800 |   109 |  2589k|  16.7 |  10M|  62 |   - | 231 |8872 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
395.27/395.41	c   395s|154900 |   109 |  2591k|  16.7 |  10M|  62 |  34 | 231 |8873 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
395.47/395.62	c   396s|155000 |   109 |  2592k|  16.7 |  10M|  62 |  44 | 231 |8877 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
395.68/395.86	c   396s|155100 |   107 |  2594k|  16.7 |  10M|  62 |   - | 231 |8841 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
395.97/396.10	c   396s|155200 |   105 |  2595k|  16.7 |  10M|  62 |  44 | 231 |8785 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
396.17/396.32	c   396s|155300 |    99 |  2597k|  16.7 |  10M|  62 |   - | 231 |8754 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
396.37/396.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.37/396.56	c   397s|155400 |   101 |  2599k|  16.7 |  10M|  62 |  38 | 231 |8707 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
396.57/396.78	c   397s|155500 |   103 |  2600k|  16.7 |  10M|  62 |  36 | 231 |8719 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
396.88/397.02	c   397s|155600 |    99 |  2602k|  16.7 |  10M|  62 |   - | 231 |8711 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
397.07/397.23	c   397s|155700 |   103 |  2603k|  16.7 |  10M|  62 |  34 | 231 |8746 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
397.27/397.44	c   397s|155800 |   110 |  2605k|  16.7 |  10M|  62 |  30 | 231 |8776 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
397.47/397.64	c   398s|155900 |   107 |  2606k|  16.7 |  10M|  62 |  33 | 231 |8814 | 231 |2454 |  22 |  89k|7364 | 0.000000e+00 |      --      |    Inf 
397.68/397.85	c   398s|156000 |   104 |  2608k|  16.7 |  10M|  62 |   - | 231 |8852 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
397.87/398.07	c   398s|156100 |   106 |  2609k|  16.7 |  10M|  62 |   - | 231 |8878 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
398.17/398.30	c   398s|156200 |   105 |  2611k|  16.7 |  10M|  62 |   - | 231 |8898 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
398.37/398.50	c   399s|156300 |   105 |  2613k|  16.7 |  10M|  62 |  29 | 231 |8932 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
398.57/398.73	c   399s|156400 |   105 |  2614k|  16.7 |  10M|  62 |   - | 231 |8959 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
398.78/398.93	c   399s|156500 |   102 |  2616k|  16.7 |  10M|  62 |   - | 231 |9004 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
398.97/399.14	c   399s|156600 |   106 |  2617k|  16.7 |  10M|  62 |   - | 231 |9050 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
399.17/399.36	c   399s|156700 |   106 |  2619k|  16.7 |  10M|  62 |   - | 231 |9093 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
399.37/399.56	c   400s|156800 |   106 |  2620k|  16.7 |  10M|  62 |  20 | 231 |9141 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
399.57/399.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.57/399.77	c   400s|156900 |   103 |  2622k|  16.7 |  10M|  62 |  32 | 231 |9191 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
399.87/400.01	c   400s|157000 |   103 |  2623k|  16.7 |  10M|  62 |  38 | 231 |9206 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
400.07/400.23	c   400s|157100 |   105 |  2625k|  16.7 |  10M|  62 |   - | 231 |9228 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
400.28/400.46	c   400s|157200 |   105 |  2627k|  16.7 |  10M|  62 |  33 | 231 |9257 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
400.47/400.68	c   401s|157300 |   106 |  2628k|  16.7 |  10M|  62 |  30 | 231 |9261 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
400.77/400.93	c   401s|157400 |   108 |  2630k|  16.7 |  10M|  62 |   - | 231 |9279 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
400.97/401.17	c   401s|157500 |   105 |  2632k|  16.7 |  10M|  62 |  26 | 231 |9300 | 231 |2454 |  22 |  90k|7364 | 0.000000e+00 |      --      |    Inf 
401.28/401.43	c   401s|157600 |   102 |  2634k|  16.7 |  10M|  62 |   - | 231 |9331 | 231 |2454 |  22 |  90k|7373 | 0.000000e+00 |      --      |    Inf 
401.47/401.69	c   402s|157700 |   101 |  2636k|  16.7 |  10M|  62 |  33 | 231 |9338 | 231 |2454 |  22 |  90k|7373 | 0.000000e+00 |      --      |    Inf 
401.76/401.96	c   402s|157800 |    97 |  2638k|  16.7 |  10M|  62 |   - | 231 |9394 | 231 |2454 |  22 |  90k|7379 | 0.000000e+00 |      --      |    Inf 
402.07/402.22	c   402s|157900 |    98 |  2639k|  16.7 |  10M|  62 |   - | 231 |9429 | 231 |2454 |  22 |  90k|7385 | 0.000000e+00 |      --      |    Inf 
402.38/402.53	c   403s|158000 |    97 |  2641k|  16.7 |  10M|  62 |   - | 231 |9445 | 231 |2454 |  22 |  90k|7397 | 0.000000e+00 |      --      |    Inf 
402.57/402.76	c   403s|158100 |    98 |  2643k|  16.7 |  10M|  62 |  28 | 231 |9438 | 231 |2454 |  22 |  91k|7397 | 0.000000e+00 |      --      |    Inf 
402.87/403.03	c   403s|158200 |    96 |  2645k|  16.7 |  10M|  62 |  34 | 231 |9391 | 231 |2454 |  22 |  91k|7400 | 0.000000e+00 |      --      |    Inf 
403.17/403.31	c   403s|158300 |    94 |  2646k|  16.7 |  10M|  62 |  38 | 231 |9328 | 231 |2454 |  22 |  91k|7410 | 0.000000e+00 |      --      |    Inf 
403.37/403.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.37/403.55	c   404s|158400 |    94 |  2648k|  16.7 |  10M|  62 |  38 | 231 |9282 | 231 |2454 |  22 |  91k|7410 | 0.000000e+00 |      --      |    Inf 
403.67/403.84	c   404s|158500 |    97 |  2650k|  16.7 |  10M|  62 |   - | 231 |9271 | 231 |2454 |  22 |  91k|7422 | 0.000000e+00 |      --      |    Inf 
403.87/404.07	c   404s|158600 |    92 |  2652k|  16.7 |  10M|  62 |  46 | 231 |9286 | 231 |2454 |  22 |  91k|7422 | 0.000000e+00 |      --      |    Inf 
404.17/404.31	c   404s|158700 |    94 |  2653k|  16.7 |  10M|  62 |  36 | 231 |9279 | 231 |2454 |  22 |  91k|7422 | 0.000000e+00 |      --      |    Inf 
404.47/404.60	c   405s|158800 |    96 |  2655k|  16.7 |  10M|  62 |   - | 231 |9287 | 231 |2454 |  22 |  91k|7434 | 0.000000e+00 |      --      |    Inf 
404.68/404.89	c   405s|158900 |    94 |  2657k|  16.7 |  10M|  62 |   - | 231 |9262 | 231 |2454 |  22 |  91k|7440 | 0.000000e+00 |      --      |    Inf 
404.97/405.17	c   405s|159000 |    96 |  2659k|  16.7 |  10M|  62 |  27 | 231 |9242 | 231 |2454 |  22 |  91k|7445 | 0.000000e+00 |      --      |    Inf 
405.27/405.46	c   405s|159100 |    94 |  2661k|  16.7 |  10M|  62 |  42 | 231 |9222 | 231 |2454 |  22 |  91k|7453 | 0.000000e+00 |      --      |    Inf 
405.57/405.78	c   406s|159200 |    93 |  2663k|  16.7 |  10M|  62 |  44 | 231 |9251 | 231 |2454 |  22 |  91k|7462 | 0.000000e+00 |      --      |    Inf 
405.87/406.02	c   406s|159300 |    93 |  2665k|  16.7 |  10M|  62 |  26 | 231 |9225 | 231 |2454 |  22 |  91k|7462 | 0.000000e+00 |      --      |    Inf 
406.07/406.28	c   406s|159400 |    91 |  2667k|  16.7 |  10M|  62 |   - | 231 |9234 | 231 |2454 |  22 |  91k|7468 | 0.000000e+00 |      --      |    Inf 
406.37/406.52	c   407s|159500 |    95 |  2668k|  16.7 |  10M|  62 |  35 | 231 |9171 | 231 |2454 |  22 |  91k|7468 | 0.000000e+00 |      --      |    Inf 
406.57/406.76	c   407s|159600 |    89 |  2670k|  16.7 |  10M|  62 |  22 | 231 |9072 | 231 |2454 |  22 |  91k|7476 | 0.000000e+00 |      --      |    Inf 
406.78/406.99	c   407s|159700 |    89 |  2671k|  16.7 |  10M|  62 |  40 | 231 |9007 | 231 |2454 |  22 |  91k|7476 | 0.000000e+00 |      --      |    Inf 
407.06/407.24	c   407s|159800 |    89 |  2673k|  16.7 |  10M|  64 |  34 | 231 |8979 | 231 |2454 |  22 |  91k|7482 | 0.000000e+00 |      --      |    Inf 
407.27/407.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.27/407.48	c   407s|159900 |    91 |  2675k|  16.7 |  10M|  64 |  31 | 231 |8928 | 231 |2454 |  22 |  92k|7485 | 0.000000e+00 |      --      |    Inf 
407.57/407.71	c   408s|160000 |    92 |  2676k|  16.7 |  10M|  64 |  37 | 231 |8932 | 231 |2454 |  22 |  92k|7490 | 0.000000e+00 |      --      |    Inf 
407.77/407.99	c   408s|160100 |    92 |  2678k|  16.7 |  10M|  64 |   - | 231 |8933 | 231 |2454 |  22 |  92k|7500 | 0.000000e+00 |      --      |    Inf 
408.07/408.24	c   408s|160200 |    91 |  2680k|  16.7 |  10M|  64 |  36 | 231 |8923 | 231 |2454 |  22 |  92k|7503 | 0.000000e+00 |      --      |    Inf 
408.36/408.51	c   409s|160300 |    87 |  2682k|  16.7 |  10M|  64 |   - | 231 |8924 | 231 |2454 |  22 |  92k|7509 | 0.000000e+00 |      --      |    Inf 
408.57/408.73	c   409s|160400 |    87 |  2683k|  16.7 |  10M|  64 |   - | 231 |8903 | 231 |2454 |  22 |  92k|7516 | 0.000000e+00 |      --      |    Inf 
408.76/408.96	c   409s|160500 |    87 |  2685k|  16.7 |  10M|  64 |   - | 231 |8874 | 231 |2454 |  22 |  92k|7519 | 0.000000e+00 |      --      |    Inf 
409.08/409.20	c   409s|160600 |    84 |  2686k|  16.7 |  10M|  64 |   - | 231 |8861 | 231 |2454 |  22 |  92k|7525 | 0.000000e+00 |      --      |    Inf 
409.27/409.42	c   409s|160700 |    86 |  2688k|  16.7 |  10M|  64 |  32 | 231 |8843 | 231 |2454 |  22 |  92k|7528 | 0.000000e+00 |      --      |    Inf 
409.47/409.67	c   410s|160800 |    83 |  2689k|  16.7 |  10M|  64 |  16 | 231 |8809 | 231 |2454 |  22 |  92k|7533 | 0.000000e+00 |      --      |    Inf 
409.77/409.90	c   410s|160900 |    83 |  2691k|  16.7 |  10M|  64 |  22 | 231 |8767 | 231 |2454 |  22 |  92k|7539 | 0.000000e+00 |      --      |    Inf 
409.97/410.16	c   410s|161000 |    81 |  2692k|  16.7 |  10M|  64 |   - | 231 |8750 | 231 |2454 |  22 |  92k|7544 | 0.000000e+00 |      --      |    Inf 
410.27/410.47	c   410s|161100 |    81 |  2695k|  16.7 |  10M|  64 |  29 | 231 |8702 | 231 |2454 |  22 |  92k|7551 | 0.000000e+00 |      --      |    Inf 
410.57/410.72	c   411s|161200 |    81 |  2696k|  16.7 |  10M|  64 |   - | 231 |8688 | 231 |2454 |  22 |  92k|7556 | 0.000000e+00 |      --      |    Inf 
410.77/410.96	c   411s|161300 |    78 |  2698k|  16.7 |  10M|  64 |  42 | 231 |8692 | 231 |2454 |  22 |  92k|7558 | 0.000000e+00 |      --      |    Inf 
411.07/411.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.07/411.23	c   411s|161400 |    80 |  2700k|  16.7 |  10M|  64 |   - | 231 |8732 | 231 |2454 |  22 |  92k|7561 | 0.000000e+00 |      --      |    Inf 
411.28/411.49	c   411s|161500 |    80 |  2702k|  16.7 |  10M|  64 |  14 | 231 |8778 | 231 |2454 |  22 |  92k|7565 | 0.000000e+00 |      --      |    Inf 
411.57/411.73	c   412s|161600 |    78 |  2703k|  16.7 |  10M|  64 |  38 | 231 |8818 | 231 |2454 |  22 |  93k|7565 | 0.000000e+00 |      --      |    Inf 
411.76/411.97	c   412s|161700 |    74 |  2705k|  16.7 |  10M|  64 |   - | 231 |8793 | 231 |2454 |  22 |  93k|7566 | 0.000000e+00 |      --      |    Inf 
412.06/412.21	c   412s|161800 |    72 |  2707k|  16.7 |  10M|  64 |  28 | 231 |8769 | 231 |2454 |  22 |  93k|7567 | 0.000000e+00 |      --      |    Inf 
412.27/412.45	c   412s|161900 |    70 |  2708k|  16.7 |  10M|  64 |  43 | 231 |8740 | 231 |2454 |  22 |  93k|7568 | 0.000000e+00 |      --      |    Inf 
412.46/412.69	c   413s|162000 |    70 |  2710k|  16.7 |  10M|  64 |   - | 231 |8732 | 231 |2454 |  22 |  93k|7569 | 0.000000e+00 |      --      |    Inf 
412.77/412.91	c   413s|162100 |    70 |  2711k|  16.7 |  10M|  64 |  31 | 231 |8725 | 231 |2454 |  22 |  93k|7569 | 0.000000e+00 |      --      |    Inf 
412.97/413.12	c   413s|162200 |    66 |  2713k|  16.7 |  10M|  64 |   - | 231 |8724 | 231 |2454 |  22 |  93k|7569 | 0.000000e+00 |      --      |    Inf 
413.17/413.33	c   413s|162300 |    66 |  2714k|  16.7 |  10M|  64 |   - | 231 |8735 | 231 |2454 |  22 |  93k|7569 | 0.000000e+00 |      --      |    Inf 
413.37/413.56	c   414s|162400 |    64 |  2716k|  16.7 |  10M|  64 |  32 | 231 |8757 | 231 |2454 |  22 |  93k|7570 | 0.000000e+00 |      --      |    Inf 
413.57/413.78	c   414s|162500 |    60 |  2717k|  16.7 |  10M|  64 |   - | 231 |8766 | 231 |2454 |  22 |  93k|7570 | 0.000000e+00 |      --      |    Inf 
413.87/414.01	c   414s|162600 |    58 |  2719k|  16.7 |  10M|  64 |   - | 231 |8747 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
414.06/414.24	c   414s|162700 |    58 |  2721k|  16.7 |9976k|  64 |  35 | 231 |8648 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
414.26/414.45	c   414s|162800 |    59 |  2722k|  16.7 |9947k|  64 |   - | 231 |8546 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
414.48/414.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.48/414.68	c   415s|162900 |    60 |  2724k|  16.7 |9923k|  64 |  39 | 231 |8495 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
414.76/414.92	c   415s|163000 |    60 |  2725k|  16.7 |9931k|  64 |  34 | 231 |8512 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
414.96/415.14	c   415s|163100 |    61 |  2727k|  16.7 |9939k|  64 |  16 | 231 |8519 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
415.17/415.34	c   415s|163200 |    57 |  2728k|  16.7 |9933k|  64 |   - | 231 |8540 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
415.37/415.56	c   416s|163300 |    57 |  2730k|  16.7 |9924k|  64 |   - | 231 |8514 | 231 |2454 |  22 |  93k|7571 | 0.000000e+00 |      --      |    Inf 
415.57/415.79	c   416s|163400 |    57 |  2731k|  16.7 |9921k|  64 |  27 | 231 |8518 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
415.87/416.02	c   416s|163500 |    57 |  2733k|  16.7 |9907k|  64 |  43 | 231 |8495 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
416.06/416.25	c   416s|163600 |    53 |  2735k|  16.7 |9889k|  64 |   - | 231 |8455 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
416.27/416.47	c   416s|163700 |    51 |  2736k|  16.7 |9861k|  64 |   - | 231 |8445 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
416.47/416.68	c   417s|163800 |    51 |  2738k|  16.7 |9846k|  64 |   - | 231 |8441 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
416.77/416.91	c   417s|163900 |    49 |  2739k|  16.7 |9837k|  64 |  36 | 231 |8451 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
416.97/417.12	c   417s|164000 |    49 |  2741k|  16.7 |9848k|  64 |  37 | 231 |8480 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
417.17/417.35	c   417s|164100 |    47 |  2742k|  16.7 |9860k|  64 |   - | 231 |8519 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
417.36/417.56	c   418s|164200 |    48 |  2744k|  16.7 |9868k|  64 |  18 | 231 |8535 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
417.57/417.78	c   418s|164300 |    46 |  2745k|  16.7 |9863k|  64 |   - | 231 |8527 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
417.87/418.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.87/418.02	c   418s|164400 |    48 |  2747k|  16.7 |9870k|  64 |   - | 231 |8526 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
418.06/418.26	c   418s|164500 |    50 |  2749k|  16.7 |9875k|  64 |  36 | 231 |8517 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
418.26/418.49	c   418s|164600 |    46 |  2751k|  16.7 |9842k|  64 |  33 | 231 |8487 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
418.57/418.71	c   419s|164700 |    45 |  2752k|  16.7 |9840k|  64 |  37 | 231 |8484 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
418.77/418.95	c   419s|164800 |    45 |  2754k|  16.7 |9841k|  64 |   - | 231 |8476 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
418.97/419.19	c   419s|164900 |    45 |  2755k|  16.7 |9841k|  64 |   - | 231 |8480 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
419.26/419.42	c   419s|165000 |    43 |  2757k|  16.7 |9843k|  64 |   - | 231 |8494 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
419.47/419.65	c   420s|165100 |    45 |  2759k|  16.7 |9836k|  64 |  33 | 231 |8510 | 231 |2454 |  22 |  94k|7571 | 0.000000e+00 |      --      |    Inf 
419.67/419.87	c   420s|165200 |    45 |  2760k|  16.7 |9853k|  64 |  27 | 231 |8550 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
419.87/420.09	c   420s|165300 |    41 |  2762k|  16.7 |9857k|  64 |   - | 231 |8571 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
420.16/420.31	c   420s|165400 |    41 |  2763k|  16.7 |9844k|  64 |  24 | 231 |8569 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
420.37/420.52	c   421s|165500 |    40 |  2765k|  16.7 |9845k|  64 |   - | 231 |8567 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
420.57/420.72	c   421s|165600 |    39 |  2766k|  16.7 |9830k|  64 |   - | 231 |8541 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
420.76/420.95	c   421s|165700 |    37 |  2768k|  16.7 |9822k|  64 |   - | 231 |8532 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
420.96/421.18	c   421s|165800 |    39 |  2769k|  16.7 |9820k|  64 |   - | 231 |8519 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
421.27/421.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.27/421.40	c   421s|165900 |    39 |  2771k|  16.7 |9833k|  64 |   - | 231 |8548 |   0 |   0 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
421.47/421.65	c   422s|166000 |    37 |  2773k|  16.7 |9822k|  64 |  43 | 231 |8555 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
421.66/421.87	c   422s|166100 |    35 |  2774k|  16.7 |9808k|  64 |   - | 231 |8552 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
421.86/422.09	c   422s|166200 |    35 |  2776k|  16.7 |9811k|  64 |  29 | 231 |8571 | 231 |2454 |  22 |  95k|7571 | 0.000000e+00 |      --      |    Inf 
422.17/422.37	c   422s|166300 |    33 |  2777k|  16.7 |9801k|  64 |   - | 231 |8553 | 231 |2454 |  22 |  95k|7582 | 0.000000e+00 |      --      |    Inf 
422.46/422.62	c   423s|166400 |    32 |  2779k|  16.7 |9780k|  64 |  42 | 231 |8543 | 231 |2454 |  22 |  95k|7582 | 0.000000e+00 |      --      |    Inf 
422.66/422.84	c   423s|166500 |    32 |  2781k|  16.7 |9789k|  64 |   - | 231 |8558 | 231 |2454 |  22 |  95k|7582 | 0.000000e+00 |      --      |    Inf 
422.97/423.12	c   423s|166600 |    36 |  2782k|  16.7 |9800k|  64 |  41 | 231 |8562 | 231 |2454 |  22 |  95k|7591 | 0.000000e+00 |      --      |    Inf 
423.17/423.34	c   423s|166700 |    34 |  2784k|  16.7 |9811k|  64 |   - | 231 |8597 | 231 |2454 |  22 |  95k|7591 | 0.000000e+00 |      --      |    Inf 
423.46/423.61	c   424s|166800 |    32 |  2786k|  16.7 |9825k|  64 |   - | 231 |8640 | 231 |2454 |  22 |  95k|7597 | 0.000000e+00 |      --      |    Inf 
423.66/423.86	c   424s|166900 |    28 |  2787k|  16.7 |9806k|  64 |   - | 231 |8630 | 231 |2454 |  22 |  95k|7607 | 0.000000e+00 |      --      |    Inf 
423.96/424.10	c   424s|167000 |    31 |  2789k|  16.7 |9785k|  64 |  41 | 231 |8566 | 231 |2454 |  22 |  96k|7607 | 0.000000e+00 |      --      |    Inf 
424.16/424.37	c   424s|167100 |    25 |  2790k|  16.7 |9744k|  64 |   - | 231 |8523 | 231 |2454 |  22 |  96k|7617 | 0.000000e+00 |      --      |    Inf 
424.47/424.60	c   425s|167200 |    25 |  2792k|  16.7 |9740k|  64 |   - | 231 |8514 | 231 |2454 |  22 |  96k|7617 | 0.000000e+00 |      --      |    Inf 
424.66/424.86	c   425s|167300 |    23 |  2793k|  16.7 |9743k|  64 |   - | 231 |8522 | 231 |2454 |  22 |  96k|7625 | 0.000000e+00 |      --      |    Inf 
424.87/425.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.87/425.09	c   425s|167400 |    21 |  2795k|  16.7 |9729k|  64 |  38 | 231 |8523 | 231 |2454 |  22 |  96k|7625 | 0.000000e+00 |      --      |    Inf 
425.16/425.38	c   425s|167500 |    19 |  2797k|  16.7 |9720k|  64 |  31 | 231 |8528 | 231 |2454 |  22 |  96k|7632 | 0.000000e+00 |      --      |    Inf 
425.47/425.64	c   426s|167600 |    19 |  2799k|  16.7 |9715k|  64 |   - | 231 |8522 | 231 |2454 |  22 |  96k|7637 | 0.000000e+00 |      --      |    Inf 
425.66/425.87	c   426s|167700 |    20 |  2800k|  16.7 |9714k|  64 |  43 | 231 |8499 | 231 |2454 |  22 |  96k|7642 | 0.000000e+00 |      --      |    Inf 
425.86/426.09	c   426s|167800 |    16 |  2802k|  16.7 |9695k|  64 |   - | 231 |8491 | 231 |2454 |  22 |  96k|7647 | 0.000000e+00 |      --      |    Inf 
426.16/426.37	c   426s|167900 |    16 |  2803k|  16.7 |9703k|  64 |   - | 231 |8519 | 231 |2454 |  22 |  96k|7656 | 0.000000e+00 |      --      |    Inf 
426.36/426.59	c   427s|168000 |    16 |  2805k|  16.7 |9697k|  64 |  44 | 231 |8521 | 231 |2454 |  22 |  96k|7656 | 0.000000e+00 |      --      |    Inf 
426.67/426.83	c   427s|168100 |    18 |  2806k|  16.7 |9705k|  64 |  40 | 231 |8520 | 231 |2454 |  22 |  96k|7661 | 0.000000e+00 |      --      |    Inf 
426.87/427.07	c   427s|168200 |    18 |  2808k|  16.7 |9712k|  64 |  38 | 231 |8513 | 231 |2454 |  22 |  96k|7668 | 0.000000e+00 |      --      |    Inf 
427.16/427.31	c   427s|168300 |    14 |  2810k|  16.7 |9685k|  64 |   - | 231 |8502 | 231 |2454 |  22 |  96k|7668 | 0.000000e+00 |      --      |    Inf 
427.36/427.58	c   428s|168400 |    14 |  2812k|  16.7 |9679k|  64 |  29 | 231 |8497 | 231 |2454 |  22 |  96k|7678 | 0.000000e+00 |      --      |    Inf 
427.56/427.80	c   428s|168500 |    14 |  2813k|  16.7 |9669k|  64 |  41 | 231 |8481 | 231 |2454 |  22 |  96k|7678 | 0.000000e+00 |      --      |    Inf 
427.86/428.06	c   428s|168600 |    13 |  2815k|  16.7 |9668k|  64 |   - | 231 |8474 | 231 |2454 |  22 |  96k|7685 | 0.000000e+00 |      --      |    Inf 
428.17/428.35	c   428s|168700 |    15 |  2817k|  16.7 |9665k|  64 |  25 | 231 |8451 | 231 |2454 |  22 |  96k|7691 | 0.000000e+00 |      --      |    Inf 
428.46/428.60	c   429s|168800 |     8 |  2819k|  16.7 |9634k|  64 |   - | 231 |8448 | 231 |2454 |  22 |  96k|7695 | 0.000000e+00 |      --      |    Inf 
428.66/428.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.66/428.87	c   429s|168900 |     6 |  2820k|  16.7 |9575k|  64 |  38 | 231 |8372 | 231 |2454 |  22 |  97k|7700 | 0.000000e+00 |      --      |    Inf 
428.96/429.14	c   429s|169000 |     6 |  2822k|  16.7 |9565k|  64 |  38 | 231 |8334 | 231 |2454 |  22 |  97k|7706 | 0.000000e+00 |      --      |    Inf 
429.16/429.37	c   429s|169100 |     4 |  2824k|  16.7 |9556k|  64 |   - | 231 |8336 | 231 |2454 |  22 |  97k|7709 | 0.000000e+00 |      --      |    Inf 
429.46/429.64	c 
429.46/429.64	c SCIP Status        : problem is solved [infeasible]
429.46/429.64	c Solving Time (sec) : 429.64
429.46/429.64	c Solving Nodes      : 169196
429.46/429.64	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
429.46/429.64	c Dual Bound         : +1.00000000000000e+20
429.46/429.64	c Gap                : 0.00 %
429.46/429.64	s UNSATISFIABLE
429.46/429.64	c SCIP Status        : problem is solved [infeasible]
429.46/429.64	c Total Time         :     429.64
429.46/429.64	c   solving          :     429.64
429.46/429.64	c   presolving       :       0.04 (included in solving)
429.46/429.64	c   reading          :       0.01 (included in solving)
429.46/429.64	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
429.46/429.64	c Original Problem   :
429.46/429.64	c   Problem name     : HOME/instance-3691587-1338021788.opb
429.46/429.64	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
429.46/429.64	c   Constraints      : 2707 initial, 2707 maximal
429.46/429.64	c   Objective sense  : minimize
429.46/429.64	c Presolved Problem  :
429.46/429.64	c   Problem name     : t_HOME/instance-3691587-1338021788.opb
429.46/429.64	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
429.46/429.64	c   Constraints      : 2443 initial, 12752 maximal
429.46/429.64	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
429.46/429.64	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
429.46/429.64	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
429.46/429.64	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
429.46/429.64	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
429.46/429.64	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
429.46/429.64	c   integral         :          0          0          0          0      87066          0          1          0        272       3021          0          0     170238
429.46/429.64	c   knapsack         :          1          1          5     641981          0          0          0      45752       1372     310825          0          0          0
429.46/429.64	c   setppc           :         22         22          5     641003          0          0          0    1878971       3567     891688          0          0          0
429.46/429.64	c   linear           :          0+       304          5     167095          0          0          0       1400         18       4457          2          0          0
429.46/429.64	c   logicor          :       2420+     12732          5     313725          0          0          0     633273       1267    1106165          0          0          0
429.46/429.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
429.46/429.64	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
429.46/429.64	c   integral         :      34.38       0.00       0.00       0.00      34.38       0.00       0.00       0.00
429.46/429.64	c   knapsack         :       0.80       0.00       0.00       0.74       0.00       0.00       0.00       0.06
429.46/429.64	c   setppc           :       3.07       0.00       0.00       2.48       0.00       0.00       0.00       0.59
429.46/429.64	c   linear           :       0.28       0.00       0.00       0.28       0.00       0.00       0.00       0.00
429.46/429.64	c   logicor          :      11.36       0.00       0.00      10.81       0.00       0.00       0.00       0.55
429.46/429.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
429.46/429.64	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
429.46/429.64	c   rootredcost      :          0          0          0          0
429.46/429.64	c   pseudoobj        :          0          0          0          0
429.46/429.64	c   vbounds          :          0          0          0          0
429.46/429.64	c   redcost          :      87071          0          0          0
429.46/429.64	c   probing          :          0          0          0          0
429.46/429.64	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
429.46/429.64	c   rootredcost      :       0.18       0.00       0.00       0.18       0.00
429.46/429.64	c   pseudoobj        :       0.18       0.00       0.00       0.18       0.00
429.46/429.64	c   vbounds          :       0.15       0.00       0.00       0.15       0.00
429.46/429.64	c   redcost          :       0.40       0.00       0.00       0.40       0.00
429.46/429.64	c   probing          :       0.00       0.00       0.00       0.00       0.00
429.46/429.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
429.46/429.64	c   propagation      :       0.27       6224       6203      32907       23.5         98       21.9          -
429.46/429.64	c   infeasible LP    :       7.41      78619      75099     460446       36.8        243       20.5          0
429.46/429.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
429.46/429.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
429.46/429.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
429.46/429.64	c   applied globally :          -          -          -      84893       20.2          -          -          -
429.46/429.64	c   applied locally  :          -          -          -      12328       35.9          -          -          -
429.46/429.64	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
429.46/429.64	c   cut pool         :       0.00                     4          -          -        102          -    (maximal pool size: 427)
429.46/429.64	c   closecuts        :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
429.46/429.64	c   intobj           :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   gomory           :       0.18       0.00          5          0          0        200          0
429.46/429.64	c   cgmip            :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   strongcg         :       0.23       0.00          5          0          0       2184          0
429.46/429.64	c   cmir             :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   flowcover        :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   clique           :       0.00       0.00          5          0          0          0          0
429.46/429.64	c   zerohalf         :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   mcf              :       0.00       0.00          1          0          0          0          0
429.46/429.64	c   oddcycle         :       0.00       0.00          0          0          0          0          0
429.46/429.64	c   rapidlearning    :       0.10       0.00          1          0          0          0        304
429.46/429.64	c Pricers            :   ExecTime  SetupTime      Calls       Vars
429.46/429.64	c   problem variables:       0.00          -          0          0
429.46/429.64	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
429.46/429.64	c   relpscost        :      34.30       0.00      87066        272       3021          0          0     170238
429.46/429.64	c   pscost           :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   inference        :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c   random           :       0.00       0.00          0          0          0          0          0          0
429.46/429.64	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
429.46/429.64	c   LP solutions     :       0.00          -          -          0
429.46/429.64	c   pseudo solutions :       0.00          -          -          0
429.46/429.64	c   smallcard        :       0.00       0.00          0          0
429.46/429.64	c   trivial          :       0.00       0.00          1          0
429.46/429.64	c   shiftandpropagate:       0.00       0.00          0          0
429.46/429.64	c   simplerounding   :       0.00       0.00          0          0
429.46/429.64	c   zirounding       :       0.00       0.00          0          0
429.46/429.64	c   rounding         :       0.00       0.00          0          0
429.46/429.64	c   shifting         :       0.00       0.00          0          0
429.46/429.64	c   intshifting      :       0.00       0.00          0          0
429.46/429.64	c   oneopt           :       0.00       0.00          0          0
429.46/429.64	c   twoopt           :       0.00       0.00          0          0
429.46/429.64	c   indtwoopt        :       0.00       0.00          0          0
429.46/429.64	c   indoneopt        :       0.00       0.00          0          0
429.46/429.64	c   fixandinfer      :       0.00       0.00          0          0
429.46/429.64	c   feaspump         :       0.00       0.00          0          0
429.46/429.64	c   clique           :       0.00       0.00          0          0
429.46/429.64	c   indrounding      :       0.00       0.00          0          0
429.46/429.64	c   indcoefdiving    :       0.00       0.00          0          0
429.46/429.64	c   coefdiving       :       0.00       0.00          0          0
429.46/429.64	c   pscostdiving     :       0.00       0.00          0          0
429.46/429.64	c   nlpdiving        :       0.00       0.00          0          0
429.46/429.64	c   fracdiving       :       0.00       0.00          0          0
429.46/429.64	c   veclendiving     :       0.00       0.00          0          0
429.46/429.64	c   intdiving        :       0.00       0.00          0          0
429.46/429.64	c   actconsdiving    :       0.00       0.00          0          0
429.46/429.64	c   objpscostdiving  :       0.00       0.00          0          0
429.46/429.64	c   rootsoldiving    :       0.00       0.00          0          0
429.46/429.64	c   linesearchdiving :       0.00       0.00          0          0
429.46/429.64	c   guideddiving     :       0.00       0.00          0          0
429.46/429.64	c   octane           :       0.00       0.00          0          0
429.46/429.64	c   rens             :       0.00       0.00          0          0
429.46/429.64	c   rins             :       0.00       0.00          0          0
429.46/429.64	c   localbranching   :       0.00       0.00          0          0
429.46/429.64	c   mutation         :       0.00       0.00          0          0
429.46/429.64	c   crossover        :       0.00       0.00          0          0
429.46/429.64	c   dins             :       0.00       0.00          0          0
429.46/429.64	c   vbounds          :       0.00       0.00          0          0
429.46/429.64	c   undercover       :       0.00       0.00          0          0
429.46/429.64	c   subnlp           :       0.00       0.00          0          0
429.46/429.64	c   trysol           :       0.00       0.00          0          0
429.46/429.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
429.46/429.64	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
429.46/429.64	c   dual LP          :     329.07     165690    2825973      17.10    8587.78       0.16        395
429.46/429.64	c   lex dual LP      :       0.00          0          0       0.00          -
429.46/429.64	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
429.46/429.64	c   diving/probing LP:       0.00          0          0       0.00          -
429.46/429.64	c   strong branching :      32.98       7713     267343      34.66    8105.98
429.46/429.64	c     (at root node) :          -         10       2955     295.50          -
429.46/429.64	c   conflict analysis:       0.00          0          0       0.00          -
429.46/429.64	c B&B Tree           :
429.46/429.64	c   number of runs   :          1
429.46/429.64	c   nodes            :     169196
429.46/429.64	c   nodes (total)    :     169196
429.46/429.64	c   nodes left       :          0
429.46/429.64	c   max depth        :         64
429.46/429.64	c   max depth (total):         64
429.46/429.64	c   backtracks       :      20636 (12.2%)
429.46/429.64	c   delayed cutoffs  :       1043
429.46/429.64	c   repropagations   :     261347 (325441 domain reductions, 1042 cutoffs)
429.46/429.64	c   avg switch length:       4.96
429.46/429.64	c   switching time   :      14.98
429.46/429.64	c Solution           :
429.46/429.64	c   Solutions found  :          0 (0 improvements)
429.46/429.64	c   Primal Bound     : infeasible
429.46/429.64	c   Dual Bound       :          -
429.46/429.64	c   Gap              :       0.00 %
429.46/429.64	c   Root Dual Bound  : +0.00000000000000e+00
429.46/429.64	c   Root Iterations  :        174
429.46/429.66	c Time complete: 429.52.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/174 14809
/proc/meminfo: memFree=28284284/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=12028 CPUtime=0 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 1740 0 0 0 0 0 0 0 20 0 1 0 268304708 12316672 1695 33554432000 4194304 10219143 140735382595296 140737375036616 8891101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 3007 1707 398 1471 0 1527 0

[startup+0.0243569 s]
/proc/loadavg: 2.00 2.00 1.95 3/174 14809
/proc/meminfo: memFree=28284284/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=21104 CPUtime=0.01 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 3834 0 0 0 1 0 0 0 20 0 1 0 268304708 21610496 3789 33554432000 4194304 10219143 140735382595296 140737375036616 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 5276 3789 549 1471 0 3796 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21104

[startup+0.10023 s]
/proc/loadavg: 2.00 2.00 1.95 3/174 14809
/proc/meminfo: memFree=28284284/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=30608 CPUtime=0.09 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 6799 0 0 0 8 1 0 0 20 0 1 0 268304708 31342592 6452 33554432000 4194304 10219143 140735382595296 140737375036616 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 7652 6452 761 1471 0 6172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30608

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 1.95 3/174 14809
/proc/meminfo: memFree=28284284/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48344 CPUtime=0.29 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11685 0 0 0 27 2 0 0 20 0 1 0 268304708 49504256 10630 33554432000 4194304 10219143 140735382595296 140737375036616 5169382 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12086 10630 814 1471 0 10606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48344

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 1.95 3/174 14809
/proc/meminfo: memFree=28284284/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=0.69 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11776 0 0 0 66 3 0 0 20 0 1 0 268304708 49741824 10721 33554432000 4194304 10219143 140735382595296 140735382588840 8060891 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 10721 817 1471 0 10664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48576

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28244084/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=1.48 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11818 0 0 0 144 4 0 0 20 0 1 0 268304708 49741824 10757 33554432000 4194304 10219143 140735382595296 140735382588840 8089792 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 10757 819 1471 0 10664 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 48576

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28243836/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=3.08 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11820 0 0 0 302 6 0 0 20 0 1 0 268304708 49741824 10757 33554432000 4194304 10219143 140735382595296 140735382588744 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 10757 819 1471 0 10664 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48576

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28243584/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=6.28 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11824 0 0 0 619 9 0 0 20 0 1 0 268304708 49741824 10761 33554432000 4194304 10219143 140735382595296 140735382588744 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 10761 823 1471 0 10664 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48576

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28243344/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=12.67 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11845 0 0 0 1252 15 0 0 20 0 1 0 268304708 49741824 10776 33554432000 4194304 10219143 140735382595296 140735382588552 8056775 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 10776 824 1471 0 10664 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48576

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28242072/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=25.47 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 2509 38 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382591768 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48576

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28241948/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=51.06 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 5026 80 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588936 5001284 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48576

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28241700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=102.25 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 10067 158 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382592664 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48576

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14810
/proc/meminfo: memFree=28241824/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=162.23 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 15974 249 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588552 8077311 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48576

[startup+222.3 s]
/proc/loadavg: 2.10 2.03 1.96 3/175 14811
/proc/meminfo: memFree=28241452/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=222.22 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 21880 342 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382592664 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48576

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/175 14811
/proc/meminfo: memFree=28241576/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=282.2 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 27788 432 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588936 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 48576

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/175 14811
/proc/meminfo: memFree=28241328/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=342.19 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 33694 525 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588648 7976271 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 48576

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/175 14811
/proc/meminfo: memFree=28241204/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=402.17 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 39600 617 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588648 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 48576

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

[startup+409.5 s]
/proc/loadavg: 2.05 2.03 1.97 3/175 14811
/proc/meminfo: memFree=28241328/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=409.36 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 40308 628 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382590664 7961885 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 409.36
Current children cumulated vsize (KiB) 48576

[startup+422.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240676/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=422.17 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 41568 649 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382587912 4531480 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 422.17
Current children cumulated vsize (KiB) 48576

[startup+425.5 s]
/proc/loadavg: 2.04 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240692/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=425.36 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 41882 654 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382591768 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 425.36
Current children cumulated vsize (KiB) 48576

[startup+427.1 s]
/proc/loadavg: 2.03 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=426.96 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 42040 656 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588552 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 426.96
Current children cumulated vsize (KiB) 48576

[startup+428.7 s]
/proc/loadavg: 2.03 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=428.56 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 42198 658 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588552 8056766 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 428.56
Current children cumulated vsize (KiB) 48576

[startup+429.1 s]
/proc/loadavg: 2.03 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=428.96 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11846 0 0 0 42238 658 0 0 20 0 1 0 268304708 49741824 11127 33554432000 4194304 10219143 140735382595296 140735382588552 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11127 824 1471 0 10664 0
Current children cumulated CPU time (s) 428.96
Current children cumulated vsize (KiB) 48576

[startup+429.5 s]
/proc/loadavg: 2.03 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=429.36 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11847 0 0 0 42277 659 0 0 20 0 1 0 268304708 49741824 11128 33554432000 4194304 10219143 140735382595296 140735382588552 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11128 825 1471 0 10664 0
Current children cumulated CPU time (s) 429.36
Current children cumulated vsize (KiB) 48576

[startup+429.6 s]
/proc/loadavg: 2.03 2.02 1.97 3/176 14814
/proc/meminfo: memFree=28240700/32873852 swapFree=6848/6848
[pid=14809] ppid=14807 vsize=48576 CPUtime=429.46 cores=0,2,4,6
/proc/14809/stat : 14809 (scip-2.1.1.4exp) R 14807 14809 14323 0 -1 4202496 11847 0 0 0 42287 659 0 0 20 0 1 0 268304708 49741824 11128 33554432000 4194304 10219143 140735382595296 140735382588552 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14809/statm: 12144 11128 825 1471 0 10664 0
Current children cumulated CPU time (s) 429.46
Current children cumulated vsize (KiB) 48576

Child status: 0
Real time (s): 429.662
CPU time (s): 429.534
CPU user time (s): 422.934
CPU system time (s): 6.6
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 51000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.934
system time used= 6.6
maximum resident set size= 45052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11852
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= 12
involuntary context switches= 947

runsolver used 0.715891 second user time and 2.16467 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 10:43:08
IDJOB=3691587
IDBENCH=1315
IDSOLVER=2271
FILE ID=node128/3691587-1338021788
RUNJOBID= node128-1338017079-14339
PBS_JOBID= 14624370
Free space on /tmp= 71228 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.1900556231.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-3691587-1338021788/watcher-3691587-1338021788 -o /tmp/evaluation-result-3691587-1338021788/solver-3691587-1338021788 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691587-1338021788.opb -t 1800 -m 15500

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

MD5SUM BENCH= 12591fb3a3171df58322c5e93cb6a45b
RANDOM SEED=1566417568

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28284664 kB
Buffers:          274828 kB
Cached:          3476084 kB
SwapCached:            0 kB
Active:           921764 kB
Inactive:        2883560 kB
Active(anon):      56720 kB
Inactive(anon):        0 kB
Active(file):     865044 kB
Inactive(file):  2883560 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13704 kB
Writeback:             0 kB
AnonPages:         60640 kB
Mapped:            17728 kB
Shmem:               204 kB
Slab:             646916 kB
SReclaimable:      89440 kB
SUnreclaim:       557476 kB
KernelStack:        1440 kB
PageTables:         3420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     167888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71212 MiB
End job on node128 at 2012-05-26 10:50:18