Trace number 3691894

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.78 1797.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691894-1338037908.opb>
0.01/0.03	c original problem has 6626 variables (400 bin, 0 int, 6226 impl, 0 cont) and 7228 constraints
0.01/0.03	c problem read in 0.03
0.01/0.03	c No objective function, only one solution is needed.
0.01/0.03	c presolving settings loaded
0.01/0.06	c presolving:
0.18/0.28	c (round 1) 0 del vars, 7026 del conss, 400 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 201 upgd conss, 25304 impls, 399 clqs
0.29/0.30	c (round 2) 6226 del vars, 7026 del conss, 400 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 25304 impls, 0 clqs
0.29/0.32	c presolving (3 rounds):
0.29/0.32	c  6226 deleted vars, 7026 deleted constraints, 400 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  25304 implications, 0 cliques
0.29/0.32	c presolved problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 602 constraints
0.29/0.32	c     401 constraints of type <knapsack>
0.29/0.32	c     200 constraints of type <setppc>
0.29/0.32	c       1 constraints of type <linear>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.27
0.29/0.32	c - non default parameters ----------------------------------------------------------------------
0.29/0.32	c # SCIP version 2.1.1.4
0.29/0.32	c 
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = 1797
0.29/0.32	c 
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = 13950
0.29/0.32	c 
0.29/0.32	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c limits/solutions = 1
0.29/0.32	c 
0.29/0.32	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.32	c separating/maxrounds = 1
0.29/0.32	c 
0.29/0.32	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c separating/maxroundsroot = 5
0.29/0.32	c 
0.29/0.32	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.32	c # [type: int, range: [1,2], default: 1]
0.29/0.32	c timing/clocktype = 2
0.29/0.32	c 
0.29/0.32	c # belongs reading time to solving time?
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c timing/reading = TRUE
0.29/0.32	c 
0.29/0.32	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.32	c constraints/knapsack/disaggregation = FALSE
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/coefdiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.32	c heuristics/crossover/freq = -1
0.29/0.32	c 
0.29/0.32	c # number of nodes added to the contingent of the total nodes
0.29/0.32	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.32	c heuristics/crossover/nodesofs = 750
0.29/0.32	c 
0.29/0.32	c # number of nodes without incumbent change that heuristic should wait
0.29/0.32	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.32	c heuristics/crossover/nwaitingnodes = 100
0.29/0.32	c 
0.29/0.32	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.32	c # [type: real, range: [0,1], default: 0.1]
0.29/0.32	c heuristics/crossover/nodesquot = 0.15
0.29/0.32	c 
0.29/0.32	c # minimum percentage of integer variables that have to be fixed 
0.29/0.32	c # [type: real, range: [0,1], default: 0.666]
0.29/0.32	c heuristics/crossover/minfixingrate = 0.5
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.32	c heuristics/feaspump/freq = -1
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/fracdiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/guideddiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/intshifting/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/linesearchdiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.32	c heuristics/objpscostdiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.32	c # [type: real, range: [0,1], default: 0.01]
0.29/0.32	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/oneopt/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/pscostdiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c heuristics/rens/freq = -1
0.29/0.32	c 
0.29/0.32	c # minimum percentage of integer variables that have to be fixable 
0.29/0.32	c # [type: real, range: [0,1], default: 0.5]
0.29/0.32	c heuristics/rens/minfixingrate = 0.3
0.29/0.32	c 
0.29/0.32	c # number of nodes added to the contingent of the total nodes
0.29/0.32	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.32	c heuristics/rens/nodesofs = 2000
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.32	c heuristics/rootsoldiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.32	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/rounding/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c heuristics/shiftandpropagate/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/shifting/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/simplerounding/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/subnlp/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c heuristics/trivial/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/trysol/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c heuristics/undercover/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.32	c heuristics/veclendiving/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.32	c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.32	c 
0.29/0.32	c # additional number of allowed LP iterations
0.29/0.32	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.32	c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/zirounding/freq = -1
0.29/0.32	c 
0.29/0.32	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c propagating/probing/maxprerounds = 0
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c separating/cmir/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.32	c separating/flowcover/freq = -1
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c separating/rapidlearning/freq = 0
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c heuristics/indoneopt/freq = -1
0.29/0.32	c 
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving
0.29/0.32	c 
0.29/0.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.34	c   0.3s|     1 |     0 |   221 |     - |  17M|   0 | 114 | 400 | 602 | 400 | 602 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.58/0.60	c   0.6s|     1 |     0 |   457 |     - |  18M|   0 | 233 | 400 | 635 | 400 | 667 |  65 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.78/0.89	c   0.9s|     1 |     0 |   801 |     - |  18M|   0 | 329 | 400 | 635 | 400 | 747 | 145 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.97	c   3.0s|     1 |     2 |   801 |     - |  18M|   0 | 329 | 400 | 635 | 400 | 747 | 145 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
22.09/22.19	c  22.2s|   100 |    54 | 10937 | 102.4 |  18M|  26 |   - | 400 | 654 | 400 | 745 | 145 |  19 |1037 | 0.000000e+00 |      --      |    Inf 
23.78/23.84	c  23.8s|   200 |    84 | 16978 |  81.3 |  18M|  34 |   - | 400 | 686 | 400 | 745 | 145 |  51 |1062 | 0.000000e+00 |      --      |    Inf 
24.58/24.69	c  24.7s|   300 |    83 | 22538 |  72.7 |  18M|  34 |  85 | 400 | 750 | 400 | 745 | 145 | 116 |1094 | 0.000000e+00 |      --      |    Inf 
25.18/25.26	c  25.3s|   400 |    91 | 26384 |  64.1 |  18M|  34 |  79 | 400 | 783 | 400 | 745 | 145 | 155 |1115 | 0.000000e+00 |      --      |    Inf 
25.98/26.08	c  26.1s|   500 |    92 | 31855 |  62.2 |  18M|  34 |   - | 400 | 847 | 400 | 745 | 145 | 220 |1143 | 0.000000e+00 |      --      |    Inf 
26.59/26.69	c  26.7s|   600 |    88 | 36287 |  59.2 |  18M|  36 |   - | 400 | 921 | 400 | 745 | 145 | 294 |1164 | 0.000000e+00 |      --      |    Inf 
27.39/27.49	c  27.5s|   700 |    91 | 41587 |  58.3 |  18M|  36 |  75 | 400 | 986 | 400 | 745 | 145 | 359 |1196 | 0.000000e+00 |      --      |    Inf 
28.08/28.19	c  28.2s|   800 |    93 | 46371 |  57.0 |  18M|  36 |   - | 400 |1054 | 400 | 745 | 145 | 427 |1225 | 0.000000e+00 |      --      |    Inf 
28.78/28.89	c  28.9s|   900 |    86 | 51352 |  56.2 |  18M|  36 |   - | 400 |1130 | 400 | 745 | 145 | 503 |1251 | 0.000000e+00 |      --      |    Inf 
29.59/29.64	c  29.6s|  1000 |    84 | 56314 |  55.6 |  18M|  36 |  87 | 400 |1236 | 400 | 745 | 145 | 609 |1284 | 0.000000e+00 |      --      |    Inf 
30.88/30.97	c  31.0s|  1100 |   110 | 62594 |  56.2 |  18M|  36 |  86 | 400 |1262 | 400 | 745 | 145 | 637 |1316 | 0.000000e+00 |      --      |    Inf 
31.48/31.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.48/31.53	c  31.5s|  1200 |   111 | 67482 |  55.6 |  18M|  36 |  79 | 400 |1335 | 400 | 745 | 145 | 710 |1324 | 0.000000e+00 |      --      |    Inf 
31.98/32.06	c  32.1s|  1300 |   111 | 72336 |  55.1 |  18M|  36 |   - | 400 |1404 | 400 | 745 | 145 | 779 |1330 | 0.000000e+00 |      --      |    Inf 
32.48/32.55	c  32.5s|  1400 |   115 | 77024 |  54.5 |  18M|  44 |   - | 400 |1460 | 400 | 745 | 145 | 835 |1330 | 0.000000e+00 |      --      |    Inf 
33.08/33.11	c  33.1s|  1500 |   116 | 82111 |  54.2 |  18M|  44 |  80 | 400 |1514 | 400 | 745 | 145 | 889 |1334 | 0.000000e+00 |      --      |    Inf 
33.57/33.63	c  33.6s|  1600 |   112 | 86842 |  53.8 |  18M|  44 |   - | 400 |1560 | 400 | 745 | 145 | 936 |1337 | 0.000000e+00 |      --      |    Inf 
34.08/34.15	c  34.1s|  1700 |   112 | 91315 |  53.3 |  18M|  44 |  81 | 400 |1611 | 400 | 745 | 145 | 987 |1346 | 0.000000e+00 |      --      |    Inf 
34.58/34.62	c  34.6s|  1800 |   112 | 95169 |  52.5 |  18M|  44 |  89 | 400 |1671 | 400 | 745 | 145 |1047 |1355 | 0.000000e+00 |      --      |    Inf 
34.97/35.10	c  35.1s|  1900 |   106 | 99756 |  52.1 |  18M|  44 |   - | 400 |1736 | 400 | 745 | 145 |1112 |1358 | 0.000000e+00 |      --      |    Inf 
35.58/35.61	c  35.6s|  2000 |   106 |104710 |  52.0 |  19M|  44 |  88 | 400 |1790 | 400 | 745 | 145 |1167 |1360 | 0.000000e+00 |      --      |    Inf 
36.38/36.41	c  36.4s|  2100 |   102 |110215 |  52.1 |  19M|  44 |  93 | 400 |1841 | 400 | 745 | 145 |1218 |1387 | 0.000000e+00 |      --      |    Inf 
37.18/37.24	c  37.2s|  2200 |   106 |115563 |  52.2 |  19M|  44 |   - | 400 |1897 | 400 | 745 | 145 |1276 |1420 | 0.000000e+00 |      --      |    Inf 
38.08/38.13	c  38.1s|  2300 |   120 |120757 |  52.2 |  19M|  44 |  89 | 400 |1987 | 400 | 745 | 145 |1366 |1453 | 0.000000e+00 |      --      |    Inf 
38.57/38.67	c  38.7s|  2400 |   115 |125309 |  51.9 |  19M|  44 |  81 | 400 |2059 | 400 | 745 | 145 |1438 |1462 | 0.000000e+00 |      --      |    Inf 
39.48/39.52	c  39.5s|  2500 |   111 |130745 |  52.0 |  19M|  44 |   - | 400 |2104 | 400 | 745 | 145 |1483 |1493 | 0.000000e+00 |      --      |    Inf 
40.28/40.30	c  40.3s|  2600 |   115 |135861 |  52.0 |  19M|  44 |   - | 400 |2149 | 400 | 745 | 145 |1528 |1520 | 0.000000e+00 |      --      |    Inf 
40.97/41.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.97/41.04	c  41.0s|  2700 |   115 |141497 |  52.1 |  19M|  44 |  82 | 400 |2193 | 400 | 745 | 145 |1572 |1544 | 0.000000e+00 |      --      |    Inf 
41.78/41.85	c  41.8s|  2800 |   111 |147136 |  52.3 |  19M|  44 |   - | 400 |2241 | 400 | 745 | 145 |1620 |1578 | 0.000000e+00 |      --      |    Inf 
42.57/42.60	c  42.6s|  2900 |   115 |152161 |  52.2 |  19M|  44 |   - | 400 |2310 | 400 | 745 | 145 |1689 |1609 | 0.000000e+00 |      --      |    Inf 
43.67/43.77	c  43.8s|  3000 |   124 |157672 |  52.3 |  19M|  44 |  90 | 400 |2375 | 400 | 745 | 145 |1754 |1645 | 0.000000e+00 |      --      |    Inf 
44.57/44.63	c  44.6s|  3100 |   120 |164252 |  52.7 |  19M|  44 |  82 | 400 |2462 | 400 | 745 | 145 |1841 |1671 | 0.000000e+00 |      --      |    Inf 
45.17/45.26	c  45.3s|  3200 |   126 |168579 |  52.4 |  19M|  46 |  84 | 400 |2520 | 400 | 745 | 145 |1899 |1687 | 0.000000e+00 |      --      |    Inf 
45.58/45.65	c  45.7s|  3300 |   122 |171937 |  51.9 |  19M|  46 |   - | 400 |2549 | 400 | 745 | 145 |1928 |1693 | 0.000000e+00 |      --      |    Inf 
46.18/46.25	c  46.3s|  3400 |   138 |176406 |  51.7 |  19M|  46 |   - | 400 |2604 | 400 | 745 | 145 |1983 |1709 | 0.000000e+00 |      --      |    Inf 
46.67/46.77	c  46.8s|  3500 |   133 |181366 |  51.6 |  19M|  46 |  91 | 400 |2673 | 400 | 745 | 145 |2052 |1712 | 0.000000e+00 |      --      |    Inf 
47.18/47.30	c  47.3s|  3600 |   135 |185687 |  51.4 |  19M|  46 |  81 | 400 |2703 | 400 | 745 | 145 |2082 |1720 | 0.000000e+00 |      --      |    Inf 
47.68/47.79	c  47.8s|  3700 |   137 |190055 |  51.2 |  19M|  46 |  83 | 400 |2765 | 400 | 745 | 145 |2144 |1728 | 0.000000e+00 |      --      |    Inf 
48.17/48.25	c  48.3s|  3800 |   141 |194177 |  50.9 |  19M|  46 |  81 | 400 |2834 | 400 | 745 | 145 |2213 |1734 | 0.000000e+00 |      --      |    Inf 
48.67/48.78	c  48.8s|  3900 |   135 |198579 |  50.7 |  19M|  46 |   - | 400 |2890 | 400 | 745 | 145 |2270 |1747 | 0.000000e+00 |      --      |    Inf 
49.38/49.44	c  49.4s|  4000 |   129 |204065 |  50.8 |  19M|  46 |   - | 400 |2983 | 400 | 745 | 145 |2363 |1761 | 0.000000e+00 |      --      |    Inf 
49.98/50.08	c  50.1s|  4100 |   127 |209588 |  50.9 |  19M|  46 |  92 | 400 |3051 | 400 | 745 | 145 |2431 |1772 | 0.000000e+00 |      --      |    Inf 
50.67/50.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.67/50.78	c  50.8s|  4200 |   131 |216265 |  51.3 |  19M|  46 |   - | 400 |3129 | 400 | 745 | 145 |2509 |1778 | 0.000000e+00 |      --      |    Inf 
51.27/51.32	c  51.3s|  4300 |   128 |221801 |  51.4 |  19M|  46 |   - | 400 |3206 | 400 | 745 | 145 |2589 |1778 | 0.000000e+00 |      --      |    Inf 
51.87/51.91	c  51.9s|  4400 |   125 |226595 |  51.3 |  19M|  46 |   - | 400 |3281 | 400 | 745 | 145 |2665 |1790 | 0.000000e+00 |      --      |    Inf 
52.37/52.42	c  52.4s|  4500 |   122 |231654 |  51.3 |  19M|  46 |   - | 400 |3344 | 400 | 745 | 145 |2731 |1792 | 0.000000e+00 |      --      |    Inf 
52.87/52.95	c  53.0s|  4600 |   131 |236837 |  51.3 |  19M|  46 |  84 | 400 |3402 | 400 | 745 | 145 |2790 |1793 | 0.000000e+00 |      --      |    Inf 
53.57/53.67	c  53.7s|  4700 |   129 |242030 |  51.3 |  19M|  46 |  82 | 400 |3492 | 400 | 745 | 145 |2881 |1815 | 0.000000e+00 |      --      |    Inf 
54.57/54.60	c  54.6s|  4800 |   134 |248171 |  51.5 |  20M|  46 |  92 | 400 |3589 | 400 | 745 | 145 |2981 |1849 | 0.000000e+00 |      --      |    Inf 
55.37/55.49	c  55.5s|  4900 |   132 |254645 |  51.8 |  20M|  46 |  86 | 400 |3673 | 400 | 745 | 145 |3070 |1874 | 0.000000e+00 |      --      |    Inf 
55.98/56.02	c  56.0s|  5000 |   134 |258711 |  51.6 |  20M|  46 |   - | 400 |3721 | 400 | 745 | 145 |3121 |1883 | 0.000000e+00 |      --      |    Inf 
56.67/56.79	c  56.8s|  5100 |   132 |263971 |  51.6 |  20M|  46 |  84 | 400 |3791 | 400 | 745 | 145 |3202 |1905 | 0.000000e+00 |      --      |    Inf 
57.57/57.68	c  57.7s|  5200 |   137 |269684 |  51.7 |  20M|  46 |   - | 400 |3854 | 400 | 745 | 145 |3274 |1935 | 0.000000e+00 |      --      |    Inf 
58.18/58.25	c  58.2s|  5300 |   152 |274663 |  51.7 |  20M|  46 |   - | 400 |3935 | 400 | 745 | 145 |3367 |1946 | 0.000000e+00 |      --      |    Inf 
58.87/58.96	c  59.0s|  5400 |   150 |279700 |  51.7 |  20M|  46 |  87 | 400 |3986 | 400 | 745 | 145 |3424 |1971 | 0.000000e+00 |      --      |    Inf 
59.67/59.75	c  59.7s|  5500 |   146 |285448 |  51.8 |  20M|  46 |  81 | 400 |4030 | 400 | 745 | 145 |3478 |2002 | 0.000000e+00 |      --      |    Inf 
60.27/60.40	c  60.4s|  5600 |   150 |290040 |  51.7 |  20M|  46 |   - | 400 |4102 | 400 | 745 | 145 |3555 |2026 | 0.000000e+00 |      --      |    Inf 
61.07/61.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.07/61.19	c  61.2s|  5700 |   146 |295622 |  51.7 |  20M|  46 |   - | 400 |4158 | 400 | 745 | 145 |3623 |2055 | 0.000000e+00 |      --      |    Inf 
61.87/61.92	c  61.9s|  5800 |   142 |301356 |  51.8 |  20M|  46 |   - | 400 |4205 | 400 | 745 | 145 |3682 |2077 | 0.000000e+00 |      --      |    Inf 
62.68/62.75	c  62.8s|  5900 |   137 |306986 |  51.9 |  20M|  46 |  85 | 400 |4229 | 400 | 745 | 145 |3733 |2115 | 0.000000e+00 |      --      |    Inf 
63.57/63.67	c  63.7s|  6000 |   143 |313361 |  52.1 |  20M|  46 |  89 | 400 |4253 | 400 | 745 | 145 |3818 |2141 | 0.000000e+00 |      --      |    Inf 
64.37/64.45	c  64.4s|  6100 |   147 |319390 |  52.2 |  20M|  46 |   - | 400 |4312 | 400 | 745 | 145 |3904 |2158 | 0.000000e+00 |      --      |    Inf 
65.37/65.48	c  65.5s|  6200 |   138 |326923 |  52.6 |  20M|  46 |  85 | 400 |4341 | 400 | 745 | 145 |3984 |2187 | 0.000000e+00 |      --      |    Inf 
66.17/66.22	c  66.2s|  6300 |   142 |331968 |  52.6 |  20M|  46 |  82 | 400 |4401 | 400 | 745 | 145 |4053 |2211 | 0.000000e+00 |      --      |    Inf 
66.77/66.80	c  66.8s|  6400 |   145 |336287 |  52.4 |  20M|  46 |  86 | 400 |4440 | 400 | 745 | 145 |4097 |2231 | 0.000000e+00 |      --      |    Inf 
67.37/67.44	c  67.4s|  6500 |   143 |340643 |  52.3 |  20M|  46 |  80 | 400 |4478 | 400 | 745 | 145 |4139 |2256 | 0.000000e+00 |      --      |    Inf 
67.97/68.06	c  68.1s|  6600 |   141 |345112 |  52.2 |  20M|  46 |   - | 400 |4520 | 400 | 745 | 145 |4189 |2281 | 0.000000e+00 |      --      |    Inf 
68.67/68.70	c  68.7s|  6700 |   141 |349538 |  52.1 |  20M|  46 |  83 | 400 |4571 | 400 | 745 | 145 |4251 |2309 | 0.000000e+00 |      --      |    Inf 
69.28/69.32	c  69.3s|  6800 |   137 |354045 |  52.0 |  20M|  46 |   - | 400 |4629 | 400 | 745 | 145 |4314 |2332 | 0.000000e+00 |      --      |    Inf 
69.87/69.95	c  69.9s|  6900 |   145 |359001 |  51.9 |  20M|  46 |  83 | 400 |4651 | 400 | 745 | 145 |4358 |2349 | 0.000000e+00 |      --      |    Inf 
70.66/70.72	c  70.7s|  7000 |   135 |364915 |  52.0 |  20M|  46 |  90 | 400 |4674 | 400 | 745 | 145 |4418 |2371 | 0.000000e+00 |      --      |    Inf 
71.37/71.45	c  71.4s|  7100 |   141 |369541 |  51.9 |  20M|  46 |   - | 400 |4683 | 400 | 745 | 145 |4477 |2402 | 0.000000e+00 |      --      |    Inf 
71.87/71.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.87/71.96	c  72.0s|  7200 |   137 |373758 |  51.8 |  20M|  46 |   - | 400 |4705 | 400 | 745 | 145 |4524 |2414 | 0.000000e+00 |      --      |    Inf 
72.58/72.61	c  72.6s|  7300 |   135 |379204 |  51.8 |  20M|  46 |   - | 400 |4757 | 400 | 745 | 145 |4592 |2429 | 0.000000e+00 |      --      |    Inf 
73.17/73.21	c  73.2s|  7400 |   138 |384658 |  51.9 |  20M|  46 |  84 | 400 |4802 | 400 | 745 | 145 |4679 |2438 | 0.000000e+00 |      --      |    Inf 
75.17/75.21	c  75.2s|  7500 |   142 |389949 |  51.9 |  20M|  46 |   - | 400 |4743 | 400 | 745 | 145 |4734 |2483 | 0.000000e+00 |      --      |    Inf 
76.27/76.35	c  76.3s|  7600 |   144 |394573 |  51.8 |  20M|  46 |   - | 400 |4733 | 400 | 745 | 145 |4788 |2504 | 0.000000e+00 |      --      |    Inf 
76.77/76.83	c  76.8s|  7700 |   140 |398994 |  51.7 |  20M|  46 |   - | 400 |4758 | 400 | 745 | 145 |4847 |2507 | 0.000000e+00 |      --      |    Inf 
77.57/77.61	c  77.6s|  7800 |   158 |404978 |  51.8 |  20M|  46 |  83 | 400 |4760 | 400 | 745 | 145 |4910 |2514 | 0.000000e+00 |      --      |    Inf 
78.26/78.31	c  78.3s|  7900 |   159 |410273 |  51.8 |  20M|  46 |  85 | 400 |4781 | 400 | 745 | 145 |4968 |2519 | 0.000000e+00 |      --      |    Inf 
78.86/78.92	c  78.9s|  8000 |   157 |416072 |  51.9 |  20M|  46 |   - | 400 |4766 | 400 | 745 | 145 |5044 |2521 | 0.000000e+00 |      --      |    Inf 
79.37/79.48	c  79.5s|  8100 |   175 |420201 |  51.8 |  20M|  46 |  82 | 400 |4747 | 400 | 745 | 145 |5054 |2525 | 0.000000e+00 |      --      |    Inf 
79.77/79.83	c  79.8s|  8200 |   171 |423594 |  51.6 |  20M|  46 |   - | 400 |4765 | 400 | 745 | 145 |5072 |2525 | 0.000000e+00 |      --      |    Inf 
80.17/80.29	c  80.3s|  8300 |   184 |428052 |  51.5 |  20M|  46 |  80 | 400 |4790 | 400 | 745 | 145 |5101 |2525 | 0.000000e+00 |      --      |    Inf 
80.66/80.74	c  80.7s|  8400 |   175 |432551 |  51.4 |  20M|  46 |   - | 400 |4834 | 400 | 745 | 145 |5146 |2525 | 0.000000e+00 |      --      |    Inf 
81.17/81.24	c  81.2s|  8500 |   172 |437616 |  51.4 |  20M|  46 |  80 | 400 |4870 | 400 | 745 | 145 |5182 |2525 | 0.000000e+00 |      --      |    Inf 
81.66/81.76	c  81.8s|  8600 |   168 |442879 |  51.4 |  20M|  46 |  82 | 400 |4912 | 400 | 745 | 145 |5228 |2525 | 0.000000e+00 |      --      |    Inf 
82.07/82.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.07/82.17	c  82.2s|  8700 |   170 |447004 |  51.3 |  20M|  46 |  88 | 400 |4937 | 400 | 745 | 145 |5256 |2525 | 0.000000e+00 |      --      |    Inf 
82.56/82.63	c  82.6s|  8800 |   168 |451544 |  51.2 |  20M|  46 |   - | 400 |4978 | 400 | 745 | 145 |5300 |2525 | 0.000000e+00 |      --      |    Inf 
83.07/83.11	c  83.1s|  8900 |   172 |456452 |  51.2 |  20M|  46 |   - | 400 |5027 | 400 | 745 | 145 |5352 |2525 | 0.000000e+00 |      --      |    Inf 
83.57/83.67	c  83.7s|  9000 |   172 |462124 |  51.3 |  20M|  46 |   - | 400 |5077 | 400 | 745 | 145 |5403 |2525 | 0.000000e+00 |      --      |    Inf 
84.16/84.27	c  84.3s|  9100 |   172 |467212 |  51.3 |  21M|  46 |  82 | 400 |5115 | 400 | 745 | 145 |5441 |2537 | 0.000000e+00 |      --      |    Inf 
84.87/84.95	c  84.9s|  9200 |   170 |472423 |  51.3 |  21M|  46 |  82 | 400 |5152 | 400 | 745 | 145 |5478 |2561 | 0.000000e+00 |      --      |    Inf 
85.57/85.68	c  85.7s|  9300 |   174 |477760 |  51.3 |  21M|  46 |   - | 400 |5195 | 400 | 745 | 145 |5521 |2582 | 0.000000e+00 |      --      |    Inf 
86.27/86.33	c  86.3s|  9400 |   176 |482647 |  51.3 |  21M|  46 |  88 | 400 |5257 | 400 | 745 | 145 |5583 |2595 | 0.000000e+00 |      --      |    Inf 
87.07/87.14	c  87.1s|  9500 |   171 |488799 |  51.4 |  21M|  46 |   - | 400 |5325 | 400 | 745 | 145 |5652 |2618 | 0.000000e+00 |      --      |    Inf 
87.87/87.94	c  87.9s|  9600 |   173 |494692 |  51.5 |  21M|  46 |  81 | 400 |5371 | 400 | 745 | 145 |5699 |2636 | 0.000000e+00 |      --      |    Inf 
88.67/88.74	c  88.7s|  9700 |   169 |500686 |  51.5 |  21M|  46 |   - | 400 |5417 | 400 | 745 | 145 |5748 |2659 | 0.000000e+00 |      --      |    Inf 
89.46/89.57	c  89.6s|  9800 |   173 |507128 |  51.7 |  21M|  46 |  84 | 400 |5476 | 400 | 745 | 145 |5809 |2684 | 0.000000e+00 |      --      |    Inf 
90.27/90.38	c  90.4s|  9900 |   171 |513100 |  51.8 |  21M|  48 |   - | 400 |5523 | 400 | 745 | 145 |5856 |2704 | 0.000000e+00 |      --      |    Inf 
91.07/91.11	c  91.1s| 10000 |   173 |518611 |  51.8 |  21M|  48 |   - | 400 |5559 | 400 | 745 | 145 |5893 |2734 | 0.000000e+00 |      --      |    Inf 
91.76/91.85	c  91.8s| 10100 |   179 |524160 |  51.8 |  21M|  48 |  90 | 400 |5601 | 400 | 745 | 145 |5940 |2755 | 0.000000e+00 |      --      |    Inf 
92.57/92.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.57/92.69	c  92.7s| 10200 |   171 |530507 |  51.9 |  21M|  48 |  84 | 400 |5652 | 400 | 745 | 145 |5995 |2781 | 0.000000e+00 |      --      |    Inf 
93.56/93.64	c  93.6s| 10300 |   177 |537104 |  52.1 |  21M|  48 |  83 | 400 |5072 | 400 | 745 | 145 |6040 |2808 | 0.000000e+00 |      --      |    Inf 
94.16/94.26	c  94.3s| 10400 |   181 |541679 |  52.0 |  21M|  48 |  91 | 400 |5054 | 400 | 745 | 145 |6111 |2822 | 0.000000e+00 |      --      |    Inf 
94.97/95.01	c  95.0s| 10500 |   179 |547236 |  52.0 |  21M|  48 |  91 | 400 |5074 | 400 | 745 | 145 |6158 |2842 | 0.000000e+00 |      --      |    Inf 
95.47/95.60	c  95.6s| 10600 |   179 |552900 |  52.1 |  21M|  48 |  85 | 400 |5113 | 400 | 745 | 145 |6201 |2848 | 0.000000e+00 |      --      |    Inf 
96.17/96.21	c  96.2s| 10700 |   177 |558698 |  52.1 |  21M|  48 |   - | 400 |5141 | 400 | 745 | 145 |6233 |2855 | 0.000000e+00 |      --      |    Inf 
96.77/96.83	c  96.8s| 10800 |   177 |564950 |  52.2 |  21M|  48 |   - | 400 |5195 | 400 | 745 | 145 |6290 |2856 | 0.000000e+00 |      --      |    Inf 
97.77/97.86	c  97.9s| 10900 |   177 |570349 |  52.3 |  21M|  48 |   - | 400 |5162 | 400 | 745 | 145 |6355 |2903 | 0.000000e+00 |      --      |    Inf 
98.76/98.88	c  98.9s| 11000 |   185 |575946 |  52.3 |  21M|  48 |   - | 400 |4962 | 400 | 745 | 145 |6441 |2949 | 0.000000e+00 |      --      |    Inf 
99.47/99.52	c  99.5s| 11100 |   179 |580718 |  52.2 |  21M|  48 |  89 | 400 |4841 | 400 | 745 | 145 |6465 |2965 | 0.000000e+00 |      --      |    Inf 
99.86/100.00	c   100s| 11200 |   183 |585177 |  52.2 |  21M|  48 |  90 | 400 |4825 | 400 | 745 | 145 |6492 |2967 | 0.000000e+00 |      --      |    Inf 
100.56/100.60	c   101s| 11300 |   184 |590896 |  52.2 |  20M|  48 |   - | 400 |4775 | 400 | 745 | 145 |6513 |2970 | 0.000000e+00 |      --      |    Inf 
101.07/101.13	c   101s| 11400 |   186 |595663 |  52.2 |  20M|  48 |  82 | 400 |4758 | 400 | 745 | 145 |6560 |2974 | 0.000000e+00 |      --      |    Inf 
101.57/101.63	c   102s| 11500 |   184 |600317 |  52.1 |  20M|  48 |  87 | 400 |4766 | 400 | 745 | 145 |6617 |2975 | 0.000000e+00 |      --      |    Inf 
102.06/102.14	c   102s| 11600 |   186 |605256 |  52.1 |  20M|  48 |  87 | 400 |4716 | 400 | 745 | 145 |6669 |2975 | 0.000000e+00 |      --      |    Inf 
102.66/102.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.66/102.76	c   103s| 11700 |   184 |610908 |  52.2 |  20M|  48 |   - | 400 |4674 | 400 | 745 | 145 |6744 |2982 | 0.000000e+00 |      --      |    Inf 
103.27/103.35	c   103s| 11800 |   178 |616407 |  52.2 |  20M|  48 |   - | 400 |4687 | 400 | 745 | 145 |6795 |2987 | 0.000000e+00 |      --      |    Inf 
103.96/104.07	c   104s| 11900 |   182 |623228 |  52.3 |  20M|  48 |  83 | 400 |4670 | 400 | 745 | 145 |6857 |2990 | 0.000000e+00 |      --      |    Inf 
104.57/104.67	c   105s| 12000 |   181 |629217 |  52.4 |  20M|  48 |   - | 400 |4693 | 400 | 745 | 145 |6924 |2992 | 0.000000e+00 |      --      |    Inf 
105.17/105.22	c   105s| 12100 |   197 |634420 |  52.4 |  20M|  48 |  82 | 400 |4633 | 400 | 745 | 145 |6981 |2994 | 0.000000e+00 |      --      |    Inf 
105.57/105.68	c   106s| 12200 |   193 |638984 |  52.3 |  20M|  48 |  89 | 400 |4634 | 400 | 745 | 145 |7018 |2994 | 0.000000e+00 |      --      |    Inf 
106.16/106.25	c   106s| 12300 |   188 |644759 |  52.4 |  20M|  48 |   - | 400 |4701 | 400 | 745 | 145 |7101 |2995 | 0.000000e+00 |      --      |    Inf 
106.76/106.80	c   107s| 12400 |   188 |650033 |  52.4 |  20M|  48 |  86 | 400 |4678 | 400 | 745 | 145 |7139 |2996 | 0.000000e+00 |      --      |    Inf 
107.16/107.21	c   107s| 12500 |   192 |653974 |  52.3 |  20M|  48 |   - | 400 |4678 | 400 | 745 | 145 |7189 |2996 | 0.000000e+00 |      --      |    Inf 
107.56/107.61	c   108s| 12600 |   194 |657929 |  52.2 |  21M|  48 |  86 | 400 |4699 | 400 | 745 | 145 |7213 |2996 | 0.000000e+00 |      --      |    Inf 
107.96/108.02	c   108s| 12700 |   194 |662020 |  52.1 |  21M|  48 |   - | 400 |4732 | 400 | 745 | 145 |7246 |2996 | 0.000000e+00 |      --      |    Inf 
108.57/108.63	c   109s| 12800 |   194 |666767 |  52.0 |  21M|  48 |  84 | 400 |4777 | 400 | 745 | 145 |7293 |3011 | 0.000000e+00 |      --      |    Inf 
109.26/109.38	c   109s| 12900 |   190 |672199 |  52.1 |  21M|  48 |  84 | 400 |4813 | 400 | 745 | 145 |7363 |3030 | 0.000000e+00 |      --      |    Inf 
109.97/110.02	c   110s| 13000 |   186 |677291 |  52.0 |  21M|  48 |   - | 400 |4834 | 400 | 745 | 145 |7402 |3041 | 0.000000e+00 |      --      |    Inf 
110.76/110.86	c   111s| 13100 |   188 |682674 |  52.1 |  21M|  48 |   - | 400 |4852 | 400 | 745 | 145 |7455 |3067 | 0.000000e+00 |      --      |    Inf 
111.67/111.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.67/111.70	c   112s| 13200 |   193 |689716 |  52.2 |  21M|  48 |  89 | 400 |4855 | 400 | 745 | 145 |7546 |3086 | 0.000000e+00 |      --      |    Inf 
112.46/112.59	c   113s| 13300 |   189 |696456 |  52.3 |  21M|  48 |   - | 400 |4903 | 400 | 745 | 145 |7650 |3110 | 0.000000e+00 |      --      |    Inf 
113.27/113.31	c   113s| 13400 |   191 |701987 |  52.3 |  21M|  48 |  87 | 400 |4864 | 400 | 745 | 145 |7726 |3125 | 0.000000e+00 |      --      |    Inf 
114.06/114.12	c   114s| 13500 |   193 |707606 |  52.4 |  21M|  48 |   - | 400 |4813 | 400 | 745 | 145 |7785 |3149 | 0.000000e+00 |      --      |    Inf 
114.87/114.91	c   115s| 13600 |   204 |713885 |  52.4 |  21M|  48 |   - | 400 |4625 | 400 | 745 | 145 |7858 |3162 | 0.000000e+00 |      --      |    Inf 
115.47/115.58	c   116s| 13700 |   203 |719361 |  52.5 |  21M|  48 |   - | 400 |4667 | 400 | 745 | 145 |7963 |3176 | 0.000000e+00 |      --      |    Inf 
116.36/116.49	c   116s| 13800 |   195 |725716 |  52.5 |  21M|  48 |  90 | 400 |4706 | 400 | 745 | 145 |8059 |3206 | 0.000000e+00 |      --      |    Inf 
117.06/117.13	c   117s| 13900 |   196 |731038 |  52.5 |  21M|  48 |  85 | 400 |4725 | 400 | 745 | 145 |8159 |3220 | 0.000000e+00 |      --      |    Inf 
117.86/117.96	c   118s| 14000 |   200 |737411 |  52.6 |  21M|  48 |  92 | 400 |4800 | 400 | 745 | 145 |8262 |3244 | 0.000000e+00 |      --      |    Inf 
118.77/118.87	c   119s| 14100 |   196 |744281 |  52.7 |  21M|  48 |   - | 400 |4893 | 400 | 745 | 145 |8369 |3267 | 0.000000e+00 |      --      |    Inf 
119.67/119.75	c   120s| 14200 |   198 |751214 |  52.8 |  21M|  48 |   - | 400 |4896 | 400 | 745 | 145 |8467 |3282 | 0.000000e+00 |      --      |    Inf 
120.46/120.51	c   121s| 14300 |   192 |757360 |  52.9 |  21M|  48 |   - | 400 |4879 | 400 | 745 | 145 |8554 |3298 | 0.000000e+00 |      --      |    Inf 
121.16/121.22	c   121s| 14400 |   185 |762922 |  52.9 |  21M|  48 |  91 | 400 |4922 | 400 | 745 | 145 |8624 |3314 | 0.000000e+00 |      --      |    Inf 
122.07/122.14	c   122s| 14500 |   193 |769503 |  53.0 |  21M|  48 |   - | 400 |4863 | 400 | 745 | 145 |8664 |3339 | 0.000000e+00 |      --      |    Inf 
122.77/122.83	c   123s| 14600 |   193 |774787 |  53.0 |  21M|  48 |  86 | 400 |4876 | 400 | 745 | 145 |8719 |3357 | 0.000000e+00 |      --      |    Inf 
125.16/125.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.16/125.26	c   125s| 14700 |   200 |781144 |  53.1 |  21M|  48 |  84 | 400 |4736 | 400 | 745 | 145 |8784 |3402 | 0.000000e+00 |      --      |    Inf 
126.06/126.13	c   126s| 14800 |   206 |786262 |  53.1 |  21M|  48 |  82 | 400 |4648 | 400 | 745 | 145 |8813 |3414 | 0.000000e+00 |      --      |    Inf 
126.66/126.72	c   127s| 14900 |   210 |792089 |  53.1 |  21M|  48 |  86 | 400 |4672 | 400 | 745 | 145 |8855 |3414 | 0.000000e+00 |      --      |    Inf 
127.26/127.31	c   127s| 15000 |   220 |797508 |  53.1 |  21M|  48 |   - | 400 |4704 | 400 | 745 | 145 |8926 |3420 | 0.000000e+00 |      --      |    Inf 
128.16/128.22	c   128s| 15100 |   212 |804652 |  53.2 |  21M|  48 |   - | 400 |4705 | 400 | 745 | 145 |9022 |3446 | 0.000000e+00 |      --      |    Inf 
128.86/128.94	c   129s| 15200 |   214 |810304 |  53.3 |  21M|  48 |   - | 400 |4702 | 400 | 745 | 145 |9103 |3463 | 0.000000e+00 |      --      |    Inf 
129.66/129.74	c   130s| 15300 |   203 |816413 |  53.3 |  21M|  48 |  80 | 400 |4718 | 400 | 745 | 145 |9190 |3483 | 0.000000e+00 |      --      |    Inf 
130.26/130.36	c   130s| 15400 |   207 |821156 |  53.3 |  21M|  48 |   - | 400 |4743 | 400 | 745 | 145 |9229 |3497 | 0.000000e+00 |      --      |    Inf 
131.16/131.21	c   131s| 15500 |   218 |826722 |  53.3 |  21M|  48 |   - | 400 |4756 | 400 | 745 | 145 |9338 |3511 | 0.000000e+00 |      --      |    Inf 
131.76/131.84	c   132s| 15600 |   215 |832211 |  53.3 |  21M|  48 |   - | 400 |4834 | 400 | 745 | 145 |9425 |3524 | 0.000000e+00 |      --      |    Inf 
132.56/132.61	c   133s| 15700 |   216 |837988 |  53.3 |  21M|  48 |   - | 400 |4891 | 400 | 745 | 145 |9530 |3542 | 0.000000e+00 |      --      |    Inf 
133.46/133.54	c   134s| 15800 |   220 |845088 |  53.4 |  21M|  48 |   - | 400 |4833 | 400 | 745 | 145 |9628 |3559 | 0.000000e+00 |      --      |    Inf 
134.07/134.15	c   134s| 15900 |   224 |850558 |  53.4 |  21M|  48 |  90 | 400 |4735 | 400 | 745 | 145 |9694 |3565 | 0.000000e+00 |      --      |    Inf 
134.86/134.96	c   135s| 16000 |   214 |856555 |  53.5 |  21M|  48 |   - | 400 |4703 | 400 | 745 | 145 |9778 |3587 | 0.000000e+00 |      --      |    Inf 
135.66/135.79	c   136s| 16100 |   216 |863816 |  53.6 |  21M|  48 |  87 | 400 |4680 | 400 | 745 | 145 |9863 |3598 | 0.000000e+00 |      --      |    Inf 
136.37/136.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.37/136.45	c   136s| 16200 |   214 |869363 |  53.6 |  21M|  48 |  87 | 400 |4651 | 400 | 745 | 145 |9929 |3609 | 0.000000e+00 |      --      |    Inf 
136.96/137.03	c   137s| 16300 |   212 |874385 |  53.6 |  21M|  48 |   - | 400 |4643 | 400 | 745 | 145 |9993 |3617 | 0.000000e+00 |      --      |    Inf 
137.56/137.60	c   138s| 16400 |   220 |879390 |  53.6 |  21M|  48 |  86 | 400 |4643 | 400 | 745 | 145 |  10k|3624 | 0.000000e+00 |      --      |    Inf 
138.06/138.10	c   138s| 16500 |   216 |883923 |  53.5 |  21M|  48 |  87 | 400 |4642 | 400 | 745 | 145 |  10k|3627 | 0.000000e+00 |      --      |    Inf 
138.66/138.79	c   139s| 16600 |   215 |890040 |  53.6 |  21M|  48 |  90 | 400 |4581 | 400 | 745 | 145 |  10k|3633 | 0.000000e+00 |      --      |    Inf 
139.16/139.24	c   139s| 16700 |   215 |894276 |  53.5 |  21M|  48 |  87 | 400 |4588 | 400 | 745 | 145 |  10k|3633 | 0.000000e+00 |      --      |    Inf 
139.76/139.80	c   140s| 16800 |   219 |899577 |  53.5 |  21M|  48 |  85 | 400 |4556 | 400 | 745 | 145 |  10k|3635 | 0.000000e+00 |      --      |    Inf 
140.16/140.29	c   140s| 16900 |   219 |904484 |  53.5 |  21M|  48 |   - | 400 |4602 | 400 | 745 | 145 |  10k|3637 | 0.000000e+00 |      --      |    Inf 
140.76/140.86	c   141s| 17000 |   224 |909599 |  53.5 |  21M|  48 |  81 | 400 |4653 | 400 | 745 | 145 |  10k|3643 | 0.000000e+00 |      --      |    Inf 
141.26/141.32	c   141s| 17100 |   224 |914281 |  53.4 |  21M|  48 |   - | 400 |4714 | 400 | 745 | 145 |  10k|3643 | 0.000000e+00 |      --      |    Inf 
141.77/141.84	c   142s| 17200 |   220 |919423 |  53.4 |  21M|  48 |  83 | 400 |4773 | 400 | 745 | 145 |  10k|3643 | 0.000000e+00 |      --      |    Inf 
142.26/142.36	c   142s| 17300 |   222 |924317 |  53.4 |  21M|  48 |  78 | 400 |4826 | 400 | 745 | 145 |  10k|3644 | 0.000000e+00 |      --      |    Inf 
142.86/142.97	c   143s| 17400 |   224 |930527 |  53.4 |  21M|  48 |  90 | 400 |4898 | 400 | 745 | 145 |  10k|3644 | 0.000000e+00 |      --      |    Inf 
143.56/143.66	c   144s| 17500 |   222 |936576 |  53.5 |  21M|  48 |  90 | 400 |4882 | 400 | 745 | 145 |  10k|3649 | 0.000000e+00 |      --      |    Inf 
144.06/144.17	c   144s| 17600 |   228 |941685 |  53.5 |  21M|  48 |   - | 400 |4920 | 400 | 745 | 145 |  10k|3649 | 0.000000e+00 |      --      |    Inf 
144.66/144.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.66/144.78	c   145s| 17700 |   221 |947703 |  53.5 |  21M|  48 |  94 | 400 |4928 | 400 | 745 | 145 |  10k|3650 | 0.000000e+00 |      --      |    Inf 
145.17/145.29	c   145s| 17800 |   239 |952957 |  53.5 |  21M|  48 |  86 | 400 |4952 | 400 | 745 | 145 |  10k|3650 | 0.000000e+00 |      --      |    Inf 
145.75/145.83	c   146s| 17900 |   237 |958071 |  53.5 |  21M|  48 |  79 | 400 |5012 | 400 | 745 | 145 |  11k|3654 | 0.000000e+00 |      --      |    Inf 
146.27/146.35	c   146s| 18000 |   235 |963244 |  53.5 |  21M|  48 |  80 | 400 |5073 | 400 | 745 | 145 |  11k|3656 | 0.000000e+00 |      --      |    Inf 
146.96/147.00	c   147s| 18100 |   238 |968789 |  53.5 |  21M|  48 |   - | 400 |5100 | 400 | 745 | 145 |  11k|3667 | 0.000000e+00 |      --      |    Inf 
147.75/147.81	c   148s| 18200 |   227 |974466 |  53.5 |  21M|  48 |  92 | 400 |5162 | 400 | 745 | 145 |  11k|3694 | 0.000000e+00 |      --      |    Inf 
148.25/148.39	c   148s| 18300 |   231 |979385 |  53.5 |  21M|  48 |   - | 400 |5201 | 400 | 745 | 145 |  11k|3703 | 0.000000e+00 |      --      |    Inf 
149.05/149.17	c   149s| 18400 |   223 |985438 |  53.5 |  21M|  48 |  91 | 400 |5203 | 400 | 745 | 145 |  11k|3722 | 0.000000e+00 |      --      |    Inf 
149.96/150.01	c   150s| 18500 |   235 |991870 |  53.6 |  21M|  48 |   - | 400 |5128 | 400 | 745 | 145 |  11k|3744 | 0.000000e+00 |      --      |    Inf 
150.85/150.91	c   151s| 18600 |   241 |998301 |  53.6 |  21M|  48 |   - | 400 |5048 | 400 | 745 | 145 |  11k|3766 | 0.000000e+00 |      --      |    Inf 
151.56/151.68	c   152s| 18700 |   237 |  1005k|  53.7 |  21M|  48 |  92 | 400 |5033 | 400 | 745 | 145 |  11k|3775 | 0.000000e+00 |      --      |    Inf 
152.36/152.45	c   152s| 18800 |   223 |  1011k|  53.8 |  21M|  48 |   - | 400 |5050 | 400 | 745 | 145 |  11k|3795 | 0.000000e+00 |      --      |    Inf 
153.25/153.30	c   153s| 18900 |   224 |  1017k|  53.8 |  21M|  48 |  81 | 400 |5107 | 400 | 745 | 145 |  12k|3823 | 0.000000e+00 |      --      |    Inf 
154.06/154.12	c   154s| 19000 |   222 |  1024k|  53.9 |  21M|  48 |  88 | 400 |5212 | 400 | 745 | 145 |  12k|3840 | 0.000000e+00 |      --      |    Inf 
154.85/154.94	c   155s| 19100 |   228 |  1030k|  53.9 |  21M|  48 |  84 | 400 |5256 | 400 | 745 | 145 |  12k|3860 | 0.000000e+00 |      --      |    Inf 
155.66/155.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.66/155.70	c   156s| 19200 |   234 |  1036k|  54.0 |  21M|  48 |  81 | 400 |5332 | 400 | 745 | 145 |  12k|3875 | 0.000000e+00 |      --      |    Inf 
156.35/156.44	c   156s| 19300 |   229 |  1043k|  54.0 |  21M|  48 |  80 | 400 |5422 | 400 | 745 | 145 |  12k|3889 | 0.000000e+00 |      --      |    Inf 
157.16/157.24	c   157s| 19400 |   233 |  1049k|  54.1 |  21M|  48 |  88 | 400 |5495 | 400 | 745 | 145 |  12k|3911 | 0.000000e+00 |      --      |    Inf 
157.86/157.92	c   158s| 19500 |   221 |  1055k|  54.1 |  21M|  48 |   - | 400 |5580 | 400 | 745 | 145 |  12k|3928 | 0.000000e+00 |      --      |    Inf 
158.76/158.80	c   159s| 19600 |   227 |  1061k|  54.1 |  21M|  51 |  83 | 400 |5625 | 400 | 745 | 145 |  12k|3953 | 0.000000e+00 |      --      |    Inf 
159.46/159.57	c   160s| 19700 |   223 |  1067k|  54.2 |  21M|  51 |  87 | 400 |5702 | 400 | 745 | 145 |  12k|3969 | 0.000000e+00 |      --      |    Inf 
160.16/160.21	c   160s| 19800 |   224 |  1072k|  54.1 |  21M|  51 |  87 | 400 |5724 | 400 | 745 | 145 |  12k|3982 | 0.000000e+00 |      --      |    Inf 
160.75/160.84	c   161s| 19900 |   214 |  1077k|  54.1 |  21M|  51 |   - | 400 |5781 | 400 | 745 | 145 |  12k|3995 | 0.000000e+00 |      --      |    Inf 
161.76/161.80	c   162s| 20000 |   220 |  1084k|  54.2 |  21M|  51 |   - | 400 |5706 | 400 | 745 | 145 |  12k|4018 | 0.000000e+00 |      --      |    Inf 
162.46/162.57	c   163s| 20100 |   234 |  1090k|  54.2 |  21M|  51 |  82 | 400 |5741 | 400 | 745 | 145 |  13k|4035 | 0.000000e+00 |      --      |    Inf 
163.26/163.31	c   163s| 20200 |   238 |  1095k|  54.2 |  21M|  51 |   - | 400 |5780 | 400 | 745 | 145 |  13k|4052 | 0.000000e+00 |      --      |    Inf 
164.06/164.12	c   164s| 20300 |   240 |  1101k|  54.2 |  21M|  51 |   - | 400 |5828 | 400 | 745 | 145 |  13k|4069 | 0.000000e+00 |      --      |    Inf 
164.66/164.71	c   165s| 20400 |   242 |  1106k|  54.2 |  21M|  51 |  85 | 400 |5821 | 400 | 745 | 145 |  13k|4076 | 0.000000e+00 |      --      |    Inf 
165.26/165.37	c   165s| 20500 |   240 |  1112k|  54.2 |  21M|  51 |  86 | 400 |5892 | 400 | 745 | 145 |  13k|4089 | 0.000000e+00 |      --      |    Inf 
166.06/166.13	c   166s| 20600 |   242 |  1117k|  54.2 |  21M|  51 |  93 | 400 |5873 | 400 | 745 | 145 |  13k|4110 | 0.000000e+00 |      --      |    Inf 
166.65/166.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.65/166.75	c   167s| 20700 |   259 |  1123k|  54.2 |  21M|  51 |  85 | 400 |5864 | 400 | 745 | 145 |  13k|4121 | 0.000000e+00 |      --      |    Inf 
167.35/167.43	c   167s| 20800 |   259 |  1129k|  54.3 |  21M|  51 |  82 | 400 |5915 | 400 | 745 | 145 |  13k|4130 | 0.000000e+00 |      --      |    Inf 
168.06/168.16	c   168s| 20900 |   257 |  1135k|  54.3 |  21M|  51 |   - | 400 |5978 | 400 | 745 | 145 |  13k|4146 | 0.000000e+00 |      --      |    Inf 
168.75/168.83	c   169s| 21000 |   253 |  1141k|  54.3 |  21M|  51 |  82 | 400 |6058 | 400 | 745 | 145 |  13k|4155 | 0.000000e+00 |      --      |    Inf 
169.36/169.42	c   169s| 21100 |   249 |  1147k|  54.3 |  21M|  51 |  88 | 400 |6102 | 400 | 745 | 145 |  13k|4156 | 0.000000e+00 |      --      |    Inf 
169.96/170.03	c   170s| 21200 |   249 |  1153k|  54.4 |  21M|  51 |   - | 400 |6150 | 400 | 745 | 145 |  13k|4162 | 0.000000e+00 |      --      |    Inf 
170.55/170.63	c   171s| 21300 |   251 |  1158k|  54.4 |  21M|  51 |   - | 400 |6200 | 400 | 745 | 145 |  13k|4168 | 0.000000e+00 |      --      |    Inf 
171.25/171.31	c   171s| 21400 |   247 |  1165k|  54.4 |  21M|  51 |   - | 400 |6259 | 400 | 745 | 145 |  14k|4173 | 0.000000e+00 |      --      |    Inf 
171.85/171.95	c   172s| 21500 |   251 |  1171k|  54.4 |  21M|  51 |  84 | 400 |6310 | 400 | 745 | 145 |  14k|4176 | 0.000000e+00 |      --      |    Inf 
172.35/172.47	c   172s| 21600 |   251 |  1176k|  54.4 |  22M|  51 |   - | 400 |6407 | 400 | 745 | 145 |  14k|4177 | 0.000000e+00 |      --      |    Inf 
172.96/173.05	c   173s| 21700 |   245 |  1181k|  54.4 |  22M|  51 |   - | 400 |6460 | 400 | 745 | 145 |  14k|4179 | 0.000000e+00 |      --      |    Inf 
173.56/173.67	c   174s| 21800 |   247 |  1187k|  54.5 |  22M|  51 |  93 | 400 |6471 | 400 | 745 | 145 |  14k|4182 | 0.000000e+00 |      --      |    Inf 
174.16/174.25	c   174s| 21900 |   249 |  1192k|  54.4 |  22M|  51 |  84 | 400 |6517 | 400 | 745 | 145 |  14k|4191 | 0.000000e+00 |      --      |    Inf 
174.76/174.80	c   175s| 22000 |   251 |  1197k|  54.4 |  22M|  51 |  86 | 400 |6570 | 400 | 745 | 145 |  14k|4195 | 0.000000e+00 |      --      |    Inf 
175.45/175.55	c   176s| 22100 |   245 |  1204k|  54.5 |  22M|  51 |  90 | 400 |6622 | 400 | 745 | 145 |  14k|4207 | 0.000000e+00 |      --      |    Inf 
176.05/176.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.05/176.12	c   176s| 22200 |   253 |  1209k|  54.5 |  22M|  51 |  85 | 400 |6650 | 400 | 745 | 145 |  14k|4209 | 0.000000e+00 |      --      |    Inf 
176.86/176.96	c   177s| 22300 |   262 |  1215k|  54.5 |  22M|  51 |  84 | 400 |6610 | 400 | 745 | 145 |  14k|4231 | 0.000000e+00 |      --      |    Inf 
177.55/177.67	c   178s| 22400 |   258 |  1222k|  54.5 |  22M|  51 |  88 | 400 |6543 | 400 | 745 | 145 |  14k|4235 | 0.000000e+00 |      --      |    Inf 
178.26/178.32	c   178s| 22500 |   262 |  1228k|  54.6 |  22M|  51 |   - | 400 |6579 | 400 | 745 | 145 |  14k|4239 | 0.000000e+00 |      --      |    Inf 
178.95/179.05	c   179s| 22600 |   257 |  1236k|  54.7 |  22M|  51 |  89 | 400 |6660 | 400 | 745 | 145 |  15k|4245 | 0.000000e+00 |      --      |    Inf 
179.65/179.72	c   180s| 22700 |   259 |  1243k|  54.7 |  22M|  51 |   - | 400 |6757 | 400 | 745 | 145 |  15k|4246 | 0.000000e+00 |      --      |    Inf 
180.36/180.46	c   180s| 22800 |   255 |  1250k|  54.8 |  22M|  51 |   - | 400 |6833 | 400 | 745 | 145 |  15k|4249 | 0.000000e+00 |      --      |    Inf 
181.15/181.22	c   181s| 22900 |   254 |  1258k|  54.9 |  22M|  51 |   - | 400 |6902 | 400 | 745 | 145 |  15k|4250 | 0.000000e+00 |      --      |    Inf 
181.96/182.03	c   182s| 23000 |   246 |  1266k|  55.0 |  22M|  51 |   - | 400 |6895 | 400 | 745 | 145 |  15k|4253 | 0.000000e+00 |      --      |    Inf 
182.65/182.74	c   183s| 23100 |   244 |  1273k|  55.1 |  22M|  51 |  81 | 400 |6839 | 400 | 745 | 145 |  15k|4255 | 0.000000e+00 |      --      |    Inf 
183.35/183.44	c   183s| 23200 |   242 |  1279k|  55.1 |  22M|  51 |   - | 400 |6890 | 400 | 745 | 145 |  15k|4267 | 0.000000e+00 |      --      |    Inf 
184.05/184.10	c   184s| 23300 |   244 |  1284k|  55.1 |  22M|  51 |  86 | 400 |6923 | 400 | 745 | 145 |  15k|4283 | 0.000000e+00 |      --      |    Inf 
184.66/184.77	c   185s| 23400 |   244 |  1289k|  55.1 |  22M|  51 |   - | 400 |6902 | 400 | 745 | 145 |  15k|4303 | 0.000000e+00 |      --      |    Inf 
185.55/185.61	c   186s| 23500 |   244 |  1295k|  55.1 |  22M|  51 |  93 | 400 |6939 | 400 | 745 | 145 |  15k|4326 | 0.000000e+00 |      --      |    Inf 
186.05/186.19	c   186s| 23600 |   240 |  1301k|  55.1 |  22M|  51 |   - | 400 |6949 | 400 | 745 | 145 |  15k|4328 | 0.000000e+00 |      --      |    Inf 
186.86/186.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.86/186.93	c   187s| 23700 |   240 |  1306k|  55.1 |  22M|  51 |   - | 400 |6996 | 400 | 745 | 145 |  15k|4350 | 0.000000e+00 |      --      |    Inf 
187.66/187.78	c   188s| 23800 |   254 |  1312k|  55.1 |  22M|  51 |   - | 400 |7018 | 400 | 745 | 145 |  15k|4368 | 0.000000e+00 |      --      |    Inf 
188.25/188.35	c   188s| 23900 |   255 |  1317k|  55.1 |  22M|  51 |  82 | 400 |7084 | 400 | 745 | 145 |  15k|4380 | 0.000000e+00 |      --      |    Inf 
188.96/189.01	c   189s| 24000 |   251 |  1323k|  55.1 |  22M|  51 |   - | 400 |7159 | 400 | 745 | 145 |  16k|4390 | 0.000000e+00 |      --      |    Inf 
189.65/189.74	c   190s| 24100 |   257 |  1328k|  55.1 |  22M|  51 |   - | 400 |7208 | 400 | 745 | 145 |  16k|4410 | 0.000000e+00 |      --      |    Inf 
190.46/190.56	c   191s| 24200 |   249 |  1335k|  55.2 |  22M|  51 |   - | 400 |7267 | 400 | 745 | 145 |  16k|4426 | 0.000000e+00 |      --      |    Inf 
191.36/191.44	c   191s| 24300 |   243 |  1342k|  55.2 |  22M|  51 |  79 | 400 |7363 | 400 | 745 | 145 |  16k|4443 | 0.000000e+00 |      --      |    Inf 
191.95/192.02	c   192s| 24400 |   247 |  1348k|  55.2 |  22M|  51 |  77 | 400 |7417 | 400 | 745 | 145 |  16k|4450 | 0.000000e+00 |      --      |    Inf 
192.65/192.71	c   193s| 24500 |   239 |  1353k|  55.2 |  22M|  51 |   - | 400 |7520 | 400 | 745 | 145 |  16k|4465 | 0.000000e+00 |      --      |    Inf 
193.56/193.64	c   194s| 24600 |   246 |  1360k|  55.3 |  22M|  51 |  81 | 400 |7590 | 400 | 745 | 145 |  16k|4484 | 0.000000e+00 |      --      |    Inf 
194.25/194.39	c   194s| 24700 |   245 |  1367k|  55.3 |  22M|  51 |   - | 400 |7654 | 400 | 745 | 145 |  16k|4499 | 0.000000e+00 |      --      |    Inf 
195.05/195.13	c   195s| 24800 |   245 |  1373k|  55.3 |  22M|  51 |   - | 400 |7700 | 400 | 745 | 145 |  16k|4519 | 0.000000e+00 |      --      |    Inf 
195.76/195.84	c   196s| 24900 |   248 |  1378k|  55.3 |  22M|  51 |  81 | 400 |7749 | 400 | 745 | 145 |  16k|4535 | 0.000000e+00 |      --      |    Inf 
196.45/196.60	c   197s| 25000 |   240 |  1385k|  55.4 |  22M|  51 |   - | 400 |7814 | 400 | 745 | 145 |  17k|4555 | 0.000000e+00 |      --      |    Inf 
197.35/197.42	c   197s| 25100 |   240 |  1391k|  55.4 |  22M|  51 |   - | 400 |7816 | 400 | 745 | 145 |  17k|4579 | 0.000000e+00 |      --      |    Inf 
198.15/198.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.15/198.25	c   198s| 25200 |   236 |  1397k|  55.4 |  22M|  51 |   - | 400 |7867 | 400 | 745 | 145 |  17k|4599 | 0.000000e+00 |      --      |    Inf 
198.75/198.82	c   199s| 25300 |   240 |  1402k|  55.4 |  22M|  51 |  87 | 400 |7807 | 400 | 745 | 145 |  17k|4607 | 0.000000e+00 |      --      |    Inf 
199.35/199.47	c   199s| 25400 |   246 |  1407k|  55.4 |  22M|  51 |  90 | 400 |7767 | 400 | 745 | 145 |  17k|4622 | 0.000000e+00 |      --      |    Inf 
200.15/200.27	c   200s| 25500 |   262 |  1414k|  55.4 |  22M|  51 |   - | 400 |7709 | 400 | 745 | 145 |  17k|4641 | 0.000000e+00 |      --      |    Inf 
201.15/201.21	c   201s| 25600 |   242 |  1421k|  55.5 |  22M|  51 |   - | 400 |7696 | 400 | 745 | 145 |  17k|4663 | 0.000000e+00 |      --      |    Inf 
201.84/201.92	c   202s| 25700 |   238 |  1427k|  55.5 |  22M|  51 |   - | 400 |7577 | 400 | 745 | 145 |  17k|4675 | 0.000000e+00 |      --      |    Inf 
202.55/202.69	c   203s| 25800 |   240 |  1433k|  55.5 |  22M|  51 |  90 | 400 |7600 | 400 | 745 | 145 |  17k|4692 | 0.000000e+00 |      --      |    Inf 
203.25/203.36	c   203s| 25900 |   240 |  1438k|  55.5 |  22M|  51 |   - | 400 |7586 | 400 | 745 | 145 |  17k|4704 | 0.000000e+00 |      --      |    Inf 
203.85/203.98	c   204s| 26000 |   238 |  1443k|  55.5 |  22M|  51 |   - | 400 |7598 | 400 | 745 | 145 |  17k|4720 | 0.000000e+00 |      --      |    Inf 
204.55/204.68	c   205s| 26100 |   241 |  1448k|  55.5 |  22M|  51 |  90 | 400 |7619 | 400 | 745 | 145 |  17k|4736 | 0.000000e+00 |      --      |    Inf 
205.35/205.40	c   205s| 26200 |   245 |  1453k|  55.5 |  22M|  51 |   - | 400 |7530 | 400 | 745 | 145 |  17k|4750 | 0.000000e+00 |      --      |    Inf 
206.05/206.18	c   206s| 26300 |   243 |  1460k|  55.5 |  22M|  51 |  88 | 400 |7567 | 400 | 745 | 145 |  17k|4768 | 0.000000e+00 |      --      |    Inf 
206.85/206.96	c   207s| 26400 |   261 |  1466k|  55.5 |  22M|  51 |  84 | 400 |7478 | 400 | 745 | 145 |  17k|4784 | 0.000000e+00 |      --      |    Inf 
207.64/207.80	c   208s| 26500 |   259 |  1472k|  55.6 |  22M|  51 |   - | 400 |7437 | 400 | 745 | 145 |  18k|4804 | 0.000000e+00 |      --      |    Inf 
208.45/208.50	c   208s| 26600 |   261 |  1478k|  55.6 |  22M|  51 |   - | 400 |7483 | 400 | 745 | 145 |  18k|4818 | 0.000000e+00 |      --      |    Inf 
209.14/209.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.14/209.24	c   209s| 26700 |   252 |  1484k|  55.6 |  22M|  51 |   - | 400 |7587 | 400 | 745 | 145 |  18k|4836 | 0.000000e+00 |      --      |    Inf 
209.95/210.00	c   210s| 26800 |   260 |  1491k|  55.6 |  22M|  51 |  82 | 400 |7465 | 400 | 745 | 145 |  18k|4849 | 0.000000e+00 |      --      |    Inf 
210.65/210.79	c   211s| 26900 |   258 |  1498k|  55.7 |  22M|  51 |   - | 400 |7480 | 400 | 745 | 145 |  18k|4862 | 0.000000e+00 |      --      |    Inf 
211.35/211.49	c   211s| 27000 |   250 |  1505k|  55.7 |  22M|  51 |  83 | 400 |7537 | 400 | 745 | 145 |  18k|4867 | 0.000000e+00 |      --      |    Inf 
211.94/212.06	c   212s| 27100 |   244 |  1511k|  55.8 |  22M|  51 |   - | 400 |7618 | 400 | 745 | 145 |  18k|4867 | 0.000000e+00 |      --      |    Inf 
212.75/212.84	c   213s| 27200 |   250 |  1518k|  55.8 |  22M|  51 |  86 | 400 |7605 | 400 | 745 | 145 |  18k|4882 | 0.000000e+00 |      --      |    Inf 
213.65/213.74	c   214s| 27300 |   246 |  1524k|  55.8 |  22M|  51 |   - | 400 |7604 | 400 | 745 | 145 |  18k|4900 | 0.000000e+00 |      --      |    Inf 
214.25/214.33	c   214s| 27400 |   250 |  1530k|  55.8 |  22M|  51 |  84 | 400 |7623 | 400 | 745 | 145 |  18k|4905 | 0.000000e+00 |      --      |    Inf 
214.85/214.91	c   215s| 27500 |   248 |  1536k|  55.9 |  22M|  51 |  84 | 400 |7666 | 400 | 745 | 145 |  18k|4907 | 0.000000e+00 |      --      |    Inf 
215.45/215.53	c   216s| 27600 |   248 |  1542k|  55.9 |  22M|  51 |   - | 400 |7727 | 400 | 745 | 145 |  19k|4912 | 0.000000e+00 |      --      |    Inf 
216.05/216.12	c   216s| 27700 |   248 |  1548k|  55.9 |  22M|  51 |   - | 400 |7813 | 400 | 745 | 145 |  19k|4913 | 0.000000e+00 |      --      |    Inf 
216.65/216.72	c   217s| 27800 |   246 |  1555k|  55.9 |  23M|  51 |   - | 400 |7905 | 400 | 745 | 145 |  19k|4914 | 0.000000e+00 |      --      |    Inf 
217.25/217.32	c   217s| 27900 |   243 |  1561k|  55.9 |  23M|  51 |  84 | 400 |7960 | 400 | 745 | 145 |  19k|4914 | 0.000000e+00 |      --      |    Inf 
217.85/217.99	c   218s| 28000 |   241 |  1568k|  56.0 |  23M|  51 |   - | 400 |8033 | 400 | 745 | 145 |  19k|4914 | 0.000000e+00 |      --      |    Inf 
218.86/218.98	c   219s| 28100 |   247 |  1574k|  56.0 |  23M|  51 |   - | 400 |7966 | 400 | 745 | 145 |  19k|4936 | 0.000000e+00 |      --      |    Inf 
219.64/219.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.64/219.77	c   220s| 28200 |   247 |  1582k|  56.1 |  23M|  51 |   - | 400 |7870 | 400 | 745 | 145 |  19k|4944 | 0.000000e+00 |      --      |    Inf 
220.35/220.47	c   220s| 28300 |   261 |  1587k|  56.1 |  23M|  51 |  86 | 400 |7686 | 400 | 745 | 145 |  19k|4955 | 0.000000e+00 |      --      |    Inf 
221.14/221.22	c   221s| 28400 |   255 |  1594k|  56.1 |  23M|  51 |   - | 400 |7739 | 400 | 745 | 145 |  19k|4966 | 0.000000e+00 |      --      |    Inf 
221.85/221.94	c   222s| 28500 |   255 |  1601k|  56.2 |  23M|  51 |  83 | 400 |7827 | 400 | 745 | 145 |  19k|4975 | 0.000000e+00 |      --      |    Inf 
222.54/222.61	c   223s| 28600 |   263 |  1608k|  56.2 |  23M|  51 |  87 | 400 |7906 | 400 | 745 | 145 |  19k|4977 | 0.000000e+00 |      --      |    Inf 
223.05/223.18	c   223s| 28700 |   256 |  1614k|  56.2 |  23M|  51 |  79 | 400 |7997 | 400 | 745 | 145 |  20k|4977 | 0.000000e+00 |      --      |    Inf 
223.75/223.81	c   224s| 28800 |   258 |  1620k|  56.2 |  23M|  51 |  87 | 400 |7996 | 400 | 745 | 145 |  20k|4980 | 0.000000e+00 |      --      |    Inf 
224.44/224.50	c   224s| 28900 |   255 |  1627k|  56.3 |  23M|  51 |  84 | 400 |7987 | 400 | 745 | 145 |  20k|4980 | 0.000000e+00 |      --      |    Inf 
225.14/225.27	c   225s| 29000 |   257 |  1633k|  56.3 |  23M|  51 |   - | 400 |8014 | 400 | 745 | 145 |  20k|5001 | 0.000000e+00 |      --      |    Inf 
225.75/225.89	c   226s| 29100 |   257 |  1637k|  56.3 |  23M|  51 |  92 | 400 |8070 | 400 | 745 | 145 |  20k|5015 | 0.000000e+00 |      --      |    Inf 
226.55/226.63	c   227s| 29200 |   256 |  1644k|  56.3 |  23M|  51 |  81 | 400 |8063 | 400 | 745 | 145 |  20k|5020 | 0.000000e+00 |      --      |    Inf 
227.15/227.29	c   227s| 29300 |   255 |  1651k|  56.3 |  23M|  51 |  82 | 400 |8047 | 400 | 745 | 145 |  20k|5021 | 0.000000e+00 |      --      |    Inf 
227.85/227.93	c   228s| 29400 |   257 |  1658k|  56.4 |  23M|  51 |   - | 400 |8082 | 400 | 745 | 145 |  20k|5021 | 0.000000e+00 |      --      |    Inf 
228.54/228.68	c   229s| 29500 |   251 |  1665k|  56.4 |  23M|  51 |   - | 400 |8161 | 400 | 745 | 145 |  20k|5022 | 0.000000e+00 |      --      |    Inf 
229.35/229.41	c   229s| 29600 |   247 |  1673k|  56.5 |  23M|  51 |  85 | 400 |8183 | 400 | 745 | 145 |  20k|5022 | 0.000000e+00 |      --      |    Inf 
230.05/230.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.05/230.14	c   230s| 29700 |   257 |  1680k|  56.6 |  23M|  51 |   - | 400 |8215 | 400 | 745 | 145 |  20k|5031 | 0.000000e+00 |      --      |    Inf 
230.85/230.92	c   231s| 29800 |   257 |  1687k|  56.6 |  23M|  51 |  84 | 400 |8159 | 400 | 745 | 145 |  21k|5042 | 0.000000e+00 |      --      |    Inf 
231.44/231.58	c   232s| 29900 |   254 |  1693k|  56.6 |  23M|  51 |   - | 400 |8186 | 400 | 745 | 145 |  21k|5050 | 0.000000e+00 |      --      |    Inf 
232.15/232.27	c   232s| 30000 |   255 |  1699k|  56.6 |  23M|  51 |  86 | 400 |8173 | 400 | 745 | 145 |  21k|5051 | 0.000000e+00 |      --      |    Inf 
232.85/232.95	c   233s| 30100 |   246 |  1706k|  56.7 |  23M|  51 |   - | 400 |8180 | 400 | 745 | 145 |  21k|5051 | 0.000000e+00 |      --      |    Inf 
233.54/233.69	c   234s| 30200 |   256 |  1712k|  56.7 |  23M|  51 |   - | 400 |8119 | 400 | 745 | 145 |  21k|5060 | 0.000000e+00 |      --      |    Inf 
234.16/234.27	c   234s| 30300 |   258 |  1718k|  56.7 |  23M|  51 |   - | 400 |8203 | 400 | 745 | 145 |  21k|5060 | 0.000000e+00 |      --      |    Inf 
234.74/234.89	c   235s| 30400 |   259 |  1724k|  56.7 |  23M|  51 |   - | 400 |8256 | 400 | 745 | 145 |  21k|5060 | 0.000000e+00 |      --      |    Inf 
235.35/235.44	c   235s| 30500 |   246 |  1730k|  56.7 |  23M|  51 |  85 | 400 |8298 | 400 | 745 | 145 |  21k|5060 | 0.000000e+00 |      --      |    Inf 
235.85/235.96	c   236s| 30600 |   260 |  1734k|  56.7 |  23M|  51 |   - | 400 |8237 | 400 | 745 | 145 |  21k|5062 | 0.000000e+00 |      --      |    Inf 
236.35/236.42	c   236s| 30700 |   255 |  1739k|  56.6 |  23M|  51 |   - | 400 |8263 | 400 | 745 | 145 |  21k|5064 | 0.000000e+00 |      --      |    Inf 
236.94/237.05	c   237s| 30800 |   257 |  1745k|  56.6 |  23M|  51 |  85 | 400 |8296 | 400 | 745 | 145 |  21k|5068 | 0.000000e+00 |      --      |    Inf 
237.55/237.65	c   238s| 30900 |   259 |  1750k|  56.6 |  23M|  51 |  85 | 400 |8367 | 400 | 745 | 145 |  21k|5073 | 0.000000e+00 |      --      |    Inf 
238.24/238.34	c   238s| 31000 |   255 |  1757k|  56.7 |  23M|  51 |   - | 400 |8451 | 400 | 745 | 145 |  21k|5077 | 0.000000e+00 |      --      |    Inf 
239.04/239.10	c   239s| 31100 |   257 |  1765k|  56.7 |  23M|  51 |   - | 400 |8508 | 400 | 745 | 145 |  22k|5080 | 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| 31200 |   257 |  1769k|  56.7 |  23M|  51 |   - | 400 |8516 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
239.94/240.09	c   240s| 31300 |   254 |  1774k|  56.7 |  23M|  51 |   - | 400 |8560 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
240.45/240.58	c   241s| 31400 |   258 |  1779k|  56.6 |  23M|  51 |  78 | 400 |8549 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
240.95/241.02	c   241s| 31500 |   256 |  1783k|  56.6 |  23M|  51 |  87 | 400 |8587 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
241.35/241.44	c   241s| 31600 |   256 |  1787k|  56.5 |  23M|  51 |  76 | 400 |8605 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
241.85/241.97	c   242s| 31700 |   256 |  1792k|  56.5 |  23M|  51 |  85 | 400 |8567 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
242.34/242.49	c   242s| 31800 |   258 |  1797k|  56.5 |  23M|  51 |  90 | 400 |8592 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
242.84/242.99	c   243s| 31900 |   256 |  1802k|  56.5 |  23M|  51 |  95 | 400 |8620 | 400 | 745 | 145 |  22k|5082 | 0.000000e+00 |      --      |    Inf 
243.45/243.56	c   244s| 32000 |   268 |  1808k|  56.5 |  23M|  51 |   - | 400 |8566 | 400 | 745 | 145 |  22k|5083 | 0.000000e+00 |      --      |    Inf 
244.05/244.13	c   244s| 32100 |   264 |  1813k|  56.5 |  23M|  51 |   - | 400 |8595 | 400 | 745 | 145 |  22k|5083 | 0.000000e+00 |      --      |    Inf 
244.54/244.66	c   245s| 32200 |   274 |  1819k|  56.5 |  23M|  51 |  79 | 400 |8592 | 400 | 745 | 145 |  22k|5083 | 0.000000e+00 |      --      |    Inf 
245.25/245.30	c   245s| 32300 |   271 |  1825k|  56.5 |  23M|  51 |  84 | 400 |8445 | 400 | 745 | 145 |  22k|5084 | 0.000000e+00 |      --      |    Inf 
245.74/245.84	c   246s| 32400 |   273 |  1830k|  56.5 |  23M|  51 |   - | 400 |8441 | 400 | 745 | 145 |  22k|5084 | 0.000000e+00 |      --      |    Inf 
246.14/246.29	c   246s| 32500 |   277 |  1834k|  56.4 |  23M|  51 |   - | 400 |8502 | 400 | 745 | 145 |  22k|5084 | 0.000000e+00 |      --      |    Inf 
246.75/246.80	c   247s| 32600 |   275 |  1839k|  56.4 |  23M|  51 |   - | 400 |8550 | 400 | 745 | 145 |  22k|5084 | 0.000000e+00 |      --      |    Inf 
247.25/247.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.25/247.35	c   247s| 32700 |   275 |  1845k|  56.4 |  23M|  51 |   - | 400 |8479 | 400 | 745 | 145 |  22k|5084 | 0.000000e+00 |      --      |    Inf 
247.74/247.84	c   248s| 32800 |   273 |  1849k|  56.4 |  23M|  51 |  81 | 400 |8510 | 400 | 745 | 145 |  23k|5084 | 0.000000e+00 |      --      |    Inf 
248.24/248.34	c   248s| 32900 |   273 |  1854k|  56.4 |  23M|  51 |   - | 400 |8500 | 400 | 745 | 145 |  23k|5084 | 0.000000e+00 |      --      |    Inf 
248.84/248.92	c   249s| 33000 |   275 |  1860k|  56.4 |  23M|  51 |  84 | 400 |8476 | 400 | 745 | 145 |  23k|5084 | 0.000000e+00 |      --      |    Inf 
249.34/249.46	c   249s| 33100 |   267 |  1865k|  56.4 |  23M|  51 |   - | 400 |8511 | 400 | 745 | 145 |  23k|5084 | 0.000000e+00 |      --      |    Inf 
250.05/250.17	c   250s| 33200 |   273 |  1873k|  56.4 |  23M|  51 |  82 | 400 |8333 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
250.54/250.63	c   251s| 33300 |   275 |  1877k|  56.4 |  23M|  51 |   - | 400 |8282 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
250.94/251.10	c   251s| 33400 |   283 |  1882k|  56.3 |  23M|  51 |  86 | 400 |8233 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
251.64/251.72	c   252s| 33500 |   270 |  1888k|  56.4 |  23M|  51 |   - | 400 |8282 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
252.24/252.34	c   252s| 33600 |   270 |  1895k|  56.4 |  23M|  51 |   - | 400 |8305 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
252.74/252.90	c   253s| 33700 |   273 |  1900k|  56.4 |  23M|  51 |  87 | 400 |8330 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
253.24/253.31	c   253s| 33800 |   273 |  1904k|  56.3 |  23M|  51 |  79 | 400 |8363 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
253.64/253.75	c   254s| 33900 |   273 |  1908k|  56.3 |  23M|  51 |  88 | 400 |8369 | 400 | 745 | 145 |  23k|5085 | 0.000000e+00 |      --      |    Inf 
254.44/254.55	c   255s| 34000 |   273 |  1915k|  56.3 |  23M|  51 |   - | 400 |8405 | 400 | 745 | 145 |  23k|5102 | 0.000000e+00 |      --      |    Inf 
255.05/255.11	c   255s| 34100 |   273 |  1920k|  56.3 |  23M|  51 |   - | 400 |8450 | 400 | 745 | 145 |  23k|5108 | 0.000000e+00 |      --      |    Inf 
255.54/255.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.54/255.66	c   256s| 34200 |   275 |  1924k|  56.2 |  23M|  51 |  81 | 400 |8482 | 400 | 745 | 145 |  23k|5121 | 0.000000e+00 |      --      |    Inf 
256.35/256.41	c   256s| 34300 |   271 |  1930k|  56.3 |  23M|  51 |   - | 400 |8490 | 400 | 745 | 145 |  23k|5138 | 0.000000e+00 |      --      |    Inf 
257.04/257.18	c   257s| 34400 |   277 |  1935k|  56.3 |  23M|  51 |   - | 400 |8433 | 400 | 745 | 145 |  23k|5160 | 0.000000e+00 |      --      |    Inf 
257.84/257.96	c   258s| 34500 |   276 |  1942k|  56.3 |  23M|  51 |  85 | 400 |8394 | 400 | 745 | 145 |  24k|5171 | 0.000000e+00 |      --      |    Inf 
258.64/258.72	c   259s| 34600 |   276 |  1949k|  56.3 |  23M|  51 |  84 | 400 |8410 | 400 | 745 | 145 |  24k|5183 | 0.000000e+00 |      --      |    Inf 
259.45/259.56	c   260s| 34700 |   272 |  1956k|  56.3 |  23M|  51 |   - | 400 |8450 | 400 | 745 | 145 |  24k|5205 | 0.000000e+00 |      --      |    Inf 
260.34/260.46	c   260s| 34800 |   282 |  1962k|  56.4 |  23M|  51 |   - | 400 |8456 | 400 | 745 | 145 |  24k|5226 | 0.000000e+00 |      --      |    Inf 
261.14/261.27	c   261s| 34900 |   274 |  1969k|  56.4 |  23M|  51 |   - | 400 |8485 | 400 | 745 | 145 |  24k|5238 | 0.000000e+00 |      --      |    Inf 
261.94/262.03	c   262s| 35000 |   272 |  1975k|  56.4 |  23M|  51 |  93 | 400 |8512 | 400 | 745 | 145 |  24k|5251 | 0.000000e+00 |      --      |    Inf 
264.24/264.37	c   264s| 35100 |   272 |  1982k|  56.5 |  23M|  51 | 256 | 400 |8446 | 400 | 745 | 145 |  24k|5301 | 0.000000e+00 |      --      |    Inf 
266.04/266.18	c   266s| 35200 |   278 |  1987k|  56.5 |  23M|  51 |  85 | 400 |8456 | 400 | 745 | 145 |  24k|5325 | 0.000000e+00 |      --      |    Inf 
266.64/266.72	c   267s| 35300 |   278 |  1993k|  56.4 |  23M|  51 |  86 | 400 |8469 | 400 | 745 | 145 |  24k|5325 | 0.000000e+00 |      --      |    Inf 
267.15/267.24	c   267s| 35400 |   276 |  1998k|  56.4 |  23M|  51 |  86 | 400 |8488 | 400 | 745 | 145 |  24k|5325 | 0.000000e+00 |      --      |    Inf 
267.84/267.90	c   268s| 35500 |   274 |  2005k|  56.5 |  23M|  51 |  92 | 400 |8543 | 400 | 745 | 145 |  24k|5325 | 0.000000e+00 |      --      |    Inf 
269.84/269.95	c   270s| 35600 |   290 |  2012k|  56.5 |  23M|  51 |  80 | 400 |8291 | 400 | 745 | 145 |  24k|5353 | 0.000000e+00 |      --      |    Inf 
270.55/270.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.55/270.61	c   271s| 35700 |   295 |  2018k|  56.5 |  23M|  51 |  85 | 400 |8283 | 400 | 745 | 145 |  24k|5356 | 0.000000e+00 |      --      |    Inf 
271.14/271.20	c   271s| 35800 |   301 |  2023k|  56.5 |  23M|  51 |  78 | 400 |8302 | 400 | 745 | 145 |  24k|5360 | 0.000000e+00 |      --      |    Inf 
271.65/271.76	c   272s| 35900 |   301 |  2028k|  56.5 |  23M|  51 |  87 | 400 |8277 | 400 | 745 | 145 |  24k|5365 | 0.000000e+00 |      --      |    Inf 
272.54/272.64	c   273s| 36000 |   303 |  2036k|  56.5 |  23M|  51 |  85 | 400 |8261 | 400 | 745 | 145 |  24k|5375 | 0.000000e+00 |      --      |    Inf 
273.24/273.39	c   273s| 36100 |   303 |  2042k|  56.5 |  23M|  51 |   - | 400 |8194 | 400 | 745 | 145 |  25k|5388 | 0.000000e+00 |      --      |    Inf 
274.14/274.20	c   274s| 36200 |   297 |  2048k|  56.6 |  23M|  51 |  89 | 400 |8204 | 400 | 745 | 145 |  25k|5400 | 0.000000e+00 |      --      |    Inf 
274.74/274.89	c   275s| 36300 |   299 |  2054k|  56.6 |  23M|  51 |  92 | 400 |8252 | 400 | 745 | 145 |  25k|5413 | 0.000000e+00 |      --      |    Inf 
275.64/275.77	c   276s| 36400 |   297 |  2060k|  56.6 |  23M|  51 |   - | 400 |8341 | 400 | 745 | 145 |  25k|5436 | 0.000000e+00 |      --      |    Inf 
276.54/276.61	c   277s| 36500 |   321 |  2067k|  56.6 |  23M|  51 |  80 | 400 |8259 | 400 | 745 | 145 |  25k|5450 | 0.000000e+00 |      --      |    Inf 
277.24/277.33	c   277s| 36600 |   316 |  2072k|  56.6 |  23M|  51 |   - | 400 |8316 | 400 | 745 | 145 |  25k|5471 | 0.000000e+00 |      --      |    Inf 
278.03/278.12	c   278s| 36700 |   318 |  2078k|  56.6 |  23M|  51 |  84 | 400 |8368 | 400 | 745 | 145 |  25k|5486 | 0.000000e+00 |      --      |    Inf 
278.84/278.94	c   279s| 36800 |   315 |  2085k|  56.7 |  23M|  51 |  91 | 400 |8386 | 400 | 745 | 145 |  25k|5498 | 0.000000e+00 |      --      |    Inf 
279.44/279.55	c   280s| 36900 |   315 |  2090k|  56.6 |  23M|  51 |   - | 400 |8378 | 400 | 745 | 145 |  25k|5506 | 0.000000e+00 |      --      |    Inf 
280.04/280.16	c   280s| 37000 |   317 |  2095k|  56.6 |  23M|  51 |   - | 400 |8390 | 400 | 745 | 145 |  25k|5522 | 0.000000e+00 |      --      |    Inf 
280.54/280.67	c   281s| 37100 |   315 |  2099k|  56.6 |  23M|  51 |   - | 400 |8435 | 400 | 745 | 145 |  25k|5532 | 0.000000e+00 |      --      |    Inf 
281.13/281.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.13/281.28	c   281s| 37200 |   323 |  2104k|  56.6 |  23M|  51 |   - | 400 |8431 | 400 | 745 | 145 |  25k|5543 | 0.000000e+00 |      --      |    Inf 
281.84/281.92	c   282s| 37300 |   325 |  2109k|  56.5 |  23M|  51 |   - | 400 |8442 | 400 | 745 | 145 |  25k|5559 | 0.000000e+00 |      --      |    Inf 
282.43/282.50	c   282s| 37400 |   321 |  2114k|  56.5 |  23M|  51 |   - | 400 |8477 | 400 | 745 | 145 |  25k|5572 | 0.000000e+00 |      --      |    Inf 
283.03/283.18	c   283s| 37500 |   319 |  2119k|  56.5 |  23M|  51 |  83 | 400 |8440 | 400 | 745 | 145 |  25k|5590 | 0.000000e+00 |      --      |    Inf 
283.64/283.77	c   284s| 37600 |   319 |  2124k|  56.5 |  23M|  51 |  87 | 400 |8429 | 400 | 745 | 145 |  25k|5603 | 0.000000e+00 |      --      |    Inf 
284.24/284.31	c   284s| 37700 |   313 |  2128k|  56.4 |  23M|  51 |   - | 400 |8420 | 400 | 745 | 145 |  25k|5617 | 0.000000e+00 |      --      |    Inf 
284.74/284.86	c   285s| 37800 |   313 |  2132k|  56.4 |  23M|  51 |   - | 400 |8482 | 400 | 745 | 145 |  26k|5632 | 0.000000e+00 |      --      |    Inf 
285.23/285.36	c   285s| 37900 |   319 |  2136k|  56.3 |  23M|  51 |  82 | 400 |8508 | 400 | 745 | 145 |  26k|5642 | 0.000000e+00 |      --      |    Inf 
285.84/285.94	c   286s| 38000 |   321 |  2140k|  56.3 |  23M|  51 |   - | 400 |8521 | 400 | 745 | 145 |  26k|5655 | 0.000000e+00 |      --      |    Inf 
286.24/286.39	c   286s| 38100 |   323 |  2144k|  56.3 |  23M|  51 |  77 | 400 |8564 | 400 | 745 | 145 |  26k|5665 | 0.000000e+00 |      --      |    Inf 
286.84/286.91	c   287s| 38200 |   321 |  2148k|  56.2 |  23M|  51 |   - | 400 |8604 | 400 | 745 | 145 |  26k|5678 | 0.000000e+00 |      --      |    Inf 
287.44/287.56	c   288s| 38300 |   320 |  2153k|  56.2 |  24M|  51 |  85 | 400 |8595 | 400 | 745 | 145 |  26k|5692 | 0.000000e+00 |      --      |    Inf 
287.83/287.96	c   288s| 38400 |   322 |  2156k|  56.2 |  24M|  51 |   - | 400 |8637 | 400 | 745 | 145 |  26k|5694 | 0.000000e+00 |      --      |    Inf 
288.34/288.41	c   288s| 38500 |   318 |  2160k|  56.1 |  24M|  51 |   - | 400 |8674 | 400 | 745 | 145 |  26k|5699 | 0.000000e+00 |      --      |    Inf 
288.74/288.88	c   289s| 38600 |   324 |  2165k|  56.1 |  24M|  51 |  82 | 400 |8664 | 400 | 745 | 145 |  26k|5701 | 0.000000e+00 |      --      |    Inf 
289.24/289.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.24/289.33	c   289s| 38700 |   322 |  2169k|  56.0 |  24M|  51 |   - | 400 |8717 | 400 | 745 | 145 |  26k|5702 | 0.000000e+00 |      --      |    Inf 
289.64/289.78	c   290s| 38800 |   318 |  2174k|  56.0 |  24M|  51 |  82 | 400 |8724 | 400 | 745 | 145 |  26k|5702 | 0.000000e+00 |      --      |    Inf 
290.13/290.22	c   290s| 38900 |   318 |  2178k|  56.0 |  24M|  51 |  88 | 400 |8717 | 400 | 745 | 145 |  26k|5702 | 0.000000e+00 |      --      |    Inf 
290.53/290.65	c   291s| 39000 |   322 |  2183k|  56.0 |  24M|  51 |  82 | 400 |8750 | 400 | 745 | 145 |  26k|5702 | 0.000000e+00 |      --      |    Inf 
290.94/291.07	c   291s| 39100 |   318 |  2187k|  55.9 |  24M|  51 |   - | 400 |8782 | 400 | 745 | 145 |  26k|5702 | 0.000000e+00 |      --      |    Inf 
291.44/291.52	c   292s| 39200 |   326 |  2191k|  55.9 |  24M|  51 |   - | 400 |8779 | 400 | 745 | 145 |  26k|5703 | 0.000000e+00 |      --      |    Inf 
291.84/291.98	c   292s| 39300 |   327 |  2196k|  55.9 |  24M|  51 |  79 | 400 |8815 | 400 | 745 | 145 |  26k|5703 | 0.000000e+00 |      --      |    Inf 
292.34/292.42	c   292s| 39400 |   326 |  2201k|  55.8 |  24M|  51 |  84 | 400 |8890 | 400 | 745 | 145 |  26k|5704 | 0.000000e+00 |      --      |    Inf 
292.83/292.92	c   293s| 39500 |   326 |  2206k|  55.8 |  24M|  51 |   - | 400 |8955 | 400 | 745 | 145 |  26k|5705 | 0.000000e+00 |      --      |    Inf 
293.34/293.42	c   293s| 39600 |   322 |  2211k|  55.8 |  24M|  51 |  85 | 400 |9001 | 400 | 745 | 145 |  27k|5706 | 0.000000e+00 |      --      |    Inf 
293.73/293.89	c   294s| 39700 |   320 |  2215k|  55.8 |  24M|  51 |   - | 400 |9058 | 400 | 745 | 145 |  27k|5706 | 0.000000e+00 |      --      |    Inf 
294.34/294.46	c   294s| 39800 |   321 |  2221k|  55.8 |  24M|  51 |  81 | 400 |9050 | 400 | 745 | 145 |  27k|5711 | 0.000000e+00 |      --      |    Inf 
294.94/295.07	c   295s| 39900 |   315 |  2226k|  55.8 |  24M|  51 |   - | 400 |9079 | 400 | 745 | 145 |  27k|5716 | 0.000000e+00 |      --      |    Inf 
295.54/295.66	c   296s| 40000 |   317 |  2231k|  55.8 |  24M|  51 |   - | 400 |9038 | 400 | 745 | 145 |  27k|5724 | 0.000000e+00 |      --      |    Inf 
296.14/296.21	c   296s| 40100 |   321 |  2236k|  55.8 |  24M|  51 |  83 | 400 |9026 | 400 | 745 | 145 |  27k|5727 | 0.000000e+00 |      --      |    Inf 
296.63/296.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.63/296.73	c   297s| 40200 |   319 |  2241k|  55.7 |  24M|  51 |   - | 400 |9042 | 400 | 745 | 145 |  27k|5730 | 0.000000e+00 |      --      |    Inf 
297.24/297.37	c   297s| 40300 |   329 |  2247k|  55.8 |  24M|  51 |  84 | 400 |9025 | 400 | 745 | 145 |  27k|5733 | 0.000000e+00 |      --      |    Inf 
297.73/297.88	c   298s| 40400 |   327 |  2252k|  55.7 |  24M|  51 |  87 | 400 |9019 | 400 | 745 | 145 |  27k|5733 | 0.000000e+00 |      --      |    Inf 
298.44/298.58	c   299s| 40500 |   329 |  2258k|  55.7 |  24M|  51 |  87 | 400 |8985 | 400 | 745 | 145 |  27k|5741 | 0.000000e+00 |      --      |    Inf 
298.94/299.08	c   299s| 40600 |   335 |  2262k|  55.7 |  24M|  51 |   - | 400 |8992 | 400 | 745 | 145 |  27k|5742 | 0.000000e+00 |      --      |    Inf 
299.54/299.63	c   300s| 40700 |   335 |  2268k|  55.7 |  24M|  51 |   - | 400 |9032 | 400 | 745 | 145 |  27k|5743 | 0.000000e+00 |      --      |    Inf 
299.94/300.05	c   300s| 40800 |   335 |  2272k|  55.7 |  24M|  51 |   - | 400 |9105 | 400 | 745 | 145 |  27k|5744 | 0.000000e+00 |      --      |    Inf 
300.44/300.57	c   301s| 40900 |   335 |  2277k|  55.7 |  24M|  51 |   - | 400 |9177 | 400 | 745 | 145 |  27k|5744 | 0.000000e+00 |      --      |    Inf 
301.03/301.14	c   301s| 41000 |   337 |  2282k|  55.7 |  24M|  51 |   - | 400 |9240 | 400 | 745 | 145 |  27k|5747 | 0.000000e+00 |      --      |    Inf 
301.54/301.69	c   302s| 41100 |   340 |  2287k|  55.6 |  24M|  51 |  81 | 400 |9246 | 400 | 745 | 145 |  27k|5749 | 0.000000e+00 |      --      |    Inf 
302.23/302.38	c   302s| 41200 |   336 |  2294k|  55.7 |  24M|  51 |  83 | 400 |9246 | 400 | 745 | 145 |  28k|5758 | 0.000000e+00 |      --      |    Inf 
302.84/302.96	c   303s| 41300 |   336 |  2299k|  55.7 |  24M|  51 |  83 | 400 |9270 | 400 | 745 | 145 |  28k|5764 | 0.000000e+00 |      --      |    Inf 
303.44/303.54	c   304s| 41400 |   336 |  2304k|  55.7 |  24M|  51 |  87 | 400 |9304 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
304.04/304.14	c   304s| 41500 |   336 |  2310k|  55.7 |  24M|  51 |   - | 400 |9277 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
304.54/304.63	c   305s| 41600 |   336 |  2315k|  55.6 |  24M|  51 |  80 | 400 |9261 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
304.93/305.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.93/305.07	c   305s| 41700 |   334 |  2319k|  55.6 |  24M|  51 |   - | 400 |9282 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
305.43/305.50	c   305s| 41800 |   336 |  2323k|  55.6 |  24M|  51 |   - | 400 |9301 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
305.83/305.95	c   306s| 41900 |   340 |  2328k|  55.6 |  24M|  51 |   - | 400 |9324 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
306.23/306.38	c   306s| 42000 |   338 |  2332k|  55.5 |  24M|  51 |  84 | 400 |9343 | 400 | 745 | 145 |  28k|5765 | 0.000000e+00 |      --      |    Inf 
306.84/306.96	c   307s| 42100 |   334 |  2337k|  55.5 |  24M|  51 |  89 | 400 |9372 | 400 | 745 | 145 |  28k|5772 | 0.000000e+00 |      --      |    Inf 
307.43/307.56	c   308s| 42200 |   340 |  2342k|  55.5 |  24M|  51 |  88 | 400 |9307 | 400 | 745 | 145 |  28k|5784 | 0.000000e+00 |      --      |    Inf 
308.23/308.31	c   308s| 42300 |   340 |  2347k|  55.5 |  24M|  51 |  85 | 400 |9255 | 400 | 745 | 145 |  28k|5797 | 0.000000e+00 |      --      |    Inf 
308.84/308.90	c   309s| 42400 |   338 |  2352k|  55.5 |  24M|  51 |   - | 400 |9293 | 400 | 745 | 145 |  28k|5807 | 0.000000e+00 |      --      |    Inf 
309.43/309.51	c   310s| 42500 |   338 |  2357k|  55.5 |  24M|  51 |  89 | 400 |9324 | 400 | 745 | 145 |  28k|5817 | 0.000000e+00 |      --      |    Inf 
310.14/310.22	c   310s| 42600 |   342 |  2363k|  55.5 |  24M|  51 |  87 | 400 |9306 | 400 | 745 | 145 |  28k|5829 | 0.000000e+00 |      --      |    Inf 
310.93/311.02	c   311s| 42700 |   340 |  2369k|  55.5 |  24M|  51 |   - | 400 |9329 | 400 | 745 | 145 |  28k|5848 | 0.000000e+00 |      --      |    Inf 
311.53/311.66	c   312s| 42800 |   340 |  2375k|  55.5 |  24M|  51 |   - | 400 |9313 | 400 | 745 | 145 |  28k|5857 | 0.000000e+00 |      --      |    Inf 
312.14/312.28	c   312s| 42900 |   337 |  2379k|  55.4 |  24M|  51 |   - | 400 |9337 | 400 | 745 | 145 |  28k|5878 | 0.000000e+00 |      --      |    Inf 
312.73/312.82	c   313s| 43000 |   337 |  2383k|  55.4 |  24M|  51 |   - | 400 |9338 | 400 | 745 | 145 |  28k|5886 | 0.000000e+00 |      --      |    Inf 
313.33/313.50	c   313s| 43100 |   343 |  2389k|  55.4 |  24M|  51 |  84 | 400 |9337 | 400 | 745 | 145 |  28k|5899 | 0.000000e+00 |      --      |    Inf 
314.04/314.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.04/314.12	c   314s| 43200 |   341 |  2394k|  55.4 |  24M|  51 |   - | 400 |9355 | 400 | 745 | 145 |  28k|5913 | 0.000000e+00 |      --      |    Inf 
314.53/314.68	c   315s| 43300 |   343 |  2398k|  55.4 |  24M|  51 |  90 | 400 |9379 | 400 | 745 | 145 |  28k|5928 | 0.000000e+00 |      --      |    Inf 
315.23/315.31	c   315s| 43400 |   341 |  2403k|  55.4 |  24M|  51 |   - | 400 |9407 | 400 | 745 | 145 |  28k|5940 | 0.000000e+00 |      --      |    Inf 
315.73/315.82	c   316s| 43500 |   341 |  2407k|  55.3 |  24M|  51 |  92 | 400 |9443 | 400 | 745 | 145 |  29k|5940 | 0.000000e+00 |      --      |    Inf 
316.43/316.50	c   316s| 43600 |   341 |  2413k|  55.3 |  24M|  51 |   - | 400 |9456 | 400 | 745 | 145 |  29k|5952 | 0.000000e+00 |      --      |    Inf 
316.93/317.07	c   317s| 43700 |   343 |  2417k|  55.3 |  24M|  51 |  87 | 400 |9505 | 400 | 745 | 145 |  29k|5965 | 0.000000e+00 |      --      |    Inf 
317.53/317.69	c   318s| 43800 |   343 |  2422k|  55.3 |  24M|  51 |  86 | 400 |9541 | 400 | 745 | 145 |  29k|5984 | 0.000000e+00 |      --      |    Inf 
318.13/318.29	c   318s| 43900 |   341 |  2426k|  55.3 |  24M|  51 |  78 | 400 |9569 | 400 | 745 | 145 |  29k|6002 | 0.000000e+00 |      --      |    Inf 
318.63/318.78	c   319s| 44000 |   343 |  2430k|  55.2 |  24M|  51 |  75 | 400 |9622 | 400 | 745 | 145 |  29k|6013 | 0.000000e+00 |      --      |    Inf 
319.23/319.37	c   319s| 44100 |   339 |  2435k|  55.2 |  24M|  51 |   - | 400 |9566 | 400 | 745 | 145 |  29k|6028 | 0.000000e+00 |      --      |    Inf 
320.04/320.15	c   320s| 44200 |   337 |  2440k|  55.2 |  24M|  51 |   - | 400 |9541 | 400 | 745 | 145 |  29k|6049 | 0.000000e+00 |      --      |    Inf 
320.63/320.71	c   321s| 44300 |   337 |  2445k|  55.2 |  24M|  51 |   - | 400 |9517 | 400 | 745 | 145 |  29k|6049 | 0.000000e+00 |      --      |    Inf 
321.23/321.39	c   321s| 44400 |   346 |  2450k|  55.2 |  24M|  51 |  85 | 400 |9506 | 400 | 745 | 145 |  29k|6064 | 0.000000e+00 |      --      |    Inf 
321.93/322.00	c   322s| 44500 |   346 |  2455k|  55.2 |  24M|  51 |   - | 400 |9518 | 400 | 745 | 145 |  29k|6077 | 0.000000e+00 |      --      |    Inf 
322.43/322.59	c   323s| 44600 |   346 |  2460k|  55.2 |  24M|  51 |   - | 400 |9535 | 400 | 745 | 145 |  29k|6085 | 0.000000e+00 |      --      |    Inf 
323.13/323.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.13/323.22	c   323s| 44700 |   344 |  2465k|  55.1 |  24M|  51 |  81 | 400 |9555 | 400 | 745 | 145 |  29k|6103 | 0.000000e+00 |      --      |    Inf 
323.63/323.79	c   324s| 44800 |   347 |  2470k|  55.1 |  24M|  51 |   - | 400 |9627 | 400 | 745 | 145 |  29k|6114 | 0.000000e+00 |      --      |    Inf 
324.34/324.50	c   324s| 44900 |   343 |  2475k|  55.1 |  24M|  51 |  84 | 400 |9678 | 400 | 745 | 145 |  29k|6136 | 0.000000e+00 |      --      |    Inf 
325.13/325.20	c   325s| 45000 |   341 |  2481k|  55.1 |  24M|  51 |   - | 400 |9677 | 400 | 745 | 145 |  29k|6149 | 0.000000e+00 |      --      |    Inf 
325.83/325.95	c   326s| 45100 |   341 |  2488k|  55.2 |  24M|  51 |  85 | 400 |9678 | 400 | 745 | 145 |  29k|6160 | 0.000000e+00 |      --      |    Inf 
326.64/326.75	c   327s| 45200 |   340 |  2495k|  55.2 |  24M|  51 |  86 | 400 |9669 | 400 | 745 | 145 |  30k|6173 | 0.000000e+00 |      --      |    Inf 
327.33/327.40	c   327s| 45300 |   334 |  2499k|  55.2 |  24M|  51 |  90 | 400 |9647 | 400 | 745 | 145 |  30k|6189 | 0.000000e+00 |      --      |    Inf 
327.83/327.94	c   328s| 45400 |   340 |  2504k|  55.1 |  24M|  51 |   - | 400 |9597 | 400 | 745 | 145 |  30k|6201 | 0.000000e+00 |      --      |    Inf 
328.43/328.53	c   329s| 45500 |   342 |  2508k|  55.1 |  24M|  51 |  79 | 400 |9638 | 400 | 745 | 145 |  30k|6215 | 0.000000e+00 |      --      |    Inf 
329.03/329.15	c   329s| 45600 |   338 |  2513k|  55.1 |  24M|  51 |   - | 400 |9661 | 400 | 745 | 145 |  30k|6228 | 0.000000e+00 |      --      |    Inf 
329.63/329.74	c   330s| 45700 |   340 |  2518k|  55.1 |  24M|  51 |  80 | 400 |9657 | 400 | 745 | 145 |  30k|6242 | 0.000000e+00 |      --      |    Inf 
330.23/330.32	c   330s| 45800 |   340 |  2523k|  55.1 |  24M|  51 |  88 | 400 |9699 | 400 | 745 | 145 |  30k|6256 | 0.000000e+00 |      --      |    Inf 
330.72/330.87	c   331s| 45900 |   338 |  2528k|  55.1 |  24M|  51 |  85 | 400 |9755 | 400 | 745 | 145 |  30k|6264 | 0.000000e+00 |      --      |    Inf 
331.33/331.43	c   331s| 46000 |   342 |  2533k|  55.1 |  24M|  51 |  80 | 400 |9811 | 400 | 745 | 145 |  30k|6275 | 0.000000e+00 |      --      |    Inf 
331.83/331.96	c   332s| 46100 |   334 |  2538k|  55.0 |  24M|  51 |   - | 400 |9885 | 400 | 745 | 145 |  30k|6279 | 0.000000e+00 |      --      |    Inf 
332.83/332.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.83/332.93	c   333s| 46200 |   349 |  2543k|  55.0 |  24M|  51 |   - | 400 |9735 | 400 | 745 | 145 |  30k|6314 | 0.000000e+00 |      --      |    Inf 
333.53/333.61	c   334s| 46300 |   346 |  2548k|  55.0 |  24M|  51 |   - | 400 |9697 | 400 | 745 | 145 |  30k|6326 | 0.000000e+00 |      --      |    Inf 
334.13/334.23	c   334s| 46400 |   343 |  2554k|  55.0 |  24M|  51 |  91 | 400 |9651 | 400 | 745 | 145 |  30k|6335 | 0.000000e+00 |      --      |    Inf 
334.93/335.05	c   335s| 46500 |   346 |  2560k|  55.0 |  24M|  51 |  89 | 400 |9641 | 400 | 745 | 145 |  30k|6358 | 0.000000e+00 |      --      |    Inf 
335.44/335.54	c   336s| 46600 |   344 |  2564k|  55.0 |  24M|  51 |  84 | 400 |9629 | 400 | 745 | 145 |  30k|6361 | 0.000000e+00 |      --      |    Inf 
336.03/336.13	c   336s| 46700 |   348 |  2569k|  55.0 |  24M|  51 |   - | 400 |9643 | 400 | 745 | 145 |  30k|6364 | 0.000000e+00 |      --      |    Inf 
336.53/336.64	c   337s| 46800 |   345 |  2574k|  55.0 |  24M|  51 |   - | 400 |9697 | 400 | 745 | 145 |  31k|6364 | 0.000000e+00 |      --      |    Inf 
337.42/337.53	c   338s| 46900 |   345 |  2581k|  55.0 |  24M|  51 |  91 | 400 |9639 | 400 | 745 | 145 |  31k|6382 | 0.000000e+00 |      --      |    Inf 
338.13/338.21	c   338s| 47000 |   345 |  2586k|  55.0 |  24M|  51 |   - | 400 |9669 | 400 | 745 | 145 |  31k|6395 | 0.000000e+00 |      --      |    Inf 
338.63/338.78	c   339s| 47100 |   351 |  2592k|  55.0 |  24M|  51 |  86 | 400 |9717 | 400 | 745 | 145 |  31k|6395 | 0.000000e+00 |      --      |    Inf 
339.33/339.41	c   339s| 47200 |   349 |  2597k|  55.0 |  24M|  51 |  88 | 400 |9755 | 400 | 745 | 145 |  31k|6402 | 0.000000e+00 |      --      |    Inf 
339.93/340.06	c   340s| 47300 |   349 |  2602k|  55.0 |  24M|  51 |  89 | 400 |9741 | 400 | 745 | 145 |  31k|6416 | 0.000000e+00 |      --      |    Inf 
340.53/340.63	c   341s| 47400 |   347 |  2608k|  55.0 |  24M|  51 |   - | 400 |9737 | 400 | 745 | 145 |  31k|6419 | 0.000000e+00 |      --      |    Inf 
340.94/341.06	c   341s| 47500 |   350 |  2612k|  55.0 |  24M|  51 |  82 | 400 |9746 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
341.23/341.38	c   341s| 47600 |   346 |  2615k|  54.9 |  24M|  51 |   - | 400 |9754 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
341.63/341.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.63/341.77	c   342s| 47700 |   352 |  2619k|  54.9 |  24M|  51 |  82 | 400 |9774 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
342.04/342.16	c   342s| 47800 |   350 |  2623k|  54.9 |  24M|  51 |  80 | 400 |9785 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
342.53/342.63	c   343s| 47900 |   347 |  2628k|  54.9 |  24M|  51 |   - | 400 |9821 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
342.93/343.04	c   343s| 48000 |   347 |  2632k|  54.8 |  24M|  51 |   - | 400 |9842 | 400 | 745 | 145 |  31k|6420 | 0.000000e+00 |      --      |    Inf 
343.62/343.71	c   344s| 48100 |   351 |  2637k|  54.8 |  24M|  51 |   - | 400 |9813 | 400 | 745 | 145 |  31k|6433 | 0.000000e+00 |      --      |    Inf 
344.23/344.35	c   344s| 48200 |   350 |  2643k|  54.8 |  24M|  51 |  82 | 400 |9829 | 400 | 745 | 145 |  31k|6441 | 0.000000e+00 |      --      |    Inf 
344.73/344.89	c   345s| 48300 |   348 |  2648k|  54.8 |  24M|  51 |   - | 400 |9820 | 400 | 745 | 145 |  31k|6444 | 0.000000e+00 |      --      |    Inf 
345.23/345.34	c   345s| 48400 |   349 |  2653k|  54.8 |  24M|  51 |  80 | 400 |9807 | 400 | 745 | 145 |  31k|6445 | 0.000000e+00 |      --      |    Inf 
345.73/345.84	c   346s| 48500 |   348 |  2657k|  54.8 |  24M|  51 |  89 | 400 |9827 | 400 | 745 | 145 |  31k|6447 | 0.000000e+00 |      --      |    Inf 
346.23/346.34	c   346s| 48600 |   344 |  2662k|  54.8 |  24M|  51 |   - | 400 |9832 | 400 | 745 | 145 |  31k|6447 | 0.000000e+00 |      --      |    Inf 
346.73/346.88	c   347s| 48700 |   350 |  2668k|  54.8 |  24M|  51 |   - | 400 |9804 | 400 | 745 | 145 |  31k|6447 | 0.000000e+00 |      --      |    Inf 
347.23/347.38	c   347s| 48800 |   348 |  2673k|  54.8 |  24M|  51 |  85 | 400 |9855 | 400 | 745 | 145 |  31k|6447 | 0.000000e+00 |      --      |    Inf 
347.92/348.07	c   348s| 48900 |   350 |  2678k|  54.8 |  24M|  51 |  85 | 400 |9904 | 400 | 745 | 145 |  32k|6460 | 0.000000e+00 |      --      |    Inf 
348.42/348.57	c   349s| 49000 |   348 |  2683k|  54.7 |  24M|  51 |   - | 400 |9966 | 400 | 745 | 145 |  32k|6461 | 0.000000e+00 |      --      |    Inf 
348.93/349.08	c   349s| 49100 |   344 |  2688k|  54.7 |  24M|  51 |   - | 400 |  10k| 400 | 745 | 145 |  32k|6461 | 0.000000e+00 |      --      |    Inf 
349.53/349.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.53/349.61	c   350s| 49200 |   348 |  2693k|  54.7 |  24M|  51 |  87 | 400 |  10k| 400 | 745 | 145 |  32k|6461 | 0.000000e+00 |      --      |    Inf 
350.03/350.15	c   350s| 49300 |   352 |  2699k|  54.7 |  24M|  51 |  90 | 400 |  10k| 400 | 745 | 145 |  32k|6461 | 0.000000e+00 |      --      |    Inf 
350.53/350.67	c   351s| 49400 |   350 |  2704k|  54.7 |  24M|  51 |  89 | 400 |  10k| 400 | 745 | 145 |  32k|6461 | 0.000000e+00 |      --      |    Inf 
351.02/351.18	c   351s| 49500 |   348 |  2708k|  54.7 |  24M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  32k|6462 | 0.000000e+00 |      --      |    Inf 
351.63/351.71	c   352s| 49600 |   349 |  2713k|  54.7 |  24M|  52 |  86 | 400 |  10k| 400 | 745 | 145 |  32k|6463 | 0.000000e+00 |      --      |    Inf 
352.12/352.20	c   352s| 49700 |   357 |  2718k|  54.7 |  24M|  52 |  91 | 400 |  10k| 400 | 745 | 145 |  32k|6465 | 0.000000e+00 |      --      |    Inf 
352.72/352.80	c   353s| 49800 |   353 |  2724k|  54.7 |  24M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  32k|6465 | 0.000000e+00 |      --      |    Inf 
353.23/353.38	c   353s| 49900 |   353 |  2729k|  54.7 |  24M|  52 |  91 | 400 |  10k| 400 | 745 | 145 |  32k|6468 | 0.000000e+00 |      --      |    Inf 
353.93/354.04	c   354s| 50000 |   349 |  2735k|  54.7 |  24M|  52 |  83 | 400 |  10k| 400 | 745 | 145 |  32k|6475 | 0.000000e+00 |      --      |    Inf 
354.42/354.58	c   355s| 50100 |   348 |  2740k|  54.7 |  24M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  32k|6476 | 0.000000e+00 |      --      |    Inf 
354.93/355.04	c   355s| 50200 |   352 |  2745k|  54.7 |  24M|  52 |  82 | 400 |  10k| 400 | 745 | 145 |  32k|6476 | 0.000000e+00 |      --      |    Inf 
355.43/355.55	c   356s| 50300 |   350 |  2750k|  54.7 |  24M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  32k|6476 | 0.000000e+00 |      --      |    Inf 
355.92/356.02	c   356s| 50400 |   348 |  2754k|  54.6 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6476 | 0.000000e+00 |      --      |    Inf 
356.63/356.71	c   357s| 50500 |   345 |  2761k|  54.7 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6481 | 0.000000e+00 |      --      |    Inf 
357.22/357.35	c   357s| 50600 |   343 |  2766k|  54.7 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6488 | 0.000000e+00 |      --      |    Inf 
357.83/357.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.83/357.96	c   358s| 50700 |   346 |  2772k|  54.7 |  25M|  52 |  82 | 400 |  10k| 400 | 745 | 145 |  33k|6493 | 0.000000e+00 |      --      |    Inf 
358.22/358.38	c   358s| 50800 |   355 |  2776k|  54.6 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6493 | 0.000000e+00 |      --      |    Inf 
358.62/358.78	c   359s| 50900 |   359 |  2780k|  54.6 |  25M|  52 |  79 | 400 |  10k| 400 | 745 | 145 |  33k|6493 | 0.000000e+00 |      --      |    Inf 
359.03/359.19	c   359s| 51000 |   351 |  2784k|  54.6 |  25M|  52 |  80 | 400 |  10k| 400 | 745 | 145 |  33k|6493 | 0.000000e+00 |      --      |    Inf 
359.63/359.77	c   360s| 51100 |   353 |  2788k|  54.6 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6508 | 0.000000e+00 |      --      |    Inf 
360.13/360.24	c   360s| 51200 |   348 |  2793k|  54.5 |  25M|  52 |  87 | 400 |  10k| 400 | 745 | 145 |  33k|6508 | 0.000000e+00 |      --      |    Inf 
360.93/361.00	c   361s| 51300 |   344 |  2799k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6530 | 0.000000e+00 |      --      |    Inf 
361.53/361.66	c   362s| 51400 |   346 |  2804k|  54.6 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6540 | 0.000000e+00 |      --      |    Inf 
362.32/362.45	c   362s| 51500 |   346 |  2810k|  54.6 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6562 | 0.000000e+00 |      --      |    Inf 
363.02/363.11	c   363s| 51600 |   348 |  2815k|  54.5 |  25M|  52 |  85 | 400 |  10k| 400 | 745 | 145 |  33k|6573 | 0.000000e+00 |      --      |    Inf 
363.52/363.68	c   364s| 51700 |   346 |  2820k|  54.5 |  25M|  52 |  80 | 400 |  10k| 400 | 745 | 145 |  33k|6575 | 0.000000e+00 |      --      |    Inf 
364.12/364.27	c   364s| 51800 |   352 |  2825k|  54.5 |  25M|  52 |  84 | 400 |  10k| 400 | 745 | 145 |  33k|6584 | 0.000000e+00 |      --      |    Inf 
364.73/364.83	c   365s| 51900 |   351 |  2829k|  54.5 |  25M|  52 |  84 | 400 |  10k| 400 | 745 | 145 |  33k|6594 | 0.000000e+00 |      --      |    Inf 
365.32/365.48	c   365s| 52000 |   351 |  2834k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  33k|6607 | 0.000000e+00 |      --      |    Inf 
366.13/366.25	c   366s| 52100 |   347 |  2841k|  54.5 |  25M|  52 |  90 | 400 |  10k| 400 | 745 | 145 |  34k|6617 | 0.000000e+00 |      --      |    Inf 
366.82/366.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.82/366.90	c   367s| 52200 |   351 |  2845k|  54.5 |  25M|  52 |  88 | 400 |  10k| 400 | 745 | 145 |  34k|6628 | 0.000000e+00 |      --      |    Inf 
367.33/367.42	c   367s| 52300 |   351 |  2850k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6638 | 0.000000e+00 |      --      |    Inf 
367.92/368.07	c   368s| 52400 |   347 |  2855k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6648 | 0.000000e+00 |      --      |    Inf 
368.43/368.58	c   369s| 52500 |   358 |  2859k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6657 | 0.000000e+00 |      --      |    Inf 
369.03/369.13	c   369s| 52600 |   356 |  2863k|  54.4 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6670 | 0.000000e+00 |      --      |    Inf 
369.62/369.76	c   370s| 52700 |   354 |  2868k|  54.4 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6686 | 0.000000e+00 |      --      |    Inf 
370.13/370.28	c   370s| 52800 |   360 |  2873k|  54.4 |  25M|  52 |  82 | 400 |  10k| 400 | 745 | 145 |  34k|6692 | 0.000000e+00 |      --      |    Inf 
370.72/370.90	c   371s| 52900 |   352 |  2878k|  54.4 |  25M|  52 |  90 | 400 |  10k| 400 | 745 | 145 |  34k|6700 | 0.000000e+00 |      --      |    Inf 
371.63/371.76	c   372s| 53000 |   356 |  2884k|  54.4 |  25M|  52 |  97 | 400 |  10k| 400 | 745 | 145 |  34k|6718 | 0.000000e+00 |      --      |    Inf 
372.32/372.43	c   372s| 53100 |   358 |  2890k|  54.4 |  25M|  52 |  91 | 400 |  10k| 400 | 745 | 145 |  34k|6723 | 0.000000e+00 |      --      |    Inf 
373.02/373.11	c   373s| 53200 |   354 |  2895k|  54.4 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6738 | 0.000000e+00 |      --      |    Inf 
373.83/373.92	c   374s| 53300 |   364 |  2901k|  54.4 |  25M|  52 |  92 | 400 |  10k| 400 | 745 | 145 |  34k|6749 | 0.000000e+00 |      --      |    Inf 
374.62/374.74	c   375s| 53400 |   374 |  2908k|  54.4 |  25M|  52 |  85 | 400 |  10k| 400 | 745 | 145 |  34k|6769 | 0.000000e+00 |      --      |    Inf 
375.32/375.49	c   375s| 53500 |   369 |  2914k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  34k|6782 | 0.000000e+00 |      --      |    Inf 
376.03/376.20	c   376s| 53600 |   375 |  2920k|  54.5 |  25M|  52 |  84 | 400 |  10k| 400 | 745 | 145 |  34k|6791 | 0.000000e+00 |      --      |    Inf 
376.83/376.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.83/376.96	c   377s| 53700 |   379 |  2926k|  54.5 |  25M|  52 |  81 | 400 |  10k| 400 | 745 | 145 |  34k|6813 | 0.000000e+00 |      --      |    Inf 
377.62/377.71	c   378s| 53800 |   381 |  2932k|  54.5 |  25M|  52 |  81 | 400 |  10k| 400 | 745 | 145 |  35k|6821 | 0.000000e+00 |      --      |    Inf 
378.33/378.48	c   378s| 53900 |   378 |  2939k|  54.5 |  25M|  52 |   - | 400 |  10k| 400 | 745 | 145 |  35k|6833 | 0.000000e+00 |      --      |    Inf 
379.12/379.29	c   379s| 54000 |   370 |  2946k|  54.5 |  25M|  52 |  91 | 400 |  11k| 400 | 745 | 145 |  35k|6855 | 0.000000e+00 |      --      |    Inf 
379.82/379.97	c   380s| 54100 |   371 |  2951k|  54.5 |  25M|  52 |  89 | 400 |  11k| 400 | 745 | 145 |  35k|6868 | 0.000000e+00 |      --      |    Inf 
380.53/380.69	c   381s| 54200 |   371 |  2957k|  54.6 |  25M|  52 |  85 | 400 |  11k| 400 | 745 | 145 |  35k|6882 | 0.000000e+00 |      --      |    Inf 
381.32/381.48	c   381s| 54300 |   367 |  2964k|  54.6 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6890 | 0.000000e+00 |      --      |    Inf 
382.12/382.22	c   382s| 54400 |   367 |  2972k|  54.6 |  25M|  52 |  84 | 400 |  11k| 400 | 745 | 145 |  35k|6892 | 0.000000e+00 |      --      |    Inf 
382.92/383.00	c   383s| 54500 |   369 |  2979k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6900 | 0.000000e+00 |      --      |    Inf 
383.73/383.84	c   384s| 54600 |   371 |  2986k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6920 | 0.000000e+00 |      --      |    Inf 
384.32/384.48	c   384s| 54700 |   369 |  2992k|  54.7 |  25M|  52 |  86 | 400 |  11k| 400 | 745 | 145 |  35k|6920 | 0.000000e+00 |      --      |    Inf 
385.02/385.15	c   385s| 54800 |   371 |  2999k|  54.7 |  25M|  52 |  91 | 400 |  11k| 400 | 745 | 145 |  35k|6920 | 0.000000e+00 |      --      |    Inf 
385.72/385.82	c   386s| 54900 |   365 |  3006k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6920 | 0.000000e+00 |      --      |    Inf 
386.52/386.64	c   387s| 55000 |   364 |  3012k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6934 | 0.000000e+00 |      --      |    Inf 
387.22/387.33	c   387s| 55100 |   367 |  3018k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6943 | 0.000000e+00 |      --      |    Inf 
387.92/388.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.92/388.07	c   388s| 55200 |   367 |  3025k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6951 | 0.000000e+00 |      --      |    Inf 
388.52/388.69	c   389s| 55300 |   363 |  3031k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  35k|6951 | 0.000000e+00 |      --      |    Inf 
389.92/390.04	c   390s| 55400 |   365 |  3039k|  54.8 |  25M|  52 | 125 | 400 |  11k| 400 | 745 | 145 |  36k|6979 | 0.000000e+00 |      --      |    Inf 
391.02/391.12	c   391s| 55500 |   378 |  3045k|  54.9 |  25M|  52 |  78 | 400 |  11k| 400 | 745 | 145 |  36k|7002 | 0.000000e+00 |      --      |    Inf 
391.53/391.67	c   392s| 55600 |   380 |  3050k|  54.8 |  25M|  52 |  81 | 400 |  11k| 400 | 745 | 145 |  36k|7010 | 0.000000e+00 |      --      |    Inf 
392.12/392.20	c   392s| 55700 |   374 |  3055k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7013 | 0.000000e+00 |      --      |    Inf 
392.53/392.66	c   393s| 55800 |   378 |  3059k|  54.8 |  25M|  52 |  73 | 400 |  11k| 400 | 745 | 145 |  36k|7017 | 0.000000e+00 |      --      |    Inf 
393.32/393.48	c   393s| 55900 |   385 |  3064k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7039 | 0.000000e+00 |      --      |    Inf 
393.92/394.07	c   394s| 56000 |   387 |  3069k|  54.8 |  25M|  52 |  87 | 400 |  11k| 400 | 745 | 145 |  36k|7045 | 0.000000e+00 |      --      |    Inf 
394.42/394.52	c   395s| 56100 |   393 |  3073k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7045 | 0.000000e+00 |      --      |    Inf 
394.92/395.04	c   395s| 56200 |   391 |  3078k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7046 | 0.000000e+00 |      --      |    Inf 
395.42/395.52	c   396s| 56300 |   391 |  3083k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7047 | 0.000000e+00 |      --      |    Inf 
395.93/396.03	c   396s| 56400 |   391 |  3088k|  54.8 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7050 | 0.000000e+00 |      --      |    Inf 
396.42/396.51	c   397s| 56500 |   391 |  3093k|  54.7 |  25M|  52 |  80 | 400 |  11k| 400 | 745 | 145 |  36k|7051 | 0.000000e+00 |      --      |    Inf 
396.82/396.98	c   397s| 56600 |   393 |  3098k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  36k|7053 | 0.000000e+00 |      --      |    Inf 
397.52/397.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.52/397.60	c   398s| 56700 |   391 |  3104k|  54.7 |  25M|  52 |  83 | 400 |  11k| 400 | 745 | 145 |  36k|7056 | 0.000000e+00 |      --      |    Inf 
398.02/398.13	c   398s| 56800 |   399 |  3108k|  54.7 |  25M|  52 |  80 | 400 |  11k| 400 | 745 | 145 |  36k|7059 | 0.000000e+00 |      --      |    Inf 
398.52/398.68	c   399s| 56900 |   398 |  3114k|  54.7 |  25M|  52 |  90 | 400 |  11k| 400 | 745 | 145 |  37k|7060 | 0.000000e+00 |      --      |    Inf 
399.13/399.26	c   399s| 57000 |   394 |  3120k|  54.7 |  25M|  52 |  83 | 400 |  11k| 400 | 745 | 145 |  37k|7061 | 0.000000e+00 |      --      |    Inf 
399.62/399.72	c   400s| 57100 |   394 |  3124k|  54.7 |  25M|  52 |  76 | 400 |  11k| 400 | 745 | 145 |  37k|7061 | 0.000000e+00 |      --      |    Inf 
400.02/400.17	c   400s| 57200 |   396 |  3129k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  37k|7061 | 0.000000e+00 |      --      |    Inf 
400.52/400.67	c   401s| 57300 |   396 |  3134k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  37k|7061 | 0.000000e+00 |      --      |    Inf 
401.02/401.19	c   401s| 57400 |   396 |  3139k|  54.7 |  25M|  52 |  88 | 400 |  12k| 400 | 745 | 145 |  37k|7061 | 0.000000e+00 |      --      |    Inf 
401.61/401.79	c   402s| 57500 |   396 |  3145k|  54.7 |  25M|  52 |  88 | 400 |  12k| 400 | 745 | 145 |  37k|7062 | 0.000000e+00 |      --      |    Inf 
402.22/402.33	c   402s| 57600 |   394 |  3150k|  54.7 |  25M|  52 |  86 | 400 |  12k| 400 | 745 | 145 |  37k|7062 | 0.000000e+00 |      --      |    Inf 
402.71/402.87	c   403s| 57700 |   390 |  3155k|  54.7 |  26M|  52 |   - | 400 |  12k| 400 | 745 | 145 |  37k|7063 | 0.000000e+00 |      --      |    Inf 
403.32/403.48	c   403s| 57800 |   400 |  3161k|  54.7 |  26M|  52 |   - | 400 |  12k| 400 | 745 | 145 |  37k|7063 | 0.000000e+00 |      --      |    Inf 
403.92/404.01	c   404s| 57900 |   404 |  3166k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  37k|7065 | 0.000000e+00 |      --      |    Inf 
404.41/404.56	c   405s| 58000 |   402 |  3172k|  54.7 |  25M|  52 |  89 | 400 |  11k| 400 | 745 | 145 |  37k|7066 | 0.000000e+00 |      --      |    Inf 
405.01/405.14	c   405s| 58100 |   408 |  3177k|  54.7 |  25M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  37k|7067 | 0.000000e+00 |      --      |    Inf 
405.52/405.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.52/405.63	c   406s| 58200 |   410 |  3182k|  54.7 |  26M|  52 |  76 | 400 |  11k| 400 | 745 | 145 |  37k|7067 | 0.000000e+00 |      --      |    Inf 
406.12/406.20	c   406s| 58300 |   406 |  3187k|  54.7 |  26M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  37k|7067 | 0.000000e+00 |      --      |    Inf 
406.62/406.78	c   407s| 58400 |   406 |  3193k|  54.7 |  26M|  52 |  89 | 400 |  11k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
407.22/407.33	c   407s| 58500 |   406 |  3198k|  54.7 |  26M|  52 |  87 | 400 |  11k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
407.82/407.90	c   408s| 58600 |   406 |  3204k|  54.7 |  26M|  52 |   - | 400 |  11k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
408.22/408.37	c   408s| 58700 |   404 |  3208k|  54.7 |  26M|  52 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
408.81/408.96	c   409s| 58800 |   402 |  3214k|  54.7 |  26M|  52 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
409.31/409.45	c   409s| 58900 |   410 |  3219k|  54.6 |  26M|  52 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
409.82/409.91	c   410s| 59000 |   410 |  3223k|  54.6 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
410.32/410.40	c   410s| 59100 |   414 |  3228k|  54.6 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7068 | 0.000000e+00 |      --      |    Inf 
410.91/411.08	c   411s| 59200 |   410 |  3234k|  54.6 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  38k|7082 | 0.000000e+00 |      --      |    Inf 
411.62/411.79	c   412s| 59300 |   412 |  3240k|  54.6 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  38k|7098 | 0.000000e+00 |      --      |    Inf 
412.42/412.52	c   413s| 59400 |   408 |  3246k|  54.6 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  38k|7115 | 0.000000e+00 |      --      |    Inf 
413.01/413.11	c   413s| 59500 |   408 |  3251k|  54.6 |  26M|  53 |  87 | 400 |  12k| 400 | 745 | 145 |  38k|7123 | 0.000000e+00 |      --      |    Inf 
413.82/413.90	c   414s| 59600 |   422 |  3257k|  54.6 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  38k|7141 | 0.000000e+00 |      --      |    Inf 
414.31/414.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.31/414.49	c   414s| 59700 |   414 |  3262k|  54.6 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7146 | 0.000000e+00 |      --      |    Inf 
415.22/415.34	c   415s| 59800 |   416 |  3269k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  38k|7164 | 0.000000e+00 |      --      |    Inf 
415.92/416.07	c   416s| 59900 |   418 |  3275k|  54.7 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  39k|7179 | 0.000000e+00 |      --      |    Inf 
416.72/416.84	c   417s| 60000 |   414 |  3282k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7189 | 0.000000e+00 |      --      |    Inf 
417.52/417.62	c   418s| 60100 |   414 |  3288k|  54.7 |  26M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  39k|7205 | 0.000000e+00 |      --      |    Inf 
418.21/418.38	c   418s| 60200 |   410 |  3295k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7220 | 0.000000e+00 |      --      |    Inf 
418.93/419.01	c   419s| 60300 |   408 |  3300k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7228 | 0.000000e+00 |      --      |    Inf 
419.81/419.99	c   420s| 60400 |   415 |  3307k|  54.8 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  39k|7247 | 0.000000e+00 |      --      |    Inf 
420.51/420.61	c   421s| 60500 |   409 |  3313k|  54.8 |  26M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  39k|7247 | 0.000000e+00 |      --      |    Inf 
421.31/421.44	c   421s| 60600 |   419 |  3319k|  54.8 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  39k|7265 | 0.000000e+00 |      --      |    Inf 
421.72/421.83	c   422s| 60700 |   419 |  3323k|  54.7 |  26M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  39k|7265 | 0.000000e+00 |      --      |    Inf 
422.33/422.41	c   422s| 60800 |   427 |  3327k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7277 | 0.000000e+00 |      --      |    Inf 
422.91/423.04	c   423s| 60900 |   428 |  3332k|  54.7 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7292 | 0.000000e+00 |      --      |    Inf 
423.42/423.56	c   424s| 61000 |   422 |  3336k|  54.7 |  26M|  53 |  80 | 400 |  12k| 400 | 745 | 145 |  39k|7299 | 0.000000e+00 |      --      |    Inf 
424.22/424.36	c   424s| 61100 |   422 |  3342k|  54.7 |  26M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  39k|7318 | 0.000000e+00 |      --      |    Inf 
424.62/424.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.62/424.75	c   425s| 61200 |   430 |  3345k|  54.7 |  26M|  53 |  84 | 400 |  12k| 400 | 745 | 145 |  39k|7319 | 0.000000e+00 |      --      |    Inf 
425.02/425.17	c   425s| 61300 |   430 |  3348k|  54.6 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  39k|7329 | 0.000000e+00 |      --      |    Inf 
425.41/425.57	c   426s| 61400 |   432 |  3352k|  54.6 |  26M|  53 |  85 | 400 |  12k| 400 | 745 | 145 |  39k|7339 | 0.000000e+00 |      --      |    Inf 
425.92/426.01	c   426s| 61500 |   428 |  3355k|  54.5 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  39k|7350 | 0.000000e+00 |      --      |    Inf 
426.32/426.47	c   426s| 61600 |   430 |  3359k|  54.5 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  39k|7357 | 0.000000e+00 |      --      |    Inf 
426.81/426.98	c   427s| 61700 |   428 |  3363k|  54.5 |  26M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  39k|7369 | 0.000000e+00 |      --      |    Inf 
427.51/427.67	c   428s| 61800 |   428 |  3368k|  54.5 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  39k|7384 | 0.000000e+00 |      --      |    Inf 
428.21/428.32	c   428s| 61900 |   432 |  3373k|  54.5 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7396 | 0.000000e+00 |      --      |    Inf 
428.72/428.83	c   429s| 62000 |   428 |  3377k|  54.5 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7405 | 0.000000e+00 |      --      |    Inf 
429.41/429.50	c   430s| 62100 |   438 |  3383k|  54.5 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  40k|7420 | 0.000000e+00 |      --      |    Inf 
430.02/430.19	c   430s| 62200 |   426 |  3389k|  54.5 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7436 | 0.000000e+00 |      --      |    Inf 
430.52/430.62	c   431s| 62300 |   433 |  3392k|  54.4 |  26M|  53 |  90 | 400 |  12k| 400 | 745 | 145 |  40k|7439 | 0.000000e+00 |      --      |    Inf 
431.12/431.21	c   431s| 62400 |   439 |  3396k|  54.4 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7451 | 0.000000e+00 |      --      |    Inf 
431.61/431.78	c   432s| 62500 |   441 |  3401k|  54.4 |  26M|  53 |  84 | 400 |  12k| 400 | 745 | 145 |  40k|7464 | 0.000000e+00 |      --      |    Inf 
432.22/432.37	c   432s| 62600 |   439 |  3406k|  54.4 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7477 | 0.000000e+00 |      --      |    Inf 
432.81/432.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.81/432.93	c   433s| 62700 |   437 |  3410k|  54.4 |  26M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  40k|7487 | 0.000000e+00 |      --      |    Inf 
433.41/433.52	c   434s| 62800 |   433 |  3415k|  54.4 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7500 | 0.000000e+00 |      --      |    Inf 
434.02/434.11	c   434s| 62900 |   431 |  3421k|  54.4 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7506 | 0.000000e+00 |      --      |    Inf 
434.51/434.62	c   435s| 63000 |   439 |  3425k|  54.4 |  26M|  53 |  77 | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
434.82/434.97	c   435s| 63100 |   439 |  3429k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
435.22/435.31	c   435s| 63200 |   439 |  3432k|  54.3 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
435.52/435.69	c   436s| 63300 |   437 |  3435k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
436.01/436.11	c   436s| 63400 |   441 |  3440k|  54.2 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
436.41/436.50	c   437s| 63500 |   437 |  3443k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
436.81/436.92	c   437s| 63600 |   439 |  3447k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
437.22/437.37	c   437s| 63700 |   439 |  3452k|  54.2 |  26M|  53 |  79 | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
437.72/437.89	c   438s| 63800 |   437 |  3457k|  54.2 |  26M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  40k|7510 | 0.000000e+00 |      --      |    Inf 
438.62/438.76	c   439s| 63900 |   439 |  3463k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  40k|7542 | 0.000000e+00 |      --      |    Inf 
439.31/439.48	c   439s| 64000 |   439 |  3468k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7561 | 0.000000e+00 |      --      |    Inf 
439.82/439.92	c   440s| 64100 |   439 |  3473k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7561 | 0.000000e+00 |      --      |    Inf 
440.31/440.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.31/440.43	c   440s| 64200 |   443 |  3478k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7562 | 0.000000e+00 |      --      |    Inf 
440.71/440.88	c   441s| 64300 |   443 |  3482k|  54.2 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  41k|7562 | 0.000000e+00 |      --      |    Inf 
441.42/441.50	c   441s| 64400 |   439 |  3488k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7567 | 0.000000e+00 |      --      |    Inf 
442.02/442.16	c   442s| 64500 |   441 |  3494k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7575 | 0.000000e+00 |      --      |    Inf 
442.61/442.76	c   443s| 64600 |   435 |  3500k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7577 | 0.000000e+00 |      --      |    Inf 
443.12/443.25	c   443s| 64700 |   433 |  3505k|  54.2 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  41k|7577 | 0.000000e+00 |      --      |    Inf 
443.82/443.93	c   444s| 64800 |   441 |  3511k|  54.2 |  26M|  53 |  78 | 400 |  12k| 400 | 745 | 145 |  41k|7585 | 0.000000e+00 |      --      |    Inf 
444.32/444.48	c   444s| 64900 |   441 |  3516k|  54.2 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  41k|7586 | 0.000000e+00 |      --      |    Inf 
444.91/445.02	c   445s| 65000 |   435 |  3521k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7587 | 0.000000e+00 |      --      |    Inf 
445.61/445.72	c   446s| 65100 |   437 |  3527k|  54.2 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  41k|7599 | 0.000000e+00 |      --      |    Inf 
446.21/446.32	c   446s| 65200 |   439 |  3533k|  54.2 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  41k|7603 | 0.000000e+00 |      --      |    Inf 
446.71/446.83	c   447s| 65300 |   439 |  3538k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7603 | 0.000000e+00 |      --      |    Inf 
447.21/447.35	c   447s| 65400 |   443 |  3543k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  41k|7604 | 0.000000e+00 |      --      |    Inf 
447.71/447.86	c   448s| 65500 |   439 |  3548k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  42k|7609 | 0.000000e+00 |      --      |    Inf 
448.91/449.02	c   449s| 65600 |   441 |  3555k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  42k|7640 | 0.000000e+00 |      --      |    Inf 
449.41/449.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.41/449.54	c   450s| 65700 |   441 |  3560k|  54.2 |  26M|  53 |  87 | 400 |  12k| 400 | 745 | 145 |  42k|7640 | 0.000000e+00 |      --      |    Inf 
450.11/450.20	c   450s| 65800 |   437 |  3566k|  54.2 |  26M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  42k|7647 | 0.000000e+00 |      --      |    Inf 
450.82/450.97	c   451s| 65900 |   447 |  3572k|  54.2 |  26M|  53 |   - | 400 |  11k| 400 | 745 | 145 |  42k|7657 | 0.000000e+00 |      --      |    Inf 
451.31/451.41	c   451s| 66000 |   447 |  3576k|  54.2 |  26M|  53 |  86 | 400 |  11k| 400 | 745 | 145 |  42k|7657 | 0.000000e+00 |      --      |    Inf 
451.81/451.91	c   452s| 66100 |   447 |  3581k|  54.2 |  26M|  53 |  86 | 400 |  11k| 400 | 745 | 145 |  42k|7658 | 0.000000e+00 |      --      |    Inf 
452.31/452.45	c   452s| 66200 |   445 |  3586k|  54.2 |  26M|  53 |   - | 400 |  11k| 400 | 745 | 145 |  42k|7658 | 0.000000e+00 |      --      |    Inf 
453.12/453.23	c   453s| 66300 |   451 |  3592k|  54.2 |  26M|  53 |   - | 400 |  11k| 400 | 745 | 145 |  42k|7667 | 0.000000e+00 |      --      |    Inf 
453.81/453.92	c   454s| 66400 |   445 |  3598k|  54.2 |  26M|  53 |  86 | 400 |  11k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
454.22/454.38	c   454s| 66500 |   455 |  3603k|  54.2 |  26M|  53 |  83 | 400 |  11k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
454.81/454.92	c   455s| 66600 |   453 |  3608k|  54.2 |  26M|  53 |   - | 400 |  11k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
455.41/455.53	c   456s| 66700 |   455 |  3614k|  54.2 |  26M|  53 |  85 | 400 |  11k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
456.01/456.14	c   456s| 66800 |   455 |  3620k|  54.2 |  26M|  53 |  79 | 400 |  11k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
456.61/456.78	c   457s| 66900 |   453 |  3627k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  42k|7672 | 0.000000e+00 |      --      |    Inf 
457.31/457.40	c   457s| 67000 |   450 |  3633k|  54.2 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
458.00/458.12	c   458s| 67100 |   448 |  3641k|  54.3 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
458.51/458.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.51/458.67	c   459s| 67200 |   452 |  3646k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
459.10/459.25	c   459s| 67300 |   450 |  3652k|  54.3 |  26M|  53 |  80 | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
459.61/459.80	c   460s| 67400 |   454 |  3658k|  54.3 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
460.20/460.35	c   460s| 67500 |   450 |  3663k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
460.82/460.93	c   461s| 67600 |   450 |  3669k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
461.51/461.62	c   462s| 67700 |   452 |  3677k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  43k|7672 | 0.000000e+00 |      --      |    Inf 
462.11/462.27	c   462s| 67800 |   450 |  3683k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  43k|7674 | 0.000000e+00 |      --      |    Inf 
462.91/463.01	c   463s| 67900 |   446 |  3690k|  54.3 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  43k|7677 | 0.000000e+00 |      --      |    Inf 
463.41/463.52	c   464s| 68000 |   454 |  3695k|  54.3 |  26M|  53 |  85 | 400 |  12k| 400 | 745 | 145 |  43k|7680 | 0.000000e+00 |      --      |    Inf 
463.91/464.07	c   464s| 68100 |   453 |  3700k|  54.3 |  26M|  53 |  84 | 400 |  12k| 400 | 745 | 145 |  44k|7680 | 0.000000e+00 |      --      |    Inf 
464.51/464.66	c   465s| 68200 |   455 |  3704k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7690 | 0.000000e+00 |      --      |    Inf 
465.21/465.37	c   465s| 68300 |   454 |  3711k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7700 | 0.000000e+00 |      --      |    Inf 
465.61/465.78	c   466s| 68400 |   454 |  3714k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7700 | 0.000000e+00 |      --      |    Inf 
466.32/466.43	c   466s| 68500 |   451 |  3719k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7718 | 0.000000e+00 |      --      |    Inf 
466.70/466.82	c   467s| 68600 |   451 |  3722k|  54.3 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  44k|7719 | 0.000000e+00 |      --      |    Inf 
467.41/467.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.41/467.55	c   468s| 68700 |   455 |  3728k|  54.3 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  44k|7731 | 0.000000e+00 |      --      |    Inf 
468.31/468.44	c   468s| 68800 |   454 |  3736k|  54.3 |  26M|  53 |  86 | 400 |  12k| 400 | 745 | 145 |  44k|7750 | 0.000000e+00 |      --      |    Inf 
469.11/469.29	c   469s| 68900 |   450 |  3743k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7762 | 0.000000e+00 |      --      |    Inf 
469.62/469.77	c   470s| 69000 |   462 |  3747k|  54.3 |  26M|  53 |  78 | 400 |  12k| 400 | 745 | 145 |  44k|7764 | 0.000000e+00 |      --      |    Inf 
470.10/470.25	c   470s| 69100 |   462 |  3751k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7776 | 0.000000e+00 |      --      |    Inf 
470.71/470.87	c   471s| 69200 |   459 |  3756k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7790 | 0.000000e+00 |      --      |    Inf 
471.41/471.51	c   472s| 69300 |   461 |  3762k|  54.3 |  26M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  44k|7800 | 0.000000e+00 |      --      |    Inf 
472.00/472.15	c   472s| 69400 |   456 |  3768k|  54.3 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  44k|7805 | 0.000000e+00 |      --      |    Inf 
472.71/472.89	c   473s| 69500 |   460 |  3773k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7825 | 0.000000e+00 |      --      |    Inf 
473.41/473.53	c   474s| 69600 |   452 |  3779k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  44k|7835 | 0.000000e+00 |      --      |    Inf 
473.91/474.09	c   474s| 69700 |   450 |  3784k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  45k|7838 | 0.000000e+00 |      --      |    Inf 
474.71/474.80	c   475s| 69800 |   450 |  3790k|  54.3 |  26M|  53 |  85 | 400 |  12k| 400 | 745 | 145 |  45k|7853 | 0.000000e+00 |      --      |    Inf 
475.31/475.40	c   475s| 69900 |   457 |  3795k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  45k|7864 | 0.000000e+00 |      --      |    Inf 
475.81/475.98	c   476s| 70000 |   457 |  3800k|  54.3 |  26M|  53 |  92 | 400 |  12k| 400 | 745 | 145 |  45k|7877 | 0.000000e+00 |      --      |    Inf 
476.51/476.66	c   477s| 70100 |   465 |  3805k|  54.3 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  45k|7894 | 0.000000e+00 |      --      |    Inf 
477.11/477.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.11/477.20	c   477s| 70200 |   465 |  3810k|  54.3 |  26M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  45k|7902 | 0.000000e+00 |      --      |    Inf 
477.71/477.84	c   478s| 70300 |   459 |  3816k|  54.3 |  26M|  53 |  82 | 400 |  12k| 400 | 745 | 145 |  45k|7916 | 0.000000e+00 |      --      |    Inf 
478.31/478.44	c   478s| 70400 |   463 |  3821k|  54.3 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  45k|7925 | 0.000000e+00 |      --      |    Inf 
478.90/479.08	c   479s| 70500 |   461 |  3827k|  54.3 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  45k|7939 | 0.000000e+00 |      --      |    Inf 
479.70/479.84	c   480s| 70600 |   459 |  3833k|  54.3 |  26M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  45k|7960 | 0.000000e+00 |      --      |    Inf 
480.40/480.50	c   480s| 70700 |   457 |  3839k|  54.3 |  26M|  53 |  84 | 400 |  12k| 400 | 745 | 145 |  45k|7969 | 0.000000e+00 |      --      |    Inf 
481.01/481.15	c   481s| 70800 |   459 |  3844k|  54.3 |  26M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  45k|7985 | 0.000000e+00 |      --      |    Inf 
481.72/481.83	c   482s| 70900 |   459 |  3851k|  54.3 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  45k|7996 | 0.000000e+00 |      --      |    Inf 
482.40/482.59	c   483s| 71000 |   459 |  3856k|  54.3 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  45k|8022 | 0.000000e+00 |      --      |    Inf 
482.90/483.09	c   483s| 71100 |   453 |  3861k|  54.3 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  45k|8022 | 0.000000e+00 |      --      |    Inf 
483.51/483.69	c   484s| 71200 |   459 |  3866k|  54.3 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  46k|8032 | 0.000000e+00 |      --      |    Inf 
484.11/484.26	c   484s| 71300 |   459 |  3870k|  54.3 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8046 | 0.000000e+00 |      --      |    Inf 
484.70/484.88	c   485s| 71400 |   457 |  3876k|  54.3 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  46k|8058 | 0.000000e+00 |      --      |    Inf 
485.60/485.72	c   486s| 71500 |   449 |  3882k|  54.3 |  27M|  53 |  91 | 400 |  13k| 400 | 745 | 145 |  46k|8080 | 0.000000e+00 |      --      |    Inf 
486.11/486.24	c   486s| 71600 |   455 |  3887k|  54.3 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8085 | 0.000000e+00 |      --      |    Inf 
486.71/486.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.71/486.89	c   487s| 71700 |   459 |  3892k|  54.3 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  46k|8096 | 0.000000e+00 |      --      |    Inf 
487.51/487.62	c   488s| 71800 |   447 |  3898k|  54.3 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8108 | 0.000000e+00 |      --      |    Inf 
488.01/488.10	c   488s| 71900 |   455 |  3902k|  54.3 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  46k|8117 | 0.000000e+00 |      --      |    Inf 
488.51/488.67	c   489s| 72000 |   447 |  3907k|  54.3 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8124 | 0.000000e+00 |      --      |    Inf 
489.10/489.23	c   489s| 72100 |   453 |  3911k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8139 | 0.000000e+00 |      --      |    Inf 
489.80/489.90	c   490s| 72200 |   451 |  3917k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8153 | 0.000000e+00 |      --      |    Inf 
490.31/490.47	c   490s| 72300 |   447 |  3922k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8164 | 0.000000e+00 |      --      |    Inf 
490.90/491.05	c   491s| 72400 |   453 |  3926k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8176 | 0.000000e+00 |      --      |    Inf 
491.51/491.66	c   492s| 72500 |   451 |  3931k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8187 | 0.000000e+00 |      --      |    Inf 
492.10/492.26	c   492s| 72600 |   455 |  3936k|  54.2 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  46k|8196 | 0.000000e+00 |      --      |    Inf 
492.71/492.85	c   493s| 72700 |   459 |  3941k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  46k|8204 | 0.000000e+00 |      --      |    Inf 
493.50/493.62	c   494s| 72800 |   454 |  3947k|  54.2 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  46k|8225 | 0.000000e+00 |      --      |    Inf 
494.10/494.23	c   494s| 72900 |   454 |  3952k|  54.2 |  27M|  53 |  83 | 400 |  13k| 400 | 745 | 145 |  47k|8239 | 0.000000e+00 |      --      |    Inf 
494.81/494.91	c   495s| 73000 |   460 |  3957k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8252 | 0.000000e+00 |      --      |    Inf 
495.50/495.63	c   496s| 73100 |   446 |  3963k|  54.2 |  27M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  47k|8263 | 0.000000e+00 |      --      |    Inf 
496.01/496.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.01/496.19	c   496s| 73200 |   451 |  3968k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  47k|8268 | 0.000000e+00 |      --      |    Inf 
496.61/496.73	c   497s| 73300 |   451 |  3973k|  54.2 |  26M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  47k|8271 | 0.000000e+00 |      --      |    Inf 
497.01/497.20	c   497s| 73400 |   457 |  3977k|  54.2 |  26M|  53 |  85 | 400 |  12k| 400 | 745 | 145 |  47k|8273 | 0.000000e+00 |      --      |    Inf 
497.71/497.80	c   498s| 73500 |   453 |  3982k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  47k|8281 | 0.000000e+00 |      --      |    Inf 
498.21/498.32	c   498s| 73600 |   453 |  3987k|  54.2 |  27M|  53 |  89 | 400 |  12k| 400 | 745 | 145 |  47k|8286 | 0.000000e+00 |      --      |    Inf 
498.70/498.83	c   499s| 73700 |   453 |  3992k|  54.2 |  27M|  53 |  80 | 400 |  13k| 400 | 745 | 145 |  47k|8287 | 0.000000e+00 |      --      |    Inf 
499.51/499.64	c   500s| 73800 |   451 |  3998k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8301 | 0.000000e+00 |      --      |    Inf 
500.20/500.30	c   500s| 73900 |   455 |  4004k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
500.60/500.72	c   501s| 74000 |   461 |  4008k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
501.10/501.22	c   501s| 74100 |   465 |  4013k|  54.2 |  27M|  53 |  80 | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
501.60/501.78	c   502s| 74200 |   458 |  4019k|  54.2 |  27M|  53 |  79 | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
502.10/502.20	c   502s| 74300 |   456 |  4023k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
502.61/502.71	c   503s| 74400 |   456 |  4028k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  47k|8309 | 0.000000e+00 |      --      |    Inf 
503.10/503.28	c   503s| 74500 |   454 |  4033k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  48k|8312 | 0.000000e+00 |      --      |    Inf 
503.80/503.92	c   504s| 74600 |   449 |  4040k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  48k|8314 | 0.000000e+00 |      --      |    Inf 
504.70/504.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.70/504.86	c   505s| 74700 |   453 |  4046k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  48k|8342 | 0.000000e+00 |      --      |    Inf 
505.20/505.35	c   505s| 74800 |   455 |  4051k|  54.1 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  48k|8342 | 0.000000e+00 |      --      |    Inf 
505.70/505.88	c   506s| 74900 |   449 |  4056k|  54.1 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
506.20/506.39	c   506s| 75000 |   447 |  4061k|  54.1 |  27M|  53 |  83 | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
506.70/506.88	c   507s| 75100 |   455 |  4066k|  54.1 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
507.20/507.39	c   507s| 75200 |   453 |  4071k|  54.1 |  27M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
507.70/507.86	c   508s| 75300 |   458 |  4076k|  54.1 |  27M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
508.20/508.30	c   508s| 75400 |   454 |  4080k|  54.1 |  27M|  53 |  81 | 400 |  12k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
508.70/508.83	c   509s| 75500 |   458 |  4086k|  54.1 |  27M|  53 |  79 | 400 |  13k| 400 | 745 | 145 |  48k|8343 | 0.000000e+00 |      --      |    Inf 
509.21/509.31	c   509s| 75600 |   454 |  4090k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  48k|8345 | 0.000000e+00 |      --      |    Inf 
509.70/509.85	c   510s| 75700 |   450 |  4096k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  48k|8345 | 0.000000e+00 |      --      |    Inf 
510.10/510.28	c   510s| 75800 |   452 |  4100k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  48k|8345 | 0.000000e+00 |      --      |    Inf 
510.61/510.79	c   511s| 75900 |   450 |  4106k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  48k|8345 | 0.000000e+00 |      --      |    Inf 
511.20/511.38	c   511s| 76000 |   452 |  4111k|  54.1 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  48k|8347 | 0.000000e+00 |      --      |    Inf 
511.80/511.99	c   512s| 76100 |   450 |  4117k|  54.1 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  49k|8348 | 0.000000e+00 |      --      |    Inf 
512.41/512.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.41/512.57	c   513s| 76200 |   448 |  4123k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8348 | 0.000000e+00 |      --      |    Inf 
513.00/513.13	c   513s| 76300 |   446 |  4129k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8348 | 0.000000e+00 |      --      |    Inf 
513.40/513.60	c   514s| 76400 |   448 |  4132k|  54.1 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  49k|8355 | 0.000000e+00 |      --      |    Inf 
513.90/514.09	c   514s| 76500 |   446 |  4137k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
514.40/514.54	c   515s| 76600 |   445 |  4141k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
514.90/515.06	c   515s| 76700 |   443 |  4147k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
515.40/515.57	c   516s| 76800 |   447 |  4152k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
515.90/516.05	c   516s| 76900 |   445 |  4157k|  54.1 |  27M|  53 |  83 | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
516.30/516.49	c   516s| 77000 |   443 |  4161k|  54.0 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
516.90/517.04	c   517s| 77100 |   443 |  4167k|  54.0 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
517.50/517.60	c   518s| 77200 |   441 |  4173k|  54.0 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  49k|8357 | 0.000000e+00 |      --      |    Inf 
518.10/518.24	c   518s| 77300 |   443 |  4179k|  54.1 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  49k|8362 | 0.000000e+00 |      --      |    Inf 
518.70/518.86	c   519s| 77400 |   443 |  4185k|  54.1 |  27M|  53 |  89 | 400 |  13k| 400 | 745 | 145 |  49k|8362 | 0.000000e+00 |      --      |    Inf 
519.40/519.56	c   520s| 77500 |   443 |  4191k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  49k|8362 | 0.000000e+00 |      --      |    Inf 
520.10/520.21	c   520s| 77600 |   447 |  4197k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8368 | 0.000000e+00 |      --      |    Inf 
520.60/520.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.60/520.75	c   521s| 77700 |   447 |  4202k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8374 | 0.000000e+00 |      --      |    Inf 
521.10/521.26	c   521s| 77800 |   442 |  4207k|  54.1 |  27M|  53 |  90 | 400 |  13k| 400 | 745 | 145 |  50k|8374 | 0.000000e+00 |      --      |    Inf 
521.59/521.76	c   522s| 77900 |   442 |  4212k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  50k|8374 | 0.000000e+00 |      --      |    Inf 
522.20/522.38	c   522s| 78000 |   442 |  4218k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8376 | 0.000000e+00 |      --      |    Inf 
522.90/523.00	c   523s| 78100 |   443 |  4224k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8377 | 0.000000e+00 |      --      |    Inf 
523.41/523.60	c   524s| 78200 |   443 |  4230k|  54.1 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  50k|8377 | 0.000000e+00 |      --      |    Inf 
524.20/524.34	c   524s| 78300 |   443 |  4237k|  54.1 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  50k|8377 | 0.000000e+00 |      --      |    Inf 
525.00/525.18	c   525s| 78400 |   445 |  4244k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  50k|8386 | 0.000000e+00 |      --      |    Inf 
525.90/526.03	c   526s| 78500 |   441 |  4251k|  54.1 |  27M|  53 |  89 | 400 |  13k| 400 | 745 | 145 |  50k|8404 | 0.000000e+00 |      --      |    Inf 
526.89/527.02	c   527s| 78600 |   445 |  4259k|  54.2 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  50k|8418 | 0.000000e+00 |      --      |    Inf 
527.60/527.74	c   528s| 78700 |   447 |  4265k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8430 | 0.000000e+00 |      --      |    Inf 
528.10/528.26	c   528s| 78800 |   443 |  4269k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8434 | 0.000000e+00 |      --      |    Inf 
528.91/529.04	c   529s| 78900 |   445 |  4275k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8447 | 0.000000e+00 |      --      |    Inf 
529.40/529.50	c   529s| 79000 |   442 |  4279k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  50k|8451 | 0.000000e+00 |      --      |    Inf 
530.10/530.21	c   530s| 79100 |   444 |  4284k|  54.2 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  50k|8469 | 0.000000e+00 |      --      |    Inf 
530.50/530.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.50/530.61	c   531s| 79200 |   445 |  4288k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  50k|8469 | 0.000000e+00 |      --      |    Inf 
530.99/531.14	c   531s| 79300 |   446 |  4293k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  50k|8474 | 0.000000e+00 |      --      |    Inf 
531.60/531.70	c   532s| 79400 |   442 |  4297k|  54.1 |  27M|  53 |  94 | 400 |  13k| 400 | 745 | 145 |  50k|8487 | 0.000000e+00 |      --      |    Inf 
532.20/532.37	c   532s| 79500 |   448 |  4302k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8501 | 0.000000e+00 |      --      |    Inf 
532.70/532.81	c   533s| 79600 |   452 |  4307k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  51k|8501 | 0.000000e+00 |      --      |    Inf 
533.30/533.43	c   533s| 79700 |   446 |  4312k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8510 | 0.000000e+00 |      --      |    Inf 
533.80/533.98	c   534s| 79800 |   449 |  4316k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8519 | 0.000000e+00 |      --      |    Inf 
534.59/534.75	c   535s| 79900 |   451 |  4322k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  51k|8536 | 0.000000e+00 |      --      |    Inf 
535.10/535.27	c   535s| 80000 |   449 |  4327k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  51k|8542 | 0.000000e+00 |      --      |    Inf 
535.80/535.91	c   536s| 80100 |   446 |  4332k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  51k|8556 | 0.000000e+00 |      --      |    Inf 
536.50/536.61	c   537s| 80200 |   445 |  4338k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8568 | 0.000000e+00 |      --      |    Inf 
537.09/537.25	c   537s| 80300 |   445 |  4344k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  51k|8574 | 0.000000e+00 |      --      |    Inf 
537.71/537.89	c   538s| 80400 |   450 |  4349k|  54.1 |  27M|  53 |  83 | 400 |  13k| 400 | 745 | 145 |  51k|8582 | 0.000000e+00 |      --      |    Inf 
538.30/538.48	c   538s| 80500 |   442 |  4354k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8594 | 0.000000e+00 |      --      |    Inf 
539.10/539.28	c   539s| 80600 |   442 |  4360k|  54.1 |  27M|  53 |  79 | 400 |  13k| 400 | 745 | 145 |  51k|8612 | 0.000000e+00 |      --      |    Inf 
539.59/539.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.59/539.76	c   540s| 80700 |   444 |  4365k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  51k|8612 | 0.000000e+00 |      --      |    Inf 
540.39/540.53	c   541s| 80800 |   443 |  4371k|  54.1 |  27M|  53 |  90 | 400 |  13k| 400 | 745 | 145 |  51k|8626 | 0.000000e+00 |      --      |    Inf 
541.00/541.18	c   541s| 80900 |   445 |  4376k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  51k|8637 | 0.000000e+00 |      --      |    Inf 
541.70/541.85	c   542s| 81000 |   445 |  4381k|  54.1 |  27M|  53 |  89 | 400 |  13k| 400 | 745 | 145 |  51k|8649 | 0.000000e+00 |      --      |    Inf 
542.70/542.80	c   543s| 81100 |   441 |  4389k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8661 | 0.000000e+00 |      --      |    Inf 
543.30/543.44	c   543s| 81200 |   449 |  4394k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8670 | 0.000000e+00 |      --      |    Inf 
544.10/544.26	c   544s| 81300 |   443 |  4401k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  52k|8684 | 0.000000e+00 |      --      |    Inf 
544.80/544.97	c   545s| 81400 |   441 |  4406k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8696 | 0.000000e+00 |      --      |    Inf 
545.50/545.67	c   546s| 81500 |   437 |  4413k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8703 | 0.000000e+00 |      --      |    Inf 
546.39/546.53	c   547s| 81600 |   445 |  4420k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  52k|8720 | 0.000000e+00 |      --      |    Inf 
546.99/547.15	c   547s| 81700 |   445 |  4425k|  54.2 |  27M|  53 |  84 | 400 |  12k| 400 | 745 | 145 |  52k|8729 | 0.000000e+00 |      --      |    Inf 
547.61/547.72	c   548s| 81800 |   449 |  4430k|  54.2 |  27M|  53 |  79 | 400 |  12k| 400 | 745 | 145 |  52k|8739 | 0.000000e+00 |      --      |    Inf 
548.29/548.41	c   548s| 81900 |   450 |  4435k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  52k|8755 | 0.000000e+00 |      --      |    Inf 
548.89/549.05	c   549s| 82000 |   450 |  4441k|  54.2 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  52k|8766 | 0.000000e+00 |      --      |    Inf 
549.50/549.69	c   550s| 82100 |   449 |  4446k|  54.1 |  27M|  53 |  80 | 400 |  13k| 400 | 745 | 145 |  52k|8776 | 0.000000e+00 |      --      |    Inf 
550.20/550.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.20/550.37	c   550s| 82200 |   447 |  4452k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8788 | 0.000000e+00 |      --      |    Inf 
550.90/551.03	c   551s| 82300 |   449 |  4458k|  54.2 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  52k|8796 | 0.000000e+00 |      --      |    Inf 
551.50/551.60	c   552s| 82400 |   445 |  4463k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  52k|8799 | 0.000000e+00 |      --      |    Inf 
552.10/552.22	c   552s| 82500 |   448 |  4469k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8806 | 0.000000e+00 |      --      |    Inf 
552.99/553.12	c   553s| 82600 |   452 |  4475k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8829 | 0.000000e+00 |      --      |    Inf 
553.49/553.60	c   554s| 82700 |   454 |  4479k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8836 | 0.000000e+00 |      --      |    Inf 
554.00/554.11	c   554s| 82800 |   454 |  4484k|  54.1 |  27M|  53 |  79 | 400 |  13k| 400 | 745 | 145 |  53k|8839 | 0.000000e+00 |      --      |    Inf 
554.50/554.60	c   555s| 82900 |   449 |  4488k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8841 | 0.000000e+00 |      --      |    Inf 
554.90/555.09	c   555s| 83000 |   453 |  4493k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8841 | 0.000000e+00 |      --      |    Inf 
555.40/555.59	c   556s| 83100 |   449 |  4499k|  54.1 |  27M|  53 |  85 | 400 |  13k| 400 | 745 | 145 |  53k|8841 | 0.000000e+00 |      --      |    Inf 
555.99/556.16	c   556s| 83200 |   449 |  4504k|  54.1 |  27M|  53 |  83 | 400 |  13k| 400 | 745 | 145 |  53k|8847 | 0.000000e+00 |      --      |    Inf 
556.60/556.75	c   557s| 83300 |   447 |  4510k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8851 | 0.000000e+00 |      --      |    Inf 
557.19/557.35	c   557s| 83400 |   445 |  4515k|  54.1 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  53k|8858 | 0.000000e+00 |      --      |    Inf 
558.60/558.75	c   559s| 83500 |   449 |  4522k|  54.1 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  53k|8905 | 0.000000e+00 |      --      |    Inf 
559.39/559.56	c   560s| 83600 |   449 |  4527k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8925 | 0.000000e+00 |      --      |    Inf 
560.00/560.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.00/560.17	c   560s| 83700 |   449 |  4532k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  53k|8931 | 0.000000e+00 |      --      |    Inf 
560.90/561.01	c   561s| 83800 |   456 |  4539k|  54.2 |  27M|  53 |  78 | 400 |  13k| 400 | 745 | 145 |  53k|8939 | 0.000000e+00 |      --      |    Inf 
561.59/561.76	c   562s| 83900 |   445 |  4545k|  54.2 |  27M|  53 |  77 | 400 |  13k| 400 | 745 | 145 |  53k|8952 | 0.000000e+00 |      --      |    Inf 
562.50/562.64	c   563s| 84000 |   449 |  4552k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  53k|8966 | 0.000000e+00 |      --      |    Inf 
563.10/563.29	c   563s| 84100 |   451 |  4558k|  54.2 |  27M|  53 |  87 | 400 |  12k| 400 | 745 | 145 |  54k|8972 | 0.000000e+00 |      --      |    Inf 
563.99/564.14	c   564s| 84200 |   451 |  4565k|  54.2 |  27M|  53 |  88 | 400 |  12k| 400 | 745 | 145 |  54k|8985 | 0.000000e+00 |      --      |    Inf 
564.79/564.93	c   565s| 84300 |   449 |  4572k|  54.2 |  27M|  53 |  91 | 400 |  12k| 400 | 745 | 145 |  54k|8994 | 0.000000e+00 |      --      |    Inf 
565.49/565.65	c   566s| 84400 |   447 |  4578k|  54.2 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  54k|9001 | 0.000000e+00 |      --      |    Inf 
566.09/566.21	c   566s| 84500 |   453 |  4583k|  54.2 |  27M|  53 |  89 | 400 |  13k| 400 | 745 | 145 |  54k|9011 | 0.000000e+00 |      --      |    Inf 
566.60/566.71	c   567s| 84600 |   455 |  4587k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9016 | 0.000000e+00 |      --      |    Inf 
567.09/567.29	c   567s| 84700 |   453 |  4592k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9023 | 0.000000e+00 |      --      |    Inf 
567.69/567.84	c   568s| 84800 |   455 |  4598k|  54.2 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  54k|9023 | 0.000000e+00 |      --      |    Inf 
568.29/568.44	c   568s| 84900 |   457 |  4604k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9023 | 0.000000e+00 |      --      |    Inf 
568.89/569.00	c   569s| 85000 |   451 |  4609k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9023 | 0.000000e+00 |      --      |    Inf 
569.49/569.63	c   570s| 85100 |   451 |  4615k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9029 | 0.000000e+00 |      --      |    Inf 
569.89/570.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.89/570.09	c   570s| 85200 |   455 |  4619k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9029 | 0.000000e+00 |      --      |    Inf 
570.39/570.55	c   571s| 85300 |   453 |  4624k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9029 | 0.000000e+00 |      --      |    Inf 
570.99/571.10	c   571s| 85400 |   457 |  4629k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9030 | 0.000000e+00 |      --      |    Inf 
571.39/571.54	c   572s| 85500 |   461 |  4633k|  54.2 |  27M|  53 |  80 | 400 |  12k| 400 | 745 | 145 |  54k|9030 | 0.000000e+00 |      --      |    Inf 
571.80/571.97	c   572s| 85600 |   456 |  4637k|  54.2 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  54k|9030 | 0.000000e+00 |      --      |    Inf 
572.29/572.41	c   572s| 85700 |   460 |  4642k|  54.2 |  27M|  53 |   - | 400 |  12k| 400 | 745 | 145 |  54k|9030 | 0.000000e+00 |      --      |    Inf 
572.69/572.83	c   573s| 85800 |   456 |  4646k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
573.09/573.28	c   573s| 85900 |   458 |  4650k|  54.1 |  27M|  53 |  86 | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
573.59/573.75	c   574s| 86000 |   456 |  4655k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
574.00/574.20	c   574s| 86100 |   462 |  4659k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
574.49/574.63	c   575s| 86200 |   462 |  4664k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
574.99/575.16	c   575s| 86300 |   458 |  4669k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
575.49/575.68	c   576s| 86400 |   458 |  4674k|  54.1 |  27M|  53 |  82 | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
575.99/576.16	c   576s| 86500 |   460 |  4679k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
576.49/576.62	c   577s| 86600 |   458 |  4684k|  54.1 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
577.09/577.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.09/577.22	c   577s| 86700 |   458 |  4689k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
577.59/577.76	c   578s| 86800 |   458 |  4695k|  54.1 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
578.19/578.31	c   578s| 86900 |   459 |  4700k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
578.59/578.79	c   579s| 87000 |   453 |  4705k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
579.09/579.29	c   579s| 87100 |   465 |  4710k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
579.59/579.77	c   580s| 87200 |   463 |  4715k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
580.09/580.29	c   580s| 87300 |   461 |  4720k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
580.69/580.83	c   581s| 87400 |   461 |  4725k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
581.19/581.30	c   581s| 87500 |   467 |  4730k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
581.59/581.77	c   582s| 87600 |   465 |  4735k|  54.0 |  27M|  53 |  79 | 400 |  13k| 400 | 745 | 145 |  55k|9030 | 0.000000e+00 |      --      |    Inf 
582.09/582.28	c   582s| 87700 |   469 |  4740k|  54.0 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  56k|9030 | 0.000000e+00 |      --      |    Inf 
582.69/582.81	c   583s| 87800 |   465 |  4745k|  54.0 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9030 | 0.000000e+00 |      --      |    Inf 
583.19/583.34	c   583s| 87900 |   471 |  4750k|  54.0 |  27M|  53 |  87 | 400 |  13k| 400 | 745 | 145 |  56k|9030 | 0.000000e+00 |      --      |    Inf 
583.79/583.95	c   584s| 88000 |   463 |  4756k|  54.0 |  27M|  53 |  88 | 400 |  13k| 400 | 745 | 145 |  56k|9030 | 0.000000e+00 |      --      |    Inf 
584.39/584.53	c   585s| 88100 |   465 |  4762k|  54.1 |  27M|  53 |  84 | 400 |  14k| 400 | 745 | 145 |  56k|9030 | 0.000000e+00 |      --      |    Inf 
584.89/585.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.89/585.10	c   585s| 88200 |   467 |  4768k|  54.1 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9031 | 0.000000e+00 |      --      |    Inf 
585.39/585.53	c   586s| 88300 |   471 |  4772k|  54.0 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9033 | 0.000000e+00 |      --      |    Inf 
585.79/585.93	c   586s| 88400 |   471 |  4776k|  54.0 |  27M|  53 |  84 | 400 |  13k| 400 | 745 | 145 |  56k|9033 | 0.000000e+00 |      --      |    Inf 
586.19/586.38	c   586s| 88500 |   477 |  4781k|  54.0 |  27M|  53 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
586.49/586.67	c   587s| 88600 |   477 |  4783k|  54.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
586.89/587.04	c   587s| 88700 |   481 |  4787k|  54.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
587.20/587.40	c   587s| 88800 |   483 |  4791k|  53.9 |  27M|  56 |  85 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
587.59/587.74	c   588s| 88900 |   473 |  4794k|  53.9 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
587.89/588.09	c   588s| 89000 |   475 |  4797k|  53.9 |  27M|  56 |  79 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
588.29/588.44	c   588s| 89100 |   473 |  4801k|  53.9 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
588.59/588.79	c   589s| 89200 |   475 |  4804k|  53.9 |  27M|  56 |  78 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
589.09/589.28	c   589s| 89300 |   479 |  4809k|  53.9 |  27M|  56 |  88 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
589.49/589.66	c   590s| 89400 |   481 |  4813k|  53.8 |  27M|  56 |  78 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
589.89/590.04	c   590s| 89500 |   475 |  4817k|  53.8 |  27M|  56 |  76 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
590.28/590.41	c   590s| 89600 |   475 |  4820k|  53.8 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
590.69/590.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.69/590.84	c   591s| 89700 |   473 |  4825k|  53.8 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
591.08/591.20	c   591s| 89800 |   477 |  4828k|  53.8 |  27M|  56 |  78 | 400 |  13k| 400 | 745 | 145 |  56k|9034 | 0.000000e+00 |      --      |    Inf 
591.59/591.79	c   592s| 89900 |   471 |  4833k|  53.8 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9047 | 0.000000e+00 |      --      |    Inf 
592.09/592.22	c   592s| 90000 |   469 |  4837k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9047 | 0.000000e+00 |      --      |    Inf 
592.49/592.67	c   593s| 90100 |   469 |  4841k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9057 | 0.000000e+00 |      --      |    Inf 
592.99/593.14	c   593s| 90200 |   469 |  4845k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9067 | 0.000000e+00 |      --      |    Inf 
593.38/593.55	c   594s| 90300 |   475 |  4849k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9075 | 0.000000e+00 |      --      |    Inf 
593.79/593.95	c   594s| 90400 |   476 |  4852k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9081 | 0.000000e+00 |      --      |    Inf 
594.28/594.48	c   594s| 90500 |   476 |  4856k|  53.7 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9096 | 0.000000e+00 |      --      |    Inf 
594.68/594.82	c   595s| 90600 |   470 |  4859k|  53.6 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  56k|9096 | 0.000000e+00 |      --      |    Inf 
595.18/595.38	c   595s| 90700 |   473 |  4863k|  53.6 |  27M|  56 |  79 | 400 |  13k| 400 | 745 | 145 |  56k|9111 | 0.000000e+00 |      --      |    Inf 
595.59/595.73	c   596s| 90800 |   471 |  4866k|  53.6 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  56k|9111 | 0.000000e+00 |      --      |    Inf 
596.09/596.20	c   596s| 90900 |   467 |  4871k|  53.6 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  56k|9117 | 0.000000e+00 |      --      |    Inf 
596.59/596.70	c   597s| 91000 |   473 |  4874k|  53.6 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  56k|9131 | 0.000000e+00 |      --      |    Inf 
596.98/597.11	c   597s| 91100 |   471 |  4878k|  53.5 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  56k|9134 | 0.000000e+00 |      --      |    Inf 
597.39/597.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.39/597.57	c   598s| 91200 |   473 |  4882k|  53.5 |  27M|  56 |  77 | 400 |  14k| 400 | 745 | 145 |  56k|9145 | 0.000000e+00 |      --      |    Inf 
597.89/598.05	c   598s| 91300 |   477 |  4885k|  53.5 |  27M|  56 |  78 | 400 |  14k| 400 | 745 | 145 |  56k|9159 | 0.000000e+00 |      --      |    Inf 
598.30/598.40	c   598s| 91400 |   473 |  4889k|  53.5 |  27M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  56k|9159 | 0.000000e+00 |      --      |    Inf 
598.68/598.82	c   599s| 91500 |   475 |  4892k|  53.5 |  27M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  57k|9166 | 0.000000e+00 |      --      |    Inf 
599.09/599.25	c   599s| 91600 |   477 |  4895k|  53.4 |  27M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  57k|9176 | 0.000000e+00 |      --      |    Inf 
599.49/599.62	c   600s| 91700 |   475 |  4899k|  53.4 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9176 | 0.000000e+00 |      --      |    Inf 
599.98/600.19	c   600s| 91800 |   475 |  4903k|  53.4 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9190 | 0.000000e+00 |      --      |    Inf 
600.50/600.63	c   601s| 91900 |   473 |  4907k|  53.4 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9194 | 0.000000e+00 |      --      |    Inf 
601.09/601.21	c   601s| 92000 |   475 |  4911k|  53.4 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9210 | 0.000000e+00 |      --      |    Inf 
601.39/601.53	c   602s| 92100 |   477 |  4914k|  53.4 |  27M|  56 |  77 | 400 |  14k| 400 | 745 | 145 |  57k|9210 | 0.000000e+00 |      --      |    Inf 
601.89/602.02	c   602s| 92200 |   475 |  4918k|  53.3 |  27M|  56 |  81 | 400 |  14k| 400 | 745 | 145 |  57k|9216 | 0.000000e+00 |      --      |    Inf 
602.29/602.47	c   602s| 92300 |   475 |  4922k|  53.3 |  27M|  56 |  86 | 400 |  14k| 400 | 745 | 145 |  57k|9222 | 0.000000e+00 |      --      |    Inf 
602.78/602.96	c   603s| 92400 |   473 |  4926k|  53.3 |  27M|  56 |  85 | 400 |  14k| 400 | 745 | 145 |  57k|9233 | 0.000000e+00 |      --      |    Inf 
603.28/603.42	c   603s| 92500 |   473 |  4930k|  53.3 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9249 | 0.000000e+00 |      --      |    Inf 
603.79/603.91	c   604s| 92600 |   473 |  4934k|  53.3 |  27M|  56 |  84 | 400 |  14k| 400 | 745 | 145 |  57k|9259 | 0.000000e+00 |      --      |    Inf 
604.29/604.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
604.29/604.41	c   604s| 92700 |   477 |  4938k|  53.3 |  27M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  57k|9267 | 0.000000e+00 |      --      |    Inf 
604.68/604.86	c   605s| 92800 |   475 |  4942k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9279 | 0.000000e+00 |      --      |    Inf 
605.18/605.34	c   605s| 92900 |   475 |  4946k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9287 | 0.000000e+00 |      --      |    Inf 
605.69/605.88	c   606s| 93000 |   475 |  4950k|  53.2 |  27M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  57k|9300 | 0.000000e+00 |      --      |    Inf 
606.19/606.39	c   606s| 93100 |   469 |  4954k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9312 | 0.000000e+00 |      --      |    Inf 
606.68/606.87	c   607s| 93200 |   471 |  4958k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9323 | 0.000000e+00 |      --      |    Inf 
607.18/607.30	c   607s| 93300 |   469 |  4962k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9328 | 0.000000e+00 |      --      |    Inf 
607.58/607.73	c   608s| 93400 |   473 |  4966k|  53.2 |  27M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  57k|9339 | 0.000000e+00 |      --      |    Inf 
607.98/608.13	c   608s| 93500 |   473 |  4969k|  53.1 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9345 | 0.000000e+00 |      --      |    Inf 
608.48/608.62	c   609s| 93600 |   475 |  4973k|  53.1 |  27M|  56 |  85 | 400 |  14k| 400 | 745 | 145 |  57k|9359 | 0.000000e+00 |      --      |    Inf 
608.88/609.09	c   609s| 93700 |   469 |  4977k|  53.1 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9367 | 0.000000e+00 |      --      |    Inf 
609.39/609.56	c   610s| 93800 |   469 |  4981k|  53.1 |  27M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  57k|9376 | 0.000000e+00 |      --      |    Inf 
609.99/610.17	c   610s| 93900 |   477 |  4985k|  53.1 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9385 | 0.000000e+00 |      --      |    Inf 
610.48/610.66	c   611s| 94000 |   475 |  4989k|  53.1 |  27M|  56 |  79 | 400 |  14k| 400 | 745 | 145 |  57k|9396 | 0.000000e+00 |      --      |    Inf 
610.99/611.15	c   611s| 94100 |   473 |  4994k|  53.1 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9407 | 0.000000e+00 |      --      |    Inf 
611.49/611.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.49/611.69	c   612s| 94200 |   475 |  4998k|  53.1 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  57k|9416 | 0.000000e+00 |      --      |    Inf 
612.18/612.33	c   612s| 94300 |   475 |  5002k|  53.0 |  27M|  56 |  81 | 400 |  14k| 400 | 745 | 145 |  57k|9434 | 0.000000e+00 |      --      |    Inf 
612.78/612.92	c   613s| 94400 |   473 |  5008k|  53.0 |  27M|  56 |  84 | 400 |  13k| 400 | 745 | 145 |  57k|9442 | 0.000000e+00 |      --      |    Inf 
613.28/613.49	c   613s| 94500 |   473 |  5013k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9450 | 0.000000e+00 |      --      |    Inf 
613.99/614.11	c   614s| 94600 |   473 |  5018k|  53.0 |  27M|  56 |  82 | 400 |  13k| 400 | 745 | 145 |  57k|9461 | 0.000000e+00 |      --      |    Inf 
614.49/614.68	c   615s| 94700 |   471 |  5023k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9468 | 0.000000e+00 |      --      |    Inf 
615.19/615.31	c   615s| 94800 |   471 |  5028k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9482 | 0.000000e+00 |      --      |    Inf 
615.89/616.04	c   616s| 94900 |   473 |  5033k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9504 | 0.000000e+00 |      --      |    Inf 
616.28/616.45	c   616s| 95000 |   471 |  5037k|  53.0 |  27M|  56 |  84 | 400 |  13k| 400 | 745 | 145 |  57k|9504 | 0.000000e+00 |      --      |    Inf 
616.79/616.99	c   617s| 95100 |   471 |  5041k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9517 | 0.000000e+00 |      --      |    Inf 
617.28/617.45	c   617s| 95200 |   473 |  5045k|  53.0 |  27M|  56 |  84 | 400 |  13k| 400 | 745 | 145 |  57k|9518 | 0.000000e+00 |      --      |    Inf 
617.89/618.09	c   618s| 95300 |   471 |  5050k|  53.0 |  27M|  56 |  83 | 400 |  13k| 400 | 745 | 145 |  57k|9543 | 0.000000e+00 |      --      |    Inf 
618.68/618.80	c   619s| 95400 |   469 |  5055k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  57k|9559 | 0.000000e+00 |      --      |    Inf 
619.09/619.28	c   619s| 95500 |   471 |  5060k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9564 | 0.000000e+00 |      --      |    Inf 
619.59/619.70	c   620s| 95600 |   470 |  5063k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9567 | 0.000000e+00 |      --      |    Inf 
620.39/620.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.39/620.53	c   621s| 95700 |   486 |  5069k|  53.0 |  27M|  56 |  84 | 400 |  13k| 400 | 745 | 145 |  58k|9581 | 0.000000e+00 |      --      |    Inf 
621.18/621.37	c   621s| 95800 |   485 |  5076k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9592 | 0.000000e+00 |      --      |    Inf 
622.08/622.20	c   622s| 95900 |   482 |  5082k|  53.0 |  27M|  56 |  82 | 400 |  13k| 400 | 745 | 145 |  58k|9603 | 0.000000e+00 |      --      |    Inf 
622.79/622.90	c   623s| 96000 |   482 |  5089k|  53.0 |  27M|  56 |  93 | 400 |  13k| 400 | 745 | 145 |  58k|9609 | 0.000000e+00 |      --      |    Inf 
623.79/623.92	c   624s| 96100 |   478 |  5097k|  53.0 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9628 | 0.000000e+00 |      --      |    Inf 
624.78/624.97	c   625s| 96200 |   481 |  5106k|  53.1 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9645 | 0.000000e+00 |      --      |    Inf 
625.69/625.85	c   626s| 96300 |   487 |  5114k|  53.1 |  27M|  56 |  91 | 400 |  13k| 400 | 745 | 145 |  58k|9661 | 0.000000e+00 |      --      |    Inf 
626.59/626.70	c   627s| 96400 |   477 |  5120k|  53.1 |  27M|  56 |  88 | 400 |  13k| 400 | 745 | 145 |  58k|9676 | 0.000000e+00 |      --      |    Inf 
627.19/627.36	c   627s| 96500 |   489 |  5126k|  53.1 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9684 | 0.000000e+00 |      --      |    Inf 
627.89/628.04	c   628s| 96600 |   487 |  5132k|  53.1 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9694 | 0.000000e+00 |      --      |    Inf 
628.59/628.70	c   629s| 96700 |   487 |  5138k|  53.1 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9705 | 0.000000e+00 |      --      |    Inf 
629.28/629.44	c   629s| 96800 |   485 |  5146k|  53.2 |  27M|  56 |   - | 400 |  13k| 400 | 745 | 145 |  58k|9706 | 0.000000e+00 |      --      |    Inf 
629.88/630.09	c   630s| 96900 |   487 |  5152k|  53.2 |  27M|  56 |  87 | 400 |  14k| 400 | 745 | 145 |  59k|9707 | 0.000000e+00 |      --      |    Inf 
630.58/630.74	c   631s| 97000 |   487 |  5159k|  53.2 |  27M|  56 |  86 | 400 |  14k| 400 | 745 | 145 |  59k|9707 | 0.000000e+00 |      --      |    Inf 
631.19/631.40	c   631s| 97100 |   483 |  5165k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9707 | 0.000000e+00 |      --      |    Inf 
631.78/631.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.78/631.97	c   632s| 97200 |   480 |  5171k|  53.2 |  27M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9707 | 0.000000e+00 |      --      |    Inf 
632.48/632.61	c   633s| 97300 |   488 |  5177k|  53.2 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9708 | 0.000000e+00 |      --      |    Inf 
633.18/633.30	c   633s| 97400 |   494 |  5184k|  53.2 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9709 | 0.000000e+00 |      --      |    Inf 
633.88/634.09	c   634s| 97500 |   498 |  5192k|  53.3 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9709 | 0.000000e+00 |      --      |    Inf 
634.68/634.89	c   635s| 97600 |   494 |  5201k|  53.3 |  28M|  56 |  79 | 400 |  14k| 400 | 745 | 145 |  59k|9710 | 0.000000e+00 |      --      |    Inf 
635.48/635.63	c   636s| 97700 |   496 |  5208k|  53.3 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9718 | 0.000000e+00 |      --      |    Inf 
636.18/636.39	c   636s| 97800 |   494 |  5215k|  53.3 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9728 | 0.000000e+00 |      --      |    Inf 
636.88/637.08	c   637s| 97900 |   496 |  5222k|  53.3 |  28M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  59k|9728 | 0.000000e+00 |      --      |    Inf 
637.68/637.87	c   638s| 98000 |   490 |  5230k|  53.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  59k|9728 | 0.000000e+00 |      --      |    Inf 
638.48/638.61	c   639s| 98100 |   491 |  5238k|  53.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  60k|9728 | 0.000000e+00 |      --      |    Inf 
639.28/639.41	c   639s| 98200 |   489 |  5246k|  53.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  60k|9730 | 0.000000e+00 |      --      |    Inf 
640.09/640.22	c   640s| 98300 |   495 |  5254k|  53.4 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  60k|9730 | 0.000000e+00 |      --      |    Inf 
640.78/640.93	c   641s| 98400 |   493 |  5261k|  53.5 |  28M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  60k|9731 | 0.000000e+00 |      --      |    Inf 
641.48/641.68	c   642s| 98500 |   501 |  5269k|  53.5 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  60k|9733 | 0.000000e+00 |      --      |    Inf 
642.29/642.42	c   642s| 98600 |   497 |  5277k|  53.5 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  60k|9733 | 0.000000e+00 |      --      |    Inf 
643.08/643.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
643.08/643.23	c   643s| 98700 |   493 |  5285k|  53.5 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  60k|9734 | 0.000000e+00 |      --      |    Inf 
643.88/644.05	c   644s| 98800 |   490 |  5294k|  53.6 |  28M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  60k|9734 | 0.000000e+00 |      --      |    Inf 
644.68/644.87	c   645s| 98900 |   488 |  5303k|  53.6 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  60k|9735 | 0.000000e+00 |      --      |    Inf 
645.49/645.61	c   646s| 99000 |   496 |  5310k|  53.6 |  28M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  60k|9735 | 0.000000e+00 |      --      |    Inf 
646.28/646.41	c   646s| 99100 |   491 |  5319k|  53.7 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  61k|9735 | 0.000000e+00 |      --      |    Inf 
647.08/647.20	c   647s| 99200 |   493 |  5327k|  53.7 |  28M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  61k|9735 | 0.000000e+00 |      --      |    Inf 
647.88/648.05	c   648s| 99300 |   492 |  5336k|  53.7 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  61k|9735 | 0.000000e+00 |      --      |    Inf 
648.68/648.90	c   649s| 99400 |   488 |  5345k|  53.8 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  61k|9735 | 0.000000e+00 |      --      |    Inf 
649.48/649.66	c   650s| 99500 |   486 |  5352k|  53.8 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  61k|9735 | 0.000000e+00 |      --      |    Inf 
650.18/650.34	c   650s| 99600 |   488 |  5359k|  53.8 |  28M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  61k|9738 | 0.000000e+00 |      --      |    Inf 
650.78/650.97	c   651s| 99700 |   486 |  5365k|  53.8 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  61k|9738 | 0.000000e+00 |      --      |    Inf 
651.48/651.61	c   652s| 99800 |   490 |  5371k|  53.8 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  61k|9743 | 0.000000e+00 |      --      |    Inf 
652.09/652.26	c   652s| 99900 |   486 |  5378k|  53.8 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  61k|9748 | 0.000000e+00 |      --      |    Inf 
652.78/652.90	c   653s|100000 |   488 |  5384k|  53.8 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  61k|9753 | 0.000000e+00 |      --      |    Inf 
653.38/653.52	c   654s|100100 |   482 |  5390k|  53.8 |  28M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  61k|9753 | 0.000000e+00 |      --      |    Inf 
653.98/654.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.98/654.13	c   654s|100200 |   492 |  5396k|  53.8 |  28M|  56 |  75 | 400 |  16k| 400 | 745 | 145 |  61k|9753 | 0.000000e+00 |      --      |    Inf 
654.48/654.68	c   655s|100300 |   494 |  5401k|  53.8 |  28M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  61k|9754 | 0.000000e+00 |      --      |    Inf 
655.18/655.33	c   655s|100400 |   488 |  5408k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  62k|9754 | 0.000000e+00 |      --      |    Inf 
655.88/656.05	c   656s|100500 |   488 |  5413k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  62k|9769 | 0.000000e+00 |      --      |    Inf 
656.48/656.62	c   657s|100600 |   490 |  5419k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  62k|9769 | 0.000000e+00 |      --      |    Inf 
657.17/657.30	c   657s|100700 |   484 |  5425k|  53.9 |  28M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  62k|9782 | 0.000000e+00 |      --      |    Inf 
657.69/657.88	c   658s|100800 |   488 |  5430k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  62k|9792 | 0.000000e+00 |      --      |    Inf 
658.38/658.55	c   659s|100900 |   494 |  5435k|  53.9 |  28M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  62k|9805 | 0.000000e+00 |      --      |    Inf 
659.18/659.36	c   659s|101000 |   485 |  5442k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9816 | 0.000000e+00 |      --      |    Inf 
659.97/660.12	c   660s|101100 |   489 |  5448k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9825 | 0.000000e+00 |      --      |    Inf 
660.48/660.60	c   661s|101200 |   487 |  5452k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9831 | 0.000000e+00 |      --      |    Inf 
661.17/661.32	c   661s|101300 |   483 |  5457k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9848 | 0.000000e+00 |      --      |    Inf 
661.77/661.90	c   662s|101400 |   483 |  5463k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9848 | 0.000000e+00 |      --      |    Inf 
662.58/662.76	c   663s|101500 |   481 |  5468k|  53.9 |  28M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  62k|9870 | 0.000000e+00 |      --      |    Inf 
663.27/663.47	c   663s|101600 |   482 |  5475k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  62k|9873 | 0.000000e+00 |      --      |    Inf 
663.77/663.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.77/663.98	c   664s|101700 |   486 |  5480k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  63k|9873 | 0.000000e+00 |      --      |    Inf 
664.47/664.61	c   665s|101800 |   495 |  5485k|  53.9 |  28M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  63k|9883 | 0.000000e+00 |      --      |    Inf 
665.18/665.31	c   665s|101900 |   497 |  5491k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  63k|9897 | 0.000000e+00 |      --      |    Inf 
665.98/666.10	c   666s|102000 |   491 |  5498k|  53.9 |  28M|  56 |  84 | 400 |  15k| 400 | 745 | 145 |  63k|9913 | 0.000000e+00 |      --      |    Inf 
666.67/666.88	c   667s|102100 |   487 |  5505k|  53.9 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  63k|9923 | 0.000000e+00 |      --      |    Inf 
667.58/667.79	c   668s|102200 |   497 |  5512k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9935 | 0.000000e+00 |      --      |    Inf 
668.18/668.30	c   668s|102300 |   495 |  5517k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9938 | 0.000000e+00 |      --      |    Inf 
668.97/669.17	c   669s|102400 |   485 |  5524k|  53.9 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9956 | 0.000000e+00 |      --      |    Inf 
669.79/669.95	c   670s|102500 |   487 |  5531k|  54.0 |  28M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  63k|9965 | 0.000000e+00 |      --      |    Inf 
670.27/670.45	c   670s|102600 |   483 |  5536k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9965 | 0.000000e+00 |      --      |    Inf 
670.97/671.19	c   671s|102700 |   483 |  5542k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9981 | 0.000000e+00 |      --      |    Inf 
671.77/671.97	c   672s|102800 |   477 |  5548k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  63k|9995 | 0.000000e+00 |      --      |    Inf 
672.47/672.66	c   673s|102900 |   485 |  5554k|  54.0 |  28M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  63k|  10k| 0.000000e+00 |      --      |    Inf 
673.47/673.62	c   674s|103000 |   487 |  5562k|  54.0 |  28M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  63k|  10k| 0.000000e+00 |      --      |    Inf 
674.08/674.21	c   674s|103100 |   485 |  5567k|  54.0 |  28M|  56 |  92 | 400 |  16k| 400 | 745 | 145 |  63k|  10k| 0.000000e+00 |      --      |    Inf 
674.87/675.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.87/675.09	c   675s|103200 |   483 |  5574k|  54.0 |  28M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  63k|  10k| 0.000000e+00 |      --      |    Inf 
675.37/675.50	c   676s|103300 |   483 |  5578k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
675.97/676.11	c   676s|103400 |   487 |  5583k|  54.0 |  28M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
676.78/676.92	c   677s|103500 |   486 |  5589k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
677.38/677.57	c   678s|103600 |   486 |  5595k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
678.18/678.31	c   678s|103700 |   482 |  5601k|  54.0 |  28M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
678.77/678.90	c   679s|103800 |   488 |  5607k|  54.0 |  28M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
679.27/679.49	c   679s|103900 |   484 |  5611k|  54.0 |  28M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
679.87/680.06	c   680s|104000 |   484 |  5617k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
680.48/680.62	c   681s|104100 |   480 |  5621k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
681.17/681.35	c   681s|104200 |   490 |  5626k|  54.0 |  28M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
681.78/681.98	c   682s|104300 |   486 |  5632k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
682.37/682.50	c   682s|104400 |   496 |  5636k|  54.0 |  28M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
682.78/682.97	c   683s|104500 |   490 |  5640k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
683.37/683.56	c   684s|104600 |   492 |  5645k|  54.0 |  28M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
684.08/684.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
684.08/684.25	c   684s|104700 |   496 |  5650k|  54.0 |  28M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
684.77/684.97	c   685s|104800 |   492 |  5656k|  54.0 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
685.47/685.68	c   686s|104900 |   492 |  5662k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
686.07/686.20	c   686s|105000 |   488 |  5667k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
686.67/686.80	c   687s|105100 |   492 |  5672k|  54.0 |  29M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  64k|  10k| 0.000000e+00 |      --      |    Inf 
687.17/687.40	c   687s|105200 |   488 |  5678k|  54.0 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
688.07/688.21	c   688s|105300 |   488 |  5683k|  54.0 |  29M|  56 |  95 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
688.88/689.08	c   689s|105400 |   495 |  5690k|  54.0 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
689.67/689.87	c   690s|105500 |   495 |  5697k|  54.0 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
690.47/690.68	c   691s|105600 |   495 |  5704k|  54.0 |  29M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
691.18/691.35	c   691s|105700 |   495 |  5710k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
691.68/691.86	c   692s|105800 |   497 |  5714k|  54.0 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
692.17/692.38	c   692s|105900 |   501 |  5719k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
692.78/692.99	c   693s|106000 |   501 |  5725k|  54.0 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
693.47/693.62	c   694s|106100 |   499 |  5731k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
694.07/694.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.07/694.20	c   694s|106200 |   499 |  5736k|  54.0 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
694.47/694.68	c   695s|106300 |   499 |  5741k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
695.17/695.33	c   695s|106400 |   497 |  5747k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
695.77/695.90	c   696s|106500 |   497 |  5753k|  54.0 |  28M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
696.27/696.40	c   696s|106600 |   495 |  5758k|  54.0 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
696.87/697.02	c   697s|106700 |   497 |  5763k|  54.0 |  28M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  65k|  10k| 0.000000e+00 |      --      |    Inf 
697.47/697.61	c   698s|106800 |   499 |  5769k|  54.0 |  28M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
698.07/698.27	c   698s|106900 |   495 |  5775k|  54.0 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
698.67/698.87	c   699s|107000 |   497 |  5781k|  54.0 |  28M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
699.17/699.32	c   699s|107100 |   503 |  5785k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
699.67/699.81	c   700s|107200 |   505 |  5790k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
700.17/700.35	c   700s|107300 |   503 |  5795k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
700.67/700.86	c   701s|107400 |   509 |  5800k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
701.16/701.33	c   701s|107500 |   509 |  5804k|  54.0 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
701.67/701.82	c   702s|107600 |   505 |  5809k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
702.17/702.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.17/702.38	c   702s|107700 |   521 |  5815k|  54.0 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
702.78/702.96	c   703s|107800 |   519 |  5820k|  54.0 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
703.27/703.48	c   703s|107900 |   519 |  5826k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
703.87/704.08	c   704s|108000 |   511 |  5832k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
704.57/704.73	c   705s|108100 |   511 |  5839k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
705.17/705.33	c   705s|108200 |   511 |  5845k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
705.77/705.99	c   706s|108300 |   509 |  5852k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  66k|  10k| 0.000000e+00 |      --      |    Inf 
706.46/706.62	c   707s|108400 |   505 |  5858k|  54.0 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
707.17/707.37	c   707s|108500 |   502 |  5863k|  54.0 |  29M|  56 |  91 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
707.76/707.99	c   708s|108600 |   507 |  5869k|  54.0 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
708.37/708.54	c   709s|108700 |   507 |  5874k|  54.0 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
708.87/709.08	c   709s|108800 |   504 |  5879k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
709.37/709.59	c   710s|108900 |   506 |  5884k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
709.97/710.12	c   710s|109000 |   506 |  5889k|  54.0 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
710.57/710.76	c   711s|109100 |   502 |  5896k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
711.07/711.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.07/711.28	c   711s|109200 |   506 |  5901k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
711.67/711.80	c   712s|109300 |   506 |  5906k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
712.17/712.32	c   712s|109400 |   506 |  5912k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
712.68/712.88	c   713s|109500 |   508 |  5917k|  54.0 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
713.37/713.53	c   714s|109600 |   504 |  5924k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
713.97/714.15	c   714s|109700 |   506 |  5930k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  67k|  10k| 0.000000e+00 |      --      |    Inf 
714.47/714.67	c   715s|109800 |   500 |  5935k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
714.97/715.15	c   715s|109900 |   500 |  5940k|  54.0 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
715.47/715.68	c   716s|110000 |   505 |  5945k|  54.0 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
716.16/716.33	c   716s|110100 |   504 |  5952k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
716.76/716.95	c   717s|110200 |   499 |  5958k|  54.1 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
717.37/717.54	c   718s|110300 |   496 |  5965k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
718.27/718.43	c   718s|110400 |   503 |  5971k|  54.1 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
718.97/719.18	c   719s|110500 |   497 |  5979k|  54.1 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
719.67/719.81	c   720s|110600 |   493 |  5985k|  54.1 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
720.28/720.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.28/720.48	c   720s|110700 |   503 |  5990k|  54.1 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
720.77/720.92	c   721s|110800 |   505 |  5995k|  54.1 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
721.16/721.39	c   721s|110900 |   503 |  5999k|  54.1 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
721.66/721.85	c   722s|111000 |   505 |  6004k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
722.27/722.46	c   722s|111100 |   503 |  6010k|  54.1 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
722.86/723.06	c   723s|111200 |   506 |  6015k|  54.1 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
723.26/723.49	c   723s|111300 |   506 |  6019k|  54.1 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
723.87/724.08	c   724s|111400 |   508 |  6025k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
724.47/724.62	c   725s|111500 |   508 |  6030k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
725.06/725.20	c   725s|111600 |   510 |  6034k|  54.1 |  29M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
725.67/725.87	c   726s|111700 |   506 |  6039k|  54.1 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
726.17/726.34	c   726s|111800 |   504 |  6044k|  54.1 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  68k|  10k| 0.000000e+00 |      --      |    Inf 
726.77/726.96	c   727s|111900 |   505 |  6049k|  54.1 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
727.46/727.62	c   728s|112000 |   505 |  6053k|  54.0 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
727.97/728.15	c   728s|112100 |   505 |  6059k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
728.66/728.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.66/728.81	c   729s|112200 |   503 |  6064k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
729.18/729.34	c   729s|112300 |   503 |  6069k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
729.87/730.07	c   730s|112400 |   507 |  6075k|  54.0 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
730.66/730.80	c   731s|112500 |   505 |  6081k|  54.0 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
731.37/731.57	c   732s|112600 |   503 |  6087k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
732.17/732.33	c   732s|112700 |   503 |  6093k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
732.76/732.96	c   733s|112800 |   503 |  6098k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
733.36/733.57	c   734s|112900 |   516 |  6104k|  54.1 |  29M|  56 |  91 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
734.06/734.25	c   734s|113000 |   515 |  6110k|  54.1 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
734.67/734.89	c   735s|113100 |   519 |  6115k|  54.1 |  29M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
735.46/735.69	c   736s|113200 |   516 |  6122k|  54.1 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
736.36/736.54	c   737s|113300 |   516 |  6128k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
737.07/737.26	c   737s|113400 |   516 |  6135k|  54.1 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  69k|  10k| 0.000000e+00 |      --      |    Inf 
737.97/738.10	c   738s|113500 |   512 |  6142k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
738.66/738.88	c   739s|113600 |   512 |  6148k|  54.1 |  29M|  56 |  93 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
739.17/739.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
739.17/739.33	c   739s|113700 |   514 |  6152k|  54.1 |  29M|  56 |  81 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
739.57/739.74	c   740s|113800 |   514 |  6156k|  54.1 |  29M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
740.07/740.27	c   740s|113900 |   514 |  6160k|  54.1 |  29M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
740.76/740.91	c   741s|114000 |   512 |  6165k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
741.27/741.40	c   741s|114100 |   510 |  6169k|  54.1 |  29M|  56 |  77 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
741.76/741.93	c   742s|114200 |   510 |  6174k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
742.27/742.47	c   742s|114300 |   510 |  6178k|  54.1 |  29M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
742.86/743.08	c   743s|114400 |   508 |  6183k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
743.47/743.61	c   744s|114500 |   510 |  6188k|  54.0 |  29M|  56 |  85 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
743.96/744.12	c   744s|114600 |   506 |  6191k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
744.47/744.64	c   745s|114700 |   510 |  6195k|  54.0 |  29M|  56 |  81 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
745.06/745.24	c   745s|114800 |   510 |  6200k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
745.57/745.73	c   746s|114900 |   508 |  6204k|  54.0 |  29M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
746.27/746.45	c   746s|115000 |   504 |  6211k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
747.06/747.20	c   747s|115100 |   516 |  6216k|  54.0 |  29M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
747.66/747.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.66/747.85	c   748s|115200 |   508 |  6222k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
748.36/748.57	c   749s|115300 |   510 |  6228k|  54.0 |  29M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
749.16/749.32	c   749s|115400 |   512 |  6234k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
749.76/749.99	c   750s|115500 |   516 |  6240k|  54.0 |  29M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  70k|  10k| 0.000000e+00 |      --      |    Inf 
750.66/750.85	c   751s|115600 |   514 |  6247k|  54.0 |  29M|  56 |  83 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
751.26/751.47	c   751s|115700 |   514 |  6253k|  54.0 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
752.17/752.36	c   752s|115800 |   514 |  6260k|  54.1 |  29M|  56 |  88 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
752.86/753.02	c   753s|115900 |   516 |  6266k|  54.1 |  29M|  56 |  87 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
753.37/753.59	c   754s|116000 |   514 |  6271k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
753.96/754.16	c   754s|116100 |   512 |  6275k|  54.0 |  29M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
754.66/754.89	c   755s|116200 |   512 |  6282k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
755.56/755.72	c   756s|116300 |   512 |  6289k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
756.26/756.47	c   756s|116400 |   510 |  6295k|  54.1 |  29M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
757.06/757.23	c   757s|116500 |   511 |  6301k|  54.1 |  29M|  56 |  93 | 400 |  16k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
757.86/758.02	c   758s|116600 |   510 |  6308k|  54.1 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
758.56/758.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
758.56/758.72	c   759s|116700 |   510 |  6315k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
759.16/759.37	c   759s|116800 |   510 |  6321k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
759.86/760.03	c   760s|116900 |   512 |  6327k|  54.1 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
760.56/760.79	c   761s|117000 |   514 |  6334k|  54.1 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
761.36/761.54	c   762s|117100 |   512 |  6342k|  54.2 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
762.07/762.22	c   762s|117200 |   516 |  6348k|  54.2 |  29M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
762.76/762.90	c   763s|117300 |   520 |  6356k|  54.2 |  29M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  71k|  10k| 0.000000e+00 |      --      |    Inf 
763.46/763.62	c   764s|117400 |   514 |  6363k|  54.2 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
764.16/764.34	c   764s|117500 |   512 |  6370k|  54.2 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
764.86/765.04	c   765s|117600 |   508 |  6377k|  54.2 |  29M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
765.47/765.62	c   766s|117700 |   514 |  6383k|  54.2 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
765.96/766.17	c   766s|117800 |   511 |  6388k|  54.2 |  29M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
766.66/766.87	c   767s|117900 |   513 |  6395k|  54.2 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
767.36/767.51	c   768s|118000 |   511 |  6401k|  54.2 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
768.06/768.20	c   768s|118100 |   507 |  6408k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
768.77/768.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.77/768.99	c   769s|118200 |   513 |  6416k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
769.46/769.66	c   770s|118300 |   517 |  6422k|  54.3 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
769.96/770.17	c   770s|118400 |   515 |  6427k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
770.46/770.64	c   771s|118500 |   517 |  6432k|  54.3 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
770.97/771.19	c   771s|118600 |   519 |  6437k|  54.3 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
771.56/771.79	c   772s|118700 |   519 |  6443k|  54.3 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
772.26/772.41	c   772s|118800 |   517 |  6449k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
772.76/772.98	c   773s|118900 |   517 |  6454k|  54.3 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
773.36/773.53	c   774s|119000 |   519 |  6460k|  54.3 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  72k|  10k| 0.000000e+00 |      --      |    Inf 
773.86/774.09	c   774s|119100 |   517 |  6465k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
774.66/774.89	c   775s|119200 |   519 |  6472k|  54.3 |  29M|  56 |  78 | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
775.15/775.37	c   775s|119300 |   521 |  6476k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
775.66/775.86	c   776s|119400 |   517 |  6481k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
776.16/776.39	c   776s|119500 |   523 |  6486k|  54.3 |  29M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
776.76/776.92	c   777s|119600 |   529 |  6491k|  54.3 |  29M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
777.26/777.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
777.26/777.40	c   777s|119700 |   531 |  6496k|  54.3 |  29M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
778.06/778.21	c   778s|119800 |   531 |  6502k|  54.3 |  29M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
778.76/778.97	c   779s|119900 |   527 |  6509k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
779.46/779.69	c   780s|120000 |   525 |  6516k|  54.3 |  29M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
780.16/780.35	c   780s|120100 |   523 |  6523k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
780.66/780.85	c   781s|120200 |   525 |  6528k|  54.3 |  29M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
781.15/781.39	c   781s|120300 |   525 |  6533k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
781.76/781.90	c   782s|120400 |   527 |  6538k|  54.3 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  73k|  10k| 0.000000e+00 |      --      |    Inf 
782.25/782.49	c   782s|120500 |   524 |  6543k|  54.3 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
782.86/783.05	c   783s|120600 |   522 |  6549k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
783.46/783.64	c   784s|120700 |   522 |  6555k|  54.3 |  29M|  56 |  92 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
784.06/784.26	c   784s|120800 |   528 |  6561k|  54.3 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
784.56/784.77	c   785s|120900 |   526 |  6566k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
785.16/785.30	c   785s|121000 |   522 |  6571k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
785.66/785.85	c   786s|121100 |   525 |  6576k|  54.3 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
786.26/786.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.26/786.46	c   786s|121200 |   520 |  6582k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
786.85/787.05	c   787s|121300 |   520 |  6588k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
787.46/787.66	c   788s|121400 |   524 |  6594k|  54.3 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
788.16/788.38	c   788s|121500 |   520 |  6600k|  54.3 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
788.76/788.90	c   789s|121600 |   520 |  6605k|  54.3 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
789.16/789.35	c   789s|121700 |   528 |  6609k|  54.3 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
789.57/789.74	c   790s|121800 |   524 |  6613k|  54.3 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
790.15/790.36	c   790s|121900 |   522 |  6619k|  54.3 |  29M|  56 |  77 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
790.76/790.97	c   791s|122000 |   520 |  6625k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
791.45/791.60	c   792s|122100 |   520 |  6631k|  54.3 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
791.86/792.06	c   792s|122200 |   519 |  6635k|  54.3 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  74k|  10k| 0.000000e+00 |      --      |    Inf 
792.36/792.57	c   793s|122300 |   520 |  6640k|  54.3 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
792.96/793.18	c   793s|122400 |   522 |  6645k|  54.3 |  29M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
793.76/793.92	c   794s|122500 |   516 |  6652k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
794.16/794.39	c   794s|122600 |   516 |  6656k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
794.85/795.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
794.85/795.01	c   795s|122700 |   520 |  6661k|  54.3 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
795.45/795.62	c   796s|122800 |   516 |  6666k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
796.16/796.33	c   796s|122900 |   514 |  6671k|  54.3 |  29M|  56 |  95 | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
796.85/797.00	c   797s|123000 |   518 |  6677k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
797.46/797.68	c   798s|123100 |   515 |  6683k|  54.3 |  29M|  56 |  93 | 400 |  16k| 400 | 745 | 145 |  75k|  10k| 0.000000e+00 |      --      |    Inf 
798.46/798.69	c   799s|123200 |   525 |  6692k|  54.3 |  29M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
799.16/799.39	c   799s|123300 |   529 |  6697k|  54.3 |  29M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
799.85/800.01	c   800s|123400 |   520 |  6704k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
800.56/800.74	c   801s|123500 |   518 |  6710k|  54.3 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
801.25/801.46	c   801s|123600 |   522 |  6716k|  54.3 |  29M|  56 |  81 | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
802.06/802.25	c   802s|123700 |   520 |  6723k|  54.3 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  75k|  11k| 0.000000e+00 |      --      |    Inf 
802.76/802.99	c   803s|123800 |   524 |  6729k|  54.4 |  29M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
803.55/803.73	c   804s|123900 |   516 |  6736k|  54.4 |  29M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
804.15/804.39	c   804s|124000 |   512 |  6742k|  54.4 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
804.85/805.04	c   805s|124100 |   510 |  6747k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
805.66/805.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.66/805.89	c   806s|124200 |   517 |  6753k|  54.4 |  29M|  56 | 115 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
806.35/806.55	c   807s|124300 |   525 |  6759k|  54.4 |  29M|  56 |  78 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
806.96/807.12	c   807s|124400 |   523 |  6764k|  54.4 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
807.55/807.76	c   808s|124500 |   527 |  6769k|  54.4 |  29M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
808.25/808.40	c   808s|124600 |   525 |  6774k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
808.85/809.08	c   809s|124700 |   523 |  6780k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
809.46/809.69	c   810s|124800 |   525 |  6785k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
810.15/810.31	c   810s|124900 |   528 |  6790k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
810.85/811.02	c   811s|125000 |   526 |  6796k|  54.4 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
811.56/811.79	c   812s|125100 |   526 |  6802k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
812.35/812.57	c   813s|125200 |   522 |  6809k|  54.4 |  29M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  76k|  11k| 0.000000e+00 |      --      |    Inf 
812.95/813.10	c   813s|125300 |   527 |  6814k|  54.4 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
813.56/813.79	c   814s|125400 |   523 |  6819k|  54.4 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
814.35/814.52	c   815s|125500 |   519 |  6825k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
815.15/815.37	c   815s|125600 |   530 |  6831k|  54.4 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
815.85/816.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
815.85/816.03	c   816s|125700 |   527 |  6838k|  54.4 |  29M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
816.65/816.81	c   817s|125800 |   525 |  6845k|  54.4 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
817.45/817.67	c   818s|125900 |   519 |  6851k|  54.4 |  29M|  56 |  93 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
818.16/818.39	c   818s|126000 |   521 |  6858k|  54.4 |  29M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
818.95/819.16	c   819s|126100 |   521 |  6865k|  54.4 |  29M|  56 |  86 | 400 |  16k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
819.75/819.97	c   820s|126200 |   521 |  6871k|  54.4 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
820.55/820.70	c   821s|126300 |   519 |  6878k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
821.15/821.38	c   821s|126400 |   518 |  6883k|  54.5 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
821.95/822.14	c   822s|126500 |   518 |  6889k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
822.56/822.77	c   823s|126600 |   516 |  6895k|  54.5 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
823.25/823.40	c   823s|126700 |   516 |  6900k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  77k|  11k| 0.000000e+00 |      --      |    Inf 
823.95/824.11	c   824s|126800 |   518 |  6906k|  54.5 |  29M|  56 |  91 | 400 |  15k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
824.86/825.03	c   825s|126900 |   530 |  6914k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
825.55/825.78	c   826s|127000 |   528 |  6920k|  54.5 |  29M|  56 |  82 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
826.05/826.27	c   826s|127100 |   528 |  6924k|  54.5 |  29M|  56 |  87 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
826.65/826.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
826.65/826.87	c   827s|127200 |   532 |  6929k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
827.25/827.41	c   827s|127300 |   528 |  6933k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
827.85/828.05	c   828s|127400 |   526 |  6939k|  54.5 |  29M|  56 |  93 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
828.65/828.84	c   829s|127500 |   528 |  6945k|  54.5 |  29M|  56 |  81 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
829.26/829.43	c   829s|127600 |   528 |  6950k|  54.5 |  28M|  56 |  88 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
829.85/830.06	c   830s|127700 |   525 |  6956k|  54.5 |  28M|  56 |  86 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
830.55/830.75	c   831s|127800 |   525 |  6962k|  54.5 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
831.36/831.52	c   832s|127900 |   531 |  6968k|  54.5 |  28M|  56 |  89 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
831.85/832.05	c   832s|128000 |   525 |  6972k|  54.5 |  28M|  56 |  90 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
832.35/832.59	c   833s|128100 |   527 |  6977k|  54.5 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
832.85/833.08	c   833s|128200 |   529 |  6982k|  54.5 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
833.45/833.61	c   834s|128300 |   527 |  6987k|  54.5 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
833.95/834.17	c   834s|128400 |   529 |  6992k|  54.5 |  28M|  56 |  82 | 400 |  14k| 400 | 745 | 145 |  78k|  11k| 0.000000e+00 |      --      |    Inf 
834.35/834.58	c   835s|128500 |   525 |  6996k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
834.85/835.00	c   835s|128600 |   529 |  7000k|  54.4 |  28M|  56 |  82 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
835.25/835.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.25/835.43	c   835s|128700 |   528 |  7005k|  54.4 |  28M|  56 |  77 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
835.85/836.04	c   836s|128800 |   530 |  7010k|  54.4 |  28M|  56 |  90 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
836.45/836.63	c   837s|128900 |   525 |  7015k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
836.96/837.19	c   837s|129000 |   527 |  7020k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
837.55/837.70	c   838s|129100 |   525 |  7025k|  54.4 |  28M|  56 |  88 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
838.05/838.21	c   838s|129200 |   525 |  7030k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
838.45/838.67	c   839s|129300 |   521 |  7034k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
839.35/839.56	c   840s|129400 |   521 |  7041k|  54.4 |  28M|  56 |  84 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
840.15/840.34	c   840s|129500 |   525 |  7047k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
840.85/841.01	c   841s|129600 |   529 |  7053k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
841.45/841.67	c   842s|129700 |   531 |  7060k|  54.4 |  28M|  56 |  89 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
842.15/842.30	c   842s|129800 |   529 |  7066k|  54.4 |  28M|  56 |  89 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
842.75/842.96	c   843s|129900 |   537 |  7072k|  54.4 |  28M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
843.25/843.41	c   843s|130000 |   535 |  7076k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
843.65/843.82	c   844s|130100 |   533 |  7080k|  54.4 |  28M|  56 |  80 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
844.04/844.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.04/844.28	c   844s|130200 |   535 |  7085k|  54.4 |  28M|  56 |  77 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
844.45/844.68	c   845s|130300 |   535 |  7089k|  54.4 |  28M|  56 |  76 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
844.95/845.15	c   845s|130400 |   541 |  7094k|  54.4 |  28M|  56 |  75 | 400 |  14k| 400 | 745 | 145 |  79k|  11k| 0.000000e+00 |      --      |    Inf 
845.34/845.57	c   846s|130500 |   535 |  7098k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
845.85/846.08	c   846s|130600 |   535 |  7103k|  54.4 |  28M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
846.35/846.51	c   847s|130700 |   538 |  7107k|  54.4 |  28M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
846.85/847.04	c   847s|130800 |   532 |  7113k|  54.4 |  28M|  56 |  83 | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
847.35/847.56	c   848s|130900 |   532 |  7118k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
847.86/848.05	c   848s|131000 |   537 |  7123k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
848.35/848.52	c   849s|131100 |   536 |  7128k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
848.85/849.08	c   849s|131200 |   536 |  7134k|  54.4 |  28M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
849.45/849.61	c   850s|131300 |   534 |  7140k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
849.95/850.10	c   850s|131400 |   532 |  7145k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
850.45/850.66	c   851s|131500 |   532 |  7151k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
851.15/851.33	c   851s|131600 |   528 |  7157k|  54.4 |  29M|  56 |  99 | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
851.75/851.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.75/851.95	c   852s|131700 |   536 |  7163k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
852.45/852.64	c   853s|131800 |   539 |  7169k|  54.4 |  29M|  56 |  85 | 400 |  14k| 400 | 745 | 145 |  80k|  11k| 0.000000e+00 |      --      |    Inf 
853.05/853.22	c   853s|131900 |   548 |  7174k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
853.65/853.83	c   854s|132000 |   544 |  7180k|  54.4 |  29M|  56 |  88 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
854.35/854.57	c   855s|132100 |   543 |  7187k|  54.4 |  29M|  56 |  94 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
854.95/855.18	c   855s|132200 |   549 |  7193k|  54.4 |  29M|  56 |  82 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
855.56/855.75	c   856s|132300 |   551 |  7199k|  54.4 |  29M|  56 |  86 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
856.15/856.35	c   856s|132400 |   549 |  7205k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
856.75/856.97	c   857s|132500 |   543 |  7211k|  54.4 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
857.25/857.48	c   857s|132600 |   551 |  7216k|  54.4 |  29M|  56 |  81 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
857.75/857.97	c   858s|132700 |   550 |  7221k|  54.4 |  29M|  56 |  82 | 400 |  14k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
858.44/858.64	c   859s|132800 |   554 |  7228k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
859.04/859.23	c   859s|132900 |   548 |  7234k|  54.4 |  29M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
859.54/859.77	c   860s|133000 |   548 |  7240k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
860.15/860.30	c   860s|133100 |   550 |  7245k|  54.4 |  29M|  56 |  81 | 400 |  15k| 400 | 745 | 145 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
860.65/860.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.65/860.87	c   861s|133200 |   542 |  7251k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
861.25/861.40	c   861s|133300 |   543 |  7257k|  54.4 |  29M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
861.84/862.01	c   862s|133400 |   540 |  7263k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
862.34/862.58	c   863s|133500 |   549 |  7269k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
863.05/863.20	c   863s|133600 |   543 |  7276k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
863.64/863.84	c   864s|133700 |   541 |  7282k|  54.5 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
864.15/864.34	c   864s|133800 |   543 |  7287k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
864.65/864.85	c   865s|133900 |   551 |  7292k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
865.24/865.42	c   865s|134000 |   545 |  7298k|  54.5 |  29M|  56 |  92 | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
865.84/866.07	c   866s|134100 |   547 |  7304k|  54.5 |  29M|  56 |  93 | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
866.55/866.79	c   867s|134200 |   547 |  7311k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
867.34/867.50	c   867s|134300 |   545 |  7318k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
868.14/868.30	c   868s|134400 |   542 |  7325k|  54.5 |  29M|  56 |  84 | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
868.75/868.92	c   869s|134500 |   548 |  7330k|  54.5 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
869.44/869.61	c   870s|134600 |   546 |  7336k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
870.24/870.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.24/870.45	c   870s|134700 |   548 |  7342k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
870.85/871.06	c   871s|134800 |   549 |  7349k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
871.64/871.83	c   872s|134900 |   551 |  7355k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
872.44/872.60	c   873s|135000 |   549 |  7361k|  54.5 |  29M|  56 |  92 | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
872.94/873.11	c   873s|135100 |   553 |  7366k|  54.5 |  29M|  56 |   - | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
873.54/873.78	c   874s|135200 |   551 |  7371k|  54.5 |  29M|  56 |  88 | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
874.05/874.25	c   874s|135300 |   552 |  7376k|  54.5 |  29M|  56 |  79 | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
874.65/874.88	c   875s|135400 |   548 |  7381k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
875.54/875.75	c   876s|135500 |   548 |  7388k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
876.24/876.47	c   876s|135600 |   560 |  7394k|  54.5 |  29M|  56 |  84 | 400 |  14k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
876.75/876.93	c   877s|135700 |   559 |  7398k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  83k|  11k| 0.000000e+00 |      --      |    Inf 
877.24/877.41	c   877s|135800 |   561 |  7403k|  54.5 |  29M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
877.84/878.00	c   878s|135900 |   559 |  7408k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
878.34/878.56	c   879s|136000 |   559 |  7413k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
879.04/879.22	c   879s|136100 |   561 |  7419k|  54.5 |  29M|  56 |  78 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
879.74/879.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.74/879.91	c   880s|136200 |   560 |  7425k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
880.34/880.56	c   881s|136300 |   559 |  7430k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
881.14/881.33	c   881s|136400 |   565 |  7436k|  54.5 |  29M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
881.64/881.89	c   882s|136500 |   567 |  7441k|  54.5 |  29M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
882.34/882.50	c   882s|136600 |   567 |  7447k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
882.94/883.12	c   883s|136700 |   562 |  7453k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
883.54/883.74	c   884s|136800 |   562 |  7458k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
884.25/884.40	c   884s|136900 |   562 |  7464k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
884.94/885.17	c   885s|137000 |   565 |  7470k|  54.5 |  29M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
885.65/885.83	c   886s|137100 |   562 |  7476k|  54.5 |  29M|  56 |  81 | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
886.45/886.68	c   887s|137200 |   562 |  7483k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  84k|  11k| 0.000000e+00 |      --      |    Inf 
887.24/887.47	c   887s|137300 |   560 |  7490k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
887.94/888.19	c   888s|137400 |   558 |  7496k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
888.64/888.84	c   889s|137500 |   564 |  7502k|  54.6 |  29M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
889.44/889.67	c   890s|137600 |   562 |  7509k|  54.6 |  29M|  56 |  81 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
890.24/890.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.24/890.49	c   890s|137700 |   560 |  7516k|  54.6 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
891.04/891.29	c   891s|137800 |   564 |  7523k|  54.6 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
891.74/891.95	c   892s|137900 |   556 |  7530k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
892.54/892.73	c   893s|138000 |   558 |  7536k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
893.24/893.46	c   893s|138100 |   558 |  7543k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
893.94/894.13	c   894s|138200 |   568 |  7548k|  54.6 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
894.64/894.87	c   895s|138300 |   564 |  7553k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
895.15/895.40	c   895s|138400 |   560 |  7558k|  54.6 |  29M|  56 |  98 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
895.74/895.92	c   896s|138500 |   564 |  7563k|  54.6 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
896.34/896.59	c   897s|138600 |   562 |  7568k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
897.13/897.34	c   897s|138700 |   560 |  7575k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
897.64/897.86	c   898s|138800 |   568 |  7579k|  54.6 |  29M|  56 |  85 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
898.14/898.37	c   898s|138900 |   572 |  7583k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
898.74/898.91	c   899s|139000 |   570 |  7588k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
899.34/899.50	c   900s|139100 |   568 |  7593k|  54.6 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
899.84/900.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.84/900.05	c   900s|139200 |   566 |  7597k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  85k|  11k| 0.000000e+00 |      --      |    Inf 
900.34/900.55	c   901s|139300 |   564 |  7602k|  54.6 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
900.94/901.14	c   901s|139400 |   568 |  7607k|  54.6 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
901.64/901.81	c   902s|139500 |   566 |  7612k|  54.6 |  29M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
902.14/902.32	c   902s|139600 |   570 |  7617k|  54.6 |  29M|  56 |  84 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
902.54/902.75	c   903s|139700 |   568 |  7622k|  54.6 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
903.03/903.20	c   903s|139800 |   568 |  7626k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
903.44/903.66	c   904s|139900 |   566 |  7631k|  54.5 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
904.05/904.26	c   904s|140000 |   572 |  7635k|  54.5 |  29M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  86k|  11k| 0.000000e+00 |      --      |    Inf 
904.64/904.85	c   905s|140100 |   570 |  7641k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
905.15/905.38	c   905s|140200 |   572 |  7646k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
905.64/905.86	c   906s|140300 |   568 |  7650k|  54.5 |  29M|  56 |  84 | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
906.15/906.39	c   906s|140400 |   564 |  7655k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
906.74/906.91	c   907s|140500 |   568 |  7660k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
907.44/907.67	c   908s|140600 |   567 |  7665k|  54.5 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
907.94/908.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.94/908.19	c   908s|140700 |   567 |  7670k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
908.54/908.72	c   909s|140800 |   565 |  7674k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
908.93/909.19	c   909s|140900 |   565 |  7679k|  54.5 |  29M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
909.54/909.73	c   910s|141000 |   567 |  7684k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
910.13/910.31	c   910s|141100 |   565 |  7689k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
910.73/910.93	c   911s|141200 |   565 |  7694k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
911.33/911.51	c   912s|141300 |   571 |  7700k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
911.83/912.02	c   912s|141400 |   565 |  7704k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  86k|  12k| 0.000000e+00 |      --      |    Inf 
912.34/912.53	c   913s|141500 |   565 |  7709k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
912.75/912.99	c   913s|141600 |   566 |  7713k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
913.24/913.45	c   913s|141700 |   568 |  7718k|  54.5 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
913.73/913.96	c   914s|141800 |   566 |  7723k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
914.34/914.52	c   915s|141900 |   567 |  7728k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
915.05/915.25	c   915s|142000 |   566 |  7735k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
915.54/915.76	c   916s|142100 |   570 |  7740k|  54.5 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
916.04/916.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.04/916.29	c   916s|142200 |   566 |  7745k|  54.5 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
916.74/916.91	c   917s|142300 |   568 |  7750k|  54.5 |  29M|  56 |  87 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
917.24/917.48	c   917s|142400 |   563 |  7755k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
917.94/918.13	c   918s|142500 |   565 |  7762k|  54.5 |  29M|  56 |  91 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
918.64/918.83	c   919s|142600 |   565 |  7769k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
919.23/919.41	c   919s|142700 |   563 |  7774k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
919.84/920.07	c   920s|142800 |   565 |  7781k|  54.5 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
920.33/920.55	c   921s|142900 |   565 |  7786k|  54.5 |  29M|  56 |  83 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
920.84/921.02	c   921s|143000 |   559 |  7790k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
921.34/921.51	c   922s|143100 |   561 |  7795k|  54.5 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
921.93/922.11	c   922s|143200 |   559 |  7801k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
922.43/922.65	c   923s|143300 |   561 |  7806k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
923.04/923.24	c   923s|143400 |   565 |  7811k|  54.5 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
923.63/923.90	c   924s|143500 |   563 |  7818k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
924.23/924.45	c   924s|143600 |   563 |  7822k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
924.63/924.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.63/924.89	c   925s|143700 |   561 |  7827k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
925.13/925.37	c   925s|143800 |   565 |  7831k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
925.64/925.85	c   926s|143900 |   561 |  7836k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
926.14/926.37	c   926s|144000 |   563 |  7841k|  54.4 |  29M|  56 |  90 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
926.63/926.90	c   927s|144100 |   561 |  7846k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
927.33/927.50	c   928s|144200 |   560 |  7852k|  54.4 |  29M|  56 |  81 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
927.93/928.12	c   928s|144300 |   560 |  7857k|  54.4 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
928.53/928.73	c   929s|144400 |   563 |  7863k|  54.4 |  29M|  56 |  88 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
929.04/929.29	c   929s|144500 |   561 |  7868k|  54.4 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
929.73/929.96	c   930s|144600 |   561 |  7874k|  54.5 |  29M|  56 |  86 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
930.44/930.68	c   931s|144700 |   559 |  7881k|  54.5 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
931.14/931.31	c   931s|144800 |   560 |  7887k|  54.5 |  29M|  56 |  89 | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
931.73/931.90	c   932s|144900 |   556 |  7893k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
932.34/932.56	c   933s|145000 |   562 |  7900k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
933.13/933.32	c   933s|145100 |   561 |  7907k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  88k|  12k| 0.000000e+00 |      --      |    Inf 
933.94/934.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.94/934.10	c   934s|145200 |   559 |  7916k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
934.54/934.78	c   935s|145300 |   565 |  7922k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
935.24/935.43	c   935s|145400 |   564 |  7929k|  54.5 |  29M|  56 |  91 | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
935.74/935.92	c   936s|145500 |   560 |  7933k|  54.5 |  29M|  56 |  84 | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
936.23/936.49	c   936s|145600 |   562 |  7939k|  54.5 |  29M|  56 |  80 | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
936.84/937.01	c   937s|145700 |   562 |  7944k|  54.5 |  29M|  56 |   - | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
937.33/937.54	c   938s|145800 |   570 |  7949k|  54.5 |  29M|  56 |  77 | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
937.93/938.11	c   938s|145900 |   568 |  7955k|  54.5 |  29M|  56 |  82 | 400 |  15k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
938.43/938.69	c   939s|146000 |   564 |  7960k|  54.5 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
939.03/939.22	c   939s|146100 |   565 |  7966k|  54.5 |  29M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
939.54/939.71	c   940s|146200 |   571 |  7970k|  54.5 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
940.03/940.26	c   940s|146300 |   571 |  7976k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
940.53/940.79	c   941s|146400 |   569 |  7981k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  89k|  12k| 0.000000e+00 |      --      |    Inf 
941.23/941.47	c   941s|146500 |   567 |  7988k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
941.93/942.11	c   942s|146600 |   565 |  7994k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
942.44/942.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.44/942.69	c   943s|146700 |   573 |  8000k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
942.93/943.19	c   943s|146800 |   571 |  8005k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
943.44/943.60	c   944s|146900 |   571 |  8009k|  54.5 |  29M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
943.83/944.07	c   944s|147000 |   573 |  8014k|  54.5 |  29M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
944.43/944.66	c   945s|147100 |   571 |  8020k|  54.5 |  30M|  56 |  80 | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
945.04/945.29	c   945s|147200 |   573 |  8025k|  54.5 |  30M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
945.74/945.93	c   946s|147300 |   573 |  8030k|  54.5 |  30M|  56 |  83 | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
946.24/946.40	c   946s|147400 |   573 |  8035k|  54.5 |  30M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
946.84/947.06	c   947s|147500 |   567 |  8041k|  54.5 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
947.54/947.70	c   948s|147600 |   571 |  8047k|  54.5 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
948.13/948.34	c   948s|147700 |   569 |  8053k|  54.5 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
948.83/949.06	c   949s|147800 |   569 |  8059k|  54.5 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
949.54/949.78	c   950s|147900 |   565 |  8066k|  54.5 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  90k|  12k| 0.000000e+00 |      --      |    Inf 
950.24/950.44	c   950s|148000 |   571 |  8072k|  54.5 |  30M|  56 |  81 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
950.93/951.12	c   951s|148100 |   570 |  8078k|  54.5 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
951.63/951.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
951.63/951.81	c   952s|148200 |   570 |  8084k|  54.5 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
952.34/952.53	c   953s|148300 |   570 |  8091k|  54.6 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
952.93/953.16	c   953s|148400 |   565 |  8097k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
953.73/953.95	c   954s|148500 |   567 |  8104k|  54.6 |  30M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
954.54/954.72	c   955s|148600 |   565 |  8110k|  54.6 |  30M|  56 |  83 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
955.13/955.39	c   955s|148700 |   566 |  8117k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
955.93/956.18	c   956s|148800 |   564 |  8123k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
956.63/956.89	c   957s|148900 |   564 |  8130k|  54.6 |  30M|  56 |  81 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
957.53/957.74	c   958s|149000 |   562 |  8138k|  54.6 |  30M|  56 |  83 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
958.43/958.62	c   959s|149100 |   566 |  8144k|  54.6 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
959.13/959.33	c   959s|149200 |   568 |  8152k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  91k|  12k| 0.000000e+00 |      --      |    Inf 
960.04/960.23	c   960s|149300 |   562 |  8159k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
960.53/960.77	c   961s|149400 |   568 |  8164k|  54.6 |  30M|  56 |  88 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
961.13/961.39	c   961s|149500 |   567 |  8170k|  54.6 |  30M|  56 |  85 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
961.83/962.05	c   962s|149600 |   567 |  8175k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
962.43/962.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
962.43/962.69	c   963s|149700 |   566 |  8180k|  54.6 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
963.13/963.34	c   963s|149800 |   566 |  8185k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
963.73/963.94	c   964s|149900 |   566 |  8191k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
964.33/964.53	c   965s|150000 |   568 |  8196k|  54.6 |  30M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
965.03/965.22	c   965s|150100 |   564 |  8201k|  54.6 |  30M|  56 |  91 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
965.64/965.82	c   966s|150200 |   566 |  8207k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
966.32/966.52	c   967s|150300 |   570 |  8212k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
966.93/967.19	c   967s|150400 |   568 |  8218k|  54.6 |  30M|  56 |  78 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
967.63/967.85	c   968s|150500 |   568 |  8224k|  54.6 |  30M|  56 |  87 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
968.23/968.45	c   968s|150600 |   570 |  8229k|  54.6 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
969.03/969.24	c   969s|150700 |   572 |  8235k|  54.6 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
969.53/969.76	c   970s|150800 |   571 |  8240k|  54.6 |  30M|  56 |  87 | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
970.23/970.43	c   970s|150900 |   573 |  8245k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
970.83/971.01	c   971s|151000 |   570 |  8250k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  92k|  12k| 0.000000e+00 |      --      |    Inf 
971.43/971.66	c   972s|151100 |   568 |  8256k|  54.6 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
972.03/972.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
972.03/972.25	c   972s|151200 |   570 |  8261k|  54.6 |  30M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
972.63/972.88	c   973s|151300 |   567 |  8266k|  54.6 |  30M|  56 |  88 | 400 |  17k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
973.23/973.48	c   973s|151400 |   571 |  8271k|  54.6 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
973.92/974.14	c   974s|151500 |   571 |  8276k|  54.6 |  30M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
974.62/974.83	c   975s|151600 |   567 |  8282k|  54.6 |  30M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
975.23/975.45	c   975s|151700 |   571 |  8287k|  54.6 |  30M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
975.83/976.09	c   976s|151800 |   567 |  8293k|  54.6 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
976.53/976.74	c   977s|151900 |   567 |  8300k|  54.6 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
977.43/977.62	c   978s|152000 |   567 |  8306k|  54.6 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
978.13/978.38	c   978s|152100 |   567 |  8313k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
978.73/978.98	c   979s|152200 |   571 |  8318k|  54.7 |  30M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
979.33/979.53	c   980s|152300 |   571 |  8323k|  54.6 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
979.94/980.13	c   980s|152400 |   567 |  8329k|  54.6 |  30M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
980.52/980.77	c   981s|152500 |   569 |  8335k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  93k|  12k| 0.000000e+00 |      --      |    Inf 
981.13/981.35	c   981s|152600 |   569 |  8340k|  54.7 |  30M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
981.82/982.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.82/982.07	c   982s|152700 |   561 |  8346k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
982.43/982.64	c   983s|152800 |   563 |  8351k|  54.7 |  30M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
983.02/983.25	c   983s|152900 |   562 |  8357k|  54.7 |  30M|  56 |  85 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
983.73/983.94	c   984s|153000 |   562 |  8363k|  54.7 |  30M|  56 |  89 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
984.53/984.70	c   985s|153100 |   561 |  8370k|  54.7 |  30M|  56 |  87 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
985.23/985.47	c   985s|153200 |   566 |  8376k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
985.63/985.89	c   986s|153300 |   572 |  8380k|  54.7 |  30M|  56 |  78 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
986.23/986.40	c   986s|153400 |   566 |  8385k|  54.7 |  30M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
986.72/986.96	c   987s|153500 |   564 |  8390k|  54.7 |  30M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
987.93/988.16	c   988s|153600 |   568 |  8396k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
988.74/988.98	c   989s|153700 |   565 |  8402k|  54.7 |  30M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
989.43/989.66	c   990s|153800 |   563 |  8408k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  94k|  12k| 0.000000e+00 |      --      |    Inf 
990.22/990.47	c   990s|153900 |   562 |  8415k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
991.22/991.45	c   991s|154000 |   565 |  8424k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
992.33/992.52	c   993s|154100 |   562 |  8433k|  54.7 |  30M|  56 |  88 | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
993.23/993.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
993.23/993.48	c   993s|154200 |   563 |  8442k|  54.7 |  30M|  56 |  91 | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
993.83/994.06	c   994s|154300 |   565 |  8447k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
994.52/994.79	c   995s|154400 |   564 |  8454k|  54.7 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
995.53/995.70	c   996s|154500 |   567 |  8461k|  54.8 |  30M|  56 |  84 | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
996.23/996.50	c   996s|154600 |   563 |  8468k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
997.02/997.26	c   997s|154700 |   562 |  8476k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
997.73/997.96	c   998s|154800 |   566 |  8482k|  54.8 |  30M|  56 |  90 | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
998.33/998.58	c   999s|154900 |   560 |  8488k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
999.12/999.39	c   999s|155000 |   564 |  8496k|  54.8 |  30M|  56 |  94 | 400 |  16k| 400 | 745 | 145 |  95k|  12k| 0.000000e+00 |      --      |    Inf 
999.82/1000.02	c  1000s|155100 |   564 |  8502k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1000.42/1000.69	c  1001s|155200 |   566 |  8509k|  54.8 |  30M|  56 |  82 | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1001.13/1001.39	c  1001s|155300 |   557 |  8516k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1001.83/1002.04	c  1002s|155400 |   561 |  8522k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1002.53/1002.74	c  1003s|155500 |   561 |  8529k|  54.8 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1003.22/1003.46	c  1003s|155600 |   567 |  8537k|  54.9 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1003.82/1004.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.82/1004.06	c  1004s|155700 |   569 |  8543k|  54.9 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1004.52/1004.73	c  1005s|155800 |   569 |  8550k|  54.9 |  30M|  56 |   - | 400 |  16k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1005.33/1005.51	c  1006s|155900 |   565 |  8558k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1006.02/1006.24	c  1006s|156000 |   567 |  8566k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1006.73/1006.95	c  1007s|156100 |   567 |  8573k|  54.9 |  30M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  96k|  12k| 0.000000e+00 |      --      |    Inf 
1007.52/1007.73	c  1008s|156200 |   565 |  8581k|  54.9 |  30M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1008.23/1008.46	c  1008s|156300 |   559 |  8589k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1009.02/1009.20	c  1009s|156400 |   563 |  8596k|  55.0 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1009.53/1009.79	c  1010s|156500 |   560 |  8602k|  55.0 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1010.12/1010.32	c  1010s|156600 |   556 |  8607k|  55.0 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1010.63/1010.89	c  1011s|156700 |   558 |  8612k|  55.0 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1011.12/1011.35	c  1011s|156800 |   558 |  8617k|  55.0 |  30M|  56 |  92 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1011.73/1011.92	c  1012s|156900 |   558 |  8622k|  54.9 |  30M|  56 |  85 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1012.22/1012.44	c  1012s|157000 |   560 |  8627k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1012.83/1013.05	c  1013s|157100 |   558 |  8633k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1013.42/1013.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.42/1013.66	c  1014s|157200 |   558 |  8638k|  55.0 |  30M|  56 |  94 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1014.13/1014.31	c  1014s|157300 |   560 |  8645k|  55.0 |  30M|  56 |  89 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1014.72/1014.94	c  1015s|157400 |   560 |  8650k|  55.0 |  30M|  56 |  79 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1015.22/1015.41	c  1015s|157500 |   567 |  8655k|  54.9 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1015.62/1015.89	c  1016s|157600 |   563 |  8659k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  97k|  12k| 0.000000e+00 |      --      |    Inf 
1016.23/1016.46	c  1016s|157700 |   557 |  8665k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1016.82/1017.08	c  1017s|157800 |   559 |  8671k|  54.9 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1017.42/1017.63	c  1018s|157900 |   561 |  8677k|  54.9 |  30M|  56 |  75 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1017.83/1018.01	c  1018s|158000 |   561 |  8680k|  54.9 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1018.22/1018.43	c  1018s|158100 |   561 |  8684k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1018.63/1018.84	c  1019s|158200 |   561 |  8688k|  54.9 |  30M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1019.02/1019.24	c  1019s|158300 |   561 |  8692k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1019.43/1019.66	c  1020s|158400 |   563 |  8696k|  54.9 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1019.82/1020.08	c  1020s|158500 |   561 |  8700k|  54.9 |  30M|  56 |  79 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1020.32/1020.52	c  1021s|158600 |   563 |  8705k|  54.9 |  30M|  56 |  85 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1020.72/1020.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.72/1020.99	c  1021s|158700 |   560 |  8709k|  54.9 |  30M|  56 |  76 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1021.23/1021.44	c  1021s|158800 |   560 |  8714k|  54.9 |  30M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1021.63/1021.86	c  1022s|158900 |   562 |  8718k|  54.9 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1022.02/1022.25	c  1022s|159000 |   560 |  8721k|  54.8 |  30M|  56 |  79 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1022.52/1022.79	c  1023s|159100 |   558 |  8727k|  54.8 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1023.12/1023.32	c  1023s|159200 |   558 |  8732k|  54.8 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1023.62/1023.86	c  1024s|159300 |   564 |  8737k|  54.8 |  30M|  56 |  87 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1024.32/1024.55	c  1025s|159400 |   566 |  8743k|  54.8 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1024.93/1025.14	c  1025s|159500 |   565 |  8749k|  54.9 |  30M|  56 |  90 | 400 |  17k| 400 | 745 | 145 |  98k|  12k| 0.000000e+00 |      --      |    Inf 
1025.62/1025.82	c  1026s|159600 |   561 |  8755k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1026.32/1026.53	c  1027s|159700 |   562 |  8762k|  54.9 |  30M|  56 |  82 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1026.92/1027.14	c  1027s|159800 |   560 |  8767k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1027.52/1027.77	c  1028s|159900 |   559 |  8774k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1028.23/1028.42	c  1028s|160000 |   559 |  8779k|  54.9 |  30M|  56 |  85 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1028.82/1029.03	c  1029s|160100 |   561 |  8785k|  54.9 |  30M|  56 |  87 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1029.33/1029.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.33/1029.57	c  1030s|160200 |   559 |  8791k|  54.9 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1029.81/1030.06	c  1030s|160300 |   561 |  8795k|  54.9 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1030.32/1030.56	c  1031s|160400 |   561 |  8800k|  54.9 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1030.92/1031.10	c  1031s|160500 |   559 |  8806k|  54.9 |  30M|  56 |  88 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1031.52/1031.75	c  1032s|160600 |   557 |  8811k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1032.12/1032.37	c  1032s|160700 |   557 |  8816k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1032.82/1033.01	c  1033s|160800 |   563 |  8822k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1033.61/1033.81	c  1034s|160900 |   567 |  8828k|  54.9 |  30M|  56 |  86 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1034.12/1034.33	c  1034s|161000 |   567 |  8833k|  54.9 |  30M|  56 |  78 | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1034.72/1034.92	c  1035s|161100 |   565 |  8838k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1035.32/1035.57	c  1036s|161200 |   567 |  8844k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 |  99k|  12k| 0.000000e+00 |      --      |    Inf 
1035.93/1036.18	c  1036s|161300 |   567 |  8849k|  54.9 |  30M|  56 |  89 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1036.61/1036.87	c  1037s|161400 |   567 |  8855k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1037.32/1037.51	c  1038s|161500 |   565 |  8860k|  54.9 |  30M|  56 |  91 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1037.91/1038.15	c  1038s|161600 |   565 |  8866k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1038.72/1038.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.72/1038.90	c  1039s|161700 |   565 |  8872k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1039.32/1039.59	c  1040s|161800 |   566 |  8878k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1040.01/1040.29	c  1040s|161900 |   568 |  8884k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1040.72/1040.91	c  1041s|162000 |   564 |  8889k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1041.43/1041.64	c  1042s|162100 |   566 |  8895k|  54.9 |  30M|  56 |  85 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1042.01/1042.25	c  1042s|162200 |   572 |  8900k|  54.9 |  30M|  56 |  81 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1042.42/1042.64	c  1043s|162300 |   570 |  8904k|  54.9 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1042.91/1043.18	c  1043s|162400 |   574 |  8908k|  54.9 |  30M|  56 |  75 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1043.42/1043.61	c  1044s|162500 |   576 |  8912k|  54.8 |  30M|  56 |  84 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1043.92/1044.18	c  1044s|162600 |   576 |  8917k|  54.8 |  30M|  56 |  75 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1044.41/1044.64	c  1045s|162700 |   574 |  8921k|  54.8 |  30M|  56 |  72 | 400 |  17k| 400 | 745 | 145 | 100k|  12k| 0.000000e+00 |      --      |    Inf 
1044.91/1045.14	c  1045s|162800 |   574 |  8925k|  54.8 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 101k|  12k| 0.000000e+00 |      --      |    Inf 
1045.41/1045.63	c  1046s|162900 |   574 |  8930k|  54.8 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1045.92/1046.19	c  1046s|163000 |   572 |  8935k|  54.8 |  30M|  56 |  77 | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1046.52/1046.71	c  1047s|163100 |   572 |  8939k|  54.8 |  30M|  56 |  80 | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1046.92/1047.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.92/1047.19	c  1047s|163200 |   570 |  8943k|  54.8 |  30M|  56 |  76 | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1047.52/1047.75	c  1048s|163300 |   568 |  8948k|  54.8 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1048.02/1048.22	c  1048s|163400 |   568 |  8952k|  54.8 |  30M|  56 |   - | 400 |  17k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1048.42/1048.69	c  1049s|163500 |   570 |  8956k|  54.8 |  30M|  56 |  81 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1048.92/1049.19	c  1049s|163600 |   572 |  8961k|  54.8 |  30M|  56 |  77 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1049.51/1049.70	c  1050s|163700 |   570 |  8965k|  54.8 |  30M|  56 |  83 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1050.02/1050.22	c  1050s|163800 |   568 |  8969k|  54.8 |  30M|  56 |  80 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1050.42/1050.66	c  1051s|163900 |   570 |  8973k|  54.7 |  30M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1050.82/1051.03	c  1051s|164000 |   572 |  8977k|  54.7 |  30M|  56 |  81 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1051.22/1051.47	c  1051s|164100 |   570 |  8980k|  54.7 |  30M|  56 |  80 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1051.61/1051.82	c  1052s|164200 |   574 |  8984k|  54.7 |  30M|  56 |  84 | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1052.02/1052.20	c  1052s|164300 |   576 |  8988k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1052.31/1052.59	c  1053s|164400 |   572 |  8991k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1052.81/1053.04	c  1053s|164500 |   570 |  8996k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1053.21/1053.45	c  1053s|164600 |   568 |  9000k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 101k|  13k| 0.000000e+00 |      --      |    Inf 
1053.72/1053.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.72/1053.91	c  1054s|164700 |   568 |  9004k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1054.12/1054.35	c  1054s|164800 |   572 |  9008k|  54.7 |  31M|  56 |  73 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1054.52/1054.74	c  1055s|164900 |   570 |  9012k|  54.7 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1054.91/1055.17	c  1055s|165000 |   570 |  9017k|  54.6 |  31M|  56 |  83 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1055.62/1055.80	c  1056s|165100 |   570 |  9021k|  54.6 |  31M|  56 |  82 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1056.12/1056.36	c  1056s|165200 |   568 |  9027k|  54.6 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1056.62/1056.89	c  1057s|165300 |   578 |  9031k|  54.6 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1057.01/1057.24	c  1057s|165400 |   574 |  9035k|  54.6 |  31M|  56 |  74 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1057.41/1057.64	c  1058s|165500 |   574 |  9038k|  54.6 |  31M|  56 |  78 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1057.92/1058.13	c  1058s|165600 |   572 |  9043k|  54.6 |  31M|  56 |  87 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1058.41/1058.65	c  1059s|165700 |   576 |  9049k|  54.6 |  31M|  56 |  76 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1058.81/1059.09	c  1059s|165800 |   576 |  9053k|  54.6 |  31M|  56 |  75 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1059.31/1059.57	c  1060s|165900 |   574 |  9058k|  54.6 |  31M|  56 |  77 | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1059.82/1060.05	c  1060s|166000 |   572 |  9062k|  54.6 |  31M|  56 |   - | 400 |  18k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1060.31/1060.57	c  1061s|166100 |   576 |  9067k|  54.6 |  31M|  56 |  71 | 400 |  19k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1060.72/1060.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.72/1060.96	c  1061s|166200 |   574 |  9071k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1061.22/1061.42	c  1061s|166300 |   574 |  9076k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1061.61/1061.89	c  1062s|166400 |   575 |  9081k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1062.11/1062.38	c  1062s|166500 |   573 |  9086k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 102k|  13k| 0.000000e+00 |      --      |    Inf 
1062.72/1062.90	c  1063s|166600 |   569 |  9091k|  54.6 |  31M|  56 |  88 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1063.12/1063.35	c  1063s|166700 |   571 |  9095k|  54.6 |  31M|  56 |  83 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1063.62/1063.86	c  1064s|166800 |   568 |  9100k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1064.92/1065.10	c  1065s|166900 |   566 |  9106k|  54.6 |  31M|  56 |  93 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1065.92/1066.15	c  1066s|167000 |   568 |  9113k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1066.51/1066.79	c  1067s|167100 |   572 |  9119k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1067.02/1067.23	c  1067s|167200 |   572 |  9123k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1067.41/1067.66	c  1068s|167300 |   572 |  9127k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1067.92/1068.11	c  1068s|167400 |   573 |  9132k|  54.5 |  31M|  56 |  84 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1068.31/1068.58	c  1069s|167500 |   573 |  9136k|  54.5 |  31M|  56 |  80 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1068.91/1069.11	c  1069s|167600 |   571 |  9142k|  54.5 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1069.52/1069.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.52/1069.73	c  1070s|167700 |   569 |  9148k|  54.5 |  31M|  56 |  87 | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1070.12/1070.32	c  1070s|167800 |   569 |  9153k|  54.5 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1070.62/1070.88	c  1071s|167900 |   569 |  9159k|  54.5 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1071.22/1071.41	c  1071s|168000 |   569 |  9164k|  54.5 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 103k|  13k| 0.000000e+00 |      --      |    Inf 
1071.71/1071.98	c  1072s|168100 |   569 |  9169k|  54.5 |  31M|  56 |  81 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1072.41/1072.67	c  1073s|168200 |   565 |  9175k|  54.5 |  31M|  56 |  87 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1073.01/1073.23	c  1073s|168300 |   564 |  9180k|  54.5 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1073.91/1074.12	c  1074s|168400 |   570 |  9188k|  54.6 |  31M|  56 |  80 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1074.42/1074.63	c  1075s|168500 |   570 |  9193k|  54.6 |  31M|  56 |  86 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1075.01/1075.28	c  1075s|168600 |   567 |  9199k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1075.71/1075.94	c  1076s|168700 |   567 |  9205k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1076.31/1076.57	c  1077s|168800 |   571 |  9211k|  54.6 |  31M|  56 |  81 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1076.81/1077.09	c  1077s|168900 |   569 |  9216k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1077.52/1077.72	c  1078s|169000 |   573 |  9222k|  54.6 |  31M|  56 |  88 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1078.21/1078.41	c  1078s|169100 |   565 |  9229k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1078.82/1079.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.82/1079.05	c  1079s|169200 |   569 |  9235k|  54.6 |  31M|  56 |  84 | 400 |  19k| 400 | 745 | 145 | 104k|  13k| 0.000000e+00 |      --      |    Inf 
1079.31/1079.59	c  1080s|169300 |   571 |  9241k|  54.6 |  31M|  56 |   - | 400 |  19k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1079.92/1080.16	c  1080s|169400 |   567 |  9247k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1080.41/1080.68	c  1081s|169500 |   569 |  9252k|  54.6 |  31M|  56 |  80 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1080.91/1081.18	c  1081s|169600 |   580 |  9257k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1081.51/1081.75	c  1082s|169700 |   574 |  9263k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1082.11/1082.37	c  1082s|169800 |   575 |  9270k|  54.6 |  31M|  56 |  86 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1082.61/1082.87	c  1083s|169900 |   571 |  9275k|  54.6 |  31M|  56 |  82 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1083.22/1083.41	c  1083s|170000 |   570 |  9280k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1083.81/1084.01	c  1084s|170100 |   572 |  9287k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1084.51/1084.76	c  1085s|170200 |   574 |  9292k|  54.6 |  31M|  56 |  90 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1085.01/1085.22	c  1085s|170300 |   578 |  9296k|  54.6 |  31M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1085.61/1085.83	c  1086s|170400 |   584 |  9302k|  54.6 |  31M|  56 |  86 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1086.21/1086.42	c  1086s|170500 |   576 |  9308k|  54.6 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1086.71/1086.98	c  1087s|170600 |   578 |  9313k|  54.6 |  32M|  56 |  84 | 400 |  20k| 400 | 745 | 145 | 105k|  13k| 0.000000e+00 |      --      |    Inf 
1087.21/1087.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1087.21/1087.42	c  1087s|170700 |   580 |  9317k|  54.6 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1087.71/1087.91	c  1088s|170800 |   571 |  9322k|  54.6 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1088.21/1088.44	c  1088s|170900 |   571 |  9327k|  54.6 |  32M|  56 |  83 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1088.71/1088.97	c  1089s|171000 |   569 |  9331k|  54.6 |  32M|  56 |  90 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1089.41/1089.62	c  1090s|171100 |   567 |  9337k|  54.6 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1089.82/1090.07	c  1090s|171200 |   575 |  9341k|  54.6 |  32M|  56 |  87 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1090.31/1090.51	c  1091s|171300 |   581 |  9345k|  54.6 |  32M|  56 |  81 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1090.71/1090.98	c  1091s|171400 |   573 |  9349k|  54.5 |  32M|  56 |  85 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1091.31/1091.54	c  1092s|171500 |   571 |  9354k|  54.5 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1091.81/1092.01	c  1092s|171600 |   587 |  9359k|  54.5 |  32M|  56 |  82 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1092.21/1092.48	c  1092s|171700 |   583 |  9363k|  54.5 |  32M|  56 |  89 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1092.81/1093.01	c  1093s|171800 |   578 |  9368k|  54.5 |  32M|  56 |  84 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1093.31/1093.52	c  1094s|171900 |   575 |  9373k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1093.81/1094.05	c  1094s|172000 |   571 |  9379k|  54.5 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1094.41/1094.61	c  1095s|172100 |   587 |  9384k|  54.5 |  32M|  56 |  82 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1094.91/1095.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.91/1095.10	c  1095s|172200 |   586 |  9388k|  54.5 |  32M|  56 |  85 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1095.51/1095.70	c  1096s|172300 |   578 |  9394k|  54.5 |  32M|  56 |  87 | 400 |  20k| 400 | 745 | 145 | 106k|  13k| 0.000000e+00 |      --      |    Inf 
1095.91/1096.19	c  1096s|172400 |   581 |  9399k|  54.5 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1096.42/1096.63	c  1097s|172500 |   579 |  9403k|  54.5 |  32M|  56 |   - | 400 |  20k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1096.91/1097.12	c  1097s|172600 |   579 |  9408k|  54.5 |  32M|  56 |  81 | 400 |  20k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1097.31/1097.59	c  1098s|172700 |   579 |  9413k|  54.5 |  32M|  56 |  85 | 400 |  20k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1097.80/1098.09	c  1098s|172800 |   579 |  9418k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1098.41/1098.61	c  1099s|172900 |   579 |  9423k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1098.91/1099.14	c  1099s|173000 |   577 |  9428k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1099.51/1099.71	c  1100s|173100 |   577 |  9434k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1099.91/1100.15	c  1100s|173200 |   581 |  9438k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1100.40/1100.62	c  1101s|173300 |   579 |  9442k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1100.91/1101.10	c  1101s|173400 |   577 |  9447k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1101.41/1101.60	c  1102s|173500 |   579 |  9452k|  54.5 |  32M|  56 |  84 | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1101.81/1102.08	c  1102s|173600 |   579 |  9457k|  54.5 |  32M|  56 |  79 | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1102.41/1102.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1102.41/1102.61	c  1103s|173700 |   577 |  9462k|  54.5 |  32M|  56 |  83 | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1102.90/1103.15	c  1103s|173800 |   577 |  9467k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1103.51/1103.72	c  1104s|173900 |   575 |  9473k|  54.5 |  32M|  56 |  78 | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1104.12/1104.31	c  1104s|174000 |   577 |  9479k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1104.90/1105.11	c  1105s|174100 |   575 |  9486k|  54.5 |  32M|  56 |  83 | 400 |  21k| 400 | 745 | 145 | 107k|  13k| 0.000000e+00 |      --      |    Inf 
1105.41/1105.63	c  1106s|174200 |   575 |  9491k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1106.01/1106.23	c  1106s|174300 |   581 |  9496k|  54.5 |  32M|  56 |  81 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1106.61/1106.82	c  1107s|174400 |   581 |  9500k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1107.10/1107.37	c  1107s|174500 |   581 |  9505k|  54.5 |  32M|  56 |  76 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1107.71/1107.97	c  1108s|174600 |   581 |  9511k|  54.5 |  32M|  56 |  85 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1108.52/1108.73	c  1109s|174700 |   581 |  9517k|  54.5 |  32M|  56 |  85 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1109.11/1109.37	c  1109s|174800 |   583 |  9523k|  54.5 |  32M|  56 |  86 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1109.81/1110.03	c  1110s|174900 |   579 |  9529k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1110.50/1110.79	c  1111s|175000 |   573 |  9535k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1111.11/1111.39	c  1111s|175100 |   573 |  9541k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1111.70/1111.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1111.70/1111.98	c  1112s|175200 |   577 |  9547k|  54.5 |  32M|  56 |  83 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1112.60/1112.80	c  1113s|175300 |   577 |  9553k|  54.5 |  32M|  56 |  82 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1113.41/1113.68	c  1114s|175400 |   576 |  9561k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1114.20/1114.46	c  1114s|175500 |   574 |  9568k|  54.5 |  32M|  56 |  85 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1115.01/1115.27	c  1115s|175600 |   575 |  9575k|  54.5 |  32M|  56 |  85 | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1115.71/1115.95	c  1116s|175700 |   575 |  9582k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1116.51/1116.73	c  1117s|175800 |   569 |  9589k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 108k|  13k| 0.000000e+00 |      --      |    Inf 
1117.01/1117.24	c  1117s|175900 |   574 |  9593k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1117.60/1117.85	c  1118s|176000 |   572 |  9599k|  54.5 |  32M|  56 |  78 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1118.30/1118.60	c  1119s|176100 |   576 |  9604k|  54.5 |  32M|  56 |  84 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1118.91/1119.16	c  1119s|176200 |   574 |  9609k|  54.5 |  32M|  56 |  85 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1119.40/1119.70	c  1120s|176300 |   570 |  9615k|  54.5 |  32M|  56 |  78 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1120.40/1120.61	c  1121s|176400 |   569 |  9622k|  54.5 |  32M|  56 |  82 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1120.91/1121.14	c  1121s|176500 |   576 |  9627k|  54.5 |  32M|  56 |  79 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1121.50/1121.71	c  1122s|176600 |   571 |  9632k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1122.11/1122.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1122.11/1122.36	c  1122s|176700 |   573 |  9637k|  54.5 |  32M|  56 |  83 | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1122.70/1122.94	c  1123s|176800 |   573 |  9643k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1123.30/1123.58	c  1124s|176900 |   575 |  9648k|  54.5 |  32M|  56 |   - | 400 |  21k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1123.91/1124.17	c  1124s|177000 |   573 |  9654k|  54.5 |  32M|  56 |  83 | 400 |  22k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1124.70/1124.90	c  1125s|177100 |   571 |  9660k|  54.5 |  32M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1125.31/1125.51	c  1126s|177200 |   573 |  9666k|  54.5 |  32M|  56 |  82 | 400 |  22k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1125.90/1126.16	c  1126s|177300 |   577 |  9671k|  54.5 |  32M|  56 |  81 | 400 |  22k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1126.41/1126.66	c  1127s|177400 |   577 |  9676k|  54.5 |  32M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 109k|  13k| 0.000000e+00 |      --      |    Inf 
1127.01/1127.28	c  1127s|177500 |   577 |  9682k|  54.5 |  32M|  56 |  88 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1127.70/1127.93	c  1128s|177600 |   583 |  9688k|  54.5 |  32M|  56 |  81 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1128.41/1128.68	c  1129s|177700 |   581 |  9694k|  54.6 |  32M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1129.21/1129.43	c  1129s|177800 |   579 |  9701k|  54.6 |  32M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1129.90/1130.17	c  1130s|177900 |   577 |  9708k|  54.6 |  32M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1130.61/1130.84	c  1131s|178000 |   576 |  9714k|  54.6 |  32M|  56 |  87 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1131.30/1131.51	c  1132s|178100 |   575 |  9720k|  54.6 |  33M|  56 |  82 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1131.90/1132.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.90/1132.13	c  1132s|178200 |   581 |  9726k|  54.6 |  33M|  56 |  83 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1132.50/1132.71	c  1133s|178300 |   583 |  9731k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1133.20/1133.41	c  1133s|178400 |   577 |  9738k|  54.6 |  33M|  56 |  80 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1133.81/1134.07	c  1134s|178500 |   577 |  9743k|  54.6 |  33M|  56 |  77 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1134.60/1134.80	c  1135s|178600 |   573 |  9750k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1135.30/1135.55	c  1136s|178700 |   569 |  9756k|  54.6 |  33M|  56 |  93 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1136.01/1136.23	c  1136s|178800 |   571 |  9762k|  54.6 |  33M|  56 |  84 | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1136.70/1136.96	c  1137s|178900 |   573 |  9768k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 110k|  13k| 0.000000e+00 |      --      |    Inf 
1137.51/1137.72	c  1138s|179000 |   573 |  9774k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1138.21/1138.42	c  1138s|179100 |   571 |  9780k|  54.6 |  33M|  56 |  84 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1138.80/1139.08	c  1139s|179200 |   565 |  9786k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1139.60/1139.87	c  1140s|179300 |   573 |  9793k|  54.6 |  33M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1140.30/1140.58	c  1141s|179400 |   569 |  9799k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1141.00/1141.27	c  1141s|179500 |   571 |  9805k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1141.70/1141.91	c  1142s|179600 |   571 |  9810k|  54.6 |  33M|  56 |  86 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1142.30/1142.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1142.30/1142.55	c  1143s|179700 |   570 |  9815k|  54.6 |  33M|  56 |  88 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1143.00/1143.22	c  1143s|179800 |   578 |  9821k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1143.61/1143.87	c  1144s|179900 |   576 |  9826k|  54.6 |  33M|  56 |  89 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1144.20/1144.45	c  1144s|180000 |   572 |  9831k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1144.80/1145.04	c  1145s|180100 |   582 |  9836k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1145.40/1145.63	c  1146s|180200 |   586 |  9841k|  54.6 |  33M|  56 |  83 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1146.01/1146.22	c  1146s|180300 |   578 |  9846k|  54.6 |  33M|  56 |  81 | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1146.50/1146.79	c  1147s|180400 |   576 |  9851k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 111k|  13k| 0.000000e+00 |      --      |    Inf 
1147.11/1147.36	c  1147s|180500 |   580 |  9856k|  54.6 |  33M|  56 |  88 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1147.60/1147.88	c  1148s|180600 |   578 |  9861k|  54.6 |  33M|  56 |  83 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1148.21/1148.46	c  1148s|180700 |   572 |  9866k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1148.80/1149.05	c  1149s|180800 |   576 |  9871k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1149.31/1149.58	c  1150s|180900 |   576 |  9876k|  54.6 |  33M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1149.80/1150.01	c  1150s|181000 |   578 |  9881k|  54.6 |  33M|  56 |  83 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1150.31/1150.53	c  1151s|181100 |   574 |  9886k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1150.80/1151.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1150.80/1151.04	c  1151s|181200 |   574 |  9891k|  54.6 |  33M|  56 |  81 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1151.20/1151.49	c  1151s|181300 |   574 |  9896k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1151.90/1152.10	c  1152s|181400 |   580 |  9902k|  54.6 |  33M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1152.40/1152.61	c  1153s|181500 |   582 |  9907k|  54.6 |  33M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1152.90/1153.13	c  1153s|181600 |   576 |  9912k|  54.6 |  33M|  56 |  85 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1153.40/1153.60	c  1154s|181700 |   576 |  9917k|  54.6 |  33M|  56 |  81 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1153.90/1154.19	c  1154s|181800 |   576 |  9923k|  54.6 |  33M|  56 |  86 | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1154.50/1154.76	c  1155s|181900 |   576 |  9929k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1155.10/1155.33	c  1155s|182000 |   574 |  9935k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 112k|  13k| 0.000000e+00 |      --      |    Inf 
1155.70/1155.93	c  1156s|182100 |   572 |  9941k|  54.6 |  33M|  56 |  85 | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1156.30/1156.54	c  1157s|182200 |   576 |  9947k|  54.6 |  33M|  56 |  89 | 400 |  22k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1156.90/1157.17	c  1157s|182300 |   568 |  9953k|  54.6 |  33M|  56 |   - | 400 |  22k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1157.50/1157.77	c  1158s|182400 |   576 |  9959k|  54.6 |  33M|  56 |  79 | 400 |  22k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1158.11/1158.36	c  1158s|182500 |   576 |  9965k|  54.6 |  33M|  56 |  88 | 400 |  22k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1158.70/1158.98	c  1159s|182600 |   578 |  9971k|  54.6 |  33M|  56 |  79 | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1159.29/1159.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.29/1159.54	c  1160s|182700 |   575 |  9977k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1159.90/1160.19	c  1160s|182800 |   574 |  9984k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1160.50/1160.74	c  1161s|182900 |   581 |  9990k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1161.10/1161.38	c  1161s|183000 |   575 |  9996k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1161.70/1161.99	c  1162s|183100 |   575 | 10002k|  54.6 |  33M|  56 |  82 | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1162.20/1162.48	c  1162s|183200 |   581 | 10007k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1162.80/1163.05	c  1163s|183300 |   589 | 10013k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1163.29/1163.59	c  1164s|183400 |   589 | 10019k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 113k|  13k| 0.000000e+00 |      --      |    Inf 
1163.89/1164.16	c  1164s|183500 |   575 | 10025k|  54.6 |  33M|  56 |  77 | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1164.50/1164.71	c  1165s|183600 |   589 | 10030k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1164.99/1165.29	c  1165s|183700 |   577 | 10036k|  54.6 |  33M|  56 |  84 | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1165.60/1165.83	c  1166s|183800 |   573 | 10042k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1166.20/1166.42	c  1166s|183900 |   571 | 10048k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1166.80/1167.00	c  1167s|184000 |   578 | 10054k|  54.6 |  33M|  56 |  92 | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1167.30/1167.58	c  1168s|184100 |   584 | 10060k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1167.80/1168.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.80/1168.08	c  1168s|184200 |   575 | 10064k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1168.30/1168.54	c  1169s|184300 |   576 | 10069k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1168.89/1169.14	c  1169s|184400 |   577 | 10075k|  54.6 |  33M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1169.49/1169.73	c  1170s|184500 |   574 | 10081k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 114k|  13k| 0.000000e+00 |      --      |    Inf 
1170.10/1170.33	c  1170s|184600 |   569 | 10086k|  54.6 |  33M|  56 |  93 | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1170.59/1170.85	c  1171s|184700 |   569 | 10091k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1171.21/1171.46	c  1171s|184800 |   565 | 10097k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1171.90/1172.14	c  1172s|184900 |   573 | 10104k|  54.6 |  33M|  56 |  80 | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1172.49/1172.73	c  1173s|185000 |   573 | 10109k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1172.99/1173.20	c  1173s|185100 |   579 | 10113k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1173.40/1173.65	c  1174s|185200 |   574 | 10117k|  54.6 |  33M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1173.90/1174.14	c  1174s|185300 |   572 | 10122k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1174.50/1174.71	c  1175s|185400 |   575 | 10127k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1175.10/1175.39	c  1175s|185500 |   570 | 10134k|  54.6 |  33M|  56 |  85 | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1175.79/1176.00	c  1176s|185600 |   569 | 10140k|  54.6 |  33M|  56 |  90 | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1176.29/1176.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.29/1176.57	c  1177s|185700 |   579 | 10145k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1176.80/1177.06	c  1177s|185800 |   579 | 10150k|  54.6 |  33M|  56 |  85 | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1177.30/1177.59	c  1178s|185900 |   583 | 10156k|  54.6 |  33M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1177.90/1178.12	c  1178s|186000 |   585 | 10161k|  54.6 |  33M|  56 |  82 | 400 |  23k| 400 | 745 | 145 | 115k|  13k| 0.000000e+00 |      --      |    Inf 
1178.39/1178.64	c  1179s|186100 |   583 | 10166k|  54.6 |  33M|  56 |  82 | 400 |  23k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1178.90/1179.13	c  1179s|186200 |   585 | 10171k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1179.39/1179.65	c  1180s|186300 |   583 | 10177k|  54.6 |  33M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1179.90/1180.18	c  1180s|186400 |   579 | 10182k|  54.6 |  33M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1180.39/1180.67	c  1181s|186500 |   579 | 10187k|  54.6 |  33M|  56 |  78 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1180.89/1181.16	c  1181s|186600 |   575 | 10192k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1181.39/1181.69	c  1182s|186700 |   577 | 10197k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1181.89/1182.18	c  1182s|186800 |   581 | 10202k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1182.39/1182.69	c  1183s|186900 |   577 | 10207k|  54.6 |  33M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1182.99/1183.21	c  1183s|187000 |   579 | 10212k|  54.6 |  33M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1183.50/1183.76	c  1184s|187100 |   577 | 10218k|  54.6 |  34M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1184.00/1184.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1184.00/1184.27	c  1184s|187200 |   581 | 10223k|  54.6 |  34M|  56 |  80 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1184.50/1184.76	c  1185s|187300 |   586 | 10228k|  54.6 |  34M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1184.99/1185.22	c  1185s|187400 |   586 | 10233k|  54.6 |  34M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1185.39/1185.67	c  1186s|187500 |   582 | 10238k|  54.6 |  34M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1185.89/1186.12	c  1186s|187600 |   580 | 10242k|  54.6 |  34M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1186.29/1186.57	c  1187s|187700 |   578 | 10247k|  54.6 |  34M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 116k|  13k| 0.000000e+00 |      --      |    Inf 
1186.89/1187.18	c  1187s|187800 |   574 | 10252k|  54.6 |  34M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1187.39/1187.62	c  1188s|187900 |   580 | 10256k|  54.6 |  34M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1187.99/1188.21	c  1188s|188000 |   575 | 10261k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1188.59/1188.83	c  1189s|188100 |   581 | 10267k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1189.19/1189.44	c  1189s|188200 |   581 | 10272k|  54.6 |  34M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1189.79/1190.06	c  1190s|188300 |   581 | 10278k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1190.59/1190.83	c  1191s|188400 |   580 | 10284k|  54.6 |  34M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1191.29/1191.52	c  1192s|188500 |   580 | 10290k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1191.89/1192.11	c  1192s|188600 |   580 | 10296k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1192.49/1192.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.49/1192.74	c  1193s|188700 |   576 | 10302k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1193.20/1193.40	c  1193s|188800 |   574 | 10308k|  54.6 |  34M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1193.90/1194.10	c  1194s|188900 |   575 | 10315k|  54.6 |  34M|  56 |  89 | 400 |  25k| 400 | 745 | 145 | 117k|  13k| 0.000000e+00 |      --      |    Inf 
1194.50/1194.76	c  1195s|189000 |   585 | 10321k|  54.6 |  34M|  56 |  83 | 400 |  25k| 400 | 745 | 145 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
1195.10/1195.38	c  1195s|189100 |   593 | 10325k|  54.6 |  34M|  56 |  78 | 400 |  25k| 400 | 745 | 145 | 117k|  14k| 0.000000e+00 |      --      |    Inf 
1195.69/1195.90	c  1196s|189200 |   589 | 10331k|  54.6 |  34M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1196.29/1196.51	c  1197s|189300 |   585 | 10336k|  54.6 |  34M|  56 |  80 | 400 |  25k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1196.89/1197.10	c  1197s|189400 |   585 | 10341k|  54.6 |  34M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1197.39/1197.65	c  1198s|189500 |   585 | 10347k|  54.6 |  34M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1197.99/1198.29	c  1198s|189600 |   580 | 10352k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1198.69/1198.91	c  1199s|189700 |   582 | 10358k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1199.20/1199.49	c  1199s|189800 |   582 | 10363k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1199.70/1199.96	c  1200s|189900 |   582 | 10367k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1200.29/1200.56	c  1201s|190000 |   586 | 10373k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1201.00/1201.29	c  1201s|190100 |   580 | 10379k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1201.69/1201.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.69/1201.91	c  1202s|190200 |   578 | 10385k|  54.6 |  34M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1202.19/1202.44	c  1202s|190300 |   579 | 10390k|  54.6 |  34M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 118k|  14k| 0.000000e+00 |      --      |    Inf 
1202.89/1203.13	c  1203s|190400 |   579 | 10396k|  54.6 |  35M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1203.49/1203.77	c  1204s|190500 |   576 | 10402k|  54.6 |  35M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1204.20/1204.41	c  1204s|190600 |   575 | 10407k|  54.6 |  35M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1204.69/1204.98	c  1205s|190700 |   576 | 10413k|  54.6 |  35M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1205.29/1205.52	c  1206s|190800 |   575 | 10418k|  54.6 |  35M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1205.79/1206.06	c  1206s|190900 |   577 | 10422k|  54.6 |  35M|  56 |  85 | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1206.40/1206.61	c  1207s|191000 |   574 | 10427k|  54.6 |  35M|  56 |  87 | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1206.89/1207.13	c  1207s|191100 |   576 | 10431k|  54.6 |  35M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1207.50/1207.74	c  1208s|191200 |   580 | 10437k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1208.09/1208.35	c  1208s|191300 |   582 | 10442k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1208.69/1208.91	c  1209s|191400 |   581 | 10447k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1209.39/1209.61	c  1210s|191500 |   583 | 10453k|  54.6 |  35M|  56 |  80 | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1209.99/1210.21	c  1210s|191600 |   579 | 10459k|  54.6 |  35M|  56 |  83 | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1210.69/1210.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.69/1210.91	c  1211s|191700 |   579 | 10465k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 119k|  14k| 0.000000e+00 |      --      |    Inf 
1211.29/1211.57	c  1212s|191800 |   577 | 10471k|  54.6 |  35M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1211.99/1212.22	c  1212s|191900 |   577 | 10477k|  54.6 |  35M|  56 |  88 | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1212.69/1212.92	c  1213s|192000 |   585 | 10484k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1213.29/1213.59	c  1214s|192100 |   583 | 10490k|  54.6 |  35M|  56 |  88 | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1213.99/1214.20	c  1214s|192200 |   575 | 10495k|  54.6 |  35M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1214.59/1214.85	c  1215s|192300 |   579 | 10501k|  54.6 |  35M|  56 |  85 | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1215.30/1215.51	c  1216s|192400 |   577 | 10507k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1215.78/1216.08	c  1216s|192500 |   579 | 10513k|  54.6 |  35M|  56 |  82 | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1216.40/1216.69	c  1217s|192600 |   574 | 10518k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1216.99/1217.25	c  1217s|192700 |   574 | 10523k|  54.6 |  35M|  56 |  81 | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1217.58/1217.82	c  1218s|192800 |   576 | 10529k|  54.6 |  35M|  56 |  83 | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1218.39/1218.61	c  1219s|192900 |   574 | 10535k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1218.99/1219.22	c  1219s|193000 |   576 | 10540k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 120k|  14k| 0.000000e+00 |      --      |    Inf 
1219.59/1219.90	c  1220s|193100 |   582 | 10545k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1220.19/1220.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1220.19/1220.41	c  1220s|193200 |   590 | 10550k|  54.6 |  35M|  56 |  85 | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1220.69/1220.95	c  1221s|193300 |   584 | 10555k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1221.19/1221.47	c  1221s|193400 |   580 | 10560k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1221.69/1221.99	c  1222s|193500 |   580 | 10566k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1222.19/1222.49	c  1222s|193600 |   578 | 10571k|  54.6 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1223.00/1223.23	c  1223s|193700 |   577 | 10576k|  54.6 |  35M|  56 |  78 | 400 |  28k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1223.68/1223.93	c  1224s|193800 |   577 | 10582k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1224.39/1224.63	c  1225s|193900 |   583 | 10587k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1224.99/1225.21	c  1225s|194000 |   583 | 10593k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1225.49/1225.78	c  1226s|194100 |   587 | 10598k|  54.6 |  35M|  56 |  88 | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1226.08/1226.37	c  1226s|194200 |   587 | 10604k|  54.6 |  35M|  56 |  85 | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1226.69/1226.90	c  1227s|194300 |   587 | 10609k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1227.19/1227.48	c  1227s|194400 |   581 | 10615k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1227.79/1228.05	c  1228s|194500 |   581 | 10621k|  54.6 |  35M|  56 |  89 | 400 |  27k| 400 | 745 | 145 | 121k|  14k| 0.000000e+00 |      --      |    Inf 
1228.39/1228.63	c  1229s|194600 |   587 | 10626k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1228.89/1229.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.89/1229.19	c  1229s|194700 |   583 | 10632k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1229.50/1229.80	c  1230s|194800 |   585 | 10638k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1230.18/1230.40	c  1230s|194900 |   584 | 10645k|  54.6 |  35M|  56 |  88 | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1230.79/1231.00	c  1231s|195000 |   580 | 10651k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1231.29/1231.54	c  1232s|195100 |   582 | 10656k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1231.88/1232.15	c  1232s|195200 |   586 | 10663k|  54.6 |  35M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1232.48/1232.75	c  1233s|195300 |   586 | 10669k|  54.6 |  35M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1233.09/1233.33	c  1233s|195400 |   579 | 10675k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1233.68/1233.97	c  1234s|195500 |   580 | 10681k|  54.6 |  35M|  56 |  77 | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1234.38/1234.65	c  1235s|195600 |   584 | 10688k|  54.6 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1235.10/1235.34	c  1235s|195700 |   582 | 10696k|  54.7 |  35M|  56 |  84 | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1235.78/1236.03	c  1236s|195800 |   578 | 10703k|  54.7 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1236.58/1236.83	c  1237s|195900 |   581 | 10710k|  54.7 |  35M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 122k|  14k| 0.000000e+00 |      --      |    Inf 
1237.29/1237.54	c  1238s|196000 |   587 | 10717k|  54.7 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1237.98/1238.21	c  1238s|196100 |   592 | 10724k|  54.7 |  36M|  56 |  86 | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1238.68/1238.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1238.68/1238.95	c  1239s|196200 |   586 | 10732k|  54.7 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1239.39/1239.69	c  1240s|196300 |   580 | 10740k|  54.7 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1240.18/1240.44	c  1240s|196400 |   578 | 10748k|  54.7 |  36M|  56 |  86 | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1240.99/1241.28	c  1241s|196500 |   580 | 10757k|  54.7 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1241.69/1241.94	c  1242s|196600 |   586 | 10764k|  54.7 |  36M|  56 |  87 | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1242.38/1242.65	c  1243s|196700 |   583 | 10771k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1243.18/1243.41	c  1243s|196800 |   582 | 10779k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1243.98/1244.20	c  1244s|196900 |   582 | 10787k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1244.68/1244.91	c  1245s|197000 |   588 | 10794k|  54.8 |  36M|  56 |  86 | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1245.39/1245.62	c  1246s|197100 |   588 | 10802k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1245.99/1246.23	c  1246s|197200 |   586 | 10808k|  54.8 |  36M|  56 |  88 | 400 |  28k| 400 | 745 | 145 | 123k|  14k| 0.000000e+00 |      --      |    Inf 
1246.68/1246.94	c  1247s|197300 |   589 | 10815k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1247.39/1247.65	c  1248s|197400 |   584 | 10822k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1248.09/1248.35	c  1248s|197500 |   586 | 10829k|  54.8 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1248.89/1249.16	c  1249s|197600 |   582 | 10837k|  54.8 |  36M|  56 |  82 | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1249.49/1249.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.49/1249.70	c  1250s|197700 |   582 | 10843k|  54.8 |  36M|  56 |  82 | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1249.99/1250.21	c  1250s|197800 |   588 | 10848k|  54.8 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1250.59/1250.86	c  1251s|197900 |   584 | 10855k|  54.8 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1251.28/1251.52	c  1252s|198000 |   580 | 10861k|  54.9 |  36M|  56 |  90 | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1251.88/1252.18	c  1252s|198100 |   580 | 10868k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1252.78/1253.03	c  1253s|198200 |   578 | 10874k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1253.58/1253.88	c  1254s|198300 |   578 | 10881k|  54.9 |  36M|  56 |  87 | 400 |  29k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1254.38/1254.68	c  1255s|198400 |   578 | 10887k|  54.9 |  36M|  56 |  84 | 400 |  28k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1255.18/1255.49	c  1255s|198500 |   582 | 10893k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 124k|  14k| 0.000000e+00 |      --      |    Inf 
1255.78/1256.10	c  1256s|198600 |   586 | 10899k|  54.9 |  36M|  56 |  89 | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1256.38/1256.68	c  1257s|198700 |   590 | 10904k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1256.99/1257.28	c  1257s|198800 |   591 | 10909k|  54.9 |  36M|  56 |  89 | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1257.58/1257.88	c  1258s|198900 |   595 | 10915k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1258.28/1258.54	c  1259s|199000 |   597 | 10922k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1258.98/1259.20	c  1259s|199100 |   589 | 10928k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1259.48/1259.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.48/1259.79	c  1260s|199200 |   594 | 10934k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1260.08/1260.36	c  1260s|199300 |   588 | 10940k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1260.58/1260.89	c  1261s|199400 |   588 | 10945k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1261.18/1261.46	c  1261s|199500 |   588 | 10951k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1261.78/1262.01	c  1262s|199600 |   594 | 10956k|  54.9 |  36M|  56 |  78 | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1262.38/1262.61	c  1263s|199700 |   596 | 10962k|  54.9 |  36M|  56 |  87 | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1262.98/1263.21	c  1263s|199800 |   592 | 10969k|  54.9 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 125k|  14k| 0.000000e+00 |      --      |    Inf 
1263.59/1263.83	c  1264s|199900 |   594 | 10975k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1264.28/1264.51	c  1265s|200000 |   602 | 10982k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1264.98/1265.24	c  1265s|200100 |   591 | 10990k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1265.58/1265.87	c  1266s|200200 |   591 | 10996k|  54.9 |  36M|  56 |  81 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1266.28/1266.52	c  1267s|200300 |   589 | 11003k|  54.9 |  36M|  56 |  83 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1266.89/1267.12	c  1267s|200400 |   591 | 11009k|  54.9 |  36M|  56 |  83 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1267.48/1267.75	c  1268s|200500 |   591 | 11015k|  54.9 |  36M|  56 |  81 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1268.18/1268.40	c  1268s|200600 |   589 | 11022k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1268.88/1269.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.88/1269.14	c  1269s|200700 |   589 | 11028k|  54.9 |  36M|  56 |  80 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1269.48/1269.78	c  1270s|200800 |   589 | 11033k|  54.9 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1270.18/1270.49	c  1270s|200900 |   591 | 11040k|  55.0 |  36M|  56 |  80 | 400 |  29k| 400 | 745 | 145 | 126k|  14k| 0.000000e+00 |      --      |    Inf 
1271.08/1271.38	c  1271s|201000 |   589 | 11047k|  55.0 |  36M|  56 |  85 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1271.78/1272.08	c  1272s|201100 |   587 | 11053k|  55.0 |  36M|  56 |  81 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1272.58/1272.87	c  1273s|201200 |   588 | 11060k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1273.38/1273.62	c  1274s|201300 |   584 | 11067k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1273.98/1274.27	c  1274s|201400 |   588 | 11072k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1274.59/1274.85	c  1275s|201500 |   590 | 11077k|  55.0 |  36M|  56 |  86 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1275.08/1275.35	c  1275s|201600 |   590 | 11082k|  55.0 |  36M|  56 |  84 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1275.78/1276.09	c  1276s|201700 |   590 | 11087k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1276.48/1276.76	c  1277s|201800 |   590 | 11093k|  55.0 |  36M|  56 |  86 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1277.18/1277.40	c  1277s|201900 |   588 | 11099k|  55.0 |  36M|  56 |  85 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1277.68/1277.96	c  1278s|202000 |   590 | 11104k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1278.38/1278.60	c  1279s|202100 |   588 | 11110k|  55.0 |  36M|  56 |  82 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1279.08/1279.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1279.08/1279.37	c  1279s|202200 |   588 | 11117k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1279.98/1280.25	c  1280s|202300 |   586 | 11124k|  55.0 |  36M|  56 |  86 | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1280.58/1280.84	c  1281s|202400 |   586 | 11129k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 127k|  14k| 0.000000e+00 |      --      |    Inf 
1281.18/1281.43	c  1281s|202500 |   586 | 11135k|  55.0 |  36M|  56 |  86 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1281.78/1282.04	c  1282s|202600 |   588 | 11140k|  55.0 |  36M|  56 |  81 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1282.39/1282.65	c  1283s|202700 |   591 | 11145k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1282.98/1283.20	c  1283s|202800 |   590 | 11151k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1283.58/1283.82	c  1284s|202900 |   586 | 11157k|  55.0 |  36M|  56 |   - | 400 |  29k|   0 |   0 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1284.18/1284.47	c  1284s|203000 |   594 | 11163k|  55.0 |  36M|  56 |  88 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1284.87/1285.14	c  1285s|203100 |   590 | 11168k|  55.0 |  36M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1285.48/1285.79	c  1286s|203200 |   590 | 11173k|  55.0 |  36M|  56 |  84 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1286.18/1286.41	c  1286s|203300 |   590 | 11179k|  55.0 |  37M|  56 |  83 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1286.68/1286.95	c  1287s|203400 |   588 | 11184k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1287.28/1287.59	c  1288s|203500 |   586 | 11189k|  55.0 |  37M|  56 |  89 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1287.98/1288.22	c  1288s|203600 |   586 | 11195k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1288.58/1288.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.58/1288.89	c  1289s|203700 |   586 | 11201k|  55.0 |  37M|  56 |  89 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1289.48/1289.76	c  1290s|203800 |   583 | 11207k|  55.0 |  37M|  56 |  85 | 400 |  29k| 400 | 745 | 145 | 128k|  14k| 0.000000e+00 |      --      |    Inf 
1290.18/1290.42	c  1290s|203900 |   583 | 11214k|  55.0 |  36M|  56 |  90 | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1291.08/1291.39	c  1291s|204000 |   588 | 11219k|  55.0 |  37M|  56 |  79 | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1291.68/1291.90	c  1292s|204100 |   586 | 11223k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1292.18/1292.42	c  1292s|204200 |   592 | 11228k|  55.0 |  37M|  56 |  87 | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1292.77/1293.01	c  1293s|204300 |   590 | 11234k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1293.38/1293.68	c  1294s|204400 |   594 | 11241k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1294.27/1294.51	c  1295s|204500 |   598 | 11248k|  55.0 |  37M|  56 |  86 | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1295.07/1295.31	c  1295s|204600 |   591 | 11255k|  55.0 |  37M|  56 |  85 | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1295.67/1295.92	c  1296s|204700 |   587 | 11262k|  55.0 |  37M|  56 |   - | 400 |  29k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1296.48/1296.71	c  1297s|204800 |   591 | 11268k|  55.0 |  37M|  56 |  84 | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1296.97/1297.26	c  1297s|204900 |   593 | 11273k|  55.0 |  36M|  56 |  84 | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1297.58/1297.82	c  1298s|205000 |   591 | 11278k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1298.18/1298.46	c  1298s|205100 |   591 | 11282k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1298.68/1299.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1298.68/1299.00	c  1299s|205200 |   591 | 11288k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1299.48/1299.74	c  1300s|205300 |   593 | 11294k|  55.0 |  36M|  56 |  86 | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1300.27/1300.51	c  1301s|205400 |   596 | 11300k|  55.0 |  36M|  56 |  87 | 400 |  28k| 400 | 745 | 145 | 129k|  14k| 0.000000e+00 |      --      |    Inf 
1300.78/1301.07	c  1301s|205500 |   592 | 11305k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1301.57/1301.82	c  1302s|205600 |   592 | 11312k|  55.0 |  36M|  56 |  89 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1302.28/1302.58	c  1303s|205700 |   588 | 11318k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1302.98/1303.22	c  1303s|205800 |   592 | 11324k|  55.0 |  36M|  56 |  88 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1303.67/1303.95	c  1304s|205900 |   588 | 11330k|  55.0 |  36M|  56 |  87 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1304.58/1304.83	c  1305s|206000 |   592 | 11337k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1305.07/1305.38	c  1305s|206100 |   590 | 11342k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1305.67/1305.99	c  1306s|206200 |   592 | 11347k|  55.0 |  36M|  56 |  76 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1306.27/1306.54	c  1307s|206300 |   594 | 11352k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1306.98/1307.20	c  1307s|206400 |   590 | 11358k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1307.47/1307.80	c  1308s|206500 |   592 | 11363k|  55.0 |  36M|  56 |  81 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1308.17/1308.43	c  1308s|206600 |   588 | 11369k|  55.0 |  36M|  56 |   - | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1308.88/1309.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.88/1309.12	c  1309s|206700 |   590 | 11374k|  55.0 |  36M|  56 |  88 | 400 |  28k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1309.47/1309.79	c  1310s|206800 |   590 | 11380k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1310.37/1310.61	c  1311s|206900 |   588 | 11386k|  55.0 |  36M|  56 |  85 | 400 |  27k| 400 | 745 | 145 | 130k|  14k| 0.000000e+00 |      --      |    Inf 
1310.88/1311.12	c  1311s|207000 |   590 | 11391k|  55.0 |  36M|  56 |  77 | 400 |  27k| 400 | 745 | 145 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
1311.68/1311.94	c  1312s|207100 |   586 | 11399k|  55.0 |  36M|  56 |  83 | 400 |  27k| 400 | 745 | 145 | 131k|  14k| 0.000000e+00 |      --      |    Inf 
1312.37/1312.69	c  1313s|207200 |   587 | 11405k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1313.08/1313.37	c  1313s|207300 |   591 | 11410k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1313.67/1313.96	c  1314s|207400 |   595 | 11415k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1314.28/1314.54	c  1315s|207500 |   593 | 11420k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1314.98/1315.22	c  1315s|207600 |   595 | 11426k|  55.0 |  36M|  56 |  85 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1315.67/1315.90	c  1316s|207700 |   597 | 11433k|  55.0 |  36M|  56 |  90 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1316.38/1316.64	c  1317s|207800 |   599 | 11440k|  55.0 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1317.07/1317.35	c  1317s|207900 |   595 | 11447k|  55.1 |  36M|  56 |  79 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1317.67/1317.97	c  1318s|208000 |   593 | 11453k|  55.1 |  36M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1318.37/1318.64	c  1319s|208100 |   593 | 11459k|  55.1 |  36M|  56 |  87 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1319.17/1319.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.17/1319.49	c  1319s|208200 |   591 | 11466k|  55.1 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1319.98/1320.25	c  1320s|208300 |   595 | 11473k|  55.1 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1320.57/1320.90	c  1321s|208400 |   595 | 11479k|  55.1 |  36M|  56 |  75 | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1321.27/1321.54	c  1322s|208500 |   593 | 11485k|  55.1 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 131k|  15k| 0.000000e+00 |      --      |    Inf 
1321.88/1322.13	c  1322s|208600 |   592 | 11491k|  55.1 |  36M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1322.67/1322.95	c  1323s|208700 |   596 | 11498k|  55.1 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1323.27/1323.57	c  1324s|208800 |   600 | 11503k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1323.97/1324.20	c  1324s|208900 |   606 | 11509k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1324.47/1324.79	c  1325s|209000 |   598 | 11515k|  55.1 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1325.07/1325.37	c  1325s|209100 |   604 | 11520k|  55.1 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1325.78/1326.04	c  1326s|209200 |   594 | 11527k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1326.38/1326.65	c  1327s|209300 |   594 | 11532k|  55.1 |  36M|  56 |  90 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1326.97/1327.21	c  1327s|209400 |   597 | 11537k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1327.47/1327.72	c  1328s|209500 |   597 | 11542k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1328.07/1328.30	c  1328s|209600 |   597 | 11548k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1328.67/1328.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.67/1328.90	c  1329s|209700 |   595 | 11554k|  55.1 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1329.27/1329.51	c  1330s|209800 |   598 | 11560k|  55.1 |  36M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1329.87/1330.15	c  1330s|209900 |   598 | 11566k|  55.1 |  36M|  56 |  81 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1331.27/1331.58	c  1332s|210000 |   598 | 11574k|  55.1 |  36M|  56 |  96 | 400 |  26k| 400 | 745 | 145 | 132k|  15k| 0.000000e+00 |      --      |    Inf 
1332.77/1333.07	c  1333s|210100 |   598 | 11585k|  55.1 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1333.47/1333.74	c  1334s|210200 |   598 | 11591k|  55.1 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1334.07/1334.38	c  1334s|210300 |   596 | 11598k|  55.1 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1335.27/1335.57	c  1336s|210400 |   602 | 11605k|  55.2 |  35M|  56 |  90 | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1336.28/1336.58	c  1337s|210500 |   607 | 11613k|  55.2 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1337.17/1337.43	c  1337s|210600 |   600 | 11622k|  55.2 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1338.07/1338.35	c  1338s|210700 |   611 | 11630k|  55.2 |  35M|  56 |  91 | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1338.87/1339.14	c  1339s|210800 |   608 | 11637k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1339.57/1339.81	c  1340s|210900 |   606 | 11644k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1340.16/1340.43	c  1340s|211000 |   602 | 11650k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1340.87/1341.19	c  1341s|211100 |   604 | 11657k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1341.67/1341.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.67/1341.92	c  1342s|211200 |   608 | 11664k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1342.37/1342.65	c  1343s|211300 |   603 | 11671k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 133k|  15k| 0.000000e+00 |      --      |    Inf 
1343.06/1343.34	c  1343s|211400 |   605 | 11677k|  55.2 |  35M|  56 |  77 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1343.57/1343.84	c  1344s|211500 |   605 | 11681k|  55.2 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1344.17/1344.42	c  1344s|211600 |   607 | 11687k|  55.2 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1344.77/1345.07	c  1345s|211700 |   607 | 11693k|  55.2 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1345.47/1345.73	c  1346s|211800 |   605 | 11700k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1346.17/1346.44	c  1346s|211900 |   607 | 11707k|  55.2 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1346.87/1347.10	c  1347s|212000 |   609 | 11714k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1347.47/1347.79	c  1348s|212100 |   607 | 11721k|  55.3 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1348.17/1348.47	c  1348s|212200 |   607 | 11728k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1348.87/1349.14	c  1349s|212300 |   601 | 11734k|  55.3 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1349.67/1349.96	c  1350s|212400 |   603 | 11742k|  55.3 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1350.17/1350.42	c  1350s|212500 |   605 | 11747k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1350.77/1351.01	c  1351s|212600 |   609 | 11752k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1351.37/1351.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1351.37/1351.68	c  1352s|212700 |   617 | 11758k|  55.3 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 134k|  15k| 0.000000e+00 |      --      |    Inf 
1352.06/1352.35	c  1352s|212800 |   612 | 11765k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1352.77/1353.09	c  1353s|212900 |   611 | 11772k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1353.56/1353.81	c  1354s|213000 |   615 | 11779k|  55.3 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1354.27/1354.52	c  1355s|213100 |   617 | 11785k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1355.06/1355.40	c  1355s|213200 |   617 | 11794k|  55.3 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1355.97/1356.22	c  1356s|213300 |   611 | 11802k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1356.76/1357.01	c  1357s|213400 |   611 | 11810k|  55.3 |  35M|  56 |  94 | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1357.57/1357.80	c  1358s|213500 |   605 | 11817k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1358.36/1358.63	c  1359s|213600 |   601 | 11825k|  55.4 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1359.16/1359.44	c  1359s|213700 |   606 | 11832k|  55.4 |  35M|  56 |  90 | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1359.77/1360.09	c  1360s|213800 |   608 | 11838k|  55.4 |  35M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 135k|  15k| 0.000000e+00 |      --      |    Inf 
1360.26/1360.59	c  1361s|213900 |   610 | 11843k|  55.4 |  35M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1360.97/1361.23	c  1361s|214000 |   602 | 11849k|  55.4 |  35M|  56 |  93 | 400 |  25k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1361.66/1361.98	c  1362s|214100 |   606 | 11856k|  55.4 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1362.37/1362.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1362.37/1362.61	c  1363s|214200 |   606 | 11861k|  55.4 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1362.97/1363.20	c  1363s|214300 |   604 | 11867k|  55.4 |  35M|  56 |  92 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1363.46/1363.76	c  1364s|214400 |   604 | 11872k|  55.4 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1364.37/1364.63	c  1365s|214500 |   622 | 11878k|  55.4 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1364.77/1365.07	c  1365s|214600 |   623 | 11882k|  55.4 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1365.37/1365.63	c  1366s|214700 |   617 | 11887k|  55.4 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1365.76/1366.08	c  1366s|214800 |   621 | 11891k|  55.4 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1366.16/1366.49	c  1366s|214900 |   622 | 11895k|  55.4 |  35M|  56 |  75 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1366.67/1366.90	c  1367s|215000 |   621 | 11899k|  55.3 |  35M|  56 |  79 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1367.07/1367.34	c  1367s|215100 |   623 | 11904k|  55.3 |  35M|  56 |  76 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1367.56/1367.83	c  1368s|215200 |   621 | 11908k|  55.3 |  35M|  56 |  76 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1368.07/1368.33	c  1368s|215300 |   625 | 11913k|  55.3 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1368.56/1368.82	c  1369s|215400 |   623 | 11918k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1369.06/1369.36	c  1369s|215500 |   621 | 11924k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1369.57/1369.88	c  1370s|215600 |   623 | 11929k|  55.3 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1370.06/1370.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.06/1370.39	c  1370s|215700 |   621 | 11934k|  55.3 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 136k|  15k| 0.000000e+00 |      --      |    Inf 
1370.67/1370.93	c  1371s|215800 |   619 | 11939k|  55.3 |  35M|  56 |  79 | 400 |  24k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1371.07/1371.38	c  1371s|215900 |   621 | 11944k|  55.3 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1371.56/1371.83	c  1372s|216000 |   619 | 11948k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1371.97/1372.30	c  1372s|216100 |   621 | 11952k|  55.3 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1372.47/1372.78	c  1373s|216200 |   623 | 11957k|  55.3 |  35M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1372.96/1373.27	c  1373s|216300 |   623 | 11962k|  55.3 |  35M|  56 |  86 | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1373.57/1373.80	c  1374s|216400 |   621 | 11967k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1374.16/1374.40	c  1374s|216500 |   619 | 11973k|  55.3 |  35M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1374.67/1374.99	c  1375s|216600 |   623 | 11978k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1375.36/1375.62	c  1376s|216700 |   621 | 11984k|  55.3 |  35M|  56 |  83 | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1375.96/1376.25	c  1376s|216800 |   619 | 11991k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1376.66/1376.90	c  1377s|216900 |   617 | 11997k|  55.3 |  35M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1377.16/1377.47	c  1377s|217000 |   617 | 12002k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1377.87/1378.13	c  1378s|217100 |   621 | 12009k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1378.36/1378.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1378.36/1378.68	c  1379s|217200 |   619 | 12014k|  55.3 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1378.96/1379.29	c  1379s|217300 |   622 | 12020k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1379.56/1379.85	c  1380s|217400 |   621 | 12025k|  55.3 |  36M|  56 |  78 | 400 |  25k| 400 | 745 | 145 | 137k|  15k| 0.000000e+00 |      --      |    Inf 
1380.06/1380.37	c  1380s|217500 |   618 | 12031k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1380.66/1380.99	c  1381s|217600 |   620 | 12037k|  55.3 |  36M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1381.37/1381.67	c  1382s|217700 |   620 | 12044k|  55.3 |  36M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1382.17/1382.42	c  1382s|217800 |   616 | 12051k|  55.3 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1382.86/1383.19	c  1383s|217900 |   618 | 12058k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1383.76/1384.01	c  1384s|218000 |   622 | 12065k|  55.3 |  36M|  56 |  80 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1384.26/1384.55	c  1385s|218100 |   622 | 12070k|  55.3 |  36M|  56 |  77 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1384.86/1385.13	c  1385s|218200 |   622 | 12075k|  55.3 |  36M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1385.47/1385.77	c  1386s|218300 |   620 | 12080k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1386.06/1386.31	c  1386s|218400 |   620 | 12086k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1386.76/1387.02	c  1387s|218500 |   622 | 12091k|  55.3 |  36M|  56 |  81 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1387.26/1387.55	c  1388s|218600 |   620 | 12097k|  55.3 |  36M|  56 |  80 | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1387.76/1388.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.76/1388.10	c  1388s|218700 |   622 | 12102k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1388.47/1388.77	c  1389s|218800 |   620 | 12108k|  55.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 138k|  15k| 0.000000e+00 |      --      |    Inf 
1389.16/1389.48	c  1389s|218900 |   622 | 12114k|  55.3 |  36M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1389.76/1390.09	c  1390s|219000 |   626 | 12120k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1390.56/1390.81	c  1391s|219100 |   624 | 12126k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1391.06/1391.35	c  1391s|219200 |   630 | 12131k|  55.3 |  36M|  56 |  76 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1391.86/1392.11	c  1392s|219300 |   628 | 12137k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1392.46/1392.74	c  1393s|219400 |   628 | 12143k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1393.16/1393.40	c  1393s|219500 |   626 | 12148k|  55.3 |  36M|  56 |  77 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1393.56/1393.89	c  1394s|219600 |   630 | 12153k|  55.3 |  36M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1394.36/1394.68	c  1395s|219700 |   628 | 12160k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1395.16/1395.47	c  1395s|219800 |   624 | 12167k|  55.4 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1395.76/1396.05	c  1396s|219900 |   630 | 12173k|  55.4 |  36M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1396.56/1396.84	c  1397s|220000 |   626 | 12180k|  55.4 |  36M|  56 |  77 | 400 |  26k| 400 | 745 | 145 | 139k|  15k| 0.000000e+00 |      --      |    Inf 
1397.16/1397.49	c  1397s|220100 |   622 | 12186k|  55.4 |  36M|  56 |  91 | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1397.76/1398.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1397.76/1398.04	c  1398s|220200 |   622 | 12191k|  55.4 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1398.46/1398.70	c  1399s|220300 |   624 | 12197k|  55.4 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1399.16/1399.49	c  1399s|220400 |   620 | 12204k|  55.4 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1399.97/1400.26	c  1400s|220500 |   618 | 12210k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1400.46/1400.79	c  1401s|220600 |   622 | 12216k|  55.4 |  36M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1401.17/1401.45	c  1401s|220700 |   618 | 12222k|  55.4 |  36M|  56 |   - | 400 |  27k|   0 |   0 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1401.96/1402.23	c  1402s|220800 |   622 | 12227k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1402.36/1402.68	c  1403s|220900 |   622 | 12232k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1402.96/1403.26	c  1403s|221000 |   624 | 12237k|  55.4 |  36M|  56 |  77 | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1403.46/1403.74	c  1404s|221100 |   624 | 12241k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1404.06/1404.35	c  1404s|221200 |   620 | 12246k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1404.66/1404.99	c  1405s|221300 |   620 | 12251k|  55.4 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1405.36/1405.61	c  1406s|221400 |   624 | 12256k|  55.4 |  36M|  56 |  80 | 400 |  27k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1405.96/1406.22	c  1406s|221500 |   626 | 12261k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1406.46/1406.77	c  1407s|221600 |   629 | 12266k|  55.4 |  36M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 140k|  15k| 0.000000e+00 |      --      |    Inf 
1407.05/1407.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.05/1407.32	c  1407s|221700 |   629 | 12271k|  55.3 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1407.66/1407.98	c  1408s|221800 |   627 | 12277k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1408.36/1408.65	c  1409s|221900 |   627 | 12283k|  55.4 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1409.06/1409.38	c  1409s|222000 |   631 | 12289k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1409.66/1409.97	c  1410s|222100 |   624 | 12294k|  55.4 |  36M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1410.36/1410.65	c  1411s|222200 |   628 | 12300k|  55.4 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1411.16/1411.40	c  1411s|222300 |   623 | 12308k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1411.85/1412.14	c  1412s|222400 |   629 | 12314k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1412.56/1412.86	c  1413s|222500 |   629 | 12321k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1413.26/1413.57	c  1414s|222600 |   625 | 12327k|  55.4 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1413.96/1414.29	c  1414s|222700 |   633 | 12333k|  55.4 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1414.76/1415.01	c  1415s|222800 |   623 | 12340k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 141k|  15k| 0.000000e+00 |      --      |    Inf 
1415.66/1415.93	c  1416s|222900 |   629 | 12347k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1416.46/1416.79	c  1417s|223000 |   628 | 12355k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1417.46/1417.71	c  1418s|223100 |   626 | 12363k|  55.4 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1418.26/1418.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.26/1418.59	c  1419s|223200 |   621 | 12372k|  55.4 |  36M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1419.06/1419.34	c  1419s|223300 |   627 | 12378k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1419.76/1420.07	c  1420s|223400 |   622 | 12384k|  55.4 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1420.36/1420.66	c  1421s|223500 |   622 | 12389k|  55.4 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1421.06/1421.32	c  1421s|223600 |   622 | 12396k|  55.4 |  36M|  56 |  90 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1421.85/1422.16	c  1422s|223700 |   624 | 12403k|  55.4 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1422.56/1422.85	c  1423s|223800 |   621 | 12409k|  55.4 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1423.35/1423.68	c  1424s|223900 |   623 | 12416k|  55.5 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1424.16/1424.44	c  1424s|224000 |   623 | 12423k|  55.5 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 142k|  15k| 0.000000e+00 |      --      |    Inf 
1424.86/1425.18	c  1425s|224100 |   623 | 12431k|  55.5 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1425.86/1426.11	c  1426s|224200 |   623 | 12439k|  55.5 |  36M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1426.66/1426.90	c  1427s|224300 |   623 | 12447k|  55.5 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1427.15/1427.47	c  1427s|224400 |   631 | 12452k|  55.5 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1427.76/1428.04	c  1428s|224500 |   633 | 12458k|  55.5 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1428.35/1428.65	c  1429s|224600 |   630 | 12464k|  55.5 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1428.86/1429.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1428.86/1429.18	c  1429s|224700 |   640 | 12469k|  55.5 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1429.45/1429.76	c  1430s|224800 |   632 | 12475k|  55.5 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1429.95/1430.27	c  1430s|224900 |   632 | 12480k|  55.5 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1430.56/1430.87	c  1431s|225000 |   628 | 12486k|  55.5 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1431.16/1431.42	c  1431s|225100 |   626 | 12491k|  55.5 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1431.75/1432.00	c  1432s|225200 |   630 | 12497k|  55.5 |  36M|  56 |  84 | 400 |  27k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1432.35/1432.60	c  1433s|225300 |   636 | 12503k|  55.5 |  36M|  56 |  90 | 400 |  27k| 400 | 745 | 145 | 143k|  15k| 0.000000e+00 |      --      |    Inf 
1432.85/1433.20	c  1433s|225400 |   622 | 12509k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1433.45/1433.79	c  1434s|225500 |   624 | 12516k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1434.25/1434.55	c  1435s|225600 |   622 | 12523k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1435.17/1435.43	c  1435s|225700 |   622 | 12529k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1435.75/1436.06	c  1436s|225800 |   626 | 12535k|  55.5 |  36M|  56 |  80 | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1436.45/1436.70	c  1437s|225900 |   632 | 12541k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1437.15/1437.45	c  1437s|226000 |   624 | 12549k|  55.5 |  36M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1437.86/1438.15	c  1438s|226100 |   622 | 12556k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1438.46/1438.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1438.46/1438.78	c  1439s|226200 |   624 | 12562k|  55.5 |  36M|  56 |  77 | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1439.05/1439.34	c  1439s|226300 |   622 | 12568k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1439.75/1440.04	c  1440s|226400 |   624 | 12575k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1440.35/1440.63	c  1441s|226500 |   622 | 12581k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1441.06/1441.37	c  1441s|226600 |   632 | 12588k|  55.5 |  36M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 144k|  15k| 0.000000e+00 |      --      |    Inf 
1441.65/1441.93	c  1442s|226700 |   636 | 12593k|  55.5 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1442.15/1442.46	c  1442s|226800 |   633 | 12598k|  55.5 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1442.86/1443.11	c  1443s|226900 |   633 | 12604k|  55.5 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1443.36/1443.69	c  1444s|227000 |   635 | 12610k|  55.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1443.96/1444.20	c  1444s|227100 |   639 | 12615k|  55.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1444.45/1444.79	c  1445s|227200 |   629 | 12621k|  55.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1445.06/1445.40	c  1445s|227300 |   651 | 12627k|  55.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1445.75/1446.05	c  1446s|227400 |   639 | 12633k|  55.6 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1446.36/1446.66	c  1447s|227500 |   649 | 12639k|  55.6 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1447.06/1447.34	c  1447s|227600 |   642 | 12645k|  55.6 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1447.66/1447.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1447.66/1447.96	c  1448s|227700 |   636 | 12652k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1448.25/1448.58	c  1449s|227800 |   632 | 12658k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 145k|  15k| 0.000000e+00 |      --      |    Inf 
1448.95/1449.23	c  1449s|227900 |   656 | 12664k|  55.6 |  35M|  56 |  89 | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1449.65/1449.91	c  1450s|228000 |   660 | 12671k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1450.35/1450.69	c  1451s|228100 |   646 | 12678k|  55.6 |  35M|  56 |  91 | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1451.05/1451.33	c  1451s|228200 |   644 | 12684k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1451.55/1451.89	c  1452s|228300 |   657 | 12690k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1452.25/1452.53	c  1453s|228400 |   648 | 12696k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1452.86/1453.15	c  1453s|228500 |   644 | 12703k|  55.6 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1453.45/1453.72	c  1454s|228600 |   646 | 12709k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1454.05/1454.33	c  1454s|228700 |   646 | 12715k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1454.65/1454.91	c  1455s|228800 |   642 | 12721k|  55.6 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1455.25/1455.52	c  1456s|228900 |   644 | 12727k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 146k|  15k| 0.000000e+00 |      --      |    Inf 
1455.85/1456.14	c  1456s|229000 |   636 | 12733k|  55.6 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1456.55/1456.80	c  1457s|229100 |   634 | 12740k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1457.05/1457.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1457.05/1457.36	c  1457s|229200 |   647 | 12745k|  55.6 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1457.65/1457.96	c  1458s|229300 |   654 | 12751k|  55.6 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1458.36/1458.64	c  1459s|229400 |   645 | 12758k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1458.95/1459.28	c  1459s|229500 |   635 | 12764k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1459.65/1459.92	c  1460s|229600 |   631 | 12771k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1460.25/1460.57	c  1461s|229700 |   628 | 12777k|  55.6 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1460.95/1461.22	c  1461s|229800 |   628 | 12784k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1461.65/1461.95	c  1462s|229900 |   624 | 12792k|  55.6 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1462.25/1462.52	c  1463s|230000 |   624 | 12797k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1462.85/1463.14	c  1463s|230100 |   632 | 12804k|  55.6 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 147k|  15k| 0.000000e+00 |      --      |    Inf 
1463.45/1463.76	c  1464s|230200 |   627 | 12810k|  55.6 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1464.14/1464.46	c  1464s|230300 |   623 | 12817k|  55.7 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1464.75/1465.10	c  1465s|230400 |   628 | 12823k|  55.7 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1465.45/1465.71	c  1466s|230500 |   625 | 12829k|  55.7 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1466.15/1466.42	c  1466s|230600 |   623 | 12836k|  55.7 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1466.74/1467.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.74/1467.01	c  1467s|230700 |   627 | 12841k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1467.34/1467.63	c  1468s|230800 |   629 | 12848k|  55.7 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1468.04/1468.32	c  1468s|230900 |   631 | 12855k|  55.7 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1468.75/1469.03	c  1469s|231000 |   633 | 12862k|  55.7 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1469.45/1469.73	c  1470s|231100 |   627 | 12869k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1470.15/1470.45	c  1470s|231200 |   631 | 12876k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1471.15/1471.44	c  1471s|231300 |   624 | 12885k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 148k|  15k| 0.000000e+00 |      --      |    Inf 
1471.95/1472.20	c  1472s|231400 |   623 | 12893k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1472.94/1473.27	c  1473s|231500 |   628 | 12902k|  55.7 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1473.85/1474.10	c  1474s|231600 |   625 | 12911k|  55.7 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1474.64/1474.91	c  1475s|231700 |   634 | 12919k|  55.8 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1475.65/1475.90	c  1476s|231800 |   624 | 12927k|  55.8 |  35M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1476.45/1476.79	c  1477s|231900 |   629 | 12935k|  55.8 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1477.44/1477.74	c  1478s|232000 |   621 | 12943k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1478.06/1478.31	c  1478s|232100 |   620 | 12949k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1478.75/1479.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.75/1479.05	c  1479s|232200 |   622 | 12955k|  55.8 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1479.35/1479.66	c  1480s|232300 |   622 | 12961k|  55.8 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1480.05/1480.34	c  1480s|232400 |   628 | 12966k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 149k|  15k| 0.000000e+00 |      --      |    Inf 
1480.74/1481.00	c  1481s|232500 |   628 | 12972k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1481.35/1481.63	c  1482s|232600 |   628 | 12978k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1481.94/1482.29	c  1482s|232700 |   637 | 12984k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1482.65/1482.91	c  1483s|232800 |   622 | 12990k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1483.35/1483.60	c  1484s|232900 |   626 | 12996k|  55.8 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1484.04/1484.33	c  1484s|233000 |   624 | 13002k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1484.75/1485.01	c  1485s|233100 |   624 | 13009k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1485.35/1485.69	c  1486s|233200 |   626 | 13015k|  55.8 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1486.25/1486.51	c  1487s|233300 |   624 | 13022k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1487.04/1487.33	c  1487s|233400 |   624 | 13029k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1487.95/1488.30	c  1488s|233500 |   622 | 13037k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1488.94/1489.27	c  1489s|233600 |   622 | 13046k|  55.8 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 150k|  15k| 0.000000e+00 |      --      |    Inf 
1489.84/1490.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1489.84/1490.19	c  1490s|233700 |   628 | 13053k|  55.9 |  35M|  56 |  82 | 400 |  23k| 400 | 745 | 145 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
1490.44/1490.78	c  1491s|233800 |   626 | 13058k|  55.9 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
1491.04/1491.39	c  1491s|233900 |   630 | 13064k|  55.9 |  35M|  56 |  87 | 400 |  23k| 400 | 745 | 145 | 150k|  16k| 0.000000e+00 |      --      |    Inf 
1491.94/1492.20	c  1492s|234000 |   627 | 13070k|  55.9 |  35M|  56 |  87 | 400 |  23k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1492.54/1492.88	c  1493s|234100 |   626 | 13076k|  55.9 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1493.35/1493.66	c  1494s|234200 |   628 | 13083k|  55.9 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1494.15/1494.40	c  1494s|234300 |   628 | 13090k|  55.9 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1494.95/1495.20	c  1495s|234400 |   626 | 13097k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1495.65/1495.90	c  1496s|234500 |   624 | 13103k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1496.34/1496.67	c  1497s|234600 |   626 | 13110k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1496.85/1497.16	c  1497s|234700 |   624 | 13114k|  55.9 |  35M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1497.55/1497.86	c  1498s|234800 |   630 | 13120k|  55.9 |  35M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1498.54/1498.83	c  1499s|234900 |   626 | 13128k|  55.9 |  35M|  56 |  92 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1499.05/1499.34	c  1499s|235000 |   628 | 13133k|  55.9 |  35M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1499.55/1499.84	c  1500s|235100 |   628 | 13138k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1500.15/1500.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1500.15/1500.46	c  1500s|235200 |   630 | 13143k|  55.9 |  35M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 151k|  16k| 0.000000e+00 |      --      |    Inf 
1500.74/1501.00	c  1501s|235300 |   636 | 13148k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1501.34/1501.66	c  1502s|235400 |   632 | 13154k|  55.9 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1501.95/1502.23	c  1502s|235500 |   634 | 13159k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1502.55/1502.87	c  1503s|235600 |   633 | 13165k|  55.9 |  35M|  56 |  80 | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1503.24/1503.51	c  1504s|235700 |   634 | 13171k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1503.95/1504.25	c  1504s|235800 |   630 | 13177k|  55.9 |  35M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1504.55/1504.86	c  1505s|235900 |   636 | 13183k|  55.9 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1505.34/1505.66	c  1506s|236000 |   636 | 13191k|  55.9 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1506.05/1506.37	c  1506s|236100 |   632 | 13197k|  55.9 |  36M|  56 |  86 | 400 |  25k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1506.75/1507.01	c  1507s|236200 |   629 | 13203k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 152k|  16k| 0.000000e+00 |      --      |    Inf 
1507.34/1507.65	c  1508s|236300 |   633 | 13209k|  55.9 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1507.94/1508.22	c  1508s|236400 |   628 | 13215k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1508.54/1508.84	c  1509s|236500 |   638 | 13221k|  55.9 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1509.24/1509.54	c  1510s|236600 |   632 | 13229k|  55.9 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1509.84/1510.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.84/1510.20	c  1510s|236700 |   636 | 13235k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1510.64/1510.91	c  1511s|236800 |   629 | 13243k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1511.24/1511.58	c  1512s|236900 |   630 | 13250k|  55.9 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1512.05/1512.31	c  1512s|237000 |   628 | 13257k|  55.9 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1512.64/1512.91	c  1513s|237100 |   632 | 13263k|  55.9 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1513.24/1513.51	c  1514s|237200 |   630 | 13269k|  55.9 |  36M|  56 |  83 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1513.84/1514.18	c  1514s|237300 |   627 | 13276k|  55.9 |  36M|  56 |  83 | 400 |  25k| 400 | 745 | 145 | 153k|  16k| 0.000000e+00 |      --      |    Inf 
1514.94/1515.21	c  1515s|237400 |   620 | 13282k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1515.54/1515.89	c  1516s|237500 |   626 | 13286k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1516.04/1516.38	c  1516s|237600 |   626 | 13290k|  55.9 |  36M|  56 |  73 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1516.55/1516.90	c  1517s|237700 |   628 | 13294k|  55.9 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1517.14/1517.43	c  1517s|237800 |   624 | 13299k|  55.9 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1517.54/1517.90	c  1518s|237900 |   628 | 13303k|  55.9 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1518.04/1518.36	c  1518s|238000 |   630 | 13307k|  55.9 |  36M|  56 |  74 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1518.54/1518.84	c  1519s|238100 |   628 | 13311k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1519.04/1519.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1519.04/1519.31	c  1519s|238200 |   628 | 13316k|  55.9 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1519.54/1519.84	c  1520s|238300 |   624 | 13321k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1520.04/1520.32	c  1520s|238400 |   626 | 13326k|  55.9 |  36M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1520.64/1520.95	c  1521s|238500 |   630 | 13331k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1521.14/1521.46	c  1521s|238600 |   628 | 13336k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1521.64/1521.95	c  1522s|238700 |   628 | 13341k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1522.24/1522.55	c  1523s|238800 |   630 | 13347k|  55.9 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1522.94/1523.21	c  1523s|238900 |   628 | 13354k|  55.9 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1523.64/1523.95	c  1524s|239000 |   623 | 13362k|  55.9 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1524.25/1524.52	c  1525s|239100 |   626 | 13367k|  55.9 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1524.74/1525.07	c  1525s|239200 |   628 | 13372k|  55.9 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1525.35/1525.64	c  1526s|239300 |   630 | 13378k|  55.9 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 154k|  16k| 0.000000e+00 |      --      |    Inf 
1525.84/1526.12	c  1526s|239400 |   630 | 13383k|  55.9 |  36M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1526.34/1526.66	c  1527s|239500 |   626 | 13388k|  55.9 |  36M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1526.84/1527.17	c  1527s|239600 |   630 | 13393k|  55.9 |  36M|  56 |  81 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1527.44/1527.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1527.44/1527.74	c  1528s|239700 |   628 | 13399k|  55.9 |  36M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1528.04/1528.30	c  1528s|239800 |   624 | 13405k|  55.9 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1528.54/1528.88	c  1529s|239900 |   626 | 13411k|  55.9 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1529.14/1529.49	c  1529s|240000 |   622 | 13417k|  55.9 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1529.85/1530.12	c  1530s|240100 |   620 | 13423k|  55.9 |  36M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1530.44/1530.73	c  1531s|240200 |   618 | 13428k|  55.9 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1531.14/1531.45	c  1531s|240300 |   630 | 13434k|  55.9 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1531.94/1532.22	c  1532s|240400 |   630 | 13441k|  55.9 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1532.64/1532.99	c  1533s|240500 |   626 | 13449k|  55.9 |  36M|  56 |  94 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1533.34/1533.63	c  1534s|240600 |   632 | 13455k|  55.9 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1534.04/1534.33	c  1534s|240700 |   625 | 13463k|  55.9 |  36M|  56 |  91 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1534.64/1534.95	c  1535s|240800 |   627 | 13468k|  55.9 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 155k|  16k| 0.000000e+00 |      --      |    Inf 
1535.24/1535.51	c  1536s|240900 |   627 | 13474k|  55.9 |  36M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1535.83/1536.12	c  1536s|241000 |   623 | 13480k|  55.9 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1536.35/1536.64	c  1537s|241100 |   621 | 13485k|  55.9 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1536.94/1537.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.94/1537.26	c  1537s|241200 |   627 | 13491k|  55.9 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1537.64/1537.95	c  1538s|241300 |   620 | 13498k|  55.9 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1538.24/1538.54	c  1539s|241400 |   623 | 13504k|  55.9 |  36M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1538.94/1539.28	c  1539s|241500 |   619 | 13511k|  55.9 |  36M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1539.54/1539.85	c  1540s|241600 |   623 | 13517k|  55.9 |  36M|  56 |  90 | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1540.23/1540.50	c  1540s|241700 |   621 | 13523k|  55.9 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1540.94/1541.26	c  1541s|241800 |   625 | 13530k|  56.0 |  36M|  56 |  89 | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1541.54/1541.80	c  1542s|241900 |   627 | 13536k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1541.95/1542.28	c  1542s|242000 |   625 | 13541k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1542.64/1542.92	c  1543s|242100 |   619 | 13547k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1543.54/1543.82	c  1544s|242200 |   631 | 13552k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1544.05/1544.33	c  1544s|242300 |   631 | 13557k|  56.0 |  36M|  56 |  81 | 400 |  25k| 400 | 745 | 145 | 156k|  16k| 0.000000e+00 |      --      |    Inf 
1544.63/1544.91	c  1545s|242400 |   625 | 13563k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1545.14/1545.44	c  1545s|242500 |   635 | 13569k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1545.74/1546.01	c  1546s|242600 |   629 | 13574k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1546.24/1546.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.24/1546.59	c  1547s|242700 |   625 | 13580k|  56.0 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1546.94/1547.20	c  1547s|242800 |   631 | 13586k|  56.0 |  36M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1547.45/1547.76	c  1548s|242900 |   629 | 13592k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1548.13/1548.40	c  1548s|243000 |   630 | 13598k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1548.74/1549.01	c  1549s|243100 |   634 | 13604k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1549.24/1549.54	c  1550s|243200 |   630 | 13609k|  56.0 |  36M|  56 |  81 | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1549.73/1550.04	c  1550s|243300 |   630 | 13615k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1550.33/1550.64	c  1551s|243400 |   634 | 13621k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 157k|  16k| 0.000000e+00 |      --      |    Inf 
1551.04/1551.31	c  1551s|243500 |   626 | 13627k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1551.64/1551.97	c  1552s|243600 |   624 | 13634k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1552.24/1552.58	c  1553s|243700 |   624 | 13640k|  56.0 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1553.04/1553.31	c  1553s|243800 |   622 | 13648k|  56.0 |  36M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1553.64/1553.94	c  1554s|243900 |   626 | 13654k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1554.34/1554.66	c  1555s|244000 |   624 | 13661k|  56.0 |  36M|  56 |  76 | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1555.04/1555.40	c  1555s|244100 |   626 | 13669k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1555.84/1556.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.84/1556.11	c  1556s|244200 |   622 | 13676k|  56.0 |  36M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1556.64/1556.92	c  1557s|244300 |   620 | 13684k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1557.43/1557.76	c  1558s|244400 |   624 | 13690k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1558.24/1558.50	c  1559s|244500 |   622 | 13696k|  56.0 |  36M|  56 |  89 | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1558.73/1559.08	c  1559s|244600 |   624 | 13701k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1559.45/1559.70	c  1560s|244700 |   622 | 13706k|  56.0 |  36M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1560.04/1560.38	c  1560s|244800 |   622 | 13712k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1560.93/1561.22	c  1561s|244900 |   622 | 13720k|  56.0 |  36M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1561.54/1561.82	c  1562s|245000 |   624 | 13725k|  56.0 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 158k|  16k| 0.000000e+00 |      --      |    Inf 
1562.14/1562.40	c  1562s|245100 |   622 | 13730k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1562.63/1562.92	c  1563s|245200 |   624 | 13735k|  56.0 |  36M|  56 |  86 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1563.13/1563.42	c  1563s|245300 |   624 | 13740k|  56.0 |  36M|  56 |  80 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1563.73/1564.09	c  1564s|245400 |   622 | 13746k|  56.0 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1564.53/1564.80	c  1565s|245500 |   626 | 13752k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1565.04/1565.38	c  1565s|245600 |   624 | 13758k|  56.0 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1565.64/1566.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.64/1566.00	c  1566s|245700 |   620 | 13764k|  56.0 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1566.34/1566.61	c  1567s|245800 |   626 | 13770k|  56.0 |  36M|  56 |  77 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1566.84/1567.18	c  1567s|245900 |   624 | 13775k|  56.0 |  36M|  56 |  83 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1567.43/1567.70	c  1568s|246000 |   622 | 13780k|  56.0 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1568.03/1568.30	c  1568s|246100 |   626 | 13786k|  56.0 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1568.53/1568.89	c  1569s|246200 |   622 | 13792k|  56.0 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1569.14/1569.45	c  1569s|246300 |   620 | 13798k|  56.0 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 159k|  16k| 0.000000e+00 |      --      |    Inf 
1569.73/1570.05	c  1570s|246400 |   618 | 13804k|  56.0 |  36M|  56 |  91 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1570.33/1570.65	c  1571s|246500 |   618 | 13810k|  56.0 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1571.13/1571.42	c  1571s|246600 |   621 | 13817k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1571.74/1572.06	c  1572s|246700 |   625 | 13823k|  56.0 |  35M|  56 |  92 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1572.43/1572.70	c  1573s|246800 |   625 | 13828k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1573.04/1573.35	c  1573s|246900 |   621 | 13834k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1573.63/1573.98	c  1574s|247000 |   623 | 13840k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1574.34/1574.66	c  1575s|247100 |   627 | 13846k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1574.94/1575.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.94/1575.27	c  1575s|247200 |   623 | 13852k|  56.0 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1575.63/1575.96	c  1576s|247300 |   621 | 13859k|  56.0 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1576.43/1576.76	c  1577s|247400 |   629 | 13865k|  56.0 |  35M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1577.14/1577.41	c  1577s|247500 |   624 | 13872k|  56.0 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1577.83/1578.10	c  1578s|247600 |   628 | 13877k|  56.0 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 160k|  16k| 0.000000e+00 |      --      |    Inf 
1578.43/1578.75	c  1579s|247700 |   622 | 13884k|  56.1 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1579.03/1579.39	c  1579s|247800 |   626 | 13890k|  56.1 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1579.73/1580.05	c  1580s|247900 |   628 | 13895k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1580.34/1580.69	c  1581s|248000 |   636 | 13901k|  56.1 |  36M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1581.13/1581.46	c  1581s|248100 |   622 | 13909k|  56.1 |  36M|  56 |  91 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1581.93/1582.22	c  1582s|248200 |   626 | 13914k|  56.1 |  36M|  56 |  93 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1582.54/1582.85	c  1583s|248300 |   624 | 13920k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1583.33/1583.67	c  1584s|248400 |   622 | 13927k|  56.1 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1584.13/1584.40	c  1584s|248500 |   630 | 13932k|  56.1 |  35M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1584.73/1585.01	c  1585s|248600 |   630 | 13937k|  56.1 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1585.23/1585.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.23/1585.58	c  1586s|248700 |   628 | 13942k|  56.1 |  35M|  56 |  91 | 400 |  23k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1585.84/1586.16	c  1586s|248800 |   624 | 13948k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1586.63/1586.94	c  1587s|248900 |   624 | 13955k|  56.1 |  35M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1587.43/1587.76	c  1588s|249000 |   620 | 13961k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 161k|  16k| 0.000000e+00 |      --      |    Inf 
1588.14/1588.42	c  1588s|249100 |   622 | 13967k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1588.83/1589.19	c  1589s|249200 |   620 | 13974k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1589.53/1589.80	c  1590s|249300 |   624 | 13980k|  56.1 |  35M|  56 |  76 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1590.13/1590.45	c  1590s|249400 |   634 | 13985k|  56.1 |  35M|  56 |  91 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1590.83/1591.13	c  1591s|249500 |   630 | 13991k|  56.1 |  35M|  56 |  87 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1591.53/1591.81	c  1592s|249600 |   632 | 13997k|  56.1 |  35M|  56 |  86 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1592.13/1592.44	c  1592s|249700 |   628 | 14003k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1592.73/1593.04	c  1593s|249800 |   642 | 14009k|  56.1 |  35M|  56 |  79 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1593.43/1593.75	c  1594s|249900 |   637 | 14015k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1594.13/1594.44	c  1594s|250000 |   639 | 14022k|  56.1 |  35M|  56 |  86 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1594.93/1595.20	c  1595s|250100 |   639 | 14028k|  56.1 |  35M|  56 |  91 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1595.53/1595.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.53/1595.86	c  1596s|250200 |   635 | 14034k|  56.1 |  35M|  56 |  86 | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1596.13/1596.47	c  1596s|250300 |   630 | 14040k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 162k|  16k| 0.000000e+00 |      --      |    Inf 
1596.84/1597.17	c  1597s|250400 |   629 | 14046k|  56.1 |  35M|  56 |  90 | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1597.52/1597.86	c  1598s|250500 |   629 | 14053k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1598.23/1598.54	c  1599s|250600 |   625 | 14059k|  56.1 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1598.83/1599.18	c  1599s|250700 |   627 | 14064k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1599.43/1599.77	c  1600s|250800 |   625 | 14070k|  56.1 |  35M|  56 |  78 | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1600.03/1600.31	c  1600s|250900 |   627 | 14074k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1600.73/1601.00	c  1601s|251000 |   621 | 14080k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1601.24/1601.59	c  1602s|251100 |   622 | 14085k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1601.92/1602.28	c  1602s|251200 |   620 | 14091k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1602.63/1602.97	c  1603s|251300 |   624 | 14098k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1603.44/1603.77	c  1604s|251400 |   624 | 14104k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1604.13/1604.44	c  1604s|251500 |   626 | 14110k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1604.72/1605.03	c  1605s|251600 |   624 | 14116k|  56.1 |  35M|  56 |  83 | 400 |  23k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1605.33/1605.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1605.33/1605.67	c  1606s|251700 |   622 | 14122k|  56.1 |  35M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 163k|  16k| 0.000000e+00 |      --      |    Inf 
1606.13/1606.41	c  1606s|251800 |   626 | 14128k|  56.1 |  35M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1606.73/1607.01	c  1607s|251900 |   622 | 14134k|  56.1 |  35M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1607.33/1607.64	c  1608s|252000 |   620 | 14140k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1608.03/1608.39	c  1608s|252100 |   622 | 14147k|  56.1 |  36M|  56 |  78 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1608.83/1609.11	c  1609s|252200 |   622 | 14153k|  56.1 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1609.43/1609.76	c  1610s|252300 |   624 | 14159k|  56.1 |  36M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1610.14/1610.41	c  1610s|252400 |   618 | 14165k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1610.73/1611.02	c  1611s|252500 |   618 | 14170k|  56.1 |  36M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1611.14/1611.44	c  1611s|252600 |   624 | 14173k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1611.63/1611.97	c  1612s|252700 |   626 | 14177k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1612.03/1612.37	c  1612s|252800 |   626 | 14181k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1612.63/1612.90	c  1613s|252900 |   624 | 14186k|  56.1 |  35M|  56 |  83 | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1613.13/1613.48	c  1613s|253000 |   626 | 14191k|  56.1 |  35M|  56 |  84 | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1613.82/1614.13	c  1614s|253100 |   628 | 14197k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1614.54/1614.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1614.54/1614.81	c  1615s|253200 |   624 | 14204k|  56.1 |  35M|  56 |   - | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1615.12/1615.40	c  1615s|253300 |   626 | 14210k|  56.1 |  35M|  56 |  80 | 400 |  23k| 400 | 745 | 145 | 164k|  16k| 0.000000e+00 |      --      |    Inf 
1615.72/1616.04	c  1616s|253400 |   622 | 14216k|  56.1 |  35M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1616.43/1616.70	c  1617s|253500 |   634 | 14223k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1617.03/1617.32	c  1617s|253600 |   632 | 14229k|  56.1 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1617.63/1617.99	c  1618s|253700 |   634 | 14236k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1618.43/1618.77	c  1619s|253800 |   625 | 14243k|  56.1 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1619.13/1619.40	c  1619s|253900 |   624 | 14249k|  56.1 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1619.72/1620.07	c  1620s|254000 |   626 | 14256k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1620.42/1620.73	c  1621s|254100 |   628 | 14263k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1621.13/1621.48	c  1621s|254200 |   618 | 14271k|  56.1 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1621.83/1622.10	c  1622s|254300 |   630 | 14277k|  56.1 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1622.43/1622.75	c  1623s|254400 |   620 | 14283k|  56.1 |  36M|  56 |  89 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1623.13/1623.41	c  1623s|254500 |   622 | 14289k|  56.1 |  36M|  56 |  80 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1623.73/1624.06	c  1624s|254600 |   630 | 14295k|  56.1 |  36M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 165k|  16k| 0.000000e+00 |      --      |    Inf 
1624.34/1624.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.34/1624.65	c  1625s|254700 |   634 | 14301k|  56.1 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1625.03/1625.35	c  1625s|254800 |   632 | 14308k|  56.2 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1625.83/1626.13	c  1626s|254900 |   632 | 14316k|  56.2 |  36M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1626.53/1626.89	c  1627s|255000 |   631 | 14324k|  56.2 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1627.33/1627.62	c  1628s|255100 |   633 | 14332k|  56.2 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1628.03/1628.31	c  1628s|255200 |   629 | 14339k|  56.2 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1628.73/1629.02	c  1629s|255300 |   634 | 14346k|  56.2 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1629.32/1629.68	c  1630s|255400 |   628 | 14353k|  56.2 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1630.13/1630.44	c  1630s|255500 |   627 | 14361k|  56.2 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1630.93/1631.20	c  1631s|255600 |   624 | 14369k|  56.2 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 166k|  16k| 0.000000e+00 |      --      |    Inf 
1631.53/1631.83	c  1632s|255700 |   624 | 14375k|  56.2 |  36M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1632.13/1632.49	c  1632s|255800 |   626 | 14382k|  56.2 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1632.92/1633.23	c  1633s|255900 |   632 | 14389k|  56.2 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1633.72/1634.00	c  1634s|256000 |   624 | 14397k|  56.2 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1634.33/1634.68	c  1635s|256100 |   626 | 14404k|  56.2 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1635.03/1635.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1635.03/1635.39	c  1635s|256200 |   624 | 14411k|  56.2 |  36M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1635.62/1635.98	c  1636s|256300 |   632 | 14417k|  56.3 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1636.32/1636.70	c  1637s|256400 |   634 | 14424k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1637.13/1637.48	c  1637s|256500 |   631 | 14432k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1637.92/1638.28	c  1638s|256600 |   637 | 14441k|  56.3 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1638.62/1638.95	c  1639s|256700 |   638 | 14448k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 167k|  16k| 0.000000e+00 |      --      |    Inf 
1639.32/1639.66	c  1640s|256800 |   632 | 14455k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1640.12/1640.44	c  1640s|256900 |   626 | 14463k|  56.3 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1640.82/1641.16	c  1641s|257000 |   638 | 14470k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1641.62/1641.93	c  1642s|257100 |   628 | 14478k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1642.33/1642.64	c  1643s|257200 |   626 | 14486k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1643.03/1643.32	c  1643s|257300 |   632 | 14493k|  56.3 |  36M|  56 |  81 | 400 |  25k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1643.62/1643.98	c  1644s|257400 |   624 | 14499k|  56.3 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1644.42/1644.76	c  1645s|257500 |   621 | 14507k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1645.02/1645.36	c  1645s|257600 |   624 | 14513k|  56.3 |  36M|  56 |  80 | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1645.62/1645.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.62/1645.92	c  1646s|257700 |   623 | 14519k|  56.3 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 168k|  16k| 0.000000e+00 |      --      |    Inf 
1646.12/1646.49	c  1646s|257800 |   619 | 14525k|  56.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1647.32/1647.61	c  1648s|257900 |   625 | 14531k|  56.3 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1647.93/1648.22	c  1648s|258000 |   633 | 14536k|  56.3 |  36M|  56 |  83 | 400 |  24k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1648.52/1648.81	c  1649s|258100 |   639 | 14542k|  56.3 |  36M|  56 |  90 | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1649.12/1649.44	c  1649s|258200 |   638 | 14548k|  56.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1649.82/1650.12	c  1650s|258300 |   634 | 14555k|  56.3 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1650.52/1650.85	c  1651s|258400 |   634 | 14562k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1651.23/1651.57	c  1652s|258500 |   630 | 14569k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1652.02/1652.38	c  1652s|258600 |   628 | 14577k|  56.4 |  36M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1652.72/1653.08	c  1653s|258700 |   626 | 14583k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1653.52/1653.86	c  1654s|258800 |   624 | 14591k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 169k|  16k| 0.000000e+00 |      --      |    Inf 
1654.22/1654.56	c  1655s|258900 |   622 | 14597k|  56.4 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1654.92/1655.27	c  1655s|259000 |   620 | 14603k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1655.52/1655.86	c  1656s|259100 |   622 | 14608k|  56.4 |  36M|  56 |  90 | 400 |  25k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1656.33/1656.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1656.33/1656.60	c  1657s|259200 |   622 | 14615k|  56.4 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1657.02/1657.35	c  1657s|259300 |   622 | 14622k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1657.62/1657.97	c  1658s|259400 |   619 | 14628k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1658.22/1658.59	c  1659s|259500 |   620 | 14635k|  56.4 |  36M|  56 |  76 | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1658.82/1659.13	c  1659s|259600 |   622 | 14640k|  56.4 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1659.42/1659.70	c  1660s|259700 |   624 | 14646k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1660.02/1660.33	c  1660s|259800 |   622 | 14652k|  56.4 |  36M|  56 |  82 | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1660.72/1661.07	c  1661s|259900 |   617 | 14660k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1661.42/1661.76	c  1662s|260000 |   617 | 14667k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1662.12/1662.44	c  1662s|260100 |   627 | 14674k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 170k|  16k| 0.000000e+00 |      --      |    Inf 
1662.72/1663.04	c  1663s|260200 |   620 | 14680k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1663.41/1663.72	c  1664s|260300 |   620 | 14687k|  56.4 |  36M|  56 |  91 | 400 |  24k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1664.12/1664.41	c  1664s|260400 |   618 | 14694k|  56.4 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1664.72/1665.08	c  1665s|260500 |   620 | 14701k|  56.4 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1665.42/1665.71	c  1666s|260600 |   622 | 14707k|  56.4 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1666.13/1666.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.13/1666.48	c  1666s|260700 |   622 | 14715k|  56.4 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1666.82/1667.14	c  1667s|260800 |   621 | 14722k|  56.4 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1667.72/1668.00	c  1668s|260900 |   617 | 14730k|  56.5 |  36M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1668.52/1668.80	c  1669s|261000 |   619 | 14737k|  56.5 |  36M|  56 |  80 | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1669.32/1669.61	c  1670s|261100 |   619 | 14745k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1670.62/1670.94	c  1671s|261200 |   617 | 14754k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 171k|  16k| 0.000000e+00 |      --      |    Inf 
1671.12/1671.49	c  1671s|261300 |   615 | 14759k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 171k|  17k| 0.000000e+00 |      --      |    Inf 
1671.72/1672.02	c  1672s|261400 |   615 | 14764k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1672.62/1672.98	c  1673s|261500 |   621 | 14771k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1673.32/1673.62	c  1674s|261600 |   621 | 14777k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1674.21/1674.58	c  1675s|261700 |   619 | 14786k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1675.31/1675.61	c  1676s|261800 |   615 | 14796k|  56.5 |  36M|  56 |  91 | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1676.22/1676.50	c  1677s|261900 |   618 | 14804k|  56.5 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1677.32/1677.64	c  1678s|262000 |   624 | 14813k|  56.5 |  36M|  56 |  94 | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1678.23/1678.59	c  1679s|262100 |   622 | 14822k|  56.5 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1679.01/1679.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1679.01/1679.34	c  1679s|262200 |   622 | 14829k|  56.6 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1679.72/1680.05	c  1680s|262300 |   626 | 14836k|  56.6 |  36M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1680.62/1680.92	c  1681s|262400 |   623 | 14844k|  56.6 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1681.22/1681.53	c  1682s|262500 |   621 | 14850k|  56.6 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 172k|  17k| 0.000000e+00 |      --      |    Inf 
1681.81/1682.19	c  1682s|262600 |   625 | 14856k|  56.6 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1682.82/1683.12	c  1683s|262700 |   621 | 14863k|  56.6 |  36M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1683.61/1683.93	c  1684s|262800 |   639 | 14870k|  56.6 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1684.22/1684.56	c  1685s|262900 |   637 | 14877k|  56.6 |  36M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1685.02/1685.35	c  1685s|263000 |   637 | 14884k|  56.6 |  36M|  56 |  90 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1685.61/1685.98	c  1686s|263100 |   637 | 14890k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1686.32/1686.63	c  1687s|263200 |   637 | 14896k|  56.6 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1686.92/1687.25	c  1687s|263300 |   635 | 14901k|  56.6 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1687.82/1688.12	c  1688s|263400 |   633 | 14908k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1688.51/1688.89	c  1689s|263500 |   633 | 14914k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1689.22/1689.52	c  1690s|263600 |   637 | 14921k|  56.6 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1689.91/1690.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1689.91/1690.23	c  1690s|263700 |   637 | 14927k|  56.6 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1690.72/1691.06	c  1691s|263800 |   637 | 14933k|  56.6 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1691.42/1691.71	c  1692s|263900 |   635 | 14939k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1692.22/1692.51	c  1693s|264000 |   635 | 14946k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 173k|  17k| 0.000000e+00 |      --      |    Inf 
1693.01/1693.30	c  1693s|264100 |   635 | 14953k|  56.6 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1693.91/1694.26	c  1694s|264200 |   647 | 14961k|  56.6 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1694.82/1695.11	c  1695s|264300 |   652 | 14967k|  56.6 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1695.41/1695.75	c  1696s|264400 |   652 | 14973k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1695.92/1696.28	c  1696s|264500 |   656 | 14978k|  56.6 |  36M|  56 |  87 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1696.61/1696.96	c  1697s|264600 |   656 | 14983k|  56.6 |  36M|  56 |  85 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1697.21/1697.58	c  1698s|264700 |   653 | 14989k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1698.02/1698.38	c  1698s|264800 |   653 | 14996k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1698.62/1698.97	c  1699s|264900 |   654 | 15001k|  56.6 |  36M|  56 |  79 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1699.42/1699.77	c  1700s|265000 |   652 | 15009k|  56.6 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1700.32/1700.62	c  1701s|265100 |   650 | 15016k|  56.6 |  36M|  56 |  84 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1701.01/1701.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.01/1701.32	c  1701s|265200 |   656 | 15022k|  56.6 |  36M|  56 |  86 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1701.82/1702.15	c  1702s|265300 |   658 | 15029k|  56.6 |  36M|  56 |  81 | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1702.42/1702.77	c  1703s|265400 |   662 | 15035k|  56.7 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1703.11/1703.46	c  1703s|265500 |   662 | 15042k|  56.7 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 174k|  17k| 0.000000e+00 |      --      |    Inf 
1703.92/1704.20	c  1704s|265600 |   660 | 15048k|  56.7 |  36M|  56 |  88 | 400 |  24k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1704.52/1704.85	c  1705s|265700 |   660 | 15055k|  56.7 |  36M|  56 |   - | 400 |  24k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1705.31/1705.64	c  1706s|265800 |   658 | 15061k|  56.7 |  36M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1705.91/1706.28	c  1706s|265900 |   654 | 15068k|  56.7 |  36M|  56 |  91 | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1706.62/1706.97	c  1707s|266000 |   660 | 15074k|  56.7 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1707.42/1707.74	c  1708s|266100 |   664 | 15081k|  56.7 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1708.31/1708.64	c  1709s|266200 |   652 | 15089k|  56.7 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1709.02/1709.32	c  1709s|266300 |   662 | 15095k|  56.7 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1709.62/1709.94	c  1710s|266400 |   662 | 15101k|  56.7 |  36M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1710.41/1710.77	c  1711s|266500 |   658 | 15108k|  56.7 |  36M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1711.11/1711.40	c  1711s|266600 |   660 | 15114k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1711.81/1712.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.81/1712.19	c  1712s|266700 |   661 | 15121k|  56.7 |  37M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1712.71/1713.02	c  1713s|266800 |   657 | 15128k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 175k|  17k| 0.000000e+00 |      --      |    Inf 
1713.42/1713.79	c  1714s|266900 |   653 | 15135k|  56.7 |  37M|  56 |  89 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1714.41/1714.73	c  1715s|267000 |   651 | 15144k|  56.7 |  37M|  56 |  89 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1715.11/1715.42	c  1715s|267100 |   653 | 15150k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1715.82/1716.14	c  1716s|267200 |   653 | 15157k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1716.51/1716.86	c  1717s|267300 |   649 | 15163k|  56.7 |  37M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1717.21/1717.52	c  1718s|267400 |   647 | 15168k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1717.71/1718.10	c  1718s|267500 |   651 | 15174k|  56.7 |  37M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1718.51/1718.83	c  1719s|267600 |   651 | 15180k|  56.7 |  37M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1719.11/1719.48	c  1719s|267700 |   649 | 15186k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1719.81/1720.16	c  1720s|267800 |   647 | 15192k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1720.41/1720.76	c  1721s|267900 |   659 | 15197k|  56.7 |  37M|  56 |  85 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1720.91/1721.30	c  1721s|268000 |   662 | 15202k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1721.51/1721.83	c  1722s|268100 |   660 | 15206k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1722.22/1722.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1722.22/1722.56	c  1723s|268200 |   657 | 15212k|  56.7 |  37M|  56 |  81 | 400 |  25k| 400 | 745 | 145 | 176k|  17k| 0.000000e+00 |      --      |    Inf 
1722.81/1723.19	c  1723s|268300 |   655 | 15217k|  56.7 |  37M|  56 |  88 | 400 |  25k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1723.51/1723.81	c  1724s|268400 |   661 | 15223k|  56.7 |  37M|  56 |  82 | 400 |  25k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1724.11/1724.41	c  1724s|268500 |   657 | 15229k|  56.7 |  37M|  56 |  87 | 400 |  25k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1724.71/1725.01	c  1725s|268600 |   661 | 15234k|  56.7 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1725.41/1725.72	c  1726s|268700 |   655 | 15241k|  56.7 |  37M|  56 |  74 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1726.01/1726.32	c  1726s|268800 |   652 | 15246k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1726.62/1726.92	c  1727s|268900 |   654 | 15252k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1727.21/1727.50	c  1728s|269000 |   656 | 15257k|  56.7 |  37M|  56 |  74 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1727.91/1728.20	c  1728s|269100 |   659 | 15264k|  56.7 |  37M|  56 |  97 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1728.61/1728.92	c  1729s|269200 |   659 | 15271k|  56.7 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1729.11/1729.40	c  1729s|269300 |   658 | 15275k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1729.71/1730.00	c  1730s|269400 |   654 | 15281k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1730.31/1730.63	c  1731s|269500 |   663 | 15287k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1730.90/1731.20	c  1731s|269600 |   656 | 15292k|  56.7 |  37M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1731.41/1731.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1731.41/1731.79	c  1732s|269700 |   657 | 15298k|  56.7 |  37M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 177k|  17k| 0.000000e+00 |      --      |    Inf 
1732.12/1732.42	c  1732s|269800 |   655 | 15304k|  56.7 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1732.60/1732.95	c  1733s|269900 |   655 | 15309k|  56.7 |  37M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1733.31/1733.61	c  1734s|270000 |   649 | 15315k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1733.91/1734.21	c  1734s|270100 |   648 | 15321k|  56.7 |  37M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1734.42/1734.75	c  1735s|270200 |   654 | 15326k|  56.7 |  37M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1735.01/1735.32	c  1735s|270300 |   651 | 15332k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1735.51/1735.89	c  1736s|270400 |   655 | 15338k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1736.11/1736.50	c  1736s|270500 |   657 | 15344k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1736.91/1737.20	c  1737s|270600 |   645 | 15351k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1737.51/1737.81	c  1738s|270700 |   651 | 15355k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1738.00/1738.32	c  1738s|270800 |   651 | 15360k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1738.50/1738.88	c  1739s|270900 |   651 | 15365k|  56.7 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1739.11/1739.49	c  1739s|271000 |   651 | 15371k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1739.71/1740.09	c  1740s|271100 |   650 | 15377k|  56.7 |  37M|  56 |  88 | 400 |  26k| 400 | 745 | 145 | 178k|  17k| 0.000000e+00 |      --      |    Inf 
1740.31/1740.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.31/1740.69	c  1741s|271200 |   662 | 15382k|  56.7 |  37M|  56 |  91 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1740.92/1741.28	c  1741s|271300 |   656 | 15388k|  56.7 |  37M|  56 |  88 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1741.70/1742.01	c  1742s|271400 |   660 | 15394k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1742.21/1742.52	c  1743s|271500 |   658 | 15399k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1742.91/1743.22	c  1743s|271600 |   656 | 15406k|  56.7 |  37M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1743.41/1743.77	c  1744s|271700 |   657 | 15411k|  56.7 |  37M|  56 |  92 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1744.01/1744.39	c  1744s|271800 |   657 | 15417k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1744.81/1745.10	c  1745s|271900 |   655 | 15424k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1745.41/1745.73	c  1746s|272000 |   663 | 15430k|  56.7 |  37M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1745.91/1746.22	c  1746s|272100 |   665 | 15435k|  56.7 |  37M|  56 |  85 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1746.41/1746.74	c  1747s|272200 |   662 | 15440k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1746.91/1747.27	c  1747s|272300 |   662 | 15445k|  56.7 |  37M|  56 |  88 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1747.52/1747.85	c  1748s|272400 |   660 | 15451k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1748.11/1748.41	c  1748s|272500 |   662 | 15456k|  56.7 |  37M|  56 |  87 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1748.50/1748.88	c  1749s|272600 |   664 | 15461k|  56.7 |  37M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1749.01/1749.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1749.01/1749.33	c  1749s|272700 |   660 | 15465k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 179k|  17k| 0.000000e+00 |      --      |    Inf 
1749.40/1749.78	c  1750s|272800 |   666 | 15470k|  56.7 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1749.90/1750.21	c  1750s|272900 |   664 | 15474k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1750.41/1750.72	c  1751s|273000 |   664 | 15479k|  56.7 |  37M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1751.00/1751.30	c  1751s|273100 |   664 | 15485k|  56.7 |  37M|  56 |  87 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1751.51/1751.83	c  1752s|273200 |   664 | 15490k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1752.10/1752.40	c  1752s|273300 |   660 | 15495k|  56.7 |  37M|  56 |  84 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1752.70/1753.00	c  1753s|273400 |   660 | 15501k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1753.20/1753.54	c  1754s|273500 |   662 | 15507k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1753.71/1754.09	c  1754s|273600 |   662 | 15512k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1754.30/1754.67	c  1755s|273700 |   662 | 15518k|  56.7 |  37M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1754.90/1755.25	c  1755s|273800 |   661 | 15523k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1755.41/1755.76	c  1756s|273900 |   665 | 15528k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1756.01/1756.31	c  1756s|274000 |   661 | 15534k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1756.50/1756.82	c  1757s|274100 |   665 | 15539k|  56.7 |  37M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1757.10/1757.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.10/1757.44	c  1757s|274200 |   663 | 15545k|  56.7 |  37M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1757.70/1758.04	c  1758s|274300 |   661 | 15551k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1758.31/1758.64	c  1759s|274400 |   662 | 15557k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1759.00/1759.30	c  1759s|274500 |   660 | 15564k|  56.7 |  38M|  56 |  91 | 400 |  27k| 400 | 745 | 145 | 180k|  17k| 0.000000e+00 |      --      |    Inf 
1759.71/1760.02	c  1760s|274600 |   660 | 15570k|  56.7 |  38M|  56 |  83 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1760.11/1760.48	c  1760s|274700 |   664 | 15574k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1760.71/1761.02	c  1761s|274800 |   666 | 15578k|  56.7 |  38M|  56 |  83 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1761.20/1761.50	c  1761s|274900 |   664 | 15583k|  56.7 |  38M|  56 |  86 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1761.70/1762.03	c  1762s|275000 |   664 | 15589k|  56.7 |  38M|  56 |  80 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1762.20/1762.59	c  1763s|275100 |   666 | 15594k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1762.71/1763.09	c  1763s|275200 |   662 | 15598k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1763.31/1763.61	c  1764s|275300 |   666 | 15603k|  56.7 |  38M|  56 |  83 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1766.71/1767.08	c  1767s|275400 |   670 | 15610k|  56.7 |  38M|  56 |  74 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1767.20/1767.56	c  1768s|275500 |   674 | 15614k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1767.70/1768.05	c  1768s|275600 |   670 | 15618k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1768.20/1768.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.20/1768.50	c  1769s|275700 |   669 | 15623k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1768.70/1769.00	c  1769s|275800 |   673 | 15628k|  56.7 |  38M|  56 |  91 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1769.21/1769.53	c  1770s|275900 |   675 | 15633k|  56.7 |  38M|  56 |  82 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1769.80/1770.10	c  1770s|276000 |   673 | 15638k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1770.31/1770.60	c  1771s|276100 |   674 | 15643k|  56.7 |  38M|  56 |   - | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1770.80/1771.16	c  1771s|276200 |   670 | 15648k|  56.7 |  38M|  56 |  90 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1771.40/1771.75	c  1772s|276300 |   670 | 15653k|  56.7 |  38M|  56 |  81 | 400 |  27k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1772.81/1773.11	c  1773s|276400 |   686 | 15659k|  56.7 |  38M|  56 |  77 | 400 |  26k| 400 | 745 | 145 | 181k|  17k| 0.000000e+00 |      --      |    Inf 
1773.21/1773.56	c  1774s|276500 |   693 | 15663k|  56.6 |  38M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1773.61/1773.95	c  1774s|276600 |   689 | 15666k|  56.6 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1773.91/1774.24	c  1774s|276700 |   684 | 15668k|  56.6 |  37M|  56 |  72 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1774.20/1774.57	c  1775s|276800 |   686 | 15671k|  56.6 |  37M|  56 |  78 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1774.50/1774.89	c  1775s|276900 |   686 | 15673k|  56.6 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1774.91/1775.26	c  1775s|277000 |   680 | 15676k|  56.6 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1775.31/1775.67	c  1776s|277100 |   686 | 15680k|  56.6 |  37M|  56 |  77 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1775.70/1776.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.70/1776.08	c  1776s|277200 |   688 | 15683k|  56.6 |  37M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1776.11/1776.47	c  1776s|277300 |   686 | 15687k|  56.6 |  37M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1776.60/1776.95	c  1777s|277400 |   690 | 15691k|  56.6 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1777.00/1777.39	c  1777s|277500 |   686 | 15694k|  56.6 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1777.50/1777.86	c  1778s|277600 |   684 | 15698k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1778.00/1778.31	c  1778s|277700 |   683 | 15702k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1778.41/1778.77	c  1779s|277800 |   685 | 15705k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1778.80/1779.19	c  1779s|277900 |   683 | 15709k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1779.20/1779.58	c  1780s|278000 |   693 | 15712k|  56.5 |  38M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1779.70/1780.04	c  1780s|278100 |   686 | 15717k|  56.5 |  38M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1780.10/1780.44	c  1780s|278200 |   684 | 15720k|  56.5 |  38M|  56 |  81 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1780.51/1780.86	c  1781s|278300 |   680 | 15724k|  56.5 |  38M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1781.20/1781.50	c  1782s|278400 |   682 | 15729k|  56.5 |  37M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1781.81/1782.15	c  1782s|278500 |   681 | 15733k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1782.50/1782.87	c  1783s|278600 |   679 | 15737k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1783.50/1783.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1783.50/1783.80	c  1784s|278700 |   677 | 15742k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1784.20/1784.57	c  1785s|278800 |   687 | 15746k|  56.5 |  37M|  56 |  88 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1785.00/1785.31	c  1785s|278900 |   686 | 15751k|  56.5 |  37M|  56 |  88 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1785.60/1785.91	c  1786s|279000 |   686 | 15755k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1786.11/1786.42	c  1786s|279100 |   683 | 15760k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1786.60/1786.96	c  1787s|279200 |   683 | 15764k|  56.5 |  37M|  56 |  86 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1787.11/1787.46	c  1787s|279300 |   681 | 15769k|  56.5 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1787.60/1787.95	c  1788s|279400 |   683 | 15772k|  56.4 |  37M|  56 |  77 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1788.00/1788.36	c  1788s|279500 |   685 | 15776k|  56.4 |  37M|  56 |  78 | 400 |  26k| 400 | 745 | 145 | 182k|  17k| 0.000000e+00 |      --      |    Inf 
1788.40/1788.73	c  1789s|279600 |   689 | 15779k|  56.4 |  37M|  56 |  82 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1788.80/1789.15	c  1789s|279700 |   687 | 15783k|  56.4 |  37M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1789.20/1789.56	c  1790s|279800 |   683 | 15787k|  56.4 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1789.60/1789.98	c  1790s|279900 |   685 | 15791k|  56.4 |  37M|  56 |  79 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1790.00/1790.38	c  1790s|280000 |   685 | 15794k|  56.4 |  37M|  56 |  80 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1790.51/1790.89	c  1791s|280100 |   681 | 15798k|  56.4 |  37M|  56 |  84 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1791.10/1791.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.10/1791.44	c  1791s|280200 |   681 | 15802k|  56.4 |  37M|  56 |  83 | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1791.80/1792.11	c  1792s|280300 |   686 | 15807k|  56.4 |  37M|  56 |   - | 400 |  26k| 400 | 745 | 145 | 183k|  17k| 0.000000e+00 |      --      |    Inf 
1792.80/1793.17	c  1793s|280400 |   685 | 15812k|  56.4 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1793.60/1793.96	c  1794s|280500 |   685 | 15817k|  56.4 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1794.40/1794.77	c  1795s|280600 |   687 | 15821k|  56.4 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1795.10/1795.42	c  1795s|280700 |   687 | 15826k|  56.4 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1795.80/1796.19	c  1796s|280800 |   687 | 15830k|  56.4 |  37M|  56 |   - | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1796.50/1796.84	c  1797s|280900 |   691 | 15835k|  56.4 |  37M|  56 |  84 | 400 |  25k| 400 | 745 | 145 | 183k|  18k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 280925
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.27 (included in solving)
1796.70/1797.01	c   reading          :       0.03 (included in solving)
1796.70/1797.01	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3691894-1338037908.opb
1796.70/1797.01	c   Variables        : 6626 (400 binary, 0 integer, 6226 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 7228 initial, 7228 maximal
1796.70/1797.01	c   Objective sense  : minimize
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3691894-1338037908.opb
1796.70/1797.01	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 602 initial, 29595 maximal
1796.70/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.01       0.00       6226          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoboolean    :       0.02       0.00          0          0          0          0          0       7026        400          0          0
1796.70/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0          0     146426          0          1          0        426       9400          0          0     282302
1796.70/1797.01	c   knapsack         :        401        401          3     811917          0          1          0    3107818         39    1460078        398          0          0
1796.70/1797.01	c   setppc           :        200        200          3     811878          0          1          0     401694          2      74757          0          0          0
1796.70/1797.01	c   linear           :          1+        34          4     811876          0          1          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :          0+     28968          0     290334          0          0          0     333515        451     150940          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.01	c   integral         :     192.47       0.00       0.00       0.00     192.47       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :      16.20       0.00       0.01      12.41       0.00       0.00       0.00       3.77
1796.70/1797.01	c   setppc           :       1.75       0.00       0.00       1.29       0.00       0.00       0.00       0.47
1796.70/1797.01	c   linear           :       1.14       0.00       0.00       1.13       0.00       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :      21.66       0.00       0.00      20.78       0.00       0.00       0.00       0.89
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   redcost          :     146428          0          0          0
1796.70/1797.01	c   probing          :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.01	c   rootredcost      :       0.72       0.00       0.00       0.72       0.00
1796.70/1797.01	c   pseudoobj        :       0.80       0.00       0.00       0.80       0.00
1796.70/1797.01	c   vbounds          :       0.68       0.00       0.00       0.68       0.00
1796.70/1797.01	c   redcost          :       1.19       0.00       0.00       1.19       0.00
1796.70/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.03        492        472       2787       34.0          2       38.5          -
1796.70/1797.01	c   infeasible LP    :      25.54     139044     119299    1294518       44.4        244       33.5          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -     183367       29.5          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -        351       57.2          -          -          -
1796.70/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00                     2          -          -          0          -    (maximal pool size: 6)
1796.70/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00       0.00          3          0          0          0          0
1796.70/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.19       0.00          3          0          0          0          0
1796.70/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.15       0.00          3          0          0          6          0
1796.70/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.12       0.00          1          0          0          0         33
1796.70/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          -          0          0
1796.70/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     192.03       0.00     146426        426       9400          0          0     282302
1796.70/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          1          0
1796.70/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.01	c   rounding         :       0.00       0.00          0          0
1796.70/1797.01	c   shifting         :       0.00       0.00          0          0
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.00       0.00          0          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   crossover        :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :       0.02          1          0       0.00       0.00       0.02          1
1796.70/1797.01	c   dual LP          :    1472.82     285473   15837241      55.48   10753.02       0.00          5
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.01	c   strong branching :     188.27      18195    1675297      92.07    8898.39
1796.70/1797.01	c     (at root node) :          -         14       2966     211.86          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :     280925
1796.70/1797.01	c   nodes (total)    :     280925
1796.70/1797.01	c   nodes left       :        688
1796.70/1797.01	c   max depth        :         56
1796.70/1797.01	c   max depth (total):         56
1796.70/1797.01	c   backtracks       :      59420 (21.2%)
1796.70/1797.01	c   delayed cutoffs  :        692
1796.70/1797.01	c   repropagations   :     253236 (307967 domain reductions, 626 cutoffs)
1796.70/1797.01	c   avg switch length:       4.24
1796.70/1797.01	c   switching time   :      29.42
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :        801
1796.70/1797.07	c Time complete: 1796.77.

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.09 2.02 3/174 17032
/proc/meminfo: memFree=28812728/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=12560 CPUtime=0 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 1875 0 0 0 0 0 0 0 20 0 1 0 269916287 12861440 1829 33554432000 4194304 10219143 140737345940416 140734516964552 4275972 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 3140 1841 413 1471 0 1660 0

[startup+0.018517 s]
/proc/loadavg: 2.23 2.09 2.02 3/174 17032
/proc/meminfo: memFree=28812728/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=18480 CPUtime=0.01 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 3369 0 0 0 1 0 0 0 20 0 1 0 269916287 18923520 3323 33554432000 4194304 10219143 140737345940416 140734516964552 7593634 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 4620 3323 437 1471 0 3140 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18480

[startup+0.100299 s]
/proc/loadavg: 2.23 2.09 2.02 3/174 17032
/proc/meminfo: memFree=28812728/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=39180 CPUtime=0.09 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 8609 0 0 0 7 2 0 0 20 0 1 0 269916287 40120320 8306 33554432000 4194304 10219143 140737345940416 140734516964552 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 9795 8306 565 1471 0 8315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39180

[startup+0.300239 s]
/proc/loadavg: 2.23 2.09 2.02 3/174 17032
/proc/meminfo: memFree=28812728/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=43456 CPUtime=0.29 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 9726 0 0 0 13 16 0 0 20 0 1 0 269916287 44498944 9423 33554432000 4194304 10219143 140737345940416 140734516964552 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 10864 9423 611 1471 0 9384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43456

[startup+0.700279 s]
/proc/loadavg: 2.23 2.09 2.02 3/174 17032
/proc/meminfo: memFree=28812728/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=0.68 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14698 0 0 0 48 20 0 0 20 0 1 0 269916287 61689856 13602 33554432000 4194304 10219143 140737345940416 140734516964552 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13602 829 1471 0 13581 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 60244

[startup+1.50025 s]
/proc/loadavg: 2.23 2.09 2.02 3/175 17033
/proc/meminfo: memFree=28760872/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=1.49 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14726 0 0 0 128 21 0 0 20 0 1 0 269916287 61689856 13630 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13630 830 1471 0 13581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60244

[startup+3.10025 s]
/proc/loadavg: 2.22 2.09 2.02 3/175 17033
/proc/meminfo: memFree=28760500/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=3.09 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14727 0 0 0 288 21 0 0 20 0 1 0 269916287 61689856 13631 33554432000 4194304 10219143 140737345940416 140737345933592 8080229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13631 831 1471 0 13581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60244

[startup+6.30024 s]
/proc/loadavg: 2.22 2.09 2.02 3/175 17033
/proc/meminfo: memFree=28760064/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=6.28 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14727 0 0 0 607 21 0 0 20 0 1 0 269916287 61689856 13631 33554432000 4194304 10219143 140737345940416 140737345933864 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13631 831 1471 0 13581 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60244

[startup+12.7002 s]
/proc/loadavg: 2.18 2.08 2.02 3/175 17033
/proc/meminfo: memFree=28759832/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=12.69 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14728 0 0 0 1245 24 0 0 20 0 1 0 269916287 61689856 13632 33554432000 4194304 10219143 140737345940416 140737345933544 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13632 832 1471 0 13581 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60244

[startup+25.5002 s]
/proc/loadavg: 2.15 2.08 2.02 3/175 17033
/proc/meminfo: memFree=28758520/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=25.48 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14741 0 0 0 2510 38 0 0 20 0 1 0 269916287 61689856 13692 33554432000 4194304 10219143 140737345940416 140737345934280 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 13692 835 1471 0 13581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60244

[startup+51.1003 s]
/proc/loadavg: 2.10 2.07 2.01 3/175 17033
/proc/meminfo: memFree=28755328/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=51.07 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14746 0 0 0 5008 99 0 0 20 0 1 0 269916287 61689856 14194 33554432000 4194304 10219143 140737345940416 140737345933672 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14194 835 1471 0 13581 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60244

[startup+102.306 s]
/proc/loadavg: 2.09 2.07 2.01 3/175 17033
/proc/meminfo: memFree=28754388/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=102.27 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14753 0 0 0 10020 207 0 0 20 0 1 0 269916287 61689856 14201 33554432000 4194304 10219143 140737345940416 140737345933352 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14201 835 1471 0 13581 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60244

[startup+162.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/175 17034
/proc/meminfo: memFree=28752216/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=162.25 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14792 0 0 0 15896 329 0 0 20 0 1 0 269916287 61689856 14240 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14240 835 1471 0 13581 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60244

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/175 17034
/proc/meminfo: memFree=28752152/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=222.25 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14792 0 0 0 21765 460 0 0 20 0 1 0 269916287 61689856 14240 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14240 835 1471 0 13581 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 60244

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 17034
/proc/meminfo: memFree=28748864/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=282.24 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14792 0 0 0 27635 589 0 0 20 0 1 0 269916287 61689856 14240 33554432000 4194304 10219143 140737345940416 140737345933640 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14240 835 1471 0 13581 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 60244

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 17034
/proc/meminfo: memFree=28746260/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60244 CPUtime=342.23 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14792 0 0 0 33491 732 0 0 20 0 1 0 269916287 61689856 14240 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15061 14240 835 1471 0 13581 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 60244

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 17034
/proc/meminfo: memFree=28744396/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=60876 CPUtime=402.22 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 14921 0 0 0 39342 880 0 0 20 0 1 0 269916287 62337024 14369 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15219 14369 835 1471 0 13739 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 60876

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/175 17035
/proc/meminfo: memFree=28743152/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=62072 CPUtime=462.2 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 15237 0 0 0 45197 1023 0 0 20 0 1 0 269916287 63561728 14683 33554432000 4194304 10219143 140737345940416 140737345933672 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15518 14683 835 1471 0 14038 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 62072

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17038
/proc/meminfo: memFree=28740104/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=62212 CPUtime=522.2 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 15258 0 0 0 51052 1168 0 0 20 0 1 0 269916287 63705088 14704 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15553 14704 835 1471 0 14073 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 62212

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 17038
/proc/meminfo: memFree=28736140/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=62464 CPUtime=582.19 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 15356 0 0 0 56912 1307 0 0 20 0 1 0 269916287 63963136 14802 33554432000 4194304 10219143 140737345940416 140737345934056 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 15616 14802 835 1471 0 14136 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 62464

[startup+642.3 s]

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

/proc/meminfo: memFree=28710004/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=72596 CPUtime=1122.11 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 17833 0 0 0 109657 2554 0 0 20 0 1 0 269916287 74338304 17288 33554432000 4194304 10219143 140737345940416 140737345933544 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 18149 17288 835 1471 0 16669 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 72596

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 17043
/proc/meminfo: memFree=28707592/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=73012 CPUtime=1182.1 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 17922 0 0 0 115513 2697 0 0 20 0 1 0 269916287 74764288 17377 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 18253 17377 835 1471 0 16773 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 73012

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/175 17043
/proc/meminfo: memFree=28703932/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=74672 CPUtime=1242.09 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 18389 0 0 0 121373 2836 0 0 20 0 1 0 269916287 76464128 17843 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 18668 17843 835 1471 0 17188 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 74672

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 17043
/proc/meminfo: memFree=28700704/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=78120 CPUtime=1302.08 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 18895 0 0 0 127240 2968 0 0 20 0 1 0 269916287 79994880 18349 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19530 18349 835 1471 0 18050 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 78120

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 17044
/proc/meminfo: memFree=28695608/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=78720 CPUtime=1362.07 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19112 0 0 0 133107 3100 0 0 20 0 1 0 269916287 80609280 18767 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19680 18767 835 1471 0 18200 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 78720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 17045
/proc/meminfo: memFree=28694000/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=79060 CPUtime=1422.06 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19167 0 0 0 138976 3230 0 0 20 0 1 0 269916287 80957440 18822 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19765 18822 835 1471 0 18285 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 79060

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 17045
/proc/meminfo: memFree=28692448/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=79060 CPUtime=1482.04 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19167 0 0 0 144846 3358 0 0 20 0 1 0 269916287 80957440 18822 33554432000 4194304 10219143 140737345940416 140737345933400 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19765 18822 835 1471 0 18285 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 79060

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 17045
/proc/meminfo: memFree=28689348/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=79060 CPUtime=1542.04 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19167 0 0 0 150712 3492 0 0 20 0 1 0 269916287 80957440 18822 33554432000 4194304 10219143 140737345940416 140737345933032 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19765 18822 835 1471 0 18285 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 79060

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 17045
/proc/meminfo: memFree=28686552/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=79060 CPUtime=1602.02 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19173 0 0 0 156581 3621 0 0 20 0 1 0 269916287 80957440 18828 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19765 18828 835 1471 0 18285 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 79060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 17083
/proc/meminfo: memFree=28267540/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=79060 CPUtime=1662.02 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19173 0 0 0 162451 3751 0 0 20 0 1 0 269916287 80957440 18828 33554432000 4194304 10219143 140737345940416 140737345934056 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 19765 18828 835 1471 0 18285 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 79060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17087
/proc/meminfo: memFree=28222432/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=80776 CPUtime=1722.01 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 19501 0 0 0 168324 3877 0 0 20 0 1 0 269916287 82714624 19156 33554432000 4194304 10219143 140737345940416 140737345933768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20194 19156 835 1471 0 18714 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 80776

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28146956/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1782 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 174181 4019 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 82708

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28142228/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1785.2 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 174496 4024 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345936904 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 82708

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28132184/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1791.61 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175121 4040 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933400 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 82708

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28130124/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1794.8 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175434 4046 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 82708

[startup+1795.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28130124/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1795.6 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175511 4049 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 82708

[startup+1796.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28128016/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1796.4 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175590 4050 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933720 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 82708

[startup+1796.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28128016/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1796.6 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175610 4050 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 82708

[startup+1797 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 17087
/proc/meminfo: memFree=28128016/32873852 swapFree=6848/6848
[pid=17032] ppid=17030 vsize=82708 CPUtime=1796.7 cores=0,2,4,6
/proc/17032/stat : 17032 (scip-2.1.1.4exp) R 17030 17032 14609 0 -1 4202496 20632 0 0 0 175619 4051 0 0 20 0 1 0 269916287 84692992 19616 33554432000 4194304 10219143 140737345940416 140737345933720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/17032/statm: 20677 19616 835 1471 0 19197 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 82708

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.78
CPU user time (s): 1756.26
CPU system time (s): 40.5168
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 83540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.26
system time used= 40.5168
maximum resident set size= 79596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20638
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= 21
involuntary context switches= 1848

runsolver used 3.34949 second user time and 9.07762 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 15:11:48
IDJOB=3691894
IDBENCH=48313
IDSOLVER=2271
FILE ID=node129/3691894-1338037908
RUNJOBID= node129-1338029292-16059
PBS_JOBID= 14624342
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=1578692890

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28812356 kB
Buffers:          261820 kB
Cached:          2975404 kB
SwapCached:            0 kB
Active:          1146084 kB
Inactive:        2131908 kB
Active(anon):      43180 kB
Inactive(anon):        0 kB
Active(file):    1102904 kB
Inactive(file):  2131908 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13652 kB
Writeback:             4 kB
AnonPages:         47188 kB
Mapped:            17748 kB
Shmem:               204 kB
Slab:             647064 kB
SReclaimable:      89564 kB
SUnreclaim:       557500 kB
KernelStack:        1456 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     155548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71104 MiB
End job on node129 at 2012-05-26 15:41:46