Trace number 3690378

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT 84.2992 84.3215

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
MD5SUMcb676620fd2a6e3770a1e7936dc60453
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.003998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables540
Total number of constraints416
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)38
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690378-1338016945.opb>
0.00/0.00	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 416 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 416 upgd conss, 0 impls, 38 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 38 cliques
0.00/0.02	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 416 constraints
0.00/0.02	c      38 constraints of type <setppc>
0.00/0.02	c     378 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.1.1.4
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/shiftandpropagate/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/subnlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/undercover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c propagating/probing/maxprerounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/indoneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     0 |   139 |     - |2433k|   0 |  91 | 540 | 416 | 540 | 416 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   469 |     - |2792k|   0 |  96 | 540 | 420 | 540 | 426 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   585 |     - |3198k|   0 | 115 | 540 | 420 | 540 | 437 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   730 |     - |3668k|   0 | 121 | 540 | 420 | 540 | 447 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   863 |     - |4169k|   0 | 128 | 540 | 420 | 540 | 457 |  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.30	c   0.3s|     1 |     0 |  1082 |     - |4724k|   0 | 131 | 540 | 420 | 540 | 468 |  52 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.34	c   0.3s|     1 |     2 |  1082 |     - |4724k|   0 | 131 | 540 | 420 | 540 | 468 |  52 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s|   100 |   101 |  1950 |   8.8 |4883k|  32 |  62 | 540 | 420 | 540 | 434 |  52 |   0 |1018 | 0.000000e+00 |      --      |    Inf 
2.49/2.58	c   2.6s|   200 |   201 |  2679 |   8.0 |4973k|  43 |  63 | 540 | 420 | 540 | 434 |  52 |   0 |1643 | 0.000000e+00 |      --      |    Inf 
3.30/3.30	c   3.3s|   300 |   301 |  3685 |   8.7 |5078k|  43 | 133 | 540 | 420 | 540 | 434 |  52 |   0 |2176 | 0.000000e+00 |      --      |    Inf 
3.79/3.85	c   3.8s|   400 |   401 |  4624 |   8.9 |5171k|  43 |  53 | 540 | 420 | 540 | 434 |  52 |   0 |2556 | 0.000000e+00 |      --      |    Inf 
3.99/4.02	c   4.0s|   500 |   501 |  5632 |   9.1 |5267k|  44 |  75 | 540 | 420 | 540 | 434 |  52 |   0 |2658 | 0.000000e+00 |      --      |    Inf 
4.09/4.14	c   4.1s|   600 |   601 |  6282 |   8.7 |5351k|  53 |  31 | 540 | 420 | 540 | 434 |  52 |   0 |2719 | 0.000000e+00 |      --      |    Inf 
4.19/4.20	c   4.2s|   700 |   691 |  6544 |   7.8 |5418k|  88 |   - | 540 | 420 | 540 | 434 |  52 |   0 |2760 | 0.000000e+00 |      --      |    Inf 
4.19/4.27	c   4.3s|   800 |   702 |  7198 |   7.7 |5470k|  98 |  24 | 540 | 459 | 540 | 434 |  52 |  39 |2788 | 0.000000e+00 |      --      |    Inf 
4.30/4.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.30/4.34	c   4.3s|   900 |   698 |  7948 |   7.6 |5494k|  98 |   - | 540 | 480 | 540 | 434 |  52 |  60 |2808 | 0.000000e+00 |      --      |    Inf 
4.30/4.40	c   4.4s|  1000 |   701 |  8640 |   7.6 |5516k|  98 |   - | 540 | 491 | 540 | 434 |  52 |  71 |2821 | 0.000000e+00 |      --      |    Inf 
4.40/4.45	c   4.5s|  1100 |   695 |  9315 |   7.5 |5522k|  98 |   - | 540 | 498 | 540 | 434 |  52 |  78 |2825 | 0.000000e+00 |      --      |    Inf 
4.48/4.50	c   4.5s|  1200 |   702 |  9953 |   7.4 |5562k|  98 |  21 | 540 | 547 | 540 | 434 |  52 | 127 |2826 | 0.000000e+00 |      --      |    Inf 
4.48/4.56	c   4.6s|  1300 |   700 | 10683 |   7.4 |5590k|  98 |  23 | 540 | 585 | 540 | 434 |  52 | 165 |2834 | 0.000000e+00 |      --      |    Inf 
4.59/4.63	c   4.6s|  1400 |   708 | 11061 |   7.1 |5610k|  98 |  19 | 540 | 589 | 540 | 434 |  52 | 169 |2882 | 0.000000e+00 |      --      |    Inf 
4.59/4.69	c   4.7s|  1500 |   710 | 11711 |   7.1 |5627k|  98 |  28 | 540 | 604 | 540 | 434 |  52 | 184 |2888 | 0.000000e+00 |      --      |    Inf 
4.69/4.75	c   4.8s|  1600 |   702 | 12345 |   7.0 |5644k|  98 |   - | 540 | 635 | 540 | 434 |  52 | 215 |2901 | 0.000000e+00 |      --      |    Inf 
4.79/4.81	c   4.8s|  1700 |   705 | 13070 |   7.1 |5676k|  98 |  18 | 540 | 682 | 540 | 434 |  52 | 262 |2907 | 0.000000e+00 |      --      |    Inf 
4.79/4.87	c   4.9s|  1800 |   699 | 13673 |   7.0 |5693k|  98 |   - | 540 | 709 | 540 | 434 |  52 | 289 |2918 | 0.000000e+00 |      --      |    Inf 
4.89/4.92	c   4.9s|  1900 |   697 | 14269 |   6.9 |5706k|  98 |  27 | 540 | 730 | 540 | 434 |  52 | 310 |2925 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c   5.0s|  2000 |   695 | 14861 |   6.9 |5731k|  98 |   - | 540 | 754 | 540 | 434 |  52 | 334 |2931 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c   5.0s|  2100 |   681 | 15408 |   6.8 |5732k|  98 |   - | 540 | 792 | 540 | 434 |  52 | 372 |2940 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c   5.1s|  2200 |   686 | 16208 |   6.9 |5750k|  98 |   - | 540 | 807 | 540 | 434 |  52 | 390 |2948 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c   5.2s|  2300 |   682 | 16716 |   6.8 |5750k|  98 |  21 | 540 | 821 | 540 | 434 |  52 | 405 |2959 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.26	c   5.2s|  2400 |   682 | 17229 |   6.7 |5770k|  98 |   - | 540 | 844 | 540 | 434 |  52 | 431 |2966 | 0.000000e+00 |      --      |    Inf 
5.19/5.27	c   5.3s|  2500 |   673 | 17939 |   6.7 |5782k|  98 |   - | 540 | 875 | 540 | 434 |  52 | 477 |2974 | 0.000000e+00 |      --      |    Inf 
5.28/5.38	c   5.4s|  2600 |   630 | 19578 |   7.1 |5726k|  98 |  29 | 540 | 859 | 540 | 434 |  52 | 509 |3015 | 0.000000e+00 |      --      |    Inf 
5.39/5.47	c   5.5s|  2700 |   623 | 20602 |   7.2 |5728k|  98 |   - | 540 | 857 | 540 | 434 |  52 | 532 |3061 | 0.000000e+00 |      --      |    Inf 
5.49/5.54	c   5.5s|  2800 |   619 | 21267 |   7.2 |5747k|  98 |   - | 540 | 895 | 540 | 434 |  52 | 573 |3080 | 0.000000e+00 |      --      |    Inf 
5.59/5.61	c   5.6s|  2900 |   620 | 21879 |   7.2 |5770k|  98 |   - | 540 | 935 | 540 | 434 |  52 | 625 |3104 | 0.000000e+00 |      --      |    Inf 
5.59/5.68	c   5.7s|  3000 |   628 | 22536 |   7.2 |5799k|  98 |   - | 540 | 971 | 540 | 434 |  52 | 677 |3115 | 0.000000e+00 |      --      |    Inf 
5.68/5.73	c   5.7s|  3100 |   632 | 23079 |   7.1 |5830k|  98 |   - | 540 |1025 | 540 | 434 |  52 | 735 |3123 | 0.000000e+00 |      --      |    Inf 
5.68/5.79	c   5.8s|  3200 |   634 | 23755 |   7.1 |5857k|  98 |   - | 540 |1077 | 540 | 434 |  52 | 790 |3129 | 0.000000e+00 |      --      |    Inf 
5.78/5.85	c   5.8s|  3300 |   636 | 24439 |   7.1 |5881k|  98 |  12 | 540 |1118 | 540 | 434 |  52 | 845 |3134 | 0.000000e+00 |      --      |    Inf 
5.89/5.91	c   5.9s|  3400 |   635 | 25152 |   7.1 |5901k|  98 |  14 | 540 |1160 | 540 | 434 |  52 | 891 |3145 | 0.000000e+00 |      --      |    Inf 
5.89/5.97	c   6.0s|  3500 |   630 | 25786 |   7.1 |5910k|  98 |  20 | 540 |1197 | 540 | 434 |  52 | 940 |3151 | 0.000000e+00 |      --      |    Inf 
5.99/6.02	c   6.0s|  3600 |   628 | 26303 |   7.0 |5932k|  98 |   - | 540 |1243 | 540 | 434 |  52 | 992 |3151 | 0.000000e+00 |      --      |    Inf 
5.99/6.07	c   6.1s|  3700 |   628 | 26925 |   7.0 |5941k|  98 |  12 | 540 |1271 | 540 | 434 |  52 |1039 |3151 | 0.000000e+00 |      --      |    Inf 
6.08/6.13	c   6.1s|  3800 |   628 | 27817 |   7.0 |5952k|  98 |  20 | 540 |1278 | 540 | 434 |  52 |1091 |3151 | 0.000000e+00 |      --      |    Inf 
6.08/6.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.08/6.18	c   6.2s|  3900 |   632 | 28468 |   7.0 |5985k|  98 |  23 | 540 |1323 | 540 | 434 |  52 |1147 |3151 | 0.000000e+00 |      --      |    Inf 
6.18/6.24	c   6.2s|  4000 |   632 | 29189 |   7.0 |6021k|  98 |   - | 540 |1389 | 540 | 434 |  52 |1214 |3151 | 0.000000e+00 |      --      |    Inf 
6.18/6.29	c   6.3s|  4100 |   635 | 29945 |   7.0 |6060k|  98 |  22 | 540 |1465 | 540 | 434 |  52 |1290 |3151 | 0.000000e+00 |      --      |    Inf 
6.28/6.35	c   6.4s|  4200 |   629 | 30974 |   7.1 |6082k|  98 |  23 | 540 |1528 | 540 | 434 |  52 |1356 |3151 | 0.000000e+00 |      --      |    Inf 
6.39/6.41	c   6.4s|  4300 |   627 | 31734 |   7.1 |6091k|  98 |  16 | 540 |1546 | 540 | 434 |  52 |1410 |3153 | 0.000000e+00 |      --      |    Inf 
6.39/6.48	c   6.5s|  4400 |   630 | 32643 |   7.2 |6111k|  98 |   - | 540 |1566 | 540 | 434 |  52 |1445 |3159 | 0.000000e+00 |      --      |    Inf 
6.49/6.54	c   6.5s|  4500 |   632 | 33575 |   7.2 |6126k|  98 |  26 | 540 |1598 | 540 | 434 |  52 |1486 |3161 | 0.000000e+00 |      --      |    Inf 
6.49/6.60	c   6.6s|  4600 |   634 | 34456 |   7.3 |6144k|  98 |  21 | 540 |1626 | 540 | 434 |  52 |1527 |3163 | 0.000000e+00 |      --      |    Inf 
6.59/6.65	c   6.7s|  4700 |   629 | 34972 |   7.2 |6160k|  98 |   - | 540 |1676 | 540 | 434 |  52 |1584 |3166 | 0.000000e+00 |      --      |    Inf 
6.68/6.71	c   6.7s|  4800 |   633 | 35502 |   7.2 |6188k|  98 |   - | 540 |1725 | 540 | 434 |  52 |1633 |3166 | 0.000000e+00 |      --      |    Inf 
6.68/6.76	c   6.8s|  4900 |   631 | 36013 |   7.1 |6203k|  98 |   - | 540 |1768 | 540 | 434 |  52 |1680 |3166 | 0.000000e+00 |      --      |    Inf 
6.79/6.81	c   6.8s|  5000 |   631 | 36597 |   7.1 |6218k|  98 |  16 | 540 |1808 | 540 | 434 |  52 |1727 |3166 | 0.000000e+00 |      --      |    Inf 
6.79/6.87	c   6.9s|  5100 |   633 | 37289 |   7.1 |6246k|  98 |   - | 540 |1842 | 540 | 434 |  52 |1778 |3167 | 0.000000e+00 |      --      |    Inf 
6.88/6.93	c   6.9s|  5200 |   632 | 37925 |   7.1 |6274k|  98 |   - | 540 |1905 | 540 | 434 |  52 |1843 |3169 | 0.000000e+00 |      --      |    Inf 
6.88/6.98	c   7.0s|  5300 |   635 | 38556 |   7.1 |6295k|  98 |  18 | 540 |1958 | 540 | 434 |  52 |1901 |3169 | 0.000000e+00 |      --      |    Inf 
6.98/7.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.98/7.03	c   7.0s|  5400 |   633 | 39247 |   7.1 |6309k|  98 |  10 | 540 |2003 | 540 | 434 |  52 |1953 |3169 | 0.000000e+00 |      --      |    Inf 
6.98/7.09	c   7.1s|  5500 |   637 | 40018 |   7.1 |6333k|  98 |  12 | 540 |2034 | 540 | 434 |  52 |1991 |3169 | 0.000000e+00 |      --      |    Inf 
7.09/7.14	c   7.1s|  5600 |   635 | 40652 |   7.1 |6356k|  98 |   - | 540 |2072 | 540 | 434 |  52 |2042 |3169 | 0.000000e+00 |      --      |    Inf 
7.18/7.20	c   7.2s|  5700 |   638 | 41446 |   7.1 |6374k|  98 |  12 | 540 |2107 | 540 | 434 |  52 |2083 |3169 | 0.000000e+00 |      --      |    Inf 
7.18/7.25	c   7.3s|  5800 |   636 | 42021 |   7.1 |6391k|  98 |  26 | 540 |2148 | 540 | 434 |  52 |2130 |3169 | 0.000000e+00 |      --      |    Inf 
7.28/7.30	c   7.3s|  5900 |   640 | 42502 |   7.0 |6417k|  98 |  18 | 540 |2193 | 540 | 434 |  52 |2177 |3170 | 0.000000e+00 |      --      |    Inf 
7.28/7.35	c   7.4s|  6000 |   638 | 42980 |   7.0 |6432k|  98 |  14 | 540 |2233 | 540 | 434 |  52 |2227 |3170 | 0.000000e+00 |      --      |    Inf 
7.39/7.40	c   7.4s|  6100 |   638 | 43469 |   6.9 |6453k|  98 |  20 | 540 |2282 | 540 | 434 |  52 |2276 |3170 | 0.000000e+00 |      --      |    Inf 
7.39/7.46	c   7.5s|  6200 |   642 | 44167 |   7.0 |6475k|  98 |   - | 540 |2288 | 540 | 434 |  52 |2328 |3172 | 0.000000e+00 |      --      |    Inf 
7.48/7.52	c   7.5s|  6300 |   640 | 44745 |   6.9 |6498k|  98 |   - | 540 |2323 | 540 | 434 |  52 |2378 |3177 | 0.000000e+00 |      --      |    Inf 
7.48/7.58	c   7.6s|  6400 |   640 | 45528 |   6.9 |6507k|  98 |   - | 540 |2339 | 540 | 434 |  52 |2417 |3177 | 0.000000e+00 |      --      |    Inf 
7.58/7.64	c   7.6s|  6500 |   640 | 46400 |   7.0 |6509k|  98 |   - | 540 |2353 | 540 | 434 |  52 |2459 |3177 | 0.000000e+00 |      --      |    Inf 
7.58/7.70	c   7.7s|  6600 |   638 | 47227 |   7.0 |6525k|  98 |  12 | 540 |2393 | 540 | 434 |  52 |2503 |3177 | 0.000000e+00 |      --      |    Inf 
7.69/7.76	c   7.8s|  6700 |   637 | 48012 |   7.0 |6534k|  98 |   - | 540 |2410 | 540 | 434 |  52 |2550 |3177 | 0.000000e+00 |      --      |    Inf 
7.78/7.81	c   7.8s|  6800 |   637 | 48599 |   7.0 |6550k|  98 |  12 | 540 |2442 | 540 | 434 |  52 |2599 |3177 | 0.000000e+00 |      --      |    Inf 
7.78/7.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.78/7.86	c   7.9s|  6900 |   638 | 49246 |   7.0 |6550k|  98 |   - | 540 |2448 | 540 | 434 |  52 |2648 |3177 | 0.000000e+00 |      --      |    Inf 
7.88/7.92	c   7.9s|  7000 |   637 | 49841 |   7.0 |6568k|  98 |   - | 540 |2492 | 540 | 434 |  52 |2694 |3177 | 0.000000e+00 |      --      |    Inf 
7.88/7.97	c   8.0s|  7100 |   639 | 50499 |   7.0 |6583k|  98 |  15 | 540 |2530 | 540 | 434 |  52 |2744 |3177 | 0.000000e+00 |      --      |    Inf 
7.99/8.02	c   8.0s|  7200 |   645 | 51108 |   6.9 |6606k|  98 |  21 | 540 |2569 | 540 | 434 |  52 |2791 |3177 | 0.000000e+00 |      --      |    Inf 
7.99/8.08	c   8.1s|  7300 |   646 | 51716 |   6.9 |6626k|  98 |  10 | 540 |2613 | 540 | 434 |  52 |2843 |3177 | 0.000000e+00 |      --      |    Inf 
8.08/8.13	c   8.1s|  7400 |   639 | 52354 |   6.9 |6642k|  98 |   - | 540 |2665 | 540 | 434 |  52 |2897 |3177 | 0.000000e+00 |      --      |    Inf 
8.08/8.19	c   8.2s|  7500 |   635 | 53026 |   6.9 |6658k|  98 |   - | 540 |2713 | 540 | 434 |  52 |2948 |3177 | 0.000000e+00 |      --      |    Inf 
8.18/8.25	c   8.2s|  7600 |   640 | 53731 |   6.9 |6683k|  98 |  25 | 540 |2754 | 540 | 434 |  52 |2996 |3180 | 0.000000e+00 |      --      |    Inf 
8.29/8.31	c   8.3s|  7700 |   638 | 54625 |   7.0 |6695k|  98 |  18 | 540 |2792 | 540 | 434 |  52 |3041 |3180 | 0.000000e+00 |      --      |    Inf 
8.29/8.36	c   8.4s|  7800 |   638 | 55328 |   7.0 |6717k|  98 |  14 | 540 |2841 | 540 | 434 |  52 |3093 |3180 | 0.000000e+00 |      --      |    Inf 
8.38/8.41	c   8.4s|  7900 |   635 | 55886 |   6.9 |6730k|  98 |   - | 540 |2852 | 540 | 434 |  52 |3148 |3181 | 0.000000e+00 |      --      |    Inf 
8.38/8.47	c   8.5s|  8000 |   641 | 56522 |   6.9 |6742k|  98 |  17 | 540 |2860 | 540 | 434 |  52 |3195 |3181 | 0.000000e+00 |      --      |    Inf 
8.49/8.53	c   8.5s|  8100 |   639 | 57213 |   6.9 |6756k|  98 |  17 | 540 |2896 | 540 | 434 |  52 |3241 |3181 | 0.000000e+00 |      --      |    Inf 
8.49/8.58	c   8.6s|  8200 |   639 | 57728 |   6.9 |6779k|  98 |   - | 540 |2944 | 540 | 434 |  52 |3291 |3181 | 0.000000e+00 |      --      |    Inf 
8.58/8.63	c   8.6s|  8300 |   641 | 58456 |   6.9 |6804k|  98 |   - | 540 |2993 | 540 | 434 |  52 |3340 |3181 | 0.000000e+00 |      --      |    Inf 
8.58/8.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.58/8.69	c   8.7s|  8400 |   639 | 59274 |   6.9 |6824k|  98 |  27 | 540 |3042 | 540 | 434 |  52 |3389 |3181 | 0.000000e+00 |      --      |    Inf 
8.68/8.75	c   8.8s|  8500 |   639 | 60039 |   6.9 |6824k|  98 |  25 | 540 |3036 | 540 | 434 |  52 |3434 |3183 | 0.000000e+00 |      --      |    Inf 
8.79/8.81	c   8.8s|  8600 |   641 | 60640 |   6.9 |6828k|  98 |   - | 540 |3010 | 540 | 434 |  52 |3481 |3183 | 0.000000e+00 |      --      |    Inf 
8.79/8.86	c   8.9s|  8700 |   639 | 61163 |   6.9 |6845k|  98 |   - | 540 |3056 | 540 | 434 |  52 |3542 |3184 | 0.000000e+00 |      --      |    Inf 
8.88/8.91	c   8.9s|  8800 |   641 | 61707 |   6.9 |6859k|  98 |  17 | 540 |3093 | 540 | 434 |  52 |3590 |3184 | 0.000000e+00 |      --      |    Inf 
8.88/8.96	c   9.0s|  8900 |   637 | 62335 |   6.9 |6861k|  98 |  14 | 540 |3113 | 540 | 434 |  52 |3632 |3184 | 0.000000e+00 |      --      |    Inf 
8.98/9.01	c   9.0s|  9000 |   641 | 62845 |   6.9 |6887k|  98 |   - | 540 |3121 | 540 | 434 |  52 |3676 |3184 | 0.000000e+00 |      --      |    Inf 
8.98/9.06	c   9.1s|  9100 |   643 | 63275 |   6.8 |6899k|  98 |   - | 540 |3143 | 540 | 434 |  52 |3727 |3184 | 0.000000e+00 |      --      |    Inf 
9.09/9.11	c   9.1s|  9200 |   645 | 63699 |   6.8 |6907k|  98 |   - | 540 |3158 | 540 | 434 |  52 |3780 |3185 | 0.000000e+00 |      --      |    Inf 
9.09/9.17	c   9.2s|  9300 |   639 | 64297 |   6.8 |6892k|  98 |  22 | 540 |3139 | 540 | 434 |  52 |3825 |3185 | 0.000000e+00 |      --      |    Inf 
9.18/9.22	c   9.2s|  9400 |   639 | 64920 |   6.8 |6902k|  98 |   - | 540 |3146 | 540 | 434 |  52 |3867 |3185 | 0.000000e+00 |      --      |    Inf 
9.18/9.28	c   9.3s|  9500 |   641 | 65710 |   6.8 |6917k|  98 |   - | 540 |3182 | 540 | 434 |  52 |3905 |3185 | 0.000000e+00 |      --      |    Inf 
9.29/9.34	c   9.3s|  9600 |   641 | 66541 |   6.8 |6931k|  98 |   - | 540 |3219 | 540 | 434 |  52 |3942 |3185 | 0.000000e+00 |      --      |    Inf 
9.38/9.40	c   9.4s|  9700 |   641 | 67371 |   6.8 |6949k|  98 |  23 | 540 |3267 | 540 | 434 |  52 |3990 |3185 | 0.000000e+00 |      --      |    Inf 
9.38/9.46	c   9.5s|  9800 |   641 | 68178 |   6.8 |6960k|  98 |   - | 540 |3280 | 540 | 434 |  52 |4031 |3185 | 0.000000e+00 |      --      |    Inf 
9.48/9.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.48/9.51	c   9.5s|  9900 |   640 | 68949 |   6.9 |6954k|  98 |   8 | 540 |3271 | 540 | 434 |  52 |4071 |3185 | 0.000000e+00 |      --      |    Inf 
9.48/9.57	c   9.6s| 10000 |   642 | 69753 |   6.9 |6974k|  98 |   - | 540 |3305 | 540 | 434 |  52 |4108 |3185 | 0.000000e+00 |      --      |    Inf 
9.59/9.64	c   9.6s| 10100 |   636 | 70773 |   6.9 |6968k|  98 |   - | 540 |3314 | 540 | 434 |  52 |4157 |3185 | 0.000000e+00 |      --      |    Inf 
9.68/9.70	c   9.7s| 10200 |   638 | 71795 |   6.9 |6981k|  98 |  16 | 540 |3346 | 540 | 434 |  52 |4205 |3185 | 0.000000e+00 |      --      |    Inf 
9.68/9.76	c   9.8s| 10300 |   636 | 72314 |   6.9 |7000k|  98 |   - | 540 |3396 | 540 | 434 |  52 |4255 |3185 | 0.000000e+00 |      --      |    Inf 
9.79/9.81	c   9.8s| 10400 |   634 | 73017 |   6.9 |7022k|  98 |  33 | 540 |3446 | 540 | 434 |  52 |4306 |3185 | 0.000000e+00 |      --      |    Inf 
9.79/9.88	c   9.9s| 10500 |   635 | 73761 |   6.9 |7007k|  98 |   - | 540 |3347 | 540 | 434 |  52 |4367 |3185 | 0.000000e+00 |      --      |    Inf 
9.89/9.93	c   9.9s| 10600 |   635 | 74375 |   6.9 |6958k|  98 |  28 | 540 |3221 | 540 | 434 |  52 |4413 |3185 | 0.000000e+00 |      --      |    Inf 
9.89/9.99	c  10.0s| 10700 |   633 | 75011 |   6.9 |6939k|  98 |   - | 540 |3164 | 540 | 434 |  52 |4463 |3185 | 0.000000e+00 |      --      |    Inf 
9.98/10.05	c  10.1s| 10800 |   630 | 75647 |   6.9 |6929k|  98 |  27 | 540 |3121 | 540 | 434 |  52 |4508 |3185 | 0.000000e+00 |      --      |    Inf 
10.08/10.11	c  10.1s| 10900 |   628 | 76284 |   6.9 |6922k|  98 |   - | 540 |3098 | 540 | 434 |  52 |4545 |3185 | 0.000000e+00 |      --      |    Inf 
10.08/10.16	c  10.2s| 11000 |   628 | 76925 |   6.9 |6908k|  98 |  10 | 540 |3061 | 540 | 434 |  52 |4588 |3186 | 0.000000e+00 |      --      |    Inf 
10.19/10.22	c  10.2s| 11100 |   631 | 77576 |   6.9 |6899k|  98 |   - | 540 |3020 | 540 | 434 |  52 |4633 |3186 | 0.000000e+00 |      --      |    Inf 
10.19/10.27	c  10.3s| 11200 |   627 | 78053 |   6.9 |6900k|  98 |   - | 540 |3034 | 540 | 434 |  52 |4683 |3186 | 0.000000e+00 |      --      |    Inf 
10.28/10.32	c  10.3s| 11300 |   623 | 78691 |   6.9 |6893k|  98 |  18 | 540 |3039 | 540 | 434 |  52 |4733 |3186 | 0.000000e+00 |      --      |    Inf 
10.28/10.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.28/10.38	c  10.4s| 11400 |   621 | 79255 |   6.9 |6880k|  98 |  24 | 540 |3006 | 540 | 434 |  52 |4781 |3190 | 0.000000e+00 |      --      |    Inf 
10.38/10.44	c  10.4s| 11500 |   625 | 79829 |   6.8 |6879k|  98 |  16 | 540 |2985 | 540 | 434 |  52 |4830 |3190 | 0.000000e+00 |      --      |    Inf 
10.38/10.49	c  10.5s| 11600 |   621 | 80275 |   6.8 |6885k|  98 |   - | 540 |3013 | 540 | 434 |  52 |4885 |3190 | 0.000000e+00 |      --      |    Inf 
10.48/10.55	c  10.5s| 11700 |   622 | 81190 |   6.8 |6881k|  98 |  26 | 540 |3011 | 540 | 434 |  52 |4934 |3191 | 0.000000e+00 |      --      |    Inf 
10.59/10.61	c  10.6s| 11800 |   624 | 82262 |   6.9 |6893k|  98 |  16 | 540 |3011 | 540 | 434 |  52 |4981 |3194 | 0.000000e+00 |      --      |    Inf 
10.59/10.67	c  10.7s| 11900 |   623 | 82856 |   6.9 |6883k|  98 |  12 | 540 |2964 | 540 | 434 |  52 |5029 |3194 | 0.000000e+00 |      --      |    Inf 
10.68/10.72	c  10.7s| 12000 |   621 | 83488 |   6.9 |6871k|  98 |   - | 540 |2942 | 540 | 434 |  52 |5073 |3195 | 0.000000e+00 |      --      |    Inf 
10.68/10.77	c  10.8s| 12100 |   623 | 83966 |   6.9 |6889k|  98 |   - | 540 |2980 | 540 | 434 |  52 |5122 |3195 | 0.000000e+00 |      --      |    Inf 
10.79/10.82	c  10.8s| 12200 |   627 | 84575 |   6.8 |6913k|  98 |   - | 540 |3024 | 540 | 434 |  52 |5167 |3195 | 0.000000e+00 |      --      |    Inf 
10.79/10.88	c  10.9s| 12300 |   629 | 85235 |   6.8 |6933k|  98 |  18 | 540 |3071 | 540 | 434 |  52 |5215 |3195 | 0.000000e+00 |      --      |    Inf 
10.89/10.94	c  10.9s| 12400 |   629 | 85939 |   6.8 |6955k|  98 |   - | 540 |3116 | 540 | 434 |  52 |5261 |3195 | 0.000000e+00 |      --      |    Inf 
10.89/10.99	c  11.0s| 12500 |   625 | 86584 |   6.8 |6962k|  98 |  31 | 540 |3148 | 540 | 434 |  52 |5293 |3195 | 0.000000e+00 |      --      |    Inf 
10.99/11.05	c  11.1s| 12600 |   625 | 87264 |   6.8 |6973k|  98 |   - | 540 |3165 | 540 | 434 |  52 |5338 |3195 | 0.000000e+00 |      --      |    Inf 
11.08/11.11	c  11.1s| 12700 |   629 | 87939 |   6.8 |6981k|  98 |  12 | 540 |3184 | 540 | 434 |  52 |5385 |3195 | 0.000000e+00 |      --      |    Inf 
11.08/11.16	c  11.2s| 12800 |   629 | 88571 |   6.8 |7002k|  98 |  26 | 540 |3233 | 540 | 434 |  52 |5437 |3195 | 0.000000e+00 |      --      |    Inf 
11.18/11.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.18/11.22	c  11.2s| 12900 |   634 | 89171 |   6.8 |7026k|  98 |   8 | 540 |3277 | 540 | 434 |  52 |5486 |3199 | 0.000000e+00 |      --      |    Inf 
11.18/11.27	c  11.3s| 13000 |   634 | 89723 |   6.8 |7044k|  98 |  16 | 540 |3324 | 540 | 434 |  52 |5536 |3199 | 0.000000e+00 |      --      |    Inf 
11.29/11.33	c  11.3s| 13100 |   630 | 90494 |   6.8 |7059k|  98 |   - | 540 |3373 | 540 | 434 |  52 |5590 |3200 | 0.000000e+00 |      --      |    Inf 
11.29/11.39	c  11.4s| 13200 |   634 | 91247 |   6.8 |7082k|  98 |   6 | 540 |3416 | 540 | 434 |  52 |5633 |3202 | 0.000000e+00 |      --      |    Inf 
11.39/11.45	c  11.5s| 13300 |   636 | 91951 |   6.8 |7105k|  98 |  18 | 540 |3464 | 540 | 434 |  52 |5681 |3206 | 0.000000e+00 |      --      |    Inf 
11.48/11.50	c  11.5s| 13400 |   636 | 92636 |   6.8 |7127k|  98 |   - | 540 |3514 | 540 | 434 |  52 |5731 |3206 | 0.000000e+00 |      --      |    Inf 
11.48/11.56	c  11.6s| 13500 |   636 | 93276 |   6.8 |7145k|  98 |   - | 540 |3561 | 540 | 434 |  52 |5778 |3206 | 0.000000e+00 |      --      |    Inf 
11.59/11.62	c  11.6s| 13600 |   636 | 94001 |   6.8 |7162k|  98 |  16 | 540 |3600 | 540 | 434 |  52 |5820 |3207 | 0.000000e+00 |      --      |    Inf 
11.59/11.67	c  11.7s| 13700 |   636 | 94470 |   6.8 |7185k|  98 |   - | 540 |3644 | 540 | 434 |  52 |5864 |3207 | 0.000000e+00 |      --      |    Inf 
11.68/11.72	c  11.7s| 13800 |   636 | 95201 |   6.8 |7207k|  98 |   - | 540 |3691 | 540 | 434 |  52 |5913 |3207 | 0.000000e+00 |      --      |    Inf 
11.68/11.77	c  11.8s| 13900 |   636 | 95738 |   6.8 |7228k|  98 |   - | 540 |3741 | 540 | 434 |  52 |5963 |3207 | 0.000000e+00 |      --      |    Inf 
11.78/11.83	c  11.8s| 14000 |   634 | 96251 |   6.8 |7246k|  98 |   - | 540 |3795 | 540 | 434 |  52 |6018 |3207 | 0.000000e+00 |      --      |    Inf 
11.78/11.88	c  11.9s| 14100 |   634 | 96763 |   6.8 |7267k|  98 |   - | 540 |3842 | 540 | 434 |  52 |6068 |3207 | 0.000000e+00 |      --      |    Inf 
11.88/11.93	c  11.9s| 14200 |   634 | 97487 |   6.8 |7288k|  98 |   - | 540 |3888 | 540 | 434 |  52 |6115 |3207 | 0.000000e+00 |      --      |    Inf 
11.88/11.99	c  12.0s| 14300 |   636 | 98212 |   6.8 |7311k|  98 |  21 | 540 |3940 | 540 | 434 |  52 |6172 |3207 | 0.000000e+00 |      --      |    Inf 
11.99/12.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.99/12.05	c  12.1s| 14400 |   636 | 98943 |   6.8 |7330k|  98 |  16 | 540 |3986 | 540 | 434 |  52 |6218 |3207 | 0.000000e+00 |      --      |    Inf 
12.09/12.11	c  12.1s| 14500 |   634 | 99713 |   6.8 |7351k|  98 |   - | 540 |4032 | 540 | 434 |  52 |6264 |3207 | 0.000000e+00 |      --      |    Inf 
12.09/12.16	c  12.2s| 14600 |   634 |100374 |   6.8 |7368k|  98 |   - | 540 |4069 | 540 | 434 |  52 |6301 |3207 | 0.000000e+00 |      --      |    Inf 
12.18/12.23	c  12.2s| 14700 |   632 |101162 |   6.8 |7385k|  98 |   - | 540 |4111 | 540 | 434 |  52 |6348 |3207 | 0.000000e+00 |      --      |    Inf 
12.18/12.29	c  12.3s| 14800 |   632 |101869 |   6.8 |7395k|  98 |   - | 540 |4118 | 540 | 434 |  52 |6398 |3207 | 0.000000e+00 |      --      |    Inf 
12.29/12.36	c  12.4s| 14900 |   635 |102943 |   6.8 |7416k|  98 |  26 | 540 |4146 | 540 | 434 |  52 |6459 |3210 | 0.000000e+00 |      --      |    Inf 
12.38/12.42	c  12.4s| 15000 |   632 |103857 |   6.9 |7417k|  98 |  21 | 540 |4139 | 540 | 434 |  52 |6508 |3210 | 0.000000e+00 |      --      |    Inf 
12.38/12.48	c  12.5s| 15100 |   628 |104454 |   6.8 |7412k|  98 |   - | 540 |4136 | 540 | 434 |  52 |6564 |3210 | 0.000000e+00 |      --      |    Inf 
12.48/12.54	c  12.5s| 15200 |   630 |105311 |   6.9 |7399k|  98 |   - | 540 |4091 | 540 | 434 |  52 |6596 |3210 | 0.000000e+00 |      --      |    Inf 
12.58/12.60	c  12.6s| 15300 |   632 |106287 |   6.9 |7381k|  98 |   - | 540 |4040 | 540 | 434 |  52 |6641 |3210 | 0.000000e+00 |      --      |    Inf 
12.58/12.67	c  12.7s| 15400 |   632 |107256 |   6.9 |7374k|  98 |  13 | 540 |4023 | 540 | 434 |  52 |6687 |3210 | 0.000000e+00 |      --      |    Inf 
12.68/12.73	c  12.7s| 15500 |   630 |108106 |   6.9 |7364k|  98 |  14 | 540 |4012 | 540 | 434 |  52 |6728 |3210 | 0.000000e+00 |      --      |    Inf 
12.68/12.79	c  12.8s| 15600 |   624 |108691 |   6.9 |7360k|  98 |  32 | 540 |4013 | 540 | 434 |  52 |6773 |3212 | 0.000000e+00 |      --      |    Inf 
12.78/12.86	c  12.9s| 15700 |   619 |109615 |   6.9 |7363k|  98 |   - | 540 |4032 | 540 | 434 |  52 |6837 |3212 | 0.000000e+00 |      --      |    Inf 
12.88/12.92	c  12.9s| 15800 |   620 |110351 |   6.9 |7331k|  98 |  10 | 540 |3950 | 540 | 434 |  52 |6882 |3213 | 0.000000e+00 |      --      |    Inf 
12.88/12.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.88/12.97	c  13.0s| 15900 |   618 |111014 |   6.9 |7307k|  98 |   - | 540 |3896 | 540 | 434 |  52 |6927 |3213 | 0.000000e+00 |      --      |    Inf 
12.98/13.03	c  13.0s| 16000 |   618 |111604 |   6.9 |7288k|  98 |   - | 540 |3846 | 540 | 434 |  52 |6975 |3213 | 0.000000e+00 |      --      |    Inf 
12.98/13.09	c  13.1s| 16100 |   622 |112216 |   6.9 |7293k|  98 |   - | 540 |3849 | 540 | 434 |  52 |7024 |3213 | 0.000000e+00 |      --      |    Inf 
13.09/13.14	c  13.1s| 16200 |   624 |112812 |   6.9 |7298k|  98 |  10 | 540 |3859 | 540 | 434 |  52 |7069 |3213 | 0.000000e+00 |      --      |    Inf 
13.19/13.20	c  13.2s| 16300 |   618 |113426 |   6.9 |7300k|  98 |   - | 540 |3888 | 540 | 434 |  52 |7121 |3213 | 0.000000e+00 |      --      |    Inf 
13.19/13.26	c  13.3s| 16400 |   618 |114026 |   6.9 |7316k|  98 |  22 | 540 |3927 | 540 | 434 |  52 |7169 |3213 | 0.000000e+00 |      --      |    Inf 
13.28/13.31	c  13.3s| 16500 |   620 |114635 |   6.9 |7328k|  98 |  26 | 540 |3953 | 540 | 434 |  52 |7216 |3213 | 0.000000e+00 |      --      |    Inf 
13.28/13.37	c  13.4s| 16600 |   617 |115195 |   6.9 |7336k|  98 |  12 | 540 |3983 | 540 | 434 |  52 |7263 |3213 | 0.000000e+00 |      --      |    Inf 
13.38/13.42	c  13.4s| 16700 |   616 |115757 |   6.9 |7345k|  98 |  10 | 540 |4008 | 540 | 434 |  52 |7311 |3213 | 0.000000e+00 |      --      |    Inf 
13.38/13.48	c  13.5s| 16800 |   616 |116360 |   6.9 |7357k|  98 |  22 | 540 |4039 | 540 | 434 |  52 |7355 |3213 | 0.000000e+00 |      --      |    Inf 
13.49/13.53	c  13.5s| 16900 |   618 |117135 |   6.9 |7375k|  98 |  23 | 540 |4071 | 540 | 434 |  52 |7391 |3213 | 0.000000e+00 |      --      |    Inf 
13.49/13.59	c  13.6s| 17000 |   618 |117721 |   6.9 |7395k|  98 |  32 | 540 |4120 | 540 | 434 |  52 |7443 |3213 | 0.000000e+00 |      --      |    Inf 
13.58/13.64	c  13.6s| 17100 |   622 |118304 |   6.9 |7419k|  98 |  14 | 540 |4166 | 540 | 434 |  52 |7490 |3213 | 0.000000e+00 |      --      |    Inf 
13.58/13.69	c  13.7s| 17200 |   620 |118813 |   6.8 |7433k|  98 |  19 | 540 |4212 | 540 | 434 |  52 |7536 |3213 | 0.000000e+00 |      --      |    Inf 
13.68/13.74	c  13.7s| 17300 |   620 |119372 |   6.8 |7455k|  98 |   - | 540 |4256 | 540 | 434 |  52 |7580 |3213 | 0.000000e+00 |      --      |    Inf 
13.79/13.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.79/13.80	c  13.8s| 17400 |   622 |120013 |   6.8 |7476k|  98 |   - | 540 |4302 | 540 | 434 |  52 |7626 |3213 | 0.000000e+00 |      --      |    Inf 
13.79/13.85	c  13.9s| 17500 |   618 |120661 |   6.8 |7489k|  98 |   - | 540 |4345 | 540 | 434 |  52 |7669 |3213 | 0.000000e+00 |      --      |    Inf 
13.88/13.90	c  13.9s| 17600 |   622 |121173 |   6.8 |7510k|  98 |   - | 540 |4390 | 540 | 434 |  52 |7714 |3213 | 0.000000e+00 |      --      |    Inf 
13.88/13.96	c  14.0s| 17700 |   620 |121846 |   6.8 |7521k|  98 |   - | 540 |4424 | 540 | 434 |  52 |7748 |3213 | 0.000000e+00 |      --      |    Inf 
13.98/14.02	c  14.0s| 17800 |   618 |122498 |   6.8 |7538k|  98 |   - | 540 |4467 | 540 | 434 |  52 |7791 |3213 | 0.000000e+00 |      --      |    Inf 
13.98/14.07	c  14.1s| 17900 |   620 |123095 |   6.8 |7552k|  98 |  16 | 540 |4511 | 540 | 434 |  52 |7836 |3213 | 0.000000e+00 |      --      |    Inf 
14.08/14.12	c  14.1s| 18000 |   622 |123645 |   6.8 |7576k|  98 |  21 | 540 |4558 | 540 | 434 |  52 |7883 |3213 | 0.000000e+00 |      --      |    Inf 
14.08/14.18	c  14.2s| 18100 |   618 |124287 |   6.8 |7595k|  98 |   - | 540 |4605 | 540 | 434 |  52 |7930 |3213 | 0.000000e+00 |      --      |    Inf 
14.18/14.24	c  14.2s| 18200 |   618 |124865 |   6.8 |7614k|  98 |   - | 540 |4649 | 540 | 434 |  52 |7974 |3213 | 0.000000e+00 |      --      |    Inf 
14.18/14.29	c  14.3s| 18300 |   618 |125469 |   6.8 |7647k|  98 |   - | 540 |4721 | 540 | 434 |  52 |8046 |3213 | 0.000000e+00 |      --      |    Inf 
14.29/14.35	c  14.3s| 18400 |   620 |126239 |   6.8 |7682k|  98 |  22 | 540 |4791 | 540 | 434 |  52 |8117 |3213 | 0.000000e+00 |      --      |    Inf 
14.38/14.40	c  14.4s| 18500 |   620 |126950 |   6.8 |7703k|  98 |  12 | 540 |4831 | 540 | 434 |  52 |8157 |3213 | 0.000000e+00 |      --      |    Inf 
14.38/14.46	c  14.5s| 18600 |   618 |127529 |   6.8 |7725k|  98 |   - | 540 |4881 | 540 | 434 |  52 |8207 |3213 | 0.000000e+00 |      --      |    Inf 
14.48/14.52	c  14.5s| 18700 |   618 |128268 |   6.8 |7750k|  98 |  25 | 540 |4939 | 540 | 434 |  52 |8265 |3213 | 0.000000e+00 |      --      |    Inf 
14.48/14.58	c  14.6s| 18800 |   616 |129057 |   6.8 |7776k|  98 |   - | 540 |4995 | 540 | 434 |  52 |8321 |3213 | 0.000000e+00 |      --      |    Inf 
14.58/14.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.58/14.64	c  14.6s| 18900 |   616 |129821 |   6.8 |7794k|  98 |   - | 540 |5034 | 540 | 434 |  52 |8360 |3213 | 0.000000e+00 |      --      |    Inf 
14.68/14.70	c  14.7s| 19000 |   614 |130514 |   6.8 |7821k|  98 |   - | 540 |5095 | 540 | 434 |  52 |8430 |3213 | 0.000000e+00 |      --      |    Inf 
14.68/14.76	c  14.8s| 19100 |   614 |131159 |   6.8 |7807k|  98 |  30 | 540 |4995 | 540 | 434 |  52 |8482 |3213 | 0.000000e+00 |      --      |    Inf 
14.78/14.81	c  14.8s| 19200 |   615 |131704 |   6.8 |7828k|  98 |   - | 540 |5011 | 540 | 434 |  52 |8531 |3213 | 0.000000e+00 |      --      |    Inf 
14.78/14.86	c  14.9s| 19300 |   617 |132093 |   6.8 |7843k|  98 |  18 | 540 |5039 | 540 | 434 |  52 |8580 |3213 | 0.000000e+00 |      --      |    Inf 
14.88/14.92	c  14.9s| 19400 |   618 |132719 |   6.8 |7830k|  98 |  23 | 540 |4962 | 540 | 434 |  52 |8626 |3213 | 0.000000e+00 |      --      |    Inf 
14.88/14.97	c  15.0s| 19500 |   620 |133377 |   6.8 |7843k|  98 |   - | 540 |4975 | 540 | 434 |  52 |8671 |3213 | 0.000000e+00 |      --      |    Inf 
14.98/15.03	c  15.0s| 19600 |   620 |134085 |   6.8 |7846k|  98 |   - | 540 |4988 | 540 | 434 |  52 |8719 |3213 | 0.000000e+00 |      --      |    Inf 
14.98/15.09	c  15.1s| 19700 |   620 |134869 |   6.8 |7834k|  98 |   - | 540 |4952 | 540 | 434 |  52 |8772 |3213 | 0.000000e+00 |      --      |    Inf 
15.08/15.14	c  15.1s| 19800 |   620 |135498 |   6.8 |7828k|  98 |   - | 540 |4939 | 540 | 434 |  52 |8821 |3213 | 0.000000e+00 |      --      |    Inf 
15.18/15.21	c  15.2s| 19900 |   622 |136218 |   6.8 |7780k|  98 |  12 | 540 |4816 | 540 | 434 |  52 |8865 |3213 | 0.000000e+00 |      --      |    Inf 
15.18/15.25	c  15.3s| 20000 |   620 |136568 |   6.8 |7768k|  98 |   - | 540 |4788 | 540 | 434 |  52 |8916 |3213 | 0.000000e+00 |      --      |    Inf 
15.28/15.32	c  15.3s| 20100 |   622 |137359 |   6.8 |7697k|  98 |  26 | 540 |4598 | 540 | 434 |  52 |8963 |3214 | 0.000000e+00 |      --      |    Inf 
15.28/15.38	c  15.4s| 20200 |   622 |138104 |   6.8 |7610k|  98 |   - | 540 |4368 | 540 | 434 |  52 |9017 |3214 | 0.000000e+00 |      --      |    Inf 
15.38/15.44	c  15.4s| 20300 |   624 |138764 |   6.8 |7599k|  98 |  10 | 540 |4335 | 540 | 434 |  52 |9064 |3214 | 0.000000e+00 |      --      |    Inf 
15.38/15.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.38/15.49	c  15.5s| 20400 |   622 |139404 |   6.8 |7604k|  98 |   - | 540 |4336 | 540 | 434 |  52 |9115 |3214 | 0.000000e+00 |      --      |    Inf 
15.48/15.55	c  15.6s| 20500 |   620 |140066 |   6.8 |7598k|  98 |   - | 540 |4343 | 540 | 434 |  52 |9164 |3214 | 0.000000e+00 |      --      |    Inf 
15.57/15.61	c  15.6s| 20600 |   620 |140538 |   6.8 |7613k|  98 |  16 | 540 |4380 | 540 | 434 |  52 |9214 |3214 | 0.000000e+00 |      --      |    Inf 
15.57/15.66	c  15.7s| 20700 |   622 |141305 |   6.8 |7634k|  98 |  10 | 540 |4418 | 540 | 434 |  52 |9259 |3214 | 0.000000e+00 |      --      |    Inf 
15.68/15.72	c  15.7s| 20800 |   618 |141791 |   6.8 |7652k|  98 |   - | 540 |4467 | 540 | 434 |  52 |9311 |3214 | 0.000000e+00 |      --      |    Inf 
15.68/15.77	c  15.8s| 20900 |   616 |142338 |   6.8 |7663k|  98 |  31 | 540 |4513 | 540 | 434 |  52 |9361 |3214 | 0.000000e+00 |      --      |    Inf 
15.78/15.82	c  15.8s| 21000 |   618 |142768 |   6.7 |7683k|  98 |  24 | 540 |4556 | 540 | 434 |  52 |9410 |3214 | 0.000000e+00 |      --      |    Inf 
15.78/15.87	c  15.9s| 21100 |   620 |143338 |   6.7 |7703k|  98 |   - | 540 |4601 | 540 | 434 |  52 |9458 |3214 | 0.000000e+00 |      --      |    Inf 
15.87/15.93	c  15.9s| 21200 |   622 |144122 |   6.7 |7721k|  98 |  22 | 540 |4643 | 540 | 434 |  52 |9506 |3214 | 0.000000e+00 |      --      |    Inf 
15.87/15.99	c  16.0s| 21300 |   622 |144833 |   6.7 |7740k|  98 |  22 | 540 |4692 | 540 | 434 |  52 |9555 |3214 | 0.000000e+00 |      --      |    Inf 
15.98/16.04	c  16.0s| 21400 |   622 |145528 |   6.8 |7762k|  98 |   - | 540 |4741 | 540 | 434 |  52 |9605 |3214 | 0.000000e+00 |      --      |    Inf 
16.07/16.10	c  16.1s| 21500 |   628 |146258 |   6.8 |7784k|  98 |  26 | 540 |4783 | 540 | 434 |  52 |9648 |3214 | 0.000000e+00 |      --      |    Inf 
16.07/16.16	c  16.2s| 21600 |   627 |147082 |   6.8 |7804k|  98 |  19 | 540 |4832 | 540 | 434 |  52 |9697 |3214 | 0.000000e+00 |      --      |    Inf 
16.18/16.22	c  16.2s| 21700 |   627 |147695 |   6.8 |7823k|  98 |  24 | 540 |4878 | 540 | 434 |  52 |9744 |3214 | 0.000000e+00 |      --      |    Inf 
16.18/16.27	c  16.3s| 21800 |   623 |148308 |   6.8 |7837k|  98 |  21 | 540 |4928 | 540 | 434 |  52 |9796 |3214 | 0.000000e+00 |      --      |    Inf 
16.28/16.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.28/16.34	c  16.3s| 21900 |   621 |149168 |   6.8 |7851k|  98 |  21 | 540 |4969 | 540 | 434 |  52 |9841 |3214 | 0.000000e+00 |      --      |    Inf 
16.28/16.40	c  16.4s| 22000 |   621 |149956 |   6.8 |7873k|  98 |   - | 540 |5014 | 540 | 434 |  52 |9887 |3214 | 0.000000e+00 |      --      |    Inf 
16.38/16.45	c  16.4s| 22100 |   621 |150371 |   6.8 |7891k|  98 |  30 | 540 |5064 | 540 | 434 |  52 |9937 |3214 | 0.000000e+00 |      --      |    Inf 
16.38/16.50	c  16.5s| 22200 |   625 |150884 |   6.7 |7915k|  98 |   8 | 540 |5111 | 540 | 434 |  52 |9984 |3214 | 0.000000e+00 |      --      |    Inf 
16.49/16.56	c  16.6s| 22300 |   621 |151814 |   6.8 |7928k|  98 |   - | 540 |5142 | 540 | 434 |  52 |  10k|3214 | 0.000000e+00 |      --      |    Inf 
16.58/16.63	c  16.6s| 22400 |   618 |152788 |   6.8 |7944k|  98 |   - | 540 |5175 | 540 | 434 |  52 |  10k|3214 | 0.000000e+00 |      --      |    Inf 
16.67/16.70	c  16.7s| 22500 |   618 |153716 |   6.8 |7943k|  98 |   - | 540 |5103 | 540 | 434 |  52 |  10k|3215 | 0.000000e+00 |      --      |    Inf 
16.67/16.75	c  16.8s| 22600 |   618 |154185 |   6.8 |7922k|  98 |   - | 540 |5031 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
16.78/16.81	c  16.8s| 22700 |   616 |154819 |   6.8 |7880k|  98 |  12 | 540 |4948 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
16.78/16.87	c  16.9s| 22800 |   616 |155714 |   6.8 |7865k|  98 |   - | 540 |4896 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
16.88/16.93	c  16.9s| 22900 |   618 |156630 |   6.8 |7844k|  98 |   - | 540 |4840 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
16.98/17.00	c  17.0s| 23000 |   618 |157584 |   6.8 |7847k|  98 |  17 | 540 |4847 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
16.98/17.06	c  17.1s| 23100 |   618 |158237 |   6.8 |7801k|  98 |  21 | 540 |4726 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.08/17.11	c  17.1s| 23200 |   618 |158819 |   6.8 |7731k|  98 |  22 | 540 |4524 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.08/17.17	c  17.2s| 23300 |   620 |159450 |   6.8 |7633k|  98 |   6 | 540 |4247 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.18/17.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.18/17.22	c  17.2s| 23400 |   618 |160163 |   6.8 |7583k|  98 |  25 | 540 |4123 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.18/17.28	c  17.3s| 23500 |   622 |160887 |   6.8 |7564k|  98 |  24 | 540 |4060 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.28/17.33	c  17.3s| 23600 |   622 |161496 |   6.8 |7562k|  98 |   - | 540 |4041 | 540 | 434 |  52 |  10k|3218 | 0.000000e+00 |      --      |    Inf 
17.28/17.39	c  17.4s| 23700 |   622 |162067 |   6.8 |7556k|  98 |   - | 540 |4025 | 540 | 434 |  52 |  10k|3219 | 0.000000e+00 |      --      |    Inf 
17.38/17.44	c  17.4s| 23800 |   622 |162670 |   6.8 |7557k|  98 |   6 | 540 |4026 | 540 | 434 |  52 |  10k|3219 | 0.000000e+00 |      --      |    Inf 
17.38/17.50	c  17.5s| 23900 |   620 |163338 |   6.8 |7549k|  98 |  16 | 540 |4012 | 540 | 434 |  52 |  10k|3219 | 0.000000e+00 |      --      |    Inf 
17.48/17.56	c  17.6s| 24000 |   618 |164079 |   6.8 |7556k|  98 |   - | 540 |4031 | 540 | 434 |  52 |  10k|3221 | 0.000000e+00 |      --      |    Inf 
17.58/17.61	c  17.6s| 24100 |   620 |164735 |   6.8 |7563k|  98 |  14 | 540 |4045 | 540 | 434 |  52 |  10k|3224 | 0.000000e+00 |      --      |    Inf 
17.58/17.67	c  17.7s| 24200 |   618 |165501 |   6.8 |7571k|  98 |  14 | 540 |4071 | 540 | 434 |  52 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
17.68/17.73	c  17.7s| 24300 |   618 |166180 |   6.8 |7573k|  98 |  14 | 540 |4087 | 540 | 434 |  52 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
17.68/17.78	c  17.8s| 24400 |   620 |166786 |   6.8 |7584k|  98 |  14 | 540 |4112 | 540 | 434 |  52 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
17.78/17.83	c  17.8s| 24500 |   620 |167330 |   6.8 |7588k|  98 |  10 | 540 |4125 | 540 | 434 |  52 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
17.78/17.88	c  17.9s| 24600 |   620 |167744 |   6.8 |7598k|  98 |  14 | 540 |4147 | 540 | 434 |  52 |  10k|3225 | 0.000000e+00 |      --      |    Inf 
17.88/17.93	c  17.9s| 24700 |   618 |168314 |   6.8 |7597k|  98 |   - | 540 |4148 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
17.88/17.98	c  18.0s| 24800 |   620 |169015 |   6.8 |7605k|  98 |   9 | 540 |4168 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
17.98/18.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.98/18.04	c  18.0s| 24900 |   622 |169713 |   6.8 |7612k|  98 |  14 | 540 |4174 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.08/18.10	c  18.1s| 25000 |   622 |170454 |   6.8 |7622k|  98 |   - | 540 |4193 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.08/18.15	c  18.2s| 25100 |   622 |171111 |   6.8 |7635k|  98 |   - | 540 |4220 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.17/18.21	c  18.2s| 25200 |   622 |171758 |   6.8 |7647k|  98 |   - | 540 |4254 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.17/18.26	c  18.3s| 25300 |   622 |172428 |   6.8 |7662k|  98 |  12 | 540 |4292 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.28/18.32	c  18.3s| 25400 |   620 |173120 |   6.8 |7668k|  98 |   - | 540 |4309 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.28/18.38	c  18.4s| 25500 |   622 |173766 |   6.8 |7687k|  98 |   - | 540 |4351 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.38/18.43	c  18.4s| 25600 |   622 |174431 |   6.8 |7703k|  98 |   - | 540 |4393 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.38/18.49	c  18.5s| 25700 |   620 |175115 |   6.8 |7717k|  98 |  21 | 540 |4439 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.47/18.55	c  18.6s| 25800 |   616 |175743 |   6.8 |7730k|  98 |   - | 540 |4481 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.59/18.61	c  18.6s| 25900 |   620 |176414 |   6.8 |7732k|  98 |   - | 540 |4483 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.59/18.66	c  18.7s| 26000 |   622 |177012 |   6.8 |7742k|  98 |  18 | 540 |4505 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.68/18.72	c  18.7s| 26100 |   622 |177559 |   6.8 |7760k|  98 |  18 | 540 |4546 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.68/18.77	c  18.8s| 26200 |   624 |178242 |   6.8 |7778k|  98 |  10 | 540 |4583 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.78/18.83	c  18.8s| 26300 |   622 |178878 |   6.8 |7793k|  98 |  18 | 540 |4625 | 540 | 434 |  52 |  11k|3225 | 0.000000e+00 |      --      |    Inf 
18.78/18.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.78/18.88	c  18.9s| 26400 |   624 |179509 |   6.8 |7817k|  98 |  16 | 540 |4679 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
18.87/18.94	c  18.9s| 26500 |   625 |180130 |   6.8 |7842k|  98 |   - | 540 |4732 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
18.87/18.99	c  19.0s| 26600 |   623 |180650 |   6.8 |7855k|  98 |  23 | 540 |4765 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
18.98/19.04	c  19.0s| 26700 |   623 |181026 |   6.7 |7875k|  98 |   - | 540 |4815 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
18.98/19.09	c  19.1s| 26800 |   625 |181503 |   6.7 |7897k|  98 |   - | 540 |4860 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
19.07/19.14	c  19.1s| 26900 |   625 |182038 |   6.7 |7914k|  98 |   - | 540 |4900 | 540 | 434 |  52 |  11k|3226 | 0.000000e+00 |      --      |    Inf 
19.07/19.19	c  19.2s| 27000 |   625 |182661 |   6.7 |7929k|  98 |  26 | 540 |4944 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.18/19.25	c  19.3s| 27100 |   627 |183359 |   6.7 |7950k|  98 |  17 | 540 |4984 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.28/19.30	c  19.3s| 27200 |   627 |183932 |   6.7 |7975k|  98 |  30 | 540 |5037 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.28/19.35	c  19.4s| 27300 |   623 |184510 |   6.7 |7995k|  98 |   - | 540 |5082 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.38/19.41	c  19.4s| 27400 |   623 |185093 |   6.7 |8010k|  98 |   - | 540 |5127 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.38/19.46	c  19.5s| 27500 |   623 |185453 |   6.7 |8026k|  98 |  29 | 540 |5173 | 540 | 434 |  52 |  12k|3226 | 0.000000e+00 |      --      |    Inf 
19.48/19.50	c  19.5s| 27600 |   625 |185907 |   6.7 |8048k|  98 |  14 | 540 |5217 | 540 | 434 |  52 |  12k|3227 | 0.000000e+00 |      --      |    Inf 
19.48/19.56	c  19.6s| 27700 |   621 |186385 |   6.7 |8070k|  98 |   - | 540 |5274 | 540 | 434 |  52 |  12k|3227 | 0.000000e+00 |      --      |    Inf 
19.58/19.61	c  19.6s| 27800 |   623 |187015 |   6.7 |8095k|  98 |   - | 540 |5329 | 540 | 434 |  52 |  12k|3230 | 0.000000e+00 |      --      |    Inf 
19.58/19.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.58/19.67	c  19.7s| 27900 |   621 |187546 |   6.7 |8116k|  98 |  24 | 540 |5392 | 540 | 434 |  52 |  12k|3230 | 0.000000e+00 |      --      |    Inf 
19.68/19.72	c  19.7s| 28000 |   619 |188186 |   6.7 |8161k|  98 |  18 | 540 |5507 | 540 | 434 |  52 |  12k|3230 | 0.000000e+00 |      --      |    Inf 
19.68/19.78	c  19.8s| 28100 |   619 |188913 |   6.7 |8185k|  98 |   - | 540 |5549 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
19.79/19.84	c  19.8s| 28200 |   619 |189478 |   6.7 |8205k|  98 |   - | 540 |5601 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
19.79/19.89	c  19.9s| 28300 |   619 |190026 |   6.7 |8224k|  98 |  33 | 540 |5650 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
19.88/19.95	c  20.0s| 28400 |   623 |190780 |   6.7 |8247k|  98 |   - | 540 |5692 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
19.97/20.01	c  20.0s| 28500 |   619 |191468 |   6.7 |8244k|  98 |   - | 540 |5706 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
19.97/20.07	c  20.1s| 28600 |   621 |192023 |   6.7 |8237k|  98 |   8 | 540 |5682 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
20.08/20.13	c  20.1s| 28700 |   619 |192754 |   6.7 |8251k|  98 |  12 | 540 |5720 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
20.08/20.18	c  20.2s| 28800 |   619 |193368 |   6.7 |8271k|  98 |   - | 540 |5760 | 540 | 434 |  52 |  12k|3231 | 0.000000e+00 |      --      |    Inf 
20.18/20.24	c  20.2s| 28900 |   621 |194093 |   6.7 |8294k|  98 |   - | 540 |5809 | 540 | 434 |  52 |  13k|3231 | 0.000000e+00 |      --      |    Inf 
20.28/20.30	c  20.3s| 29000 |   619 |194779 |   6.7 |8316k|  98 |   - | 540 |5860 | 540 | 434 |  52 |  13k|3231 | 0.000000e+00 |      --      |    Inf 
20.28/20.37	c  20.4s| 29100 |   617 |195559 |   6.7 |8330k|  98 |  25 | 540 |5905 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.38/20.43	c  20.4s| 29200 |   617 |196142 |   6.7 |8323k|  98 |  12 | 540 |5861 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.38/20.48	c  20.5s| 29300 |   617 |196692 |   6.7 |8287k|  98 |  14 | 540 |5711 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.48/20.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.48/20.54	c  20.5s| 29400 |   617 |197285 |   6.7 |8256k|  98 |  21 | 540 |5620 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.48/20.59	c  20.6s| 29500 |   617 |197965 |   6.7 |8259k|  98 |   - | 540 |5618 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.58/20.65	c  20.7s| 29600 |   621 |198587 |   6.7 |8214k|  98 |  27 | 540 |5481 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.68/20.71	c  20.7s| 29700 |   621 |199231 |   6.7 |8114k|  98 |   - | 540 |5188 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.68/20.77	c  20.8s| 29800 |   621 |199869 |   6.7 |8033k|  98 |   - | 540 |4942 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.78/20.82	c  20.8s| 29900 |   621 |200365 |   6.7 |7947k|  98 |  13 | 540 |4728 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.78/20.88	c  20.9s| 30000 |   623 |201022 |   6.7 |7861k|  98 |   - | 540 |4495 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.88/20.94	c  20.9s| 30100 |   623 |201865 |   6.7 |7793k|  98 |   - | 540 |4327 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.98/21.00	c  21.0s| 30200 |   623 |202771 |   6.7 |7752k|  98 |  18 | 540 |4237 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
20.98/21.06	c  21.1s| 30300 |   623 |203478 |   6.7 |7699k|  98 |   8 | 540 |4106 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.08/21.12	c  21.1s| 30400 |   621 |204290 |   6.7 |7689k|  98 |   - | 540 |4077 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.08/21.18	c  21.2s| 30500 |   621 |205117 |   6.7 |7683k|  98 |   - | 540 |4069 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.17/21.23	c  21.2s| 30600 |   621 |205813 |   6.7 |7685k|  98 |   6 | 540 |4079 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.17/21.29	c  21.3s| 30700 |   621 |206414 |   6.7 |7657k|  98 |   - | 540 |4006 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.27/21.34	c  21.3s| 30800 |   621 |207115 |   6.7 |7660k|  98 |  18 | 540 |4024 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.38/21.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.38/21.40	c  21.4s| 30900 |   621 |207859 |   6.7 |7644k|  98 |   - | 540 |3976 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.38/21.46	c  21.5s| 31000 |   619 |208516 |   6.7 |7645k|  98 |   - | 540 |3989 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.47/21.52	c  21.5s| 31100 |   619 |209150 |   6.7 |7658k|  98 |   - | 540 |4029 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.47/21.57	c  21.6s| 31200 |   617 |209859 |   6.7 |7653k|  98 |  28 | 540 |4022 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.58/21.62	c  21.6s| 31300 |   619 |210429 |   6.7 |7663k|  98 |  28 | 540 |4035 | 540 | 434 |  52 |  13k|3234 | 0.000000e+00 |      --      |    Inf 
21.58/21.68	c  21.7s| 31400 |   616 |211054 |   6.7 |7671k|  98 |  33 | 540 |4073 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.67/21.74	c  21.7s| 31500 |   618 |211954 |   6.7 |7666k|  98 |  14 | 540 |4050 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.77/21.80	c  21.8s| 31600 |   618 |212538 |   6.7 |7669k|  98 |   - | 540 |4055 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.77/21.85	c  21.9s| 31700 |   618 |213206 |   6.7 |7648k|  98 |   - | 540 |4007 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.88/21.91	c  21.9s| 31800 |   616 |213847 |   6.7 |7615k|  98 |   - | 540 |3935 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.88/21.96	c  22.0s| 31900 |   618 |214497 |   6.7 |7572k|  98 |   - | 540 |3817 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.98/22.02	c  22.0s| 32000 |   616 |215219 |   6.7 |7582k|  98 |   - | 540 |3847 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
21.98/22.07	c  22.1s| 32100 |   618 |215921 |   6.7 |7596k|  98 |  10 | 540 |3881 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.08/22.14	c  22.1s| 32200 |   616 |216791 |   6.7 |7605k|  98 |   - | 540 |3914 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.18/22.20	c  22.2s| 32300 |   616 |217598 |   6.7 |7617k|  98 |  20 | 540 |3949 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.18/22.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.18/22.26	c  22.3s| 32400 |   618 |218386 |   6.7 |7617k|  98 |   - | 540 |3941 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.28/22.32	c  22.3s| 32500 |   618 |219160 |   6.7 |7602k|  98 |   6 | 540 |3918 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.28/22.37	c  22.4s| 32600 |   616 |219804 |   6.7 |7607k|  98 |   - | 540 |3928 | 540 | 434 |  52 |  14k|3234 | 0.000000e+00 |      --      |    Inf 
22.38/22.44	c  22.4s| 32700 |   618 |220547 |   6.7 |7571k|  98 |  19 | 540 |3808 | 540 | 434 |  52 |  14k|3235 | 0.000000e+00 |      --      |    Inf 
22.38/22.49	c  22.5s| 32800 |   620 |221292 |   6.7 |7559k|  98 |  11 | 540 |3777 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.48/22.55	c  22.6s| 32900 |   618 |222129 |   6.7 |7577k|  98 |   - | 540 |3809 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.57/22.61	c  22.6s| 33000 |   619 |222840 |   6.7 |7596k|  98 |   - | 540 |3849 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.57/22.67	c  22.7s| 33100 |   617 |223783 |   6.7 |7613k|  98 |   - | 540 |3894 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.68/22.72	c  22.7s| 33200 |   619 |224383 |   6.7 |7635k|  98 |  10 | 540 |3940 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.68/22.78	c  22.8s| 33300 |   617 |225254 |   6.7 |7654k|  98 |   - | 540 |3989 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.77/22.84	c  22.8s| 33400 |   617 |226006 |   6.7 |7673k|  98 |  32 | 540 |4037 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.88/22.90	c  22.9s| 33500 |   619 |226822 |   6.7 |7692k|  98 |  19 | 540 |4073 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.88/22.96	c  23.0s| 33600 |   618 |227635 |   6.7 |7701k|  98 |  35 | 540 |4099 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.98/23.02	c  23.0s| 33700 |   620 |228541 |   6.7 |7717k|  98 |  20 | 540 |4124 | 540 | 434 |  52 |  14k|3237 | 0.000000e+00 |      --      |    Inf 
22.98/23.07	c  23.1s| 33800 |   616 |229264 |   6.8 |7735k|  98 |   - | 540 |4175 | 540 | 434 |  52 |  15k|3237 | 0.000000e+00 |      --      |    Inf 
23.09/23.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.09/23.14	c  23.1s| 33900 |   616 |230431 |   6.8 |7749k|  98 |   - | 540 |4207 | 540 | 434 |  52 |  15k|3237 | 0.000000e+00 |      --      |    Inf 
23.09/23.20	c  23.2s| 34000 |   614 |231043 |   6.8 |7767k|  98 |   - | 540 |4253 | 540 | 434 |  52 |  15k|3237 | 0.000000e+00 |      --      |    Inf 
23.18/23.25	c  23.3s| 34100 |   614 |231860 |   6.8 |7752k|  98 |   - | 540 |4219 | 540 | 434 |  52 |  15k|3237 | 0.000000e+00 |      --      |    Inf 
23.27/23.31	c  23.3s| 34200 |   615 |232488 |   6.8 |7735k|  98 |   - | 540 |4164 | 540 | 434 |  52 |  15k|3238 | 0.000000e+00 |      --      |    Inf 
23.27/23.38	c  23.4s| 34300 |   615 |233450 |   6.8 |7708k|  98 |  12 | 540 |4081 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.38/23.44	c  23.4s| 34400 |   617 |234189 |   6.8 |7709k|  98 |  20 | 540 |4061 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.38/23.49	c  23.5s| 34500 |   615 |234773 |   6.8 |7677k|  98 |   - | 540 |3977 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.48/23.55	c  23.5s| 34600 |   613 |235578 |   6.8 |7692k|  98 |   - | 540 |4027 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.58/23.60	c  23.6s| 34700 |   615 |236043 |   6.8 |7703k|  98 |   - | 540 |4033 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.58/23.65	c  23.7s| 34800 |   615 |236575 |   6.8 |7710k|  98 |  24 | 540 |4050 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.68/23.71	c  23.7s| 34900 |   612 |237582 |   6.8 |7660k|  98 |   - | 540 |4024 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.68/23.78	c  23.8s| 35000 |   614 |238619 |   6.8 |7634k|  98 |  12 | 540 |3967 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.78/23.84	c  23.8s| 35100 |   614 |239331 |   6.8 |7566k|  98 |   - | 540 |3766 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.87/23.90	c  23.9s| 35200 |   616 |240095 |   6.8 |7478k|  98 |  22 | 540 |3546 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.87/23.96	c  24.0s| 35300 |   616 |241073 |   6.8 |7456k|  98 |   - | 540 |3481 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.98/24.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.98/24.02	c  24.0s| 35400 |   618 |241970 |   6.8 |7447k|  98 |  10 | 540 |3456 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
23.98/24.08	c  24.1s| 35500 |   617 |242844 |   6.8 |7434k|  98 |   - | 540 |3417 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.08/24.14	c  24.1s| 35600 |   617 |243560 |   6.8 |7432k|  98 |  12 | 540 |3419 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.08/24.20	c  24.2s| 35700 |   616 |244434 |   6.8 |7446k|  98 |   - | 540 |3448 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.18/24.26	c  24.3s| 35800 |   616 |245297 |   6.8 |7462k|  98 |  21 | 540 |3497 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.28/24.32	c  24.3s| 35900 |   617 |246377 |   6.8 |7471k|  98 |  18 | 540 |3513 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.28/24.38	c  24.4s| 36000 |   615 |247333 |   6.8 |7484k|  98 |   - | 540 |3542 | 540 | 434 |  52 |  15k|3242 | 0.000000e+00 |      --      |    Inf 
24.38/24.43	c  24.4s| 36100 |   617 |248109 |   6.8 |7505k|  98 |  12 | 540 |3588 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.38/24.49	c  24.5s| 36200 |   615 |248889 |   6.8 |7528k|  98 |   - | 540 |3638 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.48/24.55	c  24.6s| 36300 |   623 |249693 |   6.8 |7538k|  98 |  13 | 540 |3651 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.57/24.61	c  24.6s| 36400 |   621 |250459 |   6.9 |7525k|  98 |  11 | 540 |3622 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.57/24.67	c  24.7s| 36500 |   621 |251314 |   6.9 |7532k|  98 |   - | 540 |3636 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.68/24.72	c  24.7s| 36600 |   619 |251880 |   6.9 |7552k|  98 |   - | 540 |3679 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.68/24.78	c  24.8s| 36700 |   623 |252717 |   6.9 |7566k|  98 |   - | 540 |3710 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.78/24.84	c  24.8s| 36800 |   623 |253392 |   6.9 |7586k|  98 |   - | 540 |3757 | 540 | 434 |  52 |  16k|3242 | 0.000000e+00 |      --      |    Inf 
24.88/24.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.88/24.91	c  24.9s| 36900 |   621 |254253 |   6.9 |7592k|  98 |  30 | 540 |3793 | 540 | 434 |  52 |  16k|3253 | 0.000000e+00 |      --      |    Inf 
24.88/24.98	c  25.0s| 37000 |   625 |255034 |   6.9 |7618k|  98 |  21 | 540 |3840 | 540 | 434 |  52 |  16k|3273 | 0.000000e+00 |      --      |    Inf 
24.98/25.05	c  25.0s| 37100 |   625 |255788 |   6.9 |7635k|  98 |   - | 540 |3876 | 540 | 434 |  52 |  16k|3282 | 0.000000e+00 |      --      |    Inf 
25.07/25.10	c  25.1s| 37200 |   625 |256491 |   6.9 |7650k|  98 |   - | 540 |3906 | 540 | 434 |  52 |  16k|3285 | 0.000000e+00 |      --      |    Inf 
25.07/25.16	c  25.2s| 37300 |   625 |257187 |   6.9 |7665k|  98 |   - | 540 |3950 | 540 | 434 |  52 |  16k|3287 | 0.000000e+00 |      --      |    Inf 
25.18/25.21	c  25.2s| 37400 |   627 |257769 |   6.9 |7684k|  98 |  16 | 540 |3994 | 540 | 434 |  52 |  16k|3289 | 0.000000e+00 |      --      |    Inf 
25.18/25.27	c  25.3s| 37500 |   627 |258297 |   6.9 |7706k|  98 |   - | 540 |4041 | 540 | 434 |  52 |  16k|3289 | 0.000000e+00 |      --      |    Inf 
25.28/25.32	c  25.3s| 37600 |   630 |259015 |   6.9 |7721k|  98 |  12 | 540 |4072 | 540 | 434 |  52 |  16k|3293 | 0.000000e+00 |      --      |    Inf 
25.28/25.38	c  25.4s| 37700 |   630 |259724 |   6.9 |7741k|  98 |   - | 540 |4118 | 540 | 434 |  52 |  16k|3294 | 0.000000e+00 |      --      |    Inf 
25.38/25.44	c  25.4s| 37800 |   630 |260412 |   6.9 |7787k|  98 |   - | 540 |4222 | 540 | 434 |  52 |  16k|3295 | 0.000000e+00 |      --      |    Inf 
25.38/25.49	c  25.5s| 37900 |   630 |261014 |   6.9 |7843k|  98 |   - | 540 |4343 | 540 | 434 |  52 |  16k|3295 | 0.000000e+00 |      --      |    Inf 
25.48/25.55	c  25.5s| 38000 |   631 |261588 |   6.9 |7891k|  98 |   - | 540 |4455 | 540 | 434 |  52 |  17k|3295 | 0.000000e+00 |      --      |    Inf 
25.58/25.60	c  25.6s| 38100 |   630 |262270 |   6.9 |7906k|  98 |   - | 540 |4499 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.58/25.66	c  25.7s| 38200 |   629 |262945 |   6.9 |7923k|  98 |   - | 540 |4539 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.68/25.71	c  25.7s| 38300 |   630 |263609 |   6.9 |7937k|  98 |   - | 540 |4574 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.68/25.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.68/25.77	c  25.8s| 38400 |   630 |264463 |   6.9 |7954k|  98 |   - | 540 |4619 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.78/25.83	c  25.8s| 38500 |   630 |265203 |   6.9 |7968k|  98 |  24 | 540 |4659 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.78/25.89	c  25.9s| 38600 |   627 |265954 |   6.9 |7957k|  98 |  18 | 540 |4644 | 540 | 434 |  52 |  17k|3296 | 0.000000e+00 |      --      |    Inf 
25.88/25.95	c  26.0s| 38700 |   625 |266657 |   6.9 |7968k|  98 |   - | 540 |4677 | 540 | 434 |  52 |  17k|3297 | 0.000000e+00 |      --      |    Inf 
25.97/26.00	c  26.0s| 38800 |   625 |267241 |   6.9 |8011k|  98 |  29 | 540 |4780 | 540 | 434 |  52 |  17k|3297 | 0.000000e+00 |      --      |    Inf 
25.97/26.07	c  26.1s| 38900 |   620 |268026 |   6.9 |8023k|  98 |   - | 540 |4810 | 540 | 434 |  52 |  17k|3298 | 0.000000e+00 |      --      |    Inf 
26.08/26.12	c  26.1s| 39000 |   620 |268581 |   6.9 |8018k|  98 |  14 | 540 |4808 | 540 | 434 |  52 |  17k|3298 | 0.000000e+00 |      --      |    Inf 
26.08/26.19	c  26.2s| 39100 |   618 |269160 |   6.9 |8019k|  98 |  14 | 540 |4796 | 540 | 434 |  52 |  17k|3317 | 0.000000e+00 |      --      |    Inf 
26.18/26.25	c  26.2s| 39200 |   614 |269978 |   6.9 |8022k|  98 |   - | 540 |4808 | 540 | 434 |  52 |  17k|3317 | 0.000000e+00 |      --      |    Inf 
26.18/26.30	c  26.3s| 39300 |   616 |270556 |   6.9 |8038k|  98 |   - | 540 |4845 | 540 | 434 |  52 |  17k|3317 | 0.000000e+00 |      --      |    Inf 
26.28/26.36	c  26.4s| 39400 |   614 |271432 |   6.9 |8049k|  98 |  25 | 540 |4883 | 540 | 434 |  52 |  17k|3317 | 0.000000e+00 |      --      |    Inf 
26.39/26.42	c  26.4s| 39500 |   612 |272236 |   6.9 |8059k|  98 |  17 | 540 |4923 | 540 | 434 |  52 |  17k|3323 | 0.000000e+00 |      --      |    Inf 
26.39/26.49	c  26.5s| 39600 |   612 |272925 |   6.9 |8027k|  98 |  21 | 540 |4838 | 540 | 434 |  52 |  17k|3326 | 0.000000e+00 |      --      |    Inf 
26.48/26.56	c  26.6s| 39700 |   612 |273704 |   6.9 |7923k|  98 |  32 | 540 |4573 | 540 | 434 |  52 |  17k|3335 | 0.000000e+00 |      --      |    Inf 
26.57/26.63	c  26.6s| 39800 |   618 |274369 |   6.9 |7744k|  98 |  10 | 540 |4100 | 540 | 434 |  52 |  17k|3340 | 0.000000e+00 |      --      |    Inf 
26.57/26.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.57/26.69	c  26.7s| 39900 |   612 |275075 |   6.9 |7701k|  98 |  25 | 540 |3987 | 540 | 434 |  52 |  18k|3343 | 0.000000e+00 |      --      |    Inf 
26.68/26.74	c  26.7s| 40000 |   618 |275580 |   6.9 |7722k|  98 |  10 | 540 |4023 | 540 | 434 |  52 |  18k|3344 | 0.000000e+00 |      --      |    Inf 
26.68/26.79	c  26.8s| 40100 |   618 |276089 |   6.9 |7760k|  98 |   - | 540 |4104 | 540 | 434 |  52 |  18k|3346 | 0.000000e+00 |      --      |    Inf 
26.78/26.85	c  26.9s| 40200 |   618 |276638 |   6.9 |7784k|  98 |   - | 540 |4152 | 540 | 434 |  52 |  18k|3357 | 0.000000e+00 |      --      |    Inf 
26.88/26.92	c  26.9s| 40300 |   614 |277249 |   6.9 |7799k|  98 |   - | 540 |4202 | 540 | 434 |  52 |  18k|3366 | 0.000000e+00 |      --      |    Inf 
26.88/26.99	c  27.0s| 40400 |   618 |278075 |   6.9 |7809k|  98 |  14 | 540 |4224 | 540 | 434 |  52 |  18k|3387 | 0.000000e+00 |      --      |    Inf 
26.98/27.05	c  27.1s| 40500 |   622 |278657 |   6.9 |7833k|  98 |   - | 540 |4265 | 540 | 434 |  52 |  18k|3401 | 0.000000e+00 |      --      |    Inf 
27.08/27.12	c  27.1s| 40600 |   619 |279126 |   6.8 |7847k|  98 |  10 | 540 |4312 | 540 | 434 |  52 |  18k|3415 | 0.000000e+00 |      --      |    Inf 
27.08/27.18	c  27.2s| 40700 |   624 |279683 |   6.8 |7873k|  98 |  15 | 540 |4364 | 540 | 434 |  52 |  18k|3424 | 0.000000e+00 |      --      |    Inf 
27.18/27.24	c  27.2s| 40800 |   626 |280480 |   6.8 |7893k|  98 |  12 | 540 |4409 | 540 | 434 |  52 |  18k|3427 | 0.000000e+00 |      --      |    Inf 
27.28/27.30	c  27.3s| 40900 |   624 |281462 |   6.9 |7912k|  98 |   - | 540 |4457 | 540 | 434 |  52 |  18k|3427 | 0.000000e+00 |      --      |    Inf 
27.28/27.36	c  27.4s| 41000 |   626 |282386 |   6.9 |7932k|  98 |  12 | 540 |4502 | 540 | 434 |  52 |  18k|3427 | 0.000000e+00 |      --      |    Inf 
27.38/27.42	c  27.4s| 41100 |   624 |283309 |   6.9 |7944k|  98 |   - | 540 |4535 | 540 | 434 |  52 |  18k|3429 | 0.000000e+00 |      --      |    Inf 
27.38/27.48	c  27.5s| 41200 |   628 |284303 |   6.9 |7964k|  98 |  10 | 540 |4573 | 540 | 434 |  52 |  18k|3430 | 0.000000e+00 |      --      |    Inf 
27.48/27.55	c  27.5s| 41300 |   624 |285315 |   6.9 |7974k|  98 |  25 | 540 |4612 | 540 | 434 |  52 |  18k|3430 | 0.000000e+00 |      --      |    Inf 
27.57/27.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.57/27.61	c  27.6s| 41400 |   622 |286279 |   6.9 |7988k|  98 |  14 | 540 |4650 | 540 | 434 |  52 |  18k|3430 | 0.000000e+00 |      --      |    Inf 
27.57/27.67	c  27.7s| 41500 |   618 |287258 |   6.9 |7992k|  98 |  12 | 540 |4678 | 540 | 434 |  52 |  18k|3431 | 0.000000e+00 |      --      |    Inf 
27.68/27.74	c  27.7s| 41600 |   614 |288211 |   6.9 |7994k|  98 |   - | 540 |4691 | 540 | 434 |  52 |  18k|3432 | 0.000000e+00 |      --      |    Inf 
27.77/27.80	c  27.8s| 41700 |   614 |289035 |   6.9 |7977k|  98 |  10 | 540 |4663 | 540 | 434 |  52 |  18k|3434 | 0.000000e+00 |      --      |    Inf 
27.77/27.86	c  27.9s| 41800 |   616 |289805 |   6.9 |7980k|  98 |   - | 540 |4668 | 540 | 434 |  52 |  18k|3435 | 0.000000e+00 |      --      |    Inf 
27.88/27.92	c  27.9s| 41900 |   614 |290463 |   6.9 |7987k|  98 |   - | 540 |4676 | 540 | 434 |  52 |  18k|3438 | 0.000000e+00 |      --      |    Inf 
27.88/27.98	c  28.0s| 42000 |   615 |291142 |   6.9 |7995k|  98 |   - | 540 |4690 | 540 | 434 |  52 |  19k|3438 | 0.000000e+00 |      --      |    Inf 
27.97/28.03	c  28.0s| 42100 |   621 |291664 |   6.9 |8017k|  98 |  14 | 540 |4717 | 540 | 434 |  52 |  19k|3440 | 0.000000e+00 |      --      |    Inf 
27.97/28.08	c  28.1s| 42200 |   618 |292195 |   6.9 |8034k|  98 |   - | 540 |4765 | 540 | 434 |  52 |  19k|3440 | 0.000000e+00 |      --      |    Inf 
28.08/28.14	c  28.1s| 42300 |   622 |292810 |   6.9 |8058k|  98 |  12 | 540 |4810 | 540 | 434 |  52 |  19k|3446 | 0.000000e+00 |      --      |    Inf 
28.08/28.19	c  28.2s| 42400 |   623 |293206 |   6.9 |8084k|  98 |  18 | 540 |4860 | 540 | 434 |  52 |  19k|3446 | 0.000000e+00 |      --      |    Inf 
28.17/28.25	c  28.2s| 42500 |   619 |293562 |   6.9 |8105k|  98 |   - | 540 |4912 | 540 | 434 |  52 |  19k|3450 | 0.000000e+00 |      --      |    Inf 
28.28/28.30	c  28.3s| 42600 |   619 |294169 |   6.9 |8129k|  98 |   - | 540 |4958 | 540 | 434 |  52 |  19k|3450 | 0.000000e+00 |      --      |    Inf 
28.28/28.36	c  28.4s| 42700 |   621 |294774 |   6.9 |8151k|  98 |   6 | 540 |5004 | 540 | 434 |  52 |  19k|3450 | 0.000000e+00 |      --      |    Inf 
28.38/28.42	c  28.4s| 42800 |   623 |295395 |   6.9 |8175k|  98 |   - | 540 |5042 | 540 | 434 |  52 |  19k|3450 | 0.000000e+00 |      --      |    Inf 
28.38/28.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.38/28.47	c  28.5s| 42900 |   622 |295924 |   6.9 |8194k|  98 |   - | 540 |5093 | 540 | 434 |  52 |  19k|3450 | 0.000000e+00 |      --      |    Inf 
28.48/28.53	c  28.5s| 43000 |   622 |296763 |   6.9 |8216k|  98 |   - | 540 |5142 | 540 | 434 |  52 |  19k|3451 | 0.000000e+00 |      --      |    Inf 
28.48/28.60	c  28.6s| 43100 |   624 |297567 |   6.9 |8234k|  98 |   8 | 540 |5189 | 540 | 434 |  52 |  19k|3451 | 0.000000e+00 |      --      |    Inf 
28.58/28.66	c  28.7s| 43200 |   622 |298421 |   6.9 |8255k|  98 |  17 | 540 |5236 | 540 | 434 |  52 |  19k|3451 | 0.000000e+00 |      --      |    Inf 
28.67/28.72	c  28.7s| 43300 |   621 |299172 |   6.9 |8268k|  98 |   - | 540 |5268 | 540 | 434 |  52 |  19k|3451 | 0.000000e+00 |      --      |    Inf 
28.67/28.79	c  28.8s| 43400 |   621 |299910 |   6.9 |8274k|  98 |   - | 540 |5280 | 540 | 434 |  52 |  19k|3473 | 0.000000e+00 |      --      |    Inf 
28.78/28.85	c  28.9s| 43500 |   621 |300734 |   6.9 |8286k|  98 |   - | 540 |5304 | 540 | 434 |  52 |  19k|3485 | 0.000000e+00 |      --      |    Inf 
28.87/28.92	c  28.9s| 43600 |   621 |301496 |   6.9 |8301k|  98 |  19 | 540 |5339 | 540 | 434 |  52 |  19k|3502 | 0.000000e+00 |      --      |    Inf 
28.87/28.99	c  29.0s| 43700 |   621 |302153 |   6.9 |8314k|  98 |   6 | 540 |5375 | 540 | 434 |  52 |  19k|3507 | 0.000000e+00 |      --      |    Inf 
28.98/29.05	c  29.1s| 43800 |   620 |302634 |   6.9 |8323k|  98 |  18 | 540 |5392 | 540 | 434 |  52 |  19k|3518 | 0.000000e+00 |      --      |    Inf 
29.08/29.10	c  29.1s| 43900 |   621 |303004 |   6.9 |8335k|  98 |   - | 540 |5414 | 540 | 434 |  52 |  19k|3522 | 0.000000e+00 |      --      |    Inf 
29.08/29.15	c  29.2s| 44000 |   620 |303396 |   6.9 |8347k|  98 |  27 | 540 |5462 | 540 | 434 |  52 |  19k|3524 | 0.000000e+00 |      --      |    Inf 
29.18/29.20	c  29.2s| 44100 |   620 |303848 |   6.9 |8370k|  98 |   - | 540 |5511 | 540 | 434 |  52 |  19k|3529 | 0.000000e+00 |      --      |    Inf 
29.18/29.26	c  29.3s| 44200 |   620 |304410 |   6.9 |8388k|  98 |   - | 540 |5551 | 540 | 434 |  52 |  19k|3529 | 0.000000e+00 |      --      |    Inf 
29.28/29.33	c  29.3s| 44300 |   621 |305070 |   6.9 |8271k|  98 |   - | 540 |5217 | 540 | 434 |  52 |  20k|3548 | 0.000000e+00 |      --      |    Inf 
29.28/29.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.28/29.40	c  29.4s| 44400 |   622 |305698 |   6.9 |8135k|  98 |  13 | 540 |4877 | 540 | 434 |  52 |  20k|3556 | 0.000000e+00 |      --      |    Inf 
29.37/29.45	c  29.4s| 44500 |   622 |306371 |   6.9 |8145k|  98 |  11 | 540 |4901 | 540 | 434 |  52 |  20k|3556 | 0.000000e+00 |      --      |    Inf 
29.48/29.50	c  29.5s| 44600 |   622 |307033 |   6.9 |8070k|  98 |   - | 540 |4696 | 540 | 434 |  52 |  20k|3558 | 0.000000e+00 |      --      |    Inf 
29.48/29.56	c  29.6s| 44700 |   620 |307610 |   6.9 |8005k|  98 |   - | 540 |4533 | 540 | 434 |  52 |  20k|3558 | 0.000000e+00 |      --      |    Inf 
29.58/29.62	c  29.6s| 44800 |   620 |308273 |   6.9 |7924k|  98 |   - | 540 |4333 | 540 | 434 |  52 |  20k|3558 | 0.000000e+00 |      --      |    Inf 
29.58/29.67	c  29.7s| 44900 |   620 |308874 |   6.9 |7835k|  98 |   - | 540 |4092 | 540 | 434 |  52 |  20k|3560 | 0.000000e+00 |      --      |    Inf 
29.68/29.74	c  29.7s| 45000 |   624 |309516 |   6.9 |7740k|  98 |  18 | 540 |3792 | 540 | 434 |  52 |  20k|3567 | 0.000000e+00 |      --      |    Inf 
29.68/29.79	c  29.8s| 45100 |   623 |310211 |   6.9 |7731k|  98 |   - | 540 |3773 | 540 | 434 |  52 |  20k|3571 | 0.000000e+00 |      --      |    Inf 
29.78/29.85	c  29.8s| 45200 |   623 |310803 |   6.9 |7731k|  98 |  12 | 540 |3778 | 540 | 434 |  52 |  20k|3571 | 0.000000e+00 |      --      |    Inf 
29.87/29.90	c  29.9s| 45300 |   623 |311420 |   6.9 |7748k|  98 |  11 | 540 |3820 | 540 | 434 |  52 |  20k|3571 | 0.000000e+00 |      --      |    Inf 
29.87/29.96	c  30.0s| 45400 |   623 |312037 |   6.8 |7763k|  98 |  12 | 540 |3859 | 540 | 434 |  52 |  20k|3571 | 0.000000e+00 |      --      |    Inf 
29.98/30.02	c  30.0s| 45500 |   625 |312819 |   6.9 |7724k|  98 |  12 | 540 |3750 | 540 | 434 |  52 |  20k|3578 | 0.000000e+00 |      --      |    Inf 
29.98/30.08	c  30.1s| 45600 |   625 |313444 |   6.9 |7715k|  98 |   - | 540 |3720 | 540 | 434 |  52 |  20k|3578 | 0.000000e+00 |      --      |    Inf 
30.07/30.14	c  30.1s| 45700 |   624 |314076 |   6.8 |7640k|  98 |  18 | 540 |3545 | 540 | 434 |  52 |  20k|3579 | 0.000000e+00 |      --      |    Inf 
30.18/30.20	c  30.2s| 45800 |   624 |315145 |   6.9 |7601k|  98 |  17 | 540 |3446 | 540 | 434 |  52 |  20k|3579 | 0.000000e+00 |      --      |    Inf 
30.18/30.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.18/30.26	c  30.3s| 45900 |   624 |315854 |   6.9 |7545k|  98 |   - | 540 |3303 | 540 | 434 |  52 |  20k|3579 | 0.000000e+00 |      --      |    Inf 
30.27/30.32	c  30.3s| 46000 |   624 |316524 |   6.9 |7470k|  98 |   - | 540 |3132 | 540 | 434 |  52 |  20k|3581 | 0.000000e+00 |      --      |    Inf 
30.27/30.38	c  30.4s| 46100 |   625 |317123 |   6.9 |7462k|  98 |   - | 540 |3105 | 540 | 434 |  52 |  20k|3583 | 0.000000e+00 |      --      |    Inf 
30.38/30.43	c  30.4s| 46200 |   623 |317633 |   6.9 |7465k|  98 |   - | 540 |3122 | 540 | 434 |  52 |  20k|3583 | 0.000000e+00 |      --      |    Inf 
30.38/30.49	c  30.5s| 46300 |   625 |318404 |   6.9 |7460k|  98 |  13 | 540 |3110 | 540 | 434 |  52 |  20k|3583 | 0.000000e+00 |      --      |    Inf 
30.48/30.55	c  30.5s| 46400 |   629 |319197 |   6.9 |7475k|  98 |  26 | 540 |3131 | 540 | 434 |  52 |  20k|3584 | 0.000000e+00 |      --      |    Inf 
30.57/30.60	c  30.6s| 46500 |   627 |319813 |   6.9 |7476k|  98 |  16 | 540 |3149 | 540 | 434 |  52 |  20k|3584 | 0.000000e+00 |      --      |    Inf 
30.57/30.66	c  30.7s| 46600 |   625 |320632 |   6.9 |7488k|  98 |   - | 540 |3177 | 540 | 434 |  52 |  21k|3584 | 0.000000e+00 |      --      |    Inf 
30.68/30.72	c  30.7s| 46700 |   625 |321423 |   6.9 |7492k|  98 |  20 | 540 |3193 | 540 | 434 |  52 |  21k|3584 | 0.000000e+00 |      --      |    Inf 
30.68/30.78	c  30.8s| 46800 |   623 |322192 |   6.9 |7513k|  98 |   - | 540 |3238 | 540 | 434 |  52 |  21k|3584 | 0.000000e+00 |      --      |    Inf 
30.79/30.86	c  30.9s| 46900 |   625 |322884 |   6.9 |7510k|  98 |  12 | 540 |3238 | 540 | 434 |  52 |  21k|3609 | 0.000000e+00 |      --      |    Inf 
30.98/31.00	c  31.0s| 47000 |   623 |323485 |   6.9 |7521k|  98 |   - | 540 |3261 | 540 | 434 |  52 |  21k|3706 | 0.000000e+00 |      --      |    Inf 
30.98/31.06	c  31.1s| 47100 |   623 |324091 |   6.9 |7518k|  98 |   - | 540 |3264 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.07/31.11	c  31.1s| 47200 |   625 |324613 |   6.9 |7513k|  98 |   - | 540 |3244 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.07/31.16	c  31.2s| 47300 |   625 |325097 |   6.9 |7529k|  98 |   - | 540 |3287 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.18/31.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.18/31.21	c  31.2s| 47400 |   626 |325616 |   6.8 |7529k|  98 |   8 | 540 |3289 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.18/31.26	c  31.3s| 47500 |   624 |326020 |   6.8 |7602k|  98 |   - | 540 |3441 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.27/31.31	c  31.3s| 47600 |   626 |326536 |   6.8 |7628k|  98 |   8 | 540 |3499 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.27/31.37	c  31.4s| 47700 |   625 |327200 |   6.8 |7632k|  98 |  24 | 540 |3510 | 540 | 434 |  52 |  21k|3707 | 0.000000e+00 |      --      |    Inf 
31.38/31.42	c  31.4s| 47800 |   625 |327708 |   6.8 |7645k|  98 |  10 | 540 |3541 | 540 | 434 |  52 |  21k|3709 | 0.000000e+00 |      --      |    Inf 
31.38/31.48	c  31.5s| 47900 |   625 |328573 |   6.8 |7659k|  98 |  12 | 540 |3566 | 540 | 434 |  52 |  21k|3709 | 0.000000e+00 |      --      |    Inf 
31.47/31.53	c  31.5s| 48000 |   627 |329246 |   6.8 |7674k|  98 |   8 | 540 |3587 | 540 | 434 |  52 |  21k|3709 | 0.000000e+00 |      --      |    Inf 
31.47/31.59	c  31.6s| 48100 |   625 |329799 |   6.8 |7678k|  98 |  14 | 540 |3606 | 540 | 434 |  52 |  21k|3719 | 0.000000e+00 |      --      |    Inf 
31.58/31.65	c  31.7s| 48200 |   623 |330245 |   6.8 |7700k|  98 |   - | 540 |3657 | 540 | 434 |  52 |  21k|3731 | 0.000000e+00 |      --      |    Inf 
31.67/31.71	c  31.7s| 48300 |   623 |330702 |   6.8 |7720k|  98 |   - | 540 |3706 | 540 | 434 |  52 |  21k|3739 | 0.000000e+00 |      --      |    Inf 
31.67/31.78	c  31.8s| 48400 |   627 |331406 |   6.8 |7742k|  98 |   - | 540 |3749 | 540 | 434 |  52 |  22k|3754 | 0.000000e+00 |      --      |    Inf 
31.78/31.84	c  31.8s| 48500 |   623 |332045 |   6.8 |7756k|  98 |   8 | 540 |3795 | 540 | 434 |  52 |  22k|3765 | 0.000000e+00 |      --      |    Inf 
31.88/31.91	c  31.9s| 48600 |   624 |332728 |   6.8 |7775k|  98 |  10 | 540 |3838 | 540 | 434 |  52 |  22k|3781 | 0.000000e+00 |      --      |    Inf 
31.88/31.97	c  32.0s| 48700 |   624 |333422 |   6.8 |7791k|  98 |  12 | 540 |3880 | 540 | 434 |  52 |  22k|3795 | 0.000000e+00 |      --      |    Inf 
31.97/32.04	c  32.0s| 48800 |   620 |334241 |   6.8 |7798k|  98 |  24 | 540 |3931 | 540 | 434 |  52 |  22k|3804 | 0.000000e+00 |      --      |    Inf 
32.08/32.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.08/32.11	c  32.1s| 48900 |   620 |334833 |   6.8 |7777k|  98 |   - | 540 |3882 | 540 | 434 |  52 |  22k|3820 | 0.000000e+00 |      --      |    Inf 
32.08/32.17	c  32.2s| 49000 |   620 |335444 |   6.8 |7762k|  98 |   - | 540 |3845 | 540 | 434 |  52 |  22k|3821 | 0.000000e+00 |      --      |    Inf 
32.18/32.23	c  32.2s| 49100 |   621 |336092 |   6.8 |7750k|  98 |  12 | 540 |3817 | 540 | 434 |  52 |  22k|3827 | 0.000000e+00 |      --      |    Inf 
32.18/32.28	c  32.3s| 49200 |   619 |336648 |   6.8 |7757k|  98 |   - | 540 |3836 | 540 | 434 |  52 |  22k|3830 | 0.000000e+00 |      --      |    Inf 
32.27/32.34	c  32.3s| 49300 |   621 |337289 |   6.8 |7776k|  98 |  18 | 540 |3876 | 540 | 434 |  52 |  22k|3832 | 0.000000e+00 |      --      |    Inf 
32.38/32.40	c  32.4s| 49400 |   619 |337948 |   6.8 |7788k|  98 |  22 | 540 |3921 | 540 | 434 |  52 |  22k|3832 | 0.000000e+00 |      --      |    Inf 
32.38/32.48	c  32.5s| 49500 |   616 |338678 |   6.8 |7787k|  98 |   - | 540 |3923 | 540 | 434 |  52 |  22k|3853 | 0.000000e+00 |      --      |    Inf 
32.47/32.56	c  32.6s| 49600 |   616 |339470 |   6.8 |7751k|  98 |   - | 540 |3755 | 540 | 434 |  52 |  22k|3879 | 0.000000e+00 |      --      |    Inf 
32.58/32.62	c  32.6s| 49700 |   618 |340308 |   6.8 |7734k|  98 |  21 | 540 |3704 | 540 | 434 |  52 |  22k|3879 | 0.000000e+00 |      --      |    Inf 
32.58/32.68	c  32.7s| 49800 |   621 |341041 |   6.8 |7695k|  98 |  11 | 540 |3607 | 540 | 434 |  52 |  22k|3879 | 0.000000e+00 |      --      |    Inf 
32.68/32.75	c  32.7s| 49900 |   619 |341816 |   6.8 |7649k|  98 |  30 | 540 |3473 | 540 | 434 |  52 |  22k|3881 | 0.000000e+00 |      --      |    Inf 
32.77/32.80	c  32.8s| 50000 |   618 |342514 |   6.8 |7639k|  98 |  27 | 540 |3451 | 540 | 434 |  52 |  22k|3881 | 0.000000e+00 |      --      |    Inf 
32.77/32.86	c  32.9s| 50100 |   616 |343228 |   6.8 |7622k|  98 |   - | 540 |3404 | 540 | 434 |  52 |  22k|3881 | 0.000000e+00 |      --      |    Inf 
32.88/32.92	c  32.9s| 50200 |   619 |343890 |   6.8 |7625k|  98 |  12 | 540 |3404 | 540 | 434 |  52 |  22k|3886 | 0.000000e+00 |      --      |    Inf 
32.88/32.98	c  33.0s| 50300 |   619 |344539 |   6.8 |7638k|  98 |   6 | 540 |3443 | 540 | 434 |  52 |  22k|3886 | 0.000000e+00 |      --      |    Inf 
32.98/33.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.98/33.04	c  33.0s| 50400 |   617 |345285 |   6.8 |7645k|  98 |  24 | 540 |3471 | 540 | 434 |  52 |  22k|3886 | 0.000000e+00 |      --      |    Inf 
32.98/33.09	c  33.1s| 50500 |   615 |345988 |   6.8 |7658k|  98 |   - | 540 |3510 | 540 | 434 |  52 |  22k|3886 | 0.000000e+00 |      --      |    Inf 
33.08/33.15	c  33.2s| 50600 |   616 |346706 |   6.8 |7669k|  98 |   - | 540 |3541 | 540 | 434 |  52 |  23k|3886 | 0.000000e+00 |      --      |    Inf 
33.18/33.21	c  33.2s| 50700 |   616 |347395 |   6.8 |7688k|  98 |   8 | 540 |3589 | 540 | 434 |  52 |  23k|3886 | 0.000000e+00 |      --      |    Inf 
33.18/33.26	c  33.3s| 50800 |   614 |348103 |   6.8 |7708k|  98 |  10 | 540 |3642 | 540 | 434 |  52 |  23k|3886 | 0.000000e+00 |      --      |    Inf 
33.28/33.32	c  33.3s| 50900 |   616 |348757 |   6.8 |7709k|  98 |  10 | 540 |3642 | 540 | 434 |  52 |  23k|3886 | 0.000000e+00 |      --      |    Inf 
33.28/33.37	c  33.4s| 51000 |   615 |349270 |   6.8 |7717k|  98 |  18 | 540 |3661 | 540 | 434 |  52 |  23k|3889 | 0.000000e+00 |      --      |    Inf 
33.37/33.43	c  33.4s| 51100 |   615 |349904 |   6.8 |7741k|  98 |  10 | 540 |3695 | 540 | 434 |  52 |  23k|3890 | 0.000000e+00 |      --      |    Inf 
33.37/33.49	c  33.5s| 51200 |   611 |350563 |   6.8 |7752k|  98 |  32 | 540 |3730 | 540 | 434 |  52 |  23k|3894 | 0.000000e+00 |      --      |    Inf 
33.48/33.54	c  33.5s| 51300 |   612 |351077 |   6.8 |7768k|  98 |  14 | 540 |3753 | 540 | 434 |  52 |  23k|3896 | 0.000000e+00 |      --      |    Inf 
33.48/33.59	c  33.6s| 51400 |   610 |351670 |   6.8 |7756k|  98 |  10 | 540 |3756 | 540 | 434 |  52 |  23k|3896 | 0.000000e+00 |      --      |    Inf 
33.68/33.75	c  33.8s| 51500 |   612 |352554 |   6.8 |7738k|  98 |  12 | 540 |3674 | 540 | 434 |  52 |  23k|4001 | 0.000000e+00 |      --      |    Inf 
33.78/33.88	c  33.9s| 51600 |   619 |353322 |   6.8 |7751k|  98 |  14 | 540 |3640 | 540 | 434 |  52 |  23k|4090 | 0.000000e+00 |      --      |    Inf 
33.87/33.97	c  34.0s| 51700 |   616 |354101 |   6.8 |7715k|  98 |  16 | 540 |3525 | 540 | 434 |  52 |  23k|4130 | 0.000000e+00 |      --      |    Inf 
33.99/34.04	c  34.0s| 51800 |   615 |354914 |   6.8 |7690k|  98 |   - | 540 |3472 | 540 | 434 |  52 |  23k|4147 | 0.000000e+00 |      --      |    Inf 
34.08/34.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.08/34.11	c  34.1s| 51900 |   618 |355619 |   6.8 |7674k|  98 |   - | 540 |3423 | 540 | 434 |  52 |  23k|4167 | 0.000000e+00 |      --      |    Inf 
34.08/34.17	c  34.2s| 52000 |   616 |356505 |   6.8 |7675k|  98 |  23 | 540 |3425 | 540 | 434 |  52 |  23k|4169 | 0.000000e+00 |      --      |    Inf 
34.18/34.24	c  34.2s| 52100 |   615 |357545 |   6.8 |7699k|  98 |  17 | 540 |3480 | 540 | 434 |  52 |  23k|4177 | 0.000000e+00 |      --      |    Inf 
34.28/34.31	c  34.3s| 52200 |   615 |358544 |   6.8 |7706k|  98 |   - | 540 |3476 | 540 | 434 |  52 |  23k|4178 | 0.000000e+00 |      --      |    Inf 
34.28/34.38	c  34.4s| 52300 |   618 |359417 |   6.9 |7702k|  98 |   - | 540 |3457 | 540 | 434 |  52 |  23k|4184 | 0.000000e+00 |      --      |    Inf 
34.37/34.45	c  34.5s| 52400 |   618 |360439 |   6.9 |7687k|  98 |  16 | 540 |3421 | 540 | 434 |  52 |  23k|4186 | 0.000000e+00 |      --      |    Inf 
34.48/34.52	c  34.5s| 52500 |   620 |361253 |   6.9 |7700k|  98 |  18 | 540 |3443 | 540 | 434 |  52 |  23k|4195 | 0.000000e+00 |      --      |    Inf 
34.57/34.60	c  34.6s| 52600 |   622 |362072 |   6.9 |7686k|  98 |  10 | 540 |3401 | 540 | 434 |  52 |  24k|4213 | 0.000000e+00 |      --      |    Inf 
34.57/34.66	c  34.7s| 52700 |   620 |362827 |   6.9 |7654k|  98 |  24 | 540 |3323 | 540 | 434 |  52 |  24k|4216 | 0.000000e+00 |      --      |    Inf 
34.67/34.73	c  34.7s| 52800 |   616 |363707 |   6.9 |7640k|  98 |   - | 540 |3297 | 540 | 434 |  52 |  24k|4216 | 0.000000e+00 |      --      |    Inf 
34.67/34.79	c  34.8s| 52900 |   615 |364632 |   6.9 |7661k|  98 |   - | 540 |3351 | 540 | 434 |  52 |  24k|4220 | 0.000000e+00 |      --      |    Inf 
34.78/34.86	c  34.9s| 53000 |   613 |365551 |   6.9 |7663k|  98 |  28 | 540 |3367 | 540 | 434 |  52 |  24k|4220 | 0.000000e+00 |      --      |    Inf 
34.87/34.91	c  34.9s| 53100 |   613 |366224 |   6.9 |7676k|  98 |   - | 540 |3382 | 540 | 434 |  52 |  24k|4220 | 0.000000e+00 |      --      |    Inf 
34.87/34.98	c  35.0s| 53200 |   613 |367084 |   6.9 |7669k|  98 |  30 | 540 |3365 | 540 | 434 |  52 |  24k|4220 | 0.000000e+00 |      --      |    Inf 
34.98/35.04	c  35.0s| 53300 |   611 |367870 |   6.9 |7661k|  98 |   - | 540 |3352 | 540 | 434 |  52 |  24k|4220 | 0.000000e+00 |      --      |    Inf 
34.98/35.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.98/35.10	c  35.1s| 53400 |   612 |368346 |   6.9 |7638k|  98 |   - | 540 |3251 | 540 | 434 |  52 |  24k|4235 | 0.000000e+00 |      --      |    Inf 
35.08/35.15	c  35.2s| 53500 |   614 |368857 |   6.9 |7600k|  98 |  14 | 540 |3156 | 540 | 434 |  52 |  24k|4237 | 0.000000e+00 |      --      |    Inf 
35.18/35.21	c  35.2s| 53600 |   614 |369387 |   6.9 |7581k|  98 |  15 | 540 |3098 | 540 | 434 |  52 |  24k|4242 | 0.000000e+00 |      --      |    Inf 
35.18/35.27	c  35.3s| 53700 |   614 |370227 |   6.9 |7570k|  98 |  14 | 540 |3064 | 540 | 434 |  52 |  24k|4243 | 0.000000e+00 |      --      |    Inf 
35.28/35.33	c  35.3s| 53800 |   614 |371045 |   6.9 |7569k|  98 |  18 | 540 |3051 | 540 | 434 |  52 |  24k|4244 | 0.000000e+00 |      --      |    Inf 
35.28/35.39	c  35.4s| 53900 |   614 |371791 |   6.9 |7540k|  98 |  23 | 540 |2969 | 540 | 434 |  52 |  24k|4247 | 0.000000e+00 |      --      |    Inf 
35.37/35.46	c  35.5s| 54000 |   618 |372588 |   6.9 |7497k|  98 |  20 | 540 |2813 | 540 | 434 |  52 |  24k|4263 | 0.000000e+00 |      --      |    Inf 
35.47/35.52	c  35.5s| 54100 |   628 |373320 |   6.9 |7495k|  98 |  24 | 540 |2771 | 540 | 434 |  52 |  24k|4275 | 0.000000e+00 |      --      |    Inf 
35.58/35.61	c  35.6s| 54200 |   622 |374119 |   6.9 |7459k|  98 |  17 | 540 |2687 | 540 | 434 |  52 |  24k|4304 | 0.000000e+00 |      --      |    Inf 
35.58/35.67	c  35.7s| 54300 |   622 |374912 |   6.9 |7465k|  98 |   - | 540 |2688 | 540 | 434 |  52 |  24k|4311 | 0.000000e+00 |      --      |    Inf 
35.68/35.73	c  35.7s| 54400 |   624 |375638 |   6.9 |7469k|  98 |   - | 540 |2687 | 540 | 434 |  52 |  24k|4317 | 0.000000e+00 |      --      |    Inf 
35.68/35.79	c  35.8s| 54500 |   622 |376270 |   6.9 |7479k|  98 |  12 | 540 |2723 | 540 | 434 |  52 |  24k|4323 | 0.000000e+00 |      --      |    Inf 
35.77/35.86	c  35.9s| 54600 |   617 |377064 |   6.9 |7486k|  98 |  32 | 540 |2752 | 540 | 434 |  52 |  24k|4328 | 0.000000e+00 |      --      |    Inf 
35.88/35.91	c  35.9s| 54700 |   622 |377600 |   6.9 |7507k|  98 |   - | 540 |2767 | 540 | 434 |  52 |  24k|4335 | 0.000000e+00 |      --      |    Inf 
35.88/35.96	c  36.0s| 54800 |   617 |378147 |   6.9 |7507k|  98 |  12 | 540 |2800 | 540 | 434 |  52 |  24k|4335 | 0.000000e+00 |      --      |    Inf 
35.98/36.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.98/36.02	c  36.0s| 54900 |   617 |378882 |   6.9 |7528k|  98 |   - | 540 |2843 | 540 | 434 |  52 |  24k|4336 | 0.000000e+00 |      --      |    Inf 
35.98/36.09	c  36.1s| 55000 |   623 |379562 |   6.9 |7534k|  98 |   - | 540 |2825 | 540 | 434 |  52 |  25k|4348 | 0.000000e+00 |      --      |    Inf 
36.08/36.15	c  36.1s| 55100 |   618 |380292 |   6.9 |7546k|  98 |   - | 540 |2869 | 540 | 434 |  52 |  25k|4349 | 0.000000e+00 |      --      |    Inf 
36.08/36.20	c  36.2s| 55200 |   623 |380937 |   6.9 |7571k|  98 |  14 | 540 |2913 | 540 | 434 |  52 |  25k|4349 | 0.000000e+00 |      --      |    Inf 
36.18/36.26	c  36.3s| 55300 |   619 |381666 |   6.9 |7587k|  98 |   - | 540 |2960 | 540 | 434 |  52 |  25k|4349 | 0.000000e+00 |      --      |    Inf 
36.28/36.32	c  36.3s| 55400 |   621 |382387 |   6.9 |7605k|  98 |  13 | 540 |3005 | 540 | 434 |  52 |  25k|4354 | 0.000000e+00 |      --      |    Inf 
36.28/36.38	c  36.4s| 55500 |   618 |383155 |   6.9 |7621k|  98 |  21 | 540 |3048 | 540 | 434 |  52 |  25k|4355 | 0.000000e+00 |      --      |    Inf 
36.37/36.44	c  36.4s| 55600 |   618 |383898 |   6.9 |7641k|  98 |  16 | 540 |3093 | 540 | 434 |  52 |  25k|4356 | 0.000000e+00 |      --      |    Inf 
36.48/36.50	c  36.5s| 55700 |   616 |384641 |   6.9 |7659k|  98 |  20 | 540 |3124 | 540 | 434 |  52 |  25k|4361 | 0.000000e+00 |      --      |    Inf 
36.48/36.56	c  36.6s| 55800 |   614 |385342 |   6.9 |7667k|  98 |   - | 540 |3146 | 540 | 434 |  52 |  25k|4361 | 0.000000e+00 |      --      |    Inf 
36.58/36.62	c  36.6s| 55900 |   620 |386048 |   6.9 |7685k|  98 |  17 | 540 |3173 | 540 | 434 |  52 |  25k|4362 | 0.000000e+00 |      --      |    Inf 
36.58/36.67	c  36.7s| 56000 |   618 |386681 |   6.9 |7689k|  98 |   - | 540 |3182 | 540 | 434 |  52 |  25k|4363 | 0.000000e+00 |      --      |    Inf 
36.68/36.74	c  36.7s| 56100 |   618 |387520 |   6.9 |7698k|  98 |   - | 540 |3204 | 540 | 434 |  52 |  25k|4373 | 0.000000e+00 |      --      |    Inf 
36.77/36.82	c  36.8s| 56200 |   618 |388296 |   6.9 |7713k|  98 |  16 | 540 |3249 | 540 | 434 |  52 |  25k|4387 | 0.000000e+00 |      --      |    Inf 
36.77/36.89	c  36.9s| 56300 |   620 |389134 |   6.9 |7738k|  98 |   - | 540 |3289 | 540 | 434 |  52 |  25k|4402 | 0.000000e+00 |      --      |    Inf 
36.88/36.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.88/36.95	c  37.0s| 56400 |   618 |389790 |   6.9 |7745k|  98 |   - | 540 |3314 | 540 | 434 |  52 |  25k|4418 | 0.000000e+00 |      --      |    Inf 
36.97/37.02	c  37.0s| 56500 |   618 |390449 |   6.9 |7763k|  98 |   - | 540 |3344 | 540 | 434 |  52 |  25k|4431 | 0.000000e+00 |      --      |    Inf 
36.97/37.08	c  37.1s| 56600 |   617 |391061 |   6.9 |7757k|  98 |  23 | 540 |3339 | 540 | 434 |  52 |  25k|4441 | 0.000000e+00 |      --      |    Inf 
37.07/37.15	c  37.1s| 56700 |   615 |391650 |   6.9 |7755k|  98 |  31 | 540 |3338 | 540 | 434 |  52 |  25k|4452 | 0.000000e+00 |      --      |    Inf 
37.18/37.21	c  37.2s| 56800 |   615 |392339 |   6.9 |7762k|  98 |   - | 540 |3348 | 540 | 434 |  52 |  25k|4455 | 0.000000e+00 |      --      |    Inf 
37.18/37.26	c  37.3s| 56900 |   615 |393011 |   6.9 |7778k|  98 |   - | 540 |3383 | 540 | 434 |  52 |  25k|4457 | 0.000000e+00 |      --      |    Inf 
37.28/37.32	c  37.3s| 57000 |   617 |393647 |   6.9 |7792k|  98 |  28 | 540 |3413 | 540 | 434 |  52 |  25k|4458 | 0.000000e+00 |      --      |    Inf 
37.28/37.37	c  37.4s| 57100 |   617 |394307 |   6.9 |7807k|  98 |   - | 540 |3441 | 540 | 434 |  52 |  26k|4461 | 0.000000e+00 |      --      |    Inf 
37.38/37.44	c  37.4s| 57200 |   617 |394827 |   6.9 |7820k|  98 |  20 | 540 |3463 | 540 | 434 |  52 |  26k|4480 | 0.000000e+00 |      --      |    Inf 
37.48/37.51	c  37.5s| 57300 |   615 |395596 |   6.9 |7841k|  98 |   - | 540 |3508 | 540 | 434 |  52 |  26k|4490 | 0.000000e+00 |      --      |    Inf 
37.48/37.57	c  37.6s| 57400 |   615 |396242 |   6.9 |7860k|  98 |   - | 540 |3546 | 540 | 434 |  52 |  26k|4493 | 0.000000e+00 |      --      |    Inf 
37.58/37.62	c  37.6s| 57500 |   617 |396877 |   6.9 |7881k|  98 |  32 | 540 |3595 | 540 | 434 |  52 |  26k|4493 | 0.000000e+00 |      --      |    Inf 
37.58/37.69	c  37.7s| 57600 |   615 |397675 |   6.9 |7906k|  98 |   - | 540 |3643 | 540 | 434 |  52 |  26k|4500 | 0.000000e+00 |      --      |    Inf 
37.67/37.74	c  37.7s| 57700 |   614 |398394 |   6.9 |7924k|  98 |   - | 540 |3690 | 540 | 434 |  52 |  26k|4502 | 0.000000e+00 |      --      |    Inf 
37.78/37.80	c  37.8s| 57800 |   616 |399101 |   6.9 |7951k|  98 |   - | 540 |3741 | 540 | 434 |  52 |  26k|4502 | 0.000000e+00 |      --      |    Inf 
37.78/37.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.78/37.86	c  37.9s| 57900 |   618 |399743 |   6.9 |7978k|  98 |  16 | 540 |3795 | 540 | 434 |  52 |  26k|4504 | 0.000000e+00 |      --      |    Inf 
37.88/37.91	c  37.9s| 58000 |   618 |400309 |   6.9 |8000k|  98 |  12 | 540 |3840 | 540 | 434 |  52 |  26k|4504 | 0.000000e+00 |      --      |    Inf 
37.88/37.97	c  38.0s| 58100 |   618 |401008 |   6.9 |8022k|  98 |  26 | 540 |3886 | 540 | 434 |  52 |  26k|4505 | 0.000000e+00 |      --      |    Inf 
37.97/38.03	c  38.0s| 58200 |   620 |401781 |   6.9 |8048k|  98 |   - | 540 |3925 | 540 | 434 |  52 |  26k|4506 | 0.000000e+00 |      --      |    Inf 
38.08/38.10	c  38.1s| 58300 |   616 |402656 |   6.9 |8066k|  98 |   - | 540 |3971 | 540 | 434 |  52 |  26k|4506 | 0.000000e+00 |      --      |    Inf 
38.08/38.15	c  38.2s| 58400 |   616 |403310 |   6.9 |8086k|  98 |  31 | 540 |4024 | 540 | 434 |  52 |  26k|4506 | 0.000000e+00 |      --      |    Inf 
38.18/38.21	c  38.2s| 58500 |   618 |404039 |   6.9 |8109k|  98 |  12 | 540 |4066 | 540 | 434 |  52 |  26k|4508 | 0.000000e+00 |      --      |    Inf 
38.18/38.27	c  38.3s| 58600 |   614 |404716 |   6.9 |8129k|  98 |   - | 540 |4112 | 540 | 434 |  52 |  26k|4508 | 0.000000e+00 |      --      |    Inf 
38.27/38.33	c  38.3s| 58700 |   618 |405424 |   6.9 |8156k|  98 |  22 | 540 |4157 | 540 | 434 |  52 |  26k|4509 | 0.000000e+00 |      --      |    Inf 
38.27/38.39	c  38.4s| 58800 |   616 |406200 |   6.9 |8170k|  98 |   - | 540 |4183 | 540 | 434 |  52 |  26k|4509 | 0.000000e+00 |      --      |    Inf 
38.38/38.45	c  38.4s| 58900 |   616 |406886 |   6.9 |8188k|  98 |  23 | 540 |4227 | 540 | 434 |  52 |  26k|4509 | 0.000000e+00 |      --      |    Inf 
38.48/38.51	c  38.5s| 59000 |   616 |407733 |   6.9 |8208k|  98 |  28 | 540 |4266 | 540 | 434 |  52 |  26k|4509 | 0.000000e+00 |      --      |    Inf 
38.48/38.57	c  38.6s| 59100 |   616 |408536 |   6.9 |8219k|  98 |   - | 540 |4286 | 540 | 434 |  52 |  26k|4510 | 0.000000e+00 |      --      |    Inf 
38.58/38.62	c  38.6s| 59200 |   614 |409316 |   6.9 |8233k|  98 |   - | 540 |4321 | 540 | 434 |  52 |  27k|4510 | 0.000000e+00 |      --      |    Inf 
38.58/38.68	c  38.7s| 59300 |   613 |409990 |   6.9 |8249k|  98 |   - | 540 |4358 | 540 | 434 |  52 |  27k|4510 | 0.000000e+00 |      --      |    Inf 
38.77/38.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.77/38.81	c  38.8s| 59400 |   621 |410809 |   6.9 |8236k|  98 |   - | 540 |4286 | 540 | 434 |  52 |  27k|4590 | 0.000000e+00 |      --      |    Inf 
38.77/38.89	c  38.9s| 59500 |   622 |411560 |   6.9 |8234k|  98 |  17 | 540 |4270 | 540 | 434 |  52 |  27k|4621 | 0.000000e+00 |      --      |    Inf 
38.87/38.96	c  39.0s| 59600 |   621 |412372 |   6.9 |8196k|  98 |   - | 540 |4161 | 540 | 434 |  52 |  27k|4629 | 0.000000e+00 |      --      |    Inf 
38.98/39.02	c  39.0s| 59700 |   627 |413010 |   6.9 |8069k|  98 |   - | 540 |3814 | 540 | 434 |  52 |  27k|4631 | 0.000000e+00 |      --      |    Inf 
38.98/39.07	c  39.1s| 59800 |   627 |413553 |   6.9 |7971k|  98 |   - | 540 |3544 | 540 | 434 |  52 |  27k|4631 | 0.000000e+00 |      --      |    Inf 
39.08/39.12	c  39.1s| 59900 |   627 |414048 |   6.9 |7973k|  98 |   8 | 540 |3542 | 540 | 434 |  52 |  27k|4631 | 0.000000e+00 |      --      |    Inf 
39.08/39.17	c  39.2s| 60000 |   625 |414479 |   6.9 |7978k|  98 |   - | 540 |3551 | 540 | 434 |  52 |  27k|4633 | 0.000000e+00 |      --      |    Inf 
39.17/39.23	c  39.2s| 60100 |   627 |415087 |   6.9 |7972k|  98 |  26 | 540 |3524 | 540 | 434 |  52 |  27k|4637 | 0.000000e+00 |      --      |    Inf 
39.17/39.28	c  39.3s| 60200 |   623 |415695 |   6.9 |7939k|  98 |  21 | 540 |3450 | 540 | 434 |  52 |  27k|4642 | 0.000000e+00 |      --      |    Inf 
39.28/39.34	c  39.3s| 60300 |   623 |416520 |   6.9 |7956k|  98 |   - | 540 |3484 | 540 | 434 |  52 |  27k|4643 | 0.000000e+00 |      --      |    Inf 
39.37/39.41	c  39.4s| 60400 |   623 |417265 |   6.9 |7967k|  98 |   - | 540 |3496 | 540 | 434 |  52 |  27k|4648 | 0.000000e+00 |      --      |    Inf 
39.37/39.47	c  39.5s| 60500 |   623 |418070 |   6.9 |7980k|  98 |   - | 540 |3525 | 540 | 434 |  52 |  27k|4656 | 0.000000e+00 |      --      |    Inf 
39.48/39.53	c  39.5s| 60600 |   622 |418668 |   6.9 |7996k|  98 |   - | 540 |3573 | 540 | 434 |  52 |  27k|4658 | 0.000000e+00 |      --      |    Inf 
39.48/39.58	c  39.6s| 60700 |   624 |419379 |   6.9 |8020k|  98 |  22 | 540 |3630 | 540 | 434 |  52 |  27k|4658 | 0.000000e+00 |      --      |    Inf 
39.59/39.65	c  39.7s| 60800 |   622 |420260 |   6.9 |8044k|  98 |   - | 540 |3688 | 540 | 434 |  52 |  27k|4661 | 0.000000e+00 |      --      |    Inf 
39.67/39.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.67/39.71	c  39.7s| 60900 |   625 |420985 |   6.9 |8067k|  98 |  14 | 540 |3733 | 540 | 434 |  52 |  27k|4661 | 0.000000e+00 |      --      |    Inf 
39.67/39.77	c  39.8s| 61000 |   622 |421656 |   6.9 |8079k|  98 |  20 | 540 |3782 | 540 | 434 |  52 |  27k|4664 | 0.000000e+00 |      --      |    Inf 
39.78/39.82	c  39.8s| 61100 |   624 |422328 |   6.9 |8101k|  98 |   - | 540 |3817 | 540 | 434 |  52 |  27k|4665 | 0.000000e+00 |      --      |    Inf 
39.78/39.87	c  39.9s| 61200 |   624 |422828 |   6.9 |8115k|  98 |  12 | 540 |3852 | 540 | 434 |  52 |  27k|4667 | 0.000000e+00 |      --      |    Inf 
39.87/39.93	c  39.9s| 61300 |   623 |423563 |   6.9 |8141k|  98 |   - | 540 |3911 | 540 | 434 |  52 |  28k|4669 | 0.000000e+00 |      --      |    Inf 
39.87/39.98	c  40.0s| 61400 |   625 |424157 |   6.9 |8166k|  98 |   8 | 540 |3965 | 540 | 434 |  52 |  28k|4669 | 0.000000e+00 |      --      |    Inf 
39.98/40.03	c  40.0s| 61500 |   623 |424692 |   6.9 |8190k|  98 |   - | 540 |4017 | 540 | 434 |  52 |  28k|4669 | 0.000000e+00 |      --      |    Inf 
39.98/40.08	c  40.1s| 61600 |   624 |425189 |   6.9 |8218k|  98 |   - | 540 |4065 | 540 | 434 |  52 |  28k|4671 | 0.000000e+00 |      --      |    Inf 
40.07/40.14	c  40.1s| 61700 |   626 |425866 |   6.9 |8239k|  98 |  10 | 540 |4112 | 540 | 434 |  52 |  28k|4674 | 0.000000e+00 |      --      |    Inf 
40.18/40.20	c  40.2s| 61800 |   624 |426518 |   6.9 |8261k|  98 |   - | 540 |4161 | 540 | 434 |  52 |  28k|4680 | 0.000000e+00 |      --      |    Inf 
40.18/40.26	c  40.3s| 61900 |   625 |427120 |   6.9 |8281k|  98 |   - | 540 |4205 | 540 | 434 |  52 |  28k|4682 | 0.000000e+00 |      --      |    Inf 
40.27/40.32	c  40.3s| 62000 |   625 |427788 |   6.9 |8298k|  98 |   - | 540 |4246 | 540 | 434 |  52 |  28k|4696 | 0.000000e+00 |      --      |    Inf 
40.27/40.38	c  40.4s| 62100 |   626 |428503 |   6.9 |8323k|  98 |   8 | 540 |4304 | 540 | 434 |  52 |  28k|4699 | 0.000000e+00 |      --      |    Inf 
40.38/40.45	c  40.4s| 62200 |   624 |429162 |   6.9 |8350k|  98 |   - | 540 |4353 | 540 | 434 |  52 |  28k|4711 | 0.000000e+00 |      --      |    Inf 
40.47/40.50	c  40.5s| 62300 |   622 |429772 |   6.9 |8366k|  98 |   - | 540 |4398 | 540 | 434 |  52 |  28k|4713 | 0.000000e+00 |      --      |    Inf 
40.47/40.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.47/40.56	c  40.6s| 62400 |   622 |430422 |   6.9 |8389k|  98 |  29 | 540 |4454 | 540 | 434 |  52 |  28k|4714 | 0.000000e+00 |      --      |    Inf 
40.58/40.62	c  40.6s| 62500 |   622 |431032 |   6.9 |8420k|  98 |   - | 540 |4514 | 540 | 434 |  52 |  28k|4720 | 0.000000e+00 |      --      |    Inf 
40.58/40.67	c  40.7s| 62600 |   622 |431651 |   6.9 |8446k|  98 |   - | 540 |4571 | 540 | 434 |  52 |  28k|4722 | 0.000000e+00 |      --      |    Inf 
40.68/40.73	c  40.7s| 62700 |   622 |432354 |   6.9 |8466k|  98 |  29 | 540 |4623 | 540 | 434 |  52 |  28k|4724 | 0.000000e+00 |      --      |    Inf 
40.68/40.79	c  40.8s| 62800 |   622 |433066 |   6.9 |8494k|  98 |  25 | 540 |4676 | 540 | 434 |  52 |  28k|4728 | 0.000000e+00 |      --      |    Inf 
40.77/40.86	c  40.9s| 62900 |   618 |433605 |   6.9 |8505k|  98 |   - | 540 |4688 | 540 | 434 |  52 |  28k|4744 | 0.000000e+00 |      --      |    Inf 
40.88/40.92	c  40.9s| 63000 |   618 |434262 |   6.9 |8538k|  98 |  18 | 540 |4706 | 540 | 434 |  52 |  29k|4748 | 0.000000e+00 |      --      |    Inf 
40.88/40.98	c  41.0s| 63100 |   620 |434922 |   6.9 |8552k|  98 |  24 | 540 |4703 | 540 | 434 |  52 |  29k|4750 | 0.000000e+00 |      --      |    Inf 
40.98/41.05	c  41.1s| 63200 |   618 |435631 |   6.9 |8531k|  98 |  24 | 540 |4648 | 540 | 434 |  52 |  29k|4762 | 0.000000e+00 |      --      |    Inf 
41.08/41.12	c  41.1s| 63300 |   620 |436181 |   6.9 |8539k|  98 |  12 | 540 |4628 | 540 | 434 |  52 |  29k|4776 | 0.000000e+00 |      --      |    Inf 
41.08/41.18	c  41.2s| 63400 |   618 |436721 |   6.9 |8515k|  98 |  24 | 540 |4576 | 540 | 434 |  52 |  29k|4778 | 0.000000e+00 |      --      |    Inf 
41.17/41.25	c  41.3s| 63500 |   614 |437284 |   6.9 |8506k|  98 |   - | 540 |4562 | 540 | 434 |  52 |  29k|4806 | 0.000000e+00 |      --      |    Inf 
41.27/41.31	c  41.3s| 63600 |   614 |437914 |   6.9 |8480k|  98 |   - | 540 |4490 | 540 | 434 |  52 |  29k|4812 | 0.000000e+00 |      --      |    Inf 
41.27/41.38	c  41.4s| 63700 |   614 |438548 |   6.9 |8479k|  98 |  19 | 540 |4479 | 540 | 434 |  52 |  29k|4823 | 0.000000e+00 |      --      |    Inf 
41.38/41.44	c  41.4s| 63800 |   615 |439144 |   6.9 |8474k|  98 |  24 | 540 |4465 | 540 | 434 |  52 |  29k|4823 | 0.000000e+00 |      --      |    Inf 
41.38/41.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.38/41.49	c  41.5s| 63900 |   613 |439786 |   6.9 |8484k|  98 |   - | 540 |4480 | 540 | 434 |  52 |  29k|4823 | 0.000000e+00 |      --      |    Inf 
41.47/41.55	c  41.6s| 64000 |   613 |440352 |   6.9 |8502k|  98 |  26 | 540 |4523 | 540 | 434 |  52 |  29k|4823 | 0.000000e+00 |      --      |    Inf 
41.58/41.63	c  41.6s| 64100 |   615 |440965 |   6.9 |8498k|  98 |   - | 540 |4482 | 540 | 434 |  52 |  29k|4852 | 0.000000e+00 |      --      |    Inf 
41.58/41.69	c  41.7s| 64200 |   618 |441566 |   6.9 |8482k|  98 |  15 | 540 |4428 | 540 | 434 |  52 |  29k|4862 | 0.000000e+00 |      --      |    Inf 
41.68/41.75	c  41.8s| 64300 |   618 |442213 |   6.9 |8489k|  98 |  14 | 540 |4440 | 540 | 434 |  52 |  29k|4865 | 0.000000e+00 |      --      |    Inf 
41.78/41.81	c  41.8s| 64400 |   618 |442779 |   6.9 |8490k|  98 |  20 | 540 |4446 | 540 | 434 |  52 |  29k|4872 | 0.000000e+00 |      --      |    Inf 
41.78/41.87	c  41.9s| 64500 |   618 |443568 |   6.9 |8499k|  98 |  29 | 540 |4469 | 540 | 434 |  52 |  29k|4873 | 0.000000e+00 |      --      |    Inf 
41.87/41.92	c  41.9s| 64600 |   622 |444193 |   6.9 |8509k|  98 |  14 | 540 |4482 | 540 | 434 |  52 |  29k|4876 | 0.000000e+00 |      --      |    Inf 
41.87/41.98	c  42.0s| 64700 |   619 |444685 |   6.9 |8504k|  98 |   - | 540 |4473 | 540 | 434 |  52 |  29k|4879 | 0.000000e+00 |      --      |    Inf 
41.97/42.03	c  42.0s| 64800 |   621 |445178 |   6.9 |8504k|  98 |  19 | 540 |4480 | 540 | 434 |  52 |  30k|4879 | 0.000000e+00 |      --      |    Inf 
41.97/42.08	c  42.1s| 64900 |   617 |445674 |   6.9 |8497k|  98 |  11 | 540 |4490 | 540 | 434 |  52 |  30k|4879 | 0.000000e+00 |      --      |    Inf 
42.08/42.14	c  42.1s| 65000 |   619 |446370 |   6.9 |8490k|  98 |  10 | 540 |4479 | 540 | 434 |  52 |  30k|4883 | 0.000000e+00 |      --      |    Inf 
42.17/42.20	c  42.2s| 65100 |   617 |447020 |   6.9 |8488k|  98 |   - | 540 |4474 | 540 | 434 |  52 |  30k|4883 | 0.000000e+00 |      --      |    Inf 
42.17/42.24	c  42.2s| 65200 |   622 |447350 |   6.8 |8505k|  98 |  10 | 540 |4505 | 540 | 434 |  52 |  30k|4883 | 0.000000e+00 |      --      |    Inf 
42.28/42.30	c  42.3s| 65300 |   620 |448120 |   6.8 |8521k|  98 |   - | 540 |4544 | 540 | 434 |  52 |  30k|4884 | 0.000000e+00 |      --      |    Inf 
42.28/42.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.28/42.36	c  42.4s| 65400 |   616 |449034 |   6.8 |8530k|  98 |   - | 540 |4583 | 540 | 434 |  52 |  30k|4884 | 0.000000e+00 |      --      |    Inf 
42.37/42.42	c  42.4s| 65500 |   618 |449625 |   6.8 |8550k|  98 |   - | 540 |4625 | 540 | 434 |  52 |  30k|4888 | 0.000000e+00 |      --      |    Inf 
42.37/42.47	c  42.5s| 65600 |   618 |450263 |   6.8 |8563k|  98 |   - | 540 |4659 | 540 | 434 |  52 |  30k|4889 | 0.000000e+00 |      --      |    Inf 
42.47/42.52	c  42.5s| 65700 |   620 |450842 |   6.8 |8583k|  98 |   - | 540 |4692 | 540 | 434 |  52 |  30k|4889 | 0.000000e+00 |      --      |    Inf 
42.47/42.57	c  42.6s| 65800 |   619 |451374 |   6.8 |8596k|  98 |   - | 540 |4733 | 540 | 434 |  52 |  30k|4890 | 0.000000e+00 |      --      |    Inf 
42.57/42.63	c  42.6s| 65900 |   621 |452086 |   6.8 |8616k|  98 |   - | 540 |4773 | 540 | 434 |  52 |  30k|4895 | 0.000000e+00 |      --      |    Inf 
42.57/42.69	c  42.7s| 66000 |   623 |452670 |   6.8 |8636k|  98 |   - | 540 |4815 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.67/42.74	c  42.7s| 66100 |   623 |453262 |   6.8 |8662k|  98 |   - | 540 |4882 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.67/42.79	c  42.8s| 66200 |   625 |453980 |   6.8 |8683k|  98 |  17 | 540 |4930 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.78/42.84	c  42.8s| 66300 |   623 |454477 |   6.8 |8703k|  98 |  21 | 540 |4986 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.78/42.90	c  42.9s| 66400 |   621 |455068 |   6.8 |8721k|  98 |  30 | 540 |5036 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.88/42.95	c  43.0s| 66500 |   625 |455705 |   6.8 |8747k|  98 |  15 | 540 |5084 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.98/43.00	c  43.0s| 66600 |   623 |456333 |   6.8 |8763k|  98 |  12 | 540 |5133 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
42.98/43.06	c  43.1s| 66700 |   623 |457096 |   6.8 |8786k|  98 |   - | 540 |5183 | 540 | 434 |  52 |  30k|4896 | 0.000000e+00 |      --      |    Inf 
43.07/43.11	c  43.1s| 66800 |   621 |457636 |   6.8 |8801k|  98 |   - | 540 |5225 | 540 | 434 |  52 |  30k|4897 | 0.000000e+00 |      --      |    Inf 
43.07/43.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.07/43.16	c  43.2s| 66900 |   621 |457964 |   6.8 |8824k|  98 |   - | 540 |5278 | 540 | 434 |  52 |  31k|4898 | 0.000000e+00 |      --      |    Inf 
43.17/43.22	c  43.2s| 67000 |   618 |458730 |   6.8 |8843k|  98 |   - | 540 |5329 | 540 | 434 |  52 |  31k|4899 | 0.000000e+00 |      --      |    Inf 
43.17/43.29	c  43.3s| 67100 |   616 |459561 |   6.8 |8841k|  98 |  32 | 540 |5321 | 540 | 434 |  52 |  31k|4907 | 0.000000e+00 |      --      |    Inf 
43.28/43.35	c  43.4s| 67200 |   617 |460117 |   6.8 |8838k|  98 |   - | 540 |5278 | 540 | 434 |  52 |  31k|4912 | 0.000000e+00 |      --      |    Inf 
43.37/43.42	c  43.4s| 67300 |   615 |460592 |   6.8 |8831k|  98 |  25 | 540 |5268 | 540 | 434 |  52 |  31k|4928 | 0.000000e+00 |      --      |    Inf 
43.37/43.47	c  43.5s| 67400 |   613 |461215 |   6.8 |8840k|  98 |   - | 540 |5291 | 540 | 434 |  52 |  31k|4928 | 0.000000e+00 |      --      |    Inf 
43.47/43.53	c  43.5s| 67500 |   617 |461813 |   6.8 |8853k|  98 |  16 | 540 |5267 | 540 | 434 |  52 |  31k|4930 | 0.000000e+00 |      --      |    Inf 
43.47/43.59	c  43.6s| 67600 |   615 |462503 |   6.8 |8867k|  98 |  25 | 540 |5291 | 540 | 434 |  52 |  31k|4935 | 0.000000e+00 |      --      |    Inf 
43.57/43.64	c  43.6s| 67700 |   615 |463192 |   6.8 |8880k|  98 |  23 | 540 |5327 | 540 | 434 |  52 |  31k|4936 | 0.000000e+00 |      --      |    Inf 
43.67/43.70	c  43.7s| 67800 |   617 |463832 |   6.8 |8898k|  98 |   - | 540 |5348 | 540 | 434 |  52 |  31k|4938 | 0.000000e+00 |      --      |    Inf 
43.67/43.76	c  43.8s| 67900 |   617 |464535 |   6.8 |8898k|  98 |  29 | 540 |5354 | 540 | 434 |  52 |  31k|4947 | 0.000000e+00 |      --      |    Inf 
43.78/43.82	c  43.8s| 68000 |   619 |465166 |   6.8 |8912k|  98 |  19 | 540 |5373 | 540 | 434 |  52 |  31k|4954 | 0.000000e+00 |      --      |    Inf 
43.78/43.89	c  43.9s| 68100 |   619 |465796 |   6.8 |8924k|  98 |  24 | 540 |5403 | 540 | 434 |  52 |  31k|4967 | 0.000000e+00 |      --      |    Inf 
43.88/43.95	c  44.0s| 68200 |   619 |466552 |   6.8 |8932k|  98 |  19 | 540 |5421 | 540 | 434 |  52 |  31k|4977 | 0.000000e+00 |      --      |    Inf 
43.98/44.02	c  44.0s| 68300 |   615 |467203 |   6.8 |8945k|  98 |   - | 540 |5462 | 540 | 434 |  52 |  31k|4987 | 0.000000e+00 |      --      |    Inf 
43.98/44.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.98/44.08	c  44.1s| 68400 |   618 |467683 |   6.8 |8967k|  98 |  25 | 540 |5506 | 540 | 434 |  52 |  31k|4998 | 0.000000e+00 |      --      |    Inf 
44.08/44.14	c  44.1s| 68500 |   617 |468276 |   6.8 |8981k|  98 |  22 | 540 |5549 | 540 | 434 |  52 |  31k|5007 | 0.000000e+00 |      --      |    Inf 
44.17/44.20	c  44.2s| 68600 |   617 |468949 |   6.8 |8996k|  98 |  21 | 540 |5589 | 540 | 434 |  52 |  31k|5011 | 0.000000e+00 |      --      |    Inf 
44.17/44.26	c  44.3s| 68700 |   617 |469636 |   6.8 |9019k|  98 |   - | 540 |5638 | 540 | 434 |  52 |  31k|5014 | 0.000000e+00 |      --      |    Inf 
44.27/44.32	c  44.3s| 68800 |   615 |470273 |   6.8 |9038k|  98 |   - | 540 |5689 | 540 | 434 |  52 |  31k|5018 | 0.000000e+00 |      --      |    Inf 
44.27/44.38	c  44.4s| 68900 |   617 |470911 |   6.8 |9059k|  98 |  17 | 540 |5730 | 540 | 434 |  52 |  31k|5019 | 0.000000e+00 |      --      |    Inf 
44.38/44.43	c  44.4s| 69000 |   613 |471489 |   6.8 |9069k|  98 |  32 | 540 |5778 | 540 | 434 |  52 |  32k|5020 | 0.000000e+00 |      --      |    Inf 
44.47/44.51	c  44.5s| 69100 |   618 |472213 |   6.8 |9073k|  98 |  14 | 540 |5759 | 540 | 434 |  52 |  32k|5044 | 0.000000e+00 |      --      |    Inf 
44.47/44.58	c  44.6s| 69200 |   616 |472863 |   6.8 |8988k|  98 |  20 | 540 |5577 | 540 | 434 |  52 |  32k|5058 | 0.000000e+00 |      --      |    Inf 
44.58/44.64	c  44.6s| 69300 |   615 |473525 |   6.8 |8896k|  98 |   - | 540 |5354 | 540 | 434 |  52 |  32k|5061 | 0.000000e+00 |      --      |    Inf 
44.67/44.70	c  44.7s| 69400 |   617 |474167 |   6.8 |8863k|  98 |  25 | 540 |5257 | 540 | 434 |  52 |  32k|5063 | 0.000000e+00 |      --      |    Inf 
44.67/44.76	c  44.8s| 69500 |   617 |474803 |   6.8 |8835k|  98 |   - | 540 |5178 | 540 | 434 |  52 |  32k|5067 | 0.000000e+00 |      --      |    Inf 
44.78/44.82	c  44.8s| 69600 |   618 |475478 |   6.8 |8797k|  98 |   - | 540 |5085 | 540 | 434 |  52 |  32k|5069 | 0.000000e+00 |      --      |    Inf 
44.78/44.88	c  44.9s| 69700 |   620 |476113 |   6.8 |8792k|  98 |   - | 540 |5044 | 540 | 434 |  52 |  32k|5073 | 0.000000e+00 |      --      |    Inf 
44.88/44.94	c  44.9s| 69800 |   620 |476757 |   6.8 |8783k|  98 |   - | 540 |5018 | 540 | 434 |  52 |  32k|5075 | 0.000000e+00 |      --      |    Inf 
44.98/45.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.98/45.01	c  45.0s| 69900 |   620 |477373 |   6.8 |8772k|  98 |   - | 540 |4989 | 540 | 434 |  52 |  32k|5081 | 0.000000e+00 |      --      |    Inf 
44.98/45.07	c  45.1s| 70000 |   618 |477951 |   6.8 |8754k|  98 |   - | 540 |4948 | 540 | 434 |  52 |  32k|5088 | 0.000000e+00 |      --      |    Inf 
45.08/45.14	c  45.1s| 70100 |   619 |478551 |   6.8 |8725k|  98 |  21 | 540 |4869 | 540 | 434 |  52 |  32k|5104 | 0.000000e+00 |      --      |    Inf 
45.18/45.20	c  45.2s| 70200 |   619 |479085 |   6.8 |8718k|  98 |   - | 540 |4837 | 540 | 434 |  52 |  32k|5106 | 0.000000e+00 |      --      |    Inf 
45.18/45.26	c  45.3s| 70300 |   618 |479710 |   6.8 |8714k|  98 |   - | 540 |4829 | 540 | 434 |  52 |  32k|5108 | 0.000000e+00 |      --      |    Inf 
45.27/45.32	c  45.3s| 70400 |   616 |480397 |   6.8 |8702k|  98 |   - | 540 |4817 | 540 | 434 |  52 |  32k|5108 | 0.000000e+00 |      --      |    Inf 
45.27/45.37	c  45.4s| 70500 |   616 |480958 |   6.8 |8708k|  98 |   - | 540 |4817 | 540 | 434 |  52 |  32k|5108 | 0.000000e+00 |      --      |    Inf 
45.38/45.43	c  45.4s| 70600 |   616 |481678 |   6.8 |8720k|  98 |   - | 540 |4841 | 540 | 434 |  52 |  32k|5108 | 0.000000e+00 |      --      |    Inf 
45.38/45.49	c  45.5s| 70700 |   614 |482226 |   6.8 |8732k|  98 |   - | 540 |4874 | 540 | 434 |  52 |  32k|5109 | 0.000000e+00 |      --      |    Inf 
45.48/45.55	c  45.5s| 70800 |   618 |482851 |   6.8 |8755k|  98 |  14 | 540 |4918 | 540 | 434 |  52 |  33k|5111 | 0.000000e+00 |      --      |    Inf 
45.57/45.61	c  45.6s| 70900 |   616 |483477 |   6.8 |8775k|  98 |  13 | 540 |4968 | 540 | 434 |  52 |  33k|5115 | 0.000000e+00 |      --      |    Inf 
45.57/45.68	c  45.7s| 71000 |   618 |484234 |   6.8 |8775k|  98 |   - | 540 |4960 | 540 | 434 |  52 |  33k|5119 | 0.000000e+00 |      --      |    Inf 
45.67/45.73	c  45.7s| 71100 |   616 |484931 |   6.8 |8763k|  98 |  31 | 540 |4950 | 540 | 434 |  52 |  33k|5119 | 0.000000e+00 |      --      |    Inf 
45.77/45.80	c  45.8s| 71200 |   614 |485680 |   6.8 |8769k|  98 |   - | 540 |4956 | 540 | 434 |  52 |  33k|5122 | 0.000000e+00 |      --      |    Inf 
45.77/45.86	c  45.9s| 71300 |   616 |486394 |   6.8 |8761k|  98 |  10 | 540 |4935 | 540 | 434 |  52 |  33k|5124 | 0.000000e+00 |      --      |    Inf 
45.87/45.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.87/45.92	c  45.9s| 71400 |   618 |487047 |   6.8 |8776k|  98 |  12 | 540 |4951 | 540 | 434 |  52 |  33k|5124 | 0.000000e+00 |      --      |    Inf 
45.87/45.98	c  46.0s| 71500 |   617 |487682 |   6.8 |8773k|  98 |   - | 540 |4946 | 540 | 434 |  52 |  33k|5132 | 0.000000e+00 |      --      |    Inf 
45.97/46.06	c  46.1s| 71600 |   619 |488516 |   6.8 |8718k|  98 |   - | 540 |4793 | 540 | 434 |  52 |  33k|5152 | 0.000000e+00 |      --      |    Inf 
46.08/46.12	c  46.1s| 71700 |   623 |489034 |   6.8 |8652k|  98 |  23 | 540 |4606 | 540 | 434 |  52 |  33k|5163 | 0.000000e+00 |      --      |    Inf 
46.08/46.18	c  46.2s| 71800 |   623 |489519 |   6.8 |8562k|  98 |   - | 540 |4370 | 540 | 434 |  52 |  33k|5163 | 0.000000e+00 |      --      |    Inf 
46.18/46.23	c  46.2s| 71900 |   623 |490016 |   6.8 |8464k|  98 |  35 | 540 |4116 | 540 | 434 |  52 |  33k|5168 | 0.000000e+00 |      --      |    Inf 
46.18/46.29	c  46.3s| 72000 |   620 |490503 |   6.8 |8464k|  98 |  29 | 540 |4122 | 540 | 434 |  52 |  33k|5168 | 0.000000e+00 |      --      |    Inf 
46.27/46.34	c  46.3s| 72100 |   618 |491109 |   6.8 |8460k|  98 |   - | 540 |4094 | 540 | 434 |  52 |  33k|5170 | 0.000000e+00 |      --      |    Inf 
46.38/46.40	c  46.4s| 72200 |   620 |491786 |   6.8 |8425k|  98 |  13 | 540 |4013 | 540 | 434 |  52 |  33k|5171 | 0.000000e+00 |      --      |    Inf 
46.38/46.46	c  46.5s| 72300 |   622 |492400 |   6.8 |8416k|  98 |   - | 540 |3970 | 540 | 434 |  52 |  33k|5175 | 0.000000e+00 |      --      |    Inf 
46.47/46.52	c  46.5s| 72400 |   624 |492995 |   6.8 |8400k|  98 |  19 | 540 |3928 | 540 | 434 |  52 |  33k|5176 | 0.000000e+00 |      --      |    Inf 
46.47/46.58	c  46.6s| 72500 |   626 |493591 |   6.8 |8414k|  98 |  18 | 540 |3951 | 540 | 434 |  52 |  33k|5180 | 0.000000e+00 |      --      |    Inf 
46.57/46.63	c  46.6s| 72600 |   628 |494232 |   6.8 |8420k|  98 |  20 | 540 |3952 | 540 | 434 |  52 |  33k|5182 | 0.000000e+00 |      --      |    Inf 
46.57/46.69	c  46.7s| 72700 |   628 |494736 |   6.8 |8445k|  98 |   - | 540 |4000 | 540 | 434 |  52 |  34k|5183 | 0.000000e+00 |      --      |    Inf 
46.67/46.74	c  46.7s| 72800 |   630 |495364 |   6.8 |8468k|  98 |  21 | 540 |4042 | 540 | 434 |  52 |  34k|5183 | 0.000000e+00 |      --      |    Inf 
46.78/46.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.78/46.81	c  46.8s| 72900 |   630 |496015 |   6.8 |8495k|  98 |  26 | 540 |4097 | 540 | 434 |  52 |  34k|5191 | 0.000000e+00 |      --      |    Inf 
46.78/46.87	c  46.9s| 73000 |   632 |496555 |   6.8 |8516k|  98 |   - | 540 |4117 | 540 | 434 |  52 |  34k|5196 | 0.000000e+00 |      --      |    Inf 
46.88/46.93	c  46.9s| 73100 |   632 |497135 |   6.8 |8543k|  98 |  14 | 540 |4170 | 540 | 434 |  52 |  34k|5200 | 0.000000e+00 |      --      |    Inf 
46.88/46.99	c  47.0s| 73200 |   628 |497647 |   6.8 |8563k|  98 |  22 | 540 |4219 | 540 | 434 |  52 |  34k|5218 | 0.000000e+00 |      --      |    Inf 
46.97/47.05	c  47.1s| 73300 |   626 |498158 |   6.8 |8582k|  98 |  20 | 540 |4267 | 540 | 434 |  52 |  34k|5220 | 0.000000e+00 |      --      |    Inf 
47.07/47.11	c  47.1s| 73400 |   621 |498715 |   6.8 |8591k|  98 |   - | 540 |4301 | 540 | 434 |  52 |  34k|5222 | 0.000000e+00 |      --      |    Inf 
47.07/47.17	c  47.2s| 73500 |   624 |499320 |   6.8 |8574k|  98 |  16 | 540 |4264 | 540 | 434 |  52 |  34k|5229 | 0.000000e+00 |      --      |    Inf 
47.18/47.23	c  47.2s| 73600 |   628 |499934 |   6.8 |8562k|  98 |  13 | 540 |4219 | 540 | 434 |  52 |  34k|5229 | 0.000000e+00 |      --      |    Inf 
47.18/47.28	c  47.3s| 73700 |   626 |500593 |   6.8 |8564k|  98 |  30 | 540 |4231 | 540 | 434 |  52 |  34k|5229 | 0.000000e+00 |      --      |    Inf 
47.28/47.34	c  47.3s| 73800 |   626 |501207 |   6.8 |8576k|  98 |  24 | 540 |4247 | 540 | 434 |  52 |  34k|5231 | 0.000000e+00 |      --      |    Inf 
47.37/47.41	c  47.4s| 73900 |   624 |501906 |   6.8 |8578k|  98 |  15 | 540 |4260 | 540 | 434 |  52 |  34k|5231 | 0.000000e+00 |      --      |    Inf 
47.37/47.47	c  47.5s| 74000 |   624 |502543 |   6.8 |8553k|  98 |   - | 540 |4181 | 540 | 434 |  52 |  34k|5234 | 0.000000e+00 |      --      |    Inf 
47.47/47.53	c  47.5s| 74100 |   624 |503271 |   6.8 |8558k|  98 |   - | 540 |4184 | 540 | 434 |  52 |  34k|5234 | 0.000000e+00 |      --      |    Inf 
47.47/47.59	c  47.6s| 74200 |   622 |503945 |   6.8 |8586k|  98 |   - | 540 |4237 | 540 | 434 |  52 |  34k|5241 | 0.000000e+00 |      --      |    Inf 
47.58/47.65	c  47.7s| 74300 |   624 |504562 |   6.8 |8606k|  98 |  21 | 540 |4289 | 540 | 434 |  52 |  35k|5244 | 0.000000e+00 |      --      |    Inf 
47.67/47.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.67/47.71	c  47.7s| 74400 |   628 |505279 |   6.8 |8619k|  98 |  21 | 540 |4309 | 540 | 434 |  52 |  35k|5246 | 0.000000e+00 |      --      |    Inf 
47.67/47.77	c  47.8s| 74500 |   624 |505944 |   6.8 |8646k|  98 |   - | 540 |4356 | 540 | 434 |  52 |  35k|5248 | 0.000000e+00 |      --      |    Inf 
47.77/47.84	c  47.8s| 74600 |   626 |506576 |   6.8 |8672k|  98 |  22 | 540 |4408 | 540 | 434 |  52 |  35k|5265 | 0.000000e+00 |      --      |    Inf 
47.88/47.90	c  47.9s| 74700 |   624 |507175 |   6.8 |8698k|  98 |  18 | 540 |4466 | 540 | 434 |  52 |  35k|5272 | 0.000000e+00 |      --      |    Inf 
47.88/47.97	c  48.0s| 74800 |   626 |507847 |   6.8 |8723k|  98 |  26 | 540 |4521 | 540 | 434 |  52 |  35k|5278 | 0.000000e+00 |      --      |    Inf 
47.97/48.03	c  48.0s| 74900 |   627 |508432 |   6.8 |8751k|  98 |  29 | 540 |4578 | 540 | 434 |  52 |  35k|5283 | 0.000000e+00 |      --      |    Inf 
48.08/48.10	c  48.1s| 75000 |   626 |509075 |   6.8 |8781k|  98 |  21 | 540 |4637 | 540 | 434 |  52 |  35k|5294 | 0.000000e+00 |      --      |    Inf 
48.08/48.15	c  48.2s| 75100 |   626 |509565 |   6.8 |8813k|  98 |   - | 540 |4706 |   0 |   0 |  52 |  35k|5296 | 0.000000e+00 |      --      |    Inf 
48.17/48.20	c  48.2s| 75200 |   626 |510148 |   6.8 |8836k|  98 |  25 | 540 |4766 | 540 | 434 |  52 |  35k|5297 | 0.000000e+00 |      --      |    Inf 
48.17/48.26	c  48.3s| 75300 |   627 |510790 |   6.8 |8868k|  98 |   - | 540 |4826 | 540 | 434 |  52 |  35k|5298 | 0.000000e+00 |      --      |    Inf 
48.28/48.32	c  48.3s| 75400 |   628 |511502 |   6.8 |8895k|  98 |  15 | 540 |4881 | 540 | 434 |  52 |  35k|5301 | 0.000000e+00 |      --      |    Inf 
48.28/48.39	c  48.4s| 75500 |   626 |512225 |   6.8 |8911k|  98 |  25 | 540 |4931 | 540 | 434 |  52 |  35k|5306 | 0.000000e+00 |      --      |    Inf 
48.38/48.45	c  48.4s| 75600 |   628 |512874 |   6.8 |8942k|  98 |   8 | 540 |4987 | 540 | 434 |  52 |  35k|5309 | 0.000000e+00 |      --      |    Inf 
48.47/48.50	c  48.5s| 75700 |   626 |513481 |   6.8 |8964k|  98 |   - | 540 |5038 | 540 | 434 |  52 |  35k|5311 | 0.000000e+00 |      --      |    Inf 
48.47/48.56	c  48.6s| 75800 |   626 |514137 |   6.8 |8987k|  98 |  26 | 540 |5091 | 540 | 434 |  52 |  35k|5311 | 0.000000e+00 |      --      |    Inf 
48.57/48.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.57/48.62	c  48.6s| 75900 |   626 |514758 |   6.8 |9015k|  98 |   - | 540 |5142 | 540 | 434 |  52 |  36k|5311 | 0.000000e+00 |      --      |    Inf 
48.57/48.68	c  48.7s| 76000 |   626 |515333 |   6.8 |9038k|  98 |  15 | 540 |5191 | 540 | 434 |  52 |  36k|5313 | 0.000000e+00 |      --      |    Inf 
48.68/48.73	c  48.7s| 76100 |   624 |515945 |   6.8 |9071k|  98 |  35 | 540 |5245 | 540 | 434 |  52 |  36k|5315 | 0.000000e+00 |      --      |    Inf 
48.68/48.79	c  48.8s| 76200 |   624 |516576 |   6.8 |9097k|  98 |   - | 540 |5301 | 540 | 434 |  52 |  36k|5317 | 0.000000e+00 |      --      |    Inf 
48.77/48.85	c  48.9s| 76300 |   624 |517270 |   6.8 |9113k|  98 |   - | 540 |5334 | 540 | 434 |  52 |  36k|5321 | 0.000000e+00 |      --      |    Inf 
48.88/48.91	c  48.9s| 76400 |   624 |517942 |   6.8 |9126k|  98 |  27 | 540 |5371 | 540 | 434 |  52 |  36k|5322 | 0.000000e+00 |      --      |    Inf 
48.88/48.97	c  49.0s| 76500 |   628 |518630 |   6.8 |9152k|  98 |  23 | 540 |5410 | 540 | 434 |  52 |  36k|5327 | 0.000000e+00 |      --      |    Inf 
48.97/49.03	c  49.0s| 76600 |   624 |519293 |   6.8 |9171k|  98 |   - | 540 |5458 | 540 | 434 |  52 |  36k|5327 | 0.000000e+00 |      --      |    Inf 
48.97/49.09	c  49.1s| 76700 |   624 |519938 |   6.8 |9189k|  98 |  26 | 540 |5501 | 540 | 434 |  52 |  36k|5327 | 0.000000e+00 |      --      |    Inf 
49.08/49.15	c  49.2s| 76800 |   624 |520643 |   6.8 |9213k|  98 |  22 | 540 |5546 | 540 | 434 |  52 |  36k|5330 | 0.000000e+00 |      --      |    Inf 
49.18/49.21	c  49.2s| 76900 |   622 |521442 |   6.8 |9220k|  98 |  14 | 540 |5568 | 540 | 434 |  52 |  36k|5332 | 0.000000e+00 |      --      |    Inf 
49.18/49.28	c  49.3s| 77000 |   620 |522227 |   6.8 |9247k|  98 |   - | 540 |5626 | 540 | 434 |  52 |  36k|5333 | 0.000000e+00 |      --      |    Inf 
49.27/49.34	c  49.3s| 77100 |   622 |522951 |   6.8 |9277k|  98 |   - | 540 |5682 | 540 | 434 |  52 |  36k|5334 | 0.000000e+00 |      --      |    Inf 
49.27/49.40	c  49.4s| 77200 |   622 |523660 |   6.8 |9299k|  98 |  22 | 540 |5734 | 540 | 434 |  52 |  36k|5335 | 0.000000e+00 |      --      |    Inf 
49.37/49.46	c  49.5s| 77300 |   624 |524302 |   6.8 |9329k|  98 |  15 | 540 |5789 | 540 | 434 |  52 |  36k|5336 | 0.000000e+00 |      --      |    Inf 
49.48/49.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.48/49.52	c  49.5s| 77400 |   619 |524995 |   6.8 |9350k|  98 |   - | 540 |5843 | 540 | 434 |  52 |  36k|5337 | 0.000000e+00 |      --      |    Inf 
49.48/49.58	c  49.6s| 77500 |   623 |525725 |   6.8 |9368k|  98 |   - | 540 |5861 | 540 | 434 |  52 |  36k|5340 | 0.000000e+00 |      --      |    Inf 
49.57/49.64	c  49.6s| 77600 |   618 |526362 |   6.8 |9373k|  98 |   - | 540 |5888 | 540 | 434 |  52 |  36k|5341 | 0.000000e+00 |      --      |    Inf 
49.67/49.72	c  49.7s| 77700 |   625 |527100 |   6.8 |9322k|  98 |   - | 540 |5713 | 540 | 434 |  52 |  37k|5360 | 0.000000e+00 |      --      |    Inf 
49.67/49.79	c  49.8s| 77800 |   625 |527723 |   6.8 |9197k|  98 |   8 | 540 |5420 | 540 | 434 |  52 |  37k|5368 | 0.000000e+00 |      --      |    Inf 
49.77/49.86	c  49.9s| 77900 |   630 |528370 |   6.8 |9155k|  98 |  36 | 540 |5269 | 540 | 434 |  52 |  37k|5382 | 0.000000e+00 |      --      |    Inf 
49.87/49.93	c  49.9s| 78000 |   630 |529035 |   6.8 |9074k|  98 |   - | 540 |5066 | 540 | 434 |  52 |  37k|5393 | 0.000000e+00 |      --      |    Inf 
49.97/50.00	c  50.0s| 78100 |   628 |529693 |   6.8 |9046k|  98 |  26 | 540 |5003 | 540 | 434 |  52 |  37k|5399 | 0.000000e+00 |      --      |    Inf 
49.97/50.06	c  50.1s| 78200 |   628 |530285 |   6.8 |9009k|  98 |  23 | 540 |4893 | 540 | 434 |  52 |  37k|5403 | 0.000000e+00 |      --      |    Inf 
50.08/50.13	c  50.1s| 78300 |   628 |531116 |   6.8 |8928k|  98 |   - | 540 |4688 | 540 | 434 |  52 |  37k|5408 | 0.000000e+00 |      --      |    Inf 
50.08/50.19	c  50.2s| 78400 |   630 |531793 |   6.8 |8869k|  98 |  17 | 540 |4558 | 540 | 434 |  52 |  37k|5409 | 0.000000e+00 |      --      |    Inf 
50.18/50.25	c  50.2s| 78500 |   631 |532445 |   6.8 |8826k|  98 |  23 | 540 |4455 | 540 | 434 |  52 |  37k|5411 | 0.000000e+00 |      --      |    Inf 
50.28/50.31	c  50.3s| 78600 |   631 |533124 |   6.8 |8810k|  98 |   - | 540 |4403 | 540 | 434 |  52 |  37k|5420 | 0.000000e+00 |      --      |    Inf 
50.28/50.37	c  50.4s| 78700 |   631 |533845 |   6.8 |8828k|  98 |   - | 540 |4427 | 540 | 434 |  52 |  37k|5422 | 0.000000e+00 |      --      |    Inf 
50.37/50.44	c  50.4s| 78800 |   629 |534357 |   6.8 |8837k|  98 |  17 | 540 |4453 | 540 | 434 |  52 |  37k|5435 | 0.000000e+00 |      --      |    Inf 
50.37/50.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.37/50.50	c  50.5s| 78900 |   631 |535057 |   6.8 |8860k|  98 |  15 | 540 |4499 | 540 | 434 |  52 |  37k|5441 | 0.000000e+00 |      --      |    Inf 
50.48/50.56	c  50.6s| 79000 |   627 |535697 |   6.8 |8876k|  98 |   - | 540 |4547 | 540 | 434 |  52 |  37k|5443 | 0.000000e+00 |      --      |    Inf 
50.58/50.62	c  50.6s| 79100 |   631 |536409 |   6.8 |8881k|  98 |   - | 540 |4544 | 540 | 434 |  52 |  37k|5448 | 0.000000e+00 |      --      |    Inf 
50.58/50.68	c  50.7s| 79200 |   629 |536987 |   6.8 |8899k|  98 |   - | 540 |4592 | 540 | 434 |  52 |  37k|5449 | 0.000000e+00 |      --      |    Inf 
50.67/50.73	c  50.7s| 79300 |   631 |537575 |   6.8 |8924k|  98 |   8 | 540 |4645 | 540 | 434 |  52 |  37k|5450 | 0.000000e+00 |      --      |    Inf 
50.67/50.79	c  50.8s| 79400 |   627 |538272 |   6.8 |8948k|  98 |   - | 540 |4701 | 540 | 434 |  52 |  37k|5450 | 0.000000e+00 |      --      |    Inf 
50.78/50.85	c  50.9s| 79500 |   631 |539019 |   6.8 |8974k|  98 |  16 | 540 |4751 | 540 | 434 |  52 |  38k|5453 | 0.000000e+00 |      --      |    Inf 
50.88/50.92	c  50.9s| 79600 |   631 |539852 |   6.8 |9000k|  98 |   - | 540 |4799 | 540 | 434 |  52 |  38k|5461 | 0.000000e+00 |      --      |    Inf 
50.88/50.98	c  51.0s| 79700 |   631 |540581 |   6.8 |9032k|  98 |   - | 540 |4860 | 540 | 434 |  52 |  38k|5464 | 0.000000e+00 |      --      |    Inf 
50.97/51.05	c  51.0s| 79800 |   637 |541429 |   6.8 |9055k|  98 |  14 | 540 |4902 | 540 | 434 |  52 |  38k|5465 | 0.000000e+00 |      --      |    Inf 
51.07/51.10	c  51.1s| 79900 |   633 |542068 |   6.8 |9079k|  98 |   - | 540 |4956 | 540 | 434 |  52 |  38k|5465 | 0.000000e+00 |      --      |    Inf 
51.07/51.16	c  51.2s| 80000 |   633 |542722 |   6.8 |9099k|  98 |   - | 540 |5010 | 540 | 434 |  52 |  38k|5465 | 0.000000e+00 |      --      |    Inf 
51.17/51.22	c  51.2s| 80100 |   633 |543375 |   6.8 |9118k|  98 |  25 | 540 |5060 | 540 | 434 |  52 |  38k|5466 | 0.000000e+00 |      --      |    Inf 
51.17/51.28	c  51.3s| 80200 |   633 |544072 |   6.8 |9139k|  98 |   - | 540 |5097 | 540 | 434 |  52 |  38k|5477 | 0.000000e+00 |      --      |    Inf 
51.27/51.36	c  51.4s| 80300 |   635 |544807 |   6.8 |9159k|  98 |  34 | 540 |5145 | 540 | 434 |  52 |  38k|5492 | 0.000000e+00 |      --      |    Inf 
51.38/51.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.38/51.42	c  51.4s| 80400 |   632 |545432 |   6.8 |9178k|  98 |  29 | 540 |5195 | 540 | 434 |  52 |  38k|5504 | 0.000000e+00 |      --      |    Inf 
51.38/51.48	c  51.5s| 80500 |   634 |546045 |   6.8 |9194k|  98 |  25 | 540 |5227 | 540 | 434 |  52 |  38k|5508 | 0.000000e+00 |      --      |    Inf 
51.47/51.55	c  51.5s| 80600 |   634 |546821 |   6.8 |9224k|  98 |   - | 540 |5283 | 540 | 434 |  52 |  38k|5515 | 0.000000e+00 |      --      |    Inf 
51.58/51.61	c  51.6s| 80700 |   634 |547485 |   6.8 |9242k|  98 |   - | 540 |5324 | 540 | 434 |  52 |  38k|5520 | 0.000000e+00 |      --      |    Inf 
51.58/51.66	c  51.7s| 80800 |   632 |548030 |   6.8 |9257k|  98 |  22 | 540 |5365 | 540 | 434 |  52 |  38k|5520 | 0.000000e+00 |      --      |    Inf 
51.68/51.72	c  51.7s| 80900 |   628 |548624 |   6.8 |9277k|  98 |   - | 540 |5415 | 540 | 434 |  52 |  38k|5526 | 0.000000e+00 |      --      |    Inf 
51.68/51.79	c  51.8s| 81000 |   626 |549318 |   6.8 |9299k|  98 |   - | 540 |5461 | 540 | 434 |  52 |  38k|5529 | 0.000000e+00 |      --      |    Inf 
51.78/51.85	c  51.9s| 81100 |   629 |549877 |   6.8 |9314k|  98 |  19 | 540 |5475 | 540 | 434 |  52 |  38k|5539 | 0.000000e+00 |      --      |    Inf 
51.87/51.92	c  51.9s| 81200 |   629 |550489 |   6.8 |9307k|  98 |  20 | 540 |5450 | 540 | 434 |  52 |  38k|5552 | 0.000000e+00 |      --      |    Inf 
51.98/52.00	c  52.0s| 81300 |   633 |551248 |   6.8 |9285k|  98 |   - | 540 |5386 | 540 | 434 |  52 |  38k|5576 | 0.000000e+00 |      --      |    Inf 
51.98/52.07	c  52.1s| 81400 |   633 |551937 |   6.8 |9289k|  98 |  12 | 540 |5399 | 540 | 434 |  52 |  39k|5589 | 0.000000e+00 |      --      |    Inf 
52.07/52.13	c  52.1s| 81500 |   633 |552545 |   6.8 |9310k|  98 |  26 | 540 |5445 | 540 | 434 |  52 |  39k|5600 | 0.000000e+00 |      --      |    Inf 
52.07/52.20	c  52.2s| 81600 |   634 |553192 |   6.8 |9307k|  98 |   9 | 540 |5428 | 540 | 434 |  52 |  39k|5605 | 0.000000e+00 |      --      |    Inf 
52.17/52.25	c  52.3s| 81700 |   634 |553883 |   6.8 |9312k|  98 |  23 | 540 |5436 | 540 | 434 |  52 |  39k|5605 | 0.000000e+00 |      --      |    Inf 
52.27/52.31	c  52.3s| 81800 |   634 |554586 |   6.8 |9329k|  98 |   - | 540 |5470 | 540 | 434 |  52 |  39k|5606 | 0.000000e+00 |      --      |    Inf 
52.27/52.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.27/52.37	c  52.4s| 81900 |   639 |555270 |   6.8 |9357k|  98 |  24 | 540 |5519 | 540 | 434 |  52 |  39k|5608 | 0.000000e+00 |      --      |    Inf 
52.38/52.44	c  52.4s| 82000 |   641 |556160 |   6.8 |9373k|  98 |  23 | 540 |5555 | 540 | 434 |  52 |  39k|5614 | 0.000000e+00 |      --      |    Inf 
52.47/52.50	c  52.5s| 82100 |   643 |556845 |   6.8 |9407k|  98 |   - | 540 |5612 | 540 | 434 |  52 |  39k|5614 | 0.000000e+00 |      --      |    Inf 
52.47/52.56	c  52.6s| 82200 |   637 |557507 |   6.8 |9427k|  98 |   - | 540 |5676 | 540 | 434 |  52 |  39k|5617 | 0.000000e+00 |      --      |    Inf 
52.57/52.62	c  52.6s| 82300 |   637 |558298 |   6.8 |9451k|  98 |   - | 540 |5732 | 540 | 434 |  52 |  39k|5617 | 0.000000e+00 |      --      |    Inf 
52.57/52.68	c  52.7s| 82400 |   637 |558958 |   6.8 |9471k|  98 |  10 | 540 |5781 | 540 | 434 |  52 |  39k|5618 | 0.000000e+00 |      --      |    Inf 
52.67/52.75	c  52.7s| 82500 |   633 |559683 |   6.8 |9491k|  98 |  14 | 540 |5838 | 540 | 434 |  52 |  39k|5619 | 0.000000e+00 |      --      |    Inf 
52.78/52.82	c  52.8s| 82600 |   633 |560600 |   6.8 |9516k|  98 |  26 | 540 |5898 | 540 | 434 |  52 |  39k|5623 | 0.000000e+00 |      --      |    Inf 
52.78/52.88	c  52.9s| 82700 |   629 |561300 |   6.8 |9539k|  98 |   - | 540 |5953 | 540 | 434 |  52 |  39k|5624 | 0.000000e+00 |      --      |    Inf 
52.87/52.94	c  52.9s| 82800 |   629 |561879 |   6.8 |9539k|  98 |  14 | 540 |5955 | 540 | 434 |  52 |  39k|5626 | 0.000000e+00 |      --      |    Inf 
52.97/53.00	c  53.0s| 82900 |   627 |562551 |   6.8 |9526k|  98 |   - | 540 |5942 | 540 | 434 |  52 |  39k|5635 | 0.000000e+00 |      --      |    Inf 
52.97/53.06	c  53.1s| 83000 |   629 |563247 |   6.8 |9516k|  98 |  20 | 540 |5913 | 540 | 434 |  52 |  40k|5636 | 0.000000e+00 |      --      |    Inf 
53.07/53.13	c  53.1s| 83100 |   631 |563975 |   6.8 |9535k|  98 |   - | 540 |5937 | 540 | 434 |  52 |  40k|5643 | 0.000000e+00 |      --      |    Inf 
53.07/53.19	c  53.2s| 83200 |   631 |564643 |   6.8 |9558k|  98 |  19 | 540 |5992 | 540 | 434 |  52 |  40k|5643 | 0.000000e+00 |      --      |    Inf 
53.17/53.25	c  53.3s| 83300 |   629 |565271 |   6.8 |9587k|  98 |   - | 540 |6063 | 540 | 434 |  52 |  40k|5644 | 0.000000e+00 |      --      |    Inf 
53.28/53.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.28/53.31	c  53.3s| 83400 |   633 |565846 |   6.8 |9626k|  98 |  15 | 540 |6141 | 540 | 434 |  52 |  40k|5645 | 0.000000e+00 |      --      |    Inf 
53.28/53.36	c  53.4s| 83500 |   633 |566422 |   6.8 |9655k|  98 |  18 | 540 |6206 | 540 | 434 |  52 |  40k|5645 | 0.000000e+00 |      --      |    Inf 
53.37/53.42	c  53.4s| 83600 |   631 |566954 |   6.8 |9687k|  98 |   - | 540 |6275 | 540 | 434 |  52 |  40k|5646 | 0.000000e+00 |      --      |    Inf 
53.37/53.49	c  53.5s| 83700 |   631 |567577 |   6.8 |9709k|  98 |  22 | 540 |6335 | 540 | 434 |  52 |  40k|5654 | 0.000000e+00 |      --      |    Inf 
53.47/53.55	c  53.5s| 83800 |   631 |568163 |   6.8 |9735k|  98 |   - | 540 |6393 | 540 | 434 |  52 |  40k|5658 | 0.000000e+00 |      --      |    Inf 
53.58/53.60	c  53.6s| 83900 |   633 |568737 |   6.8 |9769k|  98 |   - | 540 |6458 | 540 | 434 |  52 |  40k|5659 | 0.000000e+00 |      --      |    Inf 
53.58/53.66	c  53.7s| 84000 |   631 |569253 |   6.8 |9794k|  98 |   - | 540 |6517 | 540 | 434 |  52 |  40k|5659 | 0.000000e+00 |      --      |    Inf 
53.67/53.72	c  53.7s| 84100 |   633 |569915 |   6.8 |9820k|  98 |  19 | 540 |6578 | 540 | 434 |  52 |  40k|5660 | 0.000000e+00 |      --      |    Inf 
53.67/53.78	c  53.8s| 84200 |   637 |570582 |   6.8 |9861k|  98 |  20 | 540 |6648 | 540 | 434 |  52 |  40k|5663 | 0.000000e+00 |      --      |    Inf 
53.78/53.84	c  53.8s| 84300 |   629 |571129 |   6.8 |9874k|  98 |  36 | 540 |6707 | 540 | 434 |  52 |  40k|5664 | 0.000000e+00 |      --      |    Inf 
53.88/53.90	c  53.9s| 84400 |   633 |571773 |   6.8 |9888k|  98 |  25 | 540 |6726 | 540 | 434 |  52 |  40k|5667 | 0.000000e+00 |      --      |    Inf 
53.88/53.96	c  54.0s| 84500 |   633 |572417 |   6.8 |9889k|  98 |   - | 540 |6719 | 540 | 434 |  52 |  41k|5668 | 0.000000e+00 |      --      |    Inf 
53.97/54.02	c  54.0s| 84600 |   635 |573071 |   6.8 |9908k|  98 |   - | 540 |6758 | 540 | 434 |  52 |  41k|5669 | 0.000000e+00 |      --      |    Inf 
53.97/54.08	c  54.1s| 84700 |   637 |573714 |   6.8 |9936k|  98 |   - | 540 |6814 | 540 | 434 |  52 |  41k|5671 | 0.000000e+00 |      --      |    Inf 
54.07/54.14	c  54.1s| 84800 |   639 |574388 |   6.8 |9960k|  98 |   - | 540 |6864 | 540 | 434 |  52 |  41k|5672 | 0.000000e+00 |      --      |    Inf 
54.18/54.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.18/54.20	c  54.2s| 84900 |   641 |575024 |   6.8 |9990k|  98 |   - | 540 |6925 | 540 | 434 |  52 |  41k|5673 | 0.000000e+00 |      --      |    Inf 
54.18/54.26	c  54.3s| 85000 |   637 |575587 |   6.8 |  10M|  98 |   - | 540 |6984 | 540 | 434 |  52 |  41k|5674 | 0.000000e+00 |      --      |    Inf 
54.27/54.32	c  54.3s| 85100 |   635 |576158 |   6.8 |  10M|  98 |   - | 540 |7039 | 540 | 434 |  52 |  41k|5676 | 0.000000e+00 |      --      |    Inf 
54.27/54.38	c  54.4s| 85200 |   636 |576822 |   6.8 |  10M|  98 |   - | 540 |7095 | 540 | 434 |  52 |  41k|5676 | 0.000000e+00 |      --      |    Inf 
54.37/54.44	c  54.4s| 85300 |   638 |577530 |   6.8 |  10M|  98 |   - | 540 |7143 | 540 | 434 |  52 |  41k|5678 | 0.000000e+00 |      --      |    Inf 
54.47/54.50	c  54.5s| 85400 |   634 |578136 |   6.8 |  10M|  98 |  35 | 540 |7172 | 540 | 434 |  52 |  41k|5680 | 0.000000e+00 |      --      |    Inf 
54.47/54.57	c  54.6s| 85500 |   646 |578870 |   6.8 |  10M|  98 |   - | 540 |7181 | 540 | 434 |  52 |  41k|5682 | 0.000000e+00 |      --      |    Inf 
54.57/54.63	c  54.6s| 85600 |   652 |579547 |   6.8 |  10M|  98 |  22 | 540 |7195 | 540 | 434 |  52 |  41k|5682 | 0.000000e+00 |      --      |    Inf 
54.57/54.69	c  54.7s| 85700 |   648 |580192 |   6.8 |  10M|  98 |   - | 540 |7237 | 540 | 434 |  52 |  41k|5683 | 0.000000e+00 |      --      |    Inf 
54.68/54.75	c  54.8s| 85800 |   649 |580819 |   6.8 |  10M|  98 |  16 | 540 |7289 | 540 | 434 |  52 |  41k|5683 | 0.000000e+00 |      --      |    Inf 
54.77/54.81	c  54.8s| 85900 |   649 |581390 |   6.8 |  10M|  98 |  22 | 540 |7347 | 540 | 434 |  52 |  41k|5684 | 0.000000e+00 |      --      |    Inf 
54.77/54.87	c  54.9s| 86000 |   647 |582040 |   6.8 |  10M|  98 |  24 | 540 |7402 | 540 | 434 |  52 |  41k|5693 | 0.000000e+00 |      --      |    Inf 
54.88/54.94	c  54.9s| 86100 |   643 |582639 |   6.8 |  10M|  98 |  36 | 540 |7457 | 540 | 434 |  52 |  41k|5700 | 0.000000e+00 |      --      |    Inf 
54.97/55.00	c  55.0s| 86200 |   643 |583321 |   6.8 |  10M|  98 |  19 | 540 |7510 | 540 | 434 |  52 |  42k|5713 | 0.000000e+00 |      --      |    Inf 
54.97/55.07	c  55.1s| 86300 |   644 |583998 |   6.8 |  10M|  98 |   8 | 540 |7527 | 540 | 434 |  52 |  42k|5719 | 0.000000e+00 |      --      |    Inf 
55.07/55.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.07/55.14	c  55.1s| 86400 |   646 |584689 |   6.8 |  10M|  98 |   - | 540 |7538 | 540 | 434 |  52 |  42k|5729 | 0.000000e+00 |      --      |    Inf 
55.17/55.20	c  55.2s| 86500 |   645 |585254 |   6.8 |  10M|  98 |   - | 540 |7559 | 540 | 434 |  52 |  42k|5737 | 0.000000e+00 |      --      |    Inf 
55.17/55.26	c  55.3s| 86600 |   645 |585766 |   6.8 |  10M|  98 |   - | 540 |7583 | 540 | 434 |  52 |  42k|5739 | 0.000000e+00 |      --      |    Inf 
55.27/55.32	c  55.3s| 86700 |   647 |586352 |   6.8 |  10M|  98 |  18 | 540 |7618 | 540 | 434 |  52 |  42k|5742 | 0.000000e+00 |      --      |    Inf 
55.27/55.38	c  55.4s| 86800 |   648 |587057 |   6.8 |  10M|  98 |  25 | 540 |7665 | 540 | 434 |  52 |  42k|5744 | 0.000000e+00 |      --      |    Inf 
55.37/55.45	c  55.4s| 86900 |   650 |587686 |   6.8 |  10M|  98 |   - | 540 |7677 | 540 | 434 |  52 |  42k|5753 | 0.000000e+00 |      --      |    Inf 
55.47/55.51	c  55.5s| 87000 |   648 |588383 |   6.8 |  10M|  98 |   - | 540 |7723 | 540 | 434 |  52 |  42k|5754 | 0.000000e+00 |      --      |    Inf 
55.47/55.57	c  55.6s| 87100 |   648 |588970 |   6.7 |  10M|  98 |   - | 540 |7739 | 540 | 434 |  52 |  42k|5755 | 0.000000e+00 |      --      |    Inf 
55.57/55.63	c  55.6s| 87200 |   646 |589686 |   6.8 |  10M|  98 |   - | 540 |7772 | 540 | 434 |  52 |  42k|5756 | 0.000000e+00 |      --      |    Inf 
55.57/55.69	c  55.7s| 87300 |   648 |590326 |   6.7 |  10M|  98 |   - | 540 |7823 | 540 | 434 |  52 |  42k|5757 | 0.000000e+00 |      --      |    Inf 
55.67/55.75	c  55.8s| 87400 |   648 |591037 |   6.8 |  10M|  98 |  22 | 540 |7881 | 540 | 434 |  52 |  42k|5764 | 0.000000e+00 |      --      |    Inf 
55.77/55.82	c  55.8s| 87500 |   648 |591761 |   6.8 |  10M|  98 |   - | 540 |7937 | 540 | 434 |  52 |  42k|5766 | 0.000000e+00 |      --      |    Inf 
55.77/55.88	c  55.9s| 87600 |   646 |592352 |   6.7 |  10M|  98 |  23 | 540 |7990 | 540 | 434 |  52 |  42k|5769 | 0.000000e+00 |      --      |    Inf 
55.87/55.94	c  55.9s| 87700 |   640 |592884 |   6.7 |  10M|  98 |   - | 540 |8042 | 540 | 434 |  52 |  42k|5770 | 0.000000e+00 |      --      |    Inf 
55.98/56.00	c  56.0s| 87800 |   642 |593502 |   6.7 |  10M|  98 |  25 | 540 |8086 | 540 | 434 |  52 |  42k|5780 | 0.000000e+00 |      --      |    Inf 
55.98/56.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.98/56.06	c  56.1s| 87900 |   644 |594113 |   6.7 |  10M|  98 |  17 | 540 |8111 | 540 | 434 |  52 |  43k|5781 | 0.000000e+00 |      --      |    Inf 
56.08/56.12	c  56.1s| 88000 |   644 |594712 |   6.7 |  10M|  98 |  15 | 540 |8174 | 540 | 434 |  52 |  43k|5785 | 0.000000e+00 |      --      |    Inf 
56.08/56.19	c  56.2s| 88100 |   642 |595351 |   6.7 |  10M|  98 |   - | 540 |8216 | 540 | 434 |  52 |  43k|5794 | 0.000000e+00 |      --      |    Inf 
56.17/56.25	c  56.2s| 88200 |   643 |595964 |   6.7 |  10M|  98 |  13 | 540 |8263 | 540 | 434 |  52 |  43k|5795 | 0.000000e+00 |      --      |    Inf 
56.27/56.31	c  56.3s| 88300 |   642 |596617 |   6.7 |  10M|  98 |  26 | 540 |8315 | 540 | 434 |  52 |  43k|5795 | 0.000000e+00 |      --      |    Inf 
56.27/56.37	c  56.4s| 88400 |   640 |597237 |   6.7 |  10M|  98 |  34 | 540 |8342 | 540 | 434 |  52 |  43k|5795 | 0.000000e+00 |      --      |    Inf 
56.37/56.43	c  56.4s| 88500 |   638 |597894 |   6.7 |  10M|  98 |   - | 540 |8336 | 540 | 434 |  52 |  43k|5802 | 0.000000e+00 |      --      |    Inf 
56.47/56.50	c  56.5s| 88600 |   640 |598485 |   6.7 |  10M|  98 |   - | 540 |8340 | 540 | 434 |  52 |  43k|5812 | 0.000000e+00 |      --      |    Inf 
56.47/56.56	c  56.6s| 88700 |   642 |599099 |   6.7 |  10M|  98 |  32 | 540 |8355 | 540 | 434 |  52 |  43k|5812 | 0.000000e+00 |      --      |    Inf 
56.57/56.62	c  56.6s| 88800 |   644 |599712 |   6.7 |  10M|  98 |   - | 540 |8383 | 540 | 434 |  52 |  43k|5813 | 0.000000e+00 |      --      |    Inf 
56.57/56.69	c  56.7s| 88900 |   644 |600417 |   6.7 |  10M|  98 |  27 | 540 |8417 | 540 | 434 |  52 |  43k|5817 | 0.000000e+00 |      --      |    Inf 
56.67/56.75	c  56.8s| 89000 |   642 |601161 |   6.7 |  10M|  98 |   - | 540 |8463 | 540 | 434 |  52 |  43k|5826 | 0.000000e+00 |      --      |    Inf 
56.78/56.81	c  56.8s| 89100 |   648 |601901 |   6.7 |  10M|  98 |   - | 540 |8516 | 540 | 434 |  52 |  43k|5826 | 0.000000e+00 |      --      |    Inf 
56.78/56.88	c  56.9s| 89200 |   642 |602589 |   6.7 |  10M|  98 |   - | 540 |8568 | 540 | 434 |  52 |  43k|5827 | 0.000000e+00 |      --      |    Inf 
56.87/56.93	c  56.9s| 89300 |   642 |603097 |   6.7 |  10M|  98 |  18 | 540 |8608 | 540 | 434 |  52 |  43k|5827 | 0.000000e+00 |      --      |    Inf 
56.98/57.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.98/57.00	c  57.0s| 89400 |   644 |603655 |   6.7 |  10M|  98 |   - | 540 |8548 | 540 | 434 |  52 |  43k|5835 | 0.000000e+00 |      --      |    Inf 
56.98/57.07	c  57.1s| 89500 |   642 |604375 |   6.7 |  10M|  98 |   - | 540 |8401 | 540 | 434 |  52 |  43k|5843 | 0.000000e+00 |      --      |    Inf 
57.08/57.13	c  57.1s| 89600 |   644 |604931 |   6.7 |  10M|  98 |   - | 540 |8286 | 540 | 434 |  52 |  43k|5845 | 0.000000e+00 |      --      |    Inf 
57.08/57.20	c  57.2s| 89700 |   644 |605705 |   6.7 |  10M|  98 |  14 | 540 |8204 | 540 | 434 |  52 |  44k|5846 | 0.000000e+00 |      --      |    Inf 
57.18/57.27	c  57.3s| 89800 |   642 |606377 |   6.7 |  10M|  98 |   - | 540 |8101 | 540 | 434 |  52 |  44k|5854 | 0.000000e+00 |      --      |    Inf 
57.27/57.33	c  57.3s| 89900 |   642 |606958 |   6.7 |  10M|  98 |   - | 540 |8043 | 540 | 434 |  52 |  44k|5858 | 0.000000e+00 |      --      |    Inf 
57.27/57.40	c  57.4s| 90000 |   648 |607557 |   6.7 |  10M|  98 |  22 | 540 |8030 | 540 | 434 |  52 |  44k|5868 | 0.000000e+00 |      --      |    Inf 
57.38/57.45	c  57.5s| 90100 |   648 |608135 |   6.7 |  10M|  98 |   - | 540 |8061 | 540 | 434 |  52 |  44k|5869 | 0.000000e+00 |      --      |    Inf 
57.47/57.51	c  57.5s| 90200 |   648 |608674 |   6.7 |  10M|  98 |  21 | 540 |8114 | 540 | 434 |  52 |  44k|5869 | 0.000000e+00 |      --      |    Inf 
57.47/57.58	c  57.6s| 90300 |   642 |609317 |   6.7 |  10M|  98 |   - | 540 |8169 | 540 | 434 |  52 |  44k|5873 | 0.000000e+00 |      --      |    Inf 
57.58/57.63	c  57.6s| 90400 |   642 |609900 |   6.7 |  10M|  98 |  29 | 540 |8217 | 540 | 434 |  52 |  44k|5873 | 0.000000e+00 |      --      |    Inf 
57.67/57.70	c  57.7s| 90500 |   648 |610744 |   6.7 |  10M|  98 |   - | 540 |8003 | 540 | 434 |  52 |  44k|5875 | 0.000000e+00 |      --      |    Inf 
57.67/57.77	c  57.8s| 90600 |   652 |611410 |   6.7 |  10M|  98 |   6 | 540 |7867 | 540 | 434 |  52 |  44k|5875 | 0.000000e+00 |      --      |    Inf 
57.77/57.83	c  57.8s| 90700 |   645 |612046 |   6.7 |  10M|  98 |   - | 540 |7668 | 540 | 434 |  52 |  44k|5875 | 0.000000e+00 |      --      |    Inf 
57.77/57.89	c  57.9s| 90800 |   649 |612620 |   6.7 |  10M|  98 |   - | 540 |7602 | 540 | 434 |  52 |  44k|5877 | 0.000000e+00 |      --      |    Inf 
57.88/57.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.88/57.95	c  58.0s| 90900 |   653 |613460 |   6.7 |  10M|  98 |   - | 540 |7591 | 540 | 434 |  52 |  44k|5877 | 0.000000e+00 |      --      |    Inf 
57.97/58.01	c  58.0s| 91000 |   649 |614267 |   6.7 |  10M|  98 |  35 | 540 |7632 | 540 | 434 |  52 |  44k|5877 | 0.000000e+00 |      --      |    Inf 
57.97/58.08	c  58.1s| 91100 |   651 |614977 |   6.7 |  10M|  98 |  18 | 540 |7595 | 540 | 434 |  52 |  44k|5877 | 0.000000e+00 |      --      |    Inf 
58.07/58.14	c  58.1s| 91200 |   647 |615582 |   6.7 |  10M|  98 |   - | 540 |7536 | 540 | 434 |  52 |  44k|5877 | 0.000000e+00 |      --      |    Inf 
58.17/58.20	c  58.2s| 91300 |   649 |616238 |   6.7 |  10M|  98 |   - | 540 |7575 | 540 | 434 |  52 |  44k|5883 | 0.000000e+00 |      --      |    Inf 
58.17/58.26	c  58.3s| 91400 |   649 |616884 |   6.7 |  10M|  98 |  22 | 540 |7616 | 540 | 434 |  52 |  44k|5884 | 0.000000e+00 |      --      |    Inf 
58.28/58.33	c  58.3s| 91500 |   645 |617538 |   6.7 |  10M|  98 |   - | 540 |7660 | 540 | 434 |  52 |  44k|5890 | 0.000000e+00 |      --      |    Inf 
58.28/58.39	c  58.4s| 91600 |   647 |618153 |   6.7 |  10M|  98 |  10 | 540 |7707 | 540 | 434 |  52 |  44k|5894 | 0.000000e+00 |      --      |    Inf 
58.37/58.45	c  58.5s| 91700 |   647 |618753 |   6.7 |  10M|  98 |   - | 540 |7774 | 540 | 434 |  52 |  45k|5898 | 0.000000e+00 |      --      |    Inf 
58.47/58.52	c  58.5s| 91800 |   645 |619329 |   6.7 |  10M|  98 |   - | 540 |7825 | 540 | 434 |  52 |  45k|5901 | 0.000000e+00 |      --      |    Inf 
58.47/58.58	c  58.6s| 91900 |   648 |620067 |   6.7 |  10M|  98 |  12 | 540 |7800 | 540 | 434 |  52 |  45k|5901 | 0.000000e+00 |      --      |    Inf 
58.58/58.66	c  58.7s| 92000 |   648 |620884 |   6.7 |  10M|  98 |   6 | 540 |7830 | 540 | 434 |  52 |  45k|5916 | 0.000000e+00 |      --      |    Inf 
58.67/58.73	c  58.7s| 92100 |   648 |621607 |   6.7 |  10M|  98 |   8 | 540 |7878 | 540 | 434 |  52 |  45k|5932 | 0.000000e+00 |      --      |    Inf 
58.78/58.80	c  58.8s| 92200 |   646 |622248 |   6.7 |  10M|  98 |   - | 540 |7926 | 540 | 434 |  52 |  45k|5938 | 0.000000e+00 |      --      |    Inf 
58.78/58.86	c  58.9s| 92300 |   646 |622827 |   6.7 |  10M|  98 |   - | 540 |7951 | 540 | 434 |  52 |  45k|5946 | 0.000000e+00 |      --      |    Inf 
58.87/58.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.87/58.93	c  58.9s| 92400 |   648 |623373 |   6.7 |  10M|  98 |  16 | 540 |7977 | 540 | 434 |  52 |  45k|5955 | 0.000000e+00 |      --      |    Inf 
58.87/58.99	c  59.0s| 92500 |   648 |623967 |   6.7 |  10M|  98 |  18 | 540 |7991 | 540 | 434 |  52 |  45k|5963 | 0.000000e+00 |      --      |    Inf 
58.98/59.06	c  59.1s| 92600 |   646 |624544 |   6.7 |  10M|  98 |  27 | 540 |8030 | 540 | 434 |  52 |  45k|5966 | 0.000000e+00 |      --      |    Inf 
59.07/59.12	c  59.1s| 92700 |   648 |625099 |   6.7 |  10M|  98 |  21 | 540 |8055 | 540 | 434 |  52 |  45k|5966 | 0.000000e+00 |      --      |    Inf 
59.07/59.19	c  59.2s| 92800 |   648 |625978 |   6.7 |  10M|  98 |   - | 540 |8074 | 540 | 434 |  52 |  45k|5969 | 0.000000e+00 |      --      |    Inf 
59.17/59.25	c  59.3s| 92900 |   650 |626588 |   6.7 |  10M|  98 |  16 | 540 |8112 | 540 | 434 |  52 |  45k|5976 | 0.000000e+00 |      --      |    Inf 
59.28/59.32	c  59.3s| 93000 |   649 |627159 |   6.7 |  10M|  98 |  31 | 540 |8142 | 540 | 434 |  52 |  45k|5980 | 0.000000e+00 |      --      |    Inf 
59.28/59.37	c  59.4s| 93100 |   648 |627710 |   6.7 |  10M|  98 |  12 | 540 |8179 | 540 | 434 |  52 |  45k|5981 | 0.000000e+00 |      --      |    Inf 
59.38/59.44	c  59.4s| 93200 |   647 |628399 |   6.7 |  10M|  98 |   - | 540 |8245 | 540 | 434 |  52 |  45k|5986 | 0.000000e+00 |      --      |    Inf 
59.47/59.50	c  59.5s| 93300 |   645 |628947 |   6.7 |  10M|  98 |  13 | 540 |8295 | 540 | 434 |  52 |  45k|5987 | 0.000000e+00 |      --      |    Inf 
59.47/59.57	c  59.6s| 93400 |   645 |629554 |   6.7 |  10M|  98 |   - | 540 |8316 | 540 | 434 |  52 |  45k|5990 | 0.000000e+00 |      --      |    Inf 
59.58/59.63	c  59.6s| 93500 |   646 |630164 |   6.7 |  10M|  98 |  24 | 540 |8313 | 540 | 434 |  52 |  45k|5993 | 0.000000e+00 |      --      |    Inf 
59.67/59.70	c  59.7s| 93600 |   644 |630824 |   6.7 |  10M|  98 |  17 | 540 |8299 | 540 | 434 |  52 |  46k|6001 | 0.000000e+00 |      --      |    Inf 
59.67/59.76	c  59.8s| 93700 |   646 |631468 |   6.7 |  10M|  98 |  18 | 540 |8289 | 540 | 434 |  52 |  46k|6004 | 0.000000e+00 |      --      |    Inf 
59.78/59.82	c  59.8s| 93800 |   646 |632206 |   6.7 |  10M|  98 |   - | 540 |8327 | 540 | 434 |  52 |  46k|6005 | 0.000000e+00 |      --      |    Inf 
59.78/59.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.78/59.88	c  59.9s| 93900 |   646 |632869 |   6.7 |  10M|  98 |  21 | 540 |8370 | 540 | 434 |  52 |  46k|6007 | 0.000000e+00 |      --      |    Inf 
59.87/59.95	c  60.0s| 94000 |   645 |633612 |   6.7 |  10M|  98 |  11 | 540 |8412 | 540 | 434 |  52 |  46k|6015 | 0.000000e+00 |      --      |    Inf 
59.97/60.01	c  60.0s| 94100 |   645 |634228 |   6.7 |  10M|  98 |  18 | 540 |8447 | 540 | 434 |  52 |  46k|6017 | 0.000000e+00 |      --      |    Inf 
59.97/60.07	c  60.1s| 94200 |   645 |634859 |   6.7 |  10M|  98 |  28 | 540 |8467 | 540 | 434 |  52 |  46k|6021 | 0.000000e+00 |      --      |    Inf 
60.07/60.13	c  60.1s| 94300 |   645 |635494 |   6.7 |  10M|  98 |  27 | 540 |8484 | 540 | 434 |  52 |  46k|6021 | 0.000000e+00 |      --      |    Inf 
60.07/60.19	c  60.2s| 94400 |   644 |636126 |   6.7 |  10M|  98 |   - | 540 |8522 | 540 | 434 |  52 |  46k|6022 | 0.000000e+00 |      --      |    Inf 
60.18/60.27	c  60.3s| 94500 |   646 |636806 |   6.7 |  10M|  98 |   - | 540 |8195 | 540 | 434 |  52 |  46k|6029 | 0.000000e+00 |      --      |    Inf 
60.27/60.33	c  60.3s| 94600 |   646 |637402 |   6.7 |  10M|  98 |   - | 540 |8158 | 540 | 434 |  52 |  46k|6033 | 0.000000e+00 |      --      |    Inf 
60.27/60.40	c  60.4s| 94700 |   646 |638124 |   6.7 |  10M|  98 |   - | 540 |8081 | 540 | 434 |  52 |  46k|6041 | 0.000000e+00 |      --      |    Inf 
60.37/60.46	c  60.5s| 94800 |   648 |638787 |   6.7 |  10M|  98 |   - | 540 |8103 | 540 | 434 |  52 |  46k|6042 | 0.000000e+00 |      --      |    Inf 
60.48/60.52	c  60.5s| 94900 |   648 |639409 |   6.7 |  10M|  98 |   - | 540 |8120 | 540 | 434 |  52 |  46k|6045 | 0.000000e+00 |      --      |    Inf 
60.48/60.58	c  60.6s| 95000 |   646 |639987 |   6.7 |  10M|  98 |   - | 540 |8163 | 540 | 434 |  52 |  46k|6045 | 0.000000e+00 |      --      |    Inf 
60.57/60.65	c  60.6s| 95100 |   648 |640592 |   6.7 |  10M|  98 |   - | 540 |8016 | 540 | 434 |  52 |  46k|6053 | 0.000000e+00 |      --      |    Inf 
60.67/60.70	c  60.7s| 95200 |   650 |641100 |   6.7 |  10M|  98 |  15 | 540 |7981 | 540 | 434 |  52 |  46k|6053 | 0.000000e+00 |      --      |    Inf 
60.67/60.77	c  60.8s| 95300 |   650 |641695 |   6.7 |  10M|  98 |  26 | 540 |7683 | 540 | 434 |  52 |  46k|6055 | 0.000000e+00 |      --      |    Inf 
60.77/60.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.77/60.83	c  60.8s| 95400 |   651 |642356 |   6.7 |  10M|  98 |  12 | 540 |7414 | 540 | 434 |  52 |  46k|6055 | 0.000000e+00 |      --      |    Inf 
60.77/60.89	c  60.9s| 95500 |   651 |643000 |   6.7 |  10M|  98 |  17 | 540 |7207 | 540 | 434 |  52 |  47k|6055 | 0.000000e+00 |      --      |    Inf 
60.87/60.96	c  61.0s| 95600 |   649 |643664 |   6.7 |  10M|  98 |   - | 540 |7087 | 540 | 434 |  52 |  47k|6057 | 0.000000e+00 |      --      |    Inf 
60.98/61.02	c  61.0s| 95700 |   649 |644215 |   6.7 |  10M|  98 |   - | 540 |6961 | 540 | 434 |  52 |  47k|6060 | 0.000000e+00 |      --      |    Inf 
60.98/61.08	c  61.1s| 95800 |   651 |644779 |   6.7 |  10M|  98 |   - | 540 |6977 | 540 | 434 |  52 |  47k|6070 | 0.000000e+00 |      --      |    Inf 
61.07/61.14	c  61.1s| 95900 |   650 |645337 |   6.7 |  10M|  98 |   - | 540 |7034 | 540 | 434 |  52 |  47k|6072 | 0.000000e+00 |      --      |    Inf 
61.17/61.20	c  61.2s| 96000 |   649 |645891 |   6.7 |  10M|  98 |   - | 540 |7072 | 540 | 434 |  52 |  47k|6074 | 0.000000e+00 |      --      |    Inf 
61.17/61.26	c  61.3s| 96100 |   651 |646484 |   6.7 |  10M|  98 |  22 | 540 |7129 | 540 | 434 |  52 |  47k|6077 | 0.000000e+00 |      --      |    Inf 
61.28/61.31	c  61.3s| 96200 |   649 |647059 |   6.7 |  10M|  98 |   - | 540 |7196 | 540 | 434 |  52 |  47k|6077 | 0.000000e+00 |      --      |    Inf 
61.28/61.37	c  61.4s| 96300 |   649 |647662 |   6.7 |  10M|  98 |  17 | 540 |7253 | 540 | 434 |  52 |  47k|6077 | 0.000000e+00 |      --      |    Inf 
61.37/61.43	c  61.4s| 96400 |   649 |648336 |   6.7 |  10M|  98 |  22 | 540 |7304 | 540 | 434 |  52 |  47k|6080 | 0.000000e+00 |      --      |    Inf 
61.37/61.50	c  61.5s| 96500 |   647 |648959 |   6.7 |  10M|  98 |   - | 540 |7366 | 540 | 434 |  52 |  47k|6085 | 0.000000e+00 |      --      |    Inf 
61.48/61.55	c  61.6s| 96600 |   651 |649545 |   6.7 |  10M|  98 |  22 | 540 |7428 | 540 | 434 |  52 |  47k|6087 | 0.000000e+00 |      --      |    Inf 
61.58/61.61	c  61.6s| 96700 |   649 |650134 |   6.7 |  10M|  98 |  19 | 540 |7483 | 540 | 434 |  52 |  47k|6088 | 0.000000e+00 |      --      |    Inf 
61.58/61.67	c  61.7s| 96800 |   649 |650759 |   6.7 |  10M|  98 |   - | 540 |7494 | 540 | 434 |  52 |  47k|6088 | 0.000000e+00 |      --      |    Inf 
61.67/61.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.67/61.74	c  61.7s| 96900 |   649 |651417 |   6.7 |  10M|  98 |  22 | 540 |7504 | 540 | 434 |  52 |  47k|6090 | 0.000000e+00 |      --      |    Inf 
61.77/61.80	c  61.8s| 97000 |   645 |652119 |   6.7 |  10M|  98 |   - | 540 |7448 | 540 | 434 |  52 |  47k|6094 | 0.000000e+00 |      --      |    Inf 
61.77/61.87	c  61.9s| 97100 |   647 |652794 |   6.7 |  10M|  98 |  34 | 540 |6975 | 540 | 434 |  52 |  47k|6100 | 0.000000e+00 |      --      |    Inf 
61.88/61.95	c  61.9s| 97200 |   651 |653404 |   6.7 |  10M|  98 |   - | 540 |6687 | 540 | 434 |  52 |  48k|6110 | 0.000000e+00 |      --      |    Inf 
61.97/62.01	c  62.0s| 97300 |   649 |653985 |   6.7 |  10M|  98 |  35 | 540 |6422 | 540 | 434 |  52 |  48k|6113 | 0.000000e+00 |      --      |    Inf 
61.97/62.07	c  62.1s| 97400 |   647 |654661 |   6.7 |  10M|  98 |   - | 540 |6379 | 540 | 434 |  52 |  48k|6116 | 0.000000e+00 |      --      |    Inf 
62.07/62.14	c  62.1s| 97500 |   651 |655349 |   6.7 |  10M|  98 |  22 | 540 |6313 | 540 | 434 |  52 |  48k|6119 | 0.000000e+00 |      --      |    Inf 
62.17/62.21	c  62.2s| 97600 |   651 |656043 |   6.7 |9996k|  98 |  19 | 540 |6209 | 540 | 434 |  52 |  48k|6119 | 0.000000e+00 |      --      |    Inf 
62.17/62.27	c  62.3s| 97700 |   649 |656613 |   6.7 |9993k|  98 |   - | 540 |6208 | 540 | 434 |  52 |  48k|6129 | 0.000000e+00 |      --      |    Inf 
62.27/62.33	c  62.3s| 97800 |   651 |657225 |   6.7 |9978k|  98 |  25 | 540 |6168 | 540 | 434 |  52 |  48k|6133 | 0.000000e+00 |      --      |    Inf 
62.27/62.39	c  62.4s| 97900 |   653 |657832 |   6.7 |9964k|  98 |  14 | 540 |6110 | 540 | 434 |  52 |  48k|6135 | 0.000000e+00 |      --      |    Inf 
62.37/62.45	c  62.5s| 98000 |   650 |658457 |   6.7 |9960k|  98 |   - | 540 |6095 | 540 | 434 |  52 |  48k|6136 | 0.000000e+00 |      --      |    Inf 
62.48/62.51	c  62.5s| 98100 |   651 |659084 |   6.7 |9943k|  98 |  21 | 540 |6056 | 540 | 434 |  52 |  48k|6136 | 0.000000e+00 |      --      |    Inf 
62.48/62.58	c  62.6s| 98200 |   651 |659757 |   6.7 |9945k|  98 |  10 | 540 |6050 | 540 | 434 |  52 |  48k|6136 | 0.000000e+00 |      --      |    Inf 
62.58/62.64	c  62.6s| 98300 |   651 |660496 |   6.7 |9954k|  98 |  12 | 540 |6065 | 540 | 434 |  52 |  48k|6137 | 0.000000e+00 |      --      |    Inf 
62.58/62.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.58/62.70	c  62.7s| 98400 |   647 |661085 |   6.7 |9979k|  98 |   - | 540 |6125 | 540 | 434 |  52 |  48k|6139 | 0.000000e+00 |      --      |    Inf 
62.68/62.77	c  62.8s| 98500 |   645 |661620 |   6.7 |9890k|  98 |  31 | 540 |5939 | 540 | 434 |  52 |  48k|6154 | 0.000000e+00 |      --      |    Inf 
62.77/62.85	c  62.8s| 98600 |   651 |662378 |   6.7 |9840k|  98 |   - | 540 |5802 | 540 | 434 |  52 |  48k|6170 | 0.000000e+00 |      --      |    Inf 
62.87/62.91	c  62.9s| 98700 |   651 |663023 |   6.7 |9826k|  98 |  40 | 540 |5756 | 540 | 434 |  52 |  49k|6180 | 0.000000e+00 |      --      |    Inf 
62.87/62.98	c  63.0s| 98800 |   651 |663637 |   6.7 |9817k|  98 |   - | 540 |5727 | 540 | 434 |  52 |  49k|6184 | 0.000000e+00 |      --      |    Inf 
62.97/63.04	c  63.0s| 98900 |   651 |664292 |   6.7 |9800k|  98 |  21 | 540 |5667 | 540 | 434 |  52 |  49k|6187 | 0.000000e+00 |      --      |    Inf 
63.08/63.11	c  63.1s| 99000 |   645 |664929 |   6.7 |9794k|  98 |   - | 540 |5668 | 540 | 434 |  52 |  49k|6197 | 0.000000e+00 |      --      |    Inf 
63.08/63.18	c  63.2s| 99100 |   651 |665638 |   6.7 |9792k|  98 |   - | 540 |5639 | 540 | 434 |  52 |  49k|6205 | 0.000000e+00 |      --      |    Inf 
63.17/63.24	c  63.2s| 99200 |   650 |666228 |   6.7 |9812k|  98 |   - | 540 |5680 | 540 | 434 |  52 |  49k|6211 | 0.000000e+00 |      --      |    Inf 
63.27/63.30	c  63.3s| 99300 |   650 |666879 |   6.7 |9830k|  98 |  26 | 540 |5732 | 540 | 434 |  52 |  49k|6220 | 0.000000e+00 |      --      |    Inf 
63.27/63.36	c  63.4s| 99400 |   649 |667516 |   6.7 |9855k|  98 |  12 | 540 |5786 | 540 | 434 |  52 |  49k|6223 | 0.000000e+00 |      --      |    Inf 
63.37/63.43	c  63.4s| 99500 |   649 |668253 |   6.7 |9884k|  98 |  24 | 540 |5846 | 540 | 434 |  52 |  49k|6229 | 0.000000e+00 |      --      |    Inf 
63.37/63.49	c  63.5s| 99600 |   649 |668927 |   6.7 |9909k|  98 |   - | 540 |5893 | 540 | 434 |  52 |  49k|6237 | 0.000000e+00 |      --      |    Inf 
63.47/63.55	c  63.6s| 99700 |   649 |669540 |   6.7 |9930k|  98 |   - | 540 |5939 |   0 |   0 |  52 |  49k|6240 | 0.000000e+00 |      --      |    Inf 
63.57/63.61	c  63.6s| 99800 |   651 |670175 |   6.7 |9962k|  98 |   - | 540 |5995 | 540 | 434 |  52 |  49k|6240 | 0.000000e+00 |      --      |    Inf 
63.57/63.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.57/63.67	c  63.7s| 99900 |   647 |670717 |   6.7 |9981k|  98 |   - | 540 |6051 | 540 | 434 |  52 |  49k|6241 | 0.000000e+00 |      --      |    Inf 
63.68/63.73	c  63.7s|100000 |   647 |671416 |   6.7 |  10M|  98 |   - | 540 |6099 | 540 | 434 |  52 |  49k|6243 | 0.000000e+00 |      --      |    Inf 
63.68/63.79	c  63.8s|100100 |   649 |672107 |   6.7 |  10M|  98 |   - | 540 |6160 | 540 | 434 |  52 |  49k|6246 | 0.000000e+00 |      --      |    Inf 
63.78/63.86	c  63.9s|100200 |   649 |672796 |   6.7 |  10M|  98 |  12 | 540 |6220 | 540 | 434 |  52 |  49k|6259 | 0.000000e+00 |      --      |    Inf 
63.88/63.92	c  63.9s|100300 |   653 |673485 |   6.7 |  10M|  98 |  14 | 540 |6269 | 540 | 434 |  52 |  49k|6262 | 0.000000e+00 |      --      |    Inf 
63.88/63.99	c  64.0s|100400 |   648 |674075 |   6.7 |  10M|  98 |  34 | 540 |6333 | 540 | 434 |  52 |  49k|6265 | 0.000000e+00 |      --      |    Inf 
63.97/64.05	c  64.0s|100500 |   650 |674690 |   6.7 |  10M|  98 |   - | 540 |6404 | 540 | 434 |  52 |  50k|6266 | 0.000000e+00 |      --      |    Inf 
64.07/64.11	c  64.1s|100600 |   658 |675430 |   6.7 |  10M|  98 |  18 | 540 |6465 | 540 | 434 |  52 |  50k|6270 | 0.000000e+00 |      --      |    Inf 
64.07/64.17	c  64.2s|100700 |   646 |675950 |   6.7 |  10M|  98 |   - | 540 |6513 | 540 | 434 |  52 |  50k|6270 | 0.000000e+00 |      --      |    Inf 
64.17/64.23	c  64.2s|100800 |   644 |676574 |   6.7 |  10M|  98 |   - | 540 |6538 | 540 | 434 |  52 |  50k|6276 | 0.000000e+00 |      --      |    Inf 
64.27/64.30	c  64.3s|100900 |   646 |677076 |   6.7 |  10M|  98 |   - | 540 |6505 | 540 | 434 |  52 |  50k|6282 | 0.000000e+00 |      --      |    Inf 
64.27/64.37	c  64.4s|101000 |   644 |677699 |   6.7 |  10M|  98 |   8 | 540 |6411 | 540 | 434 |  52 |  50k|6296 | 0.000000e+00 |      --      |    Inf 
64.37/64.43	c  64.4s|101100 |   642 |678284 |   6.7 |  10M|  98 |  32 | 540 |6308 | 540 | 434 |  52 |  50k|6298 | 0.000000e+00 |      --      |    Inf 
64.48/64.50	c  64.5s|101200 |   644 |678959 |   6.7 |  10M|  98 |   - | 540 |6078 | 540 | 434 |  52 |  50k|6310 | 0.000000e+00 |      --      |    Inf 
64.48/64.56	c  64.6s|101300 |   650 |679583 |   6.7 |9958k|  98 |  33 | 540 |5937 | 540 | 434 |  52 |  50k|6310 | 0.000000e+00 |      --      |    Inf 
64.57/64.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.57/64.62	c  64.6s|101400 |   647 |680263 |   6.7 |9932k|  98 |   - | 540 |5880 | 540 | 434 |  52 |  50k|6312 | 0.000000e+00 |      --      |    Inf 
64.57/64.68	c  64.7s|101500 |   647 |680894 |   6.7 |9914k|  98 |   - | 540 |5844 | 540 | 434 |  52 |  50k|6315 | 0.000000e+00 |      --      |    Inf 
64.67/64.74	c  64.7s|101600 |   647 |681552 |   6.7 |9907k|  98 |   - | 540 |5818 | 540 | 434 |  52 |  50k|6317 | 0.000000e+00 |      --      |    Inf 
64.67/64.80	c  64.8s|101700 |   647 |682238 |   6.7 |9881k|  98 |  12 | 540 |5756 | 540 | 434 |  52 |  50k|6317 | 0.000000e+00 |      --      |    Inf 
64.78/64.87	c  64.9s|101800 |   647 |682905 |   6.7 |9861k|  98 |   - | 540 |5703 | 540 | 434 |  52 |  50k|6327 | 0.000000e+00 |      --      |    Inf 
64.88/64.93	c  64.9s|101900 |   649 |683503 |   6.7 |9877k|  98 |  24 | 540 |5737 | 540 | 434 |  52 |  50k|6327 | 0.000000e+00 |      --      |    Inf 
64.88/64.99	c  65.0s|102000 |   647 |684217 |   6.7 |9872k|  98 |   - | 540 |5722 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
64.97/65.06	c  65.1s|102100 |   646 |684873 |   6.7 |9862k|  98 |   - | 540 |5702 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.08/65.12	c  65.1s|102200 |   648 |685451 |   6.7 |9887k|  98 |  38 | 540 |5756 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.08/65.18	c  65.2s|102300 |   648 |686155 |   6.7 |9862k|  98 |  28 | 540 |5696 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.17/65.24	c  65.2s|102400 |   648 |686775 |   6.7 |9829k|  98 |  32 | 540 |5611 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.17/65.29	c  65.3s|102500 |   647 |687316 |   6.7 |9849k|  98 |  20 | 540 |5653 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.27/65.35	c  65.4s|102600 |   649 |687905 |   6.7 |9855k|  98 |  24 | 540 |5662 | 540 | 434 |  52 |  51k|6329 | 0.000000e+00 |      --      |    Inf 
65.37/65.42	c  65.4s|102700 |   647 |688624 |   6.7 |9844k|  98 |  24 | 540 |5634 | 540 | 434 |  52 |  51k|6333 | 0.000000e+00 |      --      |    Inf 
65.37/65.48	c  65.5s|102800 |   649 |689369 |   6.7 |9863k|  98 |  26 | 540 |5664 | 540 | 434 |  52 |  51k|6336 | 0.000000e+00 |      --      |    Inf 
65.48/65.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.48/65.54	c  65.5s|102900 |   651 |690069 |   6.7 |9903k|  98 |   - | 540 |5730 | 540 | 434 |  52 |  51k|6341 | 0.000000e+00 |      --      |    Inf 
65.57/65.60	c  65.6s|103000 |   653 |690733 |   6.7 |9927k|  98 |  11 | 540 |5785 | 540 | 434 |  52 |  51k|6342 | 0.000000e+00 |      --      |    Inf 
65.57/65.66	c  65.7s|103100 |   649 |691349 |   6.7 |9951k|  98 |  32 | 540 |5847 | 540 | 434 |  52 |  51k|6344 | 0.000000e+00 |      --      |    Inf 
65.67/65.72	c  65.7s|103200 |   653 |691934 |   6.7 |9982k|  98 |  14 | 540 |5904 | 540 | 434 |  52 |  51k|6346 | 0.000000e+00 |      --      |    Inf 
65.67/65.78	c  65.8s|103300 |   651 |692640 |   6.7 |  10M|  98 |  24 | 540 |5960 | 540 | 434 |  52 |  51k|6346 | 0.000000e+00 |      --      |    Inf 
65.77/65.84	c  65.8s|103400 |   649 |693343 |   6.7 |  10M|  98 |  28 | 540 |6002 | 540 | 434 |  52 |  51k|6349 | 0.000000e+00 |      --      |    Inf 
65.77/65.90	c  65.9s|103500 |   649 |694017 |   6.7 |  10M|  98 |   - | 540 |6055 | 540 | 434 |  52 |  51k|6349 | 0.000000e+00 |      --      |    Inf 
65.88/65.95	c  66.0s|103600 |   649 |694625 |   6.7 |  10M|  98 |  23 | 540 |6111 | 540 | 434 |  52 |  51k|6349 | 0.000000e+00 |      --      |    Inf 
65.98/66.02	c  66.0s|103700 |   649 |695439 |   6.7 |  10M|  98 |   - | 540 |6155 | 540 | 434 |  52 |  52k|6349 | 0.000000e+00 |      --      |    Inf 
65.98/66.08	c  66.1s|103800 |   645 |696132 |   6.7 |  10M|  98 |  31 | 540 |6203 | 540 | 434 |  52 |  52k|6352 | 0.000000e+00 |      --      |    Inf 
66.07/66.14	c  66.1s|103900 |   649 |696798 |   6.7 |  10M|  98 |  15 | 540 |6157 | 540 | 434 |  52 |  52k|6352 | 0.000000e+00 |      --      |    Inf 
66.17/66.21	c  66.2s|104000 |   649 |697457 |   6.7 |  10M|  98 |  10 | 540 |5986 | 540 | 434 |  52 |  52k|6363 | 0.000000e+00 |      --      |    Inf 
66.17/66.27	c  66.3s|104100 |   647 |698048 |   6.7 |9978k|  98 |   - | 540 |5880 | 540 | 434 |  52 |  52k|6365 | 0.000000e+00 |      --      |    Inf 
66.27/66.33	c  66.3s|104200 |   649 |698713 |   6.7 |9972k|  98 |   8 | 540 |5858 | 540 | 434 |  52 |  52k|6368 | 0.000000e+00 |      --      |    Inf 
66.27/66.39	c  66.4s|104300 |   651 |699350 |   6.7 |9975k|  98 |   - | 540 |5846 | 540 | 434 |  52 |  52k|6368 | 0.000000e+00 |      --      |    Inf 
66.37/66.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.37/66.45	c  66.5s|104400 |   647 |699948 |   6.7 |9976k|  98 |   - | 540 |5847 | 540 | 434 |  52 |  52k|6369 | 0.000000e+00 |      --      |    Inf 
66.47/66.51	c  66.5s|104500 |   647 |700602 |   6.7 |9976k|  98 |   - | 540 |5848 | 540 | 434 |  52 |  52k|6371 | 0.000000e+00 |      --      |    Inf 
66.47/66.58	c  66.6s|104600 |   649 |701231 |   6.7 |9953k|  98 |  23 | 540 |5786 | 540 | 434 |  52 |  52k|6373 | 0.000000e+00 |      --      |    Inf 
66.57/66.63	c  66.6s|104700 |   647 |701849 |   6.7 |9946k|  98 |  13 | 540 |5775 | 540 | 434 |  52 |  52k|6377 | 0.000000e+00 |      --      |    Inf 
66.57/66.69	c  66.7s|104800 |   649 |702429 |   6.7 |9933k|  98 |   - | 540 |5725 | 540 | 434 |  52 |  52k|6378 | 0.000000e+00 |      --      |    Inf 
66.67/66.75	c  66.7s|104900 |   647 |702944 |   6.7 |9948k|  98 |   - | 540 |5768 | 540 | 434 |  52 |  52k|6378 | 0.000000e+00 |      --      |    Inf 
66.77/66.80	c  66.8s|105000 |   647 |703483 |   6.7 |9963k|  98 |  19 | 540 |5808 | 540 | 434 |  52 |  52k|6378 | 0.000000e+00 |      --      |    Inf 
66.77/66.86	c  66.9s|105100 |   647 |704138 |   6.7 |9977k|  98 |  20 | 540 |5840 | 540 | 434 |  52 |  52k|6383 | 0.000000e+00 |      --      |    Inf 
66.87/66.93	c  66.9s|105200 |   647 |704705 |   6.7 |  10M|  98 |   - | 540 |5890 | 540 | 434 |  52 |  52k|6404 | 0.000000e+00 |      --      |    Inf 
66.87/67.00	c  67.0s|105300 |   647 |705376 |   6.7 |  10M|  98 |  20 | 540 |5925 | 540 | 434 |  52 |  52k|6406 | 0.000000e+00 |      --      |    Inf 
66.98/67.05	c  67.1s|105400 |   650 |706018 |   6.7 |  10M|  98 |  22 | 540 |5965 | 540 | 434 |  52 |  52k|6409 | 0.000000e+00 |      --      |    Inf 
67.07/67.12	c  67.1s|105500 |   652 |706620 |   6.7 |  10M|  98 |  23 | 540 |6009 | 540 | 434 |  52 |  52k|6419 | 0.000000e+00 |      --      |    Inf 
67.07/67.18	c  67.2s|105600 |   652 |707251 |   6.7 |  10M|  98 |  27 | 540 |6049 | 540 | 434 |  52 |  53k|6426 | 0.000000e+00 |      --      |    Inf 
67.17/67.24	c  67.2s|105700 |   654 |707880 |   6.7 |  10M|  98 |  12 | 540 |6086 | 540 | 434 |  52 |  53k|6429 | 0.000000e+00 |      --      |    Inf 
67.27/67.31	c  67.3s|105800 |   652 |708608 |   6.7 |  10M|  98 |   - | 540 |6118 | 540 | 434 |  52 |  53k|6439 | 0.000000e+00 |      --      |    Inf 
67.27/67.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.27/67.37	c  67.4s|105900 |   648 |709205 |   6.7 |  10M|  98 |   - | 540 |6150 | 540 | 434 |  52 |  53k|6447 | 0.000000e+00 |      --      |    Inf 
67.37/67.43	c  67.4s|106000 |   644 |709793 |   6.7 |  10M|  98 |   - | 540 |6198 | 540 | 434 |  52 |  53k|6450 | 0.000000e+00 |      --      |    Inf 
67.37/67.48	c  67.5s|106100 |   648 |710353 |   6.7 |  10M|  98 |  16 | 540 |6241 | 540 | 434 |  52 |  53k|6450 | 0.000000e+00 |      --      |    Inf 
67.47/67.56	c  67.6s|106200 |   646 |711067 |   6.7 |  10M|  98 |   - | 540 |6166 | 540 | 434 |  52 |  53k|6473 | 0.000000e+00 |      --      |    Inf 
67.57/67.62	c  67.6s|106300 |   646 |711673 |   6.7 |  10M|  98 |   - | 540 |6094 | 540 | 434 |  52 |  53k|6474 | 0.000000e+00 |      --      |    Inf 
67.57/67.69	c  67.7s|106400 |   646 |712242 |   6.7 |  10M|  98 |  28 | 540 |5986 | 540 | 434 |  52 |  53k|6477 | 0.000000e+00 |      --      |    Inf 
67.67/67.75	c  67.8s|106500 |   647 |712822 |   6.7 |  10M|  98 |   - | 540 |5971 | 540 | 434 |  52 |  53k|6485 | 0.000000e+00 |      --      |    Inf 
67.77/67.82	c  67.8s|106600 |   647 |713437 |   6.7 |  10M|  98 |  36 | 540 |5980 | 540 | 434 |  52 |  53k|6493 | 0.000000e+00 |      --      |    Inf 
67.77/67.89	c  67.9s|106700 |   646 |714124 |   6.7 |  10M|  98 |   - | 540 |5913 | 540 | 434 |  52 |  53k|6498 | 0.000000e+00 |      --      |    Inf 
67.87/67.96	c  68.0s|106800 |   646 |714964 |   6.7 |9966k|  98 |   - | 540 |5791 | 540 | 434 |  52 |  53k|6508 | 0.000000e+00 |      --      |    Inf 
67.97/68.03	c  68.0s|106900 |   644 |715631 |   6.7 |9942k|  98 |   - | 540 |5728 | 540 | 434 |  52 |  53k|6514 | 0.000000e+00 |      --      |    Inf 
68.08/68.11	c  68.1s|107000 |   646 |716530 |   6.7 |9879k|  98 |   - | 540 |5594 | 540 | 434 |  52 |  53k|6530 | 0.000000e+00 |      --      |    Inf 
68.08/68.18	c  68.2s|107100 |   650 |717175 |   6.7 |9873k|  98 |  22 | 540 |5567 | 540 | 434 |  52 |  53k|6533 | 0.000000e+00 |      --      |    Inf 
68.17/68.23	c  68.2s|107200 |   647 |717714 |   6.7 |9884k|  98 |   - | 540 |5596 | 540 | 434 |  52 |  53k|6534 | 0.000000e+00 |      --      |    Inf 
68.27/68.30	c  68.3s|107300 |   647 |718515 |   6.7 |9851k|  98 |   - | 540 |5526 | 540 | 434 |  52 |  53k|6537 | 0.000000e+00 |      --      |    Inf 
68.27/68.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.27/68.36	c  68.4s|107400 |   647 |719195 |   6.7 |9862k|  98 |  17 | 540 |5554 | 540 | 434 |  52 |  54k|6540 | 0.000000e+00 |      --      |    Inf 
68.37/68.42	c  68.4s|107500 |   645 |719994 |   6.7 |9837k|  98 |   - | 540 |5506 | 540 | 434 |  52 |  54k|6540 | 0.000000e+00 |      --      |    Inf 
68.37/68.48	c  68.5s|107600 |   649 |720556 |   6.7 |9850k|  98 |   - | 540 |5508 | 540 | 434 |  52 |  54k|6542 | 0.000000e+00 |      --      |    Inf 
68.47/68.54	c  68.5s|107700 |   650 |721085 |   6.7 |9875k|  98 |  19 | 540 |5564 | 540 | 434 |  52 |  54k|6544 | 0.000000e+00 |      --      |    Inf 
68.57/68.60	c  68.6s|107800 |   650 |721782 |   6.7 |9898k|  98 |   - | 540 |5604 | 540 | 434 |  52 |  54k|6545 | 0.000000e+00 |      --      |    Inf 
68.57/68.66	c  68.7s|107900 |   648 |722472 |   6.7 |9915k|  98 |   - | 540 |5641 | 540 | 434 |  52 |  54k|6548 | 0.000000e+00 |      --      |    Inf 
68.67/68.73	c  68.7s|108000 |   654 |723225 |   6.7 |9875k|  98 |  16 | 540 |5535 | 540 | 434 |  52 |  54k|6554 | 0.000000e+00 |      --      |    Inf 
68.67/68.79	c  68.8s|108100 |   654 |724022 |   6.7 |9837k|  98 |  33 | 540 |5446 | 540 | 434 |  52 |  54k|6554 | 0.000000e+00 |      --      |    Inf 
68.77/68.85	c  68.9s|108200 |   656 |724685 |   6.7 |9839k|  98 |  31 | 540 |5443 | 540 | 434 |  52 |  54k|6556 | 0.000000e+00 |      --      |    Inf 
68.87/68.91	c  68.9s|108300 |   660 |725361 |   6.7 |9859k|  98 |  17 | 540 |5472 | 540 | 434 |  52 |  54k|6558 | 0.000000e+00 |      --      |    Inf 
68.87/68.97	c  69.0s|108400 |   660 |726019 |   6.7 |9860k|  98 |  14 | 540 |5475 | 540 | 434 |  52 |  54k|6559 | 0.000000e+00 |      --      |    Inf 
68.97/69.03	c  69.0s|108500 |   658 |726691 |   6.7 |9881k|  98 |   - | 540 |5525 | 540 | 434 |  52 |  54k|6560 | 0.000000e+00 |      --      |    Inf 
68.97/69.09	c  69.1s|108600 |   659 |727268 |   6.7 |9907k|  98 |  23 | 540 |5580 | 540 | 434 |  52 |  54k|6565 | 0.000000e+00 |      --      |    Inf 
69.07/69.15	c  69.2s|108700 |   659 |727878 |   6.7 |9932k|  98 |   - | 540 |5632 | 540 | 434 |  52 |  54k|6569 | 0.000000e+00 |      --      |    Inf 
69.18/69.21	c  69.2s|108800 |   656 |728535 |   6.7 |9949k|  98 |   - | 540 |5676 | 540 | 434 |  52 |  54k|6575 | 0.000000e+00 |      --      |    Inf 
69.18/69.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.18/69.27	c  69.3s|108900 |   658 |729245 |   6.7 |9973k|  98 |   - | 540 |5733 | 540 | 434 |  52 |  54k|6576 | 0.000000e+00 |      --      |    Inf 
69.28/69.33	c  69.3s|109000 |   660 |729956 |   6.7 |9998k|  98 |   - | 540 |5780 | 540 | 434 |  52 |  54k|6576 | 0.000000e+00 |      --      |    Inf 
69.37/69.40	c  69.4s|109100 |   658 |730734 |   6.7 |  10M|  98 |  18 | 540 |5830 | 540 | 434 |  52 |  55k|6578 | 0.000000e+00 |      --      |    Inf 
69.37/69.45	c  69.5s|109200 |   658 |731382 |   6.7 |  10M|  98 |  16 | 540 |5877 | 540 | 434 |  52 |  55k|6580 | 0.000000e+00 |      --      |    Inf 
69.47/69.51	c  69.5s|109300 |   654 |731958 |   6.7 |  10M|  98 |  26 | 540 |5936 | 540 | 434 |  52 |  55k|6580 | 0.000000e+00 |      --      |    Inf 
69.47/69.57	c  69.6s|109400 |   656 |732638 |   6.7 |  10M|  98 |   - | 540 |5924 | 540 | 434 |  52 |  55k|6580 | 0.000000e+00 |      --      |    Inf 
69.57/69.64	c  69.6s|109500 |   656 |733351 |   6.7 |  10M|  98 |  25 | 540 |5972 | 540 | 434 |  52 |  55k|6584 | 0.000000e+00 |      --      |    Inf 
69.67/69.70	c  69.7s|109600 |   656 |734078 |   6.7 |  10M|  98 |   - | 540 |6021 | 540 | 434 |  52 |  55k|6585 | 0.000000e+00 |      --      |    Inf 
69.67/69.76	c  69.8s|109700 |   656 |734825 |   6.7 |  10M|  98 |  26 | 540 |6071 | 540 | 434 |  52 |  55k|6589 | 0.000000e+00 |      --      |    Inf 
69.77/69.82	c  69.8s|109800 |   658 |735639 |   6.7 |  10M|  98 |   - | 540 |6119 | 540 | 434 |  52 |  55k|6589 | 0.000000e+00 |      --      |    Inf 
69.77/69.88	c  69.9s|109900 |   658 |736229 |   6.7 |  10M|  98 |   - | 540 |6142 | 540 | 434 |  52 |  55k|6589 | 0.000000e+00 |      --      |    Inf 
69.87/69.94	c  69.9s|110000 |   658 |737023 |   6.7 |  10M|  98 |  31 | 540 |6184 | 540 | 434 |  52 |  55k|6590 | 0.000000e+00 |      --      |    Inf 
69.97/70.01	c  70.0s|110100 |   658 |737805 |   6.7 |  10M|  98 |  13 | 540 |6215 | 540 | 434 |  52 |  55k|6591 | 0.000000e+00 |      --      |    Inf 
69.97/70.07	c  70.1s|110200 |   660 |738593 |   6.7 |  10M|  98 |  24 | 540 |6250 | 540 | 434 |  52 |  55k|6593 | 0.000000e+00 |      --      |    Inf 
70.07/70.14	c  70.1s|110300 |   660 |739383 |   6.7 |  10M|  98 |  31 | 540 |6299 | 540 | 434 |  52 |  55k|6594 | 0.000000e+00 |      --      |    Inf 
70.17/70.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.17/70.21	c  70.2s|110400 |   664 |740332 |   6.7 |  10M|  98 |   - | 540 |6339 | 540 | 434 |  52 |  55k|6602 | 0.000000e+00 |      --      |    Inf 
70.17/70.27	c  70.3s|110500 |   660 |741165 |   6.7 |  10M|  98 |   - | 540 |6385 | 540 | 434 |  52 |  55k|6602 | 0.000000e+00 |      --      |    Inf 
70.27/70.34	c  70.3s|110600 |   662 |741981 |   6.7 |  10M|  98 |   - | 540 |6429 | 540 | 434 |  52 |  55k|6602 | 0.000000e+00 |      --      |    Inf 
70.27/70.40	c  70.4s|110700 |   662 |742711 |   6.7 |  10M|  98 |  20 | 540 |6472 | 540 | 434 |  52 |  55k|6603 | 0.000000e+00 |      --      |    Inf 
70.38/70.46	c  70.5s|110800 |   664 |743410 |   6.7 |  10M|  98 |  14 | 540 |6528 | 540 | 434 |  52 |  55k|6604 | 0.000000e+00 |      --      |    Inf 
70.47/70.53	c  70.5s|110900 |   662 |744323 |   6.7 |  10M|  98 |  17 | 540 |6585 | 540 | 434 |  52 |  55k|6604 | 0.000000e+00 |      --      |    Inf 
70.47/70.59	c  70.6s|111000 |   660 |745228 |   6.7 |  10M|  98 |   - | 540 |6634 | 540 | 434 |  52 |  56k|6604 | 0.000000e+00 |      --      |    Inf 
70.57/70.66	c  70.7s|111100 |   660 |746155 |   6.7 |  10M|  98 |   - | 540 |6680 | 540 | 434 |  52 |  56k|6604 | 0.000000e+00 |      --      |    Inf 
70.67/70.73	c  70.7s|111200 |   658 |746987 |   6.7 |  10M|  98 |  38 | 540 |6726 | 540 | 434 |  52 |  56k|6604 | 0.000000e+00 |      --      |    Inf 
70.77/70.80	c  70.8s|111300 |   658 |747891 |   6.7 |  10M|  98 |   - | 540 |6775 | 540 | 434 |  52 |  56k|6620 | 0.000000e+00 |      --      |    Inf 
70.77/70.87	c  70.9s|111400 |   662 |748627 |   6.7 |  10M|  98 |  16 | 540 |6827 | 540 | 434 |  52 |  56k|6627 | 0.000000e+00 |      --      |    Inf 
70.87/70.94	c  70.9s|111500 |   660 |749460 |   6.7 |  10M|  98 |  29 | 540 |6881 | 540 | 434 |  52 |  56k|6634 | 0.000000e+00 |      --      |    Inf 
70.97/71.01	c  71.0s|111600 |   660 |750210 |   6.7 |  10M|  98 |  38 | 540 |6935 | 540 | 434 |  52 |  56k|6644 | 0.000000e+00 |      --      |    Inf 
70.97/71.08	c  71.1s|111700 |   662 |750882 |   6.7 |  10M|  98 |   - | 540 |6981 | 540 | 434 |  52 |  56k|6653 | 0.000000e+00 |      --      |    Inf 
71.07/71.15	c  71.2s|111800 |   658 |751593 |   6.7 |  10M|  98 |   - | 540 |6994 | 540 | 434 |  52 |  56k|6662 | 0.000000e+00 |      --      |    Inf 
71.17/71.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.17/71.22	c  71.2s|111900 |   658 |752432 |   6.7 |  10M|  98 |  38 | 540 |6901 | 540 | 434 |  52 |  56k|6671 | 0.000000e+00 |      --      |    Inf 
71.17/71.29	c  71.3s|112000 |   660 |753182 |   6.7 |  10M|  98 |   - | 540 |6846 | 540 | 434 |  52 |  56k|6676 | 0.000000e+00 |      --      |    Inf 
71.27/71.35	c  71.4s|112100 |   657 |753842 |   6.7 |  10M|  98 |   - | 540 |6746 | 540 | 434 |  52 |  56k|6678 | 0.000000e+00 |      --      |    Inf 
71.38/71.41	c  71.4s|112200 |   659 |754464 |   6.7 |  10M|  98 |   - | 540 |6731 | 540 | 434 |  52 |  56k|6680 | 0.000000e+00 |      --      |    Inf 
71.38/71.47	c  71.5s|112300 |   659 |755111 |   6.7 |  10M|  98 |   - | 540 |6772 | 540 | 434 |  52 |  56k|6681 | 0.000000e+00 |      --      |    Inf 
71.48/71.54	c  71.5s|112400 |   659 |755757 |   6.7 |  10M|  98 |   - | 540 |6780 | 540 | 434 |  52 |  56k|6681 | 0.000000e+00 |      --      |    Inf 
71.57/71.60	c  71.6s|112500 |   659 |756321 |   6.7 |  10M|  98 |   - | 540 |6793 | 540 | 434 |  52 |  56k|6685 | 0.000000e+00 |      --      |    Inf 
71.57/71.66	c  71.7s|112600 |   657 |756971 |   6.7 |  10M|  98 |   - | 540 |6824 | 540 | 434 |  52 |  56k|6687 | 0.000000e+00 |      --      |    Inf 
71.67/71.73	c  71.7s|112700 |   657 |757534 |   6.7 |  10M|  98 |   6 | 540 |6746 | 540 | 434 |  52 |  56k|6693 | 0.000000e+00 |      --      |    Inf 
71.77/71.80	c  71.8s|112800 |   657 |758218 |   6.7 |  10M|  98 |   - | 540 |6582 | 540 | 434 |  52 |  57k|6705 | 0.000000e+00 |      --      |    Inf 
71.77/71.87	c  71.9s|112900 |   659 |758811 |   6.7 |  10M|  98 |   - | 540 |6467 | 540 | 434 |  52 |  57k|6713 | 0.000000e+00 |      --      |    Inf 
71.87/71.96	c  72.0s|113000 |   655 |759421 |   6.7 |  10M|  98 |  22 | 540 |6355 | 540 | 434 |  52 |  57k|6743 | 0.000000e+00 |      --      |    Inf 
71.97/72.04	c  72.0s|113100 |   653 |760035 |   6.7 |  10M|  98 |  23 | 540 |6361 | 540 | 434 |  52 |  57k|6780 | 0.000000e+00 |      --      |    Inf 
72.07/72.11	c  72.1s|113200 |   655 |760735 |   6.7 |  10M|  98 |  36 | 540 |6310 | 540 | 434 |  52 |  57k|6788 | 0.000000e+00 |      --      |    Inf 
72.07/72.18	c  72.2s|113300 |   655 |761410 |   6.7 |  10M|  98 |   - | 540 |6332 | 540 | 434 |  52 |  57k|6795 | 0.000000e+00 |      --      |    Inf 
72.17/72.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.17/72.25	c  72.2s|113400 |   654 |762077 |   6.7 |  10M|  98 |   - | 540 |6349 | 540 | 434 |  52 |  57k|6797 | 0.000000e+00 |      --      |    Inf 
72.27/72.31	c  72.3s|113500 |   652 |762694 |   6.7 |  10M|  98 |   - | 540 |6398 | 540 | 434 |  52 |  57k|6800 | 0.000000e+00 |      --      |    Inf 
72.27/72.38	c  72.4s|113600 |   654 |763337 |   6.7 |  10M|  98 |   - | 540 |6389 | 540 | 434 |  52 |  57k|6808 | 0.000000e+00 |      --      |    Inf 
72.37/72.44	c  72.4s|113700 |   652 |763959 |   6.7 |  10M|  98 |   - | 540 |6403 | 540 | 434 |  52 |  57k|6813 | 0.000000e+00 |      --      |    Inf 
72.47/72.51	c  72.5s|113800 |   651 |764575 |   6.7 |  10M|  98 |   - | 540 |6425 | 540 | 434 |  52 |  57k|6819 | 0.000000e+00 |      --      |    Inf 
72.47/72.57	c  72.6s|113900 |   655 |765179 |   6.7 |  10M|  98 |   - | 540 |6326 | 540 | 434 |  52 |  57k|6822 | 0.000000e+00 |      --      |    Inf 
72.57/72.64	c  72.6s|114000 |   657 |765767 |   6.7 |  10M|  98 |  27 | 540 |6214 | 540 | 434 |  52 |  57k|6833 | 0.000000e+00 |      --      |    Inf 
72.67/72.71	c  72.7s|114100 |   657 |766529 |   6.7 |  10M|  98 |   - | 540 |6044 | 540 | 434 |  52 |  57k|6848 | 0.000000e+00 |      --      |    Inf 
72.67/72.77	c  72.8s|114200 |   657 |767156 |   6.7 |  10M|  98 |  36 | 540 |6013 | 540 | 434 |  52 |  57k|6851 | 0.000000e+00 |      --      |    Inf 
72.77/72.84	c  72.8s|114300 |   658 |767758 |   6.7 |  10M|  98 |   - | 540 |5940 | 540 | 434 |  52 |  57k|6856 | 0.000000e+00 |      --      |    Inf 
72.77/72.89	c  72.9s|114400 |   659 |768230 |   6.7 |  10M|  98 |  19 | 540 |5902 | 540 | 434 |  52 |  57k|6858 | 0.000000e+00 |      --      |    Inf 
72.87/72.96	c  73.0s|114500 |   661 |768846 |   6.7 |  10M|  98 |   - | 540 |5822 | 540 | 434 |  52 |  57k|6863 | 0.000000e+00 |      --      |    Inf 
72.97/73.02	c  73.0s|114600 |   663 |769550 |   6.7 |  10M|  98 |  12 | 540 |5820 | 540 | 434 |  52 |  58k|6867 | 0.000000e+00 |      --      |    Inf 
72.97/73.08	c  73.1s|114700 |   671 |770197 |   6.7 |  10M|  98 |   - | 540 |5844 | 540 | 434 |  52 |  58k|6871 | 0.000000e+00 |      --      |    Inf 
73.07/73.14	c  73.1s|114800 |   671 |770811 |   6.7 |  10M|  98 |  20 | 540 |5874 | 540 | 434 |  52 |  58k|6873 | 0.000000e+00 |      --      |    Inf 
73.17/73.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.17/73.20	c  73.2s|114900 |   662 |771368 |   6.7 |  10M|  98 |   - | 540 |5925 | 540 | 434 |  52 |  58k|6877 | 0.000000e+00 |      --      |    Inf 
73.17/73.26	c  73.3s|115000 |   664 |771985 |   6.7 |  10M|  98 |   - | 540 |5962 | 540 | 434 |  52 |  58k|6879 | 0.000000e+00 |      --      |    Inf 
73.27/73.32	c  73.3s|115100 |   659 |772557 |   6.7 |  10M|  98 |  29 | 540 |6009 | 540 | 434 |  52 |  58k|6889 | 0.000000e+00 |      --      |    Inf 
73.27/73.38	c  73.4s|115200 |   667 |773214 |   6.7 |  10M|  98 |  17 | 540 |6054 | 540 | 434 |  52 |  58k|6893 | 0.000000e+00 |      --      |    Inf 
73.37/73.44	c  73.4s|115300 |   661 |773861 |   6.7 |  10M|  98 |  14 | 540 |6100 | 540 | 434 |  52 |  58k|6898 | 0.000000e+00 |      --      |    Inf 
73.47/73.50	c  73.5s|115400 |   660 |774479 |   6.7 |  10M|  98 |  14 | 540 |6149 | 540 | 434 |  52 |  58k|6899 | 0.000000e+00 |      --      |    Inf 
73.47/73.55	c  73.6s|115500 |   658 |774965 |   6.7 |  10M|  98 |   - | 540 |6193 | 540 | 434 |  52 |  58k|6908 | 0.000000e+00 |      --      |    Inf 
73.57/73.61	c  73.6s|115600 |   654 |775502 |   6.7 |  10M|  98 |   - | 540 |6223 | 540 | 434 |  52 |  58k|6910 | 0.000000e+00 |      --      |    Inf 
73.57/73.67	c  73.7s|115700 |   654 |776095 |   6.7 |  10M|  98 |   - | 540 |6069 | 540 | 434 |  52 |  58k|6913 | 0.000000e+00 |      --      |    Inf 
73.67/73.74	c  73.7s|115800 |   652 |776816 |   6.7 |  10M|  98 |   - | 540 |5937 | 540 | 434 |  52 |  58k|6913 | 0.000000e+00 |      --      |    Inf 
73.77/73.80	c  73.8s|115900 |   654 |777563 |   6.7 |  10M|  98 |   - | 540 |5905 | 540 | 434 |  52 |  58k|6918 | 0.000000e+00 |      --      |    Inf 
73.77/73.87	c  73.9s|116000 |   654 |778392 |   6.7 |  10M|  98 |   - | 540 |5906 | 540 | 434 |  52 |  58k|6921 | 0.000000e+00 |      --      |    Inf 
73.87/73.93	c  73.9s|116100 |   654 |779148 |   6.7 |  10M|  98 |  38 | 540 |5960 | 540 | 434 |  52 |  58k|6924 | 0.000000e+00 |      --      |    Inf 
73.87/73.99	c  74.0s|116200 |   654 |779917 |   6.7 |  10M|  98 |   - | 540 |6002 | 540 | 434 |  52 |  58k|6925 | 0.000000e+00 |      --      |    Inf 
73.97/74.05	c  74.1s|116300 |   655 |780734 |   6.7 |  10M|  98 |   - | 540 |5999 | 540 | 434 |  52 |  58k|6928 | 0.000000e+00 |      --      |    Inf 
74.07/74.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.07/74.11	c  74.1s|116400 |   655 |781450 |   6.7 |  10M|  98 |   - | 540 |6061 | 540 | 434 |  52 |  59k|6928 | 0.000000e+00 |      --      |    Inf 
74.07/74.17	c  74.2s|116500 |   653 |782080 |   6.7 |  10M|  98 |  25 | 540 |6096 | 540 | 434 |  52 |  59k|6932 | 0.000000e+00 |      --      |    Inf 
74.17/74.23	c  74.2s|116600 |   653 |782783 |   6.7 |  10M|  98 |  10 | 540 |5906 | 540 | 434 |  52 |  59k|6933 | 0.000000e+00 |      --      |    Inf 
74.27/74.30	c  74.3s|116700 |   651 |783493 |   6.7 |  10M|  98 |   - | 540 |5843 | 540 | 434 |  52 |  59k|6933 | 0.000000e+00 |      --      |    Inf 
74.27/74.36	c  74.4s|116800 |   649 |784215 |   6.7 |  10M|  98 |   - | 540 |5682 | 540 | 434 |  52 |  59k|6934 | 0.000000e+00 |      --      |    Inf 
74.37/74.43	c  74.4s|116900 |   651 |784989 |   6.7 |  10M|  98 |   8 | 540 |5648 | 540 | 434 |  52 |  59k|6937 | 0.000000e+00 |      --      |    Inf 
74.37/74.49	c  74.5s|117000 |   651 |785483 |   6.7 |  10M|  98 |   - | 540 |5635 | 540 | 434 |  52 |  59k|6938 | 0.000000e+00 |      --      |    Inf 
74.47/74.54	c  74.5s|117100 |   651 |786172 |   6.7 |  10M|  98 |   - | 540 |5646 | 540 | 434 |  52 |  59k|6940 | 0.000000e+00 |      --      |    Inf 
74.57/74.60	c  74.6s|117200 |   651 |786949 |   6.7 |  10M|  98 |  22 | 540 |5614 | 540 | 434 |  52 |  59k|6941 | 0.000000e+00 |      --      |    Inf 
74.57/74.67	c  74.7s|117300 |   651 |787713 |   6.7 |  10M|  98 |  26 | 540 |5590 | 540 | 434 |  52 |  59k|6945 | 0.000000e+00 |      --      |    Inf 
74.67/74.74	c  74.7s|117400 |   649 |788574 |   6.7 |9882k|  98 |   - | 540 |5142 | 540 | 434 |  52 |  59k|6945 | 0.000000e+00 |      --      |    Inf 
74.78/74.81	c  74.8s|117500 |   653 |789615 |   6.7 |9789k|  98 |  38 | 540 |4913 | 540 | 434 |  52 |  59k|6945 | 0.000000e+00 |      --      |    Inf 
74.78/74.87	c  74.9s|117600 |   649 |790231 |   6.7 |9742k|  98 |  35 | 540 |4810 | 540 | 434 |  52 |  59k|6945 | 0.000000e+00 |      --      |    Inf 
74.87/74.93	c  74.9s|117700 |   651 |790947 |   6.7 |9719k|  98 |  34 | 540 |4745 | 540 | 434 |  52 |  59k|6947 | 0.000000e+00 |      --      |    Inf 
74.87/74.99	c  75.0s|117800 |   653 |791642 |   6.7 |9701k|  98 |   - | 540 |4687 | 540 | 434 |  52 |  59k|6950 | 0.000000e+00 |      --      |    Inf 
74.97/75.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.97/75.05	c  75.1s|117900 |   657 |792373 |   6.7 |9662k|  98 |  38 | 540 |4595 | 540 | 434 |  52 |  59k|6954 | 0.000000e+00 |      --      |    Inf 
75.07/75.11	c  75.1s|118000 |   659 |793102 |   6.7 |9658k|  98 |   - | 540 |4572 | 540 | 434 |  52 |  59k|6956 | 0.000000e+00 |      --      |    Inf 
75.07/75.17	c  75.2s|118100 |   656 |793859 |   6.7 |9630k|  98 |  17 | 540 |4526 | 540 | 434 |  52 |  60k|6958 | 0.000000e+00 |      --      |    Inf 
75.17/75.23	c  75.2s|118200 |   654 |794513 |   6.7 |9642k|  98 |   - | 540 |4553 | 540 | 434 |  52 |  60k|6959 | 0.000000e+00 |      --      |    Inf 
75.17/75.29	c  75.3s|118300 |   656 |795197 |   6.7 |9658k|  98 |  30 | 540 |4585 | 540 | 434 |  52 |  60k|6961 | 0.000000e+00 |      --      |    Inf 
75.27/75.36	c  75.4s|118400 |   656 |795985 |   6.7 |9661k|  98 |  34 | 540 |4581 | 540 | 434 |  52 |  60k|6961 | 0.000000e+00 |      --      |    Inf 
75.37/75.42	c  75.4s|118500 |   654 |796723 |   6.7 |9675k|  98 |   - | 540 |4605 | 540 | 434 |  52 |  60k|6964 | 0.000000e+00 |      --      |    Inf 
75.37/75.48	c  75.5s|118600 |   654 |797424 |   6.7 |9683k|  98 |   - | 540 |4632 | 540 | 434 |  52 |  60k|6969 | 0.000000e+00 |      --      |    Inf 
75.46/75.54	c  75.5s|118700 |   656 |798186 |   6.7 |9711k|  98 |  21 | 540 |4688 | 540 | 434 |  52 |  60k|6971 | 0.000000e+00 |      --      |    Inf 
75.57/75.62	c  75.6s|118800 |   654 |798993 |   6.7 |9697k|  98 |   - | 540 |4649 | 540 | 434 |  52 |  60k|6982 | 0.000000e+00 |      --      |    Inf 
75.57/75.68	c  75.7s|118900 |   653 |799743 |   6.7 |9657k|  98 |  24 | 540 |4561 | 540 | 434 |  52 |  60k|6985 | 0.000000e+00 |      --      |    Inf 
75.67/75.75	c  75.7s|119000 |   651 |800342 |   6.7 |9615k|  98 |   - | 540 |4483 | 540 | 434 |  52 |  60k|6990 | 0.000000e+00 |      --      |    Inf 
75.78/75.80	c  75.8s|119100 |   651 |800939 |   6.7 |9577k|  98 |  16 | 540 |4397 | 540 | 434 |  52 |  60k|6990 | 0.000000e+00 |      --      |    Inf 
75.78/75.86	c  75.9s|119200 |   652 |801624 |   6.7 |9513k|  98 |   - | 540 |4235 | 540 | 434 |  52 |  60k|6990 | 0.000000e+00 |      --      |    Inf 
75.87/75.92	c  75.9s|119300 |   653 |802281 |   6.7 |9510k|  98 |   - | 540 |4220 | 540 | 434 |  52 |  60k|6990 | 0.000000e+00 |      --      |    Inf 
75.87/75.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.87/75.97	c  76.0s|119400 |   653 |802859 |   6.7 |9506k|  98 |  16 | 540 |4212 | 540 | 434 |  52 |  60k|6990 | 0.000000e+00 |      --      |    Inf 
75.97/76.03	c  76.0s|119500 |   653 |803567 |   6.7 |9485k|  98 |  18 | 540 |4181 | 540 | 434 |  52 |  60k|6991 | 0.000000e+00 |      --      |    Inf 
76.07/76.10	c  76.1s|119600 |   651 |804223 |   6.7 |9478k|  98 |  16 | 540 |4165 | 540 | 434 |  52 |  60k|7003 | 0.000000e+00 |      --      |    Inf 
76.07/76.16	c  76.2s|119700 |   651 |804946 |   6.7 |9471k|  98 |  38 | 540 |4150 | 540 | 434 |  52 |  60k|7003 | 0.000000e+00 |      --      |    Inf 
76.17/76.23	c  76.2s|119800 |   651 |805599 |   6.7 |9482k|  98 |  22 | 540 |4172 | 540 | 434 |  52 |  60k|7014 | 0.000000e+00 |      --      |    Inf 
76.27/76.30	c  76.3s|119900 |   649 |806382 |   6.7 |9484k|  98 |  21 | 540 |4179 | 540 | 434 |  52 |  60k|7028 | 0.000000e+00 |      --      |    Inf 
76.27/76.36	c  76.4s|120000 |   647 |806978 |   6.7 |9474k|  98 |   - | 540 |4181 | 540 | 434 |  52 |  61k|7039 | 0.000000e+00 |      --      |    Inf 
76.37/76.42	c  76.4s|120100 |   645 |807553 |   6.7 |9485k|  98 |   - | 540 |4201 | 540 | 434 |  52 |  61k|7041 | 0.000000e+00 |      --      |    Inf 
76.37/76.49	c  76.5s|120200 |   653 |808241 |   6.7 |9486k|  98 |  10 | 540 |4171 | 540 | 434 |  52 |  61k|7045 | 0.000000e+00 |      --      |    Inf 
76.47/76.55	c  76.6s|120300 |   649 |808923 |   6.7 |9474k|  98 |   - | 540 |4146 | 540 | 434 |  52 |  61k|7053 | 0.000000e+00 |      --      |    Inf 
76.56/76.62	c  76.6s|120400 |   645 |809576 |   6.7 |9487k|  98 |   - | 540 |4182 | 540 | 434 |  52 |  61k|7064 | 0.000000e+00 |      --      |    Inf 
76.56/76.68	c  76.7s|120500 |   647 |810172 |   6.7 |9506k|  98 |   - | 540 |4221 | 540 | 434 |  52 |  61k|7070 | 0.000000e+00 |      --      |    Inf 
76.66/76.75	c  76.7s|120600 |   646 |810761 |   6.7 |9524k|  98 |   - | 540 |4263 | 540 | 434 |  52 |  61k|7082 | 0.000000e+00 |      --      |    Inf 
76.77/76.81	c  76.8s|120700 |   648 |811370 |   6.7 |9539k|  98 |   - | 540 |4294 | 540 | 434 |  52 |  61k|7086 | 0.000000e+00 |      --      |    Inf 
76.77/76.87	c  76.9s|120800 |   650 |812130 |   6.7 |9548k|  98 |   - | 540 |4309 | 540 | 434 |  52 |  61k|7091 | 0.000000e+00 |      --      |    Inf 
76.87/76.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.87/76.93	c  76.9s|120900 |   646 |812739 |   6.7 |9555k|  98 |   - | 540 |4338 | 540 | 434 |  52 |  61k|7092 | 0.000000e+00 |      --      |    Inf 
76.87/76.99	c  77.0s|121000 |   648 |813381 |   6.7 |9578k|  98 |  14 | 540 |4386 | 540 | 434 |  52 |  61k|7095 | 0.000000e+00 |      --      |    Inf 
76.98/77.05	c  77.1s|121100 |   649 |813959 |   6.7 |9599k|  98 |  28 | 540 |4426 | 540 | 434 |  52 |  61k|7097 | 0.000000e+00 |      --      |    Inf 
77.07/77.11	c  77.1s|121200 |   645 |814530 |   6.7 |9599k|  98 |  29 | 540 |4450 | 540 | 434 |  52 |  61k|7104 | 0.000000e+00 |      --      |    Inf 
77.07/77.18	c  77.2s|121300 |   649 |815378 |   6.7 |9616k|  98 |   - | 540 |4462 | 540 | 434 |  52 |  61k|7107 | 0.000000e+00 |      --      |    Inf 
77.17/77.24	c  77.2s|121400 |   649 |816177 |   6.7 |9629k|  98 |  23 | 540 |4496 | 540 | 434 |  52 |  61k|7109 | 0.000000e+00 |      --      |    Inf 
77.26/77.31	c  77.3s|121500 |   651 |816836 |   6.7 |9649k|  98 |  28 | 540 |4527 | 540 | 434 |  52 |  61k|7112 | 0.000000e+00 |      --      |    Inf 
77.26/77.37	c  77.4s|121600 |   649 |817479 |   6.7 |9661k|  98 |  12 | 540 |4563 | 540 | 434 |  52 |  61k|7115 | 0.000000e+00 |      --      |    Inf 
77.37/77.43	c  77.4s|121700 |   651 |818200 |   6.7 |9684k|  98 |  27 | 540 |4605 | 540 | 434 |  52 |  62k|7122 | 0.000000e+00 |      --      |    Inf 
77.47/77.50	c  77.5s|121800 |   649 |818963 |   6.7 |9701k|  98 |   - | 540 |4640 | 540 | 434 |  52 |  62k|7127 | 0.000000e+00 |      --      |    Inf 
77.47/77.57	c  77.6s|121900 |   649 |819759 |   6.7 |9718k|  98 |   - | 540 |4670 | 540 | 434 |  52 |  62k|7135 | 0.000000e+00 |      --      |    Inf 
77.57/77.63	c  77.6s|122000 |   651 |820494 |   6.7 |9754k|  98 |   - | 540 |4734 | 540 | 434 |  52 |  62k|7136 | 0.000000e+00 |      --      |    Inf 
77.57/77.69	c  77.7s|122100 |   648 |821206 |   6.7 |9771k|  98 |   - | 540 |4780 | 540 | 434 |  52 |  62k|7137 | 0.000000e+00 |      --      |    Inf 
77.67/77.76	c  77.8s|122200 |   646 |821842 |   6.7 |9790k|  98 |   - | 540 |4824 | 540 | 434 |  52 |  62k|7140 | 0.000000e+00 |      --      |    Inf 
77.77/77.82	c  77.8s|122300 |   646 |822495 |   6.7 |9813k|  98 |   8 | 540 |4884 | 540 | 434 |  52 |  62k|7145 | 0.000000e+00 |      --      |    Inf 
77.77/77.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.77/77.88	c  77.9s|122400 |   646 |823117 |   6.7 |9836k|  98 |   - | 540 |4933 | 540 | 434 |  52 |  62k|7145 | 0.000000e+00 |      --      |    Inf 
77.87/77.95	c  77.9s|122500 |   646 |823797 |   6.7 |9835k|  98 |  21 | 540 |4927 | 540 | 434 |  52 |  62k|7147 | 0.000000e+00 |      --      |    Inf 
77.97/78.01	c  78.0s|122600 |   646 |824412 |   6.7 |9837k|  98 |   - | 540 |4922 | 540 | 434 |  52 |  62k|7147 | 0.000000e+00 |      --      |    Inf 
77.97/78.08	c  78.1s|122700 |   648 |825135 |   6.7 |9817k|  98 |   - | 540 |4870 | 540 | 434 |  52 |  62k|7162 | 0.000000e+00 |      --      |    Inf 
78.08/78.14	c  78.1s|122800 |   654 |825878 |   6.7 |9825k|  98 |   - | 540 |4869 | 540 | 434 |  52 |  62k|7163 | 0.000000e+00 |      --      |    Inf 
78.17/78.20	c  78.2s|122900 |   656 |826632 |   6.7 |9832k|  98 |  32 | 540 |4889 | 540 | 434 |  52 |  62k|7168 | 0.000000e+00 |      --      |    Inf 
78.17/78.26	c  78.3s|123000 |   656 |827337 |   6.7 |9852k|  98 |   - | 540 |4930 | 540 | 434 |  52 |  62k|7169 | 0.000000e+00 |      --      |    Inf 
78.27/78.33	c  78.3s|123100 |   656 |828070 |   6.7 |9865k|  98 |  23 | 540 |4967 | 540 | 434 |  52 |  62k|7175 | 0.000000e+00 |      --      |    Inf 
78.27/78.39	c  78.4s|123200 |   656 |828974 |   6.7 |9895k|  98 |  40 | 540 |5030 | 540 | 434 |  52 |  62k|7179 | 0.000000e+00 |      --      |    Inf 
78.37/78.46	c  78.5s|123300 |   658 |829813 |   6.7 |9919k|  98 |   - | 540 |5075 | 540 | 434 |  52 |  63k|7184 | 0.000000e+00 |      --      |    Inf 
78.47/78.52	c  78.5s|123400 |   656 |830688 |   6.7 |9942k|  98 |  24 | 540 |5139 | 540 | 434 |  52 |  63k|7187 | 0.000000e+00 |      --      |    Inf 
78.47/78.59	c  78.6s|123500 |   656 |831510 |   6.7 |9919k|  98 |   - | 540 |5083 | 540 | 434 |  52 |  63k|7194 | 0.000000e+00 |      --      |    Inf 
78.57/78.66	c  78.7s|123600 |   658 |832394 |   6.7 |9909k|  98 |   - | 540 |5054 | 540 | 434 |  52 |  63k|7197 | 0.000000e+00 |      --      |    Inf 
78.67/78.73	c  78.7s|123700 |   656 |833294 |   6.7 |9920k|  98 |   - | 540 |5094 | 540 | 434 |  52 |  63k|7200 | 0.000000e+00 |      --      |    Inf 
78.67/78.79	c  78.8s|123800 |   656 |834185 |   6.7 |9940k|  98 |   - | 540 |5145 | 540 | 434 |  52 |  63k|7200 | 0.000000e+00 |      --      |    Inf 
78.77/78.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.77/78.87	c  78.9s|123900 |   656 |834940 |   6.7 |9884k|  98 |  17 | 540 |5033 | 540 | 434 |  52 |  63k|7211 | 0.000000e+00 |      --      |    Inf 
78.87/78.93	c  78.9s|124000 |   656 |835687 |   6.7 |9840k|  98 |   - | 540 |4933 | 540 | 434 |  52 |  63k|7211 | 0.000000e+00 |      --      |    Inf 
78.87/78.99	c  79.0s|124100 |   654 |836500 |   6.7 |9833k|  98 |   - | 540 |4927 | 540 | 434 |  52 |  63k|7214 | 0.000000e+00 |      --      |    Inf 
78.97/79.06	c  79.1s|124200 |   654 |837316 |   6.7 |9855k|  98 |   - | 540 |4978 | 540 | 434 |  52 |  63k|7214 | 0.000000e+00 |      --      |    Inf 
79.07/79.13	c  79.1s|124300 |   656 |838212 |   6.7 |9813k|  98 |  11 | 540 |4889 | 540 | 434 |  52 |  63k|7219 | 0.000000e+00 |      --      |    Inf 
79.07/79.19	c  79.2s|124400 |   654 |838849 |   6.7 |9773k|  98 |   - | 540 |4799 | 540 | 434 |  52 |  63k|7219 | 0.000000e+00 |      --      |    Inf 
79.18/79.26	c  79.3s|124500 |   656 |839487 |   6.7 |9736k|  98 |  10 | 540 |4708 | 540 | 434 |  52 |  63k|7222 | 0.000000e+00 |      --      |    Inf 
79.27/79.32	c  79.3s|124600 |   654 |840217 |   6.7 |9715k|  98 |   - | 540 |4653 | 540 | 434 |  52 |  63k|7227 | 0.000000e+00 |      --      |    Inf 
79.27/79.39	c  79.4s|124700 |   654 |840965 |   6.7 |9714k|  98 |  27 | 540 |4664 | 540 | 434 |  52 |  63k|7229 | 0.000000e+00 |      --      |    Inf 
79.37/79.44	c  79.4s|124800 |   654 |841593 |   6.7 |9739k|  98 |   - | 540 |4716 | 540 | 434 |  52 |  64k|7231 | 0.000000e+00 |      --      |    Inf 
79.47/79.50	c  79.5s|124900 |   656 |842243 |   6.7 |9742k|  98 |  22 | 540 |4715 | 540 | 434 |  52 |  64k|7234 | 0.000000e+00 |      --      |    Inf 
79.47/79.56	c  79.6s|125000 |   660 |842898 |   6.7 |9757k|  98 |  34 | 540 |4741 | 540 | 434 |  52 |  64k|7235 | 0.000000e+00 |      --      |    Inf 
79.57/79.62	c  79.6s|125100 |   662 |843608 |   6.7 |9773k|  98 |  10 | 540 |4767 | 540 | 434 |  52 |  64k|7236 | 0.000000e+00 |      --      |    Inf 
79.57/79.68	c  79.7s|125200 |   659 |844221 |   6.7 |9784k|  98 |  16 | 540 |4805 | 540 | 434 |  52 |  64k|7236 | 0.000000e+00 |      --      |    Inf 
79.67/79.74	c  79.7s|125300 |   657 |844905 |   6.7 |9804k|  98 |   - | 540 |4850 | 540 | 434 |  52 |  64k|7237 | 0.000000e+00 |      --      |    Inf 
79.77/79.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.77/79.80	c  79.8s|125400 |   657 |845624 |   6.7 |9830k|  98 |   - | 540 |4912 | 540 | 434 |  52 |  64k|7237 | 0.000000e+00 |      --      |    Inf 
79.77/79.87	c  79.9s|125500 |   659 |846302 |   6.7 |9838k|  98 |   - | 540 |4926 | 540 | 434 |  52 |  64k|7240 | 0.000000e+00 |      --      |    Inf 
79.87/79.93	c  79.9s|125600 |   659 |846955 |   6.7 |9856k|  98 |   - | 540 |4965 | 540 | 434 |  52 |  64k|7240 | 0.000000e+00 |      --      |    Inf 
79.87/79.98	c  80.0s|125700 |   659 |847549 |   6.7 |9873k|  98 |   - | 540 |5009 | 540 | 434 |  52 |  64k|7241 | 0.000000e+00 |      --      |    Inf 
79.97/80.04	c  80.0s|125800 |   659 |848090 |   6.7 |9901k|  98 |  20 | 540 |5076 | 540 | 434 |  52 |  64k|7242 | 0.000000e+00 |      --      |    Inf 
80.07/80.10	c  80.1s|125900 |   657 |848753 |   6.7 |9916k|  98 |   - | 540 |5114 | 540 | 434 |  52 |  64k|7242 | 0.000000e+00 |      --      |    Inf 
80.07/80.16	c  80.2s|126000 |   661 |849383 |   6.7 |9944k|  98 |   6 | 540 |5170 | 540 | 434 |  52 |  64k|7244 | 0.000000e+00 |      --      |    Inf 
80.17/80.22	c  80.2s|126100 |   661 |850022 |   6.7 |9970k|  98 |  13 | 540 |5225 | 540 | 434 |  52 |  64k|7245 | 0.000000e+00 |      --      |    Inf 
80.17/80.28	c  80.3s|126200 |   659 |850633 |   6.7 |9989k|  98 |  17 | 540 |5276 | 540 | 434 |  52 |  64k|7245 | 0.000000e+00 |      --      |    Inf 
80.28/80.34	c  80.3s|126300 |   657 |851255 |   6.7 |  10M|  98 |  24 | 540 |5331 | 540 | 434 |  52 |  65k|7246 | 0.000000e+00 |      --      |    Inf 
80.36/80.41	c  80.4s|126400 |   659 |851947 |   6.7 |  10M|  98 |   - | 540 |5365 | 540 | 434 |  52 |  65k|7256 | 0.000000e+00 |      --      |    Inf 
80.36/80.47	c  80.5s|126500 |   657 |852614 |   6.7 |  10M|  98 |   - | 540 |5418 | 540 | 434 |  52 |  65k|7256 | 0.000000e+00 |      --      |    Inf 
80.47/80.53	c  80.5s|126600 |   657 |853276 |   6.7 |  10M|  98 |  43 | 540 |5482 | 540 | 434 |  52 |  65k|7268 | 0.000000e+00 |      --      |    Inf 
80.57/80.60	c  80.6s|126700 |   657 |853992 |   6.7 |  10M|  98 |  25 | 540 |5548 | 540 | 434 |  52 |  65k|7276 | 0.000000e+00 |      --      |    Inf 
80.57/80.66	c  80.7s|126800 |   653 |854610 |   6.7 |  10M|  98 |   - | 540 |5608 | 540 | 434 |  52 |  65k|7284 | 0.000000e+00 |      --      |    Inf 
80.67/80.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.67/80.73	c  80.7s|126900 |   655 |855296 |   6.7 |  10M|  98 |   - | 540 |5650 | 540 | 434 |  52 |  65k|7292 | 0.000000e+00 |      --      |    Inf 
80.77/80.80	c  80.8s|127000 |   655 |855929 |   6.7 |  10M|  98 |  34 | 540 |5646 | 540 | 434 |  52 |  65k|7301 | 0.000000e+00 |      --      |    Inf 
80.77/80.87	c  80.9s|127100 |   655 |856617 |   6.7 |  10M|  98 |   - | 540 |5689 | 540 | 434 |  52 |  65k|7310 | 0.000000e+00 |      --      |    Inf 
80.87/80.94	c  80.9s|127200 |   655 |857317 |   6.7 |  10M|  98 |   - | 540 |5735 | 540 | 434 |  52 |  65k|7317 | 0.000000e+00 |      --      |    Inf 
80.97/81.01	c  81.0s|127300 |   655 |858209 |   6.7 |  10M|  98 |  44 | 540 |5773 | 540 | 434 |  52 |  65k|7326 | 0.000000e+00 |      --      |    Inf 
80.97/81.07	c  81.1s|127400 |   657 |858977 |   6.7 |  10M|  98 |  35 | 540 |5804 | 540 | 434 |  52 |  65k|7327 | 0.000000e+00 |      --      |    Inf 
81.07/81.14	c  81.1s|127500 |   655 |859845 |   6.7 |  10M|  98 |  38 | 540 |5854 | 540 | 434 |  52 |  65k|7330 | 0.000000e+00 |      --      |    Inf 
81.17/81.21	c  81.2s|127600 |   657 |860638 |   6.7 |  10M|  98 |  30 | 540 |5895 | 540 | 434 |  52 |  65k|7339 | 0.000000e+00 |      --      |    Inf 
81.17/81.28	c  81.3s|127700 |   659 |861414 |   6.7 |  10M|  98 |  29 | 540 |5951 | 540 | 434 |  52 |  65k|7347 | 0.000000e+00 |      --      |    Inf 
81.28/81.35	c  81.4s|127800 |   657 |862220 |   6.7 |  10M|  98 |   - | 540 |5985 | 540 | 434 |  52 |  65k|7358 | 0.000000e+00 |      --      |    Inf 
81.38/81.43	c  81.4s|127900 |   657 |862949 |   6.7 |  10M|  98 |   - | 540 |6027 | 540 | 434 |  52 |  65k|7380 | 0.000000e+00 |      --      |    Inf 
81.47/81.50	c  81.5s|128000 |   659 |863740 |   6.7 |  10M|  98 |  21 | 540 |6086 | 540 | 434 |  52 |  66k|7385 | 0.000000e+00 |      --      |    Inf 
81.47/81.56	c  81.6s|128100 |   657 |864435 |   6.7 |  10M|  98 |   - | 540 |6147 | 540 | 434 |  52 |  66k|7385 | 0.000000e+00 |      --      |    Inf 
81.57/81.63	c  81.6s|128200 |   659 |865364 |   6.7 |  10M|  98 |  21 | 540 |6202 | 540 | 434 |  52 |  66k|7386 | 0.000000e+00 |      --      |    Inf 
81.57/81.69	c  81.7s|128300 |   655 |866057 |   6.7 |  10M|  98 |   - | 540 |6258 | 540 | 434 |  52 |  66k|7389 | 0.000000e+00 |      --      |    Inf 
81.67/81.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.67/81.76	c  81.8s|128400 |   657 |866848 |   6.7 |  10M|  98 |   - | 540 |6311 | 540 | 434 |  52 |  66k|7392 | 0.000000e+00 |      --      |    Inf 
81.77/81.82	c  81.8s|128500 |   653 |867657 |   6.7 |  10M|  98 |  18 | 540 |6370 | 540 | 434 |  52 |  66k|7392 | 0.000000e+00 |      --      |    Inf 
81.77/81.89	c  81.9s|128600 |   655 |868405 |   6.7 |  10M|  98 |  17 | 540 |6459 | 540 | 434 |  52 |  66k|7396 | 0.000000e+00 |      --      |    Inf 
81.87/81.95	c  82.0s|128700 |   653 |869038 |   6.7 |  10M|  98 |  36 | 540 |6512 | 540 | 434 |  52 |  66k|7398 | 0.000000e+00 |      --      |    Inf 
81.97/82.01	c  82.0s|128800 |   655 |869619 |   6.7 |  10M|  98 |  14 | 540 |6553 | 540 | 434 |  52 |  66k|7400 | 0.000000e+00 |      --      |    Inf 
81.97/82.08	c  82.1s|128900 |   657 |870263 |   6.7 |  10M|  98 |   - | 540 |6621 | 540 | 434 |  52 |  66k|7402 | 0.000000e+00 |      --      |    Inf 
82.07/82.14	c  82.1s|129000 |   655 |870900 |   6.7 |  10M|  98 |   - | 540 |6691 | 540 | 434 |  52 |  66k|7405 | 0.000000e+00 |      --      |    Inf 
82.17/82.21	c  82.2s|129100 |   654 |871565 |   6.7 |  10M|  98 |   - | 540 |6748 | 540 | 434 |  52 |  66k|7411 | 0.000000e+00 |      --      |    Inf 
82.17/82.27	c  82.3s|129200 |   655 |872216 |   6.7 |  10M|  98 |  37 | 540 |6808 | 540 | 434 |  52 |  66k|7412 | 0.000000e+00 |      --      |    Inf 
82.26/82.33	c  82.3s|129300 |   653 |872867 |   6.7 |  10M|  98 |   - | 540 |6852 | 540 | 434 |  52 |  66k|7413 | 0.000000e+00 |      --      |    Inf 
82.26/82.40	c  82.4s|129400 |   653 |873542 |   6.7 |  10M|  98 |   - | 540 |6897 | 540 | 434 |  52 |  66k|7415 | 0.000000e+00 |      --      |    Inf 
82.38/82.47	c  82.5s|129500 |   651 |874208 |   6.7 |  10M|  98 |   - | 540 |6940 | 540 | 434 |  52 |  67k|7421 | 0.000000e+00 |      --      |    Inf 
82.47/82.54	c  82.5s|129600 |   654 |874914 |   6.7 |  10M|  98 |   - | 540 |6972 | 540 | 434 |  52 |  67k|7432 | 0.000000e+00 |      --      |    Inf 
82.57/82.61	c  82.6s|129700 |   652 |875718 |   6.7 |  10M|  98 |   - | 540 |7005 | 540 | 434 |  52 |  67k|7440 | 0.000000e+00 |      --      |    Inf 
82.57/82.67	c  82.7s|129800 |   656 |876413 |   6.7 |  10M|  98 |  28 | 540 |7036 | 540 | 434 |  52 |  67k|7440 | 0.000000e+00 |      --      |    Inf 
82.67/82.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.67/82.74	c  82.7s|129900 |   654 |877288 |   6.7 |  10M|  98 |   - | 540 |7077 | 540 | 434 |  52 |  67k|7441 | 0.000000e+00 |      --      |    Inf 
82.76/82.81	c  82.8s|130000 |   658 |878057 |   6.7 |  10M|  98 |  36 | 540 |7117 | 540 | 434 |  52 |  67k|7446 | 0.000000e+00 |      --      |    Inf 
82.76/82.87	c  82.9s|130100 |   656 |878897 |   6.7 |  10M|  98 |   - | 540 |7170 | 540 | 434 |  52 |  67k|7446 | 0.000000e+00 |      --      |    Inf 
82.87/82.94	c  82.9s|130200 |   656 |879598 |   6.7 |  10M|  98 |   - | 540 |7227 | 540 | 434 |  52 |  67k|7446 | 0.000000e+00 |      --      |    Inf 
82.96/83.00	c  83.0s|130300 |   658 |880374 |   6.7 |  10M|  98 |  22 | 540 |7273 | 540 | 434 |  52 |  67k|7446 | 0.000000e+00 |      --      |    Inf 
82.96/83.07	c  83.1s|130400 |   660 |881113 |   6.7 |  10M|  98 |   - | 540 |7317 | 540 | 434 |  52 |  67k|7450 | 0.000000e+00 |      --      |    Inf 
83.07/83.14	c  83.1s|130500 |   656 |881885 |   6.7 |  10M|  98 |   - | 540 |7356 | 540 | 434 |  52 |  67k|7451 | 0.000000e+00 |      --      |    Inf 
83.17/83.20	c  83.2s|130600 |   656 |882587 |   6.7 |  10M|  98 |  26 | 540 |7408 | 540 | 434 |  52 |  67k|7451 | 0.000000e+00 |      --      |    Inf 
83.17/83.26	c  83.3s|130700 |   658 |883249 |   6.7 |  10M|  98 |   - | 540 |7465 | 540 | 434 |  52 |  67k|7456 | 0.000000e+00 |      --      |    Inf 
83.27/83.33	c  83.3s|130800 |   656 |883907 |   6.7 |  10M|  98 |  20 | 540 |7519 | 540 | 434 |  52 |  67k|7460 | 0.000000e+00 |      --      |    Inf 
83.27/83.39	c  83.4s|130900 |   655 |884569 |   6.7 |  10M|  98 |  25 | 540 |7586 | 540 | 434 |  52 |  67k|7460 | 0.000000e+00 |      --      |    Inf 
83.37/83.46	c  83.5s|131000 |   657 |885276 |   6.7 |  11M|  98 |  12 | 540 |7629 | 540 | 434 |  52 |  67k|7462 | 0.000000e+00 |      --      |    Inf 
83.48/83.53	c  83.5s|131100 |   655 |885969 |   6.7 |  11M|  98 |   - | 540 |7663 | 540 | 434 |  52 |  67k|7465 | 0.000000e+00 |      --      |    Inf 
83.48/83.59	c  83.6s|131200 |   657 |886752 |   6.8 |  11M|  98 |  23 | 540 |7708 | 540 | 434 |  52 |  68k|7465 | 0.000000e+00 |      --      |    Inf 
83.57/83.66	c  83.7s|131300 |   653 |887367 |   6.8 |  11M|  98 |   - | 540 |7775 | 540 | 434 |  52 |  68k|7465 | 0.000000e+00 |      --      |    Inf 
83.66/83.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.66/83.72	c  83.7s|131400 |   655 |888079 |   6.8 |  11M|  98 |   - | 540 |7833 | 540 | 434 |  52 |  68k|7467 | 0.000000e+00 |      --      |    Inf 
83.66/83.79	c  83.8s|131500 |   657 |888833 |   6.8 |  11M|  98 |  30 | 540 |7879 | 540 | 434 |  52 |  68k|7467 | 0.000000e+00 |      --      |    Inf 
83.77/83.85	c  83.9s|131600 |   657 |889496 |   6.8 |  11M|  98 |  12 | 540 |7927 | 540 | 434 |  52 |  68k|7467 | 0.000000e+00 |      --      |    Inf 
83.86/83.91	c  83.9s|131700 |   654 |890145 |   6.8 |  11M|  98 |  38 | 540 |7976 | 540 | 434 |  52 |  68k|7467 | 0.000000e+00 |      --      |    Inf 
83.86/83.98	c  84.0s|131800 |   652 |890797 |   6.8 |  11M|  98 |   - | 540 |8028 | 540 | 434 |  52 |  68k|7469 | 0.000000e+00 |      --      |    Inf 
83.97/84.04	c  84.0s|131900 |   651 |891396 |   6.7 |  11M|  98 |  28 | 540 |8067 | 540 | 434 |  52 |  68k|7469 | 0.000000e+00 |      --      |    Inf 
84.07/84.11	c  84.1s|132000 |   651 |892183 |   6.8 |  11M|  98 |  33 | 540 |8080 | 540 | 434 |  52 |  68k|7469 | 0.000000e+00 |      --      |    Inf 
84.07/84.18	c  84.2s|132100 |   651 |892951 |   6.8 |  11M|  98 |   - | 540 |8116 | 540 | 434 |  52 |  68k|7469 | 0.000000e+00 |      --      |    Inf 
84.16/84.24	c  84.2s|132200 |   647 |893639 |   6.8 |  11M|  98 |   - | 540 |8081 | 540 | 434 |  52 |  68k|7471 | 0.000000e+00 |      --      |    Inf 
84.26/84.30	c *84.3s|132244 |     0 |893984 |   6.8 |  10M|  98 |   - | 540 |7975 | 540 | 434 |  52 |  68k|7503 | 0.000000e+00 | 0.000000e+00 |   0.00%
84.26/84.30	c 
84.26/84.30	c SCIP Status        : problem is solved [optimal solution found]
84.26/84.30	c Solving Time (sec) : 84.30
84.26/84.30	c Solving Nodes      : 132244
84.26/84.30	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
84.26/84.30	c Dual Bound         : +0.00000000000000e+00
84.26/84.30	c Gap                : 0.00 %
84.26/84.30	s SATISFIABLE
84.26/84.30	v -x205 -x202 -x210 -x219 -x20 -x13 -x11 -x9 -x19 -x201 -x10 -x8 x217 -x7 -x220 -x14 x12 -x209 -x5 -x111 -x109 -x107 x104 -x103 -x93 
84.26/84.30	v -x91 -x87 -x83 -x82 -x216 -x3 -x84 -x117 -x100 -x218 -x18 -x40 -x35 -x34 -x33 -x30 -x29 -x28 -x26 -x25 -x22 -x173 -x172 -x171 
84.26/84.30	v -x167 -x165 x163 -x161 -x211 x38 -x60 x53 -x51 -x47 -x43 -x95 -x179 -x106 -x97 -x98 -x58 -x164 -x115 -x300 -x296 -x293 -x291 
84.26/84.30	v -x284 -x283 x282 -x299 -x294 -x260 -x259 -x258 -x255 -x253 x250 -x247 -x245 -x238 -x234 -x233 -x232 -x228 -x227 -x225 -x224 
84.26/84.30	v -x221 -x290 x86 -x292 -x288 -x287 -x207 -x46 -x162 -x45 -x116 -x32 -x55 -x235 -x285 -x237 -x57 -x212 -x44 -x1 -x286 -x177 
84.26/84.30	v -x180 -x4 -x59 -x27 -x81 -x113 -x256 -x96 -x54 -x178 -x236 -x102 -x37 -x80 -x79 -x78 x76 -x74 -x72 -x69 -x66 -x65 -x64 -x62 
84.26/84.30	v -x248 -x67 -x16 -x289 -x42 -x88 -x49 -x249 -x120 -x213 -x108 -x77 -x114 -x140 -x139 -x137 x135 -x131 -x129 -x128 -x127 -x121 
84.26/84.30	v -x101 -x222 -x170 -x257 -x71 -x203 -x6 -x175 -x229 -x52 -x125 -x423 -x422 -x421 -x420 -x419 -x418 -x417 x416 -x415 -x85 -x124 
84.26/84.30	v -x90 -x70 -x112 -x204 -x119 -x75 -x15 -x31 -x166 -x254 -x105 -x241 -x223 -x208 -x110 -x138 -x63 -x48 -x231 -x226 -x540 x539 
84.26/84.30	v -x538 -x537 -x536 -x535 -x534 -x533 -x532 x240 -x297 -x92 -x136 -x168 -x39 -x459 -x458 -x457 -x456 -x455 -x454 -x453 x452 -x451 
84.26/84.30	v -x251 -x2 -x50 -x23 -x242 -x73 -x206 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
84.26/84.30	v -x182 -x181 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 x271 -x270 -x269 -x267 -x265 -x264 -x263 -x262 -x261 -x56 
84.26/84.30	v -x169 -x99 -x214 -x252 -x468 -x467 -x466 -x465 x464 -x463 -x462 -x461 -x460 -x132 -x183 -x184 -x230 -x295 -x24 -x281 -x340 
84.26/84.30	v -x339 -x338 -x336 -x335 -x334 -x333 -x332 -x331 x329 -x328 -x327 -x326 -x324 -x323 -x322 -x321 -x21 -x36 -x325 -x266 -x174 
84.26/84.30	v -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 x433 -x89 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x239 -x360 -x359 
84.26/84.30	v -x358 -x357 -x355 x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x378 -x377 -x376 -x375 
84.26/84.30	v x374 -x373 -x372 -x371 -x370 -x122 -x246 -x477 -x476 -x475 x474 -x473 -x472 -x471 -x470 -x469 -x133 -x405 -x404 -x403 -x402 
84.26/84.30	v -x401 -x400 x399 -x398 -x397 x185 -x123 -x337 -x126 -x176 -x268 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 x505 -x17 
84.26/84.30	v -x130 -x504 -x503 -x502 -x501 -x500 x499 -x498 -x497 -x496 -x356 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
84.26/84.30	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 x301 -x118 -x396 -x395 -x394 -x393 -x392 x391 -x390 -x389 -x388 -x244 
84.26/84.30	v -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x147 -x145 -x144 -x143 -x142 -x141 -x61 -x68 -x522 -x521 
84.26/84.30	v -x520 -x519 -x518 -x517 x516 -x515 -x514 -x298 -x495 -x494 x493 -x492 -x491 -x490 -x489 -x488 -x487 -x215 -x94 -x432 -x431 
84.26/84.30	v -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x148 -x387 -x386 -x385 x384 -x383 -x382 -x381 -x380 -x379 -x243 -x369 -x368 x367 
84.26/84.30	v -x366 -x365 -x364 -x363 -x362 -x361 -x41 -x450 x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x330 x486 -x485 -x484 -x483 -x482 
84.26/84.30	v -x481 -x480 -x479 -x478 -x134 x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x146 
84.26/84.30	c SCIP Status        : problem is solved [optimal solution found]
84.26/84.30	c Total Time         :      84.30
84.26/84.30	c   solving          :      84.30
84.26/84.30	c   presolving       :       0.02 (included in solving)
84.26/84.30	c   reading          :       0.00 (included in solving)
84.26/84.30	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
84.26/84.30	c Original Problem   :
84.26/84.30	c   Problem name     : HOME/instance-3690378-1338016945.opb
84.26/84.30	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
84.26/84.30	c   Constraints      : 416 initial, 416 maximal
84.26/84.30	c   Objective sense  : minimize
84.26/84.30	c Presolved Problem  :
84.26/84.30	c   Problem name     : t_HOME/instance-3690378-1338016945.opb
84.26/84.30	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
84.26/84.30	c   Constraints      : 416 initial, 8646 maximal
84.26/84.30	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
84.26/84.30	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
84.26/84.30	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
84.26/84.30	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
84.26/84.30	c   integral         :          0          0          0          0      68332          0          3          0        311       1438          0          0     133272
84.26/84.30	c   setppc           :         38         38          5     425562          1          0          0    3255110         79     985454          0          0          0
84.26/84.30	c   linear           :          0+         4          5         89          0          0          0          0          0          0          0          0          0
84.26/84.30	c   logicor          :        378+      8604          5     141192          1          0          0     194950        252     139149          0          0          0
84.26/84.30	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
84.26/84.30	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
84.26/84.30	c   integral         :       7.26       0.00       0.00       0.00       7.26       0.00       0.00       0.00
84.26/84.30	c   setppc           :       2.08       0.00       0.00       1.01       0.00       0.00       0.00       1.07
84.26/84.30	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
84.26/84.30	c   logicor          :       2.82       0.00       0.00       2.52       0.00       0.00       0.00       0.31
84.26/84.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
84.26/84.30	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
84.26/84.30	c   rootredcost      :          0          0          0          0
84.26/84.30	c   pseudoobj        :          0          0          0          0
84.26/84.30	c   vbounds          :          0          0          0          0
84.26/84.30	c   redcost          :      68337          0          0          0
84.26/84.30	c   probing          :          0          0          0          0
84.26/84.30	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
84.26/84.30	c   rootredcost      :       0.11       0.00       0.00       0.11       0.00
84.26/84.30	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
84.26/84.30	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
84.26/84.30	c   redcost          :       0.51       0.00       0.00       0.51       0.00
84.26/84.30	c   probing          :       0.00       0.00       0.00       0.00       0.00
84.26/84.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
84.26/84.30	c   propagation      :       0.02        331        330       2563       44.5          5       31.4          -
84.26/84.30	c   infeasible LP    :      10.54      65073      58223     895394       57.2        185       36.7          0
84.26/84.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
84.26/84.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
84.26/84.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
84.26/84.30	c   applied globally :          -          -          -      68624       29.2          -          -          -
84.26/84.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
84.26/84.30	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
84.26/84.30	c   cut pool         :       0.00                     4          -          -          3          -    (maximal pool size: 382)
84.26/84.30	c   closecuts        :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
84.26/84.30	c   intobj           :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   gomory           :       0.02       0.00          5          0          0        250          0
84.26/84.30	c   cgmip            :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   strongcg         :       0.12       0.00          5          0          0       1824          0
84.26/84.30	c   cmir             :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   flowcover        :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   clique           :       0.00       0.00          5          0          0          0          0
84.26/84.30	c   zerohalf         :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   mcf              :       0.00       0.00          1          0          0          0          0
84.26/84.30	c   oddcycle         :       0.00       0.00          0          0          0          0          0
84.26/84.30	c   rapidlearning    :       0.07       0.00          1          0          0          0          4
84.26/84.30	c Pricers            :   ExecTime  SetupTime      Calls       Vars
84.26/84.30	c   problem variables:       0.00          -          0          0
84.26/84.30	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
84.26/84.30	c   relpscost        :       7.20       0.00      68331        311       1438          0          0     133272
84.26/84.30	c   pscost           :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   inference        :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c   random           :       0.00       0.00          0          0          0          0          0          0
84.26/84.30	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
84.26/84.30	c   LP solutions     :       0.00          -          -          1
84.26/84.30	c   pseudo solutions :       0.00          -          -          0
84.26/84.30	c   smallcard        :       0.00       0.00          0          0
84.26/84.30	c   trivial          :       0.00       0.00          1          0
84.26/84.30	c   shiftandpropagate:       0.00       0.00          0          0
84.26/84.30	c   simplerounding   :       0.00       0.00          0          0
84.26/84.30	c   zirounding       :       0.00       0.00          0          0
84.26/84.30	c   rounding         :       0.00       0.00          0          0
84.26/84.30	c   shifting         :       0.00       0.00          0          0
84.26/84.30	c   intshifting      :       0.00       0.00          0          0
84.26/84.30	c   oneopt           :       0.00       0.00          0          0
84.26/84.30	c   twoopt           :       0.00       0.00          0          0
84.26/84.30	c   indtwoopt        :       0.00       0.00          0          0
84.26/84.30	c   indoneopt        :       0.00       0.00          0          0
84.26/84.30	c   fixandinfer      :       0.00       0.00          0          0
84.26/84.30	c   feaspump         :       0.00       0.00          0          0
84.26/84.30	c   clique           :       0.00       0.00          0          0
84.26/84.30	c   indrounding      :       0.00       0.00          0          0
84.26/84.30	c   indcoefdiving    :       0.00       0.00          0          0
84.26/84.30	c   coefdiving       :       0.00       0.00          0          0
84.26/84.30	c   pscostdiving     :       0.00       0.00          0          0
84.26/84.30	c   nlpdiving        :       0.00       0.00          0          0
84.26/84.30	c   fracdiving       :       0.00       0.00          0          0
84.26/84.30	c   veclendiving     :       0.00       0.00          0          0
84.26/84.30	c   intdiving        :       0.00       0.00          0          0
84.26/84.30	c   actconsdiving    :       0.00       0.00          0          0
84.26/84.30	c   objpscostdiving  :       0.00       0.00          0          0
84.26/84.30	c   rootsoldiving    :       0.00       0.00          0          0
84.26/84.30	c   linesearchdiving :       0.00       0.00          0          0
84.26/84.30	c   guideddiving     :       0.00       0.00          0          0
84.26/84.30	c   octane           :       0.00       0.00          0          0
84.26/84.30	c   rens             :       0.00       0.00          0          0
84.26/84.30	c   rins             :       0.00       0.00          0          0
84.26/84.30	c   localbranching   :       0.00       0.00          0          0
84.26/84.30	c   mutation         :       0.00       0.00          0          0
84.26/84.30	c   crossover        :       0.00       0.00          0          0
84.26/84.30	c   dins             :       0.00       0.00          0          0
84.26/84.30	c   vbounds          :       0.00       0.00          0          0
84.26/84.30	c   undercover       :       0.00       0.00          0          0
84.26/84.30	c   subnlp           :       0.00       0.00          0          0
84.26/84.30	c   trysol           :       0.00       0.00          0          0
84.26/84.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
84.26/84.30	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
84.26/84.30	c   dual LP          :      46.66     133410     893984       6.79   19157.90       0.27       1700
84.26/84.30	c   lex dual LP      :       0.00          0          0       0.00          -
84.26/84.30	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
84.26/84.30	c   diving/probing LP:       0.00          0          0       0.00          -
84.26/84.30	c   strong branching :       6.47       7503     105147      14.01   16245.57
84.26/84.30	c     (at root node) :          -         10        634      63.40          -
84.26/84.30	c   conflict analysis:       0.00          0          0       0.00          -
84.26/84.30	c B&B Tree           :
84.26/84.30	c   number of runs   :          1
84.26/84.30	c   nodes            :     132244
84.26/84.30	c   nodes (total)    :     132244
84.26/84.30	c   nodes left       :          0
84.26/84.30	c   max depth        :         98
84.26/84.30	c   max depth (total):         98
84.26/84.30	c   backtracks       :      20992 (15.9%)
84.26/84.30	c   delayed cutoffs  :        379
84.26/84.30	c   repropagations   :     155238 (211021 domain reductions, 307 cutoffs)
84.26/84.30	c   avg switch length:       4.23
84.26/84.30	c   switching time   :       4.51
84.26/84.30	c Solution           :
84.26/84.30	c   Solutions found  :          1 (1 improvements)
84.26/84.30	c   First Solution   : +0.00000000000000e+00   (in run 1, after 132244 nodes, 84.30 seconds, depth 36, found by <relaxation>)
84.26/84.30	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 132244 nodes, 84.30 seconds, depth 36, found by <relaxation>)
84.26/84.30	c   Dual Bound       : +0.00000000000000e+00
84.26/84.30	c   Gap              :       0.00 %
84.26/84.30	c   Root Dual Bound  : +0.00000000000000e+00
84.26/84.30	c   Root Iterations  :       1082
84.26/84.32	c Time complete: 84.29.

Verifier Data

OK	0

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

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

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 29127
/proc/meminfo: memFree=29515032/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=10608 CPUtime=0 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 1408 0 0 0 0 0 0 0 20 0 1 0 267823057 10862592 1362 33554432000 4194304 10173063 140733543367904 140734377966872 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 2652 1362 413 1460 0 1183 0

[startup+0.0083919 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 29127
/proc/meminfo: memFree=29515032/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=13976 CPUtime=0 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 2209 0 0 0 0 0 0 0 20 0 1 0 267823057 14311424 2163 33554432000 4194304 10173063 140733543367904 140734377966872 7545739 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 3494 2173 466 1460 0 2025 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13976

[startup+0.100262 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 29127
/proc/meminfo: memFree=29515032/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39212 CPUtime=0.09 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8559 0 0 0 8 1 0 0 20 0 1 0 267823057 40153088 8256 33554432000 4194304 10173063 140733543367904 140734377966872 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9803 8256 777 1460 0 8334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39212

[startup+0.300257 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 29127
/proc/meminfo: memFree=29515032/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=0.28 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8962 0 0 0 27 1 0 0 20 0 1 0 267823057 40718336 8659 33554432000 4194304 10173063 140733543367904 140733543363608 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8659 799 1460 0 8472 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39764

[startup+0.70022 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 29127
/proc/meminfo: memFree=29515032/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=0.69 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8969 0 0 0 66 3 0 0 20 0 1 0 267823057 40718336 8666 33554432000 4194304 10173063 140733543367904 140733543363608 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8666 806 1460 0 8472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39764

[startup+1.50022 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 29128
/proc/meminfo: memFree=29483916/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=1.48 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8969 0 0 0 144 4 0 0 20 0 1 0 267823057 40718336 8666 33554432000 4194304 10173063 140733543367904 140733543361352 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8666 806 1460 0 8472 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39764

[startup+3.10022 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 29128
/proc/meminfo: memFree=29483544/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=3.08 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8969 0 0 0 301 7 0 0 20 0 1 0 267823057 40718336 8666 33554432000 4194304 10173063 140733543367904 140733543361352 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8666 806 1460 0 8472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39764

[startup+6.30022 s]
/proc/loadavg: 0.40 0.08 0.03 3/177 29142
/proc/meminfo: memFree=29313036/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=6.28 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8977 0 0 0 612 16 0 0 20 0 1 0 267823057 40718336 8914 33554432000 4194304 10173063 140733543367904 140733543361544 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8914 808 1460 0 8472 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39764

[startup+12.7002 s]
/proc/loadavg: 0.60 0.13 0.04 3/177 29142
/proc/meminfo: memFree=29303576/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=12.68 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8977 0 0 0 1223 45 0 0 20 0 1 0 267823057 40718336 8914 33554432000 4194304 10173063 140733543367904 140733543361160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 8914 808 1460 0 8472 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39764

[startup+25.5002 s]
/proc/loadavg: 0.91 0.22 0.07 3/177 29142
/proc/meminfo: memFree=29303144/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=25.48 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8981 0 0 0 2449 99 0 0 20 0 1 0 267823057 40718336 9007 33554432000 4194304 10173063 140733543367904 140733543365272 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 9007 808 1460 0 8472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39764

[startup+51.1002 s]
/proc/loadavg: 1.28 0.36 0.12 3/177 29142
/proc/meminfo: memFree=29302988/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=39764 CPUtime=51.07 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 8981 0 0 0 4903 204 0 0 20 0 1 0 267823057 40718336 9007 33554432000 4194304 10173063 140733543367904 140733543363272 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 9941 9007 808 1460 0 8472 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39764

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

[startup+63.9002 s]
/proc/loadavg: 1.39 0.42 0.14 3/177 29142
/proc/meminfo: memFree=29302292/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40660 CPUtime=63.88 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9161 0 0 0 6133 255 0 0 20 0 1 0 267823057 41635840 9186 33554432000 4194304 10173063 140733543367904 140733543361256 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10165 9186 808 1460 0 8696 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 40660

[startup+76.7002 s]
/proc/loadavg: 1.53 0.49 0.17 3/177 29142
/proc/meminfo: memFree=29300772/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=76.66 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9244 0 0 0 7364 302 0 0 20 0 1 0 267823057 41955328 9269 33554432000 4194304 10173063 140733543367904 140733543361208 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9269 808 1460 0 8774 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 40972

[startup+79.9002 s]
/proc/loadavg: 1.53 0.49 0.17 3/177 29142
/proc/meminfo: memFree=29300772/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=79.87 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9244 0 0 0 7673 314 0 0 20 0 1 0 267823057 41955328 9269 33554432000 4194304 10173063 140733543367904 140733543361256 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9269 808 1460 0 8774 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 40972

[startup+81.5002 s]
/proc/loadavg: 1.56 0.52 0.18 3/177 29142
/proc/meminfo: memFree=29300400/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=81.47 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9244 0 0 0 7825 322 0 0 20 0 1 0 267823057 41955328 9269 33554432000 4194304 10173063 140733543367904 140733543361736 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9269 808 1460 0 8774 0
Current children cumulated CPU time (s) 81.47
Current children cumulated vsize (KiB) 40972

[startup+83.1002 s]
/proc/loadavg: 1.56 0.52 0.18 3/177 29142
/proc/meminfo: memFree=29300524/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=83.07 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9278 0 0 0 7980 327 0 0 20 0 1 0 267823057 41955328 9303 33554432000 4194304 10173063 140733543367904 140733543363272 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9303 808 1460 0 8774 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 40972

[startup+83.9002 s]
/proc/loadavg: 1.56 0.52 0.18 3/177 29142
/proc/meminfo: memFree=29300400/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=83.86 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9278 0 0 0 8056 330 0 0 20 0 1 0 267823057 41955328 9303 33554432000 4194304 10173063 140733543367904 140733543363512 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9303 808 1460 0 8774 0
Current children cumulated CPU time (s) 83.86
Current children cumulated vsize (KiB) 40972

[startup+84.3002 s]
/proc/loadavg: 1.56 0.52 0.18 3/177 29142
/proc/meminfo: memFree=29300400/32873844 swapFree=7100/7100
[pid=29127] ppid=29125 vsize=40972 CPUtime=84.26 cores=0,2,4,6
/proc/29127/stat : 29127 (scip-2.1.1.4fix) R 29125 29127 29021 0 -1 4202496 9278 0 0 0 8095 331 0 0 20 0 1 0 267823057 41955328 9303 33554432000 4194304 10173063 140733543367904 140733543361544 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29127/statm: 10243 9303 808 1460 0 8774 0
Current children cumulated CPU time (s) 84.26
Current children cumulated vsize (KiB) 40972

Child status: 0
Real time (s): 84.3215
CPU time (s): 84.2992
CPU user time (s): 80.9777
CPU system time (s): 3.3215
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 40972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9777
system time used= 3.3215
maximum resident set size= 37228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 88

runsolver used 0.136979 second user time and 0.365944 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 09:22:25
IDJOB=3690378
IDBENCH=1443
IDSOLVER=2270
FILE ID=node102/3690378-1338016945
RUNJOBID= node102-1338016939-29037
PBS_JOBID= 14624369
Free space on /tmp= 71564 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690378-1338016945/watcher-3690378-1338016945 -o /tmp/evaluation-result-3690378-1338016945/solver-3690378-1338016945 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690378-1338016945.opb -t 1800 -m 15500

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

MD5SUM BENCH= cb676620fd2a6e3770a1e7936dc60453
RANDOM SEED=2005382741

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29515660 kB
Buffers:          221984 kB
Cached:          2357560 kB
SwapCached:            0 kB
Active:           858728 kB
Inactive:        1731388 kB
Active(anon):      12956 kB
Inactive(anon):        0 kB
Active(file):     845772 kB
Inactive(file):  1731388 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13676 kB
Writeback:             0 kB
AnonPages:         17504 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             629884 kB
SReclaimable:      72024 kB
SUnreclaim:       557860 kB
KernelStack:        1392 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node102 at 2012-05-26 09:23:50