Trace number 3690421

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedUNSAT 344.306 344.366

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: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690421-1338016936.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.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.03/0.04	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.03/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.03/0.06	c presolving (4 rounds):
0.03/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.03/0.06	c  242 implications, 22 cliques
0.03/0.06	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.03/0.06	c       1 constraints of type <knapsack>
0.03/0.06	c      22 constraints of type <setppc>
0.03/0.06	c    2420 constraints of type <logicor>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.05
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 2.1.1.4
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1797
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 13950
0.03/0.06	c 
0.03/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c limits/solutions = 1
0.03/0.06	c 
0.03/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.06	c separating/maxrounds = 1
0.03/0.06	c 
0.03/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/maxroundsroot = 5
0.03/0.06	c 
0.03/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.06	c # [type: int, range: [1,2], default: 1]
0.03/0.06	c timing/clocktype = 2
0.03/0.06	c 
0.03/0.06	c # belongs reading time to solving time?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c timing/reading = TRUE
0.03/0.06	c 
0.03/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.06	c constraints/knapsack/disaggregation = FALSE
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/coefdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.06	c heuristics/crossover/freq = -1
0.03/0.06	c 
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/crossover/nodesofs = 750
0.03/0.06	c 
0.03/0.06	c # number of nodes without incumbent change that heuristic should wait
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.06	c heuristics/crossover/nwaitingnodes = 100
0.03/0.06	c 
0.03/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.06	c # [type: real, range: [0,1], default: 0.1]
0.03/0.06	c heuristics/crossover/nodesquot = 0.15
0.03/0.06	c 
0.03/0.06	c # minimum percentage of integer variables that have to be fixed 
0.03/0.06	c # [type: real, range: [0,1], default: 0.666]
0.03/0.06	c heuristics/crossover/minfixingrate = 0.5
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/feaspump/freq = -1
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/fracdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/guideddiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/intshifting/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/linesearchdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/objpscostdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.06	c # [type: real, range: [0,1], default: 0.01]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/oneopt/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/pscostdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/rens/freq = -1
0.03/0.06	c 
0.03/0.06	c # minimum percentage of integer variables that have to be fixable 
0.03/0.06	c # [type: real, range: [0,1], default: 0.5]
0.03/0.06	c heuristics/rens/minfixingrate = 0.3
0.03/0.06	c 
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/rens/nodesofs = 2000
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/rootsoldiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/rounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/shiftandpropagate/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/shifting/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/simplerounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/subnlp/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/trivial/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/trysol/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/undercover/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/veclendiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/zirounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c propagating/probing/maxprerounds = 0
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/cmir/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/flowcover/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/indoneopt/freq = -1
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/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.03/0.07	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |    93 |     - |4382k|   0 |  40 | 231 |2747 | 231 |2451 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   107 |     - |4690k|   0 |  43 | 231 |2747 | 231 |2454 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   128 |     - |4949k|   0 |  46 | 231 |2747 | 231 |2461 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   152 |     - |5409k|   0 |  50 | 231 |2747 | 231 |2464 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |   174 |     - |5609k|   0 |  53 | 231 |2747 | 231 |2465 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     2 |   174 |     - |5610k|   0 |  53 | 231 |2747 | 231 |2465 |  22 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
9.09/9.16	c   9.2s|   100 |    17 |  4800 |  46.7 |5760k|  19 |  27 | 231 |2764 | 231 |2454 |  22 |  18 |1490 | 0.000000e+00 |      --      |    Inf 
9.99/10.02	c  10.0s|   200 |    25 |  6508 |  31.8 |5825k|  20 |   - | 231 |2833 | 231 |2454 |  22 |  87 |1629 | 0.000000e+00 |      --      |    Inf 
10.48/10.50	c  10.5s|   300 |    23 |  8378 |  27.4 |5848k|  21 |  37 | 231 |2901 | 231 |2454 |  22 | 155 |1690 | 0.000000e+00 |      --      |    Inf 
10.89/10.92	c  10.9s|   400 |    29 |  9988 |  24.6 |5891k|  21 |  29 | 231 |2965 | 231 |2454 |  22 | 219 |1741 | 0.000000e+00 |      --      |    Inf 
11.18/11.25	c  11.3s|   500 |    35 | 11706 |  23.1 |5941k|  21 |  36 | 231 |3037 | 231 |2454 |  22 | 292 |1766 | 0.000000e+00 |      --      |    Inf 
11.39/11.47	c  11.5s|   600 |    32 | 13219 |  21.8 |5954k|  23 |  30 | 231 |3093 | 231 |2454 |  22 | 348 |1770 | 0.000000e+00 |      --      |    Inf 
11.59/11.69	c  11.7s|   700 |    32 | 14647 |  20.7 |5985k|  28 |  33 | 231 |3165 | 231 |2454 |  22 | 422 |1777 | 0.000000e+00 |      --      |    Inf 
11.88/11.97	c  12.0s|   800 |    36 | 16665 |  20.6 |6029k|  28 |   - | 231 |3227 | 231 |2454 |  22 | 488 |1786 | 0.000000e+00 |      --      |    Inf 
12.18/12.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.18/12.21	c  12.2s|   900 |    38 | 18302 |  20.2 |6052k|  28 |  35 | 231 |3282 | 231 |2454 |  22 | 549 |1792 | 0.000000e+00 |      --      |    Inf 
12.38/12.45	c  12.4s|  1000 |    36 | 20001 |  19.8 |6066k|  28 |  19 | 231 |3337 | 231 |2454 |  22 | 608 |1797 | 0.000000e+00 |      --      |    Inf 
12.58/12.66	c  12.7s|  1100 |    37 | 21328 |  19.2 |6090k|  28 |  35 | 231 |3397 | 231 |2454 |  22 | 671 |1805 | 0.000000e+00 |      --      |    Inf 
12.78/12.86	c  12.9s|  1200 |    37 | 22693 |  18.8 |6114k|  28 |  24 | 231 |3456 | 231 |2454 |  22 | 735 |1810 | 0.000000e+00 |      --      |    Inf 
12.98/13.08	c  13.1s|  1300 |    39 | 24143 |  18.5 |6140k|  28 |  35 | 231 |3519 | 231 |2454 |  22 | 800 |1816 | 0.000000e+00 |      --      |    Inf 
13.18/13.29	c  13.3s|  1400 |    36 | 25700 |  18.2 |6163k|  30 |   - | 231 |3581 | 231 |2454 |  22 | 868 |1818 | 0.000000e+00 |      --      |    Inf 
13.48/13.53	c  13.5s|  1500 |    36 | 27505 |  18.2 |6172k|  30 |  47 | 231 |3637 | 231 |2454 |  22 | 926 |1820 | 0.000000e+00 |      --      |    Inf 
13.68/13.75	c  13.8s|  1600 |    39 | 29170 |  18.1 |6200k|  30 |  27 | 231 |3683 | 231 |2454 |  22 | 980 |1821 | 0.000000e+00 |      --      |    Inf 
13.88/13.99	c  14.0s|  1700 |    37 | 30756 |  18.0 |6216k|  30 |   - | 231 |3722 | 231 |2454 |  22 |1023 |1828 | 0.000000e+00 |      --      |    Inf 
14.19/14.28	c  14.3s|  1800 |    41 | 32518 |  18.0 |6244k|  30 |   - | 231 |3776 | 231 |2454 |  22 |1080 |1849 | 0.000000e+00 |      --      |    Inf 
14.48/14.58	c  14.6s|  1900 |    39 | 34292 |  18.0 |6264k|  30 |   - | 231 |3828 | 231 |2454 |  22 |1139 |1867 | 0.000000e+00 |      --      |    Inf 
14.79/14.87	c  14.9s|  2000 |    39 | 35910 |  17.9 |6288k|  30 |  27 | 231 |3887 | 231 |2454 |  22 |1206 |1886 | 0.000000e+00 |      --      |    Inf 
15.18/15.21	c  15.2s|  2100 |    45 | 37973 |  18.0 |6319k|  30 |  31 | 231 |3937 | 231 |2454 |  22 |1265 |1913 | 0.000000e+00 |      --      |    Inf 
15.48/15.52	c  15.5s|  2200 |    45 | 39703 |  18.0 |6339k|  30 |  26 | 231 |3984 | 231 |2454 |  22 |1320 |1933 | 0.000000e+00 |      --      |    Inf 
15.68/15.77	c  15.8s|  2300 |    42 | 41351 |  17.9 |6364k|  30 |   - | 231 |4045 | 231 |2454 |  22 |1389 |1942 | 0.000000e+00 |      --      |    Inf 
15.99/16.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.99/16.04	c  16.0s|  2400 |    46 | 43310 |  18.0 |6383k|  30 |  36 | 231 |4093 | 231 |2454 |  22 |1461 |1947 | 0.000000e+00 |      --      |    Inf 
16.18/16.21	c  16.2s|  2500 |    46 | 44600 |  17.8 |6408k|  33 |   - | 231 |4160 | 231 |2454 |  22 |1536 |1949 | 0.000000e+00 |      --      |    Inf 
16.39/16.43	c  16.4s|  2600 |    51 | 46182 |  17.7 |6448k|  33 |  28 | 231 |4222 | 231 |2454 |  22 |1604 |1949 | 0.000000e+00 |      --      |    Inf 
16.58/16.65	c  16.6s|  2700 |    49 | 47786 |  17.6 |6465k|  33 |   - | 231 |4280 | 231 |2454 |  22 |1670 |1952 | 0.000000e+00 |      --      |    Inf 
16.78/16.86	c  16.9s|  2800 |    49 | 49171 |  17.5 |6480k|  33 |  38 | 231 |4321 | 231 |2454 |  22 |1723 |1955 | 0.000000e+00 |      --      |    Inf 
17.08/17.10	c  17.1s|  2900 |    49 | 51043 |  17.5 |6508k|  33 |   - | 231 |4377 | 231 |2454 |  22 |1793 |1956 | 0.000000e+00 |      --      |    Inf 
17.28/17.35	c  17.4s|  3000 |    55 | 52937 |  17.6 |6544k|  33 |   - | 231 |4408 |   0 |   0 |  22 |1852 |1958 | 0.000000e+00 |      --      |    Inf 
17.49/17.56	c  17.6s|  3100 |    57 | 54507 |  17.5 |6558k|  33 |   - | 231 |4441 | 231 |2454 |  22 |1900 |1959 | 0.000000e+00 |      --      |    Inf 
17.68/17.78	c  17.8s|  3200 |    61 | 56097 |  17.5 |6579k|  33 |  18 | 231 |4473 | 231 |2454 |  22 |1957 |1959 | 0.000000e+00 |      --      |    Inf 
17.88/17.98	c  18.0s|  3300 |    57 | 57701 |  17.4 |6595k|  33 |   - | 231 |4530 | 231 |2454 |  22 |2026 |1959 | 0.000000e+00 |      --      |    Inf 
18.18/18.20	c  18.2s|  3400 |    61 | 59476 |  17.4 |6625k|  33 |   - | 231 |4577 |   0 |   0 |  22 |2088 |1959 | 0.000000e+00 |      --      |    Inf 
18.38/18.42	c  18.4s|  3500 |    60 | 61143 |  17.4 |6634k|  33 |   - | 231 |4617 | 231 |2454 |  22 |2151 |1959 | 0.000000e+00 |      --      |    Inf 
18.59/18.64	c  18.6s|  3600 |    62 | 62823 |  17.4 |6655k|  33 |  32 | 231 |4654 | 231 |2454 |  22 |2208 |1959 | 0.000000e+00 |      --      |    Inf 
18.78/18.85	c  18.9s|  3700 |    61 | 64359 |  17.4 |6677k|  33 |  19 | 231 |4709 | 231 |2454 |  22 |2270 |1959 | 0.000000e+00 |      --      |    Inf 
18.98/19.06	c  19.1s|  3800 |    60 | 65991 |  17.3 |6692k|  33 |   - | 231 |4754 | 231 |2454 |  22 |2329 |1959 | 0.000000e+00 |      --      |    Inf 
19.18/19.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.18/19.27	c  19.3s|  3900 |    63 | 67394 |  17.2 |6720k|  33 |   - | 231 |4809 | 231 |2454 |  22 |2394 |1962 | 0.000000e+00 |      --      |    Inf 
19.48/19.54	c  19.5s|  4000 |    59 | 68950 |  17.2 |6725k|  33 |  21 | 231 |4852 | 231 |2454 |  22 |2455 |1980 | 0.000000e+00 |      --      |    Inf 
19.69/19.78	c  19.8s|  4100 |    58 | 70363 |  17.1 |6735k|  33 |   - | 231 |4912 | 231 |2454 |  22 |2524 |1993 | 0.000000e+00 |      --      |    Inf 
19.98/20.05	c  20.0s|  4200 |    57 | 72013 |  17.1 |6742k|  33 |  34 | 231 |4955 | 231 |2454 |  22 |2577 |2006 | 0.000000e+00 |      --      |    Inf 
20.28/20.33	c  20.3s|  4300 |    61 | 73844 |  17.1 |6776k|  33 |   - | 231 |5002 | 231 |2454 |  22 |2629 |2022 | 0.000000e+00 |      --      |    Inf 
20.48/20.56	c  20.6s|  4400 |    60 | 75228 |  17.1 |6794k|  33 |   - | 231 |5039 | 231 |2454 |  22 |2670 |2034 | 0.000000e+00 |      --      |    Inf 
20.78/20.82	c  20.8s|  4500 |    60 | 76743 |  17.0 |6812k|  33 |   - | 231 |5085 |   0 |   0 |  22 |2733 |2051 | 0.000000e+00 |      --      |    Inf 
20.98/21.08	c  21.1s|  4600 |    57 | 78309 |  17.0 |6828k|  35 |   - | 231 |5144 | 231 |2454 |  22 |2795 |2066 | 0.000000e+00 |      --      |    Inf 
21.28/21.37	c  21.4s|  4700 |    57 | 80150 |  17.0 |6837k|  35 |  40 | 231 |5197 | 231 |2454 |  22 |2855 |2084 | 0.000000e+00 |      --      |    Inf 
21.58/21.64	c  21.6s|  4800 |    59 | 81806 |  17.0 |6863k|  35 |   - | 231 |5227 | 231 |2454 |  22 |2908 |2098 | 0.000000e+00 |      --      |    Inf 
21.78/21.88	c  21.9s|  4900 |    57 | 83427 |  17.0 |6868k|  35 |  30 | 231 |5261 | 231 |2454 |  22 |2957 |2106 | 0.000000e+00 |      --      |    Inf 
22.08/22.15	c  22.2s|  5000 |    57 | 85197 |  17.0 |6888k|  35 |   - | 231 |5302 | 231 |2454 |  22 |3014 |2120 | 0.000000e+00 |      --      |    Inf 
22.37/22.46	c  22.5s|  5100 |    55 | 87192 |  17.1 |6901k|  35 |  40 | 231 |5326 | 231 |2454 |  22 |3078 |2133 | 0.000000e+00 |      --      |    Inf 
22.68/22.74	c  22.7s|  5200 |    57 | 88847 |  17.1 |6931k|  35 |   - | 231 |5341 | 231 |2454 |  22 |3123 |2147 | 0.000000e+00 |      --      |    Inf 
22.88/22.99	c  23.0s|  5300 |    67 | 90484 |  17.0 |6955k|  35 |  27 | 231 |5347 | 231 |2454 |  22 |3158 |2160 | 0.000000e+00 |      --      |    Inf 
23.18/23.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.18/23.22	c  23.2s|  5400 |    67 | 92092 |  17.0 |6967k|  35 |   - | 231 |5366 | 231 |2454 |  22 |3210 |2162 | 0.000000e+00 |      --      |    Inf 
23.38/23.43	c  23.4s|  5500 |    69 | 93643 |  17.0 |6974k|  35 |  26 | 231 |5383 | 231 |2454 |  22 |3264 |2163 | 0.000000e+00 |      --      |    Inf 
23.58/23.63	c  23.6s|  5600 |    73 | 94996 |  16.9 |6996k|  35 |  12 | 231 |5419 | 231 |2454 |  22 |3310 |2163 | 0.000000e+00 |      --      |    Inf 
23.78/23.83	c  23.8s|  5700 |    85 | 96617 |  16.9 |7029k|  35 |  34 | 231 |5423 | 231 |2454 |  22 |3343 |2164 | 0.000000e+00 |      --      |    Inf 
23.98/24.03	c  24.0s|  5800 |    81 | 98070 |  16.9 |7049k|  35 |   - | 231 |5462 | 231 |2454 |  22 |3395 |2164 | 0.000000e+00 |      --      |    Inf 
24.19/24.23	c  24.2s|  5900 |    79 | 99531 |  16.8 |7053k|  35 |   - | 231 |5492 | 231 |2454 |  22 |3433 |2164 | 0.000000e+00 |      --      |    Inf 
24.38/24.44	c  24.4s|  6000 |    78 |101090 |  16.8 |7075k|  35 |   - | 231 |5544 |   0 |   0 |  22 |3489 |2165 | 0.000000e+00 |      --      |    Inf 
24.58/24.65	c  24.7s|  6100 |    76 |102727 |  16.8 |7077k|  35 |  37 | 231 |5591 | 231 |2454 |  22 |3538 |2165 | 0.000000e+00 |      --      |    Inf 
24.78/24.87	c  24.9s|  6200 |    77 |104483 |  16.8 |7098k|  35 |  41 | 231 |5636 | 231 |2454 |  22 |3587 |2165 | 0.000000e+00 |      --      |    Inf 
24.98/25.08	c  25.1s|  6300 |    70 |106091 |  16.8 |7100k|  35 |   - | 231 |5679 | 231 |2454 |  22 |3631 |2165 | 0.000000e+00 |      --      |    Inf 
25.19/25.28	c  25.3s|  6400 |    70 |107524 |  16.8 |7126k|  35 |  14 | 231 |5732 | 231 |2454 |  22 |3700 |2165 | 0.000000e+00 |      --      |    Inf 
25.48/25.51	c  25.5s|  6500 |    66 |109298 |  16.8 |7136k|  35 |   - | 231 |5755 |   0 |   0 |  22 |3755 |2165 | 0.000000e+00 |      --      |    Inf 
25.68/25.72	c  25.7s|  6600 |    68 |110927 |  16.8 |7153k|  35 |  30 | 231 |5798 | 231 |2454 |  22 |3829 |2165 | 0.000000e+00 |      --      |    Inf 
25.88/25.91	c  25.9s|  6700 |    70 |112365 |  16.7 |7181k|  35 |   - | 231 |5858 | 231 |2454 |  22 |3894 |2165 | 0.000000e+00 |      --      |    Inf 
26.08/26.11	c  26.1s|  6800 |    70 |113815 |  16.7 |7193k|  35 |  25 | 231 |5908 | 231 |2454 |  22 |3952 |2165 | 0.000000e+00 |      --      |    Inf 
26.29/26.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.29/26.34	c  26.3s|  6900 |    64 |115138 |  16.7 |7200k|  35 |   - | 231 |5953 |   0 |   0 |  22 |4004 |2175 | 0.000000e+00 |      --      |    Inf 
26.58/26.62	c  26.6s|  7000 |    69 |116600 |  16.6 |7231k|  40 |  43 | 231 |5974 | 231 |2454 |  22 |4056 |2194 | 0.000000e+00 |      --      |    Inf 
26.78/26.88	c  26.9s|  7100 |    67 |118169 |  16.6 |7241k|  40 |   - | 231 |5997 | 231 |2454 |  22 |4113 |2203 | 0.000000e+00 |      --      |    Inf 
27.08/27.17	c  27.2s|  7200 |    67 |119963 |  16.6 |7259k|  40 |   - | 231 |6029 | 231 |2454 |  22 |4166 |2221 | 0.000000e+00 |      --      |    Inf 
27.38/27.48	c  27.5s|  7300 |    66 |121777 |  16.7 |7275k|  40 |   - | 231 |6062 | 231 |2454 |  22 |4241 |2237 | 0.000000e+00 |      --      |    Inf 
27.68/27.72	c  27.7s|  7400 |    70 |123280 |  16.6 |7295k|  40 |  34 | 231 |6097 | 231 |2454 |  22 |4310 |2247 | 0.000000e+00 |      --      |    Inf 
27.88/27.95	c  27.9s|  7500 |    69 |124685 |  16.6 |7309k|  40 |   - | 231 |6141 | 231 |2454 |  22 |4369 |2255 | 0.000000e+00 |      --      |    Inf 
28.18/28.22	c  28.2s|  7600 |    71 |126219 |  16.6 |7342k|  40 |   - | 231 |6173 | 231 |2454 |  22 |4434 |2272 | 0.000000e+00 |      --      |    Inf 
28.37/28.45	c  28.4s|  7700 |    70 |127650 |  16.6 |7363k|  40 |   - | 231 |6225 |   0 |   0 |  22 |4511 |2281 | 0.000000e+00 |      --      |    Inf 
28.67/28.72	c  28.7s|  7800 |    70 |129205 |  16.5 |7375k|  40 |   - | 231 |6271 | 231 |2454 |  22 |4568 |2298 | 0.000000e+00 |      --      |    Inf 
28.88/28.99	c  29.0s|  7900 |    70 |130817 |  16.5 |7384k|  40 |  26 | 231 |6301 | 231 |2454 |  22 |4626 |2311 | 0.000000e+00 |      --      |    Inf 
29.17/29.27	c  29.3s|  8000 |    74 |132362 |  16.5 |7420k|  40 |   - | 231 |6338 |   0 |   0 |  22 |4695 |2331 | 0.000000e+00 |      --      |    Inf 
29.48/29.53	c  29.5s|  8100 |    72 |134118 |  16.5 |7429k|  40 |   - | 231 |6378 | 231 |2454 |  22 |4760 |2339 | 0.000000e+00 |      --      |    Inf 
29.68/29.79	c  29.8s|  8200 |    78 |135770 |  16.5 |7450k|  40 |  21 | 231 |6387 | 231 |2454 |  22 |4808 |2350 | 0.000000e+00 |      --      |    Inf 
29.88/29.98	c  30.0s|  8300 |    74 |137294 |  16.5 |7459k|  40 |   - | 231 |6431 | 231 |2454 |  22 |4868 |2350 | 0.000000e+00 |      --      |    Inf 
30.07/30.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.07/30.18	c  30.2s|  8400 |    83 |138679 |  16.5 |7483k|  40 |  15 | 231 |6447 | 231 |2454 |  22 |4909 |2353 | 0.000000e+00 |      --      |    Inf 
30.28/30.38	c  30.4s|  8500 |    81 |140073 |  16.5 |7492k|  40 |   - | 231 |6474 | 231 |2454 |  22 |4957 |2358 | 0.000000e+00 |      --      |    Inf 
30.48/30.58	c  30.6s|  8600 |    81 |141576 |  16.4 |7500k|  40 |   - | 231 |6489 | 231 |2454 |  22 |4993 |2359 | 0.000000e+00 |      --      |    Inf 
30.69/30.75	c  30.8s|  8700 |    82 |142707 |  16.4 |7515k|  40 |  27 | 231 |6531 | 231 |2454 |  22 |5049 |2359 | 0.000000e+00 |      --      |    Inf 
30.88/30.97	c  31.0s|  8800 |    82 |144425 |  16.4 |7528k|  40 |   - | 231 |6550 | 231 |2454 |  22 |5094 |2359 | 0.000000e+00 |      --      |    Inf 
31.07/31.19	c  31.2s|  8900 |    82 |146058 |  16.4 |7527k|  40 |   - | 231 |6543 | 231 |2454 |  22 |5140 |2360 | 0.000000e+00 |      --      |    Inf 
31.38/31.40	c  31.4s|  9000 |    81 |147747 |  16.4 |7531k|  40 |   - | 231 |6559 | 231 |2454 |  22 |5201 |2360 | 0.000000e+00 |      --      |    Inf 
31.58/31.60	c  31.6s|  9100 |    83 |149352 |  16.4 |7553k|  40 |   - | 231 |6594 |   0 |   0 |  22 |5240 |2360 | 0.000000e+00 |      --      |    Inf 
31.68/31.80	c  31.8s|  9200 |    81 |150890 |  16.4 |7556k|  40 |  29 | 231 |6624 | 231 |2454 |  22 |5284 |2360 | 0.000000e+00 |      --      |    Inf 
31.98/32.00	c  32.0s|  9300 |    83 |152542 |  16.4 |7580k|  40 |  26 | 231 |6670 | 231 |2454 |  22 |5340 |2360 | 0.000000e+00 |      --      |    Inf 
32.17/32.20	c  32.2s|  9400 |    79 |154050 |  16.4 |7588k|  40 |   - | 231 |6707 | 231 |2454 |  22 |5384 |2360 | 0.000000e+00 |      --      |    Inf 
32.38/32.40	c  32.4s|  9500 |    85 |155560 |  16.4 |7614k|  40 |  28 | 231 |6758 | 231 |2454 |  22 |5442 |2360 | 0.000000e+00 |      --      |    Inf 
32.48/32.59	c  32.6s|  9600 |    82 |157094 |  16.3 |7623k|  40 |  38 | 231 |6797 | 231 |2454 |  22 |5488 |2360 | 0.000000e+00 |      --      |    Inf 
32.68/32.79	c  32.8s|  9700 |    81 |158514 |  16.3 |7642k|  40 |  18 | 231 |6838 | 231 |2454 |  22 |5542 |2360 | 0.000000e+00 |      --      |    Inf 
32.88/32.99	c  33.0s|  9800 |    84 |159957 |  16.3 |7658k|  40 |  15 | 231 |6844 | 231 |2454 |  22 |5599 |2360 | 0.000000e+00 |      --      |    Inf 
33.08/33.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.08/33.19	c  33.2s|  9900 |    84 |161449 |  16.3 |7680k|  40 |   - | 231 |6883 | 231 |2454 |  22 |5659 |2360 | 0.000000e+00 |      --      |    Inf 
33.27/33.39	c  33.4s| 10000 |    84 |162856 |  16.3 |7689k|  40 |  32 | 231 |6912 | 231 |2454 |  22 |5708 |2360 | 0.000000e+00 |      --      |    Inf 
33.57/33.67	c  33.7s| 10100 |    80 |164655 |  16.3 |7682k|  40 |   - | 231 |6929 | 231 |2454 |  22 |5758 |2373 | 0.000000e+00 |      --      |    Inf 
33.88/33.92	c  33.9s| 10200 |    78 |166197 |  16.3 |7681k|  40 |   - | 231 |6930 | 231 |2454 |  22 |5817 |2380 | 0.000000e+00 |      --      |    Inf 
34.08/34.19	c  34.2s| 10300 |    78 |167853 |  16.3 |7681k|  40 |  41 | 231 |6932 | 231 |2454 |  22 |5857 |2394 | 0.000000e+00 |      --      |    Inf 
34.38/34.45	c  34.5s| 10400 |    84 |169402 |  16.3 |7696k|  40 |   - | 231 |6905 | 231 |2454 |  22 |5917 |2407 | 0.000000e+00 |      --      |    Inf 
34.67/34.72	c  34.7s| 10500 |    84 |171105 |  16.3 |7704k|  40 |   - | 231 |6925 | 231 |2454 |  22 |5978 |2417 | 0.000000e+00 |      --      |    Inf 
34.97/35.00	c  35.0s| 10600 |    88 |172868 |  16.3 |7709k|  40 |  30 | 231 |6927 | 231 |2454 |  22 |6029 |2431 | 0.000000e+00 |      --      |    Inf 
35.19/35.28	c  35.3s| 10700 |    88 |174664 |  16.3 |7725k|  40 |  37 | 231 |6964 | 231 |2454 |  22 |6085 |2443 | 0.000000e+00 |      --      |    Inf 
35.48/35.55	c  35.6s| 10800 |    88 |176325 |  16.3 |7746k|  40 |   - | 231 |7000 | 231 |2454 |  22 |6148 |2457 | 0.000000e+00 |      --      |    Inf 
35.78/35.84	c  35.8s| 10900 |    84 |178050 |  16.3 |7749k|  40 |  33 | 231 |7035 | 231 |2454 |  22 |6209 |2473 | 0.000000e+00 |      --      |    Inf 
36.07/36.11	c  36.1s| 11000 |    84 |179752 |  16.3 |7761k|  40 |   - | 231 |7073 | 231 |2454 |  22 |6269 |2486 | 0.000000e+00 |      --      |    Inf 
36.29/36.33	c  36.3s| 11100 |    83 |181167 |  16.3 |7776k|  40 |  22 | 231 |7123 | 231 |2454 |  22 |6331 |2494 | 0.000000e+00 |      --      |    Inf 
36.48/36.59	c  36.6s| 11200 |    83 |182823 |  16.3 |7798k|  40 |   - | 231 |7144 | 231 |2454 |  22 |6388 |2504 | 0.000000e+00 |      --      |    Inf 
36.77/36.80	c  36.8s| 11300 |    81 |184201 |  16.3 |7805k|  40 |  40 | 231 |7188 | 231 |2454 |  22 |6439 |2506 | 0.000000e+00 |      --      |    Inf 
36.97/37.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.97/37.03	c  37.0s| 11400 |    86 |185736 |  16.3 |7845k|  40 |   - | 231 |7178 |   0 |   0 |  22 |6502 |2511 | 0.000000e+00 |      --      |    Inf 
37.18/37.26	c  37.3s| 11500 |    86 |187281 |  16.3 |7843k|  40 |   - | 231 |7174 | 231 |2454 |  22 |6553 |2514 | 0.000000e+00 |      --      |    Inf 
37.39/37.48	c  37.5s| 11600 |    85 |188976 |  16.3 |7840k|  40 |   - | 231 |7158 | 231 |2454 |  22 |6607 |2515 | 0.000000e+00 |      --      |    Inf 
37.58/37.68	c  37.7s| 11700 |    86 |190391 |  16.3 |7839k|  40 |  33 | 231 |7157 | 231 |2454 |  22 |6671 |2515 | 0.000000e+00 |      --      |    Inf 
37.87/37.92	c  37.9s| 11800 |    87 |192204 |  16.3 |7859k|  40 |  34 | 231 |7185 | 231 |2454 |  22 |6749 |2515 | 0.000000e+00 |      --      |    Inf 
38.07/38.16	c  38.2s| 11900 |    84 |194003 |  16.3 |7852k|  40 |   - | 231 |7157 | 231 |2454 |  22 |6811 |2515 | 0.000000e+00 |      --      |    Inf 
38.28/38.38	c  38.4s| 12000 |    88 |195655 |  16.3 |7867k|  40 |   - | 231 |7157 | 231 |2454 |  22 |6878 |2515 | 0.000000e+00 |      --      |    Inf 
38.58/38.64	c  38.6s| 12100 |    85 |197624 |  16.3 |7856k|  40 |  29 | 231 |7127 | 231 |2454 |  22 |6941 |2517 | 0.000000e+00 |      --      |    Inf 
38.78/38.84	c  38.8s| 12200 |    86 |199171 |  16.3 |7856k|  40 |  38 | 231 |7120 | 231 |2454 |  22 |6997 |2517 | 0.000000e+00 |      --      |    Inf 
38.98/39.08	c  39.1s| 12300 |    84 |200849 |  16.3 |7851k|  40 |   - | 231 |7102 | 231 |2454 |  22 |7061 |2517 | 0.000000e+00 |      --      |    Inf 
39.28/39.31	c  39.3s| 12400 |    80 |202630 |  16.3 |7854k|  40 |   - | 231 |7120 | 231 |2454 |  22 |7123 |2517 | 0.000000e+00 |      --      |    Inf 
39.49/39.53	c  39.5s| 12500 |    80 |204368 |  16.3 |7870k|  40 |  22 | 231 |7157 | 231 |2454 |  22 |7188 |2517 | 0.000000e+00 |      --      |    Inf 
39.68/39.74	c  39.7s| 12600 |    79 |205819 |  16.3 |7868k|  40 |  32 | 231 |7151 | 231 |2454 |  22 |7268 |2517 | 0.000000e+00 |      --      |    Inf 
39.88/39.98	c  40.0s| 12700 |    81 |207610 |  16.3 |7858k|  40 |  29 | 231 |7118 | 231 |2454 |  22 |7328 |2517 | 0.000000e+00 |      --      |    Inf 
40.17/40.20	c  40.2s| 12800 |    80 |209216 |  16.3 |7856k|  40 |  34 | 231 |7095 | 231 |2454 |  22 |7400 |2517 | 0.000000e+00 |      --      |    Inf 
40.38/40.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.38/40.40	c  40.4s| 12900 |    82 |210667 |  16.3 |7875k|  40 |  34 | 231 |7118 | 231 |2454 |  22 |7473 |2517 | 0.000000e+00 |      --      |    Inf 
40.58/40.61	c  40.6s| 13000 |    78 |212302 |  16.3 |7859k|  40 |  35 | 231 |7145 | 231 |2454 |  22 |7539 |2517 | 0.000000e+00 |      --      |    Inf 
40.78/40.81	c  40.8s| 13100 |    78 |213725 |  16.3 |7867k|  40 |   - | 231 |7155 | 231 |2454 |  22 |7604 |2517 | 0.000000e+00 |      --      |    Inf 
40.98/41.02	c  41.0s| 13200 |    77 |215335 |  16.3 |7879k|  40 |   - | 231 |7197 | 231 |2454 |  22 |7674 |2517 | 0.000000e+00 |      --      |    Inf 
41.18/41.26	c  41.3s| 13300 |    77 |217222 |  16.3 |7873k|  40 |  42 | 231 |7204 | 231 |2454 |  22 |7733 |2517 | 0.000000e+00 |      --      |    Inf 
41.37/41.49	c  41.5s| 13400 |    80 |218921 |  16.3 |7889k|  40 |  34 | 231 |7231 | 231 |2454 |  22 |7802 |2517 | 0.000000e+00 |      --      |    Inf 
41.68/41.72	c  41.7s| 13500 |    85 |220776 |  16.3 |7922k|  40 |  23 | 231 |7282 | 231 |2454 |  22 |7867 |2517 | 0.000000e+00 |      --      |    Inf 
41.88/41.92	c  41.9s| 13600 |    84 |222315 |  16.3 |7931k|  40 |   - | 231 |7317 | 231 |2454 |  22 |7929 |2517 | 0.000000e+00 |      --      |    Inf 
42.07/42.13	c  42.1s| 13700 |    84 |223814 |  16.3 |7941k|  40 |   - | 231 |7337 | 231 |2454 |  22 |7986 |2517 | 0.000000e+00 |      --      |    Inf 
42.28/42.35	c  42.3s| 13800 |    87 |225499 |  16.3 |7960k|  40 |   - | 231 |7374 | 231 |2454 |  22 |8049 |2517 | 0.000000e+00 |      --      |    Inf 
42.48/42.55	c  42.6s| 13900 |    87 |227021 |  16.3 |7979k|  40 |   - | 231 |7430 | 231 |2454 |  22 |8122 |2517 | 0.000000e+00 |      --      |    Inf 
42.68/42.75	c  42.8s| 14000 |    87 |228386 |  16.3 |7996k|  40 |   - | 231 |7471 | 231 |2454 |  22 |8181 |2517 | 0.000000e+00 |      --      |    Inf 
42.88/42.95	c  43.0s| 14100 |    85 |229849 |  16.3 |7993k|  40 |   - | 231 |7471 | 231 |2454 |  22 |8245 |2517 | 0.000000e+00 |      --      |    Inf 
43.08/43.15	c  43.2s| 14200 |    85 |231244 |  16.3 |8000k|  40 |  18 | 231 |7467 | 231 |2454 |  22 |8311 |2517 | 0.000000e+00 |      --      |    Inf 
43.27/43.38	c  43.4s| 14300 |    87 |232962 |  16.3 |8002k|  40 |  32 | 231 |7446 | 231 |2454 |  22 |8376 |2517 | 0.000000e+00 |      --      |    Inf 
43.48/43.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.48/43.57	c  43.6s| 14400 |    85 |234326 |  16.3 |8009k|  40 |  20 | 231 |7473 | 231 |2454 |  22 |8439 |2517 | 0.000000e+00 |      --      |    Inf 
43.68/43.77	c  43.8s| 14500 |    83 |235847 |  16.3 |8008k|  40 |  36 | 231 |7498 | 231 |2454 |  22 |8496 |2517 | 0.000000e+00 |      --      |    Inf 
43.88/44.00	c  44.0s| 14600 |    89 |237559 |  16.3 |8021k|  40 |  37 | 231 |7473 | 231 |2454 |  22 |8555 |2517 | 0.000000e+00 |      --      |    Inf 
44.07/44.20	c  44.2s| 14700 |    91 |238996 |  16.2 |8031k|  40 |   - | 231 |7477 | 231 |2454 |  22 |8618 |2517 | 0.000000e+00 |      --      |    Inf 
44.38/44.42	c  44.4s| 14800 |    91 |240681 |  16.3 |8015k|  40 |  26 | 231 |7437 | 231 |2454 |  22 |8682 |2517 | 0.000000e+00 |      --      |    Inf 
44.58/44.61	c  44.6s| 14900 |    91 |242179 |  16.2 |8022k|  40 |   - | 231 |7442 | 231 |2454 |  22 |8739 |2517 | 0.000000e+00 |      --      |    Inf 
44.78/44.80	c  44.8s| 15000 |    91 |243515 |  16.2 |8021k|  40 |  37 | 231 |7441 | 231 |2454 |  22 |8791 |2517 | 0.000000e+00 |      --      |    Inf 
44.88/44.98	c  45.0s| 15100 |    91 |244818 |  16.2 |8026k|  40 |  31 | 231 |7449 | 231 |2454 |  22 |8838 |2517 | 0.000000e+00 |      --      |    Inf 
45.08/45.18	c  45.2s| 15200 |    89 |246379 |  16.2 |8037k|  40 |   - | 231 |7471 | 231 |2454 |  22 |8889 |2517 | 0.000000e+00 |      --      |    Inf 
45.38/45.40	c  45.4s| 15300 |    91 |247989 |  16.2 |8048k|  40 |   - | 231 |7470 | 231 |2454 |  22 |8945 |2517 | 0.000000e+00 |      --      |    Inf 
45.58/45.62	c  45.6s| 15400 |    89 |249713 |  16.2 |8043k|  40 |   - | 231 |7480 | 231 |2454 |  22 |9003 |2517 | 0.000000e+00 |      --      |    Inf 
45.78/45.83	c  45.8s| 15500 |    92 |251241 |  16.2 |8037k|  40 |  22 | 231 |7438 | 231 |2454 |  22 |9075 |2517 | 0.000000e+00 |      --      |    Inf 
45.98/46.03	c  46.0s| 15600 |    91 |252799 |  16.2 |8041k|  40 |  26 | 231 |7449 | 231 |2454 |  22 |9155 |2517 | 0.000000e+00 |      --      |    Inf 
46.18/46.27	c  46.3s| 15700 |    92 |254679 |  16.2 |8041k|  40 |  38 | 231 |7422 | 231 |2454 |  22 |9226 |2517 | 0.000000e+00 |      --      |    Inf 
46.47/46.51	c  46.5s| 15800 |    90 |256540 |  16.2 |8024k|  40 |  39 | 231 |7384 | 231 |2454 |  22 |9297 |2517 | 0.000000e+00 |      --      |    Inf 
46.67/46.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.67/46.77	c  46.8s| 15900 |    92 |258533 |  16.3 |8044k|  40 |   - | 231 |7391 | 231 |2454 |  22 |9366 |2517 | 0.000000e+00 |      --      |    Inf 
46.88/46.99	c  47.0s| 16000 |    92 |260246 |  16.3 |8039k|  40 |  35 | 231 |7378 | 231 |2454 |  22 |9434 |2517 | 0.000000e+00 |      --      |    Inf 
47.18/47.21	c  47.2s| 16100 |    92 |261940 |  16.3 |8022k|  40 |  36 | 231 |7322 | 231 |2454 |  22 |9495 |2517 | 0.000000e+00 |      --      |    Inf 
47.38/47.42	c  47.4s| 16200 |    96 |263472 |  16.3 |8031k|  40 |   - | 231 |7306 | 231 |2454 |  22 |9549 |2517 | 0.000000e+00 |      --      |    Inf 
47.58/47.62	c  47.6s| 16300 |    96 |265043 |  16.3 |8043k|  40 |   - | 231 |7338 | 231 |2454 |  22 |9617 |2517 | 0.000000e+00 |      --      |    Inf 
47.67/47.79	c  47.8s| 16400 |    98 |266290 |  16.2 |8063k|  40 |  18 | 231 |7394 | 231 |2454 |  22 |9678 |2517 | 0.000000e+00 |      --      |    Inf 
47.97/48.00	c  48.0s| 16500 |    95 |267883 |  16.2 |8071k|  40 |  30 | 231 |7433 | 231 |2454 |  22 |9737 |2517 | 0.000000e+00 |      --      |    Inf 
48.18/48.22	c  48.2s| 16600 |    93 |269491 |  16.2 |8077k|  40 |   - | 231 |7454 | 231 |2454 |  22 |9796 |2517 | 0.000000e+00 |      --      |    Inf 
48.38/48.44	c  48.4s| 16700 |    94 |271223 |  16.2 |8096k|  40 |   - | 231 |7482 | 231 |2454 |  22 |9857 |2517 | 0.000000e+00 |      --      |    Inf 
48.57/48.67	c  48.7s| 16800 |    92 |272969 |  16.2 |8090k|  40 |   - | 231 |7481 | 231 |2454 |  22 |9915 |2517 | 0.000000e+00 |      --      |    Inf 
48.87/48.92	c  48.9s| 16900 |    93 |274954 |  16.3 |8099k|  40 |   - | 231 |7490 | 231 |2454 |  22 |9975 |2517 | 0.000000e+00 |      --      |    Inf 
49.07/49.16	c  49.2s| 17000 |    91 |276838 |  16.3 |8079k|  40 |   - | 231 |7426 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
49.39/49.41	c  49.4s| 17100 |    92 |278739 |  16.3 |8070k|  40 |  29 | 231 |7404 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
49.58/49.61	c  49.6s| 17200 |    91 |280216 |  16.3 |8085k|  40 |   - | 231 |7442 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
49.78/49.86	c  49.9s| 17300 |    92 |282139 |  16.3 |8066k|  40 |   - | 231 |7367 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
49.97/50.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.97/50.09	c  50.1s| 17400 |    92 |283871 |  16.3 |8051k|  40 |   - | 231 |7300 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
50.27/50.34	c  50.3s| 17500 |    91 |285908 |  16.3 |8046k|  40 |   - | 231 |7281 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
50.48/50.58	c  50.6s| 17600 |    90 |287811 |  16.3 |8035k|  40 |  33 | 231 |7272 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
50.78/50.81	c  50.8s| 17700 |    92 |289570 |  16.4 |8013k|  40 |  33 | 231 |7189 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
50.88/50.99	c  51.0s| 17800 |    92 |290914 |  16.3 |8018k|  40 |  29 | 231 |7200 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.17/51.20	c  51.2s| 17900 |    94 |292403 |  16.3 |8027k|  40 |   - | 231 |7205 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.37/51.42	c  51.4s| 18000 |    94 |294007 |  16.3 |8041k|  40 |   - | 231 |7237 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.58/51.65	c  51.6s| 18100 |    92 |295804 |  16.3 |8044k|  40 |   - | 231 |7260 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.78/51.86	c  51.9s| 18200 |    92 |297426 |  16.3 |8057k|  40 |   - | 231 |7304 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
51.97/52.09	c  52.1s| 18300 |    94 |299155 |  16.3 |8008k|  40 |  44 | 231 |7192 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.28/52.32	c  52.3s| 18400 |    94 |300973 |  16.3 |8001k|  40 |  28 | 231 |7161 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.48/52.55	c  52.5s| 18500 |    94 |302696 |  16.4 |7986k|  40 |  32 | 231 |7110 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.68/52.76	c  52.8s| 18600 |    92 |304340 |  16.4 |7987k|  40 |   - | 231 |7104 | 231 |2454 |  22 |  10k|2517 | 0.000000e+00 |      --      |    Inf 
52.97/53.02	c  53.0s| 18700 |    87 |306374 |  16.4 |7969k|  40 |   - | 231 |7087 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
53.18/53.26	c  53.3s| 18800 |    85 |308197 |  16.4 |7955k|  40 |   - | 231 |7065 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
53.37/53.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.37/53.45	c  53.5s| 18900 |    87 |309625 |  16.4 |7954k|  40 |  28 | 231 |7052 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
53.58/53.66	c  53.7s| 19000 |    85 |311147 |  16.4 |7949k|  40 |   - | 231 |7017 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
53.78/53.87	c  53.9s| 19100 |    87 |312685 |  16.4 |7956k|  40 |   - | 231 |7027 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
54.07/54.10	c  54.1s| 19200 |    85 |314446 |  16.4 |7955k|  40 |  33 | 231 |7048 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
54.27/54.32	c  54.3s| 19300 |    83 |316155 |  16.4 |7968k|  40 |   - | 231 |7095 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
54.47/54.52	c  54.5s| 19400 |    89 |317668 |  16.4 |7984k|  40 |   - | 231 |7100 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
54.67/54.73	c  54.7s| 19500 |    93 |319362 |  16.4 |8003k|  40 |  32 | 231 |7143 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
54.88/54.93	c  54.9s| 19600 |    93 |320946 |  16.4 |8026k|  40 |   - | 231 |7183 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.08/55.13	c  55.1s| 19700 |    89 |322400 |  16.4 |8031k|  40 |  27 | 231 |7224 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.28/55.32	c  55.3s| 19800 |    85 |323787 |  16.3 |8042k|  40 |   - | 231 |7276 |   0 |   0 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.47/55.55	c  55.5s| 19900 |    88 |325550 |  16.4 |8061k|  40 |   - | 231 |7326 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.67/55.79	c  55.8s| 20000 |    91 |327480 |  16.4 |8078k|  40 |  38 | 231 |7351 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
55.87/56.00	c  56.0s| 20100 |    93 |329147 |  16.4 |8105k|  40 |   - | 231 |7398 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.18/56.22	c  56.2s| 20200 |    91 |330945 |  16.4 |8118k|  40 |   - | 231 |7447 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.38/56.43	c  56.4s| 20300 |    92 |332647 |  16.4 |8137k|  40 |   - | 231 |7491 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.57/56.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.57/56.68	c  56.7s| 20400 |    94 |334640 |  16.4 |8156k|  40 |  33 | 231 |7537 | 231 |2454 |  22 |  11k|2517 | 0.000000e+00 |      --      |    Inf 
56.87/56.92	c  56.9s| 20500 |    92 |336601 |  16.4 |8167k|  40 |  27 | 231 |7586 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
57.08/57.14	c  57.1s| 20600 |    88 |338326 |  16.4 |8183k|  40 |   - | 231 |7637 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
57.27/57.35	c  57.4s| 20700 |    89 |339881 |  16.4 |8204k|  40 |  32 | 231 |7690 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
57.47/57.58	c  57.6s| 20800 |    91 |341590 |  16.4 |8224k|  40 |  36 | 231 |7731 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
57.67/57.77	c  57.8s| 20900 |    91 |342963 |  16.4 |8249k|  40 |   - | 231 |7781 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
57.87/57.99	c  58.0s| 21000 |    93 |344613 |  16.4 |8267k|  40 |  35 | 231 |7828 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
58.07/58.20	c  58.2s| 21100 |    93 |346262 |  16.4 |8288k|  40 |  33 | 231 |7884 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
58.28/58.38	c  58.4s| 21200 |    93 |347582 |  16.4 |8306k|  40 |   - | 231 |7930 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
58.47/58.59	c  58.6s| 21300 |    96 |349125 |  16.4 |8328k|  40 |  28 | 231 |7977 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
58.77/58.81	c  58.8s| 21400 |    89 |350862 |  16.4 |8324k|  40 |   - | 231 |7984 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
58.97/59.05	c  59.1s| 21500 |    91 |352587 |  16.4 |8285k|  40 |   - | 231 |7846 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
59.18/59.28	c  59.3s| 21600 |    95 |354305 |  16.4 |8287k|  40 |   - | 231 |7795 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
59.38/59.49	c  59.5s| 21700 |    97 |355917 |  16.4 |8298k|  40 |  32 | 231 |7815 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
59.68/59.70	c  59.7s| 21800 |    94 |357504 |  16.4 |8303k|  40 |   - | 231 |7838 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
59.87/59.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.87/59.91	c  59.9s| 21900 |    93 |359135 |  16.4 |8311k|  40 |   - | 231 |7869 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.07/60.14	c  60.1s| 22000 |    93 |360906 |  16.4 |8324k|  40 |   - | 231 |7909 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.27/60.37	c  60.4s| 22100 |    97 |362671 |  16.4 |8343k|  40 |   - | 231 |7917 | 231 |2454 |  22 |  12k|2517 | 0.000000e+00 |      --      |    Inf 
60.57/60.62	c  60.6s| 22200 |   102 |364625 |  16.4 |8355k|  40 |  33 | 231 |7918 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
60.78/60.85	c  60.9s| 22300 |   100 |366396 |  16.4 |8361k|  40 |  42 | 231 |7927 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
60.98/61.06	c  61.1s| 22400 |   101 |367960 |  16.4 |8384k|  40 |   - | 231 |7972 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
61.17/61.28	c  61.3s| 22500 |   105 |369748 |  16.4 |8410k|  40 |   - | 231 |8017 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
61.48/61.52	c  61.5s| 22600 |    98 |371619 |  16.4 |8410k|  40 |  36 | 231 |8074 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
61.68/61.74	c  61.7s| 22700 |   101 |373284 |  16.4 |8430k|  40 |  31 | 231 |8121 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
61.87/61.96	c  62.0s| 22800 |   102 |375030 |  16.4 |8452k|  40 |  30 | 231 |8168 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
62.17/62.20	c  62.2s| 22900 |   104 |376817 |  16.4 |8479k|  40 |  39 | 231 |8217 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
62.37/62.41	c  62.4s| 23000 |   104 |378497 |  16.4 |8507k|  40 |   - | 231 |8274 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
62.58/62.63	c  62.6s| 23100 |   104 |380135 |  16.4 |8527k|  40 |   - | 231 |8328 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
62.77/62.85	c  62.9s| 23200 |   105 |381782 |  16.4 |8552k|  40 |   - | 231 |8382 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
62.97/63.07	c  63.1s| 23300 |   104 |383480 |  16.5 |8572k|  40 |  41 | 231 |8450 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
63.18/63.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.18/63.30	c  63.3s| 23400 |   102 |385222 |  16.5 |8587k|  40 |  31 | 231 |8492 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
63.48/63.50	c  63.5s| 23500 |   101 |386704 |  16.4 |8586k|  40 |   - | 231 |8480 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
63.68/63.72	c  63.7s| 23600 |   101 |388289 |  16.4 |8589k|  40 |   - | 231 |8485 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
63.88/63.93	c  63.9s| 23700 |    99 |389684 |  16.4 |8568k|  40 |   - | 231 |8459 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.07/64.14	c  64.1s| 23800 |    97 |391208 |  16.4 |8560k|  40 |   - | 231 |8429 | 231 |2454 |  22 |  13k|2517 | 0.000000e+00 |      --      |    Inf 
64.28/64.31	c  64.3s| 23900 |    97 |392486 |  16.4 |8576k|  40 |   - | 231 |8470 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
64.48/64.52	c  64.5s| 24000 |    97 |394085 |  16.4 |8571k|  40 |  39 | 231 |8461 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
64.67/64.74	c  64.7s| 24100 |   101 |395809 |  16.4 |8587k|  40 |  22 | 231 |8469 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
64.88/64.95	c  65.0s| 24200 |    97 |397368 |  16.4 |8579k|  40 |   - | 231 |8472 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
65.17/65.20	c  65.2s| 24300 |    99 |399289 |  16.4 |8588k|  40 |   - | 231 |8443 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
65.38/65.41	c  65.4s| 24400 |   101 |400899 |  16.4 |8592k|  40 |   - | 231 |8430 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
65.48/65.59	c  65.6s| 24500 |   101 |402216 |  16.4 |8601k|  40 |   - | 231 |8459 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
65.77/65.81	c  65.8s| 24600 |   104 |403828 |  16.4 |8620k|  40 |  35 | 231 |8497 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
65.97/66.01	c  66.0s| 24700 |   104 |405355 |  16.4 |8639k|  40 |  36 | 231 |8552 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
66.18/66.23	c  66.2s| 24800 |   102 |406993 |  16.4 |8651k|  40 |  22 | 231 |8607 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
66.37/66.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.37/66.47	c  66.5s| 24900 |   100 |408825 |  16.4 |8636k|  40 |  36 | 231 |8564 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
66.57/66.69	c  66.7s| 25000 |   100 |410437 |  16.4 |8636k|  40 |   - | 231 |8509 |   0 |   0 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
66.87/66.91	c  66.9s| 25100 |   106 |412178 |  16.4 |8608k|  40 |  34 | 231 |8375 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
67.08/67.14	c  67.1s| 25200 |   104 |413981 |  16.4 |8587k|  40 |   - | 231 |8300 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
67.28/67.32	c  67.3s| 25300 |   103 |415295 |  16.4 |8588k|  40 |   - | 231 |8306 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
67.48/67.55	c  67.6s| 25400 |   102 |417122 |  16.4 |8582k|  40 |   - | 231 |8294 | 231 |2454 |  22 |  14k|2517 | 0.000000e+00 |      --      |    Inf 
67.67/67.78	c  67.8s| 25500 |   102 |419007 |  16.4 |8589k|  40 |  20 | 231 |8324 | 231 |2454 |  22 |  15k|2517 | 0.000000e+00 |      --      |    Inf 
68.08/68.10	c  68.1s| 25600 |   101 |421085 |  16.4 |8597k|  40 |   - | 231 |8331 | 231 |2454 |  22 |  15k|2532 | 0.000000e+00 |      --      |    Inf 
68.38/68.40	c  68.4s| 25700 |    99 |422942 |  16.5 |8588k|  40 |   - | 231 |8325 | 231 |2454 |  22 |  15k|2546 | 0.000000e+00 |      --      |    Inf 
68.68/68.75	c  68.7s| 25800 |   103 |425169 |  16.5 |8574k|  40 |   - | 231 |8209 |   0 |   0 |  22 |  15k|2560 | 0.000000e+00 |      --      |    Inf 
68.97/69.01	c  69.0s| 25900 |   105 |426856 |  16.5 |8550k|  40 |  24 | 231 |8134 | 231 |2454 |  22 |  15k|2570 | 0.000000e+00 |      --      |    Inf 
69.18/69.30	c  69.3s| 26000 |   101 |428620 |  16.5 |8534k|  40 |   - | 231 |8105 | 231 |2454 |  22 |  15k|2583 | 0.000000e+00 |      --      |    Inf 
69.47/69.57	c  69.6s| 26100 |    99 |430219 |  16.5 |8518k|  40 |   - | 231 |8066 |   0 |   0 |  22 |  15k|2594 | 0.000000e+00 |      --      |    Inf 
69.77/69.83	c  69.8s| 26200 |   101 |431854 |  16.5 |8501k|  40 |  33 | 231 |8009 | 231 |2454 |  22 |  15k|2605 | 0.000000e+00 |      --      |    Inf 
69.97/70.09	c  70.1s| 26300 |   105 |433487 |  16.5 |8517k|  40 |   - | 231 |8010 | 231 |2454 |  22 |  15k|2618 | 0.000000e+00 |      --      |    Inf 
70.27/70.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.27/70.36	c  70.4s| 26400 |   108 |435222 |  16.5 |8523k|  40 |  22 | 231 |8014 | 231 |2454 |  22 |  15k|2631 | 0.000000e+00 |      --      |    Inf 
70.57/70.62	c  70.6s| 26500 |   102 |436911 |  16.5 |8529k|  40 |   - | 231 |8046 | 231 |2454 |  22 |  15k|2641 | 0.000000e+00 |      --      |    Inf 
70.87/70.93	c  70.9s| 26600 |   104 |438752 |  16.5 |8516k|  40 |   - | 231 |7957 | 231 |2454 |  22 |  15k|2658 | 0.000000e+00 |      --      |    Inf 
71.18/71.20	c  71.2s| 26700 |   105 |440628 |  16.5 |8507k|  40 |   - | 231 |7897 | 231 |2454 |  22 |  15k|2666 | 0.000000e+00 |      --      |    Inf 
71.38/71.42	c  71.4s| 26800 |   103 |442137 |  16.5 |8485k|  40 |   - | 231 |7860 | 231 |2454 |  22 |  15k|2669 | 0.000000e+00 |      --      |    Inf 
71.57/71.67	c  71.7s| 26900 |   106 |443947 |  16.5 |8492k|  40 |  35 | 231 |7821 | 231 |2454 |  22 |  15k|2674 | 0.000000e+00 |      --      |    Inf 
71.87/71.92	c  71.9s| 27000 |   109 |445902 |  16.5 |8480k|  40 |  28 | 231 |7750 | 231 |2454 |  22 |  15k|2675 | 0.000000e+00 |      --      |    Inf 
72.07/72.19	c  72.2s| 27100 |   105 |447981 |  16.5 |8446k|  40 |   - | 231 |7650 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
72.37/72.40	c  72.4s| 27200 |   113 |449669 |  16.5 |8452k|  40 |   - | 231 |7614 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
72.58/72.61	c  72.6s| 27300 |   111 |451325 |  16.5 |8443k|  40 |  35 | 231 |7613 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
72.77/72.82	c  72.8s| 27400 |   111 |453014 |  16.5 |8454k|  40 |  31 | 231 |7636 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
72.97/73.07	c  73.1s| 27500 |   111 |455107 |  16.5 |8462k|  40 |   - | 231 |7643 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
73.28/73.31	c  73.3s| 27600 |   109 |457162 |  16.6 |8465k|  40 |  37 | 231 |7675 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
73.47/73.55	c  73.6s| 27700 |   104 |459049 |  16.6 |8460k|  40 |  34 | 231 |7708 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
73.68/73.78	c  73.8s| 27800 |   104 |460795 |  16.6 |8460k|  40 |   - | 231 |7680 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
73.97/74.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.97/74.02	c  74.0s| 27900 |   104 |462582 |  16.6 |8462k|  40 |  38 | 231 |7682 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
74.17/74.24	c  74.2s| 28000 |   106 |464243 |  16.6 |8463k|  40 |   - | 231 |7651 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
74.38/74.47	c  74.5s| 28100 |   110 |465998 |  16.6 |8459k|  40 |  32 | 231 |7617 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
74.57/74.67	c  74.7s| 28200 |   115 |467489 |  16.6 |8483k|  40 |  29 | 231 |7649 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
74.78/74.86	c  74.9s| 28300 |   113 |468996 |  16.6 |8499k|  40 |   - | 231 |7697 |   0 |   0 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
74.97/75.06	c  75.1s| 28400 |   119 |470525 |  16.6 |8519k|  40 |  20 | 231 |7733 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
75.17/75.25	c  75.3s| 28500 |   113 |471904 |  16.6 |8521k|  40 |  32 | 231 |7775 | 231 |2454 |  22 |  16k|2676 | 0.000000e+00 |      --      |    Inf 
75.47/75.52	c  75.5s| 28600 |   114 |473593 |  16.6 |8532k|  40 |  31 | 231 |7811 | 231 |2454 |  22 |  16k|2688 | 0.000000e+00 |      --      |    Inf 
75.78/75.81	c  75.8s| 28700 |   113 |475413 |  16.6 |8548k|  40 |  37 | 231 |7866 | 231 |2454 |  22 |  17k|2701 | 0.000000e+00 |      --      |    Inf 
75.97/76.07	c  76.1s| 28800 |   113 |477214 |  16.6 |8576k|  40 |  31 | 231 |7926 | 231 |2454 |  22 |  17k|2711 | 0.000000e+00 |      --      |    Inf 
76.27/76.37	c  76.4s| 28900 |   108 |479097 |  16.6 |8591k|  40 |   - | 231 |7996 | 231 |2454 |  22 |  17k|2726 | 0.000000e+00 |      --      |    Inf 
76.57/76.69	c  76.7s| 29000 |   113 |481121 |  16.6 |8610k|  40 |   - | 231 |8018 | 231 |2454 |  22 |  17k|2741 | 0.000000e+00 |      --      |    Inf 
76.88/76.93	c  76.9s| 29100 |   116 |482617 |  16.6 |8625k|  40 |  32 | 231 |8044 | 231 |2454 |  22 |  17k|2750 | 0.000000e+00 |      --      |    Inf 
77.17/77.22	c  77.2s| 29200 |   116 |484625 |  16.6 |8640k|  40 |  34 | 231 |8063 | 231 |2454 |  22 |  17k|2761 | 0.000000e+00 |      --      |    Inf 
77.37/77.47	c  77.5s| 29300 |   116 |486142 |  16.6 |8636k|  40 |  27 | 231 |8062 | 231 |2454 |  22 |  17k|2769 | 0.000000e+00 |      --      |    Inf 
77.67/77.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.67/77.70	c  77.7s| 29400 |   116 |487552 |  16.6 |8652k|  40 |   - | 231 |8095 | 231 |2454 |  22 |  17k|2778 | 0.000000e+00 |      --      |    Inf 
77.88/77.92	c  77.9s| 29500 |   114 |488885 |  16.6 |8666k|  40 |   - | 231 |8152 |   0 |   0 |  22 |  17k|2787 | 0.000000e+00 |      --      |    Inf 
78.08/78.19	c  78.2s| 29600 |   114 |490531 |  16.6 |8678k|  40 |   - | 231 |8182 | 231 |2454 |  22 |  17k|2800 | 0.000000e+00 |      --      |    Inf 
78.37/78.42	c  78.4s| 29700 |   114 |491833 |  16.6 |8679k|  40 |   - | 231 |8189 | 231 |2454 |  22 |  17k|2811 | 0.000000e+00 |      --      |    Inf 
78.67/78.70	c  78.7s| 29800 |   117 |493519 |  16.6 |8684k|  40 |   - | 231 |8193 |   0 |   0 |  22 |  17k|2827 | 0.000000e+00 |      --      |    Inf 
78.87/78.90	c  78.9s| 29900 |   119 |494861 |  16.5 |8694k|  40 |  32 | 231 |8219 | 231 |2454 |  22 |  17k|2835 | 0.000000e+00 |      --      |    Inf 
79.07/79.15	c  79.1s| 30000 |   117 |496420 |  16.5 |8699k|  40 |  39 | 231 |8248 | 231 |2454 |  22 |  17k|2846 | 0.000000e+00 |      --      |    Inf 
79.27/79.39	c  79.4s| 30100 |   118 |498184 |  16.5 |8716k|  40 |   - | 231 |8276 | 231 |2454 |  22 |  17k|2851 | 0.000000e+00 |      --      |    Inf 
79.57/79.61	c  79.6s| 30200 |   118 |499693 |  16.5 |8732k|  40 |   - | 231 |8320 | 231 |2454 |  22 |  17k|2856 | 0.000000e+00 |      --      |    Inf 
79.77/79.86	c  79.9s| 30300 |   116 |501552 |  16.5 |8735k|  40 |   - | 231 |8353 | 231 |2454 |  22 |  17k|2861 | 0.000000e+00 |      --      |    Inf 
79.97/80.09	c  80.1s| 30400 |   120 |503197 |  16.5 |8760k|  40 |   - | 231 |8379 | 231 |2454 |  22 |  18k|2865 | 0.000000e+00 |      --      |    Inf 
80.28/80.31	c  80.3s| 30500 |   122 |504886 |  16.5 |8777k|  40 |  33 | 231 |8421 | 231 |2454 |  22 |  18k|2867 | 0.000000e+00 |      --      |    Inf 
80.47/80.52	c  80.5s| 30600 |   119 |506320 |  16.5 |8780k|  40 |  31 | 231 |8428 | 231 |2454 |  22 |  18k|2869 | 0.000000e+00 |      --      |    Inf 
80.67/80.77	c  80.8s| 30700 |   115 |508000 |  16.5 |8763k|  40 |   - | 231 |8386 | 231 |2454 |  22 |  18k|2875 | 0.000000e+00 |      --      |    Inf 
80.87/80.99	c  81.0s| 30800 |   116 |509521 |  16.5 |8738k|  40 |   - | 231 |8370 | 231 |2454 |  22 |  18k|2877 | 0.000000e+00 |      --      |    Inf 
81.07/81.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.07/81.18	c  81.2s| 30900 |   120 |510951 |  16.5 |8751k|  40 |  19 | 231 |8380 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
81.27/81.38	c  81.4s| 31000 |   117 |512451 |  16.5 |8747k|  40 |   - | 231 |8381 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
81.57/81.65	c  81.7s| 31100 |   112 |514577 |  16.5 |8736k|  40 |   - | 231 |8383 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
81.77/81.89	c  81.9s| 31200 |   110 |516342 |  16.5 |8685k|  40 |   - | 231 |8282 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
82.07/82.12	c  82.1s| 31300 |   110 |518062 |  16.5 |8679k|  40 |  34 | 231 |8284 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
82.27/82.39	c  82.4s| 31400 |   122 |520211 |  16.6 |8672k|  40 |  28 | 231 |8148 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
82.57/82.61	c  82.6s| 31500 |   125 |521767 |  16.6 |8665k|  40 |  36 | 231 |8086 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
82.77/82.82	c  82.8s| 31600 |   122 |523344 |  16.6 |8662k|  40 |  39 | 231 |8091 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
82.97/83.04	c  83.0s| 31700 |   119 |524957 |  16.6 |8666k|  40 |   - | 231 |8109 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
83.17/83.25	c  83.2s| 31800 |   121 |526462 |  16.6 |8678k|  40 |  43 | 231 |8139 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
83.36/83.46	c  83.5s| 31900 |   119 |528041 |  16.5 |8696k|  40 |   - | 231 |8182 | 231 |2454 |  22 |  18k|2878 | 0.000000e+00 |      --      |    Inf 
83.67/83.70	c  83.7s| 32000 |   124 |529943 |  16.6 |8721k|  40 |  39 | 231 |8220 | 231 |2454 |  22 |  19k|2878 | 0.000000e+00 |      --      |    Inf 
83.87/83.94	c  83.9s| 32100 |   126 |531833 |  16.6 |8750k|  40 |   - | 231 |8267 | 231 |2454 |  22 |  19k|2878 | 0.000000e+00 |      --      |    Inf 
84.07/84.16	c  84.2s| 32200 |   125 |533330 |  16.6 |8773k|  40 |   - | 231 |8326 | 231 |2454 |  22 |  19k|2885 | 0.000000e+00 |      --      |    Inf 
84.37/84.45	c  84.5s| 32300 |   127 |535191 |  16.6 |8791k|  40 |  33 | 231 |8370 | 231 |2454 |  22 |  19k|2897 | 0.000000e+00 |      --      |    Inf 
84.67/84.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.67/84.75	c  84.8s| 32400 |   125 |537154 |  16.6 |8804k|  40 |  25 | 231 |8410 | 231 |2454 |  22 |  19k|2910 | 0.000000e+00 |      --      |    Inf 
84.86/84.99	c  85.0s| 32500 |   125 |538701 |  16.6 |8828k|  40 |   - | 231 |8459 | 231 |2454 |  22 |  19k|2919 | 0.000000e+00 |      --      |    Inf 
85.17/85.27	c  85.3s| 32600 |   125 |540310 |  16.6 |8839k|  40 |  33 | 231 |8497 | 231 |2454 |  22 |  19k|2934 | 0.000000e+00 |      --      |    Inf 
85.47/85.52	c  85.5s| 32700 |   123 |541786 |  16.6 |8851k|  40 |   - | 231 |8527 | 231 |2454 |  22 |  19k|2947 | 0.000000e+00 |      --      |    Inf 
85.67/85.78	c  85.8s| 32800 |   121 |543592 |  16.6 |8861k|  40 |   - | 231 |8572 | 231 |2454 |  22 |  19k|2952 | 0.000000e+00 |      --      |    Inf 
85.97/86.09	c  86.1s| 32900 |   125 |545372 |  16.6 |8863k|  40 |  38 | 231 |8567 | 231 |2454 |  22 |  19k|2970 | 0.000000e+00 |      --      |    Inf 
86.27/86.38	c  86.4s| 33000 |   125 |547334 |  16.6 |8877k|  40 |   - | 231 |8584 | 231 |2454 |  22 |  19k|2980 | 0.000000e+00 |      --      |    Inf 
86.56/86.63	c  86.6s| 33100 |   125 |549047 |  16.6 |8884k|  44 |   - | 231 |8601 | 231 |2454 |  22 |  19k|2986 | 0.000000e+00 |      --      |    Inf 
86.88/86.93	c  86.9s| 33200 |   129 |550950 |  16.6 |8889k|  44 |  32 | 231 |8610 | 231 |2454 |  22 |  19k|3000 | 0.000000e+00 |      --      |    Inf 
87.07/87.17	c  87.2s| 33300 |   133 |552490 |  16.6 |8897k|  44 |  18 | 231 |8603 | 231 |2454 |  22 |  19k|3007 | 0.000000e+00 |      --      |    Inf 
87.27/87.37	c  87.4s| 33400 |   130 |553775 |  16.6 |8907k|  44 |  23 | 231 |8646 | 231 |2454 |  22 |  19k|3013 | 0.000000e+00 |      --      |    Inf 
87.57/87.63	c  87.6s| 33500 |   127 |555335 |  16.6 |8895k|  44 |  40 | 231 |8641 | 231 |2454 |  22 |  19k|3026 | 0.000000e+00 |      --      |    Inf 
87.76/87.90	c  87.9s| 33600 |   129 |557072 |  16.6 |8903k|  44 |  30 | 231 |8651 | 231 |2454 |  22 |  19k|3041 | 0.000000e+00 |      --      |    Inf 
88.07/88.15	c  88.2s| 33700 |   127 |558669 |  16.6 |8913k|  44 |   - | 231 |8682 | 231 |2454 |  22 |  20k|3052 | 0.000000e+00 |      --      |    Inf 
88.37/88.43	c  88.4s| 33800 |   131 |560527 |  16.6 |8924k|  44 |  31 | 231 |8695 | 231 |2454 |  22 |  20k|3064 | 0.000000e+00 |      --      |    Inf 
88.57/88.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.57/88.68	c  88.7s| 33900 |   131 |562262 |  16.6 |8941k|  44 |  34 | 231 |8729 | 231 |2454 |  22 |  20k|3074 | 0.000000e+00 |      --      |    Inf 
88.87/88.94	c  88.9s| 34000 |   129 |563983 |  16.6 |8927k|  44 |  29 | 231 |8687 | 231 |2454 |  22 |  20k|3082 | 0.000000e+00 |      --      |    Inf 
89.07/89.15	c  89.2s| 34100 |   124 |565389 |  16.6 |8922k|  44 |   - | 231 |8696 | 231 |2454 |  22 |  20k|3087 | 0.000000e+00 |      --      |    Inf 
89.27/89.37	c  89.4s| 34200 |   126 |566904 |  16.6 |8917k|  44 |  32 | 231 |8679 | 231 |2454 |  22 |  20k|3092 | 0.000000e+00 |      --      |    Inf 
89.57/89.62	c  89.6s| 34300 |   125 |568520 |  16.6 |8925k|  44 |  38 | 231 |8705 | 231 |2454 |  22 |  20k|3103 | 0.000000e+00 |      --      |    Inf 
89.77/89.84	c  89.8s| 34400 |   125 |569948 |  16.6 |8912k|  44 |  36 | 231 |8665 | 231 |2454 |  22 |  20k|3108 | 0.000000e+00 |      --      |    Inf 
89.96/90.06	c  90.1s| 34500 |   127 |571653 |  16.6 |8891k|  44 |   - | 231 |8574 | 231 |2454 |  22 |  20k|3109 | 0.000000e+00 |      --      |    Inf 
90.17/90.25	c  90.2s| 34600 |   126 |572956 |  16.6 |8903k|  44 |  18 | 231 |8618 | 231 |2454 |  22 |  20k|3111 | 0.000000e+00 |      --      |    Inf 
90.37/90.47	c  90.5s| 34700 |   126 |574659 |  16.6 |8908k|  44 |   - | 231 |8621 | 231 |2454 |  22 |  20k|3114 | 0.000000e+00 |      --      |    Inf 
90.57/90.67	c  90.7s| 34800 |   126 |576061 |  16.5 |8910k|  44 |   - | 231 |8625 | 231 |2454 |  22 |  20k|3115 | 0.000000e+00 |      --      |    Inf 
90.77/90.88	c  90.9s| 34900 |   126 |577685 |  16.5 |8927k|  44 |  34 | 231 |8685 | 231 |2454 |  22 |  20k|3115 | 0.000000e+00 |      --      |    Inf 
90.97/91.09	c  91.1s| 35000 |   124 |579364 |  16.5 |8915k|  44 |   - | 231 |8670 | 231 |2454 |  22 |  20k|3115 | 0.000000e+00 |      --      |    Inf 
91.27/91.31	c  91.3s| 35100 |   128 |580985 |  16.5 |8910k|  44 |   - | 231 |8625 | 231 |2454 |  22 |  20k|3115 | 0.000000e+00 |      --      |    Inf 
91.47/91.52	c  91.5s| 35200 |   126 |582508 |  16.5 |8910k|  44 |   - | 231 |8626 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
91.67/91.73	c  91.7s| 35300 |   128 |584114 |  16.5 |8899k|  44 |  33 | 231 |8590 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
91.87/91.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.87/91.93	c  91.9s| 35400 |   128 |585642 |  16.5 |8903k|  44 |   - | 231 |8594 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
92.07/92.15	c  92.2s| 35500 |   128 |587277 |  16.5 |8903k|  44 |   - | 231 |8578 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
92.27/92.37	c  92.4s| 35600 |   128 |588804 |  16.5 |8897k|  44 |  36 | 231 |8566 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
92.47/92.59	c  92.6s| 35700 |   128 |590412 |  16.5 |8901k|  44 |  36 | 231 |8561 | 231 |2454 |  22 |  21k|3115 | 0.000000e+00 |      --      |    Inf 
92.77/92.83	c  92.8s| 35800 |   127 |592204 |  16.5 |8913k|  44 |  37 | 231 |8591 | 231 |2454 |  22 |  21k|3118 | 0.000000e+00 |      --      |    Inf 
92.97/93.07	c  93.1s| 35900 |   131 |594019 |  16.5 |8925k|  44 |  29 | 231 |8585 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
93.17/93.29	c  93.3s| 36000 |   132 |595697 |  16.5 |8923k|  44 |  29 | 231 |8573 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
93.37/93.48	c  93.5s| 36100 |   136 |597138 |  16.5 |8940k|  44 |  27 | 231 |8587 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
93.57/93.66	c  93.7s| 36200 |   135 |598457 |  16.5 |8957k|  44 |  32 | 231 |8632 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
93.77/93.85	c  93.9s| 36300 |   131 |599780 |  16.5 |8959k|  44 |  27 | 231 |8671 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
93.97/94.04	c  94.0s| 36400 |   131 |601252 |  16.5 |8978k|  44 |  20 | 231 |8720 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
94.17/94.25	c  94.3s| 36500 |   130 |602795 |  16.5 |8984k|  44 |  36 | 231 |8738 | 231 |2454 |  22 |  21k|3120 | 0.000000e+00 |      --      |    Inf 
94.36/94.50	c  94.5s| 36600 |   130 |604345 |  16.5 |8972k|  44 |  40 | 231 |8701 | 231 |2454 |  22 |  21k|3130 | 0.000000e+00 |      --      |    Inf 
94.67/94.74	c  94.7s| 36700 |   132 |605722 |  16.5 |8976k|  44 |  24 | 231 |8689 | 231 |2454 |  22 |  21k|3141 | 0.000000e+00 |      --      |    Inf 
94.97/95.00	c  95.0s| 36800 |   130 |607457 |  16.5 |8965k|  44 |   - | 231 |8640 | 231 |2454 |  22 |  21k|3151 | 0.000000e+00 |      --      |    Inf 
95.17/95.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.17/95.29	c  95.3s| 36900 |   132 |609016 |  16.5 |8962k|  44 |   - | 231 |8606 | 231 |2454 |  22 |  22k|3165 | 0.000000e+00 |      --      |    Inf 
95.47/95.53	c  95.5s| 37000 |   131 |610607 |  16.5 |8971k|  44 |  34 | 231 |8650 | 231 |2454 |  22 |  22k|3174 | 0.000000e+00 |      --      |    Inf 
95.67/95.72	c  95.7s| 37100 |   136 |611990 |  16.5 |9004k|  44 |  31 | 231 |8712 | 231 |2454 |  22 |  22k|3174 | 0.000000e+00 |      --      |    Inf 
95.86/95.96	c  96.0s| 37200 |   135 |613426 |  16.5 |9012k|  44 |  32 | 231 |8744 | 231 |2454 |  22 |  22k|3186 | 0.000000e+00 |      --      |    Inf 
96.16/96.22	c  96.2s| 37300 |   133 |614986 |  16.5 |9006k|  44 |  36 | 231 |8730 | 231 |2454 |  22 |  22k|3197 | 0.000000e+00 |      --      |    Inf 
96.37/96.45	c  96.5s| 37400 |   133 |616330 |  16.5 |9014k|  44 |  33 | 231 |8751 | 231 |2454 |  22 |  22k|3210 | 0.000000e+00 |      --      |    Inf 
96.67/96.75	c  96.8s| 37500 |   129 |618189 |  16.5 |8998k|  44 |   - | 231 |8712 | 231 |2454 |  22 |  22k|3225 | 0.000000e+00 |      --      |    Inf 
96.97/97.01	c  97.0s| 37600 |   129 |619884 |  16.5 |9006k|  44 |   - | 231 |8710 |   0 |   0 |  22 |  22k|3232 | 0.000000e+00 |      --      |    Inf 
97.17/97.28	c  97.3s| 37700 |   129 |621654 |  16.5 |8991k|  44 |   - | 231 |8639 | 231 |2454 |  22 |  22k|3241 | 0.000000e+00 |      --      |    Inf 
97.47/97.54	c  97.5s| 37800 |   129 |623201 |  16.5 |8986k|  44 |  36 | 231 |8629 | 231 |2454 |  22 |  22k|3251 | 0.000000e+00 |      --      |    Inf 
97.66/97.78	c  97.8s| 37900 |   125 |624825 |  16.5 |8974k|  44 |   - | 231 |8623 | 231 |2454 |  22 |  22k|3260 | 0.000000e+00 |      --      |    Inf 
97.97/98.04	c  98.0s| 38000 |   125 |626451 |  16.5 |8913k|  44 |   - | 231 |8441 | 231 |2454 |  22 |  22k|3269 | 0.000000e+00 |      --      |    Inf 
98.17/98.29	c  98.3s| 38100 |   129 |628226 |  16.5 |8904k|  44 |   - | 231 |8369 | 231 |2454 |  22 |  22k|3272 | 0.000000e+00 |      --      |    Inf 
98.46/98.54	c  98.5s| 38200 |   127 |630024 |  16.5 |8898k|  44 |   - | 231 |8366 | 231 |2454 |  22 |  22k|3279 | 0.000000e+00 |      --      |    Inf 
98.66/98.79	c  98.8s| 38300 |   127 |631832 |  16.5 |8903k|  44 |   - | 231 |8378 | 231 |2454 |  22 |  22k|3284 | 0.000000e+00 |      --      |    Inf 
98.97/99.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.97/99.03	c  99.0s| 38400 |   129 |633651 |  16.5 |8901k|  44 |   - | 231 |8362 | 231 |2454 |  22 |  22k|3286 | 0.000000e+00 |      --      |    Inf 
99.17/99.24	c  99.2s| 38500 |   131 |635157 |  16.5 |8922k|  44 |   - | 231 |8382 |   0 |   0 |  22 |  22k|3286 | 0.000000e+00 |      --      |    Inf 
99.37/99.46	c  99.5s| 38600 |   135 |636834 |  16.5 |8937k|  44 |  37 | 231 |8428 | 231 |2454 |  22 |  23k|3287 | 0.000000e+00 |      --      |    Inf 
99.56/99.68	c  99.7s| 38700 |   137 |638624 |  16.5 |8966k|  44 |  32 | 231 |8487 | 231 |2454 |  22 |  23k|3287 | 0.000000e+00 |      --      |    Inf 
99.76/99.88	c  99.9s| 38800 |   137 |640119 |  16.5 |8993k|  44 |   - | 231 |8541 | 231 |2454 |  22 |  23k|3287 | 0.000000e+00 |      --      |    Inf 
99.97/100.09	c   100s| 38900 |   141 |641680 |  16.5 |9019k|  44 |   - | 231 |8592 | 231 |2454 |  22 |  23k|3287 | 0.000000e+00 |      --      |    Inf 
100.27/100.30	c   100s| 39000 |   141 |643241 |  16.5 |9038k|  44 |  31 | 231 |8652 | 231 |2454 |  22 |  23k|3288 | 0.000000e+00 |      --      |    Inf 
100.47/100.52	c   101s| 39100 |   141 |644881 |  16.5 |9061k|  44 |  19 | 231 |8710 | 231 |2454 |  22 |  23k|3289 | 0.000000e+00 |      --      |    Inf 
100.67/100.74	c   101s| 39200 |   144 |646584 |  16.5 |9087k|  44 |  21 | 231 |8762 | 231 |2454 |  22 |  23k|3290 | 0.000000e+00 |      --      |    Inf 
100.86/100.98	c   101s| 39300 |   143 |648348 |  16.5 |9098k|  44 |  39 | 231 |8795 | 231 |2454 |  22 |  23k|3292 | 0.000000e+00 |      --      |    Inf 
101.17/101.20	c   101s| 39400 |   143 |650056 |  16.5 |9108k|  44 |  39 | 231 |8812 | 231 |2454 |  22 |  23k|3292 | 0.000000e+00 |      --      |    Inf 
101.37/101.43	c   101s| 39500 |   141 |651841 |  16.5 |9124k|  44 |   - | 231 |8855 | 231 |2454 |  22 |  23k|3292 | 0.000000e+00 |      --      |    Inf 
101.57/101.65	c   102s| 39600 |   144 |653487 |  16.5 |9140k|  44 |  35 | 231 |8893 | 231 |2454 |  22 |  23k|3292 | 0.000000e+00 |      --      |    Inf 
101.77/101.88	c   102s| 39700 |   148 |655225 |  16.5 |9174k|  44 |  34 | 231 |8944 | 231 |2454 |  22 |  23k|3293 | 0.000000e+00 |      --      |    Inf 
102.06/102.11	c   102s| 39800 |   149 |657005 |  16.5 |9201k|  44 |  32 | 231 |9014 | 231 |2454 |  22 |  23k|3293 | 0.000000e+00 |      --      |    Inf 
102.27/102.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.27/102.35	c   102s| 39900 |   144 |658823 |  16.5 |9209k|  44 |  31 | 231 |9056 | 231 |2454 |  22 |  23k|3293 | 0.000000e+00 |      --      |    Inf 
102.47/102.56	c   103s| 40000 |   146 |660407 |  16.5 |9240k|  44 |  26 | 231 |9112 | 231 |2454 |  22 |  23k|3294 | 0.000000e+00 |      --      |    Inf 
102.66/102.74	c   103s| 40100 |   145 |661739 |  16.5 |9258k|  44 |  31 | 231 |9170 | 231 |2454 |  22 |  23k|3294 | 0.000000e+00 |      --      |    Inf 
102.86/102.96	c   103s| 40200 |   147 |663363 |  16.5 |9283k|  44 |   - | 231 |9214 | 231 |2454 |  22 |  24k|3294 | 0.000000e+00 |      --      |    Inf 
103.07/103.17	c   103s| 40300 |   150 |664851 |  16.5 |9309k|  44 |   - | 231 |9259 | 231 |2454 |  22 |  24k|3295 | 0.000000e+00 |      --      |    Inf 
103.28/103.40	c   103s| 40400 |   151 |666589 |  16.5 |9329k|  44 |  30 | 231 |9305 | 231 |2454 |  22 |  24k|3295 | 0.000000e+00 |      --      |    Inf 
103.57/103.68	c   104s| 40500 |   149 |668280 |  16.5 |9346k|  44 |  31 | 231 |9363 | 231 |2454 |  22 |  24k|3309 | 0.000000e+00 |      --      |    Inf 
103.86/103.94	c   104s| 40600 |   151 |670025 |  16.5 |9375k|  44 |   - | 231 |9419 | 231 |2454 |  22 |  24k|3318 | 0.000000e+00 |      --      |    Inf 
104.07/104.18	c   104s| 40700 |   151 |671605 |  16.5 |9395k|  44 |  40 | 231 |9474 | 231 |2454 |  22 |  24k|3324 | 0.000000e+00 |      --      |    Inf 
104.38/104.44	c   104s| 40800 |   159 |673398 |  16.5 |9432k|  44 |   - | 231 |9514 | 231 |2454 |  22 |  24k|3333 | 0.000000e+00 |      --      |    Inf 
104.67/104.73	c   105s| 40900 |   157 |675174 |  16.5 |9445k|  44 |  32 | 231 |9562 | 231 |2454 |  22 |  24k|3350 | 0.000000e+00 |      --      |    Inf 
104.87/104.99	c   105s| 41000 |   155 |676979 |  16.5 |9458k|  44 |  33 | 231 |9609 | 231 |2454 |  22 |  24k|3355 | 0.000000e+00 |      --      |    Inf 
105.17/105.29	c   105s| 41100 |   153 |678765 |  16.5 |9475k|  44 |  36 | 231 |9653 | 231 |2454 |  22 |  24k|3371 | 0.000000e+00 |      --      |    Inf 
105.47/105.55	c   106s| 41200 |   148 |680584 |  16.5 |9488k|  44 |   - | 231 |9688 | 231 |2454 |  22 |  24k|3376 | 0.000000e+00 |      --      |    Inf 
105.76/105.85	c   106s| 41300 |   146 |682470 |  16.5 |9503k|  44 |   - | 231 |9732 | 231 |2454 |  22 |  24k|3389 | 0.000000e+00 |      --      |    Inf 
105.97/106.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.97/106.09	c   106s| 41400 |   148 |684028 |  16.5 |9528k|  44 |  33 | 231 |9790 | 231 |2454 |  22 |  24k|3395 | 0.000000e+00 |      --      |    Inf 
106.27/106.35	c   106s| 41500 |   144 |685499 |  16.5 |9544k|  44 |   - | 231 |9846 | 231 |2454 |  22 |  24k|3410 | 0.000000e+00 |      --      |    Inf 
106.57/106.60	c   107s| 41600 |   144 |687236 |  16.5 |9552k|  44 |  30 | 231 |9874 | 231 |2454 |  22 |  24k|3415 | 0.000000e+00 |      --      |    Inf 
106.77/106.87	c   107s| 41700 |   144 |688919 |  16.5 |9525k|  44 |  27 | 231 |9766 | 231 |2454 |  22 |  24k|3425 | 0.000000e+00 |      --      |    Inf 
107.06/107.10	c   107s| 41800 |   142 |690381 |  16.5 |9536k|  44 |   - | 231 |9804 | 231 |2454 |  22 |  25k|3436 | 0.000000e+00 |      --      |    Inf 
107.26/107.34	c   107s| 41900 |   143 |691933 |  16.5 |9554k|  44 |   - | 231 |9841 | 231 |2454 |  22 |  25k|3449 | 0.000000e+00 |      --      |    Inf 
107.57/107.63	c   108s| 42000 |   142 |693822 |  16.5 |9553k|  44 |  35 | 231 |9849 | 231 |2454 |  22 |  25k|3462 | 0.000000e+00 |      --      |    Inf 
107.77/107.88	c   108s| 42100 |   139 |695434 |  16.5 |9535k|  44 |   - | 231 |9818 | 231 |2454 |  22 |  25k|3472 | 0.000000e+00 |      --      |    Inf 
108.07/108.15	c   108s| 42200 |   143 |697093 |  16.5 |9524k|  44 |  32 | 231 |9752 | 231 |2454 |  22 |  25k|3484 | 0.000000e+00 |      --      |    Inf 
108.37/108.41	c   108s| 42300 |   143 |698861 |  16.5 |9522k|  44 |   - | 231 |9721 | 231 |2454 |  22 |  25k|3490 | 0.000000e+00 |      --      |    Inf 
108.66/108.73	c   109s| 42400 |   143 |700696 |  16.5 |9477k|  44 |  38 | 231 |9597 | 231 |2454 |  22 |  25k|3507 | 0.000000e+00 |      --      |    Inf 
108.96/109.00	c   109s| 42500 |   143 |702575 |  16.5 |9421k|  44 |  34 | 231 |9441 | 231 |2454 |  22 |  25k|3513 | 0.000000e+00 |      --      |    Inf 
109.17/109.25	c   109s| 42600 |   143 |704459 |  16.5 |9372k|  44 |  30 | 231 |9305 | 231 |2454 |  22 |  25k|3514 | 0.000000e+00 |      --      |    Inf 
109.36/109.49	c   109s| 42700 |   141 |706267 |  16.5 |9352k|  44 |  40 | 231 |9260 | 231 |2454 |  22 |  25k|3517 | 0.000000e+00 |      --      |    Inf 
109.67/109.72	c   110s| 42800 |   144 |708020 |  16.5 |9347k|  44 |  35 | 231 |9216 | 231 |2454 |  22 |  25k|3518 | 0.000000e+00 |      --      |    Inf 
109.87/109.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.87/109.96	c   110s| 42900 |   140 |709701 |  16.5 |9335k|  44 |  27 | 231 |9189 | 231 |2454 |  22 |  25k|3520 | 0.000000e+00 |      --      |    Inf 
110.06/110.15	c   110s| 43000 |   139 |711030 |  16.5 |9332k|  44 |  28 | 231 |9178 | 231 |2454 |  22 |  25k|3521 | 0.000000e+00 |      --      |    Inf 
110.26/110.38	c   110s| 43100 |   135 |712585 |  16.5 |9274k|  44 |  31 | 231 |9061 | 231 |2454 |  22 |  25k|3521 | 0.000000e+00 |      --      |    Inf 
110.57/110.63	c   111s| 43200 |   137 |714497 |  16.5 |9226k|  44 |  22 | 231 |8888 | 231 |2454 |  22 |  25k|3521 | 0.000000e+00 |      --      |    Inf 
110.77/110.88	c   111s| 43300 |   142 |716370 |  16.5 |9223k|  44 |  19 | 231 |8850 | 231 |2454 |  22 |  25k|3522 | 0.000000e+00 |      --      |    Inf 
111.07/111.12	c   111s| 43400 |   142 |718167 |  16.5 |9206k|  44 |  33 | 231 |8794 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
111.26/111.34	c   111s| 43500 |   142 |719863 |  16.5 |9209k|  44 |  28 | 231 |8804 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
111.46/111.58	c   112s| 43600 |   140 |721776 |  16.6 |9208k|  44 |  31 | 231 |8804 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
111.77/111.84	c   112s| 43700 |   140 |723805 |  16.6 |9202k|  44 |  30 | 231 |8786 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
111.97/112.05	c   112s| 43800 |   141 |725400 |  16.6 |9203k|  44 |   - | 231 |8769 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
112.17/112.26	c   112s| 43900 |   140 |727028 |  16.6 |9204k|  44 |   - | 231 |8775 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
112.36/112.48	c   112s| 44000 |   142 |728834 |  16.6 |9208k|  44 |   - | 231 |8787 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
112.67/112.71	c   113s| 44100 |   141 |730609 |  16.6 |9210k|  44 |   - | 231 |8803 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
112.86/112.93	c   113s| 44200 |   145 |732346 |  16.6 |9234k|  44 |   - | 231 |8825 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
113.06/113.16	c   113s| 44300 |   144 |734299 |  16.6 |9248k|  44 |   - | 231 |8881 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
113.27/113.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.27/113.38	c   113s| 44400 |   146 |735976 |  16.6 |9269k|  44 |   - | 231 |8911 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
113.57/113.61	c   114s| 44500 |   145 |737733 |  16.6 |9284k|  44 |   - | 231 |8952 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
113.77/113.86	c   114s| 44600 |   147 |739691 |  16.6 |9296k|  44 |   - | 231 |8971 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
114.06/114.10	c   114s| 44700 |   150 |741647 |  16.6 |9317k|  44 |   - | 231 |9010 | 231 |2454 |  22 |  26k|3522 | 0.000000e+00 |      --      |    Inf 
114.27/114.37	c   114s| 44800 |   150 |743585 |  16.6 |9328k|  44 |  38 | 231 |9048 | 231 |2454 |  22 |  26k|3531 | 0.000000e+00 |      --      |    Inf 
114.57/114.64	c   115s| 44900 |   154 |745433 |  16.6 |9358k|  44 |  30 | 231 |9091 | 231 |2454 |  22 |  26k|3542 | 0.000000e+00 |      --      |    Inf 
114.86/114.91	c   115s| 45000 |   150 |747220 |  16.6 |9367k|  44 |  38 | 231 |9141 | 231 |2454 |  22 |  27k|3555 | 0.000000e+00 |      --      |    Inf 
115.16/115.22	c   115s| 45100 |   150 |749218 |  16.6 |9384k|  44 |  37 | 231 |9180 | 231 |2454 |  22 |  27k|3571 | 0.000000e+00 |      --      |    Inf 
115.37/115.50	c   116s| 45200 |   148 |751147 |  16.6 |9397k|  44 |  38 | 231 |9221 | 231 |2454 |  22 |  27k|3578 | 0.000000e+00 |      --      |    Inf 
115.77/115.80	c   116s| 45300 |   148 |753201 |  16.6 |9421k|  44 |   - | 231 |9274 | 231 |2454 |  22 |  27k|3590 | 0.000000e+00 |      --      |    Inf 
116.07/116.11	c   116s| 45400 |   148 |755412 |  16.6 |9437k|  44 |   - | 231 |9312 | 231 |2454 |  22 |  27k|3603 | 0.000000e+00 |      --      |    Inf 
116.36/116.41	c   116s| 45500 |   146 |757481 |  16.6 |9449k|  44 |  43 | 231 |9358 | 231 |2454 |  22 |  27k|3613 | 0.000000e+00 |      --      |    Inf 
116.66/116.70	c   117s| 45600 |   146 |759411 |  16.7 |9474k|  44 |   - | 231 |9411 | 231 |2454 |  22 |  27k|3625 | 0.000000e+00 |      --      |    Inf 
116.97/117.00	c   117s| 45700 |   149 |761424 |  16.7 |9499k|  44 |   - | 231 |9463 | 231 |2454 |  22 |  27k|3635 | 0.000000e+00 |      --      |    Inf 
117.16/117.28	c   117s| 45800 |   151 |763441 |  16.7 |9521k|  44 |  37 | 231 |9513 | 231 |2454 |  22 |  27k|3645 | 0.000000e+00 |      --      |    Inf 
117.46/117.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.46/117.54	c   118s| 45900 |   149 |765291 |  16.7 |9542k|  44 |   - | 231 |9561 | 231 |2454 |  22 |  27k|3651 | 0.000000e+00 |      --      |    Inf 
117.76/117.81	c   118s| 46000 |   151 |767092 |  16.7 |9563k|  44 |   - | 231 |9614 | 231 |2454 |  22 |  27k|3663 | 0.000000e+00 |      --      |    Inf 
117.96/118.05	c   118s| 46100 |   151 |769032 |  16.7 |9587k|  44 |  37 | 231 |9678 | 231 |2454 |  22 |  27k|3664 | 0.000000e+00 |      --      |    Inf 
118.17/118.27	c   118s| 46200 |   156 |770702 |  16.7 |9622k|  44 |  37 | 231 |9738 | 231 |2454 |  22 |  27k|3666 | 0.000000e+00 |      --      |    Inf 
118.46/118.54	c   119s| 46300 |   154 |772824 |  16.7 |9640k|  44 |  24 | 231 |9774 | 231 |2454 |  22 |  27k|3668 | 0.000000e+00 |      --      |    Inf 
118.77/118.81	c   119s| 46400 |   153 |774968 |  16.7 |9648k|  44 |  31 | 231 |9819 | 231 |2454 |  22 |  27k|3670 | 0.000000e+00 |      --      |    Inf 
118.96/119.08	c   119s| 46500 |   151 |777242 |  16.7 |9671k|  44 |   - | 231 |9884 | 231 |2454 |  22 |  28k|3670 | 0.000000e+00 |      --      |    Inf 
119.26/119.31	c   119s| 46600 |   152 |779064 |  16.7 |9703k|  44 |   - | 231 |9950 | 231 |2454 |  22 |  28k|3670 | 0.000000e+00 |      --      |    Inf 
119.46/119.56	c   120s| 46700 |   152 |780978 |  16.7 |9726k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3673 | 0.000000e+00 |      --      |    Inf 
119.77/119.82	c   120s| 46800 |   155 |783142 |  16.7 |9757k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3673 | 0.000000e+00 |      --      |    Inf 
119.97/120.09	c   120s| 46900 |   153 |785172 |  16.7 |9761k|  44 |  35 | 231 |  10k| 231 |2454 |  22 |  28k|3676 | 0.000000e+00 |      --      |    Inf 
120.26/120.33	c   120s| 47000 |   152 |787085 |  16.7 |9786k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3676 | 0.000000e+00 |      --      |    Inf 
120.56/120.61	c   121s| 47100 |   147 |789022 |  16.7 |9776k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3684 | 0.000000e+00 |      --      |    Inf 
120.77/120.89	c   121s| 47200 |   149 |790584 |  16.7 |9765k|  44 |  38 | 231 |  10k| 231 |2454 |  22 |  28k|3700 | 0.000000e+00 |      --      |    Inf 
121.06/121.11	c   121s| 47300 |   148 |792109 |  16.7 |9774k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3703 | 0.000000e+00 |      --      |    Inf 
121.26/121.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.26/121.34	c   121s| 47400 |   151 |793681 |  16.7 |9786k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3706 | 0.000000e+00 |      --      |    Inf 
121.46/121.58	c   122s| 47500 |   147 |795347 |  16.7 |9770k|  44 |   - | 231 |  10k| 231 |2454 |  22 |  28k|3708 | 0.000000e+00 |      --      |    Inf 
121.66/121.79	c   122s| 47600 |   147 |796868 |  16.7 |9751k|  44 |   - | 231 |  10k|   0 |   0 |  22 |  28k|3708 | 0.000000e+00 |      --      |    Inf 
121.97/122.01	c   122s| 47700 |   147 |798439 |  16.7 |9756k|  44 |  33 | 231 |  10k| 231 |2454 |  22 |  28k|3710 | 0.000000e+00 |      --      |    Inf 
122.17/122.26	c   122s| 47800 |   143 |800248 |  16.7 |9702k|  44 |   - | 231 |9881 | 231 |2454 |  22 |  28k|3710 | 0.000000e+00 |      --      |    Inf 
122.37/122.49	c   122s| 47900 |   144 |801953 |  16.7 |9655k|  44 |  37 | 231 |9720 | 231 |2454 |  22 |  28k|3710 | 0.000000e+00 |      --      |    Inf 
122.67/122.71	c   123s| 48000 |   142 |803546 |  16.7 |9619k|  44 |   - | 231 |9642 | 231 |2454 |  22 |  28k|3710 | 0.000000e+00 |      --      |    Inf 
122.86/122.93	c   123s| 48100 |   146 |805258 |  16.7 |9603k|  44 |   - | 231 |9571 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
123.07/123.20	c   123s| 48200 |   144 |807312 |  16.7 |9563k|  44 |  37 | 231 |9481 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
123.26/123.39	c   123s| 48300 |   143 |808725 |  16.7 |9567k|  44 |   - | 231 |9491 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
123.56/123.62	c   124s| 48400 |   142 |810531 |  16.7 |9547k|  44 |   - | 231 |9444 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
123.76/123.85	c   124s| 48500 |   141 |812245 |  16.7 |9530k|  44 |  37 | 231 |9410 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
123.96/124.09	c   124s| 48600 |   138 |814082 |  16.7 |9517k|  44 |   - | 231 |9401 | 231 |2454 |  22 |  29k|3710 | 0.000000e+00 |      --      |    Inf 
124.27/124.38	c   124s| 48700 |   138 |815913 |  16.8 |9445k|  44 |  36 | 231 |9206 | 231 |2454 |  22 |  29k|3723 | 0.000000e+00 |      --      |    Inf 
124.56/124.66	c   125s| 48800 |   136 |817860 |  16.8 |9404k|  46 |  40 | 231 |9100 | 231 |2454 |  22 |  29k|3733 | 0.000000e+00 |      --      |    Inf 
124.86/124.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.86/124.97	c   125s| 48900 |   138 |819918 |  16.8 |9344k|  46 |  37 | 231 |8917 | 231 |2454 |  22 |  29k|3744 | 0.000000e+00 |      --      |    Inf 
125.16/125.21	c   125s| 49000 |   140 |821455 |  16.8 |9347k|  46 |   - | 231 |8900 | 231 |2454 |  22 |  29k|3753 | 0.000000e+00 |      --      |    Inf 
125.37/125.49	c   125s| 49100 |   138 |823339 |  16.8 |9339k|  46 |   - | 231 |8891 | 231 |2454 |  22 |  29k|3760 | 0.000000e+00 |      --      |    Inf 
125.66/125.77	c   126s| 49200 |   142 |825122 |  16.8 |9342k|  46 |   - | 231 |8863 | 231 |2454 |  22 |  29k|3775 | 0.000000e+00 |      --      |    Inf 
125.96/126.00	c   126s| 49300 |   141 |826811 |  16.8 |9348k|  46 |   - | 231 |8882 | 231 |2454 |  22 |  29k|3780 | 0.000000e+00 |      --      |    Inf 
126.16/126.27	c   126s| 49400 |   142 |828629 |  16.8 |9363k|  46 |   - | 231 |8918 | 231 |2454 |  22 |  29k|3790 | 0.000000e+00 |      --      |    Inf 
126.46/126.56	c   127s| 49500 |   137 |830403 |  16.8 |9377k|  46 |   - | 231 |8967 | 231 |2454 |  22 |  29k|3803 | 0.000000e+00 |      --      |    Inf 
126.77/126.81	c   127s| 49600 |   140 |832268 |  16.8 |9387k|  46 |  34 | 231 |8993 | 231 |2454 |  22 |  29k|3808 | 0.000000e+00 |      --      |    Inf 
127.06/127.12	c   127s| 49700 |   142 |834235 |  16.8 |9390k|  46 |   - | 231 |8972 | 231 |2454 |  22 |  29k|3823 | 0.000000e+00 |      --      |    Inf 
127.26/127.35	c   127s| 49800 |   145 |835787 |  16.8 |9392k|  46 |   - | 231 |8957 | 231 |2454 |  22 |  30k|3831 | 0.000000e+00 |      --      |    Inf 
127.47/127.59	c   128s| 49900 |   146 |837238 |  16.8 |9380k|  46 |   - | 231 |8913 | 231 |2454 |  22 |  30k|3842 | 0.000000e+00 |      --      |    Inf 
127.77/127.80	c   128s| 50000 |   150 |838698 |  16.8 |9387k|  46 |  30 | 231 |8915 | 231 |2454 |  22 |  30k|3847 | 0.000000e+00 |      --      |    Inf 
127.96/128.07	c   128s| 50100 |   145 |840416 |  16.8 |9386k|  46 |  30 | 231 |8951 | 231 |2454 |  22 |  30k|3859 | 0.000000e+00 |      --      |    Inf 
128.16/128.27	c   128s| 50200 |   145 |841653 |  16.8 |9410k|  46 |   - | 231 |9005 | 231 |2454 |  22 |  30k|3866 | 0.000000e+00 |      --      |    Inf 
128.36/128.49	c   128s| 50300 |   148 |843052 |  16.8 |9431k|  46 |  21 | 231 |9049 | 231 |2454 |  22 |  30k|3873 | 0.000000e+00 |      --      |    Inf 
128.67/128.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.67/128.74	c   129s| 50400 |   145 |844664 |  16.8 |9438k|  46 |  26 | 231 |9098 | 231 |2454 |  22 |  30k|3884 | 0.000000e+00 |      --      |    Inf 
128.86/128.97	c   129s| 50500 |   142 |846027 |  16.7 |9444k|  46 |  37 | 231 |9150 | 231 |2454 |  22 |  30k|3894 | 0.000000e+00 |      --      |    Inf 
129.06/129.19	c   129s| 50600 |   141 |847570 |  16.7 |9468k|  46 |   - | 231 |9198 | 231 |2454 |  22 |  30k|3899 | 0.000000e+00 |      --      |    Inf 
129.36/129.44	c   129s| 50700 |   144 |849113 |  16.7 |9483k|  46 |   - | 231 |9233 | 231 |2454 |  22 |  30k|3910 | 0.000000e+00 |      --      |    Inf 
129.56/129.69	c   130s| 50800 |   149 |850612 |  16.7 |9505k|  46 |  24 | 231 |9271 | 231 |2454 |  22 |  30k|3921 | 0.000000e+00 |      --      |    Inf 
129.86/129.90	c   130s| 50900 |   143 |852153 |  16.7 |9520k|  46 |   - | 231 |9325 | 231 |2454 |  22 |  30k|3924 | 0.000000e+00 |      --      |    Inf 
130.06/130.17	c   130s| 51000 |   139 |853761 |  16.7 |9521k|  46 |  34 | 231 |9370 | 231 |2454 |  22 |  30k|3940 | 0.000000e+00 |      --      |    Inf 
130.37/130.49	c   130s| 51100 |   148 |855991 |  16.7 |9529k|  46 |  36 | 231 |9308 | 231 |2454 |  22 |  30k|3948 | 0.000000e+00 |      --      |    Inf 
130.66/130.73	c   131s| 51200 |   152 |857718 |  16.7 |9535k|  46 |  33 | 231 |9294 | 231 |2454 |  22 |  30k|3953 | 0.000000e+00 |      --      |    Inf 
130.87/130.95	c   131s| 51300 |   145 |859265 |  16.7 |9526k|  46 |   - | 231 |9305 | 231 |2454 |  22 |  30k|3956 | 0.000000e+00 |      --      |    Inf 
131.06/131.15	c   131s| 51400 |   142 |860848 |  16.7 |9528k|  46 |  38 | 231 |9332 | 231 |2454 |  22 |  30k|3956 | 0.000000e+00 |      --      |    Inf 
131.36/131.42	c   131s| 51500 |   142 |862855 |  16.8 |9536k|  46 |   - | 231 |9327 | 231 |2454 |  22 |  30k|3962 | 0.000000e+00 |      --      |    Inf 
131.56/131.69	c   132s| 51600 |   144 |864907 |  16.8 |9554k|  46 |   - | 231 |9375 | 231 |2454 |  22 |  31k|3966 | 0.000000e+00 |      --      |    Inf 
131.87/131.91	c   132s| 51700 |   142 |866519 |  16.8 |9564k|  46 |   - | 231 |9421 | 231 |2454 |  22 |  31k|3968 | 0.000000e+00 |      --      |    Inf 
132.06/132.14	c   132s| 51800 |   154 |868084 |  16.8 |9604k|  46 |   - | 231 |9451 |   0 |   0 |  22 |  31k|3973 | 0.000000e+00 |      --      |    Inf 
132.26/132.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.26/132.34	c   132s| 51900 |   151 |869310 |  16.7 |9615k|  46 |  23 | 231 |9512 | 231 |2454 |  22 |  31k|3981 | 0.000000e+00 |      --      |    Inf 
132.47/132.57	c   133s| 52000 |   150 |870954 |  16.7 |9633k|  46 |  33 | 231 |9554 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
132.76/132.80	c   133s| 52100 |   149 |872717 |  16.7 |9650k|  46 |   - | 231 |9597 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
132.97/133.00	c   133s| 52200 |   150 |874287 |  16.7 |9660k|  46 |  26 | 231 |9636 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
133.06/133.19	c   133s| 52300 |   152 |875720 |  16.7 |9684k|  46 |  32 | 231 |9688 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
133.26/133.39	c   133s| 52400 |   149 |877219 |  16.7 |9699k|  46 |   - | 231 |9736 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
133.56/133.60	c   134s| 52500 |   150 |878854 |  16.7 |9712k|  46 |  26 | 231 |9780 | 231 |2454 |  22 |  31k|3987 | 0.000000e+00 |      --      |    Inf 
133.76/133.81	c   134s| 52600 |   149 |880494 |  16.7 |9727k|  46 |  27 | 231 |9830 | 231 |2454 |  22 |  31k|3988 | 0.000000e+00 |      --      |    Inf 
133.96/134.01	c   134s| 52700 |   149 |881968 |  16.7 |9747k|  46 |   - | 231 |9877 | 231 |2454 |  22 |  31k|3989 | 0.000000e+00 |      --      |    Inf 
134.17/134.25	c   134s| 52800 |   151 |883874 |  16.7 |9761k|  46 |  32 | 231 |9913 | 231 |2454 |  22 |  31k|3989 | 0.000000e+00 |      --      |    Inf 
134.36/134.47	c   134s| 52900 |   155 |885556 |  16.7 |9786k|  46 |  30 | 231 |9948 | 231 |2454 |  22 |  31k|3990 | 0.000000e+00 |      --      |    Inf 
134.56/134.69	c   135s| 53000 |   159 |887224 |  16.7 |9815k|  46 |   - | 231 |9984 | 231 |2454 |  22 |  31k|3990 | 0.000000e+00 |      --      |    Inf 
134.86/134.90	c   135s| 53100 |   148 |888638 |  16.7 |9808k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  31k|3990 | 0.000000e+00 |      --      |    Inf 
135.06/135.12	c   135s| 53200 |   145 |890257 |  16.7 |9801k|  46 |  31 | 231 |  10k| 231 |2454 |  22 |  31k|3991 | 0.000000e+00 |      --      |    Inf 
135.27/135.31	c   135s| 53300 |   147 |891715 |  16.7 |9825k|  46 |  26 | 231 |  10k| 231 |2454 |  22 |  32k|3991 | 0.000000e+00 |      --      |    Inf 
135.46/135.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.46/135.55	c   136s| 53400 |   146 |893418 |  16.7 |9827k|  46 |  33 | 231 |  10k| 231 |2454 |  22 |  32k|3993 | 0.000000e+00 |      --      |    Inf 
135.67/135.76	c   136s| 53500 |   145 |895014 |  16.7 |9843k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|3993 | 0.000000e+00 |      --      |    Inf 
135.87/135.97	c   136s| 53600 |   147 |896606 |  16.7 |9858k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|3994 | 0.000000e+00 |      --      |    Inf 
136.16/136.20	c   136s| 53700 |   147 |898324 |  16.7 |9879k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|3994 | 0.000000e+00 |      --      |    Inf 
136.37/136.41	c   136s| 53800 |   150 |899868 |  16.7 |9895k|  46 |  33 | 231 |  10k| 231 |2454 |  22 |  32k|3994 | 0.000000e+00 |      --      |    Inf 
136.56/136.66	c   137s| 53900 |   146 |901757 |  16.7 |9897k|  46 |  44 | 231 |  10k| 231 |2454 |  22 |  32k|3996 | 0.000000e+00 |      --      |    Inf 
136.86/136.90	c   137s| 54000 |   148 |903503 |  16.7 |9891k|  46 |  33 | 231 |  10k| 231 |2454 |  22 |  32k|3997 | 0.000000e+00 |      --      |    Inf 
137.07/137.16	c   137s| 54100 |   149 |905170 |  16.7 |9901k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|4009 | 0.000000e+00 |      --      |    Inf 
137.37/137.41	c   137s| 54200 |   152 |906865 |  16.7 |9918k|  46 |  30 | 231 |  10k| 231 |2454 |  22 |  32k|4018 | 0.000000e+00 |      --      |    Inf 
137.56/137.67	c   138s| 54300 |   155 |908538 |  16.7 |9945k|  46 |  25 | 231 |  10k| 231 |2454 |  22 |  32k|4031 | 0.000000e+00 |      --      |    Inf 
137.77/137.89	c   138s| 54400 |   152 |910132 |  16.7 |9959k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|4033 | 0.000000e+00 |      --      |    Inf 
138.06/138.18	c   138s| 54500 |   150 |911911 |  16.7 |9968k|  46 |   - | 231 |  10k| 231 |2454 |  22 |  32k|4048 | 0.000000e+00 |      --      |    Inf 
138.36/138.44	c   138s| 54600 |   157 |913827 |  16.7 |9986k|  46 |  28 | 231 |  10k| 231 |2454 |  22 |  32k|4053 | 0.000000e+00 |      --      |    Inf 
138.57/138.69	c   139s| 54700 |   154 |915459 |  16.7 |9993k|  46 |  33 | 231 |  10k| 231 |2454 |  22 |  32k|4063 | 0.000000e+00 |      --      |    Inf 
138.86/138.99	c   139s| 54800 |   155 |917377 |  16.7 |  10M|  46 |  35 | 231 |  10k| 231 |2454 |  22 |  32k|4078 | 0.000000e+00 |      --      |    Inf 
139.16/139.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.16/139.23	c   139s| 54900 |   152 |919177 |  16.7 |  10M|  46 |  32 | 231 |  10k| 231 |2454 |  22 |  33k|4082 | 0.000000e+00 |      --      |    Inf 
139.46/139.51	c   140s| 55000 |   154 |921023 |  16.7 |  10M|  46 |  22 | 231 |  10k| 231 |2454 |  22 |  33k|4090 | 0.000000e+00 |      --      |    Inf 
139.67/139.76	c   140s| 55100 |   154 |922734 |  16.7 |  10M|  46 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4099 | 0.000000e+00 |      --      |    Inf 
139.96/140.05	c   140s| 55200 |   155 |924654 |  16.7 |  10M|  46 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4111 | 0.000000e+00 |      --      |    Inf 
140.16/140.29	c   140s| 55300 |   154 |926297 |  16.7 |  10M|  46 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4118 | 0.000000e+00 |      --      |    Inf 
140.46/140.54	c   141s| 55400 |   152 |927845 |  16.7 |  10M|  48 |  44 | 231 |  10k| 231 |2454 |  22 |  33k|4128 | 0.000000e+00 |      --      |    Inf 
140.77/140.84	c   141s| 55500 |   154 |929505 |  16.7 |  10M|  48 |  29 | 231 |  10k| 231 |2454 |  22 |  33k|4146 | 0.000000e+00 |      --      |    Inf 
140.96/141.04	c   141s| 55600 |   154 |931007 |  16.7 |  10M|  48 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4146 | 0.000000e+00 |      --      |    Inf 
141.16/141.28	c   141s| 55700 |   152 |932522 |  16.7 |  10M|  48 |  35 | 231 |  10k| 231 |2454 |  22 |  33k|4154 | 0.000000e+00 |      --      |    Inf 
141.46/141.55	c   142s| 55800 |   150 |934268 |  16.7 |  10M|  48 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4164 | 0.000000e+00 |      --      |    Inf 
141.77/141.81	c   142s| 55900 |   152 |935929 |  16.7 |  10M|  48 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4174 | 0.000000e+00 |      --      |    Inf 
141.96/142.05	c   142s| 56000 |   153 |937550 |  16.7 |9999k|  48 |  27 | 231 |  10k| 231 |2454 |  22 |  33k|4181 | 0.000000e+00 |      --      |    Inf 
142.26/142.30	c   142s| 56100 |   149 |939027 |  16.7 |9959k|  48 |  34 | 231 |  10k| 231 |2454 |  22 |  33k|4189 | 0.000000e+00 |      --      |    Inf 
142.46/142.55	c   143s| 56200 |   145 |940625 |  16.7 |9933k|  48 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4197 | 0.000000e+00 |      --      |    Inf 
142.76/142.83	c   143s| 56300 |   143 |942375 |  16.7 |9889k|  48 |   - | 231 |  10k| 231 |2454 |  22 |  33k|4207 | 0.000000e+00 |      --      |    Inf 
142.96/143.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.96/143.07	c   143s| 56400 |   147 |943979 |  16.7 |9815k|  48 |   - | 231 |9842 | 231 |2454 |  22 |  33k|4212 | 0.000000e+00 |      --      |    Inf 
143.26/143.32	c   143s| 56500 |   141 |945237 |  16.7 |9727k|  48 |  48 | 231 |9617 | 231 |2454 |  22 |  33k|4226 | 0.000000e+00 |      --      |    Inf 
143.46/143.56	c   144s| 56600 |   144 |946731 |  16.7 |9722k|  48 |  30 | 231 |9577 | 231 |2454 |  22 |  33k|4234 | 0.000000e+00 |      --      |    Inf 
143.66/143.79	c   144s| 56700 |   142 |948365 |  16.7 |9712k|  48 |   - | 231 |9559 | 231 |2454 |  22 |  34k|4239 | 0.000000e+00 |      --      |    Inf 
143.96/144.06	c   144s| 56800 |   146 |950187 |  16.7 |9720k|  48 |  21 | 231 |9557 | 231 |2454 |  22 |  34k|4251 | 0.000000e+00 |      --      |    Inf 
144.26/144.30	c   144s| 56900 |   146 |951976 |  16.7 |9724k|  48 |  24 | 231 |9559 | 231 |2454 |  22 |  34k|4255 | 0.000000e+00 |      --      |    Inf 
144.46/144.53	c   145s| 57000 |   148 |953628 |  16.7 |9744k|  48 |  34 | 231 |9600 | 231 |2454 |  22 |  34k|4259 | 0.000000e+00 |      --      |    Inf 
144.66/144.75	c   145s| 57100 |   143 |955404 |  16.7 |9745k|  48 |   - | 231 |9609 | 231 |2454 |  22 |  34k|4260 | 0.000000e+00 |      --      |    Inf 
144.86/144.98	c   145s| 57200 |   140 |956896 |  16.7 |9734k|  48 |   - | 231 |9636 | 231 |2454 |  22 |  34k|4265 | 0.000000e+00 |      --      |    Inf 
145.16/145.22	c   145s| 57300 |   138 |958540 |  16.7 |9642k|  48 |  42 | 231 |9409 | 231 |2454 |  22 |  34k|4268 | 0.000000e+00 |      --      |    Inf 
145.36/145.43	c   145s| 57400 |   140 |959910 |  16.7 |9625k|  48 |  32 | 231 |9345 | 231 |2454 |  22 |  34k|4269 | 0.000000e+00 |      --      |    Inf 
145.56/145.65	c   146s| 57500 |   138 |961482 |  16.7 |9579k|  48 |   - | 231 |9219 | 231 |2454 |  22 |  34k|4270 | 0.000000e+00 |      --      |    Inf 
145.76/145.87	c   146s| 57600 |   139 |963160 |  16.7 |9551k|  48 |  25 | 231 |9136 | 231 |2454 |  22 |  34k|4270 | 0.000000e+00 |      --      |    Inf 
145.96/146.08	c   146s| 57700 |   140 |964794 |  16.7 |9552k|  48 |   - | 231 |9117 | 231 |2454 |  22 |  34k|4270 | 0.000000e+00 |      --      |    Inf 
146.26/146.34	c   146s| 57800 |   136 |966772 |  16.7 |9481k|  48 |  38 | 231 |8941 | 231 |2454 |  22 |  34k|4271 | 0.000000e+00 |      --      |    Inf 
146.46/146.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.46/146.59	c   147s| 57900 |   135 |968562 |  16.7 |9417k|  48 |   - | 231 |8777 | 231 |2454 |  22 |  34k|4271 | 0.000000e+00 |      --      |    Inf 
146.76/146.82	c   147s| 58000 |   136 |970357 |  16.7 |9406k|  48 |  32 | 231 |8745 | 231 |2454 |  22 |  34k|4271 | 0.000000e+00 |      --      |    Inf 
146.96/147.09	c   147s| 58100 |   136 |972653 |  16.7 |9413k|  48 |   - | 231 |8754 | 231 |2454 |  22 |  34k|4271 | 0.000000e+00 |      --      |    Inf 
147.26/147.33	c   147s| 58200 |   133 |974526 |  16.7 |9405k|  48 |   - | 231 |8756 | 231 |2454 |  22 |  35k|4271 | 0.000000e+00 |      --      |    Inf 
147.46/147.56	c   148s| 58300 |   138 |976264 |  16.7 |9399k|  48 |  42 | 231 |8727 | 231 |2454 |  22 |  35k|4271 | 0.000000e+00 |      --      |    Inf 
147.66/147.79	c   148s| 58400 |   146 |978132 |  16.7 |9421k|  48 |  29 | 231 |8723 | 231 |2454 |  22 |  35k|4272 | 0.000000e+00 |      --      |    Inf 
147.96/148.02	c   148s| 58500 |   143 |979840 |  16.7 |9430k|  48 |   - | 231 |8752 | 231 |2454 |  22 |  35k|4273 | 0.000000e+00 |      --      |    Inf 
148.16/148.23	c   148s| 58600 |   143 |981448 |  16.7 |9450k|  48 |   - | 231 |8790 | 231 |2454 |  22 |  35k|4274 | 0.000000e+00 |      --      |    Inf 
148.36/148.47	c   148s| 58700 |   139 |983353 |  16.7 |9468k|  48 |   - | 231 |8841 | 231 |2454 |  22 |  35k|4274 | 0.000000e+00 |      --      |    Inf 
148.66/148.73	c   149s| 58800 |   137 |985426 |  16.8 |9462k|  48 |  32 | 231 |8871 | 231 |2454 |  22 |  35k|4277 | 0.000000e+00 |      --      |    Inf 
148.85/148.94	c   149s| 58900 |   136 |987041 |  16.8 |9470k|  48 |  40 | 231 |8900 | 231 |2454 |  22 |  35k|4278 | 0.000000e+00 |      --      |    Inf 
149.06/149.17	c   149s| 59000 |   138 |988727 |  16.8 |9379k|  48 |   - | 231 |8592 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
149.36/149.42	c   149s| 59100 |   142 |990659 |  16.8 |9315k|  48 |   - | 231 |8345 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
149.56/149.64	c   150s| 59200 |   140 |992289 |  16.8 |9283k|  48 |   - | 231 |8258 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
149.76/149.87	c   150s| 59300 |   142 |994004 |  16.8 |9277k|  48 |   - | 231 |8219 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
150.06/150.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.06/150.11	c   150s| 59400 |   143 |995831 |  16.8 |9244k|  48 |  30 | 231 |8114 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
150.26/150.31	c   150s| 59500 |   144 |997355 |  16.8 |9244k|  48 |   - | 231 |8080 |   0 |   0 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
150.46/150.53	c   151s| 59600 |   139 |998935 |  16.8 |9220k|  48 |   - | 231 |8063 | 231 |2454 |  22 |  35k|4279 | 0.000000e+00 |      --      |    Inf 
150.76/150.86	c   151s| 59700 |   136 |  1001k|  16.8 |9172k|  48 |   - | 231 |7933 | 231 |2454 |  22 |  35k|4290 | 0.000000e+00 |      --      |    Inf 
150.95/151.08	c   151s| 59800 |   138 |  1002k|  16.8 |9171k|  48 |   - | 231 |7909 | 231 |2454 |  22 |  35k|4290 | 0.000000e+00 |      --      |    Inf 
151.36/151.43	c   151s| 59900 |   139 |  1005k|  16.8 |9170k|  48 |   - | 231 |7894 | 231 |2454 |  22 |  36k|4309 | 0.000000e+00 |      --      |    Inf 
151.56/151.69	c   152s| 60000 |   139 |  1007k|  16.8 |9164k|  48 |  37 | 231 |7894 | 231 |2454 |  22 |  36k|4309 | 0.000000e+00 |      --      |    Inf 
151.96/152.05	c   152s| 60100 |   141 |  1009k|  16.8 |9176k|  48 |  31 | 231 |7902 | 231 |2454 |  22 |  36k|4327 | 0.000000e+00 |      --      |    Inf 
152.26/152.37	c   152s| 60200 |   140 |  1011k|  16.8 |9186k|  48 |   - | 231 |7915 | 231 |2454 |  22 |  36k|4335 | 0.000000e+00 |      --      |    Inf 
152.55/152.63	c   153s| 60300 |   137 |  1013k|  16.8 |9187k|  48 |   - | 231 |7938 |   0 |   0 |  22 |  36k|4341 | 0.000000e+00 |      --      |    Inf 
152.87/152.91	c   153s| 60400 |   138 |  1015k|  16.8 |9189k|  48 |  33 | 231 |7956 | 231 |2454 |  22 |  36k|4351 | 0.000000e+00 |      --      |    Inf 
153.16/153.20	c   153s| 60500 |   137 |  1017k|  16.8 |9199k|  48 |  31 | 231 |7992 | 231 |2454 |  22 |  36k|4356 | 0.000000e+00 |      --      |    Inf 
153.36/153.43	c   153s| 60600 |   133 |  1019k|  16.8 |9148k|  48 |  36 | 231 |7939 | 231 |2454 |  22 |  36k|4364 | 0.000000e+00 |      --      |    Inf 
153.56/153.68	c   154s| 60700 |   131 |  1020k|  16.8 |9135k|  48 |  32 | 231 |7908 | 231 |2454 |  22 |  36k|4370 | 0.000000e+00 |      --      |    Inf 
153.86/153.94	c   154s| 60800 |   133 |  1022k|  16.8 |9137k|  48 |  29 | 231 |7914 | 231 |2454 |  22 |  36k|4382 | 0.000000e+00 |      --      |    Inf 
154.05/154.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.05/154.18	c   154s| 60900 |   133 |  1024k|  16.8 |9145k|  48 |   - | 231 |7920 | 231 |2454 |  22 |  36k|4383 | 0.000000e+00 |      --      |    Inf 
154.36/154.43	c   154s| 61000 |   135 |  1025k|  16.8 |9162k|  48 |  44 | 231 |7964 | 231 |2454 |  22 |  36k|4392 | 0.000000e+00 |      --      |    Inf 
154.56/154.67	c   155s| 61100 |   139 |  1027k|  16.8 |9189k|  48 |   - | 231 |8004 | 231 |2454 |  22 |  36k|4399 | 0.000000e+00 |      --      |    Inf 
154.86/154.90	c   155s| 61200 |   135 |  1028k|  16.8 |9202k|  48 |   - | 231 |8047 | 231 |2454 |  22 |  36k|4408 | 0.000000e+00 |      --      |    Inf 
155.06/155.16	c   155s| 61300 |   139 |  1030k|  16.8 |9213k|  48 |  29 | 231 |8061 | 231 |2454 |  22 |  36k|4415 | 0.000000e+00 |      --      |    Inf 
155.35/155.41	c   155s| 61400 |   136 |  1032k|  16.8 |9223k|  48 |   - | 231 |8080 | 231 |2454 |  22 |  36k|4423 | 0.000000e+00 |      --      |    Inf 
155.55/155.68	c   156s| 61500 |   136 |  1033k|  16.8 |9229k|  48 |  34 | 231 |8115 | 231 |2454 |  22 |  37k|4434 | 0.000000e+00 |      --      |    Inf 
155.86/155.94	c   156s| 61600 |   134 |  1035k|  16.8 |9238k|  48 |  25 | 231 |8153 | 231 |2454 |  22 |  37k|4442 | 0.000000e+00 |      --      |    Inf 
156.17/156.22	c   156s| 61700 |   132 |  1037k|  16.8 |9191k|  48 |  38 | 231 |8029 | 231 |2454 |  22 |  37k|4452 | 0.000000e+00 |      --      |    Inf 
156.36/156.48	c   156s| 61800 |   130 |  1039k|  16.8 |9186k|  48 |   - | 231 |7992 | 231 |2454 |  22 |  37k|4459 | 0.000000e+00 |      --      |    Inf 
156.65/156.70	c   157s| 61900 |   135 |  1040k|  16.8 |9183k|  48 |  23 | 231 |7969 | 231 |2454 |  22 |  37k|4466 | 0.000000e+00 |      --      |    Inf 
156.85/156.95	c   157s| 62000 |   131 |  1042k|  16.8 |9174k|  48 |  40 | 231 |7959 | 231 |2454 |  22 |  37k|4477 | 0.000000e+00 |      --      |    Inf 
157.05/157.18	c   157s| 62100 |   129 |  1043k|  16.8 |9171k|  48 |  38 | 231 |7930 | 231 |2454 |  22 |  37k|4483 | 0.000000e+00 |      --      |    Inf 
157.36/157.41	c   157s| 62200 |   130 |  1045k|  16.8 |9166k|  48 |  28 | 231 |7920 | 231 |2454 |  22 |  37k|4485 | 0.000000e+00 |      --      |    Inf 
157.56/157.64	c   158s| 62300 |   130 |  1047k|  16.8 |9162k|  48 |  33 | 231 |7910 | 231 |2454 |  22 |  37k|4489 | 0.000000e+00 |      --      |    Inf 
157.76/157.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.76/157.84	c   158s| 62400 |   130 |  1048k|  16.8 |9174k|  48 |   - | 231 |7941 | 231 |2454 |  22 |  37k|4490 | 0.000000e+00 |      --      |    Inf 
157.96/158.07	c   158s| 62500 |   128 |  1050k|  16.8 |9180k|  48 |   - | 231 |7978 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
158.27/158.30	c   158s| 62600 |   131 |  1052k|  16.8 |9170k|  48 |   - | 231 |7934 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
158.46/158.55	c   159s| 62700 |   131 |  1053k|  16.8 |9175k|  48 |  38 | 231 |7957 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
158.66/158.77	c   159s| 62800 |   130 |  1055k|  16.8 |9171k|  48 |  34 | 231 |7952 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
158.96/159.00	c   159s| 62900 |   130 |  1057k|  16.8 |9178k|  48 |   - | 231 |7926 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
159.16/159.21	c   159s| 63000 |   130 |  1059k|  16.8 |9171k|  49 |   - | 231 |7899 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
159.36/159.43	c   159s| 63100 |   130 |  1060k|  16.8 |9145k|  49 |   - | 231 |7863 | 231 |2454 |  22 |  37k|4491 | 0.000000e+00 |      --      |    Inf 
159.55/159.64	c   160s| 63200 |   131 |  1062k|  16.8 |9152k|  49 |   - | 231 |7864 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
159.76/159.86	c   160s| 63300 |   127 |  1063k|  16.8 |9144k|  49 |   - | 231 |7871 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
160.06/160.10	c   160s| 63400 |   129 |  1065k|  16.8 |9138k|  49 |  41 | 231 |7848 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
160.25/160.36	c   160s| 63500 |   125 |  1067k|  16.8 |9107k|  49 |  31 | 231 |7790 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
160.46/160.59	c   161s| 63600 |   129 |  1069k|  16.8 |9085k|  49 |   - | 231 |7694 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
160.76/160.82	c   161s| 63700 |   130 |  1071k|  16.8 |9087k|  49 |   - | 231 |7689 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
160.96/161.04	c   161s| 63800 |   130 |  1073k|  16.8 |9083k|  49 |  23 | 231 |7690 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
161.16/161.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.16/161.25	c   161s| 63900 |   130 |  1074k|  16.8 |9091k|  49 |  34 | 231 |7710 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
161.36/161.46	c   161s| 64000 |   130 |  1076k|  16.8 |9100k|  49 |   - | 231 |7717 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
161.56/161.68	c   162s| 64100 |   130 |  1078k|  16.8 |9111k|  49 |   - | 231 |7735 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
161.86/161.91	c   162s| 64200 |   136 |  1079k|  16.8 |9104k|  49 |   - | 231 |7684 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
162.06/162.14	c   162s| 64300 |   138 |  1081k|  16.8 |9107k|  49 |  31 | 231 |7685 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
162.26/162.38	c   162s| 64400 |   144 |  1083k|  16.8 |9112k|  49 |  33 | 231 |7658 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
162.56/162.60	c   163s| 64500 |   140 |  1085k|  16.8 |9108k|  49 |   - | 231 |7655 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
162.76/162.83	c   163s| 64600 |   141 |  1086k|  16.8 |9118k|  49 |  29 | 231 |7685 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
162.95/163.06	c   163s| 64700 |   143 |  1088k|  16.8 |9132k|  49 |  35 | 231 |7717 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
163.16/163.27	c   163s| 64800 |   146 |  1090k|  16.8 |9148k|  49 |  31 | 231 |7746 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
163.36/163.49	c   163s| 64900 |   142 |  1092k|  16.8 |9156k|  49 |   - | 231 |7783 | 231 |2454 |  22 |  38k|4491 | 0.000000e+00 |      --      |    Inf 
163.66/163.79	c   164s| 65000 |   144 |  1093k|  16.8 |9170k|  49 |  22 | 231 |7816 | 231 |2454 |  22 |  38k|4508 | 0.000000e+00 |      --      |    Inf 
163.96/164.06	c   164s| 65100 |   145 |  1095k|  16.8 |9186k|  49 |  37 | 231 |7858 | 231 |2454 |  22 |  38k|4518 | 0.000000e+00 |      --      |    Inf 
164.26/164.30	c   164s| 65200 |   144 |  1097k|  16.8 |9198k|  49 |  33 | 231 |7883 | 231 |2454 |  22 |  38k|4518 | 0.000000e+00 |      --      |    Inf 
164.46/164.59	c   165s| 65300 |   138 |  1099k|  16.8 |9201k|  49 |   - | 231 |7928 | 231 |2454 |  22 |  39k|4530 | 0.000000e+00 |      --      |    Inf 
164.76/164.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.76/164.86	c   165s| 65400 |   138 |  1101k|  16.8 |9217k|  49 |   - | 231 |7972 | 231 |2454 |  22 |  39k|4538 | 0.000000e+00 |      --      |    Inf 
165.06/165.11	c   165s| 65500 |   137 |  1102k|  16.8 |9234k|  49 |   - | 231 |8020 | 231 |2454 |  22 |  39k|4549 | 0.000000e+00 |      --      |    Inf 
165.25/165.36	c   165s| 65600 |   138 |  1104k|  16.8 |9253k|  49 |   - | 231 |8071 | 231 |2454 |  22 |  39k|4557 | 0.000000e+00 |      --      |    Inf 
165.56/165.61	c   166s| 65700 |   140 |  1106k|  16.8 |9271k|  49 |  34 | 231 |8115 | 231 |2454 |  22 |  39k|4563 | 0.000000e+00 |      --      |    Inf 
165.76/165.89	c   166s| 65800 |   142 |  1108k|  16.8 |9294k|  49 |  32 | 231 |8160 | 231 |2454 |  22 |  39k|4573 | 0.000000e+00 |      --      |    Inf 
166.06/166.13	c   166s| 65900 |   143 |  1109k|  16.8 |9315k|  49 |  32 | 231 |8202 | 231 |2454 |  22 |  39k|4578 | 0.000000e+00 |      --      |    Inf 
166.25/166.36	c   166s| 66000 |   147 |  1111k|  16.8 |9336k|  49 |  22 | 231 |8242 | 231 |2454 |  22 |  39k|4583 | 0.000000e+00 |      --      |    Inf 
166.55/166.65	c   167s| 66100 |   148 |  1113k|  16.8 |9361k|  49 |   - | 231 |8279 | 231 |2454 |  22 |  39k|4596 | 0.000000e+00 |      --      |    Inf 
166.86/166.91	c   167s| 66200 |   143 |  1115k|  16.8 |9356k|  49 |  37 | 231 |8302 | 231 |2454 |  22 |  39k|4602 | 0.000000e+00 |      --      |    Inf 
167.07/167.19	c   167s| 66300 |   142 |  1117k|  16.9 |9375k|  49 |   - | 231 |8351 | 231 |2454 |  22 |  39k|4609 | 0.000000e+00 |      --      |    Inf 
167.36/167.44	c   167s| 66400 |   141 |  1119k|  16.9 |9392k|  49 |   - | 231 |8400 | 231 |2454 |  22 |  39k|4615 | 0.000000e+00 |      --      |    Inf 
167.66/167.73	c   168s| 66500 |   142 |  1121k|  16.9 |9410k|  49 |  37 | 231 |8448 | 231 |2454 |  22 |  39k|4626 | 0.000000e+00 |      --      |    Inf 
167.96/168.05	c   168s| 66600 |   142 |  1123k|  16.9 |9436k|  49 |   - | 231 |8501 | 231 |2454 |  22 |  39k|4636 | 0.000000e+00 |      --      |    Inf 
168.26/168.33	c   168s| 66700 |   140 |  1125k|  16.9 |9450k|  49 |  29 | 231 |8553 | 231 |2454 |  22 |  39k|4645 | 0.000000e+00 |      --      |    Inf 
168.56/168.60	c   169s| 66800 |   138 |  1127k|  16.9 |9466k|  49 |  32 | 231 |8611 | 231 |2454 |  22 |  39k|4655 | 0.000000e+00 |      --      |    Inf 
168.76/168.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.76/168.88	c   169s| 66900 |   141 |  1129k|  16.9 |9488k|  49 |  36 | 231 |8658 | 231 |2454 |  22 |  39k|4664 | 0.000000e+00 |      --      |    Inf 
169.06/169.15	c   169s| 67000 |   143 |  1130k|  16.9 |9510k|  49 |  36 | 231 |8702 | 231 |2454 |  22 |  39k|4673 | 0.000000e+00 |      --      |    Inf 
169.26/169.40	c   169s| 67100 |   141 |  1132k|  16.9 |9526k|  49 |   - | 231 |8736 | 231 |2454 |  22 |  39k|4678 | 0.000000e+00 |      --      |    Inf 
169.55/169.67	c   170s| 67200 |   149 |  1134k|  16.9 |9556k|  49 |  40 | 231 |8772 | 231 |2454 |  22 |  40k|4684 | 0.000000e+00 |      --      |    Inf 
169.76/169.88	c   170s| 67300 |   148 |  1136k|  16.9 |9574k|  49 |   - | 231 |8818 | 231 |2454 |  22 |  40k|4687 | 0.000000e+00 |      --      |    Inf 
169.96/170.08	c   170s| 67400 |   149 |  1137k|  16.9 |9590k|  49 |  33 | 231 |8858 | 231 |2454 |  22 |  40k|4690 | 0.000000e+00 |      --      |    Inf 
170.25/170.31	c   170s| 67500 |   144 |  1139k|  16.9 |9602k|  49 |   - | 231 |8899 | 231 |2454 |  22 |  40k|4690 | 0.000000e+00 |      --      |    Inf 
170.47/170.56	c   171s| 67600 |   146 |  1141k|  16.9 |9614k|  49 |   - | 231 |8926 | 231 |2454 |  22 |  40k|4694 | 0.000000e+00 |      --      |    Inf 
170.66/170.79	c   171s| 67700 |   150 |  1142k|  16.9 |9624k|  49 |  32 | 231 |8932 | 231 |2454 |  22 |  40k|4696 | 0.000000e+00 |      --      |    Inf 
170.96/171.04	c   171s| 67800 |   148 |  1144k|  16.9 |9630k|  49 |   - | 231 |8936 | 231 |2454 |  22 |  40k|4699 | 0.000000e+00 |      --      |    Inf 
171.16/171.26	c   171s| 67900 |   148 |  1146k|  16.9 |9631k|  49 |   - | 231 |8954 | 231 |2454 |  22 |  40k|4701 | 0.000000e+00 |      --      |    Inf 
171.35/171.48	c   171s| 68000 |   150 |  1148k|  16.9 |9644k|  49 |   - | 231 |8970 | 231 |2454 |  22 |  40k|4701 | 0.000000e+00 |      --      |    Inf 
171.56/171.68	c   172s| 68100 |   150 |  1149k|  16.9 |9646k|  49 |   - | 231 |8976 | 231 |2454 |  22 |  40k|4701 | 0.000000e+00 |      --      |    Inf 
171.86/171.91	c   172s| 68200 |   146 |  1151k|  16.9 |9640k|  49 |   - | 231 |8983 | 231 |2454 |  22 |  40k|4701 | 0.000000e+00 |      --      |    Inf 
172.06/172.13	c   172s| 68300 |   144 |  1153k|  16.9 |9644k|  49 |   - | 231 |8994 |   0 |   0 |  22 |  40k|4701 | 0.000000e+00 |      --      |    Inf 
172.26/172.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.26/172.35	c   172s| 68400 |   142 |  1154k|  16.9 |9650k|  49 |   - | 231 |9036 | 231 |2454 |  22 |  40k|4702 | 0.000000e+00 |      --      |    Inf 
172.46/172.57	c   173s| 68500 |   143 |  1156k|  16.9 |9660k|  49 |  37 | 231 |9064 | 231 |2454 |  22 |  40k|4702 | 0.000000e+00 |      --      |    Inf 
172.75/172.80	c   173s| 68600 |   143 |  1158k|  16.9 |9673k|  49 |  27 | 231 |9099 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
172.95/173.00	c   173s| 68700 |   143 |  1159k|  16.9 |9693k|  49 |   - | 231 |9135 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
173.16/173.21	c   173s| 68800 |   141 |  1161k|  16.9 |9698k|  49 |  38 | 231 |9172 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
173.36/173.43	c   173s| 68900 |   139 |  1162k|  16.9 |9701k|  49 |  39 | 231 |9188 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
173.55/173.67	c   174s| 69000 |   142 |  1164k|  16.9 |9704k|  49 |  31 | 231 |9184 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
173.85/173.92	c   174s| 69100 |   140 |  1166k|  16.9 |9704k|  49 |   - | 231 |9182 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
174.05/174.18	c   174s| 69200 |   140 |  1168k|  16.9 |9709k|  49 |  38 | 231 |9192 | 231 |2454 |  22 |  40k|4703 | 0.000000e+00 |      --      |    Inf 
174.36/174.45	c   174s| 69300 |   133 |  1170k|  16.9 |9688k|  49 |   - | 231 |9164 | 231 |2454 |  22 |  40k|4707 | 0.000000e+00 |      --      |    Inf 
174.56/174.69	c   175s| 69400 |   131 |  1172k|  16.9 |9660k|  49 |  44 | 231 |9126 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
174.86/174.94	c   175s| 69500 |   133 |  1174k|  16.9 |9663k|  49 |  36 | 231 |9099 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
175.05/175.17	c   175s| 69600 |   129 |  1176k|  16.9 |9574k|  49 |   - | 231 |9102 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
175.25/175.38	c   175s| 69700 |   129 |  1177k|  16.9 |9560k|  49 |   - | 231 |9053 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
175.55/175.60	c   176s| 69800 |   137 |  1179k|  16.9 |9553k|  49 |  30 | 231 |8959 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
175.75/175.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.75/175.83	c   176s| 69900 |   133 |  1181k|  16.9 |9534k|  49 |  39 | 231 |8919 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
175.96/176.05	c   176s| 70000 |   139 |  1182k|  16.9 |9521k|  49 |  35 | 231 |8859 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
176.16/176.26	c   176s| 70100 |   139 |  1184k|  16.9 |9520k|  49 |   - | 231 |8843 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
176.36/176.49	c   176s| 70200 |   143 |  1186k|  16.9 |9519k|  49 |  38 | 231 |8818 | 231 |2454 |  22 |  41k|4708 | 0.000000e+00 |      --      |    Inf 
176.76/176.80	c   177s| 70300 |   145 |  1188k|  16.9 |9532k|  49 |   - | 231 |8812 | 231 |2454 |  22 |  41k|4719 | 0.000000e+00 |      --      |    Inf 
176.96/177.00	c   177s| 70400 |   147 |  1189k|  16.9 |9523k|  49 |   - | 231 |8780 | 231 |2454 |  22 |  41k|4719 | 0.000000e+00 |      --      |    Inf 
177.15/177.24	c   177s| 70500 |   147 |  1191k|  16.9 |9526k|  49 |  28 | 231 |8795 | 231 |2454 |  22 |  41k|4732 | 0.000000e+00 |      --      |    Inf 
177.35/177.43	c   177s| 70600 |   148 |  1192k|  16.9 |9541k|  49 |  34 | 231 |8818 | 231 |2454 |  22 |  41k|4732 | 0.000000e+00 |      --      |    Inf 
177.56/177.65	c   178s| 70700 |   148 |  1193k|  16.9 |9550k|  49 |  35 | 231 |8844 | 231 |2454 |  22 |  41k|4739 | 0.000000e+00 |      --      |    Inf 
177.76/177.85	c   178s| 70800 |   148 |  1195k|  16.9 |9562k|  49 |  36 | 231 |8877 | 231 |2454 |  22 |  41k|4743 | 0.000000e+00 |      --      |    Inf 
177.96/178.10	c   178s| 70900 |   148 |  1196k|  16.9 |9584k|  49 |   - | 231 |8932 | 231 |2454 |  22 |  41k|4755 | 0.000000e+00 |      --      |    Inf 
178.25/178.30	c   178s| 71000 |   146 |  1198k|  16.9 |9595k|  49 |  37 | 231 |8971 | 231 |2454 |  22 |  41k|4755 | 0.000000e+00 |      --      |    Inf 
178.45/178.52	c   179s| 71100 |   152 |  1199k|  16.9 |9612k|  49 |  27 | 231 |8980 | 231 |2454 |  22 |  42k|4762 | 0.000000e+00 |      --      |    Inf 
178.65/178.76	c   179s| 71200 |   154 |  1201k|  16.9 |9633k|  49 |   - | 231 |9010 | 231 |2454 |  22 |  42k|4772 | 0.000000e+00 |      --      |    Inf 
178.85/178.98	c   179s| 71300 |   151 |  1202k|  16.9 |9645k|  49 |   - | 231 |9039 | 231 |2454 |  22 |  42k|4777 | 0.000000e+00 |      --      |    Inf 
179.16/179.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.16/179.20	c   179s| 71400 |   154 |  1204k|  16.9 |9666k|  49 |   - | 231 |9092 | 231 |2454 |  22 |  42k|4785 | 0.000000e+00 |      --      |    Inf 
179.35/179.43	c   179s| 71500 |   154 |  1205k|  16.9 |9677k|  49 |  35 | 231 |9124 | 231 |2454 |  22 |  42k|4792 | 0.000000e+00 |      --      |    Inf 
179.55/179.66	c   180s| 71600 |   152 |  1206k|  16.9 |9690k|  49 |   - | 231 |9161 | 231 |2454 |  22 |  42k|4802 | 0.000000e+00 |      --      |    Inf 
179.75/179.89	c   180s| 71700 |   149 |  1208k|  16.9 |9695k|  49 |  32 | 231 |9194 | 231 |2454 |  22 |  42k|4810 | 0.000000e+00 |      --      |    Inf 
180.06/180.13	c   180s| 71800 |   153 |  1210k|  16.9 |9723k|  49 |   - | 231 |9241 | 231 |2454 |  22 |  42k|4814 | 0.000000e+00 |      --      |    Inf 
180.16/180.28	c   180s| 71900 |   154 |  1211k|  16.8 |9752k|  49 |  20 | 231 |9325 | 231 |2454 |  22 |  42k|4818 | 0.000000e+00 |      --      |    Inf 
180.45/180.52	c   181s| 72000 |   153 |  1212k|  16.8 |9779k|  49 |   - | 231 |9381 |   0 |   0 |  22 |  42k|4827 | 0.000000e+00 |      --      |    Inf 
180.65/180.78	c   181s| 72100 |   153 |  1214k|  16.8 |9789k|  49 |  14 | 231 |9432 | 231 |2454 |  22 |  42k|4838 | 0.000000e+00 |      --      |    Inf 
180.96/181.05	c   181s| 72200 |   153 |  1216k|  16.8 |9806k|  49 |  24 | 231 |9474 | 231 |2454 |  22 |  42k|4847 | 0.000000e+00 |      --      |    Inf 
181.26/181.31	c   181s| 72300 |   152 |  1218k|  16.8 |9827k|  49 |   - | 231 |9523 | 231 |2454 |  22 |  42k|4854 | 0.000000e+00 |      --      |    Inf 
181.46/181.55	c   182s| 72400 |   154 |  1219k|  16.8 |9849k|  49 |   - | 231 |9569 | 231 |2454 |  22 |  42k|4857 | 0.000000e+00 |      --      |    Inf 
181.75/181.85	c   182s| 72500 |   150 |  1221k|  16.8 |9849k|  49 |  29 | 231 |9612 | 231 |2454 |  22 |  42k|4872 | 0.000000e+00 |      --      |    Inf 
181.96/182.06	c   182s| 72600 |   153 |  1223k|  16.8 |9870k|  49 |   - | 231 |9623 | 231 |2454 |  22 |  42k|4872 | 0.000000e+00 |      --      |    Inf 
182.25/182.31	c   182s| 72700 |   152 |  1225k|  16.9 |9871k|  49 |  37 | 231 |9642 | 231 |2454 |  22 |  42k|4879 | 0.000000e+00 |      --      |    Inf 
182.46/182.58	c   183s| 72800 |   158 |  1226k|  16.9 |9901k|  49 |  31 | 231 |9677 | 231 |2454 |  22 |  43k|4888 | 0.000000e+00 |      --      |    Inf 
182.76/182.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.76/182.82	c   183s| 72900 |   158 |  1228k|  16.9 |9917k|  49 |   - | 231 |9704 | 231 |2454 |  22 |  43k|4893 | 0.000000e+00 |      --      |    Inf 
182.96/183.05	c   183s| 73000 |   160 |  1230k|  16.9 |9931k|  49 |  35 | 231 |9726 | 231 |2454 |  22 |  43k|4899 | 0.000000e+00 |      --      |    Inf 
183.26/183.30	c   183s| 73100 |   155 |  1231k|  16.9 |9931k|  49 |  42 | 231 |9750 | 231 |2454 |  22 |  43k|4908 | 0.000000e+00 |      --      |    Inf 
183.45/183.58	c   184s| 73200 |   155 |  1233k|  16.9 |9938k|  49 |  43 | 231 |9770 | 231 |2454 |  22 |  43k|4917 | 0.000000e+00 |      --      |    Inf 
183.75/183.83	c   184s| 73300 |   155 |  1235k|  16.9 |9950k|  49 |  34 | 231 |9809 | 231 |2454 |  22 |  43k|4922 | 0.000000e+00 |      --      |    Inf 
183.95/184.09	c   184s| 73400 |   161 |  1237k|  16.9 |9968k|  49 |   - | 231 |9803 | 231 |2454 |  22 |  43k|4930 | 0.000000e+00 |      --      |    Inf 
184.25/184.33	c   184s| 73500 |   163 |  1239k|  16.9 |9984k|  49 |   - | 231 |9827 | 231 |2454 |  22 |  43k|4933 | 0.000000e+00 |      --      |    Inf 
184.46/184.53	c   185s| 73600 |   165 |  1240k|  16.9 |  10M|  49 |  27 | 231 |9878 | 231 |2454 |  22 |  43k|4935 | 0.000000e+00 |      --      |    Inf 
184.66/184.75	c   185s| 73700 |   165 |  1242k|  16.9 |  10M|  49 |  28 | 231 |9926 | 231 |2454 |  22 |  43k|4937 | 0.000000e+00 |      --      |    Inf 
184.85/184.97	c   185s| 73800 |   161 |  1243k|  16.9 |  10M|  49 |  30 | 231 |9983 | 231 |2454 |  22 |  43k|4938 | 0.000000e+00 |      --      |    Inf 
185.15/185.20	c   185s| 73900 |   160 |  1245k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  43k|4939 | 0.000000e+00 |      --      |    Inf 
185.35/185.44	c   185s| 74000 |   162 |  1247k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  43k|4940 | 0.000000e+00 |      --      |    Inf 
185.56/185.65	c   186s| 74100 |   164 |  1248k|  16.9 |  10M|  49 |  25 | 231 |  10k| 231 |2454 |  22 |  43k|4942 | 0.000000e+00 |      --      |    Inf 
185.76/185.88	c   186s| 74200 |   169 |  1250k|  16.9 |  10M|  49 |  29 | 231 |  10k| 231 |2454 |  22 |  43k|4944 | 0.000000e+00 |      --      |    Inf 
186.05/186.13	c   186s| 74300 |   166 |  1252k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  43k|4946 | 0.000000e+00 |      --      |    Inf 
186.25/186.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.25/186.35	c   186s| 74400 |   165 |  1254k|  16.9 |  10M|  49 |  41 | 231 |  10k| 231 |2454 |  22 |  43k|4946 | 0.000000e+00 |      --      |    Inf 
186.45/186.56	c   187s| 74500 |   169 |  1255k|  16.9 |  10M|  49 |  31 | 231 |  10k| 231 |2454 |  22 |  43k|4946 | 0.000000e+00 |      --      |    Inf 
186.65/186.77	c   187s| 74600 |   170 |  1257k|  16.9 |  10M|  49 |  22 | 231 |  10k| 231 |2454 |  22 |  44k|4947 | 0.000000e+00 |      --      |    Inf 
186.86/186.97	c   187s| 74700 |   169 |  1258k|  16.8 |  10M|  49 |  28 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
187.05/187.14	c   187s| 74800 |   169 |  1260k|  16.8 |  10M|  49 |   - | 231 |  10k|   0 |   0 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
187.25/187.36	c   187s| 74900 |   170 |  1261k|  16.8 |  10M|  49 |  35 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
187.45/187.58	c   188s| 75000 |   169 |  1263k|  16.8 |  10M|  49 |  14 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
187.75/187.81	c   188s| 75100 |   167 |  1265k|  16.8 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
187.96/188.02	c   188s| 75200 |   171 |  1266k|  16.8 |  10M|  49 |  29 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
188.16/188.27	c   188s| 75300 |   169 |  1269k|  16.9 |  10M|  49 |  29 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
188.45/188.54	c   189s| 75400 |   171 |  1271k|  16.9 |  10M|  49 |  36 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
188.75/188.80	c   189s| 75500 |   170 |  1273k|  16.9 |  10M|  49 |  32 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
188.95/189.04	c   189s| 75600 |   173 |  1275k|  16.9 |  10M|  49 |  29 | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
189.16/189.27	c   189s| 75700 |   171 |  1276k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
189.45/189.51	c   190s| 75800 |   171 |  1278k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
189.65/189.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.65/189.77	c   190s| 75900 |   173 |  1281k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  44k|4949 | 0.000000e+00 |      --      |    Inf 
189.96/190.02	c   190s| 76000 |   173 |  1283k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  45k|4949 | 0.000000e+00 |      --      |    Inf 
190.16/190.26	c   190s| 76100 |   175 |  1285k|  16.9 |  10M|  49 |  38 | 231 |  10k| 231 |2454 |  22 |  45k|4949 | 0.000000e+00 |      --      |    Inf 
190.45/190.52	c   191s| 76200 |   179 |  1287k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  45k|4949 | 0.000000e+00 |      --      |    Inf 
190.65/190.75	c   191s| 76300 |   184 |  1288k|  16.9 |  10M|  49 |  33 | 231 |  10k| 231 |2454 |  22 |  45k|4949 | 0.000000e+00 |      --      |    Inf 
190.96/191.01	c   191s| 76400 |   189 |  1290k|  16.9 |  10M|  49 |   - | 231 |  10k| 231 |2454 |  22 |  45k|4956 | 0.000000e+00 |      --      |    Inf 
191.15/191.28	c   191s| 76500 |   189 |  1292k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|4968 | 0.000000e+00 |      --      |    Inf 
191.45/191.52	c   192s| 76600 |   193 |  1294k|  16.9 |  10M|  49 |  22 | 231 |  11k| 231 |2454 |  22 |  45k|4968 | 0.000000e+00 |      --      |    Inf 
191.65/191.78	c   192s| 76700 |   189 |  1296k|  16.9 |  10M|  49 |  34 | 231 |  11k| 231 |2454 |  22 |  45k|4977 | 0.000000e+00 |      --      |    Inf 
191.96/192.09	c   192s| 76800 |   187 |  1298k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|4988 | 0.000000e+00 |      --      |    Inf 
192.26/192.34	c   192s| 76900 |   185 |  1300k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|4995 | 0.000000e+00 |      --      |    Inf 
192.55/192.63	c   193s| 77000 |   191 |  1302k|  16.9 |  10M|  49 |  40 | 231 |  11k| 231 |2454 |  22 |  45k|5004 | 0.000000e+00 |      --      |    Inf 
192.75/192.87	c   193s| 77100 |   192 |  1304k|  16.9 |  10M|  49 |  28 | 231 |  11k| 231 |2454 |  22 |  45k|5004 | 0.000000e+00 |      --      |    Inf 
193.05/193.14	c   193s| 77200 |   189 |  1305k|  16.9 |  10M|  49 |  34 | 231 |  11k| 231 |2454 |  22 |  45k|5014 | 0.000000e+00 |      --      |    Inf 
193.25/193.36	c   193s| 77300 |   191 |  1307k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|5014 | 0.000000e+00 |      --      |    Inf 
193.56/193.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.56/193.65	c   194s| 77400 |   190 |  1309k|  16.9 |  10M|  49 |  42 | 231 |  11k| 231 |2454 |  22 |  45k|5025 | 0.000000e+00 |      --      |    Inf 
193.75/193.89	c   194s| 77500 |   190 |  1311k|  16.9 |  10M|  49 |  28 | 231 |  11k| 231 |2454 |  22 |  45k|5031 | 0.000000e+00 |      --      |    Inf 
194.06/194.19	c   194s| 77600 |   186 |  1313k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|5043 | 0.000000e+00 |      --      |    Inf 
194.35/194.49	c   194s| 77700 |   187 |  1315k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  45k|5050 | 0.000000e+00 |      --      |    Inf 
194.66/194.77	c   195s| 77800 |   183 |  1317k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5060 | 0.000000e+00 |      --      |    Inf 
194.95/195.02	c   195s| 77900 |   183 |  1319k|  16.9 |  10M|  49 |  40 | 231 |  11k| 231 |2454 |  22 |  46k|5065 | 0.000000e+00 |      --      |    Inf 
195.15/195.28	c   195s| 78000 |   186 |  1321k|  16.9 |  10M|  49 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5072 | 0.000000e+00 |      --      |    Inf 
195.45/195.55	c   196s| 78100 |   190 |  1322k|  16.9 |  10M|  49 |  35 | 231 |  11k| 231 |2454 |  22 |  46k|5083 | 0.000000e+00 |      --      |    Inf 
195.75/195.81	c   196s| 78200 |   190 |  1324k|  16.9 |  10M|  49 |  33 | 231 |  11k| 231 |2454 |  22 |  46k|5092 | 0.000000e+00 |      --      |    Inf 
195.95/196.07	c   196s| 78300 |   192 |  1326k|  16.9 |  10M|  49 |  35 | 231 |  11k| 231 |2454 |  22 |  46k|5094 | 0.000000e+00 |      --      |    Inf 
196.26/196.36	c   196s| 78400 |   194 |  1328k|  16.9 |  10M|  49 |  37 | 231 |  11k| 231 |2454 |  22 |  46k|5102 | 0.000000e+00 |      --      |    Inf 
196.55/196.61	c   197s| 78500 |   194 |  1330k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5107 | 0.000000e+00 |      --      |    Inf 
196.76/196.86	c   197s| 78600 |   194 |  1332k|  16.9 |  10M|  51 |  43 | 231 |  11k| 231 |2454 |  22 |  46k|5112 | 0.000000e+00 |      --      |    Inf 
197.05/197.12	c   197s| 78700 |   193 |  1333k|  16.9 |  10M|  51 |  31 | 231 |  11k| 231 |2454 |  22 |  46k|5123 | 0.000000e+00 |      --      |    Inf 
197.35/197.40	c   197s| 78800 |   195 |  1335k|  17.0 |  10M|  51 |  30 | 231 |  11k| 231 |2454 |  22 |  46k|5131 | 0.000000e+00 |      --      |    Inf 
197.55/197.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.55/197.63	c   198s| 78900 |   198 |  1337k|  16.9 |  10M|  51 |  28 | 231 |  11k| 231 |2454 |  22 |  46k|5136 | 0.000000e+00 |      --      |    Inf 
197.75/197.83	c   198s| 79000 |   196 |  1339k|  16.9 |  10M|  51 |  37 | 231 |  11k| 231 |2454 |  22 |  46k|5137 | 0.000000e+00 |      --      |    Inf 
197.96/198.07	c   198s| 79100 |   198 |  1340k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5139 | 0.000000e+00 |      --      |    Inf 
198.15/198.28	c   198s| 79200 |   194 |  1342k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5141 | 0.000000e+00 |      --      |    Inf 
198.45/198.54	c   199s| 79300 |   192 |  1344k|  17.0 |  10M|  51 |  34 | 231 |  11k| 231 |2454 |  22 |  46k|5145 | 0.000000e+00 |      --      |    Inf 
198.65/198.79	c   199s| 79400 |   197 |  1346k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  46k|5148 | 0.000000e+00 |      --      |    Inf 
198.85/199.00	c   199s| 79500 |   197 |  1347k|  17.0 |  10M|  51 |  14 | 231 |  11k| 231 |2454 |  22 |  46k|5149 | 0.000000e+00 |      --      |    Inf 
199.16/199.21	c   199s| 79600 |   197 |  1349k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5150 | 0.000000e+00 |      --      |    Inf 
199.35/199.42	c   199s| 79700 |   195 |  1350k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5150 | 0.000000e+00 |      --      |    Inf 
199.55/199.65	c   200s| 79800 |   193 |  1352k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5150 | 0.000000e+00 |      --      |    Inf 
199.75/199.88	c   200s| 79900 |   195 |  1354k|  16.9 |  10M|  51 |   - | 231 |  11k|   0 |   0 |  22 |  47k|5150 | 0.000000e+00 |      --      |    Inf 
200.06/200.12	c   200s| 80000 |   198 |  1356k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5151 | 0.000000e+00 |      --      |    Inf 
200.25/200.36	c   200s| 80100 |   198 |  1358k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5152 | 0.000000e+00 |      --      |    Inf 
200.45/200.56	c   201s| 80200 |   202 |  1359k|  17.0 |  10M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  47k|5152 | 0.000000e+00 |      --      |    Inf 
200.65/200.78	c   201s| 80300 |   200 |  1361k|  17.0 |  10M|  51 |  26 | 231 |  11k| 231 |2454 |  22 |  47k|5152 | 0.000000e+00 |      --      |    Inf 
200.95/201.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.95/201.03	c   201s| 80400 |   197 |  1363k|  17.0 |  10M|  51 |  35 | 231 |  11k| 231 |2454 |  22 |  47k|5153 | 0.000000e+00 |      --      |    Inf 
201.16/201.24	c   201s| 80500 |   197 |  1364k|  17.0 |  10M|  51 |  42 | 231 |  11k| 231 |2454 |  22 |  47k|5153 | 0.000000e+00 |      --      |    Inf 
201.35/201.46	c   201s| 80600 |   196 |  1366k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5153 | 0.000000e+00 |      --      |    Inf 
201.55/201.69	c   202s| 80700 |   195 |  1368k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5153 | 0.000000e+00 |      --      |    Inf 
201.85/201.93	c   202s| 80800 |   199 |  1370k|  17.0 |  10M|  51 |  36 | 231 |  11k| 231 |2454 |  22 |  47k|5154 | 0.000000e+00 |      --      |    Inf 
202.05/202.14	c   202s| 80900 |   199 |  1371k|  17.0 |  10M|  51 |  42 | 231 |  11k| 231 |2454 |  22 |  47k|5154 | 0.000000e+00 |      --      |    Inf 
202.25/202.38	c   202s| 81000 |   199 |  1373k|  17.0 |  10M|  51 |  36 | 231 |  11k| 231 |2454 |  22 |  47k|5154 | 0.000000e+00 |      --      |    Inf 
202.56/202.61	c   203s| 81100 |   200 |  1375k|  17.0 |  10M|  51 |  25 | 231 |  11k| 231 |2454 |  22 |  47k|5154 | 0.000000e+00 |      --      |    Inf 
202.75/202.82	c   203s| 81200 |   197 |  1377k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  47k|5154 | 0.000000e+00 |      --      |    Inf 
202.95/203.06	c   203s| 81300 |   197 |  1379k|  17.0 |  10M|  51 |  36 | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
203.15/203.28	c   203s| 81400 |   198 |  1380k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
203.36/203.48	c   203s| 81500 |   197 |  1382k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
203.55/203.69	c   204s| 81600 |   200 |  1383k|  17.0 |  10M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
203.86/203.90	c   204s| 81700 |   201 |  1385k|  17.0 |  10M|  51 |  31 | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
204.06/204.13	c   204s| 81800 |   200 |  1387k|  17.0 |  10M|  51 |  32 | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
204.25/204.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.25/204.34	c   204s| 81900 |   199 |  1389k|  17.0 |  10M|  51 |  42 | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
204.46/204.56	c   205s| 82000 |   204 |  1390k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5154 | 0.000000e+00 |      --      |    Inf 
204.75/204.81	c   205s| 82100 |   199 |  1392k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5167 | 0.000000e+00 |      --      |    Inf 
204.95/205.05	c   205s| 82200 |   193 |  1394k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5167 | 0.000000e+00 |      --      |    Inf 
205.25/205.31	c   205s| 82300 |   195 |  1395k|  17.0 |  10M|  51 |  47 | 231 |  11k| 231 |2454 |  22 |  48k|5178 | 0.000000e+00 |      --      |    Inf 
205.45/205.52	c   206s| 82400 |   198 |  1397k|  17.0 |  10M|  51 |  30 | 231 |  11k| 231 |2454 |  22 |  48k|5178 | 0.000000e+00 |      --      |    Inf 
205.66/205.72	c   206s| 82500 |   200 |  1398k|  17.0 |  10M|  51 |  36 | 231 |  11k| 231 |2454 |  22 |  48k|5178 | 0.000000e+00 |      --      |    Inf 
205.95/206.00	c   206s| 82600 |   204 |  1400k|  17.0 |  10M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  48k|5191 | 0.000000e+00 |      --      |    Inf 
206.15/206.27	c   206s| 82700 |   202 |  1402k|  17.0 |  10M|  51 |  41 | 231 |  11k| 231 |2454 |  22 |  48k|5200 | 0.000000e+00 |      --      |    Inf 
206.45/206.54	c   207s| 82800 |   202 |  1404k|  17.0 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  48k|5210 | 0.000000e+00 |      --      |    Inf 
206.65/206.75	c   207s| 82900 |   202 |  1405k|  17.0 |  10M|  51 |  26 | 231 |  11k| 231 |2454 |  22 |  48k|5210 | 0.000000e+00 |      --      |    Inf 
206.85/206.96	c   207s| 83000 |   202 |  1407k|  17.0 |  10M|  51 |  19 | 231 |  11k| 231 |2454 |  22 |  48k|5218 | 0.000000e+00 |      --      |    Inf 
207.15/207.20	c   207s| 83100 |   201 |  1408k|  17.0 |  10M|  51 |  39 | 231 |  11k| 231 |2454 |  22 |  49k|5229 | 0.000000e+00 |      --      |    Inf 
207.35/207.41	c   207s| 83200 |   203 |  1409k|  16.9 |  10M|  51 |  29 | 231 |  11k| 231 |2454 |  22 |  49k|5238 | 0.000000e+00 |      --      |    Inf 
207.55/207.65	c   208s| 83300 |   203 |  1411k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5244 | 0.000000e+00 |      --      |    Inf 
207.76/207.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.76/207.89	c   208s| 83400 |   205 |  1413k|  16.9 |  10M|  51 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5250 | 0.000000e+00 |      --      |    Inf 
208.05/208.18	c   208s| 83500 |   201 |  1415k|  16.9 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5261 | 0.000000e+00 |      --      |    Inf 
208.35/208.45	c   208s| 83600 |   202 |  1417k|  17.0 |  10M|  52 |  37 | 231 |  11k| 231 |2454 |  22 |  49k|5266 | 0.000000e+00 |      --      |    Inf 
208.55/208.67	c   209s| 83700 |   198 |  1418k|  16.9 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5272 | 0.000000e+00 |      --      |    Inf 
208.86/208.95	c   209s| 83800 |   196 |  1420k|  17.0 |  10M|  52 |  33 | 231 |  11k| 231 |2454 |  22 |  49k|5281 | 0.000000e+00 |      --      |    Inf 
209.15/209.21	c   209s| 83900 |   195 |  1422k|  17.0 |  10M|  52 |  34 | 231 |  11k| 231 |2454 |  22 |  49k|5290 | 0.000000e+00 |      --      |    Inf 
209.35/209.47	c   209s| 84000 |   193 |  1424k|  17.0 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5296 | 0.000000e+00 |      --      |    Inf 
209.65/209.70	c   210s| 84100 |   196 |  1425k|  17.0 |  10M|  52 |  39 | 231 |  11k| 231 |2454 |  22 |  49k|5302 | 0.000000e+00 |      --      |    Inf 
209.85/209.94	c   210s| 84200 |   197 |  1427k|  17.0 |  10M|  52 |  29 | 231 |  11k| 231 |2454 |  22 |  49k|5310 | 0.000000e+00 |      --      |    Inf 
210.06/210.19	c   210s| 84300 |   194 |  1429k|  17.0 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5317 | 0.000000e+00 |      --      |    Inf 
210.35/210.45	c   210s| 84400 |   194 |  1430k|  17.0 |  10M|  52 |  37 | 231 |  11k| 231 |2454 |  22 |  49k|5325 | 0.000000e+00 |      --      |    Inf 
210.65/210.73	c   211s| 84500 |   194 |  1432k|  17.0 |  10M|  52 |  39 | 231 |  11k| 231 |2454 |  22 |  49k|5333 | 0.000000e+00 |      --      |    Inf 
210.85/210.98	c   211s| 84600 |   196 |  1434k|  17.0 |  10M|  52 |  32 | 231 |  11k| 231 |2454 |  22 |  49k|5339 | 0.000000e+00 |      --      |    Inf 
211.05/211.20	c   211s| 84700 |   196 |  1436k|  17.0 |  10M|  52 |  34 | 231 |  11k| 231 |2454 |  22 |  49k|5341 | 0.000000e+00 |      --      |    Inf 
211.35/211.43	c   211s| 84800 |   192 |  1437k|  17.0 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  49k|5345 | 0.000000e+00 |      --      |    Inf 
211.65/211.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.65/211.72	c   212s| 84900 |   190 |  1439k|  17.0 |  10M|  52 |  43 | 231 |  10k| 231 |2454 |  22 |  50k|5353 | 0.000000e+00 |      --      |    Inf 
211.85/211.95	c   212s| 85000 |   192 |  1441k|  17.0 |  10M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5354 | 0.000000e+00 |      --      |    Inf 
212.05/212.20	c   212s| 85100 |   194 |  1443k|  17.0 |  10M|  52 |  32 | 231 |  10k| 231 |2454 |  22 |  50k|5354 | 0.000000e+00 |      --      |    Inf 
212.35/212.42	c   212s| 85200 |   194 |  1445k|  17.0 |  10M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5355 | 0.000000e+00 |      --      |    Inf 
212.55/212.66	c   213s| 85300 |   192 |  1446k|  17.0 |  10M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5356 | 0.000000e+00 |      --      |    Inf 
212.85/212.90	c   213s| 85400 |   194 |  1448k|  17.0 |  10M|  52 |  41 | 231 |  10k| 231 |2454 |  22 |  50k|5358 | 0.000000e+00 |      --      |    Inf 
213.05/213.14	c   213s| 85500 |   198 |  1450k|  17.0 |  10M|  52 |  35 | 231 |  10k| 231 |2454 |  22 |  50k|5361 | 0.000000e+00 |      --      |    Inf 
213.25/213.38	c   213s| 85600 |   194 |  1452k|  17.0 |  10M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5362 | 0.000000e+00 |      --      |    Inf 
213.55/213.61	c   214s| 85700 |   196 |  1454k|  17.0 |  10M|  52 |  35 | 231 |  10k| 231 |2454 |  22 |  50k|5362 | 0.000000e+00 |      --      |    Inf 
213.75/213.86	c   214s| 85800 |   198 |  1456k|  17.0 |  10M|  52 |   - | 231 |  10k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
214.05/214.11	c   214s| 85900 |   196 |  1458k|  17.0 |  10M|  52 |  41 | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
214.25/214.35	c   214s| 86000 |   193 |  1460k|  17.0 |  10M|  52 |  38 | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
214.45/214.59	c   215s| 86100 |   189 |  1461k|  17.0 |  10M|  52 |   - | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
214.75/214.80	c   215s| 86200 |   195 |  1463k|  17.0 |  10M|  52 |  27 | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
214.85/214.99	c   215s| 86300 |   196 |  1464k|  17.0 |  10M|  53 |  33 | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
215.05/215.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.05/215.19	c   215s| 86400 |   192 |  1466k|  17.0 |  10M|  53 |   - | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
215.25/215.39	c   215s| 86500 |   194 |  1467k|  17.0 |  10M|  53 |   - | 231 |  11k| 231 |2454 |  22 |  50k|5363 | 0.000000e+00 |      --      |    Inf 
215.55/215.61	c   216s| 86600 |   194 |  1469k|  17.0 |  10M|  53 |   - | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
215.75/215.82	c   216s| 86700 |   194 |  1471k|  17.0 |  10M|  53 |  30 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
215.95/216.03	c   216s| 86800 |   198 |  1472k|  17.0 |  10M|  53 |  33 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
216.15/216.22	c   216s| 86900 |   204 |  1473k|  17.0 |  10M|  53 |  37 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
216.35/216.44	c   216s| 87000 |   204 |  1475k|  17.0 |  10M|  53 |  29 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
216.55/216.64	c   217s| 87100 |   201 |  1477k|  17.0 |  10M|  53 |  42 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
216.75/216.84	c   217s| 87200 |   201 |  1478k|  17.0 |  10M|  53 |  34 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
216.95/217.05	c   217s| 87300 |   201 |  1480k|  17.0 |  10M|  53 |   - | 231 |  11k|   0 |   0 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
217.15/217.27	c   217s| 87400 |   198 |  1481k|  17.0 |  10M|  53 |  43 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
217.35/217.48	c   217s| 87500 |   196 |  1483k|  16.9 |  10M|  53 |  37 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
217.54/217.69	c   218s| 87600 |   193 |  1484k|  16.9 |  10M|  53 |  43 | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
217.75/217.89	c   218s| 87700 |   191 |  1486k|  16.9 |  10M|  53 |   - | 231 |  11k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
218.05/218.11	c   218s| 87800 |   188 |  1487k|  16.9 |  10M|  53 |  38 | 231 |  10k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
218.25/218.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.25/218.34	c   218s| 87900 |   190 |  1489k|  16.9 |  10M|  53 |  41 | 231 |  10k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
218.45/218.56	c   219s| 88000 |   190 |  1491k|  16.9 |  10M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
218.65/218.78	c   219s| 88100 |   188 |  1492k|  16.9 |  10M|  53 |  40 | 231 |  10k| 231 |2454 |  22 |  51k|5363 | 0.000000e+00 |      --      |    Inf 
218.95/219.07	c   219s| 88200 |   184 |  1494k|  16.9 |  10M|  53 |   - | 231 |  10k| 231 |2454 |  22 |  51k|5376 | 0.000000e+00 |      --      |    Inf 
219.25/219.31	c   219s| 88300 |   183 |  1496k|  16.9 |  10M|  53 |   - | 231 |9829 | 231 |2454 |  22 |  51k|5376 | 0.000000e+00 |      --      |    Inf 
219.45/219.59	c   220s| 88400 |   183 |  1498k|  16.9 |  10M|  53 |   - | 231 |9477 | 231 |2454 |  22 |  51k|5385 | 0.000000e+00 |      --      |    Inf 
219.75/219.84	c   220s| 88500 |   185 |  1499k|  16.9 |  10M|  53 |   - | 231 |9233 |   0 |   0 |  22 |  52k|5394 | 0.000000e+00 |      --      |    Inf 
219.96/220.08	c   220s| 88600 |   182 |  1501k|  17.0 |  10M|  55 |   - | 231 |9131 | 231 |2454 |  22 |  52k|5394 | 0.000000e+00 |      --      |    Inf 
220.25/220.38	c   220s| 88700 |   182 |  1503k|  17.0 |9986k|  55 |  26 | 231 |9025 | 231 |2454 |  22 |  52k|5411 | 0.000000e+00 |      --      |    Inf 
220.45/220.59	c   221s| 88800 |   182 |  1505k|  17.0 |9987k|  55 |  35 | 231 |9026 | 231 |2454 |  22 |  52k|5411 | 0.000000e+00 |      --      |    Inf 
220.75/220.81	c   221s| 88900 |   179 |  1506k|  16.9 |9952k|  55 |   - | 231 |8929 |   0 |   0 |  22 |  52k|5415 | 0.000000e+00 |      --      |    Inf 
220.95/221.03	c   221s| 89000 |   179 |  1508k|  16.9 |9906k|  55 |   - | 231 |8819 | 231 |2454 |  22 |  52k|5418 | 0.000000e+00 |      --      |    Inf 
221.15/221.27	c   221s| 89100 |   178 |  1509k|  16.9 |9864k|  55 |   - | 231 |8707 | 231 |2454 |  22 |  52k|5427 | 0.000000e+00 |      --      |    Inf 
221.44/221.52	c   222s| 89200 |   179 |  1511k|  16.9 |9843k|  55 |   - | 231 |8637 | 231 |2454 |  22 |  52k|5431 | 0.000000e+00 |      --      |    Inf 
221.75/221.80	c   222s| 89300 |   181 |  1513k|  16.9 |9818k|  55 |  22 | 231 |8569 | 231 |2454 |  22 |  52k|5438 | 0.000000e+00 |      --      |    Inf 
221.95/222.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.95/222.04	c   222s| 89400 |   185 |  1515k|  16.9 |9814k|  55 |  37 | 231 |8535 | 231 |2454 |  22 |  52k|5444 | 0.000000e+00 |      --      |    Inf 
222.15/222.28	c   222s| 89500 |   191 |  1516k|  16.9 |9831k|  55 |  20 | 231 |8546 | 231 |2454 |  22 |  52k|5451 | 0.000000e+00 |      --      |    Inf 
222.34/222.50	c   222s| 89600 |   192 |  1518k|  16.9 |9850k|  55 |  22 | 231 |8584 | 231 |2454 |  22 |  52k|5457 | 0.000000e+00 |      --      |    Inf 
222.65/222.73	c   223s| 89700 |   192 |  1519k|  16.9 |9873k|  55 |   - | 231 |8635 | 231 |2454 |  22 |  52k|5464 | 0.000000e+00 |      --      |    Inf 
222.85/222.93	c   223s| 89800 |   185 |  1521k|  16.9 |9878k|  55 |   - | 231 |8691 | 231 |2454 |  22 |  52k|5466 | 0.000000e+00 |      --      |    Inf 
223.04/223.17	c   223s| 89900 |   183 |  1522k|  16.9 |9893k|  55 |   - | 231 |8745 | 231 |2454 |  22 |  52k|5474 | 0.000000e+00 |      --      |    Inf 
223.26/223.37	c   223s| 90000 |   182 |  1524k|  16.9 |9910k|  55 |  32 | 231 |8808 | 231 |2454 |  22 |  52k|5477 | 0.000000e+00 |      --      |    Inf 
223.45/223.59	c   224s| 90100 |   180 |  1525k|  16.9 |9917k|  55 |   - | 231 |8841 | 231 |2454 |  22 |  52k|5484 | 0.000000e+00 |      --      |    Inf 
223.75/223.85	c   224s| 90200 |   183 |  1527k|  16.9 |9919k|  55 |  28 | 231 |8838 | 231 |2454 |  22 |  52k|5492 | 0.000000e+00 |      --      |    Inf 
223.95/224.07	c   224s| 90300 |   185 |  1528k|  16.9 |9947k|  55 |  34 | 231 |8889 | 231 |2454 |  22 |  53k|5498 | 0.000000e+00 |      --      |    Inf 
224.26/224.32	c   224s| 90400 |   183 |  1530k|  16.9 |9960k|  55 |   - | 231 |8931 | 231 |2454 |  22 |  53k|5506 | 0.000000e+00 |      --      |    Inf 
224.45/224.55	c   225s| 90500 |   181 |  1532k|  16.9 |9972k|  55 |  42 | 231 |8987 | 231 |2454 |  22 |  53k|5513 | 0.000000e+00 |      --      |    Inf 
224.65/224.79	c   225s| 90600 |   184 |  1533k|  16.9 |9998k|  55 |   - | 231 |9035 | 231 |2454 |  22 |  53k|5519 | 0.000000e+00 |      --      |    Inf 
224.95/225.01	c   225s| 90700 |   189 |  1535k|  16.9 |  10M|  55 |  30 | 231 |9088 | 231 |2454 |  22 |  53k|5523 | 0.000000e+00 |      --      |    Inf 
225.15/225.28	c   225s| 90800 |   186 |  1537k|  16.9 |  10M|  55 |  27 | 231 |9139 | 231 |2454 |  22 |  53k|5536 | 0.000000e+00 |      --      |    Inf 
225.45/225.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.45/225.51	c   226s| 90900 |   186 |  1538k|  16.9 |  10M|  55 |  30 | 231 |9193 | 231 |2454 |  22 |  53k|5542 | 0.000000e+00 |      --      |    Inf 
225.64/225.73	c   226s| 91000 |   188 |  1540k|  16.9 |  10M|  55 |   - | 231 |9254 | 231 |2454 |  22 |  53k|5547 | 0.000000e+00 |      --      |    Inf 
225.85/225.96	c   226s| 91100 |   188 |  1542k|  16.9 |  10M|  55 |   - | 231 |9294 | 231 |2454 |  22 |  53k|5550 | 0.000000e+00 |      --      |    Inf 
226.05/226.19	c   226s| 91200 |   187 |  1543k|  16.9 |  10M|  55 |   - | 231 |9351 | 231 |2454 |  22 |  53k|5553 | 0.000000e+00 |      --      |    Inf 
226.35/226.44	c   226s| 91300 |   185 |  1545k|  16.9 |  10M|  55 |   - | 231 |9399 | 231 |2454 |  22 |  53k|5555 | 0.000000e+00 |      --      |    Inf 
226.65/226.72	c   227s| 91400 |   186 |  1547k|  16.9 |  10M|  55 |  27 | 231 |9439 | 231 |2454 |  22 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
226.85/226.97	c   227s| 91500 |   185 |  1550k|  16.9 |  10M|  55 |  37 | 231 |9471 | 231 |2454 |  22 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
227.15/227.21	c   227s| 91600 |   181 |  1551k|  16.9 |  10M|  55 |   - | 231 |9514 | 231 |2454 |  22 |  53k|5557 | 0.000000e+00 |      --      |    Inf 
227.35/227.45	c   227s| 91700 |   183 |  1553k|  16.9 |  10M|  55 |  27 | 231 |9509 | 231 |2454 |  22 |  53k|5560 | 0.000000e+00 |      --      |    Inf 
227.55/227.67	c   228s| 91800 |   179 |  1555k|  16.9 |  10M|  55 |   - | 231 |9486 | 231 |2454 |  22 |  53k|5561 | 0.000000e+00 |      --      |    Inf 
227.75/227.88	c   228s| 91900 |   182 |  1556k|  16.9 |  10M|  55 |  38 | 231 |9383 | 231 |2454 |  22 |  53k|5563 | 0.000000e+00 |      --      |    Inf 
227.95/228.09	c   228s| 92000 |   180 |  1558k|  16.9 |  10M|  55 |  26 | 231 |9268 | 231 |2454 |  22 |  53k|5564 | 0.000000e+00 |      --      |    Inf 
228.25/228.32	c   228s| 92100 |   178 |  1559k|  16.9 |  10M|  55 |  43 | 231 |9093 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
228.45/228.55	c   229s| 92200 |   178 |  1561k|  16.9 |9902k|  55 |  22 | 231 |8733 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
228.75/228.81	c   229s| 92300 |   176 |  1563k|  16.9 |9802k|  55 |   - | 231 |8464 |   0 |   0 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
228.95/229.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.95/229.03	c   229s| 92400 |   178 |  1565k|  16.9 |9787k|  55 |  27 | 231 |8428 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
229.15/229.25	c   229s| 92500 |   178 |  1567k|  16.9 |9721k|  55 |  33 | 231 |8254 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
229.45/229.50	c   229s| 92600 |   178 |  1568k|  16.9 |9710k|  55 |  35 | 231 |8216 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
229.65/229.71	c   230s| 92700 |   182 |  1570k|  16.9 |9736k|  55 |  33 | 231 |8252 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
229.86/229.92	c   230s| 92800 |   177 |  1572k|  16.9 |9711k|  55 |  44 | 231 |8235 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
230.05/230.12	c   230s| 92900 |   179 |  1573k|  16.9 |9708k|  55 |  33 | 231 |8207 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
230.25/230.34	c   230s| 93000 |   182 |  1575k|  16.9 |9712k|  55 |   - | 231 |8193 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
230.45/230.53	c   231s| 93100 |   180 |  1576k|  16.9 |9724k|  55 |   - | 231 |8214 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
230.64/230.74	c   231s| 93200 |   180 |  1578k|  16.9 |9724k|  55 |  32 | 231 |8216 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
230.86/230.95	c   231s| 93300 |   178 |  1580k|  16.9 |9716k|  55 |   - | 231 |8207 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
231.05/231.16	c   231s| 93400 |   176 |  1581k|  16.9 |9722k|  55 |   - | 231 |8220 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
231.25/231.39	c   231s| 93500 |   182 |  1583k|  16.9 |9733k|  55 |   - | 231 |8213 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
231.55/231.63	c   232s| 93600 |   178 |  1585k|  16.9 |9725k|  55 |  28 | 231 |8221 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
231.74/231.86	c   232s| 93700 |   176 |  1587k|  16.9 |9699k|  55 |   - | 231 |8166 | 231 |2454 |  22 |  54k|5566 | 0.000000e+00 |      --      |    Inf 
231.96/232.07	c   232s| 93800 |   172 |  1588k|  16.9 |9658k|  55 |   - | 231 |8098 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
232.25/232.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.25/232.31	c   232s| 93900 |   167 |  1590k|  16.9 |9595k|  55 |   - | 231 |7983 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
232.44/232.52	c   233s| 94000 |   169 |  1592k|  16.9 |9591k|  55 |  37 | 231 |7966 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
232.65/232.75	c   233s| 94100 |   168 |  1593k|  16.9 |9570k|  55 |  35 | 231 |7912 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
232.85/232.98	c   233s| 94200 |   168 |  1595k|  16.9 |9546k|  55 |   - | 231 |7832 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
233.05/233.17	c   233s| 94300 |   168 |  1597k|  16.9 |9543k|  55 |  35 | 231 |7842 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
233.24/233.39	c   233s| 94400 |   164 |  1598k|  16.9 |9514k|  55 |  43 | 231 |7822 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
233.55/233.60	c   234s| 94500 |   168 |  1600k|  16.9 |9525k|  55 |  29 | 231 |7816 | 231 |2454 |  22 |  55k|5566 | 0.000000e+00 |      --      |    Inf 
233.75/233.88	c   234s| 94600 |   161 |  1601k|  16.9 |9511k|  55 |   - | 231 |7841 | 231 |2454 |  22 |  55k|5584 | 0.000000e+00 |      --      |    Inf 
233.95/234.09	c   234s| 94700 |   161 |  1603k|  16.9 |9535k|  55 |   - | 231 |7899 | 231 |2454 |  22 |  55k|5584 | 0.000000e+00 |      --      |    Inf 
234.26/234.33	c   234s| 94800 |   161 |  1605k|  16.9 |9507k|  55 |   - | 231 |7822 | 231 |2454 |  22 |  55k|5584 | 0.000000e+00 |      --      |    Inf 
234.45/234.58	c   235s| 94900 |   163 |  1606k|  16.9 |9507k|  55 |   - | 231 |7809 | 231 |2454 |  22 |  55k|5594 | 0.000000e+00 |      --      |    Inf 
234.74/234.85	c   235s| 95000 |   162 |  1608k|  16.9 |9516k|  55 |  37 | 231 |7836 | 231 |2454 |  22 |  55k|5604 | 0.000000e+00 |      --      |    Inf 
235.04/235.11	c   235s| 95100 |   163 |  1610k|  16.9 |9481k|  55 |   - | 231 |7718 | 231 |2454 |  22 |  55k|5613 | 0.000000e+00 |      --      |    Inf 
235.26/235.36	c   235s| 95200 |   160 |  1612k|  16.9 |9451k|  55 |   - | 231 |7629 |   0 |   0 |  22 |  55k|5613 | 0.000000e+00 |      --      |    Inf 
235.55/235.62	c   236s| 95300 |   161 |  1614k|  16.9 |9437k|  55 |  37 | 231 |7614 | 231 |2454 |  22 |  55k|5623 | 0.000000e+00 |      --      |    Inf 
235.74/235.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.74/235.89	c   236s| 95400 |   164 |  1616k|  16.9 |9451k|  55 |  38 | 231 |7626 | 231 |2454 |  22 |  55k|5628 | 0.000000e+00 |      --      |    Inf 
236.04/236.11	c   236s| 95500 |   165 |  1617k|  16.9 |9464k|  55 |  33 | 231 |7647 | 231 |2454 |  22 |  56k|5632 | 0.000000e+00 |      --      |    Inf 
236.24/236.34	c   236s| 95600 |   170 |  1619k|  16.9 |9487k|  55 |   - | 231 |7661 | 231 |2454 |  22 |  56k|5638 | 0.000000e+00 |      --      |    Inf 
236.45/236.58	c   237s| 95700 |   172 |  1620k|  16.9 |9502k|  55 |   - | 231 |7695 | 231 |2454 |  22 |  56k|5649 | 0.000000e+00 |      --      |    Inf 
236.65/236.79	c   237s| 95800 |   169 |  1622k|  16.9 |9516k|  55 |  23 | 231 |7745 | 231 |2454 |  22 |  56k|5653 | 0.000000e+00 |      --      |    Inf 
236.95/237.03	c   237s| 95900 |   168 |  1623k|  16.9 |9525k|  55 |   - | 231 |7772 | 231 |2454 |  22 |  56k|5661 | 0.000000e+00 |      --      |    Inf 
237.14/237.27	c   237s| 96000 |   165 |  1625k|  16.9 |9533k|  55 |   - | 231 |7799 | 231 |2454 |  22 |  56k|5665 | 0.000000e+00 |      --      |    Inf 
237.45/237.56	c   238s| 96100 |   164 |  1627k|  16.9 |9536k|  55 |   - | 231 |7805 | 231 |2454 |  22 |  56k|5677 | 0.000000e+00 |      --      |    Inf 
237.75/237.81	c   238s| 96200 |   163 |  1629k|  16.9 |9532k|  55 |  34 | 231 |7819 | 231 |2454 |  22 |  56k|5681 | 0.000000e+00 |      --      |    Inf 
237.95/238.06	c   238s| 96300 |   161 |  1631k|  16.9 |9505k|  55 |  37 | 231 |7760 | 231 |2454 |  22 |  56k|5688 | 0.000000e+00 |      --      |    Inf 
238.25/238.33	c   238s| 96400 |   159 |  1633k|  16.9 |9500k|  55 |  40 | 231 |7754 | 231 |2454 |  22 |  56k|5694 | 0.000000e+00 |      --      |    Inf 
238.44/238.57	c   239s| 96500 |   160 |  1634k|  16.9 |9506k|  55 |  40 | 231 |7746 | 231 |2454 |  22 |  56k|5699 | 0.000000e+00 |      --      |    Inf 
238.74/238.83	c   239s| 96600 |   159 |  1636k|  16.9 |9515k|  55 |  37 | 231 |7791 | 231 |2454 |  22 |  56k|5707 | 0.000000e+00 |      --      |    Inf 
239.04/239.10	c   239s| 96700 |   158 |  1638k|  16.9 |9513k|  55 |   - | 231 |7806 | 231 |2454 |  22 |  56k|5714 | 0.000000e+00 |      --      |    Inf 
239.25/239.35	c   239s| 96800 |   158 |  1640k|  16.9 |9522k|  55 |  38 | 231 |7839 | 231 |2454 |  22 |  56k|5721 | 0.000000e+00 |      --      |    Inf 
239.55/239.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.55/239.60	c   240s| 96900 |   156 |  1641k|  16.9 |9512k|  55 |   - | 231 |7819 | 231 |2454 |  22 |  56k|5729 | 0.000000e+00 |      --      |    Inf 
239.75/239.83	c   240s| 97000 |   158 |  1643k|  16.9 |9513k|  55 |   - | 231 |7814 | 231 |2454 |  22 |  56k|5734 | 0.000000e+00 |      --      |    Inf 
239.94/240.08	c   240s| 97100 |   158 |  1645k|  16.9 |9511k|  55 |  42 | 231 |7812 | 231 |2454 |  22 |  56k|5741 | 0.000000e+00 |      --      |    Inf 
240.14/240.28	c   240s| 97200 |   163 |  1646k|  16.9 |9542k|  55 |  31 | 231 |7863 | 231 |2454 |  22 |  56k|5746 | 0.000000e+00 |      --      |    Inf 
240.45/240.50	c   241s| 97300 |   159 |  1647k|  16.9 |9553k|  55 |   - | 231 |7906 | 231 |2454 |  22 |  57k|5751 | 0.000000e+00 |      --      |    Inf 
240.65/240.78	c   241s| 97400 |   163 |  1649k|  16.9 |9575k|  55 |   - | 231 |7933 | 231 |2454 |  22 |  57k|5762 | 0.000000e+00 |      --      |    Inf 
240.94/241.02	c   241s| 97500 |   163 |  1651k|  16.9 |9580k|  55 |  27 | 231 |7966 | 231 |2454 |  22 |  57k|5767 | 0.000000e+00 |      --      |    Inf 
241.14/241.26	c   241s| 97600 |   163 |  1653k|  16.9 |9600k|  55 |  37 | 231 |8020 | 231 |2454 |  22 |  57k|5773 | 0.000000e+00 |      --      |    Inf 
241.44/241.50	c   241s| 97700 |   160 |  1655k|  16.9 |9612k|  55 |   - | 231 |8059 | 231 |2454 |  22 |  57k|5774 | 0.000000e+00 |      --      |    Inf 
241.64/241.78	c   242s| 97800 |   158 |  1657k|  16.9 |9617k|  55 |   - | 231 |8088 | 231 |2454 |  22 |  57k|5777 | 0.000000e+00 |      --      |    Inf 
241.95/242.02	c   242s| 97900 |   162 |  1659k|  17.0 |9640k|  55 |  31 | 231 |8132 | 231 |2454 |  22 |  57k|5777 | 0.000000e+00 |      --      |    Inf 
242.14/242.25	c   242s| 98000 |   160 |  1661k|  17.0 |9657k|  55 |  34 | 231 |8182 | 231 |2454 |  22 |  57k|5777 | 0.000000e+00 |      --      |    Inf 
242.45/242.53	c   243s| 98100 |   156 |  1663k|  17.0 |9669k|  55 |   - | 231 |8222 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
242.64/242.77	c   243s| 98200 |   155 |  1665k|  17.0 |9636k|  55 |   - | 231 |8128 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
242.84/242.99	c   243s| 98300 |   152 |  1667k|  17.0 |9594k|  55 |   - | 231 |8055 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
243.14/243.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.14/243.20	c   243s| 98400 |   153 |  1668k|  17.0 |9607k|  55 |   - | 231 |8067 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
243.34/243.42	c   243s| 98500 |   151 |  1670k|  17.0 |9546k|  55 |  38 | 231 |7946 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
243.54/243.65	c   244s| 98600 |   151 |  1672k|  17.0 |9535k|  55 |  29 | 231 |7888 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
243.75/243.87	c   244s| 98700 |   153 |  1674k|  17.0 |9514k|  55 |  20 | 231 |7828 | 231 |2454 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
243.95/244.07	c   244s| 98800 |   151 |  1675k|  17.0 |9516k|  55 |   - | 231 |7833 |   0 |   0 |  22 |  57k|5779 | 0.000000e+00 |      --      |    Inf 
244.15/244.29	c   244s| 98900 |   153 |  1677k|  17.0 |9494k|  55 |  29 | 231 |7783 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
244.44/244.52	c   245s| 99000 |   156 |  1679k|  17.0 |9485k|  55 |   - | 231 |7712 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
244.65/244.75	c   245s| 99100 |   159 |  1680k|  17.0 |9466k|  55 |   - | 231 |7638 |   0 |   0 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
244.95/245.00	c   245s| 99200 |   157 |  1682k|  17.0 |9446k|  55 |   - | 231 |7617 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
245.15/245.23	c   245s| 99300 |   153 |  1684k|  17.0 |9439k|  55 |  35 | 231 |7612 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
245.34/245.45	c   245s| 99400 |   150 |  1686k|  17.0 |9406k|  55 |  37 | 231 |7574 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
245.54/245.68	c   246s| 99500 |   147 |  1688k|  17.0 |9398k|  55 |   - | 231 |7570 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
245.85/245.92	c   246s| 99600 |   145 |  1689k|  17.0 |9378k|  55 |   - | 231 |7556 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
246.05/246.13	c   246s| 99700 |   146 |  1691k|  17.0 |9370k|  55 |   - | 231 |7534 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
246.25/246.35	c   246s| 99800 |   146 |  1693k|  17.0 |9380k|  55 |  33 | 231 |7569 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
246.44/246.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.44/246.57	c   247s| 99900 |   146 |  1694k|  17.0 |9396k|  55 |   - | 231 |7595 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
246.74/246.80	c   247s|100000 |   146 |  1696k|  17.0 |9387k|  55 |  30 | 231 |7600 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
246.95/247.03	c   247s|100100 |   143 |  1698k|  17.0 |9398k|  55 |   - | 231 |7635 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
247.15/247.23	c   247s|100200 |   146 |  1700k|  17.0 |9422k|  55 |   - | 231 |7678 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
247.35/247.42	c   247s|100300 |   147 |  1701k|  17.0 |9448k|  55 |   - | 231 |7729 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
247.54/247.64	c   248s|100400 |   149 |  1703k|  17.0 |9462k|  55 |  25 | 231 |7764 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
247.74/247.88	c   248s|100500 |   150 |  1705k|  17.0 |9481k|  55 |  40 | 231 |7806 | 231 |2454 |  22 |  58k|5779 | 0.000000e+00 |      --      |    Inf 
247.95/248.09	c   248s|100600 |   146 |  1706k|  17.0 |9476k|  55 |  36 | 231 |7815 | 231 |2454 |  22 |  59k|5779 | 0.000000e+00 |      --      |    Inf 
248.24/248.30	c   248s|100700 |   148 |  1708k|  17.0 |9486k|  55 |  32 | 231 |7847 | 231 |2454 |  22 |  59k|5779 | 0.000000e+00 |      --      |    Inf 
248.34/248.49	c   248s|100800 |   146 |  1709k|  17.0 |9489k|  55 |  27 | 231 |7852 | 231 |2454 |  22 |  59k|5779 | 0.000000e+00 |      --      |    Inf 
248.64/248.71	c   249s|100900 |   146 |  1711k|  17.0 |9499k|  55 |  35 | 231 |7877 | 231 |2454 |  22 |  59k|5779 | 0.000000e+00 |      --      |    Inf 
248.85/248.98	c   249s|101000 |   148 |  1713k|  17.0 |9516k|  55 |  35 | 231 |7904 | 231 |2454 |  22 |  59k|5788 | 0.000000e+00 |      --      |    Inf 
249.15/249.20	c   249s|101100 |   150 |  1715k|  17.0 |9534k|  55 |   - | 231 |7921 | 231 |2454 |  22 |  59k|5788 | 0.000000e+00 |      --      |    Inf 
249.35/249.47	c   249s|101200 |   154 |  1716k|  17.0 |9541k|  55 |  31 | 231 |7919 | 231 |2454 |  22 |  59k|5801 | 0.000000e+00 |      --      |    Inf 
249.55/249.70	c   250s|101300 |   158 |  1718k|  17.0 |9563k|  55 |  42 | 231 |7936 | 231 |2454 |  22 |  59k|5801 | 0.000000e+00 |      --      |    Inf 
249.85/249.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.85/249.97	c   250s|101400 |   160 |  1720k|  17.0 |9579k|  55 |   - | 231 |7959 | 231 |2454 |  22 |  59k|5811 | 0.000000e+00 |      --      |    Inf 
250.14/250.23	c   250s|101500 |   157 |  1722k|  17.0 |9584k|  55 |   - | 231 |7975 | 231 |2454 |  22 |  59k|5820 | 0.000000e+00 |      --      |    Inf 
250.34/250.47	c   250s|101600 |   153 |  1724k|  17.0 |9571k|  55 |   - | 231 |7979 | 231 |2454 |  22 |  59k|5821 | 0.000000e+00 |      --      |    Inf 
250.65/250.74	c   251s|101700 |   149 |  1726k|  17.0 |9560k|  55 |   - | 231 |7989 | 231 |2454 |  22 |  59k|5829 | 0.000000e+00 |      --      |    Inf 
250.95/251.01	c   251s|101800 |   149 |  1727k|  17.0 |9559k|  55 |  44 | 231 |7990 | 231 |2454 |  22 |  59k|5838 | 0.000000e+00 |      --      |    Inf 
251.15/251.25	c   251s|101900 |   145 |  1729k|  17.0 |9540k|  55 |  44 | 231 |7970 | 231 |2454 |  22 |  59k|5843 | 0.000000e+00 |      --      |    Inf 
251.34/251.49	c   251s|102000 |   149 |  1731k|  17.0 |9543k|  55 |  14 | 231 |7964 | 231 |2454 |  22 |  59k|5848 | 0.000000e+00 |      --      |    Inf 
251.64/251.72	c   252s|102100 |   148 |  1732k|  17.0 |9551k|  55 |  34 | 231 |7982 | 231 |2454 |  22 |  59k|5855 | 0.000000e+00 |      --      |    Inf 
251.85/251.93	c   252s|102200 |   149 |  1734k|  17.0 |9558k|  55 |  31 | 231 |7993 | 231 |2454 |  22 |  59k|5857 | 0.000000e+00 |      --      |    Inf 
252.05/252.15	c   252s|102300 |   145 |  1735k|  17.0 |9550k|  55 |  39 | 231 |7991 | 231 |2454 |  22 |  59k|5862 | 0.000000e+00 |      --      |    Inf 
252.24/252.39	c   252s|102400 |   145 |  1737k|  17.0 |9545k|  55 |  36 | 231 |7995 | 231 |2454 |  22 |  59k|5870 | 0.000000e+00 |      --      |    Inf 
252.54/252.64	c   253s|102500 |   146 |  1739k|  17.0 |9523k|  55 |  35 | 231 |7946 | 231 |2454 |  22 |  59k|5877 | 0.000000e+00 |      --      |    Inf 
252.74/252.86	c   253s|102600 |   148 |  1740k|  17.0 |9527k|  55 |   - | 231 |7918 |   0 |   0 |  22 |  60k|5882 | 0.000000e+00 |      --      |    Inf 
252.95/253.08	c   253s|102700 |   150 |  1742k|  17.0 |9519k|  55 |   - | 231 |7885 | 231 |2454 |  22 |  60k|5888 | 0.000000e+00 |      --      |    Inf 
253.24/253.33	c   253s|102800 |   148 |  1743k|  17.0 |9510k|  55 |  41 | 231 |7890 | 231 |2454 |  22 |  60k|5895 | 0.000000e+00 |      --      |    Inf 
253.44/253.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.44/253.54	c   254s|102900 |   150 |  1745k|  17.0 |9537k|  55 |   - | 231 |7933 | 231 |2454 |  22 |  60k|5899 | 0.000000e+00 |      --      |    Inf 
253.64/253.78	c   254s|103000 |   150 |  1746k|  17.0 |9551k|  55 |  34 | 231 |7970 | 231 |2454 |  22 |  60k|5909 | 0.000000e+00 |      --      |    Inf 
253.85/253.99	c   254s|103100 |   151 |  1748k|  17.0 |9567k|  55 |  36 | 231 |7988 | 231 |2454 |  22 |  60k|5911 | 0.000000e+00 |      --      |    Inf 
254.15/254.21	c   254s|103200 |   152 |  1749k|  17.0 |9579k|  55 |  41 | 231 |8031 | 231 |2454 |  22 |  60k|5918 | 0.000000e+00 |      --      |    Inf 
254.34/254.46	c   254s|103300 |   155 |  1751k|  17.0 |9600k|  55 |  19 | 231 |8061 | 231 |2454 |  22 |  60k|5933 | 0.000000e+00 |      --      |    Inf 
254.54/254.65	c   255s|103400 |   156 |  1752k|  16.9 |9611k|  55 |  35 | 231 |8087 | 231 |2454 |  22 |  60k|5936 | 0.000000e+00 |      --      |    Inf 
254.74/254.88	c   255s|103500 |   154 |  1754k|  16.9 |9617k|  55 |  28 | 231 |8100 | 231 |2454 |  22 |  60k|5940 | 0.000000e+00 |      --      |    Inf 
255.05/255.12	c   255s|103600 |   151 |  1755k|  16.9 |9615k|  55 |  44 | 231 |8125 | 231 |2454 |  22 |  60k|5948 | 0.000000e+00 |      --      |    Inf 
255.24/255.37	c   255s|103700 |   153 |  1757k|  16.9 |9630k|  55 |  42 | 231 |8136 | 231 |2454 |  22 |  60k|5955 | 0.000000e+00 |      --      |    Inf 
255.54/255.61	c   256s|103800 |   149 |  1759k|  16.9 |9639k|  55 |   - | 231 |8163 | 231 |2454 |  22 |  60k|5960 | 0.000000e+00 |      --      |    Inf 
255.74/255.86	c   256s|103900 |   147 |  1761k|  16.9 |9615k|  55 |  43 | 231 |8138 | 231 |2454 |  22 |  60k|5969 | 0.000000e+00 |      --      |    Inf 
255.94/256.08	c   256s|104000 |   150 |  1762k|  16.9 |9625k|  55 |   - | 231 |8119 | 231 |2454 |  22 |  60k|5976 | 0.000000e+00 |      --      |    Inf 
256.25/256.31	c   256s|104100 |   150 |  1763k|  16.9 |9614k|  55 |  19 | 231 |8104 | 231 |2454 |  22 |  60k|5982 | 0.000000e+00 |      --      |    Inf 
256.45/256.54	c   257s|104200 |   150 |  1765k|  16.9 |9603k|  55 |  20 | 231 |8083 | 231 |2454 |  22 |  60k|5987 | 0.000000e+00 |      --      |    Inf 
256.65/256.76	c   257s|104300 |   148 |  1767k|  16.9 |9600k|  55 |  39 | 231 |8083 | 231 |2454 |  22 |  60k|5989 | 0.000000e+00 |      --      |    Inf 
256.94/257.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.94/257.01	c   257s|104400 |   152 |  1769k|  16.9 |9609k|  55 |   - | 231 |8056 | 231 |2454 |  22 |  60k|5991 | 0.000000e+00 |      --      |    Inf 
257.14/257.26	c   257s|104500 |   148 |  1770k|  16.9 |9609k|  55 |   - | 231 |8075 | 231 |2454 |  22 |  61k|5995 | 0.000000e+00 |      --      |    Inf 
257.35/257.49	c   257s|104600 |   150 |  1772k|  16.9 |9627k|  55 |   - | 231 |8114 | 231 |2454 |  22 |  61k|5998 | 0.000000e+00 |      --      |    Inf 
257.64/257.71	c   258s|104700 |   149 |  1774k|  16.9 |9627k|  55 |   - | 231 |8118 | 231 |2454 |  22 |  61k|6001 | 0.000000e+00 |      --      |    Inf 
257.85/257.93	c   258s|104800 |   149 |  1775k|  16.9 |9640k|  55 |   - | 231 |8125 | 231 |2454 |  22 |  61k|6003 | 0.000000e+00 |      --      |    Inf 
258.04/258.15	c   258s|104900 |   146 |  1777k|  16.9 |9628k|  55 |   - | 231 |8147 | 231 |2454 |  22 |  61k|6004 | 0.000000e+00 |      --      |    Inf 
258.24/258.36	c   258s|105000 |   144 |  1778k|  16.9 |9626k|  55 |   - | 231 |8145 | 231 |2454 |  22 |  61k|6005 | 0.000000e+00 |      --      |    Inf 
258.45/258.59	c   259s|105100 |   144 |  1780k|  16.9 |9612k|  55 |   - | 231 |8122 | 231 |2454 |  22 |  61k|6007 | 0.000000e+00 |      --      |    Inf 
258.74/258.82	c   259s|105200 |   143 |  1782k|  16.9 |9601k|  55 |   - | 231 |8105 | 231 |2454 |  22 |  61k|6007 | 0.000000e+00 |      --      |    Inf 
258.94/259.02	c   259s|105300 |   149 |  1783k|  16.9 |9612k|  55 |   - | 231 |8094 | 231 |2454 |  22 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
259.14/259.22	c   259s|105400 |   145 |  1785k|  16.9 |9600k|  55 |  41 | 231 |8092 | 231 |2454 |  22 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
259.34/259.45	c   259s|105500 |   143 |  1787k|  16.9 |9606k|  55 |   - | 231 |8104 | 231 |2454 |  22 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
259.55/259.67	c   260s|105600 |   145 |  1788k|  16.9 |9612k|  55 |   - | 231 |8100 | 231 |2454 |  22 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
259.74/259.88	c   260s|105700 |   141 |  1790k|  16.9 |9614k|  55 |   - | 231 |8117 | 231 |2454 |  22 |  61k|6010 | 0.000000e+00 |      --      |    Inf 
259.94/260.07	c   260s|105800 |   145 |  1791k|  16.9 |9621k|  55 |  26 | 231 |8130 | 231 |2454 |  22 |  61k|6012 | 0.000000e+00 |      --      |    Inf 
260.14/260.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.14/260.27	c   260s|105900 |   146 |  1793k|  16.9 |9638k|  55 |  26 | 231 |8163 | 231 |2454 |  22 |  61k|6015 | 0.000000e+00 |      --      |    Inf 
260.34/260.46	c   260s|106000 |   146 |  1794k|  16.9 |9645k|  55 |  26 | 231 |8184 | 231 |2454 |  22 |  61k|6015 | 0.000000e+00 |      --      |    Inf 
260.55/260.69	c   261s|106100 |   142 |  1796k|  16.9 |9662k|  55 |   - | 231 |8231 | 231 |2454 |  22 |  61k|6015 | 0.000000e+00 |      --      |    Inf 
260.84/260.92	c   261s|106200 |   146 |  1798k|  16.9 |9648k|  55 |  18 | 231 |8188 | 231 |2454 |  22 |  61k|6015 | 0.000000e+00 |      --      |    Inf 
261.04/261.15	c   261s|106300 |   148 |  1800k|  16.9 |9668k|  55 |   - | 231 |8207 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
261.24/261.37	c   261s|106400 |   142 |  1801k|  16.9 |9644k|  55 |  44 | 231 |8191 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
261.44/261.60	c   262s|106500 |   143 |  1803k|  16.9 |9645k|  55 |  27 | 231 |8196 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
261.75/261.83	c   262s|106600 |   139 |  1805k|  16.9 |9646k|  55 |   - | 231 |8193 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
261.94/262.04	c   262s|106700 |   139 |  1806k|  16.9 |9630k|  55 |  40 | 231 |8168 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
262.14/262.27	c   262s|106800 |   141 |  1808k|  16.9 |9648k|  55 |   - | 231 |8195 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
262.44/262.51	c   263s|106900 |   135 |  1810k|  16.9 |9614k|  55 |   - | 231 |8157 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
262.64/262.74	c   263s|107000 |   138 |  1812k|  16.9 |9600k|  55 |  45 | 231 |8118 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
262.84/262.95	c   263s|107100 |   138 |  1813k|  16.9 |9601k|  55 |   - | 231 |8124 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
263.04/263.19	c   263s|107200 |   136 |  1815k|  16.9 |9602k|  55 |  28 | 231 |8158 | 231 |2454 |  22 |  62k|6015 | 0.000000e+00 |      --      |    Inf 
263.24/263.40	c   263s|107300 |   132 |  1817k|  16.9 |9574k|  55 |   - | 231 |8128 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
263.54/263.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.54/263.60	c   264s|107400 |   136 |  1818k|  16.9 |9569k|  55 |  32 | 231 |8119 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
263.75/263.82	c   264s|107500 |   130 |  1820k|  16.9 |9568k|  55 |   - | 231 |8142 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
263.95/264.05	c   264s|107600 |   129 |  1821k|  16.9 |9563k|  55 |   - | 231 |8131 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
264.14/264.25	c   264s|107700 |   129 |  1823k|  16.9 |9554k|  55 |   - | 231 |8134 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
264.34/264.46	c   264s|107800 |   129 |  1825k|  16.9 |9540k|  55 |  25 | 231 |8106 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
264.55/264.69	c   265s|107900 |   124 |  1826k|  16.9 |9465k|  55 |   - | 231 |7949 | 231 |2454 |  22 |  62k|6016 | 0.000000e+00 |      --      |    Inf 
264.84/264.90	c   265s|108000 |   123 |  1828k|  16.9 |9434k|  55 |   - | 231 |7880 | 231 |2454 |  22 |  63k|6016 | 0.000000e+00 |      --      |    Inf 
264.95/265.09	c   265s|108100 |   127 |  1829k|  16.9 |9430k|  55 |  30 | 231 |7858 | 231 |2454 |  22 |  63k|6016 | 0.000000e+00 |      --      |    Inf 
265.14/265.27	c   265s|108200 |   124 |  1831k|  16.9 |9436k|  55 |   - | 231 |7888 | 231 |2454 |  22 |  63k|6016 | 0.000000e+00 |      --      |    Inf 
265.34/265.45	c   265s|108300 |   124 |  1832k|  16.9 |9444k|  55 |  33 | 231 |7931 | 231 |2454 |  22 |  63k|6016 | 0.000000e+00 |      --      |    Inf 
265.54/265.66	c   266s|108400 |   124 |  1833k|  16.9 |9464k|  55 |   - | 231 |7981 | 231 |2454 |  22 |  63k|6022 | 0.000000e+00 |      --      |    Inf 
265.74/265.89	c   266s|108500 |   124 |  1835k|  16.9 |9476k|  55 |  40 | 231 |8022 | 231 |2454 |  22 |  63k|6032 | 0.000000e+00 |      --      |    Inf 
265.94/266.10	c   266s|108600 |   124 |  1836k|  16.9 |9487k|  55 |   - | 231 |8045 | 231 |2454 |  22 |  63k|6032 | 0.000000e+00 |      --      |    Inf 
266.24/266.34	c   266s|108700 |   124 |  1838k|  16.9 |9500k|  55 |  38 | 231 |8087 | 231 |2454 |  22 |  63k|6040 | 0.000000e+00 |      --      |    Inf 
266.44/266.57	c   267s|108800 |   122 |  1840k|  16.9 |9519k|  55 |   - | 231 |8141 | 231 |2454 |  22 |  63k|6046 | 0.000000e+00 |      --      |    Inf 
266.65/266.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.65/266.79	c   267s|108900 |   122 |  1841k|  16.9 |9499k|  55 |   - | 231 |8103 | 231 |2454 |  22 |  63k|6046 | 0.000000e+00 |      --      |    Inf 
266.94/267.07	c   267s|109000 |   122 |  1843k|  16.9 |9459k|  55 |  32 | 231 |8013 | 231 |2454 |  22 |  63k|6056 | 0.000000e+00 |      --      |    Inf 
267.25/267.31	c   267s|109100 |   125 |  1844k|  16.9 |9448k|  55 |   - | 231 |7946 | 231 |2454 |  22 |  63k|6067 | 0.000000e+00 |      --      |    Inf 
267.44/267.54	c   268s|109200 |   125 |  1846k|  16.9 |9450k|  55 |  37 | 231 |7965 | 231 |2454 |  22 |  63k|6067 | 0.000000e+00 |      --      |    Inf 
267.74/267.81	c   268s|109300 |   131 |  1848k|  16.9 |9451k|  55 |   - | 231 |7930 | 231 |2454 |  22 |  63k|6077 | 0.000000e+00 |      --      |    Inf 
267.94/268.08	c   268s|109400 |   135 |  1850k|  16.9 |9445k|  55 |  31 | 231 |7899 | 231 |2454 |  22 |  63k|6084 | 0.000000e+00 |      --      |    Inf 
268.14/268.27	c   268s|109500 |   134 |  1851k|  16.9 |9456k|  55 |   - | 231 |7916 | 231 |2454 |  22 |  63k|6084 | 0.000000e+00 |      --      |    Inf 
268.35/268.48	c   268s|109600 |   136 |  1853k|  16.9 |9470k|  55 |   - | 231 |7945 | 231 |2454 |  22 |  63k|6091 | 0.000000e+00 |      --      |    Inf 
268.54/268.69	c   269s|109700 |   137 |  1854k|  16.9 |9485k|  55 |  28 | 231 |7987 | 231 |2454 |  22 |  63k|6097 | 0.000000e+00 |      --      |    Inf 
268.85/268.92	c   269s|109800 |   137 |  1856k|  16.9 |9504k|  55 |   - | 231 |8017 | 231 |2454 |  22 |  64k|6103 | 0.000000e+00 |      --      |    Inf 
269.05/269.19	c   269s|109900 |   139 |  1858k|  16.9 |9521k|  55 |  30 | 231 |8057 | 231 |2454 |  22 |  64k|6113 | 0.000000e+00 |      --      |    Inf 
269.35/269.41	c   269s|110000 |   141 |  1859k|  16.9 |9551k|  55 |   - | 231 |8108 | 231 |2454 |  22 |  64k|6119 | 0.000000e+00 |      --      |    Inf 
269.54/269.60	c   270s|110100 |   142 |  1861k|  16.9 |9572k|  55 |   - | 231 |8161 | 231 |2454 |  22 |  64k|6121 | 0.000000e+00 |      --      |    Inf 
269.74/269.80	c   270s|110200 |   142 |  1862k|  16.9 |9585k|  55 |  35 | 231 |8205 | 231 |2454 |  22 |  64k|6126 | 0.000000e+00 |      --      |    Inf 
269.95/270.01	c   270s|110300 |   141 |  1863k|  16.9 |9603k|  55 |  35 | 231 |8255 | 231 |2454 |  22 |  64k|6131 | 0.000000e+00 |      --      |    Inf 
270.14/270.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.14/270.27	c   270s|110400 |   139 |  1865k|  16.9 |9617k|  55 |   - | 231 |8294 | 231 |2454 |  22 |  64k|6139 | 0.000000e+00 |      --      |    Inf 
270.34/270.49	c   270s|110500 |   138 |  1866k|  16.9 |9637k|  55 |   - | 231 |8347 | 231 |2454 |  22 |  64k|6148 | 0.000000e+00 |      --      |    Inf 
270.64/270.75	c   271s|110600 |   139 |  1868k|  16.9 |9647k|  55 |  23 | 231 |8385 | 231 |2454 |  22 |  64k|6153 | 0.000000e+00 |      --      |    Inf 
270.85/270.98	c   271s|110700 |   137 |  1870k|  16.9 |9638k|  55 |  37 | 231 |8366 | 231 |2454 |  22 |  64k|6159 | 0.000000e+00 |      --      |    Inf 
271.04/271.19	c   271s|110800 |   134 |  1871k|  16.9 |9641k|  55 |  30 | 231 |8392 | 231 |2454 |  22 |  64k|6163 | 0.000000e+00 |      --      |    Inf 
271.34/271.45	c   271s|110900 |   134 |  1873k|  16.9 |9659k|  55 |   - | 231 |8423 | 231 |2454 |  22 |  64k|6171 | 0.000000e+00 |      --      |    Inf 
271.55/271.64	c   272s|111000 |   132 |  1874k|  16.9 |9676k|  55 |   - | 231 |8481 | 231 |2454 |  22 |  64k|6175 | 0.000000e+00 |      --      |    Inf 
271.74/271.85	c   272s|111100 |   136 |  1875k|  16.9 |9700k|  55 |  31 | 231 |8530 | 231 |2454 |  22 |  64k|6179 | 0.000000e+00 |      --      |    Inf 
271.94/272.07	c   272s|111200 |   134 |  1877k|  16.9 |9718k|  55 |   - | 231 |8578 | 231 |2454 |  22 |  64k|6185 | 0.000000e+00 |      --      |    Inf 
272.24/272.32	c   272s|111300 |   135 |  1879k|  16.9 |9732k|  55 |  35 | 231 |8617 | 231 |2454 |  22 |  64k|6192 | 0.000000e+00 |      --      |    Inf 
272.44/272.53	c   273s|111400 |   131 |  1880k|  16.9 |9742k|  55 |   - | 231 |8657 | 231 |2454 |  22 |  64k|6196 | 0.000000e+00 |      --      |    Inf 
272.65/272.78	c   273s|111500 |   130 |  1882k|  16.9 |9755k|  55 |  35 | 231 |8700 | 231 |2454 |  22 |  64k|6203 | 0.000000e+00 |      --      |    Inf 
272.94/273.01	c   273s|111600 |   128 |  1883k|  16.9 |9767k|  55 |   - | 231 |8744 | 231 |2454 |  22 |  64k|6210 | 0.000000e+00 |      --      |    Inf 
273.14/273.25	c   273s|111700 |   130 |  1885k|  16.9 |9765k|  55 |  22 | 231 |8735 | 231 |2454 |  22 |  65k|6219 | 0.000000e+00 |      --      |    Inf 
273.34/273.48	c   273s|111800 |   130 |  1886k|  16.9 |9773k|  55 |  24 | 231 |8751 | 231 |2454 |  22 |  65k|6227 | 0.000000e+00 |      --      |    Inf 
273.54/273.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.54/273.69	c   274s|111900 |   132 |  1888k|  16.9 |9787k|  55 |  27 | 231 |8775 | 231 |2454 |  22 |  65k|6231 | 0.000000e+00 |      --      |    Inf 
273.85/273.92	c   274s|112000 |   133 |  1889k|  16.9 |9810k|  55 |   - | 231 |8823 | 231 |2454 |  22 |  65k|6233 | 0.000000e+00 |      --      |    Inf 
274.04/274.17	c   274s|112100 |   133 |  1891k|  16.9 |9829k|  55 |   - | 231 |8867 | 231 |2454 |  22 |  65k|6235 | 0.000000e+00 |      --      |    Inf 
274.34/274.43	c   274s|112200 |   132 |  1893k|  16.9 |9843k|  55 |  30 | 231 |8920 | 231 |2454 |  22 |  65k|6238 | 0.000000e+00 |      --      |    Inf 
274.54/274.67	c   275s|112300 |   135 |  1895k|  16.9 |9871k|  55 |   - | 231 |8966 | 231 |2454 |  22 |  65k|6240 | 0.000000e+00 |      --      |    Inf 
274.84/274.92	c   275s|112400 |   133 |  1897k|  16.9 |9885k|  55 |   - | 231 |9008 | 231 |2454 |  22 |  65k|6242 | 0.000000e+00 |      --      |    Inf 
275.04/275.17	c   275s|112500 |   133 |  1899k|  16.9 |9908k|  55 |   - | 231 |9059 | 231 |2454 |  22 |  65k|6244 | 0.000000e+00 |      --      |    Inf 
275.34/275.40	c   275s|112600 |   135 |  1901k|  16.9 |9926k|  55 |  36 | 231 |9107 | 231 |2454 |  22 |  65k|6246 | 0.000000e+00 |      --      |    Inf 
275.54/275.67	c   276s|112700 |   138 |  1903k|  16.9 |9959k|  55 |   - | 231 |9158 | 231 |2454 |  22 |  65k|6250 | 0.000000e+00 |      --      |    Inf 
275.74/275.89	c   276s|112800 |   144 |  1905k|  16.9 |9985k|  55 |  25 | 231 |9199 | 231 |2454 |  22 |  65k|6250 | 0.000000e+00 |      --      |    Inf 
276.05/276.10	c   276s|112900 |   141 |  1906k|  16.9 |9997k|  55 |   - | 231 |9227 | 231 |2454 |  22 |  65k|6250 | 0.000000e+00 |      --      |    Inf 
276.24/276.34	c   276s|113000 |   142 |  1908k|  16.9 |  10M|  55 |  42 | 231 |9271 | 231 |2454 |  22 |  65k|6250 | 0.000000e+00 |      --      |    Inf 
276.44/276.57	c   277s|113100 |   143 |  1910k|  16.9 |  10M|  55 |  34 | 231 |9301 | 231 |2454 |  22 |  65k|6251 | 0.000000e+00 |      --      |    Inf 
276.74/276.80	c   277s|113200 |   141 |  1912k|  16.9 |  10M|  55 |  32 | 231 |9344 | 231 |2454 |  22 |  65k|6251 | 0.000000e+00 |      --      |    Inf 
276.94/277.03	c   277s|113300 |   138 |  1913k|  16.9 |  10M|  55 |   - | 231 |9369 | 231 |2454 |  22 |  65k|6252 | 0.000000e+00 |      --      |    Inf 
277.15/277.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.15/277.24	c   277s|113400 |   137 |  1915k|  16.9 |  10M|  55 |  35 | 231 |9400 | 231 |2454 |  22 |  65k|6252 | 0.000000e+00 |      --      |    Inf 
277.34/277.48	c   277s|113500 |   135 |  1917k|  16.9 |  10M|  55 |  29 | 231 |9429 | 231 |2454 |  22 |  65k|6252 | 0.000000e+00 |      --      |    Inf 
277.64/277.70	c   278s|113600 |   132 |  1918k|  16.9 |  10M|  55 |  32 | 231 |9447 | 231 |2454 |  22 |  66k|6253 | 0.000000e+00 |      --      |    Inf 
277.84/277.96	c   278s|113700 |   130 |  1920k|  16.9 |  10M|  55 |   - | 231 |9443 | 231 |2454 |  22 |  66k|6256 | 0.000000e+00 |      --      |    Inf 
278.04/278.18	c   278s|113800 |   130 |  1922k|  16.9 |  10M|  55 |  36 | 231 |9409 | 231 |2454 |  22 |  66k|6257 | 0.000000e+00 |      --      |    Inf 
278.34/278.42	c   278s|113900 |   130 |  1924k|  16.9 |  10M|  55 |  42 | 231 |9401 | 231 |2454 |  22 |  66k|6259 | 0.000000e+00 |      --      |    Inf 
278.54/278.64	c   279s|114000 |   130 |  1925k|  16.9 |  10M|  55 |  40 | 231 |9377 | 231 |2454 |  22 |  66k|6259 | 0.000000e+00 |      --      |    Inf 
278.74/278.87	c   279s|114100 |   131 |  1927k|  16.9 |  10M|  55 |  38 | 231 |9328 | 231 |2454 |  22 |  66k|6262 | 0.000000e+00 |      --      |    Inf 
278.93/279.07	c   279s|114200 |   135 |  1929k|  16.9 |  10M|  55 |   - | 231 |9334 | 231 |2454 |  22 |  66k|6262 | 0.000000e+00 |      --      |    Inf 
279.25/279.32	c   279s|114300 |   132 |  1931k|  16.9 |  10M|  55 |   - | 231 |9371 | 231 |2454 |  22 |  66k|6263 | 0.000000e+00 |      --      |    Inf 
279.44/279.52	c   280s|114400 |   133 |  1932k|  16.9 |  10M|  55 |  29 | 231 |9377 | 231 |2454 |  22 |  66k|6263 | 0.000000e+00 |      --      |    Inf 
279.64/279.74	c   280s|114500 |   133 |  1934k|  16.9 |  10M|  55 |   - | 231 |9402 |   0 |   0 |  22 |  66k|6264 | 0.000000e+00 |      --      |    Inf 
279.84/279.97	c   280s|114600 |   137 |  1936k|  16.9 |  10M|  55 |   - | 231 |9410 | 231 |2454 |  22 |  66k|6264 | 0.000000e+00 |      --      |    Inf 
280.04/280.19	c   280s|114700 |   134 |  1937k|  16.9 |  10M|  55 |  43 | 231 |9460 | 231 |2454 |  22 |  66k|6264 | 0.000000e+00 |      --      |    Inf 
280.34/280.41	c   280s|114800 |   129 |  1939k|  16.9 |  10M|  55 |  33 | 231 |9514 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
280.54/280.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.54/280.64	c   281s|114900 |   127 |  1941k|  16.9 |  10M|  55 |  44 | 231 |9499 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
280.73/280.87	c   281s|115000 |   125 |  1942k|  16.9 |  10M|  55 |   - | 231 |9456 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
280.94/281.09	c   281s|115100 |   127 |  1944k|  16.9 |  10M|  55 |  36 | 231 |9421 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
281.24/281.35	c   281s|115200 |   125 |  1946k|  16.9 |  10M|  55 |  41 | 231 |9451 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
281.45/281.58	c   282s|115300 |   123 |  1948k|  16.9 |  10M|  55 |  34 | 231 |9387 | 231 |2454 |  22 |  66k|6265 | 0.000000e+00 |      --      |    Inf 
281.74/281.83	c   282s|115400 |   121 |  1950k|  16.9 |  10M|  55 |  39 | 231 |9281 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
281.94/282.05	c   282s|115500 |   121 |  1951k|  16.9 |9964k|  55 |  30 | 231 |9148 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
282.14/282.26	c   282s|115600 |   120 |  1953k|  16.9 |9935k|  55 |  31 | 231 |9061 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
282.33/282.48	c   282s|115700 |   117 |  1955k|  16.9 |9918k|  55 |   - | 231 |9024 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
282.55/282.68	c   283s|115800 |   120 |  1956k|  16.9 |9926k|  55 |  25 | 231 |9031 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
282.74/282.88	c   283s|115900 |   118 |  1958k|  16.9 |9909k|  55 |   - | 231 |9001 | 231 |2454 |  22 |  67k|6269 | 0.000000e+00 |      --      |    Inf 
283.04/283.14	c   283s|116000 |   118 |  1959k|  16.9 |9853k|  55 |   - | 231 |8846 | 231 |2454 |  22 |  67k|6281 | 0.000000e+00 |      --      |    Inf 
283.24/283.34	c   283s|116100 |   120 |  1960k|  16.9 |9851k|  55 |  25 | 231 |8829 | 231 |2454 |  22 |  67k|6281 | 0.000000e+00 |      --      |    Inf 
283.44/283.59	c   284s|116200 |   119 |  1962k|  16.9 |9837k|  55 |  27 | 231 |8796 | 231 |2454 |  22 |  67k|6286 | 0.000000e+00 |      --      |    Inf 
283.75/283.83	c   284s|116300 |   124 |  1964k|  16.9 |9853k|  55 |  26 | 231 |8801 | 231 |2454 |  22 |  67k|6292 | 0.000000e+00 |      --      |    Inf 
284.04/284.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.04/284.10	c   284s|116400 |   127 |  1966k|  16.9 |9832k|  55 |  31 | 231 |8721 | 231 |2454 |  22 |  67k|6298 | 0.000000e+00 |      --      |    Inf 
284.24/284.36	c   284s|116500 |   118 |  1968k|  16.9 |9822k|  55 |   - | 231 |8741 | 231 |2454 |  22 |  67k|6305 | 0.000000e+00 |      --      |    Inf 
284.54/284.64	c   285s|116600 |   114 |  1970k|  16.9 |9788k|  55 |   - | 231 |8695 | 231 |2454 |  22 |  67k|6318 | 0.000000e+00 |      --      |    Inf 
284.75/284.87	c   285s|116700 |   109 |  1971k|  16.9 |9744k|  55 |   - | 231 |8651 | 231 |2454 |  22 |  67k|6318 | 0.000000e+00 |      --      |    Inf 
285.04/285.16	c   285s|116800 |   113 |  1973k|  16.9 |9712k|  55 |   - | 231 |8570 | 231 |2454 |  22 |  67k|6328 | 0.000000e+00 |      --      |    Inf 
285.24/285.37	c   285s|116900 |   113 |  1975k|  16.9 |9718k|  55 |   - | 231 |8581 |   0 |   0 |  22 |  67k|6328 | 0.000000e+00 |      --      |    Inf 
285.54/285.64	c   286s|117000 |   113 |  1977k|  16.9 |9728k|  55 |  37 | 231 |8609 | 231 |2454 |  22 |  68k|6337 | 0.000000e+00 |      --      |    Inf 
285.74/285.88	c   286s|117100 |   113 |  1979k|  16.9 |9732k|  55 |  32 | 231 |8619 | 231 |2454 |  22 |  68k|6339 | 0.000000e+00 |      --      |    Inf 
286.04/286.16	c   286s|117200 |   113 |  1980k|  16.9 |9745k|  55 |   - | 231 |8638 | 231 |2454 |  22 |  68k|6355 | 0.000000e+00 |      --      |    Inf 
286.34/286.41	c   286s|117300 |   111 |  1982k|  16.9 |9730k|  55 |   - | 231 |8613 | 231 |2454 |  22 |  68k|6355 | 0.000000e+00 |      --      |    Inf 
286.54/286.64	c   287s|117400 |   113 |  1984k|  16.9 |9709k|  55 |  33 | 231 |8547 | 231 |2454 |  22 |  68k|6360 | 0.000000e+00 |      --      |    Inf 
286.74/286.89	c   287s|117500 |   113 |  1985k|  16.9 |9723k|  55 |   - | 231 |8570 | 231 |2454 |  22 |  68k|6373 | 0.000000e+00 |      --      |    Inf 
287.04/287.13	c   287s|117600 |   113 |  1987k|  16.9 |9732k|  55 |   - | 231 |8592 | 231 |2454 |  22 |  68k|6373 | 0.000000e+00 |      --      |    Inf 
287.23/287.37	c   287s|117700 |   113 |  1989k|  16.9 |9744k|  55 |   - | 231 |8622 | 231 |2454 |  22 |  68k|6377 | 0.000000e+00 |      --      |    Inf 
287.54/287.62	c   288s|117800 |   113 |  1991k|  16.9 |9760k|  55 |  42 | 231 |8669 | 231 |2454 |  22 |  68k|6385 | 0.000000e+00 |      --      |    Inf 
287.74/287.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.74/287.86	c   288s|117900 |   113 |  1992k|  16.9 |9787k|  55 |   - | 231 |8715 | 231 |2454 |  22 |  68k|6389 | 0.000000e+00 |      --      |    Inf 
287.94/288.09	c   288s|118000 |   115 |  1994k|  16.9 |9802k|  55 |  33 | 231 |8751 | 231 |2454 |  22 |  68k|6395 | 0.000000e+00 |      --      |    Inf 
288.24/288.36	c   288s|118100 |   115 |  1996k|  16.9 |9797k|  55 |  32 | 231 |8743 | 231 |2454 |  22 |  68k|6401 | 0.000000e+00 |      --      |    Inf 
288.44/288.55	c   289s|118200 |   114 |  1997k|  16.9 |9807k|  55 |   - | 231 |8749 | 231 |2454 |  22 |  68k|6405 | 0.000000e+00 |      --      |    Inf 
288.74/288.83	c   289s|118300 |   119 |  1999k|  16.9 |9804k|  55 |  29 | 231 |8729 | 231 |2454 |  22 |  68k|6413 | 0.000000e+00 |      --      |    Inf 
288.93/289.05	c   289s|118400 |   117 |  2001k|  16.9 |9805k|  55 |  35 | 231 |8726 | 231 |2454 |  22 |  68k|6418 | 0.000000e+00 |      --      |    Inf 
289.15/289.29	c   289s|118500 |   117 |  2003k|  16.9 |9799k|  55 |  41 | 231 |8725 | 231 |2454 |  22 |  68k|6424 | 0.000000e+00 |      --      |    Inf 
289.44/289.51	c   290s|118600 |   118 |  2004k|  16.9 |9807k|  55 |  40 | 231 |8727 | 231 |2454 |  22 |  68k|6428 | 0.000000e+00 |      --      |    Inf 
289.64/289.75	c   290s|118700 |   118 |  2006k|  16.9 |9802k|  55 |  28 | 231 |8723 | 231 |2454 |  22 |  68k|6433 | 0.000000e+00 |      --      |    Inf 
289.84/289.98	c   290s|118800 |   124 |  2007k|  16.9 |9824k|  55 |  33 | 231 |8727 | 231 |2454 |  22 |  68k|6439 | 0.000000e+00 |      --      |    Inf 
290.14/290.24	c   290s|118900 |   120 |  2009k|  16.9 |9814k|  55 |  30 | 231 |8736 | 231 |2454 |  22 |  69k|6445 | 0.000000e+00 |      --      |    Inf 
290.34/290.48	c   290s|119000 |   120 |  2011k|  16.9 |9815k|  55 |  34 | 231 |8736 | 231 |2454 |  22 |  69k|6454 | 0.000000e+00 |      --      |    Inf 
290.64/290.75	c   291s|119100 |   120 |  2013k|  16.9 |9827k|  55 |   - | 231 |8744 | 231 |2454 |  22 |  69k|6462 | 0.000000e+00 |      --      |    Inf 
290.94/291.02	c   291s|119200 |   120 |  2015k|  16.9 |9818k|  55 |  33 | 231 |8747 | 231 |2454 |  22 |  69k|6470 | 0.000000e+00 |      --      |    Inf 
291.13/291.27	c   291s|119300 |   120 |  2017k|  16.9 |9828k|  55 |  38 | 231 |8760 | 231 |2454 |  22 |  69k|6472 | 0.000000e+00 |      --      |    Inf 
291.45/291.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.45/291.52	c   292s|119400 |   119 |  2018k|  16.9 |9833k|  55 |  28 | 231 |8773 | 231 |2454 |  22 |  69k|6477 | 0.000000e+00 |      --      |    Inf 
291.64/291.75	c   292s|119500 |   116 |  2020k|  16.9 |9833k|  55 |   - | 231 |8786 | 231 |2454 |  22 |  69k|6477 | 0.000000e+00 |      --      |    Inf 
291.94/292.01	c   292s|119600 |   114 |  2022k|  16.9 |9822k|  55 |   - | 231 |8789 | 231 |2454 |  22 |  69k|6479 | 0.000000e+00 |      --      |    Inf 
292.14/292.26	c   292s|119700 |   117 |  2025k|  16.9 |9833k|  55 |   - | 231 |8796 | 231 |2454 |  22 |  69k|6479 | 0.000000e+00 |      --      |    Inf 
292.44/292.50	c   293s|119800 |   118 |  2026k|  16.9 |9849k|  55 |   - | 231 |8821 | 231 |2454 |  22 |  69k|6480 | 0.000000e+00 |      --      |    Inf 
292.63/292.76	c   293s|119900 |   116 |  2029k|  16.9 |9840k|  55 |   - | 231 |8815 | 231 |2454 |  22 |  69k|6481 | 0.000000e+00 |      --      |    Inf 
292.93/293.00	c   293s|120000 |   116 |  2031k|  16.9 |9846k|  55 |   - | 231 |8820 | 231 |2454 |  22 |  69k|6481 | 0.000000e+00 |      --      |    Inf 
293.14/293.29	c   293s|120100 |   119 |  2033k|  16.9 |9851k|  55 |   - | 231 |8827 | 231 |2454 |  22 |  69k|6481 | 0.000000e+00 |      --      |    Inf 
293.44/293.59	c   294s|120200 |   118 |  2036k|  16.9 |9861k|  55 |   - | 231 |8830 | 231 |2454 |  22 |  69k|6483 | 0.000000e+00 |      --      |    Inf 
293.74/293.85	c   294s|120300 |   114 |  2038k|  16.9 |9817k|  55 |  37 | 231 |8774 | 231 |2454 |  22 |  69k|6484 | 0.000000e+00 |      --      |    Inf 
294.03/294.10	c   294s|120400 |   110 |  2040k|  16.9 |9793k|  55 |   - | 231 |8735 | 231 |2454 |  22 |  69k|6487 | 0.000000e+00 |      --      |    Inf 
294.23/294.32	c   294s|120500 |   112 |  2041k|  16.9 |9761k|  55 |  40 | 231 |8681 | 231 |2454 |  22 |  69k|6488 | 0.000000e+00 |      --      |    Inf 
294.44/294.56	c   295s|120600 |   115 |  2043k|  16.9 |9770k|  55 |  34 | 231 |8686 | 231 |2454 |  22 |  69k|6489 | 0.000000e+00 |      --      |    Inf 
294.64/294.78	c   295s|120700 |   113 |  2045k|  16.9 |9765k|  55 |  29 | 231 |8683 | 231 |2454 |  22 |  69k|6489 | 0.000000e+00 |      --      |    Inf 
294.93/295.02	c   295s|120800 |   113 |  2046k|  16.9 |9769k|  55 |   - | 231 |8683 | 231 |2454 |  22 |  70k|6489 | 0.000000e+00 |      --      |    Inf 
295.13/295.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.13/295.25	c   295s|120900 |   118 |  2048k|  16.9 |9770k|  55 |  39 | 231 |8685 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
295.34/295.47	c   295s|121000 |   122 |  2050k|  16.9 |9801k|  55 |   - | 231 |8723 |   0 |   0 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
295.54/295.69	c   296s|121100 |   117 |  2052k|  16.9 |9815k|  55 |   - | 231 |8784 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
295.84/295.94	c   296s|121200 |   120 |  2054k|  16.9 |9831k|  55 |  34 | 231 |8829 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
296.03/296.17	c   296s|121300 |   118 |  2056k|  16.9 |9850k|  55 |  32 | 231 |8890 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
296.33/296.42	c   296s|121400 |   117 |  2058k|  17.0 |9864k|  55 |  32 | 231 |8940 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
296.54/296.66	c   297s|121500 |   114 |  2060k|  17.0 |9881k|  55 |   - | 231 |8997 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
296.85/296.90	c   297s|121600 |   114 |  2061k|  17.0 |9907k|  55 |   - | 231 |9059 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
297.04/297.18	c   297s|121700 |   114 |  2064k|  17.0 |9926k|  55 |   - | 231 |9122 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
297.33/297.46	c   297s|121800 |   116 |  2066k|  17.0 |9953k|  55 |  33 | 231 |9190 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
297.63/297.70	c   298s|121900 |   113 |  2068k|  17.0 |9953k|  55 |   - | 231 |9214 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
297.84/297.94	c   298s|122000 |   113 |  2070k|  17.0 |9934k|  55 |  34 | 231 |9182 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
298.04/298.19	c   298s|122100 |   111 |  2072k|  17.0 |9826k|  55 |  29 | 231 |9123 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
298.34/298.42	c   298s|122200 |   111 |  2073k|  17.0 |9779k|  55 |  45 | 231 |8990 | 231 |2454 |  22 |  70k|6490 | 0.000000e+00 |      --      |    Inf 
298.53/298.64	c   299s|122300 |   110 |  2075k|  17.0 |9743k|  55 |   - | 231 |8891 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
298.73/298.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.73/298.86	c   299s|122400 |   112 |  2077k|  17.0 |9715k|  55 |  29 | 231 |8805 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
298.94/299.08	c   299s|122500 |   111 |  2078k|  17.0 |9691k|  55 |   - | 231 |8753 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
299.23/299.30	c   299s|122600 |   111 |  2080k|  17.0 |9687k|  55 |  35 | 231 |8746 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
299.43/299.55	c   300s|122700 |   109 |  2082k|  17.0 |9672k|  55 |   - | 231 |8702 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
299.64/299.79	c   300s|122800 |   108 |  2084k|  17.0 |9624k|  55 |  36 | 231 |8586 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
299.93/300.01	c   300s|122900 |   104 |  2086k|  17.0 |9592k|  55 |   - | 231 |8556 | 231 |2454 |  22 |  71k|6490 | 0.000000e+00 |      --      |    Inf 
300.24/300.31	c   300s|123000 |   106 |  2088k|  17.0 |9554k|  55 |  40 | 231 |8441 | 231 |2454 |  22 |  71k|6500 | 0.000000e+00 |      --      |    Inf 
300.43/300.56	c   301s|123100 |   104 |  2090k|  17.0 |9548k|  55 |   - | 231 |8439 | 231 |2454 |  22 |  71k|6500 | 0.000000e+00 |      --      |    Inf 
300.73/300.83	c   301s|123200 |   103 |  2091k|  17.0 |9537k|  55 |   - | 231 |8427 | 231 |2454 |  22 |  71k|6508 | 0.000000e+00 |      --      |    Inf 
300.94/301.08	c   301s|123300 |   106 |  2093k|  17.0 |9534k|  55 |  39 | 231 |8408 | 231 |2454 |  22 |  71k|6517 | 0.000000e+00 |      --      |    Inf 
301.14/301.29	c   301s|123400 |   101 |  2095k|  17.0 |9536k|  55 |   - | 231 |8423 | 231 |2454 |  22 |  71k|6517 | 0.000000e+00 |      --      |    Inf 
301.44/301.53	c   302s|123500 |    97 |  2096k|  17.0 |9497k|  55 |   - | 231 |8363 | 231 |2454 |  22 |  71k|6523 | 0.000000e+00 |      --      |    Inf 
301.63/301.76	c   302s|123600 |    97 |  2098k|  17.0 |9498k|  55 |  34 | 231 |8377 | 231 |2454 |  22 |  71k|6532 | 0.000000e+00 |      --      |    Inf 
301.83/301.98	c   302s|123700 |    96 |  2099k|  17.0 |9496k|  55 |  30 | 231 |8364 | 231 |2454 |  22 |  71k|6532 | 0.000000e+00 |      --      |    Inf 
302.14/302.24	c   302s|123800 |    93 |  2101k|  17.0 |9479k|  55 |   - | 231 |8344 | 231 |2454 |  22 |  71k|6541 | 0.000000e+00 |      --      |    Inf 
302.35/302.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.35/302.46	c   302s|123900 |    87 |  2103k|  17.0 |9410k|  55 |  33 | 231 |8250 | 231 |2454 |  22 |  72k|6541 | 0.000000e+00 |      --      |    Inf 
302.64/302.74	c   303s|124000 |    82 |  2104k|  17.0 |9378k|  55 |   - | 231 |8233 | 231 |2454 |  22 |  72k|6552 | 0.000000e+00 |      --      |    Inf 
302.84/302.95	c   303s|124100 |    80 |  2106k|  17.0 |9378k|  55 |   - | 231 |8248 | 231 |2454 |  22 |  72k|6552 | 0.000000e+00 |      --      |    Inf 
303.13/303.22	c   303s|124200 |    82 |  2108k|  17.0 |9364k|  55 |  34 | 231 |8203 | 231 |2454 |  22 |  72k|6560 | 0.000000e+00 |      --      |    Inf 
303.33/303.43	c   303s|124300 |    80 |  2109k|  17.0 |9336k|  55 |   - | 231 |8136 | 231 |2454 |  22 |  72k|6560 | 0.000000e+00 |      --      |    Inf 
303.54/303.65	c   304s|124400 |    84 |  2111k|  17.0 |9345k|  55 |  21 | 231 |8136 | 231 |2454 |  22 |  72k|6566 | 0.000000e+00 |      --      |    Inf 
303.73/303.85	c   304s|124500 |    82 |  2112k|  17.0 |9335k|  55 |  31 | 231 |8140 | 231 |2454 |  22 |  72k|6566 | 0.000000e+00 |      --      |    Inf 
303.94/304.09	c   304s|124600 |    80 |  2114k|  17.0 |9345k|  55 |   - | 231 |8174 | 231 |2454 |  22 |  72k|6573 | 0.000000e+00 |      --      |    Inf 
304.24/304.35	c   304s|124700 |    80 |  2116k|  17.0 |9342k|  55 |  30 | 231 |8183 | 231 |2454 |  22 |  72k|6580 | 0.000000e+00 |      --      |    Inf 
304.54/304.61	c   305s|124800 |    80 |  2118k|  17.0 |9355k|  55 |   - | 231 |8214 | 231 |2454 |  22 |  72k|6589 | 0.000000e+00 |      --      |    Inf 
304.73/304.85	c   305s|124900 |    82 |  2119k|  17.0 |9363k|  55 |  40 | 231 |8245 | 231 |2454 |  22 |  72k|6593 | 0.000000e+00 |      --      |    Inf 
305.04/305.10	c   305s|125000 |    82 |  2121k|  17.0 |9378k|  55 |   - | 231 |8277 | 231 |2454 |  22 |  72k|6599 | 0.000000e+00 |      --      |    Inf 
305.24/305.35	c   305s|125100 |    80 |  2123k|  17.0 |9391k|  55 |   - | 231 |8325 | 231 |2454 |  22 |  72k|6607 | 0.000000e+00 |      --      |    Inf 
305.44/305.59	c   306s|125200 |    78 |  2124k|  17.0 |9381k|  55 |   - | 231 |8333 | 231 |2454 |  22 |  72k|6613 | 0.000000e+00 |      --      |    Inf 
305.64/305.80	c   306s|125300 |    78 |  2126k|  17.0 |9385k|  55 |   - | 231 |8347 | 231 |2454 |  22 |  72k|6618 | 0.000000e+00 |      --      |    Inf 
305.93/306.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.93/306.03	c   306s|125400 |    76 |  2127k|  17.0 |9373k|  55 |   - | 231 |8370 | 231 |2454 |  22 |  72k|6623 | 0.000000e+00 |      --      |    Inf 
306.13/306.29	c   306s|125500 |    74 |  2129k|  17.0 |9359k|  55 |   - | 231 |8339 | 231 |2454 |  22 |  72k|6630 | 0.000000e+00 |      --      |    Inf 
306.44/306.54	c   307s|125600 |    78 |  2131k|  17.0 |9357k|  55 |   - | 231 |8309 | 231 |2454 |  22 |  73k|6632 | 0.000000e+00 |      --      |    Inf 
306.64/306.78	c   307s|125700 |    78 |  2133k|  17.0 |9365k|  55 |  39 | 231 |8349 | 231 |2454 |  22 |  73k|6637 | 0.000000e+00 |      --      |    Inf 
306.94/307.02	c   307s|125800 |    79 |  2134k|  17.0 |9390k|  55 |   - | 231 |8394 | 231 |2454 |  22 |  73k|6647 | 0.000000e+00 |      --      |    Inf 
307.13/307.26	c   307s|125900 |    73 |  2136k|  17.0 |9386k|  55 |   - | 231 |8429 | 231 |2454 |  22 |  73k|6652 | 0.000000e+00 |      --      |    Inf 
307.33/307.49	c   307s|126000 |    77 |  2137k|  17.0 |9369k|  55 |  30 | 231 |8383 | 231 |2454 |  22 |  73k|6656 | 0.000000e+00 |      --      |    Inf 
307.63/307.73	c   308s|126100 |    75 |  2139k|  17.0 |9384k|  55 |   - | 231 |8419 | 231 |2454 |  22 |  73k|6662 | 0.000000e+00 |      --      |    Inf 
307.84/307.96	c   308s|126200 |    75 |  2141k|  17.0 |9391k|  55 |  39 | 231 |8435 | 231 |2454 |  22 |  73k|6667 | 0.000000e+00 |      --      |    Inf 
308.03/308.19	c   308s|126300 |    77 |  2142k|  17.0 |9403k|  55 |  33 | 231 |8456 | 231 |2454 |  22 |  73k|6675 | 0.000000e+00 |      --      |    Inf 
308.34/308.44	c   308s|126400 |    77 |  2144k|  17.0 |9420k|  55 |  34 | 231 |8487 | 231 |2454 |  22 |  73k|6680 | 0.000000e+00 |      --      |    Inf 
308.54/308.67	c   309s|126500 |    77 |  2146k|  17.0 |9427k|  55 |  34 | 231 |8507 | 231 |2454 |  22 |  73k|6685 | 0.000000e+00 |      --      |    Inf 
308.73/308.88	c   309s|126600 |    75 |  2147k|  17.0 |9443k|  55 |   - | 231 |8542 | 231 |2454 |  22 |  73k|6686 | 0.000000e+00 |      --      |    Inf 
309.04/309.10	c   309s|126700 |    78 |  2149k|  17.0 |9465k|  55 |  33 | 231 |8593 | 231 |2454 |  22 |  73k|6689 | 0.000000e+00 |      --      |    Inf 
309.24/309.32	c   309s|126800 |    78 |  2150k|  17.0 |9484k|  55 |  37 | 231 |8647 | 231 |2454 |  22 |  73k|6694 | 0.000000e+00 |      --      |    Inf 
309.44/309.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.44/309.52	c   310s|126900 |    81 |  2152k|  17.0 |9514k|  55 |   - | 231 |8677 | 231 |2454 |  22 |  73k|6695 | 0.000000e+00 |      --      |    Inf 
309.64/309.73	c   310s|127000 |    74 |  2153k|  17.0 |9507k|  55 |  40 | 231 |8718 | 231 |2454 |  22 |  73k|6697 | 0.000000e+00 |      --      |    Inf 
309.83/309.97	c   310s|127100 |    72 |  2155k|  17.0 |9516k|  55 |  40 | 231 |8752 | 231 |2454 |  22 |  73k|6701 | 0.000000e+00 |      --      |    Inf 
310.04/310.19	c   310s|127200 |    73 |  2156k|  17.0 |9538k|  55 |   - | 231 |8791 | 231 |2454 |  22 |  73k|6703 | 0.000000e+00 |      --      |    Inf 
310.23/310.38	c   310s|127300 |    76 |  2158k|  17.0 |9560k|  55 |  28 | 231 |8835 | 231 |2454 |  22 |  74k|6705 | 0.000000e+00 |      --      |    Inf 
310.43/310.56	c   311s|127400 |    77 |  2159k|  16.9 |9568k|  55 |  37 | 231 |8853 | 231 |2454 |  22 |  74k|6706 | 0.000000e+00 |      --      |    Inf 
310.63/310.78	c   311s|127500 |    74 |  2161k|  16.9 |9572k|  55 |  38 | 231 |8874 | 231 |2454 |  22 |  74k|6707 | 0.000000e+00 |      --      |    Inf 
310.94/311.02	c   311s|127600 |    73 |  2163k|  17.0 |9591k|  55 |   - | 231 |8916 | 231 |2454 |  22 |  74k|6709 | 0.000000e+00 |      --      |    Inf 
311.14/311.23	c   311s|127700 |    78 |  2164k|  17.0 |9603k|  55 |  28 | 231 |8930 | 231 |2454 |  22 |  74k|6709 | 0.000000e+00 |      --      |    Inf 
311.34/311.48	c   311s|127800 |    75 |  2166k|  17.0 |9600k|  55 |   - | 231 |8921 | 231 |2454 |  22 |  74k|6709 | 0.000000e+00 |      --      |    Inf 
311.63/311.70	c   312s|127900 |    72 |  2168k|  17.0 |9591k|  55 |   - | 231 |8929 | 231 |2454 |  22 |  74k|6710 | 0.000000e+00 |      --      |    Inf 
311.83/311.91	c   312s|128000 |    71 |  2170k|  17.0 |9599k|  55 |  26 | 231 |8964 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
312.04/312.12	c   312s|128100 |    72 |  2171k|  17.0 |9618k|  55 |   - | 231 |9010 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
312.24/312.35	c   312s|128200 |    73 |  2173k|  17.0 |9633k|  55 |  34 | 231 |9037 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
312.44/312.56	c   313s|128300 |    69 |  2175k|  17.0 |9641k|  55 |   - | 231 |9073 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
312.64/312.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.64/312.79	c   313s|128400 |    65 |  2176k|  17.0 |9613k|  55 |   - | 231 |9073 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
312.93/313.01	c   313s|128500 |    67 |  2178k|  17.0 |9603k|  55 |   - | 231 |9036 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
313.13/313.20	c   313s|128600 |    67 |  2179k|  16.9 |9590k|  55 |  32 | 231 |9021 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
313.23/313.39	c   313s|128700 |    65 |  2181k|  16.9 |9589k|  55 |   - | 231 |9019 | 231 |2454 |  22 |  74k|6711 | 0.000000e+00 |      --      |    Inf 
313.44/313.59	c   314s|128800 |    64 |  2182k|  16.9 |9585k|  55 |   - | 231 |9011 |   0 |   0 |  22 |  74k|6712 | 0.000000e+00 |      --      |    Inf 
313.64/313.78	c   314s|128900 |    65 |  2184k|  16.9 |9579k|  55 |  20 | 231 |9007 | 231 |2454 |  22 |  74k|6712 | 0.000000e+00 |      --      |    Inf 
313.83/313.99	c   314s|129000 |    67 |  2185k|  16.9 |9591k|  55 |   - | 231 |9022 | 231 |2454 |  22 |  74k|6712 | 0.000000e+00 |      --      |    Inf 
314.03/314.18	c   314s|129100 |    66 |  2186k|  16.9 |9591k|  55 |   - | 231 |9022 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
314.33/314.40	c   314s|129200 |    68 |  2188k|  16.9 |9609k|  55 |   - | 231 |9049 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
314.54/314.61	c   315s|129300 |    63 |  2190k|  16.9 |9602k|  55 |   - | 231 |9074 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
314.73/314.82	c   315s|129400 |    63 |  2191k|  16.9 |9604k|  55 |  32 | 231 |9076 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
314.94/315.05	c   315s|129500 |    59 |  2193k|  16.9 |9575k|  55 |   - | 231 |9036 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
315.14/315.28	c   315s|129600 |    57 |  2195k|  16.9 |9536k|  55 |   - | 231 |8965 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
315.34/315.49	c   315s|129700 |    61 |  2196k|  16.9 |9515k|  55 |  30 | 231 |8886 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
315.64/315.75	c   316s|129800 |    61 |  2198k|  16.9 |9501k|  55 |   - | 231 |8826 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
315.93/316.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.93/316.01	c   316s|129900 |    55 |  2200k|  16.9 |9477k|  55 |   - | 231 |8797 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
316.13/316.22	c   316s|130000 |    57 |  2202k|  16.9 |9468k|  55 |  36 | 231 |8771 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
316.33/316.48	c   316s|130100 |    65 |  2204k|  16.9 |9482k|  55 |  39 | 231 |8737 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
316.64/316.72	c   317s|130200 |    59 |  2206k|  16.9 |9460k|  55 |   - | 231 |8717 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
316.83/316.93	c   317s|130300 |    60 |  2208k|  16.9 |9463k|  55 |   - | 231 |8728 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
317.03/317.13	c   317s|130400 |    56 |  2209k|  16.9 |9468k|  55 |   - | 231 |8734 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
317.24/317.36	c   317s|130500 |    60 |  2211k|  16.9 |9471k|  55 |  32 | 231 |8740 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
317.44/317.59	c   318s|130600 |    61 |  2213k|  16.9 |9474k|  55 |  34 | 231 |8750 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
317.74/317.80	c   318s|130700 |    60 |  2215k|  16.9 |9477k|  55 |  31 | 231 |8766 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
317.94/318.03	c   318s|130800 |    58 |  2217k|  16.9 |9477k|  55 |  41 | 231 |8765 | 231 |2454 |  22 |  75k|6712 | 0.000000e+00 |      --      |    Inf 
318.14/318.29	c   318s|130900 |    56 |  2218k|  16.9 |9473k|  55 |  32 | 231 |8760 | 231 |2454 |  22 |  76k|6719 | 0.000000e+00 |      --      |    Inf 
318.43/318.56	c   319s|131000 |    54 |  2220k|  17.0 |9447k|  55 |   - | 231 |8710 | 231 |2454 |  22 |  76k|6727 | 0.000000e+00 |      --      |    Inf 
318.73/318.80	c   319s|131100 |    54 |  2222k|  17.0 |9435k|  55 |   - | 231 |8678 | 231 |2454 |  22 |  76k|6727 | 0.000000e+00 |      --      |    Inf 
318.94/319.05	c   319s|131200 |    52 |  2224k|  17.0 |9424k|  55 |   - | 231 |8680 | 231 |2454 |  22 |  76k|6733 | 0.000000e+00 |      --      |    Inf 
319.13/319.29	c   319s|131300 |    52 |  2225k|  17.0 |9424k|  55 |   - | 231 |8673 | 231 |2454 |  22 |  76k|6739 | 0.000000e+00 |      --      |    Inf 
319.43/319.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.43/319.56	c   320s|131400 |    52 |  2227k|  17.0 |9430k|  55 |   - | 231 |8697 | 231 |2454 |  22 |  76k|6749 | 0.000000e+00 |      --      |    Inf 
319.63/319.77	c   320s|131500 |    56 |  2229k|  17.0 |9437k|  55 |  31 | 231 |8689 | 231 |2454 |  22 |  76k|6749 | 0.000000e+00 |      --      |    Inf 
319.94/320.02	c   320s|131600 |    51 |  2230k|  17.0 |9426k|  55 |   - | 231 |8682 | 231 |2454 |  22 |  76k|6759 | 0.000000e+00 |      --      |    Inf 
320.13/320.23	c   320s|131700 |    51 |  2232k|  17.0 |9435k|  55 |   - | 231 |8714 | 231 |2454 |  22 |  76k|6759 | 0.000000e+00 |      --      |    Inf 
320.33/320.49	c   320s|131800 |    51 |  2234k|  17.0 |9443k|  55 |  44 | 231 |8733 | 231 |2454 |  22 |  76k|6769 | 0.000000e+00 |      --      |    Inf 
320.63/320.72	c   321s|131900 |    48 |  2235k|  17.0 |9442k|  55 |   - | 231 |8746 | 231 |2454 |  22 |  76k|6769 | 0.000000e+00 |      --      |    Inf 
320.84/320.98	c   321s|132000 |    48 |  2237k|  17.0 |9427k|  55 |   - | 231 |8735 | 231 |2454 |  22 |  76k|6778 | 0.000000e+00 |      --      |    Inf 
321.04/321.18	c   321s|132100 |    52 |  2238k|  16.9 |9439k|  55 |  29 | 231 |8755 | 231 |2454 |  22 |  76k|6778 | 0.000000e+00 |      --      |    Inf 
321.23/321.37	c   321s|132200 |    49 |  2240k|  16.9 |9448k|  55 |   - | 231 |8790 | 231 |2454 |  22 |  76k|6778 | 0.000000e+00 |      --      |    Inf 
321.53/321.61	c   322s|132300 |    49 |  2241k|  16.9 |9445k|  55 |   - | 231 |8788 | 231 |2454 |  22 |  76k|6788 | 0.000000e+00 |      --      |    Inf 
321.73/321.80	c   322s|132400 |    47 |  2243k|  16.9 |9442k|  55 |  51 | 231 |8810 | 231 |2454 |  22 |  76k|6788 | 0.000000e+00 |      --      |    Inf 
321.93/322.04	c   322s|132500 |    47 |  2244k|  16.9 |9445k|  55 |   - | 231 |8812 | 231 |2454 |  22 |  76k|6794 | 0.000000e+00 |      --      |    Inf 
322.14/322.28	c   322s|132600 |    48 |  2246k|  16.9 |9441k|  55 |  42 | 231 |8796 | 231 |2454 |  22 |  77k|6800 | 0.000000e+00 |      --      |    Inf 
322.44/322.53	c   323s|132700 |    48 |  2247k|  16.9 |9456k|  55 |  38 | 231 |8839 | 231 |2454 |  22 |  77k|6811 | 0.000000e+00 |      --      |    Inf 
322.63/322.74	c   323s|132800 |    48 |  2249k|  16.9 |9479k|  55 |   - | 231 |8900 | 231 |2454 |  22 |  77k|6811 | 0.000000e+00 |      --      |    Inf 
322.83/322.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.83/322.98	c   323s|132900 |    48 |  2251k|  16.9 |9499k|  55 |   - | 231 |8956 | 231 |2454 |  22 |  77k|6815 | 0.000000e+00 |      --      |    Inf 
323.14/323.21	c   323s|133000 |    50 |  2252k|  16.9 |9514k|  55 |  40 | 231 |8990 | 231 |2454 |  22 |  77k|6821 | 0.000000e+00 |      --      |    Inf 
323.34/323.47	c   323s|133100 |    48 |  2254k|  16.9 |9527k|  55 |   - | 231 |9038 | 231 |2454 |  22 |  77k|6829 | 0.000000e+00 |      --      |    Inf 
323.63/323.70	c   324s|133200 |    48 |  2255k|  16.9 |9521k|  55 |  23 | 231 |9030 | 231 |2454 |  22 |  77k|6829 | 0.000000e+00 |      --      |    Inf 
323.83/323.96	c   324s|133300 |    46 |  2257k|  16.9 |9504k|  55 |   - | 231 |8973 |   0 |   0 |  22 |  77k|6836 | 0.000000e+00 |      --      |    Inf 
324.14/324.23	c   324s|133400 |    46 |  2259k|  16.9 |9487k|  55 |   - | 231 |8930 | 231 |2454 |  22 |  77k|6842 | 0.000000e+00 |      --      |    Inf 
324.44/324.51	c   325s|133500 |    44 |  2261k|  16.9 |9464k|  55 |   - | 231 |8877 | 231 |2454 |  22 |  77k|6847 | 0.000000e+00 |      --      |    Inf 
324.63/324.76	c   325s|133600 |    46 |  2263k|  16.9 |9466k|  55 |   - | 231 |8871 | 231 |2454 |  22 |  77k|6854 | 0.000000e+00 |      --      |    Inf 
324.83/324.97	c   325s|133700 |    47 |  2265k|  16.9 |9472k|  55 |  35 | 231 |8886 | 231 |2454 |  22 |  77k|6857 | 0.000000e+00 |      --      |    Inf 
325.13/325.22	c   325s|133800 |    42 |  2266k|  16.9 |9450k|  55 |  48 | 231 |8896 | 231 |2454 |  22 |  77k|6865 | 0.000000e+00 |      --      |    Inf 
325.33/325.43	c   325s|133900 |    44 |  2268k|  16.9 |9461k|  55 |  30 | 231 |8926 | 231 |2454 |  22 |  77k|6870 | 0.000000e+00 |      --      |    Inf 
325.54/325.63	c   326s|134000 |    44 |  2269k|  16.9 |9463k|  55 |   - | 231 |8927 | 231 |2454 |  22 |  77k|6873 | 0.000000e+00 |      --      |    Inf 
325.73/325.84	c   326s|134100 |    45 |  2270k|  16.9 |9477k|  55 |   - | 231 |8950 | 231 |2454 |  22 |  77k|6881 | 0.000000e+00 |      --      |    Inf 
325.93/326.03	c   326s|134200 |    42 |  2271k|  16.9 |9470k|  55 |  43 | 231 |8964 | 231 |2454 |  22 |  78k|6884 | 0.000000e+00 |      --      |    Inf 
326.13/326.24	c   326s|134300 |    41 |  2273k|  16.9 |9471k|  55 |  36 | 231 |8957 | 231 |2454 |  22 |  78k|6886 | 0.000000e+00 |      --      |    Inf 
326.33/326.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.33/326.49	c   326s|134400 |    42 |  2275k|  16.9 |9458k|  55 |   - | 231 |8909 | 231 |2454 |  22 |  78k|6894 | 0.000000e+00 |      --      |    Inf 
326.64/326.70	c   327s|134500 |    41 |  2276k|  16.9 |9457k|  55 |   - | 231 |8916 | 231 |2454 |  22 |  78k|6901 | 0.000000e+00 |      --      |    Inf 
326.84/326.90	c   327s|134600 |    43 |  2277k|  16.9 |9464k|  55 |  34 | 231 |8919 | 231 |2454 |  22 |  78k|6902 | 0.000000e+00 |      --      |    Inf 
326.94/327.09	c   327s|134700 |    39 |  2279k|  16.9 |9459k|  55 |   - | 231 |8923 | 231 |2454 |  22 |  78k|6903 | 0.000000e+00 |      --      |    Inf 
327.23/327.31	c   327s|134800 |    39 |  2280k|  16.9 |9482k|  55 |   - | 231 |8972 | 231 |2454 |  22 |  78k|6904 | 0.000000e+00 |      --      |    Inf 
327.43/327.55	c   328s|134900 |    35 |  2282k|  16.9 |9440k|  55 |  44 | 231 |8936 | 231 |2454 |  22 |  78k|6908 | 0.000000e+00 |      --      |    Inf 
327.64/327.78	c   328s|135000 |    37 |  2284k|  16.9 |9448k|  55 |   - | 231 |8922 | 231 |2454 |  22 |  78k|6909 | 0.000000e+00 |      --      |    Inf 
327.83/327.99	c   328s|135100 |    39 |  2285k|  16.9 |9451k|  55 |   - | 231 |8919 |   0 |   0 |  22 |  78k|6910 | 0.000000e+00 |      --      |    Inf 
328.13/328.20	c   328s|135200 |    37 |  2286k|  16.9 |9456k|  55 |   - | 231 |8948 | 231 |2454 |  22 |  78k|6913 | 0.000000e+00 |      --      |    Inf 
328.33/328.40	c   328s|135300 |    37 |  2288k|  16.9 |9471k|  55 |   - | 231 |8995 | 231 |2454 |  22 |  78k|6913 | 0.000000e+00 |      --      |    Inf 
328.54/328.63	c   329s|135400 |    37 |  2290k|  16.9 |9476k|  55 |  34 | 231 |9011 | 231 |2454 |  22 |  78k|6913 | 0.000000e+00 |      --      |    Inf 
328.74/328.84	c   329s|135500 |    33 |  2292k|  16.9 |9485k|  55 |   - | 231 |9051 | 231 |2454 |  22 |  78k|6913 | 0.000000e+00 |      --      |    Inf 
328.93/329.06	c   329s|135600 |    33 |  2293k|  16.9 |9471k|  55 |  39 | 231 |9055 | 231 |2454 |  22 |  78k|6916 | 0.000000e+00 |      --      |    Inf 
329.13/329.29	c   329s|135700 |    33 |  2295k|  16.9 |9472k|  55 |   - | 231 |9056 | 231 |2454 |  22 |  78k|6916 | 0.000000e+00 |      --      |    Inf 
329.44/329.50	c   330s|135800 |    35 |  2296k|  16.9 |9475k|  55 |  40 | 231 |9049 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
329.63/329.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.63/329.72	c   330s|135900 |    33 |  2298k|  16.9 |9459k|  55 |  37 | 231 |9021 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
329.84/329.94	c   330s|136000 |    33 |  2300k|  16.9 |9468k|  55 |   - | 231 |9035 |   0 |   0 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
330.03/330.17	c   330s|136100 |    29 |  2301k|  16.9 |9455k|  55 |   - | 231 |9047 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
330.23/330.38	c   330s|136200 |    29 |  2303k|  16.9 |9443k|  55 |  26 | 231 |9031 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
330.53/330.61	c   331s|136300 |    30 |  2305k|  16.9 |9433k|  55 |   - | 231 |9015 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
330.73/330.83	c   331s|136400 |    27 |  2306k|  16.9 |9431k|  55 |  39 | 231 |9050 | 231 |2454 |  22 |  79k|6916 | 0.000000e+00 |      --      |    Inf 
330.94/331.05	c   331s|136500 |    25 |  2308k|  16.9 |9420k|  55 |   - | 231 |9049 | 231 |2454 |  22 |  79k|6917 | 0.000000e+00 |      --      |    Inf 
331.14/331.27	c   331s|136600 |    24 |  2310k|  16.9 |9430k|  55 |  29 | 231 |9096 | 231 |2454 |  22 |  79k|6917 | 0.000000e+00 |      --      |    Inf 
331.43/331.51	c   332s|136700 |    22 |  2312k|  16.9 |9387k|  55 |   - | 231 |9067 | 231 |2454 |  22 |  79k|6917 | 0.000000e+00 |      --      |    Inf 
331.63/331.72	c   332s|136800 |    23 |  2313k|  16.9 |9398k|  55 |   - | 231 |9090 | 231 |2454 |  22 |  79k|6917 | 0.000000e+00 |      --      |    Inf 
331.83/331.95	c   332s|136900 |    20 |  2315k|  16.9 |9388k|  55 |   - | 231 |9092 | 231 |2454 |  22 |  79k|6917 | 0.000000e+00 |      --      |    Inf 
332.04/332.16	c   332s|137000 |    22 |  2316k|  16.9 |9401k|  55 |   - | 231 |9121 | 231 |2454 |  22 |  79k|6918 | 0.000000e+00 |      --      |    Inf 
332.23/332.38	c   332s|137100 |    23 |  2318k|  16.9 |9412k|  55 |   - | 231 |9142 | 231 |2454 |  22 |  79k|6919 | 0.000000e+00 |      --      |    Inf 
332.53/332.60	c   333s|137200 |    20 |  2320k|  16.9 |9418k|  55 |   - | 231 |9178 | 231 |2454 |  22 |  79k|6919 | 0.000000e+00 |      --      |    Inf 
332.73/332.82	c   333s|137300 |    18 |  2322k|  16.9 |9419k|  55 |  37 | 231 |9221 | 231 |2454 |  22 |  79k|6919 | 0.000000e+00 |      --      |    Inf 
332.93/333.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.93/333.03	c   333s|137400 |    17 |  2323k|  16.9 |9427k|  55 |   - | 231 |9235 | 231 |2454 |  22 |  79k|6919 | 0.000000e+00 |      --      |    Inf 
333.14/333.23	c   333s|137500 |    21 |  2325k|  16.9 |9441k|  55 |  26 | 231 |9251 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
333.33/333.44	c   333s|137600 |    19 |  2326k|  16.9 |9438k|  55 |   - | 231 |9273 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
333.53/333.64	c   334s|137700 |    21 |  2328k|  16.9 |9455k|  55 |  28 | 231 |9314 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
333.73/333.86	c   334s|137800 |    21 |  2330k|  16.9 |9467k|  55 |  37 | 231 |9354 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
333.94/334.08	c   334s|137900 |    21 |  2331k|  16.9 |9482k|  55 |   - | 231 |9389 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
334.13/334.29	c   334s|138000 |    23 |  2333k|  16.9 |9497k|  55 |  24 | 231 |9435 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
334.34/334.49	c   334s|138100 |    20 |  2334k|  16.9 |9507k|  55 |   - | 231 |9483 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
334.63/334.73	c   335s|138200 |    20 |  2336k|  16.9 |9515k|  55 |  48 | 231 |9519 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
334.84/334.96	c   335s|138300 |    22 |  2338k|  16.9 |9537k|  55 |  27 | 231 |9566 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
335.03/335.19	c   335s|138400 |    20 |  2340k|  16.9 |9547k|  55 |  26 | 231 |9613 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
335.33/335.43	c   335s|138500 |    18 |  2342k|  16.9 |9553k|  55 |   - | 231 |9660 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
335.53/335.65	c   336s|138600 |    22 |  2344k|  16.9 |9575k|  55 |  37 | 231 |9705 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
335.73/335.89	c   336s|138700 |    20 |  2346k|  16.9 |9584k|  55 |  43 | 231 |9754 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
336.03/336.15	c   336s|138800 |    20 |  2348k|  16.9 |9604k|  55 |   - | 231 |9805 | 231 |2454 |  22 |  80k|6919 | 0.000000e+00 |      --      |    Inf 
336.33/336.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.33/336.40	c   336s|138900 |    23 |  2350k|  16.9 |9629k|  55 |  18 | 231 |9863 | 231 |2454 |  22 |  80k|6921 | 0.000000e+00 |      --      |    Inf 
336.54/336.69	c   337s|139000 |    24 |  2352k|  16.9 |9654k|  55 |   - | 231 |9917 | 231 |2454 |  22 |  80k|6927 | 0.000000e+00 |      --      |    Inf 
336.94/337.00	c   337s|139100 |    22 |  2354k|  16.9 |9669k|  55 |   - | 231 |9968 | 231 |2454 |  22 |  80k|6940 | 0.000000e+00 |      --      |    Inf 
337.13/337.26	c   337s|139200 |    24 |  2356k|  16.9 |9695k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  80k|6940 | 0.000000e+00 |      --      |    Inf 
337.43/337.55	c   338s|139300 |    26 |  2358k|  16.9 |9718k|  55 |  38 | 231 |  10k| 231 |2454 |  22 |  80k|6949 | 0.000000e+00 |      --      |    Inf 
337.73/337.81	c   338s|139400 |    21 |  2360k|  16.9 |9727k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6949 | 0.000000e+00 |      --      |    Inf 
338.03/338.10	c   338s|139500 |    21 |  2362k|  16.9 |9745k|  55 |  41 | 231 |  10k| 231 |2454 |  22 |  81k|6956 | 0.000000e+00 |      --      |    Inf 
338.33/338.40	c   338s|139600 |    18 |  2364k|  16.9 |9758k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6965 | 0.000000e+00 |      --      |    Inf 
338.53/338.67	c   339s|139700 |    14 |  2366k|  16.9 |9755k|  55 |  43 | 231 |  10k| 231 |2454 |  22 |  81k|6971 | 0.000000e+00 |      --      |    Inf 
338.83/338.91	c   339s|139800 |    14 |  2368k|  16.9 |9774k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6980 | 0.000000e+00 |      --      |    Inf 
339.03/339.13	c   339s|139900 |    13 |  2370k|  16.9 |9776k|  55 |  32 | 231 |  10k| 231 |2454 |  22 |  81k|6980 | 0.000000e+00 |      --      |    Inf 
339.23/339.36	c   339s|140000 |    12 |  2371k|  16.9 |9795k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6984 | 0.000000e+00 |      --      |    Inf 
339.43/339.59	c   340s|140100 |    13 |  2373k|  16.9 |9803k|  55 |  38 | 231 |  10k| 231 |2454 |  22 |  81k|6988 | 0.000000e+00 |      --      |    Inf 
339.73/339.85	c   340s|140200 |     9 |  2375k|  16.9 |9799k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|6993 | 0.000000e+00 |      --      |    Inf 
339.93/340.09	c   340s|140300 |    11 |  2376k|  16.9 |9794k|  55 |  27 | 231 |  10k| 231 |2454 |  22 |  81k|7000 | 0.000000e+00 |      --      |    Inf 
340.23/340.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.23/340.30	c   340s|140400 |    11 |  2378k|  16.9 |9803k|  55 |  39 | 231 |  10k| 231 |2454 |  22 |  81k|7004 | 0.000000e+00 |      --      |    Inf 
340.43/340.55	c   341s|140500 |     9 |  2379k|  16.9 |9815k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|7014 | 0.000000e+00 |      --      |    Inf 
340.63/340.78	c   341s|140600 |    11 |  2381k|  16.9 |9829k|  55 |  46 | 231 |  10k| 231 |2454 |  22 |  81k|7016 | 0.000000e+00 |      --      |    Inf 
340.94/341.03	c   341s|140700 |     8 |  2383k|  16.9 |9836k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|7021 | 0.000000e+00 |      --      |    Inf 
341.13/341.28	c   341s|140800 |     7 |  2384k|  16.9 |9832k|  55 |  34 | 231 |  10k| 231 |2454 |  22 |  81k|7026 | 0.000000e+00 |      --      |    Inf 
341.43/341.55	c   342s|140900 |     7 |  2386k|  16.9 |9848k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  81k|7036 | 0.000000e+00 |      --      |    Inf 
341.63/341.77	c   342s|141000 |    10 |  2388k|  16.9 |9854k|  55 |  28 | 231 |  10k| 231 |2454 |  22 |  82k|7040 | 0.000000e+00 |      --      |    Inf 
341.94/342.03	c   342s|141100 |    11 |  2389k|  16.9 |9866k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7046 | 0.000000e+00 |      --      |    Inf 
342.13/342.26	c   342s|141200 |     8 |  2391k|  16.9 |9870k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7049 | 0.000000e+00 |      --      |    Inf 
342.43/342.54	c   343s|141300 |     7 |  2393k|  16.9 |9855k|  55 |  23 | 231 |  10k| 231 |2454 |  22 |  82k|7064 | 0.000000e+00 |      --      |    Inf 
342.63/342.76	c   343s|141400 |     5 |  2394k|  16.9 |9858k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7064 | 0.000000e+00 |      --      |    Inf 
342.93/343.01	c   343s|141500 |     4 |  2396k|  16.9 |9869k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7068 | 0.000000e+00 |      --      |    Inf 
343.13/343.25	c   343s|141600 |     3 |  2398k|  16.9 |9885k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7073 | 0.000000e+00 |      --      |    Inf 
343.43/343.50	c   344s|141700 |     2 |  2400k|  16.9 |9893k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7079 | 0.000000e+00 |      --      |    Inf 
343.63/343.75	c   344s|141800 |     4 |  2402k|  16.9 |9908k|  55 |   - | 231 |  10k| 231 |2454 |  22 |  82k|7085 | 0.000000e+00 |      --      |    Inf 
343.93/344.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.93/344.03	c   344s|141900 |     4 |  2404k|  16.9 |9915k|  55 |  37 | 231 |  10k| 231 |2454 |  22 |  82k|7094 | 0.000000e+00 |      --      |    Inf 
344.14/344.27	c   344s|142000 |     4 |  2406k|  16.9 |9926k|  55 |  42 | 231 |  10k| 231 |2454 |  22 |  82k|7095 | 0.000000e+00 |      --      |    Inf 
344.24/344.35	c 
344.24/344.35	c SCIP Status        : problem is solved [infeasible]
344.24/344.35	c Solving Time (sec) : 344.35
344.24/344.35	c Solving Nodes      : 142029
344.24/344.35	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
344.24/344.35	c Dual Bound         : +1.00000000000000e+20
344.24/344.35	c Gap                : 0.00 %
344.24/344.35	s UNSATISFIABLE
344.24/344.35	c SCIP Status        : problem is solved [infeasible]
344.24/344.35	c Total Time         :     344.35
344.24/344.35	c   solving          :     344.35
344.24/344.35	c   presolving       :       0.05 (included in solving)
344.24/344.35	c   reading          :       0.01 (included in solving)
344.24/344.35	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
344.24/344.35	c Original Problem   :
344.24/344.35	c   Problem name     : HOME/instance-3690421-1338016936.opb
344.24/344.35	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
344.24/344.35	c   Constraints      : 2707 initial, 2707 maximal
344.24/344.35	c   Objective sense  : minimize
344.24/344.35	c Presolved Problem  :
344.24/344.35	c   Problem name     : t_HOME/instance-3690421-1338016936.opb
344.24/344.35	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
344.24/344.35	c   Constraints      : 2443 initial, 11575 maximal
344.24/344.35	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
344.24/344.35	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
344.24/344.35	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
344.24/344.35	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
344.24/344.35	c   root node        :          -          -          4          -          -          4          -          -          -          -          -
344.24/344.35	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
344.24/344.35	c   integral         :          0          0          0          0      73366          0          1          0        235       2823          0          0     143038
344.24/344.35	c   knapsack         :          1          1          5     542122          0          0          0      44879       1335     313481          0          0          0
344.24/344.35	c   setppc           :         22         22          5     541220          0          0          0    1620346       3220     757410          0          0          0
344.24/344.35	c   linear           :          0+       304          5     170870          0          0          0       1371          7       4729          2          0          0
344.24/344.35	c   logicor          :       2420+     11558          5     264441          0          0          0     550709       1087     945811          0          0          0
344.24/344.35	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
344.24/344.35	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
344.24/344.35	c   integral         :      29.80       0.00       0.00       0.00      29.80       0.00       0.00       0.00
344.24/344.35	c   knapsack         :       0.66       0.00       0.00       0.62       0.00       0.00       0.00       0.05
344.24/344.35	c   setppc           :       2.32       0.00       0.00       1.94       0.00       0.00       0.00       0.39
344.24/344.35	c   linear           :       0.26       0.00       0.00       0.26       0.00       0.00       0.00       0.00
344.24/344.35	c   logicor          :       9.16       0.00       0.00       8.77       0.00       0.00       0.00       0.40
344.24/344.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
344.24/344.35	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
344.24/344.35	c   rootredcost      :          0          0          0          0
344.24/344.35	c   pseudoobj        :          0          0          0          0
344.24/344.35	c   vbounds          :          0          0          0          0
344.24/344.35	c   redcost          :      73371          0          0          0
344.24/344.35	c   probing          :          0          0          0          0
344.24/344.35	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
344.24/344.35	c   rootredcost      :       0.10       0.00       0.00       0.10       0.00
344.24/344.35	c   pseudoobj        :       0.10       0.00       0.00       0.10       0.00
344.24/344.35	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
344.24/344.35	c   redcost          :       0.29       0.00       0.00       0.29       0.00
344.24/344.35	c   probing          :       0.00       0.00       0.00       0.00       0.00
344.24/344.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
344.24/344.35	c   propagation      :       0.21       5649       5634      29634       22.7        126       21.5          -
344.24/344.35	c   infeasible LP    :       5.49      65632      62777     384889       36.0        189       19.7          0
344.24/344.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
344.24/344.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
344.24/344.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
344.24/344.35	c   applied globally :          -          -          -      75470       19.7          -          -          -
344.24/344.35	c   applied locally  :          -          -          -       7145       34.2          -          -          -
344.24/344.35	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
344.24/344.35	c   cut pool         :       0.00                     4          -          -        102          -    (maximal pool size: 427)
344.24/344.35	c   closecuts        :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
344.24/344.35	c   intobj           :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   gomory           :       0.17       0.00          5          0          0        200          0
344.24/344.35	c   cgmip            :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   strongcg         :       0.21       0.00          5          0          0       2184          0
344.24/344.35	c   cmir             :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   flowcover        :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   clique           :       0.00       0.00          5          0          0          0          0
344.24/344.35	c   zerohalf         :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   mcf              :       0.00       0.00          1          0          0          0          0
344.24/344.35	c   oddcycle         :       0.00       0.00          0          0          0          0          0
344.24/344.35	c   rapidlearning    :       0.09       0.00          1          0          0          0        304
344.24/344.35	c Pricers            :   ExecTime  SetupTime      Calls       Vars
344.24/344.35	c   problem variables:       0.00          -          0          0
344.24/344.35	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
344.24/344.35	c   relpscost        :      29.75       0.00      73366        235       2823          0          0     143038
344.24/344.35	c   pscost           :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   inference        :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c   random           :       0.00       0.00          0          0          0          0          0          0
344.24/344.35	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
344.24/344.35	c   LP solutions     :       0.00          -          -          0
344.24/344.35	c   pseudo solutions :       0.00          -          -          0
344.24/344.35	c   smallcard        :       0.00       0.00          0          0
344.24/344.35	c   trivial          :       0.00       0.00          1          0
344.24/344.35	c   shiftandpropagate:       0.00       0.00          0          0
344.24/344.35	c   simplerounding   :       0.00       0.00          0          0
344.24/344.35	c   zirounding       :       0.00       0.00          0          0
344.24/344.35	c   rounding         :       0.00       0.00          0          0
344.24/344.35	c   shifting         :       0.00       0.00          0          0
344.24/344.35	c   intshifting      :       0.00       0.00          0          0
344.24/344.35	c   oneopt           :       0.00       0.00          0          0
344.24/344.35	c   twoopt           :       0.00       0.00          0          0
344.24/344.35	c   indtwoopt        :       0.00       0.00          0          0
344.24/344.35	c   indoneopt        :       0.00       0.00          0          0
344.24/344.35	c   fixandinfer      :       0.00       0.00          0          0
344.24/344.35	c   feaspump         :       0.00       0.00          0          0
344.24/344.35	c   clique           :       0.00       0.00          0          0
344.24/344.35	c   indrounding      :       0.00       0.00          0          0
344.24/344.35	c   indcoefdiving    :       0.00       0.00          0          0
344.24/344.35	c   coefdiving       :       0.00       0.00          0          0
344.24/344.35	c   pscostdiving     :       0.00       0.00          0          0
344.24/344.35	c   nlpdiving        :       0.00       0.00          0          0
344.24/344.35	c   fracdiving       :       0.00       0.00          0          0
344.24/344.35	c   veclendiving     :       0.00       0.00          0          0
344.24/344.35	c   intdiving        :       0.00       0.00          0          0
344.24/344.35	c   actconsdiving    :       0.00       0.00          0          0
344.24/344.35	c   objpscostdiving  :       0.00       0.00          0          0
344.24/344.35	c   rootsoldiving    :       0.00       0.00          0          0
344.24/344.35	c   linesearchdiving :       0.00       0.00          0          0
344.24/344.35	c   guideddiving     :       0.00       0.00          0          0
344.24/344.35	c   octane           :       0.00       0.00          0          0
344.24/344.35	c   rens             :       0.00       0.00          0          0
344.24/344.35	c   rins             :       0.00       0.00          0          0
344.24/344.35	c   localbranching   :       0.00       0.00          0          0
344.24/344.35	c   mutation         :       0.00       0.00          0          0
344.24/344.35	c   crossover        :       0.00       0.00          0          0
344.24/344.35	c   dins             :       0.00       0.00          0          0
344.24/344.35	c   vbounds          :       0.00       0.00          0          0
344.24/344.35	c   undercover       :       0.00       0.00          0          0
344.24/344.35	c   subnlp           :       0.00       0.00          0          0
344.24/344.35	c   trysol           :       0.00       0.00          0          0
344.24/344.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
344.24/344.35	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
344.24/344.35	c   dual LP          :     263.00     139003    2406680      17.36    9151.04       0.14        365
344.24/344.35	c   lex dual LP      :       0.00          0          0       0.00          -
344.24/344.35	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
344.24/344.35	c   diving/probing LP:       0.00          0          0       0.00          -
344.24/344.35	c   strong branching :      28.71       7095     247580      34.89    8624.82
344.24/344.35	c     (at root node) :          -         10       2955     295.50          -
344.24/344.35	c   conflict analysis:       0.00          0          0       0.00          -
344.24/344.35	c B&B Tree           :
344.24/344.35	c   number of runs   :          1
344.24/344.35	c   nodes            :     142029
344.24/344.35	c   nodes (total)    :     142029
344.24/344.35	c   nodes left       :          0
344.24/344.35	c   max depth        :         55
344.24/344.35	c   max depth (total):         55
344.24/344.35	c   backtracks       :      17186 (12.1%)
344.24/344.35	c   delayed cutoffs  :       1010
344.24/344.35	c   repropagations   :     220481 (290841 domain reductions, 1008 cutoffs)
344.24/344.35	c   avg switch length:       4.87
344.24/344.35	c   switching time   :      11.73
344.24/344.35	c Solution           :
344.24/344.35	c   Solutions found  :          0 (0 improvements)
344.24/344.35	c   Primal Bound     : infeasible
344.24/344.35	c   Dual Bound       :          -
344.24/344.35	c   Gap              :       0.00 %
344.24/344.35	c   Root Dual Bound  : +0.00000000000000e+00
344.24/344.35	c   Root Iterations  :        174
344.24/344.36	c Time complete: 344.29.

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-3690421-1338016936/watcher-3690421-1338016936 -o /tmp/evaluation-result-3690421-1338016936/solver-3690421-1338016936 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690421-1338016936.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: 0.00 0.00 0.00 3/170 31580
/proc/meminfo: memFree=29247516/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 1286 0 0 0 0 0 0 0 20 0 1 0 267819076 10375168 1240 33554432000 4194304 10173063 140735861210272 140737167177896 8800002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 2533 1240 413 1460 0 1064 0

[startup+0.0443789 s]
/proc/loadavg: 0.00 0.00 0.00 3/170 31580
/proc/meminfo: memFree=29247516/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=22556 CPUtime=0.03 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 4472 0 0 0 3 0 0 0 20 0 1 0 267819076 23097344 4169 33554432000 4194304 10173063 140735861210272 140737167177896 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 5639 4169 588 1460 0 4170 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22556

[startup+0.10028 s]
/proc/loadavg: 0.00 0.00 0.00 3/170 31580
/proc/meminfo: memFree=29247516/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=30424 CPUtime=0.09 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 6757 0 0 0 8 1 0 0 20 0 1 0 267819076 31154176 6414 33554432000 4194304 10173063 140735861210272 140735861206296 5285159 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 7606 6414 783 1460 0 6137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30424

[startup+0.30015 s]
/proc/loadavg: 0.00 0.00 0.00 3/170 31580
/proc/meminfo: memFree=29247516/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47200 CPUtime=0.29 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10716 0 0 0 27 2 0 0 20 0 1 0 267819076 48332800 10371 33554432000 4194304 10173063 140735861210272 140735861206296 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11800 10371 827 1460 0 10331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47200

[startup+0.700164 s]
/proc/loadavg: 0.00 0.00 0.00 3/170 31580
/proc/meminfo: memFree=29247516/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=0.69 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10821 0 0 0 67 2 0 0 20 0 1 0 267819076 48504832 10476 33554432000 4194304 10173063 140735861210272 140735861206296 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 10476 830 1460 0 10373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47368

[startup+1.5001 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 31590
/proc/meminfo: memFree=29162992/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=1.49 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10823 0 0 0 146 3 0 0 20 0 1 0 267819076 48504832 10478 33554432000 4194304 10173063 140735861210272 140735861204104 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 10478 832 1460 0 10373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47368

[startup+3.10011 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 31590
/proc/meminfo: memFree=29162248/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=3.09 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10823 0 0 0 305 4 0 0 20 0 1 0 267819076 48504832 10478 33554432000 4194304 10173063 140735861210272 140735861203720 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 10478 832 1460 0 10373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47368

[startup+6.30017 s]
/proc/loadavg: 0.16 0.03 0.01 3/175 31590
/proc/meminfo: memFree=29162128/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=6.28 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10826 0 0 0 622 6 0 0 20 0 1 0 267819076 48504832 10481 33554432000 4194304 10173063 140735861210272 140735861203448 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 10481 835 1460 0 10373 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47368

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 3/175 31590
/proc/meminfo: memFree=29161752/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=12.68 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10845 0 0 0 1258 10 0 0 20 0 1 0 267819076 48504832 10506 33554432000 4194304 10173063 140735861210272 140735861203256 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 10506 836 1460 0 10373 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47368

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/175 31590
/proc/meminfo: memFree=29160232/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=25.48 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 2527 21 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861203528 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47368

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/175 31590
/proc/meminfo: memFree=29156680/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=51.07 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 5062 45 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861203528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47368

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/175 31590
/proc/meminfo: memFree=29156956/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=102.27 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 10138 89 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861203528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47368

[startup+162.3 s]
/proc/loadavg: 1.90 0.84 0.31 3/175 31590
/proc/meminfo: memFree=29157116/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=162.26 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 16084 142 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861203992 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47368

[startup+222.3 s]
/proc/loadavg: 1.96 1.05 0.42 3/175 31591
/proc/meminfo: memFree=29157156/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=222.25 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 22033 192 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861203528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 47368

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.51 3/175 31629
/proc/meminfo: memFree=29176048/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=282.24 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10846 0 0 0 27977 247 0 0 20 0 1 0 267819076 48504832 11017 33554432000 4194304 10173063 140735861210272 140735861202888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11017 836 1460 0 10373 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 47368

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.60 3/176 31630
/proc/meminfo: memFree=29175572/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=342.23 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10848 0 0 0 33922 301 0 0 20 0 1 0 267819076 48504832 11019 33554432000 4194304 10173063 140735861210272 140735861202888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11019 838 1460 0 10373 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 47368

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

[startup+343.1 s]
/proc/loadavg: 1.99 1.36 0.60 3/176 31630
/proc/meminfo: memFree=29175572/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=343.03 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10848 0 0 0 34001 302 0 0 20 0 1 0 267819076 48504832 11019 33554432000 4194304 10173063 140735861210272 140735861202888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11019 838 1460 0 10373 0
Current children cumulated CPU time (s) 343.03
Current children cumulated vsize (KiB) 47368

[startup+343.9 s]
/proc/loadavg: 1.99 1.36 0.60 3/176 31630
/proc/meminfo: memFree=29175572/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=343.83 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10848 0 0 0 34080 303 0 0 20 0 1 0 267819076 48504832 11019 33554432000 4194304 10173063 140735861210272 140735861202888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11019 838 1460 0 10373 0
Current children cumulated CPU time (s) 343.83
Current children cumulated vsize (KiB) 47368

[startup+344.306 s]
/proc/loadavg: 1.99 1.36 0.60 3/176 31630
/proc/meminfo: memFree=29175448/32873624 swapFree=7104/7104
[pid=31580] ppid=31578 vsize=47368 CPUtime=344.24 cores=0,2,4,6
/proc/31580/stat : 31580 (scip-2.1.1.4fix) R 31578 31580 31545 0 -1 4202496 10848 0 0 0 34121 303 0 0 20 0 1 0 267819076 48504832 11019 33554432000 4194304 10173063 140735861210272 140735861203528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31580/statm: 11842 11019 838 1460 0 10373 0
Current children cumulated CPU time (s) 344.24
Current children cumulated vsize (KiB) 47368

Child status: 0
Real time (s): 344.366
CPU time (s): 344.306
CPU user time (s): 341.268
CPU system time (s): 3.03754
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 47368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.268
system time used= 3.03754
maximum resident set size= 44088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10853
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= 10
involuntary context switches= 427

runsolver used 0.611906 second user time and 1.3318 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 09:22:16
IDJOB=3690421
IDBENCH=1315
IDSOLVER=2270
FILE ID=node121/3690421-1338016936
RUNJOBID= node121-1338016934-31561
PBS_JOBID= 14624350
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= 12591fb3a3171df58322c5e93cb6a45b
RANDOM SEED=1525563287

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29255616 kB
Buffers:          235348 kB
Cached:          2604624 kB
SwapCached:            0 kB
Active:           717348 kB
Inactive:        2132544 kB
Active(anon):      12488 kB
Inactive(anon):        0 kB
Active(file):     704860 kB
Inactive(file):  2132544 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13904 kB
Writeback:             8 kB
AnonPages:         17064 kB
Mapped:            12620 kB
Shmem:               200 kB
Slab:             631376 kB
SReclaimable:      76144 kB
SUnreclaim:       555232 kB
KernelStack:        1384 kB
PageTables:         3744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      92132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node121 at 2012-05-26 09:28:01